@venusprotocol/isolated-pools 3.5.0-dev.12 → 3.5.0-dev.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/deployments/zksyncmainnet/.chainId +1 -0
  2. package/deployments/zksyncmainnet/ComptrollerBeacon.json +304 -0
  3. package/deployments/zksyncmainnet/ComptrollerImpl.json +3494 -0
  4. package/deployments/zksyncmainnet/Comptroller_Core.json +285 -0
  5. package/deployments/zksyncmainnet/DefaultProxyAdmin.json +284 -0
  6. package/deployments/zksyncmainnet/JumpRateModelV2_base0bps_slope425bps_jump8000bps_kink8000bps.json +706 -0
  7. package/deployments/zksyncmainnet/JumpRateModelV2_base0bps_slope875bps_jump8000bps_kink8000bps.json +668 -0
  8. package/deployments/zksyncmainnet/JumpRateModelV2_base0bps_slope900bps_jump20000bps_kink4500bps.json +668 -0
  9. package/deployments/zksyncmainnet/JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps.json +668 -0
  10. package/deployments/zksyncmainnet/NativeTokenGateway_vWETH_Core.json +697 -0
  11. package/deployments/zksyncmainnet/PoolLens.json +1515 -0
  12. package/deployments/zksyncmainnet/PoolRegistry.json +997 -0
  13. package/deployments/zksyncmainnet/PoolRegistry_Implementation.json +1292 -0
  14. package/deployments/zksyncmainnet/PoolRegistry_Proxy.json +322 -0
  15. package/deployments/zksyncmainnet/VTokenBeacon.json +266 -0
  16. package/deployments/zksyncmainnet/VTokenImpl.json +3367 -0
  17. package/deployments/zksyncmainnet/VToken_vUSDC.e_Core.json +317 -0
  18. package/deployments/zksyncmainnet/VToken_vUSDT_Core.json +317 -0
  19. package/deployments/zksyncmainnet/VToken_vWBTC_Core.json +317 -0
  20. package/deployments/zksyncmainnet/VToken_vWETH_Core.json +317 -0
  21. package/deployments/zksyncmainnet/VToken_vZK_Core.json +317 -0
  22. package/deployments/zksyncmainnet/solcInputs/5e07e17b25cee0c988fa8165fdbce0b3.json +448 -0
  23. package/deployments/zksyncmainnet/solcInputs/6cc413ed5bf9593899dec1514c1a16cf.json +445 -0
  24. package/deployments/zksyncmainnet/solcInputs/d817251a66d7498780a3a7892649b9f8.json +64 -0
  25. package/deployments/zksyncmainnet.json +9640 -0
  26. package/deployments/zksyncmainnet_addresses.json +26 -0
  27. package/dist/deploy/018-native-token-gateway.js +7 -0
  28. package/dist/deployments/zksyncmainnet.json +9640 -0
  29. package/dist/helpers/deploymentConfig.d.ts +9 -0
  30. package/dist/helpers/deploymentConfig.js +167 -1
  31. package/package.json +5 -5
@@ -0,0 +1,1292 @@
1
+ {
2
+ "address": "0x204Dfdbb0F066dAfaD8C7fc07B04751A973ADCFb",
3
+ "abi": [
4
+ {
5
+ "inputs": [],
6
+ "stateMutability": "nonpayable",
7
+ "type": "constructor"
8
+ },
9
+ {
10
+ "inputs": [
11
+ {
12
+ "internalType": "address",
13
+ "name": "sender",
14
+ "type": "address"
15
+ },
16
+ {
17
+ "internalType": "address",
18
+ "name": "calledContract",
19
+ "type": "address"
20
+ },
21
+ {
22
+ "internalType": "string",
23
+ "name": "methodSignature",
24
+ "type": "string"
25
+ }
26
+ ],
27
+ "name": "Unauthorized",
28
+ "type": "error"
29
+ },
30
+ {
31
+ "inputs": [],
32
+ "name": "ZeroAddressNotAllowed",
33
+ "type": "error"
34
+ },
35
+ {
36
+ "anonymous": false,
37
+ "inputs": [
38
+ {
39
+ "indexed": false,
40
+ "internalType": "uint8",
41
+ "name": "version",
42
+ "type": "uint8"
43
+ }
44
+ ],
45
+ "name": "Initialized",
46
+ "type": "event"
47
+ },
48
+ {
49
+ "anonymous": false,
50
+ "inputs": [
51
+ {
52
+ "indexed": true,
53
+ "internalType": "address",
54
+ "name": "comptroller",
55
+ "type": "address"
56
+ },
57
+ {
58
+ "indexed": true,
59
+ "internalType": "address",
60
+ "name": "vTokenAddress",
61
+ "type": "address"
62
+ }
63
+ ],
64
+ "name": "MarketAdded",
65
+ "type": "event"
66
+ },
67
+ {
68
+ "anonymous": false,
69
+ "inputs": [
70
+ {
71
+ "indexed": false,
72
+ "internalType": "address",
73
+ "name": "oldAccessControlManager",
74
+ "type": "address"
75
+ },
76
+ {
77
+ "indexed": false,
78
+ "internalType": "address",
79
+ "name": "newAccessControlManager",
80
+ "type": "address"
81
+ }
82
+ ],
83
+ "name": "NewAccessControlManager",
84
+ "type": "event"
85
+ },
86
+ {
87
+ "anonymous": false,
88
+ "inputs": [
89
+ {
90
+ "indexed": true,
91
+ "internalType": "address",
92
+ "name": "previousOwner",
93
+ "type": "address"
94
+ },
95
+ {
96
+ "indexed": true,
97
+ "internalType": "address",
98
+ "name": "newOwner",
99
+ "type": "address"
100
+ }
101
+ ],
102
+ "name": "OwnershipTransferStarted",
103
+ "type": "event"
104
+ },
105
+ {
106
+ "anonymous": false,
107
+ "inputs": [
108
+ {
109
+ "indexed": true,
110
+ "internalType": "address",
111
+ "name": "previousOwner",
112
+ "type": "address"
113
+ },
114
+ {
115
+ "indexed": true,
116
+ "internalType": "address",
117
+ "name": "newOwner",
118
+ "type": "address"
119
+ }
120
+ ],
121
+ "name": "OwnershipTransferred",
122
+ "type": "event"
123
+ },
124
+ {
125
+ "anonymous": false,
126
+ "inputs": [
127
+ {
128
+ "indexed": true,
129
+ "internalType": "address",
130
+ "name": "comptroller",
131
+ "type": "address"
132
+ },
133
+ {
134
+ "components": [
135
+ {
136
+ "internalType": "string",
137
+ "name": "category",
138
+ "type": "string"
139
+ },
140
+ {
141
+ "internalType": "string",
142
+ "name": "logoURL",
143
+ "type": "string"
144
+ },
145
+ {
146
+ "internalType": "string",
147
+ "name": "description",
148
+ "type": "string"
149
+ }
150
+ ],
151
+ "indexed": false,
152
+ "internalType": "struct PoolRegistryInterface.VenusPoolMetaData",
153
+ "name": "oldMetadata",
154
+ "type": "tuple"
155
+ },
156
+ {
157
+ "components": [
158
+ {
159
+ "internalType": "string",
160
+ "name": "category",
161
+ "type": "string"
162
+ },
163
+ {
164
+ "internalType": "string",
165
+ "name": "logoURL",
166
+ "type": "string"
167
+ },
168
+ {
169
+ "internalType": "string",
170
+ "name": "description",
171
+ "type": "string"
172
+ }
173
+ ],
174
+ "indexed": false,
175
+ "internalType": "struct PoolRegistryInterface.VenusPoolMetaData",
176
+ "name": "newMetadata",
177
+ "type": "tuple"
178
+ }
179
+ ],
180
+ "name": "PoolMetadataUpdated",
181
+ "type": "event"
182
+ },
183
+ {
184
+ "anonymous": false,
185
+ "inputs": [
186
+ {
187
+ "indexed": true,
188
+ "internalType": "address",
189
+ "name": "comptroller",
190
+ "type": "address"
191
+ },
192
+ {
193
+ "indexed": false,
194
+ "internalType": "string",
195
+ "name": "oldName",
196
+ "type": "string"
197
+ },
198
+ {
199
+ "indexed": false,
200
+ "internalType": "string",
201
+ "name": "newName",
202
+ "type": "string"
203
+ }
204
+ ],
205
+ "name": "PoolNameSet",
206
+ "type": "event"
207
+ },
208
+ {
209
+ "anonymous": false,
210
+ "inputs": [
211
+ {
212
+ "indexed": true,
213
+ "internalType": "address",
214
+ "name": "comptroller",
215
+ "type": "address"
216
+ },
217
+ {
218
+ "components": [
219
+ {
220
+ "internalType": "string",
221
+ "name": "name",
222
+ "type": "string"
223
+ },
224
+ {
225
+ "internalType": "address",
226
+ "name": "creator",
227
+ "type": "address"
228
+ },
229
+ {
230
+ "internalType": "address",
231
+ "name": "comptroller",
232
+ "type": "address"
233
+ },
234
+ {
235
+ "internalType": "uint256",
236
+ "name": "blockPosted",
237
+ "type": "uint256"
238
+ },
239
+ {
240
+ "internalType": "uint256",
241
+ "name": "timestampPosted",
242
+ "type": "uint256"
243
+ }
244
+ ],
245
+ "indexed": false,
246
+ "internalType": "struct PoolRegistryInterface.VenusPool",
247
+ "name": "pool",
248
+ "type": "tuple"
249
+ }
250
+ ],
251
+ "name": "PoolRegistered",
252
+ "type": "event"
253
+ },
254
+ {
255
+ "inputs": [],
256
+ "name": "acceptOwnership",
257
+ "outputs": [],
258
+ "stateMutability": "nonpayable",
259
+ "type": "function"
260
+ },
261
+ {
262
+ "inputs": [],
263
+ "name": "accessControlManager",
264
+ "outputs": [
265
+ {
266
+ "internalType": "contract IAccessControlManagerV8",
267
+ "name": "",
268
+ "type": "address"
269
+ }
270
+ ],
271
+ "stateMutability": "view",
272
+ "type": "function"
273
+ },
274
+ {
275
+ "inputs": [
276
+ {
277
+ "components": [
278
+ {
279
+ "internalType": "contract VToken",
280
+ "name": "vToken",
281
+ "type": "address"
282
+ },
283
+ {
284
+ "internalType": "uint256",
285
+ "name": "collateralFactor",
286
+ "type": "uint256"
287
+ },
288
+ {
289
+ "internalType": "uint256",
290
+ "name": "liquidationThreshold",
291
+ "type": "uint256"
292
+ },
293
+ {
294
+ "internalType": "uint256",
295
+ "name": "initialSupply",
296
+ "type": "uint256"
297
+ },
298
+ {
299
+ "internalType": "address",
300
+ "name": "vTokenReceiver",
301
+ "type": "address"
302
+ },
303
+ {
304
+ "internalType": "uint256",
305
+ "name": "supplyCap",
306
+ "type": "uint256"
307
+ },
308
+ {
309
+ "internalType": "uint256",
310
+ "name": "borrowCap",
311
+ "type": "uint256"
312
+ }
313
+ ],
314
+ "internalType": "struct PoolRegistry.AddMarketInput",
315
+ "name": "input",
316
+ "type": "tuple"
317
+ }
318
+ ],
319
+ "name": "addMarket",
320
+ "outputs": [],
321
+ "stateMutability": "nonpayable",
322
+ "type": "function"
323
+ },
324
+ {
325
+ "inputs": [
326
+ {
327
+ "internalType": "string",
328
+ "name": "name",
329
+ "type": "string"
330
+ },
331
+ {
332
+ "internalType": "contract Comptroller",
333
+ "name": "comptroller",
334
+ "type": "address"
335
+ },
336
+ {
337
+ "internalType": "uint256",
338
+ "name": "closeFactor",
339
+ "type": "uint256"
340
+ },
341
+ {
342
+ "internalType": "uint256",
343
+ "name": "liquidationIncentive",
344
+ "type": "uint256"
345
+ },
346
+ {
347
+ "internalType": "uint256",
348
+ "name": "minLiquidatableCollateral",
349
+ "type": "uint256"
350
+ }
351
+ ],
352
+ "name": "addPool",
353
+ "outputs": [
354
+ {
355
+ "internalType": "uint256",
356
+ "name": "index",
357
+ "type": "uint256"
358
+ }
359
+ ],
360
+ "stateMutability": "nonpayable",
361
+ "type": "function"
362
+ },
363
+ {
364
+ "inputs": [],
365
+ "name": "getAllPools",
366
+ "outputs": [
367
+ {
368
+ "components": [
369
+ {
370
+ "internalType": "string",
371
+ "name": "name",
372
+ "type": "string"
373
+ },
374
+ {
375
+ "internalType": "address",
376
+ "name": "creator",
377
+ "type": "address"
378
+ },
379
+ {
380
+ "internalType": "address",
381
+ "name": "comptroller",
382
+ "type": "address"
383
+ },
384
+ {
385
+ "internalType": "uint256",
386
+ "name": "blockPosted",
387
+ "type": "uint256"
388
+ },
389
+ {
390
+ "internalType": "uint256",
391
+ "name": "timestampPosted",
392
+ "type": "uint256"
393
+ }
394
+ ],
395
+ "internalType": "struct PoolRegistryInterface.VenusPool[]",
396
+ "name": "",
397
+ "type": "tuple[]"
398
+ }
399
+ ],
400
+ "stateMutability": "view",
401
+ "type": "function"
402
+ },
403
+ {
404
+ "inputs": [
405
+ {
406
+ "internalType": "address",
407
+ "name": "comptroller",
408
+ "type": "address"
409
+ }
410
+ ],
411
+ "name": "getPoolByComptroller",
412
+ "outputs": [
413
+ {
414
+ "components": [
415
+ {
416
+ "internalType": "string",
417
+ "name": "name",
418
+ "type": "string"
419
+ },
420
+ {
421
+ "internalType": "address",
422
+ "name": "creator",
423
+ "type": "address"
424
+ },
425
+ {
426
+ "internalType": "address",
427
+ "name": "comptroller",
428
+ "type": "address"
429
+ },
430
+ {
431
+ "internalType": "uint256",
432
+ "name": "blockPosted",
433
+ "type": "uint256"
434
+ },
435
+ {
436
+ "internalType": "uint256",
437
+ "name": "timestampPosted",
438
+ "type": "uint256"
439
+ }
440
+ ],
441
+ "internalType": "struct PoolRegistryInterface.VenusPool",
442
+ "name": "",
443
+ "type": "tuple"
444
+ }
445
+ ],
446
+ "stateMutability": "view",
447
+ "type": "function"
448
+ },
449
+ {
450
+ "inputs": [
451
+ {
452
+ "internalType": "address",
453
+ "name": "asset",
454
+ "type": "address"
455
+ }
456
+ ],
457
+ "name": "getPoolsSupportedByAsset",
458
+ "outputs": [
459
+ {
460
+ "internalType": "address[]",
461
+ "name": "",
462
+ "type": "address[]"
463
+ }
464
+ ],
465
+ "stateMutability": "view",
466
+ "type": "function"
467
+ },
468
+ {
469
+ "inputs": [
470
+ {
471
+ "internalType": "address",
472
+ "name": "comptroller",
473
+ "type": "address"
474
+ },
475
+ {
476
+ "internalType": "address",
477
+ "name": "asset",
478
+ "type": "address"
479
+ }
480
+ ],
481
+ "name": "getVTokenForAsset",
482
+ "outputs": [
483
+ {
484
+ "internalType": "address",
485
+ "name": "",
486
+ "type": "address"
487
+ }
488
+ ],
489
+ "stateMutability": "view",
490
+ "type": "function"
491
+ },
492
+ {
493
+ "inputs": [
494
+ {
495
+ "internalType": "address",
496
+ "name": "comptroller",
497
+ "type": "address"
498
+ }
499
+ ],
500
+ "name": "getVenusPoolMetadata",
501
+ "outputs": [
502
+ {
503
+ "components": [
504
+ {
505
+ "internalType": "string",
506
+ "name": "category",
507
+ "type": "string"
508
+ },
509
+ {
510
+ "internalType": "string",
511
+ "name": "logoURL",
512
+ "type": "string"
513
+ },
514
+ {
515
+ "internalType": "string",
516
+ "name": "description",
517
+ "type": "string"
518
+ }
519
+ ],
520
+ "internalType": "struct PoolRegistryInterface.VenusPoolMetaData",
521
+ "name": "",
522
+ "type": "tuple"
523
+ }
524
+ ],
525
+ "stateMutability": "view",
526
+ "type": "function"
527
+ },
528
+ {
529
+ "inputs": [
530
+ {
531
+ "internalType": "address",
532
+ "name": "accessControlManager_",
533
+ "type": "address"
534
+ }
535
+ ],
536
+ "name": "initialize",
537
+ "outputs": [],
538
+ "stateMutability": "nonpayable",
539
+ "type": "function"
540
+ },
541
+ {
542
+ "inputs": [
543
+ {
544
+ "internalType": "address",
545
+ "name": "",
546
+ "type": "address"
547
+ }
548
+ ],
549
+ "name": "metadata",
550
+ "outputs": [
551
+ {
552
+ "internalType": "string",
553
+ "name": "category",
554
+ "type": "string"
555
+ },
556
+ {
557
+ "internalType": "string",
558
+ "name": "logoURL",
559
+ "type": "string"
560
+ },
561
+ {
562
+ "internalType": "string",
563
+ "name": "description",
564
+ "type": "string"
565
+ }
566
+ ],
567
+ "stateMutability": "view",
568
+ "type": "function"
569
+ },
570
+ {
571
+ "inputs": [],
572
+ "name": "owner",
573
+ "outputs": [
574
+ {
575
+ "internalType": "address",
576
+ "name": "",
577
+ "type": "address"
578
+ }
579
+ ],
580
+ "stateMutability": "view",
581
+ "type": "function"
582
+ },
583
+ {
584
+ "inputs": [],
585
+ "name": "pendingOwner",
586
+ "outputs": [
587
+ {
588
+ "internalType": "address",
589
+ "name": "",
590
+ "type": "address"
591
+ }
592
+ ],
593
+ "stateMutability": "view",
594
+ "type": "function"
595
+ },
596
+ {
597
+ "inputs": [],
598
+ "name": "renounceOwnership",
599
+ "outputs": [],
600
+ "stateMutability": "nonpayable",
601
+ "type": "function"
602
+ },
603
+ {
604
+ "inputs": [
605
+ {
606
+ "internalType": "address",
607
+ "name": "accessControlManager_",
608
+ "type": "address"
609
+ }
610
+ ],
611
+ "name": "setAccessControlManager",
612
+ "outputs": [],
613
+ "stateMutability": "nonpayable",
614
+ "type": "function"
615
+ },
616
+ {
617
+ "inputs": [
618
+ {
619
+ "internalType": "address",
620
+ "name": "comptroller",
621
+ "type": "address"
622
+ },
623
+ {
624
+ "internalType": "string",
625
+ "name": "name",
626
+ "type": "string"
627
+ }
628
+ ],
629
+ "name": "setPoolName",
630
+ "outputs": [],
631
+ "stateMutability": "nonpayable",
632
+ "type": "function"
633
+ },
634
+ {
635
+ "inputs": [
636
+ {
637
+ "internalType": "address",
638
+ "name": "newOwner",
639
+ "type": "address"
640
+ }
641
+ ],
642
+ "name": "transferOwnership",
643
+ "outputs": [],
644
+ "stateMutability": "nonpayable",
645
+ "type": "function"
646
+ },
647
+ {
648
+ "inputs": [
649
+ {
650
+ "internalType": "address",
651
+ "name": "comptroller",
652
+ "type": "address"
653
+ },
654
+ {
655
+ "components": [
656
+ {
657
+ "internalType": "string",
658
+ "name": "category",
659
+ "type": "string"
660
+ },
661
+ {
662
+ "internalType": "string",
663
+ "name": "logoURL",
664
+ "type": "string"
665
+ },
666
+ {
667
+ "internalType": "string",
668
+ "name": "description",
669
+ "type": "string"
670
+ }
671
+ ],
672
+ "internalType": "struct PoolRegistryInterface.VenusPoolMetaData",
673
+ "name": "metadata_",
674
+ "type": "tuple"
675
+ }
676
+ ],
677
+ "name": "updatePoolMetadata",
678
+ "outputs": [],
679
+ "stateMutability": "nonpayable",
680
+ "type": "function"
681
+ }
682
+ ],
683
+ "transactionHash": "0xc9eff6e1c59eaa0d6875f25d747e7b8d1b3f140ba738f93953a57362be77b571",
684
+ "receipt": {
685
+ "to": "0x0000000000000000000000000000000000008006",
686
+ "from": "0x7f423E50147930e197dAaE9F637198E66746D597",
687
+ "contractAddress": "0x204Dfdbb0F066dAfaD8C7fc07B04751A973ADCFb",
688
+ "transactionIndex": 1,
689
+ "gasUsed": "8764422",
690
+ "logsBloom": "0x000000000006000800000100000000000000000000004000000000000000000000000000000000000000000100010000000000000000000000000800000000000001000000000400000000280000400004000000008000000000000000000800000002000a0100000000000000000840000400000000500000000010000000000000001000000000000004000100100010000100000080000000000000000080800000000000100000000000800500000000000100000000002000010000080000000002008000000000000000040000000010000100000000000000000020000000000000000000000000000000000000000040000000400000000080000000",
691
+ "blockHash": "0x67bd56a141e91b460f5f2278e71a9f84abb49d4df53d59ff71518bae4d3324b5",
692
+ "transactionHash": "0xc9eff6e1c59eaa0d6875f25d747e7b8d1b3f140ba738f93953a57362be77b571",
693
+ "logs": [
694
+ {
695
+ "transactionIndex": 1,
696
+ "blockNumber": 43551501,
697
+ "transactionHash": "0xc9eff6e1c59eaa0d6875f25d747e7b8d1b3f140ba738f93953a57362be77b571",
698
+ "address": "0x000000000000000000000000000000000000800A",
699
+ "topics": [
700
+ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
701
+ "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
702
+ "0x0000000000000000000000000000000000000000000000000000000000008001"
703
+ ],
704
+ "data": "0x0000000000000000000000000000000000000000000000000002c8c9f8017c90",
705
+ "logIndex": 3,
706
+ "blockHash": "0x67bd56a141e91b460f5f2278e71a9f84abb49d4df53d59ff71518bae4d3324b5"
707
+ },
708
+ {
709
+ "transactionIndex": 1,
710
+ "blockNumber": 43551501,
711
+ "transactionHash": "0xc9eff6e1c59eaa0d6875f25d747e7b8d1b3f140ba738f93953a57362be77b571",
712
+ "address": "0x0000000000000000000000000000000000008008",
713
+ "topics": ["0x27fe8c0b49f49507b9d4fe5968c9f49edfe5c9df277d433a07a0717ede97638d"],
714
+ "data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000071f0000000000000000000000000000000000000000000000000000000000008008000000000000000000000000000000000000000000000000000000000000800e4954f8fc0239f08573d0fafda9793a221b432dc7f59fafa1c1609a9689b50816",
715
+ "logIndex": 4,
716
+ "blockHash": "0x67bd56a141e91b460f5f2278e71a9f84abb49d4df53d59ff71518bae4d3324b5"
717
+ },
718
+ {
719
+ "transactionIndex": 1,
720
+ "blockNumber": 43551501,
721
+ "transactionHash": "0xc9eff6e1c59eaa0d6875f25d747e7b8d1b3f140ba738f93953a57362be77b571",
722
+ "address": "0x0000000000000000000000000000000000008008",
723
+ "topics": [
724
+ "0x3a36e47291f4201faf137fab081d92295bce2d53be2c6ca68ba82c7faa9ce241",
725
+ "0x000000000000000000000000000000000000000000000000000000000000800e",
726
+ "0x4954f8fc0239f08573d0fafda9793a221b432dc7f59fafa1c1609a9689b50816"
727
+ ],
728
+ "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000006902078300000000000000000000051c010080410000051c0010009c0000000100200190000000c0011002100000000001000414000000000101043b146a14650000040f0000082a0000613d000000000010043f0000082a0000c13d0000012a0000213d0000146c000104300000801002000039000000000001004b0000082a0000213d0000000000320435000000400010043f0000051c020080410000051c0020009c000000000012043500000000002104350000000001000019000000400200043d000000200030008c0000053e0010009c000000000002004bffffffffffffffff0000082a0000413d000000000121019f146a14600000040f0000000002000039000000400100043d00000544011001c7000000200010043f0000000008980436000000007907043c0000000000310435000000000101041a000000000048004b0000001f0530018f0003000000010355000000000112019f0000000901000029000000000003004b000000000021004b00000000020000190000000c010000290000000008020019000000090200002900000542011001c70000000003010019000000000001042d000000000701034f00000060033002700000004002200210000000000005004b0000000a010000290000004001100210000000010110003900000000046200190000054e0630019800000000010104330000051c033001970000000000100443000000000021041b000000000201041a000000000202043b0000000100100190000006600000613d000000000012004b0000012a0000c13d00000000040340190000002004000039000006600000013d000000000006004b000010cc0000613d000080020200003900000558011001c70000000400100443000005570100004100000020020000390000055a01000041000000040010043f00000583010000410000000c0200002900000000020004160000800d020000390000000801000029000000060100002900000008020000290000000102004039000000040020008c000000c00220021000000000020004140000000000430435000000000301043b0000000000650435000000200100003900000005010000290000059002200167000005900220027f00000001022000390000000000140435000000000707043b00000005011002700000000a020000290000058e02100197000000000300001900000546011001c700000040020000390000053d0010009c000000240210003900000044021000390000000b01000029000006e40000c13d0000146b0001042e000000800010043f00000000040404330001051c0030019d0000000005000019000000020110036700000005022002700000001f01400039000000000767022f0000010006600089000000000059004b0000000009a90436000000008a08043c000000000505043300000008030000290000006001100210000000400020043f0000053e0020009c000000400400043d000c00000002001d0000000002000415000000000012041b0000000602000029000000000223001900000000011300190000010005500089000000000656022f00000000065601cf0000000305500210000100000003001f000000000686019f00000000066701cf000000000868022f00000000086801cf00000000080504330000000306600210000000000771034f000000000801034f00000020074001900000001f0640018f0000000b02000029000000000004004b00000000040000190000001f0110003900000064021000390000000401100370000000240030008c000000010300003100000041010000390000053d0020009c000000000100041600000002010000290000055a011001c70000058e0330019700000020055000390000000703000029000000000023004b00000007010000290000001f0010008c0000001f02300039000000200010008c0000051c030080410000051c0030009c000000000131019f000000000009004b000000000006043500000001011001bf0000053d011001970000053d055001970000000003030433000000cc01000039146a112b0000040f000000000032004b0000000000130435000000400300043d000000000404043b00000548022001970000051d0100004100000020022000390200000000000000146a133a0000040f00000000090000190000000000a904350000000000450435000000040100002900000001010000290000000702000029000000000038004b0000000101100210000000000051041b000000000505043b00000003010000290000053e0030009c000000000303043b0000000102400210000000000121016f0000000302400210000000000002041b0000000002004019000000000121013f00000001020020390000001f0020008c0000007f0220618f00000001021002700000000b04000029000000600110018f00000040033002100000003f011000390000000000560435000000000302041a00000060022002100000000a040000290000000102000039146a11780000040f000800000002001d000000000015004b0000000b030000290000000a050000290000006002000039000c00000004001d000003b00000c13d00000003030000390000003f01200039000a00000001001d146a144b0000040f000c00000001001d000000200300003900000004021000390000051d02000041000000000034004b000000000076043500000004021003700000003301000039ffffffffffffffe0506f6f6c52656769000000010200c039000000000001043500000545090040410000002008800039000000000a0a04330000000008000019000000000132043600000044010000390000000401400039000000240120003900000044012000390000058e011001970000000000040435000000000464019f00000000045401cf000000000454022f0000000006030433000000000446034f000000000706034f00000000004204350000000007070433000000000223016f0000000203300367000000f80220018f00000003022002100000002003300039000000000554034f0000000204000367000000200200008a00000009030000290000000004000039000700000001001d000000000200603900000000020204330000058f01100197000000c0026000390000001f0040008c0000007f0440618f000000000015043500000000000504350000058f01200197000000000100003f00000001044000390000000002210436000000000401041a0000000001210049000003be0000013d00000000010004110000006501000039000b00000002001d0000054d011001c70000053d001001980000053d02200197000000000202041a0000000006000019000000000035004b000000000020043f000000c40010043f000000a40010043f000000840010043f0000000000540435000000010300203900000000030000390000000102100190000000c901000039146a12700000040f0000008001000039000000a00010043f000000e001000039000b00000001001d0000000103000039000000000010041b0000ff00001001906f6e7472616374207a61626c653a2063496e697469616c6900000000010a04330000000502200210000013fe0000213d0000000108000029000000000001042f00000001005001900000000105004039000000000500003900000020012000390000000101004039000000000100003900000000000304350000054500b0009c000000000007043500000000065400190000000002000410000000640240003900000004022000390000000007540019000000000113019f00000548033001970000000306000029000000040000006b000000000043004b0000000504000029000000000100003100000004012000390000000403000029000000000002043500000020066000390000058e0430019800000002030000390000001f0330003900000000056300190000000a060000290000000503000029000005450040009c0000054503500197000600000001001d0000002201000039000600000002001d000000000161019f00000000015101cf000000000151022f0000000006040433000000000161034f0000000004540436000000010040019000000001040020390000000103200190000000090500002900000008090000290000000805700029000000000024043500000000010060390000002001100039000600000004001d000000000048043500000001010000390000051c0050009c00000000060604330000058e0440019700000551011001c70000002004400039000000a0051000390000000c0300002900000001033000390000053d044001970000000003000415000000800100043d0000000201100039000000800020043f000800000003001d000900000001001d0000053e0040009c0000082a0000013d00000566040000410000032c0000c13d00000000030004110000053d05200197000000cd0100003900000577011001c7000a00000002001d0000052001000041000000e40010043f000800000004001d0000053f0010009c0000002401100370000000440030008c000003270000013d000000040030008c000000400040043f0004000000000002536166654552433200000024000000000200000200000000737472793a20506f0000000400000000696e743235362c7500000020000000007fffffffffffffff000000200000008000000000ffffffff00000000020a001f000000030220008a000014300000613d00020000000a001d000000040220008a000000600a000039000000400030043f000013fe0000c13d0000000000a3004b00000000033a0019000000400a00043d0000003f03300039000200000004001d00000000009104350000000009000411000012430000013d0000000207000029000100000008001d000000000615001900000040011000390000006006200039000000000a87001900000000012100190000058e0220019700000000430104340000115d0000013d00000002050000290000002401400039000010a40000613d00000000080100190000006003300210000000200140003900000044014000390000008001200039000005610020009c0000057d03000041000000010100c03f00060005002002180000100c0000613d00000003060003670001051c0010019d00000060011002700000051c040080410000051c0040009c00000000040004140000000802100029000000400220003900000000090cc019000000000c000019000000000057004b000001000bb00089000000000909043b000000000cbc022f000000000cbc01cf000005450990019700000000090bc019000000000b000019000000000069004b000000000046004b000000000098043500000000090904330000058e055001970000001f05500039000000000058004b0000001f04400039000000000a8600190000000401300039000700000002001d0000057b0100004100000007040000290000000001310049000000000141043600000000030104330000002403300039000000000112004900000006050000290000004402400039000000000302043300000040012002100000006401000039000000800510003900000060051000390000004005100039000000a0040000390000000303300210000000000421001900000002020000290000000404000029000000000201c01900000545010020410000054502004041000000000423013f00000545021001970000002005300039000000000232034f0000000903300029000000000504c019000005450070009c00000545040080410000054505004041000000000056004b000000000756013f00000545063001970000054505400197000000230440008a0000000b0410006a00000002020003670000000406000029000009b00000613d00000006040000290000004001200039000005780010009c0000000001120436000100000002001d000400000001001d000200000002001d000500000001001d00000080022000390000800b0200003900000554011001c70000000b0600002900000000031300490000001f034000390000000206600367000000000342001900000000064500190000000000340435000300000002001d000000000025004b000000000605c0190000054505008041000000000054004b0000054506004041000005450650019700000002030003670000000b050000290000000a0000006b00000005020000290000006001300210000000000052004b0000000003260019000500000004001d000000000442013f000a00000004001d000000010420027000000080026000390000000b0000006b000000600210018f000000040040008c0000053e0050009c00000000090b00190000000a05700029000a00000005001d0000051c0300004100000000032500190000000606000029000600000005001d000900000004001d000005d50000413d000000a001100039000009b00000a13d00000060026000390000000301700039000000400260003900000002017000390000000102700039000000000186043600000000018200190000046c0000013d000000000091004b000000000503041a0000000004120019000000070800002900000008070000290000000906000029000000000070043f0000000104100270000000000107041a000000400080043f000000a008600039000000400600043d000000ca010000390000051c0500804100000024015000390000004401500039000000400500043d000000000700001900000567040000410000053d02300197000000000042041b00000548043001970000009702000039000005520010009c000000400050043f0000000003210436000000400130003900000000020100190000053d0510019700000000021200490000000002520436000000006506043400000040021000390000000002060019000000ce010000390000000002230436000c00000003001d0000000c05000029000000000031041b000000000363019f00000548032001970000053d06100197000003640000613d000003410000c13d0000000503300210000000c00020043f000000a00020043f000001fe0000613d0000000c02200029000000cb0100003900000097010000390000082a0000813d000000230420003900000024021003700000000806000029000000000007004b0000000100300190000000000331013f0000006006400039000000c00010043f000000640010008c0000052204000041000000000100041a000000000201043b112d3c3e13a6e951483462158fdb4b415aeaaa6d7726a7e119cf784aab6249037472616374000000206e6f6e2d636f6e2063616c6c20746f416464726573733a6f6e20646964206e206f706572617469303a20455243323065640000000000006f7420737563636500000003ffffffe000000001ffffffe06c206661696c65646576656c2063616c303a206c6f772d6cffffffffffffffc04a3fa2930000000018c5e8ab00000000ffffffffffffff60ffffffffffffffa0ffffffffffffff00000000400000008000000064000000806865206f776e65726973206e6f7420742063616c6c6572204f776e61626c653a6f6f206c61726765616d652069732074506f6f6c2773206ea483611cb4e23a7ea6bec8ca1f56e8e8b23d4b696c103547a01f2b0df2b143bf6e672900000000006573732c73747269616d652861646472736574506f6f6c4e706c79206973207a697469616c537570737472793a20696e65726f000000000065676973746572656f6c206e6f74207264000000000000004e487b710000000096da305290651142a763e74faf14de704fad87834e2cc05f7772c85e68debdf7000000440000000023323e030000000000000000000000030000000000000001095ea7b30000000023b872dd0000000070a0823100000000186db48f00000000d136af4400000000ffffffffffffffbf00000064000000005cc4fdeb00000000cab4f84c00000000000000a4000000006561647920616464726b657420616c72737472793a204d6120636f6d62696e617074726f6c6c65727373657420636f6d656420666f72206174696f6e000000006f307dc3000000005fe3b5670000000029000000000000006b6574496e70757474284164644d61726164644d61726b6572000000000000006e6577206f776e656e6f7420746865206c6c657220697320537465703a2063614f776e61626c65326973206e6f742069696e6700000000006e697469616c697a6e616765722061646e74726f6c206d61616365737320636f696e76616c696420647265737300000031fe014601293aa0fe4e111b00cd2b0ca5c30e0888f3093e66fd58e82f7b31a2e3b4186f6b6457e019497f9722a3daaf1344cd1fd0a4f2848be0079c53165914ffffffffffff0000697320616c726561616c697a65640000647920696e697469fffffffffffffedfffffffffffffff7f8579befe00000000520b6c7400000000a84310810000000012348e9600000000023a8d90e8508b8302500962caba6a1568e884a7374b41e01806aa1896bbf265b1610d91c692928ef2971baa643212351472dabcf6d255f553ec2a1d9645c46308cc6b5d955391325d622183e25ac5afcd93958e4c903827796b89b91644bc983c209e9336465bd123bf29dc2df74b6f266b0e7a08c0454b42cbb15ccdc3cad6ffffffffffffff5f000000840000000064792065786973746f6c20616c72656172792e0000000000206469726563746f7320696e2074686500000000ffffffe07dc0d1d000000000696e7432353629006464726573732c75737472696e672c61616464506f6f6c28d8c362d765e22700fa1faef420bfe791c7c124b9cd0de2d338d16b8cac22d99fffffffff0000000095bb13c6f95181474ee5c2ffced5fc374ed591c43346d4518f91f3b5d20b61748000000000000000ffffffffffffff9f00000040000000004461746129000000506f6f6c4d65746173732c56656e757374612861646472656f6c4d6574616461757064617465506f000000001cb6bb7e000000000e32cb8600000000266e0a7f0000000023dc8d640000000023dc8d6300000000715018a6000000002ba21572000000008da5cb5b000000007aee632d0000000079ba50970000000079ba5096000000002ba2157100000000b4a0bdf300000000a3aefa2c00000000d88ff1f400000000c4d66de800000000c4d66de700000000eed873c200000000e30c397800000000ff94d95800000000f36dba3800000000f2fde38b00000000f2fde38a00000000e30c397700000000a3aefa2b0000004000000100000000020000000060cefb38474024988a09c465da9592146a682f133852f6797f26b83ff96e1f2b0000008400000080616c697a696e6700697320696e69746908c379a0000000000000146a00000432000014680021042300001463002104210000145e0000613d00000040023002100000001d030000390000059b0300004100000001020000290000002402300039000100000003001d000014420000c13d0000002a030000390000059a030000410000059903000041000014060000613d000014040000c13d0000002001a00039000014040000a13d000014040000213d000013fd0000613d000014310000613d000000020a000029000013f00000013d000013d60000613d0000141a0000613d0000008003000039000013e60000013d0000000401000039000013d30000c13d000013cb0000013d000013cb0000613d0000139f0000c13d0000000008030019000013a30000613d00000000046300190000054e0640019800000000034a04360000001f0540018f00000598033001970000059703300197000013c90000613d0000051c043001980000000002050019000100000005001d000000000223019f000013b20000013d000000000242019f00000000023201cf000000000232022f0000010003300089000000000434022f00000000043401cf0000000004010433000000000224034f000013b20000613d000013630000c13d0000000005750436000000006706043c000000000604034f000013670000613d000000030400036700000000012500190000001f0310018f0000058e0210019800000000051a043600000001040040390000001f03100039000013b10000613d0000000101000032000013750000c13d000000040050008c000000002302043400000596030000410000004001400039000013fe0000813d000005950040009c000013380000613d000000000032041b00000065020000390000131b0000613d0000130a0000c13d0000130e0000613d00000000010800190000059401000041000012eb0000613d000012e30000c13d00000000010b0433000012e30000a13d0000001f0030008c000012e50000c13d000012e50000213d000000000014004b0000000004b10019000013030000613d000012c70000613d000012b60000c13d000012ba0000613d00000000057b0019000000020b00002900020000000b001d000000c00340021000000000030b40190000051c00b0009c0000000003b30049000012cd0000013d000012960000c13d0000000004310019000012850000413d0000128c0000613d0000006401b000390000004401b0003900000000430804340000000401b0003900000000001b0435000005930100004100000040030000390000002401b00039000000400b00043d000200000000000200000000010600190000000401700039000012620000c13d000012620000213d000012310000413d000012400000613d00000003090000290000126e0000613d000200000007001d000400000006001d000300000004001d000012390000613d000012680000c13d000012620000813d000005920060009c000000000701001900000060031000390000008003100039000000a002100039000012010000813d000005920010009c0000001f02200039000011e50000413d000011ec0000613d0000000001250436000000004201043400000000042500490000000005540019000011cf0000413d000000200770003900000000097600190000000008470019000011d60000613d00000000045704360000000065040434000000000627004900000000077600190000058e077001970000001f073000390000000007360019000011bb0000413d0000000009680019000011c20000613d00000080062000390000000000360435000000007303043400000000055204360000006005000039000000800110003900000040062000390000000007430019000011940000413d00000000093800190000119b0000613d000000c0032000390000000074030434000000a0082000390000000006420436000000005301043400000000023100190000117d0000413d00000000062400190000000005210019000011840000613d0000000001050019000011700000c13d000011700000213d00000000015200190000114d0000413d000000000061004b000000000402041a000000000317001900000001070000290000115b0000613d000011760000613d000200000005001d000300000006001d000100000004001d000011550000613d00000000046504360000116a0000c13d0000001f0060008c0000007f0660618f000000010620027000030000000000020000006001100039000011250000813d000005910010009c0000111b0000c13d00000582040000410000000c01200029000011140000613d000010f50000613d000010e40000c13d0000000c09000029000010e80000613d0000000c0570002900000581011001c7000010f90000013d000010cd0000c13d00000004024000390000053d012001970000058001000041000001000200043d000010b80000c13d00070005002002180000000f0220008a000000200020008c0000053f0020009c000010900000613d0007000500300218000000100330008a000010790000613d000010680000c13d0000106c0000613d000000000341001900000000011200190000001f01300039000010790000013d000010500000c13d0000051c0310019700040001002001930000104b0000013d000010390000c13d0000008002300039000005610040009c000000440200003900000024024000390000057d02000041000010200000c13d000000110220008a000000000102043300000ff80000613d000000120220008a00000fe00000613d00000fcf0000c13d0000000c0800002900000fd30000613d0000000003460019000c00000006001d000000000631043600000000041500190000057f054001970000003f044000390000057e044001970000001f0430003900000fe00000013d000000600100003900000fb80000c13d0000051c03100198000000010220018f000000c002400210000000600250021000000f9e0000c13d00000fb90000013d00000fa30000c13d000000040060008c00000000050404330000008001400039000005610050009c00000000004104350000057d0100004100000020025000390000000705000029000800060010007400000f970000613d00000f670000613d00000f560000c13d00000f5a0000613d00000f3a0000c13d00000f6b0000013d00000f3f0000c13d000000a001200039000005520020009c000000000300041000000064012000390000057c0300004100000f330000613d00000efb0000613d00000eea0000c13d00000eee0000613d00000ece0000c13d00000ec10000c13d00000eb40000c13d00000ea70000c13d000008260000013d000005470400004100000000023200190000001f03500039000000000474019f00000000046401cf000000000464022f00000000076701cf00000000070304330000000306700210000000000464034f00000e880000613d00000e770000c13d000000000039004b0000000009020019000000000804034f00000e7b0000613d00000000036200190000001f0750018f00000000069501700000000002570436000000000463034f00000000042700490000000007840019000000000494016f0000058e090000410000001f04700039000000000409c019000005450400404100000000004a004b000000000b4a013f000005450a600197000005450440019700000545090020410000000004540049000000000563034f000000090690002900000000006a004b000000000b6a013f000005450a900197000000040930036000000000000904350000000009870019000000000aca019f000000000aba01cf000000000aba022f000000000a0a043b000000000c090433000000030bc00210000000000aba034f00000e440000613d00000000000c004b00000e330000c13d00000000009e004b000000000efe043600000000df0d043c000000000e080019000000000d0a034f00000e370000613d0000000009b800190000001f0c70018f000000000bc701700000000008780436000000000ab3034f00000000009a04350000000b0a00002900000000092800490000000008a800190000000008c8016f0000058e0c0000410000001f088000390000054500e0009c00000000009d004b000000000e9d013f000005450db00197000005450c00204100000000009b004b0000000009740049000000200bb000390000053e0070009c0000000007b3034f000000090b700029000005450c008041000000000b69013f000005450970019700000005073003600000000007a8001900000000009704350000000009c9019f0000000009b901cf0000000009b9022f000000000c070433000000030bd002100000000009cb034f00000e000000613d00000000000d004b00000def0000c13d00000000007f004b000000000f9f043600000000e90e043c000000000f0a0019000000000e0b034f00000df30000613d0000000007ca0019000000800a2000390000001f0d80018f0000058e0c800198000000000ba3034f00000000008704350000006007200039000b00000007001d00000000077204360000054500d0009c00000000009c004b000000000d9c013f000005450ca00197000005450b00204100000000009a004b0000000009840049000000200a9000390000053e0080009c000000000808043b000000000893034f00000009098000290000054500a0009c000005450b008041000000000a69013f00000545098001970000001f0550008a000000090540006a0000000004000031000000000804043b000000090430036000000000041200490000000002420019000000000542001900000dae0000413d0000000009650019000000000826001900000db50000613d000000000246043600000000540404340000000000250435000000000226004900000d980000413d000000000948001900000d9f0000613d0000000000580435000000600810003900000007060000290000000005240049000000000445001900000d820000413d000000000958001900000d890000613d000000c00510003900000000640404340000000000720435000000600700003900000000040204330000000b03300029000000030200002900000d6e0000813d000000030020006c00000d5a0000413d0000000b0530002900000eff0000013d00000ed30000c13d000000e00200043d00000009022001af00000008011000290000000b022001af00000ec60000613d00000cfd0000613d00000cdc0000413d000700000004001d00000ce40000613d00000cc90000413d00000cd20000613d0000057a0100004100000eac0000613d00000ca50000613d00000c840000413d000000080400002900000c8c0000613d00000c730000413d00000000026204360000053d06600197000000000605043300000c7a0000613d000005790100004100000d710000013d000000030400002900000c490000613d000000030000006b00000c3e0000c13d0000055d011001c700000eb90000613d00000c2a0000613d00000084010000390000055c0100004100000e9f0000613d00000bf70000613d0000055b0100004100000c360000613d00000bc40000613d000005590100004100000556040000410000000c04000029000000000432001900000b630000413d000000000625001900000b6a0000613d000000e0021000390000000043030434000000c002100039000000030240003900000002024000390000000102400039000000000014041b000000000232016f00000003022000290000059003300167000005900330027f000000f80330018f00000b380000813d000000040030006c00000b260000c13d000000000041004b0000000005620019000000010230008a00000d620000013d00000d580000c13d000000030220018000000c430000a13d00000b080000413d00000b0c0000813d000000030300002900000b0c0000413d000b00000005001d000000030110006a0000000401200360000400200010003d0000000303300029000000040200002900000aaf0000813d000000040020006c00000a9b0000413d00000a930000c13d00000b3b0000013d00000a830000613d00000ab20000013d00000a760000613d00000a6b0000c13d00000aa30000013d00000a980000c13d000000040220018000000a700000a13d00000a4b0000413d00000a4f0000813d00000a4f0000413d000200000001001d000300000005001d000000040110006a000400000002001d0000000501200360000500200010003d0000000403300029000009f20000813d000000050020006c000009de0000413d000009f50000013d000009d30000613d000000050000006b00000574011001c700000044030000390000057303000041000005720300004100000571030000410000008402100039000000320100003900000c510000c13d000001400300043d000001200300043d00000000022404360000004002400039000005780020009c00000a8b0000613d000009790000613d0000057601000041000800000001001d000000a00100043d000000c00100043d00000a630000613d0000093d0000613d0000057501000041000009b60000c13d00000b2d0000013d00000b200000c13d000000040320018000000a7e0000a13d000008db0000413d000008df0000813d000008df0000413d0000000021010434000300000001001d000000000030043f000000000232019f00000555010000410000006002200039000005530100004100000000021304360000004004300039000008600000613d0000084f0000c13d000008530000613d000000c002200039000000000030007c0000000a030000290000000002210019000005890400004100000000044200190000080f0000613d000007fe0000c13d000008020000613d0000001f0550018f0000000004650170000000000253043600000000041300490000000003340019000000000363016f0000058e060000410000000005340019000007e50000413d0000000007580019000007ec0000613d0000000808000029000000600410003900000040041000390000000a03300029000007d40000813d0000000b0020006c000007c00000413d000009e60000013d000009db0000c13d0000000502200180000009cd0000a13d000007a50000413d000007a90000813d000007a90000413d000000000102c0190000054502002041000400000005001d0000054501004041000000000013004b000000000413013f00000545012001970000002005100039000000050220006a000500000003001d000000000313034f0000000901400029000005450080009c000000000067004b000000000867013f0000054507400197000000230550008a00000000055200490000000002000031000000000402043b0000000902300360000900040050003d0000000901200029000000330300003900000550030000410000054f03000041000007340000013d0000071c0000413d000007340000613d0000072e0000613d000007d70000013d000006fc0000613d000006f10000c13d000007040000613d00000002013000390000000601200029000007c80000013d000007bd0000c13d0000000b02300180000000200300008a000006f60000a13d000006ab0000413d000006af0000813d000006af0000413d0000000701200029000000060000006b0000066d0000613d0000065c0000c13d000006c90000013d0000064d0000413d000006c90000613d0000000506000029000006c30000613d000000010150003900000000011604360000000a01200029000000070000006b0000060e0000c13d000003ad0000013d0000000a0110017f0000ff010100008a00000000005204350000002002100039000000000454019f00000011010000390000082c0000c13d000800010020003e000000dd0000213d000007240000c13d000001ff0000613d0000000801200029000006550000613d000005a50000613d000005940000c13d000005980000613d000000210300003900000585030000410000058403000041000008f30000c13d0000000a01100029000006ea0000613d000005510000613d000005400000c13d0000000a09000029000005440000613d000005570000613d0000057002000041000900000002001d00000000020404330000000005510019000000000405001900000000050b0019000006070000613d0000050a0000613d000004f90000c13d000004fd0000613d0000000a0b0000290000000003054019000006790000013d000004d90000413d000000000062004b000006790000613d0000000805000029000006730000613d0000000003530436000700000003001d0000001f0050008c0000007f0550618f0000000105100270000000000104041a000000000401043b0000050f0000013d000004e10000c13d0000056f01000041000003740000013d000004140000413d00000001012000390000000a0020006c000000010020003a0000000000610435000000050120021000000004027000390000008001600039000004590000413d000004680000613d0000000609000029000800000007001d000900000006001d000700000008001d000004610000613d000005520060009c000000000701043b000c00000000001d0000004001500210000000040150003900000023020000390000058702000041000005860200004100000064015000390000049d0000c13d000000e00100043d000003cc0000013d000003f20000413d0000000000af004b000000200ff000390000000006fe00190000000005bf0019000000000f000019000003cc0000613d00000000000a004b000000c00b4000390000000000ab043500000000ea0a0434000000a00b400039000000000c540436000000a00500003900000000da09043400000000890804340000000003930436000000400990008a00000000091400490000037d0000813d000000000027004b000000010770003900000000044b00190000001f04a000390000008005900039000000800440003900000060059000390000004006400039000000400590003900000000005c043500000000050d04330000000005ab0019000003e40000013d000000a0080000390000002e03000039000005640300004100000563030000410000058d011001c7000000000414019f0000012a0000013d0000038a0000a13d000004110000813d000000000024004b000000a00540003900000040061000390000006006100039000000800610003900000000053104360000006003000039000005620030009c0000000002140049000003c90000c13d0000000004340019000000050420021000000040031000390000000000230435000000800200043d000003860000c13d000000800040043f00000080013000390000002b030000390000056b030000410000056a03000041000002210000c13d0000021b0000613d000000090000006b000003b50000c13d000000010100603f000000010010008c000000ff0120018f000003b20000c13d0000000001000410000b00000003001d0000056d010000410000056c0100004100000029010000390000058c010000410000058b010000410000055f0100004100000000033200490000000c0120006a00000060023000390000054904000041000000000262019f0000053d0060009c000000000601043b146a13210000040f000003350000c13d0000053d021001970000037e0000013d000002b60000413d000002bc0000613d000000000132001900000000013200490000029a0000413d000000000053004b0000000002420436000002a10000613d0000000c060000290000000002320436000a00000003001d000000000301041a146a118a0000040f146a12070000040f146a11f20000040f000000250300003900000569030000410000056803000041000005db0000c13d00000101011001bf0000056501200197000000ff002001900000000d0330008a0000ff0001200190000000000200041a0000000e0330008a0000055e02000041000003fa0000c13d000001000100043d0000053d021001980000016001000039000001800010043f0000056e01000041000001600010043f0000001901000039000001a001000039000001400010043f000000c401100370000001200020043f000000a402100370000001000020043f0000008402100370000000e00020043f000000640210037000000044021003700000016002000039000000e40030008c000002620000013d146a11b10000040f0000000002120436000001200010043f000001000010043f000000e00010043f146a11200000040f000000e0020000390000056801000041000005690100004100000025010000390000039d0000c13d0000003302000039000005a90000013d0000057e0000c13d0000054c010000410000054b010000410000054a010000410000002f010000390000000a0030006b000a00240020003d0000000b04100360000b00040020003d000000a40030008c0000052b0020009c000003230000613d0000052a0020009c000000000043041b0000054804400197000000000403041a0000006503000039000005370020009c000002ea0000613d000005360020009c0000036e0000a13d000005610030009c000005600310019700000005021002100000052e0020009c000002060000613d0000052d0020009c0000053a0020009c000001cf0000613d000005390020009c000005300020009c000001a50000613d0000052f0020009c000001180000213d0000052c0020009c00000018030000390000058a03000041000004a80000413d000000650010008c00000588010000410000001b01000039000000c001000039000000000031004b0000000b012000290000002402200039000000000141034f00000004042000390000053c0020009c000001880000613d0000053b0020009c000000f90000213d000005380020009c0000051f010000410000051e0100004100000027010000390000061a0000013d0000009c0000413d000000000072004b000000000501041a000000000423001900000080036000390000061a0000613d0000000707000029000000000050043f000006130000613d000900000005001d000700000007001d000a00000006001d0000001f0070008c0000007f0770618f0000000107100270000000000105041a000000400060043f000005430040009c000000000501043b000005410100004100000540010000410000002d010000390000000b0130006a000005290020009c0000026c0000613d000005280020009c000002ca0000613d000005270020009c000001500000a13d000005260020009c000000ee0000a13d000005250020009c00000523010000410000012000000443000001000010044300000521011001c7000000ff01000039000000ff011001bf000000390000613d000000ff0020008c000000ff0210018f000000a40000c13d000005350020009c0000024a0000613d000005340020009c000002be0000613d000005330020009c000001300000a13d000005320020009c000000b00000a13d000005310020009c0000003e0000213d000005240020009c000000e002200270000000210000c13d00000080040000390000051c0040019d000200000001035500030000003103550000051c034001970000006004300270001200000000000201a30782003307810780077f077e077d077c01a20003077b01a1001c0296077a0779077807770776077507740773077207710770076f000a00a6000e000a00f801a000a6000e000a02950143076e076d076c076b076a01420769007500050002000100040768005701410294001e000300080062076707660765007407640763076207610760075f075e075d075c000a019f001c0056001a000a00f70043008700a5000f019e000601400019000f075b019d000f0293001c013f0011075a00750759013e07580292013d013c002f0009013b002200050002000100040032000d000700030008075700860756000b029107550754013a075307520751013901380290028f0073019c0750074f00f6001a074e074d074c00050002000100040021000d000700030008074b028e002e028d074a07490006002e074807470137003b00c207460745074400c100750062013607430135074201340741019b019a000c0740073f073e073d073c000a019f001c0056001a000a00f70043008700a5000f028c00430085000f028b00f5028a073b073a000601400019000f0739019907380737000f07360011073500750734013e013d013c007207330732002000710731001000700730001000f4001500f300f2001000020001003a0198000c072f072e072d072c072b000a00a6000e000a028901a0072a07290728000a019f001c0056001a000a00f7004300a5000f019e000600f1006f000f013301970022006e001600f00055013300220016006e00f001a0072707260725000a00a6000e000a0288002600ef0019000b0039072400ee0723072207210054000900a400530052000c0720071f071e000a00a6000e000a00f800420196019501320194071d071c071b071a00c000410005000200010004006d005700ed01930131001e000300ec0192071907180717000a0716001c0056001a000a00f700430085000f028b00f5028a0715071400bf00eb0191000f028707130712000f019e00060190006f000f013f0011071100750710013e070f0292013d013c0031001a028600be070e018f00bd0005005c070d00a3001800490048070c00a2001c0056001a000a00a10006006f000f070b0130012f019500bc0194000e070a00c100750062013607090135070801340707019b019a000c00a2001c0056001a000a00a10006006f000f0706008400ea018e028502840009013b0022006e001600f000f1013f0705002f00bb0704002f003b00bb0703002f018d00bb07020062001700870701013f070006ff06fe001c0056001a000a06fd008400f7004300a5000f018e028c0043028506fc0043028406fb004306fa06f9004300a5000f00eb06f806f7004306f606f5000606f406f3001106f206f106f006ef06ee013c018c06ed028606ec012e06eb002006ea001500020001003a012d000c00a2001c0056001a000a00a1000600f1006f000f018b06e9028306e806e70282018b06e6028306e5028206e406e3002e014201430281012c012b004200c00041012a028000f80042027f027e027d00050196000200010004006d005700ed0193001e0003000802950143028100ef0020027c003806e200a006e10010007106e00010007006df012900a2001c0056001a000a00a1000600f1006f000f06de002f000900ba0022006e001600f006dd005100be027b027a06dc00550128000200010083001300120037001d007400a2001c0056001a000a00a10006006f000f00090279002200050002000100040032000d000700030008000606db0017012c06da06d90087000900050002000100040021000d00070003000800e9003806d8027806d70006006c02780127018a06d6003b018906d506d400e806d3009f006b06d2002d001f005b0019000b0003004700110051012600b900100277002c06d1009e027600b80275012500f506d0027406cf00a6000e000a012b002606ce012a004606cd06cc0016007400a2001c0056001a000a00a106cb06ca000f00f800260273012a00e70194012b004200c006c900410005000200010004006d005700ed06c8001e000300ec019200a2001c0056001a000a00a10006006f000f0009013b0022006e001600f000f100bb0190002f003b00bb0140002f018d00bb00ea00be027b027a00e600ef06c7002b00e5027206c6008200bd007200e502720188027106c50025003900e500550128001300120037000200010083001d007400a6000e000a012b002600b7007506c4007400c1007500620136013506c3013406c2000c00c100750062013606c1013506c0013406bf019b019a000c06be019001990050004006bd004f0005000200010004004e004d00070003004c0006000e06bc006a06bb06ba00720069012406b906b806b706b6012300e400b60142014306b5002000a006b40010007106b30010007006b2012906b1001100e306b0009d06af0051027006ae06ad06ac06ab06aa001a06a906a80013001200e200020001003a002a007406a7000b06a6009e0187026f06a506a400b506a300b506a200b5012206a10121018606a0069f0020026e069e069d026d00e1026c069c026b026a018e013e0005000200010004069b005701410269001e0003000800160074007200690124002000a0069a001000710699001000700698001000f4001500f300f2001000020001003a0185000c06970268069606950122069400b806930692008100b8069100e006900081029100e0068f068e00810137068d0184068c068b068a0689068806870686068506840683068206810680067f067e067d067c067b067a067901830061067806770676067502670674000e06730672067100150266067000150265066f001500c10121066e0051001501820264066d0185000c0181000d066c0140000902630022000500020001000400320007000300080006002600b7000900ba002200050002000100040032000d000700030008066b0262066a000b02610260025f013a025e0120011f013901380290028f00730180001a0669017f066806670666025d00050002000100040021000d000700030008066500b40664025c011e00600016025b025a0259025801370189017e025706630256011d011e0014009d0062017d02560016025c025b025a00df006b0255002d001f005b0019000b000300470011025402530130012f00150252002600b70251001402500026024f00140662066101300015018c0055002d024e0660024d065f018c002d024e009c065e024c065d065c0087000d065b0020065a065901210005005c012c065800a30018004900480657002f000900ba002200050002000100040032000d00070003000806560655013a0654065306520139013800bc0073024b00be0651024a0650018f001a064f002b000900050002000100040021000d0007000300080249004b002e064e064d0006002e02480127005f003b00c2064c064b064a01820247064900de00020001000400b3012d0246000700330036003f001800490048009b009a064802450647009902440080007f007e0646004b0645009800970096009500940068007d007c00930092006100910029000306440643007b00dd0642064100e7001f005b0243000b000300470246026f0018001c0640063f00a5000f063e00e3017c005e00dc0242063d003900020001003a00130012005d002a012d009c000700330036003f001800490048009b009a0245063c0099063b0080007f007e063a004b0639009800970096009500940068007d007c0093009200610091002900030638007b00dd06370019000b00110018001c0039003e00ef006f000f002b000900ba002200050002000100040032000d0007000300080006003b0026012e0636002000a006350010007106340010007006330129008200b200b100de00020001000400b3012d000700330036003f001800490048009b009a017b06320099017a0080007f007e0631004b0630009800970096009500940068007d007c009300920061009100290003062f007b0241062e002d001f005b0019000b0003004700110018001c005a011c00a5000f001a062d002b000900ba002200050002000100040032000d0007000300080006003b0026012e062c002f0293062b02880042062a062900540009062800530052000c026d00e1026c0627026b06260625026a001500020001003a005e00130012005d002a0032005701410269001e00030008024000ec06240623014200200141002500020001003a005e00130012005d002a00210057029406220028003d0017003c0045003500300024002300270621004a011d028d023f001406200051011b00ee006b061f002d001f005b00190179000b0003004700110039061e011a061d00420178023e0120023d011f01190177023c017600730086017f00e90175023b002c061c000900050002000100040021000d00070003000800e90038002e061b061a0006002e023a0127005f003b00c20239061906180028003d0017003c004500350030002400230027061700380616017400900173008f008e0006008d01720171017000670238001300120037002a000c011d005a001406150051011b00ee006b0614002d001f005b0019000b000300470011002b0026004400db00da016f00d9001f00d800d700440073005900b00613002b000900050002000100040021000d00070003000800e800af007a001800d600600059009f0069008c008b0046061200d5006600460611007200ae0610002b000900050002000100040021000d000700030008060f060e0006060d006c060c01230237001402360051011b00ee006b060b002d001f005b00190118000b00030047001100ad008a0015060a00420178023e0120023d011f01190177023c0176060900540009016e00530052000c0028003d0017003c0045003500300024002300270608004a02400016060700390079000600dc00d40065006400d300d2001d06060086024b00e90175017f002c0605000900050002000100040021000d00070003000800e90038002e024906040006002e023a0127005f003b00c2023906030602002000a006010010007106000010007005ff01290123008a001402360051011b00ee006b05fe002d001f005b00190082000b000300470011027100ef00310015002f0009013b002200050002000100040032000d000700030008023505fd023405fc05fb05fa05f905f8023305f705f605f50131023202310078023005f4022f0006016d004b000a05f305f200d105f100d0000f05f005ef05ee016c05ed05ec001605eb05ea022e002e05e9016b05e8000e000a00590026004400db00da022d00d9001f00d800d70044007300cf00b005e70059000900050002000100040021000d000700030008016a00af007a001800d6006000cf009f0069008c008b004605e600d50066004605e5006300ae05e40059000900050002000100040021000d000700030008011705e3000605e2006c05e10116006c01690168011500ce00cd003b011400ac05e005df05de009c011301120065006405dd011100d101100041007200cc00b600310089006e0020012600ab00b905dc022c05db002c05da05d90078022b05d8010f00f600aa013205d705d60122016705d505d405d305d2010e023505d105d005cf022a0169022905ce010d00300024002300cb05cd003805cc010c0090010b008f008e00bf008d010a01090108005f00dc022800a905cb01070227008b0013001200e200020001003a002a005e00130012005d002a006d0057016605ca027c001e000300ec0016000c005a00410020011a026e000b002f009f010600df006b00ad024d001105c90085000b00840055001505c805c7000f01880165002800ca05c6022a02260164022905c5010d00300024002300cb05c4003805c3010c0090010b008f008e00bf008d010a01090108005f0287016300ab05c2003100eb017c05c1012a012c001405c0004000050002000100040225022400070003004c000600ca05bf0199001405be004000050002000100040225022400070003004c000600ca0223016f0014005800090263002200050002000100040032000d0007000300080006004200c0011805bd004105bc00ba002200050002000100040032000d0007000300080006022200ad003e05bb05ba022102200019000b00630026004400db00da021f00d9001f00d800d70044007300c900b005b90063000900050002000100040021000d000700030008016200af007a001800d6006000c9009f0069008c008b004605b800d50066004605b700c800ae05b60063000900050002000100040021000d000700030008011705b5000605b4005105b3002b00090197002200050002000100040032000d0007000300080006006a0133002200050002000100040032000d00070003000800060026012e05b200500040002b004f0005000200010004004e004d00070003004c0006000e0008001705b1001400e60161009c001500050031005c05b0005a001300120037000200010004001d00a80031001e0033003600770029000305af00580019000b0058001105ae011a05ad05ac00500040002b004f0005000200010004004e004d00070003004c0006000e00080017010500ab002501040082002505ab021e022200e60161009c001500050031005c05aa005a001300120037000200010004001d01980031001e0033003600770029000305a900580019000b00580011021d000b005a021c0011018102200014016000790060006300250020011a021d000b00ca021c00110181021e00250017016f05a8000b021b05a7008400e405a60010008200b9002c021a05a5015f022c00ab00b9002c021a05a400250059003e000e05a30054000905a200530052000c002005a105a0001000a0059f00100071059e00100070059d001000f4001500f300f2001000020001003a059c000c059b0016059a00c800790006015f00d40065006400d300d2001d05990116006c02190168011500ce00cd003b011400ac059805970596023701130112006500640595011100d101100041006300cc00b6008a0089002b0594021805930060016002170216021502140213021200780211015e009e0210020f020e0038000a020d020c004305920085000f0591020b020a016c020900ac002e0208059000e700160207016b0206001a000a0059003b058f0026004400db00da021f00d9001f00d800d70044007300c900b0058e00a7000900050002000100040021000d000700030008016200af007a001800d6006000c9009f0069008c008b0046058d00d500660046058c00c800ae058b00a7000900050002000100040021000d0007000300080117058a00060589006c0588003f0028003d0017003c0045003500300024002300270587004a015d0016058600cf00790006020500d40065006400d300d2001d0585015d0016058400a7003e020500d40065006400d300d2001d0583003f0028003d0017003c0045003500300024002300270582004a0116006c015c0168011500ce00cd003b011400ac05810580057f057e0113011200650064057d011100d10110004100c800cc00b6020400890063057c0218057b0060016002170216021502140213021200780211015e009e0210020f020e0038000a020d020c0043022d0085000f057a020b020a016c020900ac002e0208057900e700160207016b0206001a000a0059018d016d0026004400db00da022100d9001f00d800d70044007300a700b005780059000900050002000100040021000d000700030008057700af007a001800d6006000a7009f0069008c008b0046057600d500660046057500cf00ae05740059000900050002000100040021000d0007000300080117057300060572006c05710570007a020300510125015c056f008100cd00c2003b056e056d056c056b01620202056a056905680567011c0566004100c800cc00b6015f05650072003e00b7056400e1015b015a0089002f003e00b7056300e1015b015a00890039003e056200890103008a011c004100510020012600ab00b90201010e056105600010055f002c055e0078055d0159010f00f600aa0132055c055b010700dc0076018a020000c7055a0076018a01ff00c700e3007601fe00c7021b0076018700c7016700a90227008b0013001200e200020001003a002a005e00130012005d002a006d0057016605590179001e0003000800500040002b004f0005000200010004004e004d00070003004c0006000e000800170558001401020079000600870158001400050031005c05570055001300120037000200010004001d00a80031001e003300360077002900030556002f0019000b002f001100500040002b004f0005000200010004004e004d00070003004c0006000e000800170555001401fd0079000600870158001400050031005c05540055001300120037000200010004001d00a80031001e003300360077002900030553002f0019000b002f001100500040002b004f0005000200010004004e004d00070003004c0006000e000800170552001405510079000600870158001400050031005c05500055001300120037000200010004001d00a80031001e00330036007700290003054f002f0019000b00550084005800140013001201fc054e0074003f0028003d0017003c004500350030002400230027054d004a054c0016054b007200790006054a00d40065006400d300d2001d05490072001400500040002b004f0005000200010004004e004d00070003004c0006000e00080086054800670103006e0015008a01fb01fa0010023b0157002c0547009e01f900aa054605450544012500f5054301f8016a01f700bd005801f60101002c0542002e05410186019c007601f5006600bc0540005e011801a1053f016a01f400020001008300b200b100de00b300130012005d001d0031001e00330036007700290003053e00630019000b0063001100500040002b004f0005000200010004004e004d00070003004c0006000e00080086053d00670103006e0015008a01fb01fa0010019c0157002c053c009e01f900aa024a008100b80275012500f5053b01f8008201f700bd00ad01f60101002c053a002e01f301860539007601f5006600bc0538005e011801a10537008201f400020001008300b200b100de00b300130012005d001d0031001e00330036007700290003053600580019000b00580011002b00090197002200050002000100040032000d0007000300080006006a0133002200050002000100040032000d0007000300080006004200c005350041003900090279002200050002000100040032000d0007000300080006004200e60085000b005a00660041000900050002000100040021000d00070003000800060534004200c00533004101f2053201f100be00bd0156018f01f000150005006a005c053100a300180049004805300116006c052f011500ce00cd003b011400ac052e052d052c052b0113011200650064052a011100d10110004100cf00cc00b6008a0089006e00200270005a05290277052805270187052600c70525009d05240100052301ef00ff00c600fe00270522022b00b501ee018405210520051f0183051e051d027601750038051c0100051b01ef00ff00c600fe01ed051a015500b501ec01eb0155051900e3007601fe051805170516009d051501310514051301ea01e9016401e805120511012201ee01840510050f005f0234050e050d050c050b050a02330509050801e700c500fd01ed01e60507050601e500b4000a0505050405030502000f0501050004ff01e604fe01e404fd04fc04fb00c500fd04fa01e500b4000a04f904f804f704f604f504f404f304f204f104f004ef04ee04ed04ec04eb04ea04e904e804e704e604e501e301e201e101e004e404e304e204e104e0015404df006804de04dd01e700c500fd01df01de04dc015301dd00b4000a04db04da006804d9000f04d804d704d601de04d501e404d404d304d200c500fd04d101dd00b4000a04d004cf04ce04cd04cc04cb04ca04c904c804c704c604c504c404c304c204c104c004bf04be04bd04bc04bb04ba04b901e301e204b801e004b704b604b500c604b404b304b201e104b104b004af01310232007e007802300153022f004b000a04ae04ad00ce0243000f016404ac01e800c504ab04aa04a904a804a7009e04a6015304a5009d000a04a404a304a204a104a001dc010e049f049e049d049c049b049a049904980080007f04970496028e04950494049304920491007c00bf007d0490048f048e005f02480152048d00a90274048c0013001200e200020001003a002a005e00130012005d002a006d00570166048b048a003f0028003d0017003c0045003500300024002300270489004a003f0028003d0017003c0045003500300024002300270488004a003f0028003d0017003c0045003500300024002300270487004a003f0028003d0017003c0045003500300024002300270486004a005a001300120037000200010004001d00a8006a000700330036003f001800490048009b009a017b04850099017a0080007f007e0484004b0483009800970096009500940068007d007c0093009200610091002900030482007b00dd01db0046015101500085000b0044004700840018001c0058003e016d014f04810025048000ab00250105047f002501040195002501fd0014047e000b047d0011003900c401f20017001400e60161015600150005006a005c047c00a3001800490048047b0028003d0017003c004500350030002400230027047a004a005a001300120037000200010004001d00a8006a000700330036003f001800490048009b009a017b04790099017a0080007f007e0478004b0477009800970096009500940068007d007c0093009200610091002900030476007b00dd01db00460151015001f10085000b0044004700ad00110018001c0058003e0475024c0474047304720014026500dc047101020121026600fc0470000b01f3046f0011046e01da0169046d046c00d0000b00e4046b0028003d0017003c004500350030002400230027046a004a0013001201fc018202640469002a01d901d80468002a006a001e0467002901d701d604660465046404630020046204610460045f045e0231014e014d0191000b014c004701a2045d01650028045c045b01d5045a010d04590024002300cb045800380457010c0090010b008f008e00bf008d010a01090108005f001a01d40088045601d3003e000e0455019d0055000f00b0001c0454000e001f00fb002d000a0088045301d3000e01d4005000400039004f0005000200010004004e004d00070003004c0006000e00590069012401d204520017014f01d10025010400e8002501020014010500fc01d0000b01cf0011003900c4003900ca00c4008601ce005a001501cd04510015045000e80010044f017c00eb044e000b0188044d008400b9005e00e30242044c00a3044b00020001003a00b200b101cc015a00130012005d001d006a001e044a002901d701d60449002c044800ea013d044700d0000b0446010600df010600170445002d014e014d0019000b014c00470011010101650028044401d50443010d01cb0024002300cb044200380441010c0090010b008f008e00bf008d010a01090108005f015d01ca018b0440043f011c001a043e043d000f043c001c003e000e001f00fb002d000a0088043b043a000e01ca005000400039004f0005000200010004004e004d00070003004c0006000e00ad0069012401d204390017014f01d10025010400e8002501020014010500fc01d0000b01cf0011003900c40039005500c4008601c904380082002504370067043600eb043500140005009c005c043400a30018004900480433014b0055001300120037000200010004001d0432009c001e00330036003f001800490048009b009a043104300099042f0080007f007e042e004b042d009800970096009500940068007d007c009300920061009100290003042c007b0241042b002d001f005b0019000b0003004700110018001c0005000200010004006d005700ed042a01790226001e000300ec01920028003d0017003c0045003500300024002300270429004a042804270426001100340054000900a400530052000c04250042017804240423042201190177015e042102670420002c041f041e041d041c000900050002000100040021000d00070003041b015c004b041a0296001601c8041904180417005f0066017e0416041501c701230067004b0062017d01c7001601c800df006b0414002d001f005b001904130003041200110411003400540009016e00530052000c0054000900a400530052000c0016000c01c60101002c0410002e040f040e0183006100c200bc040d040c016300af01c501c40034040b0201040a0409040801800407009d04060100040501c300ff00c600fe0027040404030154008100b800e00200008100b8040200e001ff008101c200e002230401003e0014007b0106008c003401c6040003ff01c203fe03fd03fc002c03fb010003fa01c300ff00c600fe00cb03f903f8015403f703f603f5007603f4006103f303f2003803f1026803f003ef01ea01e903ee01df03ed015500b501ec01eb03ec01c1003e03eb01dc010e03ea03e9001a03e8007801c00159010f00f600aa022e03e70203010703e601c501c40034002003e503e403e3008400ea012603e2015203e1015201c100fc016300340054000900a400530052000c01a303e0026203df03de02610260025f013a025e0120011f0139013800bc03dd0180001a03dc03db01bf03da03d9025d00050002000100040021000d0007000303d803d700b4021903d6011e0060001601be014a0259025801370189017e025703d501bd011d011e0014009d0062017d01bd001601be014a00df006b0255002d001f005b001903d4000303d30011025402530130012f00150252002600b70251001402500026024f001403d20026023f001403d100340054000900a400530052000c00540009016e00530052000c0016000c03d001cb0289004203cf03ce03cd002503cc03cb03ca01bc01bb03c903c8002503c7012f002c03c6007801c00159010f00f600aa013203c503c4010701da005c03c300a300180049004803c201bf016700a903c1008c00020001008303c0024703bf00de00b301d901d803be00b303bd000703bc00330036003f001800490048009b009a03bb03ba009902440080007f007e03b9004b03b8009800970096009500940068007d007c00930092006100910029000301bc03b7014a007b00dd03b603b501510150019103b4004403b301a203b203b103b0000e001f00fb002d03af000e03ae00340016000c0054000900a400530052000c01ce00ea001501c90156001503ad0067010301bb015703ac01ba00e502040128000200010013001200830037001d000c0028003d0017003c03ab0035003000240023002703aa003803a9017400900173008f008e0006008d01720171017000670238001300120037002a000c03a800e1015b03a7028000f80042027f027e027d00050196000200010004006d005700ed0193001e000303a600340016000c01a3008603a503a4027303a3001101cd03a200250062006703a1000503a0039f039e039d00190149039c00a901b900a901b801b701b60119039b00d00149017601b501b4039a0399039803970396039503940393039200e70391002c0390038f0202038e038d038c0043038b038a038903880015038701ba00b200b101cc0013001200370386000200010004002a03850384001e0029003300360077038303820228038101b9038001b801b701b6014e014d00d00149014c01b501b4037f037e037d037c037b0035037a002400230027037900380378017400900173008f008e0006008d0172017101700067037701b3008801b201480147000e037601b1005000400375004f0005000200010004004e004d0007000301b0008801b2037401b30373014700030372008801af0148000e0371007a01ae037001b10050004000c9004f0005000200010004004e004d0007000301b0008801af01480006000e036f036e0147007a01ae000e036d019d036c00ae036b036a003e000e001f00fb002d0369000e036800340054000900a400530052000c0016000c002000a00367001000710366001000700365001000f4001500f300f2001000020001003a0185000c000e036400be036300c100bd01f000510015036200a700e503610128000200010013001200830037001d000c014b00200071036000100070035f001000f4001500f300f2001000020001003a0198000c00b200b1035e000200010083001d000c014b00020001003a0013001200e2002a005e00130012005d002a006d000d00070003035d000600340016000c035c00e40034002e0034035b00e40034002e0034035a0074000c00000000000000000000000001ad035900000000000001460145014403580357000000000000000000000356000000c3000001ac000003550354035303520351000003500000000000000000034f000000000000034e000000000000034d000000000000034c000000000000034b000000000000034a0000000000000349000000000000034800000000000003470000000000000346000000000000034500000000000003440000000000000343000000000000034200000000000003410000000000000340000000000000033f000000000000033e000000000000033d000000000000033c000000000000033b000000000000033a000000000000033900000000000003380000000000000337000001ad001b001b000000000000001b01ab001b001b001b0336033503340333033203310000000000c3000003300000000000000000032f00c3000001aa0000032e00000000000000c3000000000000032d032c032b032a001b032900000000032803270326032503240323032201a901a903210000000003200000000000000000000001a80000000000000000031f031e031d031c000000fa01a7031b031a00000000031900000000000000000318031703160315031401a6000001a800000313031203110310030f030e030d030c030b030a0309030801a6000001a5000003070000000000000000000001a50000030600000000000003050000000000000000000001aa000003040000000000000000000001ac000001ab001b001b00f900000000000003030000000000000302030103000000000001460145014402ff001b001b001b02fe02fd02fc02fb02fa02f902f802f702f602f500000000000002f402f302f202f102f002ef0000000001460145014402ee02ed02ec02eb02ea02e902e80000000002e702e602e502e402e300000000000002e200000000000002e100000000000002e002df02de02dd00fa02dc02db02da0000000002d9000002d800000000000002d70000000000000000000002d6000000000000000002d502d400000000000002d300000000000002d200000000000002d100000000000002d00000000000000000000002cf00f90000000002ce00f902cd0000000000000000000002cc000002cb02ca02c902c802c700000000000002c600000000000000fa01a702c502c402c300000000000000fa02c202c102c002bf02be02bd02bc02bb02ba02b902b802b702b602b5000002b402b302b202b10000000002b0000000c3000002af0000001b001b001b00f9001b001b001b02ae001b001b001b001b00000000000002ad00000000000002ac02ab00000000000002aa00000000000000000000000002a901a402a802a702a600000000000002a500000000000002a402a302a20000000001a402a102a0029f029e029d029c029b029a029902980297000000000000000000000000000000000000000000000000000000000000",
729
+ "logIndex": 5,
730
+ "blockHash": "0x67bd56a141e91b460f5f2278e71a9f84abb49d4df53d59ff71518bae4d3324b5"
731
+ },
732
+ {
733
+ "transactionIndex": 1,
734
+ "blockNumber": 43551501,
735
+ "transactionHash": "0xc9eff6e1c59eaa0d6875f25d747e7b8d1b3f140ba738f93953a57362be77b571",
736
+ "address": "0x0000000000000000000000000000000000008004",
737
+ "topics": [
738
+ "0xc94722ff13eacf53547c4741dab5228353a05938ffcdd5d4a2d533ae0e618287",
739
+ "0x0100059d4d1f72ba2a2ad5ebf2b5b066fa58db2698279de1855b8460fc1dc974",
740
+ "0x0000000000000000000000000000000000000000000000000000000000000000"
741
+ ],
742
+ "data": "0x",
743
+ "logIndex": 6,
744
+ "blockHash": "0x67bd56a141e91b460f5f2278e71a9f84abb49d4df53d59ff71518bae4d3324b5"
745
+ },
746
+ {
747
+ "transactionIndex": 1,
748
+ "blockNumber": 43551501,
749
+ "transactionHash": "0xc9eff6e1c59eaa0d6875f25d747e7b8d1b3f140ba738f93953a57362be77b571",
750
+ "address": "0x204Dfdbb0F066dAfaD8C7fc07B04751A973ADCFb",
751
+ "topics": ["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],
752
+ "data": "0x00000000000000000000000000000000000000000000000000000000000000ff",
753
+ "logIndex": 7,
754
+ "blockHash": "0x67bd56a141e91b460f5f2278e71a9f84abb49d4df53d59ff71518bae4d3324b5"
755
+ },
756
+ {
757
+ "transactionIndex": 1,
758
+ "blockNumber": 43551501,
759
+ "transactionHash": "0xc9eff6e1c59eaa0d6875f25d747e7b8d1b3f140ba738f93953a57362be77b571",
760
+ "address": "0x0000000000000000000000000000000000008006",
761
+ "topics": [
762
+ "0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
763
+ "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
764
+ "0x0100059d4d1f72ba2a2ad5ebf2b5b066fa58db2698279de1855b8460fc1dc974",
765
+ "0x000000000000000000000000204dfdbb0f066dafad8c7fc07b04751a973adcfb"
766
+ ],
767
+ "data": "0x",
768
+ "logIndex": 8,
769
+ "blockHash": "0x67bd56a141e91b460f5f2278e71a9f84abb49d4df53d59ff71518bae4d3324b5"
770
+ },
771
+ {
772
+ "transactionIndex": 1,
773
+ "blockNumber": 43551501,
774
+ "transactionHash": "0xc9eff6e1c59eaa0d6875f25d747e7b8d1b3f140ba738f93953a57362be77b571",
775
+ "address": "0x000000000000000000000000000000000000800A",
776
+ "topics": [
777
+ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
778
+ "0x0000000000000000000000000000000000000000000000000000000000008001",
779
+ "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597"
780
+ ],
781
+ "data": "0x00000000000000000000000000000000000000000000000000016017a43df9b0",
782
+ "logIndex": 9,
783
+ "blockHash": "0x67bd56a141e91b460f5f2278e71a9f84abb49d4df53d59ff71518bae4d3324b5"
784
+ }
785
+ ],
786
+ "blockNumber": 43551501,
787
+ "cumulativeGasUsed": "0",
788
+ "status": 1,
789
+ "byzantium": true
790
+ },
791
+ "args": [],
792
+ "numDeployments": 1,
793
+ "solcInputHash": "6cc413ed5bf9593899dec1514c1a16cf",
794
+ "metadata": {
795
+ "llvm_options": [],
796
+ "optimizer_settings": {
797
+ "is_debug_logging_enabled": false,
798
+ "is_fallback_to_size_enabled": false,
799
+ "is_verify_each_enabled": false,
800
+ "level_back_end": "Aggressive",
801
+ "level_middle_end": "Aggressive",
802
+ "level_middle_end_size": "Zero"
803
+ },
804
+ "solc_version": "0.8.25",
805
+ "solc_zkvm_edition": "1.0.1",
806
+ "source_metadata": "{\"compiler\":{\"version\":\"0.8.25+commit.47b979f3\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"calledContract\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"methodSignature\",\"type\":\"string\"}],\"name\":\"Unauthorized\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ZeroAddressNotAllowed\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"vTokenAddress\",\"type\":\"address\"}],\"name\":\"MarketAdded\",\"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\":\"comptroller\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"string\",\"name\":\"category\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"logoURL\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"description\",\"type\":\"string\"}],\"indexed\":false,\"internalType\":\"struct PoolRegistryInterface.VenusPoolMetaData\",\"name\":\"oldMetadata\",\"type\":\"tuple\"},{\"components\":[{\"internalType\":\"string\",\"name\":\"category\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"logoURL\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"description\",\"type\":\"string\"}],\"indexed\":false,\"internalType\":\"struct PoolRegistryInterface.VenusPoolMetaData\",\"name\":\"newMetadata\",\"type\":\"tuple\"}],\"name\":\"PoolMetadataUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"oldName\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"newName\",\"type\":\"string\"}],\"name\":\"PoolNameSet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"creator\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"blockPosted\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"timestampPosted\",\"type\":\"uint256\"}],\"indexed\":false,\"internalType\":\"struct PoolRegistryInterface.VenusPool\",\"name\":\"pool\",\"type\":\"tuple\"}],\"name\":\"PoolRegistered\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"accessControlManager\",\"outputs\":[{\"internalType\":\"contract IAccessControlManagerV8\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"contract VToken\",\"name\":\"vToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"collateralFactor\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"liquidationThreshold\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"initialSupply\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"vTokenReceiver\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"supplyCap\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"borrowCap\",\"type\":\"uint256\"}],\"internalType\":\"struct PoolRegistry.AddMarketInput\",\"name\":\"input\",\"type\":\"tuple\"}],\"name\":\"addMarket\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"contract Comptroller\",\"name\":\"comptroller\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"closeFactor\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"liquidationIncentive\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"minLiquidatableCollateral\",\"type\":\"uint256\"}],\"name\":\"addPool\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getAllPools\",\"outputs\":[{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"creator\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"blockPosted\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"timestampPosted\",\"type\":\"uint256\"}],\"internalType\":\"struct PoolRegistryInterface.VenusPool[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"}],\"name\":\"getPoolByComptroller\",\"outputs\":[{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"creator\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"blockPosted\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"timestampPosted\",\"type\":\"uint256\"}],\"internalType\":\"struct PoolRegistryInterface.VenusPool\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"}],\"name\":\"getPoolsSupportedByAsset\",\"outputs\":[{\"internalType\":\"address[]\",\"name\":\"\",\"type\":\"address[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"}],\"name\":\"getVTokenForAsset\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"}],\"name\":\"getVenusPoolMetadata\",\"outputs\":[{\"components\":[{\"internalType\":\"string\",\"name\":\"category\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"logoURL\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"description\",\"type\":\"string\"}],\"internalType\":\"struct PoolRegistryInterface.VenusPoolMetaData\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"metadata\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"category\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"logoURL\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"description\",\"type\":\"string\"}],\"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\":[{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"}],\"name\":\"setAccessControlManager\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"}],\"name\":\"setPoolName\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"comptroller\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"string\",\"name\":\"category\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"logoURL\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"description\",\"type\":\"string\"}],\"internalType\":\"struct PoolRegistryInterface.VenusPoolMetaData\",\"name\":\"metadata_\",\"type\":\"tuple\"}],\"name\":\"updatePoolMetadata\",\"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.\"},\"addMarket((address,uint256,uint256,uint256,address,uint256,uint256))\":{\"custom:error\":\"ZeroAddressNotAllowed is thrown when vToken address is zeroZeroAddressNotAllowed is thrown when vTokenReceiver address is zero\",\"params\":{\"input\":\"The structure describing the parameters for adding a market to a pool\"}},\"addPool(string,address,uint256,uint256,uint256)\":{\"custom:error\":\"ZeroAddressNotAllowed is thrown when Comptroller address is zeroZeroAddressNotAllowed is thrown when price oracle address is zero\",\"details\":\"Price oracle must be configured before adding a pool\",\"params\":{\"closeFactor\":\"The pool's close factor (scaled by 1e18)\",\"comptroller\":\"Pool's Comptroller contract\",\"liquidationIncentive\":\"The pool's liquidation incentive (scaled by 1e18)\",\"minLiquidatableCollateral\":\"Minimal collateral for regular (non-batch) liquidations flow\",\"name\":\"The name of the pool\"},\"returns\":{\"index\":\"The index of the registered Venus pool\"}},\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\"},\"getAllPools()\":{\"details\":\"This function is not designed to be called in a transaction: it is too gas-intensive\",\"returns\":{\"_0\":\"A list of all pools within PoolRegistry, with details for each pool\"}},\"getPoolByComptroller(address)\":{\"params\":{\"comptroller\":\"The comptroller proxy address associated to the pool\"},\"returns\":{\"_0\":\"Returns Venus pool\"}},\"getVenusPoolMetadata(address)\":{\"params\":{\"comptroller\":\"comptroller of Venus pool\"},\"returns\":{\"_0\":\"Returns Metadata of Venus pool\"}},\"initialize(address)\":{\"params\":{\"accessControlManager_\":\"AccessControlManager contract address\"}},\"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\"}},\"setPoolName(address,string)\":{\"params\":{\"comptroller\":\"Pool's Comptroller\",\"name\":\"New pool name\"}},\"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.\"},\"updatePoolMetadata(address,(string,string,string))\":{\"params\":{\"comptroller\":\"Pool's Comptroller\",\"metadata_\":\"New pool metadata\"}}},\"stateVariables\":{\"_numberOfPools\":{\"details\":\"Total number of pools created.\"},\"_poolByComptroller\":{\"details\":\"Maps comptroller address to Venus pool Index.\"},\"_poolsByID\":{\"details\":\"Maps pool ID to pool's comptroller address\"},\"_supportedPools\":{\"details\":\"Maps asset to list of supported pools.\"},\"_vTokens\":{\"details\":\"Maps pool's comptroller address to asset to vToken.\"}},\"title\":\"PoolRegistry\",\"version\":1},\"userdoc\":{\"errors\":{\"Unauthorized(address,address,string)\":[{\"notice\":\"Thrown when the action is prohibited by AccessControlManager\"}],\"ZeroAddressNotAllowed()\":[{\"notice\":\"Thrown if the supplied address is a zero address where it is not allowed\"}]},\"events\":{\"MarketAdded(address,address)\":{\"notice\":\"Emitted when a Market is added to the pool.\"},\"NewAccessControlManager(address,address)\":{\"notice\":\"Emitted when access control manager contract address is changed\"},\"PoolMetadataUpdated(address,(string,string,string),(string,string,string))\":{\"notice\":\"Emitted when a pool metadata is updated.\"},\"PoolNameSet(address,string,string)\":{\"notice\":\"Emitted when a pool name is set.\"},\"PoolRegistered(address,(string,address,address,uint256,uint256))\":{\"notice\":\"Emitted when a new Venus pool is added to the directory.\"}},\"kind\":\"user\",\"methods\":{\"accessControlManager()\":{\"notice\":\"Returns the address of the access control manager contract\"},\"addMarket((address,uint256,uint256,uint256,address,uint256,uint256))\":{\"notice\":\"Add a market to an existing pool and then mint to provide initial supply\"},\"addPool(string,address,uint256,uint256,uint256)\":{\"notice\":\"Adds a new Venus pool to the directory\"},\"getAllPools()\":{\"notice\":\"Returns arrays of all Venus pools' data\"},\"getPoolsSupportedByAsset(address)\":{\"notice\":\"Get the addresss of the Pools supported that include a market for the provided asset\"},\"getVTokenForAsset(address,address)\":{\"notice\":\"Get the address of the VToken contract in the Pool where the underlying token is the provided asset\"},\"initialize(address)\":{\"notice\":\"Initializes the deployer to owner\"},\"metadata(address)\":{\"notice\":\"Maps pool's comptroller address to metadata.\"},\"setAccessControlManager(address)\":{\"notice\":\"Sets the address of AccessControlManager\"},\"setPoolName(address,string)\":{\"notice\":\"Modify existing Venus pool name\"},\"updatePoolMetadata(address,(string,string,string))\":{\"notice\":\"Update metadata of an existing pool\"}},\"notice\":\"The Isolated Pools architecture centers around the `PoolRegistry` contract. The `PoolRegistry` maintains a directory of isolated lending pools and can perform actions like creating and registering new pools, adding new markets to existing pools, setting and updating the pool's required metadata, and providing the getter methods to get information on the pools. Isolated lending has three main components: PoolRegistry, pools, and markets. The PoolRegistry is responsible for managing pools. It can create new pools, update pool metadata and manage markets within pools. PoolRegistry contains getter methods to get the details of any existing pool like `getVTokenForAsset` and `getPoolsSupportedByAsset`. It also contains methods for updating pool metadata (`updatePoolMetadata`) and setting pool name (`setPoolName`). The directory of pools is managed through two mappings: `_poolByComptroller` which is a hashmap with the comptroller address as the key and `VenusPool` as the value and `_poolsByID` which is an array of comptroller addresses. Individual pools can be accessed by calling `getPoolByComptroller` with the pool's comptroller address. `_poolsByID` is used to iterate through all of the pools. PoolRegistry also contains a map of asset addresses called `_supportedPools` that maps to an array of assets suppored by each pool. This array of pools by asset is retrieved by calling `getPoolsSupportedByAsset`. PoolRegistry registers new isolated pools in the directory with the `createRegistryPool` method. Isolated pools are composed of independent markets with specific assets and custom risk management configurations according to their markets.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/Pool/PoolRegistry.sol\":\"PoolRegistry\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"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\":\"0x7c6e1c6264e4681f82a9ac1bcd9155197a930033291ee5561ad97a56006f5e9c\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://9af5eb4fa4348f4bee0b0b4083c2eaf67dc6d05219882b298d82830316c6d40d\",\"dweb:/ipfs/QmR3iGJiWxQQSw8LQNVTMx4HNNixRsgVya2xCThE5FUv8T\"]},\"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/Pool/PoolRegistry.sol\":{\"keccak256\":\"0xafbb871f7b4db3ef439d846baa5f18a136192f9b43ea695c81262a77b06c4b25\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://ad9687d6df53a56c06a356dab0767bb710cc6f755d07afd1bd483f7c69886c08\",\"dweb:/ipfs/QmT3xsjq3ECawDtDhKi9ExNp8rA9A2AG9Jadi3XkRM4wG5\"]},\"contracts/Pool/PoolRegistryInterface.sol\":{\"keccak256\":\"0x7b39cda3b372a686501ce3c2aad288c6af410148110318249d75d4516729c92c\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://9d89bb6ea125321384ac9cb4cd041f98023caef20c30cf5fe443c3bec74114e0\",\"dweb:/ipfs/QmXECpsCgfj7vEMst4DL8Xos7V7XTDaVpPVTYEC34C4vee\"]},\"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}",
807
+ "zk_version": "1.5.3"
808
+ },
809
+ "bytecode": "0x00040000000000020012000000000002000000000301001900000060043002700000051c03400197000300000031035500020000000103550000051c0040019d0000008004000039000000400040043f0000000100200190000000210000c13d000000040030008c0000082a0000413d000000000201043b000000e002200270000005240020009c0000003e0000213d000005310020009c000000b00000a13d000005320020009c000001300000a13d000005330020009c000002be0000613d000005340020009c0000024a0000613d000005350020009c0000082a0000c13d0000000001000416000000000001004b0000082a0000c13d0000003301000039000003270000013d0000000001000416000000000001004b0000082a0000c13d000000000100041a0000ff0000100190000000a40000c13d000000ff0210018f000000ff0020008c000000390000613d000000ff011001bf000000000010041b000000ff01000039000000800010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000521011001c70000800d0200003900000001030000390000052204000041146a14600000040f00000001002001900000082a0000613d00000020010000390000010000100443000001200000044300000523010000410000146b0001042e000005250020009c000000ee0000a13d000005260020009c000001500000a13d000005270020009c000002ca0000613d000005280020009c0000026c0000613d000005290020009c0000082a0000c13d000000440030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000402100370000000000202043b000c00000002001d0000053d0020009c0000082a0000213d0000002401100370000000000101043b000b00000001001d0000053e0010009c0000082a0000213d0000000b0130006a0000053f0010009c0000082a0000213d000000640010008c0000082a0000413d000000e001000039000000400010043f0000002d01000039000000800010043f0000054001000041000000a00010043f0000054101000041000000c00010043f0000008001000039146a12700000040f0000000c01000029000000000010043f000000c901000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000501043b000000400400043d000005430040009c0000012a0000213d0000006006400039000000400060043f000000000105041a000000010210019000000001071002700000007f0770618f0000001f0070008c00000000030000390000000103002039000000000331013f0000000100300190000006e40000c13d000800000004001d000a00000006001d000700000007001d0000000000760435000000000002004b000900000005001d000006130000613d000000000050043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000707000029000000000007004b000000000200001900000008060000290000061a0000613d0000008003600039000000000101043b00000000020000190000000004230019000000000501041a000000000054043500000001011000390000002002200039000000000072004b0000009c0000413d0000061a0000013d0000051d01000041000000800010043f0000002001000039000000840010043f0000002701000039000000a40010043f0000051e01000041000000c40010043f0000051f01000041000000e40010043f00000520010000410000146c00010430000005380020009c000000f90000213d0000053b0020009c000001880000613d0000053c0020009c0000082a0000c13d000000440030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000402100370000000000202043b000c00000002001d0000053d0020009c0000082a0000213d0000002402100370000000000202043b0000053e0020009c0000082a0000213d0000002304200039000000000034004b0000082a0000813d0000000404200039000000000141034f000000000101043b000b00000001001d0000053e0010009c0000082a0000213d0000002402200039000a00000002001d0000000b01200029000000000031004b0000082a0000213d000000c001000039000000400010043f0000001b01000039000000800010043f0000058801000041000000a00010043f0000008001000039146a12700000040f0000000b01000029000000650010008c000004a80000413d000000400100043d00000044021000390000058a0300004100000000003204350000002402100039000000180300003900000000003204350000051d0200004100000000002104350000000402100039000000200300003900000000003204350000051c0010009c0000051c01008041000000400110021000000577011001c70000146c000104300000052c0020009c000001180000213d0000052f0020009c000001a50000613d000005300020009c0000082a0000c13d0000000001000416000000000001004b0000082a0000c13d0000009701000039000003270000013d000005390020009c000001cf0000613d0000053a0020009c0000082a0000c13d000000440030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000402100370000000000202043b0000053d0020009c0000082a0000213d0000002401100370000000000101043b000c00000001001d0000053d0010009c0000082a0000213d000000000020043f000000cd01000039000000200010043f00000040020000390000000001000019146a144b0000040f0000000c02000029000000000020043f000000200010043f00000000010000190000004002000039146a144b0000040f000003270000013d0000052d0020009c000002060000613d0000052e0020009c0000082a0000c13d0000000001000416000000000001004b0000082a0000c13d000000cb01000039000000000101041a000a00000001001d0000053e0010009c0000012a0000213d0000000a0100002900000005021002100000003f012000390000056003100197000005610030009c0000036e0000a13d0000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c00010430000005360020009c000002ea0000613d000005370020009c0000082a0000c13d0000000001000416000000000001004b0000082a0000c13d0000003301000039000000000201041a0000053d052001970000000003000411000000000035004b0000032c0000c13d0000006503000039000000000403041a0000054804400197000000000043041b0000054802200197000000000021041b00000000010004140000051c0010009c0000051c01008041000000c00110021000000546011001c70000800d02000039000000030300003900000566040000410000000006000019146a14600000040f0000000100200190000003b00000c13d0000082a0000013d0000052a0020009c000003230000613d0000052b0020009c0000082a0000c13d000000a40030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000402100370000000000202043b0000053e0020009c0000082a0000213d0000002304200039000000000034004b0000082a0000813d000b00040020003d0000000b04100360000000000404043b000c00000004001d0000053e0040009c0000082a0000213d0000000c02200029000a00240020003d0000000a0030006b0000082a0000213d0000002401100370000000000101043b000900000001001d0000053d0010009c0000082a0000213d000000e001000039000000400010043f0000002f01000039000000800010043f0000054a01000041000000a00010043f0000054b01000041000000c00010043f0000008001000039146a12700000040f0000000902000029000000000002004b000001fe0000613d000000400300043d0000054c01000041000800000003001d00000000001304350000000001000414000000040020008c0000057e0000c13d0000000103000031000000200030008c00000020040000390000000004034019000005a90000013d000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b0000053d0010009c0000082a0000213d0000003302000039000000000202041a0000053d022001970000000003000411000000000032004b0000032c0000c13d000000000001004b0000039d0000c13d0000051d01000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000056901000041000000c40010043f0000056801000041000000e40010043f00000520010000410000146c00010430000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b0000053d0010009c0000082a0000213d000000e002000039000000400020043f0000006002000039000000800020043f000000a00020043f000000c00020043f000000000010043f000000c901000039000000200010043f00000040020000390000000001000019146a144b0000040f000c00000001001d000000e001000039146a11200000040f0000000c01000029146a112b0000040f000000e00010043f0000000c010000290000000101100039146a112b0000040f000001000010043f0000000c010000290000000201100039146a112b0000040f000001200010043f0000002001000039000000400200043d000c00000002001d0000000002120436000000e001000039146a11b10000040f000002620000013d000000e40030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000016002000039000000400020043f0000000402100370000000000202043b0000053d0020009c0000082a0000213d000000800020043f0000002402100370000000000202043b000000a00020043f0000004402100370000000000202043b000000c00020043f0000006402100370000000000202043b000000e00020043f0000008402100370000000000202043b0000053d0020009c0000082a0000213d000c00000004001d000001000020043f000000a402100370000000000202043b000001200020043f000000c401100370000000000101043b000001400010043f000001a001000039000000400010043f0000001901000039000001600010043f0000056e01000041000001800010043f0000016001000039146a12700000040f000000800100043d0000053d02100198000001fe0000613d000001000100043d0000053d00100198000003fa0000c13d000000400100043d0000055e0200004100000000002104350000051c0010009c0000051c0100804100000040011002100000054d011001c70000146c00010430000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b000c00000001001d0000053d0010009c0000082a0000213d00000000030004150000000e0330008a0000000503300210000000000200041a0000ff0001200190000003410000c13d00000000030004150000000d0330008a0000000503300210000000ff00200190000003410000c13d000005650120019700000101011001bf0000000002000019000000000010041b0000ff0000100190000003640000613d000b00000002001d0000006501000039000000000201041a0000054802200197000000000021041b00000000010004110000053d061001970000003301000039000000000201041a0000054803200197000000000363019f000000000031041b00000000010004140000053d052001970000051c0010009c0000051c01008041000000c00110021000000546011001c70000800d0200003900000003030000390000056604000041146a14600000040f00000001002001900000082a0000613d000000000100041a0000ff0000100190000003640000613d000a00000001001d000000400100043d0000000c05000029000000000005004b000005db0000c13d00000064021000390000056803000041000000000032043500000044021000390000056903000041000000000032043500000024021000390000002503000039000003be0000013d000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b000c00000001001d0000053d0010009c0000082a0000213d146a11f20000040f0000000c01000029000000000010043f000000cc01000039000000200010043f00000040020000390000000001000019146a144b0000040f146a12070000040f0000002002000039000000400300043d000c00000003001d0000000002230436146a118a0000040f0000000c0200002900000000012100490000051c0010009c0000051c0100804100000060011002100000051c0020009c0000051c020080410000004002200210000000000121019f0000146b0001042e000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b0000053d0010009c0000082a0000213d000000000010043f000000ce01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000000000301041a000000400200043d000b00000002001d000a00000003001d0000000002320436000c00000002001d000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000a05000029000000000005004b0000000c060000290000000002060019000002a10000613d000000000101043b00000000030000190000000002060019000000000401041a0000053d04400197000000000242043600000001011000390000000103300039000000000053004b0000029a0000413d0000000b0300002900000000013200490000001f011000390000058e021001970000000001320019000000000021004b000000000200003900000001020040390000053e0010009c0000012a0000213d00000001002001900000012a0000c13d000000400010043f00000020020000390000000002210436000000000303043300000000003204350000004002100039000000000003004b000002bc0000613d000000000400001900000000650604340000053d0550019700000000025204360000000104400039000000000034004b000002b60000413d00000000021200490000037e0000013d0000000001000416000000000001004b0000082a0000c13d0000006501000039000000000101041a0000053d021001970000000001000411000000000012004b000003350000c13d146a13210000040f00000000010000190000146b0001042e000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000601043b0000053d0060009c0000082a0000213d0000003301000039000000000101041a0000053d051001970000000001000411000000000015004b0000032c0000c13d0000006501000039000000000201041a0000054802200197000000000262019f000000000021041b00000000010004140000051c0010009c0000051c01008041000000c00110021000000546011001c70000800d0200003900000003030000390000054904000041146a14600000040f0000000100200190000003b00000c13d0000082a0000013d000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b0000053d0010009c0000082a0000213d000000000010043f000000c901000039000000200010043f00000040020000390000000001000019146a144b0000040f000c00000001001d146a112b0000040f000900000001001d0000000c010000290000000101100039146a112b0000040f000b00000001001d0000000c010000290000000201100039146a112b0000040f0000006002000039000000400300043d000c00000003001d0000000002230436000800000002001d000a00000001001d00000060023000390000000901000029146a11780000040f00000000020100190000000c0120006a000000080300002900000000001304350000000b01000029146a11780000040f00000000020100190000000c030000290000004001300039000000000332004900000000003104350000000a01000029146a11780000040f0000000c0200002900000000012100490000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c010080410000006001100210000000000121019f0000146b0001042e0000000001000416000000000001004b0000082a0000c13d0000006501000039000000000101041a0000053d01100197000000800010043f0000055f010000410000146b0001042e0000051d01000041000000800010043f0000002001000039000000840010043f000000a40010043f0000058b01000041000000c40010043f0000058c010000410000146c000104300000051d01000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f0000056c01000041000000c40010043f0000056d01000041000000e40010043f00000520010000410000146c00010430000b00000003001d000900000001001d000a00000002001d000005570100004100000000001004430000000001000410000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b000003b20000c13d0000000a02000029000000ff0120018f000000010010008c0000000b010000290000000501100270000000000100003f000000010100603f000003b50000c13d000000090000006b0000021b0000613d0000058f01200197000000010200003900000001011001bf000000000010041b0000ff0000100190000002210000c13d000000400100043d00000064021000390000056a03000041000000000032043500000044021000390000056b03000041000000000032043500000024021000390000002b03000039000003be0000013d0000008001300039000000400010043f0000000a04000029000000800040043f000000000004004b000003860000c13d00000020020000390000000003210436000000800200043d0000000000230435000000400310003900000005042002100000000004340019000000000002004b000003c90000c13d00000000021400490000051c0020009c0000051c0200804100000060022002100000051c0010009c0000051c010080410000004001100210000000000112019f0000146b0001042e000005620030009c0000012a0000213d00000060030000390000000004000019000000a005100039000000400050043f00000000053104360000008006100039000000000006043500000060061000390000000000060435000000400610003900000000000604350000000000050435000000a00540003900000000001504350000002004400039000000000024004b000004110000813d000000400100043d000005520010009c0000038a0000a13d0000012a0000013d0000009702000039000000000302041a0000054804300197000000000414019f000000000042041b0000053d02300197000000800020043f000000a00010043f00000000010004140000051c0010009c0000051c01008041000000c0011002100000058d011001c70000800d0200003900000001030000390000056704000041146a14600000040f00000001002001900000082a0000613d00000000010000190000146b0001042e0000000b010000290000000501100270000000000100003f000000400100043d00000064021000390000056303000041000000000032043500000044021000390000056403000041000000000032043500000024021000390000002e0300003900000000003204350000051d0200004100000000002104350000000402100039000000200300003900000000003204350000051c0010009c0000051c01008041000000400110021000000551011001c70000146c00010430000000a0080000390000000007000019000003e40000013d0000000005ab0019000000000005043500000000050d04330000053d0550019700000000005c0435000000400590003900000000050504330000053d0550019700000040064000390000000000560435000000600590003900000000050504330000006006400039000000000056043500000080044000390000008005900039000000000505043300000000005404350000001f04a000390000058e0440019700000000044b00190000000107700039000000000027004b0000037d0000813d0000000009140049000000400990008a0000000003930436000000008908043400000000da090434000000a005000039000000000c540436000000a00b40003900000000ea0a04340000000000ab0435000000c00b40003900000000000a004b000003cc0000613d000000000f0000190000000005bf00190000000006fe001900000000060604330000000000650435000000200ff000390000000000af004b000003f20000413d000003cc0000013d000000400500043d000000e00100043d000000000001004b0000049d0000c13d0000006401500039000005860200004100000000002104350000004401500039000005870200004100000000002104350000002401500039000000230200003900000000002104350000051d0100004100000000001504350000000401500039000000200200003900000000002104350000051c0050009c0000051c05008041000000400150021000000551011001c70000146c0001043000000001010000390000801002000039000c00000000001d000b00000001001d000000000010043f000000ca01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c7146a14650000040f00000001002001900000082a0000613d000000000101043b000000000101041a0000053d01100197000000000010043f000000cc01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000701043b000000400600043d000005520060009c0000012a0000213d000000a008600039000000400080043f000000000107041a000000010210019000000001041002700000007f0440618f0000001f0040008c00000000030000390000000103002039000000000331013f0000000100300190000006e40000c13d0000000000480435000000000002004b000004610000613d000600000004001d000700000008001d000900000006001d000800000007001d000000000070043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000609000029000000000009004b000004680000613d0000000906000029000000c002600039000000000301043b0000000001000019000000080700002900000007080000290000000004120019000000000503041a000000000054043500000001033000390000002001100039000000000091004b000004590000413d0000046c0000013d0000058f01100197000000c0026000390000000000120435000000000004004b000000200100003900000000010060390000046c0000013d00000000010000190000000906000029000000080700002900000007080000290000003f011000390000058e021001970000000001820019000000000021004b000000000200003900000001020040390000053e0010009c0000012a0000213d00000001002001900000012a0000c13d000000400010043f00000000018604360000000102700039000000000202041a0000053d0220019700000000002104350000000201700039000000000101041a0000053d01100197000000400260003900000000001204350000000301700039000000000101041a0000006002600039000000000012043500000080016000390000000402700039000000000202041a0000000000210435000000800100043d0000000c02000029000000000021004b000009b00000a13d0000000501200210000000a0011000390000000000610435000000800100043d000000000021004b000009b00000a13d0000000b02000029000000010020003a000005d50000413d0000000a0020006c0000000101200039000c00000002001d0000801002000039000004140000413d000000400100043d000003740000013d0000056f0100004100000000001504350000000001000414000000040020008c000b00000002001d000004e10000c13d0000000103000031000000200030008c000000200400003900000000040340190000050f0000013d0000000c01000029000000000010043f000000cc01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000401043b000000000104041a000000010210019000000001051002700000007f0550618f0000001f0050008c00000000030000390000000103002039000000000032004b000006e40000c13d000900000004001d000000400300043d000700000003001d000600000005001d0000000003530436000800000003001d000000000002004b000006730000613d0000000901000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000606000029000000000006004b00000000020000190000000805000029000006790000613d000000000101043b00000000020000190000000003250019000000000401041a000000000043043500000001011000390000002002200039000000000062004b000004d90000413d000006790000013d0000051c0050009c0000051c03000041000000000305401900000040033002100000051c0010009c0000051c01008041000000c001100210000000000131019f0000054d011001c7000a00000005001d146a14650000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000a0b0000290000000a05700029000004fd0000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000004f90000c13d000000000006004b0000050a0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00030000000103550000000100200190000006070000613d00000000050b00190000001f01400039000000600110018f00000000040500190000000005510019000000000015004b000000000200003900000001020040390000053e0050009c0000012a0000213d00000001002001900000012a0000c13d000a00000005001d000000400050043f000000200030008c0000082a0000413d0000000002040433000900000002001d0000053d0020009c0000082a0000213d00000570020000410000000a04000029000000000024043500000000020004140000000b04000029000000040040008c000005570000613d0000000a010000290000051c0010009c0000051c0100804100000040011002100000051c0020009c0000051c02008041000000c002200210000000000112019f0000054d011001c70000000b02000029146a14650000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000a05700029000005440000613d000000000801034f0000000a09000029000000008a08043c0000000009a90436000000000059004b000005400000c13d000000000006004b000005510000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00030000000103550000000100200190000006ea0000613d0000001f01400039000000600110018f0000000a011000290000053e0010009c0000012a0000213d000000400010043f000000200030008c0000082a0000413d0000000a010000290000000001010433000a00000001001d0000053d0010009c0000082a0000213d0000000901000029000000000010043f000000cc01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b0000000101100039000000000101041a0000053d00100198000008f30000c13d000000400100043d00000064021000390000058403000041000000000032043500000044021000390000058503000041000000000032043500000024021000390000002103000039000003be0000013d00000008030000290000051c0030009c0000051c0300804100000040033002100000051c0010009c0000051c01008041000000c001100210000000000131019f0000054d011001c7146a14650000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000805700029000005980000613d000000000801034f0000000809000029000000008a08043c0000000009a90436000000000059004b000005940000c13d000000000006004b000005a50000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00030000000103550000000100200190000006550000613d0000001f01400039000000600210018f0000000801200029000000000021004b000000000200003900000001020040390000053e0010009c0000012a0000213d00000001002001900000012a0000c13d000000400010043f000000200030008c0000082a0000413d000000080200002900000000020204330000053d0020009c0000082a0000213d000000000002004b000001ff0000613d0000000901000029000000000010043f000000cc01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b0000000101100039000000000101041a0000053d00100198000007240000c13d0000000c01000029000000640010008c000000dd0000213d000000cb01000039000000000201041a000800010020003e0000082c0000c13d0000058301000041000000000010043f0000001101000039000000040010043f0000055a010000410000146c000104300000009702000039000000000302041a0000054804300197000000000454019f000000000042041b000000200210003900000000005204350000053d0230019700000000002104350000051c0010009c0000051c01008041000000400110021000000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000542011001c70000800d0200003900000001030000390000056704000041146a14600000040f00000001002001900000082a0000613d0000000b0000006b000003b00000c13d0000ff010100008a0000000a0110017f000000000010041b000000400100043d000000010300003900000000003104350000051c0010009c0000051c01008041000000400110021000000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000544011001c70000800d020000390000052204000041000003ad0000013d0000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000060e0000c13d000006600000013d0000058f01100197000000080600002900000080026000390000000000120435000000070000006b000000200200003900000000020060390000003f012000390000058e021001970000000a01200029000000000021004b000000000200003900000001020040390000053e0010009c00000009050000290000012a0000213d00000001002001900000012a0000c13d000000400010043f0000000a010000290000000001160436000700000001001d0000000101500039000000000201041a000000010320019000000001042002700000007f0440618f000a00000004001d0000001f0040008c00000000040000390000000104002039000000000442013f0000000100400190000006e40000c13d000000400400043d000600000004001d0000000a050000290000000004540436000500000004001d000000000003004b000006c30000613d000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000a05000029000000000005004b00000000020000190000000506000029000006c90000613d000000000101043b00000000020000190000000003260019000000000401041a000000000043043500000001011000390000002002200039000000000052004b0000064d0000413d000006c90000013d0000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000065c0000c13d000000000005004b0000066d0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000051c0020009c0000051c020080410000004002200210000000000112019f0000146c000104300000058f0110019700000008020000290000000000120435000000060000006b000000200200003900000000020060390000003f012000390000058e021001970000000701200029000000000021004b000000000200003900000001020040390000053e0010009c0000012a0000213d00000001002001900000012a0000c13d000000400010043f0000000901000029000000000101041a000000010010019000000001021002700000007f0220618f000600000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006e40000c13d0000000601000029000000200010008c000006af0000413d0000000901000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000b030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000006010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000006af0000813d000000000002041b0000000102200039000000000012004b000006ab0000413d0000000b010000290000001f0010008c000006f60000a13d0000000901000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000200300008a0000000b02300180000000000101043b000007bd0000c13d0000000003000019000007c80000013d0000058f01200197000000050200002900000000001204350000000a0000006b000000200200003900000000020060390000003f012000390000058e021001970000000601200029000000000021004b000000000200003900000001020040390000053e0010009c00000009030000290000012a0000213d00000001002001900000012a0000c13d000000400010043f0000000701000029000000060200002900000000002104350000000201300039000000000201041a000000010320019000000001042002700000007f0440618f000a00000004001d0000001f0040008c00000000040000390000000104002039000000000442013f0000000100400190000007040000613d0000058301000041000000000010043f0000002201000039000000040010043f0000055a010000410000146c000104300000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000006f10000c13d000006600000013d0000000b0000006b0000000001000019000006fc0000613d0000000a010000290000000201100367000000000101043b0000000b040000290000000302400210000005900220027f0000059002200167000000000121016f0000000102400210000000000121019f000007d70000013d000000400400043d000900000004001d0000000a050000290000000004540436000600000004001d000000000003004b0000072e0000613d000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000a05000029000000000005004b00000000020000190000000606000029000007340000613d000000000101043b00000000020000190000000003260019000000000401041a000000000043043500000001011000390000002002200039000000000052004b0000071c0000413d000007340000013d000000400100043d00000064021000390000054f03000041000000000032043500000044021000390000055003000041000000000032043500000024021000390000003303000039000003be0000013d0000058f01200197000000060200002900000000001204350000000a0000006b000000200200003900000000020060390000003f012000390000058e021001970000000901200029000000000021004b000000000200003900000001020040390000053e0010009c00000008030000290000012a0000213d00000001002001900000012a0000c13d000000400010043f0000004001300039000a00000001001d000000090200002900000000002104350000000c01000029000000000010043f000000c901000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000b05000029000900040050003d00000002030003670000000902300360000000000402043b00000000020000310000000005520049000000230550008a00000545065001970000054507400197000000000867013f000000000067004b00000000060000190000054506004041000000000054004b00000000050000190000054505008041000005450080009c000000000605c019000000000101043b000600000001001d000000000006004b0000082a0000c13d0000000901400029000000000313034f000000000303043b000500000003001d0000053e0030009c0000082a0000213d000000050220006a000000200510003900000545012001970000054503500197000000000413013f000000000013004b00000000010000190000054501004041000400000005001d000000000025004b00000000020000190000054502002041000005450040009c000000000102c019000000000001004b0000082a0000c13d0000000601000029000000000101041a000000010010019000000001021002700000007f0220618f000300000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006e40000c13d0000000301000029000000200010008c000007a90000413d0000000601000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d00000005030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000003010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000007a90000813d000000000002041b0000000102200039000000000012004b000007a50000413d00000005010000290000001f0010008c000009cd0000a13d0000000601000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000200200008a0000000502200180000000000101043b000009db0000c13d0000000003000019000009e60000013d000000020400036700000000030000190000000a060000290000000005630019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b000007c00000413d0000000b0020006c000007d40000813d0000000b020000290000000302200210000000f80220018f000005900220027f00000590022001670000000a033000290000000203300367000000000303043b000000000223016f000000000021041b0000000b01000029000000010110021000000001011001bf0000000902000029000000000012041b0000004002000039000000400100043d000000000221043600000007030000290000000003030433000000400410003900000000003404350000006004100039000000000003004b0000000808000029000007ec0000613d000000000500001900000000064500190000000007580019000000000707043300000000007604350000002005500039000000000035004b000007e50000413d000000000534001900000000000504350000001f033000390000058e06000041000000000363016f0000000003340019000000000413004900000000004204350000000b05000029000000000253043600000000046501700000001f0550018f00000000034200190000000a060000290000000206600367000008020000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b000007fe0000c13d000000000005004b0000080f0000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000b040000290000001f034000390000058e0330019700000000044200190000000000040435000000000313004900000000022300190000051c0020009c0000051c0200804100000060022002100000051c0010009c0000051c010080410000004001100210000000000112019f00000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000546011001c70000800d02000039000000020300003900000589040000410000000c05000029146a14600000040f0000000100200190000003b00000c13d00000000010000190000146c000104300000000802000029000000000021041b000000400100043d000700000001001d000005520010009c0000012a0000213d0000000c010000290000001f011000390000058e011001970000003f011000390000058e021001970000000701000029000000a001100039000000400010043f00000000022100190000053e0020009c0000012a0000213d000000400020043f0000000c0200002900000000002104350000000a03000029000000000030007c0000082a0000213d0000000c030000290000058e043001980000001f0530018f0000000702000029000000c00220003900000000034200190000000b0600002900000020066000390000000206600367000008530000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b0000084f0000c13d000000000005004b000008600000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000c022000290000000000020435000000070300002900000040043000390000000902000029000c00000004001d000000000024043500000000021304360000000001000411000b00000002001d00000000001204350000055301000041000000000010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000554011001c70000800b02000039146a14650000040f0000000100200190000010cc0000613d000000000101043b00000007020000290000006002200039000a00000002001d00000000001204350000055501000041000000000010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000554011001c70000800b02000039146a14650000040f0000000100200190000010cc0000613d000000000101043b00000007020000290000008002200039000600000002001d00000000001204350000000801000029000000000010043f000000ca01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000000000201041a00000548022001970000000903000029000000000232019f000000000021041b000000000030043f000000cc01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000500000001001d00000007010000290000000001010433000300000001001d0000000021010434000200000002001d000400000001001d0000053e0010009c0000012a0000213d0000000501000029000000000101041a000000010010019000000001021002700000007f0220618f000100000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006e40000c13d0000000101000029000000200010008c000008df0000413d0000000501000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d00000004030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000001010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000008df0000813d000000000002041b0000000102200039000000000012004b000008db0000413d00000004010000290000001f0010008c00000a7e0000a13d0000000501000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000200200008a0000000403200180000000000101043b00000b200000c13d000000200200003900000b2d0000013d0000000901000029000000000010043f000000cd01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b0000000a02000029000000000020043f000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000000000101041a0000053d00100198000009b60000c13d000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400200043d00000575010000410000000000120435000800000002001d00000004012000390000000b02000029000000000021043500000000010004140000000902000029000000040020008c0000093d0000613d00000008020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000a630000613d00000008010000290000053e0010009c0000012a0000213d0000000801000029000000400010043f000000c00100043d000700000001001d000000a00100043d000800000001001d000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400200043d00000044012000390000000703000029000000000031043500000024012000390000000803000029000000000031043500000576010000410000000001120436000500000001001d000800000002001d00000004012000390000000b02000029000000000021043500000000010004140000000902000029000000040020008c000009790000613d00000008020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f00000577011001c70000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000a8b0000613d00000008010000290000053e0010009c0000012a0000213d0000000801000029000000400010043f000005780010009c0000012a0000213d00000008020000290000004001200039000000400010043f0000000101000039000400000001001d000000000012043500000000010000310000000201100367000000000301043b00000005010000290000000000310435000000400100043d000700000001001d000005780010009c0000012a0000213d00000007020000290000004001200039000000400010043f000000010100003900000000011204360000000000310435000000400200043d000600000002001d000005780020009c0000012a0000213d00000006040000290000004002400039000000400020043f00000001020000390000000002240436000000000032043500000008030000290000000003030433000000000003004b000009b00000613d000001200300043d0000000504000029000000000034043500000007030000290000000003030433000000000003004b000009b00000613d000001400300043d000000000031043500000006010000290000000001010433000000000001004b00000c510000c13d0000058301000041000000000010043f0000003201000039000000040010043f0000055a010000410000146c00010430000000400100043d0000008402100039000005710300004100000000003204350000006402100039000005720300004100000000003204350000004402100039000005730300004100000000003204350000002402100039000000440300003900000000003204350000051d0200004100000000002104350000000402100039000000200300003900000000003204350000051c0010009c0000051c01008041000000400110021000000574011001c70000146c00010430000000050000006b0000000001000019000009d30000613d00000004010000290000000201100367000000000101043b00000005040000290000000302400210000005900220027f0000059002200167000000000121016f0000000102400210000000000121019f000009f50000013d0000000204000367000000000300001900000004060000290000000005630019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b000009de0000413d000000050020006c000009f20000813d00000005020000290000000302200210000000f80220018f000005900220027f000005900220016700000004033000290000000203300367000000000303043b000000000223016f000000000021041b0000000501000029000000010110021000000001011001bf0000000602000029000000000012041b0000000901000029000500200010003d00000002020003670000000501200360000000000301043b00000000010000310000000b0410006a000000230440008a00000545054001970000054506300197000000000756013f000000000056004b00000000050000190000054505004041000000000043004b00000000040000190000054504008041000005450070009c000000000504c019000000000005004b0000082a0000c13d0000000903300029000000000232034f000000000202043b000400000002001d0000053e0020009c0000082a0000213d000000040110006a000000200530003900000545021001970000054503500197000000000423013f000000000023004b00000000020000190000054502004041000300000005001d000000000015004b00000000010000190000054501002041000005450040009c000000000201c019000000000002004b0000082a0000c13d00000006010000290000000101100039000200000001001d000000000101041a000000010010019000000001021002700000007f0220618f000100000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006e40000c13d0000000101000029000000200010008c00000a4f0000413d0000000201000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d00000004030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000001010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000a4f0000813d000000000002041b0000000102200039000000000012004b00000a4b0000413d00000004010000290000001f0010008c00000a700000a13d0000000201000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000200200008a0000000402200180000000000101043b00000a980000c13d000000000300001900000aa30000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000a6b0000c13d000006600000013d000000040000006b000000000100001900000a760000613d00000003010000290000000201100367000000000101043b00000004040000290000000302400210000005900220027f0000059002200167000000000121016f0000000102400210000000000121019f00000ab20000013d000000040000006b000000000100001900000a830000613d0000000201000029000000000101043300000004040000290000000302400210000005900220027f0000059002200167000000000121016f0000000102400210000000000121019f00000b3b0000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000a930000c13d000006600000013d0000000204000367000000000300001900000003060000290000000005630019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b00000a9b0000413d000000040020006c00000aaf0000813d00000004020000290000000302200210000000f80220018f000005900220027f000005900220016700000003033000290000000203300367000000000303043b000000000223016f000000000021041b0000000401000029000000010110021000000001011001bf0000000202000029000000000012041b0000000501000029000400200010003d00000002020003670000000401200360000000000301043b00000000010000310000000b0410006a000000230440008a00000545054001970000054506300197000000000756013f000000000056004b00000000050000190000054505004041000000000043004b00000000040000190000054504008041000005450070009c000000000504c019000000000005004b0000082a0000c13d0000000903300029000000000232034f000000000202043b000300000002001d0000053e0020009c0000082a0000213d000000030110006a000000200530003900000545021001970000054503500197000000000423013f000000000023004b00000000020000190000054502004041000b00000005001d000000000015004b00000000010000190000054501002041000005450040009c000000000201c019000000000002004b0000082a0000c13d00000006010000290000000201100039000600000001001d000000000101041a000000010010019000000001021002700000007f0220618f000200000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006e40000c13d0000000201000029000000200010008c00000b0c0000413d0000000601000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d00000003030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000002010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000b0c0000813d000000000002041b0000000102200039000000000012004b00000b080000413d00000003010000290000001f0010008c00000c430000a13d0000000601000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000200200008a0000000302200180000000000101043b00000d580000c13d000000000300001900000d620000013d000000010230008a0000000502200270000000000421001900000020020000390000000104400039000000030600002900000000056200190000000005050433000000000051041b00000020022000390000000101100039000000000041004b00000b260000c13d000000040030006c00000b380000813d00000004030000290000000303300210000000f80330018f000005900330027f000005900330016700000003022000290000000002020433000000000232016f000000000021041b0000000401000029000000010110021000000001011001bf0000000504000029000000000014041b0000000b0100002900000000010104330000053d011001970000000102400039000000000302041a0000054803300197000000000113019f000000000012041b0000000c0100002900000000010104330000053d011001970000000202400039000000000302041a0000054803300197000000000113019f000000000012041b0000000a0100002900000000010104330000000302400039000000000012041b000000040140003900000006020000290000000002020433000000000021041b0000002002000039000000400100043d000000000221043600000007030000290000000003030433000000a0040000390000000000420435000000c00210003900000000430304340000000000320435000000e002100039000000000003004b00000b6a0000613d000000000500001900000000062500190000000007540019000000000707043300000000007604350000002005500039000000000035004b00000b630000413d000000000432001900000000000404350000000b0400002900000000040404330000053d04400197000000400510003900000000004504350000000c0400002900000000040404330000053d04400197000000600510003900000000004504350000000a0400002900000000040404330000008005100039000000000045043500000006040000290000000004040433000000a00510003900000000004504350000001f033000390000058e03300197000000000313004900000000022300190000051c0020009c0000051c0200804100000060022002100000051c0010009c0000051c010080410000004001100210000000000112019f00000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000546011001c70000800d02000039000000020300003900000556040000410000000905000029146a14600000040f00000001002001900000082a0000613d000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400200043d0000055901000041000000000012043500000044010000390000000201100367000000000101043b000c00000002001d0000000402200039000000000012043500000000010004140000000902000029000000040020008c00000bc40000613d0000000c020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000c360000613d0000000c010000290000053e0010009c0000012a0000213d0000000c01000029000000400010043f000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400200043d0000055b01000041000000000012043500000064010000390000000201100367000000000101043b000c00000002001d0000000402200039000000000012043500000000010004140000000902000029000000040020008c00000bf70000613d0000000c020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000e9f0000613d0000000c010000290000053e0010009c0000012a0000213d0000000c01000029000000400010043f000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400200043d0000055c01000041000000000012043500000084010000390000000201100367000000000101043b000c00000002001d0000000402200039000000000012043500000000010004140000000902000029000000040020008c00000c2a0000613d0000000c020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000eb90000613d0000000c010000290000053e0010009c0000012a0000213d0000000c02000029000000400020043f000000080100002900000000001204350000051c0020009c0000051c0200804100000040012002100000055d011001c70000146b0001042e0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000c3e0000c13d000006600000013d000000030000006b000000000100001900000c490000613d0000000b010000290000000201100367000000000101043b00000003040000290000000302400210000005900220027f0000059002200167000000000121016f0000000102400210000000000121019f00000d710000013d0000000b010000290000000000120435000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400400043d000005790100004100000000001404350000000401400039000000400200003900000000002104350000000602000029000000000302043300000044024000390000000000320435000500000004001d0000006402400039000000000003004b00000c7a0000613d00000000040000190000000605000029000000200550003900000000060504330000053d0660019700000000026204360000000104400039000000000034004b00000c730000413d0000000001120049000000050300002900000024033000390000000000130435000000080100002900000000030104330000000001320436000000000003004b00000c8c0000613d000000000200001900000008040000290000002004400039000800000004001d000000000404043300000000014104360000000102200039000000000032004b00000c840000413d00000000020004140000000903000029000000040030008c00000ca50000613d000000050300002900000000013100490000051c0010009c0000051c0100804100000060011002100000051c0030009c0000051c030080410000004003300210000000000131019f0000051c0020009c0000051c02008041000000c002200210000000000121019f0000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000eac0000613d00000005010000290000053e0010009c0000012a0000213d0000000501000029000000400010043f000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400400043d0000057a0100004100000000001404350000000401400039000000400200003900000000002104350000000602000029000000000302043300000044024000390000000000320435000800000004001d0000006402400039000000000003004b00000cd20000613d000000000400001900000006050000290000002005500039000600000005001d00000000050504330000053d0550019700000000025204360000000104400039000000000034004b00000cc90000413d0000000001120049000000080300002900000024033000390000000000130435000000070100002900000000030104330000000001320436000000000003004b00000ce40000613d000000000200001900000007040000290000002004400039000700000004001d000000000404043300000000014104360000000102200039000000000032004b00000cdc0000413d00000000020004140000000903000029000000040030008c00000cfd0000613d000000080300002900000000013100490000051c0010009c0000051c0100804100000060011002100000051c0030009c0000051c030080410000004003300210000000000131019f0000051c0020009c0000051c02008041000000c002200210000000000121019f0000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000ec60000613d00000008010000290000053e0010009c0000012a0000213d0000000801000029000000400010043f0000000901000029000000000010043f000000cd01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b0000000a02000029000000000020043f000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000000000201041a00000548022001970000000b022001af000000000021041b0000000a01000029000000000010043f000000ce01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000000000201041a000800000002001d0000053e0020009c0000012a0000213d00000008020000290000000102200039000000000021041b000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b0000000801100029000000000201041a000005480220019700000009022001af000000000021041b0000057b01000041000000e00200043d000700000002001d000000400300043d00000000001304350000000002000410000800000003001d0000000401300039000000000021043500000000010004140000000a02000029000000040020008c00000ed30000c13d0000000103000031000000200030008c0000002004000039000000000403401900000eff0000013d000000020400036700000000030000190000000b05300029000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b00000d5a0000413d000000030020006c00000d6e0000813d00000003020000290000000302200210000000f80220018f000005900220027f00000590022001670000000b033000290000000203300367000000000303043b000000000223016f000000000021041b0000000301000029000000010110021000000001011001bf0000000602000029000000000012041b0000004002000039000000400100043d000000000321043600000008020000290000000004020433000000400210003900000060070000390000000000720435000000a00510003900000000640404340000000000450435000000c005100039000000000004004b00000d890000613d00000000080000190000000009580019000000000a860019000000000a0a04330000000000a904350000002008800039000000000048004b00000d820000413d000000000645001900000000000604350000001f044000390000058e0440019700000000044500190000000005240049000000070600002900000000060604330000006008100039000000000058043500000000650604340000000004540436000000000005004b00000d9f0000613d00000000080000190000000009480019000000000a860019000000000a0a04330000000000a904350000002008800039000000000058004b00000d980000413d000000000654001900000000000604350000001f055000390000058e05500197000000000654001900000000022600490000000a0400002900000000040404330000008005100039000000000025043500000000540404340000000002460436000000000004004b00000db50000613d000000000600001900000000082600190000000009650019000000000909043300000000009804350000002006600039000000000046004b00000dae0000413d000000000542001900000000000504350000001f044000390000058e0440019700000000024200190000000004120049000000000043043500000002030003670000000904300360000000000804043b0000000004000031000000090540006a0000001f0550008a00000545065001970000054509800197000000000a69013f000000000069004b00000000090000190000054509004041000000000058004b000000000b000019000005450b0080410000054500a0009c00000000090bc019000000000009004b0000082a0000c13d0000000909800029000000000893034f000000000808043b0000053e0080009c0000082a0000213d000000200a900039000000000984004900000000009a004b000000000b000019000005450b0020410000054509900197000005450ca00197000000000d9c013f00000000009c004b000000000900001900000545090040410000054500d0009c00000000090bc019000000000009004b0000082a0000c13d0000000007720436000b00000007001d00000060072000390000000000870435000000000ba3034f0000058e0c8001980000001f0d80018f000000800a2000390000000007ca001900000df30000613d000000000e0b034f000000000f0a001900000000e90e043c000000000f9f043600000000007f004b00000def0000c13d00000000000d004b00000e000000613d0000000009cb034f000000030bd00210000000000c070433000000000cbc01cf000000000cbc022f000000000909043b000001000bb000890000000009b9022f0000000009b901cf0000000009c9019f00000000009704350000000007a8001900000000000704350000000507300360000000000707043b0000054509700197000000000b69013f000000000069004b00000000090000190000054509004041000000000057004b000000000c000019000005450c0080410000054500b0009c00000000090cc019000000000009004b0000082a0000c13d000000090b7000290000000007b3034f000000000707043b0000053e0070009c0000082a0000213d000000200bb00039000000000974004900000000009b004b000000000c000019000005450c0020410000054509900197000005450db00197000000000e9d013f00000000009d004b000000000900001900000545090040410000054500e0009c00000000090cc019000000000009004b0000082a0000c13d0000001f088000390000058e0c0000410000000008c8016f0000000008a8001900000000092800490000000b0a00002900000000009a0435000000000ab3034f0000000008780436000000000bc701700000001f0c70018f0000000009b8001900000e370000613d000000000d0a034f000000000e08001900000000df0d043c000000000efe043600000000009e004b00000e330000c13d00000000000c004b00000e440000613d000000000aba034f000000030bc00210000000000c090433000000000cbc01cf000000000cbc022f000000000a0a043b000001000bb00089000000000aba022f000000000aba01cf000000000aca019f0000000000a90435000000000987001900000000000904350000000409300360000000000909043b000005450a900197000000000b6a013f00000000006a004b00000000060000190000054506004041000000000059004b000000000500001900000545050080410000054500b0009c000000000605c019000000000006004b0000082a0000c13d0000000906900029000000000563034f000000000505043b0000053e0050009c0000082a0000213d00000020066000390000000004540049000000000046004b000000000900001900000545090020410000054504400197000005450a600197000000000b4a013f00000000004a004b000000000400001900000545040040410000054500b0009c000000000409c019000000000004004b0000082a0000c13d0000001f047000390000058e09000041000000000494016f0000000007840019000000000427004900000040022000390000000000420435000000000463034f000000000257043600000000069501700000001f0750018f000000000362001900000e7b0000613d000000000804034f0000000009020019000000008a08043c0000000009a90436000000000039004b00000e770000c13d000000000007004b00000e880000613d000000000464034f0000000306700210000000000703043300000000076701cf000000000767022f000000000404043b0000010006600089000000000464022f00000000046401cf000000000474019f0000000000430435000000000325001900000000000304350000001f035000390000058e03300197000000000212004900000000023200190000051c0020009c0000051c0200804100000060022002100000051c0010009c0000051c010080410000004001100210000000000112019f00000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000546011001c70000800d0200003900000002030000390000054704000041000008260000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000ea70000c13d000006600000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000eb40000c13d000006600000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000ec10000c13d000006600000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000ece0000c13d000006600000013d00000008020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000a02000029146a14650000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000080570002900000eee0000613d000000000801034f0000000809000029000000008a08043c0000000009a90436000000000059004b00000eea0000c13d000000000006004b00000efb0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0003000000010355000000010020019000000f330000613d0000001f01400039000000600110018f0000000802100029000000000012004b000000000100003900000001010040390000053e0020009c0000012a0000213d00000001001001900000012a0000c13d000000400020043f000000200030008c0000082a0000413d00000008010000290000000001010433000600000001001d00000020012000390000057c03000041000000000031043500000064012000390000000703000029000000000031043500000044012000390000000003000410000000000031043500000024012000390000000003000411000000000031043500000064010000390000000000120435000005520020009c0000012a0000213d000000a001200039000000400010043f0000000a01000029146a133a0000040f0000057b01000041000000400200043d0000000000120435000800000002001d00000004012000390000000002000410000000000021043500000000010004140000000a02000029000000040020008c00000f3f0000c13d0000000103000031000000200030008c0000002004000039000000000403401900000f6b0000013d0000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000f3a0000c13d000006600000013d00000008020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000a02000029146a14650000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000080570002900000f5a0000613d000000000801034f0000000809000029000000008a08043c0000000009a90436000000000059004b00000f560000c13d000000000006004b00000f670000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0003000000010355000000010020019000000f970000613d0000001f01400039000000600110018f0000000802100029000000000012004b00000000010000390000000101004039000700000002001d0000053e0020009c0000012a0000213d00000001001001900000012a0000c13d0000000701000029000000400010043f000000200030008c0000082a0000413d000000080100002900000000010104330008000600100074000005d50000413d000000070500002900000020025000390000057d01000041000000000012043500000024015000390000000b0400002900000000004104350000004401000039000000000015043500000044015000390000000000010435000005610050009c0000012a0000213d00000007040000290000008001400039000000400010043f000000000504043300000000040004140000000a06000029000000040060008c00000fa30000c13d0000053e0030009c0000012a0000213d000000010200003900000fb90000013d0000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000f9e0000c13d000006600000013d0000051c0020009c0000051c0200804100000040012002100000051c0050009c0000051c050080410000006002500210000000000112019f0000051c0040009c0000051c04008041000000c002400210000000000112019f0000000a02000029146a14600000040f000000010220018f000300000001035500000060011002700001051c0010019d0000051c0310019800000fb80000c13d000000600100003900000fe00000013d000000400100043d0000001f043000390000057e044001970000003f044000390000057f054001970000000004150019000000000054004b000000000500003900000001050040390000053e0040009c0000012a0000213d00000001005001900000012a0000c13d000000400040043f00000000063104360000058e043001980000001f0530018f000c00000006001d0000000003460019000000030600036700000fd30000613d000000000706034f0000000c08000029000000007907043c0000000008980436000000000038004b00000fcf0000c13d000000000005004b00000fe00000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000000002004b0000100c0000613d0000000002000415000000120220008a00060005002002180000000001010433000000000001004b00000ff80000613d0000053f0010009c0000000c020000290000082a0000213d000000200010008c0000082a0000413d0000000001020433000000000001004b0000000002000039000000010200c039000000000021004b0000082a0000c13d0000000002000415000000110220008a0006000500200218000000000001004b0000100c0000613d000005570100004100000000001004430000000a01000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b00000006010000290000000501100270000000000100003f000000010100c03f000010200000c13d000000400200043d00000020012000390000057d03000041000000000031043500000024012000390000000b0300002900000000003104350000004401000039000000000012043500000044012000390000000000010435000005610020009c0000012a0000213d0000008001200039000000400010043f0000000a01000029146a133a0000040f0000000a010000290000000702000029146a133a0000040f000000400400043d00000044014000390000000802000029000000000021043500000020014000390000057d02000041000000000021043500000024024000390000000b03000029000000000032043500000044020000390000000000240435000c00000004001d000005610040009c0000012a0000213d0000000c030000290000008002300039000000400020043f000000000303043300000000020004140000000a04000029000000040040008c000010390000c13d00000001030000310000104b0000013d0000051c0010009c0000051c0100804100000040011002100000051c0030009c0000051c030080410000006003300210000000000113019f0000051c0020009c0000051c02008041000000c002200210000000000121019f0000000a02000029146a14600000040f0004000100200193000300000001035500000060011002700001051c0010019d0000051c03100197000000000003004b000010500000c13d00000060020000390000008001000039000010790000013d0000053e0030009c0000012a0000213d0000001f013000390000058e011001970000003f011000390000058e01100197000000400200043d0000000001120019000000000021004b000000000500003900000001050040390000053e0010009c0000012a0000213d00000001005001900000012a0000c13d000000400010043f00000000013204360000058e043001980000001f0530018f000000000341001900000003060003670000106c0000613d000000000706034f0000000008010019000000007907043c0000000008980436000000000038004b000010680000c13d000000000005004b000010790000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000040000006b000010a40000613d0000000003000415000000100330008a00070005003002180000000002020433000000000002004b000010900000613d0000053f0020009c0000082a0000213d000000200020008c0000082a0000413d0000000001010433000000000001004b0000000002000039000000010200c039000000000021004b0000082a0000c13d00000000020004150000000f0220008a0007000500200218000000000001004b000010a40000613d000005570100004100000000001004430000000a01000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b00000007010000290000000501100270000000000100003f000000010100c03f000010b80000c13d000000400200043d00000020012000390000057d03000041000000000031043500000024012000390000000b0300002900000000003104350000004401000039000000000012043500000044012000390000000000010435000005610020009c0000012a0000213d0000008001200039000000400010043f0000000a01000029146a133a0000040f0000000a010000290000000c02000029146a133a0000040f000000400400043d0000002401400039000001000200043d00000008030000290000000000310435000005800100004100000000001404350000053d01200197000c00000004001d0000000402400039000000000012043500000000010004140000000b02000029000000040020008c000010cd0000c13d0000000103000031000000200030008c00000020040000390000000004034019000010f90000013d000000000001042f0000000c020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f00000581011001c70000000b02000029146a14600000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000c05700029000010e80000613d000000000801034f0000000c09000029000000008a08043c0000000009a90436000000000059004b000010e40000c13d000000000006004b000010f50000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00030000000103550000000100200190000011140000613d0000001f01400039000000600210018f0000000c01200029000000000021004b000000000200003900000001020040390000053e0010009c0000012a0000213d00000001002001900000012a0000c13d000000400010043f000000200030008c0000082a0000413d00000000010004140000051c0010009c0000051c01008041000000c00110021000000546011001c70000800d020000390000000303000039000005820400004100000009050000290000000b06000029146a14600000040f0000000100200190000003b00000c13d0000082a0000013d0000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000111b0000c13d000006600000013d000005910010009c000011250000813d0000006001100039000000400010043f000000000001042d0000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c000104300003000000000002000000000201041a000000010320019000000001062002700000007f0660618f0000001f0060008c00000000040000390000000104002039000000000043004b0000116a0000c13d000000400500043d0000000004650436000000000003004b000011550000613d000100000004001d000300000006001d000200000005001d000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f0000000100200190000011760000613d0000000306000029000000000006004b0000115b0000613d000000000201043b0000000001000019000000020500002900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000061004b0000114d0000413d0000115d0000013d0000058f012001970000000000140435000000000006004b000000200100003900000000010060390000115d0000013d000000000100001900000002050000290000003f011000390000058e021001970000000001520019000000000021004b000000000200003900000001020040390000053e0010009c000011700000213d0000000100200190000011700000c13d000000400010043f0000000001050019000000000001042d0000058301000041000000000010043f0000002201000039000000040010043f0000055a010000410000146c000104300000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c0001043000000000010000190000146c0001043000000000430104340000000001320436000000000003004b000011840000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000032004b0000117d0000413d000000000231001900000000000204350000001f023000390000058e022001970000000001210019000000000001042d0000000053010434000000a0040000390000000006420436000000a00820003900000000740304340000000000480435000000c003200039000000000004004b0000119b0000613d00000000080000190000000009380019000000000a870019000000000a0a04330000000000a904350000002008800039000000000048004b000011940000413d0000000007430019000000000007043500000000050504330000053d055001970000000000560435000000400510003900000000050504330000053d0550019700000040062000390000000000560435000000600510003900000000050504330000006006200039000000000056043500000080022000390000008001100039000000000101043300000000001204350000001f014000390000058e011001970000000001130019000000000001042d0000000043010434000000600500003900000000055204360000006006200039000000007303043400000000003604350000008006200039000000000003004b000011c20000613d00000000080000190000000009680019000000000a870019000000000a0a04330000000000a904350000002008800039000000000038004b000011bb0000413d000000000736001900000000000704350000001f073000390000058e07700197000000000776001900000000040404330000000006270049000000000065043500000000650404340000000004570436000000000005004b000011d60000613d000000000700001900000000084700190000000009760019000000000909043300000000009804350000002007700039000000000057004b000011cf0000413d000000000654001900000000000604350000001f055000390000058e0550019700000000055400190000004001100039000000000101043300000000042500490000004002200039000000000042043500000000420104340000000001250436000000000002004b000011ec0000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000025004b000011e50000413d000000000421001900000000000404350000001f022000390000058e022001970000000001210019000000000001042d000000400100043d000005920010009c000012010000813d000000a002100039000000400020043f000000600200003900000000022104360000008003100039000000000003043500000060031000390000000000030435000000400110003900000000000104350000000000020435000000000001042d0000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c0001043000040000000000020000000007010019000000400600043d000005920060009c000012620000813d000000a008600039000000400080043f000000000107041a000000010210019000000001041002700000007f0440618f0000001f0040008c00000000030000390000000103002039000000000032004b000012680000c13d0000000000480435000000000002004b000012390000613d000300000004001d000100000008001d000400000006001d000200000007001d000000000070043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000126e0000613d0000000309000029000000000009004b0000000406000029000012400000613d000000c002600039000000000301043b0000000001000019000000020700002900000001080000290000000004120019000000000503041a000000000054043500000001033000390000002001100039000000000091004b000012310000413d000012430000013d0000058f01100197000000c0026000390000000000120435000000000004004b00000020010000390000000001006039000012430000013d0000000001000019000000020700002900000001080000290000003f011000390000058e021001970000000001820019000000000021004b000000000200003900000001020040390000053e0010009c000012620000213d0000000100200190000012620000c13d000000400010043f00000000018604360000000102700039000000000202041a0000053d0220019700000000002104350000000201700039000000000101041a0000053d01100197000000400260003900000000001204350000000301700039000000000101041a000000600260003900000000001204350000000401700039000000000101041a000000800260003900000000001204350000000001060019000000000001042d0000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c000104300000058301000041000000000010043f0000002201000039000000040010043f0000055a010000410000146c0001043000000000010000190000146c00010430000200000000000200000000080100190000009701000039000000000201041a000000400b00043d0000002401b0003900000040030000390000000000310435000005930100004100000000001b04350000000401b000390000000009000411000000000091043500000000430804340000004401b0003900000000003104350000006401b000390000053d02200197000000000003004b0000128c0000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000035004b000012850000413d000000000431001900000000000404350000000004000414000000040020008c000012960000c13d0000000103000031000000200030008c00000020040000390000000004034019000012cd0000013d000100000008001d0000001f033000390000058e033001970000000003b3004900000000011300190000051c0010009c0000051c0100804100000060011002100000051c00b0009c0000051c0300004100000000030b40190000004003300210000000000131019f0000051c0040009c0000051c04008041000000c003400210000000000131019f00020000000b001d146a14650000040f000000020b000029000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b0019000012ba0000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000012b60000c13d000000000006004b000012c70000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f000300000001035500000001002001900000000009000411000013030000613d00000001080000290000001f01400039000000600110018f0000000004b10019000000000014004b000000000100003900000001010040390000053e0040009c000012e50000213d0000000100100190000012e50000c13d000000400040043f0000001f0030008c000012e30000a13d00000000010b0433000000000001004b0000000002000039000000010200c039000000000021004b000012e30000c13d000000000001004b000012eb0000613d000000000001042d00000000010000190000146c000104300000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c00010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000005940100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000200000004001d146a11780000040f000000020200002900000000012100490000051c0010009c0000051c010080410000051c0020009c0000051c0200804100000060011002100000004002200210000000000121019f0000146c000104300000001f0530018f0000054e06300198000000400200043d00000000046200190000130e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000130a0000c13d000000000005004b0000131b0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000051c0020009c0000051c020080410000004002200210000000000112019f0000146c000104300000006502000039000000000302041a0000054803300197000000000032041b0000053d061001970000003301000039000000000201041a0000054803200197000000000363019f000000000031041b00000000010004140000053d052001970000051c0010009c0000051c01008041000000c00110021000000546011001c70000800d0200003900000003030000390000056604000041146a14600000040f0000000100200190000013380000613d000000000001042d00000000010000190000146c000104300004000000000002000000400400043d000005950040009c000013fe0000813d0000053d051001970000004001400039000000400010043f0000002001400039000005960300004100000000003104350000002001000039000000000014043500000000230204340000000001000414000000040050008c000013750000c13d0000000101000032000013b10000613d0000053e0010009c000013fe0000213d0000001f031000390000058e033001970000003f033000390000058e03300197000000400a00043d00000000033a00190000000000a3004b000000000400003900000001040040390000053e0030009c000013fe0000213d0000000100400190000013fe0000c13d000000400030043f00000000051a04360000058e021001980000001f0310018f00000000012500190000000304000367000013670000613d000000000604034f000000006706043c0000000005750436000000000015004b000013630000c13d000000000003004b000013b20000613d000000000224034f0000000303300210000000000401043300000000043401cf000000000434022f000000000202043b0000010003300089000000000232022f00000000023201cf000000000242019f0000000000210435000013b20000013d000200000004001d0000051c0030009c0000051c0300804100000060033002100000051c0020009c0000051c020080410000004002200210000000000223019f0000051c0010009c0000051c01008041000000c001100210000000000112019f000100000005001d0000000002050019146a14600000040f0003000000010355000000000301001900000060033002700001051c0030019d0000051c04300198000013c90000613d0000001f0340003900000597033001970000003f033000390000059803300197000000400a00043d00000000033a00190000000000a3004b000000000500003900000001050040390000053e0030009c000013fe0000213d0000000100500190000013fe0000c13d000000400030043f0000001f0540018f00000000034a04360000054e064001980000000004630019000013a30000613d000000000701034f0000000008030019000000007907043c0000000008980436000000000048004b0000139f0000c13d000000000005004b000013cb0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f0000000000140435000013cb0000013d000000600a0000390000000002000415000000040220008a000000050220021000000000010a0433000000000001004b000013d30000c13d00020000000a001d000005570100004100000000001004430000000401000039000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000014300000613d0000000002000415000000040220008a000013e60000013d000000600a000039000000800300003900000000010a043300000001002001900000141a0000613d0000000002000415000000030220008a0000000502200210000000000001004b000013d60000613d000000050220027000000000020a001f000013f00000013d00020000000a001d000005570100004100000000001004430000000101000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000014300000613d0000000002000415000000030220008a0000000502200210000000000101043b000000000001004b000000020a000029000014310000613d00000000010a0433000000050220027000000000020a001f000000000001004b000013fd0000613d0000053f0010009c000014040000213d0000001f0010008c000014040000a13d0000002001a000390000000001010433000000000001004b0000000002000039000000010200c039000000000021004b000014040000c13d000000000001004b000014060000613d000000000001042d0000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c0001043000000000010000190000146c00010430000000400100043d00000064021000390000059903000041000000000032043500000044021000390000059a03000041000000000032043500000024021000390000002a0300003900000000003204350000051d0200004100000000002104350000000402100039000000200300003900000000003204350000051c0010009c0000051c01008041000000400110021000000551011001c70000146c00010430000000000001004b000014420000c13d000000400300043d000100000003001d0000051d01000041000000000013043500000004013000390000002002000039000000000021043500000024023000390000000201000029146a11780000040f000000010200002900000000012100490000051c0010009c0000051c010080410000051c0020009c0000051c0200804100000060011002100000004002200210000000000121019f0000146c00010430000000000001042f000000400100043d00000044021000390000059b03000041000000000032043500000024021000390000001d0300003900000000003204350000051d0200004100000000002104350000000402100039000000200300003900000000003204350000051c0010009c0000051c01008041000000400110021000000577011001c70000146c000104300000051c0030009c0000051c0300804100000040023002100000051c0010009c0000051c010080410000006001100210000000000121019f0000146c00010430000000000001042f0000051c0010009c0000051c0100804100000040011002100000051c0020009c0000051c020080410000006002200210000000000112019f00000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000546011001c70000801002000039146a14650000040f00000001002001900000145e0000613d000000000101043b000000000001042d00000000010000190000146c0001043000001463002104210000000102000039000000000001042d0000000002000019000000000001042d00001468002104230000000102000039000000000001042d0000000002000019000000000001042d0000146a000004320000146b0001042e0000146c0001043000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff08c379a000000000000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e697469616c697a696e6700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000080000000000000000002000000000000000000000000000000000000200000008000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498000000020000000000000000000000000000004000000100000000000000000000000000000000000000000000000000000000000000000000000000a3aefa2b00000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000f2fde38a00000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000f36dba3800000000000000000000000000000000000000000000000000000000ff94d95800000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000eed873c200000000000000000000000000000000000000000000000000000000c4d66de700000000000000000000000000000000000000000000000000000000c4d66de800000000000000000000000000000000000000000000000000000000d88ff1f400000000000000000000000000000000000000000000000000000000a3aefa2c00000000000000000000000000000000000000000000000000000000b4a0bdf3000000000000000000000000000000000000000000000000000000002ba215710000000000000000000000000000000000000000000000000000000079ba50960000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000007aee632d000000000000000000000000000000000000000000000000000000008da5cb5b000000000000000000000000000000000000000000000000000000002ba2157200000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000023dc8d630000000000000000000000000000000000000000000000000000000023dc8d6400000000000000000000000000000000000000000000000000000000266e0a7f000000000000000000000000000000000000000000000000000000000e32cb86000000000000000000000000000000000000000000000000000000001cb6bb7e000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff757064617465506f6f6c4d6574616461746128616464726573732c56656e7573506f6f6c4d6574614461746129000000000000000000000000000000000000000200000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff9f0200000000000000000000000000000000000020000000000000000000000000800000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000008f91f3b5d20b61744ed591c43346d4514ee5c2ffced5fc3795bb13c6f9518147ffffffffffffffffffffffff000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700616464506f6f6c28737472696e672c616464726573732c75696e743235362c75696e743235362c75696e743235362900000000000000000000000000000000007dc0d1d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffe07320696e20746865206469726563746f72792e00000000000000000000000000506f6f6c52656769737472793a20506f6f6c20616c72656164792065786973740000000000000000000000000000000000000084000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff5f42cbb15ccdc3cad6266b0e7a08c0454b23bf29dc2df74b6f3c209e9336465bd10200000200000000000000000000000000000004000000000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d9553913253ec2a1d9645c4631472dabcf6d255f5f2971baa64321235b1610d91c692928e1806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b83020000020000000000000000000000000000002400000000000000000000000012348e96000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000a843108100000000000000000000000000000000000000000000000000000000520b6c740000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000008579befe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000008000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0000000000000000000000000000000000000000000000000ffffffffffffff7f000000000000000000000000000000000000000000000000fffffffffffffedf647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f7420694f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e657200000000000000000000000000000000000000000000006164644d61726b6574284164644d61726b6574496e70757429000000000000005fe3b567000000000000000000000000000000000000000000000000000000006f307dc30000000000000000000000000000000000000000000000000000000074696f6e00000000000000000000000000000000000000000000000000000000656420666f7220617373657420636f6d7074726f6c6c657220636f6d62696e61506f6f6c52656769737472793a204d61726b657420616c72656164792061646400000000000000000000000000000000000000a4000000000000000000000000cab4f84c000000000000000000000000000000000000000000000000000000005cc4fdeb000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffbfd136af4400000000000000000000000000000000000000000000000000000000186db48f0000000000000000000000000000000000000000000000000000000070a082310000000000000000000000000000000000000000000000000000000023b872dd00000000000000000000000000000000000000000000000000000000095ea7b300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000003ffffffffffffffe023323e030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000440000000000000000000000007772c85e68debdf74fad87834e2cc05fa763e74faf14de7096da3052906511424e487b71000000000000000000000000000000000000000000000000000000006400000000000000000000000000000000000000000000000000000000000000506f6f6c52656769737472793a20506f6f6c206e6f742072656769737465726565726f0000000000000000000000000000000000000000000000000000000000506f6f6c52656769737472793a20696e697469616c537570706c79206973207a736574506f6f6c4e616d6528616464726573732c737472696e67290000000000a01f2b0df2b143bfb23d4b696c103547a6bec8ca1f56e8e8a483611cb4e23a7e506f6f6c2773206e616d6520697320746f6f206c6172676500000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffa0000000000000000000000000000000000000000000000000ffffffffffffff6018c5e8ab000000000000000000000000000000000000000000000000000000004a3fa29300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffc05361666545524332303a206c6f772d6c6576656c2063616c6c206661696c656400000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000003ffffffe06f742073756363656564000000000000000000000000000000000000000000005361666545524332303a204552433230206f7065726174696f6e20646964206e416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000019cf784aab6249035aeaaa6d7726a7e1483462158fdb4b41112d3c3e13a6e951",
810
+ "deployedBytecode": "0x00040000000000020012000000000002000000000301001900000060043002700000051c03400197000300000031035500020000000103550000051c0040019d0000008004000039000000400040043f0000000100200190000000210000c13d000000040030008c0000082a0000413d000000000201043b000000e002200270000005240020009c0000003e0000213d000005310020009c000000b00000a13d000005320020009c000001300000a13d000005330020009c000002be0000613d000005340020009c0000024a0000613d000005350020009c0000082a0000c13d0000000001000416000000000001004b0000082a0000c13d0000003301000039000003270000013d0000000001000416000000000001004b0000082a0000c13d000000000100041a0000ff0000100190000000a40000c13d000000ff0210018f000000ff0020008c000000390000613d000000ff011001bf000000000010041b000000ff01000039000000800010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000521011001c70000800d0200003900000001030000390000052204000041146a14600000040f00000001002001900000082a0000613d00000020010000390000010000100443000001200000044300000523010000410000146b0001042e000005250020009c000000ee0000a13d000005260020009c000001500000a13d000005270020009c000002ca0000613d000005280020009c0000026c0000613d000005290020009c0000082a0000c13d000000440030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000402100370000000000202043b000c00000002001d0000053d0020009c0000082a0000213d0000002401100370000000000101043b000b00000001001d0000053e0010009c0000082a0000213d0000000b0130006a0000053f0010009c0000082a0000213d000000640010008c0000082a0000413d000000e001000039000000400010043f0000002d01000039000000800010043f0000054001000041000000a00010043f0000054101000041000000c00010043f0000008001000039146a12700000040f0000000c01000029000000000010043f000000c901000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000501043b000000400400043d000005430040009c0000012a0000213d0000006006400039000000400060043f000000000105041a000000010210019000000001071002700000007f0770618f0000001f0070008c00000000030000390000000103002039000000000331013f0000000100300190000006e40000c13d000800000004001d000a00000006001d000700000007001d0000000000760435000000000002004b000900000005001d000006130000613d000000000050043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000707000029000000000007004b000000000200001900000008060000290000061a0000613d0000008003600039000000000101043b00000000020000190000000004230019000000000501041a000000000054043500000001011000390000002002200039000000000072004b0000009c0000413d0000061a0000013d0000051d01000041000000800010043f0000002001000039000000840010043f0000002701000039000000a40010043f0000051e01000041000000c40010043f0000051f01000041000000e40010043f00000520010000410000146c00010430000005380020009c000000f90000213d0000053b0020009c000001880000613d0000053c0020009c0000082a0000c13d000000440030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000402100370000000000202043b000c00000002001d0000053d0020009c0000082a0000213d0000002402100370000000000202043b0000053e0020009c0000082a0000213d0000002304200039000000000034004b0000082a0000813d0000000404200039000000000141034f000000000101043b000b00000001001d0000053e0010009c0000082a0000213d0000002402200039000a00000002001d0000000b01200029000000000031004b0000082a0000213d000000c001000039000000400010043f0000001b01000039000000800010043f0000058801000041000000a00010043f0000008001000039146a12700000040f0000000b01000029000000650010008c000004a80000413d000000400100043d00000044021000390000058a0300004100000000003204350000002402100039000000180300003900000000003204350000051d0200004100000000002104350000000402100039000000200300003900000000003204350000051c0010009c0000051c01008041000000400110021000000577011001c70000146c000104300000052c0020009c000001180000213d0000052f0020009c000001a50000613d000005300020009c0000082a0000c13d0000000001000416000000000001004b0000082a0000c13d0000009701000039000003270000013d000005390020009c000001cf0000613d0000053a0020009c0000082a0000c13d000000440030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000402100370000000000202043b0000053d0020009c0000082a0000213d0000002401100370000000000101043b000c00000001001d0000053d0010009c0000082a0000213d000000000020043f000000cd01000039000000200010043f00000040020000390000000001000019146a144b0000040f0000000c02000029000000000020043f000000200010043f00000000010000190000004002000039146a144b0000040f000003270000013d0000052d0020009c000002060000613d0000052e0020009c0000082a0000c13d0000000001000416000000000001004b0000082a0000c13d000000cb01000039000000000101041a000a00000001001d0000053e0010009c0000012a0000213d0000000a0100002900000005021002100000003f012000390000056003100197000005610030009c0000036e0000a13d0000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c00010430000005360020009c000002ea0000613d000005370020009c0000082a0000c13d0000000001000416000000000001004b0000082a0000c13d0000003301000039000000000201041a0000053d052001970000000003000411000000000035004b0000032c0000c13d0000006503000039000000000403041a0000054804400197000000000043041b0000054802200197000000000021041b00000000010004140000051c0010009c0000051c01008041000000c00110021000000546011001c70000800d02000039000000030300003900000566040000410000000006000019146a14600000040f0000000100200190000003b00000c13d0000082a0000013d0000052a0020009c000003230000613d0000052b0020009c0000082a0000c13d000000a40030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000402100370000000000202043b0000053e0020009c0000082a0000213d0000002304200039000000000034004b0000082a0000813d000b00040020003d0000000b04100360000000000404043b000c00000004001d0000053e0040009c0000082a0000213d0000000c02200029000a00240020003d0000000a0030006b0000082a0000213d0000002401100370000000000101043b000900000001001d0000053d0010009c0000082a0000213d000000e001000039000000400010043f0000002f01000039000000800010043f0000054a01000041000000a00010043f0000054b01000041000000c00010043f0000008001000039146a12700000040f0000000902000029000000000002004b000001fe0000613d000000400300043d0000054c01000041000800000003001d00000000001304350000000001000414000000040020008c0000057e0000c13d0000000103000031000000200030008c00000020040000390000000004034019000005a90000013d000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b0000053d0010009c0000082a0000213d0000003302000039000000000202041a0000053d022001970000000003000411000000000032004b0000032c0000c13d000000000001004b0000039d0000c13d0000051d01000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000056901000041000000c40010043f0000056801000041000000e40010043f00000520010000410000146c00010430000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b0000053d0010009c0000082a0000213d000000e002000039000000400020043f0000006002000039000000800020043f000000a00020043f000000c00020043f000000000010043f000000c901000039000000200010043f00000040020000390000000001000019146a144b0000040f000c00000001001d000000e001000039146a11200000040f0000000c01000029146a112b0000040f000000e00010043f0000000c010000290000000101100039146a112b0000040f000001000010043f0000000c010000290000000201100039146a112b0000040f000001200010043f0000002001000039000000400200043d000c00000002001d0000000002120436000000e001000039146a11b10000040f000002620000013d000000e40030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000016002000039000000400020043f0000000402100370000000000202043b0000053d0020009c0000082a0000213d000000800020043f0000002402100370000000000202043b000000a00020043f0000004402100370000000000202043b000000c00020043f0000006402100370000000000202043b000000e00020043f0000008402100370000000000202043b0000053d0020009c0000082a0000213d000c00000004001d000001000020043f000000a402100370000000000202043b000001200020043f000000c401100370000000000101043b000001400010043f000001a001000039000000400010043f0000001901000039000001600010043f0000056e01000041000001800010043f0000016001000039146a12700000040f000000800100043d0000053d02100198000001fe0000613d000001000100043d0000053d00100198000003fa0000c13d000000400100043d0000055e0200004100000000002104350000051c0010009c0000051c0100804100000040011002100000054d011001c70000146c00010430000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b000c00000001001d0000053d0010009c0000082a0000213d00000000030004150000000e0330008a0000000503300210000000000200041a0000ff0001200190000003410000c13d00000000030004150000000d0330008a0000000503300210000000ff00200190000003410000c13d000005650120019700000101011001bf0000000002000019000000000010041b0000ff0000100190000003640000613d000b00000002001d0000006501000039000000000201041a0000054802200197000000000021041b00000000010004110000053d061001970000003301000039000000000201041a0000054803200197000000000363019f000000000031041b00000000010004140000053d052001970000051c0010009c0000051c01008041000000c00110021000000546011001c70000800d0200003900000003030000390000056604000041146a14600000040f00000001002001900000082a0000613d000000000100041a0000ff0000100190000003640000613d000a00000001001d000000400100043d0000000c05000029000000000005004b000005db0000c13d00000064021000390000056803000041000000000032043500000044021000390000056903000041000000000032043500000024021000390000002503000039000003be0000013d000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b000c00000001001d0000053d0010009c0000082a0000213d146a11f20000040f0000000c01000029000000000010043f000000cc01000039000000200010043f00000040020000390000000001000019146a144b0000040f146a12070000040f0000002002000039000000400300043d000c00000003001d0000000002230436146a118a0000040f0000000c0200002900000000012100490000051c0010009c0000051c0100804100000060011002100000051c0020009c0000051c020080410000004002200210000000000121019f0000146b0001042e000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b0000053d0010009c0000082a0000213d000000000010043f000000ce01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000000000301041a000000400200043d000b00000002001d000a00000003001d0000000002320436000c00000002001d000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000a05000029000000000005004b0000000c060000290000000002060019000002a10000613d000000000101043b00000000030000190000000002060019000000000401041a0000053d04400197000000000242043600000001011000390000000103300039000000000053004b0000029a0000413d0000000b0300002900000000013200490000001f011000390000058e021001970000000001320019000000000021004b000000000200003900000001020040390000053e0010009c0000012a0000213d00000001002001900000012a0000c13d000000400010043f00000020020000390000000002210436000000000303043300000000003204350000004002100039000000000003004b000002bc0000613d000000000400001900000000650604340000053d0550019700000000025204360000000104400039000000000034004b000002b60000413d00000000021200490000037e0000013d0000000001000416000000000001004b0000082a0000c13d0000006501000039000000000101041a0000053d021001970000000001000411000000000012004b000003350000c13d146a13210000040f00000000010000190000146b0001042e000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000601043b0000053d0060009c0000082a0000213d0000003301000039000000000101041a0000053d051001970000000001000411000000000015004b0000032c0000c13d0000006501000039000000000201041a0000054802200197000000000262019f000000000021041b00000000010004140000051c0010009c0000051c01008041000000c00110021000000546011001c70000800d0200003900000003030000390000054904000041146a14600000040f0000000100200190000003b00000c13d0000082a0000013d000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b0000053d0010009c0000082a0000213d000000000010043f000000c901000039000000200010043f00000040020000390000000001000019146a144b0000040f000c00000001001d146a112b0000040f000900000001001d0000000c010000290000000101100039146a112b0000040f000b00000001001d0000000c010000290000000201100039146a112b0000040f0000006002000039000000400300043d000c00000003001d0000000002230436000800000002001d000a00000001001d00000060023000390000000901000029146a11780000040f00000000020100190000000c0120006a000000080300002900000000001304350000000b01000029146a11780000040f00000000020100190000000c030000290000004001300039000000000332004900000000003104350000000a01000029146a11780000040f0000000c0200002900000000012100490000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c010080410000006001100210000000000121019f0000146b0001042e0000000001000416000000000001004b0000082a0000c13d0000006501000039000000000101041a0000053d01100197000000800010043f0000055f010000410000146b0001042e0000051d01000041000000800010043f0000002001000039000000840010043f000000a40010043f0000058b01000041000000c40010043f0000058c010000410000146c000104300000051d01000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f0000056c01000041000000c40010043f0000056d01000041000000e40010043f00000520010000410000146c00010430000b00000003001d000900000001001d000a00000002001d000005570100004100000000001004430000000001000410000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b000003b20000c13d0000000a02000029000000ff0120018f000000010010008c0000000b010000290000000501100270000000000100003f000000010100603f000003b50000c13d000000090000006b0000021b0000613d0000058f01200197000000010200003900000001011001bf000000000010041b0000ff0000100190000002210000c13d000000400100043d00000064021000390000056a03000041000000000032043500000044021000390000056b03000041000000000032043500000024021000390000002b03000039000003be0000013d0000008001300039000000400010043f0000000a04000029000000800040043f000000000004004b000003860000c13d00000020020000390000000003210436000000800200043d0000000000230435000000400310003900000005042002100000000004340019000000000002004b000003c90000c13d00000000021400490000051c0020009c0000051c0200804100000060022002100000051c0010009c0000051c010080410000004001100210000000000112019f0000146b0001042e000005620030009c0000012a0000213d00000060030000390000000004000019000000a005100039000000400050043f00000000053104360000008006100039000000000006043500000060061000390000000000060435000000400610003900000000000604350000000000050435000000a00540003900000000001504350000002004400039000000000024004b000004110000813d000000400100043d000005520010009c0000038a0000a13d0000012a0000013d0000009702000039000000000302041a0000054804300197000000000414019f000000000042041b0000053d02300197000000800020043f000000a00010043f00000000010004140000051c0010009c0000051c01008041000000c0011002100000058d011001c70000800d0200003900000001030000390000056704000041146a14600000040f00000001002001900000082a0000613d00000000010000190000146b0001042e0000000b010000290000000501100270000000000100003f000000400100043d00000064021000390000056303000041000000000032043500000044021000390000056403000041000000000032043500000024021000390000002e0300003900000000003204350000051d0200004100000000002104350000000402100039000000200300003900000000003204350000051c0010009c0000051c01008041000000400110021000000551011001c70000146c00010430000000a0080000390000000007000019000003e40000013d0000000005ab0019000000000005043500000000050d04330000053d0550019700000000005c0435000000400590003900000000050504330000053d0550019700000040064000390000000000560435000000600590003900000000050504330000006006400039000000000056043500000080044000390000008005900039000000000505043300000000005404350000001f04a000390000058e0440019700000000044b00190000000107700039000000000027004b0000037d0000813d0000000009140049000000400990008a0000000003930436000000008908043400000000da090434000000a005000039000000000c540436000000a00b40003900000000ea0a04340000000000ab0435000000c00b40003900000000000a004b000003cc0000613d000000000f0000190000000005bf00190000000006fe001900000000060604330000000000650435000000200ff000390000000000af004b000003f20000413d000003cc0000013d000000400500043d000000e00100043d000000000001004b0000049d0000c13d0000006401500039000005860200004100000000002104350000004401500039000005870200004100000000002104350000002401500039000000230200003900000000002104350000051d0100004100000000001504350000000401500039000000200200003900000000002104350000051c0050009c0000051c05008041000000400150021000000551011001c70000146c0001043000000001010000390000801002000039000c00000000001d000b00000001001d000000000010043f000000ca01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c7146a14650000040f00000001002001900000082a0000613d000000000101043b000000000101041a0000053d01100197000000000010043f000000cc01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000701043b000000400600043d000005520060009c0000012a0000213d000000a008600039000000400080043f000000000107041a000000010210019000000001041002700000007f0440618f0000001f0040008c00000000030000390000000103002039000000000331013f0000000100300190000006e40000c13d0000000000480435000000000002004b000004610000613d000600000004001d000700000008001d000900000006001d000800000007001d000000000070043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000609000029000000000009004b000004680000613d0000000906000029000000c002600039000000000301043b0000000001000019000000080700002900000007080000290000000004120019000000000503041a000000000054043500000001033000390000002001100039000000000091004b000004590000413d0000046c0000013d0000058f01100197000000c0026000390000000000120435000000000004004b000000200100003900000000010060390000046c0000013d00000000010000190000000906000029000000080700002900000007080000290000003f011000390000058e021001970000000001820019000000000021004b000000000200003900000001020040390000053e0010009c0000012a0000213d00000001002001900000012a0000c13d000000400010043f00000000018604360000000102700039000000000202041a0000053d0220019700000000002104350000000201700039000000000101041a0000053d01100197000000400260003900000000001204350000000301700039000000000101041a0000006002600039000000000012043500000080016000390000000402700039000000000202041a0000000000210435000000800100043d0000000c02000029000000000021004b000009b00000a13d0000000501200210000000a0011000390000000000610435000000800100043d000000000021004b000009b00000a13d0000000b02000029000000010020003a000005d50000413d0000000a0020006c0000000101200039000c00000002001d0000801002000039000004140000413d000000400100043d000003740000013d0000056f0100004100000000001504350000000001000414000000040020008c000b00000002001d000004e10000c13d0000000103000031000000200030008c000000200400003900000000040340190000050f0000013d0000000c01000029000000000010043f000000cc01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000401043b000000000104041a000000010210019000000001051002700000007f0550618f0000001f0050008c00000000030000390000000103002039000000000032004b000006e40000c13d000900000004001d000000400300043d000700000003001d000600000005001d0000000003530436000800000003001d000000000002004b000006730000613d0000000901000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000606000029000000000006004b00000000020000190000000805000029000006790000613d000000000101043b00000000020000190000000003250019000000000401041a000000000043043500000001011000390000002002200039000000000062004b000004d90000413d000006790000013d0000051c0050009c0000051c03000041000000000305401900000040033002100000051c0010009c0000051c01008041000000c001100210000000000131019f0000054d011001c7000a00000005001d146a14650000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000a0b0000290000000a05700029000004fd0000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000004f90000c13d000000000006004b0000050a0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00030000000103550000000100200190000006070000613d00000000050b00190000001f01400039000000600110018f00000000040500190000000005510019000000000015004b000000000200003900000001020040390000053e0050009c0000012a0000213d00000001002001900000012a0000c13d000a00000005001d000000400050043f000000200030008c0000082a0000413d0000000002040433000900000002001d0000053d0020009c0000082a0000213d00000570020000410000000a04000029000000000024043500000000020004140000000b04000029000000040040008c000005570000613d0000000a010000290000051c0010009c0000051c0100804100000040011002100000051c0020009c0000051c02008041000000c002200210000000000112019f0000054d011001c70000000b02000029146a14650000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000a05700029000005440000613d000000000801034f0000000a09000029000000008a08043c0000000009a90436000000000059004b000005400000c13d000000000006004b000005510000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00030000000103550000000100200190000006ea0000613d0000001f01400039000000600110018f0000000a011000290000053e0010009c0000012a0000213d000000400010043f000000200030008c0000082a0000413d0000000a010000290000000001010433000a00000001001d0000053d0010009c0000082a0000213d0000000901000029000000000010043f000000cc01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b0000000101100039000000000101041a0000053d00100198000008f30000c13d000000400100043d00000064021000390000058403000041000000000032043500000044021000390000058503000041000000000032043500000024021000390000002103000039000003be0000013d00000008030000290000051c0030009c0000051c0300804100000040033002100000051c0010009c0000051c01008041000000c001100210000000000131019f0000054d011001c7146a14650000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000805700029000005980000613d000000000801034f0000000809000029000000008a08043c0000000009a90436000000000059004b000005940000c13d000000000006004b000005a50000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00030000000103550000000100200190000006550000613d0000001f01400039000000600210018f0000000801200029000000000021004b000000000200003900000001020040390000053e0010009c0000012a0000213d00000001002001900000012a0000c13d000000400010043f000000200030008c0000082a0000413d000000080200002900000000020204330000053d0020009c0000082a0000213d000000000002004b000001ff0000613d0000000901000029000000000010043f000000cc01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b0000000101100039000000000101041a0000053d00100198000007240000c13d0000000c01000029000000640010008c000000dd0000213d000000cb01000039000000000201041a000800010020003e0000082c0000c13d0000058301000041000000000010043f0000001101000039000000040010043f0000055a010000410000146c000104300000009702000039000000000302041a0000054804300197000000000454019f000000000042041b000000200210003900000000005204350000053d0230019700000000002104350000051c0010009c0000051c01008041000000400110021000000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000542011001c70000800d0200003900000001030000390000056704000041146a14600000040f00000001002001900000082a0000613d0000000b0000006b000003b00000c13d0000ff010100008a0000000a0110017f000000000010041b000000400100043d000000010300003900000000003104350000051c0010009c0000051c01008041000000400110021000000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000544011001c70000800d020000390000052204000041000003ad0000013d0000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000060e0000c13d000006600000013d0000058f01100197000000080600002900000080026000390000000000120435000000070000006b000000200200003900000000020060390000003f012000390000058e021001970000000a01200029000000000021004b000000000200003900000001020040390000053e0010009c00000009050000290000012a0000213d00000001002001900000012a0000c13d000000400010043f0000000a010000290000000001160436000700000001001d0000000101500039000000000201041a000000010320019000000001042002700000007f0440618f000a00000004001d0000001f0040008c00000000040000390000000104002039000000000442013f0000000100400190000006e40000c13d000000400400043d000600000004001d0000000a050000290000000004540436000500000004001d000000000003004b000006c30000613d000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000a05000029000000000005004b00000000020000190000000506000029000006c90000613d000000000101043b00000000020000190000000003260019000000000401041a000000000043043500000001011000390000002002200039000000000052004b0000064d0000413d000006c90000013d0000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000065c0000c13d000000000005004b0000066d0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000051c0020009c0000051c020080410000004002200210000000000112019f0000146c000104300000058f0110019700000008020000290000000000120435000000060000006b000000200200003900000000020060390000003f012000390000058e021001970000000701200029000000000021004b000000000200003900000001020040390000053e0010009c0000012a0000213d00000001002001900000012a0000c13d000000400010043f0000000901000029000000000101041a000000010010019000000001021002700000007f0220618f000600000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006e40000c13d0000000601000029000000200010008c000006af0000413d0000000901000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000b030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000006010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000006af0000813d000000000002041b0000000102200039000000000012004b000006ab0000413d0000000b010000290000001f0010008c000006f60000a13d0000000901000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000200300008a0000000b02300180000000000101043b000007bd0000c13d0000000003000019000007c80000013d0000058f01200197000000050200002900000000001204350000000a0000006b000000200200003900000000020060390000003f012000390000058e021001970000000601200029000000000021004b000000000200003900000001020040390000053e0010009c00000009030000290000012a0000213d00000001002001900000012a0000c13d000000400010043f0000000701000029000000060200002900000000002104350000000201300039000000000201041a000000010320019000000001042002700000007f0440618f000a00000004001d0000001f0040008c00000000040000390000000104002039000000000442013f0000000100400190000007040000613d0000058301000041000000000010043f0000002201000039000000040010043f0000055a010000410000146c000104300000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000006f10000c13d000006600000013d0000000b0000006b0000000001000019000006fc0000613d0000000a010000290000000201100367000000000101043b0000000b040000290000000302400210000005900220027f0000059002200167000000000121016f0000000102400210000000000121019f000007d70000013d000000400400043d000900000004001d0000000a050000290000000004540436000600000004001d000000000003004b0000072e0000613d000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000a05000029000000000005004b00000000020000190000000606000029000007340000613d000000000101043b00000000020000190000000003260019000000000401041a000000000043043500000001011000390000002002200039000000000052004b0000071c0000413d000007340000013d000000400100043d00000064021000390000054f03000041000000000032043500000044021000390000055003000041000000000032043500000024021000390000003303000039000003be0000013d0000058f01200197000000060200002900000000001204350000000a0000006b000000200200003900000000020060390000003f012000390000058e021001970000000901200029000000000021004b000000000200003900000001020040390000053e0010009c00000008030000290000012a0000213d00000001002001900000012a0000c13d000000400010043f0000004001300039000a00000001001d000000090200002900000000002104350000000c01000029000000000010043f000000c901000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000b05000029000900040050003d00000002030003670000000902300360000000000402043b00000000020000310000000005520049000000230550008a00000545065001970000054507400197000000000867013f000000000067004b00000000060000190000054506004041000000000054004b00000000050000190000054505008041000005450080009c000000000605c019000000000101043b000600000001001d000000000006004b0000082a0000c13d0000000901400029000000000313034f000000000303043b000500000003001d0000053e0030009c0000082a0000213d000000050220006a000000200510003900000545012001970000054503500197000000000413013f000000000013004b00000000010000190000054501004041000400000005001d000000000025004b00000000020000190000054502002041000005450040009c000000000102c019000000000001004b0000082a0000c13d0000000601000029000000000101041a000000010010019000000001021002700000007f0220618f000300000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006e40000c13d0000000301000029000000200010008c000007a90000413d0000000601000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d00000005030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000003010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000007a90000813d000000000002041b0000000102200039000000000012004b000007a50000413d00000005010000290000001f0010008c000009cd0000a13d0000000601000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000200200008a0000000502200180000000000101043b000009db0000c13d0000000003000019000009e60000013d000000020400036700000000030000190000000a060000290000000005630019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b000007c00000413d0000000b0020006c000007d40000813d0000000b020000290000000302200210000000f80220018f000005900220027f00000590022001670000000a033000290000000203300367000000000303043b000000000223016f000000000021041b0000000b01000029000000010110021000000001011001bf0000000902000029000000000012041b0000004002000039000000400100043d000000000221043600000007030000290000000003030433000000400410003900000000003404350000006004100039000000000003004b0000000808000029000007ec0000613d000000000500001900000000064500190000000007580019000000000707043300000000007604350000002005500039000000000035004b000007e50000413d000000000534001900000000000504350000001f033000390000058e06000041000000000363016f0000000003340019000000000413004900000000004204350000000b05000029000000000253043600000000046501700000001f0550018f00000000034200190000000a060000290000000206600367000008020000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b000007fe0000c13d000000000005004b0000080f0000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000b040000290000001f034000390000058e0330019700000000044200190000000000040435000000000313004900000000022300190000051c0020009c0000051c0200804100000060022002100000051c0010009c0000051c010080410000004001100210000000000112019f00000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000546011001c70000800d02000039000000020300003900000589040000410000000c05000029146a14600000040f0000000100200190000003b00000c13d00000000010000190000146c000104300000000802000029000000000021041b000000400100043d000700000001001d000005520010009c0000012a0000213d0000000c010000290000001f011000390000058e011001970000003f011000390000058e021001970000000701000029000000a001100039000000400010043f00000000022100190000053e0020009c0000012a0000213d000000400020043f0000000c0200002900000000002104350000000a03000029000000000030007c0000082a0000213d0000000c030000290000058e043001980000001f0530018f0000000702000029000000c00220003900000000034200190000000b0600002900000020066000390000000206600367000008530000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b0000084f0000c13d000000000005004b000008600000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000c022000290000000000020435000000070300002900000040043000390000000902000029000c00000004001d000000000024043500000000021304360000000001000411000b00000002001d00000000001204350000055301000041000000000010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000554011001c70000800b02000039146a14650000040f0000000100200190000010cc0000613d000000000101043b00000007020000290000006002200039000a00000002001d00000000001204350000055501000041000000000010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000554011001c70000800b02000039146a14650000040f0000000100200190000010cc0000613d000000000101043b00000007020000290000008002200039000600000002001d00000000001204350000000801000029000000000010043f000000ca01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000000000201041a00000548022001970000000903000029000000000232019f000000000021041b000000000030043f000000cc01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000500000001001d00000007010000290000000001010433000300000001001d0000000021010434000200000002001d000400000001001d0000053e0010009c0000012a0000213d0000000501000029000000000101041a000000010010019000000001021002700000007f0220618f000100000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006e40000c13d0000000101000029000000200010008c000008df0000413d0000000501000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d00000004030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000001010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000008df0000813d000000000002041b0000000102200039000000000012004b000008db0000413d00000004010000290000001f0010008c00000a7e0000a13d0000000501000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000200200008a0000000403200180000000000101043b00000b200000c13d000000200200003900000b2d0000013d0000000901000029000000000010043f000000cd01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b0000000a02000029000000000020043f000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000000000101041a0000053d00100198000009b60000c13d000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400200043d00000575010000410000000000120435000800000002001d00000004012000390000000b02000029000000000021043500000000010004140000000902000029000000040020008c0000093d0000613d00000008020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000a630000613d00000008010000290000053e0010009c0000012a0000213d0000000801000029000000400010043f000000c00100043d000700000001001d000000a00100043d000800000001001d000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400200043d00000044012000390000000703000029000000000031043500000024012000390000000803000029000000000031043500000576010000410000000001120436000500000001001d000800000002001d00000004012000390000000b02000029000000000021043500000000010004140000000902000029000000040020008c000009790000613d00000008020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f00000577011001c70000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000a8b0000613d00000008010000290000053e0010009c0000012a0000213d0000000801000029000000400010043f000005780010009c0000012a0000213d00000008020000290000004001200039000000400010043f0000000101000039000400000001001d000000000012043500000000010000310000000201100367000000000301043b00000005010000290000000000310435000000400100043d000700000001001d000005780010009c0000012a0000213d00000007020000290000004001200039000000400010043f000000010100003900000000011204360000000000310435000000400200043d000600000002001d000005780020009c0000012a0000213d00000006040000290000004002400039000000400020043f00000001020000390000000002240436000000000032043500000008030000290000000003030433000000000003004b000009b00000613d000001200300043d0000000504000029000000000034043500000007030000290000000003030433000000000003004b000009b00000613d000001400300043d000000000031043500000006010000290000000001010433000000000001004b00000c510000c13d0000058301000041000000000010043f0000003201000039000000040010043f0000055a010000410000146c00010430000000400100043d0000008402100039000005710300004100000000003204350000006402100039000005720300004100000000003204350000004402100039000005730300004100000000003204350000002402100039000000440300003900000000003204350000051d0200004100000000002104350000000402100039000000200300003900000000003204350000051c0010009c0000051c01008041000000400110021000000574011001c70000146c00010430000000050000006b0000000001000019000009d30000613d00000004010000290000000201100367000000000101043b00000005040000290000000302400210000005900220027f0000059002200167000000000121016f0000000102400210000000000121019f000009f50000013d0000000204000367000000000300001900000004060000290000000005630019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b000009de0000413d000000050020006c000009f20000813d00000005020000290000000302200210000000f80220018f000005900220027f000005900220016700000004033000290000000203300367000000000303043b000000000223016f000000000021041b0000000501000029000000010110021000000001011001bf0000000602000029000000000012041b0000000901000029000500200010003d00000002020003670000000501200360000000000301043b00000000010000310000000b0410006a000000230440008a00000545054001970000054506300197000000000756013f000000000056004b00000000050000190000054505004041000000000043004b00000000040000190000054504008041000005450070009c000000000504c019000000000005004b0000082a0000c13d0000000903300029000000000232034f000000000202043b000400000002001d0000053e0020009c0000082a0000213d000000040110006a000000200530003900000545021001970000054503500197000000000423013f000000000023004b00000000020000190000054502004041000300000005001d000000000015004b00000000010000190000054501002041000005450040009c000000000201c019000000000002004b0000082a0000c13d00000006010000290000000101100039000200000001001d000000000101041a000000010010019000000001021002700000007f0220618f000100000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006e40000c13d0000000101000029000000200010008c00000a4f0000413d0000000201000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d00000004030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000001010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000a4f0000813d000000000002041b0000000102200039000000000012004b00000a4b0000413d00000004010000290000001f0010008c00000a700000a13d0000000201000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000200200008a0000000402200180000000000101043b00000a980000c13d000000000300001900000aa30000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000a6b0000c13d000006600000013d000000040000006b000000000100001900000a760000613d00000003010000290000000201100367000000000101043b00000004040000290000000302400210000005900220027f0000059002200167000000000121016f0000000102400210000000000121019f00000ab20000013d000000040000006b000000000100001900000a830000613d0000000201000029000000000101043300000004040000290000000302400210000005900220027f0000059002200167000000000121016f0000000102400210000000000121019f00000b3b0000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000a930000c13d000006600000013d0000000204000367000000000300001900000003060000290000000005630019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b00000a9b0000413d000000040020006c00000aaf0000813d00000004020000290000000302200210000000f80220018f000005900220027f000005900220016700000003033000290000000203300367000000000303043b000000000223016f000000000021041b0000000401000029000000010110021000000001011001bf0000000202000029000000000012041b0000000501000029000400200010003d00000002020003670000000401200360000000000301043b00000000010000310000000b0410006a000000230440008a00000545054001970000054506300197000000000756013f000000000056004b00000000050000190000054505004041000000000043004b00000000040000190000054504008041000005450070009c000000000504c019000000000005004b0000082a0000c13d0000000903300029000000000232034f000000000202043b000300000002001d0000053e0020009c0000082a0000213d000000030110006a000000200530003900000545021001970000054503500197000000000423013f000000000023004b00000000020000190000054502004041000b00000005001d000000000015004b00000000010000190000054501002041000005450040009c000000000201c019000000000002004b0000082a0000c13d00000006010000290000000201100039000600000001001d000000000101041a000000010010019000000001021002700000007f0220618f000200000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006e40000c13d0000000201000029000000200010008c00000b0c0000413d0000000601000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d00000003030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000002010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000b0c0000813d000000000002041b0000000102200039000000000012004b00000b080000413d00000003010000290000001f0010008c00000c430000a13d0000000601000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000200200008a0000000302200180000000000101043b00000d580000c13d000000000300001900000d620000013d000000010230008a0000000502200270000000000421001900000020020000390000000104400039000000030600002900000000056200190000000005050433000000000051041b00000020022000390000000101100039000000000041004b00000b260000c13d000000040030006c00000b380000813d00000004030000290000000303300210000000f80330018f000005900330027f000005900330016700000003022000290000000002020433000000000232016f000000000021041b0000000401000029000000010110021000000001011001bf0000000504000029000000000014041b0000000b0100002900000000010104330000053d011001970000000102400039000000000302041a0000054803300197000000000113019f000000000012041b0000000c0100002900000000010104330000053d011001970000000202400039000000000302041a0000054803300197000000000113019f000000000012041b0000000a0100002900000000010104330000000302400039000000000012041b000000040140003900000006020000290000000002020433000000000021041b0000002002000039000000400100043d000000000221043600000007030000290000000003030433000000a0040000390000000000420435000000c00210003900000000430304340000000000320435000000e002100039000000000003004b00000b6a0000613d000000000500001900000000062500190000000007540019000000000707043300000000007604350000002005500039000000000035004b00000b630000413d000000000432001900000000000404350000000b0400002900000000040404330000053d04400197000000400510003900000000004504350000000c0400002900000000040404330000053d04400197000000600510003900000000004504350000000a0400002900000000040404330000008005100039000000000045043500000006040000290000000004040433000000a00510003900000000004504350000001f033000390000058e03300197000000000313004900000000022300190000051c0020009c0000051c0200804100000060022002100000051c0010009c0000051c010080410000004001100210000000000112019f00000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000546011001c70000800d02000039000000020300003900000556040000410000000905000029146a14600000040f00000001002001900000082a0000613d000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400200043d0000055901000041000000000012043500000044010000390000000201100367000000000101043b000c00000002001d0000000402200039000000000012043500000000010004140000000902000029000000040020008c00000bc40000613d0000000c020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000c360000613d0000000c010000290000053e0010009c0000012a0000213d0000000c01000029000000400010043f000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400200043d0000055b01000041000000000012043500000064010000390000000201100367000000000101043b000c00000002001d0000000402200039000000000012043500000000010004140000000902000029000000040020008c00000bf70000613d0000000c020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000e9f0000613d0000000c010000290000053e0010009c0000012a0000213d0000000c01000029000000400010043f000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400200043d0000055c01000041000000000012043500000084010000390000000201100367000000000101043b000c00000002001d0000000402200039000000000012043500000000010004140000000902000029000000040020008c00000c2a0000613d0000000c020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000eb90000613d0000000c010000290000053e0010009c0000012a0000213d0000000c02000029000000400020043f000000080100002900000000001204350000051c0020009c0000051c0200804100000040012002100000055d011001c70000146b0001042e0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000c3e0000c13d000006600000013d000000030000006b000000000100001900000c490000613d0000000b010000290000000201100367000000000101043b00000003040000290000000302400210000005900220027f0000059002200167000000000121016f0000000102400210000000000121019f00000d710000013d0000000b010000290000000000120435000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400400043d000005790100004100000000001404350000000401400039000000400200003900000000002104350000000602000029000000000302043300000044024000390000000000320435000500000004001d0000006402400039000000000003004b00000c7a0000613d00000000040000190000000605000029000000200550003900000000060504330000053d0660019700000000026204360000000104400039000000000034004b00000c730000413d0000000001120049000000050300002900000024033000390000000000130435000000080100002900000000030104330000000001320436000000000003004b00000c8c0000613d000000000200001900000008040000290000002004400039000800000004001d000000000404043300000000014104360000000102200039000000000032004b00000c840000413d00000000020004140000000903000029000000040030008c00000ca50000613d000000050300002900000000013100490000051c0010009c0000051c0100804100000060011002100000051c0030009c0000051c030080410000004003300210000000000131019f0000051c0020009c0000051c02008041000000c002200210000000000121019f0000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000eac0000613d00000005010000290000053e0010009c0000012a0000213d0000000501000029000000400010043f000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400400043d0000057a0100004100000000001404350000000401400039000000400200003900000000002104350000000602000029000000000302043300000044024000390000000000320435000800000004001d0000006402400039000000000003004b00000cd20000613d000000000400001900000006050000290000002005500039000600000005001d00000000050504330000053d0550019700000000025204360000000104400039000000000034004b00000cc90000413d0000000001120049000000080300002900000024033000390000000000130435000000070100002900000000030104330000000001320436000000000003004b00000ce40000613d000000000200001900000007040000290000002004400039000700000004001d000000000404043300000000014104360000000102200039000000000032004b00000cdc0000413d00000000020004140000000903000029000000040030008c00000cfd0000613d000000080300002900000000013100490000051c0010009c0000051c0100804100000060011002100000051c0030009c0000051c030080410000004003300210000000000131019f0000051c0020009c0000051c02008041000000c002200210000000000121019f0000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000ec60000613d00000008010000290000053e0010009c0000012a0000213d0000000801000029000000400010043f0000000901000029000000000010043f000000cd01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b0000000a02000029000000000020043f000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000000000201041a00000548022001970000000b022001af000000000021041b0000000a01000029000000000010043f000000ce01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000000000201041a000800000002001d0000053e0020009c0000012a0000213d00000008020000290000000102200039000000000021041b000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b0000000801100029000000000201041a000005480220019700000009022001af000000000021041b0000057b01000041000000e00200043d000700000002001d000000400300043d00000000001304350000000002000410000800000003001d0000000401300039000000000021043500000000010004140000000a02000029000000040020008c00000ed30000c13d0000000103000031000000200030008c0000002004000039000000000403401900000eff0000013d000000020400036700000000030000190000000b05300029000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b00000d5a0000413d000000030020006c00000d6e0000813d00000003020000290000000302200210000000f80220018f000005900220027f00000590022001670000000b033000290000000203300367000000000303043b000000000223016f000000000021041b0000000301000029000000010110021000000001011001bf0000000602000029000000000012041b0000004002000039000000400100043d000000000321043600000008020000290000000004020433000000400210003900000060070000390000000000720435000000a00510003900000000640404340000000000450435000000c005100039000000000004004b00000d890000613d00000000080000190000000009580019000000000a860019000000000a0a04330000000000a904350000002008800039000000000048004b00000d820000413d000000000645001900000000000604350000001f044000390000058e0440019700000000044500190000000005240049000000070600002900000000060604330000006008100039000000000058043500000000650604340000000004540436000000000005004b00000d9f0000613d00000000080000190000000009480019000000000a860019000000000a0a04330000000000a904350000002008800039000000000058004b00000d980000413d000000000654001900000000000604350000001f055000390000058e05500197000000000654001900000000022600490000000a0400002900000000040404330000008005100039000000000025043500000000540404340000000002460436000000000004004b00000db50000613d000000000600001900000000082600190000000009650019000000000909043300000000009804350000002006600039000000000046004b00000dae0000413d000000000542001900000000000504350000001f044000390000058e0440019700000000024200190000000004120049000000000043043500000002030003670000000904300360000000000804043b0000000004000031000000090540006a0000001f0550008a00000545065001970000054509800197000000000a69013f000000000069004b00000000090000190000054509004041000000000058004b000000000b000019000005450b0080410000054500a0009c00000000090bc019000000000009004b0000082a0000c13d0000000909800029000000000893034f000000000808043b0000053e0080009c0000082a0000213d000000200a900039000000000984004900000000009a004b000000000b000019000005450b0020410000054509900197000005450ca00197000000000d9c013f00000000009c004b000000000900001900000545090040410000054500d0009c00000000090bc019000000000009004b0000082a0000c13d0000000007720436000b00000007001d00000060072000390000000000870435000000000ba3034f0000058e0c8001980000001f0d80018f000000800a2000390000000007ca001900000df30000613d000000000e0b034f000000000f0a001900000000e90e043c000000000f9f043600000000007f004b00000def0000c13d00000000000d004b00000e000000613d0000000009cb034f000000030bd00210000000000c070433000000000cbc01cf000000000cbc022f000000000909043b000001000bb000890000000009b9022f0000000009b901cf0000000009c9019f00000000009704350000000007a8001900000000000704350000000507300360000000000707043b0000054509700197000000000b69013f000000000069004b00000000090000190000054509004041000000000057004b000000000c000019000005450c0080410000054500b0009c00000000090cc019000000000009004b0000082a0000c13d000000090b7000290000000007b3034f000000000707043b0000053e0070009c0000082a0000213d000000200bb00039000000000974004900000000009b004b000000000c000019000005450c0020410000054509900197000005450db00197000000000e9d013f00000000009d004b000000000900001900000545090040410000054500e0009c00000000090cc019000000000009004b0000082a0000c13d0000001f088000390000058e0c0000410000000008c8016f0000000008a8001900000000092800490000000b0a00002900000000009a0435000000000ab3034f0000000008780436000000000bc701700000001f0c70018f0000000009b8001900000e370000613d000000000d0a034f000000000e08001900000000df0d043c000000000efe043600000000009e004b00000e330000c13d00000000000c004b00000e440000613d000000000aba034f000000030bc00210000000000c090433000000000cbc01cf000000000cbc022f000000000a0a043b000001000bb00089000000000aba022f000000000aba01cf000000000aca019f0000000000a90435000000000987001900000000000904350000000409300360000000000909043b000005450a900197000000000b6a013f00000000006a004b00000000060000190000054506004041000000000059004b000000000500001900000545050080410000054500b0009c000000000605c019000000000006004b0000082a0000c13d0000000906900029000000000563034f000000000505043b0000053e0050009c0000082a0000213d00000020066000390000000004540049000000000046004b000000000900001900000545090020410000054504400197000005450a600197000000000b4a013f00000000004a004b000000000400001900000545040040410000054500b0009c000000000409c019000000000004004b0000082a0000c13d0000001f047000390000058e09000041000000000494016f0000000007840019000000000427004900000040022000390000000000420435000000000463034f000000000257043600000000069501700000001f0750018f000000000362001900000e7b0000613d000000000804034f0000000009020019000000008a08043c0000000009a90436000000000039004b00000e770000c13d000000000007004b00000e880000613d000000000464034f0000000306700210000000000703043300000000076701cf000000000767022f000000000404043b0000010006600089000000000464022f00000000046401cf000000000474019f0000000000430435000000000325001900000000000304350000001f035000390000058e03300197000000000212004900000000023200190000051c0020009c0000051c0200804100000060022002100000051c0010009c0000051c010080410000004001100210000000000112019f00000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000546011001c70000800d0200003900000002030000390000054704000041000008260000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000ea70000c13d000006600000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000eb40000c13d000006600000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000ec10000c13d000006600000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000ece0000c13d000006600000013d00000008020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000a02000029146a14650000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000080570002900000eee0000613d000000000801034f0000000809000029000000008a08043c0000000009a90436000000000059004b00000eea0000c13d000000000006004b00000efb0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0003000000010355000000010020019000000f330000613d0000001f01400039000000600110018f0000000802100029000000000012004b000000000100003900000001010040390000053e0020009c0000012a0000213d00000001001001900000012a0000c13d000000400020043f000000200030008c0000082a0000413d00000008010000290000000001010433000600000001001d00000020012000390000057c03000041000000000031043500000064012000390000000703000029000000000031043500000044012000390000000003000410000000000031043500000024012000390000000003000411000000000031043500000064010000390000000000120435000005520020009c0000012a0000213d000000a001200039000000400010043f0000000a01000029146a133a0000040f0000057b01000041000000400200043d0000000000120435000800000002001d00000004012000390000000002000410000000000021043500000000010004140000000a02000029000000040020008c00000f3f0000c13d0000000103000031000000200030008c0000002004000039000000000403401900000f6b0000013d0000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000f3a0000c13d000006600000013d00000008020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000a02000029146a14650000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000080570002900000f5a0000613d000000000801034f0000000809000029000000008a08043c0000000009a90436000000000059004b00000f560000c13d000000000006004b00000f670000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0003000000010355000000010020019000000f970000613d0000001f01400039000000600110018f0000000802100029000000000012004b00000000010000390000000101004039000700000002001d0000053e0020009c0000012a0000213d00000001001001900000012a0000c13d0000000701000029000000400010043f000000200030008c0000082a0000413d000000080100002900000000010104330008000600100074000005d50000413d000000070500002900000020025000390000057d01000041000000000012043500000024015000390000000b0400002900000000004104350000004401000039000000000015043500000044015000390000000000010435000005610050009c0000012a0000213d00000007040000290000008001400039000000400010043f000000000504043300000000040004140000000a06000029000000040060008c00000fa30000c13d0000053e0030009c0000012a0000213d000000010200003900000fb90000013d0000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000f9e0000c13d000006600000013d0000051c0020009c0000051c0200804100000040012002100000051c0050009c0000051c050080410000006002500210000000000112019f0000051c0040009c0000051c04008041000000c002400210000000000112019f0000000a02000029146a14600000040f000000010220018f000300000001035500000060011002700001051c0010019d0000051c0310019800000fb80000c13d000000600100003900000fe00000013d000000400100043d0000001f043000390000057e044001970000003f044000390000057f054001970000000004150019000000000054004b000000000500003900000001050040390000053e0040009c0000012a0000213d00000001005001900000012a0000c13d000000400040043f00000000063104360000058e043001980000001f0530018f000c00000006001d0000000003460019000000030600036700000fd30000613d000000000706034f0000000c08000029000000007907043c0000000008980436000000000038004b00000fcf0000c13d000000000005004b00000fe00000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000000002004b0000100c0000613d0000000002000415000000120220008a00060005002002180000000001010433000000000001004b00000ff80000613d0000053f0010009c0000000c020000290000082a0000213d000000200010008c0000082a0000413d0000000001020433000000000001004b0000000002000039000000010200c039000000000021004b0000082a0000c13d0000000002000415000000110220008a0006000500200218000000000001004b0000100c0000613d000005570100004100000000001004430000000a01000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b00000006010000290000000501100270000000000100003f000000010100c03f000010200000c13d000000400200043d00000020012000390000057d03000041000000000031043500000024012000390000000b0300002900000000003104350000004401000039000000000012043500000044012000390000000000010435000005610020009c0000012a0000213d0000008001200039000000400010043f0000000a01000029146a133a0000040f0000000a010000290000000702000029146a133a0000040f000000400400043d00000044014000390000000802000029000000000021043500000020014000390000057d02000041000000000021043500000024024000390000000b03000029000000000032043500000044020000390000000000240435000c00000004001d000005610040009c0000012a0000213d0000000c030000290000008002300039000000400020043f000000000303043300000000020004140000000a04000029000000040040008c000010390000c13d00000001030000310000104b0000013d0000051c0010009c0000051c0100804100000040011002100000051c0030009c0000051c030080410000006003300210000000000113019f0000051c0020009c0000051c02008041000000c002200210000000000121019f0000000a02000029146a14600000040f0004000100200193000300000001035500000060011002700001051c0010019d0000051c03100197000000000003004b000010500000c13d00000060020000390000008001000039000010790000013d0000053e0030009c0000012a0000213d0000001f013000390000058e011001970000003f011000390000058e01100197000000400200043d0000000001120019000000000021004b000000000500003900000001050040390000053e0010009c0000012a0000213d00000001005001900000012a0000c13d000000400010043f00000000013204360000058e043001980000001f0530018f000000000341001900000003060003670000106c0000613d000000000706034f0000000008010019000000007907043c0000000008980436000000000038004b000010680000c13d000000000005004b000010790000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000040000006b000010a40000613d0000000003000415000000100330008a00070005003002180000000002020433000000000002004b000010900000613d0000053f0020009c0000082a0000213d000000200020008c0000082a0000413d0000000001010433000000000001004b0000000002000039000000010200c039000000000021004b0000082a0000c13d00000000020004150000000f0220008a0007000500200218000000000001004b000010a40000613d000005570100004100000000001004430000000a01000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b00000007010000290000000501100270000000000100003f000000010100c03f000010b80000c13d000000400200043d00000020012000390000057d03000041000000000031043500000024012000390000000b0300002900000000003104350000004401000039000000000012043500000044012000390000000000010435000005610020009c0000012a0000213d0000008001200039000000400010043f0000000a01000029146a133a0000040f0000000a010000290000000c02000029146a133a0000040f000000400400043d0000002401400039000001000200043d00000008030000290000000000310435000005800100004100000000001404350000053d01200197000c00000004001d0000000402400039000000000012043500000000010004140000000b02000029000000040020008c000010cd0000c13d0000000103000031000000200030008c00000020040000390000000004034019000010f90000013d000000000001042f0000000c020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f00000581011001c70000000b02000029146a14600000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000c05700029000010e80000613d000000000801034f0000000c09000029000000008a08043c0000000009a90436000000000059004b000010e40000c13d000000000006004b000010f50000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00030000000103550000000100200190000011140000613d0000001f01400039000000600210018f0000000c01200029000000000021004b000000000200003900000001020040390000053e0010009c0000012a0000213d00000001002001900000012a0000c13d000000400010043f000000200030008c0000082a0000413d00000000010004140000051c0010009c0000051c01008041000000c00110021000000546011001c70000800d020000390000000303000039000005820400004100000009050000290000000b06000029146a14600000040f0000000100200190000003b00000c13d0000082a0000013d0000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000111b0000c13d000006600000013d000005910010009c000011250000813d0000006001100039000000400010043f000000000001042d0000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c000104300003000000000002000000000201041a000000010320019000000001062002700000007f0660618f0000001f0060008c00000000040000390000000104002039000000000043004b0000116a0000c13d000000400500043d0000000004650436000000000003004b000011550000613d000100000004001d000300000006001d000200000005001d000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f0000000100200190000011760000613d0000000306000029000000000006004b0000115b0000613d000000000201043b0000000001000019000000020500002900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000061004b0000114d0000413d0000115d0000013d0000058f012001970000000000140435000000000006004b000000200100003900000000010060390000115d0000013d000000000100001900000002050000290000003f011000390000058e021001970000000001520019000000000021004b000000000200003900000001020040390000053e0010009c000011700000213d0000000100200190000011700000c13d000000400010043f0000000001050019000000000001042d0000058301000041000000000010043f0000002201000039000000040010043f0000055a010000410000146c000104300000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c0001043000000000010000190000146c0001043000000000430104340000000001320436000000000003004b000011840000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000032004b0000117d0000413d000000000231001900000000000204350000001f023000390000058e022001970000000001210019000000000001042d0000000053010434000000a0040000390000000006420436000000a00820003900000000740304340000000000480435000000c003200039000000000004004b0000119b0000613d00000000080000190000000009380019000000000a870019000000000a0a04330000000000a904350000002008800039000000000048004b000011940000413d0000000007430019000000000007043500000000050504330000053d055001970000000000560435000000400510003900000000050504330000053d0550019700000040062000390000000000560435000000600510003900000000050504330000006006200039000000000056043500000080022000390000008001100039000000000101043300000000001204350000001f014000390000058e011001970000000001130019000000000001042d0000000043010434000000600500003900000000055204360000006006200039000000007303043400000000003604350000008006200039000000000003004b000011c20000613d00000000080000190000000009680019000000000a870019000000000a0a04330000000000a904350000002008800039000000000038004b000011bb0000413d000000000736001900000000000704350000001f073000390000058e07700197000000000776001900000000040404330000000006270049000000000065043500000000650404340000000004570436000000000005004b000011d60000613d000000000700001900000000084700190000000009760019000000000909043300000000009804350000002007700039000000000057004b000011cf0000413d000000000654001900000000000604350000001f055000390000058e0550019700000000055400190000004001100039000000000101043300000000042500490000004002200039000000000042043500000000420104340000000001250436000000000002004b000011ec0000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000025004b000011e50000413d000000000421001900000000000404350000001f022000390000058e022001970000000001210019000000000001042d000000400100043d000005920010009c000012010000813d000000a002100039000000400020043f000000600200003900000000022104360000008003100039000000000003043500000060031000390000000000030435000000400110003900000000000104350000000000020435000000000001042d0000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c0001043000040000000000020000000007010019000000400600043d000005920060009c000012620000813d000000a008600039000000400080043f000000000107041a000000010210019000000001041002700000007f0440618f0000001f0040008c00000000030000390000000103002039000000000032004b000012680000c13d0000000000480435000000000002004b000012390000613d000300000004001d000100000008001d000400000006001d000200000007001d000000000070043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000126e0000613d0000000309000029000000000009004b0000000406000029000012400000613d000000c002600039000000000301043b0000000001000019000000020700002900000001080000290000000004120019000000000503041a000000000054043500000001033000390000002001100039000000000091004b000012310000413d000012430000013d0000058f01100197000000c0026000390000000000120435000000000004004b00000020010000390000000001006039000012430000013d0000000001000019000000020700002900000001080000290000003f011000390000058e021001970000000001820019000000000021004b000000000200003900000001020040390000053e0010009c000012620000213d0000000100200190000012620000c13d000000400010043f00000000018604360000000102700039000000000202041a0000053d0220019700000000002104350000000201700039000000000101041a0000053d01100197000000400260003900000000001204350000000301700039000000000101041a000000600260003900000000001204350000000401700039000000000101041a000000800260003900000000001204350000000001060019000000000001042d0000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c000104300000058301000041000000000010043f0000002201000039000000040010043f0000055a010000410000146c0001043000000000010000190000146c00010430000200000000000200000000080100190000009701000039000000000201041a000000400b00043d0000002401b0003900000040030000390000000000310435000005930100004100000000001b04350000000401b000390000000009000411000000000091043500000000430804340000004401b0003900000000003104350000006401b000390000053d02200197000000000003004b0000128c0000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000035004b000012850000413d000000000431001900000000000404350000000004000414000000040020008c000012960000c13d0000000103000031000000200030008c00000020040000390000000004034019000012cd0000013d000100000008001d0000001f033000390000058e033001970000000003b3004900000000011300190000051c0010009c0000051c0100804100000060011002100000051c00b0009c0000051c0300004100000000030b40190000004003300210000000000131019f0000051c0040009c0000051c04008041000000c003400210000000000131019f00020000000b001d146a14650000040f000000020b000029000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b0019000012ba0000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000012b60000c13d000000000006004b000012c70000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f000300000001035500000001002001900000000009000411000013030000613d00000001080000290000001f01400039000000600110018f0000000004b10019000000000014004b000000000100003900000001010040390000053e0040009c000012e50000213d0000000100100190000012e50000c13d000000400040043f0000001f0030008c000012e30000a13d00000000010b0433000000000001004b0000000002000039000000010200c039000000000021004b000012e30000c13d000000000001004b000012eb0000613d000000000001042d00000000010000190000146c000104300000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c00010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000005940100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000200000004001d146a11780000040f000000020200002900000000012100490000051c0010009c0000051c010080410000051c0020009c0000051c0200804100000060011002100000004002200210000000000121019f0000146c000104300000001f0530018f0000054e06300198000000400200043d00000000046200190000130e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000130a0000c13d000000000005004b0000131b0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000051c0020009c0000051c020080410000004002200210000000000112019f0000146c000104300000006502000039000000000302041a0000054803300197000000000032041b0000053d061001970000003301000039000000000201041a0000054803200197000000000363019f000000000031041b00000000010004140000053d052001970000051c0010009c0000051c01008041000000c00110021000000546011001c70000800d0200003900000003030000390000056604000041146a14600000040f0000000100200190000013380000613d000000000001042d00000000010000190000146c000104300004000000000002000000400400043d000005950040009c000013fe0000813d0000053d051001970000004001400039000000400010043f0000002001400039000005960300004100000000003104350000002001000039000000000014043500000000230204340000000001000414000000040050008c000013750000c13d0000000101000032000013b10000613d0000053e0010009c000013fe0000213d0000001f031000390000058e033001970000003f033000390000058e03300197000000400a00043d00000000033a00190000000000a3004b000000000400003900000001040040390000053e0030009c000013fe0000213d0000000100400190000013fe0000c13d000000400030043f00000000051a04360000058e021001980000001f0310018f00000000012500190000000304000367000013670000613d000000000604034f000000006706043c0000000005750436000000000015004b000013630000c13d000000000003004b000013b20000613d000000000224034f0000000303300210000000000401043300000000043401cf000000000434022f000000000202043b0000010003300089000000000232022f00000000023201cf000000000242019f0000000000210435000013b20000013d000200000004001d0000051c0030009c0000051c0300804100000060033002100000051c0020009c0000051c020080410000004002200210000000000223019f0000051c0010009c0000051c01008041000000c001100210000000000112019f000100000005001d0000000002050019146a14600000040f0003000000010355000000000301001900000060033002700001051c0030019d0000051c04300198000013c90000613d0000001f0340003900000597033001970000003f033000390000059803300197000000400a00043d00000000033a00190000000000a3004b000000000500003900000001050040390000053e0030009c000013fe0000213d0000000100500190000013fe0000c13d000000400030043f0000001f0540018f00000000034a04360000054e064001980000000004630019000013a30000613d000000000701034f0000000008030019000000007907043c0000000008980436000000000048004b0000139f0000c13d000000000005004b000013cb0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f0000000000140435000013cb0000013d000000600a0000390000000002000415000000040220008a000000050220021000000000010a0433000000000001004b000013d30000c13d00020000000a001d000005570100004100000000001004430000000401000039000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000014300000613d0000000002000415000000040220008a000013e60000013d000000600a000039000000800300003900000000010a043300000001002001900000141a0000613d0000000002000415000000030220008a0000000502200210000000000001004b000013d60000613d000000050220027000000000020a001f000013f00000013d00020000000a001d000005570100004100000000001004430000000101000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000014300000613d0000000002000415000000030220008a0000000502200210000000000101043b000000000001004b000000020a000029000014310000613d00000000010a0433000000050220027000000000020a001f000000000001004b000013fd0000613d0000053f0010009c000014040000213d0000001f0010008c000014040000a13d0000002001a000390000000001010433000000000001004b0000000002000039000000010200c039000000000021004b000014040000c13d000000000001004b000014060000613d000000000001042d0000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c0001043000000000010000190000146c00010430000000400100043d00000064021000390000059903000041000000000032043500000044021000390000059a03000041000000000032043500000024021000390000002a0300003900000000003204350000051d0200004100000000002104350000000402100039000000200300003900000000003204350000051c0010009c0000051c01008041000000400110021000000551011001c70000146c00010430000000000001004b000014420000c13d000000400300043d000100000003001d0000051d01000041000000000013043500000004013000390000002002000039000000000021043500000024023000390000000201000029146a11780000040f000000010200002900000000012100490000051c0010009c0000051c010080410000051c0020009c0000051c0200804100000060011002100000004002200210000000000121019f0000146c00010430000000000001042f000000400100043d00000044021000390000059b03000041000000000032043500000024021000390000001d0300003900000000003204350000051d0200004100000000002104350000000402100039000000200300003900000000003204350000051c0010009c0000051c01008041000000400110021000000577011001c70000146c000104300000051c0030009c0000051c0300804100000040023002100000051c0010009c0000051c010080410000006001100210000000000121019f0000146c00010430000000000001042f0000051c0010009c0000051c0100804100000040011002100000051c0020009c0000051c020080410000006002200210000000000112019f00000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000546011001c70000801002000039146a14650000040f00000001002001900000145e0000613d000000000101043b000000000001042d00000000010000190000146c0001043000001463002104210000000102000039000000000001042d0000000002000019000000000001042d00001468002104230000000102000039000000000001042d0000000002000019000000000001042d0000146a000004320000146b0001042e0000146c0001043000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff08c379a000000000000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e697469616c697a696e6700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000080000000000000000002000000000000000000000000000000000000200000008000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498000000020000000000000000000000000000004000000100000000000000000000000000000000000000000000000000000000000000000000000000a3aefa2b00000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000f2fde38a00000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000f36dba3800000000000000000000000000000000000000000000000000000000ff94d95800000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000eed873c200000000000000000000000000000000000000000000000000000000c4d66de700000000000000000000000000000000000000000000000000000000c4d66de800000000000000000000000000000000000000000000000000000000d88ff1f400000000000000000000000000000000000000000000000000000000a3aefa2c00000000000000000000000000000000000000000000000000000000b4a0bdf3000000000000000000000000000000000000000000000000000000002ba215710000000000000000000000000000000000000000000000000000000079ba50960000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000007aee632d000000000000000000000000000000000000000000000000000000008da5cb5b000000000000000000000000000000000000000000000000000000002ba2157200000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000023dc8d630000000000000000000000000000000000000000000000000000000023dc8d6400000000000000000000000000000000000000000000000000000000266e0a7f000000000000000000000000000000000000000000000000000000000e32cb86000000000000000000000000000000000000000000000000000000001cb6bb7e000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff757064617465506f6f6c4d6574616461746128616464726573732c56656e7573506f6f6c4d6574614461746129000000000000000000000000000000000000000200000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff9f0200000000000000000000000000000000000020000000000000000000000000800000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000008f91f3b5d20b61744ed591c43346d4514ee5c2ffced5fc3795bb13c6f9518147ffffffffffffffffffffffff000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700616464506f6f6c28737472696e672c616464726573732c75696e743235362c75696e743235362c75696e743235362900000000000000000000000000000000007dc0d1d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffe07320696e20746865206469726563746f72792e00000000000000000000000000506f6f6c52656769737472793a20506f6f6c20616c72656164792065786973740000000000000000000000000000000000000084000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff5f42cbb15ccdc3cad6266b0e7a08c0454b23bf29dc2df74b6f3c209e9336465bd10200000200000000000000000000000000000004000000000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d9553913253ec2a1d9645c4631472dabcf6d255f5f2971baa64321235b1610d91c692928e1806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b83020000020000000000000000000000000000002400000000000000000000000012348e96000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000a843108100000000000000000000000000000000000000000000000000000000520b6c740000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000008579befe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000008000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0000000000000000000000000000000000000000000000000ffffffffffffff7f000000000000000000000000000000000000000000000000fffffffffffffedf647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f7420694f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e657200000000000000000000000000000000000000000000006164644d61726b6574284164644d61726b6574496e70757429000000000000005fe3b567000000000000000000000000000000000000000000000000000000006f307dc30000000000000000000000000000000000000000000000000000000074696f6e00000000000000000000000000000000000000000000000000000000656420666f7220617373657420636f6d7074726f6c6c657220636f6d62696e61506f6f6c52656769737472793a204d61726b657420616c72656164792061646400000000000000000000000000000000000000a4000000000000000000000000cab4f84c000000000000000000000000000000000000000000000000000000005cc4fdeb000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffbfd136af4400000000000000000000000000000000000000000000000000000000186db48f0000000000000000000000000000000000000000000000000000000070a082310000000000000000000000000000000000000000000000000000000023b872dd00000000000000000000000000000000000000000000000000000000095ea7b300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000003ffffffffffffffe023323e030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000440000000000000000000000007772c85e68debdf74fad87834e2cc05fa763e74faf14de7096da3052906511424e487b71000000000000000000000000000000000000000000000000000000006400000000000000000000000000000000000000000000000000000000000000506f6f6c52656769737472793a20506f6f6c206e6f742072656769737465726565726f0000000000000000000000000000000000000000000000000000000000506f6f6c52656769737472793a20696e697469616c537570706c79206973207a736574506f6f6c4e616d6528616464726573732c737472696e67290000000000a01f2b0df2b143bfb23d4b696c103547a6bec8ca1f56e8e8a483611cb4e23a7e506f6f6c2773206e616d6520697320746f6f206c6172676500000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffa0000000000000000000000000000000000000000000000000ffffffffffffff6018c5e8ab000000000000000000000000000000000000000000000000000000004a3fa29300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffc05361666545524332303a206c6f772d6c6576656c2063616c6c206661696c656400000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000003ffffffe06f742073756363656564000000000000000000000000000000000000000000005361666545524332303a204552433230206f7065726174696f6e20646964206e416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000019cf784aab6249035aeaaa6d7726a7e1483462158fdb4b41112d3c3e13a6e951",
811
+ "devdoc": {
812
+ "author": "Venus",
813
+ "events": {
814
+ "Initialized(uint8)": {
815
+ "details": "Triggered when the contract has been initialized or reinitialized."
816
+ }
817
+ },
818
+ "kind": "dev",
819
+ "methods": {
820
+ "acceptOwnership()": {
821
+ "details": "The new owner accepts the ownership transfer."
822
+ },
823
+ "addMarket((address,uint256,uint256,uint256,address,uint256,uint256))": {
824
+ "custom:error": "ZeroAddressNotAllowed is thrown when vToken address is zeroZeroAddressNotAllowed is thrown when vTokenReceiver address is zero",
825
+ "params": {
826
+ "input": "The structure describing the parameters for adding a market to a pool"
827
+ }
828
+ },
829
+ "addPool(string,address,uint256,uint256,uint256)": {
830
+ "custom:error": "ZeroAddressNotAllowed is thrown when Comptroller address is zeroZeroAddressNotAllowed is thrown when price oracle address is zero",
831
+ "details": "Price oracle must be configured before adding a pool",
832
+ "params": {
833
+ "closeFactor": "The pool's close factor (scaled by 1e18)",
834
+ "comptroller": "Pool's Comptroller contract",
835
+ "liquidationIncentive": "The pool's liquidation incentive (scaled by 1e18)",
836
+ "minLiquidatableCollateral": "Minimal collateral for regular (non-batch) liquidations flow",
837
+ "name": "The name of the pool"
838
+ },
839
+ "returns": {
840
+ "index": "The index of the registered Venus pool"
841
+ }
842
+ },
843
+ "constructor": {
844
+ "custom:oz-upgrades-unsafe-allow": "constructor"
845
+ },
846
+ "getAllPools()": {
847
+ "details": "This function is not designed to be called in a transaction: it is too gas-intensive",
848
+ "returns": {
849
+ "_0": "A list of all pools within PoolRegistry, with details for each pool"
850
+ }
851
+ },
852
+ "getPoolByComptroller(address)": {
853
+ "params": {
854
+ "comptroller": "The comptroller proxy address associated to the pool"
855
+ },
856
+ "returns": {
857
+ "_0": "Returns Venus pool"
858
+ }
859
+ },
860
+ "getVenusPoolMetadata(address)": {
861
+ "params": {
862
+ "comptroller": "comptroller of Venus pool"
863
+ },
864
+ "returns": {
865
+ "_0": "Returns Metadata of Venus pool"
866
+ }
867
+ },
868
+ "initialize(address)": {
869
+ "params": {
870
+ "accessControlManager_": "AccessControlManager contract address"
871
+ }
872
+ },
873
+ "owner()": {
874
+ "details": "Returns the address of the current owner."
875
+ },
876
+ "pendingOwner()": {
877
+ "details": "Returns the address of the pending owner."
878
+ },
879
+ "renounceOwnership()": {
880
+ "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."
881
+ },
882
+ "setAccessControlManager(address)": {
883
+ "custom:access": "Only Governance",
884
+ "custom:event": "Emits NewAccessControlManager event",
885
+ "details": "Admin function to set address of AccessControlManager",
886
+ "params": {
887
+ "accessControlManager_": "The new address of the AccessControlManager"
888
+ }
889
+ },
890
+ "setPoolName(address,string)": {
891
+ "params": {
892
+ "comptroller": "Pool's Comptroller",
893
+ "name": "New pool name"
894
+ }
895
+ },
896
+ "transferOwnership(address)": {
897
+ "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."
898
+ },
899
+ "updatePoolMetadata(address,(string,string,string))": {
900
+ "params": {
901
+ "comptroller": "Pool's Comptroller",
902
+ "metadata_": "New pool metadata"
903
+ }
904
+ }
905
+ },
906
+ "stateVariables": {
907
+ "_numberOfPools": {
908
+ "details": "Total number of pools created."
909
+ },
910
+ "_poolByComptroller": {
911
+ "details": "Maps comptroller address to Venus pool Index."
912
+ },
913
+ "_poolsByID": {
914
+ "details": "Maps pool ID to pool's comptroller address"
915
+ },
916
+ "_supportedPools": {
917
+ "details": "Maps asset to list of supported pools."
918
+ },
919
+ "_vTokens": {
920
+ "details": "Maps pool's comptroller address to asset to vToken."
921
+ }
922
+ },
923
+ "title": "PoolRegistry",
924
+ "version": 1
925
+ },
926
+ "userdoc": {
927
+ "errors": {
928
+ "Unauthorized(address,address,string)": [
929
+ {
930
+ "notice": "Thrown when the action is prohibited by AccessControlManager"
931
+ }
932
+ ],
933
+ "ZeroAddressNotAllowed()": [
934
+ {
935
+ "notice": "Thrown if the supplied address is a zero address where it is not allowed"
936
+ }
937
+ ]
938
+ },
939
+ "events": {
940
+ "MarketAdded(address,address)": {
941
+ "notice": "Emitted when a Market is added to the pool."
942
+ },
943
+ "NewAccessControlManager(address,address)": {
944
+ "notice": "Emitted when access control manager contract address is changed"
945
+ },
946
+ "PoolMetadataUpdated(address,(string,string,string),(string,string,string))": {
947
+ "notice": "Emitted when a pool metadata is updated."
948
+ },
949
+ "PoolNameSet(address,string,string)": {
950
+ "notice": "Emitted when a pool name is set."
951
+ },
952
+ "PoolRegistered(address,(string,address,address,uint256,uint256))": {
953
+ "notice": "Emitted when a new Venus pool is added to the directory."
954
+ }
955
+ },
956
+ "kind": "user",
957
+ "methods": {
958
+ "accessControlManager()": {
959
+ "notice": "Returns the address of the access control manager contract"
960
+ },
961
+ "addMarket((address,uint256,uint256,uint256,address,uint256,uint256))": {
962
+ "notice": "Add a market to an existing pool and then mint to provide initial supply"
963
+ },
964
+ "addPool(string,address,uint256,uint256,uint256)": {
965
+ "notice": "Adds a new Venus pool to the directory"
966
+ },
967
+ "getAllPools()": {
968
+ "notice": "Returns arrays of all Venus pools' data"
969
+ },
970
+ "getPoolsSupportedByAsset(address)": {
971
+ "notice": "Get the addresss of the Pools supported that include a market for the provided asset"
972
+ },
973
+ "getVTokenForAsset(address,address)": {
974
+ "notice": "Get the address of the VToken contract in the Pool where the underlying token is the provided asset"
975
+ },
976
+ "initialize(address)": {
977
+ "notice": "Initializes the deployer to owner"
978
+ },
979
+ "metadata(address)": {
980
+ "notice": "Maps pool's comptroller address to metadata."
981
+ },
982
+ "setAccessControlManager(address)": {
983
+ "notice": "Sets the address of AccessControlManager"
984
+ },
985
+ "setPoolName(address,string)": {
986
+ "notice": "Modify existing Venus pool name"
987
+ },
988
+ "updatePoolMetadata(address,(string,string,string))": {
989
+ "notice": "Update metadata of an existing pool"
990
+ }
991
+ },
992
+ "notice": "The Isolated Pools architecture centers around the `PoolRegistry` contract. The `PoolRegistry` maintains a directory of isolated lending pools and can perform actions like creating and registering new pools, adding new markets to existing pools, setting and updating the pool's required metadata, and providing the getter methods to get information on the pools. Isolated lending has three main components: PoolRegistry, pools, and markets. The PoolRegistry is responsible for managing pools. It can create new pools, update pool metadata and manage markets within pools. PoolRegistry contains getter methods to get the details of any existing pool like `getVTokenForAsset` and `getPoolsSupportedByAsset`. It also contains methods for updating pool metadata (`updatePoolMetadata`) and setting pool name (`setPoolName`). The directory of pools is managed through two mappings: `_poolByComptroller` which is a hashmap with the comptroller address as the key and `VenusPool` as the value and `_poolsByID` which is an array of comptroller addresses. Individual pools can be accessed by calling `getPoolByComptroller` with the pool's comptroller address. `_poolsByID` is used to iterate through all of the pools. PoolRegistry also contains a map of asset addresses called `_supportedPools` that maps to an array of assets suppored by each pool. This array of pools by asset is retrieved by calling `getPoolsSupportedByAsset`. PoolRegistry registers new isolated pools in the directory with the `createRegistryPool` method. Isolated pools are composed of independent markets with specific assets and custom risk management configurations according to their markets.",
993
+ "version": 1
994
+ },
995
+ "storageLayout": {
996
+ "storage": [
997
+ {
998
+ "astId": 292,
999
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1000
+ "label": "_initialized",
1001
+ "offset": 0,
1002
+ "slot": "0",
1003
+ "type": "t_uint8"
1004
+ },
1005
+ {
1006
+ "astId": 295,
1007
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1008
+ "label": "_initializing",
1009
+ "offset": 1,
1010
+ "slot": "0",
1011
+ "type": "t_bool"
1012
+ },
1013
+ {
1014
+ "astId": 1562,
1015
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1016
+ "label": "__gap",
1017
+ "offset": 0,
1018
+ "slot": "1",
1019
+ "type": "t_array(t_uint256)50_storage"
1020
+ },
1021
+ {
1022
+ "astId": 164,
1023
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1024
+ "label": "_owner",
1025
+ "offset": 0,
1026
+ "slot": "51",
1027
+ "type": "t_address"
1028
+ },
1029
+ {
1030
+ "astId": 284,
1031
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1032
+ "label": "__gap",
1033
+ "offset": 0,
1034
+ "slot": "52",
1035
+ "type": "t_array(t_uint256)49_storage"
1036
+ },
1037
+ {
1038
+ "astId": 57,
1039
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1040
+ "label": "_pendingOwner",
1041
+ "offset": 0,
1042
+ "slot": "101",
1043
+ "type": "t_address"
1044
+ },
1045
+ {
1046
+ "astId": 151,
1047
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1048
+ "label": "__gap",
1049
+ "offset": 0,
1050
+ "slot": "102",
1051
+ "type": "t_array(t_uint256)49_storage"
1052
+ },
1053
+ {
1054
+ "astId": 7789,
1055
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1056
+ "label": "_accessControlManager",
1057
+ "offset": 0,
1058
+ "slot": "151",
1059
+ "type": "t_contract(IAccessControlManagerV8)7974"
1060
+ },
1061
+ {
1062
+ "astId": 7794,
1063
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1064
+ "label": "__gap",
1065
+ "offset": 0,
1066
+ "slot": "152",
1067
+ "type": "t_array(t_uint256)49_storage"
1068
+ },
1069
+ {
1070
+ "astId": 28015,
1071
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1072
+ "label": "metadata",
1073
+ "offset": 0,
1074
+ "slot": "201",
1075
+ "type": "t_mapping(t_address,t_struct(VenusPoolMetaData)28761_storage)"
1076
+ },
1077
+ {
1078
+ "astId": 28020,
1079
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1080
+ "label": "_poolsByID",
1081
+ "offset": 0,
1082
+ "slot": "202",
1083
+ "type": "t_mapping(t_uint256,t_address)"
1084
+ },
1085
+ {
1086
+ "astId": 28023,
1087
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1088
+ "label": "_numberOfPools",
1089
+ "offset": 0,
1090
+ "slot": "203",
1091
+ "type": "t_uint256"
1092
+ },
1093
+ {
1094
+ "astId": 28029,
1095
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1096
+ "label": "_poolByComptroller",
1097
+ "offset": 0,
1098
+ "slot": "204",
1099
+ "type": "t_mapping(t_address,t_struct(VenusPool)28753_storage)"
1100
+ },
1101
+ {
1102
+ "astId": 28036,
1103
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1104
+ "label": "_vTokens",
1105
+ "offset": 0,
1106
+ "slot": "205",
1107
+ "type": "t_mapping(t_address,t_mapping(t_address,t_address))"
1108
+ },
1109
+ {
1110
+ "astId": 28042,
1111
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1112
+ "label": "_supportedPools",
1113
+ "offset": 0,
1114
+ "slot": "206",
1115
+ "type": "t_mapping(t_address,t_array(t_address)dyn_storage)"
1116
+ }
1117
+ ],
1118
+ "types": {
1119
+ "t_address": {
1120
+ "encoding": "inplace",
1121
+ "label": "address",
1122
+ "numberOfBytes": "20"
1123
+ },
1124
+ "t_array(t_address)dyn_storage": {
1125
+ "base": "t_address",
1126
+ "encoding": "dynamic_array",
1127
+ "label": "address[]",
1128
+ "numberOfBytes": "32"
1129
+ },
1130
+ "t_array(t_uint256)49_storage": {
1131
+ "base": "t_uint256",
1132
+ "encoding": "inplace",
1133
+ "label": "uint256[49]",
1134
+ "numberOfBytes": "1568"
1135
+ },
1136
+ "t_array(t_uint256)50_storage": {
1137
+ "base": "t_uint256",
1138
+ "encoding": "inplace",
1139
+ "label": "uint256[50]",
1140
+ "numberOfBytes": "1600"
1141
+ },
1142
+ "t_bool": {
1143
+ "encoding": "inplace",
1144
+ "label": "bool",
1145
+ "numberOfBytes": "1"
1146
+ },
1147
+ "t_contract(IAccessControlManagerV8)7974": {
1148
+ "encoding": "inplace",
1149
+ "label": "contract IAccessControlManagerV8",
1150
+ "numberOfBytes": "20"
1151
+ },
1152
+ "t_mapping(t_address,t_address)": {
1153
+ "encoding": "mapping",
1154
+ "key": "t_address",
1155
+ "label": "mapping(address => address)",
1156
+ "numberOfBytes": "32",
1157
+ "value": "t_address"
1158
+ },
1159
+ "t_mapping(t_address,t_array(t_address)dyn_storage)": {
1160
+ "encoding": "mapping",
1161
+ "key": "t_address",
1162
+ "label": "mapping(address => address[])",
1163
+ "numberOfBytes": "32",
1164
+ "value": "t_array(t_address)dyn_storage"
1165
+ },
1166
+ "t_mapping(t_address,t_mapping(t_address,t_address))": {
1167
+ "encoding": "mapping",
1168
+ "key": "t_address",
1169
+ "label": "mapping(address => mapping(address => address))",
1170
+ "numberOfBytes": "32",
1171
+ "value": "t_mapping(t_address,t_address)"
1172
+ },
1173
+ "t_mapping(t_address,t_struct(VenusPool)28753_storage)": {
1174
+ "encoding": "mapping",
1175
+ "key": "t_address",
1176
+ "label": "mapping(address => struct PoolRegistryInterface.VenusPool)",
1177
+ "numberOfBytes": "32",
1178
+ "value": "t_struct(VenusPool)28753_storage"
1179
+ },
1180
+ "t_mapping(t_address,t_struct(VenusPoolMetaData)28761_storage)": {
1181
+ "encoding": "mapping",
1182
+ "key": "t_address",
1183
+ "label": "mapping(address => struct PoolRegistryInterface.VenusPoolMetaData)",
1184
+ "numberOfBytes": "32",
1185
+ "value": "t_struct(VenusPoolMetaData)28761_storage"
1186
+ },
1187
+ "t_mapping(t_uint256,t_address)": {
1188
+ "encoding": "mapping",
1189
+ "key": "t_uint256",
1190
+ "label": "mapping(uint256 => address)",
1191
+ "numberOfBytes": "32",
1192
+ "value": "t_address"
1193
+ },
1194
+ "t_string_storage": {
1195
+ "encoding": "bytes",
1196
+ "label": "string",
1197
+ "numberOfBytes": "32"
1198
+ },
1199
+ "t_struct(VenusPool)28753_storage": {
1200
+ "encoding": "inplace",
1201
+ "label": "struct PoolRegistryInterface.VenusPool",
1202
+ "members": [
1203
+ {
1204
+ "astId": 28744,
1205
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1206
+ "label": "name",
1207
+ "offset": 0,
1208
+ "slot": "0",
1209
+ "type": "t_string_storage"
1210
+ },
1211
+ {
1212
+ "astId": 28746,
1213
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1214
+ "label": "creator",
1215
+ "offset": 0,
1216
+ "slot": "1",
1217
+ "type": "t_address"
1218
+ },
1219
+ {
1220
+ "astId": 28748,
1221
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1222
+ "label": "comptroller",
1223
+ "offset": 0,
1224
+ "slot": "2",
1225
+ "type": "t_address"
1226
+ },
1227
+ {
1228
+ "astId": 28750,
1229
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1230
+ "label": "blockPosted",
1231
+ "offset": 0,
1232
+ "slot": "3",
1233
+ "type": "t_uint256"
1234
+ },
1235
+ {
1236
+ "astId": 28752,
1237
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1238
+ "label": "timestampPosted",
1239
+ "offset": 0,
1240
+ "slot": "4",
1241
+ "type": "t_uint256"
1242
+ }
1243
+ ],
1244
+ "numberOfBytes": "160"
1245
+ },
1246
+ "t_struct(VenusPoolMetaData)28761_storage": {
1247
+ "encoding": "inplace",
1248
+ "label": "struct PoolRegistryInterface.VenusPoolMetaData",
1249
+ "members": [
1250
+ {
1251
+ "astId": 28756,
1252
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1253
+ "label": "category",
1254
+ "offset": 0,
1255
+ "slot": "0",
1256
+ "type": "t_string_storage"
1257
+ },
1258
+ {
1259
+ "astId": 28758,
1260
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1261
+ "label": "logoURL",
1262
+ "offset": 0,
1263
+ "slot": "1",
1264
+ "type": "t_string_storage"
1265
+ },
1266
+ {
1267
+ "astId": 28760,
1268
+ "contract": "contracts/Pool/PoolRegistry.sol:PoolRegistry",
1269
+ "label": "description",
1270
+ "offset": 0,
1271
+ "slot": "2",
1272
+ "type": "t_string_storage"
1273
+ }
1274
+ ],
1275
+ "numberOfBytes": "96"
1276
+ },
1277
+ "t_uint256": {
1278
+ "encoding": "inplace",
1279
+ "label": "uint256",
1280
+ "numberOfBytes": "32"
1281
+ },
1282
+ "t_uint8": {
1283
+ "encoding": "inplace",
1284
+ "label": "uint8",
1285
+ "numberOfBytes": "1"
1286
+ }
1287
+ }
1288
+ },
1289
+ "factoryDeps": [
1290
+ "0x00040000000000020012000000000002000000000301001900000060043002700000051c03400197000300000031035500020000000103550000051c0040019d0000008004000039000000400040043f0000000100200190000000210000c13d000000040030008c0000082a0000413d000000000201043b000000e002200270000005240020009c0000003e0000213d000005310020009c000000b00000a13d000005320020009c000001300000a13d000005330020009c000002be0000613d000005340020009c0000024a0000613d000005350020009c0000082a0000c13d0000000001000416000000000001004b0000082a0000c13d0000003301000039000003270000013d0000000001000416000000000001004b0000082a0000c13d000000000100041a0000ff0000100190000000a40000c13d000000ff0210018f000000ff0020008c000000390000613d000000ff011001bf000000000010041b000000ff01000039000000800010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000521011001c70000800d0200003900000001030000390000052204000041146a14600000040f00000001002001900000082a0000613d00000020010000390000010000100443000001200000044300000523010000410000146b0001042e000005250020009c000000ee0000a13d000005260020009c000001500000a13d000005270020009c000002ca0000613d000005280020009c0000026c0000613d000005290020009c0000082a0000c13d000000440030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000402100370000000000202043b000c00000002001d0000053d0020009c0000082a0000213d0000002401100370000000000101043b000b00000001001d0000053e0010009c0000082a0000213d0000000b0130006a0000053f0010009c0000082a0000213d000000640010008c0000082a0000413d000000e001000039000000400010043f0000002d01000039000000800010043f0000054001000041000000a00010043f0000054101000041000000c00010043f0000008001000039146a12700000040f0000000c01000029000000000010043f000000c901000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000501043b000000400400043d000005430040009c0000012a0000213d0000006006400039000000400060043f000000000105041a000000010210019000000001071002700000007f0770618f0000001f0070008c00000000030000390000000103002039000000000331013f0000000100300190000006e40000c13d000800000004001d000a00000006001d000700000007001d0000000000760435000000000002004b000900000005001d000006130000613d000000000050043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000707000029000000000007004b000000000200001900000008060000290000061a0000613d0000008003600039000000000101043b00000000020000190000000004230019000000000501041a000000000054043500000001011000390000002002200039000000000072004b0000009c0000413d0000061a0000013d0000051d01000041000000800010043f0000002001000039000000840010043f0000002701000039000000a40010043f0000051e01000041000000c40010043f0000051f01000041000000e40010043f00000520010000410000146c00010430000005380020009c000000f90000213d0000053b0020009c000001880000613d0000053c0020009c0000082a0000c13d000000440030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000402100370000000000202043b000c00000002001d0000053d0020009c0000082a0000213d0000002402100370000000000202043b0000053e0020009c0000082a0000213d0000002304200039000000000034004b0000082a0000813d0000000404200039000000000141034f000000000101043b000b00000001001d0000053e0010009c0000082a0000213d0000002402200039000a00000002001d0000000b01200029000000000031004b0000082a0000213d000000c001000039000000400010043f0000001b01000039000000800010043f0000058801000041000000a00010043f0000008001000039146a12700000040f0000000b01000029000000650010008c000004a80000413d000000400100043d00000044021000390000058a0300004100000000003204350000002402100039000000180300003900000000003204350000051d0200004100000000002104350000000402100039000000200300003900000000003204350000051c0010009c0000051c01008041000000400110021000000577011001c70000146c000104300000052c0020009c000001180000213d0000052f0020009c000001a50000613d000005300020009c0000082a0000c13d0000000001000416000000000001004b0000082a0000c13d0000009701000039000003270000013d000005390020009c000001cf0000613d0000053a0020009c0000082a0000c13d000000440030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000402100370000000000202043b0000053d0020009c0000082a0000213d0000002401100370000000000101043b000c00000001001d0000053d0010009c0000082a0000213d000000000020043f000000cd01000039000000200010043f00000040020000390000000001000019146a144b0000040f0000000c02000029000000000020043f000000200010043f00000000010000190000004002000039146a144b0000040f000003270000013d0000052d0020009c000002060000613d0000052e0020009c0000082a0000c13d0000000001000416000000000001004b0000082a0000c13d000000cb01000039000000000101041a000a00000001001d0000053e0010009c0000012a0000213d0000000a0100002900000005021002100000003f012000390000056003100197000005610030009c0000036e0000a13d0000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c00010430000005360020009c000002ea0000613d000005370020009c0000082a0000c13d0000000001000416000000000001004b0000082a0000c13d0000003301000039000000000201041a0000053d052001970000000003000411000000000035004b0000032c0000c13d0000006503000039000000000403041a0000054804400197000000000043041b0000054802200197000000000021041b00000000010004140000051c0010009c0000051c01008041000000c00110021000000546011001c70000800d02000039000000030300003900000566040000410000000006000019146a14600000040f0000000100200190000003b00000c13d0000082a0000013d0000052a0020009c000003230000613d0000052b0020009c0000082a0000c13d000000a40030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000402100370000000000202043b0000053e0020009c0000082a0000213d0000002304200039000000000034004b0000082a0000813d000b00040020003d0000000b04100360000000000404043b000c00000004001d0000053e0040009c0000082a0000213d0000000c02200029000a00240020003d0000000a0030006b0000082a0000213d0000002401100370000000000101043b000900000001001d0000053d0010009c0000082a0000213d000000e001000039000000400010043f0000002f01000039000000800010043f0000054a01000041000000a00010043f0000054b01000041000000c00010043f0000008001000039146a12700000040f0000000902000029000000000002004b000001fe0000613d000000400300043d0000054c01000041000800000003001d00000000001304350000000001000414000000040020008c0000057e0000c13d0000000103000031000000200030008c00000020040000390000000004034019000005a90000013d000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b0000053d0010009c0000082a0000213d0000003302000039000000000202041a0000053d022001970000000003000411000000000032004b0000032c0000c13d000000000001004b0000039d0000c13d0000051d01000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000056901000041000000c40010043f0000056801000041000000e40010043f00000520010000410000146c00010430000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b0000053d0010009c0000082a0000213d000000e002000039000000400020043f0000006002000039000000800020043f000000a00020043f000000c00020043f000000000010043f000000c901000039000000200010043f00000040020000390000000001000019146a144b0000040f000c00000001001d000000e001000039146a11200000040f0000000c01000029146a112b0000040f000000e00010043f0000000c010000290000000101100039146a112b0000040f000001000010043f0000000c010000290000000201100039146a112b0000040f000001200010043f0000002001000039000000400200043d000c00000002001d0000000002120436000000e001000039146a11b10000040f000002620000013d000000e40030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000016002000039000000400020043f0000000402100370000000000202043b0000053d0020009c0000082a0000213d000000800020043f0000002402100370000000000202043b000000a00020043f0000004402100370000000000202043b000000c00020043f0000006402100370000000000202043b000000e00020043f0000008402100370000000000202043b0000053d0020009c0000082a0000213d000c00000004001d000001000020043f000000a402100370000000000202043b000001200020043f000000c401100370000000000101043b000001400010043f000001a001000039000000400010043f0000001901000039000001600010043f0000056e01000041000001800010043f0000016001000039146a12700000040f000000800100043d0000053d02100198000001fe0000613d000001000100043d0000053d00100198000003fa0000c13d000000400100043d0000055e0200004100000000002104350000051c0010009c0000051c0100804100000040011002100000054d011001c70000146c00010430000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b000c00000001001d0000053d0010009c0000082a0000213d00000000030004150000000e0330008a0000000503300210000000000200041a0000ff0001200190000003410000c13d00000000030004150000000d0330008a0000000503300210000000ff00200190000003410000c13d000005650120019700000101011001bf0000000002000019000000000010041b0000ff0000100190000003640000613d000b00000002001d0000006501000039000000000201041a0000054802200197000000000021041b00000000010004110000053d061001970000003301000039000000000201041a0000054803200197000000000363019f000000000031041b00000000010004140000053d052001970000051c0010009c0000051c01008041000000c00110021000000546011001c70000800d0200003900000003030000390000056604000041146a14600000040f00000001002001900000082a0000613d000000000100041a0000ff0000100190000003640000613d000a00000001001d000000400100043d0000000c05000029000000000005004b000005db0000c13d00000064021000390000056803000041000000000032043500000044021000390000056903000041000000000032043500000024021000390000002503000039000003be0000013d000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b000c00000001001d0000053d0010009c0000082a0000213d146a11f20000040f0000000c01000029000000000010043f000000cc01000039000000200010043f00000040020000390000000001000019146a144b0000040f146a12070000040f0000002002000039000000400300043d000c00000003001d0000000002230436146a118a0000040f0000000c0200002900000000012100490000051c0010009c0000051c0100804100000060011002100000051c0020009c0000051c020080410000004002200210000000000121019f0000146b0001042e000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b0000053d0010009c0000082a0000213d000000000010043f000000ce01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000000000301041a000000400200043d000b00000002001d000a00000003001d0000000002320436000c00000002001d000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000a05000029000000000005004b0000000c060000290000000002060019000002a10000613d000000000101043b00000000030000190000000002060019000000000401041a0000053d04400197000000000242043600000001011000390000000103300039000000000053004b0000029a0000413d0000000b0300002900000000013200490000001f011000390000058e021001970000000001320019000000000021004b000000000200003900000001020040390000053e0010009c0000012a0000213d00000001002001900000012a0000c13d000000400010043f00000020020000390000000002210436000000000303043300000000003204350000004002100039000000000003004b000002bc0000613d000000000400001900000000650604340000053d0550019700000000025204360000000104400039000000000034004b000002b60000413d00000000021200490000037e0000013d0000000001000416000000000001004b0000082a0000c13d0000006501000039000000000101041a0000053d021001970000000001000411000000000012004b000003350000c13d146a13210000040f00000000010000190000146b0001042e000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000601043b0000053d0060009c0000082a0000213d0000003301000039000000000101041a0000053d051001970000000001000411000000000015004b0000032c0000c13d0000006501000039000000000201041a0000054802200197000000000262019f000000000021041b00000000010004140000051c0010009c0000051c01008041000000c00110021000000546011001c70000800d0200003900000003030000390000054904000041146a14600000040f0000000100200190000003b00000c13d0000082a0000013d000000240030008c0000082a0000413d0000000002000416000000000002004b0000082a0000c13d0000000401100370000000000101043b0000053d0010009c0000082a0000213d000000000010043f000000c901000039000000200010043f00000040020000390000000001000019146a144b0000040f000c00000001001d146a112b0000040f000900000001001d0000000c010000290000000101100039146a112b0000040f000b00000001001d0000000c010000290000000201100039146a112b0000040f0000006002000039000000400300043d000c00000003001d0000000002230436000800000002001d000a00000001001d00000060023000390000000901000029146a11780000040f00000000020100190000000c0120006a000000080300002900000000001304350000000b01000029146a11780000040f00000000020100190000000c030000290000004001300039000000000332004900000000003104350000000a01000029146a11780000040f0000000c0200002900000000012100490000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c010080410000006001100210000000000121019f0000146b0001042e0000000001000416000000000001004b0000082a0000c13d0000006501000039000000000101041a0000053d01100197000000800010043f0000055f010000410000146b0001042e0000051d01000041000000800010043f0000002001000039000000840010043f000000a40010043f0000058b01000041000000c40010043f0000058c010000410000146c000104300000051d01000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f0000056c01000041000000c40010043f0000056d01000041000000e40010043f00000520010000410000146c00010430000b00000003001d000900000001001d000a00000002001d000005570100004100000000001004430000000001000410000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b000003b20000c13d0000000a02000029000000ff0120018f000000010010008c0000000b010000290000000501100270000000000100003f000000010100603f000003b50000c13d000000090000006b0000021b0000613d0000058f01200197000000010200003900000001011001bf000000000010041b0000ff0000100190000002210000c13d000000400100043d00000064021000390000056a03000041000000000032043500000044021000390000056b03000041000000000032043500000024021000390000002b03000039000003be0000013d0000008001300039000000400010043f0000000a04000029000000800040043f000000000004004b000003860000c13d00000020020000390000000003210436000000800200043d0000000000230435000000400310003900000005042002100000000004340019000000000002004b000003c90000c13d00000000021400490000051c0020009c0000051c0200804100000060022002100000051c0010009c0000051c010080410000004001100210000000000112019f0000146b0001042e000005620030009c0000012a0000213d00000060030000390000000004000019000000a005100039000000400050043f00000000053104360000008006100039000000000006043500000060061000390000000000060435000000400610003900000000000604350000000000050435000000a00540003900000000001504350000002004400039000000000024004b000004110000813d000000400100043d000005520010009c0000038a0000a13d0000012a0000013d0000009702000039000000000302041a0000054804300197000000000414019f000000000042041b0000053d02300197000000800020043f000000a00010043f00000000010004140000051c0010009c0000051c01008041000000c0011002100000058d011001c70000800d0200003900000001030000390000056704000041146a14600000040f00000001002001900000082a0000613d00000000010000190000146b0001042e0000000b010000290000000501100270000000000100003f000000400100043d00000064021000390000056303000041000000000032043500000044021000390000056403000041000000000032043500000024021000390000002e0300003900000000003204350000051d0200004100000000002104350000000402100039000000200300003900000000003204350000051c0010009c0000051c01008041000000400110021000000551011001c70000146c00010430000000a0080000390000000007000019000003e40000013d0000000005ab0019000000000005043500000000050d04330000053d0550019700000000005c0435000000400590003900000000050504330000053d0550019700000040064000390000000000560435000000600590003900000000050504330000006006400039000000000056043500000080044000390000008005900039000000000505043300000000005404350000001f04a000390000058e0440019700000000044b00190000000107700039000000000027004b0000037d0000813d0000000009140049000000400990008a0000000003930436000000008908043400000000da090434000000a005000039000000000c540436000000a00b40003900000000ea0a04340000000000ab0435000000c00b40003900000000000a004b000003cc0000613d000000000f0000190000000005bf00190000000006fe001900000000060604330000000000650435000000200ff000390000000000af004b000003f20000413d000003cc0000013d000000400500043d000000e00100043d000000000001004b0000049d0000c13d0000006401500039000005860200004100000000002104350000004401500039000005870200004100000000002104350000002401500039000000230200003900000000002104350000051d0100004100000000001504350000000401500039000000200200003900000000002104350000051c0050009c0000051c05008041000000400150021000000551011001c70000146c0001043000000001010000390000801002000039000c00000000001d000b00000001001d000000000010043f000000ca01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c7146a14650000040f00000001002001900000082a0000613d000000000101043b000000000101041a0000053d01100197000000000010043f000000cc01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000701043b000000400600043d000005520060009c0000012a0000213d000000a008600039000000400080043f000000000107041a000000010210019000000001041002700000007f0440618f0000001f0040008c00000000030000390000000103002039000000000331013f0000000100300190000006e40000c13d0000000000480435000000000002004b000004610000613d000600000004001d000700000008001d000900000006001d000800000007001d000000000070043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000609000029000000000009004b000004680000613d0000000906000029000000c002600039000000000301043b0000000001000019000000080700002900000007080000290000000004120019000000000503041a000000000054043500000001033000390000002001100039000000000091004b000004590000413d0000046c0000013d0000058f01100197000000c0026000390000000000120435000000000004004b000000200100003900000000010060390000046c0000013d00000000010000190000000906000029000000080700002900000007080000290000003f011000390000058e021001970000000001820019000000000021004b000000000200003900000001020040390000053e0010009c0000012a0000213d00000001002001900000012a0000c13d000000400010043f00000000018604360000000102700039000000000202041a0000053d0220019700000000002104350000000201700039000000000101041a0000053d01100197000000400260003900000000001204350000000301700039000000000101041a0000006002600039000000000012043500000080016000390000000402700039000000000202041a0000000000210435000000800100043d0000000c02000029000000000021004b000009b00000a13d0000000501200210000000a0011000390000000000610435000000800100043d000000000021004b000009b00000a13d0000000b02000029000000010020003a000005d50000413d0000000a0020006c0000000101200039000c00000002001d0000801002000039000004140000413d000000400100043d000003740000013d0000056f0100004100000000001504350000000001000414000000040020008c000b00000002001d000004e10000c13d0000000103000031000000200030008c000000200400003900000000040340190000050f0000013d0000000c01000029000000000010043f000000cc01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000401043b000000000104041a000000010210019000000001051002700000007f0550618f0000001f0050008c00000000030000390000000103002039000000000032004b000006e40000c13d000900000004001d000000400300043d000700000003001d000600000005001d0000000003530436000800000003001d000000000002004b000006730000613d0000000901000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000606000029000000000006004b00000000020000190000000805000029000006790000613d000000000101043b00000000020000190000000003250019000000000401041a000000000043043500000001011000390000002002200039000000000062004b000004d90000413d000006790000013d0000051c0050009c0000051c03000041000000000305401900000040033002100000051c0010009c0000051c01008041000000c001100210000000000131019f0000054d011001c7000a00000005001d146a14650000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000a0b0000290000000a05700029000004fd0000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000004f90000c13d000000000006004b0000050a0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00030000000103550000000100200190000006070000613d00000000050b00190000001f01400039000000600110018f00000000040500190000000005510019000000000015004b000000000200003900000001020040390000053e0050009c0000012a0000213d00000001002001900000012a0000c13d000a00000005001d000000400050043f000000200030008c0000082a0000413d0000000002040433000900000002001d0000053d0020009c0000082a0000213d00000570020000410000000a04000029000000000024043500000000020004140000000b04000029000000040040008c000005570000613d0000000a010000290000051c0010009c0000051c0100804100000040011002100000051c0020009c0000051c02008041000000c002200210000000000112019f0000054d011001c70000000b02000029146a14650000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000a05700029000005440000613d000000000801034f0000000a09000029000000008a08043c0000000009a90436000000000059004b000005400000c13d000000000006004b000005510000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00030000000103550000000100200190000006ea0000613d0000001f01400039000000600110018f0000000a011000290000053e0010009c0000012a0000213d000000400010043f000000200030008c0000082a0000413d0000000a010000290000000001010433000a00000001001d0000053d0010009c0000082a0000213d0000000901000029000000000010043f000000cc01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b0000000101100039000000000101041a0000053d00100198000008f30000c13d000000400100043d00000064021000390000058403000041000000000032043500000044021000390000058503000041000000000032043500000024021000390000002103000039000003be0000013d00000008030000290000051c0030009c0000051c0300804100000040033002100000051c0010009c0000051c01008041000000c001100210000000000131019f0000054d011001c7146a14650000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000805700029000005980000613d000000000801034f0000000809000029000000008a08043c0000000009a90436000000000059004b000005940000c13d000000000006004b000005a50000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00030000000103550000000100200190000006550000613d0000001f01400039000000600210018f0000000801200029000000000021004b000000000200003900000001020040390000053e0010009c0000012a0000213d00000001002001900000012a0000c13d000000400010043f000000200030008c0000082a0000413d000000080200002900000000020204330000053d0020009c0000082a0000213d000000000002004b000001ff0000613d0000000901000029000000000010043f000000cc01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b0000000101100039000000000101041a0000053d00100198000007240000c13d0000000c01000029000000640010008c000000dd0000213d000000cb01000039000000000201041a000800010020003e0000082c0000c13d0000058301000041000000000010043f0000001101000039000000040010043f0000055a010000410000146c000104300000009702000039000000000302041a0000054804300197000000000454019f000000000042041b000000200210003900000000005204350000053d0230019700000000002104350000051c0010009c0000051c01008041000000400110021000000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000542011001c70000800d0200003900000001030000390000056704000041146a14600000040f00000001002001900000082a0000613d0000000b0000006b000003b00000c13d0000ff010100008a0000000a0110017f000000000010041b000000400100043d000000010300003900000000003104350000051c0010009c0000051c01008041000000400110021000000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000544011001c70000800d020000390000052204000041000003ad0000013d0000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000060e0000c13d000006600000013d0000058f01100197000000080600002900000080026000390000000000120435000000070000006b000000200200003900000000020060390000003f012000390000058e021001970000000a01200029000000000021004b000000000200003900000001020040390000053e0010009c00000009050000290000012a0000213d00000001002001900000012a0000c13d000000400010043f0000000a010000290000000001160436000700000001001d0000000101500039000000000201041a000000010320019000000001042002700000007f0440618f000a00000004001d0000001f0040008c00000000040000390000000104002039000000000442013f0000000100400190000006e40000c13d000000400400043d000600000004001d0000000a050000290000000004540436000500000004001d000000000003004b000006c30000613d000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000a05000029000000000005004b00000000020000190000000506000029000006c90000613d000000000101043b00000000020000190000000003260019000000000401041a000000000043043500000001011000390000002002200039000000000052004b0000064d0000413d000006c90000013d0000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000065c0000c13d000000000005004b0000066d0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000051c0020009c0000051c020080410000004002200210000000000112019f0000146c000104300000058f0110019700000008020000290000000000120435000000060000006b000000200200003900000000020060390000003f012000390000058e021001970000000701200029000000000021004b000000000200003900000001020040390000053e0010009c0000012a0000213d00000001002001900000012a0000c13d000000400010043f0000000901000029000000000101041a000000010010019000000001021002700000007f0220618f000600000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006e40000c13d0000000601000029000000200010008c000006af0000413d0000000901000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000b030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000006010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000006af0000813d000000000002041b0000000102200039000000000012004b000006ab0000413d0000000b010000290000001f0010008c000006f60000a13d0000000901000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000200300008a0000000b02300180000000000101043b000007bd0000c13d0000000003000019000007c80000013d0000058f01200197000000050200002900000000001204350000000a0000006b000000200200003900000000020060390000003f012000390000058e021001970000000601200029000000000021004b000000000200003900000001020040390000053e0010009c00000009030000290000012a0000213d00000001002001900000012a0000c13d000000400010043f0000000701000029000000060200002900000000002104350000000201300039000000000201041a000000010320019000000001042002700000007f0440618f000a00000004001d0000001f0040008c00000000040000390000000104002039000000000442013f0000000100400190000007040000613d0000058301000041000000000010043f0000002201000039000000040010043f0000055a010000410000146c000104300000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000006f10000c13d000006600000013d0000000b0000006b0000000001000019000006fc0000613d0000000a010000290000000201100367000000000101043b0000000b040000290000000302400210000005900220027f0000059002200167000000000121016f0000000102400210000000000121019f000007d70000013d000000400400043d000900000004001d0000000a050000290000000004540436000600000004001d000000000003004b0000072e0000613d000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000a05000029000000000005004b00000000020000190000000606000029000007340000613d000000000101043b00000000020000190000000003260019000000000401041a000000000043043500000001011000390000002002200039000000000052004b0000071c0000413d000007340000013d000000400100043d00000064021000390000054f03000041000000000032043500000044021000390000055003000041000000000032043500000024021000390000003303000039000003be0000013d0000058f01200197000000060200002900000000001204350000000a0000006b000000200200003900000000020060390000003f012000390000058e021001970000000901200029000000000021004b000000000200003900000001020040390000053e0010009c00000008030000290000012a0000213d00000001002001900000012a0000c13d000000400010043f0000004001300039000a00000001001d000000090200002900000000002104350000000c01000029000000000010043f000000c901000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d0000000b05000029000900040050003d00000002030003670000000902300360000000000402043b00000000020000310000000005520049000000230550008a00000545065001970000054507400197000000000867013f000000000067004b00000000060000190000054506004041000000000054004b00000000050000190000054505008041000005450080009c000000000605c019000000000101043b000600000001001d000000000006004b0000082a0000c13d0000000901400029000000000313034f000000000303043b000500000003001d0000053e0030009c0000082a0000213d000000050220006a000000200510003900000545012001970000054503500197000000000413013f000000000013004b00000000010000190000054501004041000400000005001d000000000025004b00000000020000190000054502002041000005450040009c000000000102c019000000000001004b0000082a0000c13d0000000601000029000000000101041a000000010010019000000001021002700000007f0220618f000300000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006e40000c13d0000000301000029000000200010008c000007a90000413d0000000601000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d00000005030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000003010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000007a90000813d000000000002041b0000000102200039000000000012004b000007a50000413d00000005010000290000001f0010008c000009cd0000a13d0000000601000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000200200008a0000000502200180000000000101043b000009db0000c13d0000000003000019000009e60000013d000000020400036700000000030000190000000a060000290000000005630019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b000007c00000413d0000000b0020006c000007d40000813d0000000b020000290000000302200210000000f80220018f000005900220027f00000590022001670000000a033000290000000203300367000000000303043b000000000223016f000000000021041b0000000b01000029000000010110021000000001011001bf0000000902000029000000000012041b0000004002000039000000400100043d000000000221043600000007030000290000000003030433000000400410003900000000003404350000006004100039000000000003004b0000000808000029000007ec0000613d000000000500001900000000064500190000000007580019000000000707043300000000007604350000002005500039000000000035004b000007e50000413d000000000534001900000000000504350000001f033000390000058e06000041000000000363016f0000000003340019000000000413004900000000004204350000000b05000029000000000253043600000000046501700000001f0550018f00000000034200190000000a060000290000000206600367000008020000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b000007fe0000c13d000000000005004b0000080f0000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000b040000290000001f034000390000058e0330019700000000044200190000000000040435000000000313004900000000022300190000051c0020009c0000051c0200804100000060022002100000051c0010009c0000051c010080410000004001100210000000000112019f00000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000546011001c70000800d02000039000000020300003900000589040000410000000c05000029146a14600000040f0000000100200190000003b00000c13d00000000010000190000146c000104300000000802000029000000000021041b000000400100043d000700000001001d000005520010009c0000012a0000213d0000000c010000290000001f011000390000058e011001970000003f011000390000058e021001970000000701000029000000a001100039000000400010043f00000000022100190000053e0020009c0000012a0000213d000000400020043f0000000c0200002900000000002104350000000a03000029000000000030007c0000082a0000213d0000000c030000290000058e043001980000001f0530018f0000000702000029000000c00220003900000000034200190000000b0600002900000020066000390000000206600367000008530000613d000000000706034f0000000008020019000000007907043c0000000008980436000000000038004b0000084f0000c13d000000000005004b000008600000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000c022000290000000000020435000000070300002900000040043000390000000902000029000c00000004001d000000000024043500000000021304360000000001000411000b00000002001d00000000001204350000055301000041000000000010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000554011001c70000800b02000039146a14650000040f0000000100200190000010cc0000613d000000000101043b00000007020000290000006002200039000a00000002001d00000000001204350000055501000041000000000010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000554011001c70000800b02000039146a14650000040f0000000100200190000010cc0000613d000000000101043b00000007020000290000008002200039000600000002001d00000000001204350000000801000029000000000010043f000000ca01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000000000201041a00000548022001970000000903000029000000000232019f000000000021041b000000000030043f000000cc01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000500000001001d00000007010000290000000001010433000300000001001d0000000021010434000200000002001d000400000001001d0000053e0010009c0000012a0000213d0000000501000029000000000101041a000000010010019000000001021002700000007f0220618f000100000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006e40000c13d0000000101000029000000200010008c000008df0000413d0000000501000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d00000004030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000001010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000008df0000813d000000000002041b0000000102200039000000000012004b000008db0000413d00000004010000290000001f0010008c00000a7e0000a13d0000000501000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000200200008a0000000403200180000000000101043b00000b200000c13d000000200200003900000b2d0000013d0000000901000029000000000010043f000000cd01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b0000000a02000029000000000020043f000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000000000101041a0000053d00100198000009b60000c13d000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400200043d00000575010000410000000000120435000800000002001d00000004012000390000000b02000029000000000021043500000000010004140000000902000029000000040020008c0000093d0000613d00000008020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000a630000613d00000008010000290000053e0010009c0000012a0000213d0000000801000029000000400010043f000000c00100043d000700000001001d000000a00100043d000800000001001d000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400200043d00000044012000390000000703000029000000000031043500000024012000390000000803000029000000000031043500000576010000410000000001120436000500000001001d000800000002001d00000004012000390000000b02000029000000000021043500000000010004140000000902000029000000040020008c000009790000613d00000008020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f00000577011001c70000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000a8b0000613d00000008010000290000053e0010009c0000012a0000213d0000000801000029000000400010043f000005780010009c0000012a0000213d00000008020000290000004001200039000000400010043f0000000101000039000400000001001d000000000012043500000000010000310000000201100367000000000301043b00000005010000290000000000310435000000400100043d000700000001001d000005780010009c0000012a0000213d00000007020000290000004001200039000000400010043f000000010100003900000000011204360000000000310435000000400200043d000600000002001d000005780020009c0000012a0000213d00000006040000290000004002400039000000400020043f00000001020000390000000002240436000000000032043500000008030000290000000003030433000000000003004b000009b00000613d000001200300043d0000000504000029000000000034043500000007030000290000000003030433000000000003004b000009b00000613d000001400300043d000000000031043500000006010000290000000001010433000000000001004b00000c510000c13d0000058301000041000000000010043f0000003201000039000000040010043f0000055a010000410000146c00010430000000400100043d0000008402100039000005710300004100000000003204350000006402100039000005720300004100000000003204350000004402100039000005730300004100000000003204350000002402100039000000440300003900000000003204350000051d0200004100000000002104350000000402100039000000200300003900000000003204350000051c0010009c0000051c01008041000000400110021000000574011001c70000146c00010430000000050000006b0000000001000019000009d30000613d00000004010000290000000201100367000000000101043b00000005040000290000000302400210000005900220027f0000059002200167000000000121016f0000000102400210000000000121019f000009f50000013d0000000204000367000000000300001900000004060000290000000005630019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b000009de0000413d000000050020006c000009f20000813d00000005020000290000000302200210000000f80220018f000005900220027f000005900220016700000004033000290000000203300367000000000303043b000000000223016f000000000021041b0000000501000029000000010110021000000001011001bf0000000602000029000000000012041b0000000901000029000500200010003d00000002020003670000000501200360000000000301043b00000000010000310000000b0410006a000000230440008a00000545054001970000054506300197000000000756013f000000000056004b00000000050000190000054505004041000000000043004b00000000040000190000054504008041000005450070009c000000000504c019000000000005004b0000082a0000c13d0000000903300029000000000232034f000000000202043b000400000002001d0000053e0020009c0000082a0000213d000000040110006a000000200530003900000545021001970000054503500197000000000423013f000000000023004b00000000020000190000054502004041000300000005001d000000000015004b00000000010000190000054501002041000005450040009c000000000201c019000000000002004b0000082a0000c13d00000006010000290000000101100039000200000001001d000000000101041a000000010010019000000001021002700000007f0220618f000100000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006e40000c13d0000000101000029000000200010008c00000a4f0000413d0000000201000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d00000004030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000001010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000a4f0000813d000000000002041b0000000102200039000000000012004b00000a4b0000413d00000004010000290000001f0010008c00000a700000a13d0000000201000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000200200008a0000000402200180000000000101043b00000a980000c13d000000000300001900000aa30000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000a6b0000c13d000006600000013d000000040000006b000000000100001900000a760000613d00000003010000290000000201100367000000000101043b00000004040000290000000302400210000005900220027f0000059002200167000000000121016f0000000102400210000000000121019f00000ab20000013d000000040000006b000000000100001900000a830000613d0000000201000029000000000101043300000004040000290000000302400210000005900220027f0000059002200167000000000121016f0000000102400210000000000121019f00000b3b0000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000a930000c13d000006600000013d0000000204000367000000000300001900000003060000290000000005630019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b00000a9b0000413d000000040020006c00000aaf0000813d00000004020000290000000302200210000000f80220018f000005900220027f000005900220016700000003033000290000000203300367000000000303043b000000000223016f000000000021041b0000000401000029000000010110021000000001011001bf0000000202000029000000000012041b0000000501000029000400200010003d00000002020003670000000401200360000000000301043b00000000010000310000000b0410006a000000230440008a00000545054001970000054506300197000000000756013f000000000056004b00000000050000190000054505004041000000000043004b00000000040000190000054504008041000005450070009c000000000504c019000000000005004b0000082a0000c13d0000000903300029000000000232034f000000000202043b000300000002001d0000053e0020009c0000082a0000213d000000030110006a000000200530003900000545021001970000054503500197000000000423013f000000000023004b00000000020000190000054502004041000b00000005001d000000000015004b00000000010000190000054501002041000005450040009c000000000201c019000000000002004b0000082a0000c13d00000006010000290000000201100039000600000001001d000000000101041a000000010010019000000001021002700000007f0220618f000200000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006e40000c13d0000000201000029000000200010008c00000b0c0000413d0000000601000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d00000003030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000002010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000b0c0000813d000000000002041b0000000102200039000000000012004b00000b080000413d00000003010000290000001f0010008c00000c430000a13d0000000601000029000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000200200008a0000000302200180000000000101043b00000d580000c13d000000000300001900000d620000013d000000010230008a0000000502200270000000000421001900000020020000390000000104400039000000030600002900000000056200190000000005050433000000000051041b00000020022000390000000101100039000000000041004b00000b260000c13d000000040030006c00000b380000813d00000004030000290000000303300210000000f80330018f000005900330027f000005900330016700000003022000290000000002020433000000000232016f000000000021041b0000000401000029000000010110021000000001011001bf0000000504000029000000000014041b0000000b0100002900000000010104330000053d011001970000000102400039000000000302041a0000054803300197000000000113019f000000000012041b0000000c0100002900000000010104330000053d011001970000000202400039000000000302041a0000054803300197000000000113019f000000000012041b0000000a0100002900000000010104330000000302400039000000000012041b000000040140003900000006020000290000000002020433000000000021041b0000002002000039000000400100043d000000000221043600000007030000290000000003030433000000a0040000390000000000420435000000c00210003900000000430304340000000000320435000000e002100039000000000003004b00000b6a0000613d000000000500001900000000062500190000000007540019000000000707043300000000007604350000002005500039000000000035004b00000b630000413d000000000432001900000000000404350000000b0400002900000000040404330000053d04400197000000400510003900000000004504350000000c0400002900000000040404330000053d04400197000000600510003900000000004504350000000a0400002900000000040404330000008005100039000000000045043500000006040000290000000004040433000000a00510003900000000004504350000001f033000390000058e03300197000000000313004900000000022300190000051c0020009c0000051c0200804100000060022002100000051c0010009c0000051c010080410000004001100210000000000112019f00000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000546011001c70000800d02000039000000020300003900000556040000410000000905000029146a14600000040f00000001002001900000082a0000613d000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400200043d0000055901000041000000000012043500000044010000390000000201100367000000000101043b000c00000002001d0000000402200039000000000012043500000000010004140000000902000029000000040020008c00000bc40000613d0000000c020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000c360000613d0000000c010000290000053e0010009c0000012a0000213d0000000c01000029000000400010043f000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400200043d0000055b01000041000000000012043500000064010000390000000201100367000000000101043b000c00000002001d0000000402200039000000000012043500000000010004140000000902000029000000040020008c00000bf70000613d0000000c020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000e9f0000613d0000000c010000290000053e0010009c0000012a0000213d0000000c01000029000000400010043f000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400200043d0000055c01000041000000000012043500000084010000390000000201100367000000000101043b000c00000002001d0000000402200039000000000012043500000000010004140000000902000029000000040020008c00000c2a0000613d0000000c020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000eb90000613d0000000c010000290000053e0010009c0000012a0000213d0000000c02000029000000400020043f000000080100002900000000001204350000051c0020009c0000051c0200804100000040012002100000055d011001c70000146b0001042e0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000c3e0000c13d000006600000013d000000030000006b000000000100001900000c490000613d0000000b010000290000000201100367000000000101043b00000003040000290000000302400210000005900220027f0000059002200167000000000121016f0000000102400210000000000121019f00000d710000013d0000000b010000290000000000120435000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400400043d000005790100004100000000001404350000000401400039000000400200003900000000002104350000000602000029000000000302043300000044024000390000000000320435000500000004001d0000006402400039000000000003004b00000c7a0000613d00000000040000190000000605000029000000200550003900000000060504330000053d0660019700000000026204360000000104400039000000000034004b00000c730000413d0000000001120049000000050300002900000024033000390000000000130435000000080100002900000000030104330000000001320436000000000003004b00000c8c0000613d000000000200001900000008040000290000002004400039000800000004001d000000000404043300000000014104360000000102200039000000000032004b00000c840000413d00000000020004140000000903000029000000040030008c00000ca50000613d000000050300002900000000013100490000051c0010009c0000051c0100804100000060011002100000051c0030009c0000051c030080410000004003300210000000000131019f0000051c0020009c0000051c02008041000000c002200210000000000121019f0000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000eac0000613d00000005010000290000053e0010009c0000012a0000213d0000000501000029000000400010043f000005570100004100000000001004430000000901000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b0000082a0000613d000000400400043d0000057a0100004100000000001404350000000401400039000000400200003900000000002104350000000602000029000000000302043300000044024000390000000000320435000800000004001d0000006402400039000000000003004b00000cd20000613d000000000400001900000006050000290000002005500039000600000005001d00000000050504330000053d0550019700000000025204360000000104400039000000000034004b00000cc90000413d0000000001120049000000080300002900000024033000390000000000130435000000070100002900000000030104330000000001320436000000000003004b00000ce40000613d000000000200001900000007040000290000002004400039000700000004001d000000000404043300000000014104360000000102200039000000000032004b00000cdc0000413d00000000020004140000000903000029000000040030008c00000cfd0000613d000000080300002900000000013100490000051c0010009c0000051c0100804100000060011002100000051c0030009c0000051c030080410000004003300210000000000131019f0000051c0020009c0000051c02008041000000c002200210000000000121019f0000000902000029146a14600000040f000000000301001900000060033002700001051c0030019d0003000000010355000000010020019000000ec60000613d00000008010000290000053e0010009c0000012a0000213d0000000801000029000000400010043f0000000901000029000000000010043f000000cd01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b0000000a02000029000000000020043f000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000000000201041a00000548022001970000000b022001af000000000021041b0000000a01000029000000000010043f000000ce01000039000000200010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000542011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b000000000201041a000800000002001d0000053e0020009c0000012a0000213d00000008020000290000000102200039000000000021041b000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000082a0000613d000000000101043b0000000801100029000000000201041a000005480220019700000009022001af000000000021041b0000057b01000041000000e00200043d000700000002001d000000400300043d00000000001304350000000002000410000800000003001d0000000401300039000000000021043500000000010004140000000a02000029000000040020008c00000ed30000c13d0000000103000031000000200030008c0000002004000039000000000403401900000eff0000013d000000020400036700000000030000190000000b05300029000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b00000d5a0000413d000000030020006c00000d6e0000813d00000003020000290000000302200210000000f80220018f000005900220027f00000590022001670000000b033000290000000203300367000000000303043b000000000223016f000000000021041b0000000301000029000000010110021000000001011001bf0000000602000029000000000012041b0000004002000039000000400100043d000000000321043600000008020000290000000004020433000000400210003900000060070000390000000000720435000000a00510003900000000640404340000000000450435000000c005100039000000000004004b00000d890000613d00000000080000190000000009580019000000000a860019000000000a0a04330000000000a904350000002008800039000000000048004b00000d820000413d000000000645001900000000000604350000001f044000390000058e0440019700000000044500190000000005240049000000070600002900000000060604330000006008100039000000000058043500000000650604340000000004540436000000000005004b00000d9f0000613d00000000080000190000000009480019000000000a860019000000000a0a04330000000000a904350000002008800039000000000058004b00000d980000413d000000000654001900000000000604350000001f055000390000058e05500197000000000654001900000000022600490000000a0400002900000000040404330000008005100039000000000025043500000000540404340000000002460436000000000004004b00000db50000613d000000000600001900000000082600190000000009650019000000000909043300000000009804350000002006600039000000000046004b00000dae0000413d000000000542001900000000000504350000001f044000390000058e0440019700000000024200190000000004120049000000000043043500000002030003670000000904300360000000000804043b0000000004000031000000090540006a0000001f0550008a00000545065001970000054509800197000000000a69013f000000000069004b00000000090000190000054509004041000000000058004b000000000b000019000005450b0080410000054500a0009c00000000090bc019000000000009004b0000082a0000c13d0000000909800029000000000893034f000000000808043b0000053e0080009c0000082a0000213d000000200a900039000000000984004900000000009a004b000000000b000019000005450b0020410000054509900197000005450ca00197000000000d9c013f00000000009c004b000000000900001900000545090040410000054500d0009c00000000090bc019000000000009004b0000082a0000c13d0000000007720436000b00000007001d00000060072000390000000000870435000000000ba3034f0000058e0c8001980000001f0d80018f000000800a2000390000000007ca001900000df30000613d000000000e0b034f000000000f0a001900000000e90e043c000000000f9f043600000000007f004b00000def0000c13d00000000000d004b00000e000000613d0000000009cb034f000000030bd00210000000000c070433000000000cbc01cf000000000cbc022f000000000909043b000001000bb000890000000009b9022f0000000009b901cf0000000009c9019f00000000009704350000000007a8001900000000000704350000000507300360000000000707043b0000054509700197000000000b69013f000000000069004b00000000090000190000054509004041000000000057004b000000000c000019000005450c0080410000054500b0009c00000000090cc019000000000009004b0000082a0000c13d000000090b7000290000000007b3034f000000000707043b0000053e0070009c0000082a0000213d000000200bb00039000000000974004900000000009b004b000000000c000019000005450c0020410000054509900197000005450db00197000000000e9d013f00000000009d004b000000000900001900000545090040410000054500e0009c00000000090cc019000000000009004b0000082a0000c13d0000001f088000390000058e0c0000410000000008c8016f0000000008a8001900000000092800490000000b0a00002900000000009a0435000000000ab3034f0000000008780436000000000bc701700000001f0c70018f0000000009b8001900000e370000613d000000000d0a034f000000000e08001900000000df0d043c000000000efe043600000000009e004b00000e330000c13d00000000000c004b00000e440000613d000000000aba034f000000030bc00210000000000c090433000000000cbc01cf000000000cbc022f000000000a0a043b000001000bb00089000000000aba022f000000000aba01cf000000000aca019f0000000000a90435000000000987001900000000000904350000000409300360000000000909043b000005450a900197000000000b6a013f00000000006a004b00000000060000190000054506004041000000000059004b000000000500001900000545050080410000054500b0009c000000000605c019000000000006004b0000082a0000c13d0000000906900029000000000563034f000000000505043b0000053e0050009c0000082a0000213d00000020066000390000000004540049000000000046004b000000000900001900000545090020410000054504400197000005450a600197000000000b4a013f00000000004a004b000000000400001900000545040040410000054500b0009c000000000409c019000000000004004b0000082a0000c13d0000001f047000390000058e09000041000000000494016f0000000007840019000000000427004900000040022000390000000000420435000000000463034f000000000257043600000000069501700000001f0750018f000000000362001900000e7b0000613d000000000804034f0000000009020019000000008a08043c0000000009a90436000000000039004b00000e770000c13d000000000007004b00000e880000613d000000000464034f0000000306700210000000000703043300000000076701cf000000000767022f000000000404043b0000010006600089000000000464022f00000000046401cf000000000474019f0000000000430435000000000325001900000000000304350000001f035000390000058e03300197000000000212004900000000023200190000051c0020009c0000051c0200804100000060022002100000051c0010009c0000051c010080410000004001100210000000000112019f00000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000546011001c70000800d0200003900000002030000390000054704000041000008260000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000ea70000c13d000006600000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000eb40000c13d000006600000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000ec10000c13d000006600000013d0000051c033001970000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000ece0000c13d000006600000013d00000008020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000a02000029146a14650000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000080570002900000eee0000613d000000000801034f0000000809000029000000008a08043c0000000009a90436000000000059004b00000eea0000c13d000000000006004b00000efb0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0003000000010355000000010020019000000f330000613d0000001f01400039000000600110018f0000000802100029000000000012004b000000000100003900000001010040390000053e0020009c0000012a0000213d00000001001001900000012a0000c13d000000400020043f000000200030008c0000082a0000413d00000008010000290000000001010433000600000001001d00000020012000390000057c03000041000000000031043500000064012000390000000703000029000000000031043500000044012000390000000003000410000000000031043500000024012000390000000003000411000000000031043500000064010000390000000000120435000005520020009c0000012a0000213d000000a001200039000000400010043f0000000a01000029146a133a0000040f0000057b01000041000000400200043d0000000000120435000800000002001d00000004012000390000000002000410000000000021043500000000010004140000000a02000029000000040020008c00000f3f0000c13d0000000103000031000000200030008c0000002004000039000000000403401900000f6b0000013d0000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000f3a0000c13d000006600000013d00000008020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f0000055a011001c70000000a02000029146a14650000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000080570002900000f5a0000613d000000000801034f0000000809000029000000008a08043c0000000009a90436000000000059004b00000f560000c13d000000000006004b00000f670000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0003000000010355000000010020019000000f970000613d0000001f01400039000000600110018f0000000802100029000000000012004b00000000010000390000000101004039000700000002001d0000053e0020009c0000012a0000213d00000001001001900000012a0000c13d0000000701000029000000400010043f000000200030008c0000082a0000413d000000080100002900000000010104330008000600100074000005d50000413d000000070500002900000020025000390000057d01000041000000000012043500000024015000390000000b0400002900000000004104350000004401000039000000000015043500000044015000390000000000010435000005610050009c0000012a0000213d00000007040000290000008001400039000000400010043f000000000504043300000000040004140000000a06000029000000040060008c00000fa30000c13d0000053e0030009c0000012a0000213d000000010200003900000fb90000013d0000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b00000f9e0000c13d000006600000013d0000051c0020009c0000051c0200804100000040012002100000051c0050009c0000051c050080410000006002500210000000000112019f0000051c0040009c0000051c04008041000000c002400210000000000112019f0000000a02000029146a14600000040f000000010220018f000300000001035500000060011002700001051c0010019d0000051c0310019800000fb80000c13d000000600100003900000fe00000013d000000400100043d0000001f043000390000057e044001970000003f044000390000057f054001970000000004150019000000000054004b000000000500003900000001050040390000053e0040009c0000012a0000213d00000001005001900000012a0000c13d000000400040043f00000000063104360000058e043001980000001f0530018f000c00000006001d0000000003460019000000030600036700000fd30000613d000000000706034f0000000c08000029000000007907043c0000000008980436000000000038004b00000fcf0000c13d000000000005004b00000fe00000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000000002004b0000100c0000613d0000000002000415000000120220008a00060005002002180000000001010433000000000001004b00000ff80000613d0000053f0010009c0000000c020000290000082a0000213d000000200010008c0000082a0000413d0000000001020433000000000001004b0000000002000039000000010200c039000000000021004b0000082a0000c13d0000000002000415000000110220008a0006000500200218000000000001004b0000100c0000613d000005570100004100000000001004430000000a01000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b00000006010000290000000501100270000000000100003f000000010100c03f000010200000c13d000000400200043d00000020012000390000057d03000041000000000031043500000024012000390000000b0300002900000000003104350000004401000039000000000012043500000044012000390000000000010435000005610020009c0000012a0000213d0000008001200039000000400010043f0000000a01000029146a133a0000040f0000000a010000290000000702000029146a133a0000040f000000400400043d00000044014000390000000802000029000000000021043500000020014000390000057d02000041000000000021043500000024024000390000000b03000029000000000032043500000044020000390000000000240435000c00000004001d000005610040009c0000012a0000213d0000000c030000290000008002300039000000400020043f000000000303043300000000020004140000000a04000029000000040040008c000010390000c13d00000001030000310000104b0000013d0000051c0010009c0000051c0100804100000040011002100000051c0030009c0000051c030080410000006003300210000000000113019f0000051c0020009c0000051c02008041000000c002200210000000000121019f0000000a02000029146a14600000040f0004000100200193000300000001035500000060011002700001051c0010019d0000051c03100197000000000003004b000010500000c13d00000060020000390000008001000039000010790000013d0000053e0030009c0000012a0000213d0000001f013000390000058e011001970000003f011000390000058e01100197000000400200043d0000000001120019000000000021004b000000000500003900000001050040390000053e0010009c0000012a0000213d00000001005001900000012a0000c13d000000400010043f00000000013204360000058e043001980000001f0530018f000000000341001900000003060003670000106c0000613d000000000706034f0000000008010019000000007907043c0000000008980436000000000038004b000010680000c13d000000000005004b000010790000613d000000000446034f0000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000430435000000040000006b000010a40000613d0000000003000415000000100330008a00070005003002180000000002020433000000000002004b000010900000613d0000053f0020009c0000082a0000213d000000200020008c0000082a0000413d0000000001010433000000000001004b0000000002000039000000010200c039000000000021004b0000082a0000c13d00000000020004150000000f0220008a0007000500200218000000000001004b000010a40000613d000005570100004100000000001004430000000a01000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000010cc0000613d000000000101043b000000000001004b00000007010000290000000501100270000000000100003f000000010100c03f000010b80000c13d000000400200043d00000020012000390000057d03000041000000000031043500000024012000390000000b0300002900000000003104350000004401000039000000000012043500000044012000390000000000010435000005610020009c0000012a0000213d0000008001200039000000400010043f0000000a01000029146a133a0000040f0000000a010000290000000c02000029146a133a0000040f000000400400043d0000002401400039000001000200043d00000008030000290000000000310435000005800100004100000000001404350000053d01200197000c00000004001d0000000402400039000000000012043500000000010004140000000b02000029000000040020008c000010cd0000c13d0000000103000031000000200030008c00000020040000390000000004034019000010f90000013d000000000001042f0000000c020000290000051c0020009c0000051c0200804100000040022002100000051c0010009c0000051c01008041000000c001100210000000000121019f00000581011001c70000000b02000029146a14600000040f000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000c05700029000010e80000613d000000000801034f0000000c09000029000000008a08043c0000000009a90436000000000059004b000010e40000c13d000000000006004b000010f50000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00030000000103550000000100200190000011140000613d0000001f01400039000000600210018f0000000c01200029000000000021004b000000000200003900000001020040390000053e0010009c0000012a0000213d00000001002001900000012a0000c13d000000400010043f000000200030008c0000082a0000413d00000000010004140000051c0010009c0000051c01008041000000c00110021000000546011001c70000800d020000390000000303000039000005820400004100000009050000290000000b06000029146a14600000040f0000000100200190000003b00000c13d0000082a0000013d0000001f0530018f0000054e06300198000000400200043d0000000004620019000006600000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000111b0000c13d000006600000013d000005910010009c000011250000813d0000006001100039000000400010043f000000000001042d0000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c000104300003000000000002000000000201041a000000010320019000000001062002700000007f0660618f0000001f0060008c00000000040000390000000104002039000000000043004b0000116a0000c13d000000400500043d0000000004650436000000000003004b000011550000613d000100000004001d000300000006001d000200000005001d000000000010043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f0000000100200190000011760000613d0000000306000029000000000006004b0000115b0000613d000000000201043b0000000001000019000000020500002900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000061004b0000114d0000413d0000115d0000013d0000058f012001970000000000140435000000000006004b000000200100003900000000010060390000115d0000013d000000000100001900000002050000290000003f011000390000058e021001970000000001520019000000000021004b000000000200003900000001020040390000053e0010009c000011700000213d0000000100200190000011700000c13d000000400010043f0000000001050019000000000001042d0000058301000041000000000010043f0000002201000039000000040010043f0000055a010000410000146c000104300000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c0001043000000000010000190000146c0001043000000000430104340000000001320436000000000003004b000011840000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000032004b0000117d0000413d000000000231001900000000000204350000001f023000390000058e022001970000000001210019000000000001042d0000000053010434000000a0040000390000000006420436000000a00820003900000000740304340000000000480435000000c003200039000000000004004b0000119b0000613d00000000080000190000000009380019000000000a870019000000000a0a04330000000000a904350000002008800039000000000048004b000011940000413d0000000007430019000000000007043500000000050504330000053d055001970000000000560435000000400510003900000000050504330000053d0550019700000040062000390000000000560435000000600510003900000000050504330000006006200039000000000056043500000080022000390000008001100039000000000101043300000000001204350000001f014000390000058e011001970000000001130019000000000001042d0000000043010434000000600500003900000000055204360000006006200039000000007303043400000000003604350000008006200039000000000003004b000011c20000613d00000000080000190000000009680019000000000a870019000000000a0a04330000000000a904350000002008800039000000000038004b000011bb0000413d000000000736001900000000000704350000001f073000390000058e07700197000000000776001900000000040404330000000006270049000000000065043500000000650404340000000004570436000000000005004b000011d60000613d000000000700001900000000084700190000000009760019000000000909043300000000009804350000002007700039000000000057004b000011cf0000413d000000000654001900000000000604350000001f055000390000058e0550019700000000055400190000004001100039000000000101043300000000042500490000004002200039000000000042043500000000420104340000000001250436000000000002004b000011ec0000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000025004b000011e50000413d000000000421001900000000000404350000001f022000390000058e022001970000000001210019000000000001042d000000400100043d000005920010009c000012010000813d000000a002100039000000400020043f000000600200003900000000022104360000008003100039000000000003043500000060031000390000000000030435000000400110003900000000000104350000000000020435000000000001042d0000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c0001043000040000000000020000000007010019000000400600043d000005920060009c000012620000813d000000a008600039000000400080043f000000000107041a000000010210019000000001041002700000007f0440618f0000001f0040008c00000000030000390000000103002039000000000032004b000012680000c13d0000000000480435000000000002004b000012390000613d000300000004001d000100000008001d000400000006001d000200000007001d000000000070043f00000000010004140000051c0010009c0000051c01008041000000c00110021000000544011001c70000801002000039146a14650000040f00000001002001900000126e0000613d0000000309000029000000000009004b0000000406000029000012400000613d000000c002600039000000000301043b0000000001000019000000020700002900000001080000290000000004120019000000000503041a000000000054043500000001033000390000002001100039000000000091004b000012310000413d000012430000013d0000058f01100197000000c0026000390000000000120435000000000004004b00000020010000390000000001006039000012430000013d0000000001000019000000020700002900000001080000290000003f011000390000058e021001970000000001820019000000000021004b000000000200003900000001020040390000053e0010009c000012620000213d0000000100200190000012620000c13d000000400010043f00000000018604360000000102700039000000000202041a0000053d0220019700000000002104350000000201700039000000000101041a0000053d01100197000000400260003900000000001204350000000301700039000000000101041a000000600260003900000000001204350000000401700039000000000101041a000000800260003900000000001204350000000001060019000000000001042d0000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c000104300000058301000041000000000010043f0000002201000039000000040010043f0000055a010000410000146c0001043000000000010000190000146c00010430000200000000000200000000080100190000009701000039000000000201041a000000400b00043d0000002401b0003900000040030000390000000000310435000005930100004100000000001b04350000000401b000390000000009000411000000000091043500000000430804340000004401b0003900000000003104350000006401b000390000053d02200197000000000003004b0000128c0000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000035004b000012850000413d000000000431001900000000000404350000000004000414000000040020008c000012960000c13d0000000103000031000000200030008c00000020040000390000000004034019000012cd0000013d000100000008001d0000001f033000390000058e033001970000000003b3004900000000011300190000051c0010009c0000051c0100804100000060011002100000051c00b0009c0000051c0300004100000000030b40190000004003300210000000000131019f0000051c0040009c0000051c04008041000000c003400210000000000131019f00020000000b001d146a14650000040f000000020b000029000000000301001900000060033002700000051c03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b0019000012ba0000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000012b60000c13d000000000006004b000012c70000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f000300000001035500000001002001900000000009000411000013030000613d00000001080000290000001f01400039000000600110018f0000000004b10019000000000014004b000000000100003900000001010040390000053e0040009c000012e50000213d0000000100100190000012e50000c13d000000400040043f0000001f0030008c000012e30000a13d00000000010b0433000000000001004b0000000002000039000000010200c039000000000021004b000012e30000c13d000000000001004b000012eb0000613d000000000001042d00000000010000190000146c000104300000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c00010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000005940100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000200000004001d146a11780000040f000000020200002900000000012100490000051c0010009c0000051c010080410000051c0020009c0000051c0200804100000060011002100000004002200210000000000121019f0000146c000104300000001f0530018f0000054e06300198000000400200043d00000000046200190000130e0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000130a0000c13d000000000005004b0000131b0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000051c0020009c0000051c020080410000004002200210000000000112019f0000146c000104300000006502000039000000000302041a0000054803300197000000000032041b0000053d061001970000003301000039000000000201041a0000054803200197000000000363019f000000000031041b00000000010004140000053d052001970000051c0010009c0000051c01008041000000c00110021000000546011001c70000800d0200003900000003030000390000056604000041146a14600000040f0000000100200190000013380000613d000000000001042d00000000010000190000146c000104300004000000000002000000400400043d000005950040009c000013fe0000813d0000053d051001970000004001400039000000400010043f0000002001400039000005960300004100000000003104350000002001000039000000000014043500000000230204340000000001000414000000040050008c000013750000c13d0000000101000032000013b10000613d0000053e0010009c000013fe0000213d0000001f031000390000058e033001970000003f033000390000058e03300197000000400a00043d00000000033a00190000000000a3004b000000000400003900000001040040390000053e0030009c000013fe0000213d0000000100400190000013fe0000c13d000000400030043f00000000051a04360000058e021001980000001f0310018f00000000012500190000000304000367000013670000613d000000000604034f000000006706043c0000000005750436000000000015004b000013630000c13d000000000003004b000013b20000613d000000000224034f0000000303300210000000000401043300000000043401cf000000000434022f000000000202043b0000010003300089000000000232022f00000000023201cf000000000242019f0000000000210435000013b20000013d000200000004001d0000051c0030009c0000051c0300804100000060033002100000051c0020009c0000051c020080410000004002200210000000000223019f0000051c0010009c0000051c01008041000000c001100210000000000112019f000100000005001d0000000002050019146a14600000040f0003000000010355000000000301001900000060033002700001051c0030019d0000051c04300198000013c90000613d0000001f0340003900000597033001970000003f033000390000059803300197000000400a00043d00000000033a00190000000000a3004b000000000500003900000001050040390000053e0030009c000013fe0000213d0000000100500190000013fe0000c13d000000400030043f0000001f0540018f00000000034a04360000054e064001980000000004630019000013a30000613d000000000701034f0000000008030019000000007907043c0000000008980436000000000048004b0000139f0000c13d000000000005004b000013cb0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f0000000000140435000013cb0000013d000000600a0000390000000002000415000000040220008a000000050220021000000000010a0433000000000001004b000013d30000c13d00020000000a001d000005570100004100000000001004430000000401000039000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000014300000613d0000000002000415000000040220008a000013e60000013d000000600a000039000000800300003900000000010a043300000001002001900000141a0000613d0000000002000415000000030220008a0000000502200210000000000001004b000013d60000613d000000050220027000000000020a001f000013f00000013d00020000000a001d000005570100004100000000001004430000000101000029000000040010044300000000010004140000051c0010009c0000051c01008041000000c00110021000000558011001c70000800202000039146a14650000040f0000000100200190000014300000613d0000000002000415000000030220008a0000000502200210000000000101043b000000000001004b000000020a000029000014310000613d00000000010a0433000000050220027000000000020a001f000000000001004b000013fd0000613d0000053f0010009c000014040000213d0000001f0010008c000014040000a13d0000002001a000390000000001010433000000000001004b0000000002000039000000010200c039000000000021004b000014040000c13d000000000001004b000014060000613d000000000001042d0000058301000041000000000010043f0000004101000039000000040010043f0000055a010000410000146c0001043000000000010000190000146c00010430000000400100043d00000064021000390000059903000041000000000032043500000044021000390000059a03000041000000000032043500000024021000390000002a0300003900000000003204350000051d0200004100000000002104350000000402100039000000200300003900000000003204350000051c0010009c0000051c01008041000000400110021000000551011001c70000146c00010430000000000001004b000014420000c13d000000400300043d000100000003001d0000051d01000041000000000013043500000004013000390000002002000039000000000021043500000024023000390000000201000029146a11780000040f000000010200002900000000012100490000051c0010009c0000051c010080410000051c0020009c0000051c0200804100000060011002100000004002200210000000000121019f0000146c00010430000000000001042f000000400100043d00000044021000390000059b03000041000000000032043500000024021000390000001d0300003900000000003204350000051d0200004100000000002104350000000402100039000000200300003900000000003204350000051c0010009c0000051c01008041000000400110021000000577011001c70000146c000104300000051c0030009c0000051c0300804100000040023002100000051c0010009c0000051c010080410000006001100210000000000121019f0000146c00010430000000000001042f0000051c0010009c0000051c0100804100000040011002100000051c0020009c0000051c020080410000006002200210000000000112019f00000000020004140000051c0020009c0000051c02008041000000c002200210000000000112019f00000546011001c70000801002000039146a14650000040f00000001002001900000145e0000613d000000000101043b000000000001042d00000000010000190000146c0001043000001463002104210000000102000039000000000001042d0000000002000019000000000001042d00001468002104230000000102000039000000000001042d0000000002000019000000000001042d0000146a000004320000146b0001042e0000146c0001043000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff08c379a000000000000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e697469616c697a696e6700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000080000000000000000002000000000000000000000000000000000000200000008000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498000000020000000000000000000000000000004000000100000000000000000000000000000000000000000000000000000000000000000000000000a3aefa2b00000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000f2fde38a00000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000f36dba3800000000000000000000000000000000000000000000000000000000ff94d95800000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000eed873c200000000000000000000000000000000000000000000000000000000c4d66de700000000000000000000000000000000000000000000000000000000c4d66de800000000000000000000000000000000000000000000000000000000d88ff1f400000000000000000000000000000000000000000000000000000000a3aefa2c00000000000000000000000000000000000000000000000000000000b4a0bdf3000000000000000000000000000000000000000000000000000000002ba215710000000000000000000000000000000000000000000000000000000079ba50960000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000007aee632d000000000000000000000000000000000000000000000000000000008da5cb5b000000000000000000000000000000000000000000000000000000002ba2157200000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000023dc8d630000000000000000000000000000000000000000000000000000000023dc8d6400000000000000000000000000000000000000000000000000000000266e0a7f000000000000000000000000000000000000000000000000000000000e32cb86000000000000000000000000000000000000000000000000000000001cb6bb7e000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff757064617465506f6f6c4d6574616461746128616464726573732c56656e7573506f6f6c4d6574614461746129000000000000000000000000000000000000000200000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff9f0200000000000000000000000000000000000020000000000000000000000000800000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000008f91f3b5d20b61744ed591c43346d4514ee5c2ffced5fc3795bb13c6f9518147ffffffffffffffffffffffff000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700616464506f6f6c28737472696e672c616464726573732c75696e743235362c75696e743235362c75696e743235362900000000000000000000000000000000007dc0d1d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffe07320696e20746865206469726563746f72792e00000000000000000000000000506f6f6c52656769737472793a20506f6f6c20616c72656164792065786973740000000000000000000000000000000000000084000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff5f42cbb15ccdc3cad6266b0e7a08c0454b23bf29dc2df74b6f3c209e9336465bd10200000200000000000000000000000000000004000000000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d9553913253ec2a1d9645c4631472dabcf6d255f5f2971baa64321235b1610d91c692928e1806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b83020000020000000000000000000000000000002400000000000000000000000012348e96000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000a843108100000000000000000000000000000000000000000000000000000000520b6c740000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000008579befe0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000008000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0000000000000000000000000000000000000000000000000ffffffffffffff7f000000000000000000000000000000000000000000000000fffffffffffffedf647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f7420694f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e657200000000000000000000000000000000000000000000006164644d61726b6574284164644d61726b6574496e70757429000000000000005fe3b567000000000000000000000000000000000000000000000000000000006f307dc30000000000000000000000000000000000000000000000000000000074696f6e00000000000000000000000000000000000000000000000000000000656420666f7220617373657420636f6d7074726f6c6c657220636f6d62696e61506f6f6c52656769737472793a204d61726b657420616c72656164792061646400000000000000000000000000000000000000a4000000000000000000000000cab4f84c000000000000000000000000000000000000000000000000000000005cc4fdeb000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffbfd136af4400000000000000000000000000000000000000000000000000000000186db48f0000000000000000000000000000000000000000000000000000000070a082310000000000000000000000000000000000000000000000000000000023b872dd00000000000000000000000000000000000000000000000000000000095ea7b300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000003ffffffffffffffe023323e030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000440000000000000000000000007772c85e68debdf74fad87834e2cc05fa763e74faf14de7096da3052906511424e487b71000000000000000000000000000000000000000000000000000000006400000000000000000000000000000000000000000000000000000000000000506f6f6c52656769737472793a20506f6f6c206e6f742072656769737465726565726f0000000000000000000000000000000000000000000000000000000000506f6f6c52656769737472793a20696e697469616c537570706c79206973207a736574506f6f6c4e616d6528616464726573732c737472696e67290000000000a01f2b0df2b143bfb23d4b696c103547a6bec8ca1f56e8e8a483611cb4e23a7e506f6f6c2773206e616d6520697320746f6f206c6172676500000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffa0000000000000000000000000000000000000000000000000ffffffffffffff6018c5e8ab000000000000000000000000000000000000000000000000000000004a3fa29300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffc05361666545524332303a206c6f772d6c6576656c2063616c6c206661696c656400000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000003ffffffe06f742073756363656564000000000000000000000000000000000000000000005361666545524332303a204552433230206f7065726174696f6e20646964206e416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000019cf784aab6249035aeaaa6d7726a7e1483462158fdb4b41112d3c3e13a6e951"
1291
+ ]
1292
+ }