1<!DOCTYPE html> 2<html> 3<head><meta charset="utf-8" /> 4 5<!-- Global site tag (gtag.js) - Google Analytics --> 6<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116409935-1"></script> 7<script> 8 window.dataLayer = window.dataLayer || []; 9 function gtag(){dataLayer.push(arguments);} 10 gtag('js', new Date()); 11 gtag('config', 'UA-116409935-1'); 12</script> 13 14<title>evcxr-jupyter-integration</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script> 15<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> 16 17<style type="text/css"> 18 /*! 19* 20* Twitter Bootstrap 21* 22*/ 23/*! 24 * Bootstrap v3.3.7 (http://getbootstrap.com) 25 * Copyright 2011-2016 Twitter, Inc. 26 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 27 */ 28/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ 29html { 30 font-family: sans-serif; 31 -ms-text-size-adjust: 100%; 32 -webkit-text-size-adjust: 100%; 33} 34body { 35 margin: 0; 36} 37article, 38aside, 39details, 40figcaption, 41figure, 42footer, 43header, 44hgroup, 45main, 46menu, 47nav, 48section, 49summary { 50 display: block; 51} 52audio, 53canvas, 54progress, 55video { 56 display: inline-block; 57 vertical-align: baseline; 58} 59audio:not([controls]) { 60 display: none; 61 height: 0; 62} 63[hidden], 64template { 65 display: none; 66} 67a { 68 background-color: transparent; 69} 70a:active, 71a:hover { 72 outline: 0; 73} 74abbr[title] { 75 border-bottom: 1px dotted; 76} 77b, 78strong { 79 font-weight: bold; 80} 81dfn { 82 font-style: italic; 83} 84h1 { 85 font-size: 2em; 86 margin: 0.67em 0; 87} 88mark { 89 background: #ff0; 90 color: #000; 91} 92small { 93 font-size: 80%; 94} 95sub, 96sup { 97 font-size: 75%; 98 line-height: 0; 99 position: relative; 100 vertical-align: baseline; 101} 102sup { 103 top: -0.5em; 104} 105sub { 106 bottom: -0.25em; 107} 108img { 109 border: 0; 110} 111svg:not(:root) { 112 overflow: hidden; 113} 114figure { 115 margin: 1em 40px; 116} 117hr { 118 box-sizing: content-box; 119 height: 0; 120} 121pre { 122 overflow: auto; 123} 124code, 125kbd, 126pre, 127samp { 128 font-family: monospace, monospace; 129 font-size: 1em; 130} 131button, 132input, 133optgroup, 134select, 135textarea { 136 color: inherit; 137 font: inherit; 138 margin: 0; 139} 140button { 141 overflow: visible; 142} 143button, 144select { 145 text-transform: none; 146} 147button, 148html input[type="button"], 149input[type="reset"], 150input[type="submit"] { 151 -webkit-appearance: button; 152 cursor: pointer; 153} 154button[disabled], 155html input[disabled] { 156 cursor: default; 157} 158button::-moz-focus-inner, 159input::-moz-focus-inner { 160 border: 0; 161 padding: 0; 162} 163input { 164 line-height: normal; 165} 166input[type="checkbox"], 167input[type="radio"] { 168 box-sizing: border-box; 169 padding: 0; 170} 171input[type="number"]::-webkit-inner-spin-button, 172input[type="number"]::-webkit-outer-spin-button { 173 height: auto; 174} 175input[type="search"] { 176 -webkit-appearance: textfield; 177 box-sizing: content-box; 178} 179input[type="search"]::-webkit-search-cancel-button, 180input[type="search"]::-webkit-search-decoration { 181 -webkit-appearance: none; 182} 183fieldset { 184 border: 1px solid #c0c0c0; 185 margin: 0 2px; 186 padding: 0.35em 0.625em 0.75em; 187} 188legend { 189 border: 0; 190 padding: 0; 191} 192textarea { 193 overflow: auto; 194} 195optgroup { 196 font-weight: bold; 197} 198table { 199 border-collapse: collapse; 200 border-spacing: 0; 201} 202td, 203th { 204 padding: 0; 205} 206/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ 207@media print { 208 *, 209 *:before, 210 *:after { 211 background: transparent !important; 212 color: #000 !important; 213 box-shadow: none !important; 214 text-shadow: none !important; 215 } 216 a, 217 a:visited { 218 text-decoration: underline; 219 } 220 a[href]:after { 221 content: " (" attr(href) ")"; 222 } 223 abbr[title]:after { 224 content: " (" attr(title) ")"; 225 } 226 a[href^="#"]:after, 227 a[href^="javascript:"]:after { 228 content: ""; 229 } 230 pre, 231 blockquote { 232 border: 1px solid #999; 233 page-break-inside: avoid; 234 } 235 thead { 236 display: table-header-group; 237 } 238 tr, 239 img { 240 page-break-inside: avoid; 241 } 242 img { 243 max-width: 100% !important; 244 } 245 p, 246 h2, 247 h3 { 248 orphans: 3; 249 widows: 3; 250 } 251 h2, 252 h3 { 253 page-break-after: avoid; 254 } 255 .navbar { 256 display: none; 257 } 258 .btn > .caret, 259 .dropup > .btn > .caret { 260 border-top-color: #000 !important; 261 } 262 .label { 263 border: 1px solid #000; 264 } 265 .table { 266 border-collapse: collapse !important; 267 } 268 .table td, 269 .table th { 270 background-color: #fff !important; 271 } 272 .table-bordered th, 273 .table-bordered td { 274 border: 1px solid #ddd !important; 275 } 276} 277@font-face { 278 font-family: 'Glyphicons Halflings'; 279 src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot'); 280 src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); 281} 282.glyphicon { 283 position: relative; 284 top: 1px; 285 display: inline-block; 286 font-family: 'Glyphicons Halflings'; 287 font-style: normal; 288 font-weight: normal; 289 line-height: 1; 290 -webkit-font-smoothing: antialiased; 291 -moz-osx-font-smoothing: grayscale; 292} 293.glyphicon-asterisk:before { 294 content: "\002a"; 295} 296.glyphicon-plus:before { 297 content: "\002b"; 298} 299.glyphicon-euro:before, 300.glyphicon-eur:before { 301 content: "\20ac"; 302} 303.glyphicon-minus:before { 304 content: "\2212"; 305} 306.glyphicon-cloud:before { 307 content: "\2601"; 308} 309.glyphicon-envelope:before { 310 content: "\2709"; 311} 312.glyphicon-pencil:before { 313 content: "\270f"; 314} 315.glyphicon-glass:before { 316 content: "\e001"; 317} 318.glyphicon-music:before { 319 content: "\e002"; 320} 321.glyphicon-search:before { 322 content: "\e003"; 323} 324.glyphicon-heart:before { 325 content: "\e005"; 326} 327.glyphicon-star:before { 328 content: "\e006"; 329} 330.glyphicon-star-empty:before { 331 content: "\e007"; 332} 333.glyphicon-user:before { 334 content: "\e008"; 335} 336.glyphicon-film:before { 337 content: "\e009"; 338} 339.glyphicon-th-large:before { 340 content: "\e010"; 341} 342.glyphicon-th:before { 343 content: "\e011"; 344} 345.glyphicon-th-list:before { 346 content: "\e012"; 347} 348.glyphicon-ok:before { 349 content: "\e013"; 350} 351.glyphicon-remove:before { 352 content: "\e014"; 353} 354.glyphicon-zoom-in:before { 355 content: "\e015"; 356} 357.glyphicon-zoom-out:before { 358 content: "\e016"; 359} 360.glyphicon-off:before { 361 content: "\e017"; 362} 363.glyphicon-signal:before { 364 content: "\e018"; 365} 366.glyphicon-cog:before { 367 content: "\e019"; 368} 369.glyphicon-trash:before { 370 content: "\e020"; 371} 372.glyphicon-home:before { 373 content: "\e021"; 374} 375.glyphicon-file:before { 376 content: "\e022"; 377} 378.glyphicon-time:before { 379 content: "\e023"; 380} 381.glyphicon-road:before { 382 content: "\e024"; 383} 384.glyphicon-download-alt:before { 385 content: "\e025"; 386} 387.glyphicon-download:before { 388 content: "\e026"; 389} 390.glyphicon-upload:before { 391 content: "\e027"; 392} 393.glyphicon-inbox:before { 394 content: "\e028"; 395} 396.glyphicon-play-circle:before { 397 content: "\e029"; 398} 399.glyphicon-repeat:before { 400 content: "\e030"; 401} 402.glyphicon-refresh:before { 403 content: "\e031"; 404} 405.glyphicon-list-alt:before { 406 content: "\e032"; 407} 408.glyphicon-lock:before { 409 content: "\e033"; 410} 411.glyphicon-flag:before { 412 content: "\e034"; 413} 414.glyphicon-headphones:before { 415 content: "\e035"; 416} 417.glyphicon-volume-off:before { 418 content: "\e036"; 419} 420.glyphicon-volume-down:before { 421 content: "\e037"; 422} 423.glyphicon-volume-up:before { 424 content: "\e038"; 425} 426.glyphicon-qrcode:before { 427 content: "\e039"; 428} 429.glyphicon-barcode:before { 430 content: "\e040"; 431} 432.glyphicon-tag:before { 433 content: "\e041"; 434} 435.glyphicon-tags:before { 436 content: "\e042"; 437} 438.glyphicon-book:before { 439 content: "\e043"; 440} 441.glyphicon-bookmark:before { 442 content: "\e044"; 443} 444.glyphicon-print:before { 445 content: "\e045"; 446} 447.glyphicon-camera:before { 448 content: "\e046"; 449} 450.glyphicon-font:before { 451 content: "\e047"; 452} 453.glyphicon-bold:before { 454 content: "\e048"; 455} 456.glyphicon-italic:before { 457 content: "\e049"; 458} 459.glyphicon-text-height:before { 460 content: "\e050"; 461} 462.glyphicon-text-width:before { 463 content: "\e051"; 464} 465.glyphicon-align-left:before { 466 content: "\e052"; 467} 468.glyphicon-align-center:before { 469 content: "\e053"; 470} 471.glyphicon-align-right:before { 472 content: "\e054"; 473} 474.glyphicon-align-justify:before { 475 content: "\e055"; 476} 477.glyphicon-list:before { 478 content: "\e056"; 479} 480.glyphicon-indent-left:before { 481 content: "\e057"; 482} 483.glyphicon-indent-right:before { 484 content: "\e058"; 485} 486.glyphicon-facetime-video:before { 487 content: "\e059"; 488} 489.glyphicon-picture:before { 490 content: "\e060"; 491} 492.glyphicon-map-marker:before { 493 content: "\e062"; 494} 495.glyphicon-adjust:before { 496 content: "\e063"; 497} 498.glyphicon-tint:before { 499 content: "\e064"; 500} 501.glyphicon-edit:before { 502 content: "\e065"; 503} 504.glyphicon-share:before { 505 content: "\e066"; 506} 507.glyphicon-check:before { 508 content: "\e067"; 509} 510.glyphicon-move:before { 511 content: "\e068"; 512} 513.glyphicon-step-backward:before { 514 content: "\e069"; 515} 516.glyphicon-fast-backward:before { 517 content: "\e070"; 518} 519.glyphicon-backward:before { 520 content: "\e071"; 521} 522.glyphicon-play:before { 523 content: "\e072"; 524} 525.glyphicon-pause:before { 526 content: "\e073"; 527} 528.glyphicon-stop:before { 529 content: "\e074"; 530} 531.glyphicon-forward:before { 532 content: "\e075"; 533} 534.glyphicon-fast-forward:before { 535 content: "\e076"; 536} 537.glyphicon-step-forward:before { 538 content: "\e077"; 539} 540.glyphicon-eject:before { 541 content: "\e078"; 542} 543.glyphicon-chevron-left:before { 544 content: "\e079"; 545} 546.glyphicon-chevron-right:before { 547 content: "\e080"; 548} 549.glyphicon-plus-sign:before { 550 content: "\e081"; 551} 552.glyphicon-minus-sign:before { 553 content: "\e082"; 554} 555.glyphicon-remove-sign:before { 556 content: "\e083"; 557} 558.glyphicon-ok-sign:before { 559 content: "\e084"; 560} 561.glyphicon-question-sign:before { 562 content: "\e085"; 563} 564.glyphicon-info-sign:before { 565 content: "\e086"; 566} 567.glyphicon-screenshot:before { 568 content: "\e087"; 569} 570.glyphicon-remove-circle:before { 571 content: "\e088"; 572} 573.glyphicon-ok-circle:before { 574 content: "\e089"; 575} 576.glyphicon-ban-circle:before { 577 content: "\e090"; 578} 579.glyphicon-arrow-left:before { 580 content: "\e091"; 581} 582.glyphicon-arrow-right:before { 583 content: "\e092"; 584} 585.glyphicon-arrow-up:before { 586 content: "\e093"; 587} 588.glyphicon-arrow-down:before { 589 content: "\e094"; 590} 591.glyphicon-share-alt:before { 592 content: "\e095"; 593} 594.glyphicon-resize-full:before { 595 content: "\e096"; 596} 597.glyphicon-resize-small:before { 598 content: "\e097"; 599} 600.glyphicon-exclamation-sign:before { 601 content: "\e101"; 602} 603.glyphicon-gift:before { 604 content: "\e102"; 605} 606.glyphicon-leaf:before { 607 content: "\e103"; 608} 609.glyphicon-fire:before { 610 content: "\e104"; 611} 612.glyphicon-eye-open:before { 613 content: "\e105"; 614} 615.glyphicon-eye-close:before { 616 content: "\e106"; 617} 618.glyphicon-warning-sign:before { 619 content: "\e107"; 620} 621.glyphicon-plane:before { 622 content: "\e108"; 623} 624.glyphicon-calendar:before { 625 content: "\e109"; 626} 627.glyphicon-random:before { 628 content: "\e110"; 629} 630.glyphicon-comment:before { 631 content: "\e111"; 632} 633.glyphicon-magnet:before { 634 content: "\e112"; 635} 636.glyphicon-chevron-up:before { 637 content: "\e113"; 638} 639.glyphicon-chevron-down:before { 640 content: "\e114"; 641} 642.glyphicon-retweet:before { 643 content: "\e115"; 644} 645.glyphicon-shopping-cart:before { 646 content: "\e116"; 647} 648.glyphicon-folder-close:before { 649 content: "\e117"; 650} 651.glyphicon-folder-open:before { 652 content: "\e118"; 653} 654.glyphicon-resize-vertical:before { 655 content: "\e119"; 656} 657.glyphicon-resize-horizontal:before { 658 content: "\e120"; 659} 660.glyphicon-hdd:before { 661 content: "\e121"; 662} 663.glyphicon-bullhorn:before { 664 content: "\e122"; 665} 666.glyphicon-bell:before { 667 content: "\e123"; 668} 669.glyphicon-certificate:before { 670 content: "\e124"; 671} 672.glyphicon-thumbs-up:before { 673 content: "\e125"; 674} 675.glyphicon-thumbs-down:before { 676 content: "\e126"; 677} 678.glyphicon-hand-right:before { 679 content: "\e127"; 680} 681.glyphicon-hand-left:before { 682 content: "\e128"; 683} 684.glyphicon-hand-up:before { 685 content: "\e129"; 686} 687.glyphicon-hand-down:before { 688 content: "\e130"; 689} 690.glyphicon-circle-arrow-right:before { 691 content: "\e131"; 692} 693.glyphicon-circle-arrow-left:before { 694 content: "\e132"; 695} 696.glyphicon-circle-arrow-up:before { 697 content: "\e133"; 698} 699.glyphicon-circle-arrow-down:before { 700 content: "\e134"; 701} 702.glyphicon-globe:before { 703 content: "\e135"; 704} 705.glyphicon-wrench:before { 706 content: "\e136"; 707} 708.glyphicon-tasks:before { 709 content: "\e137"; 710} 711.glyphicon-filter:before { 712 content: "\e138"; 713} 714.glyphicon-briefcase:before { 715 content: "\e139"; 716} 717.glyphicon-fullscreen:before { 718 content: "\e140"; 719} 720.glyphicon-dashboard:before { 721 content: "\e141"; 722} 723.glyphicon-paperclip:before { 724 content: "\e142"; 725} 726.glyphicon-heart-empty:before { 727 content: "\e143"; 728} 729.glyphicon-link:before { 730 content: "\e144"; 731} 732.glyphicon-phone:before { 733 content: "\e145"; 734} 735.glyphicon-pushpin:before { 736 content: "\e146"; 737} 738.glyphicon-usd:before { 739 content: "\e148"; 740} 741.glyphicon-gbp:before { 742 content: "\e149"; 743} 744.glyphicon-sort:before { 745 content: "\e150"; 746} 747.glyphicon-sort-by-alphabet:before { 748 content: "\e151"; 749} 750.glyphicon-sort-by-alphabet-alt:before { 751 content: "\e152"; 752} 753.glyphicon-sort-by-order:before { 754 content: "\e153"; 755} 756.glyphicon-sort-by-order-alt:before { 757 content: "\e154"; 758} 759.glyphicon-sort-by-attributes:before { 760 content: "\e155"; 761} 762.glyphicon-sort-by-attributes-alt:before { 763 content: "\e156"; 764} 765.glyphicon-unchecked:before { 766 content: "\e157"; 767} 768.glyphicon-expand:before { 769 content: "\e158"; 770} 771.glyphicon-collapse-down:before { 772 content: "\e159"; 773} 774.glyphicon-collapse-up:before { 775 content: "\e160"; 776} 777.glyphicon-log-in:before { 778 content: "\e161"; 779} 780.glyphicon-flash:before { 781 content: "\e162"; 782} 783.glyphicon-log-out:before { 784 content: "\e163"; 785} 786.glyphicon-new-window:before { 787 content: "\e164"; 788} 789.glyphicon-record:before { 790 content: "\e165"; 791} 792.glyphicon-save:before { 793 content: "\e166"; 794} 795.glyphicon-open:before { 796 content: "\e167"; 797} 798.glyphicon-saved:before { 799 content: "\e168"; 800} 801.glyphicon-import:before { 802 content: "\e169"; 803} 804.glyphicon-export:before { 805 content: "\e170"; 806} 807.glyphicon-send:before { 808 content: "\e171"; 809} 810.glyphicon-floppy-disk:before { 811 content: "\e172"; 812} 813.glyphicon-floppy-saved:before { 814 content: "\e173"; 815} 816.glyphicon-floppy-remove:before { 817 content: "\e174"; 818} 819.glyphicon-floppy-save:before { 820 content: "\e175"; 821} 822.glyphicon-floppy-open:before { 823 content: "\e176"; 824} 825.glyphicon-credit-card:before { 826 content: "\e177"; 827} 828.glyphicon-transfer:before { 829 content: "\e178"; 830} 831.glyphicon-cutlery:before { 832 content: "\e179"; 833} 834.glyphicon-header:before { 835 content: "\e180"; 836} 837.glyphicon-compressed:before { 838 content: "\e181"; 839} 840.glyphicon-earphone:before { 841 content: "\e182"; 842} 843.glyphicon-phone-alt:before { 844 content: "\e183"; 845} 846.glyphicon-tower:before { 847 content: "\e184"; 848} 849.glyphicon-stats:before { 850 content: "\e185"; 851} 852.glyphicon-sd-video:before { 853 content: "\e186"; 854} 855.glyphicon-hd-video:before { 856 content: "\e187"; 857} 858.glyphicon-subtitles:before { 859 content: "\e188"; 860} 861.glyphicon-sound-stereo:before { 862 content: "\e189"; 863} 864.glyphicon-sound-dolby:before { 865 content: "\e190"; 866} 867.glyphicon-sound-5-1:before { 868 content: "\e191"; 869} 870.glyphicon-sound-6-1:before { 871 content: "\e192"; 872} 873.glyphicon-sound-7-1:before { 874 content: "\e193"; 875} 876.glyphicon-copyright-mark:before { 877 content: "\e194"; 878} 879.glyphicon-registration-mark:before { 880 content: "\e195"; 881} 882.glyphicon-cloud-download:before { 883 content: "\e197"; 884} 885.glyphicon-cloud-upload:before { 886 content: "\e198"; 887} 888.glyphicon-tree-conifer:before { 889 content: "\e199"; 890} 891.glyphicon-tree-deciduous:before { 892 content: "\e200"; 893} 894.glyphicon-cd:before { 895 content: "\e201"; 896} 897.glyphicon-save-file:before { 898 content: "\e202"; 899} 900.glyphicon-open-file:before { 901 content: "\e203"; 902} 903.glyphicon-level-up:before { 904 content: "\e204"; 905} 906.glyphicon-copy:before { 907 content: "\e205"; 908} 909.glyphicon-paste:before { 910 content: "\e206"; 911} 912.glyphicon-alert:before { 913 content: "\e209"; 914} 915.glyphicon-equalizer:before { 916 content: "\e210"; 917} 918.glyphicon-king:before { 919 content: "\e211"; 920} 921.glyphicon-queen:before { 922 content: "\e212"; 923} 924.glyphicon-pawn:before { 925 content: "\e213"; 926} 927.glyphicon-bishop:before { 928 content: "\e214"; 929} 930.glyphicon-knight:before { 931 content: "\e215"; 932} 933.glyphicon-baby-formula:before { 934 content: "\e216"; 935} 936.glyphicon-tent:before { 937 content: "\26fa"; 938} 939.glyphicon-blackboard:before { 940 content: "\e218"; 941} 942.glyphicon-bed:before { 943 content: "\e219"; 944} 945.glyphicon-apple:before { 946 content: "\f8ff"; 947} 948.glyphicon-erase:before { 949 content: "\e221"; 950} 951.glyphicon-hourglass:before { 952 content: "\231b"; 953} 954.glyphicon-lamp:before { 955 content: "\e223"; 956} 957.glyphicon-duplicate:before { 958 content: "\e224"; 959} 960.glyphicon-piggy-bank:before { 961 content: "\e225"; 962} 963.glyphicon-scissors:before { 964 content: "\e226"; 965} 966.glyphicon-bitcoin:before { 967 content: "\e227"; 968} 969.glyphicon-btc:before { 970 content: "\e227"; 971} 972.glyphicon-xbt:before { 973 content: "\e227"; 974} 975.glyphicon-yen:before { 976 content: "\00a5"; 977} 978.glyphicon-jpy:before { 979 content: "\00a5"; 980} 981.glyphicon-ruble:before { 982 content: "\20bd"; 983} 984.glyphicon-rub:before { 985 content: "\20bd"; 986} 987.glyphicon-scale:before { 988 content: "\e230"; 989} 990.glyphicon-ice-lolly:before { 991 content: "\e231"; 992} 993.glyphicon-ice-lolly-tasted:before { 994 content: "\e232"; 995} 996.glyphicon-education:before { 997 content: "\e233"; 998} 999.glyphicon-option-horizontal:before { 1000 content: "\e234"; 1001} 1002.glyphicon-option-vertical:before { 1003 content: "\e235"; 1004} 1005.glyphicon-menu-hamburger:before { 1006 content: "\e236"; 1007} 1008.glyphicon-modal-window:before { 1009 content: "\e237"; 1010} 1011.glyphicon-oil:before { 1012 content: "\e238"; 1013} 1014.glyphicon-grain:before { 1015 content: "\e239"; 1016} 1017.glyphicon-sunglasses:before { 1018 content: "\e240"; 1019} 1020.glyphicon-text-size:before { 1021 content: "\e241"; 1022} 1023.glyphicon-text-color:before { 1024 content: "\e242"; 1025} 1026.glyphicon-text-background:before { 1027 content: "\e243"; 1028} 1029.glyphicon-object-align-top:before { 1030 content: "\e244"; 1031} 1032.glyphicon-object-align-bottom:before { 1033 content: "\e245"; 1034} 1035.glyphicon-object-align-horizontal:before { 1036 content: "\e246"; 1037} 1038.glyphicon-object-align-left:before { 1039 content: "\e247"; 1040} 1041.glyphicon-object-align-vertical:before { 1042 content: "\e248"; 1043} 1044.glyphicon-object-align-right:before { 1045 content: "\e249"; 1046} 1047.glyphicon-triangle-right:before { 1048 content: "\e250"; 1049} 1050.glyphicon-triangle-left:before { 1051 content: "\e251"; 1052} 1053.glyphicon-triangle-bottom:before { 1054 content: "\e252"; 1055} 1056.glyphicon-triangle-top:before { 1057 content: "\e253"; 1058} 1059.glyphicon-console:before { 1060 content: "\e254"; 1061} 1062.glyphicon-superscript:before { 1063 content: "\e255"; 1064} 1065.glyphicon-subscript:before { 1066 content: "\e256"; 1067} 1068.glyphicon-menu-left:before { 1069 content: "\e257"; 1070} 1071.glyphicon-menu-right:before { 1072 content: "\e258"; 1073} 1074.glyphicon-menu-down:before { 1075 content: "\e259"; 1076} 1077.glyphicon-menu-up:before { 1078 content: "\e260"; 1079} 1080* { 1081 -webkit-box-sizing: border-box; 1082 -moz-box-sizing: border-box; 1083 box-sizing: border-box; 1084} 1085*:before, 1086*:after { 1087 -webkit-box-sizing: border-box; 1088 -moz-box-sizing: border-box; 1089 box-sizing: border-box; 1090} 1091html { 1092 font-size: 10px; 1093 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 1094} 1095body { 1096 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 1097 font-size: 13px; 1098 line-height: 1.42857143; 1099 color: #000000; 1100 background-color: #ffffff; 1101} 1102input, 1103button, 1104select, 1105textarea { 1106 font-family: inherit; 1107 font-size: inherit; 1108 line-height: inherit; 1109} 1110a { 1111 color: #337ab7; 1112 text-decoration: none; 1113} 1114a:hover, 1115a:focus { 1116 color: #23527c; 1117 text-decoration: underline; 1118} 1119a:focus { 1120 outline: 5px auto -webkit-focus-ring-color; 1121 outline-offset: -2px; 1122} 1123figure { 1124 margin: 0; 1125} 1126img { 1127 vertical-align: middle; 1128} 1129.img-responsive, 1130.thumbnail > img, 1131.thumbnail a > img, 1132.carousel-inner > .item > img, 1133.carousel-inner > .item > a > img { 1134 display: block; 1135 max-width: 100%; 1136 height: auto; 1137} 1138.img-rounded { 1139 border-radius: 3px; 1140} 1141.img-thumbnail { 1142 padding: 4px; 1143 line-height: 1.42857143; 1144 background-color: #ffffff; 1145 border: 1px solid #dddddd; 1146 border-radius: 2px; 1147 -webkit-transition: all 0.2s ease-in-out; 1148 -o-transition: all 0.2s ease-in-out; 1149 transition: all 0.2s ease-in-out; 1150 display: inline-block; 1151 max-width: 100%; 1152 height: auto; 1153} 1154.img-circle { 1155 border-radius: 50%; 1156} 1157hr { 1158 margin-top: 18px; 1159 margin-bottom: 18px; 1160 border: 0; 1161 border-top: 1px solid #eeeeee; 1162} 1163.sr-only { 1164 position: absolute; 1165 width: 1px; 1166 height: 1px; 1167 margin: -1px; 1168 padding: 0; 1169 overflow: hidden; 1170 clip: rect(0, 0, 0, 0); 1171 border: 0; 1172} 1173.sr-only-focusable:active, 1174.sr-only-focusable:focus { 1175 position: static; 1176 width: auto; 1177 height: auto; 1178 margin: 0; 1179 overflow: visible; 1180 clip: auto; 1181} 1182[role="button"] { 1183 cursor: pointer; 1184} 1185h1, 1186h2, 1187h3, 1188h4, 1189h5, 1190h6, 1191.h1, 1192.h2, 1193.h3, 1194.h4, 1195.h5, 1196.h6 { 1197 font-family: inherit; 1198 font-weight: 500; 1199 line-height: 1.1; 1200 color: inherit; 1201} 1202h1 small, 1203h2 small, 1204h3 small, 1205h4 small, 1206h5 small, 1207h6 small, 1208.h1 small, 1209.h2 small, 1210.h3 small, 1211.h4 small, 1212.h5 small, 1213.h6 small, 1214h1 .small, 1215h2 .small, 1216h3 .small, 1217h4 .small, 1218h5 .small, 1219h6 .small, 1220.h1 .small, 1221.h2 .small, 1222.h3 .small, 1223.h4 .small, 1224.h5 .small, 1225.h6 .small { 1226 font-weight: normal; 1227 line-height: 1; 1228 color: #777777; 1229} 1230h1, 1231.h1, 1232h2, 1233.h2, 1234h3, 1235.h3 { 1236 margin-top: 18px; 1237 margin-bottom: 9px; 1238} 1239h1 small, 1240.h1 small, 1241h2 small, 1242.h2 small, 1243h3 small, 1244.h3 small, 1245h1 .small, 1246.h1 .small, 1247h2 .small, 1248.h2 .small, 1249h3 .small, 1250.h3 .small { 1251 font-size: 65%; 1252} 1253h4, 1254.h4, 1255h5, 1256.h5, 1257h6, 1258.h6 { 1259 margin-top: 9px; 1260 margin-bottom: 9px; 1261} 1262h4 small, 1263.h4 small, 1264h5 small, 1265.h5 small, 1266h6 small, 1267.h6 small, 1268h4 .small, 1269.h4 .small, 1270h5 .small, 1271.h5 .small, 1272h6 .small, 1273.h6 .small { 1274 font-size: 75%; 1275} 1276h1, 1277.h1 { 1278 font-size: 33px; 1279} 1280h2, 1281.h2 { 1282 font-size: 27px; 1283} 1284h3, 1285.h3 { 1286 font-size: 23px; 1287} 1288h4, 1289.h4 { 1290 font-size: 17px; 1291} 1292h5, 1293.h5 { 1294 font-size: 13px; 1295} 1296h6, 1297.h6 { 1298 font-size: 12px; 1299} 1300p { 1301 margin: 0 0 9px; 1302} 1303.lead { 1304 margin-bottom: 18px; 1305 font-size: 14px; 1306 font-weight: 300; 1307 line-height: 1.4; 1308} 1309@media (min-width: 768px) { 1310 .lead { 1311 font-size: 19.5px; 1312 } 1313} 1314small, 1315.small { 1316 font-size: 92%; 1317} 1318mark, 1319.mark { 1320 background-color: #fcf8e3; 1321 padding: .2em; 1322} 1323.text-left { 1324 text-align: left; 1325} 1326.text-right { 1327 text-align: right; 1328} 1329.text-center { 1330 text-align: center; 1331} 1332.text-justify { 1333 text-align: justify; 1334} 1335.text-nowrap { 1336 white-space: nowrap; 1337} 1338.text-lowercase { 1339 text-transform: lowercase; 1340} 1341.text-uppercase { 1342 text-transform: uppercase; 1343} 1344.text-capitalize { 1345 text-transform: capitalize; 1346} 1347.text-muted { 1348 color: #777777; 1349} 1350.text-primary { 1351 color: #337ab7; 1352} 1353a.text-primary:hover, 1354a.text-primary:focus { 1355 color: #286090; 1356} 1357.text-success { 1358 color: #3c763d; 1359} 1360a.text-success:hover, 1361a.text-success:focus { 1362 color: #2b542c; 1363} 1364.text-info { 1365 color: #31708f; 1366} 1367a.text-info:hover, 1368a.text-info:focus { 1369 color: #245269; 1370} 1371.text-warning { 1372 color: #8a6d3b; 1373} 1374a.text-warning:hover, 1375a.text-warning:focus { 1376 color: #66512c; 1377} 1378.text-danger { 1379 color: #a94442; 1380} 1381a.text-danger:hover, 1382a.text-danger:focus { 1383 color: #843534; 1384} 1385.bg-primary { 1386 color: #fff; 1387 background-color: #337ab7; 1388} 1389a.bg-primary:hover, 1390a.bg-primary:focus { 1391 background-color: #286090; 1392} 1393.bg-success { 1394 background-color: #dff0d8; 1395} 1396a.bg-success:hover, 1397a.bg-success:focus { 1398 background-color: #c1e2b3; 1399} 1400.bg-info { 1401 background-color: #d9edf7; 1402} 1403a.bg-info:hover, 1404a.bg-info:focus { 1405 background-color: #afd9ee; 1406} 1407.bg-warning { 1408 background-color: #fcf8e3; 1409} 1410a.bg-warning:hover, 1411a.bg-warning:focus { 1412 background-color: #f7ecb5; 1413} 1414.bg-danger { 1415 background-color: #f2dede; 1416} 1417a.bg-danger:hover, 1418a.bg-danger:focus { 1419 background-color: #e4b9b9; 1420} 1421.page-header { 1422 padding-bottom: 8px; 1423 margin: 36px 0 18px; 1424 border-bottom: 1px solid #eeeeee; 1425} 1426ul, 1427ol { 1428 margin-top: 0; 1429 margin-bottom: 9px; 1430} 1431ul ul, 1432ol ul, 1433ul ol, 1434ol ol { 1435 margin-bottom: 0; 1436} 1437.list-unstyled { 1438 padding-left: 0; 1439 list-style: none; 1440} 1441.list-inline { 1442 padding-left: 0; 1443 list-style: none; 1444 margin-left: -5px; 1445} 1446.list-inline > li { 1447 display: inline-block; 1448 padding-left: 5px; 1449 padding-right: 5px; 1450} 1451dl { 1452 margin-top: 0; 1453 margin-bottom: 18px; 1454} 1455dt, 1456dd { 1457 line-height: 1.42857143; 1458} 1459dt { 1460 font-weight: bold; 1461} 1462dd { 1463 margin-left: 0; 1464} 1465@media (min-width: 541px) { 1466 .dl-horizontal dt { 1467 float: left; 1468 width: 160px; 1469 clear: left; 1470 text-align: right; 1471 overflow: hidden; 1472 text-overflow: ellipsis; 1473 white-space: nowrap; 1474 } 1475 .dl-horizontal dd { 1476 margin-left: 180px; 1477 } 1478} 1479abbr[title], 1480abbr[data-original-title] { 1481 cursor: help; 1482 border-bottom: 1px dotted #777777; 1483} 1484.initialism { 1485 font-size: 90%; 1486 text-transform: uppercase; 1487} 1488blockquote { 1489 padding: 9px 18px; 1490 margin: 0 0 18px; 1491 font-size: inherit; 1492 border-left: 5px solid #eeeeee; 1493} 1494blockquote p:last-child, 1495blockquote ul:last-child, 1496blockquote ol:last-child { 1497 margin-bottom: 0; 1498} 1499blockquote footer, 1500blockquote small, 1501blockquote .small { 1502 display: block; 1503 font-size: 80%; 1504 line-height: 1.42857143; 1505 color: #777777; 1506} 1507blockquote footer:before, 1508blockquote small:before, 1509blockquote .small:before { 1510 content: '\2014 \00A0'; 1511} 1512.blockquote-reverse, 1513blockquote.pull-right { 1514 padding-right: 15px; 1515 padding-left: 0; 1516 border-right: 5px solid #eeeeee; 1517 border-left: 0; 1518 text-align: right; 1519} 1520.blockquote-reverse footer:before, 1521blockquote.pull-right footer:before, 1522.blockquote-reverse small:before, 1523blockquote.pull-right small:before, 1524.blockquote-reverse .small:before, 1525blockquote.pull-right .small:before { 1526 content: ''; 1527} 1528.blockquote-reverse footer:after, 1529blockquote.pull-right footer:after, 1530.blockquote-reverse small:after, 1531blockquote.pull-right small:after, 1532.blockquote-reverse .small:after, 1533blockquote.pull-right .small:after { 1534 content: '\00A0 \2014'; 1535} 1536address { 1537 margin-bottom: 18px; 1538 font-style: normal; 1539 line-height: 1.42857143; 1540} 1541code, 1542kbd, 1543pre, 1544samp { 1545 font-family: monospace; 1546} 1547code { 1548 padding: 2px 4px; 1549 font-size: 90%; 1550 color: #c7254e; 1551 background-color: #f9f2f4; 1552 border-radius: 2px; 1553} 1554kbd { 1555 padding: 2px 4px; 1556 font-size: 90%; 1557 color: #888888; 1558 background-color: transparent; 1559 border-radius: 1px; 1560 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); 1561} 1562kbd kbd { 1563 padding: 0; 1564 font-size: 100%; 1565 font-weight: bold; 1566 box-shadow: none; 1567} 1568pre { 1569 display: block; 1570 padding: 8.5px; 1571 margin: 0 0 9px; 1572 font-size: 12px; 1573 line-height: 1.42857143; 1574 word-break: break-all; 1575 word-wrap: break-word; 1576 color: #333333; 1577 background-color: #f5f5f5; 1578 border: 1px solid #cccccc; 1579 border-radius: 2px; 1580} 1581pre code { 1582 padding: 0; 1583 font-size: inherit; 1584 color: inherit; 1585 white-space: pre-wrap; 1586 background-color: transparent; 1587 border-radius: 0; 1588} 1589.pre-scrollable { 1590 max-height: 340px; 1591 overflow-y: scroll; 1592} 1593.container { 1594 margin-right: auto; 1595 margin-left: auto; 1596 padding-left: 0px; 1597 padding-right: 0px; 1598} 1599@media (min-width: 768px) { 1600 .container { 1601 width: 768px; 1602 } 1603} 1604@media (min-width: 992px) { 1605 .container { 1606 width: 940px; 1607 } 1608} 1609@media (min-width: 1200px) { 1610 .container { 1611 width: 1140px; 1612 } 1613} 1614.container-fluid { 1615 margin-right: auto; 1616 margin-left: auto; 1617 padding-left: 0px; 1618 padding-right: 0px; 1619} 1620.row { 1621 margin-left: 0px; 1622 margin-right: 0px; 1623} 1624.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { 1625 position: relative; 1626 min-height: 1px; 1627 padding-left: 0px; 1628 padding-right: 0px; 1629} 1630.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { 1631 float: left; 1632} 1633.col-xs-12 { 1634 width: 100%; 1635} 1636.col-xs-11 { 1637 width: 91.66666667%; 1638} 1639.col-xs-10 { 1640 width: 83.33333333%; 1641} 1642.col-xs-9 { 1643 width: 75%; 1644} 1645.col-xs-8 { 1646 width: 66.66666667%; 1647} 1648.col-xs-7 { 1649 width: 58.33333333%; 1650} 1651.col-xs-6 { 1652 width: 50%; 1653} 1654.col-xs-5 { 1655 width: 41.66666667%; 1656} 1657.col-xs-4 { 1658 width: 33.33333333%; 1659} 1660.col-xs-3 { 1661 width: 25%; 1662} 1663.col-xs-2 { 1664 width: 16.66666667%; 1665} 1666.col-xs-1 { 1667 width: 8.33333333%; 1668} 1669.col-xs-pull-12 { 1670 right: 100%; 1671} 1672.col-xs-pull-11 { 1673 right: 91.66666667%; 1674} 1675.col-xs-pull-10 { 1676 right: 83.33333333%; 1677} 1678.col-xs-pull-9 { 1679 right: 75%; 1680} 1681.col-xs-pull-8 { 1682 right: 66.66666667%; 1683} 1684.col-xs-pull-7 { 1685 right: 58.33333333%; 1686} 1687.col-xs-pull-6 { 1688 right: 50%; 1689} 1690.col-xs-pull-5 { 1691 right: 41.66666667%; 1692} 1693.col-xs-pull-4 { 1694 right: 33.33333333%; 1695} 1696.col-xs-pull-3 { 1697 right: 25%; 1698} 1699.col-xs-pull-2 { 1700 right: 16.66666667%; 1701} 1702.col-xs-pull-1 { 1703 right: 8.33333333%; 1704} 1705.col-xs-pull-0 { 1706 right: auto; 1707} 1708.col-xs-push-12 { 1709 left: 100%; 1710} 1711.col-xs-push-11 { 1712 left: 91.66666667%; 1713} 1714.col-xs-push-10 { 1715 left: 83.33333333%; 1716} 1717.col-xs-push-9 { 1718 left: 75%; 1719} 1720.col-xs-push-8 { 1721 left: 66.66666667%; 1722} 1723.col-xs-push-7 { 1724 left: 58.33333333%; 1725} 1726.col-xs-push-6 { 1727 left: 50%; 1728} 1729.col-xs-push-5 { 1730 left: 41.66666667%; 1731} 1732.col-xs-push-4 { 1733 left: 33.33333333%; 1734} 1735.col-xs-push-3 { 1736 left: 25%; 1737} 1738.col-xs-push-2 { 1739 left: 16.66666667%; 1740} 1741.col-xs-push-1 { 1742 left: 8.33333333%; 1743} 1744.col-xs-push-0 { 1745 left: auto; 1746} 1747.col-xs-offset-12 { 1748 margin-left: 100%; 1749} 1750.col-xs-offset-11 { 1751 margin-left: 91.66666667%; 1752} 1753.col-xs-offset-10 { 1754 margin-left: 83.33333333%; 1755} 1756.col-xs-offset-9 { 1757 margin-left: 75%; 1758} 1759.col-xs-offset-8 { 1760 margin-left: 66.66666667%; 1761} 1762.col-xs-offset-7 { 1763 margin-left: 58.33333333%; 1764} 1765.col-xs-offset-6 { 1766 margin-left: 50%; 1767} 1768.col-xs-offset-5 { 1769 margin-left: 41.66666667%; 1770} 1771.col-xs-offset-4 { 1772 margin-left: 33.33333333%; 1773} 1774.col-xs-offset-3 { 1775 margin-left: 25%; 1776} 1777.col-xs-offset-2 { 1778 margin-left: 16.66666667%; 1779} 1780.col-xs-offset-1 { 1781 margin-left: 8.33333333%; 1782} 1783.col-xs-offset-0 { 1784 margin-left: 0%; 1785} 1786@media (min-width: 768px) { 1787 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { 1788 float: left; 1789 } 1790 .col-sm-12 { 1791 width: 100%; 1792 } 1793 .col-sm-11 { 1794 width: 91.66666667%; 1795 } 1796 .col-sm-10 { 1797 width: 83.33333333%; 1798 } 1799 .col-sm-9 { 1800 width: 75%; 1801 } 1802 .col-sm-8 { 1803 width: 66.66666667%; 1804 } 1805 .col-sm-7 { 1806 width: 58.33333333%; 1807 } 1808 .col-sm-6 { 1809 width: 50%; 1810 } 1811 .col-sm-5 { 1812 width: 41.66666667%; 1813 } 1814 .col-sm-4 { 1815 width: 33.33333333%; 1816 } 1817 .col-sm-3 { 1818 width: 25%; 1819 } 1820 .col-sm-2 { 1821 width: 16.66666667%; 1822 } 1823 .col-sm-1 { 1824 width: 8.33333333%; 1825 } 1826 .col-sm-pull-12 { 1827 right: 100%; 1828 } 1829 .col-sm-pull-11 { 1830 right: 91.66666667%; 1831 } 1832 .col-sm-pull-10 { 1833 right: 83.33333333%; 1834 } 1835 .col-sm-pull-9 { 1836 right: 75%; 1837 } 1838 .col-sm-pull-8 { 1839 right: 66.66666667%; 1840 } 1841 .col-sm-pull-7 { 1842 right: 58.33333333%; 1843 } 1844 .col-sm-pull-6 { 1845 right: 50%; 1846 } 1847 .col-sm-pull-5 { 1848 right: 41.66666667%; 1849 } 1850 .col-sm-pull-4 { 1851 right: 33.33333333%; 1852 } 1853 .col-sm-pull-3 { 1854 right: 25%; 1855 } 1856 .col-sm-pull-2 { 1857 right: 16.66666667%; 1858 } 1859 .col-sm-pull-1 { 1860 right: 8.33333333%; 1861 } 1862 .col-sm-pull-0 { 1863 right: auto; 1864 } 1865 .col-sm-push-12 { 1866 left: 100%; 1867 } 1868 .col-sm-push-11 { 1869 left: 91.66666667%; 1870 } 1871 .col-sm-push-10 { 1872 left: 83.33333333%; 1873 } 1874 .col-sm-push-9 { 1875 left: 75%; 1876 } 1877 .col-sm-push-8 { 1878 left: 66.66666667%; 1879 } 1880 .col-sm-push-7 { 1881 left: 58.33333333%; 1882 } 1883 .col-sm-push-6 { 1884 left: 50%; 1885 } 1886 .col-sm-push-5 { 1887 left: 41.66666667%; 1888 } 1889 .col-sm-push-4 { 1890 left: 33.33333333%; 1891 } 1892 .col-sm-push-3 { 1893 left: 25%; 1894 } 1895 .col-sm-push-2 { 1896 left: 16.66666667%; 1897 } 1898 .col-sm-push-1 { 1899 left: 8.33333333%; 1900 } 1901 .col-sm-push-0 { 1902 left: auto; 1903 } 1904 .col-sm-offset-12 { 1905 margin-left: 100%; 1906 } 1907 .col-sm-offset-11 { 1908 margin-left: 91.66666667%; 1909 } 1910 .col-sm-offset-10 { 1911 margin-left: 83.33333333%; 1912 } 1913 .col-sm-offset-9 { 1914 margin-left: 75%; 1915 } 1916 .col-sm-offset-8 { 1917 margin-left: 66.66666667%; 1918 } 1919 .col-sm-offset-7 { 1920 margin-left: 58.33333333%; 1921 } 1922 .col-sm-offset-6 { 1923 margin-left: 50%; 1924 } 1925 .col-sm-offset-5 { 1926 margin-left: 41.66666667%; 1927 } 1928 .col-sm-offset-4 { 1929 margin-left: 33.33333333%; 1930 } 1931 .col-sm-offset-3 { 1932 margin-left: 25%; 1933 } 1934 .col-sm-offset-2 { 1935 margin-left: 16.66666667%; 1936 } 1937 .col-sm-offset-1 { 1938 margin-left: 8.33333333%; 1939 } 1940 .col-sm-offset-0 { 1941 margin-left: 0%; 1942 } 1943} 1944@media (min-width: 992px) { 1945 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { 1946 float: left; 1947 } 1948 .col-md-12 { 1949 width: 100%; 1950 } 1951 .col-md-11 { 1952 width: 91.66666667%; 1953 } 1954 .col-md-10 { 1955 width: 83.33333333%; 1956 } 1957 .col-md-9 { 1958 width: 75%; 1959 } 1960 .col-md-8 { 1961 width: 66.66666667%; 1962 } 1963 .col-md-7 { 1964 width: 58.33333333%; 1965 } 1966 .col-md-6 { 1967 width: 50%; 1968 } 1969 .col-md-5 { 1970 width: 41.66666667%; 1971 } 1972 .col-md-4 { 1973 width: 33.33333333%; 1974 } 1975 .col-md-3 { 1976 width: 25%; 1977 } 1978 .col-md-2 { 1979 width: 16.66666667%; 1980 } 1981 .col-md-1 { 1982 width: 8.33333333%; 1983 } 1984 .col-md-pull-12 { 1985 right: 100%; 1986 } 1987 .col-md-pull-11 { 1988 right: 91.66666667%; 1989 } 1990 .col-md-pull-10 { 1991 right: 83.33333333%; 1992 } 1993 .col-md-pull-9 { 1994 right: 75%; 1995 } 1996 .col-md-pull-8 { 1997 right: 66.66666667%; 1998 } 1999 .col-md-pull-7 { 2000 right: 58.33333333%; 2001 } 2002 .col-md-pull-6 { 2003 right: 50%; 2004 } 2005 .col-md-pull-5 { 2006 right: 41.66666667%; 2007 } 2008 .col-md-pull-4 { 2009 right: 33.33333333%; 2010 } 2011 .col-md-pull-3 { 2012 right: 25%; 2013 } 2014 .col-md-pull-2 { 2015 right: 16.66666667%; 2016 } 2017 .col-md-pull-1 { 2018 right: 8.33333333%; 2019 } 2020 .col-md-pull-0 { 2021 right: auto; 2022 } 2023 .col-md-push-12 { 2024 left: 100%; 2025 } 2026 .col-md-push-11 { 2027 left: 91.66666667%; 2028 } 2029 .col-md-push-10 { 2030 left: 83.33333333%; 2031 } 2032 .col-md-push-9 { 2033 left: 75%; 2034 } 2035 .col-md-push-8 { 2036 left: 66.66666667%; 2037 } 2038 .col-md-push-7 { 2039 left: 58.33333333%; 2040 } 2041 .col-md-push-6 { 2042 left: 50%; 2043 } 2044 .col-md-push-5 { 2045 left: 41.66666667%; 2046 } 2047 .col-md-push-4 { 2048 left: 33.33333333%; 2049 } 2050 .col-md-push-3 { 2051 left: 25%; 2052 } 2053 .col-md-push-2 { 2054 left: 16.66666667%; 2055 } 2056 .col-md-push-1 { 2057 left: 8.33333333%; 2058 } 2059 .col-md-push-0 { 2060 left: auto; 2061 } 2062 .col-md-offset-12 { 2063 margin-left: 100%; 2064 } 2065 .col-md-offset-11 { 2066 margin-left: 91.66666667%; 2067 } 2068 .col-md-offset-10 { 2069 margin-left: 83.33333333%; 2070 } 2071 .col-md-offset-9 { 2072 margin-left: 75%; 2073 } 2074 .col-md-offset-8 { 2075 margin-left: 66.66666667%; 2076 } 2077 .col-md-offset-7 { 2078 margin-left: 58.33333333%; 2079 } 2080 .col-md-offset-6 { 2081 margin-left: 50%; 2082 } 2083 .col-md-offset-5 { 2084 margin-left: 41.66666667%; 2085 } 2086 .col-md-offset-4 { 2087 margin-left: 33.33333333%; 2088 } 2089 .col-md-offset-3 { 2090 margin-left: 25%; 2091 } 2092 .col-md-offset-2 { 2093 margin-left: 16.66666667%; 2094 } 2095 .col-md-offset-1 { 2096 margin-left: 8.33333333%; 2097 } 2098 .col-md-offset-0 { 2099 margin-left: 0%; 2100 } 2101} 2102@media (min-width: 1200px) { 2103 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { 2104 float: left; 2105 } 2106 .col-lg-12 { 2107 width: 100%; 2108 } 2109 .col-lg-11 { 2110 width: 91.66666667%; 2111 } 2112 .col-lg-10 { 2113 width: 83.33333333%; 2114 } 2115 .col-lg-9 { 2116 width: 75%; 2117 } 2118 .col-lg-8 { 2119 width: 66.66666667%; 2120 } 2121 .col-lg-7 { 2122 width: 58.33333333%; 2123 } 2124 .col-lg-6 { 2125 width: 50%; 2126 } 2127 .col-lg-5 { 2128 width: 41.66666667%; 2129 } 2130 .col-lg-4 { 2131 width: 33.33333333%; 2132 } 2133 .col-lg-3 { 2134 width: 25%; 2135 } 2136 .col-lg-2 { 2137 width: 16.66666667%; 2138 } 2139 .col-lg-1 { 2140 width: 8.33333333%; 2141 } 2142 .col-lg-pull-12 { 2143 right: 100%; 2144 } 2145 .col-lg-pull-11 { 2146 right: 91.66666667%; 2147 } 2148 .col-lg-pull-10 { 2149 right: 83.33333333%; 2150 } 2151 .col-lg-pull-9 { 2152 right: 75%; 2153 } 2154 .col-lg-pull-8 { 2155 right: 66.66666667%; 2156 } 2157 .col-lg-pull-7 { 2158 right: 58.33333333%; 2159 } 2160 .col-lg-pull-6 { 2161 right: 50%; 2162 } 2163 .col-lg-pull-5 { 2164 right: 41.66666667%; 2165 } 2166 .col-lg-pull-4 { 2167 right: 33.33333333%; 2168 } 2169 .col-lg-pull-3 { 2170 right: 25%; 2171 } 2172 .col-lg-pull-2 { 2173 right: 16.66666667%; 2174 } 2175 .col-lg-pull-1 { 2176 right: 8.33333333%; 2177 } 2178 .col-lg-pull-0 { 2179 right: auto; 2180 } 2181 .col-lg-push-12 { 2182 left: 100%; 2183 } 2184 .col-lg-push-11 { 2185 left: 91.66666667%; 2186 } 2187 .col-lg-push-10 { 2188 left: 83.33333333%; 2189 } 2190 .col-lg-push-9 { 2191 left: 75%; 2192 } 2193 .col-lg-push-8 { 2194 left: 66.66666667%; 2195 } 2196 .col-lg-push-7 { 2197 left: 58.33333333%; 2198 } 2199 .col-lg-push-6 { 2200 left: 50%; 2201 } 2202 .col-lg-push-5 { 2203 left: 41.66666667%; 2204 } 2205 .col-lg-push-4 { 2206 left: 33.33333333%; 2207 } 2208 .col-lg-push-3 { 2209 left: 25%; 2210 } 2211 .col-lg-push-2 { 2212 left: 16.66666667%; 2213 } 2214 .col-lg-push-1 { 2215 left: 8.33333333%; 2216 } 2217 .col-lg-push-0 { 2218 left: auto; 2219 } 2220 .col-lg-offset-12 { 2221 margin-left: 100%; 2222 } 2223 .col-lg-offset-11 { 2224 margin-left: 91.66666667%; 2225 } 2226 .col-lg-offset-10 { 2227 margin-left: 83.33333333%; 2228 } 2229 .col-lg-offset-9 { 2230 margin-left: 75%; 2231 } 2232 .col-lg-offset-8 { 2233 margin-left: 66.66666667%; 2234 } 2235 .col-lg-offset-7 { 2236 margin-left: 58.33333333%; 2237 } 2238 .col-lg-offset-6 { 2239 margin-left: 50%; 2240 } 2241 .col-lg-offset-5 { 2242 margin-left: 41.66666667%; 2243 } 2244 .col-lg-offset-4 { 2245 margin-left: 33.33333333%; 2246 } 2247 .col-lg-offset-3 { 2248 margin-left: 25%; 2249 } 2250 .col-lg-offset-2 { 2251 margin-left: 16.66666667%; 2252 } 2253 .col-lg-offset-1 { 2254 margin-left: 8.33333333%; 2255 } 2256 .col-lg-offset-0 { 2257 margin-left: 0%; 2258 } 2259} 2260table { 2261 background-color: transparent; 2262} 2263caption { 2264 padding-top: 8px; 2265 padding-bottom: 8px; 2266 color: #777777; 2267 text-align: left; 2268} 2269th { 2270 text-align: left; 2271} 2272.table { 2273 width: 100%; 2274 max-width: 100%; 2275 margin-bottom: 18px; 2276} 2277.table > thead > tr > th, 2278.table > tbody > tr > th, 2279.table > tfoot > tr > th, 2280.table > thead > tr > td, 2281.table > tbody > tr > td, 2282.table > tfoot > tr > td { 2283 padding: 8px; 2284 line-height: 1.42857143; 2285 vertical-align: top; 2286 border-top: 1px solid #dddddd; 2287} 2288.table > thead > tr > th { 2289 vertical-align: bottom; 2290 border-bottom: 2px solid #dddddd; 2291} 2292.table > caption + thead > tr:first-child > th, 2293.table > colgroup + thead > tr:first-child > th, 2294.table > thead:first-child > tr:first-child > th, 2295.table > caption + thead > tr:first-child > td, 2296.table > colgroup + thead > tr:first-child > td, 2297.table > thead:first-child > tr:first-child > td { 2298 border-top: 0; 2299} 2300.table > tbody + tbody { 2301 border-top: 2px solid #dddddd; 2302} 2303.table .table { 2304 background-color: #ffffff; 2305} 2306.table-condensed > thead > tr > th, 2307.table-condensed > tbody > tr > th, 2308.table-condensed > tfoot > tr > th, 2309.table-condensed > thead > tr > td, 2310.table-condensed > tbody > tr > td, 2311.table-condensed > tfoot > tr > td { 2312 padding: 5px; 2313} 2314.table-bordered { 2315 border: 1px solid #dddddd; 2316} 2317.table-bordered > thead > tr > th, 2318.table-bordered > tbody > tr > th, 2319.table-bordered > tfoot > tr > th, 2320.table-bordered > thead > tr > td, 2321.table-bordered > tbody > tr > td, 2322.table-bordered > tfoot > tr > td { 2323 border: 1px solid #dddddd; 2324} 2325.table-bordered > thead > tr > th, 2326.table-bordered > thead > tr > td { 2327 border-bottom-width: 2px; 2328} 2329.table-striped > tbody > tr:nth-of-type(odd) { 2330 background-color: #f9f9f9; 2331} 2332.table-hover > tbody > tr:hover { 2333 background-color: #f5f5f5; 2334} 2335table col[class*="col-"] { 2336 position: static; 2337 float: none; 2338 display: table-column; 2339} 2340table td[class*="col-"], 2341table th[class*="col-"] { 2342 position: static; 2343 float: none; 2344 display: table-cell; 2345} 2346.table > thead > tr > td.active, 2347.table > tbody > tr > td.active, 2348.table > tfoot > tr > td.active, 2349.table > thead > tr > th.active, 2350.table > tbody > tr > th.active, 2351.table > tfoot > tr > th.active, 2352.table > thead > tr.active > td, 2353.table > tbody > tr.active > td, 2354.table > tfoot > tr.active > td, 2355.table > thead > tr.active > th, 2356.table > tbody > tr.active > th, 2357.table > tfoot > tr.active > th { 2358 background-color: #f5f5f5; 2359} 2360.table-hover > tbody > tr > td.active:hover, 2361.table-hover > tbody > tr > th.active:hover, 2362.table-hover > tbody > tr.active:hover > td, 2363.table-hover > tbody > tr:hover > .active, 2364.table-hover > tbody > tr.active:hover > th { 2365 background-color: #e8e8e8; 2366} 2367.table > thead > tr > td.success, 2368.table > tbody > tr > td.success, 2369.table > tfoot > tr > td.success, 2370.table > thead > tr > th.success, 2371.table > tbody > tr > th.success, 2372.table > tfoot > tr > th.success, 2373.table > thead > tr.success > td, 2374.table > tbody > tr.success > td, 2375.table > tfoot > tr.success > td, 2376.table > thead > tr.success > th, 2377.table > tbody > tr.success > th, 2378.table > tfoot > tr.success > th { 2379 background-color: #dff0d8; 2380} 2381.table-hover > tbody > tr > td.success:hover, 2382.table-hover > tbody > tr > th.success:hover, 2383.table-hover > tbody > tr.success:hover > td, 2384.table-hover > tbody > tr:hover > .success, 2385.table-hover > tbody > tr.success:hover > th { 2386 background-color: #d0e9c6; 2387} 2388.table > thead > tr > td.info, 2389.table > tbody > tr > td.info, 2390.table > tfoot > tr > td.info, 2391.table > thead > tr > th.info, 2392.table > tbody > tr > th.info, 2393.table > tfoot > tr > th.info, 2394.table > thead > tr.info > td, 2395.table > tbody > tr.info > td, 2396.table > tfoot > tr.info > td, 2397.table > thead > tr.info > th, 2398.table > tbody > tr.info > th, 2399.table > tfoot > tr.info > th { 2400 background-color: #d9edf7; 2401} 2402.table-hover > tbody > tr > td.info:hover, 2403.table-hover > tbody > tr > th.info:hover, 2404.table-hover > tbody > tr.info:hover > td, 2405.table-hover > tbody > tr:hover > .info, 2406.table-hover > tbody > tr.info:hover > th { 2407 background-color: #c4e3f3; 2408} 2409.table > thead > tr > td.warning, 2410.table > tbody > tr > td.warning, 2411.table > tfoot > tr > td.warning, 2412.table > thead > tr > th.warning, 2413.table > tbody > tr > th.warning, 2414.table > tfoot > tr > th.warning, 2415.table > thead > tr.warning > td, 2416.table > tbody > tr.warning > td, 2417.table > tfoot > tr.warning > td, 2418.table > thead > tr.warning > th, 2419.table > tbody > tr.warning > th, 2420.table > tfoot > tr.warning > th { 2421 background-color: #fcf8e3; 2422} 2423.table-hover > tbody > tr > td.warning:hover, 2424.table-hover > tbody > tr > th.warning:hover, 2425.table-hover > tbody > tr.warning:hover > td, 2426.table-hover > tbody > tr:hover > .warning, 2427.table-hover > tbody > tr.warning:hover > th { 2428 background-color: #faf2cc; 2429} 2430.table > thead > tr > td.danger, 2431.table > tbody > tr > td.danger, 2432.table > tfoot > tr > td.danger, 2433.table > thead > tr > th.danger, 2434.table > tbody > tr > th.danger, 2435.table > tfoot > tr > th.danger, 2436.table > thead > tr.danger > td, 2437.table > tbody > tr.danger > td, 2438.table > tfoot > tr.danger > td, 2439.table > thead > tr.danger > th, 2440.table > tbody > tr.danger > th, 2441.table > tfoot > tr.danger > th { 2442 background-color: #f2dede; 2443} 2444.table-hover > tbody > tr > td.danger:hover, 2445.table-hover > tbody > tr > th.danger:hover, 2446.table-hover > tbody > tr.danger:hover > td, 2447.table-hover > tbody > tr:hover > .danger, 2448.table-hover > tbody > tr.danger:hover > th { 2449 background-color: #ebcccc; 2450} 2451.table-responsive { 2452 overflow-x: auto; 2453 min-height: 0.01%; 2454} 2455@media screen and (max-width: 767px) { 2456 .table-responsive { 2457 width: 100%; 2458 margin-bottom: 13.5px; 2459 overflow-y: hidden; 2460 -ms-overflow-style: -ms-autohiding-scrollbar; 2461 border: 1px solid #dddddd; 2462 } 2463 .table-responsive > .table { 2464 margin-bottom: 0; 2465 } 2466 .table-responsive > .table > thead > tr > th, 2467 .table-responsive > .table > tbody > tr > th, 2468 .table-responsive > .table > tfoot > tr > th, 2469 .table-responsive > .table > thead > tr > td, 2470 .table-responsive > .table > tbody > tr > td, 2471 .table-responsive > .table > tfoot > tr > td { 2472 white-space: nowrap; 2473 } 2474 .table-responsive > .table-bordered { 2475 border: 0; 2476 } 2477 .table-responsive > .table-bordered > thead > tr > th:first-child, 2478 .table-responsive > .table-bordered > tbody > tr > th:first-child, 2479 .table-responsive > .table-bordered > tfoot > tr > th:first-child, 2480 .table-responsive > .table-bordered > thead > tr > td:first-child, 2481 .table-responsive > .table-bordered > tbody > tr > td:first-child, 2482 .table-responsive > .table-bordered > tfoot > tr > td:first-child { 2483 border-left: 0; 2484 } 2485 .table-responsive > .table-bordered > thead > tr > th:last-child, 2486 .table-responsive > .table-bordered > tbody > tr > th:last-child, 2487 .table-responsive > .table-bordered > tfoot > tr > th:last-child, 2488 .table-responsive > .table-bordered > thead > tr > td:last-child, 2489 .table-responsive > .table-bordered > tbody > tr > td:last-child, 2490 .table-responsive > .table-bordered > tfoot > tr > td:last-child { 2491 border-right: 0; 2492 } 2493 .table-responsive > .table-bordered > tbody > tr:last-child > th, 2494 .table-responsive > .table-bordered > tfoot > tr:last-child > th, 2495 .table-responsive > .table-bordered > tbody > tr:last-child > td, 2496 .table-responsive > .table-bordered > tfoot > tr:last-child > td { 2497 border-bottom: 0; 2498 } 2499} 2500fieldset { 2501 padding: 0; 2502 margin: 0; 2503 border: 0; 2504 min-width: 0; 2505} 2506legend { 2507 display: block; 2508 width: 100%; 2509 padding: 0; 2510 margin-bottom: 18px; 2511 font-size: 19.5px; 2512 line-height: inherit; 2513 color: #333333; 2514 border: 0; 2515 border-bottom: 1px solid #e5e5e5; 2516} 2517label { 2518 display: inline-block; 2519 max-width: 100%; 2520 margin-bottom: 5px; 2521 font-weight: bold; 2522} 2523input[type="search"] { 2524 -webkit-box-sizing: border-box; 2525 -moz-box-sizing: border-box; 2526 box-sizing: border-box; 2527} 2528input[type="radio"], 2529input[type="checkbox"] { 2530 margin: 4px 0 0; 2531 margin-top: 1px \9; 2532 line-height: normal; 2533} 2534input[type="file"] { 2535 display: block; 2536} 2537input[type="range"] { 2538 display: block; 2539 width: 100%; 2540} 2541select[multiple], 2542select[size] { 2543 height: auto; 2544} 2545input[type="file"]:focus, 2546input[type="radio"]:focus, 2547input[type="checkbox"]:focus { 2548 outline: 5px auto -webkit-focus-ring-color; 2549 outline-offset: -2px; 2550} 2551output { 2552 display: block; 2553 padding-top: 7px; 2554 font-size: 13px; 2555 line-height: 1.42857143; 2556 color: #555555; 2557} 2558.form-control { 2559 display: block; 2560 width: 100%; 2561 height: 32px; 2562 padding: 6px 12px; 2563 font-size: 13px; 2564 line-height: 1.42857143; 2565 color: #555555; 2566 background-color: #ffffff; 2567 background-image: none; 2568 border: 1px solid #cccccc; 2569 border-radius: 2px; 2570 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2571 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2572 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2573 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2574 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2575} 2576.form-control:focus { 2577 border-color: #66afe9; 2578 outline: 0; 2579 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 2580 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 2581} 2582.form-control::-moz-placeholder { 2583 color: #999999; 2584 opacity: 1; 2585} 2586.form-control:-ms-input-placeholder { 2587 color: #999999; 2588} 2589.form-control::-webkit-input-placeholder { 2590 color: #999999; 2591} 2592.form-control::-ms-expand { 2593 border: 0; 2594 background-color: transparent; 2595} 2596.form-control[disabled], 2597.form-control[readonly], 2598fieldset[disabled] .form-control { 2599 background-color: #eeeeee; 2600 opacity: 1; 2601} 2602.form-control[disabled], 2603fieldset[disabled] .form-control { 2604 cursor: not-allowed; 2605} 2606textarea.form-control { 2607 height: auto; 2608} 2609input[type="search"] { 2610 -webkit-appearance: none; 2611} 2612@media screen and (-webkit-min-device-pixel-ratio: 0) { 2613 input[type="date"].form-control, 2614 input[type="time"].form-control, 2615 input[type="datetime-local"].form-control, 2616 input[type="month"].form-control { 2617 line-height: 32px; 2618 } 2619 input[type="date"].input-sm, 2620 input[type="time"].input-sm, 2621 input[type="datetime-local"].input-sm, 2622 input[type="month"].input-sm, 2623 .input-group-sm input[type="date"], 2624 .input-group-sm input[type="time"], 2625 .input-group-sm input[type="datetime-local"], 2626 .input-group-sm input[type="month"] { 2627 line-height: 30px; 2628 } 2629 input[type="date"].input-lg, 2630 input[type="time"].input-lg, 2631 input[type="datetime-local"].input-lg, 2632 input[type="month"].input-lg, 2633 .input-group-lg input[type="date"], 2634 .input-group-lg input[type="time"], 2635 .input-group-lg input[type="datetime-local"], 2636 .input-group-lg input[type="month"] { 2637 line-height: 45px; 2638 } 2639} 2640.form-group { 2641 margin-bottom: 15px; 2642} 2643.radio, 2644.checkbox { 2645 position: relative; 2646 display: block; 2647 margin-top: 10px; 2648 margin-bottom: 10px; 2649} 2650.radio label, 2651.checkbox label { 2652 min-height: 18px; 2653 padding-left: 20px; 2654 margin-bottom: 0; 2655 font-weight: normal; 2656 cursor: pointer; 2657} 2658.radio input[type="radio"], 2659.radio-inline input[type="radio"], 2660.checkbox input[type="checkbox"], 2661.checkbox-inline input[type="checkbox"] { 2662 position: absolute; 2663 margin-left: -20px; 2664 margin-top: 4px \9; 2665} 2666.radio + .radio, 2667.checkbox + .checkbox { 2668 margin-top: -5px; 2669} 2670.radio-inline, 2671.checkbox-inline { 2672 position: relative; 2673 display: inline-block; 2674 padding-left: 20px; 2675 margin-bottom: 0; 2676 vertical-align: middle; 2677 font-weight: normal; 2678 cursor: pointer; 2679} 2680.radio-inline + .radio-inline, 2681.checkbox-inline + .checkbox-inline { 2682 margin-top: 0; 2683 margin-left: 10px; 2684} 2685input[type="radio"][disabled], 2686input[type="checkbox"][disabled], 2687input[type="radio"].disabled, 2688input[type="checkbox"].disabled, 2689fieldset[disabled] input[type="radio"], 2690fieldset[disabled] input[type="checkbox"] { 2691 cursor: not-allowed; 2692} 2693.radio-inline.disabled, 2694.checkbox-inline.disabled, 2695fieldset[disabled] .radio-inline, 2696fieldset[disabled] .checkbox-inline { 2697 cursor: not-allowed; 2698} 2699.radio.disabled label, 2700.checkbox.disabled label, 2701fieldset[disabled] .radio label, 2702fieldset[disabled] .checkbox label { 2703 cursor: not-allowed; 2704} 2705.form-control-static { 2706 padding-top: 7px; 2707 padding-bottom: 7px; 2708 margin-bottom: 0; 2709 min-height: 31px; 2710} 2711.form-control-static.input-lg, 2712.form-control-static.input-sm { 2713 padding-left: 0; 2714 padding-right: 0; 2715} 2716.input-sm { 2717 height: 30px; 2718 padding: 5px 10px; 2719 font-size: 12px; 2720 line-height: 1.5; 2721 border-radius: 1px; 2722} 2723select.input-sm { 2724 height: 30px; 2725 line-height: 30px; 2726} 2727textarea.input-sm, 2728select[multiple].input-sm { 2729 height: auto; 2730} 2731.form-group-sm .form-control { 2732 height: 30px; 2733 padding: 5px 10px; 2734 font-size: 12px; 2735 line-height: 1.5; 2736 border-radius: 1px; 2737} 2738.form-group-sm select.form-control { 2739 height: 30px; 2740 line-height: 30px; 2741} 2742.form-group-sm textarea.form-control, 2743.form-group-sm select[multiple].form-control { 2744 height: auto; 2745} 2746.form-group-sm .form-control-static { 2747 height: 30px; 2748 min-height: 30px; 2749 padding: 6px 10px; 2750 font-size: 12px; 2751 line-height: 1.5; 2752} 2753.input-lg { 2754 height: 45px; 2755 padding: 10px 16px; 2756 font-size: 17px; 2757 line-height: 1.3333333; 2758 border-radius: 3px; 2759} 2760select.input-lg { 2761 height: 45px; 2762 line-height: 45px; 2763} 2764textarea.input-lg, 2765select[multiple].input-lg { 2766 height: auto; 2767} 2768.form-group-lg .form-control { 2769 height: 45px; 2770 padding: 10px 16px; 2771 font-size: 17px; 2772 line-height: 1.3333333; 2773 border-radius: 3px; 2774} 2775.form-group-lg select.form-control { 2776 height: 45px; 2777 line-height: 45px; 2778} 2779.form-group-lg textarea.form-control, 2780.form-group-lg select[multiple].form-control { 2781 height: auto; 2782} 2783.form-group-lg .form-control-static { 2784 height: 45px; 2785 min-height: 35px; 2786 padding: 11px 16px; 2787 font-size: 17px; 2788 line-height: 1.3333333; 2789} 2790.has-feedback { 2791 position: relative; 2792} 2793.has-feedback .form-control { 2794 padding-right: 40px; 2795} 2796.form-control-feedback { 2797 position: absolute; 2798 top: 0; 2799 right: 0; 2800 z-index: 2; 2801 display: block; 2802 width: 32px; 2803 height: 32px; 2804 line-height: 32px; 2805 text-align: center; 2806 pointer-events: none; 2807} 2808.input-lg + .form-control-feedback, 2809.input-group-lg + .form-control-feedback, 2810.form-group-lg .form-control + .form-control-feedback { 2811 width: 45px; 2812 height: 45px; 2813 line-height: 45px; 2814} 2815.input-sm + .form-control-feedback, 2816.input-group-sm + .form-control-feedback, 2817.form-group-sm .form-control + .form-control-feedback { 2818 width: 30px; 2819 height: 30px; 2820 line-height: 30px; 2821} 2822.has-success .help-block, 2823.has-success .control-label, 2824.has-success .radio, 2825.has-success .checkbox, 2826.has-success .radio-inline, 2827.has-success .checkbox-inline, 2828.has-success.radio label, 2829.has-success.checkbox label, 2830.has-success.radio-inline label, 2831.has-success.checkbox-inline label { 2832 color: #3c763d; 2833} 2834.has-success .form-control { 2835 border-color: #3c763d; 2836 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2837 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2838} 2839.has-success .form-control:focus { 2840 border-color: #2b542c; 2841 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; 2842 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; 2843} 2844.has-success .input-group-addon { 2845 color: #3c763d; 2846 border-color: #3c763d; 2847 background-color: #dff0d8; 2848} 2849.has-success .form-control-feedback { 2850 color: #3c763d; 2851} 2852.has-warning .help-block, 2853.has-warning .control-label, 2854.has-warning .radio, 2855.has-warning .checkbox, 2856.has-warning .radio-inline, 2857.has-warning .checkbox-inline, 2858.has-warning.radio label, 2859.has-warning.checkbox label, 2860.has-warning.radio-inline label, 2861.has-warning.checkbox-inline label { 2862 color: #8a6d3b; 2863} 2864.has-warning .form-control { 2865 border-color: #8a6d3b; 2866 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2867 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2868} 2869.has-warning .form-control:focus { 2870 border-color: #66512c; 2871 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; 2872 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; 2873} 2874.has-warning .input-group-addon { 2875 color: #8a6d3b; 2876 border-color: #8a6d3b; 2877 background-color: #fcf8e3; 2878} 2879.has-warning .form-control-feedback { 2880 color: #8a6d3b; 2881} 2882.has-error .help-block, 2883.has-error .control-label, 2884.has-error .radio, 2885.has-error .checkbox, 2886.has-error .radio-inline, 2887.has-error .checkbox-inline, 2888.has-error.radio label, 2889.has-error.checkbox label, 2890.has-error.radio-inline label, 2891.has-error.checkbox-inline label { 2892 color: #a94442; 2893} 2894.has-error .form-control { 2895 border-color: #a94442; 2896 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2897 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2898} 2899.has-error .form-control:focus { 2900 border-color: #843534; 2901 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; 2902 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; 2903} 2904.has-error .input-group-addon { 2905 color: #a94442; 2906 border-color: #a94442; 2907 background-color: #f2dede; 2908} 2909.has-error .form-control-feedback { 2910 color: #a94442; 2911} 2912.has-feedback label ~ .form-control-feedback { 2913 top: 23px; 2914} 2915.has-feedback label.sr-only ~ .form-control-feedback { 2916 top: 0; 2917} 2918.help-block { 2919 display: block; 2920 margin-top: 5px; 2921 margin-bottom: 10px; 2922 color: #404040; 2923} 2924@media (min-width: 768px) { 2925 .form-inline .form-group { 2926 display: inline-block; 2927 margin-bottom: 0; 2928 vertical-align: middle; 2929 } 2930 .form-inline .form-control { 2931 display: inline-block; 2932 width: auto; 2933 vertical-align: middle; 2934 } 2935 .form-inline .form-control-static { 2936 display: inline-block; 2937 } 2938 .form-inline .input-group { 2939 display: inline-table; 2940 vertical-align: middle; 2941 } 2942 .form-inline .input-group .input-group-addon, 2943 .form-inline .input-group .input-group-btn, 2944 .form-inline .input-group .form-control { 2945 width: auto; 2946 } 2947 .form-inline .input-group > .form-control { 2948 width: 100%; 2949 } 2950 .form-inline .control-label { 2951 margin-bottom: 0; 2952 vertical-align: middle; 2953 } 2954 .form-inline .radio, 2955 .form-inline .checkbox { 2956 display: inline-block; 2957 margin-top: 0; 2958 margin-bottom: 0; 2959 vertical-align: middle; 2960 } 2961 .form-inline .radio label, 2962 .form-inline .checkbox label { 2963 padding-left: 0; 2964 } 2965 .form-inline .radio input[type="radio"], 2966 .form-inline .checkbox input[type="checkbox"] { 2967 position: relative; 2968 margin-left: 0; 2969 } 2970 .form-inline .has-feedback .form-control-feedback { 2971 top: 0; 2972 } 2973} 2974.form-horizontal .radio, 2975.form-horizontal .checkbox, 2976.form-horizontal .radio-inline, 2977.form-horizontal .checkbox-inline { 2978 margin-top: 0; 2979 margin-bottom: 0; 2980 padding-top: 7px; 2981} 2982.form-horizontal .radio, 2983.form-horizontal .checkbox { 2984 min-height: 25px; 2985} 2986.form-horizontal .form-group { 2987 margin-left: 0px; 2988 margin-right: 0px; 2989} 2990@media (min-width: 768px) { 2991 .form-horizontal .control-label { 2992 text-align: right; 2993 margin-bottom: 0; 2994 padding-top: 7px; 2995 } 2996} 2997.form-horizontal .has-feedback .form-control-feedback { 2998 right: 0px; 2999} 3000@media (min-width: 768px) { 3001 .form-horizontal .form-group-lg .control-label { 3002 padding-top: 11px; 3003 font-size: 17px; 3004 } 3005} 3006@media (min-width: 768px) { 3007 .form-horizontal .form-group-sm .control-label { 3008 padding-top: 6px; 3009 font-size: 12px; 3010 } 3011} 3012.btn { 3013 display: inline-block; 3014 margin-bottom: 0; 3015 font-weight: normal; 3016 text-align: center; 3017 vertical-align: middle; 3018 touch-action: manipulation; 3019 cursor: pointer; 3020 background-image: none; 3021 border: 1px solid transparent; 3022 white-space: nowrap; 3023 padding: 6px 12px; 3024 font-size: 13px; 3025 line-height: 1.42857143; 3026 border-radius: 2px; 3027 -webkit-user-select: none; 3028 -moz-user-select: none; 3029 -ms-user-select: none; 3030 user-select: none; 3031} 3032.btn:focus, 3033.btn:active:focus, 3034.btn.active:focus, 3035.btn.focus, 3036.btn:active.focus, 3037.btn.active.focus { 3038 outline: 5px auto -webkit-focus-ring-color; 3039 outline-offset: -2px; 3040} 3041.btn:hover, 3042.btn:focus, 3043.btn.focus { 3044 color: #333333; 3045 text-decoration: none; 3046} 3047.btn:active, 3048.btn.active { 3049 outline: 0; 3050 background-image: none; 3051 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3052 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3053} 3054.btn.disabled, 3055.btn[disabled], 3056fieldset[disabled] .btn { 3057 cursor: not-allowed; 3058 opacity: 0.65; 3059 filter: alpha(opacity=65); 3060 -webkit-box-shadow: none; 3061 box-shadow: none; 3062} 3063a.btn.disabled, 3064fieldset[disabled] a.btn { 3065 pointer-events: none; 3066} 3067.btn-default { 3068 color: #333333; 3069 background-color: #ffffff; 3070 border-color: #cccccc; 3071} 3072.btn-default:focus, 3073.btn-default.focus { 3074 color: #333333; 3075 background-color: #e6e6e6; 3076 border-color: #8c8c8c; 3077} 3078.btn-default:hover { 3079 color: #333333; 3080 background-color: #e6e6e6; 3081 border-color: #adadad; 3082} 3083.btn-default:active, 3084.btn-default.active, 3085.open > .dropdown-toggle.btn-default { 3086 color: #333333; 3087 background-color: #e6e6e6; 3088 border-color: #adadad; 3089} 3090.btn-default:active:hover, 3091.btn-default.active:hover, 3092.open > .dropdown-toggle.btn-default:hover, 3093.btn-default:active:focus, 3094.btn-default.active:focus, 3095.open > .dropdown-toggle.btn-default:focus, 3096.btn-default:active.focus, 3097.btn-default.active.focus, 3098.open > .dropdown-toggle.btn-default.focus { 3099 color: #333333; 3100 background-color: #d4d4d4; 3101 border-color: #8c8c8c; 3102} 3103.btn-default:active, 3104.btn-default.active, 3105.open > .dropdown-toggle.btn-default { 3106 background-image: none; 3107} 3108.btn-default.disabled:hover, 3109.btn-default[disabled]:hover, 3110fieldset[disabled] .btn-default:hover, 3111.btn-default.disabled:focus, 3112.btn-default[disabled]:focus, 3113fieldset[disabled] .btn-default:focus, 3114.btn-default.disabled.focus, 3115.btn-default[disabled].focus, 3116fieldset[disabled] .btn-default.focus { 3117 background-color: #ffffff; 3118 border-color: #cccccc; 3119} 3120.btn-default .badge { 3121 color: #ffffff; 3122 background-color: #333333; 3123} 3124.btn-primary { 3125 color: #ffffff; 3126 background-color: #337ab7; 3127 border-color: #2e6da4; 3128} 3129.btn-primary:focus, 3130.btn-primary.focus { 3131 color: #ffffff; 3132 background-color: #286090; 3133 border-color: #122b40; 3134} 3135.btn-primary:hover { 3136 color: #ffffff; 3137 background-color: #286090; 3138 border-color: #204d74; 3139} 3140.btn-primary:active, 3141.btn-primary.active, 3142.open > .dropdown-toggle.btn-primary { 3143 color: #ffffff; 3144 background-color: #286090; 3145 border-color: #204d74; 3146} 3147.btn-primary:active:hover, 3148.btn-primary.active:hover, 3149.open > .dropdown-toggle.btn-primary:hover, 3150.btn-primary:active:focus, 3151.btn-primary.active:focus, 3152.open > .dropdown-toggle.btn-primary:focus, 3153.btn-primary:active.focus, 3154.btn-primary.active.focus, 3155.open > .dropdown-toggle.btn-primary.focus { 3156 color: #ffffff; 3157 background-color: #204d74; 3158 border-color: #122b40; 3159} 3160.btn-primary:active, 3161.btn-primary.active, 3162.open > .dropdown-toggle.btn-primary { 3163 background-image: none; 3164} 3165.btn-primary.disabled:hover, 3166.btn-primary[disabled]:hover, 3167fieldset[disabled] .btn-primary:hover, 3168.btn-primary.disabled:focus, 3169.btn-primary[disabled]:focus, 3170fieldset[disabled] .btn-primary:focus, 3171.btn-primary.disabled.focus, 3172.btn-primary[disabled].focus, 3173fieldset[disabled] .btn-primary.focus { 3174 background-color: #337ab7; 3175 border-color: #2e6da4; 3176} 3177.btn-primary .badge { 3178 color: #337ab7; 3179 background-color: #ffffff; 3180} 3181.btn-success { 3182 color: #ffffff; 3183 background-color: #5cb85c; 3184 border-color: #4cae4c; 3185} 3186.btn-success:focus, 3187.btn-success.focus { 3188 color: #ffffff; 3189 background-color: #449d44; 3190 border-color: #255625; 3191} 3192.btn-success:hover { 3193 color: #ffffff; 3194 background-color: #449d44; 3195 border-color: #398439; 3196} 3197.btn-success:active, 3198.btn-success.active, 3199.open > .dropdown-toggle.btn-success { 3200 color: #ffffff; 3201 background-color: #449d44; 3202 border-color: #398439; 3203} 3204.btn-success:active:hover, 3205.btn-success.active:hover, 3206.open > .dropdown-toggle.btn-success:hover, 3207.btn-success:active:focus, 3208.btn-success.active:focus, 3209.open > .dropdown-toggle.btn-success:focus, 3210.btn-success:active.focus, 3211.btn-success.active.focus, 3212.open > .dropdown-toggle.btn-success.focus { 3213 color: #ffffff; 3214 background-color: #398439; 3215 border-color: #255625; 3216} 3217.btn-success:active, 3218.btn-success.active, 3219.open > .dropdown-toggle.btn-success { 3220 background-image: none; 3221} 3222.btn-success.disabled:hover, 3223.btn-success[disabled]:hover, 3224fieldset[disabled] .btn-success:hover, 3225.btn-success.disabled:focus, 3226.btn-success[disabled]:focus, 3227fieldset[disabled] .btn-success:focus, 3228.btn-success.disabled.focus, 3229.btn-success[disabled].focus, 3230fieldset[disabled] .btn-success.focus { 3231 background-color: #5cb85c; 3232 border-color: #4cae4c; 3233} 3234.btn-success .badge { 3235 color: #5cb85c; 3236 background-color: #ffffff; 3237} 3238.btn-info { 3239 color: #ffffff; 3240 background-color: #5bc0de; 3241 border-color: #46b8da; 3242} 3243.btn-info:focus, 3244.btn-info.focus { 3245 color: #ffffff; 3246 background-color: #31b0d5; 3247 border-color: #1b6d85; 3248} 3249.btn-info:hover { 3250 color: #ffffff; 3251 background-color: #31b0d5; 3252 border-color: #269abc; 3253} 3254.btn-info:active, 3255.btn-info.active, 3256.open > .dropdown-toggle.btn-info { 3257 color: #ffffff; 3258 background-color: #31b0d5; 3259 border-color: #269abc; 3260} 3261.btn-info:active:hover, 3262.btn-info.active:hover, 3263.open > .dropdown-toggle.btn-info:hover, 3264.btn-info:active:focus, 3265.btn-info.active:focus, 3266.open > .dropdown-toggle.btn-info:focus, 3267.btn-info:active.focus, 3268.btn-info.active.focus, 3269.open > .dropdown-toggle.btn-info.focus { 3270 color: #ffffff; 3271 background-color: #269abc; 3272 border-color: #1b6d85; 3273} 3274.btn-info:active, 3275.btn-info.active, 3276.open > .dropdown-toggle.btn-info { 3277 background-image: none; 3278} 3279.btn-info.disabled:hover, 3280.btn-info[disabled]:hover, 3281fieldset[disabled] .btn-info:hover, 3282.btn-info.disabled:focus, 3283.btn-info[disabled]:focus, 3284fieldset[disabled] .btn-info:focus, 3285.btn-info.disabled.focus, 3286.btn-info[disabled].focus, 3287fieldset[disabled] .btn-info.focus { 3288 background-color: #5bc0de; 3289 border-color: #46b8da; 3290} 3291.btn-info .badge { 3292 color: #5bc0de; 3293 background-color: #ffffff; 3294} 3295.btn-warning { 3296 color: #ffffff; 3297 background-color: #f0ad4e; 3298 border-color: #eea236; 3299} 3300.btn-warning:focus, 3301.btn-warning.focus { 3302 color: #ffffff; 3303 background-color: #ec971f; 3304 border-color: #985f0d; 3305} 3306.btn-warning:hover { 3307 color: #ffffff; 3308 background-color: #ec971f; 3309 border-color: #d58512; 3310} 3311.btn-warning:active, 3312.btn-warning.active, 3313.open > .dropdown-toggle.btn-warning { 3314 color: #ffffff; 3315 background-color: #ec971f; 3316 border-color: #d58512; 3317} 3318.btn-warning:active:hover, 3319.btn-warning.active:hover, 3320.open > .dropdown-toggle.btn-warning:hover, 3321.btn-warning:active:focus, 3322.btn-warning.active:focus, 3323.open > .dropdown-toggle.btn-warning:focus, 3324.btn-warning:active.focus, 3325.btn-warning.active.focus, 3326.open > .dropdown-toggle.btn-warning.focus { 3327 color: #ffffff; 3328 background-color: #d58512; 3329 border-color: #985f0d; 3330} 3331.btn-warning:active, 3332.btn-warning.active, 3333.open > .dropdown-toggle.btn-warning { 3334 background-image: none; 3335} 3336.btn-warning.disabled:hover, 3337.btn-warning[disabled]:hover, 3338fieldset[disabled] .btn-warning:hover, 3339.btn-warning.disabled:focus, 3340.btn-warning[disabled]:focus, 3341fieldset[disabled] .btn-warning:focus, 3342.btn-warning.disabled.focus, 3343.btn-warning[disabled].focus, 3344fieldset[disabled] .btn-warning.focus { 3345 background-color: #f0ad4e; 3346 border-color: #eea236; 3347} 3348.btn-warning .badge { 3349 color: #f0ad4e; 3350 background-color: #ffffff; 3351} 3352.btn-danger { 3353 color: #ffffff; 3354 background-color: #d9534f; 3355 border-color: #d43f3a; 3356} 3357.btn-danger:focus, 3358.btn-danger.focus { 3359 color: #ffffff; 3360 background-color: #c9302c; 3361 border-color: #761c19; 3362} 3363.btn-danger:hover { 3364 color: #ffffff; 3365 background-color: #c9302c; 3366 border-color: #ac2925; 3367} 3368.btn-danger:active, 3369.btn-danger.active, 3370.open > .dropdown-toggle.btn-danger { 3371 color: #ffffff; 3372 background-color: #c9302c; 3373 border-color: #ac2925; 3374} 3375.btn-danger:active:hover, 3376.btn-danger.active:hover, 3377.open > .dropdown-toggle.btn-danger:hover, 3378.btn-danger:active:focus, 3379.btn-danger.active:focus, 3380.open > .dropdown-toggle.btn-danger:focus, 3381.btn-danger:active.focus, 3382.btn-danger.active.focus, 3383.open > .dropdown-toggle.btn-danger.focus { 3384 color: #ffffff; 3385 background-color: #ac2925; 3386 border-color: #761c19; 3387} 3388.btn-danger:active, 3389.btn-danger.active, 3390.open > .dropdown-toggle.btn-danger { 3391 background-image: none; 3392} 3393.btn-danger.disabled:hover, 3394.btn-danger[disabled]:hover, 3395fieldset[disabled] .btn-danger:hover, 3396.btn-danger.disabled:focus, 3397.btn-danger[disabled]:focus, 3398fieldset[disabled] .btn-danger:focus, 3399.btn-danger.disabled.focus, 3400.btn-danger[disabled].focus, 3401fieldset[disabled] .btn-danger.focus { 3402 background-color: #d9534f; 3403 border-color: #d43f3a; 3404} 3405.btn-danger .badge { 3406 color: #d9534f; 3407 background-color: #ffffff; 3408} 3409.btn-link { 3410 color: #337ab7; 3411 font-weight: normal; 3412 border-radius: 0; 3413} 3414.btn-link, 3415.btn-link:active, 3416.btn-link.active, 3417.btn-link[disabled], 3418fieldset[disabled] .btn-link { 3419 background-color: transparent; 3420 -webkit-box-shadow: none; 3421 box-shadow: none; 3422} 3423.btn-link, 3424.btn-link:hover, 3425.btn-link:focus, 3426.btn-link:active { 3427 border-color: transparent; 3428} 3429.btn-link:hover, 3430.btn-link:focus { 3431 color: #23527c; 3432 text-decoration: underline; 3433 background-color: transparent; 3434} 3435.btn-link[disabled]:hover, 3436fieldset[disabled] .btn-link:hover, 3437.btn-link[disabled]:focus, 3438fieldset[disabled] .btn-link:focus { 3439 color: #777777; 3440 text-decoration: none; 3441} 3442.btn-lg, 3443.btn-group-lg > .btn { 3444 padding: 10px 16px; 3445 font-size: 17px; 3446 line-height: 1.3333333; 3447 border-radius: 3px; 3448} 3449.btn-sm, 3450.btn-group-sm > .btn { 3451 padding: 5px 10px; 3452 font-size: 12px; 3453 line-height: 1.5; 3454 border-radius: 1px; 3455} 3456.btn-xs, 3457.btn-group-xs > .btn { 3458 padding: 1px 5px; 3459 font-size: 12px; 3460 line-height: 1.5; 3461 border-radius: 1px; 3462} 3463.btn-block { 3464 display: block; 3465 width: 100%; 3466} 3467.btn-block + .btn-block { 3468 margin-top: 5px; 3469} 3470input[type="submit"].btn-block, 3471input[type="reset"].btn-block, 3472input[type="button"].btn-block { 3473 width: 100%; 3474} 3475.fade { 3476 opacity: 0; 3477 -webkit-transition: opacity 0.15s linear; 3478 -o-transition: opacity 0.15s linear; 3479 transition: opacity 0.15s linear; 3480} 3481.fade.in { 3482 opacity: 1; 3483} 3484.collapse { 3485 display: none; 3486} 3487.collapse.in { 3488 display: block; 3489} 3490tr.collapse.in { 3491 display: table-row; 3492} 3493tbody.collapse.in { 3494 display: table-row-group; 3495} 3496.collapsing { 3497 position: relative; 3498 height: 0; 3499 overflow: hidden; 3500 -webkit-transition-property: height, visibility; 3501 transition-property: height, visibility; 3502 -webkit-transition-duration: 0.35s; 3503 transition-duration: 0.35s; 3504 -webkit-transition-timing-function: ease; 3505 transition-timing-function: ease; 3506} 3507.caret { 3508 display: inline-block; 3509 width: 0; 3510 height: 0; 3511 margin-left: 2px; 3512 vertical-align: middle; 3513 border-top: 4px dashed; 3514 border-top: 4px solid \9; 3515 border-right: 4px solid transparent; 3516 border-left: 4px solid transparent; 3517} 3518.dropup, 3519.dropdown { 3520 position: relative; 3521} 3522.dropdown-toggle:focus { 3523 outline: 0; 3524} 3525.dropdown-menu { 3526 position: absolute; 3527 top: 100%; 3528 left: 0; 3529 z-index: 1000; 3530 display: none; 3531 float: left; 3532 min-width: 160px; 3533 padding: 5px 0; 3534 margin: 2px 0 0; 3535 list-style: none; 3536 font-size: 13px; 3537 text-align: left; 3538 background-color: #ffffff; 3539 border: 1px solid #cccccc; 3540 border: 1px solid rgba(0, 0, 0, 0.15); 3541 border-radius: 2px; 3542 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 3543 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 3544 background-clip: padding-box; 3545} 3546.dropdown-menu.pull-right { 3547 right: 0; 3548 left: auto; 3549} 3550.dropdown-menu .divider { 3551 height: 1px; 3552 margin: 8px 0; 3553 overflow: hidden; 3554 background-color: #e5e5e5; 3555} 3556.dropdown-menu > li > a { 3557 display: block; 3558 padding: 3px 20px; 3559 clear: both; 3560 font-weight: normal; 3561 line-height: 1.42857143; 3562 color: #333333; 3563 white-space: nowrap; 3564} 3565.dropdown-menu > li > a:hover, 3566.dropdown-menu > li > a:focus { 3567 text-decoration: none; 3568 color: #262626; 3569 background-color: #f5f5f5; 3570} 3571.dropdown-menu > .active > a, 3572.dropdown-menu > .active > a:hover, 3573.dropdown-menu > .active > a:focus { 3574 color: #ffffff; 3575 text-decoration: none; 3576 outline: 0; 3577 background-color: #337ab7; 3578} 3579.dropdown-menu > .disabled > a, 3580.dropdown-menu > .disabled > a:hover, 3581.dropdown-menu > .disabled > a:focus { 3582 color: #777777; 3583} 3584.dropdown-menu > .disabled > a:hover, 3585.dropdown-menu > .disabled > a:focus { 3586 text-decoration: none; 3587 background-color: transparent; 3588 background-image: none; 3589 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 3590 cursor: not-allowed; 3591} 3592.open > .dropdown-menu { 3593 display: block; 3594} 3595.open > a { 3596 outline: 0; 3597} 3598.dropdown-menu-right { 3599 left: auto; 3600 right: 0; 3601} 3602.dropdown-menu-left { 3603 left: 0; 3604 right: auto; 3605} 3606.dropdown-header { 3607 display: block; 3608 padding: 3px 20px; 3609 font-size: 12px; 3610 line-height: 1.42857143; 3611 color: #777777; 3612 white-space: nowrap; 3613} 3614.dropdown-backdrop { 3615 position: fixed; 3616 left: 0; 3617 right: 0; 3618 bottom: 0; 3619 top: 0; 3620 z-index: 990; 3621} 3622.pull-right > .dropdown-menu { 3623 right: 0; 3624 left: auto; 3625} 3626.dropup .caret, 3627.navbar-fixed-bottom .dropdown .caret { 3628 border-top: 0; 3629 border-bottom: 4px dashed; 3630 border-bottom: 4px solid \9; 3631 content: ""; 3632} 3633.dropup .dropdown-menu, 3634.navbar-fixed-bottom .dropdown .dropdown-menu { 3635 top: auto; 3636 bottom: 100%; 3637 margin-bottom: 2px; 3638} 3639@media (min-width: 541px) { 3640 .navbar-right .dropdown-menu { 3641 left: auto; 3642 right: 0; 3643 } 3644 .navbar-right .dropdown-menu-left { 3645 left: 0; 3646 right: auto; 3647 } 3648} 3649.btn-group, 3650.btn-group-vertical { 3651 position: relative; 3652 display: inline-block; 3653 vertical-align: middle; 3654} 3655.btn-group > .btn, 3656.btn-group-vertical > .btn { 3657 position: relative; 3658 float: left; 3659} 3660.btn-group > .btn:hover, 3661.btn-group-vertical > .btn:hover, 3662.btn-group > .btn:focus, 3663.btn-group-vertical > .btn:focus, 3664.btn-group > .btn:active, 3665.btn-group-vertical > .btn:active, 3666.btn-group > .btn.active, 3667.btn-group-vertical > .btn.active { 3668 z-index: 2; 3669} 3670.btn-group .btn + .btn, 3671.btn-group .btn + .btn-group, 3672.btn-group .btn-group + .btn, 3673.btn-group .btn-group + .btn-group { 3674 margin-left: -1px; 3675} 3676.btn-toolbar { 3677 margin-left: -5px; 3678} 3679.btn-toolbar .btn, 3680.btn-toolbar .btn-group, 3681.btn-toolbar .input-group { 3682 float: left; 3683} 3684.btn-toolbar > .btn, 3685.btn-toolbar > .btn-group, 3686.btn-toolbar > .input-group { 3687 margin-left: 5px; 3688} 3689.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { 3690 border-radius: 0; 3691} 3692.btn-group > .btn:first-child { 3693 margin-left: 0; 3694} 3695.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { 3696 border-bottom-right-radius: 0; 3697 border-top-right-radius: 0; 3698} 3699.btn-group > .btn:last-child:not(:first-child), 3700.btn-group > .dropdown-toggle:not(:first-child) { 3701 border-bottom-left-radius: 0; 3702 border-top-left-radius: 0; 3703} 3704.btn-group > .btn-group { 3705 float: left; 3706} 3707.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { 3708 border-radius: 0; 3709} 3710.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, 3711.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { 3712 border-bottom-right-radius: 0; 3713 border-top-right-radius: 0; 3714} 3715.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { 3716 border-bottom-left-radius: 0; 3717 border-top-left-radius: 0; 3718} 3719.btn-group .dropdown-toggle:active, 3720.btn-group.open .dropdown-toggle { 3721 outline: 0; 3722} 3723.btn-group > .btn + .dropdown-toggle { 3724 padding-left: 8px; 3725 padding-right: 8px; 3726} 3727.btn-group > .btn-lg + .dropdown-toggle { 3728 padding-left: 12px; 3729 padding-right: 12px; 3730} 3731.btn-group.open .dropdown-toggle { 3732 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3733 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3734} 3735.btn-group.open .dropdown-toggle.btn-link { 3736 -webkit-box-shadow: none; 3737 box-shadow: none; 3738} 3739.btn .caret { 3740 margin-left: 0; 3741} 3742.btn-lg .caret { 3743 border-width: 5px 5px 0; 3744 border-bottom-width: 0; 3745} 3746.dropup .btn-lg .caret { 3747 border-width: 0 5px 5px; 3748} 3749.btn-group-vertical > .btn, 3750.btn-group-vertical > .btn-group, 3751.btn-group-vertical > .btn-group > .btn { 3752 display: block; 3753 float: none; 3754 width: 100%; 3755 max-width: 100%; 3756} 3757.btn-group-vertical > .btn-group > .btn { 3758 float: none; 3759} 3760.btn-group-vertical > .btn + .btn, 3761.btn-group-vertical > .btn + .btn-group, 3762.btn-group-vertical > .btn-group + .btn, 3763.btn-group-vertical > .btn-group + .btn-group { 3764 margin-top: -1px; 3765 margin-left: 0; 3766} 3767.btn-group-vertical > .btn:not(:first-child):not(:last-child) { 3768 border-radius: 0; 3769} 3770.btn-group-vertical > .btn:first-child:not(:last-child) { 3771 border-top-right-radius: 2px; 3772 border-top-left-radius: 2px; 3773 border-bottom-right-radius: 0; 3774 border-bottom-left-radius: 0; 3775} 3776.btn-group-vertical > .btn:last-child:not(:first-child) { 3777 border-top-right-radius: 0; 3778 border-top-left-radius: 0; 3779 border-bottom-right-radius: 2px; 3780 border-bottom-left-radius: 2px; 3781} 3782.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { 3783 border-radius: 0; 3784} 3785.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, 3786.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { 3787 border-bottom-right-radius: 0; 3788 border-bottom-left-radius: 0; 3789} 3790.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { 3791 border-top-right-radius: 0; 3792 border-top-left-radius: 0; 3793} 3794.btn-group-justified { 3795 display: table; 3796 width: 100%; 3797 table-layout: fixed; 3798 border-collapse: separate; 3799} 3800.btn-group-justified > .btn, 3801.btn-group-justified > .btn-group { 3802 float: none; 3803 display: table-cell; 3804 width: 1%; 3805} 3806.btn-group-justified > .btn-group .btn { 3807 width: 100%; 3808} 3809.btn-group-justified > .btn-group .dropdown-menu { 3810 left: auto; 3811} 3812[data-toggle="buttons"] > .btn input[type="radio"], 3813[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], 3814[data-toggle="buttons"] > .btn input[type="checkbox"], 3815[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { 3816 position: absolute; 3817 clip: rect(0, 0, 0, 0); 3818 pointer-events: none; 3819} 3820.input-group { 3821 position: relative; 3822 display: table; 3823 border-collapse: separate; 3824} 3825.input-group[class*="col-"] { 3826 float: none; 3827 padding-left: 0; 3828 padding-right: 0; 3829} 3830.input-group .form-control { 3831 position: relative; 3832 z-index: 2; 3833 float: left; 3834 width: 100%; 3835 margin-bottom: 0; 3836} 3837.input-group .form-control:focus { 3838 z-index: 3; 3839} 3840.input-group-lg > .form-control, 3841.input-group-lg > .input-group-addon, 3842.input-group-lg > .input-group-btn > .btn { 3843 height: 45px; 3844 padding: 10px 16px; 3845 font-size: 17px; 3846 line-height: 1.3333333; 3847 border-radius: 3px; 3848} 3849select.input-group-lg > .form-control, 3850select.input-group-lg > .input-group-addon, 3851select.input-group-lg > .input-group-btn > .btn { 3852 height: 45px; 3853 line-height: 45px; 3854} 3855textarea.input-group-lg > .form-control, 3856textarea.input-group-lg > .input-group-addon, 3857textarea.input-group-lg > .input-group-btn > .btn, 3858select[multiple].input-group-lg > .form-control, 3859select[multiple].input-group-lg > .input-group-addon, 3860select[multiple].input-group-lg > .input-group-btn > .btn { 3861 height: auto; 3862} 3863.input-group-sm > .form-control, 3864.input-group-sm > .input-group-addon, 3865.input-group-sm > .input-group-btn > .btn { 3866 height: 30px; 3867 padding: 5px 10px; 3868 font-size: 12px; 3869 line-height: 1.5; 3870 border-radius: 1px; 3871} 3872select.input-group-sm > .form-control, 3873select.input-group-sm > .input-group-addon, 3874select.input-group-sm > .input-group-btn > .btn { 3875 height: 30px; 3876 line-height: 30px; 3877} 3878textarea.input-group-sm > .form-control, 3879textarea.input-group-sm > .input-group-addon, 3880textarea.input-group-sm > .input-group-btn > .btn, 3881select[multiple].input-group-sm > .form-control, 3882select[multiple].input-group-sm > .input-group-addon, 3883select[multiple].input-group-sm > .input-group-btn > .btn { 3884 height: auto; 3885} 3886.input-group-addon, 3887.input-group-btn, 3888.input-group .form-control { 3889 display: table-cell; 3890} 3891.input-group-addon:not(:first-child):not(:last-child), 3892.input-group-btn:not(:first-child):not(:last-child), 3893.input-group .form-control:not(:first-child):not(:last-child) { 3894 border-radius: 0; 3895} 3896.input-group-addon, 3897.input-group-btn { 3898 width: 1%; 3899 white-space: nowrap; 3900 vertical-align: middle; 3901} 3902.input-group-addon { 3903 padding: 6px 12px; 3904 font-size: 13px; 3905 font-weight: normal; 3906 line-height: 1; 3907 color: #555555; 3908 text-align: center; 3909 background-color: #eeeeee; 3910 border: 1px solid #cccccc; 3911 border-radius: 2px; 3912} 3913.input-group-addon.input-sm { 3914 padding: 5px 10px; 3915 font-size: 12px; 3916 border-radius: 1px; 3917} 3918.input-group-addon.input-lg { 3919 padding: 10px 16px; 3920 font-size: 17px; 3921 border-radius: 3px; 3922} 3923.input-group-addon input[type="radio"], 3924.input-group-addon input[type="checkbox"] { 3925 margin-top: 0; 3926} 3927.input-group .form-control:first-child, 3928.input-group-addon:first-child, 3929.input-group-btn:first-child > .btn, 3930.input-group-btn:first-child > .btn-group > .btn, 3931.input-group-btn:first-child > .dropdown-toggle, 3932.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), 3933.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { 3934 border-bottom-right-radius: 0; 3935 border-top-right-radius: 0; 3936} 3937.input-group-addon:first-child { 3938 border-right: 0; 3939} 3940.input-group .form-control:last-child, 3941.input-group-addon:last-child, 3942.input-group-btn:last-child > .btn, 3943.input-group-btn:last-child > .btn-group > .btn, 3944.input-group-btn:last-child > .dropdown-toggle, 3945.input-group-btn:first-child > .btn:not(:first-child), 3946.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { 3947 border-bottom-left-radius: 0; 3948 border-top-left-radius: 0; 3949} 3950.input-group-addon:last-child { 3951 border-left: 0; 3952} 3953.input-group-btn { 3954 position: relative; 3955 font-size: 0; 3956 white-space: nowrap; 3957} 3958.input-group-btn > .btn { 3959 position: relative; 3960} 3961.input-group-btn > .btn + .btn { 3962 margin-left: -1px; 3963} 3964.input-group-btn > .btn:hover, 3965.input-group-btn > .btn:focus, 3966.input-group-btn > .btn:active { 3967 z-index: 2; 3968} 3969.input-group-btn:first-child > .btn, 3970.input-group-btn:first-child > .btn-group { 3971 margin-right: -1px; 3972} 3973.input-group-btn:last-child > .btn, 3974.input-group-btn:last-child > .btn-group { 3975 z-index: 2; 3976 margin-left: -1px; 3977} 3978.nav { 3979 margin-bottom: 0; 3980 padding-left: 0; 3981 list-style: none; 3982} 3983.nav > li { 3984 position: relative; 3985 display: block; 3986} 3987.nav > li > a { 3988 position: relative; 3989 display: block; 3990 padding: 10px 15px; 3991} 3992.nav > li > a:hover, 3993.nav > li > a:focus { 3994 text-decoration: none; 3995 background-color: #eeeeee; 3996} 3997.nav > li.disabled > a { 3998 color: #777777; 3999} 4000.nav > li.disabled > a:hover, 4001.nav > li.disabled > a:focus { 4002 color: #777777; 4003 text-decoration: none; 4004 background-color: transparent; 4005 cursor: not-allowed; 4006} 4007.nav .open > a, 4008.nav .open > a:hover, 4009.nav .open > a:focus { 4010 background-color: #eeeeee; 4011 border-color: #337ab7; 4012} 4013.nav .nav-divider { 4014 height: 1px; 4015 margin: 8px 0; 4016 overflow: hidden; 4017 background-color: #e5e5e5; 4018} 4019.nav > li > a > img { 4020 max-width: none; 4021} 4022.nav-tabs { 4023 border-bottom: 1px solid #dddddd; 4024} 4025.nav-tabs > li { 4026 float: left; 4027 margin-bottom: -1px; 4028} 4029.nav-tabs > li > a { 4030 margin-right: 2px; 4031 line-height: 1.42857143; 4032 border: 1px solid transparent; 4033 border-radius: 2px 2px 0 0; 4034} 4035.nav-tabs > li > a:hover { 4036 border-color: #eeeeee #eeeeee #dddddd; 4037} 4038.nav-tabs > li.active > a, 4039.nav-tabs > li.active > a:hover, 4040.nav-tabs > li.active > a:focus { 4041 color: #555555; 4042 background-color: #ffffff; 4043 border: 1px solid #dddddd; 4044 border-bottom-color: transparent; 4045 cursor: default; 4046} 4047.nav-tabs.nav-justified { 4048 width: 100%; 4049 border-bottom: 0; 4050} 4051.nav-tabs.nav-justified > li { 4052 float: none; 4053} 4054.nav-tabs.nav-justified > li > a { 4055 text-align: center; 4056 margin-bottom: 5px; 4057} 4058.nav-tabs.nav-justified > .dropdown .dropdown-menu { 4059 top: auto; 4060 left: auto; 4061} 4062@media (min-width: 768px) { 4063 .nav-tabs.nav-justified > li { 4064 display: table-cell; 4065 width: 1%; 4066 } 4067 .nav-tabs.nav-justified > li > a { 4068 margin-bottom: 0; 4069 } 4070} 4071.nav-tabs.nav-justified > li > a { 4072 margin-right: 0; 4073 border-radius: 2px; 4074} 4075.nav-tabs.nav-justified > .active > a, 4076.nav-tabs.nav-justified > .active > a:hover, 4077.nav-tabs.nav-justified > .active > a:focus { 4078 border: 1px solid #dddddd; 4079} 4080@media (min-width: 768px) { 4081 .nav-tabs.nav-justified > li > a { 4082 border-bottom: 1px solid #dddddd; 4083 border-radius: 2px 2px 0 0; 4084 } 4085 .nav-tabs.nav-justified > .active > a, 4086 .nav-tabs.nav-justified > .active > a:hover, 4087 .nav-tabs.nav-justified > .active > a:focus { 4088 border-bottom-color: #ffffff; 4089 } 4090} 4091.nav-pills > li { 4092 float: left; 4093} 4094.nav-pills > li > a { 4095 border-radius: 2px; 4096} 4097.nav-pills > li + li { 4098 margin-left: 2px; 4099} 4100.nav-pills > li.active > a, 4101.nav-pills > li.active > a:hover, 4102.nav-pills > li.active > a:focus { 4103 color: #ffffff; 4104 background-color: #337ab7; 4105} 4106.nav-stacked > li { 4107 float: none; 4108} 4109.nav-stacked > li + li { 4110 margin-top: 2px; 4111 margin-left: 0; 4112} 4113.nav-justified { 4114 width: 100%; 4115} 4116.nav-justified > li { 4117 float: none; 4118} 4119.nav-justified > li > a { 4120 text-align: center; 4121 margin-bottom: 5px; 4122} 4123.nav-justified > .dropdown .dropdown-menu { 4124 top: auto; 4125 left: auto; 4126} 4127@media (min-width: 768px) { 4128 .nav-justified > li { 4129 display: table-cell; 4130 width: 1%; 4131 } 4132 .nav-justified > li > a { 4133 margin-bottom: 0; 4134 } 4135} 4136.nav-tabs-justified { 4137 border-bottom: 0; 4138} 4139.nav-tabs-justified > li > a { 4140 margin-right: 0; 4141 border-radius: 2px; 4142} 4143.nav-tabs-justified > .active > a, 4144.nav-tabs-justified > .active > a:hover, 4145.nav-tabs-justified > .active > a:focus { 4146 border: 1px solid #dddddd; 4147} 4148@media (min-width: 768px) { 4149 .nav-tabs-justified > li > a { 4150 border-bottom: 1px solid #dddddd; 4151 border-radius: 2px 2px 0 0; 4152 } 4153 .nav-tabs-justified > .active > a, 4154 .nav-tabs-justified > .active > a:hover, 4155 .nav-tabs-justified > .active > a:focus { 4156 border-bottom-color: #ffffff; 4157 } 4158} 4159.tab-content > .tab-pane { 4160 display: none; 4161} 4162.tab-content > .active { 4163 display: block; 4164} 4165.nav-tabs .dropdown-menu { 4166 margin-top: -1px; 4167 border-top-right-radius: 0; 4168 border-top-left-radius: 0; 4169} 4170.navbar { 4171 position: relative; 4172 min-height: 30px; 4173 margin-bottom: 18px; 4174 border: 1px solid transparent; 4175} 4176@media (min-width: 541px) { 4177 .navbar { 4178 border-radius: 2px; 4179 } 4180} 4181@media (min-width: 541px) { 4182 .navbar-header { 4183 float: left; 4184 } 4185} 4186.navbar-collapse { 4187 overflow-x: visible; 4188 padding-right: 0px; 4189 padding-left: 0px; 4190 border-top: 1px solid transparent; 4191 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); 4192 -webkit-overflow-scrolling: touch; 4193} 4194.navbar-collapse.in { 4195 overflow-y: auto; 4196} 4197@media (min-width: 541px) { 4198 .navbar-collapse { 4199 width: auto; 4200 border-top: 0; 4201 box-shadow: none; 4202 } 4203 .navbar-collapse.collapse { 4204 display: block !important; 4205 height: auto !important; 4206 padding-bottom: 0; 4207 overflow: visible !important; 4208 } 4209 .navbar-collapse.in { 4210 overflow-y: visible; 4211 } 4212 .navbar-fixed-top .navbar-collapse, 4213 .navbar-static-top .navbar-collapse, 4214 .navbar-fixed-bottom .navbar-collapse { 4215 padding-left: 0; 4216 padding-right: 0; 4217 } 4218} 4219.navbar-fixed-top .navbar-collapse, 4220.navbar-fixed-bottom .navbar-collapse { 4221 max-height: 340px; 4222} 4223@media (max-device-width: 540px) and (orientation: landscape) { 4224 .navbar-fixed-top .navbar-collapse, 4225 .navbar-fixed-bottom .navbar-collapse { 4226 max-height: 200px; 4227 } 4228} 4229.container > .navbar-header, 4230.container-fluid > .navbar-header, 4231.container > .navbar-collapse, 4232.container-fluid > .navbar-collapse { 4233 margin-right: 0px; 4234 margin-left: 0px; 4235} 4236@media (min-width: 541px) { 4237 .container > .navbar-header, 4238 .container-fluid > .navbar-header, 4239 .container > .navbar-collapse, 4240 .container-fluid > .navbar-collapse { 4241 margin-right: 0; 4242 margin-left: 0; 4243 } 4244} 4245.navbar-static-top { 4246 z-index: 1000; 4247 border-width: 0 0 1px; 4248} 4249@media (min-width: 541px) { 4250 .navbar-static-top { 4251 border-radius: 0; 4252 } 4253} 4254.navbar-fixed-top, 4255.navbar-fixed-bottom { 4256 position: fixed; 4257 right: 0; 4258 left: 0; 4259 z-index: 1030; 4260} 4261@media (min-width: 541px) { 4262 .navbar-fixed-top, 4263 .navbar-fixed-bottom { 4264 border-radius: 0; 4265 } 4266} 4267.navbar-fixed-top { 4268 top: 0; 4269 border-width: 0 0 1px; 4270} 4271.navbar-fixed-bottom { 4272 bottom: 0; 4273 margin-bottom: 0; 4274 border-width: 1px 0 0; 4275} 4276.navbar-brand { 4277 float: left; 4278 padding: 6px 0px; 4279 font-size: 17px; 4280 line-height: 18px; 4281 height: 30px; 4282} 4283.navbar-brand:hover, 4284.navbar-brand:focus { 4285 text-decoration: none; 4286} 4287.navbar-brand > img { 4288 display: block; 4289} 4290@media (min-width: 541px) { 4291 .navbar > .container .navbar-brand, 4292 .navbar > .container-fluid .navbar-brand { 4293 margin-left: 0px; 4294 } 4295} 4296.navbar-toggle { 4297 position: relative; 4298 float: right; 4299 margin-right: 0px; 4300 padding: 9px 10px; 4301 margin-top: -2px; 4302 margin-bottom: -2px; 4303 background-color: transparent; 4304 background-image: none; 4305 border: 1px solid transparent; 4306 border-radius: 2px; 4307} 4308.navbar-toggle:focus { 4309 outline: 0; 4310} 4311.navbar-toggle .icon-bar { 4312 display: block; 4313 width: 22px; 4314 height: 2px; 4315 border-radius: 1px; 4316} 4317.navbar-toggle .icon-bar + .icon-bar { 4318 margin-top: 4px; 4319} 4320@media (min-width: 541px) { 4321 .navbar-toggle { 4322 display: none; 4323 } 4324} 4325.navbar-nav { 4326 margin: 3px 0px; 4327} 4328.navbar-nav > li > a { 4329 padding-top: 10px; 4330 padding-bottom: 10px; 4331 line-height: 18px; 4332} 4333@media (max-width: 540px) { 4334 .navbar-nav .open .dropdown-menu { 4335 position: static; 4336 float: none; 4337 width: auto; 4338 margin-top: 0; 4339 background-color: transparent; 4340 border: 0; 4341 box-shadow: none; 4342 } 4343 .navbar-nav .open .dropdown-menu > li > a, 4344 .navbar-nav .open .dropdown-menu .dropdown-header { 4345 padding: 5px 15px 5px 25px; 4346 } 4347 .navbar-nav .open .dropdown-menu > li > a { 4348 line-height: 18px; 4349 } 4350 .navbar-nav .open .dropdown-menu > li > a:hover, 4351 .navbar-nav .open .dropdown-menu > li > a:focus { 4352 background-image: none; 4353 } 4354} 4355@media (min-width: 541px) { 4356 .navbar-nav { 4357 float: left; 4358 margin: 0; 4359 } 4360 .navbar-nav > li { 4361 float: left; 4362 } 4363 .navbar-nav > li > a { 4364 padding-top: 6px; 4365 padding-bottom: 6px; 4366 } 4367} 4368.navbar-form { 4369 margin-left: 0px; 4370 margin-right: 0px; 4371 padding: 10px 0px; 4372 border-top: 1px solid transparent; 4373 border-bottom: 1px solid transparent; 4374 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); 4375 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); 4376 margin-top: -1px; 4377 margin-bottom: -1px; 4378} 4379@media (min-width: 768px) { 4380 .navbar-form .form-group { 4381 display: inline-block; 4382 margin-bottom: 0; 4383 vertical-align: middle; 4384 } 4385 .navbar-form .form-control { 4386 display: inline-block; 4387 width: auto; 4388 vertical-align: middle; 4389 } 4390 .navbar-form .form-control-static { 4391 display: inline-block; 4392 } 4393 .navbar-form .input-group { 4394 display: inline-table; 4395 vertical-align: middle; 4396 } 4397 .navbar-form .input-group .input-group-addon, 4398 .navbar-form .input-group .input-group-btn, 4399 .navbar-form .input-group .form-control { 4400 width: auto; 4401 } 4402 .navbar-form .input-group > .form-control { 4403 width: 100%; 4404 } 4405 .navbar-form .control-label { 4406 margin-bottom: 0; 4407 vertical-align: middle; 4408 } 4409 .navbar-form .radio, 4410 .navbar-form .checkbox { 4411 display: inline-block; 4412 margin-top: 0; 4413 margin-bottom: 0; 4414 vertical-align: middle; 4415 } 4416 .navbar-form .radio label, 4417 .navbar-form .checkbox label { 4418 padding-left: 0; 4419 } 4420 .navbar-form .radio input[type="radio"], 4421 .navbar-form .checkbox input[type="checkbox"] { 4422 position: relative; 4423 margin-left: 0; 4424 } 4425 .navbar-form .has-feedback .form-control-feedback { 4426 top: 0; 4427 } 4428} 4429@media (max-width: 540px) { 4430 .navbar-form .form-group { 4431 margin-bottom: 5px; 4432 } 4433 .navbar-form .form-group:last-child { 4434 margin-bottom: 0; 4435 } 4436} 4437@media (min-width: 541px) { 4438 .navbar-form { 4439 width: auto; 4440 border: 0; 4441 margin-left: 0; 4442 margin-right: 0; 4443 padding-top: 0; 4444 padding-bottom: 0; 4445 -webkit-box-shadow: none; 4446 box-shadow: none; 4447 } 4448} 4449.navbar-nav > li > .dropdown-menu { 4450 margin-top: 0; 4451 border-top-right-radius: 0; 4452 border-top-left-radius: 0; 4453} 4454.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { 4455 margin-bottom: 0; 4456 border-top-right-radius: 2px; 4457 border-top-left-radius: 2px; 4458 border-bottom-right-radius: 0; 4459 border-bottom-left-radius: 0; 4460} 4461.navbar-btn { 4462 margin-top: -1px; 4463 margin-bottom: -1px; 4464} 4465.navbar-btn.btn-sm { 4466 margin-top: 0px; 4467 margin-bottom: 0px; 4468} 4469.navbar-btn.btn-xs { 4470 margin-top: 4px; 4471 margin-bottom: 4px; 4472} 4473.navbar-text { 4474 margin-top: 6px; 4475 margin-bottom: 6px; 4476} 4477@media (min-width: 541px) { 4478 .navbar-text { 4479 float: left; 4480 margin-left: 0px; 4481 margin-right: 0px; 4482 } 4483} 4484@media (min-width: 541px) { 4485 .navbar-left { 4486 float: left !important; 4487 float: left; 4488 } 4489 .navbar-right { 4490 float: right !important; 4491 float: right; 4492 margin-right: 0px; 4493 } 4494 .navbar-right ~ .navbar-right { 4495 margin-right: 0; 4496 } 4497} 4498.navbar-default { 4499 background-color: #f8f8f8; 4500 border-color: #e7e7e7; 4501} 4502.navbar-default .navbar-brand { 4503 color: #777777; 4504} 4505.navbar-default .navbar-brand:hover, 4506.navbar-default .navbar-brand:focus { 4507 color: #5e5e5e; 4508 background-color: transparent; 4509} 4510.navbar-default .navbar-text { 4511 color: #777777; 4512} 4513.navbar-default .navbar-nav > li > a { 4514 color: #777777; 4515} 4516.navbar-default .navbar-nav > li > a:hover, 4517.navbar-default .navbar-nav > li > a:focus { 4518 color: #333333; 4519 background-color: transparent; 4520} 4521.navbar-default .navbar-nav > .active > a, 4522.navbar-default .navbar-nav > .active > a:hover, 4523.navbar-default .navbar-nav > .active > a:focus { 4524 color: #555555; 4525 background-color: #e7e7e7; 4526} 4527.navbar-default .navbar-nav > .disabled > a, 4528.navbar-default .navbar-nav > .disabled > a:hover, 4529.navbar-default .navbar-nav > .disabled > a:focus { 4530 color: #cccccc; 4531 background-color: transparent; 4532} 4533.navbar-default .navbar-toggle { 4534 border-color: #dddddd; 4535} 4536.navbar-default .navbar-toggle:hover, 4537.navbar-default .navbar-toggle:focus { 4538 background-color: #dddddd; 4539} 4540.navbar-default .navbar-toggle .icon-bar { 4541 background-color: #888888; 4542} 4543.navbar-default .navbar-collapse, 4544.navbar-default .navbar-form { 4545 border-color: #e7e7e7; 4546} 4547.navbar-default .navbar-nav > .open > a, 4548.navbar-default .navbar-nav > .open > a:hover, 4549.navbar-default .navbar-nav > .open > a:focus { 4550 background-color: #e7e7e7; 4551 color: #555555; 4552} 4553@media (max-width: 540px) { 4554 .navbar-default .navbar-nav .open .dropdown-menu > li > a { 4555 color: #777777; 4556 } 4557 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 4558 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { 4559 color: #333333; 4560 background-color: transparent; 4561 } 4562 .navbar-default .navbar-nav .open .dropdown-menu > .active > a, 4563 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 4564 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { 4565 color: #555555; 4566 background-color: #e7e7e7; 4567 } 4568 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, 4569 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, 4570 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { 4571 color: #cccccc; 4572 background-color: transparent; 4573 } 4574} 4575.navbar-default .navbar-link { 4576 color: #777777; 4577} 4578.navbar-default .navbar-link:hover { 4579 color: #333333; 4580} 4581.navbar-default .btn-link { 4582 color: #777777; 4583} 4584.navbar-default .btn-link:hover, 4585.navbar-default .btn-link:focus { 4586 color: #333333; 4587} 4588.navbar-default .btn-link[disabled]:hover, 4589fieldset[disabled] .navbar-default .btn-link:hover, 4590.navbar-default .btn-link[disabled]:focus, 4591fieldset[disabled] .navbar-default .btn-link:focus { 4592 color: #cccccc; 4593} 4594.navbar-inverse { 4595 background-color: #222222; 4596 border-color: #080808; 4597} 4598.navbar-inverse .navbar-brand { 4599 color: #9d9d9d; 4600} 4601.navbar-inverse .navbar-brand:hover, 4602.navbar-inverse .navbar-brand:focus { 4603 color: #ffffff; 4604 background-color: transparent; 4605} 4606.navbar-inverse .navbar-text { 4607 color: #9d9d9d; 4608} 4609.navbar-inverse .navbar-nav > li > a { 4610 color: #9d9d9d; 4611} 4612.navbar-inverse .navbar-nav > li > a:hover, 4613.navbar-inverse .navbar-nav > li > a:focus { 4614 color: #ffffff; 4615 background-color: transparent; 4616} 4617.navbar-inverse .navbar-nav > .active > a, 4618.navbar-inverse .navbar-nav > .active > a:hover, 4619.navbar-inverse .navbar-nav > .active > a:focus { 4620 color: #ffffff; 4621 background-color: #080808; 4622} 4623.navbar-inverse .navbar-nav > .disabled > a, 4624.navbar-inverse .navbar-nav > .disabled > a:hover, 4625.navbar-inverse .navbar-nav > .disabled > a:focus { 4626 color: #444444; 4627 background-color: transparent; 4628} 4629.navbar-inverse .navbar-toggle { 4630 border-color: #333333; 4631} 4632.navbar-inverse .navbar-toggle:hover, 4633.navbar-inverse .navbar-toggle:focus { 4634 background-color: #333333; 4635} 4636.navbar-inverse .navbar-toggle .icon-bar { 4637 background-color: #ffffff; 4638} 4639.navbar-inverse .navbar-collapse, 4640.navbar-inverse .navbar-form { 4641 border-color: #101010; 4642} 4643.navbar-inverse .navbar-nav > .open > a, 4644.navbar-inverse .navbar-nav > .open > a:hover, 4645.navbar-inverse .navbar-nav > .open > a:focus { 4646 background-color: #080808; 4647 color: #ffffff; 4648} 4649@media (max-width: 540px) { 4650 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { 4651 border-color: #080808; 4652 } 4653 .navbar-inverse .navbar-nav .open .dropdown-menu .divider { 4654 background-color: #080808; 4655 } 4656 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { 4657 color: #9d9d9d; 4658 } 4659 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, 4660 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { 4661 color: #ffffff; 4662 background-color: transparent; 4663 } 4664 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, 4665 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, 4666 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { 4667 color: #ffffff; 4668 background-color: #080808; 4669 } 4670 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, 4671 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, 4672 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { 4673 color: #444444; 4674 background-color: transparent; 4675 } 4676} 4677.navbar-inverse .navbar-link { 4678 color: #9d9d9d; 4679} 4680.navbar-inverse .navbar-link:hover { 4681 color: #ffffff; 4682} 4683.navbar-inverse .btn-link { 4684 color: #9d9d9d; 4685} 4686.navbar-inverse .btn-link:hover, 4687.navbar-inverse .btn-link:focus { 4688 color: #ffffff; 4689} 4690.navbar-inverse .btn-link[disabled]:hover, 4691fieldset[disabled] .navbar-inverse .btn-link:hover, 4692.navbar-inverse .btn-link[disabled]:focus, 4693fieldset[disabled] .navbar-inverse .btn-link:focus { 4694 color: #444444; 4695} 4696.breadcrumb { 4697 padding: 8px 15px; 4698 margin-bottom: 18px; 4699 list-style: none; 4700 background-color: #f5f5f5; 4701 border-radius: 2px; 4702} 4703.breadcrumb > li { 4704 display: inline-block; 4705} 4706.breadcrumb > li + li:before { 4707 content: "/\00a0"; 4708 padding: 0 5px; 4709 color: #5e5e5e; 4710} 4711.breadcrumb > .active { 4712 color: #777777; 4713} 4714.pagination { 4715 display: inline-block; 4716 padding-left: 0; 4717 margin: 18px 0; 4718 border-radius: 2px; 4719} 4720.pagination > li { 4721 display: inline; 4722} 4723.pagination > li > a, 4724.pagination > li > span { 4725 position: relative; 4726 float: left; 4727 padding: 6px 12px; 4728 line-height: 1.42857143; 4729 text-decoration: none; 4730 color: #337ab7; 4731 background-color: #ffffff; 4732 border: 1px solid #dddddd; 4733 margin-left: -1px; 4734} 4735.pagination > li:first-child > a, 4736.pagination > li:first-child > span { 4737 margin-left: 0; 4738 border-bottom-left-radius: 2px; 4739 border-top-left-radius: 2px; 4740} 4741.pagination > li:last-child > a, 4742.pagination > li:last-child > span { 4743 border-bottom-right-radius: 2px; 4744 border-top-right-radius: 2px; 4745} 4746.pagination > li > a:hover, 4747.pagination > li > span:hover, 4748.pagination > li > a:focus, 4749.pagination > li > span:focus { 4750 z-index: 2; 4751 color: #23527c; 4752 background-color: #eeeeee; 4753 border-color: #dddddd; 4754} 4755.pagination > .active > a, 4756.pagination > .active > span, 4757.pagination > .active > a:hover, 4758.pagination > .active > span:hover, 4759.pagination > .active > a:focus, 4760.pagination > .active > span:focus { 4761 z-index: 3; 4762 color: #ffffff; 4763 background-color: #337ab7; 4764 border-color: #337ab7; 4765 cursor: default; 4766} 4767.pagination > .disabled > span, 4768.pagination > .disabled > span:hover, 4769.pagination > .disabled > span:focus, 4770.pagination > .disabled > a, 4771.pagination > .disabled > a:hover, 4772.pagination > .disabled > a:focus { 4773 color: #777777; 4774 background-color: #ffffff; 4775 border-color: #dddddd; 4776 cursor: not-allowed; 4777} 4778.pagination-lg > li > a, 4779.pagination-lg > li > span { 4780 padding: 10px 16px; 4781 font-size: 17px; 4782 line-height: 1.3333333; 4783} 4784.pagination-lg > li:first-child > a, 4785.pagination-lg > li:first-child > span { 4786 border-bottom-left-radius: 3px; 4787 border-top-left-radius: 3px; 4788} 4789.pagination-lg > li:last-child > a, 4790.pagination-lg > li:last-child > span { 4791 border-bottom-right-radius: 3px; 4792 border-top-right-radius: 3px; 4793} 4794.pagination-sm > li > a, 4795.pagination-sm > li > span { 4796 padding: 5px 10px; 4797 font-size: 12px; 4798 line-height: 1.5; 4799} 4800.pagination-sm > li:first-child > a, 4801.pagination-sm > li:first-child > span { 4802 border-bottom-left-radius: 1px; 4803 border-top-left-radius: 1px; 4804} 4805.pagination-sm > li:last-child > a, 4806.pagination-sm > li:last-child > span { 4807 border-bottom-right-radius: 1px; 4808 border-top-right-radius: 1px; 4809} 4810.pager { 4811 padding-left: 0; 4812 margin: 18px 0; 4813 list-style: none; 4814 text-align: center; 4815} 4816.pager li { 4817 display: inline; 4818} 4819.pager li > a, 4820.pager li > span { 4821 display: inline-block; 4822 padding: 5px 14px; 4823 background-color: #ffffff; 4824 border: 1px solid #dddddd; 4825 border-radius: 15px; 4826} 4827.pager li > a:hover, 4828.pager li > a:focus { 4829 text-decoration: none; 4830 background-color: #eeeeee; 4831} 4832.pager .next > a, 4833.pager .next > span { 4834 float: right; 4835} 4836.pager .previous > a, 4837.pager .previous > span { 4838 float: left; 4839} 4840.pager .disabled > a, 4841.pager .disabled > a:hover, 4842.pager .disabled > a:focus, 4843.pager .disabled > span { 4844 color: #777777; 4845 background-color: #ffffff; 4846 cursor: not-allowed; 4847} 4848.label { 4849 display: inline; 4850 padding: .2em .6em .3em; 4851 font-size: 75%; 4852 font-weight: bold; 4853 line-height: 1; 4854 color: #ffffff; 4855 text-align: center; 4856 white-space: nowrap; 4857 vertical-align: baseline; 4858 border-radius: .25em; 4859} 4860a.label:hover, 4861a.label:focus { 4862 color: #ffffff; 4863 text-decoration: none; 4864 cursor: pointer; 4865} 4866.label:empty { 4867 display: none; 4868} 4869.btn .label { 4870 position: relative; 4871 top: -1px; 4872} 4873.label-default { 4874 background-color: #777777; 4875} 4876.label-default[href]:hover, 4877.label-default[href]:focus { 4878 background-color: #5e5e5e; 4879} 4880.label-primary { 4881 background-color: #337ab7; 4882} 4883.label-primary[href]:hover, 4884.label-primary[href]:focus { 4885 background-color: #286090; 4886} 4887.label-success { 4888 background-color: #5cb85c; 4889} 4890.label-success[href]:hover, 4891.label-success[href]:focus { 4892 background-color: #449d44; 4893} 4894.label-info { 4895 background-color: #5bc0de; 4896} 4897.label-info[href]:hover, 4898.label-info[href]:focus { 4899 background-color: #31b0d5; 4900} 4901.label-warning { 4902 background-color: #f0ad4e; 4903} 4904.label-warning[href]:hover, 4905.label-warning[href]:focus { 4906 background-color: #ec971f; 4907} 4908.label-danger { 4909 background-color: #d9534f; 4910} 4911.label-danger[href]:hover, 4912.label-danger[href]:focus { 4913 background-color: #c9302c; 4914} 4915.badge { 4916 display: inline-block; 4917 min-width: 10px; 4918 padding: 3px 7px; 4919 font-size: 12px; 4920 font-weight: bold; 4921 color: #ffffff; 4922 line-height: 1; 4923 vertical-align: middle; 4924 white-space: nowrap; 4925 text-align: center; 4926 background-color: #777777; 4927 border-radius: 10px; 4928} 4929.badge:empty { 4930 display: none; 4931} 4932.btn .badge { 4933 position: relative; 4934 top: -1px; 4935} 4936.btn-xs .badge, 4937.btn-group-xs > .btn .badge { 4938 top: 0; 4939 padding: 1px 5px; 4940} 4941a.badge:hover, 4942a.badge:focus { 4943 color: #ffffff; 4944 text-decoration: none; 4945 cursor: pointer; 4946} 4947.list-group-item.active > .badge, 4948.nav-pills > .active > a > .badge { 4949 color: #337ab7; 4950 background-color: #ffffff; 4951} 4952.list-group-item > .badge { 4953 float: right; 4954} 4955.list-group-item > .badge + .badge { 4956 margin-right: 5px; 4957} 4958.nav-pills > li > a > .badge { 4959 margin-left: 3px; 4960} 4961.jumbotron { 4962 padding-top: 30px; 4963 padding-bottom: 30px; 4964 margin-bottom: 30px; 4965 color: inherit; 4966 background-color: #eeeeee; 4967} 4968.jumbotron h1, 4969.jumbotron .h1 { 4970 color: inherit; 4971} 4972.jumbotron p { 4973 margin-bottom: 15px; 4974 font-size: 20px; 4975 font-weight: 200; 4976} 4977.jumbotron > hr { 4978 border-top-color: #d5d5d5; 4979} 4980.container .jumbotron, 4981.container-fluid .jumbotron { 4982 border-radius: 3px; 4983 padding-left: 0px; 4984 padding-right: 0px; 4985} 4986.jumbotron .container { 4987 max-width: 100%; 4988} 4989@media screen and (min-width: 768px) { 4990 .jumbotron { 4991 padding-top: 48px; 4992 padding-bottom: 48px; 4993 } 4994 .container .jumbotron, 4995 .container-fluid .jumbotron { 4996 padding-left: 60px; 4997 padding-right: 60px; 4998 } 4999 .jumbotron h1, 5000 .jumbotron .h1 { 5001 font-size: 59px; 5002 } 5003} 5004.thumbnail { 5005 display: block; 5006 padding: 4px; 5007 margin-bottom: 18px; 5008 line-height: 1.42857143; 5009 background-color: #ffffff; 5010 border: 1px solid #dddddd; 5011 border-radius: 2px; 5012 -webkit-transition: border 0.2s ease-in-out; 5013 -o-transition: border 0.2s ease-in-out; 5014 transition: border 0.2s ease-in-out; 5015} 5016.thumbnail > img, 5017.thumbnail a > img { 5018 margin-left: auto; 5019 margin-right: auto; 5020} 5021a.thumbnail:hover, 5022a.thumbnail:focus, 5023a.thumbnail.active { 5024 border-color: #337ab7; 5025} 5026.thumbnail .caption { 5027 padding: 9px; 5028 color: #000000; 5029} 5030.alert { 5031 padding: 15px; 5032 margin-bottom: 18px; 5033 border: 1px solid transparent; 5034 border-radius: 2px; 5035} 5036.alert h4 { 5037 margin-top: 0; 5038 color: inherit; 5039} 5040.alert .alert-link { 5041 font-weight: bold; 5042} 5043.alert > p, 5044.alert > ul { 5045 margin-bottom: 0; 5046} 5047.alert > p + p { 5048 margin-top: 5px; 5049} 5050.alert-dismissable, 5051.alert-dismissible { 5052 padding-right: 35px; 5053} 5054.alert-dismissable .close, 5055.alert-dismissible .close { 5056 position: relative; 5057 top: -2px; 5058 right: -21px; 5059 color: inherit; 5060} 5061.alert-success { 5062 background-color: #dff0d8; 5063 border-color: #d6e9c6; 5064 color: #3c763d; 5065} 5066.alert-success hr { 5067 border-top-color: #c9e2b3; 5068} 5069.alert-success .alert-link { 5070 color: #2b542c; 5071} 5072.alert-info { 5073 background-color: #d9edf7; 5074 border-color: #bce8f1; 5075 color: #31708f; 5076} 5077.alert-info hr { 5078 border-top-color: #a6e1ec; 5079} 5080.alert-info .alert-link { 5081 color: #245269; 5082} 5083.alert-warning { 5084 background-color: #fcf8e3; 5085 border-color: #faebcc; 5086 color: #8a6d3b; 5087} 5088.alert-warning hr { 5089 border-top-color: #f7e1b5; 5090} 5091.alert-warning .alert-link { 5092 color: #66512c; 5093} 5094.alert-danger { 5095 background-color: #f2dede; 5096 border-color: #ebccd1; 5097 color: #a94442; 5098} 5099.alert-danger hr { 5100 border-top-color: #e4b9c0; 5101} 5102.alert-danger .alert-link { 5103 color: #843534; 5104} 5105@-webkit-keyframes progress-bar-stripes { 5106 from { 5107 background-position: 40px 0; 5108 } 5109 to { 5110 background-position: 0 0; 5111 } 5112} 5113@keyframes progress-bar-stripes { 5114 from { 5115 background-position: 40px 0; 5116 } 5117 to { 5118 background-position: 0 0; 5119 } 5120} 5121.progress { 5122 overflow: hidden; 5123 height: 18px; 5124 margin-bottom: 18px; 5125 background-color: #f5f5f5; 5126 border-radius: 2px; 5127 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 5128 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 5129} 5130.progress-bar { 5131 float: left; 5132 width: 0%; 5133 height: 100%; 5134 font-size: 12px; 5135 line-height: 18px; 5136 color: #ffffff; 5137 text-align: center; 5138 background-color: #337ab7; 5139 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); 5140 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); 5141 -webkit-transition: width 0.6s ease; 5142 -o-transition: width 0.6s ease; 5143 transition: width 0.6s ease; 5144} 5145.progress-striped .progress-bar, 5146.progress-bar-striped { 5147 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5148 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5149 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5150 background-size: 40px 40px; 5151} 5152.progress.active .progress-bar, 5153.progress-bar.active { 5154 -webkit-animation: progress-bar-stripes 2s linear infinite; 5155 -o-animation: progress-bar-stripes 2s linear infinite; 5156 animation: progress-bar-stripes 2s linear infinite; 5157} 5158.progress-bar-success { 5159 background-color: #5cb85c; 5160} 5161.progress-striped .progress-bar-success { 5162 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5163 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5164 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5165} 5166.progress-bar-info { 5167 background-color: #5bc0de; 5168} 5169.progress-striped .progress-bar-info { 5170 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5171 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5172 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5173} 5174.progress-bar-warning { 5175 background-color: #f0ad4e; 5176} 5177.progress-striped .progress-bar-warning { 5178 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5179 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5180 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5181} 5182.progress-bar-danger { 5183 background-color: #d9534f; 5184} 5185.progress-striped .progress-bar-danger { 5186 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5187 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5188 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); 5189} 5190.media { 5191 margin-top: 15px; 5192} 5193.media:first-child { 5194 margin-top: 0; 5195} 5196.media, 5197.media-body { 5198 zoom: 1; 5199 overflow: hidden; 5200} 5201.media-body { 5202 width: 10000px; 5203} 5204.media-object { 5205 display: block; 5206} 5207.media-object.img-thumbnail { 5208 max-width: none; 5209} 5210.media-right, 5211.media > .pull-right { 5212 padding-left: 10px; 5213} 5214.media-left, 5215.media > .pull-left { 5216 padding-right: 10px; 5217} 5218.media-left, 5219.media-right, 5220.media-body { 5221 display: table-cell; 5222 vertical-align: top; 5223} 5224.media-middle { 5225 vertical-align: middle; 5226} 5227.media-bottom { 5228 vertical-align: bottom; 5229} 5230.media-heading { 5231 margin-top: 0; 5232 margin-bottom: 5px; 5233} 5234.media-list { 5235 padding-left: 0; 5236 list-style: none; 5237} 5238.list-group { 5239 margin-bottom: 20px; 5240 padding-left: 0; 5241} 5242.list-group-item { 5243 position: relative; 5244 display: block; 5245 padding: 10px 15px; 5246 margin-bottom: -1px; 5247 background-color: #ffffff; 5248 border: 1px solid #dddddd; 5249} 5250.list-group-item:first-child { 5251 border-top-right-radius: 2px; 5252 border-top-left-radius: 2px; 5253} 5254.list-group-item:last-child { 5255 margin-bottom: 0; 5256 border-bottom-right-radius: 2px; 5257 border-bottom-left-radius: 2px; 5258} 5259a.list-group-item, 5260button.list-group-item { 5261 color: #555555; 5262} 5263a.list-group-item .list-group-item-heading, 5264button.list-group-item .list-group-item-heading { 5265 color: #333333; 5266} 5267a.list-group-item:hover, 5268button.list-group-item:hover, 5269a.list-group-item:focus, 5270button.list-group-item:focus { 5271 text-decoration: none; 5272 color: #555555; 5273 background-color: #f5f5f5; 5274} 5275button.list-group-item { 5276 width: 100%; 5277 text-align: left; 5278} 5279.list-group-item.disabled, 5280.list-group-item.disabled:hover, 5281.list-group-item.disabled:focus { 5282 background-color: #eeeeee; 5283 color: #777777; 5284 cursor: not-allowed; 5285} 5286.list-group-item.disabled .list-group-item-heading, 5287.list-group-item.disabled:hover .list-group-item-heading, 5288.list-group-item.disabled:focus .list-group-item-heading { 5289 color: inherit; 5290} 5291.list-group-item.disabled .list-group-item-text, 5292.list-group-item.disabled:hover .list-group-item-text, 5293.list-group-item.disabled:focus .list-group-item-text { 5294 color: #777777; 5295} 5296.list-group-item.active, 5297.list-group-item.active:hover, 5298.list-group-item.active:focus { 5299 z-index: 2; 5300 color: #ffffff; 5301 background-color: #337ab7; 5302 border-color: #337ab7; 5303} 5304.list-group-item.active .list-group-item-heading, 5305.list-group-item.active:hover .list-group-item-heading, 5306.list-group-item.active:focus .list-group-item-heading, 5307.list-group-item.active .list-group-item-heading > small, 5308.list-group-item.active:hover .list-group-item-heading > small, 5309.list-group-item.active:focus .list-group-item-heading > small, 5310.list-group-item.active .list-group-item-heading > .small, 5311.list-group-item.active:hover .list-group-item-heading > .small, 5312.list-group-item.active:focus .list-group-item-heading > .small { 5313 color: inherit; 5314} 5315.list-group-item.active .list-group-item-text, 5316.list-group-item.active:hover .list-group-item-text, 5317.list-group-item.active:focus .list-group-item-text { 5318 color: #c7ddef; 5319} 5320.list-group-item-success { 5321 color: #3c763d; 5322 background-color: #dff0d8; 5323} 5324a.list-group-item-success, 5325button.list-group-item-success { 5326 color: #3c763d; 5327} 5328a.list-group-item-success .list-group-item-heading, 5329button.list-group-item-success .list-group-item-heading { 5330 color: inherit; 5331} 5332a.list-group-item-success:hover, 5333button.list-group-item-success:hover, 5334a.list-group-item-success:focus, 5335button.list-group-item-success:focus { 5336 color: #3c763d; 5337 background-color: #d0e9c6; 5338} 5339a.list-group-item-success.active, 5340button.list-group-item-success.active, 5341a.list-group-item-success.active:hover, 5342button.list-group-item-success.active:hover, 5343a.list-group-item-success.active:focus, 5344button.list-group-item-success.active:focus { 5345 color: #fff; 5346 background-color: #3c763d; 5347 border-color: #3c763d; 5348} 5349.list-group-item-info { 5350 color: #31708f; 5351 background-color: #d9edf7; 5352} 5353a.list-group-item-info, 5354button.list-group-item-info { 5355 color: #31708f; 5356} 5357a.list-group-item-info .list-group-item-heading, 5358button.list-group-item-info .list-group-item-heading { 5359 color: inherit; 5360} 5361a.list-group-item-info:hover, 5362button.list-group-item-info:hover, 5363a.list-group-item-info:focus, 5364button.list-group-item-info:focus { 5365 color: #31708f; 5366 background-color: #c4e3f3; 5367} 5368a.list-group-item-info.active, 5369button.list-group-item-info.active, 5370a.list-group-item-info.active:hover, 5371button.list-group-item-info.active:hover, 5372a.list-group-item-info.active:focus, 5373button.list-group-item-info.active:focus { 5374 color: #fff; 5375 background-color: #31708f; 5376 border-color: #31708f; 5377} 5378.list-group-item-warning { 5379 color: #8a6d3b; 5380 background-color: #fcf8e3; 5381} 5382a.list-group-item-warning, 5383button.list-group-item-warning { 5384 color: #8a6d3b; 5385} 5386a.list-group-item-warning .list-group-item-heading, 5387button.list-group-item-warning .list-group-item-heading { 5388 color: inherit; 5389} 5390a.list-group-item-warning:hover, 5391button.list-group-item-warning:hover, 5392a.list-group-item-warning:focus, 5393button.list-group-item-warning:focus { 5394 color: #8a6d3b; 5395 background-color: #faf2cc; 5396} 5397a.list-group-item-warning.active, 5398button.list-group-item-warning.active, 5399a.list-group-item-warning.active:hover, 5400button.list-group-item-warning.active:hover, 5401a.list-group-item-warning.active:focus, 5402button.list-group-item-warning.active:focus { 5403 color: #fff; 5404 background-color: #8a6d3b; 5405 border-color: #8a6d3b; 5406} 5407.list-group-item-danger { 5408 color: #a94442; 5409 background-color: #f2dede; 5410} 5411a.list-group-item-danger, 5412button.list-group-item-danger { 5413 color: #a94442; 5414} 5415a.list-group-item-danger .list-group-item-heading, 5416button.list-group-item-danger .list-group-item-heading { 5417 color: inherit; 5418} 5419a.list-group-item-danger:hover, 5420button.list-group-item-danger:hover, 5421a.list-group-item-danger:focus, 5422button.list-group-item-danger:focus { 5423 color: #a94442; 5424 background-color: #ebcccc; 5425} 5426a.list-group-item-danger.active, 5427button.list-group-item-danger.active, 5428a.list-group-item-danger.active:hover, 5429button.list-group-item-danger.active:hover, 5430a.list-group-item-danger.active:focus, 5431button.list-group-item-danger.active:focus { 5432 color: #fff; 5433 background-color: #a94442; 5434 border-color: #a94442; 5435} 5436.list-group-item-heading { 5437 margin-top: 0; 5438 margin-bottom: 5px; 5439} 5440.list-group-item-text { 5441 margin-bottom: 0; 5442 line-height: 1.3; 5443} 5444.panel { 5445 margin-bottom: 18px; 5446 background-color: #ffffff; 5447 border: 1px solid transparent; 5448 border-radius: 2px; 5449 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 5450 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 5451} 5452.panel-body { 5453 padding: 15px; 5454} 5455.panel-heading { 5456 padding: 10px 15px; 5457 border-bottom: 1px solid transparent; 5458 border-top-right-radius: 1px; 5459 border-top-left-radius: 1px; 5460} 5461.panel-heading > .dropdown .dropdown-toggle { 5462 color: inherit; 5463} 5464.panel-title { 5465 margin-top: 0; 5466 margin-bottom: 0; 5467 font-size: 15px; 5468 color: inherit; 5469} 5470.panel-title > a, 5471.panel-title > small, 5472.panel-title > .small, 5473.panel-title > small > a, 5474.panel-title > .small > a { 5475 color: inherit; 5476} 5477.panel-footer { 5478 padding: 10px 15px; 5479 background-color: #f5f5f5; 5480 border-top: 1px solid #dddddd; 5481 border-bottom-right-radius: 1px; 5482 border-bottom-left-radius: 1px; 5483} 5484.panel > .list-group, 5485.panel > .panel-collapse > .list-group { 5486 margin-bottom: 0; 5487} 5488.panel > .list-group .list-group-item, 5489.panel > .panel-collapse > .list-group .list-group-item { 5490 border-width: 1px 0; 5491 border-radius: 0; 5492} 5493.panel > .list-group:first-child .list-group-item:first-child, 5494.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { 5495 border-top: 0; 5496 border-top-right-radius: 1px; 5497 border-top-left-radius: 1px; 5498} 5499.panel > .list-group:last-child .list-group-item:last-child, 5500.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { 5501 border-bottom: 0; 5502 border-bottom-right-radius: 1px; 5503 border-bottom-left-radius: 1px; 5504} 5505.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { 5506 border-top-right-radius: 0; 5507 border-top-left-radius: 0; 5508} 5509.panel-heading + .list-group .list-group-item:first-child { 5510 border-top-width: 0; 5511} 5512.list-group + .panel-footer { 5513 border-top-width: 0; 5514} 5515.panel > .table, 5516.panel > .table-responsive > .table, 5517.panel > .panel-collapse > .table { 5518 margin-bottom: 0; 5519} 5520.panel > .table caption, 5521.panel > .table-responsive > .table caption, 5522.panel > .panel-collapse > .table caption { 5523 padding-left: 15px; 5524 padding-right: 15px; 5525} 5526.panel > .table:first-child, 5527.panel > .table-responsive:first-child > .table:first-child { 5528 border-top-right-radius: 1px; 5529 border-top-left-radius: 1px; 5530} 5531.panel > .table:first-child > thead:first-child > tr:first-child, 5532.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, 5533.panel > .table:first-child > tbody:first-child > tr:first-child, 5534.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { 5535 border-top-left-radius: 1px; 5536 border-top-right-radius: 1px; 5537} 5538.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, 5539.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, 5540.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, 5541.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, 5542.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, 5543.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, 5544.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, 5545.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { 5546 border-top-left-radius: 1px; 5547} 5548.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, 5549.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, 5550.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, 5551.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, 5552.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, 5553.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, 5554.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, 5555.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { 5556 border-top-right-radius: 1px; 5557} 5558.panel > .table:last-child, 5559.panel > .table-responsive:last-child > .table:last-child { 5560 border-bottom-right-radius: 1px; 5561 border-bottom-left-radius: 1px; 5562} 5563.panel > .table:last-child > tbody:last-child > tr:last-child, 5564.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, 5565.panel > .table:last-child > tfoot:last-child > tr:last-child, 5566.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { 5567 border-bottom-left-radius: 1px; 5568 border-bottom-right-radius: 1px; 5569} 5570.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, 5571.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, 5572.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, 5573.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, 5574.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, 5575.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, 5576.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, 5577.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { 5578 border-bottom-left-radius: 1px; 5579} 5580.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, 5581.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, 5582.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, 5583.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, 5584.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, 5585.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, 5586.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, 5587.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { 5588 border-bottom-right-radius: 1px; 5589} 5590.panel > .panel-body + .table, 5591.panel > .panel-body + .table-responsive, 5592.panel > .table + .panel-body, 5593.panel > .table-responsive + .panel-body { 5594 border-top: 1px solid #dddddd; 5595} 5596.panel > .table > tbody:first-child > tr:first-child th, 5597.panel > .table > tbody:first-child > tr:first-child td { 5598 border-top: 0; 5599} 5600.panel > .table-bordered, 5601.panel > .table-responsive > .table-bordered { 5602 border: 0; 5603} 5604.panel > .table-bordered > thead > tr > th:first-child, 5605.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, 5606.panel > .table-bordered > tbody > tr > th:first-child, 5607.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, 5608.panel > .table-bordered > tfoot > tr > th:first-child, 5609.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, 5610.panel > .table-bordered > thead > tr > td:first-child, 5611.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, 5612.panel > .table-bordered > tbody > tr > td:first-child, 5613.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, 5614.panel > .table-bordered > tfoot > tr > td:first-child, 5615.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { 5616 border-left: 0; 5617} 5618.panel > .table-bordered > thead > tr > th:last-child, 5619.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, 5620.panel > .table-bordered > tbody > tr > th:last-child, 5621.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, 5622.panel > .table-bordered > tfoot > tr > th:last-child, 5623.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, 5624.panel > .table-bordered > thead > tr > td:last-child, 5625.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, 5626.panel > .table-bordered > tbody > tr > td:last-child, 5627.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, 5628.panel > .table-bordered > tfoot > tr > td:last-child, 5629.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { 5630 border-right: 0; 5631} 5632.panel > .table-bordered > thead > tr:first-child > td, 5633.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, 5634.panel > .table-bordered > tbody > tr:first-child > td, 5635.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, 5636.panel > .table-bordered > thead > tr:first-child > th, 5637.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, 5638.panel > .table-bordered > tbody > tr:first-child > th, 5639.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { 5640 border-bottom: 0; 5641} 5642.panel > .table-bordered > tbody > tr:last-child > td, 5643.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, 5644.panel > .table-bordered > tfoot > tr:last-child > td, 5645.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, 5646.panel > .table-bordered > tbody > tr:last-child > th, 5647.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, 5648.panel > .table-bordered > tfoot > tr:last-child > th, 5649.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { 5650 border-bottom: 0; 5651} 5652.panel > .table-responsive { 5653 border: 0; 5654 margin-bottom: 0; 5655} 5656.panel-group { 5657 margin-bottom: 18px; 5658} 5659.panel-group .panel { 5660 margin-bottom: 0; 5661 border-radius: 2px; 5662} 5663.panel-group .panel + .panel { 5664 margin-top: 5px; 5665} 5666.panel-group .panel-heading { 5667 border-bottom: 0; 5668} 5669.panel-group .panel-heading + .panel-collapse > .panel-body, 5670.panel-group .panel-heading + .panel-collapse > .list-group { 5671 border-top: 1px solid #dddddd; 5672} 5673.panel-group .panel-footer { 5674 border-top: 0; 5675} 5676.panel-group .panel-footer + .panel-collapse .panel-body { 5677 border-bottom: 1px solid #dddddd; 5678} 5679.panel-default { 5680 border-color: #dddddd; 5681} 5682.panel-default > .panel-heading { 5683 color: #333333; 5684 background-color: #f5f5f5; 5685 border-color: #dddddd; 5686} 5687.panel-default > .panel-heading + .panel-collapse > .panel-body { 5688 border-top-color: #dddddd; 5689} 5690.panel-default > .panel-heading .badge { 5691 color: #f5f5f5; 5692 background-color: #333333; 5693} 5694.panel-default > .panel-footer + .panel-collapse > .panel-body { 5695 border-bottom-color: #dddddd; 5696} 5697.panel-primary { 5698 border-color: #337ab7; 5699} 5700.panel-primary > .panel-heading { 5701 color: #ffffff; 5702 background-color: #337ab7; 5703 border-color: #337ab7; 5704} 5705.panel-primary > .panel-heading + .panel-collapse > .panel-body { 5706 border-top-color: #337ab7; 5707} 5708.panel-primary > .panel-heading .badge { 5709 color: #337ab7; 5710 background-color: #ffffff; 5711} 5712.panel-primary > .panel-footer + .panel-collapse > .panel-body { 5713 border-bottom-color: #337ab7; 5714} 5715.panel-success { 5716 border-color: #d6e9c6; 5717} 5718.panel-success > .panel-heading { 5719 color: #3c763d; 5720 background-color: #dff0d8; 5721 border-color: #d6e9c6; 5722} 5723.panel-success > .panel-heading + .panel-collapse > .panel-body { 5724 border-top-color: #d6e9c6; 5725} 5726.panel-success > .panel-heading .badge { 5727 color: #dff0d8; 5728 background-color: #3c763d; 5729} 5730.panel-success > .panel-footer + .panel-collapse > .panel-body { 5731 border-bottom-color: #d6e9c6; 5732} 5733.panel-info { 5734 border-color: #bce8f1; 5735} 5736.panel-info > .panel-heading { 5737 color: #31708f; 5738 background-color: #d9edf7; 5739 border-color: #bce8f1; 5740} 5741.panel-info > .panel-heading + .panel-collapse > .panel-body { 5742 border-top-color: #bce8f1; 5743} 5744.panel-info > .panel-heading .badge { 5745 color: #d9edf7; 5746 background-color: #31708f; 5747} 5748.panel-info > .panel-footer + .panel-collapse > .panel-body { 5749 border-bottom-color: #bce8f1; 5750} 5751.panel-warning { 5752 border-color: #faebcc; 5753} 5754.panel-warning > .panel-heading { 5755 color: #8a6d3b; 5756 background-color: #fcf8e3; 5757 border-color: #faebcc; 5758} 5759.panel-warning > .panel-heading + .panel-collapse > .panel-body { 5760 border-top-color: #faebcc; 5761} 5762.panel-warning > .panel-heading .badge { 5763 color: #fcf8e3; 5764 background-color: #8a6d3b; 5765} 5766.panel-warning > .panel-footer + .panel-collapse > .panel-body { 5767 border-bottom-color: #faebcc; 5768} 5769.panel-danger { 5770 border-color: #ebccd1; 5771} 5772.panel-danger > .panel-heading { 5773 color: #a94442; 5774 background-color: #f2dede; 5775 border-color: #ebccd1; 5776} 5777.panel-danger > .panel-heading + .panel-collapse > .panel-body { 5778 border-top-color: #ebccd1; 5779} 5780.panel-danger > .panel-heading .badge { 5781 color: #f2dede; 5782 background-color: #a94442; 5783} 5784.panel-danger > .panel-footer + .panel-collapse > .panel-body { 5785 border-bottom-color: #ebccd1; 5786} 5787.embed-responsive { 5788 position: relative; 5789 display: block; 5790 height: 0; 5791 padding: 0; 5792 overflow: hidden; 5793} 5794.embed-responsive .embed-responsive-item, 5795.embed-responsive iframe, 5796.embed-responsive embed, 5797.embed-responsive object, 5798.embed-responsive video { 5799 position: absolute; 5800 top: 0; 5801 left: 0; 5802 bottom: 0; 5803 height: 100%; 5804 width: 100%; 5805 border: 0; 5806} 5807.embed-responsive-16by9 { 5808 padding-bottom: 56.25%; 5809} 5810.embed-responsive-4by3 { 5811 padding-bottom: 75%; 5812} 5813.well { 5814 min-height: 20px; 5815 padding: 19px; 5816 margin-bottom: 20px; 5817 background-color: #f5f5f5; 5818 border: 1px solid #e3e3e3; 5819 border-radius: 2px; 5820 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 5821 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 5822} 5823.well blockquote { 5824 border-color: #ddd; 5825 border-color: rgba(0, 0, 0, 0.15); 5826} 5827.well-lg { 5828 padding: 24px; 5829 border-radius: 3px; 5830} 5831.well-sm { 5832 padding: 9px; 5833 border-radius: 1px; 5834} 5835.close { 5836 float: right; 5837 font-size: 19.5px; 5838 font-weight: bold; 5839 line-height: 1; 5840 color: #000000; 5841 text-shadow: 0 1px 0 #ffffff; 5842 opacity: 0.2; 5843 filter: alpha(opacity=20); 5844} 5845.close:hover, 5846.close:focus { 5847 color: #000000; 5848 text-decoration: none; 5849 cursor: pointer; 5850 opacity: 0.5; 5851 filter: alpha(opacity=50); 5852} 5853button.close { 5854 padding: 0; 5855 cursor: pointer; 5856 background: transparent; 5857 border: 0; 5858 -webkit-appearance: none; 5859} 5860.modal-open { 5861 overflow: hidden; 5862} 5863.modal { 5864 display: none; 5865 overflow: hidden; 5866 position: fixed; 5867 top: 0; 5868 right: 0; 5869 bottom: 0; 5870 left: 0; 5871 z-index: 1050; 5872 -webkit-overflow-scrolling: touch; 5873 outline: 0; 5874} 5875.modal.fade .modal-dialog { 5876 -webkit-transform: translate(0, -25%); 5877 -ms-transform: translate(0, -25%); 5878 -o-transform: translate(0, -25%); 5879 transform: translate(0, -25%); 5880 -webkit-transition: -webkit-transform 0.3s ease-out; 5881 -moz-transition: -moz-transform 0.3s ease-out; 5882 -o-transition: -o-transform 0.3s ease-out; 5883 transition: transform 0.3s ease-out; 5884} 5885.modal.in .modal-dialog { 5886 -webkit-transform: translate(0, 0); 5887 -ms-transform: translate(0, 0); 5888 -o-transform: translate(0, 0); 5889 transform: translate(0, 0); 5890} 5891.modal-open .modal { 5892 overflow-x: hidden; 5893 overflow-y: auto; 5894} 5895.modal-dialog { 5896 position: relative; 5897 width: auto; 5898 margin: 10px; 5899} 5900.modal-content { 5901 position: relative; 5902 background-color: #ffffff; 5903 border: 1px solid #999999; 5904 border: 1px solid rgba(0, 0, 0, 0.2); 5905 border-radius: 3px; 5906 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); 5907 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); 5908 background-clip: padding-box; 5909 outline: 0; 5910} 5911.modal-backdrop { 5912 position: fixed; 5913 top: 0; 5914 right: 0; 5915 bottom: 0; 5916 left: 0; 5917 z-index: 1040; 5918 background-color: #000000; 5919} 5920.modal-backdrop.fade { 5921 opacity: 0; 5922 filter: alpha(opacity=0); 5923} 5924.modal-backdrop.in { 5925 opacity: 0.5; 5926 filter: alpha(opacity=50); 5927} 5928.modal-header { 5929 padding: 15px; 5930 border-bottom: 1px solid #e5e5e5; 5931} 5932.modal-header .close { 5933 margin-top: -2px; 5934} 5935.modal-title { 5936 margin: 0; 5937 line-height: 1.42857143; 5938} 5939.modal-body { 5940 position: relative; 5941 padding: 15px; 5942} 5943.modal-footer { 5944 padding: 15px; 5945 text-align: right; 5946 border-top: 1px solid #e5e5e5; 5947} 5948.modal-footer .btn + .btn { 5949 margin-left: 5px; 5950 margin-bottom: 0; 5951} 5952.modal-footer .btn-group .btn + .btn { 5953 margin-left: -1px; 5954} 5955.modal-footer .btn-block + .btn-block { 5956 margin-left: 0; 5957} 5958.modal-scrollbar-measure { 5959 position: absolute; 5960 top: -9999px; 5961 width: 50px; 5962 height: 50px; 5963 overflow: scroll; 5964} 5965@media (min-width: 768px) { 5966 .modal-dialog { 5967 width: 600px; 5968 margin: 30px auto; 5969 } 5970 .modal-content { 5971 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 5972 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 5973 } 5974 .modal-sm { 5975 width: 300px; 5976 } 5977} 5978@media (min-width: 992px) { 5979 .modal-lg { 5980 width: 900px; 5981 } 5982} 5983.tooltip { 5984 position: absolute; 5985 z-index: 1070; 5986 display: block; 5987 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 5988 font-style: normal; 5989 font-weight: normal; 5990 letter-spacing: normal; 5991 line-break: auto; 5992 line-height: 1.42857143; 5993 text-align: left; 5994 text-align: start; 5995 text-decoration: none; 5996 text-shadow: none; 5997 text-transform: none; 5998 white-space: normal; 5999 word-break: normal; 6000 word-spacing: normal; 6001 word-wrap: normal; 6002 font-size: 12px; 6003 opacity: 0; 6004 filter: alpha(opacity=0); 6005} 6006.tooltip.in { 6007 opacity: 0.9; 6008 filter: alpha(opacity=90); 6009} 6010.tooltip.top { 6011 margin-top: -3px; 6012 padding: 5px 0; 6013} 6014.tooltip.right { 6015 margin-left: 3px; 6016 padding: 0 5px; 6017} 6018.tooltip.bottom { 6019 margin-top: 3px; 6020 padding: 5px 0; 6021} 6022.tooltip.left { 6023 margin-left: -3px; 6024 padding: 0 5px; 6025} 6026.tooltip-inner { 6027 max-width: 200px; 6028 padding: 3px 8px; 6029 color: #ffffff; 6030 text-align: center; 6031 background-color: #000000; 6032 border-radius: 2px; 6033} 6034.tooltip-arrow { 6035 position: absolute; 6036 width: 0; 6037 height: 0; 6038 border-color: transparent; 6039 border-style: solid; 6040} 6041.tooltip.top .tooltip-arrow { 6042 bottom: 0; 6043 left: 50%; 6044 margin-left: -5px; 6045 border-width: 5px 5px 0; 6046 border-top-color: #000000; 6047} 6048.tooltip.top-left .tooltip-arrow { 6049 bottom: 0; 6050 right: 5px; 6051 margin-bottom: -5px; 6052 border-width: 5px 5px 0; 6053 border-top-color: #000000; 6054} 6055.tooltip.top-right .tooltip-arrow { 6056 bottom: 0; 6057 left: 5px; 6058 margin-bottom: -5px; 6059 border-width: 5px 5px 0; 6060 border-top-color: #000000; 6061} 6062.tooltip.right .tooltip-arrow { 6063 top: 50%; 6064 left: 0; 6065 margin-top: -5px; 6066 border-width: 5px 5px 5px 0; 6067 border-right-color: #000000; 6068} 6069.tooltip.left .tooltip-arrow { 6070 top: 50%; 6071 right: 0; 6072 margin-top: -5px; 6073 border-width: 5px 0 5px 5px; 6074 border-left-color: #000000; 6075} 6076.tooltip.bottom .tooltip-arrow { 6077 top: 0; 6078 left: 50%; 6079 margin-left: -5px; 6080 border-width: 0 5px 5px; 6081 border-bottom-color: #000000; 6082} 6083.tooltip.bottom-left .tooltip-arrow { 6084 top: 0; 6085 right: 5px; 6086 margin-top: -5px; 6087 border-width: 0 5px 5px; 6088 border-bottom-color: #000000; 6089} 6090.tooltip.bottom-right .tooltip-arrow { 6091 top: 0; 6092 left: 5px; 6093 margin-top: -5px; 6094 border-width: 0 5px 5px; 6095 border-bottom-color: #000000; 6096} 6097.popover { 6098 position: absolute; 6099 top: 0; 6100 left: 0; 6101 z-index: 1060; 6102 display: none; 6103 max-width: 276px; 6104 padding: 1px; 6105 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6106 font-style: normal; 6107 font-weight: normal; 6108 letter-spacing: normal; 6109 line-break: auto; 6110 line-height: 1.42857143; 6111 text-align: left; 6112 text-align: start; 6113 text-decoration: none; 6114 text-shadow: none; 6115 text-transform: none; 6116 white-space: normal; 6117 word-break: normal; 6118 word-spacing: normal; 6119 word-wrap: normal; 6120 font-size: 13px; 6121 background-color: #ffffff; 6122 background-clip: padding-box; 6123 border: 1px solid #cccccc; 6124 border: 1px solid rgba(0, 0, 0, 0.2); 6125 border-radius: 3px; 6126 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 6127 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 6128} 6129.popover.top { 6130 margin-top: -10px; 6131} 6132.popover.right { 6133 margin-left: 10px; 6134} 6135.popover.bottom { 6136 margin-top: 10px; 6137} 6138.popover.left { 6139 margin-left: -10px; 6140} 6141.popover-title { 6142 margin: 0; 6143 padding: 8px 14px; 6144 font-size: 13px; 6145 background-color: #f7f7f7; 6146 border-bottom: 1px solid #ebebeb; 6147 border-radius: 2px 2px 0 0; 6148} 6149.popover-content { 6150 padding: 9px 14px; 6151} 6152.popover > .arrow, 6153.popover > .arrow:after { 6154 position: absolute; 6155 display: block; 6156 width: 0; 6157 height: 0; 6158 border-color: transparent; 6159 border-style: solid; 6160} 6161.popover > .arrow { 6162 border-width: 11px; 6163} 6164.popover > .arrow:after { 6165 border-width: 10px; 6166 content: ""; 6167} 6168.popover.top > .arrow { 6169 left: 50%; 6170 margin-left: -11px; 6171 border-bottom-width: 0; 6172 border-top-color: #999999; 6173 border-top-color: rgba(0, 0, 0, 0.25); 6174 bottom: -11px; 6175} 6176.popover.top > .arrow:after { 6177 content: " "; 6178 bottom: 1px; 6179 margin-left: -10px; 6180 border-bottom-width: 0; 6181 border-top-color: #ffffff; 6182} 6183.popover.right > .arrow { 6184 top: 50%; 6185 left: -11px; 6186 margin-top: -11px; 6187 border-left-width: 0; 6188 border-right-color: #999999; 6189 border-right-color: rgba(0, 0, 0, 0.25); 6190} 6191.popover.right > .arrow:after { 6192 content: " "; 6193 left: 1px; 6194 bottom: -10px; 6195 border-left-width: 0; 6196 border-right-color: #ffffff; 6197} 6198.popover.bottom > .arrow { 6199 left: 50%; 6200 margin-left: -11px; 6201 border-top-width: 0; 6202 border-bottom-color: #999999; 6203 border-bottom-color: rgba(0, 0, 0, 0.25); 6204 top: -11px; 6205} 6206.popover.bottom > .arrow:after { 6207 content: " "; 6208 top: 1px; 6209 margin-left: -10px; 6210 border-top-width: 0; 6211 border-bottom-color: #ffffff; 6212} 6213.popover.left > .arrow { 6214 top: 50%; 6215 right: -11px; 6216 margin-top: -11px; 6217 border-right-width: 0; 6218 border-left-color: #999999; 6219 border-left-color: rgba(0, 0, 0, 0.25); 6220} 6221.popover.left > .arrow:after { 6222 content: " "; 6223 right: 1px; 6224 border-right-width: 0; 6225 border-left-color: #ffffff; 6226 bottom: -10px; 6227} 6228.carousel { 6229 position: relative; 6230} 6231.carousel-inner { 6232 position: relative; 6233 overflow: hidden; 6234 width: 100%; 6235} 6236.carousel-inner > .item { 6237 display: none; 6238 position: relative; 6239 -webkit-transition: 0.6s ease-in-out left; 6240 -o-transition: 0.6s ease-in-out left; 6241 transition: 0.6s ease-in-out left; 6242} 6243.carousel-inner > .item > img, 6244.carousel-inner > .item > a > img { 6245 line-height: 1; 6246} 6247@media all and (transform-3d), (-webkit-transform-3d) { 6248 .carousel-inner > .item { 6249 -webkit-transition: -webkit-transform 0.6s ease-in-out; 6250 -moz-transition: -moz-transform 0.6s ease-in-out; 6251 -o-transition: -o-transform 0.6s ease-in-out; 6252 transition: transform 0.6s ease-in-out; 6253 -webkit-backface-visibility: hidden; 6254 -moz-backface-visibility: hidden; 6255 backface-visibility: hidden; 6256 -webkit-perspective: 1000px; 6257 -moz-perspective: 1000px; 6258 perspective: 1000px; 6259 } 6260 .carousel-inner > .item.next, 6261 .carousel-inner > .item.active.right { 6262 -webkit-transform: translate3d(100%, 0, 0); 6263 transform: translate3d(100%, 0, 0); 6264 left: 0; 6265 } 6266 .carousel-inner > .item.prev, 6267 .carousel-inner > .item.active.left { 6268 -webkit-transform: translate3d(-100%, 0, 0); 6269 transform: translate3d(-100%, 0, 0); 6270 left: 0; 6271 } 6272 .carousel-inner > .item.next.left, 6273 .carousel-inner > .item.prev.right, 6274 .carousel-inner > .item.active { 6275 -webkit-transform: translate3d(0, 0, 0); 6276 transform: translate3d(0, 0, 0); 6277 left: 0; 6278 } 6279} 6280.carousel-inner > .active, 6281.carousel-inner > .next, 6282.carousel-inner > .prev { 6283 display: block; 6284} 6285.carousel-inner > .active { 6286 left: 0; 6287} 6288.carousel-inner > .next, 6289.carousel-inner > .prev { 6290 position: absolute; 6291 top: 0; 6292 width: 100%; 6293} 6294.carousel-inner > .next { 6295 left: 100%; 6296} 6297.carousel-inner > .prev { 6298 left: -100%; 6299} 6300.carousel-inner > .next.left, 6301.carousel-inner > .prev.right { 6302 left: 0; 6303} 6304.carousel-inner > .active.left { 6305 left: -100%; 6306} 6307.carousel-inner > .active.right { 6308 left: 100%; 6309} 6310.carousel-control { 6311 position: absolute; 6312 top: 0; 6313 left: 0; 6314 bottom: 0; 6315 width: 15%; 6316 opacity: 0.5; 6317 filter: alpha(opacity=50); 6318 font-size: 20px; 6319 color: #ffffff; 6320 text-align: center; 6321 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); 6322 background-color: rgba(0, 0, 0, 0); 6323} 6324.carousel-control.left { 6325 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); 6326 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); 6327 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); 6328 background-repeat: repeat-x; 6329 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); 6330} 6331.carousel-control.right { 6332 left: auto; 6333 right: 0; 6334 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); 6335 background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); 6336 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); 6337 background-repeat: repeat-x; 6338 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); 6339} 6340.carousel-control:hover, 6341.carousel-control:focus { 6342 outline: 0; 6343 color: #ffffff; 6344 text-decoration: none; 6345 opacity: 0.9; 6346 filter: alpha(opacity=90); 6347} 6348.carousel-control .icon-prev, 6349.carousel-control .icon-next, 6350.carousel-control .glyphicon-chevron-left, 6351.carousel-control .glyphicon-chevron-right { 6352 position: absolute; 6353 top: 50%; 6354 margin-top: -10px; 6355 z-index: 5; 6356 display: inline-block; 6357} 6358.carousel-control .icon-prev, 6359.carousel-control .glyphicon-chevron-left { 6360 left: 50%; 6361 margin-left: -10px; 6362} 6363.carousel-control .icon-next, 6364.carousel-control .glyphicon-chevron-right { 6365 right: 50%; 6366 margin-right: -10px; 6367} 6368.carousel-control .icon-prev, 6369.carousel-control .icon-next { 6370 width: 20px; 6371 height: 20px; 6372 line-height: 1; 6373 font-family: serif; 6374} 6375.carousel-control .icon-prev:before { 6376 content: '\2039'; 6377} 6378.carousel-control .icon-next:before { 6379 content: '\203a'; 6380} 6381.carousel-indicators { 6382 position: absolute; 6383 bottom: 10px; 6384 left: 50%; 6385 z-index: 15; 6386 width: 60%; 6387 margin-left: -30%; 6388 padding-left: 0; 6389 list-style: none; 6390 text-align: center; 6391} 6392.carousel-indicators li { 6393 display: inline-block; 6394 width: 10px; 6395 height: 10px; 6396 margin: 1px; 6397 text-indent: -999px; 6398 border: 1px solid #ffffff; 6399 border-radius: 10px; 6400 cursor: pointer; 6401 background-color: #000 \9; 6402 background-color: rgba(0, 0, 0, 0); 6403} 6404.carousel-indicators .active { 6405 margin: 0; 6406 width: 12px; 6407 height: 12px; 6408 background-color: #ffffff; 6409} 6410.carousel-caption { 6411 position: absolute; 6412 left: 15%; 6413 right: 15%; 6414 bottom: 20px; 6415 z-index: 10; 6416 padding-top: 20px; 6417 padding-bottom: 20px; 6418 color: #ffffff; 6419 text-align: center; 6420 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); 6421} 6422.carousel-caption .btn { 6423 text-shadow: none; 6424} 6425@media screen and (min-width: 768px) { 6426 .carousel-control .glyphicon-chevron-left, 6427 .carousel-control .glyphicon-chevron-right, 6428 .carousel-control .icon-prev, 6429 .carousel-control .icon-next { 6430 width: 30px; 6431 height: 30px; 6432 margin-top: -10px; 6433 font-size: 30px; 6434 } 6435 .carousel-control .glyphicon-chevron-left, 6436 .carousel-control .icon-prev { 6437 margin-left: -10px; 6438 } 6439 .carousel-control .glyphicon-chevron-right, 6440 .carousel-control .icon-next { 6441 margin-right: -10px; 6442 } 6443 .carousel-caption { 6444 left: 20%; 6445 right: 20%; 6446 padding-bottom: 30px; 6447 } 6448 .carousel-indicators { 6449 bottom: 20px; 6450 } 6451} 6452.clearfix:before, 6453.clearfix:after, 6454.dl-horizontal dd:before, 6455.dl-horizontal dd:after, 6456.container:before, 6457.container:after, 6458.container-fluid:before, 6459.container-fluid:after, 6460.row:before, 6461.row:after, 6462.form-horizontal .form-group:before, 6463.form-horizontal .form-group:after, 6464.btn-toolbar:before, 6465.btn-toolbar:after, 6466.btn-group-vertical > .btn-group:before, 6467.btn-group-vertical > .btn-group:after, 6468.nav:before, 6469.nav:after, 6470.navbar:before, 6471.navbar:after, 6472.navbar-header:before, 6473.navbar-header:after, 6474.navbar-collapse:before, 6475.navbar-collapse:after, 6476.pager:before, 6477.pager:after, 6478.panel-body:before, 6479.panel-body:after, 6480.modal-header:before, 6481.modal-header:after, 6482.modal-footer:before, 6483.modal-footer:after, 6484.item_buttons:before, 6485.item_buttons:after { 6486 content: " "; 6487 display: table; 6488} 6489.clearfix:after, 6490.dl-horizontal dd:after, 6491.container:after, 6492.container-fluid:after, 6493.row:after, 6494.form-horizontal .form-group:after, 6495.btn-toolbar:after, 6496.btn-group-vertical > .btn-group:after, 6497.nav:after, 6498.navbar:after, 6499.navbar-header:after, 6500.navbar-collapse:after, 6501.pager:after, 6502.panel-body:after, 6503.modal-header:after, 6504.modal-footer:after, 6505.item_buttons:after { 6506 clear: both; 6507} 6508.center-block { 6509 display: block; 6510 margin-left: auto; 6511 margin-right: auto; 6512} 6513.pull-right { 6514 float: right !important; 6515} 6516.pull-left { 6517 float: left !important; 6518} 6519.hide { 6520 display: none !important; 6521} 6522.show { 6523 display: block !important; 6524} 6525.invisible { 6526 visibility: hidden; 6527} 6528.text-hide { 6529 font: 0/0 a; 6530 color: transparent; 6531 text-shadow: none; 6532 background-color: transparent; 6533 border: 0; 6534} 6535.hidden { 6536 display: none !important; 6537} 6538.affix { 6539 position: fixed; 6540} 6541@-ms-viewport { 6542 width: device-width; 6543} 6544.visible-xs, 6545.visible-sm, 6546.visible-md, 6547.visible-lg { 6548 display: none !important; 6549} 6550.visible-xs-block, 6551.visible-xs-inline, 6552.visible-xs-inline-block, 6553.visible-sm-block, 6554.visible-sm-inline, 6555.visible-sm-inline-block, 6556.visible-md-block, 6557.visible-md-inline, 6558.visible-md-inline-block, 6559.visible-lg-block, 6560.visible-lg-inline, 6561.visible-lg-inline-block { 6562 display: none !important; 6563} 6564@media (max-width: 767px) { 6565 .visible-xs { 6566 display: block !important; 6567 } 6568 table.visible-xs { 6569 display: table !important; 6570 } 6571 tr.visible-xs { 6572 display: table-row !important; 6573 } 6574 th.visible-xs, 6575 td.visible-xs { 6576 display: table-cell !important; 6577 } 6578} 6579@media (max-width: 767px) { 6580 .visible-xs-block { 6581 display: block !important; 6582 } 6583} 6584@media (max-width: 767px) { 6585 .visible-xs-inline { 6586 display: inline !important; 6587 } 6588} 6589@media (max-width: 767px) { 6590 .visible-xs-inline-block { 6591 display: inline-block !important; 6592 } 6593} 6594@media (min-width: 768px) and (max-width: 991px) { 6595 .visible-sm { 6596 display: block !important; 6597 } 6598 table.visible-sm { 6599 display: table !important; 6600 } 6601 tr.visible-sm { 6602 display: table-row !important; 6603 } 6604 th.visible-sm, 6605 td.visible-sm { 6606 display: table-cell !important; 6607 } 6608} 6609@media (min-width: 768px) and (max-width: 991px) { 6610 .visible-sm-block { 6611 display: block !important; 6612 } 6613} 6614@media (min-width: 768px) and (max-width: 991px) { 6615 .visible-sm-inline { 6616 display: inline !important; 6617 } 6618} 6619@media (min-width: 768px) and (max-width: 991px) { 6620 .visible-sm-inline-block { 6621 display: inline-block !important; 6622 } 6623} 6624@media (min-width: 992px) and (max-width: 1199px) { 6625 .visible-md { 6626 display: block !important; 6627 } 6628 table.visible-md { 6629 display: table !important; 6630 } 6631 tr.visible-md { 6632 display: table-row !important; 6633 } 6634 th.visible-md, 6635 td.visible-md { 6636 display: table-cell !important; 6637 } 6638} 6639@media (min-width: 992px) and (max-width: 1199px) { 6640 .visible-md-block { 6641 display: block !important; 6642 } 6643} 6644@media (min-width: 992px) and (max-width: 1199px) { 6645 .visible-md-inline { 6646 display: inline !important; 6647 } 6648} 6649@media (min-width: 992px) and (max-width: 1199px) { 6650 .visible-md-inline-block { 6651 display: inline-block !important; 6652 } 6653} 6654@media (min-width: 1200px) { 6655 .visible-lg { 6656 display: block !important; 6657 } 6658 table.visible-lg { 6659 display: table !important; 6660 } 6661 tr.visible-lg { 6662 display: table-row !important; 6663 } 6664 th.visible-lg, 6665 td.visible-lg { 6666 display: table-cell !important; 6667 } 6668} 6669@media (min-width: 1200px) { 6670 .visible-lg-block { 6671 display: block !important; 6672 } 6673} 6674@media (min-width: 1200px) { 6675 .visible-lg-inline { 6676 display: inline !important; 6677 } 6678} 6679@media (min-width: 1200px) { 6680 .visible-lg-inline-block { 6681 display: inline-block !important; 6682 } 6683} 6684@media (max-width: 767px) { 6685 .hidden-xs { 6686 display: none !important; 6687 } 6688} 6689@media (min-width: 768px) and (max-width: 991px) { 6690 .hidden-sm { 6691 display: none !important; 6692 } 6693} 6694@media (min-width: 992px) and (max-width: 1199px) { 6695 .hidden-md { 6696 display: none !important; 6697 } 6698} 6699@media (min-width: 1200px) { 6700 .hidden-lg { 6701 display: none !important; 6702 } 6703} 6704.visible-print { 6705 display: none !important; 6706} 6707@media print { 6708 .visible-print { 6709 display: block !important; 6710 } 6711 table.visible-print { 6712 display: table !important; 6713 } 6714 tr.visible-print { 6715 display: table-row !important; 6716 } 6717 th.visible-print, 6718 td.visible-print { 6719 display: table-cell !important; 6720 } 6721} 6722.visible-print-block { 6723 display: none !important; 6724} 6725@media print { 6726 .visible-print-block { 6727 display: block !important; 6728 } 6729} 6730.visible-print-inline { 6731 display: none !important; 6732} 6733@media print { 6734 .visible-print-inline { 6735 display: inline !important; 6736 } 6737} 6738.visible-print-inline-block { 6739 display: none !important; 6740} 6741@media print { 6742 .visible-print-inline-block { 6743 display: inline-block !important; 6744 } 6745} 6746@media print { 6747 .hidden-print { 6748 display: none !important; 6749 } 6750} 6751/*! 6752* 6753* Font Awesome 6754* 6755*/ 6756/*! 6757 * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome 6758 * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 6759 */ 6760/* FONT PATH 6761 * -------------------------- */ 6762@font-face { 6763 font-family: 'FontAwesome'; 6764 src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0'); 6765 src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); 6766 font-weight: normal; 6767 font-style: normal; 6768} 6769.fa { 6770 display: inline-block; 6771 font: normal normal normal 14px/1 FontAwesome; 6772 font-size: inherit; 6773 text-rendering: auto; 6774 -webkit-font-smoothing: antialiased; 6775 -moz-osx-font-smoothing: grayscale; 6776} 6777/* makes the font 33% larger relative to the icon container */ 6778.fa-lg { 6779 font-size: 1.33333333em; 6780 line-height: 0.75em; 6781 vertical-align: -15%; 6782} 6783.fa-2x { 6784 font-size: 2em; 6785} 6786.fa-3x { 6787 font-size: 3em; 6788} 6789.fa-4x { 6790 font-size: 4em; 6791} 6792.fa-5x { 6793 font-size: 5em; 6794} 6795.fa-fw { 6796 width: 1.28571429em; 6797 text-align: center; 6798} 6799.fa-ul { 6800 padding-left: 0; 6801 margin-left: 2.14285714em; 6802 list-style-type: none; 6803} 6804.fa-ul > li { 6805 position: relative; 6806} 6807.fa-li { 6808 position: absolute; 6809 left: -2.14285714em; 6810 width: 2.14285714em; 6811 top: 0.14285714em; 6812 text-align: center; 6813} 6814.fa-li.fa-lg { 6815 left: -1.85714286em; 6816} 6817.fa-border { 6818 padding: .2em .25em .15em; 6819 border: solid 0.08em #eeeeee; 6820 border-radius: .1em; 6821} 6822.fa-pull-left { 6823 float: left; 6824} 6825.fa-pull-right { 6826 float: right; 6827} 6828.fa.fa-pull-left { 6829 margin-right: .3em; 6830} 6831.fa.fa-pull-right { 6832 margin-left: .3em; 6833} 6834/* Deprecated as of 4.4.0 */ 6835.pull-right { 6836 float: right; 6837} 6838.pull-left { 6839 float: left; 6840} 6841.fa.pull-left { 6842 margin-right: .3em; 6843} 6844.fa.pull-right { 6845 margin-left: .3em; 6846} 6847.fa-spin { 6848 -webkit-animation: fa-spin 2s infinite linear; 6849 animation: fa-spin 2s infinite linear; 6850} 6851.fa-pulse { 6852 -webkit-animation: fa-spin 1s infinite steps(8); 6853 animation: fa-spin 1s infinite steps(8); 6854} 6855@-webkit-keyframes fa-spin { 6856 0% { 6857 -webkit-transform: rotate(0deg); 6858 transform: rotate(0deg); 6859 } 6860 100% { 6861 -webkit-transform: rotate(359deg); 6862 transform: rotate(359deg); 6863 } 6864} 6865@keyframes fa-spin { 6866 0% { 6867 -webkit-transform: rotate(0deg); 6868 transform: rotate(0deg); 6869 } 6870 100% { 6871 -webkit-transform: rotate(359deg); 6872 transform: rotate(359deg); 6873 } 6874} 6875.fa-rotate-90 { 6876 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; 6877 -webkit-transform: rotate(90deg); 6878 -ms-transform: rotate(90deg); 6879 transform: rotate(90deg); 6880} 6881.fa-rotate-180 { 6882 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; 6883 -webkit-transform: rotate(180deg); 6884 -ms-transform: rotate(180deg); 6885 transform: rotate(180deg); 6886} 6887.fa-rotate-270 { 6888 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; 6889 -webkit-transform: rotate(270deg); 6890 -ms-transform: rotate(270deg); 6891 transform: rotate(270deg); 6892} 6893.fa-flip-horizontal { 6894 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; 6895 -webkit-transform: scale(-1, 1); 6896 -ms-transform: scale(-1, 1); 6897 transform: scale(-1, 1); 6898} 6899.fa-flip-vertical { 6900 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; 6901 -webkit-transform: scale(1, -1); 6902 -ms-transform: scale(1, -1); 6903 transform: scale(1, -1); 6904} 6905:root .fa-rotate-90, 6906:root .fa-rotate-180, 6907:root .fa-rotate-270, 6908:root .fa-flip-horizontal, 6909:root .fa-flip-vertical { 6910 filter: none; 6911} 6912.fa-stack { 6913 position: relative; 6914 display: inline-block; 6915 width: 2em; 6916 height: 2em; 6917 line-height: 2em; 6918 vertical-align: middle; 6919} 6920.fa-stack-1x, 6921.fa-stack-2x { 6922 position: absolute; 6923 left: 0; 6924 width: 100%; 6925 text-align: center; 6926} 6927.fa-stack-1x { 6928 line-height: inherit; 6929} 6930.fa-stack-2x { 6931 font-size: 2em; 6932} 6933.fa-inverse { 6934 color: #ffffff; 6935} 6936/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen 6937 readers do not read off random characters that represent icons */ 6938.fa-glass:before { 6939 content: "\f000"; 6940} 6941.fa-music:before { 6942 content: "\f001"; 6943} 6944.fa-search:before { 6945 content: "\f002"; 6946} 6947.fa-envelope-o:before { 6948 content: "\f003"; 6949} 6950.fa-heart:before { 6951 content: "\f004"; 6952} 6953.fa-star:before { 6954 content: "\f005"; 6955} 6956.fa-star-o:before { 6957 content: "\f006"; 6958} 6959.fa-user:before { 6960 content: "\f007"; 6961} 6962.fa-film:before { 6963 content: "\f008"; 6964} 6965.fa-th-large:before { 6966 content: "\f009"; 6967} 6968.fa-th:before { 6969 content: "\f00a"; 6970} 6971.fa-th-list:before { 6972 content: "\f00b"; 6973} 6974.fa-check:before { 6975 content: "\f00c"; 6976} 6977.fa-remove:before, 6978.fa-close:before, 6979.fa-times:before { 6980 content: "\f00d"; 6981} 6982.fa-search-plus:before { 6983 content: "\f00e"; 6984} 6985.fa-search-minus:before { 6986 content: "\f010"; 6987} 6988.fa-power-off:before { 6989 content: "\f011"; 6990} 6991.fa-signal:before { 6992 content: "\f012"; 6993} 6994.fa-gear:before, 6995.fa-cog:before { 6996 content: "\f013"; 6997} 6998.fa-trash-o:before { 6999 content: "\f014"; 7000} 7001.fa-home:before { 7002 content: "\f015"; 7003} 7004.fa-file-o:before { 7005 content: "\f016"; 7006} 7007.fa-clock-o:before { 7008 content: "\f017"; 7009} 7010.fa-road:before { 7011 content: "\f018"; 7012} 7013.fa-download:before { 7014 content: "\f019"; 7015} 7016.fa-arrow-circle-o-down:before { 7017 content: "\f01a"; 7018} 7019.fa-arrow-circle-o-up:before { 7020 content: "\f01b"; 7021} 7022.fa-inbox:before { 7023 content: "\f01c"; 7024} 7025.fa-play-circle-o:before { 7026 content: "\f01d"; 7027} 7028.fa-rotate-right:before, 7029.fa-repeat:before { 7030 content: "\f01e"; 7031} 7032.fa-refresh:before { 7033 content: "\f021"; 7034} 7035.fa-list-alt:before { 7036 content: "\f022"; 7037} 7038.fa-lock:before { 7039 content: "\f023"; 7040} 7041.fa-flag:before { 7042 content: "\f024"; 7043} 7044.fa-headphones:before { 7045 content: "\f025"; 7046} 7047.fa-volume-off:before { 7048 content: "\f026"; 7049} 7050.fa-volume-down:before { 7051 content: "\f027"; 7052} 7053.fa-volume-up:before { 7054 content: "\f028"; 7055} 7056.fa-qrcode:before { 7057 content: "\f029"; 7058} 7059.fa-barcode:before { 7060 content: "\f02a"; 7061} 7062.fa-tag:before { 7063 content: "\f02b"; 7064} 7065.fa-tags:before { 7066 content: "\f02c"; 7067} 7068.fa-book:before { 7069 content: "\f02d"; 7070} 7071.fa-bookmark:before { 7072 content: "\f02e"; 7073} 7074.fa-print:before { 7075 content: "\f02f"; 7076} 7077.fa-camera:before { 7078 content: "\f030"; 7079} 7080.fa-font:before { 7081 content: "\f031"; 7082} 7083.fa-bold:before { 7084 content: "\f032"; 7085} 7086.fa-italic:before { 7087 content: "\f033"; 7088} 7089.fa-text-height:before { 7090 content: "\f034"; 7091} 7092.fa-text-width:before { 7093 content: "\f035"; 7094} 7095.fa-align-left:before { 7096 content: "\f036"; 7097} 7098.fa-align-center:before { 7099 content: "\f037"; 7100} 7101.fa-align-right:before { 7102 content: "\f038"; 7103} 7104.fa-align-justify:before { 7105 content: "\f039"; 7106} 7107.fa-list:before { 7108 content: "\f03a"; 7109} 7110.fa-dedent:before, 7111.fa-outdent:before { 7112 content: "\f03b"; 7113} 7114.fa-indent:before { 7115 content: "\f03c"; 7116} 7117.fa-video-camera:before { 7118 content: "\f03d"; 7119} 7120.fa-photo:before, 7121.fa-image:before, 7122.fa-picture-o:before { 7123 content: "\f03e"; 7124} 7125.fa-pencil:before { 7126 content: "\f040"; 7127} 7128.fa-map-marker:before { 7129 content: "\f041"; 7130} 7131.fa-adjust:before { 7132 content: "\f042"; 7133} 7134.fa-tint:before { 7135 content: "\f043"; 7136} 7137.fa-edit:before, 7138.fa-pencil-square-o:before { 7139 content: "\f044"; 7140} 7141.fa-share-square-o:before { 7142 content: "\f045"; 7143} 7144.fa-check-square-o:before { 7145 content: "\f046"; 7146} 7147.fa-arrows:before { 7148 content: "\f047"; 7149} 7150.fa-step-backward:before { 7151 content: "\f048"; 7152} 7153.fa-fast-backward:before { 7154 content: "\f049"; 7155} 7156.fa-backward:before { 7157 content: "\f04a"; 7158} 7159.fa-play:before { 7160 content: "\f04b"; 7161} 7162.fa-pause:before { 7163 content: "\f04c"; 7164} 7165.fa-stop:before { 7166 content: "\f04d"; 7167} 7168.fa-forward:before { 7169 content: "\f04e"; 7170} 7171.fa-fast-forward:before { 7172 content: "\f050"; 7173} 7174.fa-step-forward:before { 7175 content: "\f051"; 7176} 7177.fa-eject:before { 7178 content: "\f052"; 7179} 7180.fa-chevron-left:before { 7181 content: "\f053"; 7182} 7183.fa-chevron-right:before { 7184 content: "\f054"; 7185} 7186.fa-plus-circle:before { 7187 content: "\f055"; 7188} 7189.fa-minus-circle:before { 7190 content: "\f056"; 7191} 7192.fa-times-circle:before { 7193 content: "\f057"; 7194} 7195.fa-check-circle:before { 7196 content: "\f058"; 7197} 7198.fa-question-circle:before { 7199 content: "\f059"; 7200} 7201.fa-info-circle:before { 7202 content: "\f05a"; 7203} 7204.fa-crosshairs:before { 7205 content: "\f05b"; 7206} 7207.fa-times-circle-o:before { 7208 content: "\f05c"; 7209} 7210.fa-check-circle-o:before { 7211 content: "\f05d"; 7212} 7213.fa-ban:before { 7214 content: "\f05e"; 7215} 7216.fa-arrow-left:before { 7217 content: "\f060"; 7218} 7219.fa-arrow-right:before { 7220 content: "\f061"; 7221} 7222.fa-arrow-up:before { 7223 content: "\f062"; 7224} 7225.fa-arrow-down:before { 7226 content: "\f063"; 7227} 7228.fa-mail-forward:before, 7229.fa-share:before { 7230 content: "\f064"; 7231} 7232.fa-expand:before { 7233 content: "\f065"; 7234} 7235.fa-compress:before { 7236 content: "\f066"; 7237} 7238.fa-plus:before { 7239 content: "\f067"; 7240} 7241.fa-minus:before { 7242 content: "\f068"; 7243} 7244.fa-asterisk:before { 7245 content: "\f069"; 7246} 7247.fa-exclamation-circle:before { 7248 content: "\f06a"; 7249} 7250.fa-gift:before { 7251 content: "\f06b"; 7252} 7253.fa-leaf:before { 7254 content: "\f06c"; 7255} 7256.fa-fire:before { 7257 content: "\f06d"; 7258} 7259.fa-eye:before { 7260 content: "\f06e"; 7261} 7262.fa-eye-slash:before { 7263 content: "\f070"; 7264} 7265.fa-warning:before, 7266.fa-exclamation-triangle:before { 7267 content: "\f071"; 7268} 7269.fa-plane:before { 7270 content: "\f072"; 7271} 7272.fa-calendar:before { 7273 content: "\f073"; 7274} 7275.fa-random:before { 7276 content: "\f074"; 7277} 7278.fa-comment:before { 7279 content: "\f075"; 7280} 7281.fa-magnet:before { 7282 content: "\f076"; 7283} 7284.fa-chevron-up:before { 7285 content: "\f077"; 7286} 7287.fa-chevron-down:before { 7288 content: "\f078"; 7289} 7290.fa-retweet:before { 7291 content: "\f079"; 7292} 7293.fa-shopping-cart:before { 7294 content: "\f07a"; 7295} 7296.fa-folder:before { 7297 content: "\f07b"; 7298} 7299.fa-folder-open:before { 7300 content: "\f07c"; 7301} 7302.fa-arrows-v:before { 7303 content: "\f07d"; 7304} 7305.fa-arrows-h:before { 7306 content: "\f07e"; 7307} 7308.fa-bar-chart-o:before, 7309.fa-bar-chart:before { 7310 content: "\f080"; 7311} 7312.fa-twitter-square:before { 7313 content: "\f081"; 7314} 7315.fa-facebook-square:before { 7316 content: "\f082"; 7317} 7318.fa-camera-retro:before { 7319 content: "\f083"; 7320} 7321.fa-key:before { 7322 content: "\f084"; 7323} 7324.fa-gears:before, 7325.fa-cogs:before { 7326 content: "\f085"; 7327} 7328.fa-comments:before { 7329 content: "\f086"; 7330} 7331.fa-thumbs-o-up:before { 7332 content: "\f087"; 7333} 7334.fa-thumbs-o-down:before { 7335 content: "\f088"; 7336} 7337.fa-star-half:before { 7338 content: "\f089"; 7339} 7340.fa-heart-o:before { 7341 content: "\f08a"; 7342} 7343.fa-sign-out:before { 7344 content: "\f08b"; 7345} 7346.fa-linkedin-square:before { 7347 content: "\f08c"; 7348} 7349.fa-thumb-tack:before { 7350 content: "\f08d"; 7351} 7352.fa-external-link:before { 7353 content: "\f08e"; 7354} 7355.fa-sign-in:before { 7356 content: "\f090"; 7357} 7358.fa-trophy:before { 7359 content: "\f091"; 7360} 7361.fa-github-square:before { 7362 content: "\f092"; 7363} 7364.fa-upload:before { 7365 content: "\f093"; 7366} 7367.fa-lemon-o:before { 7368 content: "\f094"; 7369} 7370.fa-phone:before { 7371 content: "\f095"; 7372} 7373.fa-square-o:before { 7374 content: "\f096"; 7375} 7376.fa-bookmark-o:before { 7377 content: "\f097"; 7378} 7379.fa-phone-square:before { 7380 content: "\f098"; 7381} 7382.fa-twitter:before { 7383 content: "\f099"; 7384} 7385.fa-facebook-f:before, 7386.fa-facebook:before { 7387 content: "\f09a"; 7388} 7389.fa-github:before { 7390 content: "\f09b"; 7391} 7392.fa-unlock:before { 7393 content: "\f09c"; 7394} 7395.fa-credit-card:before { 7396 content: "\f09d"; 7397} 7398.fa-feed:before, 7399.fa-rss:before { 7400 content: "\f09e"; 7401} 7402.fa-hdd-o:before { 7403 content: "\f0a0"; 7404} 7405.fa-bullhorn:before { 7406 content: "\f0a1"; 7407} 7408.fa-bell:before { 7409 content: "\f0f3"; 7410} 7411.fa-certificate:before { 7412 content: "\f0a3"; 7413} 7414.fa-hand-o-right:before { 7415 content: "\f0a4"; 7416} 7417.fa-hand-o-left:before { 7418 content: "\f0a5"; 7419} 7420.fa-hand-o-up:before { 7421 content: "\f0a6"; 7422} 7423.fa-hand-o-down:before { 7424 content: "\f0a7"; 7425} 7426.fa-arrow-circle-left:before { 7427 content: "\f0a8"; 7428} 7429.fa-arrow-circle-right:before { 7430 content: "\f0a9"; 7431} 7432.fa-arrow-circle-up:before { 7433 content: "\f0aa"; 7434} 7435.fa-arrow-circle-down:before { 7436 content: "\f0ab"; 7437} 7438.fa-globe:before { 7439 content: "\f0ac"; 7440} 7441.fa-wrench:before { 7442 content: "\f0ad"; 7443} 7444.fa-tasks:before { 7445 content: "\f0ae"; 7446} 7447.fa-filter:before { 7448 content: "\f0b0"; 7449} 7450.fa-briefcase:before { 7451 content: "\f0b1"; 7452} 7453.fa-arrows-alt:before { 7454 content: "\f0b2"; 7455} 7456.fa-group:before, 7457.fa-users:before { 7458 content: "\f0c0"; 7459} 7460.fa-chain:before, 7461.fa-link:before { 7462 content: "\f0c1"; 7463} 7464.fa-cloud:before { 7465 content: "\f0c2"; 7466} 7467.fa-flask:before { 7468 content: "\f0c3"; 7469} 7470.fa-cut:before, 7471.fa-scissors:before { 7472 content: "\f0c4"; 7473} 7474.fa-copy:before, 7475.fa-files-o:before { 7476 content: "\f0c5"; 7477} 7478.fa-paperclip:before { 7479 content: "\f0c6"; 7480} 7481.fa-save:before, 7482.fa-floppy-o:before { 7483 content: "\f0c7"; 7484} 7485.fa-square:before { 7486 content: "\f0c8"; 7487} 7488.fa-navicon:before, 7489.fa-reorder:before, 7490.fa-bars:before { 7491 content: "\f0c9"; 7492} 7493.fa-list-ul:before { 7494 content: "\f0ca"; 7495} 7496.fa-list-ol:before { 7497 content: "\f0cb"; 7498} 7499.fa-strikethrough:before { 7500 content: "\f0cc"; 7501} 7502.fa-underline:before { 7503 content: "\f0cd"; 7504} 7505.fa-table:before { 7506 content: "\f0ce"; 7507} 7508.fa-magic:before { 7509 content: "\f0d0"; 7510} 7511.fa-truck:before { 7512 content: "\f0d1"; 7513} 7514.fa-pinterest:before { 7515 content: "\f0d2"; 7516} 7517.fa-pinterest-square:before { 7518 content: "\f0d3"; 7519} 7520.fa-google-plus-square:before { 7521 content: "\f0d4"; 7522} 7523.fa-google-plus:before { 7524 content: "\f0d5"; 7525} 7526.fa-money:before { 7527 content: "\f0d6"; 7528} 7529.fa-caret-down:before { 7530 content: "\f0d7"; 7531} 7532.fa-caret-up:before { 7533 content: "\f0d8"; 7534} 7535.fa-caret-left:before { 7536 content: "\f0d9"; 7537} 7538.fa-caret-right:before { 7539 content: "\f0da"; 7540} 7541.fa-columns:before { 7542 content: "\f0db"; 7543} 7544.fa-unsorted:before, 7545.fa-sort:before { 7546 content: "\f0dc"; 7547} 7548.fa-sort-down:before, 7549.fa-sort-desc:before { 7550 content: "\f0dd"; 7551} 7552.fa-sort-up:before, 7553.fa-sort-asc:before { 7554 content: "\f0de"; 7555} 7556.fa-envelope:before { 7557 content: "\f0e0"; 7558} 7559.fa-linkedin:before { 7560 content: "\f0e1"; 7561} 7562.fa-rotate-left:before, 7563.fa-undo:before { 7564 content: "\f0e2"; 7565} 7566.fa-legal:before, 7567.fa-gavel:before { 7568 content: "\f0e3"; 7569} 7570.fa-dashboard:before, 7571.fa-tachometer:before { 7572 content: "\f0e4"; 7573} 7574.fa-comment-o:before { 7575 content: "\f0e5"; 7576} 7577.fa-comments-o:before { 7578 content: "\f0e6"; 7579} 7580.fa-flash:before, 7581.fa-bolt:before { 7582 content: "\f0e7"; 7583} 7584.fa-sitemap:before { 7585 content: "\f0e8"; 7586} 7587.fa-umbrella:before { 7588 content: "\f0e9"; 7589} 7590.fa-paste:before, 7591.fa-clipboard:before { 7592 content: "\f0ea"; 7593} 7594.fa-lightbulb-o:before { 7595 content: "\f0eb"; 7596} 7597.fa-exchange:before { 7598 content: "\f0ec"; 7599} 7600.fa-cloud-download:before { 7601 content: "\f0ed"; 7602} 7603.fa-cloud-upload:before { 7604 content: "\f0ee"; 7605} 7606.fa-user-md:before { 7607 content: "\f0f0"; 7608} 7609.fa-stethoscope:before { 7610 content: "\f0f1"; 7611} 7612.fa-suitcase:before { 7613 content: "\f0f2"; 7614} 7615.fa-bell-o:before { 7616 content: "\f0a2"; 7617} 7618.fa-coffee:before { 7619 content: "\f0f4"; 7620} 7621.fa-cutlery:before { 7622 content: "\f0f5"; 7623} 7624.fa-file-text-o:before { 7625 content: "\f0f6"; 7626} 7627.fa-building-o:before { 7628 content: "\f0f7"; 7629} 7630.fa-hospital-o:before { 7631 content: "\f0f8"; 7632} 7633.fa-ambulance:before { 7634 content: "\f0f9"; 7635} 7636.fa-medkit:before { 7637 content: "\f0fa"; 7638} 7639.fa-fighter-jet:before { 7640 content: "\f0fb"; 7641} 7642.fa-beer:before { 7643 content: "\f0fc"; 7644} 7645.fa-h-square:before { 7646 content: "\f0fd"; 7647} 7648.fa-plus-square:before { 7649 content: "\f0fe"; 7650} 7651.fa-angle-double-left:before { 7652 content: "\f100"; 7653} 7654.fa-angle-double-right:before { 7655 content: "\f101"; 7656} 7657.fa-angle-double-up:before { 7658 content: "\f102"; 7659} 7660.fa-angle-double-down:before { 7661 content: "\f103"; 7662} 7663.fa-angle-left:before { 7664 content: "\f104"; 7665} 7666.fa-angle-right:before { 7667 content: "\f105"; 7668} 7669.fa-angle-up:before { 7670 content: "\f106"; 7671} 7672.fa-angle-down:before { 7673 content: "\f107"; 7674} 7675.fa-desktop:before { 7676 content: "\f108"; 7677} 7678.fa-laptop:before { 7679 content: "\f109"; 7680} 7681.fa-tablet:before { 7682 content: "\f10a"; 7683} 7684.fa-mobile-phone:before, 7685.fa-mobile:before { 7686 content: "\f10b"; 7687} 7688.fa-circle-o:before { 7689 content: "\f10c"; 7690} 7691.fa-quote-left:before { 7692 content: "\f10d"; 7693} 7694.fa-quote-right:before { 7695 content: "\f10e"; 7696} 7697.fa-spinner:before { 7698 content: "\f110"; 7699} 7700.fa-circle:before { 7701 content: "\f111"; 7702} 7703.fa-mail-reply:before, 7704.fa-reply:before { 7705 content: "\f112"; 7706} 7707.fa-github-alt:before { 7708 content: "\f113"; 7709} 7710.fa-folder-o:before { 7711 content: "\f114"; 7712} 7713.fa-folder-open-o:before { 7714 content: "\f115"; 7715} 7716.fa-smile-o:before { 7717 content: "\f118"; 7718} 7719.fa-frown-o:before { 7720 content: "\f119"; 7721} 7722.fa-meh-o:before { 7723 content: "\f11a"; 7724} 7725.fa-gamepad:before { 7726 content: "\f11b"; 7727} 7728.fa-keyboard-o:before { 7729 content: "\f11c"; 7730} 7731.fa-flag-o:before { 7732 content: "\f11d"; 7733} 7734.fa-flag-checkered:before { 7735 content: "\f11e"; 7736} 7737.fa-terminal:before { 7738 content: "\f120"; 7739} 7740.fa-code:before { 7741 content: "\f121"; 7742} 7743.fa-mail-reply-all:before, 7744.fa-reply-all:before { 7745 content: "\f122"; 7746} 7747.fa-star-half-empty:before, 7748.fa-star-half-full:before, 7749.fa-star-half-o:before { 7750 content: "\f123"; 7751} 7752.fa-location-arrow:before { 7753 content: "\f124"; 7754} 7755.fa-crop:before { 7756 content: "\f125"; 7757} 7758.fa-code-fork:before { 7759 content: "\f126"; 7760} 7761.fa-unlink:before, 7762.fa-chain-broken:before { 7763 content: "\f127"; 7764} 7765.fa-question:before { 7766 content: "\f128"; 7767} 7768.fa-info:before { 7769 content: "\f129"; 7770} 7771.fa-exclamation:before { 7772 content: "\f12a"; 7773} 7774.fa-superscript:before { 7775 content: "\f12b"; 7776} 7777.fa-subscript:before { 7778 content: "\f12c"; 7779} 7780.fa-eraser:before { 7781 content: "\f12d"; 7782} 7783.fa-puzzle-piece:before { 7784 content: "\f12e"; 7785} 7786.fa-microphone:before { 7787 content: "\f130"; 7788} 7789.fa-microphone-slash:before { 7790 content: "\f131"; 7791} 7792.fa-shield:before { 7793 content: "\f132"; 7794} 7795.fa-calendar-o:before { 7796 content: "\f133"; 7797} 7798.fa-fire-extinguisher:before { 7799 content: "\f134"; 7800} 7801.fa-rocket:before { 7802 content: "\f135"; 7803} 7804.fa-maxcdn:before { 7805 content: "\f136"; 7806} 7807.fa-chevron-circle-left:before { 7808 content: "\f137"; 7809} 7810.fa-chevron-circle-right:before { 7811 content: "\f138"; 7812} 7813.fa-chevron-circle-up:before { 7814 content: "\f139"; 7815} 7816.fa-chevron-circle-down:before { 7817 content: "\f13a"; 7818} 7819.fa-html5:before { 7820 content: "\f13b"; 7821} 7822.fa-css3:before { 7823 content: "\f13c"; 7824} 7825.fa-anchor:before { 7826 content: "\f13d"; 7827} 7828.fa-unlock-alt:before { 7829 content: "\f13e"; 7830} 7831.fa-bullseye:before { 7832 content: "\f140"; 7833} 7834.fa-ellipsis-h:before { 7835 content: "\f141"; 7836} 7837.fa-ellipsis-v:before { 7838 content: "\f142"; 7839} 7840.fa-rss-square:before { 7841 content: "\f143"; 7842} 7843.fa-play-circle:before { 7844 content: "\f144"; 7845} 7846.fa-ticket:before { 7847 content: "\f145"; 7848} 7849.fa-minus-square:before { 7850 content: "\f146"; 7851} 7852.fa-minus-square-o:before { 7853 content: "\f147"; 7854} 7855.fa-level-up:before { 7856 content: "\f148"; 7857} 7858.fa-level-down:before { 7859 content: "\f149"; 7860} 7861.fa-check-square:before { 7862 content: "\f14a"; 7863} 7864.fa-pencil-square:before { 7865 content: "\f14b"; 7866} 7867.fa-external-link-square:before { 7868 content: "\f14c"; 7869} 7870.fa-share-square:before { 7871 content: "\f14d"; 7872} 7873.fa-compass:before { 7874 content: "\f14e"; 7875} 7876.fa-toggle-down:before, 7877.fa-caret-square-o-down:before { 7878 content: "\f150"; 7879} 7880.fa-toggle-up:before, 7881.fa-caret-square-o-up:before { 7882 content: "\f151"; 7883} 7884.fa-toggle-right:before, 7885.fa-caret-square-o-right:before { 7886 content: "\f152"; 7887} 7888.fa-euro:before, 7889.fa-eur:before { 7890 content: "\f153"; 7891} 7892.fa-gbp:before { 7893 content: "\f154"; 7894} 7895.fa-dollar:before, 7896.fa-usd:before { 7897 content: "\f155"; 7898} 7899.fa-rupee:before, 7900.fa-inr:before { 7901 content: "\f156"; 7902} 7903.fa-cny:before, 7904.fa-rmb:before, 7905.fa-yen:before, 7906.fa-jpy:before { 7907 content: "\f157"; 7908} 7909.fa-ruble:before, 7910.fa-rouble:before, 7911.fa-rub:before { 7912 content: "\f158"; 7913} 7914.fa-won:before, 7915.fa-krw:before { 7916 content: "\f159"; 7917} 7918.fa-bitcoin:before, 7919.fa-btc:before { 7920 content: "\f15a"; 7921} 7922.fa-file:before { 7923 content: "\f15b"; 7924} 7925.fa-file-text:before { 7926 content: "\f15c"; 7927} 7928.fa-sort-alpha-asc:before { 7929 content: "\f15d"; 7930} 7931.fa-sort-alpha-desc:before { 7932 content: "\f15e"; 7933} 7934.fa-sort-amount-asc:before { 7935 content: "\f160"; 7936} 7937.fa-sort-amount-desc:before { 7938 content: "\f161"; 7939} 7940.fa-sort-numeric-asc:before { 7941 content: "\f162"; 7942} 7943.fa-sort-numeric-desc:before { 7944 content: "\f163"; 7945} 7946.fa-thumbs-up:before { 7947 content: "\f164"; 7948} 7949.fa-thumbs-down:before { 7950 content: "\f165"; 7951} 7952.fa-youtube-square:before { 7953 content: "\f166"; 7954} 7955.fa-youtube:before { 7956 content: "\f167"; 7957} 7958.fa-xing:before { 7959 content: "\f168"; 7960} 7961.fa-xing-square:before { 7962 content: "\f169"; 7963} 7964.fa-youtube-play:before { 7965 content: "\f16a"; 7966} 7967.fa-dropbox:before { 7968 content: "\f16b"; 7969} 7970.fa-stack-overflow:before { 7971 content: "\f16c"; 7972} 7973.fa-instagram:before { 7974 content: "\f16d"; 7975} 7976.fa-flickr:before { 7977 content: "\f16e"; 7978} 7979.fa-adn:before { 7980 content: "\f170"; 7981} 7982.fa-bitbucket:before { 7983 content: "\f171"; 7984} 7985.fa-bitbucket-square:before { 7986 content: "\f172"; 7987} 7988.fa-tumblr:before { 7989 content: "\f173"; 7990} 7991.fa-tumblr-square:before { 7992 content: "\f174"; 7993} 7994.fa-long-arrow-down:before { 7995 content: "\f175"; 7996} 7997.fa-long-arrow-up:before { 7998 content: "\f176"; 7999} 8000.fa-long-arrow-left:before { 8001 content: "\f177"; 8002} 8003.fa-long-arrow-right:before { 8004 content: "\f178"; 8005} 8006.fa-apple:before { 8007 content: "\f179"; 8008} 8009.fa-windows:before { 8010 content: "\f17a"; 8011} 8012.fa-android:before { 8013 content: "\f17b"; 8014} 8015.fa-linux:before { 8016 content: "\f17c"; 8017} 8018.fa-dribbble:before { 8019 content: "\f17d"; 8020} 8021.fa-skype:before { 8022 content: "\f17e"; 8023} 8024.fa-foursquare:before { 8025 content: "\f180"; 8026} 8027.fa-trello:before { 8028 content: "\f181"; 8029} 8030.fa-female:before { 8031 content: "\f182"; 8032} 8033.fa-male:before { 8034 content: "\f183"; 8035} 8036.fa-gittip:before, 8037.fa-gratipay:before { 8038 content: "\f184"; 8039} 8040.fa-sun-o:before { 8041 content: "\f185"; 8042} 8043.fa-moon-o:before { 8044 content: "\f186"; 8045} 8046.fa-archive:before { 8047 content: "\f187"; 8048} 8049.fa-bug:before { 8050 content: "\f188"; 8051} 8052.fa-vk:before { 8053 content: "\f189"; 8054} 8055.fa-weibo:before { 8056 content: "\f18a"; 8057} 8058.fa-renren:before { 8059 content: "\f18b"; 8060} 8061.fa-pagelines:before { 8062 content: "\f18c"; 8063} 8064.fa-stack-exchange:before { 8065 content: "\f18d"; 8066} 8067.fa-arrow-circle-o-right:before { 8068 content: "\f18e"; 8069} 8070.fa-arrow-circle-o-left:before { 8071 content: "\f190"; 8072} 8073.fa-toggle-left:before, 8074.fa-caret-square-o-left:before { 8075 content: "\f191"; 8076} 8077.fa-dot-circle-o:before { 8078 content: "\f192"; 8079} 8080.fa-wheelchair:before { 8081 content: "\f193"; 8082} 8083.fa-vimeo-square:before { 8084 content: "\f194"; 8085} 8086.fa-turkish-lira:before, 8087.fa-try:before { 8088 content: "\f195"; 8089} 8090.fa-plus-square-o:before { 8091 content: "\f196"; 8092} 8093.fa-space-shuttle:before { 8094 content: "\f197"; 8095} 8096.fa-slack:before { 8097 content: "\f198"; 8098} 8099.fa-envelope-square:before { 8100 content: "\f199"; 8101} 8102.fa-wordpress:before { 8103 content: "\f19a"; 8104} 8105.fa-openid:before { 8106 content: "\f19b"; 8107} 8108.fa-institution:before, 8109.fa-bank:before, 8110.fa-university:before { 8111 content: "\f19c"; 8112} 8113.fa-mortar-board:before, 8114.fa-graduation-cap:before { 8115 content: "\f19d"; 8116} 8117.fa-yahoo:before { 8118 content: "\f19e"; 8119} 8120.fa-google:before { 8121 content: "\f1a0"; 8122} 8123.fa-reddit:before { 8124 content: "\f1a1"; 8125} 8126.fa-reddit-square:before { 8127 content: "\f1a2"; 8128} 8129.fa-stumbleupon-circle:before { 8130 content: "\f1a3"; 8131} 8132.fa-stumbleupon:before { 8133 content: "\f1a4"; 8134} 8135.fa-delicious:before { 8136 content: "\f1a5"; 8137} 8138.fa-digg:before { 8139 content: "\f1a6"; 8140} 8141.fa-pied-piper-pp:before { 8142 content: "\f1a7"; 8143} 8144.fa-pied-piper-alt:before { 8145 content: "\f1a8"; 8146} 8147.fa-drupal:before { 8148 content: "\f1a9"; 8149} 8150.fa-joomla:before { 8151 content: "\f1aa"; 8152} 8153.fa-language:before { 8154 content: "\f1ab"; 8155} 8156.fa-fax:before { 8157 content: "\f1ac"; 8158} 8159.fa-building:before { 8160 content: "\f1ad"; 8161} 8162.fa-child:before { 8163 content: "\f1ae"; 8164} 8165.fa-paw:before { 8166 content: "\f1b0"; 8167} 8168.fa-spoon:before { 8169 content: "\f1b1"; 8170} 8171.fa-cube:before { 8172 content: "\f1b2"; 8173} 8174.fa-cubes:before { 8175 content: "\f1b3"; 8176} 8177.fa-behance:before { 8178 content: "\f1b4"; 8179} 8180.fa-behance-square:before { 8181 content: "\f1b5"; 8182} 8183.fa-steam:before { 8184 content: "\f1b6"; 8185} 8186.fa-steam-square:before { 8187 content: "\f1b7"; 8188} 8189.fa-recycle:before { 8190 content: "\f1b8"; 8191} 8192.fa-automobile:before, 8193.fa-car:before { 8194 content: "\f1b9"; 8195} 8196.fa-cab:before, 8197.fa-taxi:before { 8198 content: "\f1ba"; 8199} 8200.fa-tree:before { 8201 content: "\f1bb"; 8202} 8203.fa-spotify:before { 8204 content: "\f1bc"; 8205} 8206.fa-deviantart:before { 8207 content: "\f1bd"; 8208} 8209.fa-soundcloud:before { 8210 content: "\f1be"; 8211} 8212.fa-database:before { 8213 content: "\f1c0"; 8214} 8215.fa-file-pdf-o:before { 8216 content: "\f1c1"; 8217} 8218.fa-file-word-o:before { 8219 content: "\f1c2"; 8220} 8221.fa-file-excel-o:before { 8222 content: "\f1c3"; 8223} 8224.fa-file-powerpoint-o:before { 8225 content: "\f1c4"; 8226} 8227.fa-file-photo-o:before, 8228.fa-file-picture-o:before, 8229.fa-file-image-o:before { 8230 content: "\f1c5"; 8231} 8232.fa-file-zip-o:before, 8233.fa-file-archive-o:before { 8234 content: "\f1c6"; 8235} 8236.fa-file-sound-o:before, 8237.fa-file-audio-o:before { 8238 content: "\f1c7"; 8239} 8240.fa-file-movie-o:before, 8241.fa-file-video-o:before { 8242 content: "\f1c8"; 8243} 8244.fa-file-code-o:before { 8245 content: "\f1c9"; 8246} 8247.fa-vine:before { 8248 content: "\f1ca"; 8249} 8250.fa-codepen:before { 8251 content: "\f1cb"; 8252} 8253.fa-jsfiddle:before { 8254 content: "\f1cc"; 8255} 8256.fa-life-bouy:before, 8257.fa-life-buoy:before, 8258.fa-life-saver:before, 8259.fa-support:before, 8260.fa-life-ring:before { 8261 content: "\f1cd"; 8262} 8263.fa-circle-o-notch:before { 8264 content: "\f1ce"; 8265} 8266.fa-ra:before, 8267.fa-resistance:before, 8268.fa-rebel:before { 8269 content: "\f1d0"; 8270} 8271.fa-ge:before, 8272.fa-empire:before { 8273 content: "\f1d1"; 8274} 8275.fa-git-square:before { 8276 content: "\f1d2"; 8277} 8278.fa-git:before { 8279 content: "\f1d3"; 8280} 8281.fa-y-combinator-square:before, 8282.fa-yc-square:before, 8283.fa-hacker-news:before { 8284 content: "\f1d4"; 8285} 8286.fa-tencent-weibo:before { 8287 content: "\f1d5"; 8288} 8289.fa-qq:before { 8290 content: "\f1d6"; 8291} 8292.fa-wechat:before, 8293.fa-weixin:before { 8294 content: "\f1d7"; 8295} 8296.fa-send:before, 8297.fa-paper-plane:before { 8298 content: "\f1d8"; 8299} 8300.fa-send-o:before, 8301.fa-paper-plane-o:before { 8302 content: "\f1d9"; 8303} 8304.fa-history:before { 8305 content: "\f1da"; 8306} 8307.fa-circle-thin:before { 8308 content: "\f1db"; 8309} 8310.fa-header:before { 8311 content: "\f1dc"; 8312} 8313.fa-paragraph:before { 8314 content: "\f1dd"; 8315} 8316.fa-sliders:before { 8317 content: "\f1de"; 8318} 8319.fa-share-alt:before { 8320 content: "\f1e0"; 8321} 8322.fa-share-alt-square:before { 8323 content: "\f1e1"; 8324} 8325.fa-bomb:before { 8326 content: "\f1e2"; 8327} 8328.fa-soccer-ball-o:before, 8329.fa-futbol-o:before { 8330 content: "\f1e3"; 8331} 8332.fa-tty:before { 8333 content: "\f1e4"; 8334} 8335.fa-binoculars:before { 8336 content: "\f1e5"; 8337} 8338.fa-plug:before { 8339 content: "\f1e6"; 8340} 8341.fa-slideshare:before { 8342 content: "\f1e7"; 8343} 8344.fa-twitch:before { 8345 content: "\f1e8"; 8346} 8347.fa-yelp:before { 8348 content: "\f1e9"; 8349} 8350.fa-newspaper-o:before { 8351 content: "\f1ea"; 8352} 8353.fa-wifi:before { 8354 content: "\f1eb"; 8355} 8356.fa-calculator:before { 8357 content: "\f1ec"; 8358} 8359.fa-paypal:before { 8360 content: "\f1ed"; 8361} 8362.fa-google-wallet:before { 8363 content: "\f1ee"; 8364} 8365.fa-cc-visa:before { 8366 content: "\f1f0"; 8367} 8368.fa-cc-mastercard:before { 8369 content: "\f1f1"; 8370} 8371.fa-cc-discover:before { 8372 content: "\f1f2"; 8373} 8374.fa-cc-amex:before { 8375 content: "\f1f3"; 8376} 8377.fa-cc-paypal:before { 8378 content: "\f1f4"; 8379} 8380.fa-cc-stripe:before { 8381 content: "\f1f5"; 8382} 8383.fa-bell-slash:before { 8384 content: "\f1f6"; 8385} 8386.fa-bell-slash-o:before { 8387 content: "\f1f7"; 8388} 8389.fa-trash:before { 8390 content: "\f1f8"; 8391} 8392.fa-copyright:before { 8393 content: "\f1f9"; 8394} 8395.fa-at:before { 8396 content: "\f1fa"; 8397} 8398.fa-eyedropper:before { 8399 content: "\f1fb"; 8400} 8401.fa-paint-brush:before { 8402 content: "\f1fc"; 8403} 8404.fa-birthday-cake:before { 8405 content: "\f1fd"; 8406} 8407.fa-area-chart:before { 8408 content: "\f1fe"; 8409} 8410.fa-pie-chart:before { 8411 content: "\f200"; 8412} 8413.fa-line-chart:before { 8414 content: "\f201"; 8415} 8416.fa-lastfm:before { 8417 content: "\f202"; 8418} 8419.fa-lastfm-square:before { 8420 content: "\f203"; 8421} 8422.fa-toggle-off:before { 8423 content: "\f204"; 8424} 8425.fa-toggle-on:before { 8426 content: "\f205"; 8427} 8428.fa-bicycle:before { 8429 content: "\f206"; 8430} 8431.fa-bus:before { 8432 content: "\f207"; 8433} 8434.fa-ioxhost:before { 8435 content: "\f208"; 8436} 8437.fa-angellist:before { 8438 content: "\f209"; 8439} 8440.fa-cc:before { 8441 content: "\f20a"; 8442} 8443.fa-shekel:before, 8444.fa-sheqel:before, 8445.fa-ils:before { 8446 content: "\f20b"; 8447} 8448.fa-meanpath:before { 8449 content: "\f20c"; 8450} 8451.fa-buysellads:before { 8452 content: "\f20d"; 8453} 8454.fa-connectdevelop:before { 8455 content: "\f20e"; 8456} 8457.fa-dashcube:before { 8458 content: "\f210"; 8459} 8460.fa-forumbee:before { 8461 content: "\f211"; 8462} 8463.fa-leanpub:before { 8464 content: "\f212"; 8465} 8466.fa-sellsy:before { 8467 content: "\f213"; 8468} 8469.fa-shirtsinbulk:before { 8470 content: "\f214"; 8471} 8472.fa-simplybuilt:before { 8473 content: "\f215"; 8474} 8475.fa-skyatlas:before { 8476 content: "\f216"; 8477} 8478.fa-cart-plus:before { 8479 content: "\f217"; 8480} 8481.fa-cart-arrow-down:before { 8482 content: "\f218"; 8483} 8484.fa-diamond:before { 8485 content: "\f219"; 8486} 8487.fa-ship:before { 8488 content: "\f21a"; 8489} 8490.fa-user-secret:before { 8491 content: "\f21b"; 8492} 8493.fa-motorcycle:before { 8494 content: "\f21c"; 8495} 8496.fa-street-view:before { 8497 content: "\f21d"; 8498} 8499.fa-heartbeat:before { 8500 content: "\f21e"; 8501} 8502.fa-venus:before { 8503 content: "\f221"; 8504} 8505.fa-mars:before { 8506 content: "\f222"; 8507} 8508.fa-mercury:before { 8509 content: "\f223"; 8510} 8511.fa-intersex:before, 8512.fa-transgender:before { 8513 content: "\f224"; 8514} 8515.fa-transgender-alt:before { 8516 content: "\f225"; 8517} 8518.fa-venus-double:before { 8519 content: "\f226"; 8520} 8521.fa-mars-double:before { 8522 content: "\f227"; 8523} 8524.fa-venus-mars:before { 8525 content: "\f228"; 8526} 8527.fa-mars-stroke:before { 8528 content: "\f229"; 8529} 8530.fa-mars-stroke-v:before { 8531 content: "\f22a"; 8532} 8533.fa-mars-stroke-h:before { 8534 content: "\f22b"; 8535} 8536.fa-neuter:before { 8537 content: "\f22c"; 8538} 8539.fa-genderless:before { 8540 content: "\f22d"; 8541} 8542.fa-facebook-official:before { 8543 content: "\f230"; 8544} 8545.fa-pinterest-p:before { 8546 content: "\f231"; 8547} 8548.fa-whatsapp:before { 8549 content: "\f232"; 8550} 8551.fa-server:before { 8552 content: "\f233"; 8553} 8554.fa-user-plus:before { 8555 content: "\f234"; 8556} 8557.fa-user-times:before { 8558 content: "\f235"; 8559} 8560.fa-hotel:before, 8561.fa-bed:before { 8562 content: "\f236"; 8563} 8564.fa-viacoin:before { 8565 content: "\f237"; 8566} 8567.fa-train:before { 8568 content: "\f238"; 8569} 8570.fa-subway:before { 8571 content: "\f239"; 8572} 8573.fa-medium:before { 8574 content: "\f23a"; 8575} 8576.fa-yc:before, 8577.fa-y-combinator:before { 8578 content: "\f23b"; 8579} 8580.fa-optin-monster:before { 8581 content: "\f23c"; 8582} 8583.fa-opencart:before { 8584 content: "\f23d"; 8585} 8586.fa-expeditedssl:before { 8587 content: "\f23e"; 8588} 8589.fa-battery-4:before, 8590.fa-battery:before, 8591.fa-battery-full:before { 8592 content: "\f240"; 8593} 8594.fa-battery-3:before, 8595.fa-battery-three-quarters:before { 8596 content: "\f241"; 8597} 8598.fa-battery-2:before, 8599.fa-battery-half:before { 8600 content: "\f242"; 8601} 8602.fa-battery-1:before, 8603.fa-battery-quarter:before { 8604 content: "\f243"; 8605} 8606.fa-battery-0:before, 8607.fa-battery-empty:before { 8608 content: "\f244"; 8609} 8610.fa-mouse-pointer:before { 8611 content: "\f245"; 8612} 8613.fa-i-cursor:before { 8614 content: "\f246"; 8615} 8616.fa-object-group:before { 8617 content: "\f247"; 8618} 8619.fa-object-ungroup:before { 8620 content: "\f248"; 8621} 8622.fa-sticky-note:before { 8623 content: "\f249"; 8624} 8625.fa-sticky-note-o:before { 8626 content: "\f24a"; 8627} 8628.fa-cc-jcb:before { 8629 content: "\f24b"; 8630} 8631.fa-cc-diners-club:before { 8632 content: "\f24c"; 8633} 8634.fa-clone:before { 8635 content: "\f24d"; 8636} 8637.fa-balance-scale:before { 8638 content: "\f24e"; 8639} 8640.fa-hourglass-o:before { 8641 content: "\f250"; 8642} 8643.fa-hourglass-1:before, 8644.fa-hourglass-start:before { 8645 content: "\f251"; 8646} 8647.fa-hourglass-2:before, 8648.fa-hourglass-half:before { 8649 content: "\f252"; 8650} 8651.fa-hourglass-3:before, 8652.fa-hourglass-end:before { 8653 content: "\f253"; 8654} 8655.fa-hourglass:before { 8656 content: "\f254"; 8657} 8658.fa-hand-grab-o:before, 8659.fa-hand-rock-o:before { 8660 content: "\f255"; 8661} 8662.fa-hand-stop-o:before, 8663.fa-hand-paper-o:before { 8664 content: "\f256"; 8665} 8666.fa-hand-scissors-o:before { 8667 content: "\f257"; 8668} 8669.fa-hand-lizard-o:before { 8670 content: "\f258"; 8671} 8672.fa-hand-spock-o:before { 8673 content: "\f259"; 8674} 8675.fa-hand-pointer-o:before { 8676 content: "\f25a"; 8677} 8678.fa-hand-peace-o:before { 8679 content: "\f25b"; 8680} 8681.fa-trademark:before { 8682 content: "\f25c"; 8683} 8684.fa-registered:before { 8685 content: "\f25d"; 8686} 8687.fa-creative-commons:before { 8688 content: "\f25e"; 8689} 8690.fa-gg:before { 8691 content: "\f260"; 8692} 8693.fa-gg-circle:before { 8694 content: "\f261"; 8695} 8696.fa-tripadvisor:before { 8697 content: "\f262"; 8698} 8699.fa-odnoklassniki:before { 8700 content: "\f263"; 8701} 8702.fa-odnoklassniki-square:before { 8703 content: "\f264"; 8704} 8705.fa-get-pocket:before { 8706 content: "\f265"; 8707} 8708.fa-wikipedia-w:before { 8709 content: "\f266"; 8710} 8711.fa-safari:before { 8712 content: "\f267"; 8713} 8714.fa-chrome:before { 8715 content: "\f268"; 8716} 8717.fa-firefox:before { 8718 content: "\f269"; 8719} 8720.fa-opera:before { 8721 content: "\f26a"; 8722} 8723.fa-internet-explorer:before { 8724 content: "\f26b"; 8725} 8726.fa-tv:before, 8727.fa-television:before { 8728 content: "\f26c"; 8729} 8730.fa-contao:before { 8731 content: "\f26d"; 8732} 8733.fa-500px:before { 8734 content: "\f26e"; 8735} 8736.fa-amazon:before { 8737 content: "\f270"; 8738} 8739.fa-calendar-plus-o:before { 8740 content: "\f271"; 8741} 8742.fa-calendar-minus-o:before { 8743 content: "\f272"; 8744} 8745.fa-calendar-times-o:before { 8746 content: "\f273"; 8747} 8748.fa-calendar-check-o:before { 8749 content: "\f274"; 8750} 8751.fa-industry:before { 8752 content: "\f275"; 8753} 8754.fa-map-pin:before { 8755 content: "\f276"; 8756} 8757.fa-map-signs:before { 8758 content: "\f277"; 8759} 8760.fa-map-o:before { 8761 content: "\f278"; 8762} 8763.fa-map:before { 8764 content: "\f279"; 8765} 8766.fa-commenting:before { 8767 content: "\f27a"; 8768} 8769.fa-commenting-o:before { 8770 content: "\f27b"; 8771} 8772.fa-houzz:before { 8773 content: "\f27c"; 8774} 8775.fa-vimeo:before { 8776 content: "\f27d"; 8777} 8778.fa-black-tie:before { 8779 content: "\f27e"; 8780} 8781.fa-fonticons:before { 8782 content: "\f280"; 8783} 8784.fa-reddit-alien:before { 8785 content: "\f281"; 8786} 8787.fa-edge:before { 8788 content: "\f282"; 8789} 8790.fa-credit-card-alt:before { 8791 content: "\f283"; 8792} 8793.fa-codiepie:before { 8794 content: "\f284"; 8795} 8796.fa-modx:before { 8797 content: "\f285"; 8798} 8799.fa-fort-awesome:before { 8800 content: "\f286"; 8801} 8802.fa-usb:before { 8803 content: "\f287"; 8804} 8805.fa-product-hunt:before { 8806 content: "\f288"; 8807} 8808.fa-mixcloud:before { 8809 content: "\f289"; 8810} 8811.fa-scribd:before { 8812 content: "\f28a"; 8813} 8814.fa-pause-circle:before { 8815 content: "\f28b"; 8816} 8817.fa-pause-circle-o:before { 8818 content: "\f28c"; 8819} 8820.fa-stop-circle:before { 8821 content: "\f28d"; 8822} 8823.fa-stop-circle-o:before { 8824 content: "\f28e"; 8825} 8826.fa-shopping-bag:before { 8827 content: "\f290"; 8828} 8829.fa-shopping-basket:before { 8830 content: "\f291"; 8831} 8832.fa-hashtag:before { 8833 content: "\f292"; 8834} 8835.fa-bluetooth:before { 8836 content: "\f293"; 8837} 8838.fa-bluetooth-b:before { 8839 content: "\f294"; 8840} 8841.fa-percent:before { 8842 content: "\f295"; 8843} 8844.fa-gitlab:before { 8845 content: "\f296"; 8846} 8847.fa-wpbeginner:before { 8848 content: "\f297"; 8849} 8850.fa-wpforms:before { 8851 content: "\f298"; 8852} 8853.fa-envira:before { 8854 content: "\f299"; 8855} 8856.fa-universal-access:before { 8857 content: "\f29a"; 8858} 8859.fa-wheelchair-alt:before { 8860 content: "\f29b"; 8861} 8862.fa-question-circle-o:before { 8863 content: "\f29c"; 8864} 8865.fa-blind:before { 8866 content: "\f29d"; 8867} 8868.fa-audio-description:before { 8869 content: "\f29e"; 8870} 8871.fa-volume-control-phone:before { 8872 content: "\f2a0"; 8873} 8874.fa-braille:before { 8875 content: "\f2a1"; 8876} 8877.fa-assistive-listening-systems:before { 8878 content: "\f2a2"; 8879} 8880.fa-asl-interpreting:before, 8881.fa-american-sign-language-interpreting:before { 8882 content: "\f2a3"; 8883} 8884.fa-deafness:before, 8885.fa-hard-of-hearing:before, 8886.fa-deaf:before { 8887 content: "\f2a4"; 8888} 8889.fa-glide:before { 8890 content: "\f2a5"; 8891} 8892.fa-glide-g:before { 8893 content: "\f2a6"; 8894} 8895.fa-signing:before, 8896.fa-sign-language:before { 8897 content: "\f2a7"; 8898} 8899.fa-low-vision:before { 8900 content: "\f2a8"; 8901} 8902.fa-viadeo:before { 8903 content: "\f2a9"; 8904} 8905.fa-viadeo-square:before { 8906 content: "\f2aa"; 8907} 8908.fa-snapchat:before { 8909 content: "\f2ab"; 8910} 8911.fa-snapchat-ghost:before { 8912 content: "\f2ac"; 8913} 8914.fa-snapchat-square:before { 8915 content: "\f2ad"; 8916} 8917.fa-pied-piper:before { 8918 content: "\f2ae"; 8919} 8920.fa-first-order:before { 8921 content: "\f2b0"; 8922} 8923.fa-yoast:before { 8924 content: "\f2b1"; 8925} 8926.fa-themeisle:before { 8927 content: "\f2b2"; 8928} 8929.fa-google-plus-circle:before, 8930.fa-google-plus-official:before { 8931 content: "\f2b3"; 8932} 8933.fa-fa:before, 8934.fa-font-awesome:before { 8935 content: "\f2b4"; 8936} 8937.fa-handshake-o:before { 8938 content: "\f2b5"; 8939} 8940.fa-envelope-open:before { 8941 content: "\f2b6"; 8942} 8943.fa-envelope-open-o:before { 8944 content: "\f2b7"; 8945} 8946.fa-linode:before { 8947 content: "\f2b8"; 8948} 8949.fa-address-book:before { 8950 content: "\f2b9"; 8951} 8952.fa-address-book-o:before { 8953 content: "\f2ba"; 8954} 8955.fa-vcard:before, 8956.fa-address-card:before { 8957 content: "\f2bb"; 8958} 8959.fa-vcard-o:before, 8960.fa-address-card-o:before { 8961 content: "\f2bc"; 8962} 8963.fa-user-circle:before { 8964 content: "\f2bd"; 8965} 8966.fa-user-circle-o:before { 8967 content: "\f2be"; 8968} 8969.fa-user-o:before { 8970 content: "\f2c0"; 8971} 8972.fa-id-badge:before { 8973 content: "\f2c1"; 8974} 8975.fa-drivers-license:before, 8976.fa-id-card:before { 8977 content: "\f2c2"; 8978} 8979.fa-drivers-license-o:before, 8980.fa-id-card-o:before { 8981 content: "\f2c3"; 8982} 8983.fa-quora:before { 8984 content: "\f2c4"; 8985} 8986.fa-free-code-camp:before { 8987 content: "\f2c5"; 8988} 8989.fa-telegram:before { 8990 content: "\f2c6"; 8991} 8992.fa-thermometer-4:before, 8993.fa-thermometer:before, 8994.fa-thermometer-full:before { 8995 content: "\f2c7"; 8996} 8997.fa-thermometer-3:before, 8998.fa-thermometer-three-quarters:before { 8999 content: "\f2c8"; 9000} 9001.fa-thermometer-2:before, 9002.fa-thermometer-half:before { 9003 content: "\f2c9"; 9004} 9005.fa-thermometer-1:before, 9006.fa-thermometer-quarter:before { 9007 content: "\f2ca"; 9008} 9009.fa-thermometer-0:before, 9010.fa-thermometer-empty:before { 9011 content: "\f2cb"; 9012} 9013.fa-shower:before { 9014 content: "\f2cc"; 9015} 9016.fa-bathtub:before, 9017.fa-s15:before, 9018.fa-bath:before { 9019 content: "\f2cd"; 9020} 9021.fa-podcast:before { 9022 content: "\f2ce"; 9023} 9024.fa-window-maximize:before { 9025 content: "\f2d0"; 9026} 9027.fa-window-minimize:before { 9028 content: "\f2d1"; 9029} 9030.fa-window-restore:before { 9031 content: "\f2d2"; 9032} 9033.fa-times-rectangle:before, 9034.fa-window-close:before { 9035 content: "\f2d3"; 9036} 9037.fa-times-rectangle-o:before, 9038.fa-window-close-o:before { 9039 content: "\f2d4"; 9040} 9041.fa-bandcamp:before { 9042 content: "\f2d5"; 9043} 9044.fa-grav:before { 9045 content: "\f2d6"; 9046} 9047.fa-etsy:before { 9048 content: "\f2d7"; 9049} 9050.fa-imdb:before { 9051 content: "\f2d8"; 9052} 9053.fa-ravelry:before { 9054 content: "\f2d9"; 9055} 9056.fa-eercast:before { 9057 content: "\f2da"; 9058} 9059.fa-microchip:before { 9060 content: "\f2db"; 9061} 9062.fa-snowflake-o:before { 9063 content: "\f2dc"; 9064} 9065.fa-superpowers:before { 9066 content: "\f2dd"; 9067} 9068.fa-wpexplorer:before { 9069 content: "\f2de"; 9070} 9071.fa-meetup:before { 9072 content: "\f2e0"; 9073} 9074.sr-only { 9075 position: absolute; 9076 width: 1px; 9077 height: 1px; 9078 padding: 0; 9079 margin: -1px; 9080 overflow: hidden; 9081 clip: rect(0, 0, 0, 0); 9082 border: 0; 9083} 9084.sr-only-focusable:active, 9085.sr-only-focusable:focus { 9086 position: static; 9087 width: auto; 9088 height: auto; 9089 margin: 0; 9090 overflow: visible; 9091 clip: auto; 9092} 9093.sr-only-focusable:active, 9094.sr-only-focusable:focus { 9095 position: static; 9096 width: auto; 9097 height: auto; 9098 margin: 0; 9099 overflow: visible; 9100 clip: auto; 9101} 9102/*! 9103* 9104* IPython base 9105* 9106*/ 9107.modal.fade .modal-dialog { 9108 -webkit-transform: translate(0, 0); 9109 -ms-transform: translate(0, 0); 9110 -o-transform: translate(0, 0); 9111 transform: translate(0, 0); 9112} 9113code { 9114 color: #000000; 9115} 9116pre { 9117 font-size: inherit; 9118 line-height: inherit; 9119} 9120label { 9121 font-weight: normal; 9122} 9123/* Make the page background atleast 100% the height of the view port */ 9124/* Make the page itself atleast 70% the height of the view port */ 9125.border-box-sizing { 9126 box-sizing: border-box; 9127 -moz-box-sizing: border-box; 9128 -webkit-box-sizing: border-box; 9129} 9130.corner-all { 9131 border-radius: 2px; 9132} 9133.no-padding { 9134 padding: 0px; 9135} 9136/* Flexible box model classes */ 9137/* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */ 9138/* This file is a compatability layer. It allows the usage of flexible box 9139model layouts accross multiple browsers, including older browsers. The newest, 9140universal implementation of the flexible box model is used when available (see 9141`Modern browsers` comments below). Browsers that are known to implement this 9142new spec completely include: 9143 9144 Firefox 28.0+ 9145 Chrome 29.0+ 9146 Internet Explorer 11+ 9147 Opera 17.0+ 9148 9149Browsers not listed, including Safari, are supported via the styling under the 9150`Old browsers` comments below. 9151*/ 9152.hbox { 9153 /* Old browsers */ 9154 display: -webkit-box; 9155 -webkit-box-orient: horizontal; 9156 -webkit-box-align: stretch; 9157 display: -moz-box; 9158 -moz-box-orient: horizontal; 9159 -moz-box-align: stretch; 9160 display: box; 9161 box-orient: horizontal; 9162 box-align: stretch; 9163 /* Modern browsers */ 9164 display: flex; 9165 flex-direction: row; 9166 align-items: stretch; 9167} 9168.hbox > * { 9169 /* Old browsers */ 9170 -webkit-box-flex: 0; 9171 -moz-box-flex: 0; 9172 box-flex: 0; 9173 /* Modern browsers */ 9174 flex: none; 9175} 9176.vbox { 9177 /* Old browsers */ 9178 display: -webkit-box; 9179 -webkit-box-orient: vertical; 9180 -webkit-box-align: stretch; 9181 display: -moz-box; 9182 -moz-box-orient: vertical; 9183 -moz-box-align: stretch; 9184 display: box; 9185 box-orient: vertical; 9186 box-align: stretch; 9187 /* Modern browsers */ 9188 display: flex; 9189 flex-direction: column; 9190 align-items: stretch; 9191} 9192.vbox > * { 9193 /* Old browsers */ 9194 -webkit-box-flex: 0; 9195 -moz-box-flex: 0; 9196 box-flex: 0; 9197 /* Modern browsers */ 9198 flex: none; 9199} 9200.hbox.reverse, 9201.vbox.reverse, 9202.reverse { 9203 /* Old browsers */ 9204 -webkit-box-direction: reverse; 9205 -moz-box-direction: reverse; 9206 box-direction: reverse; 9207 /* Modern browsers */ 9208 flex-direction: row-reverse; 9209} 9210.hbox.box-flex0, 9211.vbox.box-flex0, 9212.box-flex0 { 9213 /* Old browsers */ 9214 -webkit-box-flex: 0; 9215 -moz-box-flex: 0; 9216 box-flex: 0; 9217 /* Modern browsers */ 9218 flex: none; 9219 width: auto; 9220} 9221.hbox.box-flex1, 9222.vbox.box-flex1, 9223.box-flex1 { 9224 /* Old browsers */ 9225 -webkit-box-flex: 1; 9226 -moz-box-flex: 1; 9227 box-flex: 1; 9228 /* Modern browsers */ 9229 flex: 1; 9230} 9231.hbox.box-flex, 9232.vbox.box-flex, 9233.box-flex { 9234 /* Old browsers */ 9235 /* Old browsers */ 9236 -webkit-box-flex: 1; 9237 -moz-box-flex: 1; 9238 box-flex: 1; 9239 /* Modern browsers */ 9240 flex: 1; 9241} 9242.hbox.box-flex2, 9243.vbox.box-flex2, 9244.box-flex2 { 9245 /* Old browsers */ 9246 -webkit-box-flex: 2; 9247 -moz-box-flex: 2; 9248 box-flex: 2; 9249 /* Modern browsers */ 9250 flex: 2; 9251} 9252.box-group1 { 9253 /* Deprecated */ 9254 -webkit-box-flex-group: 1; 9255 -moz-box-flex-group: 1; 9256 box-flex-group: 1; 9257} 9258.box-group2 { 9259 /* Deprecated */ 9260 -webkit-box-flex-group: 2; 9261 -moz-box-flex-group: 2; 9262 box-flex-group: 2; 9263} 9264.hbox.start, 9265.vbox.start, 9266.start { 9267 /* Old browsers */ 9268 -webkit-box-pack: start; 9269 -moz-box-pack: start; 9270 box-pack: start; 9271 /* Modern browsers */ 9272 justify-content: flex-start; 9273} 9274.hbox.end, 9275.vbox.end, 9276.end { 9277 /* Old browsers */ 9278 -webkit-box-pack: end; 9279 -moz-box-pack: end; 9280 box-pack: end; 9281 /* Modern browsers */ 9282 justify-content: flex-end; 9283} 9284.hbox.center, 9285.vbox.center, 9286.center { 9287 /* Old browsers */ 9288 -webkit-box-pack: center; 9289 -moz-box-pack: center; 9290 box-pack: center; 9291 /* Modern browsers */ 9292 justify-content: center; 9293} 9294.hbox.baseline, 9295.vbox.baseline, 9296.baseline { 9297 /* Old browsers */ 9298 -webkit-box-pack: baseline; 9299 -moz-box-pack: baseline; 9300 box-pack: baseline; 9301 /* Modern browsers */ 9302 justify-content: baseline; 9303} 9304.hbox.stretch, 9305.vbox.stretch, 9306.stretch { 9307 /* Old browsers */ 9308 -webkit-box-pack: stretch; 9309 -moz-box-pack: stretch; 9310 box-pack: stretch; 9311 /* Modern browsers */ 9312 justify-content: stretch; 9313} 9314.hbox.align-start, 9315.vbox.align-start, 9316.align-start { 9317 /* Old browsers */ 9318 -webkit-box-align: start; 9319 -moz-box-align: start; 9320 box-align: start; 9321 /* Modern browsers */ 9322 align-items: flex-start; 9323} 9324.hbox.align-end, 9325.vbox.align-end, 9326.align-end { 9327 /* Old browsers */ 9328 -webkit-box-align: end; 9329 -moz-box-align: end; 9330 box-align: end; 9331 /* Modern browsers */ 9332 align-items: flex-end; 9333} 9334.hbox.align-center, 9335.vbox.align-center, 9336.align-center { 9337 /* Old browsers */ 9338 -webkit-box-align: center; 9339 -moz-box-align: center; 9340 box-align: center; 9341 /* Modern browsers */ 9342 align-items: center; 9343} 9344.hbox.align-baseline, 9345.vbox.align-baseline, 9346.align-baseline { 9347 /* Old browsers */ 9348 -webkit-box-align: baseline; 9349 -moz-box-align: baseline; 9350 box-align: baseline; 9351 /* Modern browsers */ 9352 align-items: baseline; 9353} 9354.hbox.align-stretch, 9355.vbox.align-stretch, 9356.align-stretch { 9357 /* Old browsers */ 9358 -webkit-box-align: stretch; 9359 -moz-box-align: stretch; 9360 box-align: stretch; 9361 /* Modern browsers */ 9362 align-items: stretch; 9363} 9364div.error { 9365 margin: 2em; 9366 text-align: center; 9367} 9368div.error > h1 { 9369 font-size: 500%; 9370 line-height: normal; 9371} 9372div.error > p { 9373 font-size: 200%; 9374 line-height: normal; 9375} 9376div.traceback-wrapper { 9377 text-align: left; 9378 max-width: 800px; 9379 margin: auto; 9380} 9381/** 9382 * Primary styles 9383 * 9384 * Author: Jupyter Development Team 9385 */ 9386body { 9387 background-color: #ffffff; 9388 /* This makes sure that the body covers the entire window and needs to 9389 be in a different element than the display: box in wrapper below */ 9390 position: absolute; 9391 left: 0px; 9392 right: 0px; 9393 top: 0px; 9394 bottom: 0px; 9395 overflow: visible; 9396} 9397body > #header { 9398 /* Initially hidden to prevent FLOUC */ 9399 display: none; 9400 background-color: #ffffff; 9401 /* Display over codemirror */ 9402 position: relative; 9403 z-index: 100; 9404} 9405body > #header #header-container { 9406 padding-bottom: 5px; 9407 padding-top: 5px; 9408 box-sizing: border-box; 9409 -moz-box-sizing: border-box; 9410 -webkit-box-sizing: border-box; 9411} 9412body > #header .header-bar { 9413 width: 100%; 9414 height: 1px; 9415 background: #e7e7e7; 9416 margin-bottom: -1px; 9417} 9418@media print { 9419 body > #header { 9420 display: none !important; 9421 } 9422} 9423#header-spacer { 9424 width: 100%; 9425 visibility: hidden; 9426} 9427@media print { 9428 #header-spacer { 9429 display: none; 9430 } 9431} 9432#ipython_notebook { 9433 padding-left: 0px; 9434 padding-top: 1px; 9435 padding-bottom: 1px; 9436} 9437@media (max-width: 991px) { 9438 #ipython_notebook { 9439 margin-left: 10px; 9440 } 9441} 9442#noscript { 9443 width: auto; 9444 padding-top: 16px; 9445 padding-bottom: 16px; 9446 text-align: center; 9447 font-size: 22px; 9448 color: red; 9449 font-weight: bold; 9450} 9451#ipython_notebook img { 9452 height: 28px; 9453} 9454#site { 9455 width: 100%; 9456 display: none; 9457 box-sizing: border-box; 9458 -moz-box-sizing: border-box; 9459 -webkit-box-sizing: border-box; 9460 overflow: auto; 9461} 9462@media print { 9463 #site { 9464 height: auto !important; 9465 } 9466} 9467/* Smaller buttons */ 9468.ui-button .ui-button-text { 9469 padding: 0.2em 0.8em; 9470 font-size: 77%; 9471} 9472input.ui-button { 9473 padding: 0.3em 0.9em; 9474} 9475span#login_widget { 9476 float: right; 9477} 9478span#login_widget > .button, 9479#logout { 9480 color: #333333; 9481 background-color: #ffffff; 9482 border-color: #cccccc; 9483} 9484span#login_widget > .button:focus, 9485#logout:focus, 9486span#login_widget > .button.focus, 9487#logout.focus { 9488 color: #333333; 9489 background-color: #e6e6e6; 9490 border-color: #8c8c8c; 9491} 9492span#login_widget > .button:hover, 9493#logout:hover { 9494 color: #333333; 9495 background-color: #e6e6e6; 9496 border-color: #adadad; 9497} 9498span#login_widget > .button:active, 9499#logout:active, 9500span#login_widget > .button.active, 9501#logout.active, 9502.open > .dropdown-togglespan#login_widget > .button, 9503.open > .dropdown-toggle#logout { 9504 color: #333333; 9505 background-color: #e6e6e6; 9506 border-color: #adadad; 9507} 9508span#login_widget > .button:active:hover, 9509#logout:active:hover, 9510span#login_widget > .button.active:hover, 9511#logout.active:hover, 9512.open > .dropdown-togglespan#login_widget > .button:hover, 9513.open > .dropdown-toggle#logout:hover, 9514span#login_widget > .button:active:focus, 9515#logout:active:focus, 9516span#login_widget > .button.active:focus, 9517#logout.active:focus, 9518.open > .dropdown-togglespan#login_widget > .button:focus, 9519.open > .dropdown-toggle#logout:focus, 9520span#login_widget > .button:active.focus, 9521#logout:active.focus, 9522span#login_widget > .button.active.focus, 9523#logout.active.focus, 9524.open > .dropdown-togglespan#login_widget > .button.focus, 9525.open > .dropdown-toggle#logout.focus { 9526 color: #333333; 9527 background-color: #d4d4d4; 9528 border-color: #8c8c8c; 9529} 9530span#login_widget > .button:active, 9531#logout:active, 9532span#login_widget > .button.active, 9533#logout.active, 9534.open > .dropdown-togglespan#login_widget > .button, 9535.open > .dropdown-toggle#logout { 9536 background-image: none; 9537} 9538span#login_widget > .button.disabled:hover, 9539#logout.disabled:hover, 9540span#login_widget > .button[disabled]:hover, 9541#logout[disabled]:hover, 9542fieldset[disabled] span#login_widget > .button:hover, 9543fieldset[disabled] #logout:hover, 9544span#login_widget > .button.disabled:focus, 9545#logout.disabled:focus, 9546span#login_widget > .button[disabled]:focus, 9547#logout[disabled]:focus, 9548fieldset[disabled] span#login_widget > .button:focus, 9549fieldset[disabled] #logout:focus, 9550span#login_widget > .button.disabled.focus, 9551#logout.disabled.focus, 9552span#login_widget > .button[disabled].focus, 9553#logout[disabled].focus, 9554fieldset[disabled] span#login_widget > .button.focus, 9555fieldset[disabled] #logout.focus { 9556 background-color: #ffffff; 9557 border-color: #cccccc; 9558} 9559span#login_widget > .button .badge, 9560#logout .badge { 9561 color: #ffffff; 9562 background-color: #333333; 9563} 9564.nav-header { 9565 text-transform: none; 9566} 9567#header > span { 9568 margin-top: 10px; 9569} 9570.modal_stretch .modal-dialog { 9571 /* Old browsers */ 9572 display: -webkit-box; 9573 -webkit-box-orient: vertical; 9574 -webkit-box-align: stretch; 9575 display: -moz-box; 9576 -moz-box-orient: vertical; 9577 -moz-box-align: stretch; 9578 display: box; 9579 box-orient: vertical; 9580 box-align: stretch; 9581 /* Modern browsers */ 9582 display: flex; 9583 flex-direction: column; 9584 align-items: stretch; 9585 /* Old browsers */ 9586 -webkit-box-flex: 0; 9587 -moz-box-flex: 0; 9588 box-flex: 0; 9589 /* Modern browsers */ 9590 flex: none; 9591 min-height: 80vh; 9592} 9593.modal_stretch .modal-dialog .modal-body { 9594 max-height: calc(100vh - 200px); 9595 overflow: auto; 9596 flex: 1; 9597} 9598@media (min-width: 768px) { 9599 .modal .modal-dialog { 9600 width: 700px; 9601 } 9602} 9603@media (min-width: 768px) { 9604 select.form-control { 9605 margin-left: 12px; 9606 margin-right: 12px; 9607 } 9608} 9609/*! 9610* 9611* IPython auth 9612* 9613*/ 9614.center-nav { 9615 display: inline-block; 9616 margin-bottom: -4px; 9617} 9618/*! 9619* 9620* IPython tree view 9621* 9622*/ 9623/* We need an invisible input field on top of the sentense*/ 9624/* "Drag file onto the list ..." */ 9625.alternate_upload { 9626 background-color: none; 9627 display: inline; 9628} 9629.alternate_upload.form { 9630 padding: 0; 9631 margin: 0; 9632} 9633.alternate_upload input.fileinput { 9634 text-align: center; 9635 vertical-align: middle; 9636 display: inline; 9637 opacity: 0; 9638 z-index: 2; 9639 width: 12ex; 9640 margin-right: -12ex; 9641} 9642.alternate_upload .btn-upload { 9643 height: 22px; 9644} 9645/** 9646 * Primary styles 9647 * 9648 * Author: Jupyter Development Team 9649 */ 9650ul#tabs { 9651 margin-bottom: 4px; 9652} 9653ul#tabs a { 9654 padding-top: 6px; 9655 padding-bottom: 4px; 9656} 9657ul.breadcrumb a:focus, 9658ul.breadcrumb a:hover { 9659 text-decoration: none; 9660} 9661ul.breadcrumb i.icon-home { 9662 font-size: 16px; 9663 margin-right: 4px; 9664} 9665ul.breadcrumb span { 9666 color: #5e5e5e; 9667} 9668.list_toolbar { 9669 padding: 4px 0 4px 0; 9670 vertical-align: middle; 9671} 9672.list_toolbar .tree-buttons { 9673 padding-top: 1px; 9674} 9675.dynamic-buttons { 9676 padding-top: 3px; 9677 display: inline-block; 9678} 9679.list_toolbar [class*="span"] { 9680 min-height: 24px; 9681} 9682.list_header { 9683 font-weight: bold; 9684 background-color: #eeeeee; 9685} 9686.list_placeholder { 9687 font-weight: bold; 9688 padding-top: 4px; 9689 padding-bottom: 4px; 9690 padding-left: 7px; 9691 padding-right: 7px; 9692} 9693.list_container { 9694 margin-top: 4px; 9695 margin-bottom: 20px; 9696 border: 1px solid #dddddd; 9697 border-radius: 2px; 9698} 9699.list_container > div { 9700 border-bottom: 1px solid #dddddd; 9701} 9702.list_container > div:hover .list-item { 9703 background-color: red; 9704} 9705.list_container > div:last-child { 9706 border: none; 9707} 9708.list_item:hover .list_item { 9709 background-color: #dddddd; 9710} 9711.list_item a { 9712 text-decoration: none; 9713} 9714.list_item:hover { 9715 background-color: #fafafa; 9716} 9717.list_header > div, 9718.list_item > div { 9719 padding-top: 4px; 9720 padding-bottom: 4px; 9721 padding-left: 7px; 9722 padding-right: 7px; 9723 line-height: 22px; 9724} 9725.list_header > div input, 9726.list_item > div input { 9727 margin-right: 7px; 9728 margin-left: 14px; 9729 vertical-align: baseline; 9730 line-height: 22px; 9731 position: relative; 9732 top: -1px; 9733} 9734.list_header > div .item_link, 9735.list_item > div .item_link { 9736 margin-left: -1px; 9737 vertical-align: baseline; 9738 line-height: 22px; 9739} 9740.new-file input[type=checkbox] { 9741 visibility: hidden; 9742} 9743.item_name { 9744 line-height: 22px; 9745 height: 24px; 9746} 9747.item_icon { 9748 font-size: 14px; 9749 color: #5e5e5e; 9750 margin-right: 7px; 9751 margin-left: 7px; 9752 line-height: 22px; 9753 vertical-align: baseline; 9754} 9755.item_buttons { 9756 line-height: 1em; 9757 margin-left: -5px; 9758} 9759.item_buttons .btn, 9760.item_buttons .btn-group, 9761.item_buttons .input-group { 9762 float: left; 9763} 9764.item_buttons > .btn, 9765.item_buttons > .btn-group, 9766.item_buttons > .input-group { 9767 margin-left: 5px; 9768} 9769.item_buttons .btn { 9770 min-width: 13ex; 9771} 9772.item_buttons .running-indicator { 9773 padding-top: 4px; 9774 color: #5cb85c; 9775} 9776.item_buttons .kernel-name { 9777 padding-top: 4px; 9778 color: #5bc0de; 9779 margin-right: 7px; 9780 float: left; 9781} 9782.toolbar_info { 9783 height: 24px; 9784 line-height: 24px; 9785} 9786.list_item input:not([type=checkbox]) { 9787 padding-top: 3px; 9788 padding-bottom: 3px; 9789 height: 22px; 9790 line-height: 14px; 9791 margin: 0px; 9792} 9793.highlight_text { 9794 color: blue; 9795} 9796#project_name { 9797 display: inline-block; 9798 padding-left: 7px; 9799 margin-left: -2px; 9800} 9801#project_name > .breadcrumb { 9802 padding: 0px; 9803 margin-bottom: 0px; 9804 background-color: transparent; 9805 font-weight: bold; 9806} 9807#tree-selector { 9808 padding-right: 0px; 9809} 9810#button-select-all { 9811 min-width: 50px; 9812} 9813#select-all { 9814 margin-left: 7px; 9815 margin-right: 2px; 9816} 9817.menu_icon { 9818 margin-right: 2px; 9819} 9820.tab-content .row { 9821 margin-left: 0px; 9822 margin-right: 0px; 9823} 9824.folder_icon:before { 9825 display: inline-block; 9826 font: normal normal normal 14px/1 FontAwesome; 9827 font-size: inherit; 9828 text-rendering: auto; 9829 -webkit-font-smoothing: antialiased; 9830 -moz-osx-font-smoothing: grayscale; 9831 content: "\f114"; 9832} 9833.folder_icon:before.fa-pull-left { 9834 margin-right: .3em; 9835} 9836.folder_icon:before.fa-pull-right { 9837 margin-left: .3em; 9838} 9839.folder_icon:before.pull-left { 9840 margin-right: .3em; 9841} 9842.folder_icon:before.pull-right { 9843 margin-left: .3em; 9844} 9845.notebook_icon:before { 9846 display: inline-block; 9847 font: normal normal normal 14px/1 FontAwesome; 9848 font-size: inherit; 9849 text-rendering: auto; 9850 -webkit-font-smoothing: antialiased; 9851 -moz-osx-font-smoothing: grayscale; 9852 content: "\f02d"; 9853 position: relative; 9854 top: -1px; 9855} 9856.notebook_icon:before.fa-pull-left { 9857 margin-right: .3em; 9858} 9859.notebook_icon:before.fa-pull-right { 9860 margin-left: .3em; 9861} 9862.notebook_icon:before.pull-left { 9863 margin-right: .3em; 9864} 9865.notebook_icon:before.pull-right { 9866 margin-left: .3em; 9867} 9868.running_notebook_icon:before { 9869 display: inline-block; 9870 font: normal normal normal 14px/1 FontAwesome; 9871 font-size: inherit; 9872 text-rendering: auto; 9873 -webkit-font-smoothing: antialiased; 9874 -moz-osx-font-smoothing: grayscale; 9875 content: "\f02d"; 9876 position: relative; 9877 top: -1px; 9878 color: #5cb85c; 9879} 9880.running_notebook_icon:before.fa-pull-left { 9881 margin-right: .3em; 9882} 9883.running_notebook_icon:before.fa-pull-right { 9884 margin-left: .3em; 9885} 9886.running_notebook_icon:before.pull-left { 9887 margin-right: .3em; 9888} 9889.running_notebook_icon:before.pull-right { 9890 margin-left: .3em; 9891} 9892.file_icon:before { 9893 display: inline-block; 9894 font: normal normal normal 14px/1 FontAwesome; 9895 font-size: inherit; 9896 text-rendering: auto; 9897 -webkit-font-smoothing: antialiased; 9898 -moz-osx-font-smoothing: grayscale; 9899 content: "\f016"; 9900 position: relative; 9901 top: -2px; 9902} 9903.file_icon:before.fa-pull-left { 9904 margin-right: .3em; 9905} 9906.file_icon:before.fa-pull-right { 9907 margin-left: .3em; 9908} 9909.file_icon:before.pull-left { 9910 margin-right: .3em; 9911} 9912.file_icon:before.pull-right { 9913 margin-left: .3em; 9914} 9915#notebook_toolbar .pull-right { 9916 padding-top: 0px; 9917 margin-right: -1px; 9918} 9919ul#new-menu { 9920 left: auto; 9921 right: 0; 9922} 9923.kernel-menu-icon { 9924 padding-right: 12px; 9925 width: 24px; 9926 content: "\f096"; 9927} 9928.kernel-menu-icon:before { 9929 content: "\f096"; 9930} 9931.kernel-menu-icon-current:before { 9932 content: "\f00c"; 9933} 9934#tab_content { 9935 padding-top: 20px; 9936} 9937#running .panel-group .panel { 9938 margin-top: 3px; 9939 margin-bottom: 1em; 9940} 9941#running .panel-group .panel .panel-heading { 9942 background-color: #eeeeee; 9943 padding-top: 4px; 9944 padding-bottom: 4px; 9945 padding-left: 7px; 9946 padding-right: 7px; 9947 line-height: 22px; 9948} 9949#running .panel-group .panel .panel-heading a:focus, 9950#running .panel-group .panel .panel-heading a:hover { 9951 text-decoration: none; 9952} 9953#running .panel-group .panel .panel-body { 9954 padding: 0px; 9955} 9956#running .panel-group .panel .panel-body .list_container { 9957 margin-top: 0px; 9958 margin-bottom: 0px; 9959 border: 0px; 9960 border-radius: 0px; 9961} 9962#running .panel-group .panel .panel-body .list_container .list_item { 9963 border-bottom: 1px solid #dddddd; 9964} 9965#running .panel-group .panel .panel-body .list_container .list_item:last-child { 9966 border-bottom: 0px; 9967} 9968.delete-button { 9969 display: none; 9970} 9971.duplicate-button { 9972 display: none; 9973} 9974.rename-button { 9975 display: none; 9976} 9977.shutdown-button { 9978 display: none; 9979} 9980.dynamic-instructions { 9981 display: inline-block; 9982 padding-top: 4px; 9983} 9984/*! 9985* 9986* IPython text editor webapp 9987* 9988*/ 9989.selected-keymap i.fa { 9990 padding: 0px 5px; 9991} 9992.selected-keymap i.fa:before { 9993 content: "\f00c"; 9994} 9995#mode-menu { 9996 overflow: auto; 9997 max-height: 20em; 9998} 9999.edit_app #header { 10000 -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 10001 box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 10002} 10003.edit_app #menubar .navbar { 10004 /* Use a negative 1 bottom margin, so the border overlaps the border of the 10005 header */ 10006 margin-bottom: -1px; 10007} 10008.dirty-indicator { 10009 display: inline-block; 10010 font: normal normal normal 14px/1 FontAwesome; 10011 font-size: inherit; 10012 text-rendering: auto; 10013 -webkit-font-smoothing: antialiased; 10014 -moz-osx-font-smoothing: grayscale; 10015 width: 20px; 10016} 10017.dirty-indicator.fa-pull-left { 10018 margin-right: .3em; 10019} 10020.dirty-indicator.fa-pull-right { 10021 margin-left: .3em; 10022} 10023.dirty-indicator.pull-left { 10024 margin-right: .3em; 10025} 10026.dirty-indicator.pull-right { 10027 margin-left: .3em; 10028} 10029.dirty-indicator-dirty { 10030 display: inline-block; 10031 font: normal normal normal 14px/1 FontAwesome; 10032 font-size: inherit; 10033 text-rendering: auto; 10034 -webkit-font-smoothing: antialiased; 10035 -moz-osx-font-smoothing: grayscale; 10036 width: 20px; 10037} 10038.dirty-indicator-dirty.fa-pull-left { 10039 margin-right: .3em; 10040} 10041.dirty-indicator-dirty.fa-pull-right { 10042 margin-left: .3em; 10043} 10044.dirty-indicator-dirty.pull-left { 10045 margin-right: .3em; 10046} 10047.dirty-indicator-dirty.pull-right { 10048 margin-left: .3em; 10049} 10050.dirty-indicator-clean { 10051 display: inline-block; 10052 font: normal normal normal 14px/1 FontAwesome; 10053 font-size: inherit; 10054 text-rendering: auto; 10055 -webkit-font-smoothing: antialiased; 10056 -moz-osx-font-smoothing: grayscale; 10057 width: 20px; 10058} 10059.dirty-indicator-clean.fa-pull-left { 10060 margin-right: .3em; 10061} 10062.dirty-indicator-clean.fa-pull-right { 10063 margin-left: .3em; 10064} 10065.dirty-indicator-clean.pull-left { 10066 margin-right: .3em; 10067} 10068.dirty-indicator-clean.pull-right { 10069 margin-left: .3em; 10070} 10071.dirty-indicator-clean:before { 10072 display: inline-block; 10073 font: normal normal normal 14px/1 FontAwesome; 10074 font-size: inherit; 10075 text-rendering: auto; 10076 -webkit-font-smoothing: antialiased; 10077 -moz-osx-font-smoothing: grayscale; 10078 content: "\f00c"; 10079} 10080.dirty-indicator-clean:before.fa-pull-left { 10081 margin-right: .3em; 10082} 10083.dirty-indicator-clean:before.fa-pull-right { 10084 margin-left: .3em; 10085} 10086.dirty-indicator-clean:before.pull-left { 10087 margin-right: .3em; 10088} 10089.dirty-indicator-clean:before.pull-right { 10090 margin-left: .3em; 10091} 10092#filename { 10093 font-size: 16pt; 10094 display: table; 10095 padding: 0px 5px; 10096} 10097#current-mode { 10098 padding-left: 5px; 10099 padding-right: 5px; 10100} 10101#texteditor-backdrop { 10102 padding-top: 20px; 10103 padding-bottom: 20px; 10104} 10105@media not print { 10106 #texteditor-backdrop { 10107 background-color: #eeeeee; 10108 } 10109} 10110@media print { 10111 #texteditor-backdrop #texteditor-container .CodeMirror-gutter, 10112 #texteditor-backdrop #texteditor-container .CodeMirror-gutters { 10113 background-color: #ffffff; 10114 } 10115} 10116@media not print { 10117 #texteditor-backdrop #texteditor-container .CodeMirror-gutter, 10118 #texteditor-backdrop #texteditor-container .CodeMirror-gutters { 10119 background-color: #ffffff; 10120 } 10121} 10122@media not print { 10123 #texteditor-backdrop #texteditor-container { 10124 padding: 0px; 10125 background-color: #ffffff; 10126 -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 10127 box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 10128 } 10129} 10130/*! 10131* 10132* IPython notebook 10133* 10134*/ 10135/* CSS font colors for translated ANSI colors. */ 10136.ansibold { 10137 font-weight: bold; 10138} 10139/* use dark versions for foreground, to improve visibility */ 10140.ansiblack { 10141 color: black; 10142} 10143.ansired { 10144 color: darkred; 10145} 10146.ansigreen { 10147 color: darkgreen; 10148} 10149.ansiyellow { 10150 color: #c4a000; 10151} 10152.ansiblue { 10153 color: darkblue; 10154} 10155.ansipurple { 10156 color: darkviolet; 10157} 10158.ansicyan { 10159 color: steelblue; 10160} 10161.ansigray { 10162 color: gray; 10163} 10164/* and light for background, for the same reason */ 10165.ansibgblack { 10166 background-color: black; 10167} 10168.ansibgred { 10169 background-color: red; 10170} 10171.ansibggreen { 10172 background-color: green; 10173} 10174.ansibgyellow { 10175 background-color: yellow; 10176} 10177.ansibgblue { 10178 background-color: blue; 10179} 10180.ansibgpurple { 10181 background-color: magenta; 10182} 10183.ansibgcyan { 10184 background-color: cyan; 10185} 10186.ansibggray { 10187 background-color: gray; 10188} 10189div.cell { 10190 /* Old browsers */ 10191 display: -webkit-box; 10192 -webkit-box-orient: vertical; 10193 -webkit-box-align: stretch; 10194 display: -moz-box; 10195 -moz-box-orient: vertical; 10196 -moz-box-align: stretch; 10197 display: box; 10198 box-orient: vertical; 10199 box-align: stretch; 10200 /* Modern browsers */ 10201 display: flex; 10202 flex-direction: column; 10203 align-items: stretch; 10204 /* Old browsers */ 10205 -webkit-box-flex: 0; 10206 -moz-box-flex: 0; 10207 box-flex: 0; 10208 /* Modern browsers */ 10209 flex: none; 10210 border-radius: 2px; 10211 box-sizing: border-box; 10212 -moz-box-sizing: border-box; 10213 -webkit-box-sizing: border-box; 10214 border-width: 1px; 10215 border-style: solid; 10216 border-color: transparent; 10217 width: 100%; 10218 padding: 5px; 10219 /* This acts as a spacer between cells, that is outside the border */ 10220 margin: 0px; 10221 outline: none; 10222 border-left-width: 1px; 10223 padding-left: 5px; 10224 background: linear-gradient(to right, transparent -40px, transparent 1px, transparent 1px, transparent 100%); 10225} 10226div.cell.jupyter-soft-selected { 10227 border-left-color: #90caf9; 10228 border-left-color: #e3f2fd; 10229 border-left-width: 1px; 10230 padding-left: 5px; 10231 border-right-color: #e3f2fd; 10232 border-right-width: 1px; 10233 background: #e3f2fd; 10234} 10235@media print { 10236 div.cell.jupyter-soft-selected { 10237 border-color: transparent; 10238 } 10239} 10240div.cell.selected { 10241 border-color: #ababab; 10242 border-left-width: 0px; 10243 padding-left: 6px; 10244 background: linear-gradient(to right, #42a5f5 -40px, #42a5f5 5px, transparent 5px, transparent 100%); 10245} 10246@media print { 10247 div.cell.selected { 10248 border-color: transparent; 10249 } 10250} 10251div.cell.selected.jupyter-soft-selected { 10252 border-left-width: 0; 10253 padding-left: 6px; 10254 background: linear-gradient(to right, #42a5f5 -40px, #42a5f5 7px, #e3f2fd 7px, #e3f2fd 100%); 10255} 10256.edit_mode div.cell.selected { 10257 border-color: #66bb6a; 10258 border-left-width: 0px; 10259 padding-left: 6px; 10260 background: linear-gradient(to right, #66bb6a -40px, #66bb6a 5px, transparent 5px, transparent 100%); 10261} 10262@media print { 10263 .edit_mode div.cell.selected { 10264 border-color: transparent; 10265 } 10266} 10267.prompt { 10268 /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */ 10269 min-width: 14ex; 10270 /* This padding is tuned to match the padding on the CodeMirror editor. */ 10271 padding: 0.4em; 10272 margin: 0px; 10273 font-family: monospace; 10274 text-align: right; 10275 /* This has to match that of the the CodeMirror class line-height below */ 10276 line-height: 1.21429em; 10277 /* Don't highlight prompt number selection */ 10278 -webkit-touch-callout: none; 10279 -webkit-user-select: none; 10280 -khtml-user-select: none; 10281 -moz-user-select: none; 10282 -ms-user-select: none; 10283 user-select: none; 10284 /* Use default cursor */ 10285 cursor: default; 10286} 10287@media (max-width: 540px) { 10288 .prompt { 10289 text-align: left; 10290 } 10291} 10292div.inner_cell { 10293 min-width: 0; 10294 /* Old browsers */ 10295 display: -webkit-box; 10296 -webkit-box-orient: vertical; 10297 -webkit-box-align: stretch; 10298 display: -moz-box; 10299 -moz-box-orient: vertical; 10300 -moz-box-align: stretch; 10301 display: box; 10302 box-orient: vertical; 10303 box-align: stretch; 10304 /* Modern browsers */ 10305 display: flex; 10306 flex-direction: column; 10307 align-items: stretch; 10308 /* Old browsers */ 10309 -webkit-box-flex: 0; 10310 -moz-box-flex: 0; 10311 box-flex: 0; 10312 /* Modern browsers */ 10313 flex: none; 10314 /* Old browsers */ 10315 -webkit-box-flex: 1; 10316 -moz-box-flex: 1; 10317 box-flex: 1; 10318 /* Modern browsers */ 10319 flex: 1; 10320} 10321/* input_area and input_prompt must match in top border and margin for alignment */ 10322div.input_area { 10323 border: 1px solid #cfcfcf; 10324 border-radius: 2px; 10325 background: #f7f7f7; 10326 line-height: 1.21429em; 10327} 10328/* This is needed so that empty prompt areas can collapse to zero height when there 10329 is no content in the output_subarea and the prompt. The main purpose of this is 10330 to make sure that empty JavaScript output_subareas have no height. */ 10331div.prompt:empty { 10332 padding-top: 0; 10333 padding-bottom: 0; 10334} 10335div.unrecognized_cell { 10336 padding: 5px 5px 5px 0px; 10337 /* Old browsers */ 10338 display: -webkit-box; 10339 -webkit-box-orient: horizontal; 10340 -webkit-box-align: stretch; 10341 display: -moz-box; 10342 -moz-box-orient: horizontal; 10343 -moz-box-align: stretch; 10344 display: box; 10345 box-orient: horizontal; 10346 box-align: stretch; 10347 /* Modern browsers */ 10348 display: flex; 10349 flex-direction: row; 10350 align-items: stretch; 10351 /* Old browsers */ 10352 -webkit-box-flex: 0; 10353 -moz-box-flex: 0; 10354 box-flex: 0; 10355 /* Modern browsers */ 10356 flex: none; 10357} 10358div.unrecognized_cell .inner_cell { 10359 border-radius: 2px; 10360 padding: 5px; 10361 font-weight: bold; 10362 color: red; 10363 border: 1px solid #cfcfcf; 10364 background: #eaeaea; 10365} 10366div.unrecognized_cell .inner_cell a { 10367 color: inherit; 10368 text-decoration: none; 10369} 10370div.unrecognized_cell .inner_cell a:hover { 10371 color: inherit; 10372 text-decoration: none; 10373} 10374@media (max-width: 540px) { 10375 div.unrecognized_cell > div.prompt { 10376 display: none; 10377 } 10378} 10379div.code_cell { 10380 /* avoid page breaking on code cells when printing */ 10381} 10382@media print { 10383 div.code_cell { 10384 page-break-inside: avoid; 10385 } 10386} 10387/* any special styling for code cells that are currently running goes here */ 10388div.input { 10389 page-break-inside: avoid; 10390 /* Old browsers */ 10391 display: -webkit-box; 10392 -webkit-box-orient: horizontal; 10393 -webkit-box-align: stretch; 10394 display: -moz-box; 10395 -moz-box-orient: horizontal; 10396 -moz-box-align: stretch; 10397 display: box; 10398 box-orient: horizontal; 10399 box-align: stretch; 10400 /* Modern browsers */ 10401 display: flex; 10402 flex-direction: row; 10403 align-items: stretch; 10404 /* Old browsers */ 10405 -webkit-box-flex: 0; 10406 -moz-box-flex: 0; 10407 box-flex: 0; 10408 /* Modern browsers */ 10409 flex: none; 10410} 10411@media (max-width: 540px) { 10412 div.input { 10413 /* Old browsers */ 10414 display: -webkit-box; 10415 -webkit-box-orient: vertical; 10416 -webkit-box-align: stretch; 10417 display: -moz-box; 10418 -moz-box-orient: vertical; 10419 -moz-box-align: stretch; 10420 display: box; 10421 box-orient: vertical; 10422 box-align: stretch; 10423 /* Modern browsers */ 10424 display: flex; 10425 flex-direction: column; 10426 align-items: stretch; 10427 /* Old browsers */ 10428 -webkit-box-flex: 0; 10429 -moz-box-flex: 0; 10430 box-flex: 0; 10431 /* Modern browsers */ 10432 flex: none; 10433 } 10434} 10435/* input_area and input_prompt must match in top border and margin for alignment */ 10436div.input_prompt { 10437 color: #303f9f; 10438 border-top: 1px solid transparent; 10439} 10440div.input_area > div.highlight { 10441 margin: 0.4em; 10442 border: none; 10443 padding: 0px; 10444 background-color: transparent; 10445} 10446div.input_area > div.highlight > pre { 10447 margin: 0px; 10448 border: none; 10449 padding: 0px; 10450 background-color: transparent; 10451} 10452/* The following gets added to the <head> if it is detected that the user has a 10453 * monospace font with inconsistent normal/bold/italic height. See 10454 * notebookmain.js. Such fonts will have keywords vertically offset with 10455 * respect to the rest of the text. The user should select a better font. 10456 * See: https://github.com/ipython/ipython/issues/1503 10457 * 10458 * .CodeMirror span { 10459 * vertical-align: bottom; 10460 * } 10461 */ 10462.CodeMirror { 10463 line-height: 1.21429em; 10464 /* Changed from 1em to our global default */ 10465 font-size: 14px; 10466 height: auto; 10467 /* Changed to auto to autogrow */ 10468 background: none; 10469 /* Changed from white to allow our bg to show through */ 10470} 10471.CodeMirror-scroll { 10472 /* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/ 10473 /* We have found that if it is visible, vertical scrollbars appear with font size changes.*/ 10474 overflow-y: hidden; 10475 overflow-x: auto; 10476} 10477.CodeMirror-lines { 10478 /* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */ 10479 /* we have set a different line-height and want this to scale with that. */ 10480 padding: 0.4em; 10481} 10482.CodeMirror-linenumber { 10483 padding: 0 8px 0 4px; 10484} 10485.CodeMirror-gutters { 10486 border-bottom-left-radius: 2px; 10487 border-top-left-radius: 2px; 10488} 10489.CodeMirror pre { 10490 /* In CM3 this went to 4px from 0 in CM2. We need the 0 value because of how we size */ 10491 /* .CodeMirror-lines */ 10492 padding: 0; 10493 border: 0; 10494 border-radius: 0; 10495} 10496/* 10497 10498Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> 10499Adapted from GitHub theme 10500 10501*/ 10502.highlight-base { 10503 color: #000000; 10504} 10505.highlight-variable { 10506 color: #000000; 10507} 10508.highlight-variable-2 { 10509 color: #1a1a1a; 10510} 10511.highlight-variable-3 { 10512 color: #333333; 10513} 10514.highlight-string { 10515 color: #BA2121; 10516} 10517.highlight-comment { 10518 color: #408080; 10519 font-style: italic; 10520} 10521.highlight-number { 10522 color: #080; 10523} 10524.highlight-atom { 10525 color: #88F; 10526} 10527.highlight-keyword { 10528 color: #008000; 10529 font-weight: bold; 10530} 10531.highlight-builtin { 10532 color: #008000; 10533} 10534.highlight-error { 10535 color: #f00; 10536} 10537.highlight-operator { 10538 color: #AA22FF; 10539 font-weight: bold; 10540} 10541.highlight-meta { 10542 color: #AA22FF; 10543} 10544/* previously not defined, copying from default codemirror */ 10545.highlight-def { 10546 color: #00f; 10547} 10548.highlight-string-2 { 10549 color: #f50; 10550} 10551.highlight-qualifier { 10552 color: #555; 10553} 10554.highlight-bracket { 10555 color: #997; 10556} 10557.highlight-tag { 10558 color: #170; 10559} 10560.highlight-attribute { 10561 color: #00c; 10562} 10563.highlight-header { 10564 color: blue; 10565} 10566.highlight-quote { 10567 color: #090; 10568} 10569.highlight-link { 10570 color: #00c; 10571} 10572/* apply the same style to codemirror */ 10573.cm-s-ipython span.cm-keyword { 10574 color: #008000; 10575 font-weight: bold; 10576} 10577.cm-s-ipython span.cm-atom { 10578 color: #88F; 10579} 10580.cm-s-ipython span.cm-number { 10581 color: #080; 10582} 10583.cm-s-ipython span.cm-def { 10584 color: #00f; 10585} 10586.cm-s-ipython span.cm-variable { 10587 color: #000000; 10588} 10589.cm-s-ipython span.cm-operator { 10590 color: #AA22FF; 10591 font-weight: bold; 10592} 10593.cm-s-ipython span.cm-variable-2 { 10594 color: #1a1a1a; 10595} 10596.cm-s-ipython span.cm-variable-3 { 10597 color: #333333; 10598} 10599.cm-s-ipython span.cm-comment { 10600 color: #408080; 10601 font-style: italic; 10602} 10603.cm-s-ipython span.cm-string { 10604 color: #BA2121; 10605} 10606.cm-s-ipython span.cm-string-2 { 10607 color: #f50; 10608} 10609.cm-s-ipython span.cm-meta { 10610 color: #AA22FF; 10611} 10612.cm-s-ipython span.cm-qualifier { 10613 color: #555; 10614} 10615.cm-s-ipython span.cm-builtin { 10616 color: #008000; 10617} 10618.cm-s-ipython span.cm-bracket { 10619 color: #997; 10620} 10621.cm-s-ipython span.cm-tag { 10622 color: #170; 10623} 10624.cm-s-ipython span.cm-attribute { 10625 color: #00c; 10626} 10627.cm-s-ipython span.cm-header { 10628 color: blue; 10629} 10630.cm-s-ipython span.cm-quote { 10631 color: #090; 10632} 10633.cm-s-ipython span.cm-link { 10634 color: #00c; 10635} 10636.cm-s-ipython span.cm-error { 10637 color: #f00; 10638} 10639.cm-s-ipython span.cm-tab { 10640 background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=); 10641 background-position: right; 10642 background-repeat: no-repeat; 10643} 10644div.output_wrapper { 10645 /* this position must be relative to enable descendents to be absolute within it */ 10646 position: relative; 10647 /* Old browsers */ 10648 display: -webkit-box; 10649 -webkit-box-orient: vertical; 10650 -webkit-box-align: stretch; 10651 display: -moz-box; 10652 -moz-box-orient: vertical; 10653 -moz-box-align: stretch; 10654 display: box; 10655 box-orient: vertical; 10656 box-align: stretch; 10657 /* Modern browsers */ 10658 display: flex; 10659 flex-direction: column; 10660 align-items: stretch; 10661 /* Old browsers */ 10662 -webkit-box-flex: 0; 10663 -moz-box-flex: 0; 10664 box-flex: 0; 10665 /* Modern browsers */ 10666 flex: none; 10667 z-index: 1; 10668} 10669/* class for the output area when it should be height-limited */ 10670div.output_scroll { 10671 /* ideally, this would be max-height, but FF barfs all over that */ 10672 height: 24em; 10673 /* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */ 10674 width: 100%; 10675 overflow: auto; 10676 border-radius: 2px; 10677 -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); 10678 box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); 10679 display: block; 10680} 10681/* output div while it is collapsed */ 10682div.output_collapsed { 10683 margin: 0px; 10684 padding: 0px; 10685 /* Old browsers */ 10686 display: -webkit-box; 10687 -webkit-box-orient: vertical; 10688 -webkit-box-align: stretch; 10689 display: -moz-box; 10690 -moz-box-orient: vertical; 10691 -moz-box-align: stretch; 10692 display: box; 10693 box-orient: vertical; 10694 box-align: stretch; 10695 /* Modern browsers */ 10696 display: flex; 10697 flex-direction: column; 10698 align-items: stretch; 10699 /* Old browsers */ 10700 -webkit-box-flex: 0; 10701 -moz-box-flex: 0; 10702 box-flex: 0; 10703 /* Modern browsers */ 10704 flex: none; 10705} 10706div.out_prompt_overlay { 10707 height: 100%; 10708 padding: 0px 0.4em; 10709 position: absolute; 10710 border-radius: 2px; 10711} 10712div.out_prompt_overlay:hover { 10713 /* use inner shadow to get border that is computed the same on WebKit/FF */ 10714 -webkit-box-shadow: inset 0 0 1px #000000; 10715 box-shadow: inset 0 0 1px #000000; 10716 background: rgba(240, 240, 240, 0.5); 10717} 10718div.output_prompt { 10719 color: #d84315; 10720} 10721/* This class is the outer container of all output sections. */ 10722div.output_area { 10723 padding: 0px; 10724 page-break-inside: avoid; 10725 /* Old browsers */ 10726 display: -webkit-box; 10727 -webkit-box-orient: horizontal; 10728 -webkit-box-align: stretch; 10729 display: -moz-box; 10730 -moz-box-orient: horizontal; 10731 -moz-box-align: stretch; 10732 display: box; 10733 box-orient: horizontal; 10734 box-align: stretch; 10735 /* Modern browsers */ 10736 display: flex; 10737 flex-direction: row; 10738 align-items: stretch; 10739 /* Old browsers */ 10740 -webkit-box-flex: 0; 10741 -moz-box-flex: 0; 10742 box-flex: 0; 10743 /* Modern browsers */ 10744 flex: none; 10745} 10746div.output_area .MathJax_Display { 10747 text-align: left !important; 10748} 10749div.output_area .rendered_html table { 10750 margin-left: 0; 10751 margin-right: 0; 10752} 10753div.output_area .rendered_html img { 10754 margin-left: 0; 10755 margin-right: 0; 10756} 10757div.output_area img, 10758div.output_area svg { 10759 max-width: 100%; 10760 height: auto; 10761} 10762div.output_area img.unconfined, 10763div.output_area svg.unconfined { 10764 max-width: none; 10765} 10766/* This is needed to protect the pre formating from global settings such 10767 as that of bootstrap */ 10768.output { 10769 /* Old browsers */ 10770 display: -webkit-box; 10771 -webkit-box-orient: vertical; 10772 -webkit-box-align: stretch; 10773 display: -moz-box; 10774 -moz-box-orient: vertical; 10775 -moz-box-align: stretch; 10776 display: box; 10777 box-orient: vertical; 10778 box-align: stretch; 10779 /* Modern browsers */ 10780 display: flex; 10781 flex-direction: column; 10782 align-items: stretch; 10783 /* Old browsers */ 10784 -webkit-box-flex: 0; 10785 -moz-box-flex: 0; 10786 box-flex: 0; 10787 /* Modern browsers */ 10788 flex: none; 10789} 10790@media (max-width: 540px) { 10791 div.output_area { 10792 /* Old browsers */ 10793 display: -webkit-box; 10794 -webkit-box-orient: vertical; 10795 -webkit-box-align: stretch; 10796 display: -moz-box; 10797 -moz-box-orient: vertical; 10798 -moz-box-align: stretch; 10799 display: box; 10800 box-orient: vertical; 10801 box-align: stretch; 10802 /* Modern browsers */ 10803 display: flex; 10804 flex-direction: column; 10805 align-items: stretch; 10806 /* Old browsers */ 10807 -webkit-box-flex: 0; 10808 -moz-box-flex: 0; 10809 box-flex: 0; 10810 /* Modern browsers */ 10811 flex: none; 10812 } 10813} 10814div.output_area pre { 10815 margin: 0; 10816 padding: 0; 10817 border: 0; 10818 vertical-align: baseline; 10819 color: #000000; 10820 background-color: transparent; 10821 border-radius: 0; 10822} 10823/* This class is for the output subarea inside the output_area and after 10824 the prompt div. */ 10825div.output_subarea { 10826 overflow-x: auto; 10827 padding: 0.4em; 10828 /* Old browsers */ 10829 -webkit-box-flex: 1; 10830 -moz-box-flex: 1; 10831 box-flex: 1; 10832 /* Modern browsers */ 10833 flex: 1; 10834 max-width: calc(100% - 14ex); 10835} 10836div.output_scroll div.output_subarea { 10837 overflow-x: visible; 10838} 10839/* The rest of the output_* classes are for special styling of the different 10840 output types */ 10841/* all text output has this class: */ 10842div.output_text { 10843 text-align: left; 10844 color: #000000; 10845 /* This has to match that of the the CodeMirror class line-height below */ 10846 line-height: 1.21429em; 10847} 10848/* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */ 10849div.output_stderr { 10850 background: #fdd; 10851 /* very light red background for stderr */ 10852} 10853div.output_latex { 10854 text-align: left; 10855} 10856/* Empty output_javascript divs should have no height */ 10857div.output_javascript:empty { 10858 padding: 0; 10859} 10860.js-error { 10861 color: darkred; 10862} 10863/* raw_input styles */ 10864div.raw_input_container { 10865 line-height: 1.21429em; 10866 padding-top: 5px; 10867} 10868pre.raw_input_prompt { 10869 /* nothing needed here. */ 10870} 10871input.raw_input { 10872 font-family: monospace; 10873 font-size: inherit; 10874 color: inherit; 10875 width: auto; 10876 /* make sure input baseline aligns with prompt */ 10877 vertical-align: baseline; 10878 /* padding + margin = 0.5em between prompt and cursor */ 10879 padding: 0em 0.25em; 10880 margin: 0em 0.25em; 10881} 10882input.raw_input:focus { 10883 box-shadow: none; 10884} 10885p.p-space { 10886 margin-bottom: 10px; 10887} 10888div.output_unrecognized { 10889 padding: 5px; 10890 font-weight: bold; 10891 color: red; 10892} 10893div.output_unrecognized a { 10894 color: inherit; 10895 text-decoration: none; 10896} 10897div.output_unrecognized a:hover { 10898 color: inherit; 10899 text-decoration: none; 10900} 10901.rendered_html { 10902 color: #000000; 10903 /* any extras will just be numbers: */ 10904} 10905.rendered_html em { 10906 font-style: italic; 10907} 10908.rendered_html strong { 10909 font-weight: bold; 10910} 10911.rendered_html u { 10912 text-decoration: underline; 10913} 10914.rendered_html :link { 10915 text-decoration: underline; 10916} 10917.rendered_html :visited { 10918 text-decoration: underline; 10919} 10920.rendered_html h1 { 10921 font-size: 185.7%; 10922 margin: 1.08em 0 0 0; 10923 font-weight: bold; 10924 line-height: 1.0; 10925} 10926.rendered_html h2 { 10927 font-size: 157.1%; 10928 margin: 1.27em 0 0 0; 10929 font-weight: bold; 10930 line-height: 1.0; 10931} 10932.rendered_html h3 { 10933 font-size: 128.6%; 10934 margin: 1.55em 0 0 0; 10935 font-weight: bold; 10936 line-height: 1.0; 10937} 10938.rendered_html h4 { 10939 font-size: 100%; 10940 margin: 2em 0 0 0; 10941 font-weight: bold; 10942 line-height: 1.0; 10943} 10944.rendered_html h5 { 10945 font-size: 100%; 10946 margin: 2em 0 0 0; 10947 font-weight: bold; 10948 line-height: 1.0; 10949 font-style: italic; 10950} 10951.rendered_html h6 { 10952 font-size: 100%; 10953 margin: 2em 0 0 0; 10954 font-weight: bold; 10955 line-height: 1.0; 10956 font-style: italic; 10957} 10958.rendered_html h1:first-child { 10959 margin-top: 0.538em; 10960} 10961.rendered_html h2:first-child { 10962 margin-top: 0.636em; 10963} 10964.rendered_html h3:first-child { 10965 margin-top: 0.777em; 10966} 10967.rendered_html h4:first-child { 10968 margin-top: 1em; 10969} 10970.rendered_html h5:first-child { 10971 margin-top: 1em; 10972} 10973.rendered_html h6:first-child { 10974 margin-top: 1em; 10975} 10976.rendered_html ul { 10977 list-style: disc; 10978 margin: 0em 2em; 10979 padding-left: 0px; 10980} 10981.rendered_html ul ul { 10982 list-style: square; 10983 margin: 0em 2em; 10984} 10985.rendered_html ul ul ul { 10986 list-style: circle; 10987 margin: 0em 2em; 10988} 10989.rendered_html ol { 10990 list-style: decimal; 10991 margin: 0em 2em; 10992 padding-left: 0px; 10993} 10994.rendered_html ol ol { 10995 list-style: upper-alpha; 10996 margin: 0em 2em; 10997} 10998.rendered_html ol ol ol { 10999 list-style: lower-alpha; 11000 margin: 0em 2em; 11001} 11002.rendered_html ol ol ol ol { 11003 list-style: lower-roman; 11004 margin: 0em 2em; 11005} 11006.rendered_html ol ol ol ol ol { 11007 list-style: decimal; 11008 margin: 0em 2em; 11009} 11010.rendered_html * + ul { 11011 margin-top: 1em; 11012} 11013.rendered_html * + ol { 11014 margin-top: 1em; 11015} 11016.rendered_html hr { 11017 color: #000000; 11018 background-color: #000000; 11019} 11020.rendered_html pre { 11021 margin: 1em 2em; 11022} 11023.rendered_html pre, 11024.rendered_html code { 11025 border: 0; 11026 background-color: #ffffff; 11027 color: #000000; 11028 font-size: 100%; 11029 padding: 0px; 11030} 11031.rendered_html blockquote { 11032 margin: 1em 2em; 11033} 11034.rendered_html table { 11035 margin-left: auto; 11036 margin-right: auto; 11037 border: 1px solid #000000; 11038 border-collapse: collapse; 11039} 11040.rendered_html tr, 11041.rendered_html th, 11042.rendered_html td { 11043 border: 1px solid #000000; 11044 border-collapse: collapse; 11045 margin: 1em 2em; 11046} 11047.rendered_html td, 11048.rendered_html th { 11049 text-align: left; 11050 vertical-align: middle; 11051 padding: 4px; 11052} 11053.rendered_html th { 11054 font-weight: bold; 11055} 11056.rendered_html * + table { 11057 margin-top: 1em; 11058} 11059.rendered_html p { 11060 text-align: left; 11061} 11062.rendered_html * + p { 11063 margin-top: 1em; 11064} 11065.rendered_html img { 11066 display: block; 11067 margin-left: auto; 11068 margin-right: auto; 11069} 11070.rendered_html * + img { 11071 margin-top: 1em; 11072} 11073.rendered_html img, 11074.rendered_html svg { 11075 max-width: 100%; 11076 height: auto; 11077} 11078.rendered_html img.unconfined, 11079.rendered_html svg.unconfined { 11080 max-width: none; 11081} 11082div.text_cell { 11083 /* Old browsers */ 11084 display: -webkit-box; 11085 -webkit-box-orient: horizontal; 11086 -webkit-box-align: stretch; 11087 display: -moz-box; 11088 -moz-box-orient: horizontal; 11089 -moz-box-align: stretch; 11090 display: box; 11091 box-orient: horizontal; 11092 box-align: stretch; 11093 /* Modern browsers */ 11094 display: flex; 11095 flex-direction: row; 11096 align-items: stretch; 11097 /* Old browsers */ 11098 -webkit-box-flex: 0; 11099 -moz-box-flex: 0; 11100 box-flex: 0; 11101 /* Modern browsers */ 11102 flex: none; 11103} 11104@media (max-width: 540px) { 11105 div.text_cell > div.prompt { 11106 display: none; 11107 } 11108} 11109div.text_cell_render { 11110 /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/ 11111 outline: none; 11112 resize: none; 11113 width: inherit; 11114 border-style: none; 11115 padding: 0.5em 0.5em 0.5em 0.4em; 11116 color: #000000; 11117 box-sizing: border-box; 11118 -moz-box-sizing: border-box; 11119 -webkit-box-sizing: border-box; 11120} 11121a.anchor-link:link { 11122 text-decoration: none; 11123 padding: 0px 20px; 11124 visibility: hidden; 11125} 11126h1:hover .anchor-link, 11127h2:hover .anchor-link, 11128h3:hover .anchor-link, 11129h4:hover .anchor-link, 11130h5:hover .anchor-link, 11131h6:hover .anchor-link { 11132 visibility: visible; 11133} 11134.text_cell.rendered .input_area { 11135 display: none; 11136} 11137.text_cell.rendered .rendered_html { 11138 overflow-x: auto; 11139 overflow-y: hidden; 11140} 11141.text_cell.unrendered .text_cell_render { 11142 display: none; 11143} 11144.cm-header-1, 11145.cm-header-2, 11146.cm-header-3, 11147.cm-header-4, 11148.cm-header-5, 11149.cm-header-6 { 11150 font-weight: bold; 11151 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 11152} 11153.cm-header-1 { 11154 font-size: 185.7%; 11155} 11156.cm-header-2 { 11157 font-size: 157.1%; 11158} 11159.cm-header-3 { 11160 font-size: 128.6%; 11161} 11162.cm-header-4 { 11163 font-size: 110%; 11164} 11165.cm-header-5 { 11166 font-size: 100%; 11167 font-style: italic; 11168} 11169.cm-header-6 { 11170 font-size: 100%; 11171 font-style: italic; 11172} 11173/*! 11174* 11175* IPython notebook webapp 11176* 11177*/ 11178@media (max-width: 767px) { 11179 .notebook_app { 11180 padding-left: 0px; 11181 padding-right: 0px; 11182 } 11183} 11184#ipython-main-app { 11185 box-sizing: border-box; 11186 -moz-box-sizing: border-box; 11187 -webkit-box-sizing: border-box; 11188 height: 100%; 11189} 11190div#notebook_panel { 11191 margin: 0px; 11192 padding: 0px; 11193 box-sizing: border-box; 11194 -moz-box-sizing: border-box; 11195 -webkit-box-sizing: border-box; 11196 height: 100%; 11197} 11198div#notebook { 11199 font-size: 14px; 11200 line-height: 20px; 11201 overflow-y: hidden; 11202 overflow-x: auto; 11203 width: 100%; 11204 /* This spaces the page away from the edge of the notebook area */ 11205 padding-top: 20px; 11206 margin: 0px; 11207 outline: none; 11208 box-sizing: border-box; 11209 -moz-box-sizing: border-box; 11210 -webkit-box-sizing: border-box; 11211 min-height: 100%; 11212} 11213@media not print { 11214 #notebook-container { 11215 padding: 15px; 11216 background-color: #ffffff; 11217 min-height: 0; 11218 -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 11219 box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 11220 } 11221} 11222@media print { 11223 #notebook-container { 11224 width: 100%; 11225 } 11226} 11227div.ui-widget-content { 11228 border: 1px solid #ababab; 11229 outline: none; 11230} 11231pre.dialog { 11232 background-color: #f7f7f7; 11233 border: 1px solid #ddd; 11234 border-radius: 2px; 11235 padding: 0.4em; 11236 padding-left: 2em; 11237} 11238p.dialog { 11239 padding: 0.2em; 11240} 11241/* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems 11242 to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do. 11243 */ 11244pre, 11245code, 11246kbd, 11247samp { 11248 white-space: pre-wrap; 11249} 11250#fonttest { 11251 font-family: monospace; 11252} 11253p { 11254 margin-bottom: 0; 11255} 11256.end_space { 11257 min-height: 100px; 11258 transition: height .2s ease; 11259} 11260.notebook_app > #header { 11261 -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 11262 box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 11263} 11264@media not print { 11265 .notebook_app { 11266 background-color: #eeeeee; 11267 } 11268} 11269kbd { 11270 border-style: solid; 11271 border-width: 1px; 11272 box-shadow: none; 11273 margin: 2px; 11274 padding-left: 2px; 11275 padding-right: 2px; 11276 padding-top: 1px; 11277 padding-bottom: 1px; 11278} 11279/* CSS for the cell toolbar */ 11280.celltoolbar { 11281 border: thin solid #CFCFCF; 11282 border-bottom: none; 11283 background: #EEE; 11284 border-radius: 2px 2px 0px 0px; 11285 width: 100%; 11286 height: 29px; 11287 padding-right: 4px; 11288 /* Old browsers */ 11289 display: -webkit-box; 11290 -webkit-box-orient: horizontal; 11291 -webkit-box-align: stretch; 11292 display: -moz-box; 11293 -moz-box-orient: horizontal; 11294 -moz-box-align: stretch; 11295 display: box; 11296 box-orient: horizontal; 11297 box-align: stretch; 11298 /* Modern browsers */ 11299 display: flex; 11300 flex-direction: row; 11301 align-items: stretch; 11302 /* Old browsers */ 11303 -webkit-box-flex: 0; 11304 -moz-box-flex: 0; 11305 box-flex: 0; 11306 /* Modern browsers */ 11307 flex: none; 11308 /* Old browsers */ 11309 -webkit-box-pack: end; 11310 -moz-box-pack: end; 11311 box-pack: end; 11312 /* Modern browsers */ 11313 justify-content: flex-end; 11314 display: -webkit-flex; 11315} 11316@media print { 11317 .celltoolbar { 11318 display: none; 11319 } 11320} 11321.ctb_hideshow { 11322 display: none; 11323 vertical-align: bottom; 11324} 11325/* ctb_show is added to the ctb_hideshow div to show the cell toolbar. 11326 Cell toolbars are only shown when the ctb_global_show class is also set. 11327*/ 11328.ctb_global_show .ctb_show.ctb_hideshow { 11329 display: block; 11330} 11331.ctb_global_show .ctb_show + .input_area, 11332.ctb_global_show .ctb_show + div.text_cell_input, 11333.ctb_global_show .ctb_show ~ div.text_cell_render { 11334 border-top-right-radius: 0px; 11335 border-top-left-radius: 0px; 11336} 11337.ctb_global_show .ctb_show ~ div.text_cell_render { 11338 border: 1px solid #cfcfcf; 11339} 11340.celltoolbar { 11341 font-size: 87%; 11342 padding-top: 3px; 11343} 11344.celltoolbar select { 11345 display: block; 11346 width: 100%; 11347 height: 32px; 11348 padding: 6px 12px; 11349 font-size: 13px; 11350 line-height: 1.42857143; 11351 color: #555555; 11352 background-color: #ffffff; 11353 background-image: none; 11354 border: 1px solid #cccccc; 11355 border-radius: 2px; 11356 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 11357 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 11358 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 11359 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 11360 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 11361 height: 30px; 11362 padding: 5px 10px; 11363 font-size: 12px; 11364 line-height: 1.5; 11365 border-radius: 1px; 11366 width: inherit; 11367 font-size: inherit; 11368 height: 22px; 11369 padding: 0px; 11370 display: inline-block; 11371} 11372.celltoolbar select:focus { 11373 border-color: #66afe9; 11374 outline: 0; 11375 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 11376 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 11377} 11378.celltoolbar select::-moz-placeholder { 11379 color: #999999; 11380 opacity: 1; 11381} 11382.celltoolbar select:-ms-input-placeholder { 11383 color: #999999; 11384} 11385.celltoolbar select::-webkit-input-placeholder { 11386 color: #999999; 11387} 11388.celltoolbar select::-ms-expand { 11389 border: 0; 11390 background-color: transparent; 11391} 11392.celltoolbar select[disabled], 11393.celltoolbar select[readonly], 11394fieldset[disabled] .celltoolbar select { 11395 background-color: #eeeeee; 11396 opacity: 1; 11397} 11398.celltoolbar select[disabled], 11399fieldset[disabled] .celltoolbar select { 11400 cursor: not-allowed; 11401} 11402textarea.celltoolbar select { 11403 height: auto; 11404} 11405select.celltoolbar select { 11406 height: 30px; 11407 line-height: 30px; 11408} 11409textarea.celltoolbar select, 11410select[multiple].celltoolbar select { 11411 height: auto; 11412} 11413.celltoolbar label { 11414 margin-left: 5px; 11415 margin-right: 5px; 11416} 11417.completions { 11418 position: absolute; 11419 z-index: 110; 11420 overflow: hidden; 11421 border: 1px solid #ababab; 11422 border-radius: 2px; 11423 -webkit-box-shadow: 0px 6px 10px -1px #adadad; 11424 box-shadow: 0px 6px 10px -1px #adadad; 11425 line-height: 1; 11426} 11427.completions select { 11428 background: white; 11429 outline: none; 11430 border: none; 11431 padding: 0px; 11432 margin: 0px; 11433 overflow: auto; 11434 font-family: monospace; 11435 font-size: 110%; 11436 color: #000000; 11437 width: auto; 11438} 11439.completions select option.context { 11440 color: #286090; 11441} 11442#kernel_logo_widget { 11443 float: right !important; 11444 float: right; 11445} 11446#kernel_logo_widget .current_kernel_logo { 11447 display: none; 11448 margin-top: -1px; 11449 margin-bottom: -1px; 11450 width: 32px; 11451 height: 32px; 11452} 11453#menubar { 11454 box-sizing: border-box; 11455 -moz-box-sizing: border-box; 11456 -webkit-box-sizing: border-box; 11457 margin-top: 1px; 11458} 11459#menubar .navbar { 11460 border-top: 1px; 11461 border-radius: 0px 0px 2px 2px; 11462 margin-bottom: 0px; 11463} 11464#menubar .navbar-toggle { 11465 float: left; 11466 padding-top: 7px; 11467 padding-bottom: 7px; 11468 border: none; 11469} 11470#menubar .navbar-collapse { 11471 clear: left; 11472} 11473.nav-wrapper { 11474 border-bottom: 1px solid #e7e7e7; 11475} 11476i.menu-icon { 11477 padding-top: 4px; 11478} 11479ul#help_menu li a { 11480 overflow: hidden; 11481 padding-right: 2.2em; 11482} 11483ul#help_menu li a i { 11484 margin-right: -1.2em; 11485} 11486.dropdown-submenu { 11487 position: relative; 11488} 11489.dropdown-submenu > .dropdown-menu { 11490 top: 0; 11491 left: 100%; 11492 margin-top: -6px; 11493 margin-left: -1px; 11494} 11495.dropdown-submenu:hover > .dropdown-menu { 11496 display: block; 11497} 11498.dropdown-submenu > a:after { 11499 display: inline-block; 11500 font: normal normal normal 14px/1 FontAwesome; 11501 font-size: inherit; 11502 text-rendering: auto; 11503 -webkit-font-smoothing: antialiased; 11504 -moz-osx-font-smoothing: grayscale; 11505 display: block; 11506 content: "\f0da"; 11507 float: right; 11508 color: #333333; 11509 margin-top: 2px; 11510 margin-right: -10px; 11511} 11512.dropdown-submenu > a:after.fa-pull-left { 11513 margin-right: .3em; 11514} 11515.dropdown-submenu > a:after.fa-pull-right { 11516 margin-left: .3em; 11517} 11518.dropdown-submenu > a:after.pull-left { 11519 margin-right: .3em; 11520} 11521.dropdown-submenu > a:after.pull-right { 11522 margin-left: .3em; 11523} 11524.dropdown-submenu:hover > a:after { 11525 color: #262626; 11526} 11527.dropdown-submenu.pull-left { 11528 float: none; 11529} 11530.dropdown-submenu.pull-left > .dropdown-menu { 11531 left: -100%; 11532 margin-left: 10px; 11533} 11534#notification_area { 11535 float: right !important; 11536 float: right; 11537 z-index: 10; 11538} 11539.indicator_area { 11540 float: right !important; 11541 float: right; 11542 color: #777777; 11543 margin-left: 5px; 11544 margin-right: 5px; 11545 width: 11px; 11546 z-index: 10; 11547 text-align: center; 11548 width: auto; 11549} 11550#kernel_indicator { 11551 float: right !important; 11552 float: right; 11553 color: #777777; 11554 margin-left: 5px; 11555 margin-right: 5px; 11556 width: 11px; 11557 z-index: 10; 11558 text-align: center; 11559 width: auto; 11560 border-left: 1px solid; 11561} 11562#kernel_indicator .kernel_indicator_name { 11563 padding-left: 5px; 11564 padding-right: 5px; 11565} 11566#modal_indicator { 11567 float: right !important; 11568 float: right; 11569 color: #777777; 11570 margin-left: 5px; 11571 margin-right: 5px; 11572 width: 11px; 11573 z-index: 10; 11574 text-align: center; 11575 width: auto; 11576} 11577#readonly-indicator { 11578 float: right !important; 11579 float: right; 11580 color: #777777; 11581 margin-left: 5px; 11582 margin-right: 5px; 11583 width: 11px; 11584 z-index: 10; 11585 text-align: center; 11586 width: auto; 11587 margin-top: 2px; 11588 margin-bottom: 0px; 11589 margin-left: 0px; 11590 margin-right: 0px; 11591 display: none; 11592} 11593.modal_indicator:before { 11594 width: 1.28571429em; 11595 text-align: center; 11596} 11597.edit_mode .modal_indicator:before { 11598 display: inline-block; 11599 font: normal normal normal 14px/1 FontAwesome; 11600 font-size: inherit; 11601 text-rendering: auto; 11602 -webkit-font-smoothing: antialiased; 11603 -moz-osx-font-smoothing: grayscale; 11604 content: "\f040"; 11605} 11606.edit_mode .modal_indicator:before.fa-pull-left { 11607 margin-right: .3em; 11608} 11609.edit_mode .modal_indicator:before.fa-pull-right { 11610 margin-left: .3em; 11611} 11612.edit_mode .modal_indicator:before.pull-left { 11613 margin-right: .3em; 11614} 11615.edit_mode .modal_indicator:before.pull-right { 11616 margin-left: .3em; 11617} 11618.command_mode .modal_indicator:before { 11619 display: inline-block; 11620 font: normal normal normal 14px/1 FontAwesome; 11621 font-size: inherit; 11622 text-rendering: auto; 11623 -webkit-font-smoothing: antialiased; 11624 -moz-osx-font-smoothing: grayscale; 11625 content: ' '; 11626} 11627.command_mode .modal_indicator:before.fa-pull-left { 11628 margin-right: .3em; 11629} 11630.command_mode .modal_indicator:before.fa-pull-right { 11631 margin-left: .3em; 11632} 11633.command_mode .modal_indicator:before.pull-left { 11634 margin-right: .3em; 11635} 11636.command_mode .modal_indicator:before.pull-right { 11637 margin-left: .3em; 11638} 11639.kernel_idle_icon:before { 11640 display: inline-block; 11641 font: normal normal normal 14px/1 FontAwesome; 11642 font-size: inherit; 11643 text-rendering: auto; 11644 -webkit-font-smoothing: antialiased; 11645 -moz-osx-font-smoothing: grayscale; 11646 content: "\f10c"; 11647} 11648.kernel_idle_icon:before.fa-pull-left { 11649 margin-right: .3em; 11650} 11651.kernel_idle_icon:before.fa-pull-right { 11652 margin-left: .3em; 11653} 11654.kernel_idle_icon:before.pull-left { 11655 margin-right: .3em; 11656} 11657.kernel_idle_icon:before.pull-right { 11658 margin-left: .3em; 11659} 11660.kernel_busy_icon:before { 11661 display: inline-block; 11662 font: normal normal normal 14px/1 FontAwesome; 11663 font-size: inherit; 11664 text-rendering: auto; 11665 -webkit-font-smoothing: antialiased; 11666 -moz-osx-font-smoothing: grayscale; 11667 content: "\f111"; 11668} 11669.kernel_busy_icon:before.fa-pull-left { 11670 margin-right: .3em; 11671} 11672.kernel_busy_icon:before.fa-pull-right { 11673 margin-left: .3em; 11674} 11675.kernel_busy_icon:before.pull-left { 11676 margin-right: .3em; 11677} 11678.kernel_busy_icon:before.pull-right { 11679 margin-left: .3em; 11680} 11681.kernel_dead_icon:before { 11682 display: inline-block; 11683 font: normal normal normal 14px/1 FontAwesome; 11684 font-size: inherit; 11685 text-rendering: auto; 11686 -webkit-font-smoothing: antialiased; 11687 -moz-osx-font-smoothing: grayscale; 11688 content: "\f1e2"; 11689} 11690.kernel_dead_icon:before.fa-pull-left { 11691 margin-right: .3em; 11692} 11693.kernel_dead_icon:before.fa-pull-right { 11694 margin-left: .3em; 11695} 11696.kernel_dead_icon:before.pull-left { 11697 margin-right: .3em; 11698} 11699.kernel_dead_icon:before.pull-right { 11700 margin-left: .3em; 11701} 11702.kernel_disconnected_icon:before { 11703 display: inline-block; 11704 font: normal normal normal 14px/1 FontAwesome; 11705 font-size: inherit; 11706 text-rendering: auto; 11707 -webkit-font-smoothing: antialiased; 11708 -moz-osx-font-smoothing: grayscale; 11709 content: "\f127"; 11710} 11711.kernel_disconnected_icon:before.fa-pull-left { 11712 margin-right: .3em; 11713} 11714.kernel_disconnected_icon:before.fa-pull-right { 11715 margin-left: .3em; 11716} 11717.kernel_disconnected_icon:before.pull-left { 11718 margin-right: .3em; 11719} 11720.kernel_disconnected_icon:before.pull-right { 11721 margin-left: .3em; 11722} 11723.notification_widget { 11724 color: #777777; 11725 z-index: 10; 11726 background: rgba(240, 240, 240, 0.5); 11727 margin-right: 4px; 11728 color: #333333; 11729 background-color: #ffffff; 11730 border-color: #cccccc; 11731} 11732.notification_widget:focus, 11733.notification_widget.focus { 11734 color: #333333; 11735 background-color: #e6e6e6; 11736 border-color: #8c8c8c; 11737} 11738.notification_widget:hover { 11739 color: #333333; 11740 background-color: #e6e6e6; 11741 border-color: #adadad; 11742} 11743.notification_widget:active, 11744.notification_widget.active, 11745.open > .dropdown-toggle.notification_widget { 11746 color: #333333; 11747 background-color: #e6e6e6; 11748 border-color: #adadad; 11749} 11750.notification_widget:active:hover, 11751.notification_widget.active:hover, 11752.open > .dropdown-toggle.notification_widget:hover, 11753.notification_widget:active:focus, 11754.notification_widget.active:focus, 11755.open > .dropdown-toggle.notification_widget:focus, 11756.notification_widget:active.focus, 11757.notification_widget.active.focus, 11758.open > .dropdown-toggle.notification_widget.focus { 11759 color: #333333; 11760 background-color: #d4d4d4; 11761 border-color: #8c8c8c; 11762} 11763.notification_widget:active, 11764.notification_widget.active, 11765.open > .dropdown-toggle.notification_widget { 11766 background-image: none; 11767} 11768.notification_widget.disabled:hover, 11769.notification_widget[disabled]:hover, 11770fieldset[disabled] .notification_widget:hover, 11771.notification_widget.disabled:focus, 11772.notification_widget[disabled]:focus, 11773fieldset[disabled] .notification_widget:focus, 11774.notification_widget.disabled.focus, 11775.notification_widget[disabled].focus, 11776fieldset[disabled] .notification_widget.focus { 11777 background-color: #ffffff; 11778 border-color: #cccccc; 11779} 11780.notification_widget .badge { 11781 color: #ffffff; 11782 background-color: #333333; 11783} 11784.notification_widget.warning { 11785 color: #ffffff; 11786 background-color: #f0ad4e; 11787 border-color: #eea236; 11788} 11789.notification_widget.warning:focus, 11790.notification_widget.warning.focus { 11791 color: #ffffff; 11792 background-color: #ec971f; 11793 border-color: #985f0d; 11794} 11795.notification_widget.warning:hover { 11796 color: #ffffff; 11797 background-color: #ec971f; 11798 border-color: #d58512; 11799} 11800.notification_widget.warning:active, 11801.notification_widget.warning.active, 11802.open > .dropdown-toggle.notification_widget.warning { 11803 color: #ffffff; 11804 background-color: #ec971f; 11805 border-color: #d58512; 11806} 11807.notification_widget.warning:active:hover, 11808.notification_widget.warning.active:hover, 11809.open > .dropdown-toggle.notification_widget.warning:hover, 11810.notification_widget.warning:active:focus, 11811.notification_widget.warning.active:focus, 11812.open > .dropdown-toggle.notification_widget.warning:focus, 11813.notification_widget.warning:active.focus, 11814.notification_widget.warning.active.focus, 11815.open > .dropdown-toggle.notification_widget.warning.focus { 11816 color: #ffffff; 11817 background-color: #d58512; 11818 border-color: #985f0d; 11819} 11820.notification_widget.warning:active, 11821.notification_widget.warning.active, 11822.open > .dropdown-toggle.notification_widget.warning { 11823 background-image: none; 11824} 11825.notification_widget.warning.disabled:hover, 11826.notification_widget.warning[disabled]:hover, 11827fieldset[disabled] .notification_widget.warning:hover, 11828.notification_widget.warning.disabled:focus, 11829.notification_widget.warning[disabled]:focus, 11830fieldset[disabled] .notification_widget.warning:focus, 11831.notification_widget.warning.disabled.focus, 11832.notification_widget.warning[disabled].focus, 11833fieldset[disabled] .notification_widget.warning.focus { 11834 background-color: #f0ad4e; 11835 border-color: #eea236; 11836} 11837.notification_widget.warning .badge { 11838 color: #f0ad4e; 11839 background-color: #ffffff; 11840} 11841.notification_widget.success { 11842 color: #ffffff; 11843 background-color: #5cb85c; 11844 border-color: #4cae4c; 11845} 11846.notification_widget.success:focus, 11847.notification_widget.success.focus { 11848 color: #ffffff; 11849 background-color: #449d44; 11850 border-color: #255625; 11851} 11852.notification_widget.success:hover { 11853 color: #ffffff; 11854 background-color: #449d44; 11855 border-color: #398439; 11856} 11857.notification_widget.success:active, 11858.notification_widget.success.active, 11859.open > .dropdown-toggle.notification_widget.success { 11860 color: #ffffff; 11861 background-color: #449d44; 11862 border-color: #398439; 11863} 11864.notification_widget.success:active:hover, 11865.notification_widget.success.active:hover, 11866.open > .dropdown-toggle.notification_widget.success:hover, 11867.notification_widget.success:active:focus, 11868.notification_widget.success.active:focus, 11869.open > .dropdown-toggle.notification_widget.success:focus, 11870.notification_widget.success:active.focus, 11871.notification_widget.success.active.focus, 11872.open > .dropdown-toggle.notification_widget.success.focus { 11873 color: #ffffff; 11874 background-color: #398439; 11875 border-color: #255625; 11876} 11877.notification_widget.success:active, 11878.notification_widget.success.active, 11879.open > .dropdown-toggle.notification_widget.success { 11880 background-image: none; 11881} 11882.notification_widget.success.disabled:hover, 11883.notification_widget.success[disabled]:hover, 11884fieldset[disabled] .notification_widget.success:hover, 11885.notification_widget.success.disabled:focus, 11886.notification_widget.success[disabled]:focus, 11887fieldset[disabled] .notification_widget.success:focus, 11888.notification_widget.success.disabled.focus, 11889.notification_widget.success[disabled].focus, 11890fieldset[disabled] .notification_widget.success.focus { 11891 background-color: #5cb85c; 11892 border-color: #4cae4c; 11893} 11894.notification_widget.success .badge { 11895 color: #5cb85c; 11896 background-color: #ffffff; 11897} 11898.notification_widget.info { 11899 color: #ffffff; 11900 background-color: #5bc0de; 11901 border-color: #46b8da; 11902} 11903.notification_widget.info:focus, 11904.notification_widget.info.focus { 11905 color: #ffffff; 11906 background-color: #31b0d5; 11907 border-color: #1b6d85; 11908} 11909.notification_widget.info:hover { 11910 color: #ffffff; 11911 background-color: #31b0d5; 11912 border-color: #269abc; 11913} 11914.notification_widget.info:active, 11915.notification_widget.info.active, 11916.open > .dropdown-toggle.notification_widget.info { 11917 color: #ffffff; 11918 background-color: #31b0d5; 11919 border-color: #269abc; 11920} 11921.notification_widget.info:active:hover, 11922.notification_widget.info.active:hover, 11923.open > .dropdown-toggle.notification_widget.info:hover, 11924.notification_widget.info:active:focus, 11925.notification_widget.info.active:focus, 11926.open > .dropdown-toggle.notification_widget.info:focus, 11927.notification_widget.info:active.focus, 11928.notification_widget.info.active.focus, 11929.open > .dropdown-toggle.notification_widget.info.focus { 11930 color: #ffffff; 11931 background-color: #269abc; 11932 border-color: #1b6d85; 11933} 11934.notification_widget.info:active, 11935.notification_widget.info.active, 11936.open > .dropdown-toggle.notification_widget.info { 11937 background-image: none; 11938} 11939.notification_widget.info.disabled:hover, 11940.notification_widget.info[disabled]:hover, 11941fieldset[disabled] .notification_widget.info:hover, 11942.notification_widget.info.disabled:focus, 11943.notification_widget.info[disabled]:focus, 11944fieldset[disabled] .notification_widget.info:focus, 11945.notification_widget.info.disabled.focus, 11946.notification_widget.info[disabled].focus, 11947fieldset[disabled] .notification_widget.info.focus { 11948 background-color: #5bc0de; 11949 border-color: #46b8da; 11950} 11951.notification_widget.info .badge { 11952 color: #5bc0de; 11953 background-color: #ffffff; 11954} 11955.notification_widget.danger { 11956 color: #ffffff; 11957 background-color: #d9534f; 11958 border-color: #d43f3a; 11959} 11960.notification_widget.danger:focus, 11961.notification_widget.danger.focus { 11962 color: #ffffff; 11963 background-color: #c9302c; 11964 border-color: #761c19; 11965} 11966.notification_widget.danger:hover { 11967 color: #ffffff; 11968 background-color: #c9302c; 11969 border-color: #ac2925; 11970} 11971.notification_widget.danger:active, 11972.notification_widget.danger.active, 11973.open > .dropdown-toggle.notification_widget.danger { 11974 color: #ffffff; 11975 background-color: #c9302c; 11976 border-color: #ac2925; 11977} 11978.notification_widget.danger:active:hover, 11979.notification_widget.danger.active:hover, 11980.open > .dropdown-toggle.notification_widget.danger:hover, 11981.notification_widget.danger:active:focus, 11982.notification_widget.danger.active:focus, 11983.open > .dropdown-toggle.notification_widget.danger:focus, 11984.notification_widget.danger:active.focus, 11985.notification_widget.danger.active.focus, 11986.open > .dropdown-toggle.notification_widget.danger.focus { 11987 color: #ffffff; 11988 background-color: #ac2925; 11989 border-color: #761c19; 11990} 11991.notification_widget.danger:active, 11992.notification_widget.danger.active, 11993.open > .dropdown-toggle.notification_widget.danger { 11994 background-image: none; 11995} 11996.notification_widget.danger.disabled:hover, 11997.notification_widget.danger[disabled]:hover, 11998fieldset[disabled] .notification_widget.danger:hover, 11999.notification_widget.danger.disabled:focus, 12000.notification_widget.danger[disabled]:focus, 12001fieldset[disabled] .notification_widget.danger:focus, 12002.notification_widget.danger.disabled.focus, 12003.notification_widget.danger[disabled].focus, 12004fieldset[disabled] .notification_widget.danger.focus { 12005 background-color: #d9534f; 12006 border-color: #d43f3a; 12007} 12008.notification_widget.danger .badge { 12009 color: #d9534f; 12010 background-color: #ffffff; 12011} 12012div#pager { 12013 background-color: #ffffff; 12014 font-size: 14px; 12015 line-height: 20px; 12016 overflow: hidden; 12017 display: none; 12018 position: fixed; 12019 bottom: 0px; 12020 width: 100%; 12021 max-height: 50%; 12022 padding-top: 8px; 12023 -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 12024 box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 12025 /* Display over codemirror */ 12026 z-index: 100; 12027 /* Hack which prevents jquery ui resizable from changing top. */ 12028 top: auto !important; 12029} 12030div#pager pre { 12031 line-height: 1.21429em; 12032 color: #000000; 12033 background-color: #f7f7f7; 12034 padding: 0.4em; 12035} 12036div#pager #pager-button-area { 12037 position: absolute; 12038 top: 8px; 12039 right: 20px; 12040} 12041div#pager #pager-contents { 12042 position: relative; 12043 overflow: auto; 12044 width: 100%; 12045 height: 100%; 12046} 12047div#pager #pager-contents #pager-container { 12048 position: relative; 12049 padding: 15px 0px; 12050 box-sizing: border-box; 12051 -moz-box-sizing: border-box; 12052 -webkit-box-sizing: border-box; 12053} 12054div#pager .ui-resizable-handle { 12055 top: 0px; 12056 height: 8px; 12057 background: #f7f7f7; 12058 border-top: 1px solid #cfcfcf; 12059 border-bottom: 1px solid #cfcfcf; 12060 /* This injects handle bars (a short, wide = symbol) for 12061 the resize handle. */ 12062} 12063div#pager .ui-resizable-handle::after { 12064 content: ''; 12065 top: 2px; 12066 left: 50%; 12067 height: 3px; 12068 width: 30px; 12069 margin-left: -15px; 12070 position: absolute; 12071 border-top: 1px solid #cfcfcf; 12072} 12073.quickhelp { 12074 /* Old browsers */ 12075 display: -webkit-box; 12076 -webkit-box-orient: horizontal; 12077 -webkit-box-align: stretch; 12078 display: -moz-box; 12079 -moz-box-orient: horizontal; 12080 -moz-box-align: stretch; 12081 display: box; 12082 box-orient: horizontal; 12083 box-align: stretch; 12084 /* Modern browsers */ 12085 display: flex; 12086 flex-direction: row; 12087 align-items: stretch; 12088 /* Old browsers */ 12089 -webkit-box-flex: 0; 12090 -moz-box-flex: 0; 12091 box-flex: 0; 12092 /* Modern browsers */ 12093 flex: none; 12094 line-height: 1.8em; 12095} 12096.shortcut_key { 12097 display: inline-block; 12098 width: 21ex; 12099 text-align: right; 12100 font-family: monospace; 12101} 12102.shortcut_descr { 12103 display: inline-block; 12104 /* Old browsers */ 12105 -webkit-box-flex: 1; 12106 -moz-box-flex: 1; 12107 box-flex: 1; 12108 /* Modern browsers */ 12109 flex: 1; 12110} 12111span.save_widget { 12112 margin-top: 6px; 12113} 12114span.save_widget span.filename { 12115 height: 1em; 12116 line-height: 1em; 12117 padding: 3px; 12118 margin-left: 16px; 12119 border: none; 12120 font-size: 146.5%; 12121 border-radius: 2px; 12122} 12123span.save_widget span.filename:hover { 12124 background-color: #e6e6e6; 12125} 12126span.checkpoint_status, 12127span.autosave_status { 12128 font-size: small; 12129} 12130@media (max-width: 767px) { 12131 span.save_widget { 12132 font-size: small; 12133 } 12134 span.checkpoint_status, 12135 span.autosave_status { 12136 display: none; 12137 } 12138} 12139@media (min-width: 768px) and (max-width: 991px) { 12140 span.checkpoint_status { 12141 display: none; 12142 } 12143 span.autosave_status { 12144 font-size: x-small; 12145 } 12146} 12147.toolbar { 12148 padding: 0px; 12149 margin-left: -5px; 12150 margin-top: 2px; 12151 margin-bottom: 5px; 12152 box-sizing: border-box; 12153 -moz-box-sizing: border-box; 12154 -webkit-box-sizing: border-box; 12155} 12156.toolbar select, 12157.toolbar label { 12158 width: auto; 12159 vertical-align: middle; 12160 margin-right: 2px; 12161 margin-bottom: 0px; 12162 display: inline; 12163 font-size: 92%; 12164 margin-left: 0.3em; 12165 margin-right: 0.3em; 12166 padding: 0px; 12167 padding-top: 3px; 12168} 12169.toolbar .btn { 12170 padding: 2px 8px; 12171} 12172.toolbar .btn-group { 12173 margin-top: 0px; 12174 margin-left: 5px; 12175} 12176#maintoolbar { 12177 margin-bottom: -3px; 12178 margin-top: -8px; 12179 border: 0px; 12180 min-height: 27px; 12181 margin-left: 0px; 12182 padding-top: 11px; 12183 padding-bottom: 3px; 12184} 12185#maintoolbar .navbar-text { 12186 float: none; 12187 vertical-align: middle; 12188 text-align: right; 12189 margin-left: 5px; 12190 margin-right: 0px; 12191 margin-top: 0px; 12192} 12193.select-xs { 12194 height: 24px; 12195} 12196.pulse, 12197.dropdown-menu > li > a.pulse, 12198li.pulse > a.dropdown-toggle, 12199li.pulse.open > a.dropdown-toggle { 12200 background-color: #F37626; 12201 color: white; 12202} 12203/** 12204 * Primary styles 12205 * 12206 * Author: Jupyter Development Team 12207 */ 12208/** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot 12209 * of chance of beeing generated from the ../less/[samename].less file, you can 12210 * try to get back the less file by reverting somme commit in history 12211 **/ 12212/* 12213 * We'll try to get something pretty, so we 12214 * have some strange css to have the scroll bar on 12215 * the left with fix button on the top right of the tooltip 12216 */ 12217@-moz-keyframes fadeOut { 12218 from { 12219 opacity: 1; 12220 } 12221 to { 12222 opacity: 0; 12223 } 12224} 12225@-webkit-keyframes fadeOut { 12226 from { 12227 opacity: 1; 12228 } 12229 to { 12230 opacity: 0; 12231 } 12232} 12233@-moz-keyframes fadeIn { 12234 from { 12235 opacity: 0; 12236 } 12237 to { 12238 opacity: 1; 12239 } 12240} 12241@-webkit-keyframes fadeIn { 12242 from { 12243 opacity: 0; 12244 } 12245 to { 12246 opacity: 1; 12247 } 12248} 12249/*properties of tooltip after "expand"*/ 12250.bigtooltip { 12251 overflow: auto; 12252 height: 200px; 12253 -webkit-transition-property: height; 12254 -webkit-transition-duration: 500ms; 12255 -moz-transition-property: height; 12256 -moz-transition-duration: 500ms; 12257 transition-property: height; 12258 transition-duration: 500ms; 12259} 12260/*properties of tooltip before "expand"*/ 12261.smalltooltip { 12262 -webkit-transition-property: height; 12263 -webkit-transition-duration: 500ms; 12264 -moz-transition-property: height; 12265 -moz-transition-duration: 500ms; 12266 transition-property: height; 12267 transition-duration: 500ms; 12268 text-overflow: ellipsis; 12269 overflow: hidden; 12270 height: 80px; 12271} 12272.tooltipbuttons { 12273 position: absolute; 12274 padding-right: 15px; 12275 top: 0px; 12276 right: 0px; 12277} 12278.tooltiptext { 12279 /*avoid the button to overlap on some docstring*/ 12280 padding-right: 30px; 12281} 12282.ipython_tooltip { 12283 max-width: 700px; 12284 /*fade-in animation when inserted*/ 12285 -webkit-animation: fadeOut 400ms; 12286 -moz-animation: fadeOut 400ms; 12287 animation: fadeOut 400ms; 12288 -webkit-animation: fadeIn 400ms; 12289 -moz-animation: fadeIn 400ms; 12290 animation: fadeIn 400ms; 12291 vertical-align: middle; 12292 background-color: #f7f7f7; 12293 overflow: visible; 12294 border: #ababab 1px solid; 12295 outline: none; 12296 padding: 3px; 12297 margin: 0px; 12298 padding-left: 7px; 12299 font-family: monospace; 12300 min-height: 50px; 12301 -moz-box-shadow: 0px 6px 10px -1px #adadad; 12302 -webkit-box-shadow: 0px 6px 10px -1px #adadad; 12303 box-shadow: 0px 6px 10px -1px #adadad; 12304 border-radius: 2px; 12305 position: absolute; 12306 z-index: 1000; 12307} 12308.ipython_tooltip a { 12309 float: right; 12310} 12311.ipython_tooltip .tooltiptext pre { 12312 border: 0; 12313 border-radius: 0; 12314 font-size: 100%; 12315 background-color: #f7f7f7; 12316} 12317.pretooltiparrow { 12318 left: 0px; 12319 margin: 0px; 12320 top: -16px; 12321 width: 40px; 12322 height: 16px; 12323 overflow: hidden; 12324 position: absolute; 12325} 12326.pretooltiparrow:before { 12327 background-color: #f7f7f7; 12328 border: 1px #ababab solid; 12329 z-index: 11; 12330 content: ""; 12331 position: absolute; 12332 left: 15px; 12333 top: 10px; 12334 width: 25px; 12335 height: 25px; 12336 -webkit-transform: rotate(45deg); 12337 -moz-transform: rotate(45deg); 12338 -ms-transform: rotate(45deg); 12339 -o-transform: rotate(45deg); 12340} 12341ul.typeahead-list i { 12342 margin-left: -10px; 12343 width: 18px; 12344} 12345ul.typeahead-list { 12346 max-height: 80vh; 12347 overflow: auto; 12348} 12349ul.typeahead-list > li > a { 12350 /** Firefox bug **/ 12351 /* see https://github.com/jupyter/notebook/issues/559 */ 12352 white-space: normal; 12353} 12354.cmd-palette .modal-body { 12355 padding: 7px; 12356} 12357.cmd-palette form { 12358 background: white; 12359} 12360.cmd-palette input { 12361 outline: none; 12362} 12363.no-shortcut { 12364 display: none; 12365} 12366.command-shortcut:before { 12367 content: "(command)"; 12368 padding-right: 3px; 12369 color: #777777; 12370} 12371.edit-shortcut:before { 12372 content: "(edit)"; 12373 padding-right: 3px; 12374 color: #777777; 12375} 12376#find-and-replace #replace-preview .match, 12377#find-and-replace #replace-preview .insert { 12378 background-color: #BBDEFB; 12379 border-color: #90CAF9; 12380 border-style: solid; 12381 border-width: 1px; 12382 border-radius: 0px; 12383} 12384#find-and-replace #replace-preview .replace .match { 12385 background-color: #FFCDD2; 12386 border-color: #EF9A9A; 12387 border-radius: 0px; 12388} 12389#find-and-replace #replace-preview .replace .insert { 12390 background-color: #C8E6C9; 12391 border-color: #A5D6A7; 12392 border-radius: 0px; 12393} 12394#find-and-replace #replace-preview { 12395 max-height: 60vh; 12396 overflow: auto; 12397} 12398#find-and-replace #replace-preview pre { 12399 padding: 5px 10px; 12400} 12401.terminal-app { 12402 background: #eeeeee; 12403} 12404.terminal-app #header { 12405 background: #ffffff; 12406 -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 12407 box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 12408} 12409.terminal-app .terminal { 12410 float: left; 12411 font-family: monospace; 12412 color: white; 12413 background: black; 12414 padding: 0.4em; 12415 border-radius: 2px; 12416 -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); 12417 box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); 12418} 12419.terminal-app .terminal, 12420.terminal-app .terminal dummy-screen { 12421 line-height: 1em; 12422 font-size: 14px; 12423} 12424.terminal-app .terminal-cursor { 12425 color: black; 12426 background: white; 12427} 12428.terminal-app #terminado-container { 12429 margin-top: 20px; 12430} 12431/*# sourceMappingURL=style.min.css.map */ 12432 </style> 12433<style type="text/css"> 12434 .highlight .hll { background-color: #ffffcc } 12435.highlight { background: #f8f8f8; } 12436.highlight .c { color: #408080; font-style: italic } /* Comment */ 12437.highlight .err { border: 1px solid #FF0000 } /* Error */ 12438.highlight .k { color: #008000; font-weight: bold } /* Keyword */ 12439.highlight .o { color: #666666 } /* Operator */ 12440.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ 12441.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ 12442.highlight .cp { color: #BC7A00 } /* Comment.Preproc */ 12443.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ 12444.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */ 12445.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */ 12446.highlight .gd { color: #A00000 } /* Generic.Deleted */ 12447.highlight .ge { font-style: italic } /* Generic.Emph */ 12448.highlight .gr { color: #FF0000 } /* Generic.Error */ 12449.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ 12450.highlight .gi { color: #00A000 } /* Generic.Inserted */ 12451.highlight .go { color: #888888 } /* Generic.Output */ 12452.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ 12453.highlight .gs { font-weight: bold } /* Generic.Strong */ 12454.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ 12455.highlight .gt { color: #0044DD } /* Generic.Traceback */ 12456.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ 12457.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ 12458.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ 12459.highlight .kp { color: #008000 } /* Keyword.Pseudo */ 12460.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ 12461.highlight .kt { color: #B00040 } /* Keyword.Type */ 12462.highlight .m { color: #666666 } /* Literal.Number */ 12463.highlight .s { color: #BA2121 } /* Literal.String */ 12464.highlight .na { color: #7D9029 } /* Name.Attribute */ 12465.highlight .nb { color: #008000 } /* Name.Builtin */ 12466.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */ 12467.highlight .no { color: #880000 } /* Name.Constant */ 12468.highlight .nd { color: #AA22FF } /* Name.Decorator */ 12469.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ 12470.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ 12471.highlight .nf { color: #0000FF } /* Name.Function */ 12472.highlight .nl { color: #A0A000 } /* Name.Label */ 12473.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ 12474.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ 12475.highlight .nv { color: #19177C } /* Name.Variable */ 12476.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ 12477.highlight .w { color: #bbbbbb } /* Text.Whitespace */ 12478.highlight .mb { color: #666666 } /* Literal.Number.Bin */ 12479.highlight .mf { color: #666666 } /* Literal.Number.Float */ 12480.highlight .mh { color: #666666 } /* Literal.Number.Hex */ 12481.highlight .mi { color: #666666 } /* Literal.Number.Integer */ 12482.highlight .mo { color: #666666 } /* Literal.Number.Oct */ 12483.highlight .sa { color: #BA2121 } /* Literal.String.Affix */ 12484.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ 12485.highlight .sc { color: #BA2121 } /* Literal.String.Char */ 12486.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */ 12487.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ 12488.highlight .s2 { color: #BA2121 } /* Literal.String.Double */ 12489.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ 12490.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ 12491.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ 12492.highlight .sx { color: #008000 } /* Literal.String.Other */ 12493.highlight .sr { color: #BB6688 } /* Literal.String.Regex */ 12494.highlight .s1 { color: #BA2121 } /* Literal.String.Single */ 12495.highlight .ss { color: #19177C } /* Literal.String.Symbol */ 12496.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ 12497.highlight .fm { color: #0000FF } /* Name.Function.Magic */ 12498.highlight .vc { color: #19177C } /* Name.Variable.Class */ 12499.highlight .vg { color: #19177C } /* Name.Variable.Global */ 12500.highlight .vi { color: #19177C } /* Name.Variable.Instance */ 12501.highlight .vm { color: #19177C } /* Name.Variable.Magic */ 12502.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ 12503 </style> 12504<style type="text/css"> 12505 12506/* Temporary definitions which will become obsolete with Notebook release 5.0 */ 12507.ansi-black-fg { color: #3E424D; } 12508.ansi-black-bg { background-color: #3E424D; } 12509.ansi-black-intense-fg { color: #282C36; } 12510.ansi-black-intense-bg { background-color: #282C36; } 12511.ansi-red-fg { color: #E75C58; } 12512.ansi-red-bg { background-color: #E75C58; } 12513.ansi-red-intense-fg { color: #B22B31; } 12514.ansi-red-intense-bg { background-color: #B22B31; } 12515.ansi-green-fg { color: #00A250; } 12516.ansi-green-bg { background-color: #00A250; } 12517.ansi-green-intense-fg { color: #007427; } 12518.ansi-green-intense-bg { background-color: #007427; } 12519.ansi-yellow-fg { color: #DDB62B; } 12520.ansi-yellow-bg { background-color: #DDB62B; } 12521.ansi-yellow-intense-fg { color: #B27D12; } 12522.ansi-yellow-intense-bg { background-color: #B27D12; } 12523.ansi-blue-fg { color: #208FFB; } 12524.ansi-blue-bg { background-color: #208FFB; } 12525.ansi-blue-intense-fg { color: #0065CA; } 12526.ansi-blue-intense-bg { background-color: #0065CA; } 12527.ansi-magenta-fg { color: #D160C4; } 12528.ansi-magenta-bg { background-color: #D160C4; } 12529.ansi-magenta-intense-fg { color: #A03196; } 12530.ansi-magenta-intense-bg { background-color: #A03196; } 12531.ansi-cyan-fg { color: #60C6C8; } 12532.ansi-cyan-bg { background-color: #60C6C8; } 12533.ansi-cyan-intense-fg { color: #258F8F; } 12534.ansi-cyan-intense-bg { background-color: #258F8F; } 12535.ansi-white-fg { color: #C5C1B4; } 12536.ansi-white-bg { background-color: #C5C1B4; } 12537.ansi-white-intense-fg { color: #A1A6B2; } 12538.ansi-white-intense-bg { background-color: #A1A6B2; } 12539 12540.ansi-bold { font-weight: bold; } 12541 12542 </style> 12543 12544 12545<style type="text/css"> 12546/* Overrides of notebook CSS for static HTML export */ 12547body { 12548 overflow: visible; 12549 padding: 8px; 12550} 12551 12552div#notebook { 12553 overflow: visible; 12554 border-top: none; 12555}@media print { 12556 div.cell { 12557 display: block; 12558 page-break-inside: avoid; 12559 } 12560 div.output_wrapper { 12561 display: block; 12562 page-break-inside: avoid; 12563 } 12564 div.output { 12565 display: block; 12566 page-break-inside: avoid; 12567 } 12568} 12569</style> 12570 12571<!-- Custom stylesheet, it must be in the same directory as the html file --> 12572<link rel="stylesheet" href="custom.css"> 12573 12574<!-- Loading mathjax macro --> 12575<!-- Load mathjax --> 12576 <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML"></script> 12577 <!-- MathJax configuration --> 12578 <script type="text/x-mathjax-config"> 12579 MathJax.Hub.Config({ 12580 tex2jax: { 12581 inlineMath: [ ['$','$'], ["\\(","\\)"] ], 12582 displayMath: [ ['$$','$$'], ["\\[","\\]"] ], 12583 processEscapes: true, 12584 processEnvironments: true 12585 }, 12586 // Center justify equations in code and markdown cells. Elsewhere 12587 // we use CSS to left justify single line equations in code cells. 12588 displayAlign: 'center', 12589 "HTML-CSS": { 12590 styles: {'.MathJax_Display': {"margin": 0}}, 12591 linebreaks: { automatic: true } 12592 } 12593 }); 12594 </script> 12595 <!-- End of mathjax configuration --></head> 12596<body> 12597 <div tabindex="-1" id="notebook" class="border-box-sizing"> 12598 <div class="container" id="notebook-container"> 12599 12600<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 12601</div> 12602<div class="inner_cell"> 12603<div class="text_cell_render border-box-sizing rendered_html"> 12604<h1 id="Plotters-Tutorial-with-Jupyter">Plotters Tutorial with Jupyter<a class="anchor-link" href="#Plotters-Tutorial-with-Jupyter">¶</a></h1> 12605</div> 12606</div> 12607</div> 12608<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 12609</div> 12610<div class="inner_cell"> 12611<div class="text_cell_render border-box-sizing rendered_html"> 12612<p>This is a interactive tutorial for <a href="https://github.com/38/plotters"><code>Plotters</code></a> drawing library. If you are looking at the static HTML version and want to try the interactive version. Please follow the steps:</p> 12613<h4 id="For-Ubuntu/Debian-users">For Ubuntu/Debian users<a class="anchor-link" href="#For-Ubuntu/Debian-users">¶</a></h4><div class="highlight"><pre><span></span><span class="c1"># Install Jupyter notebook </span> 12614sudo apt install libzmq3-dev jupyter-notebook 12615cargo install evcxr_jupyter 12616evcxr_jupyter --install 12617<span class="c1"># Get the notebook</span> 12618git clone https://github.com/38/plotters-doc-data 12619<span class="nb">cd</span> plotteres-doc-data 12620jupyter notebook 12621</pre></div> 12622<h4 id="For-OSX-users">For OSX users<a class="anchor-link" href="#For-OSX-users">¶</a></h4><div class="highlight"><pre><span></span><span class="c1"># Install Jupyter notebook </span> 12623brew install zeromq pkg-config 12624cargo install evcxr_jupyter 12625evcxr_jupyter --install 12626<span class="c1"># Get the notebook</span> 12627git clone https://github.com/38/plotters-doc-data 12628<span class="nb">cd</span> plotteres-doc-data 12629jupyter notebook 12630</pre></div> 12631<p>You can also download the latest notebook from <a href="https://raw.githubusercontent.com/38/plotters-doc-data/master/evcxr-jupyter-integration.ipynb">https://raw.githubusercontent.com/38/plotters-doc-data/master/evcxr-jupyter-integration.ipynb</a>, thus you don't have to clone the entire data repo.</p> 12632 12633</div> 12634</div> 12635</div> 12636<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 12637</div> 12638<div class="inner_cell"> 12639<div class="text_cell_render border-box-sizing rendered_html"> 12640<h2 id="Get-Started">Get Started<a class="anchor-link" href="#Get-Started">¶</a></h2> 12641</div> 12642</div> 12643</div> 12644<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 12645</div> 12646<div class="inner_cell"> 12647<div class="text_cell_render border-box-sizing rendered_html"> 12648<p>In order to use <code>Plotters</code> in <code>jupyter-evcxr</code>, you need both Jupyter and evcxr installed. 12649Check <a href="https://github.com/google/evcxr">https://github.com/google/evcxr</a> for the instructions.</p> 12650<p>To use Plotters with <code>jupyter-evcxr</code>, you need to import it using the following code:</p> 12651 12652</div> 12653</div> 12654</div> 12655<div class="cell border-box-sizing code_cell rendered"> 12656<div class="input"> 12657<div class="prompt input_prompt">In [2]:</div> 12658<div class="inner_cell"> 12659 <div class="input_area"> 12660<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">"https://github.com/38/plotters"</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">"evcxr"</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span> 12661</pre></div> 12662 12663</div> 12664</div> 12665</div> 12666 12667</div> 12668<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 12669</div> 12670<div class="inner_cell"> 12671<div class="text_cell_render border-box-sizing rendered_html"> 12672<p>Because <code>evcxr</code> uses only SVG images, so we don't need other types of backend. So we should put</p> 12673<p><code>default_features = false, features = ["evcxr"]</code></p> 12674<p>Make the compilation faster. Since <code>evcxr</code> shares all the artifacts among cells, after the first time we have <code>plotters</code> compiled, it should be faster after.</p> 12675 12676</div> 12677</div> 12678</div> 12679<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 12680</div> 12681<div class="inner_cell"> 12682<div class="text_cell_render border-box-sizing rendered_html"> 12683<h3 id="Plotters-evcxr-integration-overview">Plotters evcxr integration overview<a class="anchor-link" href="#Plotters-evcxr-integration-overview">¶</a></h3> 12684</div> 12685</div> 12686</div> 12687<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 12688</div> 12689<div class="inner_cell"> 12690<div class="text_cell_render border-box-sizing rendered_html"> 12691<p>To use plotters, the most convenient way is importing everything defined in the <code>prelude</code> module. 12692It will import <code>evcxr_figure</code> function for <code>evcxr</code> integration.</p> 12693<p><em>Note: Currently evcxr doesn't work with nightly rust, so please make sure you are using a stable rust</em></p> 12694 12695</div> 12696</div> 12697</div> 12698<div class="cell border-box-sizing code_cell rendered"> 12699<div class="input"> 12700<div class="prompt input_prompt">In [3]:</div> 12701<div class="inner_cell"> 12702 <div class="input_area"> 12703<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">"https://github.com/38/plotters"</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">"evcxr"</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span> 12704<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span> 12705<span class="c1">// Import all the plotters prelude functions</span> 12706<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span> 12707<span class="c1">// To create a figure that can be displayed in Jupyter notebook, use evcxr_figure function.</span> 12708<span class="c1">// The first param is the resolution of the figure.</span> 12709<span class="c1">// The second param is the closure that performes the drawing.</span> 12710<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">300</span><span class="p">,</span><span class="w"> </span><span class="mi">10</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 12711<span class="w"> </span><span class="c1">// Do the drawings</span> 12712<span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">fill</span><span class="p">(</span><span class="o">&</span><span class="n">Blue</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 12713<span class="w"> </span><span class="c1">// Tell plotters that everything is ok</span> 12714<span class="w"> </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span> 12715<span class="p">})</span><span class="w"></span> 12716</pre></div> 12717 12718</div> 12719</div> 12720</div> 12721 12722<div class="output_wrapper"> 12723<div class="output"> 12724 12725 12726<div class="output_area"> 12727 12728<div class="prompt output_prompt">Out[3]:</div> 12729 12730 12731 12732<div class="output_html rendered_html output_subarea output_execute_result"> 12733<div style=""><svg viewBox="0 0 300 10" xmlns="http://www.w3.org/2000/svg"> 12734<rect fill="#0000FF" height="10" opacity="1" stroke="none" width="300" x="0" y="0"/> 12735</svg></div> 12736</div> 12737 12738</div> 12739 12740</div> 12741</div> 12742 12743</div> 12744<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 12745</div> 12746<div class="inner_cell"> 12747<div class="text_cell_render border-box-sizing rendered_html"> 12748<h2 id="Hello-World">Hello World<a class="anchor-link" href="#Hello-World">¶</a></h2> 12749</div> 12750</div> 12751</div> 12752<div class="cell border-box-sizing code_cell rendered"> 12753<div class="input"> 12754<div class="prompt input_prompt">In [4]:</div> 12755<div class="inner_cell"> 12756 <div class="input_area"> 12757<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">"https://github.com/38/plotters"</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">"evcxr"</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span> 12758<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span> 12759<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span> 12760 12761<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">320</span><span class="p">,</span><span class="mi">50</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 12762<span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">fill</span><span class="p">(</span><span class="o">&</span><span class="n">Green</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 12763<span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">draw</span><span class="p">(</span><span class="o">&</span><span class="n">Text</span>::<span class="n">new</span><span class="p">(</span><span class="s">"Hello World from Plotters!"</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="mi">15</span><span class="p">,</span><span class="w"> </span><span class="mi">15</span><span class="p">),</span><span class="w"> </span><span class="p">(</span><span class="s">"Arial"</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">()))</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 12764<span class="w"> </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span> 12765<span class="p">})</span><span class="w"></span> 12766</pre></div> 12767 12768</div> 12769</div> 12770</div> 12771 12772<div class="output_wrapper"> 12773<div class="output"> 12774 12775 12776<div class="output_area"> 12777 12778<div class="prompt output_prompt">Out[4]:</div> 12779 12780 12781 12782<div class="output_html rendered_html output_subarea output_execute_result"> 12783<div style=""><svg viewBox="0 0 320 50" xmlns="http://www.w3.org/2000/svg"> 12784<rect fill="#00FF00" height="50" opacity="1" stroke="none" width="320" x="0" y="0"/> 12785<text fill="#000000" font-famliy="Arial" font-size="20" opacity="1" x="15" y="28"> 12786Hello World from Plotters! 12787</text> 12788</svg></div> 12789</div> 12790 12791</div> 12792 12793</div> 12794</div> 12795 12796</div> 12797<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 12798</div> 12799<div class="inner_cell"> 12800<div class="text_cell_render border-box-sizing rendered_html"> 12801<h2 id="Sub--Drawing-Areas">Sub- Drawing Areas<a class="anchor-link" href="#Sub--Drawing-Areas">¶</a></h2> 12802</div> 12803</div> 12804</div> 12805<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 12806</div> 12807<div class="inner_cell"> 12808<div class="text_cell_render border-box-sizing rendered_html"> 12809<p>One of the very important features is, <code>Plotters</code> allows drawing multiple charts in a single figure. And this is done by having sub-drawing-areas. The root drawing area is able to be splitted into smaller drawing areas, and you can always do more fine-grained splits as well.</p> 12810 12811</div> 12812</div> 12813</div> 12814<div class="cell border-box-sizing code_cell rendered"> 12815<div class="input"> 12816<div class="prompt input_prompt">In [5]:</div> 12817<div class="inner_cell"> 12818 <div class="input_area"> 12819<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">"https://github.com/38/plotters"</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">"evcxr"</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span> 12820<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span> 12821<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span> 12822<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">coord</span>::<span class="n">Shift</span><span class="p">;</span><span class="w"></span> 12823<span class="k">pub</span><span class="w"> </span><span class="k">fn</span> <span class="nf">sierpinski_carpet</span><span class="p">(</span><span class="w"></span> 12824<span class="w"> </span><span class="n">depth</span>: <span class="kt">u32</span><span class="p">,</span><span class="w"> </span> 12825<span class="w"> </span><span class="n">drawing_area</span>: <span class="kp">&</span><span class="nc">DrawingArea</span><span class="o"><</span><span class="n">SVGBackend</span><span class="p">,</span><span class="w"> </span><span class="n">Shift</span><span class="o">></span><span class="p">)</span><span class="w"> </span> 12826-> <span class="nb">Result</span><span class="o"><</span><span class="p">(),</span><span class="w"> </span><span class="nb">Box</span><span class="o"><</span><span class="n">dyn</span><span class="w"> </span><span class="n">std</span>::<span class="n">error</span>::<span class="n">Error</span><span class="o">>></span><span class="w"> </span><span class="p">{</span><span class="w"></span> 12827<span class="w"> </span><span class="k">if</span><span class="w"> </span><span class="n">depth</span><span class="w"> </span><span class="o">></span><span class="w"> </span><span class="mi">0</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 12828<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">sub_areas</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">drawing_area</span><span class="p">.</span><span class="n">split_evenly</span><span class="p">((</span><span class="mi">3</span><span class="p">,</span><span class="mi">3</span><span class="p">));</span><span class="w"></span> 12829<span class="w"> </span><span class="k">for</span><span class="w"> </span><span class="p">(</span><span class="n">idx</span><span class="p">,</span><span class="w"> </span><span class="n">sub_area</span><span class="p">)</span><span class="w"> </span><span class="k">in</span><span class="w"> </span><span class="p">(</span><span class="mi">0</span><span class="p">..).</span><span class="n">zip</span><span class="p">(</span><span class="n">sub_areas</span><span class="p">.</span><span class="n">iter</span><span class="p">())</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 12830<span class="w"> </span><span class="k">if</span><span class="w"> </span><span class="n">idx</span><span class="w"> </span><span class="o">==</span><span class="w"> </span><span class="mi">4</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 12831<span class="w"> </span><span class="n">sub_area</span><span class="p">.</span><span class="n">fill</span><span class="p">(</span><span class="o">&</span><span class="n">White</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 12832<span class="w"> </span><span class="p">}</span><span class="w"> </span><span class="k">else</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 12833<span class="w"> </span><span class="n">sierpinski_carpet</span><span class="p">(</span><span class="n">depth</span><span class="w"> </span><span class="o">-</span><span class="w"> </span><span class="mi">1</span><span class="p">,</span><span class="w"> </span><span class="n">sub_area</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 12834<span class="w"> </span><span class="p">}</span><span class="w"></span> 12835<span class="w"> </span><span class="p">}</span><span class="w"></span> 12836<span class="w"> </span><span class="p">}</span><span class="w"></span> 12837<span class="w"> </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span> 12838<span class="p">}</span><span class="w"></span> 12839<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">4800</span><span class="p">,</span><span class="mi">4800</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 12840<span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">fill</span><span class="p">(</span><span class="o">&</span><span class="n">Black</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 12841<span class="w"> </span><span class="n">sierpinski_carpet</span><span class="p">(</span><span class="mi">5</span><span class="p">,</span><span class="w"> </span><span class="o">&</span><span class="n">root</span><span class="p">)</span><span class="w"></span> 12842<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">"width: 200px"</span><span class="p">)</span><span class="w"> </span><span class="cm">/* You can add CSS style to the result */</span><span class="w"></span> 12843</pre></div> 12844 12845</div> 12846</div> 12847</div> 12848 12849<div class="output_wrapper"> 12850<div class="output"> 12851 12852 12853<div class="output_area"> 12854 12855<div class="prompt output_prompt">Out[5]:</div> 12856 12857 12858 12859<div class="output_html rendered_html output_subarea output_execute_result"> 12860<div style="width: 200px"><svg viewBox="0 0 4800 4800" xmlns="http://www.w3.org/2000/svg"> 12861<rect fill="#000000" height="4800" opacity="1" stroke="none" width="4800" x="0" y="0"/> 12862<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="21"/> 12863<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="79" y="21"/> 12864<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="21"/> 12865<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="79"/> 12866<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="60" y="60"/> 12867<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="79"/> 12868<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="138"/> 12869<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="138"/> 12870<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="138"/> 12871<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="21"/> 12872<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="256" y="21"/> 12873<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="21"/> 12874<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="79"/> 12875<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="237" y="60"/> 12876<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="79"/> 12877<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="138"/> 12878<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="138"/> 12879<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="138"/> 12880<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="21"/> 12881<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="434" y="21"/> 12882<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="21"/> 12883<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="79"/> 12884<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="413" y="60"/> 12885<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="79"/> 12886<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="138"/> 12887<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="138"/> 12888<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="138"/> 12889<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="198"/> 12890<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="79" y="198"/> 12891<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="198"/> 12892<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="256"/> 12893<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="60" y="237"/> 12894<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="256"/> 12895<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="315"/> 12896<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="315"/> 12897<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="315"/> 12898<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="177" y="177"/> 12899<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="198"/> 12900<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="434" y="198"/> 12901<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="198"/> 12902<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="256"/> 12903<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="413" y="237"/> 12904<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="256"/> 12905<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="315"/> 12906<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="315"/> 12907<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="315"/> 12908<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="373"/> 12909<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="373"/> 12910<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="373"/> 12911<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="434"/> 12912<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="60" y="413"/> 12913<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="434"/> 12914<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="492"/> 12915<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="492"/> 12916<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="492"/> 12917<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="373"/> 12918<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="373"/> 12919<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="373"/> 12920<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="434"/> 12921<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="237" y="413"/> 12922<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="434"/> 12923<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="492"/> 12924<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="492"/> 12925<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="492"/> 12926<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="373"/> 12927<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="373"/> 12928<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="373"/> 12929<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="434"/> 12930<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="413" y="413"/> 12931<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="434"/> 12932<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="492"/> 12933<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="492"/> 12934<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="492"/> 12935<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="21"/> 12936<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="612" y="21"/> 12937<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="21"/> 12938<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="79"/> 12939<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="593" y="60"/> 12940<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="79"/> 12941<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="138"/> 12942<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="138"/> 12943<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="138"/> 12944<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="731" y="21"/> 12945<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="789" y="21"/> 12946<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="848" y="21"/> 12947<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="79"/> 12948<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="770" y="60"/> 12949<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="79"/> 12950<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="138"/> 12951<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="138"/> 12952<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="138"/> 12953<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="21"/> 12954<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="967" y="21"/> 12955<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="21"/> 12956<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="79"/> 12957<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="946" y="60"/> 12958<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="79"/> 12959<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="138"/> 12960<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="138"/> 12961<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="138"/> 12962<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="198"/> 12963<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="612" y="198"/> 12964<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="198"/> 12965<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="256"/> 12966<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="593" y="237"/> 12967<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="256"/> 12968<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="315"/> 12969<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="315"/> 12970<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="315"/> 12971<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="710" y="177"/> 12972<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="198"/> 12973<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="967" y="198"/> 12974<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="198"/> 12975<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="256"/> 12976<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="946" y="237"/> 12977<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="256"/> 12978<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="315"/> 12979<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="315"/> 12980<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="315"/> 12981<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="373"/> 12982<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="373"/> 12983<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="373"/> 12984<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="434"/> 12985<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="593" y="413"/> 12986<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="434"/> 12987<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="492"/> 12988<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="492"/> 12989<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="492"/> 12990<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="373"/> 12991<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="373"/> 12992<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="373"/> 12993<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="731" y="434"/> 12994<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="770" y="413"/> 12995<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="848" y="434"/> 12996<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="492"/> 12997<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="492"/> 12998<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="492"/> 12999<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="373"/> 13000<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="373"/> 13001<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="373"/> 13002<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="434"/> 13003<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="946" y="413"/> 13004<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="434"/> 13005<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="492"/> 13006<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="492"/> 13007<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="492"/> 13008<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="21"/> 13009<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1144" y="21"/> 13010<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="21"/> 13011<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="79"/> 13012<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1125" y="60"/> 13013<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="79"/> 13014<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="138"/> 13015<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="138"/> 13016<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="138"/> 13017<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="21"/> 13018<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1325" y="21"/> 13019<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="21"/> 13020<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="79"/> 13021<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1304" y="60"/> 13022<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="79"/> 13023<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="138"/> 13024<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="138"/> 13025<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="138"/> 13026<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="21"/> 13027<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1503" y="21"/> 13028<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="21"/> 13029<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="79"/> 13030<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1482" y="60"/> 13031<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="79"/> 13032<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="138"/> 13033<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="138"/> 13034<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="138"/> 13035<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="198"/> 13036<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1144" y="198"/> 13037<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="198"/> 13038<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="256"/> 13039<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1125" y="237"/> 13040<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="256"/> 13041<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="315"/> 13042<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="315"/> 13043<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="315"/> 13044<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="178" x="1245" y="177"/> 13045<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="198"/> 13046<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1503" y="198"/> 13047<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="198"/> 13048<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="256"/> 13049<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1482" y="237"/> 13050<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="256"/> 13051<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="315"/> 13052<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="315"/> 13053<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="315"/> 13054<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="373"/> 13055<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="373"/> 13056<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="373"/> 13057<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="434"/> 13058<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1125" y="413"/> 13059<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="434"/> 13060<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="492"/> 13061<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="492"/> 13062<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="492"/> 13063<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="373"/> 13064<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="373"/> 13065<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="373"/> 13066<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="434"/> 13067<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1304" y="413"/> 13068<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="434"/> 13069<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="492"/> 13070<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="492"/> 13071<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="492"/> 13072<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="373"/> 13073<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="373"/> 13074<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="373"/> 13075<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="434"/> 13076<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1482" y="413"/> 13077<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="434"/> 13078<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="492"/> 13079<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="492"/> 13080<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="492"/> 13081<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="554"/> 13082<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="79" y="554"/> 13083<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="554"/> 13084<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="612"/> 13085<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="60" y="593"/> 13086<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="612"/> 13087<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="671"/> 13088<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="671"/> 13089<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="671"/> 13090<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="554"/> 13091<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="256" y="554"/> 13092<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="554"/> 13093<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="612"/> 13094<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="237" y="593"/> 13095<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="612"/> 13096<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="671"/> 13097<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="671"/> 13098<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="671"/> 13099<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="554"/> 13100<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="434" y="554"/> 13101<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="554"/> 13102<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="612"/> 13103<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="413" y="593"/> 13104<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="612"/> 13105<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="671"/> 13106<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="671"/> 13107<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="671"/> 13108<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="731"/> 13109<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="79" y="731"/> 13110<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="731"/> 13111<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="789"/> 13112<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="60" y="770"/> 13113<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="789"/> 13114<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="848"/> 13115<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="848"/> 13116<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="848"/> 13117<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="177" y="710"/> 13118<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="731"/> 13119<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="434" y="731"/> 13120<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="731"/> 13121<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="789"/> 13122<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="413" y="770"/> 13123<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="789"/> 13124<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="848"/> 13125<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="848"/> 13126<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="848"/> 13127<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="906"/> 13128<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="906"/> 13129<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="906"/> 13130<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="967"/> 13131<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="60" y="946"/> 13132<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="967"/> 13133<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="1025"/> 13134<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="1025"/> 13135<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="1025"/> 13136<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="906"/> 13137<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="906"/> 13138<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="906"/> 13139<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="967"/> 13140<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="237" y="946"/> 13141<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="967"/> 13142<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="1025"/> 13143<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="1025"/> 13144<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="1025"/> 13145<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="906"/> 13146<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="906"/> 13147<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="906"/> 13148<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="967"/> 13149<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="413" y="946"/> 13150<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="967"/> 13151<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="1025"/> 13152<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="1025"/> 13153<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="1025"/> 13154<rect fill="#FFFFFF" height="533" opacity="1" stroke="none" width="533" x="533" y="533"/> 13155<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="554"/> 13156<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1144" y="554"/> 13157<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="554"/> 13158<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="612"/> 13159<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1125" y="593"/> 13160<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="612"/> 13161<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="671"/> 13162<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="671"/> 13163<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="671"/> 13164<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="554"/> 13165<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1325" y="554"/> 13166<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="554"/> 13167<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="612"/> 13168<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1304" y="593"/> 13169<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="612"/> 13170<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="671"/> 13171<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="671"/> 13172<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="671"/> 13173<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="554"/> 13174<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1503" y="554"/> 13175<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="554"/> 13176<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="612"/> 13177<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1482" y="593"/> 13178<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="612"/> 13179<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="671"/> 13180<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="671"/> 13181<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="671"/> 13182<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="731"/> 13183<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1144" y="731"/> 13184<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="731"/> 13185<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="789"/> 13186<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1125" y="770"/> 13187<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="789"/> 13188<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="848"/> 13189<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="848"/> 13190<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="848"/> 13191<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="178" x="1245" y="710"/> 13192<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="731"/> 13193<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1503" y="731"/> 13194<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="731"/> 13195<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="789"/> 13196<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1482" y="770"/> 13197<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="789"/> 13198<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="848"/> 13199<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="848"/> 13200<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="848"/> 13201<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="906"/> 13202<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="906"/> 13203<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="906"/> 13204<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="967"/> 13205<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1125" y="946"/> 13206<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="967"/> 13207<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="1025"/> 13208<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="1025"/> 13209<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="1025"/> 13210<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="906"/> 13211<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="906"/> 13212<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="906"/> 13213<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="967"/> 13214<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1304" y="946"/> 13215<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="967"/> 13216<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="1025"/> 13217<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="1025"/> 13218<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="1025"/> 13219<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="906"/> 13220<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="906"/> 13221<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="906"/> 13222<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="967"/> 13223<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1482" y="946"/> 13224<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="967"/> 13225<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="1025"/> 13226<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="1025"/> 13227<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="1025"/> 13228<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="1085"/> 13229<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="1085"/> 13230<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="1085"/> 13231<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="1144"/> 13232<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="60" y="1125"/> 13233<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="1144"/> 13234<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="1205"/> 13235<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="79" y="1205"/> 13236<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="1205"/> 13237<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="1085"/> 13238<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="1085"/> 13239<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="1085"/> 13240<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="1144"/> 13241<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="237" y="1125"/> 13242<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="1144"/> 13243<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="1205"/> 13244<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="256" y="1205"/> 13245<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="1205"/> 13246<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="1085"/> 13247<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="1085"/> 13248<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="1085"/> 13249<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="1144"/> 13250<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="413" y="1125"/> 13251<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="1144"/> 13252<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="1205"/> 13253<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="434" y="1205"/> 13254<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="1205"/> 13255<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="1264"/> 13256<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="1264"/> 13257<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="1264"/> 13258<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="1325"/> 13259<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="60" y="1304"/> 13260<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="1325"/> 13261<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="1383"/> 13262<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="1383"/> 13263<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="1383"/> 13264<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="177" x="177" y="1245"/> 13265<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="1264"/> 13266<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="1264"/> 13267<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="1264"/> 13268<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="1325"/> 13269<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="413" y="1304"/> 13270<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="1325"/> 13271<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="1383"/> 13272<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="1383"/> 13273<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="1383"/> 13274<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="1442"/> 13275<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="1442"/> 13276<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="1442"/> 13277<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="1503"/> 13278<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="60" y="1482"/> 13279<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="1503"/> 13280<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="1561"/> 13281<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="1561"/> 13282<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="1561"/> 13283<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="1442"/> 13284<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="1442"/> 13285<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="1442"/> 13286<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="1503"/> 13287<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="237" y="1482"/> 13288<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="1503"/> 13289<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="1561"/> 13290<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="1561"/> 13291<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="1561"/> 13292<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="1442"/> 13293<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="1442"/> 13294<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="1442"/> 13295<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="1503"/> 13296<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="413" y="1482"/> 13297<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="1503"/> 13298<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="1561"/> 13299<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="1561"/> 13300<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="1561"/> 13301<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="1085"/> 13302<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="1085"/> 13303<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="1085"/> 13304<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="1144"/> 13305<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="593" y="1125"/> 13306<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="1144"/> 13307<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="1205"/> 13308<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="612" y="1205"/> 13309<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="1205"/> 13310<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="1085"/> 13311<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="1085"/> 13312<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="1085"/> 13313<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="1144"/> 13314<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="770" y="1125"/> 13315<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="1144"/> 13316<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="731" y="1205"/> 13317<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="789" y="1205"/> 13318<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="848" y="1205"/> 13319<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="1085"/> 13320<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="1085"/> 13321<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="1085"/> 13322<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="1144"/> 13323<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="946" y="1125"/> 13324<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="1144"/> 13325<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="1205"/> 13326<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="967" y="1205"/> 13327<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="1205"/> 13328<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="1264"/> 13329<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="1264"/> 13330<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="1264"/> 13331<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="1325"/> 13332<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="593" y="1304"/> 13333<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="1325"/> 13334<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="1383"/> 13335<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="1383"/> 13336<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="1383"/> 13337<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="177" x="710" y="1245"/> 13338<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="1264"/> 13339<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="1264"/> 13340<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="1264"/> 13341<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="1325"/> 13342<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="946" y="1304"/> 13343<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="1325"/> 13344<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="1383"/> 13345<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="1383"/> 13346<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="1383"/> 13347<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="1442"/> 13348<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="1442"/> 13349<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="1442"/> 13350<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="1503"/> 13351<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="593" y="1482"/> 13352<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="1503"/> 13353<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="1561"/> 13354<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="1561"/> 13355<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="1561"/> 13356<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="1442"/> 13357<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="1442"/> 13358<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="1442"/> 13359<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="731" y="1503"/> 13360<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="770" y="1482"/> 13361<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="848" y="1503"/> 13362<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="1561"/> 13363<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="1561"/> 13364<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="1561"/> 13365<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="1442"/> 13366<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="1442"/> 13367<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="1442"/> 13368<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="1503"/> 13369<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="946" y="1482"/> 13370<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="1503"/> 13371<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="1561"/> 13372<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="1561"/> 13373<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="1561"/> 13374<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="1085"/> 13375<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="1085"/> 13376<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="1085"/> 13377<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="1144"/> 13378<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1125" y="1125"/> 13379<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="1144"/> 13380<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="1205"/> 13381<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1144" y="1205"/> 13382<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="1205"/> 13383<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="1085"/> 13384<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="1085"/> 13385<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="1085"/> 13386<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="1144"/> 13387<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1304" y="1125"/> 13388<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="1144"/> 13389<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="1205"/> 13390<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1325" y="1205"/> 13391<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="1205"/> 13392<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="1085"/> 13393<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="1085"/> 13394<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="1085"/> 13395<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="1144"/> 13396<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1482" y="1125"/> 13397<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="1144"/> 13398<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="1205"/> 13399<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1503" y="1205"/> 13400<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="1205"/> 13401<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="1264"/> 13402<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="1264"/> 13403<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="1264"/> 13404<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="1325"/> 13405<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1125" y="1304"/> 13406<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="1325"/> 13407<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="1383"/> 13408<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="1383"/> 13409<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="1383"/> 13410<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="178" x="1245" y="1245"/> 13411<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="1264"/> 13412<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="1264"/> 13413<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="1264"/> 13414<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="1325"/> 13415<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1482" y="1304"/> 13416<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="1325"/> 13417<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="1383"/> 13418<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="1383"/> 13419<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="1383"/> 13420<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="1442"/> 13421<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="1442"/> 13422<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="1442"/> 13423<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="1503"/> 13424<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1125" y="1482"/> 13425<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="1503"/> 13426<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="1561"/> 13427<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="1561"/> 13428<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="1561"/> 13429<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="1442"/> 13430<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="1442"/> 13431<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="1442"/> 13432<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="1503"/> 13433<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1304" y="1482"/> 13434<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="1503"/> 13435<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="1561"/> 13436<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="1561"/> 13437<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="1561"/> 13438<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="1442"/> 13439<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="1442"/> 13440<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="1442"/> 13441<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="1503"/> 13442<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1482" y="1482"/> 13443<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="1503"/> 13444<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="1561"/> 13445<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="1561"/> 13446<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="1561"/> 13447<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="21"/> 13448<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1680" y="21"/> 13449<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="21"/> 13450<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="79"/> 13451<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1661" y="60"/> 13452<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="79"/> 13453<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="138"/> 13454<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="138"/> 13455<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="138"/> 13456<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1799" y="21"/> 13457<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1857" y="21"/> 13458<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1916" y="21"/> 13459<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="79"/> 13460<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1838" y="60"/> 13461<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="79"/> 13462<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="138"/> 13463<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="138"/> 13464<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="138"/> 13465<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="21"/> 13466<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2035" y="21"/> 13467<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="21"/> 13468<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="79"/> 13469<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2014" y="60"/> 13470<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="79"/> 13471<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="138"/> 13472<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="138"/> 13473<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="138"/> 13474<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="198"/> 13475<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1680" y="198"/> 13476<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="198"/> 13477<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="256"/> 13478<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1661" y="237"/> 13479<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="256"/> 13480<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="315"/> 13481<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="315"/> 13482<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="315"/> 13483<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="1778" y="177"/> 13484<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="198"/> 13485<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2035" y="198"/> 13486<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="198"/> 13487<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="256"/> 13488<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2014" y="237"/> 13489<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="256"/> 13490<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="315"/> 13491<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="315"/> 13492<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="315"/> 13493<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="373"/> 13494<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="373"/> 13495<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="373"/> 13496<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="434"/> 13497<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1661" y="413"/> 13498<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="434"/> 13499<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="492"/> 13500<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="492"/> 13501<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="492"/> 13502<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="373"/> 13503<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="373"/> 13504<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="373"/> 13505<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1799" y="434"/> 13506<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1838" y="413"/> 13507<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1916" y="434"/> 13508<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="492"/> 13509<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="492"/> 13510<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="492"/> 13511<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="373"/> 13512<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="373"/> 13513<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="373"/> 13514<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="434"/> 13515<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2014" y="413"/> 13516<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="434"/> 13517<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="492"/> 13518<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="492"/> 13519<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="492"/> 13520<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2153" y="21"/> 13521<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2212" y="21"/> 13522<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2273" y="21"/> 13523<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="79"/> 13524<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2193" y="60"/> 13525<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="79"/> 13526<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="138"/> 13527<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="138"/> 13528<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="138"/> 13529<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2332" y="21"/> 13530<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2393" y="21"/> 13531<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2451" y="21"/> 13532<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="79"/> 13533<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2372" y="60"/> 13534<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="79"/> 13535<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="138"/> 13536<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2393" y="138"/> 13537<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="138"/> 13538<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2510" y="21"/> 13539<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2571" y="21"/> 13540<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2629" y="21"/> 13541<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="79"/> 13542<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2550" y="60"/> 13543<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="79"/> 13544<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="138"/> 13545<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="138"/> 13546<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="138"/> 13547<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2153" y="198"/> 13548<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2212" y="198"/> 13549<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2273" y="198"/> 13550<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="256"/> 13551<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2193" y="237"/> 13552<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="256"/> 13553<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="315"/> 13554<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="315"/> 13555<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="315"/> 13556<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="178" x="2313" y="177"/> 13557<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2510" y="198"/> 13558<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2571" y="198"/> 13559<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2629" y="198"/> 13560<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="256"/> 13561<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2550" y="237"/> 13562<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="256"/> 13563<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="315"/> 13564<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="315"/> 13565<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="315"/> 13566<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="373"/> 13567<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="373"/> 13568<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="373"/> 13569<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2153" y="434"/> 13570<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2193" y="413"/> 13571<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2273" y="434"/> 13572<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="492"/> 13573<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="492"/> 13574<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="492"/> 13575<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="373"/> 13576<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2393" y="373"/> 13577<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="373"/> 13578<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2332" y="434"/> 13579<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2372" y="413"/> 13580<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2451" y="434"/> 13581<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="492"/> 13582<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2393" y="492"/> 13583<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="492"/> 13584<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="373"/> 13585<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="373"/> 13586<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="373"/> 13587<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2510" y="434"/> 13588<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2550" y="413"/> 13589<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2629" y="434"/> 13590<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="492"/> 13591<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="492"/> 13592<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="492"/> 13593<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="21"/> 13594<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2747" y="21"/> 13595<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="21"/> 13596<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="79"/> 13597<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2728" y="60"/> 13598<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="79"/> 13599<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="138"/> 13600<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="138"/> 13601<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="138"/> 13602<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2866" y="21"/> 13603<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2924" y="21"/> 13604<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2983" y="21"/> 13605<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="79"/> 13606<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2905" y="60"/> 13607<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="79"/> 13608<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="138"/> 13609<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="138"/> 13610<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="138"/> 13611<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="21"/> 13612<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3102" y="21"/> 13613<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="21"/> 13614<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="79"/> 13615<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3081" y="60"/> 13616<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="79"/> 13617<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="138"/> 13618<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="138"/> 13619<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="138"/> 13620<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="198"/> 13621<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2747" y="198"/> 13622<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="198"/> 13623<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="256"/> 13624<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2728" y="237"/> 13625<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="256"/> 13626<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="315"/> 13627<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="315"/> 13628<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="315"/> 13629<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="2845" y="177"/> 13630<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="198"/> 13631<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3102" y="198"/> 13632<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="198"/> 13633<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="256"/> 13634<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3081" y="237"/> 13635<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="256"/> 13636<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="315"/> 13637<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="315"/> 13638<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="315"/> 13639<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="373"/> 13640<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="373"/> 13641<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="373"/> 13642<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="434"/> 13643<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2728" y="413"/> 13644<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="434"/> 13645<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="492"/> 13646<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="492"/> 13647<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="492"/> 13648<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="373"/> 13649<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="373"/> 13650<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="373"/> 13651<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2866" y="434"/> 13652<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2905" y="413"/> 13653<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2983" y="434"/> 13654<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="492"/> 13655<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="492"/> 13656<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="492"/> 13657<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="373"/> 13658<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="373"/> 13659<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="373"/> 13660<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="434"/> 13661<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3081" y="413"/> 13662<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="434"/> 13663<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="492"/> 13664<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="492"/> 13665<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="492"/> 13666<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="554"/> 13667<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1680" y="554"/> 13668<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="554"/> 13669<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="612"/> 13670<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1661" y="593"/> 13671<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="612"/> 13672<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="671"/> 13673<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="671"/> 13674<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="671"/> 13675<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1799" y="554"/> 13676<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1857" y="554"/> 13677<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1916" y="554"/> 13678<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="612"/> 13679<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1838" y="593"/> 13680<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="612"/> 13681<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="671"/> 13682<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="671"/> 13683<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="671"/> 13684<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="554"/> 13685<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2035" y="554"/> 13686<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="554"/> 13687<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="612"/> 13688<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2014" y="593"/> 13689<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="612"/> 13690<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="671"/> 13691<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="671"/> 13692<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="671"/> 13693<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="731"/> 13694<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1680" y="731"/> 13695<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="731"/> 13696<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="789"/> 13697<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1661" y="770"/> 13698<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="789"/> 13699<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="848"/> 13700<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="848"/> 13701<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="848"/> 13702<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="1778" y="710"/> 13703<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="731"/> 13704<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2035" y="731"/> 13705<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="731"/> 13706<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="789"/> 13707<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2014" y="770"/> 13708<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="789"/> 13709<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="848"/> 13710<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="848"/> 13711<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="848"/> 13712<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="906"/> 13713<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="906"/> 13714<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="906"/> 13715<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="967"/> 13716<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1661" y="946"/> 13717<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="967"/> 13718<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="1025"/> 13719<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="1025"/> 13720<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="1025"/> 13721<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="906"/> 13722<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="906"/> 13723<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="906"/> 13724<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1799" y="967"/> 13725<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1838" y="946"/> 13726<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1916" y="967"/> 13727<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="1025"/> 13728<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="1025"/> 13729<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="1025"/> 13730<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="906"/> 13731<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="906"/> 13732<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="906"/> 13733<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="967"/> 13734<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2014" y="946"/> 13735<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="967"/> 13736<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="1025"/> 13737<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="1025"/> 13738<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="1025"/> 13739<rect fill="#FFFFFF" height="533" opacity="1" stroke="none" width="534" x="2134" y="533"/> 13740<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="554"/> 13741<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2747" y="554"/> 13742<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="554"/> 13743<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="612"/> 13744<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2728" y="593"/> 13745<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="612"/> 13746<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="671"/> 13747<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="671"/> 13748<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="671"/> 13749<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2866" y="554"/> 13750<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2924" y="554"/> 13751<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2983" y="554"/> 13752<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="612"/> 13753<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2905" y="593"/> 13754<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="612"/> 13755<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="671"/> 13756<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="671"/> 13757<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="671"/> 13758<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="554"/> 13759<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3102" y="554"/> 13760<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="554"/> 13761<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="612"/> 13762<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3081" y="593"/> 13763<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="612"/> 13764<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="671"/> 13765<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="671"/> 13766<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="671"/> 13767<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="731"/> 13768<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2747" y="731"/> 13769<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="731"/> 13770<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="789"/> 13771<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2728" y="770"/> 13772<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="789"/> 13773<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="848"/> 13774<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="848"/> 13775<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="848"/> 13776<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="2845" y="710"/> 13777<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="731"/> 13778<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3102" y="731"/> 13779<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="731"/> 13780<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="789"/> 13781<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3081" y="770"/> 13782<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="789"/> 13783<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="848"/> 13784<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="848"/> 13785<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="848"/> 13786<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="906"/> 13787<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="906"/> 13788<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="906"/> 13789<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="967"/> 13790<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2728" y="946"/> 13791<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="967"/> 13792<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="1025"/> 13793<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="1025"/> 13794<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="1025"/> 13795<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="906"/> 13796<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="906"/> 13797<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="906"/> 13798<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2866" y="967"/> 13799<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2905" y="946"/> 13800<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2983" y="967"/> 13801<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="1025"/> 13802<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="1025"/> 13803<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="1025"/> 13804<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="906"/> 13805<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="906"/> 13806<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="906"/> 13807<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="967"/> 13808<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3081" y="946"/> 13809<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="967"/> 13810<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="1025"/> 13811<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="1025"/> 13812<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="1025"/> 13813<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="1085"/> 13814<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="1085"/> 13815<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="1085"/> 13816<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="1144"/> 13817<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1661" y="1125"/> 13818<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="1144"/> 13819<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="1205"/> 13820<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1680" y="1205"/> 13821<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="1205"/> 13822<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="1085"/> 13823<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="1085"/> 13824<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="1085"/> 13825<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="1144"/> 13826<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1838" y="1125"/> 13827<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="1144"/> 13828<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1799" y="1205"/> 13829<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1857" y="1205"/> 13830<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1916" y="1205"/> 13831<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="1085"/> 13832<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="1085"/> 13833<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="1085"/> 13834<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="1144"/> 13835<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2014" y="1125"/> 13836<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="1144"/> 13837<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="1205"/> 13838<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2035" y="1205"/> 13839<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="1205"/> 13840<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="1264"/> 13841<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="1264"/> 13842<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="1264"/> 13843<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="1325"/> 13844<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1661" y="1304"/> 13845<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="1325"/> 13846<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="1383"/> 13847<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="1383"/> 13848<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="1383"/> 13849<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="177" x="1778" y="1245"/> 13850<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="1264"/> 13851<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="1264"/> 13852<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="1264"/> 13853<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="1325"/> 13854<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2014" y="1304"/> 13855<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="1325"/> 13856<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="1383"/> 13857<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="1383"/> 13858<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="1383"/> 13859<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="1442"/> 13860<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="1442"/> 13861<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="1442"/> 13862<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="1503"/> 13863<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1661" y="1482"/> 13864<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="1503"/> 13865<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="1561"/> 13866<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="1561"/> 13867<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="1561"/> 13868<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="1442"/> 13869<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="1442"/> 13870<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="1442"/> 13871<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1799" y="1503"/> 13872<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1838" y="1482"/> 13873<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1916" y="1503"/> 13874<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="1561"/> 13875<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="1561"/> 13876<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="1561"/> 13877<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="1442"/> 13878<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="1442"/> 13879<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="1442"/> 13880<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="1503"/> 13881<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2014" y="1482"/> 13882<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="1503"/> 13883<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="1561"/> 13884<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="1561"/> 13885<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="1561"/> 13886<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="1085"/> 13887<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="1085"/> 13888<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="1085"/> 13889<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="1144"/> 13890<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2193" y="1125"/> 13891<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="1144"/> 13892<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2153" y="1205"/> 13893<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2212" y="1205"/> 13894<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2273" y="1205"/> 13895<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="1085"/> 13896<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2393" y="1085"/> 13897<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="1085"/> 13898<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="1144"/> 13899<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2372" y="1125"/> 13900<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="1144"/> 13901<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2332" y="1205"/> 13902<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2393" y="1205"/> 13903<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2451" y="1205"/> 13904<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="1085"/> 13905<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="1085"/> 13906<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="1085"/> 13907<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="1144"/> 13908<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2550" y="1125"/> 13909<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="1144"/> 13910<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2510" y="1205"/> 13911<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2571" y="1205"/> 13912<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2629" y="1205"/> 13913<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="1264"/> 13914<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="1264"/> 13915<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="1264"/> 13916<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2153" y="1325"/> 13917<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2193" y="1304"/> 13918<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2273" y="1325"/> 13919<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="1383"/> 13920<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="1383"/> 13921<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="1383"/> 13922<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="178" x="2313" y="1245"/> 13923<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="1264"/> 13924<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="1264"/> 13925<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="1264"/> 13926<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2510" y="1325"/> 13927<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2550" y="1304"/> 13928<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2629" y="1325"/> 13929<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="1383"/> 13930<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="1383"/> 13931<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="1383"/> 13932<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="1442"/> 13933<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="1442"/> 13934<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="1442"/> 13935<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2153" y="1503"/> 13936<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2193" y="1482"/> 13937<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2273" y="1503"/> 13938<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="1561"/> 13939<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="1561"/> 13940<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="1561"/> 13941<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="1442"/> 13942<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2393" y="1442"/> 13943<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="1442"/> 13944<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2332" y="1503"/> 13945<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2372" y="1482"/> 13946<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2451" y="1503"/> 13947<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="1561"/> 13948<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2393" y="1561"/> 13949<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="1561"/> 13950<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="1442"/> 13951<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="1442"/> 13952<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="1442"/> 13953<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2510" y="1503"/> 13954<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2550" y="1482"/> 13955<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2629" y="1503"/> 13956<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="1561"/> 13957<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="1561"/> 13958<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="1561"/> 13959<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="1085"/> 13960<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="1085"/> 13961<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="1085"/> 13962<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="1144"/> 13963<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2728" y="1125"/> 13964<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="1144"/> 13965<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="1205"/> 13966<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2747" y="1205"/> 13967<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="1205"/> 13968<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="1085"/> 13969<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="1085"/> 13970<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="1085"/> 13971<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="1144"/> 13972<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2905" y="1125"/> 13973<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="1144"/> 13974<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2866" y="1205"/> 13975<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2924" y="1205"/> 13976<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2983" y="1205"/> 13977<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="1085"/> 13978<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="1085"/> 13979<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="1085"/> 13980<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="1144"/> 13981<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3081" y="1125"/> 13982<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="1144"/> 13983<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="1205"/> 13984<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3102" y="1205"/> 13985<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="1205"/> 13986<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="1264"/> 13987<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="1264"/> 13988<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="1264"/> 13989<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="1325"/> 13990<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2728" y="1304"/> 13991<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="1325"/> 13992<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="1383"/> 13993<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="1383"/> 13994<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="1383"/> 13995<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="177" x="2845" y="1245"/> 13996<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="1264"/> 13997<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="1264"/> 13998<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="1264"/> 13999<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="1325"/> 14000<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3081" y="1304"/> 14001<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="1325"/> 14002<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="1383"/> 14003<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="1383"/> 14004<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="1383"/> 14005<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="1442"/> 14006<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="1442"/> 14007<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="1442"/> 14008<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="1503"/> 14009<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2728" y="1482"/> 14010<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="1503"/> 14011<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="1561"/> 14012<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="1561"/> 14013<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="1561"/> 14014<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="1442"/> 14015<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="1442"/> 14016<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="1442"/> 14017<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2866" y="1503"/> 14018<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2905" y="1482"/> 14019<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2983" y="1503"/> 14020<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="1561"/> 14021<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="1561"/> 14022<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="1561"/> 14023<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="1442"/> 14024<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="1442"/> 14025<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="1442"/> 14026<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="1503"/> 14027<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3081" y="1482"/> 14028<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="1503"/> 14029<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="1561"/> 14030<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="1561"/> 14031<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="1561"/> 14032<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="21"/> 14033<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3280" y="21"/> 14034<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="21"/> 14035<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="79"/> 14036<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3261" y="60"/> 14037<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="79"/> 14038<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="138"/> 14039<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="138"/> 14040<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="138"/> 14041<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="21"/> 14042<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3457" y="21"/> 14043<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="21"/> 14044<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="79"/> 14045<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3438" y="60"/> 14046<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="79"/> 14047<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="138"/> 14048<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="138"/> 14049<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="138"/> 14050<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="21"/> 14051<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3635" y="21"/> 14052<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="21"/> 14053<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="79"/> 14054<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3614" y="60"/> 14055<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="79"/> 14056<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="138"/> 14057<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="138"/> 14058<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="138"/> 14059<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="198"/> 14060<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3280" y="198"/> 14061<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="198"/> 14062<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="256"/> 14063<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3261" y="237"/> 14064<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="256"/> 14065<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="315"/> 14066<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="315"/> 14067<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="315"/> 14068<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="3378" y="177"/> 14069<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="198"/> 14070<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3635" y="198"/> 14071<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="198"/> 14072<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="256"/> 14073<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3614" y="237"/> 14074<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="256"/> 14075<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="315"/> 14076<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="315"/> 14077<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="315"/> 14078<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="373"/> 14079<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="373"/> 14080<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="373"/> 14081<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="434"/> 14082<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3261" y="413"/> 14083<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="434"/> 14084<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="492"/> 14085<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="492"/> 14086<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="492"/> 14087<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="373"/> 14088<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="373"/> 14089<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="373"/> 14090<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="434"/> 14091<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3438" y="413"/> 14092<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="434"/> 14093<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="492"/> 14094<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="492"/> 14095<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="492"/> 14096<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="373"/> 14097<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="373"/> 14098<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="373"/> 14099<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="434"/> 14100<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3614" y="413"/> 14101<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="434"/> 14102<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="492"/> 14103<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="492"/> 14104<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="492"/> 14105<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="21"/> 14106<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3812" y="21"/> 14107<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="21"/> 14108<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="79"/> 14109<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3793" y="60"/> 14110<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="79"/> 14111<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="138"/> 14112<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="138"/> 14113<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="138"/> 14114<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3932" y="21"/> 14115<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3993" y="21"/> 14116<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4051" y="21"/> 14117<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="79"/> 14118<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3972" y="60"/> 14119<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="79"/> 14120<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="138"/> 14121<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="138"/> 14122<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="138"/> 14123<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="21"/> 14124<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4171" y="21"/> 14125<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="21"/> 14126<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="79"/> 14127<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4150" y="60"/> 14128<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="79"/> 14129<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="138"/> 14130<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="138"/> 14131<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="138"/> 14132<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="198"/> 14133<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3812" y="198"/> 14134<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="198"/> 14135<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="256"/> 14136<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3793" y="237"/> 14137<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="256"/> 14138<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="315"/> 14139<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="315"/> 14140<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="315"/> 14141<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="178" x="3913" y="177"/> 14142<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="198"/> 14143<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4171" y="198"/> 14144<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="198"/> 14145<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="256"/> 14146<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4150" y="237"/> 14147<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="256"/> 14148<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="315"/> 14149<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="315"/> 14150<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="315"/> 14151<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="373"/> 14152<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="373"/> 14153<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="373"/> 14154<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="434"/> 14155<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3793" y="413"/> 14156<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="434"/> 14157<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="492"/> 14158<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="492"/> 14159<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="492"/> 14160<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="373"/> 14161<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="373"/> 14162<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="373"/> 14163<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3932" y="434"/> 14164<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3972" y="413"/> 14165<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4051" y="434"/> 14166<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="492"/> 14167<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="492"/> 14168<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="492"/> 14169<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="373"/> 14170<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="373"/> 14171<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="373"/> 14172<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="434"/> 14173<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4150" y="413"/> 14174<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="434"/> 14175<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="492"/> 14176<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="492"/> 14177<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="492"/> 14178<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="21"/> 14179<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4347" y="21"/> 14180<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="21"/> 14181<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="79"/> 14182<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4328" y="60"/> 14183<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="79"/> 14184<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="138"/> 14185<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="138"/> 14186<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="138"/> 14187<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="21"/> 14188<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4524" y="21"/> 14189<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="21"/> 14190<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="79"/> 14191<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4505" y="60"/> 14192<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="79"/> 14193<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="138"/> 14194<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="138"/> 14195<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="138"/> 14196<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="21"/> 14197<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4702" y="21"/> 14198<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="21"/> 14199<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="79"/> 14200<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4681" y="60"/> 14201<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="79"/> 14202<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="138"/> 14203<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="138"/> 14204<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="138"/> 14205<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="198"/> 14206<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4347" y="198"/> 14207<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="198"/> 14208<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="256"/> 14209<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4328" y="237"/> 14210<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="256"/> 14211<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="315"/> 14212<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="315"/> 14213<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="315"/> 14214<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="4445" y="177"/> 14215<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="198"/> 14216<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4702" y="198"/> 14217<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="198"/> 14218<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="256"/> 14219<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4681" y="237"/> 14220<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="256"/> 14221<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="315"/> 14222<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="315"/> 14223<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="315"/> 14224<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="373"/> 14225<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="373"/> 14226<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="373"/> 14227<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="434"/> 14228<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4328" y="413"/> 14229<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="434"/> 14230<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="492"/> 14231<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="492"/> 14232<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="492"/> 14233<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="373"/> 14234<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="373"/> 14235<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="373"/> 14236<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="434"/> 14237<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4505" y="413"/> 14238<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="434"/> 14239<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="492"/> 14240<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="492"/> 14241<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="492"/> 14242<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="373"/> 14243<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="373"/> 14244<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="373"/> 14245<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="434"/> 14246<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4681" y="413"/> 14247<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="434"/> 14248<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="492"/> 14249<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="492"/> 14250<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="492"/> 14251<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="554"/> 14252<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3280" y="554"/> 14253<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="554"/> 14254<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="612"/> 14255<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3261" y="593"/> 14256<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="612"/> 14257<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="671"/> 14258<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="671"/> 14259<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="671"/> 14260<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="554"/> 14261<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3457" y="554"/> 14262<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="554"/> 14263<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="612"/> 14264<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3438" y="593"/> 14265<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="612"/> 14266<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="671"/> 14267<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="671"/> 14268<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="671"/> 14269<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="554"/> 14270<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3635" y="554"/> 14271<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="554"/> 14272<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="612"/> 14273<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3614" y="593"/> 14274<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="612"/> 14275<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="671"/> 14276<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="671"/> 14277<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="671"/> 14278<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="731"/> 14279<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3280" y="731"/> 14280<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="731"/> 14281<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="789"/> 14282<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3261" y="770"/> 14283<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="789"/> 14284<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="848"/> 14285<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="848"/> 14286<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="848"/> 14287<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="3378" y="710"/> 14288<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="731"/> 14289<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3635" y="731"/> 14290<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="731"/> 14291<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="789"/> 14292<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3614" y="770"/> 14293<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="789"/> 14294<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="848"/> 14295<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="848"/> 14296<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="848"/> 14297<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="906"/> 14298<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="906"/> 14299<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="906"/> 14300<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="967"/> 14301<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3261" y="946"/> 14302<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="967"/> 14303<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="1025"/> 14304<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="1025"/> 14305<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="1025"/> 14306<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="906"/> 14307<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="906"/> 14308<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="906"/> 14309<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="967"/> 14310<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3438" y="946"/> 14311<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="967"/> 14312<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="1025"/> 14313<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="1025"/> 14314<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="1025"/> 14315<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="906"/> 14316<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="906"/> 14317<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="906"/> 14318<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="967"/> 14319<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3614" y="946"/> 14320<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="967"/> 14321<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="1025"/> 14322<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="1025"/> 14323<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="1025"/> 14324<rect fill="#FFFFFF" height="533" opacity="1" stroke="none" width="534" x="3734" y="533"/> 14325<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="554"/> 14326<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4347" y="554"/> 14327<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="554"/> 14328<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="612"/> 14329<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4328" y="593"/> 14330<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="612"/> 14331<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="671"/> 14332<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="671"/> 14333<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="671"/> 14334<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="554"/> 14335<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4524" y="554"/> 14336<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="554"/> 14337<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="612"/> 14338<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4505" y="593"/> 14339<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="612"/> 14340<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="671"/> 14341<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="671"/> 14342<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="671"/> 14343<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="554"/> 14344<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4702" y="554"/> 14345<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="554"/> 14346<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="612"/> 14347<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4681" y="593"/> 14348<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="612"/> 14349<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="671"/> 14350<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="671"/> 14351<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="671"/> 14352<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="731"/> 14353<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4347" y="731"/> 14354<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="731"/> 14355<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="789"/> 14356<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4328" y="770"/> 14357<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="789"/> 14358<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="848"/> 14359<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="848"/> 14360<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="848"/> 14361<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="4445" y="710"/> 14362<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="731"/> 14363<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4702" y="731"/> 14364<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="731"/> 14365<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="789"/> 14366<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4681" y="770"/> 14367<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="789"/> 14368<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="848"/> 14369<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="848"/> 14370<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="848"/> 14371<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="906"/> 14372<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="906"/> 14373<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="906"/> 14374<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="967"/> 14375<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4328" y="946"/> 14376<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="967"/> 14377<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="1025"/> 14378<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="1025"/> 14379<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="1025"/> 14380<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="906"/> 14381<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="906"/> 14382<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="906"/> 14383<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="967"/> 14384<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4505" y="946"/> 14385<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="967"/> 14386<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="1025"/> 14387<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="1025"/> 14388<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="1025"/> 14389<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="906"/> 14390<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="906"/> 14391<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="906"/> 14392<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="967"/> 14393<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4681" y="946"/> 14394<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="967"/> 14395<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="1025"/> 14396<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="1025"/> 14397<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="1025"/> 14398<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="1085"/> 14399<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="1085"/> 14400<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="1085"/> 14401<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="1144"/> 14402<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3261" y="1125"/> 14403<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="1144"/> 14404<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="1205"/> 14405<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3280" y="1205"/> 14406<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="1205"/> 14407<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="1085"/> 14408<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="1085"/> 14409<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="1085"/> 14410<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="1144"/> 14411<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3438" y="1125"/> 14412<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="1144"/> 14413<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="1205"/> 14414<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3457" y="1205"/> 14415<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="1205"/> 14416<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="1085"/> 14417<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="1085"/> 14418<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="1085"/> 14419<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="1144"/> 14420<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3614" y="1125"/> 14421<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="1144"/> 14422<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="1205"/> 14423<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3635" y="1205"/> 14424<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="1205"/> 14425<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="1264"/> 14426<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="1264"/> 14427<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="1264"/> 14428<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="1325"/> 14429<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3261" y="1304"/> 14430<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="1325"/> 14431<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="1383"/> 14432<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="1383"/> 14433<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="1383"/> 14434<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="177" x="3378" y="1245"/> 14435<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="1264"/> 14436<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="1264"/> 14437<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="1264"/> 14438<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="1325"/> 14439<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3614" y="1304"/> 14440<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="1325"/> 14441<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="1383"/> 14442<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="1383"/> 14443<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="1383"/> 14444<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="1442"/> 14445<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="1442"/> 14446<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="1442"/> 14447<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="1503"/> 14448<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3261" y="1482"/> 14449<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="1503"/> 14450<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="1561"/> 14451<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="1561"/> 14452<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="1561"/> 14453<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="1442"/> 14454<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="1442"/> 14455<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="1442"/> 14456<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="1503"/> 14457<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3438" y="1482"/> 14458<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="1503"/> 14459<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="1561"/> 14460<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="1561"/> 14461<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="1561"/> 14462<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="1442"/> 14463<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="1442"/> 14464<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="1442"/> 14465<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="1503"/> 14466<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3614" y="1482"/> 14467<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="1503"/> 14468<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="1561"/> 14469<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="1561"/> 14470<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="1561"/> 14471<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="1085"/> 14472<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="1085"/> 14473<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="1085"/> 14474<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="1144"/> 14475<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3793" y="1125"/> 14476<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="1144"/> 14477<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="1205"/> 14478<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3812" y="1205"/> 14479<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="1205"/> 14480<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="1085"/> 14481<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="1085"/> 14482<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="1085"/> 14483<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="1144"/> 14484<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3972" y="1125"/> 14485<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="1144"/> 14486<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3932" y="1205"/> 14487<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3993" y="1205"/> 14488<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4051" y="1205"/> 14489<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="1085"/> 14490<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="1085"/> 14491<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="1085"/> 14492<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="1144"/> 14493<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4150" y="1125"/> 14494<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="1144"/> 14495<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="1205"/> 14496<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4171" y="1205"/> 14497<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="1205"/> 14498<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="1264"/> 14499<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="1264"/> 14500<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="1264"/> 14501<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="1325"/> 14502<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3793" y="1304"/> 14503<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="1325"/> 14504<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="1383"/> 14505<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="1383"/> 14506<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="1383"/> 14507<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="178" x="3913" y="1245"/> 14508<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="1264"/> 14509<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="1264"/> 14510<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="1264"/> 14511<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="1325"/> 14512<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4150" y="1304"/> 14513<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="1325"/> 14514<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="1383"/> 14515<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="1383"/> 14516<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="1383"/> 14517<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="1442"/> 14518<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="1442"/> 14519<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="1442"/> 14520<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="1503"/> 14521<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3793" y="1482"/> 14522<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="1503"/> 14523<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="1561"/> 14524<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="1561"/> 14525<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="1561"/> 14526<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="1442"/> 14527<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="1442"/> 14528<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="1442"/> 14529<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3932" y="1503"/> 14530<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3972" y="1482"/> 14531<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4051" y="1503"/> 14532<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="1561"/> 14533<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="1561"/> 14534<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="1561"/> 14535<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="1442"/> 14536<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="1442"/> 14537<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="1442"/> 14538<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="1503"/> 14539<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4150" y="1482"/> 14540<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="1503"/> 14541<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="1561"/> 14542<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="1561"/> 14543<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="1561"/> 14544<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="1085"/> 14545<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="1085"/> 14546<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="1085"/> 14547<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="1144"/> 14548<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4328" y="1125"/> 14549<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="1144"/> 14550<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="1205"/> 14551<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4347" y="1205"/> 14552<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="1205"/> 14553<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="1085"/> 14554<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="1085"/> 14555<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="1085"/> 14556<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="1144"/> 14557<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4505" y="1125"/> 14558<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="1144"/> 14559<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="1205"/> 14560<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4524" y="1205"/> 14561<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="1205"/> 14562<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="1085"/> 14563<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="1085"/> 14564<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="1085"/> 14565<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="1144"/> 14566<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4681" y="1125"/> 14567<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="1144"/> 14568<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="1205"/> 14569<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4702" y="1205"/> 14570<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="1205"/> 14571<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="1264"/> 14572<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="1264"/> 14573<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="1264"/> 14574<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="1325"/> 14575<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4328" y="1304"/> 14576<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="1325"/> 14577<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="1383"/> 14578<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="1383"/> 14579<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="1383"/> 14580<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="177" x="4445" y="1245"/> 14581<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="1264"/> 14582<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="1264"/> 14583<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="1264"/> 14584<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="1325"/> 14585<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4681" y="1304"/> 14586<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="1325"/> 14587<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="1383"/> 14588<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="1383"/> 14589<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="1383"/> 14590<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="1442"/> 14591<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="1442"/> 14592<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="1442"/> 14593<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="1503"/> 14594<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4328" y="1482"/> 14595<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="1503"/> 14596<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="1561"/> 14597<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="1561"/> 14598<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="1561"/> 14599<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="1442"/> 14600<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="1442"/> 14601<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="1442"/> 14602<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="1503"/> 14603<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4505" y="1482"/> 14604<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="1503"/> 14605<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="1561"/> 14606<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="1561"/> 14607<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="1561"/> 14608<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="1442"/> 14609<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="1442"/> 14610<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="1442"/> 14611<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="1503"/> 14612<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4681" y="1482"/> 14613<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="1503"/> 14614<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="1561"/> 14615<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="1561"/> 14616<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="1561"/> 14617<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="1622"/> 14618<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="79" y="1622"/> 14619<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="1622"/> 14620<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="1680"/> 14621<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="60" y="1661"/> 14622<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="1680"/> 14623<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="1739"/> 14624<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="1739"/> 14625<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="1739"/> 14626<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="1622"/> 14627<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="256" y="1622"/> 14628<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="1622"/> 14629<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="1680"/> 14630<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="237" y="1661"/> 14631<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="1680"/> 14632<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="1739"/> 14633<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="1739"/> 14634<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="1739"/> 14635<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="1622"/> 14636<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="434" y="1622"/> 14637<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="1622"/> 14638<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="1680"/> 14639<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="413" y="1661"/> 14640<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="1680"/> 14641<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="1739"/> 14642<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="1739"/> 14643<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="1739"/> 14644<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="1799"/> 14645<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="79" y="1799"/> 14646<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="1799"/> 14647<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="1857"/> 14648<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="60" y="1838"/> 14649<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="1857"/> 14650<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="1916"/> 14651<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="1916"/> 14652<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="1916"/> 14653<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="177" y="1778"/> 14654<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="1799"/> 14655<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="434" y="1799"/> 14656<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="1799"/> 14657<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="1857"/> 14658<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="413" y="1838"/> 14659<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="1857"/> 14660<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="1916"/> 14661<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="1916"/> 14662<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="1916"/> 14663<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="1974"/> 14664<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="1974"/> 14665<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="1974"/> 14666<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="2035"/> 14667<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="60" y="2014"/> 14668<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="2035"/> 14669<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="2093"/> 14670<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="2093"/> 14671<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="2093"/> 14672<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="1974"/> 14673<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="1974"/> 14674<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="1974"/> 14675<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="2035"/> 14676<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="237" y="2014"/> 14677<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="2035"/> 14678<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="2093"/> 14679<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="2093"/> 14680<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="2093"/> 14681<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="1974"/> 14682<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="1974"/> 14683<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="1974"/> 14684<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="2035"/> 14685<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="413" y="2014"/> 14686<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="2035"/> 14687<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="2093"/> 14688<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="2093"/> 14689<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="2093"/> 14690<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="1622"/> 14691<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="612" y="1622"/> 14692<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="1622"/> 14693<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="1680"/> 14694<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="593" y="1661"/> 14695<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="1680"/> 14696<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="1739"/> 14697<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="1739"/> 14698<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="1739"/> 14699<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="731" y="1622"/> 14700<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="789" y="1622"/> 14701<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="848" y="1622"/> 14702<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="1680"/> 14703<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="770" y="1661"/> 14704<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="1680"/> 14705<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="1739"/> 14706<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="1739"/> 14707<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="1739"/> 14708<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="1622"/> 14709<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="967" y="1622"/> 14710<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="1622"/> 14711<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="1680"/> 14712<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="946" y="1661"/> 14713<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="1680"/> 14714<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="1739"/> 14715<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="1739"/> 14716<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="1739"/> 14717<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="1799"/> 14718<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="612" y="1799"/> 14719<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="1799"/> 14720<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="1857"/> 14721<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="593" y="1838"/> 14722<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="1857"/> 14723<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="1916"/> 14724<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="1916"/> 14725<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="1916"/> 14726<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="710" y="1778"/> 14727<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="1799"/> 14728<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="967" y="1799"/> 14729<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="1799"/> 14730<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="1857"/> 14731<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="946" y="1838"/> 14732<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="1857"/> 14733<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="1916"/> 14734<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="1916"/> 14735<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="1916"/> 14736<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="1974"/> 14737<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="1974"/> 14738<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="1974"/> 14739<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="2035"/> 14740<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="593" y="2014"/> 14741<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="2035"/> 14742<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="2093"/> 14743<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="2093"/> 14744<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="2093"/> 14745<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="1974"/> 14746<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="1974"/> 14747<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="1974"/> 14748<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="731" y="2035"/> 14749<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="770" y="2014"/> 14750<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="848" y="2035"/> 14751<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="2093"/> 14752<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="2093"/> 14753<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="2093"/> 14754<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="1974"/> 14755<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="1974"/> 14756<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="1974"/> 14757<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="2035"/> 14758<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="946" y="2014"/> 14759<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="2035"/> 14760<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="2093"/> 14761<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="2093"/> 14762<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="2093"/> 14763<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="1622"/> 14764<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1144" y="1622"/> 14765<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="1622"/> 14766<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="1680"/> 14767<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1125" y="1661"/> 14768<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="1680"/> 14769<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="1739"/> 14770<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="1739"/> 14771<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="1739"/> 14772<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="1622"/> 14773<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1325" y="1622"/> 14774<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="1622"/> 14775<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="1680"/> 14776<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1304" y="1661"/> 14777<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="1680"/> 14778<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="1739"/> 14779<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="1739"/> 14780<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="1739"/> 14781<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="1622"/> 14782<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1503" y="1622"/> 14783<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="1622"/> 14784<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="1680"/> 14785<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1482" y="1661"/> 14786<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="1680"/> 14787<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="1739"/> 14788<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="1739"/> 14789<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="1739"/> 14790<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="1799"/> 14791<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1144" y="1799"/> 14792<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="1799"/> 14793<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="1857"/> 14794<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1125" y="1838"/> 14795<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="1857"/> 14796<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="1916"/> 14797<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="1916"/> 14798<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="1916"/> 14799<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="178" x="1245" y="1778"/> 14800<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="1799"/> 14801<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1503" y="1799"/> 14802<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="1799"/> 14803<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="1857"/> 14804<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1482" y="1838"/> 14805<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="1857"/> 14806<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="1916"/> 14807<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="1916"/> 14808<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="1916"/> 14809<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="1974"/> 14810<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="1974"/> 14811<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="1974"/> 14812<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="2035"/> 14813<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1125" y="2014"/> 14814<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="2035"/> 14815<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="2093"/> 14816<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="2093"/> 14817<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="2093"/> 14818<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="1974"/> 14819<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="1974"/> 14820<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="1974"/> 14821<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="2035"/> 14822<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1304" y="2014"/> 14823<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="2035"/> 14824<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="2093"/> 14825<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="2093"/> 14826<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="2093"/> 14827<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="1974"/> 14828<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="1974"/> 14829<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="1974"/> 14830<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="2035"/> 14831<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1482" y="2014"/> 14832<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="2035"/> 14833<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="2093"/> 14834<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="2093"/> 14835<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="2093"/> 14836<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="2153"/> 14837<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="2153"/> 14838<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="2153"/> 14839<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="2212"/> 14840<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="60" y="2193"/> 14841<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="2212"/> 14842<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="2273"/> 14843<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="79" y="2273"/> 14844<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="2273"/> 14845<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="2153"/> 14846<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="2153"/> 14847<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="2153"/> 14848<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="2212"/> 14849<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="237" y="2193"/> 14850<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="2212"/> 14851<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="2273"/> 14852<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="256" y="2273"/> 14853<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="2273"/> 14854<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="2153"/> 14855<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="2153"/> 14856<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="2153"/> 14857<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="2212"/> 14858<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="413" y="2193"/> 14859<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="2212"/> 14860<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="2273"/> 14861<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="434" y="2273"/> 14862<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="2273"/> 14863<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="2332"/> 14864<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="2332"/> 14865<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="2332"/> 14866<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="2393"/> 14867<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="60" y="2372"/> 14868<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="2393"/> 14869<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="2451"/> 14870<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="2451"/> 14871<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="2451"/> 14872<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="177" x="177" y="2313"/> 14873<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="2332"/> 14874<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="2332"/> 14875<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="2332"/> 14876<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="2393"/> 14877<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="413" y="2372"/> 14878<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="2393"/> 14879<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="2451"/> 14880<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="2451"/> 14881<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="2451"/> 14882<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="2510"/> 14883<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="2510"/> 14884<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="2510"/> 14885<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="2571"/> 14886<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="60" y="2550"/> 14887<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="2571"/> 14888<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="2629"/> 14889<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="2629"/> 14890<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="2629"/> 14891<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="2510"/> 14892<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="2510"/> 14893<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="2510"/> 14894<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="2571"/> 14895<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="237" y="2550"/> 14896<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="2571"/> 14897<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="2629"/> 14898<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="2629"/> 14899<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="2629"/> 14900<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="2510"/> 14901<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="2510"/> 14902<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="2510"/> 14903<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="2571"/> 14904<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="413" y="2550"/> 14905<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="2571"/> 14906<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="2629"/> 14907<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="2629"/> 14908<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="2629"/> 14909<rect fill="#FFFFFF" height="534" opacity="1" stroke="none" width="533" x="533" y="2134"/> 14910<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="2153"/> 14911<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="2153"/> 14912<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="2153"/> 14913<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="2212"/> 14914<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1125" y="2193"/> 14915<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="2212"/> 14916<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="2273"/> 14917<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1144" y="2273"/> 14918<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="2273"/> 14919<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="2153"/> 14920<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="2153"/> 14921<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="2153"/> 14922<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="2212"/> 14923<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1304" y="2193"/> 14924<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="2212"/> 14925<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="2273"/> 14926<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1325" y="2273"/> 14927<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="2273"/> 14928<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="2153"/> 14929<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="2153"/> 14930<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="2153"/> 14931<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="2212"/> 14932<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1482" y="2193"/> 14933<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="2212"/> 14934<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="2273"/> 14935<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1503" y="2273"/> 14936<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="2273"/> 14937<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="2332"/> 14938<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="2332"/> 14939<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="2332"/> 14940<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="2393"/> 14941<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1125" y="2372"/> 14942<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="2393"/> 14943<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="2451"/> 14944<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="2451"/> 14945<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="2451"/> 14946<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="178" x="1245" y="2313"/> 14947<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="2332"/> 14948<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="2332"/> 14949<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="2332"/> 14950<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="2393"/> 14951<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1482" y="2372"/> 14952<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="2393"/> 14953<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="2451"/> 14954<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="2451"/> 14955<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="2451"/> 14956<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="2510"/> 14957<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="2510"/> 14958<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="2510"/> 14959<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="2571"/> 14960<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1125" y="2550"/> 14961<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="2571"/> 14962<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="2629"/> 14963<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="2629"/> 14964<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="2629"/> 14965<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="2510"/> 14966<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="2510"/> 14967<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="2510"/> 14968<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="2571"/> 14969<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1304" y="2550"/> 14970<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="2571"/> 14971<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="2629"/> 14972<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="2629"/> 14973<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="2629"/> 14974<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="2510"/> 14975<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="2510"/> 14976<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="2510"/> 14977<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="2571"/> 14978<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1482" y="2550"/> 14979<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="2571"/> 14980<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="2629"/> 14981<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="2629"/> 14982<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="2629"/> 14983<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="2689"/> 14984<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="79" y="2689"/> 14985<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="2689"/> 14986<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="2747"/> 14987<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="60" y="2728"/> 14988<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="2747"/> 14989<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="2806"/> 14990<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="2806"/> 14991<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="2806"/> 14992<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="2689"/> 14993<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="256" y="2689"/> 14994<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="2689"/> 14995<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="2747"/> 14996<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="237" y="2728"/> 14997<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="2747"/> 14998<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="2806"/> 14999<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="2806"/> 15000<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="2806"/> 15001<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="2689"/> 15002<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="434" y="2689"/> 15003<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="2689"/> 15004<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="2747"/> 15005<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="413" y="2728"/> 15006<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="2747"/> 15007<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="2806"/> 15008<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="2806"/> 15009<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="2806"/> 15010<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="2866"/> 15011<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="79" y="2866"/> 15012<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="2866"/> 15013<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="2924"/> 15014<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="60" y="2905"/> 15015<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="2924"/> 15016<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="2983"/> 15017<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="2983"/> 15018<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="2983"/> 15019<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="177" y="2845"/> 15020<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="2866"/> 15021<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="434" y="2866"/> 15022<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="2866"/> 15023<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="2924"/> 15024<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="413" y="2905"/> 15025<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="2924"/> 15026<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="2983"/> 15027<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="2983"/> 15028<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="2983"/> 15029<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="3041"/> 15030<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="3041"/> 15031<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="3041"/> 15032<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="3102"/> 15033<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="60" y="3081"/> 15034<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="3102"/> 15035<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="3160"/> 15036<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="3160"/> 15037<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="3160"/> 15038<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="3041"/> 15039<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="3041"/> 15040<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="3041"/> 15041<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="3102"/> 15042<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="237" y="3081"/> 15043<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="3102"/> 15044<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="3160"/> 15045<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="3160"/> 15046<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="3160"/> 15047<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="3041"/> 15048<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="3041"/> 15049<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="3041"/> 15050<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="3102"/> 15051<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="413" y="3081"/> 15052<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="3102"/> 15053<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="3160"/> 15054<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="3160"/> 15055<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="3160"/> 15056<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="2689"/> 15057<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="612" y="2689"/> 15058<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="2689"/> 15059<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="2747"/> 15060<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="593" y="2728"/> 15061<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="2747"/> 15062<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="2806"/> 15063<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="2806"/> 15064<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="2806"/> 15065<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="731" y="2689"/> 15066<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="789" y="2689"/> 15067<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="848" y="2689"/> 15068<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="2747"/> 15069<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="770" y="2728"/> 15070<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="2747"/> 15071<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="2806"/> 15072<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="2806"/> 15073<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="2806"/> 15074<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="2689"/> 15075<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="967" y="2689"/> 15076<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="2689"/> 15077<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="2747"/> 15078<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="946" y="2728"/> 15079<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="2747"/> 15080<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="2806"/> 15081<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="2806"/> 15082<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="2806"/> 15083<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="2866"/> 15084<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="612" y="2866"/> 15085<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="2866"/> 15086<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="2924"/> 15087<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="593" y="2905"/> 15088<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="2924"/> 15089<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="2983"/> 15090<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="2983"/> 15091<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="2983"/> 15092<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="710" y="2845"/> 15093<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="2866"/> 15094<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="967" y="2866"/> 15095<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="2866"/> 15096<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="2924"/> 15097<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="946" y="2905"/> 15098<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="2924"/> 15099<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="2983"/> 15100<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="2983"/> 15101<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="2983"/> 15102<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="3041"/> 15103<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="3041"/> 15104<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="3041"/> 15105<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="3102"/> 15106<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="593" y="3081"/> 15107<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="3102"/> 15108<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="3160"/> 15109<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="3160"/> 15110<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="3160"/> 15111<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="3041"/> 15112<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="3041"/> 15113<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="3041"/> 15114<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="731" y="3102"/> 15115<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="770" y="3081"/> 15116<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="848" y="3102"/> 15117<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="3160"/> 15118<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="3160"/> 15119<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="3160"/> 15120<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="3041"/> 15121<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="3041"/> 15122<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="3041"/> 15123<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="3102"/> 15124<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="946" y="3081"/> 15125<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="3102"/> 15126<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="3160"/> 15127<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="3160"/> 15128<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="3160"/> 15129<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="2689"/> 15130<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1144" y="2689"/> 15131<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="2689"/> 15132<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="2747"/> 15133<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1125" y="2728"/> 15134<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="2747"/> 15135<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="2806"/> 15136<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="2806"/> 15137<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="2806"/> 15138<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="2689"/> 15139<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1325" y="2689"/> 15140<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="2689"/> 15141<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="2747"/> 15142<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1304" y="2728"/> 15143<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="2747"/> 15144<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="2806"/> 15145<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="2806"/> 15146<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="2806"/> 15147<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="2689"/> 15148<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1503" y="2689"/> 15149<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="2689"/> 15150<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="2747"/> 15151<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1482" y="2728"/> 15152<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="2747"/> 15153<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="2806"/> 15154<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="2806"/> 15155<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="2806"/> 15156<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="2866"/> 15157<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1144" y="2866"/> 15158<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="2866"/> 15159<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="2924"/> 15160<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1125" y="2905"/> 15161<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="2924"/> 15162<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="2983"/> 15163<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="2983"/> 15164<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="2983"/> 15165<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="178" x="1245" y="2845"/> 15166<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="2866"/> 15167<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1503" y="2866"/> 15168<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="2866"/> 15169<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="2924"/> 15170<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1482" y="2905"/> 15171<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="2924"/> 15172<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="2983"/> 15173<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="2983"/> 15174<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="2983"/> 15175<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="3041"/> 15176<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="3041"/> 15177<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="3041"/> 15178<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="3102"/> 15179<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1125" y="3081"/> 15180<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="3102"/> 15181<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="3160"/> 15182<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="3160"/> 15183<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="3160"/> 15184<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="3041"/> 15185<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="3041"/> 15186<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="3041"/> 15187<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="3102"/> 15188<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1304" y="3081"/> 15189<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="3102"/> 15190<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="3160"/> 15191<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="3160"/> 15192<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="3160"/> 15193<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="3041"/> 15194<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="3041"/> 15195<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="3041"/> 15196<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="3102"/> 15197<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1482" y="3081"/> 15198<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="3102"/> 15199<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="3160"/> 15200<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="3160"/> 15201<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="3160"/> 15202<rect fill="#FFFFFF" height="1600" opacity="1" stroke="none" width="1600" x="1601" y="1601"/> 15203<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="1622"/> 15204<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3280" y="1622"/> 15205<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="1622"/> 15206<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="1680"/> 15207<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3261" y="1661"/> 15208<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="1680"/> 15209<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="1739"/> 15210<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="1739"/> 15211<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="1739"/> 15212<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="1622"/> 15213<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3457" y="1622"/> 15214<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="1622"/> 15215<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="1680"/> 15216<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3438" y="1661"/> 15217<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="1680"/> 15218<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="1739"/> 15219<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="1739"/> 15220<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="1739"/> 15221<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="1622"/> 15222<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3635" y="1622"/> 15223<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="1622"/> 15224<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="1680"/> 15225<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3614" y="1661"/> 15226<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="1680"/> 15227<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="1739"/> 15228<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="1739"/> 15229<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="1739"/> 15230<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="1799"/> 15231<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3280" y="1799"/> 15232<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="1799"/> 15233<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="1857"/> 15234<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3261" y="1838"/> 15235<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="1857"/> 15236<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="1916"/> 15237<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="1916"/> 15238<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="1916"/> 15239<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="3378" y="1778"/> 15240<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="1799"/> 15241<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3635" y="1799"/> 15242<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="1799"/> 15243<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="1857"/> 15244<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3614" y="1838"/> 15245<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="1857"/> 15246<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="1916"/> 15247<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="1916"/> 15248<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="1916"/> 15249<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="1974"/> 15250<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="1974"/> 15251<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="1974"/> 15252<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="2035"/> 15253<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3261" y="2014"/> 15254<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="2035"/> 15255<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="2093"/> 15256<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="2093"/> 15257<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="2093"/> 15258<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="1974"/> 15259<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="1974"/> 15260<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="1974"/> 15261<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="2035"/> 15262<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3438" y="2014"/> 15263<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="2035"/> 15264<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="2093"/> 15265<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="2093"/> 15266<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="2093"/> 15267<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="1974"/> 15268<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="1974"/> 15269<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="1974"/> 15270<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="2035"/> 15271<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3614" y="2014"/> 15272<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="2035"/> 15273<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="2093"/> 15274<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="2093"/> 15275<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="2093"/> 15276<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="1622"/> 15277<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3812" y="1622"/> 15278<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="1622"/> 15279<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="1680"/> 15280<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3793" y="1661"/> 15281<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="1680"/> 15282<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="1739"/> 15283<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="1739"/> 15284<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="1739"/> 15285<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3932" y="1622"/> 15286<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3993" y="1622"/> 15287<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4051" y="1622"/> 15288<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="1680"/> 15289<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3972" y="1661"/> 15290<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="1680"/> 15291<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="1739"/> 15292<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="1739"/> 15293<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="1739"/> 15294<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="1622"/> 15295<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4171" y="1622"/> 15296<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="1622"/> 15297<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="1680"/> 15298<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4150" y="1661"/> 15299<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="1680"/> 15300<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="1739"/> 15301<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="1739"/> 15302<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="1739"/> 15303<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="1799"/> 15304<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3812" y="1799"/> 15305<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="1799"/> 15306<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="1857"/> 15307<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3793" y="1838"/> 15308<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="1857"/> 15309<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="1916"/> 15310<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="1916"/> 15311<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="1916"/> 15312<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="178" x="3913" y="1778"/> 15313<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="1799"/> 15314<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4171" y="1799"/> 15315<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="1799"/> 15316<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="1857"/> 15317<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4150" y="1838"/> 15318<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="1857"/> 15319<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="1916"/> 15320<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="1916"/> 15321<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="1916"/> 15322<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="1974"/> 15323<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="1974"/> 15324<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="1974"/> 15325<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="2035"/> 15326<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3793" y="2014"/> 15327<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="2035"/> 15328<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="2093"/> 15329<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="2093"/> 15330<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="2093"/> 15331<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="1974"/> 15332<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="1974"/> 15333<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="1974"/> 15334<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3932" y="2035"/> 15335<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3972" y="2014"/> 15336<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4051" y="2035"/> 15337<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="2093"/> 15338<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="2093"/> 15339<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="2093"/> 15340<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="1974"/> 15341<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="1974"/> 15342<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="1974"/> 15343<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="2035"/> 15344<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4150" y="2014"/> 15345<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="2035"/> 15346<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="2093"/> 15347<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="2093"/> 15348<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="2093"/> 15349<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="1622"/> 15350<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4347" y="1622"/> 15351<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="1622"/> 15352<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="1680"/> 15353<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4328" y="1661"/> 15354<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="1680"/> 15355<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="1739"/> 15356<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="1739"/> 15357<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="1739"/> 15358<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="1622"/> 15359<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4524" y="1622"/> 15360<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="1622"/> 15361<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="1680"/> 15362<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4505" y="1661"/> 15363<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="1680"/> 15364<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="1739"/> 15365<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="1739"/> 15366<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="1739"/> 15367<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="1622"/> 15368<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4702" y="1622"/> 15369<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="1622"/> 15370<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="1680"/> 15371<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4681" y="1661"/> 15372<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="1680"/> 15373<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="1739"/> 15374<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="1739"/> 15375<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="1739"/> 15376<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="1799"/> 15377<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4347" y="1799"/> 15378<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="1799"/> 15379<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="1857"/> 15380<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4328" y="1838"/> 15381<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="1857"/> 15382<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="1916"/> 15383<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="1916"/> 15384<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="1916"/> 15385<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="4445" y="1778"/> 15386<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="1799"/> 15387<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4702" y="1799"/> 15388<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="1799"/> 15389<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="1857"/> 15390<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4681" y="1838"/> 15391<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="1857"/> 15392<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="1916"/> 15393<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="1916"/> 15394<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="1916"/> 15395<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="1974"/> 15396<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="1974"/> 15397<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="1974"/> 15398<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="2035"/> 15399<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4328" y="2014"/> 15400<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="2035"/> 15401<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="2093"/> 15402<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="2093"/> 15403<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="2093"/> 15404<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="1974"/> 15405<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="1974"/> 15406<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="1974"/> 15407<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="2035"/> 15408<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4505" y="2014"/> 15409<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="2035"/> 15410<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="2093"/> 15411<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="2093"/> 15412<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="2093"/> 15413<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="1974"/> 15414<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="1974"/> 15415<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="1974"/> 15416<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="2035"/> 15417<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4681" y="2014"/> 15418<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="2035"/> 15419<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="2093"/> 15420<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="2093"/> 15421<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="2093"/> 15422<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="2153"/> 15423<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="2153"/> 15424<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="2153"/> 15425<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="2212"/> 15426<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3261" y="2193"/> 15427<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="2212"/> 15428<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="2273"/> 15429<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3280" y="2273"/> 15430<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="2273"/> 15431<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="2153"/> 15432<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="2153"/> 15433<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="2153"/> 15434<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="2212"/> 15435<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3438" y="2193"/> 15436<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="2212"/> 15437<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="2273"/> 15438<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3457" y="2273"/> 15439<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="2273"/> 15440<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="2153"/> 15441<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="2153"/> 15442<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="2153"/> 15443<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="2212"/> 15444<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3614" y="2193"/> 15445<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="2212"/> 15446<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="2273"/> 15447<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3635" y="2273"/> 15448<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="2273"/> 15449<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="2332"/> 15450<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="2332"/> 15451<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="2332"/> 15452<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="2393"/> 15453<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3261" y="2372"/> 15454<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="2393"/> 15455<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="2451"/> 15456<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="2451"/> 15457<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="2451"/> 15458<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="177" x="3378" y="2313"/> 15459<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="2332"/> 15460<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="2332"/> 15461<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="2332"/> 15462<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="2393"/> 15463<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3614" y="2372"/> 15464<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="2393"/> 15465<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="2451"/> 15466<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="2451"/> 15467<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="2451"/> 15468<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="2510"/> 15469<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="2510"/> 15470<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="2510"/> 15471<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="2571"/> 15472<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3261" y="2550"/> 15473<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="2571"/> 15474<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="2629"/> 15475<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="2629"/> 15476<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="2629"/> 15477<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="2510"/> 15478<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="2510"/> 15479<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="2510"/> 15480<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="2571"/> 15481<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3438" y="2550"/> 15482<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="2571"/> 15483<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="2629"/> 15484<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="2629"/> 15485<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="2629"/> 15486<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="2510"/> 15487<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="2510"/> 15488<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="2510"/> 15489<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="2571"/> 15490<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3614" y="2550"/> 15491<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="2571"/> 15492<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="2629"/> 15493<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="2629"/> 15494<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="2629"/> 15495<rect fill="#FFFFFF" height="534" opacity="1" stroke="none" width="534" x="3734" y="2134"/> 15496<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="2153"/> 15497<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="2153"/> 15498<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="2153"/> 15499<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="2212"/> 15500<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4328" y="2193"/> 15501<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="2212"/> 15502<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="2273"/> 15503<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4347" y="2273"/> 15504<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="2273"/> 15505<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="2153"/> 15506<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="2153"/> 15507<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="2153"/> 15508<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="2212"/> 15509<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4505" y="2193"/> 15510<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="2212"/> 15511<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="2273"/> 15512<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4524" y="2273"/> 15513<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="2273"/> 15514<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="2153"/> 15515<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="2153"/> 15516<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="2153"/> 15517<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="2212"/> 15518<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4681" y="2193"/> 15519<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="2212"/> 15520<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="2273"/> 15521<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4702" y="2273"/> 15522<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="2273"/> 15523<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="2332"/> 15524<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="2332"/> 15525<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="2332"/> 15526<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="2393"/> 15527<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4328" y="2372"/> 15528<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="2393"/> 15529<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="2451"/> 15530<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="2451"/> 15531<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="2451"/> 15532<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="177" x="4445" y="2313"/> 15533<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="2332"/> 15534<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="2332"/> 15535<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="2332"/> 15536<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="2393"/> 15537<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4681" y="2372"/> 15538<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="2393"/> 15539<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="2451"/> 15540<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="2451"/> 15541<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="2451"/> 15542<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="2510"/> 15543<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="2510"/> 15544<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="2510"/> 15545<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="2571"/> 15546<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4328" y="2550"/> 15547<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="2571"/> 15548<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="2629"/> 15549<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="2629"/> 15550<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="2629"/> 15551<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="2510"/> 15552<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="2510"/> 15553<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="2510"/> 15554<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="2571"/> 15555<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4505" y="2550"/> 15556<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="2571"/> 15557<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="2629"/> 15558<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="2629"/> 15559<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="2629"/> 15560<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="2510"/> 15561<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="2510"/> 15562<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="2510"/> 15563<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="2571"/> 15564<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4681" y="2550"/> 15565<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="2571"/> 15566<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="2629"/> 15567<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="2629"/> 15568<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="2629"/> 15569<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="2689"/> 15570<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3280" y="2689"/> 15571<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="2689"/> 15572<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="2747"/> 15573<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3261" y="2728"/> 15574<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="2747"/> 15575<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="2806"/> 15576<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="2806"/> 15577<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="2806"/> 15578<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="2689"/> 15579<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3457" y="2689"/> 15580<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="2689"/> 15581<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="2747"/> 15582<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3438" y="2728"/> 15583<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="2747"/> 15584<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="2806"/> 15585<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="2806"/> 15586<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="2806"/> 15587<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="2689"/> 15588<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3635" y="2689"/> 15589<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="2689"/> 15590<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="2747"/> 15591<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3614" y="2728"/> 15592<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="2747"/> 15593<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="2806"/> 15594<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="2806"/> 15595<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="2806"/> 15596<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="2866"/> 15597<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3280" y="2866"/> 15598<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="2866"/> 15599<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="2924"/> 15600<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3261" y="2905"/> 15601<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="2924"/> 15602<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="2983"/> 15603<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="2983"/> 15604<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="2983"/> 15605<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="3378" y="2845"/> 15606<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="2866"/> 15607<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3635" y="2866"/> 15608<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="2866"/> 15609<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="2924"/> 15610<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3614" y="2905"/> 15611<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="2924"/> 15612<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="2983"/> 15613<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="2983"/> 15614<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="2983"/> 15615<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="3041"/> 15616<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="3041"/> 15617<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="3041"/> 15618<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="3102"/> 15619<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3261" y="3081"/> 15620<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="3102"/> 15621<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="3160"/> 15622<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="3160"/> 15623<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="3160"/> 15624<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="3041"/> 15625<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="3041"/> 15626<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="3041"/> 15627<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="3102"/> 15628<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3438" y="3081"/> 15629<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="3102"/> 15630<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="3160"/> 15631<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="3160"/> 15632<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="3160"/> 15633<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="3041"/> 15634<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="3041"/> 15635<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="3041"/> 15636<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="3102"/> 15637<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3614" y="3081"/> 15638<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="3102"/> 15639<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="3160"/> 15640<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="3160"/> 15641<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="3160"/> 15642<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="2689"/> 15643<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3812" y="2689"/> 15644<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="2689"/> 15645<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="2747"/> 15646<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3793" y="2728"/> 15647<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="2747"/> 15648<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="2806"/> 15649<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="2806"/> 15650<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="2806"/> 15651<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3932" y="2689"/> 15652<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3993" y="2689"/> 15653<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4051" y="2689"/> 15654<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="2747"/> 15655<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3972" y="2728"/> 15656<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="2747"/> 15657<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="2806"/> 15658<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="2806"/> 15659<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="2806"/> 15660<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="2689"/> 15661<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4171" y="2689"/> 15662<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="2689"/> 15663<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="2747"/> 15664<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4150" y="2728"/> 15665<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="2747"/> 15666<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="2806"/> 15667<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="2806"/> 15668<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="2806"/> 15669<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="2866"/> 15670<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3812" y="2866"/> 15671<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="2866"/> 15672<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="2924"/> 15673<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3793" y="2905"/> 15674<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="2924"/> 15675<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="2983"/> 15676<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="2983"/> 15677<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="2983"/> 15678<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="178" x="3913" y="2845"/> 15679<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="2866"/> 15680<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4171" y="2866"/> 15681<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="2866"/> 15682<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="2924"/> 15683<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4150" y="2905"/> 15684<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="2924"/> 15685<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="2983"/> 15686<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="2983"/> 15687<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="2983"/> 15688<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="3041"/> 15689<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="3041"/> 15690<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="3041"/> 15691<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="3102"/> 15692<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3793" y="3081"/> 15693<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="3102"/> 15694<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="3160"/> 15695<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="3160"/> 15696<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="3160"/> 15697<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="3041"/> 15698<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="3041"/> 15699<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="3041"/> 15700<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3932" y="3102"/> 15701<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3972" y="3081"/> 15702<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4051" y="3102"/> 15703<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="3160"/> 15704<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="3160"/> 15705<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="3160"/> 15706<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="3041"/> 15707<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="3041"/> 15708<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="3041"/> 15709<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="3102"/> 15710<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4150" y="3081"/> 15711<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="3102"/> 15712<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="3160"/> 15713<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="3160"/> 15714<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="3160"/> 15715<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="2689"/> 15716<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4347" y="2689"/> 15717<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="2689"/> 15718<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="2747"/> 15719<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4328" y="2728"/> 15720<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="2747"/> 15721<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="2806"/> 15722<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="2806"/> 15723<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="2806"/> 15724<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="2689"/> 15725<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4524" y="2689"/> 15726<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="2689"/> 15727<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="2747"/> 15728<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4505" y="2728"/> 15729<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="2747"/> 15730<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="2806"/> 15731<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="2806"/> 15732<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="2806"/> 15733<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="2689"/> 15734<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4702" y="2689"/> 15735<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="2689"/> 15736<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="2747"/> 15737<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4681" y="2728"/> 15738<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="2747"/> 15739<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="2806"/> 15740<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="2806"/> 15741<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="2806"/> 15742<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="2866"/> 15743<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4347" y="2866"/> 15744<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="2866"/> 15745<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="2924"/> 15746<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4328" y="2905"/> 15747<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="2924"/> 15748<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="2983"/> 15749<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="2983"/> 15750<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="2983"/> 15751<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="4445" y="2845"/> 15752<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="2866"/> 15753<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4702" y="2866"/> 15754<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="2866"/> 15755<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="2924"/> 15756<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4681" y="2905"/> 15757<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="2924"/> 15758<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="2983"/> 15759<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="2983"/> 15760<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="2983"/> 15761<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="3041"/> 15762<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="3041"/> 15763<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="3041"/> 15764<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="3102"/> 15765<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4328" y="3081"/> 15766<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="3102"/> 15767<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="3160"/> 15768<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="3160"/> 15769<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="3160"/> 15770<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="3041"/> 15771<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="3041"/> 15772<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="3041"/> 15773<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="3102"/> 15774<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4505" y="3081"/> 15775<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="3102"/> 15776<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="3160"/> 15777<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="3160"/> 15778<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="3160"/> 15779<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="3041"/> 15780<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="3041"/> 15781<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="3041"/> 15782<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="3102"/> 15783<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4681" y="3081"/> 15784<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="3102"/> 15785<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="3160"/> 15786<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="3160"/> 15787<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="3160"/> 15788<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="3222"/> 15789<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="79" y="3222"/> 15790<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="3222"/> 15791<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="3280"/> 15792<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="60" y="3261"/> 15793<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="3280"/> 15794<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="3339"/> 15795<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="3339"/> 15796<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="3339"/> 15797<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="3222"/> 15798<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="256" y="3222"/> 15799<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="3222"/> 15800<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="3280"/> 15801<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="237" y="3261"/> 15802<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="3280"/> 15803<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="3339"/> 15804<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="3339"/> 15805<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="3339"/> 15806<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="3222"/> 15807<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="434" y="3222"/> 15808<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="3222"/> 15809<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="3280"/> 15810<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="413" y="3261"/> 15811<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="3280"/> 15812<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="3339"/> 15813<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="3339"/> 15814<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="3339"/> 15815<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="3399"/> 15816<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="79" y="3399"/> 15817<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="3399"/> 15818<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="3457"/> 15819<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="60" y="3438"/> 15820<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="3457"/> 15821<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="3516"/> 15822<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="3516"/> 15823<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="3516"/> 15824<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="177" y="3378"/> 15825<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="3399"/> 15826<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="434" y="3399"/> 15827<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="3399"/> 15828<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="3457"/> 15829<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="413" y="3438"/> 15830<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="3457"/> 15831<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="3516"/> 15832<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="3516"/> 15833<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="3516"/> 15834<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="3574"/> 15835<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="3574"/> 15836<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="3574"/> 15837<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="3635"/> 15838<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="60" y="3614"/> 15839<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="3635"/> 15840<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="3693"/> 15841<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="3693"/> 15842<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="3693"/> 15843<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="3574"/> 15844<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="3574"/> 15845<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="3574"/> 15846<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="3635"/> 15847<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="237" y="3614"/> 15848<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="3635"/> 15849<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="3693"/> 15850<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="3693"/> 15851<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="3693"/> 15852<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="3574"/> 15853<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="3574"/> 15854<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="3574"/> 15855<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="3635"/> 15856<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="413" y="3614"/> 15857<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="3635"/> 15858<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="3693"/> 15859<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="3693"/> 15860<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="3693"/> 15861<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="3222"/> 15862<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="612" y="3222"/> 15863<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="3222"/> 15864<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="3280"/> 15865<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="593" y="3261"/> 15866<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="3280"/> 15867<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="3339"/> 15868<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="3339"/> 15869<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="3339"/> 15870<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="731" y="3222"/> 15871<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="789" y="3222"/> 15872<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="848" y="3222"/> 15873<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="3280"/> 15874<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="770" y="3261"/> 15875<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="3280"/> 15876<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="3339"/> 15877<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="3339"/> 15878<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="3339"/> 15879<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="3222"/> 15880<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="967" y="3222"/> 15881<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="3222"/> 15882<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="3280"/> 15883<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="946" y="3261"/> 15884<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="3280"/> 15885<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="3339"/> 15886<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="3339"/> 15887<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="3339"/> 15888<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="3399"/> 15889<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="612" y="3399"/> 15890<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="3399"/> 15891<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="3457"/> 15892<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="593" y="3438"/> 15893<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="3457"/> 15894<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="3516"/> 15895<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="3516"/> 15896<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="3516"/> 15897<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="710" y="3378"/> 15898<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="3399"/> 15899<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="967" y="3399"/> 15900<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="3399"/> 15901<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="3457"/> 15902<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="946" y="3438"/> 15903<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="3457"/> 15904<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="3516"/> 15905<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="3516"/> 15906<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="3516"/> 15907<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="3574"/> 15908<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="3574"/> 15909<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="3574"/> 15910<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="3635"/> 15911<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="593" y="3614"/> 15912<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="3635"/> 15913<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="3693"/> 15914<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="3693"/> 15915<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="3693"/> 15916<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="3574"/> 15917<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="3574"/> 15918<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="3574"/> 15919<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="731" y="3635"/> 15920<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="770" y="3614"/> 15921<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="848" y="3635"/> 15922<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="3693"/> 15923<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="3693"/> 15924<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="3693"/> 15925<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="3574"/> 15926<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="3574"/> 15927<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="3574"/> 15928<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="3635"/> 15929<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="946" y="3614"/> 15930<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="3635"/> 15931<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="3693"/> 15932<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="3693"/> 15933<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="3693"/> 15934<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="3222"/> 15935<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1144" y="3222"/> 15936<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="3222"/> 15937<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="3280"/> 15938<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1125" y="3261"/> 15939<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="3280"/> 15940<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="3339"/> 15941<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="3339"/> 15942<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="3339"/> 15943<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="3222"/> 15944<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1325" y="3222"/> 15945<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="3222"/> 15946<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="3280"/> 15947<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1304" y="3261"/> 15948<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="3280"/> 15949<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="3339"/> 15950<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="3339"/> 15951<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="3339"/> 15952<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="3222"/> 15953<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1503" y="3222"/> 15954<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="3222"/> 15955<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="3280"/> 15956<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1482" y="3261"/> 15957<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="3280"/> 15958<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="3339"/> 15959<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="3339"/> 15960<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="3339"/> 15961<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="3399"/> 15962<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1144" y="3399"/> 15963<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="3399"/> 15964<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="3457"/> 15965<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1125" y="3438"/> 15966<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="3457"/> 15967<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="3516"/> 15968<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="3516"/> 15969<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="3516"/> 15970<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="178" x="1245" y="3378"/> 15971<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="3399"/> 15972<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1503" y="3399"/> 15973<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="3399"/> 15974<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="3457"/> 15975<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1482" y="3438"/> 15976<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="3457"/> 15977<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="3516"/> 15978<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="3516"/> 15979<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="3516"/> 15980<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="3574"/> 15981<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="3574"/> 15982<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="3574"/> 15983<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="3635"/> 15984<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1125" y="3614"/> 15985<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="3635"/> 15986<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="3693"/> 15987<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="3693"/> 15988<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="3693"/> 15989<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="3574"/> 15990<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="3574"/> 15991<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="3574"/> 15992<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="3635"/> 15993<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1304" y="3614"/> 15994<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="3635"/> 15995<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="3693"/> 15996<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="3693"/> 15997<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="3693"/> 15998<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="3574"/> 15999<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="3574"/> 16000<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="3574"/> 16001<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="3635"/> 16002<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1482" y="3614"/> 16003<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="3635"/> 16004<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="3693"/> 16005<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="3693"/> 16006<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="3693"/> 16007<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="3753"/> 16008<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="3753"/> 16009<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="3753"/> 16010<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="3812"/> 16011<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="60" y="3793"/> 16012<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="3812"/> 16013<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="3873"/> 16014<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="79" y="3873"/> 16015<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="3873"/> 16016<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="3753"/> 16017<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="3753"/> 16018<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="3753"/> 16019<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="3812"/> 16020<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="237" y="3793"/> 16021<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="3812"/> 16022<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="3873"/> 16023<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="256" y="3873"/> 16024<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="3873"/> 16025<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="3753"/> 16026<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="3753"/> 16027<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="3753"/> 16028<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="3812"/> 16029<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="413" y="3793"/> 16030<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="3812"/> 16031<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="3873"/> 16032<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="434" y="3873"/> 16033<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="3873"/> 16034<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="3932"/> 16035<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="3932"/> 16036<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="3932"/> 16037<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="3993"/> 16038<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="60" y="3972"/> 16039<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="3993"/> 16040<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="4051"/> 16041<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="4051"/> 16042<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="4051"/> 16043<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="177" x="177" y="3913"/> 16044<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="3932"/> 16045<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="3932"/> 16046<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="3932"/> 16047<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="3993"/> 16048<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="413" y="3972"/> 16049<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="3993"/> 16050<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="4051"/> 16051<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="4051"/> 16052<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="4051"/> 16053<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="4110"/> 16054<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="4110"/> 16055<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="4110"/> 16056<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="4171"/> 16057<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="60" y="4150"/> 16058<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="4171"/> 16059<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="4229"/> 16060<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="4229"/> 16061<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="4229"/> 16062<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="4110"/> 16063<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="4110"/> 16064<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="4110"/> 16065<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="4171"/> 16066<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="237" y="4150"/> 16067<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="4171"/> 16068<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="4229"/> 16069<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="4229"/> 16070<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="4229"/> 16071<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="4110"/> 16072<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="4110"/> 16073<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="4110"/> 16074<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="4171"/> 16075<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="413" y="4150"/> 16076<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="4171"/> 16077<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="4229"/> 16078<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="4229"/> 16079<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="4229"/> 16080<rect fill="#FFFFFF" height="534" opacity="1" stroke="none" width="533" x="533" y="3734"/> 16081<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="3753"/> 16082<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="3753"/> 16083<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="3753"/> 16084<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="3812"/> 16085<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1125" y="3793"/> 16086<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="3812"/> 16087<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="3873"/> 16088<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1144" y="3873"/> 16089<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="3873"/> 16090<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="3753"/> 16091<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="3753"/> 16092<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="3753"/> 16093<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="3812"/> 16094<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1304" y="3793"/> 16095<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="3812"/> 16096<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="3873"/> 16097<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1325" y="3873"/> 16098<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="3873"/> 16099<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="3753"/> 16100<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="3753"/> 16101<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="3753"/> 16102<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="3812"/> 16103<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1482" y="3793"/> 16104<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="3812"/> 16105<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="3873"/> 16106<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1503" y="3873"/> 16107<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="3873"/> 16108<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="3932"/> 16109<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="3932"/> 16110<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="3932"/> 16111<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="3993"/> 16112<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1125" y="3972"/> 16113<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="3993"/> 16114<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="4051"/> 16115<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="4051"/> 16116<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="4051"/> 16117<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="178" x="1245" y="3913"/> 16118<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="3932"/> 16119<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="3932"/> 16120<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="3932"/> 16121<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="3993"/> 16122<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1482" y="3972"/> 16123<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="3993"/> 16124<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="4051"/> 16125<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="4051"/> 16126<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="4051"/> 16127<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="4110"/> 16128<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="4110"/> 16129<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="4110"/> 16130<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="4171"/> 16131<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1125" y="4150"/> 16132<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="4171"/> 16133<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="4229"/> 16134<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="4229"/> 16135<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="4229"/> 16136<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="4110"/> 16137<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="4110"/> 16138<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="4110"/> 16139<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="4171"/> 16140<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1304" y="4150"/> 16141<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="4171"/> 16142<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="4229"/> 16143<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="4229"/> 16144<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="4229"/> 16145<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="4110"/> 16146<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="4110"/> 16147<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="4110"/> 16148<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="4171"/> 16149<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1482" y="4150"/> 16150<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="4171"/> 16151<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="4229"/> 16152<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="4229"/> 16153<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="4229"/> 16154<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="4289"/> 16155<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="79" y="4289"/> 16156<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="4289"/> 16157<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="4347"/> 16158<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="60" y="4328"/> 16159<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="4347"/> 16160<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="4406"/> 16161<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="4406"/> 16162<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="4406"/> 16163<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="4289"/> 16164<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="256" y="4289"/> 16165<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="4289"/> 16166<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="4347"/> 16167<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="237" y="4328"/> 16168<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="4347"/> 16169<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="4406"/> 16170<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="4406"/> 16171<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="4406"/> 16172<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="4289"/> 16173<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="434" y="4289"/> 16174<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="4289"/> 16175<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="4347"/> 16176<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="413" y="4328"/> 16177<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="4347"/> 16178<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="4406"/> 16179<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="4406"/> 16180<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="4406"/> 16181<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="4466"/> 16182<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="79" y="4466"/> 16183<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="4466"/> 16184<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="4524"/> 16185<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="60" y="4505"/> 16186<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="4524"/> 16187<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="4583"/> 16188<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="4583"/> 16189<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="4583"/> 16190<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="177" y="4445"/> 16191<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="4466"/> 16192<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="434" y="4466"/> 16193<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="4466"/> 16194<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="4524"/> 16195<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="413" y="4505"/> 16196<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="4524"/> 16197<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="4583"/> 16198<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="4583"/> 16199<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="4583"/> 16200<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="4641"/> 16201<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="4641"/> 16202<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="4641"/> 16203<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="21" y="4702"/> 16204<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="60" y="4681"/> 16205<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="138" y="4702"/> 16206<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="21" y="4760"/> 16207<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="79" y="4760"/> 16208<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="138" y="4760"/> 16209<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="4641"/> 16210<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="4641"/> 16211<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="4641"/> 16212<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="198" y="4702"/> 16213<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="237" y="4681"/> 16214<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="315" y="4702"/> 16215<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="198" y="4760"/> 16216<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="256" y="4760"/> 16217<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="315" y="4760"/> 16218<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="4641"/> 16219<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="4641"/> 16220<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="4641"/> 16221<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="373" y="4702"/> 16222<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="413" y="4681"/> 16223<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="492" y="4702"/> 16224<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="373" y="4760"/> 16225<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="434" y="4760"/> 16226<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="492" y="4760"/> 16227<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="4289"/> 16228<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="612" y="4289"/> 16229<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="4289"/> 16230<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="4347"/> 16231<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="593" y="4328"/> 16232<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="4347"/> 16233<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="4406"/> 16234<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="4406"/> 16235<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="4406"/> 16236<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="731" y="4289"/> 16237<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="789" y="4289"/> 16238<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="848" y="4289"/> 16239<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="4347"/> 16240<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="770" y="4328"/> 16241<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="4347"/> 16242<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="4406"/> 16243<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="4406"/> 16244<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="4406"/> 16245<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="4289"/> 16246<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="967" y="4289"/> 16247<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="4289"/> 16248<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="4347"/> 16249<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="946" y="4328"/> 16250<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="4347"/> 16251<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="4406"/> 16252<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="4406"/> 16253<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="4406"/> 16254<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="4466"/> 16255<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="612" y="4466"/> 16256<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="4466"/> 16257<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="4524"/> 16258<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="593" y="4505"/> 16259<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="4524"/> 16260<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="4583"/> 16261<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="4583"/> 16262<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="4583"/> 16263<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="710" y="4445"/> 16264<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="4466"/> 16265<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="967" y="4466"/> 16266<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="4466"/> 16267<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="4524"/> 16268<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="946" y="4505"/> 16269<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="4524"/> 16270<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="4583"/> 16271<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="4583"/> 16272<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="4583"/> 16273<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="4641"/> 16274<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="4641"/> 16275<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="4641"/> 16276<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="554" y="4702"/> 16277<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="593" y="4681"/> 16278<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="671" y="4702"/> 16279<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="554" y="4760"/> 16280<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="612" y="4760"/> 16281<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="671" y="4760"/> 16282<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="4641"/> 16283<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="4641"/> 16284<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="4641"/> 16285<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="731" y="4702"/> 16286<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="770" y="4681"/> 16287<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="848" y="4702"/> 16288<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="731" y="4760"/> 16289<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="789" y="4760"/> 16290<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="848" y="4760"/> 16291<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="4641"/> 16292<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="4641"/> 16293<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="4641"/> 16294<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="906" y="4702"/> 16295<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="946" y="4681"/> 16296<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1025" y="4702"/> 16297<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="906" y="4760"/> 16298<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="967" y="4760"/> 16299<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1025" y="4760"/> 16300<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="4289"/> 16301<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1144" y="4289"/> 16302<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="4289"/> 16303<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="4347"/> 16304<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1125" y="4328"/> 16305<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="4347"/> 16306<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="4406"/> 16307<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="4406"/> 16308<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="4406"/> 16309<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="4289"/> 16310<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1325" y="4289"/> 16311<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="4289"/> 16312<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="4347"/> 16313<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1304" y="4328"/> 16314<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="4347"/> 16315<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="4406"/> 16316<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="4406"/> 16317<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="4406"/> 16318<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="4289"/> 16319<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1503" y="4289"/> 16320<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="4289"/> 16321<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="4347"/> 16322<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1482" y="4328"/> 16323<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="4347"/> 16324<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="4406"/> 16325<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="4406"/> 16326<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="4406"/> 16327<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="4466"/> 16328<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1144" y="4466"/> 16329<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="4466"/> 16330<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="4524"/> 16331<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1125" y="4505"/> 16332<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="4524"/> 16333<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="4583"/> 16334<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="4583"/> 16335<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="4583"/> 16336<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="178" x="1245" y="4445"/> 16337<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="4466"/> 16338<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1503" y="4466"/> 16339<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="4466"/> 16340<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="4524"/> 16341<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="1482" y="4505"/> 16342<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="4524"/> 16343<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="4583"/> 16344<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="4583"/> 16345<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="4583"/> 16346<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="4641"/> 16347<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="4641"/> 16348<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="4641"/> 16349<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1085" y="4702"/> 16350<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1125" y="4681"/> 16351<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1205" y="4702"/> 16352<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1085" y="4760"/> 16353<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1144" y="4760"/> 16354<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1205" y="4760"/> 16355<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="4641"/> 16356<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="4641"/> 16357<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="4641"/> 16358<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1264" y="4702"/> 16359<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1304" y="4681"/> 16360<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1383" y="4702"/> 16361<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1264" y="4760"/> 16362<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1325" y="4760"/> 16363<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1383" y="4760"/> 16364<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="4641"/> 16365<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="4641"/> 16366<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="4641"/> 16367<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1442" y="4702"/> 16368<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="1482" y="4681"/> 16369<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1561" y="4702"/> 16370<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1442" y="4760"/> 16371<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1503" y="4760"/> 16372<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1561" y="4760"/> 16373<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="3222"/> 16374<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1680" y="3222"/> 16375<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="3222"/> 16376<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="3280"/> 16377<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1661" y="3261"/> 16378<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="3280"/> 16379<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="3339"/> 16380<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="3339"/> 16381<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="3339"/> 16382<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1799" y="3222"/> 16383<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1857" y="3222"/> 16384<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1916" y="3222"/> 16385<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="3280"/> 16386<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1838" y="3261"/> 16387<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="3280"/> 16388<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="3339"/> 16389<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="3339"/> 16390<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="3339"/> 16391<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="3222"/> 16392<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2035" y="3222"/> 16393<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="3222"/> 16394<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="3280"/> 16395<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2014" y="3261"/> 16396<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="3280"/> 16397<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="3339"/> 16398<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="3339"/> 16399<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="3339"/> 16400<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="3399"/> 16401<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1680" y="3399"/> 16402<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="3399"/> 16403<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="3457"/> 16404<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1661" y="3438"/> 16405<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="3457"/> 16406<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="3516"/> 16407<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="3516"/> 16408<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="3516"/> 16409<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="1778" y="3378"/> 16410<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="3399"/> 16411<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2035" y="3399"/> 16412<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="3399"/> 16413<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="3457"/> 16414<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2014" y="3438"/> 16415<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="3457"/> 16416<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="3516"/> 16417<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="3516"/> 16418<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="3516"/> 16419<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="3574"/> 16420<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="3574"/> 16421<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="3574"/> 16422<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="3635"/> 16423<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1661" y="3614"/> 16424<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="3635"/> 16425<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="3693"/> 16426<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="3693"/> 16427<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="3693"/> 16428<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="3574"/> 16429<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="3574"/> 16430<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="3574"/> 16431<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1799" y="3635"/> 16432<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1838" y="3614"/> 16433<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1916" y="3635"/> 16434<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="3693"/> 16435<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="3693"/> 16436<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="3693"/> 16437<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="3574"/> 16438<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="3574"/> 16439<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="3574"/> 16440<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="3635"/> 16441<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2014" y="3614"/> 16442<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="3635"/> 16443<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="3693"/> 16444<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="3693"/> 16445<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="3693"/> 16446<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2153" y="3222"/> 16447<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2212" y="3222"/> 16448<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2273" y="3222"/> 16449<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="3280"/> 16450<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2193" y="3261"/> 16451<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="3280"/> 16452<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="3339"/> 16453<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="3339"/> 16454<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="3339"/> 16455<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2332" y="3222"/> 16456<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2393" y="3222"/> 16457<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2451" y="3222"/> 16458<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="3280"/> 16459<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2372" y="3261"/> 16460<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="3280"/> 16461<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="3339"/> 16462<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2393" y="3339"/> 16463<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="3339"/> 16464<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2510" y="3222"/> 16465<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2571" y="3222"/> 16466<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2629" y="3222"/> 16467<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="3280"/> 16468<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2550" y="3261"/> 16469<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="3280"/> 16470<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="3339"/> 16471<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="3339"/> 16472<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="3339"/> 16473<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2153" y="3399"/> 16474<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2212" y="3399"/> 16475<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2273" y="3399"/> 16476<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="3457"/> 16477<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2193" y="3438"/> 16478<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="3457"/> 16479<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="3516"/> 16480<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="3516"/> 16481<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="3516"/> 16482<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="178" x="2313" y="3378"/> 16483<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2510" y="3399"/> 16484<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2571" y="3399"/> 16485<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2629" y="3399"/> 16486<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="3457"/> 16487<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2550" y="3438"/> 16488<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="3457"/> 16489<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="3516"/> 16490<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="3516"/> 16491<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="3516"/> 16492<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="3574"/> 16493<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="3574"/> 16494<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="3574"/> 16495<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2153" y="3635"/> 16496<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2193" y="3614"/> 16497<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2273" y="3635"/> 16498<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="3693"/> 16499<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="3693"/> 16500<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="3693"/> 16501<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="3574"/> 16502<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2393" y="3574"/> 16503<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="3574"/> 16504<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2332" y="3635"/> 16505<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2372" y="3614"/> 16506<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2451" y="3635"/> 16507<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="3693"/> 16508<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2393" y="3693"/> 16509<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="3693"/> 16510<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="3574"/> 16511<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="3574"/> 16512<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="3574"/> 16513<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2510" y="3635"/> 16514<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2550" y="3614"/> 16515<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2629" y="3635"/> 16516<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="3693"/> 16517<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="3693"/> 16518<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="3693"/> 16519<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="3222"/> 16520<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2747" y="3222"/> 16521<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="3222"/> 16522<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="3280"/> 16523<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2728" y="3261"/> 16524<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="3280"/> 16525<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="3339"/> 16526<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="3339"/> 16527<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="3339"/> 16528<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2866" y="3222"/> 16529<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2924" y="3222"/> 16530<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2983" y="3222"/> 16531<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="3280"/> 16532<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2905" y="3261"/> 16533<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="3280"/> 16534<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="3339"/> 16535<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="3339"/> 16536<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="3339"/> 16537<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="3222"/> 16538<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3102" y="3222"/> 16539<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="3222"/> 16540<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="3280"/> 16541<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3081" y="3261"/> 16542<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="3280"/> 16543<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="3339"/> 16544<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="3339"/> 16545<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="3339"/> 16546<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="3399"/> 16547<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2747" y="3399"/> 16548<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="3399"/> 16549<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="3457"/> 16550<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2728" y="3438"/> 16551<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="3457"/> 16552<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="3516"/> 16553<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="3516"/> 16554<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="3516"/> 16555<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="2845" y="3378"/> 16556<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="3399"/> 16557<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3102" y="3399"/> 16558<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="3399"/> 16559<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="3457"/> 16560<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3081" y="3438"/> 16561<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="3457"/> 16562<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="3516"/> 16563<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="3516"/> 16564<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="3516"/> 16565<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="3574"/> 16566<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="3574"/> 16567<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="3574"/> 16568<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="3635"/> 16569<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2728" y="3614"/> 16570<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="3635"/> 16571<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="3693"/> 16572<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="3693"/> 16573<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="3693"/> 16574<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="3574"/> 16575<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="3574"/> 16576<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="3574"/> 16577<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2866" y="3635"/> 16578<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2905" y="3614"/> 16579<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2983" y="3635"/> 16580<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="3693"/> 16581<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="3693"/> 16582<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="3693"/> 16583<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="3574"/> 16584<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="3574"/> 16585<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="3574"/> 16586<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="3635"/> 16587<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3081" y="3614"/> 16588<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="3635"/> 16589<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="3693"/> 16590<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="3693"/> 16591<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="3693"/> 16592<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="3753"/> 16593<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="3753"/> 16594<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="3753"/> 16595<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="3812"/> 16596<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1661" y="3793"/> 16597<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="3812"/> 16598<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="3873"/> 16599<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1680" y="3873"/> 16600<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="3873"/> 16601<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="3753"/> 16602<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="3753"/> 16603<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="3753"/> 16604<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="3812"/> 16605<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1838" y="3793"/> 16606<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="3812"/> 16607<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1799" y="3873"/> 16608<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1857" y="3873"/> 16609<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1916" y="3873"/> 16610<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="3753"/> 16611<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="3753"/> 16612<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="3753"/> 16613<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="3812"/> 16614<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2014" y="3793"/> 16615<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="3812"/> 16616<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="3873"/> 16617<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2035" y="3873"/> 16618<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="3873"/> 16619<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="3932"/> 16620<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="3932"/> 16621<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="3932"/> 16622<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="3993"/> 16623<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1661" y="3972"/> 16624<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="3993"/> 16625<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="4051"/> 16626<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="4051"/> 16627<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="4051"/> 16628<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="177" x="1778" y="3913"/> 16629<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="3932"/> 16630<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="3932"/> 16631<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="3932"/> 16632<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="3993"/> 16633<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2014" y="3972"/> 16634<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="3993"/> 16635<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="4051"/> 16636<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="4051"/> 16637<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="4051"/> 16638<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="4110"/> 16639<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="4110"/> 16640<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="4110"/> 16641<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="4171"/> 16642<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1661" y="4150"/> 16643<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="4171"/> 16644<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="4229"/> 16645<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="4229"/> 16646<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="4229"/> 16647<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="4110"/> 16648<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="4110"/> 16649<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="4110"/> 16650<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1799" y="4171"/> 16651<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1838" y="4150"/> 16652<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1916" y="4171"/> 16653<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="4229"/> 16654<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="4229"/> 16655<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="4229"/> 16656<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="4110"/> 16657<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="4110"/> 16658<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="4110"/> 16659<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="4171"/> 16660<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2014" y="4150"/> 16661<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="4171"/> 16662<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="4229"/> 16663<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="4229"/> 16664<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="4229"/> 16665<rect fill="#FFFFFF" height="534" opacity="1" stroke="none" width="534" x="2134" y="3734"/> 16666<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="3753"/> 16667<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="3753"/> 16668<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="3753"/> 16669<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="3812"/> 16670<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2728" y="3793"/> 16671<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="3812"/> 16672<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="3873"/> 16673<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2747" y="3873"/> 16674<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="3873"/> 16675<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="3753"/> 16676<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="3753"/> 16677<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="3753"/> 16678<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="3812"/> 16679<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2905" y="3793"/> 16680<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="3812"/> 16681<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2866" y="3873"/> 16682<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2924" y="3873"/> 16683<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2983" y="3873"/> 16684<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="3753"/> 16685<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="3753"/> 16686<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="3753"/> 16687<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="3812"/> 16688<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3081" y="3793"/> 16689<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="3812"/> 16690<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="3873"/> 16691<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3102" y="3873"/> 16692<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="3873"/> 16693<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="3932"/> 16694<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="3932"/> 16695<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="3932"/> 16696<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="3993"/> 16697<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2728" y="3972"/> 16698<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="3993"/> 16699<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="4051"/> 16700<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="4051"/> 16701<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="4051"/> 16702<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="177" x="2845" y="3913"/> 16703<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="3932"/> 16704<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="3932"/> 16705<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="3932"/> 16706<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="3993"/> 16707<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3081" y="3972"/> 16708<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="3993"/> 16709<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="4051"/> 16710<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="4051"/> 16711<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="4051"/> 16712<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="4110"/> 16713<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="4110"/> 16714<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="4110"/> 16715<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="4171"/> 16716<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2728" y="4150"/> 16717<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="4171"/> 16718<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="4229"/> 16719<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="4229"/> 16720<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="4229"/> 16721<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="4110"/> 16722<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="4110"/> 16723<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="4110"/> 16724<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2866" y="4171"/> 16725<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2905" y="4150"/> 16726<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2983" y="4171"/> 16727<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="4229"/> 16728<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="4229"/> 16729<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="4229"/> 16730<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="4110"/> 16731<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="4110"/> 16732<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="4110"/> 16733<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="4171"/> 16734<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3081" y="4150"/> 16735<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="4171"/> 16736<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="4229"/> 16737<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="4229"/> 16738<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="4229"/> 16739<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="4289"/> 16740<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1680" y="4289"/> 16741<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="4289"/> 16742<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="4347"/> 16743<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1661" y="4328"/> 16744<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="4347"/> 16745<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="4406"/> 16746<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="4406"/> 16747<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="4406"/> 16748<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1799" y="4289"/> 16749<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1857" y="4289"/> 16750<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1916" y="4289"/> 16751<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="4347"/> 16752<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1838" y="4328"/> 16753<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="4347"/> 16754<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="4406"/> 16755<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="4406"/> 16756<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="4406"/> 16757<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="4289"/> 16758<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2035" y="4289"/> 16759<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="4289"/> 16760<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="4347"/> 16761<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2014" y="4328"/> 16762<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="4347"/> 16763<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="4406"/> 16764<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="4406"/> 16765<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="4406"/> 16766<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="4466"/> 16767<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1680" y="4466"/> 16768<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="4466"/> 16769<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="4524"/> 16770<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="1661" y="4505"/> 16771<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="4524"/> 16772<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="4583"/> 16773<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="4583"/> 16774<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="4583"/> 16775<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="1778" y="4445"/> 16776<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="4466"/> 16777<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2035" y="4466"/> 16778<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="4466"/> 16779<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="4524"/> 16780<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2014" y="4505"/> 16781<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="4524"/> 16782<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="4583"/> 16783<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="4583"/> 16784<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="4583"/> 16785<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="4641"/> 16786<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="4641"/> 16787<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="4641"/> 16788<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1622" y="4702"/> 16789<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1661" y="4681"/> 16790<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1739" y="4702"/> 16791<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1622" y="4760"/> 16792<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1680" y="4760"/> 16793<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1739" y="4760"/> 16794<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="4641"/> 16795<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="4641"/> 16796<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="4641"/> 16797<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="1799" y="4702"/> 16798<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="1838" y="4681"/> 16799<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1916" y="4702"/> 16800<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="1799" y="4760"/> 16801<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1857" y="4760"/> 16802<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1916" y="4760"/> 16803<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="4641"/> 16804<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="4641"/> 16805<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="4641"/> 16806<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="1974" y="4702"/> 16807<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2014" y="4681"/> 16808<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2093" y="4702"/> 16809<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="1974" y="4760"/> 16810<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2035" y="4760"/> 16811<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2093" y="4760"/> 16812<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2153" y="4289"/> 16813<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2212" y="4289"/> 16814<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2273" y="4289"/> 16815<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="4347"/> 16816<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2193" y="4328"/> 16817<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="4347"/> 16818<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="4406"/> 16819<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="4406"/> 16820<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="4406"/> 16821<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2332" y="4289"/> 16822<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2393" y="4289"/> 16823<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2451" y="4289"/> 16824<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="4347"/> 16825<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2372" y="4328"/> 16826<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="4347"/> 16827<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="4406"/> 16828<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2393" y="4406"/> 16829<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="4406"/> 16830<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2510" y="4289"/> 16831<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2571" y="4289"/> 16832<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2629" y="4289"/> 16833<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="4347"/> 16834<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2550" y="4328"/> 16835<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="4347"/> 16836<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="4406"/> 16837<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="4406"/> 16838<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="4406"/> 16839<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2153" y="4466"/> 16840<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2212" y="4466"/> 16841<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2273" y="4466"/> 16842<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="4524"/> 16843<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2193" y="4505"/> 16844<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="4524"/> 16845<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="4583"/> 16846<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="4583"/> 16847<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="4583"/> 16848<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="178" x="2313" y="4445"/> 16849<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2510" y="4466"/> 16850<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2571" y="4466"/> 16851<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2629" y="4466"/> 16852<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="4524"/> 16853<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="2550" y="4505"/> 16854<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="4524"/> 16855<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="4583"/> 16856<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="4583"/> 16857<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="4583"/> 16858<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="4641"/> 16859<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="4641"/> 16860<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="4641"/> 16861<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2153" y="4702"/> 16862<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2193" y="4681"/> 16863<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2273" y="4702"/> 16864<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2153" y="4760"/> 16865<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2212" y="4760"/> 16866<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2273" y="4760"/> 16867<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="4641"/> 16868<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2393" y="4641"/> 16869<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="4641"/> 16870<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2332" y="4702"/> 16871<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2372" y="4681"/> 16872<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2451" y="4702"/> 16873<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2332" y="4760"/> 16874<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2393" y="4760"/> 16875<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2451" y="4760"/> 16876<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="4641"/> 16877<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="4641"/> 16878<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="4641"/> 16879<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2510" y="4702"/> 16880<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="2550" y="4681"/> 16881<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2629" y="4702"/> 16882<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2510" y="4760"/> 16883<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2571" y="4760"/> 16884<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2629" y="4760"/> 16885<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="4289"/> 16886<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2747" y="4289"/> 16887<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="4289"/> 16888<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="4347"/> 16889<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2728" y="4328"/> 16890<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="4347"/> 16891<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="4406"/> 16892<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="4406"/> 16893<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="4406"/> 16894<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2866" y="4289"/> 16895<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2924" y="4289"/> 16896<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2983" y="4289"/> 16897<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="4347"/> 16898<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2905" y="4328"/> 16899<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="4347"/> 16900<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="4406"/> 16901<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="4406"/> 16902<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="4406"/> 16903<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="4289"/> 16904<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3102" y="4289"/> 16905<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="4289"/> 16906<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="4347"/> 16907<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3081" y="4328"/> 16908<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="4347"/> 16909<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="4406"/> 16910<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="4406"/> 16911<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="4406"/> 16912<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="4466"/> 16913<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2747" y="4466"/> 16914<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="4466"/> 16915<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="4524"/> 16916<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="2728" y="4505"/> 16917<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="4524"/> 16918<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="4583"/> 16919<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="4583"/> 16920<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="4583"/> 16921<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="2845" y="4445"/> 16922<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="4466"/> 16923<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3102" y="4466"/> 16924<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="4466"/> 16925<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="4524"/> 16926<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3081" y="4505"/> 16927<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="4524"/> 16928<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="4583"/> 16929<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="4583"/> 16930<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="4583"/> 16931<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="4641"/> 16932<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="4641"/> 16933<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="4641"/> 16934<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2689" y="4702"/> 16935<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2728" y="4681"/> 16936<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2806" y="4702"/> 16937<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2689" y="4760"/> 16938<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2747" y="4760"/> 16939<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2806" y="4760"/> 16940<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="4641"/> 16941<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="4641"/> 16942<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="4641"/> 16943<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="2866" y="4702"/> 16944<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="2905" y="4681"/> 16945<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="2983" y="4702"/> 16946<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="2866" y="4760"/> 16947<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2924" y="4760"/> 16948<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="2983" y="4760"/> 16949<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="4641"/> 16950<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="4641"/> 16951<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="4641"/> 16952<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3041" y="4702"/> 16953<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3081" y="4681"/> 16954<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3160" y="4702"/> 16955<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3041" y="4760"/> 16956<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3102" y="4760"/> 16957<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3160" y="4760"/> 16958<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="3222"/> 16959<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3280" y="3222"/> 16960<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="3222"/> 16961<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="3280"/> 16962<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3261" y="3261"/> 16963<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="3280"/> 16964<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="3339"/> 16965<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="3339"/> 16966<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="3339"/> 16967<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="3222"/> 16968<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3457" y="3222"/> 16969<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="3222"/> 16970<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="3280"/> 16971<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3438" y="3261"/> 16972<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="3280"/> 16973<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="3339"/> 16974<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="3339"/> 16975<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="3339"/> 16976<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="3222"/> 16977<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3635" y="3222"/> 16978<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="3222"/> 16979<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="3280"/> 16980<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3614" y="3261"/> 16981<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="3280"/> 16982<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="3339"/> 16983<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="3339"/> 16984<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="3339"/> 16985<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="3399"/> 16986<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3280" y="3399"/> 16987<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="3399"/> 16988<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="3457"/> 16989<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3261" y="3438"/> 16990<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="3457"/> 16991<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="3516"/> 16992<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="3516"/> 16993<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="3516"/> 16994<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="3378" y="3378"/> 16995<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="3399"/> 16996<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3635" y="3399"/> 16997<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="3399"/> 16998<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="3457"/> 16999<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3614" y="3438"/> 17000<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="3457"/> 17001<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="3516"/> 17002<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="3516"/> 17003<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="3516"/> 17004<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="3574"/> 17005<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="3574"/> 17006<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="3574"/> 17007<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="3635"/> 17008<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3261" y="3614"/> 17009<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="3635"/> 17010<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="3693"/> 17011<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="3693"/> 17012<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="3693"/> 17013<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="3574"/> 17014<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="3574"/> 17015<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="3574"/> 17016<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="3635"/> 17017<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3438" y="3614"/> 17018<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="3635"/> 17019<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="3693"/> 17020<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="3693"/> 17021<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="3693"/> 17022<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="3574"/> 17023<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="3574"/> 17024<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="3574"/> 17025<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="3635"/> 17026<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3614" y="3614"/> 17027<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="3635"/> 17028<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="3693"/> 17029<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="3693"/> 17030<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="3693"/> 17031<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="3222"/> 17032<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3812" y="3222"/> 17033<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="3222"/> 17034<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="3280"/> 17035<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3793" y="3261"/> 17036<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="3280"/> 17037<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="3339"/> 17038<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="3339"/> 17039<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="3339"/> 17040<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3932" y="3222"/> 17041<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3993" y="3222"/> 17042<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4051" y="3222"/> 17043<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="3280"/> 17044<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3972" y="3261"/> 17045<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="3280"/> 17046<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="3339"/> 17047<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="3339"/> 17048<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="3339"/> 17049<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="3222"/> 17050<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4171" y="3222"/> 17051<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="3222"/> 17052<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="3280"/> 17053<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4150" y="3261"/> 17054<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="3280"/> 17055<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="3339"/> 17056<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="3339"/> 17057<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="3339"/> 17058<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="3399"/> 17059<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3812" y="3399"/> 17060<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="3399"/> 17061<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="3457"/> 17062<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3793" y="3438"/> 17063<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="3457"/> 17064<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="3516"/> 17065<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="3516"/> 17066<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="3516"/> 17067<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="178" x="3913" y="3378"/> 17068<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="3399"/> 17069<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4171" y="3399"/> 17070<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="3399"/> 17071<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="3457"/> 17072<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4150" y="3438"/> 17073<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="3457"/> 17074<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="3516"/> 17075<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="3516"/> 17076<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="3516"/> 17077<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="3574"/> 17078<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="3574"/> 17079<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="3574"/> 17080<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="3635"/> 17081<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3793" y="3614"/> 17082<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="3635"/> 17083<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="3693"/> 17084<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="3693"/> 17085<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="3693"/> 17086<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="3574"/> 17087<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="3574"/> 17088<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="3574"/> 17089<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3932" y="3635"/> 17090<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3972" y="3614"/> 17091<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4051" y="3635"/> 17092<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="3693"/> 17093<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="3693"/> 17094<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="3693"/> 17095<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="3574"/> 17096<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="3574"/> 17097<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="3574"/> 17098<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="3635"/> 17099<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4150" y="3614"/> 17100<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="3635"/> 17101<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="3693"/> 17102<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="3693"/> 17103<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="3693"/> 17104<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="3222"/> 17105<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4347" y="3222"/> 17106<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="3222"/> 17107<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="3280"/> 17108<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4328" y="3261"/> 17109<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="3280"/> 17110<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="3339"/> 17111<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="3339"/> 17112<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="3339"/> 17113<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="3222"/> 17114<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4524" y="3222"/> 17115<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="3222"/> 17116<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="3280"/> 17117<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4505" y="3261"/> 17118<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="3280"/> 17119<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="3339"/> 17120<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="3339"/> 17121<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="3339"/> 17122<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="3222"/> 17123<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4702" y="3222"/> 17124<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="3222"/> 17125<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="3280"/> 17126<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4681" y="3261"/> 17127<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="3280"/> 17128<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="3339"/> 17129<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="3339"/> 17130<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="3339"/> 17131<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="3399"/> 17132<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4347" y="3399"/> 17133<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="3399"/> 17134<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="3457"/> 17135<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4328" y="3438"/> 17136<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="3457"/> 17137<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="3516"/> 17138<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="3516"/> 17139<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="3516"/> 17140<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="4445" y="3378"/> 17141<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="3399"/> 17142<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4702" y="3399"/> 17143<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="3399"/> 17144<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="3457"/> 17145<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4681" y="3438"/> 17146<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="3457"/> 17147<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="3516"/> 17148<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="3516"/> 17149<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="3516"/> 17150<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="3574"/> 17151<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="3574"/> 17152<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="3574"/> 17153<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="3635"/> 17154<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4328" y="3614"/> 17155<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="3635"/> 17156<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="3693"/> 17157<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="3693"/> 17158<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="3693"/> 17159<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="3574"/> 17160<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="3574"/> 17161<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="3574"/> 17162<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="3635"/> 17163<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4505" y="3614"/> 17164<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="3635"/> 17165<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="3693"/> 17166<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="3693"/> 17167<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="3693"/> 17168<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="3574"/> 17169<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="3574"/> 17170<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="3574"/> 17171<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="3635"/> 17172<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4681" y="3614"/> 17173<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="3635"/> 17174<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="3693"/> 17175<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="3693"/> 17176<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="3693"/> 17177<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="3753"/> 17178<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="3753"/> 17179<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="3753"/> 17180<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="3812"/> 17181<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3261" y="3793"/> 17182<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="3812"/> 17183<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="3873"/> 17184<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3280" y="3873"/> 17185<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="3873"/> 17186<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="3753"/> 17187<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="3753"/> 17188<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="3753"/> 17189<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="3812"/> 17190<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3438" y="3793"/> 17191<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="3812"/> 17192<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="3873"/> 17193<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3457" y="3873"/> 17194<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="3873"/> 17195<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="3753"/> 17196<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="3753"/> 17197<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="3753"/> 17198<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="3812"/> 17199<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3614" y="3793"/> 17200<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="3812"/> 17201<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="3873"/> 17202<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3635" y="3873"/> 17203<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="3873"/> 17204<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="3932"/> 17205<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="3932"/> 17206<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="3932"/> 17207<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="3993"/> 17208<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3261" y="3972"/> 17209<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="3993"/> 17210<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="4051"/> 17211<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="4051"/> 17212<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="4051"/> 17213<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="177" x="3378" y="3913"/> 17214<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="3932"/> 17215<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="3932"/> 17216<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="3932"/> 17217<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="3993"/> 17218<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3614" y="3972"/> 17219<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="3993"/> 17220<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="4051"/> 17221<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="4051"/> 17222<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="4051"/> 17223<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="4110"/> 17224<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="4110"/> 17225<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="4110"/> 17226<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="4171"/> 17227<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3261" y="4150"/> 17228<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="4171"/> 17229<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="4229"/> 17230<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="4229"/> 17231<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="4229"/> 17232<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="4110"/> 17233<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="4110"/> 17234<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="4110"/> 17235<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="4171"/> 17236<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3438" y="4150"/> 17237<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="4171"/> 17238<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="4229"/> 17239<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="4229"/> 17240<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="4229"/> 17241<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="4110"/> 17242<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="4110"/> 17243<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="4110"/> 17244<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="4171"/> 17245<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3614" y="4150"/> 17246<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="4171"/> 17247<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="4229"/> 17248<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="4229"/> 17249<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="4229"/> 17250<rect fill="#FFFFFF" height="534" opacity="1" stroke="none" width="534" x="3734" y="3734"/> 17251<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="3753"/> 17252<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="3753"/> 17253<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="3753"/> 17254<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="3812"/> 17255<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4328" y="3793"/> 17256<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="3812"/> 17257<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="3873"/> 17258<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4347" y="3873"/> 17259<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="3873"/> 17260<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="3753"/> 17261<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="3753"/> 17262<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="3753"/> 17263<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="3812"/> 17264<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4505" y="3793"/> 17265<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="3812"/> 17266<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="3873"/> 17267<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4524" y="3873"/> 17268<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="3873"/> 17269<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="3753"/> 17270<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="3753"/> 17271<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="3753"/> 17272<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="3812"/> 17273<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4681" y="3793"/> 17274<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="3812"/> 17275<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="3873"/> 17276<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4702" y="3873"/> 17277<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="3873"/> 17278<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="3932"/> 17279<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="3932"/> 17280<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="3932"/> 17281<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="3993"/> 17282<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4328" y="3972"/> 17283<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="3993"/> 17284<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="4051"/> 17285<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="4051"/> 17286<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="4051"/> 17287<rect fill="#FFFFFF" height="178" opacity="1" stroke="none" width="177" x="4445" y="3913"/> 17288<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="3932"/> 17289<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="3932"/> 17290<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="3932"/> 17291<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="3993"/> 17292<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4681" y="3972"/> 17293<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="3993"/> 17294<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="4051"/> 17295<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="4051"/> 17296<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="4051"/> 17297<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="4110"/> 17298<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="4110"/> 17299<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="4110"/> 17300<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="4171"/> 17301<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4328" y="4150"/> 17302<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="4171"/> 17303<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="4229"/> 17304<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="4229"/> 17305<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="4229"/> 17306<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="4110"/> 17307<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="4110"/> 17308<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="4110"/> 17309<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="4171"/> 17310<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4505" y="4150"/> 17311<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="4171"/> 17312<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="4229"/> 17313<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="4229"/> 17314<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="4229"/> 17315<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="4110"/> 17316<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="4110"/> 17317<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="4110"/> 17318<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="4171"/> 17319<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4681" y="4150"/> 17320<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="4171"/> 17321<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="4229"/> 17322<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="4229"/> 17323<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="4229"/> 17324<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="4289"/> 17325<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3280" y="4289"/> 17326<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="4289"/> 17327<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="4347"/> 17328<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3261" y="4328"/> 17329<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="4347"/> 17330<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="4406"/> 17331<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="4406"/> 17332<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="4406"/> 17333<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="4289"/> 17334<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3457" y="4289"/> 17335<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="4289"/> 17336<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="4347"/> 17337<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3438" y="4328"/> 17338<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="4347"/> 17339<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="4406"/> 17340<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="4406"/> 17341<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="4406"/> 17342<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="4289"/> 17343<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3635" y="4289"/> 17344<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="4289"/> 17345<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="4347"/> 17346<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3614" y="4328"/> 17347<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="4347"/> 17348<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="4406"/> 17349<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="4406"/> 17350<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="4406"/> 17351<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="4466"/> 17352<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3280" y="4466"/> 17353<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="4466"/> 17354<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="4524"/> 17355<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3261" y="4505"/> 17356<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="4524"/> 17357<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="4583"/> 17358<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="4583"/> 17359<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="4583"/> 17360<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="3378" y="4445"/> 17361<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="4466"/> 17362<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3635" y="4466"/> 17363<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="4466"/> 17364<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="4524"/> 17365<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3614" y="4505"/> 17366<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="4524"/> 17367<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="4583"/> 17368<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="4583"/> 17369<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="4583"/> 17370<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="4641"/> 17371<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="4641"/> 17372<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="4641"/> 17373<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3222" y="4702"/> 17374<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3261" y="4681"/> 17375<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3339" y="4702"/> 17376<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3222" y="4760"/> 17377<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3280" y="4760"/> 17378<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3339" y="4760"/> 17379<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="4641"/> 17380<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="4641"/> 17381<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="4641"/> 17382<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3399" y="4702"/> 17383<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3438" y="4681"/> 17384<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3516" y="4702"/> 17385<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3399" y="4760"/> 17386<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3457" y="4760"/> 17387<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3516" y="4760"/> 17388<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="4641"/> 17389<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="4641"/> 17390<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="4641"/> 17391<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3574" y="4702"/> 17392<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3614" y="4681"/> 17393<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3693" y="4702"/> 17394<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3574" y="4760"/> 17395<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3635" y="4760"/> 17396<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3693" y="4760"/> 17397<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="4289"/> 17398<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3812" y="4289"/> 17399<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="4289"/> 17400<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="4347"/> 17401<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3793" y="4328"/> 17402<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="4347"/> 17403<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="4406"/> 17404<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="4406"/> 17405<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="4406"/> 17406<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3932" y="4289"/> 17407<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3993" y="4289"/> 17408<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4051" y="4289"/> 17409<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="4347"/> 17410<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="3972" y="4328"/> 17411<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="4347"/> 17412<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="4406"/> 17413<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="4406"/> 17414<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="4406"/> 17415<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="4289"/> 17416<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4171" y="4289"/> 17417<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="4289"/> 17418<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="4347"/> 17419<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4150" y="4328"/> 17420<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="4347"/> 17421<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="4406"/> 17422<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="4406"/> 17423<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="4406"/> 17424<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="4466"/> 17425<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3812" y="4466"/> 17426<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="4466"/> 17427<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="4524"/> 17428<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="3793" y="4505"/> 17429<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="4524"/> 17430<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="4583"/> 17431<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="4583"/> 17432<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="4583"/> 17433<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="178" x="3913" y="4445"/> 17434<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="4466"/> 17435<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4171" y="4466"/> 17436<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="4466"/> 17437<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="4524"/> 17438<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4150" y="4505"/> 17439<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="4524"/> 17440<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="4583"/> 17441<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="4583"/> 17442<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="4583"/> 17443<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="4641"/> 17444<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="4641"/> 17445<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="4641"/> 17446<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3753" y="4702"/> 17447<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="3793" y="4681"/> 17448<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="3873" y="4702"/> 17449<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3753" y="4760"/> 17450<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3812" y="4760"/> 17451<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3873" y="4760"/> 17452<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="4641"/> 17453<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="4641"/> 17454<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="4641"/> 17455<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="3932" y="4702"/> 17456<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="3972" y="4681"/> 17457<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4051" y="4702"/> 17458<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="3932" y="4760"/> 17459<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="3993" y="4760"/> 17460<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4051" y="4760"/> 17461<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="4641"/> 17462<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="4641"/> 17463<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="4641"/> 17464<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4110" y="4702"/> 17465<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4150" y="4681"/> 17466<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4229" y="4702"/> 17467<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4110" y="4760"/> 17468<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4171" y="4760"/> 17469<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4229" y="4760"/> 17470<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="4289"/> 17471<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4347" y="4289"/> 17472<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="4289"/> 17473<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="4347"/> 17474<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4328" y="4328"/> 17475<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="4347"/> 17476<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="4406"/> 17477<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="4406"/> 17478<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="4406"/> 17479<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="4289"/> 17480<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4524" y="4289"/> 17481<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="4289"/> 17482<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="4347"/> 17483<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4505" y="4328"/> 17484<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="4347"/> 17485<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="4406"/> 17486<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="4406"/> 17487<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="4406"/> 17488<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="4289"/> 17489<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4702" y="4289"/> 17490<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="4289"/> 17491<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="4347"/> 17492<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4681" y="4328"/> 17493<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="4347"/> 17494<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="4406"/> 17495<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="4406"/> 17496<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="4406"/> 17497<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="4466"/> 17498<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4347" y="4466"/> 17499<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="4466"/> 17500<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="4524"/> 17501<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="59" x="4328" y="4505"/> 17502<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="4524"/> 17503<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="4583"/> 17504<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="4583"/> 17505<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="4583"/> 17506<rect fill="#FFFFFF" height="177" opacity="1" stroke="none" width="177" x="4445" y="4445"/> 17507<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="4466"/> 17508<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4702" y="4466"/> 17509<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="4466"/> 17510<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="4524"/> 17511<rect fill="#FFFFFF" height="59" opacity="1" stroke="none" width="60" x="4681" y="4505"/> 17512<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="4524"/> 17513<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="4583"/> 17514<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="4583"/> 17515<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="4583"/> 17516<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="4641"/> 17517<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="4641"/> 17518<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="4641"/> 17519<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4289" y="4702"/> 17520<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4328" y="4681"/> 17521<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4406" y="4702"/> 17522<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4289" y="4760"/> 17523<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4347" y="4760"/> 17524<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4406" y="4760"/> 17525<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="4641"/> 17526<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="4641"/> 17527<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="4641"/> 17528<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="20" x="4466" y="4702"/> 17529<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="59" x="4505" y="4681"/> 17530<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4583" y="4702"/> 17531<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4466" y="4760"/> 17532<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4524" y="4760"/> 17533<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4583" y="4760"/> 17534<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="4641"/> 17535<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="4641"/> 17536<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="4641"/> 17537<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4641" y="4702"/> 17538<rect fill="#FFFFFF" height="60" opacity="1" stroke="none" width="60" x="4681" y="4681"/> 17539<rect fill="#FFFFFF" height="20" opacity="1" stroke="none" width="19" x="4760" y="4702"/> 17540<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4641" y="4760"/> 17541<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="20" x="4702" y="4760"/> 17542<rect fill="#FFFFFF" height="19" opacity="1" stroke="none" width="19" x="4760" y="4760"/> 17543</svg></div> 17544</div> 17545 17546</div> 17547 17548</div> 17549</div> 17550 17551</div> 17552<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 17553</div> 17554<div class="inner_cell"> 17555<div class="text_cell_render border-box-sizing rendered_html"> 17556<h2 id="Chart-Context">Chart Context<a class="anchor-link" href="#Chart-Context">¶</a></h2> 17557</div> 17558</div> 17559</div> 17560<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 17561</div> 17562<div class="inner_cell"> 17563<div class="text_cell_render border-box-sizing rendered_html"> 17564<p><code>Plotters</code> is designed for drawing charts, plots, etc. This example demonstrate how to use <code>Plotters</code> chart specific APIs to draw a chart, including, labels, axis, meshes, etc. To draw a chart on the drawin area, you need to create a chart context and do some configuration.</p> 17565 17566</div> 17567</div> 17568</div> 17569<div class="cell border-box-sizing code_cell rendered"> 17570<div class="input"> 17571<div class="prompt input_prompt">In [22]:</div> 17572<div class="inner_cell"> 17573 <div class="input_area"> 17574<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">"https://github.com/38/plotters"</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">"evcxr"</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span> 17575<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span> 17576<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span> 17577<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">240</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 17578<span class="w"> </span><span class="c1">// The following code will create a chart context</span> 17579<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&</span><span class="n">root</span><span class="p">)</span><span class="w"></span> 17580<span class="w"> </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="s">"Hello Plotters Chart Context!"</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">"Arial"</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span> 17581<span class="w"> </span><span class="p">.</span><span class="n">build_ranged</span><span class="p">(</span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 17582<span class="w"> </span><span class="c1">// Then we can draw a series on it!</span> 17583<span class="w"> </span><span class="n">chart</span><span class="p">.</span><span class="n">draw_series</span><span class="p">((</span><span class="mi">1</span><span class="p">..</span><span class="mi">10</span><span class="p">).</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="n">x</span><span class="o">|</span><span class="p">{</span><span class="w"></span> 17584<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f32</span><span class="o">/</span><span class="mf">10.0</span><span class="p">;</span><span class="w"></span> 17585<span class="w"> </span><span class="n">Circle</span>::<span class="n">new</span><span class="p">((</span><span class="n">x</span><span class="p">,</span><span class="n">x</span><span class="p">),</span><span class="w"> </span><span class="mi">5</span><span class="p">,</span><span class="w"> </span><span class="o">&</span><span class="n">Red</span><span class="p">)</span><span class="w"></span> 17586<span class="w"> </span><span class="p">}))</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 17587<span class="w"> </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span> 17588<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">"width:60%"</span><span class="p">)</span><span class="w"></span> 17589</pre></div> 17590 17591</div> 17592</div> 17593</div> 17594 17595<div class="output_wrapper"> 17596<div class="output"> 17597 17598 17599<div class="output_area"> 17600 17601<div class="prompt output_prompt">Out[22]:</div> 17602 17603 17604 17605<div class="output_html rendered_html output_subarea output_execute_result"> 17606<div style="width:60%"><svg viewBox="0 0 640 240" xmlns="http://www.w3.org/2000/svg"> 17607<text fill="#000000" font-famliy="Arial" font-size="20" opacity="1" x="207" y="18"> 17608Hello Plotters Chart Context! 17609</text> 17610<circle cx="64" cy="218" fill="none" opacity="1" r="5" stroke="#FF0000"/> 17611<circle cx="128" cy="196" fill="none" opacity="1" r="5" stroke="#FF0000"/> 17612<circle cx="192" cy="175" fill="none" opacity="1" r="5" stroke="#FF0000"/> 17613<circle cx="256" cy="153" fill="none" opacity="1" r="5" stroke="#FF0000"/> 17614<circle cx="320" cy="132" fill="none" opacity="1" r="5" stroke="#FF0000"/> 17615<circle cx="384" cy="110" fill="none" opacity="1" r="5" stroke="#FF0000"/> 17616<circle cx="448" cy="88" fill="none" opacity="1" r="5" stroke="#FF0000"/> 17617<circle cx="512" cy="67" fill="none" opacity="1" r="5" stroke="#FF0000"/> 17618<circle cx="576" cy="45" fill="none" opacity="1" r="5" stroke="#FF0000"/> 17619</svg></div> 17620</div> 17621 17622</div> 17623 17624</div> 17625</div> 17626 17627</div> 17628<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 17629</div> 17630<div class="inner_cell"> 17631<div class="text_cell_render border-box-sizing rendered_html"> 17632<h2 id="Adding-Common-Chart-Components">Adding Common Chart Components<a class="anchor-link" href="#Adding-Common-Chart-Components">¶</a></h2> 17633</div> 17634</div> 17635</div> 17636<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 17637</div> 17638<div class="inner_cell"> 17639<div class="text_cell_render border-box-sizing rendered_html"> 17640<p>We can also make <code>Plotters</code> draws common components for us, such as, meshes, axis, legend. In this section, we demonstrate how to do that.</p> 17641<p>The following code shows how we add mesh to the chart.</p> 17642 17643</div> 17644</div> 17645</div> 17646<div class="cell border-box-sizing code_cell rendered"> 17647<div class="input"> 17648<div class="prompt input_prompt">In [23]:</div> 17649<div class="inner_cell"> 17650 <div class="input_area"> 17651<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">"https://github.com/38/plotters"</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">"evcxr"</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span> 17652<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span> 17653<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span> 17654<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 17655<span class="w"> </span><span class="c1">// The following code will create a chart context</span> 17656<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&</span><span class="n">root</span><span class="p">)</span><span class="w"></span> 17657<span class="w"> </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="s">"Chart Context with Mesh"</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">"Arial"</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span> 17658<span class="w"> </span><span class="p">.</span><span class="n">build_ranged</span><span class="p">(</span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 17659<span class="w"> </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">().</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 17660<span class="w"> </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span> 17661<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">"width: 60%"</span><span class="p">)</span><span class="w"></span> 17662</pre></div> 17663 17664</div> 17665</div> 17666</div> 17667 17668<div class="output_wrapper"> 17669<div class="output"> 17670 17671 17672<div class="output_area"> 17673 17674<div class="prompt output_prompt">Out[23]:</div> 17675 17676 17677 17678<div class="output_html rendered_html output_subarea output_execute_result"> 17679<div style="width: 60%"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg"> 17680<text fill="#000000" font-famliy="Arial" font-size="20" opacity="1" x="222" y="18"> 17681Chart Context with Mesh 17682</text> 17683<line opacity="0.1" stroke="#000000" x1="6" x2="6" y1="480" y2="24"/> 17684<line opacity="0.1" stroke="#000000" x1="12" x2="12" y1="480" y2="24"/> 17685<line opacity="0.1" stroke="#000000" x1="19" x2="19" y1="480" y2="24"/> 17686<line opacity="0.1" stroke="#000000" x1="25" x2="25" y1="480" y2="24"/> 17687<line opacity="0.1" stroke="#000000" x1="32" x2="32" y1="480" y2="24"/> 17688<line opacity="0.1" stroke="#000000" x1="38" x2="38" y1="480" y2="24"/> 17689<line opacity="0.1" stroke="#000000" x1="44" x2="44" y1="480" y2="24"/> 17690<line opacity="0.1" stroke="#000000" x1="51" x2="51" y1="480" y2="24"/> 17691<line opacity="0.1" stroke="#000000" x1="57" x2="57" y1="480" y2="24"/> 17692<line opacity="0.1" stroke="#000000" x1="64" x2="64" y1="480" y2="24"/> 17693<line opacity="0.1" stroke="#000000" x1="70" x2="70" y1="480" y2="24"/> 17694<line opacity="0.1" stroke="#000000" x1="76" x2="76" y1="480" y2="24"/> 17695<line opacity="0.1" stroke="#000000" x1="83" x2="83" y1="480" y2="24"/> 17696<line opacity="0.1" stroke="#000000" x1="89" x2="89" y1="480" y2="24"/> 17697<line opacity="0.1" stroke="#000000" x1="96" x2="96" y1="480" y2="24"/> 17698<line opacity="0.1" stroke="#000000" x1="102" x2="102" y1="480" y2="24"/> 17699<line opacity="0.1" stroke="#000000" x1="108" x2="108" y1="480" y2="24"/> 17700<line opacity="0.1" stroke="#000000" x1="115" x2="115" y1="480" y2="24"/> 17701<line opacity="0.1" stroke="#000000" x1="121" x2="121" y1="480" y2="24"/> 17702<line opacity="0.1" stroke="#000000" x1="128" x2="128" y1="480" y2="24"/> 17703<line opacity="0.1" stroke="#000000" x1="134" x2="134" y1="480" y2="24"/> 17704<line opacity="0.1" stroke="#000000" x1="140" x2="140" y1="480" y2="24"/> 17705<line opacity="0.1" stroke="#000000" x1="147" x2="147" y1="480" y2="24"/> 17706<line opacity="0.1" stroke="#000000" x1="153" x2="153" y1="480" y2="24"/> 17707<line opacity="0.1" stroke="#000000" x1="160" x2="160" y1="480" y2="24"/> 17708<line opacity="0.1" stroke="#000000" x1="166" x2="166" y1="480" y2="24"/> 17709<line opacity="0.1" stroke="#000000" x1="172" x2="172" y1="480" y2="24"/> 17710<line opacity="0.1" stroke="#000000" x1="179" x2="179" y1="480" y2="24"/> 17711<line opacity="0.1" stroke="#000000" x1="185" x2="185" y1="480" y2="24"/> 17712<line opacity="0.1" stroke="#000000" x1="192" x2="192" y1="480" y2="24"/> 17713<line opacity="0.1" stroke="#000000" x1="198" x2="198" y1="480" y2="24"/> 17714<line opacity="0.1" stroke="#000000" x1="204" x2="204" y1="480" y2="24"/> 17715<line opacity="0.1" stroke="#000000" x1="211" x2="211" y1="480" y2="24"/> 17716<line opacity="0.1" stroke="#000000" x1="217" x2="217" y1="480" y2="24"/> 17717<line opacity="0.1" stroke="#000000" x1="224" x2="224" y1="480" y2="24"/> 17718<line opacity="0.1" stroke="#000000" x1="230" x2="230" y1="480" y2="24"/> 17719<line opacity="0.1" stroke="#000000" x1="236" x2="236" y1="480" y2="24"/> 17720<line opacity="0.1" stroke="#000000" x1="243" x2="243" y1="480" y2="24"/> 17721<line opacity="0.1" stroke="#000000" x1="249" x2="249" y1="480" y2="24"/> 17722<line opacity="0.1" stroke="#000000" x1="256" x2="256" y1="480" y2="24"/> 17723<line opacity="0.1" stroke="#000000" x1="262" x2="262" y1="480" y2="24"/> 17724<line opacity="0.1" stroke="#000000" x1="268" x2="268" y1="480" y2="24"/> 17725<line opacity="0.1" stroke="#000000" x1="275" x2="275" y1="480" y2="24"/> 17726<line opacity="0.1" stroke="#000000" x1="281" x2="281" y1="480" y2="24"/> 17727<line opacity="0.1" stroke="#000000" x1="288" x2="288" y1="480" y2="24"/> 17728<line opacity="0.1" stroke="#000000" x1="294" x2="294" y1="480" y2="24"/> 17729<line opacity="0.1" stroke="#000000" x1="300" x2="300" y1="480" y2="24"/> 17730<line opacity="0.1" stroke="#000000" x1="307" x2="307" y1="480" y2="24"/> 17731<line opacity="0.1" stroke="#000000" x1="313" x2="313" y1="480" y2="24"/> 17732<line opacity="0.1" stroke="#000000" x1="320" x2="320" y1="480" y2="24"/> 17733<line opacity="0.1" stroke="#000000" x1="326" x2="326" y1="480" y2="24"/> 17734<line opacity="0.1" stroke="#000000" x1="332" x2="332" y1="480" y2="24"/> 17735<line opacity="0.1" stroke="#000000" x1="339" x2="339" y1="480" y2="24"/> 17736<line opacity="0.1" stroke="#000000" x1="345" x2="345" y1="480" y2="24"/> 17737<line opacity="0.1" stroke="#000000" x1="352" x2="352" y1="480" y2="24"/> 17738<line opacity="0.1" stroke="#000000" x1="358" x2="358" y1="480" y2="24"/> 17739<line opacity="0.1" stroke="#000000" x1="364" x2="364" y1="480" y2="24"/> 17740<line opacity="0.1" stroke="#000000" x1="371" x2="371" y1="480" y2="24"/> 17741<line opacity="0.1" stroke="#000000" x1="377" x2="377" y1="480" y2="24"/> 17742<line opacity="0.1" stroke="#000000" x1="384" x2="384" y1="480" y2="24"/> 17743<line opacity="0.1" stroke="#000000" x1="390" x2="390" y1="480" y2="24"/> 17744<line opacity="0.1" stroke="#000000" x1="396" x2="396" y1="480" y2="24"/> 17745<line opacity="0.1" stroke="#000000" x1="403" x2="403" y1="480" y2="24"/> 17746<line opacity="0.1" stroke="#000000" x1="409" x2="409" y1="480" y2="24"/> 17747<line opacity="0.1" stroke="#000000" x1="416" x2="416" y1="480" y2="24"/> 17748<line opacity="0.1" stroke="#000000" x1="422" x2="422" y1="480" y2="24"/> 17749<line opacity="0.1" stroke="#000000" x1="428" x2="428" y1="480" y2="24"/> 17750<line opacity="0.1" stroke="#000000" x1="435" x2="435" y1="480" y2="24"/> 17751<line opacity="0.1" stroke="#000000" x1="441" x2="441" y1="480" y2="24"/> 17752<line opacity="0.1" stroke="#000000" x1="448" x2="448" y1="480" y2="24"/> 17753<line opacity="0.1" stroke="#000000" x1="454" x2="454" y1="480" y2="24"/> 17754<line opacity="0.1" stroke="#000000" x1="460" x2="460" y1="480" y2="24"/> 17755<line opacity="0.1" stroke="#000000" x1="467" x2="467" y1="480" y2="24"/> 17756<line opacity="0.1" stroke="#000000" x1="473" x2="473" y1="480" y2="24"/> 17757<line opacity="0.1" stroke="#000000" x1="480" x2="480" y1="480" y2="24"/> 17758<line opacity="0.1" stroke="#000000" x1="486" x2="486" y1="480" y2="24"/> 17759<line opacity="0.1" stroke="#000000" x1="492" x2="492" y1="480" y2="24"/> 17760<line opacity="0.1" stroke="#000000" x1="499" x2="499" y1="480" y2="24"/> 17761<line opacity="0.1" stroke="#000000" x1="505" x2="505" y1="480" y2="24"/> 17762<line opacity="0.1" stroke="#000000" x1="512" x2="512" y1="480" y2="24"/> 17763<line opacity="0.1" stroke="#000000" x1="518" x2="518" y1="480" y2="24"/> 17764<line opacity="0.1" stroke="#000000" x1="524" x2="524" y1="480" y2="24"/> 17765<line opacity="0.1" stroke="#000000" x1="531" x2="531" y1="480" y2="24"/> 17766<line opacity="0.1" stroke="#000000" x1="537" x2="537" y1="480" y2="24"/> 17767<line opacity="0.1" stroke="#000000" x1="544" x2="544" y1="480" y2="24"/> 17768<line opacity="0.1" stroke="#000000" x1="550" x2="550" y1="480" y2="24"/> 17769<line opacity="0.1" stroke="#000000" x1="556" x2="556" y1="480" y2="24"/> 17770<line opacity="0.1" stroke="#000000" x1="563" x2="563" y1="480" y2="24"/> 17771<line opacity="0.1" stroke="#000000" x1="569" x2="569" y1="480" y2="24"/> 17772<line opacity="0.1" stroke="#000000" x1="576" x2="576" y1="480" y2="24"/> 17773<line opacity="0.1" stroke="#000000" x1="582" x2="582" y1="480" y2="24"/> 17774<line opacity="0.1" stroke="#000000" x1="588" x2="588" y1="480" y2="24"/> 17775<line opacity="0.1" stroke="#000000" x1="595" x2="595" y1="480" y2="24"/> 17776<line opacity="0.1" stroke="#000000" x1="601" x2="601" y1="480" y2="24"/> 17777<line opacity="0.1" stroke="#000000" x1="608" x2="608" y1="480" y2="24"/> 17778<line opacity="0.1" stroke="#000000" x1="614" x2="614" y1="480" y2="24"/> 17779<line opacity="0.1" stroke="#000000" x1="620" x2="620" y1="480" y2="24"/> 17780<line opacity="0.1" stroke="#000000" x1="627" x2="627" y1="480" y2="24"/> 17781<line opacity="0.1" stroke="#000000" x1="633" x2="633" y1="480" y2="24"/> 17782<line opacity="0.1" stroke="#000000" x1="640" x2="640" y1="480" y2="24"/> 17783<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="475" y2="475"/> 17784<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="470" y2="470"/> 17785<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="466" y2="466"/> 17786<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="461" y2="461"/> 17787<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="457" y2="457"/> 17788<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="452" y2="452"/> 17789<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="448" y2="448"/> 17790<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="443" y2="443"/> 17791<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="438" y2="438"/> 17792<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="434" y2="434"/> 17793<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="429" y2="429"/> 17794<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="425" y2="425"/> 17795<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="420" y2="420"/> 17796<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="416" y2="416"/> 17797<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="411" y2="411"/> 17798<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="407" y2="407"/> 17799<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="402" y2="402"/> 17800<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="397" y2="397"/> 17801<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="393" y2="393"/> 17802<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="388" y2="388"/> 17803<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="384" y2="384"/> 17804<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="379" y2="379"/> 17805<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="375" y2="375"/> 17806<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="370" y2="370"/> 17807<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="366" y2="366"/> 17808<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="361" y2="361"/> 17809<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="356" y2="356"/> 17810<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="352" y2="352"/> 17811<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="347" y2="347"/> 17812<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="343" y2="343"/> 17813<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="338" y2="338"/> 17814<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="334" y2="334"/> 17815<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="329" y2="329"/> 17816<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="324" y2="324"/> 17817<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="320" y2="320"/> 17818<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="315" y2="315"/> 17819<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="311" y2="311"/> 17820<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="306" y2="306"/> 17821<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="302" y2="302"/> 17822<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="297" y2="297"/> 17823<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="293" y2="293"/> 17824<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="288" y2="288"/> 17825<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="283" y2="283"/> 17826<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="279" y2="279"/> 17827<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="274" y2="274"/> 17828<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="270" y2="270"/> 17829<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="265" y2="265"/> 17830<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="261" y2="261"/> 17831<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="256" y2="256"/> 17832<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="252" y2="252"/> 17833<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="247" y2="247"/> 17834<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="242" y2="242"/> 17835<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="238" y2="238"/> 17836<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="233" y2="233"/> 17837<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="229" y2="229"/> 17838<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="224" y2="224"/> 17839<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="220" y2="220"/> 17840<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="215" y2="215"/> 17841<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="210" y2="210"/> 17842<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="206" y2="206"/> 17843<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="201" y2="201"/> 17844<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="197" y2="197"/> 17845<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="192" y2="192"/> 17846<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="188" y2="188"/> 17847<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="183" y2="183"/> 17848<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="179" y2="179"/> 17849<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="174" y2="174"/> 17850<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="169" y2="169"/> 17851<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="165" y2="165"/> 17852<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="160" y2="160"/> 17853<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="156" y2="156"/> 17854<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="151" y2="151"/> 17855<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="147" y2="147"/> 17856<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="142" y2="142"/> 17857<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="138" y2="138"/> 17858<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="133" y2="133"/> 17859<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="128" y2="128"/> 17860<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="124" y2="124"/> 17861<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="119" y2="119"/> 17862<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="115" y2="115"/> 17863<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="110" y2="110"/> 17864<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="106" y2="106"/> 17865<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="101" y2="101"/> 17866<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="96" y2="96"/> 17867<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="92" y2="92"/> 17868<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="87" y2="87"/> 17869<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="83" y2="83"/> 17870<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="78" y2="78"/> 17871<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="74" y2="74"/> 17872<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="69" y2="69"/> 17873<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="65" y2="65"/> 17874<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="60" y2="60"/> 17875<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="55" y2="55"/> 17876<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="51" y2="51"/> 17877<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="46" y2="46"/> 17878<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="42" y2="42"/> 17879<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="37" y2="37"/> 17880<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="33" y2="33"/> 17881<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="28" y2="28"/> 17882<line opacity="0.1" stroke="#000000" x1="0" x2="640" y1="24" y2="24"/> 17883<line opacity="0.2" stroke="#000000" x1="64" x2="64" y1="480" y2="24"/> 17884<line opacity="0.2" stroke="#000000" x1="128" x2="128" y1="480" y2="24"/> 17885<line opacity="0.2" stroke="#000000" x1="192" x2="192" y1="480" y2="24"/> 17886<line opacity="0.2" stroke="#000000" x1="256" x2="256" y1="480" y2="24"/> 17887<line opacity="0.2" stroke="#000000" x1="320" x2="320" y1="480" y2="24"/> 17888<line opacity="0.2" stroke="#000000" x1="384" x2="384" y1="480" y2="24"/> 17889<line opacity="0.2" stroke="#000000" x1="448" x2="448" y1="480" y2="24"/> 17890<line opacity="0.2" stroke="#000000" x1="512" x2="512" y1="480" y2="24"/> 17891<line opacity="0.2" stroke="#000000" x1="576" x2="576" y1="480" y2="24"/> 17892<line opacity="0.2" stroke="#000000" x1="640" x2="640" y1="480" y2="24"/> 17893<line opacity="0.2" stroke="#000000" x1="0" x2="640" y1="434" y2="434"/> 17894<line opacity="0.2" stroke="#000000" x1="0" x2="640" y1="388" y2="388"/> 17895<line opacity="0.2" stroke="#000000" x1="0" x2="640" y1="343" y2="343"/> 17896<line opacity="0.2" stroke="#000000" x1="0" x2="640" y1="297" y2="297"/> 17897<line opacity="0.2" stroke="#000000" x1="0" x2="640" y1="252" y2="252"/> 17898<line opacity="0.2" stroke="#000000" x1="0" x2="640" y1="206" y2="206"/> 17899<line opacity="0.2" stroke="#000000" x1="0" x2="640" y1="160" y2="160"/> 17900<line opacity="0.2" stroke="#000000" x1="0" x2="640" y1="115" y2="115"/> 17901<line opacity="0.2" stroke="#000000" x1="0" x2="640" y1="69" y2="69"/> 17902<line opacity="0.2" stroke="#000000" x1="0" x2="640" y1="24" y2="24"/> 17903</svg></div> 17904</div> 17905 17906</div> 17907 17908</div> 17909</div> 17910 17911</div> 17912<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 17913</div> 17914<div class="inner_cell"> 17915<div class="text_cell_render border-box-sizing rendered_html"> 17916<p>Then we can add axis to the chart.</p> 17917 17918</div> 17919</div> 17920</div> 17921<div class="cell border-box-sizing code_cell rendered"> 17922<div class="input"> 17923<div class="prompt input_prompt">In [24]:</div> 17924<div class="inner_cell"> 17925 <div class="input_area"> 17926<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">"https://github.com/38/plotters"</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">"evcxr"</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span> 17927<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span> 17928<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span> 17929<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 17930<span class="w"> </span><span class="c1">// The following code will create a chart context</span> 17931<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&</span><span class="n">root</span><span class="p">)</span><span class="w"></span> 17932<span class="w"> </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="s">"Chart Context with Mesh and Axis"</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">"Arial"</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span> 17933<span class="w"> </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 17934<span class="w"> </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 17935<span class="w"> </span><span class="p">.</span><span class="n">build_ranged</span><span class="p">(</span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 17936<span class="w"> </span> 17937<span class="w"> </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">()</span><span class="w"></span> 17938<span class="w"> </span><span class="p">.</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 17939<span class="w"> </span> 17940<span class="w"> </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span> 17941<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">"width: 60%"</span><span class="p">)</span><span class="w"></span> 17942</pre></div> 17943 17944</div> 17945</div> 17946</div> 17947 17948<div class="output_wrapper"> 17949<div class="output"> 17950 17951 17952<div class="output_area"> 17953 17954<div class="prompt output_prompt">Out[24]:</div> 17955 17956 17957 17958<div class="output_html rendered_html output_subarea output_execute_result"> 17959<div style="width: 60%"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg"> 17960<text fill="#000000" font-famliy="Arial" font-size="20" opacity="1" x="185" y="18"> 17961Chart Context with Mesh and Axis 17962</text> 17963<line opacity="0.1" stroke="#000000" x1="46" x2="46" y1="440" y2="24"/> 17964<line opacity="0.1" stroke="#000000" x1="52" x2="52" y1="440" y2="24"/> 17965<line opacity="0.1" stroke="#000000" x1="58" x2="58" y1="440" y2="24"/> 17966<line opacity="0.1" stroke="#000000" x1="64" x2="64" y1="440" y2="24"/> 17967<line opacity="0.1" stroke="#000000" x1="70" x2="70" y1="440" y2="24"/> 17968<line opacity="0.1" stroke="#000000" x1="76" x2="76" y1="440" y2="24"/> 17969<line opacity="0.1" stroke="#000000" x1="82" x2="82" y1="440" y2="24"/> 17970<line opacity="0.1" stroke="#000000" x1="88" x2="88" y1="440" y2="24"/> 17971<line opacity="0.1" stroke="#000000" x1="94" x2="94" y1="440" y2="24"/> 17972<line opacity="0.1" stroke="#000000" x1="100" x2="100" y1="440" y2="24"/> 17973<line opacity="0.1" stroke="#000000" x1="106" x2="106" y1="440" y2="24"/> 17974<line opacity="0.1" stroke="#000000" x1="112" x2="112" y1="440" y2="24"/> 17975<line opacity="0.1" stroke="#000000" x1="118" x2="118" y1="440" y2="24"/> 17976<line opacity="0.1" stroke="#000000" x1="124" x2="124" y1="440" y2="24"/> 17977<line opacity="0.1" stroke="#000000" x1="130" x2="130" y1="440" y2="24"/> 17978<line opacity="0.1" stroke="#000000" x1="136" x2="136" y1="440" y2="24"/> 17979<line opacity="0.1" stroke="#000000" x1="142" x2="142" y1="440" y2="24"/> 17980<line opacity="0.1" stroke="#000000" x1="148" x2="148" y1="440" y2="24"/> 17981<line opacity="0.1" stroke="#000000" x1="154" x2="154" y1="440" y2="24"/> 17982<line opacity="0.1" stroke="#000000" x1="160" x2="160" y1="440" y2="24"/> 17983<line opacity="0.1" stroke="#000000" x1="166" x2="166" y1="440" y2="24"/> 17984<line opacity="0.1" stroke="#000000" x1="172" x2="172" y1="440" y2="24"/> 17985<line opacity="0.1" stroke="#000000" x1="178" x2="178" y1="440" y2="24"/> 17986<line opacity="0.1" stroke="#000000" x1="184" x2="184" y1="440" y2="24"/> 17987<line opacity="0.1" stroke="#000000" x1="190" x2="190" y1="440" y2="24"/> 17988<line opacity="0.1" stroke="#000000" x1="196" x2="196" y1="440" y2="24"/> 17989<line opacity="0.1" stroke="#000000" x1="202" x2="202" y1="440" y2="24"/> 17990<line opacity="0.1" stroke="#000000" x1="208" x2="208" y1="440" y2="24"/> 17991<line opacity="0.1" stroke="#000000" x1="214" x2="214" y1="440" y2="24"/> 17992<line opacity="0.1" stroke="#000000" x1="220" x2="220" y1="440" y2="24"/> 17993<line opacity="0.1" stroke="#000000" x1="226" x2="226" y1="440" y2="24"/> 17994<line opacity="0.1" stroke="#000000" x1="232" x2="232" y1="440" y2="24"/> 17995<line opacity="0.1" stroke="#000000" x1="238" x2="238" y1="440" y2="24"/> 17996<line opacity="0.1" stroke="#000000" x1="244" x2="244" y1="440" y2="24"/> 17997<line opacity="0.1" stroke="#000000" x1="250" x2="250" y1="440" y2="24"/> 17998<line opacity="0.1" stroke="#000000" x1="256" x2="256" y1="440" y2="24"/> 17999<line opacity="0.1" stroke="#000000" x1="262" x2="262" y1="440" y2="24"/> 18000<line opacity="0.1" stroke="#000000" x1="268" x2="268" y1="440" y2="24"/> 18001<line opacity="0.1" stroke="#000000" x1="274" x2="274" y1="440" y2="24"/> 18002<line opacity="0.1" stroke="#000000" x1="280" x2="280" y1="440" y2="24"/> 18003<line opacity="0.1" stroke="#000000" x1="286" x2="286" y1="440" y2="24"/> 18004<line opacity="0.1" stroke="#000000" x1="292" x2="292" y1="440" y2="24"/> 18005<line opacity="0.1" stroke="#000000" x1="298" x2="298" y1="440" y2="24"/> 18006<line opacity="0.1" stroke="#000000" x1="304" x2="304" y1="440" y2="24"/> 18007<line opacity="0.1" stroke="#000000" x1="310" x2="310" y1="440" y2="24"/> 18008<line opacity="0.1" stroke="#000000" x1="316" x2="316" y1="440" y2="24"/> 18009<line opacity="0.1" stroke="#000000" x1="322" x2="322" y1="440" y2="24"/> 18010<line opacity="0.1" stroke="#000000" x1="328" x2="328" y1="440" y2="24"/> 18011<line opacity="0.1" stroke="#000000" x1="334" x2="334" y1="440" y2="24"/> 18012<line opacity="0.1" stroke="#000000" x1="340" x2="340" y1="440" y2="24"/> 18013<line opacity="0.1" stroke="#000000" x1="346" x2="346" y1="440" y2="24"/> 18014<line opacity="0.1" stroke="#000000" x1="352" x2="352" y1="440" y2="24"/> 18015<line opacity="0.1" stroke="#000000" x1="358" x2="358" y1="440" y2="24"/> 18016<line opacity="0.1" stroke="#000000" x1="364" x2="364" y1="440" y2="24"/> 18017<line opacity="0.1" stroke="#000000" x1="370" x2="370" y1="440" y2="24"/> 18018<line opacity="0.1" stroke="#000000" x1="376" x2="376" y1="440" y2="24"/> 18019<line opacity="0.1" stroke="#000000" x1="382" x2="382" y1="440" y2="24"/> 18020<line opacity="0.1" stroke="#000000" x1="388" x2="388" y1="440" y2="24"/> 18021<line opacity="0.1" stroke="#000000" x1="394" x2="394" y1="440" y2="24"/> 18022<line opacity="0.1" stroke="#000000" x1="400" x2="400" y1="440" y2="24"/> 18023<line opacity="0.1" stroke="#000000" x1="406" x2="406" y1="440" y2="24"/> 18024<line opacity="0.1" stroke="#000000" x1="412" x2="412" y1="440" y2="24"/> 18025<line opacity="0.1" stroke="#000000" x1="418" x2="418" y1="440" y2="24"/> 18026<line opacity="0.1" stroke="#000000" x1="424" x2="424" y1="440" y2="24"/> 18027<line opacity="0.1" stroke="#000000" x1="430" x2="430" y1="440" y2="24"/> 18028<line opacity="0.1" stroke="#000000" x1="436" x2="436" y1="440" y2="24"/> 18029<line opacity="0.1" stroke="#000000" x1="442" x2="442" y1="440" y2="24"/> 18030<line opacity="0.1" stroke="#000000" x1="448" x2="448" y1="440" y2="24"/> 18031<line opacity="0.1" stroke="#000000" x1="454" x2="454" y1="440" y2="24"/> 18032<line opacity="0.1" stroke="#000000" x1="460" x2="460" y1="440" y2="24"/> 18033<line opacity="0.1" stroke="#000000" x1="466" x2="466" y1="440" y2="24"/> 18034<line opacity="0.1" stroke="#000000" x1="472" x2="472" y1="440" y2="24"/> 18035<line opacity="0.1" stroke="#000000" x1="478" x2="478" y1="440" y2="24"/> 18036<line opacity="0.1" stroke="#000000" x1="484" x2="484" y1="440" y2="24"/> 18037<line opacity="0.1" stroke="#000000" x1="490" x2="490" y1="440" y2="24"/> 18038<line opacity="0.1" stroke="#000000" x1="496" x2="496" y1="440" y2="24"/> 18039<line opacity="0.1" stroke="#000000" x1="502" x2="502" y1="440" y2="24"/> 18040<line opacity="0.1" stroke="#000000" x1="508" x2="508" y1="440" y2="24"/> 18041<line opacity="0.1" stroke="#000000" x1="514" x2="514" y1="440" y2="24"/> 18042<line opacity="0.1" stroke="#000000" x1="520" x2="520" y1="440" y2="24"/> 18043<line opacity="0.1" stroke="#000000" x1="526" x2="526" y1="440" y2="24"/> 18044<line opacity="0.1" stroke="#000000" x1="532" x2="532" y1="440" y2="24"/> 18045<line opacity="0.1" stroke="#000000" x1="538" x2="538" y1="440" y2="24"/> 18046<line opacity="0.1" stroke="#000000" x1="544" x2="544" y1="440" y2="24"/> 18047<line opacity="0.1" stroke="#000000" x1="550" x2="550" y1="440" y2="24"/> 18048<line opacity="0.1" stroke="#000000" x1="556" x2="556" y1="440" y2="24"/> 18049<line opacity="0.1" stroke="#000000" x1="562" x2="562" y1="440" y2="24"/> 18050<line opacity="0.1" stroke="#000000" x1="568" x2="568" y1="440" y2="24"/> 18051<line opacity="0.1" stroke="#000000" x1="574" x2="574" y1="440" y2="24"/> 18052<line opacity="0.1" stroke="#000000" x1="580" x2="580" y1="440" y2="24"/> 18053<line opacity="0.1" stroke="#000000" x1="586" x2="586" y1="440" y2="24"/> 18054<line opacity="0.1" stroke="#000000" x1="592" x2="592" y1="440" y2="24"/> 18055<line opacity="0.1" stroke="#000000" x1="598" x2="598" y1="440" y2="24"/> 18056<line opacity="0.1" stroke="#000000" x1="604" x2="604" y1="440" y2="24"/> 18057<line opacity="0.1" stroke="#000000" x1="610" x2="610" y1="440" y2="24"/> 18058<line opacity="0.1" stroke="#000000" x1="616" x2="616" y1="440" y2="24"/> 18059<line opacity="0.1" stroke="#000000" x1="622" x2="622" y1="440" y2="24"/> 18060<line opacity="0.1" stroke="#000000" x1="628" x2="628" y1="440" y2="24"/> 18061<line opacity="0.1" stroke="#000000" x1="634" x2="634" y1="440" y2="24"/> 18062<line opacity="0.1" stroke="#000000" x1="640" x2="640" y1="440" y2="24"/> 18063<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="435" y2="435"/> 18064<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="431" y2="431"/> 18065<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="427" y2="427"/> 18066<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="423" y2="423"/> 18067<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="419" y2="419"/> 18068<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="415" y2="415"/> 18069<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="410" y2="410"/> 18070<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="406" y2="406"/> 18071<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="402" y2="402"/> 18072<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="398" y2="398"/> 18073<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="394" y2="394"/> 18074<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="390" y2="390"/> 18075<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="385" y2="385"/> 18076<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="381" y2="381"/> 18077<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="377" y2="377"/> 18078<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="373" y2="373"/> 18079<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="369" y2="369"/> 18080<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="365" y2="365"/> 18081<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="360" y2="360"/> 18082<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="356" y2="356"/> 18083<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="352" y2="352"/> 18084<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="348" y2="348"/> 18085<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="344" y2="344"/> 18086<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="340" y2="340"/> 18087<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="336" y2="336"/> 18088<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="331" y2="331"/> 18089<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="327" y2="327"/> 18090<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="323" y2="323"/> 18091<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="319" y2="319"/> 18092<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="315" y2="315"/> 18093<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="311" y2="311"/> 18094<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="306" y2="306"/> 18095<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="302" y2="302"/> 18096<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="298" y2="298"/> 18097<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="294" y2="294"/> 18098<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="290" y2="290"/> 18099<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="286" y2="286"/> 18100<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="281" y2="281"/> 18101<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="277" y2="277"/> 18102<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="273" y2="273"/> 18103<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="269" y2="269"/> 18104<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="265" y2="265"/> 18105<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="261" y2="261"/> 18106<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="256" y2="256"/> 18107<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="252" y2="252"/> 18108<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="248" y2="248"/> 18109<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="244" y2="244"/> 18110<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="240" y2="240"/> 18111<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="236" y2="236"/> 18112<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="232" y2="232"/> 18113<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="227" y2="227"/> 18114<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="223" y2="223"/> 18115<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="219" y2="219"/> 18116<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="215" y2="215"/> 18117<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="211" y2="211"/> 18118<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="207" y2="207"/> 18119<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="202" y2="202"/> 18120<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="198" y2="198"/> 18121<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="194" y2="194"/> 18122<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="190" y2="190"/> 18123<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="186" y2="186"/> 18124<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="182" y2="182"/> 18125<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="177" y2="177"/> 18126<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="173" y2="173"/> 18127<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="169" y2="169"/> 18128<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="165" y2="165"/> 18129<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="161" y2="161"/> 18130<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="157" y2="157"/> 18131<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="152" y2="152"/> 18132<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="148" y2="148"/> 18133<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="144" y2="144"/> 18134<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="140" y2="140"/> 18135<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="136" y2="136"/> 18136<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="132" y2="132"/> 18137<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="128" y2="128"/> 18138<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="123" y2="123"/> 18139<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="119" y2="119"/> 18140<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="115" y2="115"/> 18141<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="111" y2="111"/> 18142<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="107" y2="107"/> 18143<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="103" y2="103"/> 18144<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="98" y2="98"/> 18145<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="94" y2="94"/> 18146<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="90" y2="90"/> 18147<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="86" y2="86"/> 18148<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="82" y2="82"/> 18149<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="78" y2="78"/> 18150<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="73" y2="73"/> 18151<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="69" y2="69"/> 18152<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="65" y2="65"/> 18153<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="61" y2="61"/> 18154<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="57" y2="57"/> 18155<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="53" y2="53"/> 18156<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="48" y2="48"/> 18157<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="44" y2="44"/> 18158<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="40" y2="40"/> 18159<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="36" y2="36"/> 18160<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="32" y2="32"/> 18161<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="28" y2="28"/> 18162<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="24" y2="24"/> 18163<line opacity="0.2" stroke="#000000" x1="100" x2="100" y1="440" y2="24"/> 18164<line opacity="0.2" stroke="#000000" x1="160" x2="160" y1="440" y2="24"/> 18165<line opacity="0.2" stroke="#000000" x1="220" x2="220" y1="440" y2="24"/> 18166<line opacity="0.2" stroke="#000000" x1="280" x2="280" y1="440" y2="24"/> 18167<line opacity="0.2" stroke="#000000" x1="340" x2="340" y1="440" y2="24"/> 18168<line opacity="0.2" stroke="#000000" x1="400" x2="400" y1="440" y2="24"/> 18169<line opacity="0.2" stroke="#000000" x1="460" x2="460" y1="440" y2="24"/> 18170<line opacity="0.2" stroke="#000000" x1="520" x2="520" y1="440" y2="24"/> 18171<line opacity="0.2" stroke="#000000" x1="580" x2="580" y1="440" y2="24"/> 18172<line opacity="0.2" stroke="#000000" x1="640" x2="640" y1="440" y2="24"/> 18173<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="398" y2="398"/> 18174<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="356" y2="356"/> 18175<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="315" y2="315"/> 18176<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="273" y2="273"/> 18177<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="232" y2="232"/> 18178<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="190" y2="190"/> 18179<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="148" y2="148"/> 18180<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="107" y2="107"/> 18181<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="65" y2="65"/> 18182<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="24" y2="24"/> 18183<polyline fill="none" opacity="1" points="40,440 640,440 " stroke="#000000"/> 18184<polyline fill="none" opacity="1" points="100,440 100,445 " stroke="#000000"/> 18185<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="93" y="458"> 181860.1 18187</text> 18188<polyline fill="none" opacity="1" points="160,440 160,445 " stroke="#000000"/> 18189<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="153" y="458"> 181900.2 18191</text> 18192<polyline fill="none" opacity="1" points="220,440 220,445 " stroke="#000000"/> 18193<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="213" y="458"> 181940.3 18195</text> 18196<polyline fill="none" opacity="1" points="280,440 280,445 " stroke="#000000"/> 18197<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="273" y="458"> 181980.4 18199</text> 18200<polyline fill="none" opacity="1" points="340,440 340,445 " stroke="#000000"/> 18201<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="333" y="458"> 182020.5 18203</text> 18204<polyline fill="none" opacity="1" points="400,440 400,445 " stroke="#000000"/> 18205<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="393" y="458"> 182060.6 18207</text> 18208<polyline fill="none" opacity="1" points="460,440 460,445 " stroke="#000000"/> 18209<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="453" y="458"> 182100.7 18211</text> 18212<polyline fill="none" opacity="1" points="520,440 520,445 " stroke="#000000"/> 18213<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="513" y="458"> 182140.8 18215</text> 18216<polyline fill="none" opacity="1" points="580,440 580,445 " stroke="#000000"/> 18217<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="573" y="458"> 182180.9 18219</text> 18220<polyline fill="none" opacity="1" points="40,24 40,440 " stroke="#000000"/> 18221<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="402"> 182220.1 18223</text> 18224<polyline fill="none" opacity="1" points="35,398 40,398 " stroke="#000000"/> 18225<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="360"> 182260.2 18227</text> 18228<polyline fill="none" opacity="1" points="35,356 40,356 " stroke="#000000"/> 18229<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="319"> 182300.3 18231</text> 18232<polyline fill="none" opacity="1" points="35,315 40,315 " stroke="#000000"/> 18233<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="277"> 182340.4 18235</text> 18236<polyline fill="none" opacity="1" points="35,273 40,273 " stroke="#000000"/> 18237<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="236"> 182380.5 18239</text> 18240<polyline fill="none" opacity="1" points="35,232 40,232 " stroke="#000000"/> 18241<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="194"> 182420.6 18243</text> 18244<polyline fill="none" opacity="1" points="35,190 40,190 " stroke="#000000"/> 18245<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="152"> 182460.7 18247</text> 18248<polyline fill="none" opacity="1" points="35,148 40,148 " stroke="#000000"/> 18249<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="111"> 182500.8 18251</text> 18252<polyline fill="none" opacity="1" points="35,107 40,107 " stroke="#000000"/> 18253<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="69"> 182540.9 18255</text> 18256<polyline fill="none" opacity="1" points="35,65 40,65 " stroke="#000000"/> 18257<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="28"> 182581.0 18259</text> 18260<polyline fill="none" opacity="1" points="35,24 40,24 " stroke="#000000"/> 18261</svg></div> 18262</div> 18263 18264</div> 18265 18266</div> 18267</div> 18268 18269</div> 18270<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 18271</div> 18272<div class="inner_cell"> 18273<div class="text_cell_render border-box-sizing rendered_html"> 18274<p>In addition to that, we can put label text to the axis.</p> 18275 18276</div> 18277</div> 18278</div> 18279<div class="cell border-box-sizing code_cell rendered"> 18280<div class="input"> 18281<div class="prompt input_prompt">In [25]:</div> 18282<div class="inner_cell"> 18283 <div class="input_area"> 18284<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">"https://github.com/38/plotters"</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">"evcxr"</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span> 18285<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span> 18286<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span> 18287<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 18288<span class="w"> </span><span class="c1">// The following code will create a chart context</span> 18289<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&</span><span class="n">root</span><span class="p">)</span><span class="w"></span> 18290<span class="w"> </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="s">"Chart with Axis Label"</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">"Arial"</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span> 18291<span class="w"> </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 18292<span class="w"> </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 18293<span class="w"> </span><span class="p">.</span><span class="n">build_ranged</span><span class="p">(</span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 18294<span class="w"> </span> 18295<span class="w"> </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">()</span><span class="w"></span> 18296<span class="w"> </span><span class="p">.</span><span class="n">x_desc</span><span class="p">(</span><span class="s">"Here's the label for X"</span><span class="p">)</span><span class="w"></span> 18297<span class="w"> </span><span class="p">.</span><span class="n">y_desc</span><span class="p">(</span><span class="s">"Here's the label for Y"</span><span class="p">)</span><span class="w"></span> 18298<span class="w"> </span><span class="p">.</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 18299<span class="w"> </span> 18300<span class="w"> </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span> 18301<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">"width: 60%"</span><span class="p">)</span><span class="w"></span> 18302</pre></div> 18303 18304</div> 18305</div> 18306</div> 18307 18308<div class="output_wrapper"> 18309<div class="output"> 18310 18311 18312<div class="output_area"> 18313 18314<div class="prompt output_prompt">Out[25]:</div> 18315 18316 18317 18318<div class="output_html rendered_html output_subarea output_execute_result"> 18319<div style="width: 60%"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg"> 18320<text fill="#000000" font-famliy="Arial" font-size="20" opacity="1" x="237" y="18"> 18321Chart with Axis Label 18322</text> 18323<line opacity="0.1" stroke="#000000" x1="46" x2="46" y1="440" y2="24"/> 18324<line opacity="0.1" stroke="#000000" x1="52" x2="52" y1="440" y2="24"/> 18325<line opacity="0.1" stroke="#000000" x1="58" x2="58" y1="440" y2="24"/> 18326<line opacity="0.1" stroke="#000000" x1="64" x2="64" y1="440" y2="24"/> 18327<line opacity="0.1" stroke="#000000" x1="70" x2="70" y1="440" y2="24"/> 18328<line opacity="0.1" stroke="#000000" x1="76" x2="76" y1="440" y2="24"/> 18329<line opacity="0.1" stroke="#000000" x1="82" x2="82" y1="440" y2="24"/> 18330<line opacity="0.1" stroke="#000000" x1="88" x2="88" y1="440" y2="24"/> 18331<line opacity="0.1" stroke="#000000" x1="94" x2="94" y1="440" y2="24"/> 18332<line opacity="0.1" stroke="#000000" x1="100" x2="100" y1="440" y2="24"/> 18333<line opacity="0.1" stroke="#000000" x1="106" x2="106" y1="440" y2="24"/> 18334<line opacity="0.1" stroke="#000000" x1="112" x2="112" y1="440" y2="24"/> 18335<line opacity="0.1" stroke="#000000" x1="118" x2="118" y1="440" y2="24"/> 18336<line opacity="0.1" stroke="#000000" x1="124" x2="124" y1="440" y2="24"/> 18337<line opacity="0.1" stroke="#000000" x1="130" x2="130" y1="440" y2="24"/> 18338<line opacity="0.1" stroke="#000000" x1="136" x2="136" y1="440" y2="24"/> 18339<line opacity="0.1" stroke="#000000" x1="142" x2="142" y1="440" y2="24"/> 18340<line opacity="0.1" stroke="#000000" x1="148" x2="148" y1="440" y2="24"/> 18341<line opacity="0.1" stroke="#000000" x1="154" x2="154" y1="440" y2="24"/> 18342<line opacity="0.1" stroke="#000000" x1="160" x2="160" y1="440" y2="24"/> 18343<line opacity="0.1" stroke="#000000" x1="166" x2="166" y1="440" y2="24"/> 18344<line opacity="0.1" stroke="#000000" x1="172" x2="172" y1="440" y2="24"/> 18345<line opacity="0.1" stroke="#000000" x1="178" x2="178" y1="440" y2="24"/> 18346<line opacity="0.1" stroke="#000000" x1="184" x2="184" y1="440" y2="24"/> 18347<line opacity="0.1" stroke="#000000" x1="190" x2="190" y1="440" y2="24"/> 18348<line opacity="0.1" stroke="#000000" x1="196" x2="196" y1="440" y2="24"/> 18349<line opacity="0.1" stroke="#000000" x1="202" x2="202" y1="440" y2="24"/> 18350<line opacity="0.1" stroke="#000000" x1="208" x2="208" y1="440" y2="24"/> 18351<line opacity="0.1" stroke="#000000" x1="214" x2="214" y1="440" y2="24"/> 18352<line opacity="0.1" stroke="#000000" x1="220" x2="220" y1="440" y2="24"/> 18353<line opacity="0.1" stroke="#000000" x1="226" x2="226" y1="440" y2="24"/> 18354<line opacity="0.1" stroke="#000000" x1="232" x2="232" y1="440" y2="24"/> 18355<line opacity="0.1" stroke="#000000" x1="238" x2="238" y1="440" y2="24"/> 18356<line opacity="0.1" stroke="#000000" x1="244" x2="244" y1="440" y2="24"/> 18357<line opacity="0.1" stroke="#000000" x1="250" x2="250" y1="440" y2="24"/> 18358<line opacity="0.1" stroke="#000000" x1="256" x2="256" y1="440" y2="24"/> 18359<line opacity="0.1" stroke="#000000" x1="262" x2="262" y1="440" y2="24"/> 18360<line opacity="0.1" stroke="#000000" x1="268" x2="268" y1="440" y2="24"/> 18361<line opacity="0.1" stroke="#000000" x1="274" x2="274" y1="440" y2="24"/> 18362<line opacity="0.1" stroke="#000000" x1="280" x2="280" y1="440" y2="24"/> 18363<line opacity="0.1" stroke="#000000" x1="286" x2="286" y1="440" y2="24"/> 18364<line opacity="0.1" stroke="#000000" x1="292" x2="292" y1="440" y2="24"/> 18365<line opacity="0.1" stroke="#000000" x1="298" x2="298" y1="440" y2="24"/> 18366<line opacity="0.1" stroke="#000000" x1="304" x2="304" y1="440" y2="24"/> 18367<line opacity="0.1" stroke="#000000" x1="310" x2="310" y1="440" y2="24"/> 18368<line opacity="0.1" stroke="#000000" x1="316" x2="316" y1="440" y2="24"/> 18369<line opacity="0.1" stroke="#000000" x1="322" x2="322" y1="440" y2="24"/> 18370<line opacity="0.1" stroke="#000000" x1="328" x2="328" y1="440" y2="24"/> 18371<line opacity="0.1" stroke="#000000" x1="334" x2="334" y1="440" y2="24"/> 18372<line opacity="0.1" stroke="#000000" x1="340" x2="340" y1="440" y2="24"/> 18373<line opacity="0.1" stroke="#000000" x1="346" x2="346" y1="440" y2="24"/> 18374<line opacity="0.1" stroke="#000000" x1="352" x2="352" y1="440" y2="24"/> 18375<line opacity="0.1" stroke="#000000" x1="358" x2="358" y1="440" y2="24"/> 18376<line opacity="0.1" stroke="#000000" x1="364" x2="364" y1="440" y2="24"/> 18377<line opacity="0.1" stroke="#000000" x1="370" x2="370" y1="440" y2="24"/> 18378<line opacity="0.1" stroke="#000000" x1="376" x2="376" y1="440" y2="24"/> 18379<line opacity="0.1" stroke="#000000" x1="382" x2="382" y1="440" y2="24"/> 18380<line opacity="0.1" stroke="#000000" x1="388" x2="388" y1="440" y2="24"/> 18381<line opacity="0.1" stroke="#000000" x1="394" x2="394" y1="440" y2="24"/> 18382<line opacity="0.1" stroke="#000000" x1="400" x2="400" y1="440" y2="24"/> 18383<line opacity="0.1" stroke="#000000" x1="406" x2="406" y1="440" y2="24"/> 18384<line opacity="0.1" stroke="#000000" x1="412" x2="412" y1="440" y2="24"/> 18385<line opacity="0.1" stroke="#000000" x1="418" x2="418" y1="440" y2="24"/> 18386<line opacity="0.1" stroke="#000000" x1="424" x2="424" y1="440" y2="24"/> 18387<line opacity="0.1" stroke="#000000" x1="430" x2="430" y1="440" y2="24"/> 18388<line opacity="0.1" stroke="#000000" x1="436" x2="436" y1="440" y2="24"/> 18389<line opacity="0.1" stroke="#000000" x1="442" x2="442" y1="440" y2="24"/> 18390<line opacity="0.1" stroke="#000000" x1="448" x2="448" y1="440" y2="24"/> 18391<line opacity="0.1" stroke="#000000" x1="454" x2="454" y1="440" y2="24"/> 18392<line opacity="0.1" stroke="#000000" x1="460" x2="460" y1="440" y2="24"/> 18393<line opacity="0.1" stroke="#000000" x1="466" x2="466" y1="440" y2="24"/> 18394<line opacity="0.1" stroke="#000000" x1="472" x2="472" y1="440" y2="24"/> 18395<line opacity="0.1" stroke="#000000" x1="478" x2="478" y1="440" y2="24"/> 18396<line opacity="0.1" stroke="#000000" x1="484" x2="484" y1="440" y2="24"/> 18397<line opacity="0.1" stroke="#000000" x1="490" x2="490" y1="440" y2="24"/> 18398<line opacity="0.1" stroke="#000000" x1="496" x2="496" y1="440" y2="24"/> 18399<line opacity="0.1" stroke="#000000" x1="502" x2="502" y1="440" y2="24"/> 18400<line opacity="0.1" stroke="#000000" x1="508" x2="508" y1="440" y2="24"/> 18401<line opacity="0.1" stroke="#000000" x1="514" x2="514" y1="440" y2="24"/> 18402<line opacity="0.1" stroke="#000000" x1="520" x2="520" y1="440" y2="24"/> 18403<line opacity="0.1" stroke="#000000" x1="526" x2="526" y1="440" y2="24"/> 18404<line opacity="0.1" stroke="#000000" x1="532" x2="532" y1="440" y2="24"/> 18405<line opacity="0.1" stroke="#000000" x1="538" x2="538" y1="440" y2="24"/> 18406<line opacity="0.1" stroke="#000000" x1="544" x2="544" y1="440" y2="24"/> 18407<line opacity="0.1" stroke="#000000" x1="550" x2="550" y1="440" y2="24"/> 18408<line opacity="0.1" stroke="#000000" x1="556" x2="556" y1="440" y2="24"/> 18409<line opacity="0.1" stroke="#000000" x1="562" x2="562" y1="440" y2="24"/> 18410<line opacity="0.1" stroke="#000000" x1="568" x2="568" y1="440" y2="24"/> 18411<line opacity="0.1" stroke="#000000" x1="574" x2="574" y1="440" y2="24"/> 18412<line opacity="0.1" stroke="#000000" x1="580" x2="580" y1="440" y2="24"/> 18413<line opacity="0.1" stroke="#000000" x1="586" x2="586" y1="440" y2="24"/> 18414<line opacity="0.1" stroke="#000000" x1="592" x2="592" y1="440" y2="24"/> 18415<line opacity="0.1" stroke="#000000" x1="598" x2="598" y1="440" y2="24"/> 18416<line opacity="0.1" stroke="#000000" x1="604" x2="604" y1="440" y2="24"/> 18417<line opacity="0.1" stroke="#000000" x1="610" x2="610" y1="440" y2="24"/> 18418<line opacity="0.1" stroke="#000000" x1="616" x2="616" y1="440" y2="24"/> 18419<line opacity="0.1" stroke="#000000" x1="622" x2="622" y1="440" y2="24"/> 18420<line opacity="0.1" stroke="#000000" x1="628" x2="628" y1="440" y2="24"/> 18421<line opacity="0.1" stroke="#000000" x1="634" x2="634" y1="440" y2="24"/> 18422<line opacity="0.1" stroke="#000000" x1="640" x2="640" y1="440" y2="24"/> 18423<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="435" y2="435"/> 18424<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="431" y2="431"/> 18425<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="427" y2="427"/> 18426<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="423" y2="423"/> 18427<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="419" y2="419"/> 18428<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="415" y2="415"/> 18429<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="410" y2="410"/> 18430<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="406" y2="406"/> 18431<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="402" y2="402"/> 18432<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="398" y2="398"/> 18433<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="394" y2="394"/> 18434<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="390" y2="390"/> 18435<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="385" y2="385"/> 18436<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="381" y2="381"/> 18437<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="377" y2="377"/> 18438<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="373" y2="373"/> 18439<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="369" y2="369"/> 18440<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="365" y2="365"/> 18441<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="360" y2="360"/> 18442<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="356" y2="356"/> 18443<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="352" y2="352"/> 18444<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="348" y2="348"/> 18445<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="344" y2="344"/> 18446<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="340" y2="340"/> 18447<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="336" y2="336"/> 18448<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="331" y2="331"/> 18449<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="327" y2="327"/> 18450<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="323" y2="323"/> 18451<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="319" y2="319"/> 18452<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="315" y2="315"/> 18453<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="311" y2="311"/> 18454<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="306" y2="306"/> 18455<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="302" y2="302"/> 18456<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="298" y2="298"/> 18457<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="294" y2="294"/> 18458<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="290" y2="290"/> 18459<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="286" y2="286"/> 18460<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="281" y2="281"/> 18461<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="277" y2="277"/> 18462<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="273" y2="273"/> 18463<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="269" y2="269"/> 18464<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="265" y2="265"/> 18465<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="261" y2="261"/> 18466<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="256" y2="256"/> 18467<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="252" y2="252"/> 18468<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="248" y2="248"/> 18469<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="244" y2="244"/> 18470<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="240" y2="240"/> 18471<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="236" y2="236"/> 18472<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="232" y2="232"/> 18473<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="227" y2="227"/> 18474<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="223" y2="223"/> 18475<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="219" y2="219"/> 18476<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="215" y2="215"/> 18477<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="211" y2="211"/> 18478<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="207" y2="207"/> 18479<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="202" y2="202"/> 18480<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="198" y2="198"/> 18481<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="194" y2="194"/> 18482<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="190" y2="190"/> 18483<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="186" y2="186"/> 18484<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="182" y2="182"/> 18485<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="177" y2="177"/> 18486<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="173" y2="173"/> 18487<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="169" y2="169"/> 18488<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="165" y2="165"/> 18489<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="161" y2="161"/> 18490<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="157" y2="157"/> 18491<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="152" y2="152"/> 18492<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="148" y2="148"/> 18493<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="144" y2="144"/> 18494<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="140" y2="140"/> 18495<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="136" y2="136"/> 18496<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="132" y2="132"/> 18497<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="128" y2="128"/> 18498<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="123" y2="123"/> 18499<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="119" y2="119"/> 18500<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="115" y2="115"/> 18501<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="111" y2="111"/> 18502<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="107" y2="107"/> 18503<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="103" y2="103"/> 18504<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="98" y2="98"/> 18505<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="94" y2="94"/> 18506<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="90" y2="90"/> 18507<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="86" y2="86"/> 18508<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="82" y2="82"/> 18509<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="78" y2="78"/> 18510<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="73" y2="73"/> 18511<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="69" y2="69"/> 18512<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="65" y2="65"/> 18513<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="61" y2="61"/> 18514<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="57" y2="57"/> 18515<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="53" y2="53"/> 18516<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="48" y2="48"/> 18517<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="44" y2="44"/> 18518<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="40" y2="40"/> 18519<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="36" y2="36"/> 18520<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="32" y2="32"/> 18521<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="28" y2="28"/> 18522<line opacity="0.1" stroke="#000000" x1="40" x2="640" y1="24" y2="24"/> 18523<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="290" y="479"> 18524Here's the label for X 18525</text> 18526<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" transform="rotate(270, 0, 282)" x="0" y="290"> 18527Here's the label for Y 18528</text> 18529<line opacity="0.2" stroke="#000000" x1="100" x2="100" y1="440" y2="24"/> 18530<line opacity="0.2" stroke="#000000" x1="160" x2="160" y1="440" y2="24"/> 18531<line opacity="0.2" stroke="#000000" x1="220" x2="220" y1="440" y2="24"/> 18532<line opacity="0.2" stroke="#000000" x1="280" x2="280" y1="440" y2="24"/> 18533<line opacity="0.2" stroke="#000000" x1="340" x2="340" y1="440" y2="24"/> 18534<line opacity="0.2" stroke="#000000" x1="400" x2="400" y1="440" y2="24"/> 18535<line opacity="0.2" stroke="#000000" x1="460" x2="460" y1="440" y2="24"/> 18536<line opacity="0.2" stroke="#000000" x1="520" x2="520" y1="440" y2="24"/> 18537<line opacity="0.2" stroke="#000000" x1="580" x2="580" y1="440" y2="24"/> 18538<line opacity="0.2" stroke="#000000" x1="640" x2="640" y1="440" y2="24"/> 18539<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="398" y2="398"/> 18540<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="356" y2="356"/> 18541<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="315" y2="315"/> 18542<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="273" y2="273"/> 18543<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="232" y2="232"/> 18544<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="190" y2="190"/> 18545<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="148" y2="148"/> 18546<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="107" y2="107"/> 18547<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="65" y2="65"/> 18548<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="24" y2="24"/> 18549<polyline fill="none" opacity="1" points="40,440 640,440 " stroke="#000000"/> 18550<polyline fill="none" opacity="1" points="100,440 100,445 " stroke="#000000"/> 18551<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="93" y="458"> 185520.1 18553</text> 18554<polyline fill="none" opacity="1" points="160,440 160,445 " stroke="#000000"/> 18555<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="153" y="458"> 185560.2 18557</text> 18558<polyline fill="none" opacity="1" points="220,440 220,445 " stroke="#000000"/> 18559<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="213" y="458"> 185600.3 18561</text> 18562<polyline fill="none" opacity="1" points="280,440 280,445 " stroke="#000000"/> 18563<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="273" y="458"> 185640.4 18565</text> 18566<polyline fill="none" opacity="1" points="340,440 340,445 " stroke="#000000"/> 18567<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="333" y="458"> 185680.5 18569</text> 18570<polyline fill="none" opacity="1" points="400,440 400,445 " stroke="#000000"/> 18571<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="393" y="458"> 185720.6 18573</text> 18574<polyline fill="none" opacity="1" points="460,440 460,445 " stroke="#000000"/> 18575<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="453" y="458"> 185760.7 18577</text> 18578<polyline fill="none" opacity="1" points="520,440 520,445 " stroke="#000000"/> 18579<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="513" y="458"> 185800.8 18581</text> 18582<polyline fill="none" opacity="1" points="580,440 580,445 " stroke="#000000"/> 18583<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="573" y="458"> 185840.9 18585</text> 18586<polyline fill="none" opacity="1" points="40,24 40,440 " stroke="#000000"/> 18587<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="402"> 185880.1 18589</text> 18590<polyline fill="none" opacity="1" points="35,398 40,398 " stroke="#000000"/> 18591<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="360"> 185920.2 18593</text> 18594<polyline fill="none" opacity="1" points="35,356 40,356 " stroke="#000000"/> 18595<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="319"> 185960.3 18597</text> 18598<polyline fill="none" opacity="1" points="35,315 40,315 " stroke="#000000"/> 18599<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="277"> 186000.4 18601</text> 18602<polyline fill="none" opacity="1" points="35,273 40,273 " stroke="#000000"/> 18603<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="236"> 186040.5 18605</text> 18606<polyline fill="none" opacity="1" points="35,232 40,232 " stroke="#000000"/> 18607<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="194"> 186080.6 18609</text> 18610<polyline fill="none" opacity="1" points="35,190 40,190 " stroke="#000000"/> 18611<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="152"> 186120.7 18613</text> 18614<polyline fill="none" opacity="1" points="35,148 40,148 " stroke="#000000"/> 18615<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="111"> 186160.8 18617</text> 18618<polyline fill="none" opacity="1" points="35,107 40,107 " stroke="#000000"/> 18619<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="69"> 186200.9 18621</text> 18622<polyline fill="none" opacity="1" points="35,65 40,65 " stroke="#000000"/> 18623<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="28"> 186241.0 18625</text> 18626<polyline fill="none" opacity="1" points="35,24 40,24 " stroke="#000000"/> 18627</svg></div> 18628</div> 18629 18630</div> 18631 18632</div> 18633</div> 18634 18635</div> 18636<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 18637</div> 18638<div class="inner_cell"> 18639<div class="text_cell_render border-box-sizing rendered_html"> 18640<p>Then let's disable mesh lines for the X axis</p> 18641 18642</div> 18643</div> 18644</div> 18645<div class="cell border-box-sizing code_cell rendered"> 18646<div class="input"> 18647<div class="prompt input_prompt">In [26]:</div> 18648<div class="inner_cell"> 18649 <div class="input_area"> 18650<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">"https://github.com/38/plotters"</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">"evcxr"</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span> 18651<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span> 18652<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span> 18653<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 18654<span class="w"> </span><span class="c1">// The following code will create a chart context</span> 18655<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&</span><span class="n">root</span><span class="p">)</span><span class="w"></span> 18656<span class="w"> </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="s">"Chart Context with Mesh and Axis"</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">"Arial"</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span> 18657<span class="w"> </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 18658<span class="w"> </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 18659<span class="w"> </span><span class="p">.</span><span class="n">build_ranged</span><span class="p">(</span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 18660<span class="w"> </span> 18661<span class="w"> </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">()</span><span class="w"></span> 18662<span class="w"> </span><span class="p">.</span><span class="n">y_labels</span><span class="p">(</span><span class="mi">10</span><span class="p">)</span><span class="w"></span> 18663<span class="w"> </span><span class="p">.</span><span class="n">line_style_2</span><span class="p">(</span><span class="o">&</span><span class="n">Transparent</span><span class="p">)</span><span class="w"></span> 18664<span class="w"> </span><span class="p">.</span><span class="n">disable_x_mesh</span><span class="p">()</span><span class="w"></span> 18665<span class="w"> </span><span class="p">.</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 18666<span class="w"> </span> 18667<span class="w"> </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span> 18668<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">"width: 60%"</span><span class="p">)</span><span class="w"></span> 18669</pre></div> 18670 18671</div> 18672</div> 18673</div> 18674 18675<div class="output_wrapper"> 18676<div class="output"> 18677 18678 18679<div class="output_area"> 18680 18681<div class="prompt output_prompt">Out[26]:</div> 18682 18683 18684 18685<div class="output_html rendered_html output_subarea output_execute_result"> 18686<div style="width: 60%"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg"> 18687<text fill="#000000" font-famliy="Arial" font-size="20" opacity="1" x="185" y="18"> 18688Chart Context with Mesh and Axis 18689</text> 18690<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="398" y2="398"/> 18691<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="356" y2="356"/> 18692<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="315" y2="315"/> 18693<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="273" y2="273"/> 18694<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="232" y2="232"/> 18695<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="190" y2="190"/> 18696<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="148" y2="148"/> 18697<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="107" y2="107"/> 18698<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="65" y2="65"/> 18699<line opacity="0.2" stroke="#000000" x1="40" x2="640" y1="24" y2="24"/> 18700<polyline fill="none" opacity="1" points="40,440 640,440 " stroke="#000000"/> 18701<polyline fill="none" opacity="1" points="100,440 100,445 " stroke="#000000"/> 18702<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="93" y="458"> 187030.1 18704</text> 18705<polyline fill="none" opacity="1" points="160,440 160,445 " stroke="#000000"/> 18706<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="153" y="458"> 187070.2 18708</text> 18709<polyline fill="none" opacity="1" points="220,440 220,445 " stroke="#000000"/> 18710<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="213" y="458"> 187110.3 18712</text> 18713<polyline fill="none" opacity="1" points="280,440 280,445 " stroke="#000000"/> 18714<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="273" y="458"> 187150.4 18716</text> 18717<polyline fill="none" opacity="1" points="340,440 340,445 " stroke="#000000"/> 18718<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="333" y="458"> 187190.5 18720</text> 18721<polyline fill="none" opacity="1" points="400,440 400,445 " stroke="#000000"/> 18722<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="393" y="458"> 187230.6 18724</text> 18725<polyline fill="none" opacity="1" points="460,440 460,445 " stroke="#000000"/> 18726<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="453" y="458"> 187270.7 18728</text> 18729<polyline fill="none" opacity="1" points="520,440 520,445 " stroke="#000000"/> 18730<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="513" y="458"> 187310.8 18732</text> 18733<polyline fill="none" opacity="1" points="580,440 580,445 " stroke="#000000"/> 18734<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="573" y="458"> 187350.9 18736</text> 18737<polyline fill="none" opacity="1" points="40,24 40,440 " stroke="#000000"/> 18738<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="402"> 187390.1 18740</text> 18741<polyline fill="none" opacity="1" points="35,398 40,398 " stroke="#000000"/> 18742<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="360"> 187430.2 18744</text> 18745<polyline fill="none" opacity="1" points="35,356 40,356 " stroke="#000000"/> 18746<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="319"> 187470.3 18748</text> 18749<polyline fill="none" opacity="1" points="35,315 40,315 " stroke="#000000"/> 18750<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="277"> 187510.4 18752</text> 18753<polyline fill="none" opacity="1" points="35,273 40,273 " stroke="#000000"/> 18754<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="236"> 187550.5 18756</text> 18757<polyline fill="none" opacity="1" points="35,232 40,232 " stroke="#000000"/> 18758<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="194"> 187590.6 18760</text> 18761<polyline fill="none" opacity="1" points="35,190 40,190 " stroke="#000000"/> 18762<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="152"> 187630.7 18764</text> 18765<polyline fill="none" opacity="1" points="35,148 40,148 " stroke="#000000"/> 18766<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="111"> 187670.8 18768</text> 18769<polyline fill="none" opacity="1" points="35,107 40,107 " stroke="#000000"/> 18770<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="69"> 187710.9 18772</text> 18773<polyline fill="none" opacity="1" points="35,65 40,65 " stroke="#000000"/> 18774<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="28"> 187751.0 18776</text> 18777<polyline fill="none" opacity="1" points="35,24 40,24 " stroke="#000000"/> 18778</svg></div> 18779</div> 18780 18781</div> 18782 18783</div> 18784</div> 18785 18786</div> 18787<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 18788</div> 18789<div class="inner_cell"> 18790<div class="text_cell_render border-box-sizing rendered_html"> 18791<p>To create multiple charts in a single figure, you can just split the drawing area and create multiple chart context.</p> 18792 18793</div> 18794</div> 18795</div> 18796<div class="cell border-box-sizing code_cell rendered"> 18797<div class="input"> 18798<div class="prompt input_prompt">In [27]:</div> 18799<div class="inner_cell"> 18800 <div class="input_area"> 18801<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">"https://github.com/38/plotters"</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">"evcxr"</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span> 18802<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span> 18803<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span> 18804<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 18805<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">sub_areas</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">split_evenly</span><span class="p">((</span><span class="mi">2</span><span class="p">,</span><span class="mi">2</span><span class="p">));</span><span class="w"></span> 18806<span class="w"> </span> 18807<span class="w"> </span><span class="k">for</span><span class="w"> </span><span class="p">(</span><span class="n">idx</span><span class="p">,</span><span class="w"> </span><span class="n">area</span><span class="p">)</span><span class="w"> </span><span class="k">in</span><span class="w"> </span><span class="p">(</span><span class="mi">1</span><span class="p">..).</span><span class="n">zip</span><span class="p">(</span><span class="n">sub_areas</span><span class="p">.</span><span class="n">iter</span><span class="p">())</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 18808<span class="w"> </span><span class="c1">// The following code will create a chart context</span> 18809<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&</span><span class="n">area</span><span class="p">)</span><span class="w"></span> 18810<span class="w"> </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="n">format</span><span class="o">!</span><span class="p">(</span><span class="s">"Subchart #{}"</span><span class="p">,</span><span class="w"> </span><span class="n">idx</span><span class="p">),</span><span class="w"> </span><span class="p">(</span><span class="s">"Arial"</span><span class="p">,</span><span class="w"> </span><span class="mi">15</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span> 18811<span class="w"> </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 18812<span class="w"> </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 18813<span class="w"> </span><span class="p">.</span><span class="n">build_ranged</span><span class="p">(</span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f32</span><span class="p">..</span><span class="mi">1</span><span class="k">f32</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 18814 18815<span class="w"> </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">()</span><span class="w"></span> 18816<span class="w"> </span><span class="p">.</span><span class="n">y_labels</span><span class="p">(</span><span class="mi">10</span><span class="p">)</span><span class="w"></span> 18817<span class="w"> </span><span class="p">.</span><span class="n">line_style_2</span><span class="p">(</span><span class="o">&</span><span class="n">Transparent</span><span class="p">)</span><span class="w"></span> 18818<span class="w"> </span><span class="p">.</span><span class="n">disable_x_mesh</span><span class="p">()</span><span class="w"></span> 18819<span class="w"> </span><span class="p">.</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 18820<span class="w"> </span><span class="p">}</span><span class="w"></span> 18821 18822<span class="w"> </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span> 18823<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">"width: 60%"</span><span class="p">)</span><span class="w"></span> 18824</pre></div> 18825 18826</div> 18827</div> 18828</div> 18829 18830<div class="output_wrapper"> 18831<div class="output"> 18832 18833 18834<div class="output_area"> 18835 18836<div class="prompt output_prompt">Out[27]:</div> 18837 18838 18839 18840<div class="output_html rendered_html output_subarea output_execute_result"> 18841<div style="width: 60%"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg"> 18842<text fill="#000000" font-famliy="Arial" font-size="15" opacity="1" x="124" y="15"> 18843Subchart #1 18844</text> 18845<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="183" y2="183"/> 18846<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="165" y2="165"/> 18847<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="147" y2="147"/> 18848<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="129" y2="129"/> 18849<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="111" y2="111"/> 18850<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="93" y2="93"/> 18851<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="75" y2="75"/> 18852<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="57" y2="57"/> 18853<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="39" y2="39"/> 18854<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="21" y2="21"/> 18855<polyline fill="none" opacity="1" points="40,201 321,201 " stroke="#000000"/> 18856<polyline fill="none" opacity="1" points="68,201 68,206 " stroke="#000000"/> 18857<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="61" y="219"> 188580.1 18859</text> 18860<polyline fill="none" opacity="1" points="96,201 96,206 " stroke="#000000"/> 18861<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="89" y="219"> 188620.2 18863</text> 18864<polyline fill="none" opacity="1" points="124,201 124,206 " stroke="#000000"/> 18865<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="117" y="219"> 188660.3 18867</text> 18868<polyline fill="none" opacity="1" points="152,201 152,206 " stroke="#000000"/> 18869<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="145" y="219"> 188700.4 18871</text> 18872<polyline fill="none" opacity="1" points="180,201 180,206 " stroke="#000000"/> 18873<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="173" y="219"> 188740.5 18875</text> 18876<polyline fill="none" opacity="1" points="208,201 208,206 " stroke="#000000"/> 18877<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="201" y="219"> 188780.6 18879</text> 18880<polyline fill="none" opacity="1" points="236,201 236,206 " stroke="#000000"/> 18881<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="229" y="219"> 188820.7 18883</text> 18884<polyline fill="none" opacity="1" points="264,201 264,206 " stroke="#000000"/> 18885<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="257" y="219"> 188860.8 18887</text> 18888<polyline fill="none" opacity="1" points="292,201 292,206 " stroke="#000000"/> 18889<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="285" y="219"> 188900.9 18891</text> 18892<polyline fill="none" opacity="1" points="40,21 40,201 " stroke="#000000"/> 18893<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="187"> 188940.1 18895</text> 18896<polyline fill="none" opacity="1" points="35,183 40,183 " stroke="#000000"/> 18897<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="169"> 188980.2 18899</text> 18900<polyline fill="none" opacity="1" points="35,165 40,165 " stroke="#000000"/> 18901<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="151"> 189020.3 18903</text> 18904<polyline fill="none" opacity="1" points="35,147 40,147 " stroke="#000000"/> 18905<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="133"> 189060.4 18907</text> 18908<polyline fill="none" opacity="1" points="35,129 40,129 " stroke="#000000"/> 18909<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="115"> 189100.5 18911</text> 18912<polyline fill="none" opacity="1" points="35,111 40,111 " stroke="#000000"/> 18913<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="97"> 189140.6 18915</text> 18916<polyline fill="none" opacity="1" points="35,93 40,93 " stroke="#000000"/> 18917<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="79"> 189180.7 18919</text> 18920<polyline fill="none" opacity="1" points="35,75 40,75 " stroke="#000000"/> 18921<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="61"> 189220.8 18923</text> 18924<polyline fill="none" opacity="1" points="35,57 40,57 " stroke="#000000"/> 18925<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="43"> 189260.9 18927</text> 18928<polyline fill="none" opacity="1" points="35,39 40,39 " stroke="#000000"/> 18929<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="25"> 189301.0 18931</text> 18932<polyline fill="none" opacity="1" points="35,21 40,21 " stroke="#000000"/> 18933<text fill="#000000" font-famliy="Arial" font-size="15" opacity="1" x="445" y="15"> 18934Subchart #2 18935</text> 18936<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="183" y2="183"/> 18937<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="165" y2="165"/> 18938<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="147" y2="147"/> 18939<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="129" y2="129"/> 18940<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="111" y2="111"/> 18941<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="93" y2="93"/> 18942<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="75" y2="75"/> 18943<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="57" y2="57"/> 18944<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="39" y2="39"/> 18945<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="21" y2="21"/> 18946<polyline fill="none" opacity="1" points="361,201 641,201 " stroke="#000000"/> 18947<polyline fill="none" opacity="1" points="389,201 389,206 " stroke="#000000"/> 18948<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="382" y="219"> 189490.1 18950</text> 18951<polyline fill="none" opacity="1" points="417,201 417,206 " stroke="#000000"/> 18952<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="410" y="219"> 189530.2 18954</text> 18955<polyline fill="none" opacity="1" points="445,201 445,206 " stroke="#000000"/> 18956<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="438" y="219"> 189570.3 18958</text> 18959<polyline fill="none" opacity="1" points="473,201 473,206 " stroke="#000000"/> 18960<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="466" y="219"> 189610.4 18962</text> 18963<polyline fill="none" opacity="1" points="501,201 501,206 " stroke="#000000"/> 18964<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="494" y="219"> 189650.5 18966</text> 18967<polyline fill="none" opacity="1" points="529,201 529,206 " stroke="#000000"/> 18968<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="522" y="219"> 189690.6 18970</text> 18971<polyline fill="none" opacity="1" points="557,201 557,206 " stroke="#000000"/> 18972<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="550" y="219"> 189730.7 18974</text> 18975<polyline fill="none" opacity="1" points="585,201 585,206 " stroke="#000000"/> 18976<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="578" y="219"> 189770.8 18978</text> 18979<polyline fill="none" opacity="1" points="613,201 613,206 " stroke="#000000"/> 18980<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="606" y="219"> 189810.9 18982</text> 18983<polyline fill="none" opacity="1" points="361,21 361,201 " stroke="#000000"/> 18984<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="187"> 189850.1 18986</text> 18987<polyline fill="none" opacity="1" points="356,183 361,183 " stroke="#000000"/> 18988<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="169"> 189890.2 18990</text> 18991<polyline fill="none" opacity="1" points="356,165 361,165 " stroke="#000000"/> 18992<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="151"> 189930.3 18994</text> 18995<polyline fill="none" opacity="1" points="356,147 361,147 " stroke="#000000"/> 18996<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="133"> 189970.4 18998</text> 18999<polyline fill="none" opacity="1" points="356,129 361,129 " stroke="#000000"/> 19000<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="115"> 190010.5 19002</text> 19003<polyline fill="none" opacity="1" points="356,111 361,111 " stroke="#000000"/> 19004<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="97"> 190050.6 19006</text> 19007<polyline fill="none" opacity="1" points="356,93 361,93 " stroke="#000000"/> 19008<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="79"> 190090.7 19010</text> 19011<polyline fill="none" opacity="1" points="356,75 361,75 " stroke="#000000"/> 19012<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="61"> 190130.8 19014</text> 19015<polyline fill="none" opacity="1" points="356,57 361,57 " stroke="#000000"/> 19016<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="43"> 190170.9 19018</text> 19019<polyline fill="none" opacity="1" points="356,39 361,39 " stroke="#000000"/> 19020<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="25"> 190211.0 19022</text> 19023<polyline fill="none" opacity="1" points="356,21 361,21 " stroke="#000000"/> 19024<text fill="#000000" font-famliy="Arial" font-size="15" opacity="1" x="124" y="256"> 19025Subchart #3 19026</text> 19027<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="423" y2="423"/> 19028<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="405" y2="405"/> 19029<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="387" y2="387"/> 19030<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="369" y2="369"/> 19031<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="351" y2="351"/> 19032<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="333" y2="333"/> 19033<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="315" y2="315"/> 19034<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="297" y2="297"/> 19035<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="279" y2="279"/> 19036<line opacity="0.2" stroke="#000000" x1="40" x2="321" y1="262" y2="262"/> 19037<polyline fill="none" opacity="1" points="40,441 321,441 " stroke="#000000"/> 19038<polyline fill="none" opacity="1" points="68,441 68,446 " stroke="#000000"/> 19039<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="61" y="459"> 190400.1 19041</text> 19042<polyline fill="none" opacity="1" points="96,441 96,446 " stroke="#000000"/> 19043<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="89" y="459"> 190440.2 19045</text> 19046<polyline fill="none" opacity="1" points="124,441 124,446 " stroke="#000000"/> 19047<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="117" y="459"> 190480.3 19049</text> 19050<polyline fill="none" opacity="1" points="152,441 152,446 " stroke="#000000"/> 19051<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="145" y="459"> 190520.4 19053</text> 19054<polyline fill="none" opacity="1" points="180,441 180,446 " stroke="#000000"/> 19055<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="173" y="459"> 190560.5 19057</text> 19058<polyline fill="none" opacity="1" points="208,441 208,446 " stroke="#000000"/> 19059<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="201" y="459"> 190600.6 19061</text> 19062<polyline fill="none" opacity="1" points="236,441 236,446 " stroke="#000000"/> 19063<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="229" y="459"> 190640.7 19065</text> 19066<polyline fill="none" opacity="1" points="264,441 264,446 " stroke="#000000"/> 19067<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="257" y="459"> 190680.8 19069</text> 19070<polyline fill="none" opacity="1" points="292,441 292,446 " stroke="#000000"/> 19071<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="285" y="459"> 190720.9 19073</text> 19074<polyline fill="none" opacity="1" points="40,262 40,441 " stroke="#000000"/> 19075<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="427"> 190760.1 19077</text> 19078<polyline fill="none" opacity="1" points="35,423 40,423 " stroke="#000000"/> 19079<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="409"> 190800.2 19081</text> 19082<polyline fill="none" opacity="1" points="35,405 40,405 " stroke="#000000"/> 19083<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="391"> 190840.3 19085</text> 19086<polyline fill="none" opacity="1" points="35,387 40,387 " stroke="#000000"/> 19087<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="373"> 190880.4 19089</text> 19090<polyline fill="none" opacity="1" points="35,369 40,369 " stroke="#000000"/> 19091<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="355"> 190920.5 19093</text> 19094<polyline fill="none" opacity="1" points="35,351 40,351 " stroke="#000000"/> 19095<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="337"> 190960.6 19097</text> 19098<polyline fill="none" opacity="1" points="35,333 40,333 " stroke="#000000"/> 19099<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="319"> 191000.7 19101</text> 19102<polyline fill="none" opacity="1" points="35,315 40,315 " stroke="#000000"/> 19103<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="301"> 191040.8 19105</text> 19106<polyline fill="none" opacity="1" points="35,297 40,297 " stroke="#000000"/> 19107<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="283"> 191080.9 19109</text> 19110<polyline fill="none" opacity="1" points="35,279 40,279 " stroke="#000000"/> 19111<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="266"> 191121.0 19113</text> 19114<polyline fill="none" opacity="1" points="35,262 40,262 " stroke="#000000"/> 19115<text fill="#000000" font-famliy="Arial" font-size="15" opacity="1" x="444" y="256"> 19116Subchart #4 19117</text> 19118<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="423" y2="423"/> 19119<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="405" y2="405"/> 19120<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="387" y2="387"/> 19121<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="369" y2="369"/> 19122<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="351" y2="351"/> 19123<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="333" y2="333"/> 19124<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="315" y2="315"/> 19125<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="297" y2="297"/> 19126<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="279" y2="279"/> 19127<line opacity="0.2" stroke="#000000" x1="361" x2="641" y1="262" y2="262"/> 19128<polyline fill="none" opacity="1" points="361,441 641,441 " stroke="#000000"/> 19129<polyline fill="none" opacity="1" points="389,441 389,446 " stroke="#000000"/> 19130<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="382" y="459"> 191310.1 19132</text> 19133<polyline fill="none" opacity="1" points="417,441 417,446 " stroke="#000000"/> 19134<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="410" y="459"> 191350.2 19136</text> 19137<polyline fill="none" opacity="1" points="445,441 445,446 " stroke="#000000"/> 19138<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="438" y="459"> 191390.3 19140</text> 19141<polyline fill="none" opacity="1" points="473,441 473,446 " stroke="#000000"/> 19142<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="466" y="459"> 191430.4 19144</text> 19145<polyline fill="none" opacity="1" points="501,441 501,446 " stroke="#000000"/> 19146<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="494" y="459"> 191470.5 19148</text> 19149<polyline fill="none" opacity="1" points="529,441 529,446 " stroke="#000000"/> 19150<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="522" y="459"> 191510.6 19152</text> 19153<polyline fill="none" opacity="1" points="557,441 557,446 " stroke="#000000"/> 19154<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="550" y="459"> 191550.7 19156</text> 19157<polyline fill="none" opacity="1" points="585,441 585,446 " stroke="#000000"/> 19158<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="578" y="459"> 191590.8 19160</text> 19161<polyline fill="none" opacity="1" points="613,441 613,446 " stroke="#000000"/> 19162<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="606" y="459"> 191630.9 19164</text> 19165<polyline fill="none" opacity="1" points="361,262 361,441 " stroke="#000000"/> 19166<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="427"> 191670.1 19168</text> 19169<polyline fill="none" opacity="1" points="356,423 361,423 " stroke="#000000"/> 19170<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="409"> 191710.2 19172</text> 19173<polyline fill="none" opacity="1" points="356,405 361,405 " stroke="#000000"/> 19174<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="391"> 191750.3 19176</text> 19177<polyline fill="none" opacity="1" points="356,387 361,387 " stroke="#000000"/> 19178<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="373"> 191790.4 19180</text> 19181<polyline fill="none" opacity="1" points="356,369 361,369 " stroke="#000000"/> 19182<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="355"> 191830.5 19184</text> 19185<polyline fill="none" opacity="1" points="356,351 361,351 " stroke="#000000"/> 19186<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="337"> 191870.6 19188</text> 19189<polyline fill="none" opacity="1" points="356,333 361,333 " stroke="#000000"/> 19190<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="319"> 191910.7 19192</text> 19193<polyline fill="none" opacity="1" points="356,315 361,315 " stroke="#000000"/> 19194<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="301"> 191950.8 19196</text> 19197<polyline fill="none" opacity="1" points="356,297 361,297 " stroke="#000000"/> 19198<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="283"> 191990.9 19200</text> 19201<polyline fill="none" opacity="1" points="356,279 361,279 " stroke="#000000"/> 19202<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="336" y="266"> 192031.0 19204</text> 19205<polyline fill="none" opacity="1" points="356,262 361,262 " stroke="#000000"/> 19206</svg></div> 19207</div> 19208 19209</div> 19210 19211</div> 19212</div> 19213 19214</div> 19215<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 19216</div> 19217<div class="inner_cell"> 19218<div class="text_cell_render border-box-sizing rendered_html"> 19219<h2 id="Series">Series<a class="anchor-link" href="#Series">¶</a></h2> 19220</div> 19221</div> 19222</div> 19223<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 19224</div> 19225<div class="inner_cell"> 19226<div class="text_cell_render border-box-sizing rendered_html"> 19227<p>Unlike most of the plotting libraries, <code>Plotters</code> doesn't actually define any types of chart. All the chart is abstracted to a concept of series. By doing so, you can put a histgoram series and a line plot series into the same chart context. 19228The series is actually defined as an iterator of elements, just this.</p> 19229<p>This gives <code>Plotters</code> a huge flexibility on drawing charts. You can implement you own types of series and uses the coordinate translation and chart elements.</p> 19230<p>There are few types of predefined series, just for convenience:</p> 19231<ul> 19232<li>Line Series</li> 19233<li>Histogram</li> 19234<li>Point Series</li> 19235</ul> 19236 19237</div> 19238</div> 19239</div> 19240<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 19241</div> 19242<div class="inner_cell"> 19243<div class="text_cell_render border-box-sizing rendered_html"> 19244<h3 id="Scatter-Plot">Scatter Plot<a class="anchor-link" href="#Scatter-Plot">¶</a></h3> 19245</div> 19246</div> 19247</div> 19248<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 19249</div> 19250<div class="inner_cell"> 19251<div class="text_cell_render border-box-sizing rendered_html"> 19252<p>First of all, let's generate some random numbers.</p> 19253 19254</div> 19255</div> 19256</div> 19257<div class="cell border-box-sizing code_cell rendered"> 19258<div class="input"> 19259<div class="prompt input_prompt">In [2]:</div> 19260<div class="inner_cell"> 19261 <div class="input_area"> 19262<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">rand</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">"0.6.5"</span><span class="w"> </span><span class="p">}</span><span class="w"></span> 19263<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">rand</span><span class="p">;</span><span class="w"></span> 19264 19265<span class="k">use</span><span class="w"> </span><span class="n">rand</span>::<span class="n">distributions</span>::<span class="n">Normal</span><span class="p">;</span><span class="w"></span> 19266<span class="k">use</span><span class="w"> </span><span class="n">rand</span>::<span class="n">distributions</span>::<span class="n">Distribution</span><span class="p">;</span><span class="w"></span> 19267<span class="k">use</span><span class="w"> </span><span class="n">rand</span>::<span class="n">thread_rng</span><span class="p">;</span><span class="w"></span> 19268<span class="kd">let</span><span class="w"> </span><span class="n">sd</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="mf">0.13</span><span class="p">;</span><span class="w"></span> 19269<span class="kd">let</span><span class="w"> </span><span class="n">random_points</span>:<span class="nb">Vec</span><span class="o"><</span><span class="p">(</span><span class="kt">f64</span><span class="p">,</span><span class="kt">f64</span><span class="p">)</span><span class="o">></span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 19270<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">norm_dist</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">Normal</span>::<span class="n">new</span><span class="p">(</span><span class="mf">0.5</span><span class="p">,</span><span class="w"> </span><span class="n">sd</span><span class="p">);</span><span class="w"></span> 19271<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="p">(</span><span class="k">mut</span><span class="w"> </span><span class="n">x_rand</span><span class="p">,</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">y_rand</span><span class="p">)</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">(</span><span class="n">thread_rng</span><span class="p">(),</span><span class="w"> </span><span class="n">thread_rng</span><span class="p">());</span><span class="w"></span> 19272<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">x_iter</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">norm_dist</span><span class="p">.</span><span class="n">sample_iter</span><span class="p">(</span><span class="o">&</span><span class="k">mut</span><span class="w"> </span><span class="n">x_rand</span><span class="p">);</span><span class="w"></span> 19273<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">y_iter</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">norm_dist</span><span class="p">.</span><span class="n">sample_iter</span><span class="p">(</span><span class="o">&</span><span class="k">mut</span><span class="w"> </span><span class="n">y_rand</span><span class="p">);</span><span class="w"></span> 19274<span class="w"> </span><span class="n">x_iter</span><span class="p">.</span><span class="n">zip</span><span class="p">(</span><span class="n">y_iter</span><span class="p">).</span><span class="n">take</span><span class="p">(</span><span class="mi">1000</span><span class="p">).</span><span class="n">collect</span><span class="p">()</span><span class="w"></span> 19275<span class="p">};</span><span class="w"></span> 19276<span class="n">random_points</span><span class="p">.</span><span class="n">len</span><span class="p">()</span><span class="w"></span> 19277</pre></div> 19278 19279</div> 19280</div> 19281</div> 19282 19283<div class="output_wrapper"> 19284<div class="output"> 19285 19286 19287<div class="output_area"> 19288 19289<div class="prompt output_prompt">Out[2]:</div> 19290 19291 19292 19293 19294<div class="output_text output_subarea output_execute_result"> 19295<pre>1000</pre> 19296</div> 19297 19298</div> 19299 19300</div> 19301</div> 19302 19303</div> 19304<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 19305</div> 19306<div class="inner_cell"> 19307<div class="text_cell_render border-box-sizing rendered_html"> 19308<p>It's trivial to draw a scatter plot with <code>Plotters</code>. The only need is, provide a iterator of the elements as series. 19309The following example shows how to make a 2D normal distribution figure. The red rectangle is the two sigma area and the red cross is the mean.</p> 19310 19311</div> 19312</div> 19313</div> 19314<div class="cell border-box-sizing code_cell rendered"> 19315<div class="input"> 19316<div class="prompt input_prompt">In [3]:</div> 19317<div class="inner_cell"> 19318 <div class="input_area"> 19319<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">"https://github.com/38/plotters"</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">"evcxr"</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span> 19320 19321<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span> 19322<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span> 19323 19324<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 19325<span class="w"> </span><span class="c1">// The following code will create a chart context</span> 19326<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&</span><span class="n">root</span><span class="p">)</span><span class="w"></span> 19327<span class="w"> </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="s">"Normal Distribution"</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">"Arial"</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span> 19328<span class="w"> </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 19329<span class="w"> </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 19330<span class="w"> </span><span class="p">.</span><span class="n">build_ranged</span><span class="p">(</span><span class="mi">0</span><span class="k">f64</span><span class="p">..</span><span class="mi">1</span><span class="k">f64</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f64</span><span class="p">..</span><span class="mi">1</span><span class="k">f64</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 19331<span class="w"> </span> 19332<span class="w"> </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">()</span><span class="w"></span> 19333<span class="w"> </span><span class="p">.</span><span class="n">disable_x_mesh</span><span class="p">()</span><span class="w"></span> 19334<span class="w"> </span><span class="p">.</span><span class="n">disable_y_mesh</span><span class="p">()</span><span class="w"></span> 19335<span class="w"> </span><span class="p">.</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 19336<span class="w"> </span> 19337<span class="w"> </span><span class="n">chart</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">random_points</span><span class="p">.</span><span class="n">iter</span><span class="p">().</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="n">y</span><span class="p">)</span><span class="o">|</span><span class="w"> </span><span class="n">Circle</span>::<span class="n">new</span><span class="p">((</span><span class="o">*</span><span class="n">x</span><span class="p">,</span><span class="o">*</span><span class="n">y</span><span class="p">),</span><span class="w"> </span><span class="mi">3</span><span class="p">,</span><span class="w"> </span><span class="n">Green</span><span class="p">.</span><span class="n">filled</span><span class="p">())));</span><span class="w"></span> 19338<span class="w"> </span> 19339<span class="w"> </span><span class="c1">// You can alawys freely draw on the drawing backend</span> 19340<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">area</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">chart</span><span class="p">.</span><span class="n">plotting_area</span><span class="p">();</span><span class="w"></span> 19341<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">two_sigma</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">sd</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="mf">2.0</span><span class="p">;</span><span class="w"></span> 19342<span class="w"> </span><span class="n">area</span><span class="p">.</span><span class="n">draw</span><span class="p">(</span><span class="o">&</span><span class="n">Rectangle</span>::<span class="n">new</span><span class="p">(</span><span class="w"></span> 19343<span class="w"> </span><span class="p">[(</span><span class="mf">0.5</span><span class="w"> </span><span class="o">-</span><span class="w"> </span><span class="n">two_sigma</span><span class="p">,</span><span class="w"> </span><span class="mf">0.5</span><span class="w"> </span><span class="o">-</span><span class="w"> </span><span class="n">two_sigma</span><span class="p">),</span><span class="w"> </span><span class="p">(</span><span class="mf">0.5</span><span class="w"> </span><span class="o">+</span><span class="w"> </span><span class="n">two_sigma</span><span class="p">,</span><span class="w"> </span><span class="mf">0.5</span><span class="w"> </span><span class="o">+</span><span class="w"> </span><span class="n">two_sigma</span><span class="p">)],</span><span class="w"> </span> 19344<span class="w"> </span><span class="n">Red</span><span class="p">.</span><span class="n">mix</span><span class="p">(</span><span class="mf">0.3</span><span class="p">).</span><span class="n">filled</span><span class="p">())</span><span class="w"></span> 19345<span class="w"> </span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 19346<span class="w"> </span><span class="n">area</span><span class="p">.</span><span class="n">draw</span><span class="p">(</span><span class="o">&</span><span class="n">Cross</span>::<span class="n">new</span><span class="p">((</span><span class="mf">0.5</span><span class="p">,</span><span class="w"> </span><span class="mf">0.5</span><span class="p">),</span><span class="w"> </span><span class="mi">5</span><span class="p">,</span><span class="w"> </span><span class="o">&</span><span class="n">Red</span><span class="p">))</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 19347<span class="w"> </span> 19348<span class="w"> </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span> 19349<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">"width:60%"</span><span class="p">)</span><span class="w"></span> 19350</pre></div> 19351 19352</div> 19353</div> 19354</div> 19355 19356<div class="output_wrapper"> 19357<div class="output"> 19358 19359 19360<div class="output_area"> 19361 19362<div class="prompt output_prompt">Out[3]:</div> 19363 19364 19365 19366<div class="output_html rendered_html output_subarea output_execute_result"> 19367<div style="width:60%"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg"> 19368<text fill="#000000" font-famliy="Arial" font-size="20" opacity="1" x="244" y="18"> 19369Normal Distribution 19370</text> 19371<polyline fill="none" opacity="1" points="40,440 640,440 " stroke="#000000"/> 19372<polyline fill="none" opacity="1" points="100,440 100,445 " stroke="#000000"/> 19373<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="93" y="458"> 193740.1 19375</text> 19376<polyline fill="none" opacity="1" points="160,440 160,445 " stroke="#000000"/> 19377<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="153" y="458"> 193780.2 19379</text> 19380<polyline fill="none" opacity="1" points="220,440 220,445 " stroke="#000000"/> 19381<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="213" y="458"> 193820.3 19383</text> 19384<polyline fill="none" opacity="1" points="280,440 280,445 " stroke="#000000"/> 19385<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="273" y="458"> 193860.4 19387</text> 19388<polyline fill="none" opacity="1" points="340,440 340,445 " stroke="#000000"/> 19389<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="333" y="458"> 193900.5 19391</text> 19392<polyline fill="none" opacity="1" points="400,440 400,445 " stroke="#000000"/> 19393<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="393" y="458"> 193940.6 19395</text> 19396<polyline fill="none" opacity="1" points="460,440 460,445 " stroke="#000000"/> 19397<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="453" y="458"> 193980.7 19399</text> 19400<polyline fill="none" opacity="1" points="520,440 520,445 " stroke="#000000"/> 19401<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="513" y="458"> 194020.8 19403</text> 19404<polyline fill="none" opacity="1" points="580,440 580,445 " stroke="#000000"/> 19405<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="573" y="458"> 194060.9 19407</text> 19408<polyline fill="none" opacity="1" points="40,24 40,440 " stroke="#000000"/> 19409<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="402"> 194100.1 19411</text> 19412<polyline fill="none" opacity="1" points="35,398 40,398 " stroke="#000000"/> 19413<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="360"> 194140.2 19415</text> 19416<polyline fill="none" opacity="1" points="35,356 40,356 " stroke="#000000"/> 19417<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="319"> 194180.3 19419</text> 19420<polyline fill="none" opacity="1" points="35,315 40,315 " stroke="#000000"/> 19421<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="277"> 194220.4 19423</text> 19424<polyline fill="none" opacity="1" points="35,273 40,273 " stroke="#000000"/> 19425<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="236"> 194260.5 19427</text> 19428<polyline fill="none" opacity="1" points="35,232 40,232 " stroke="#000000"/> 19429<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="194"> 194300.6 19431</text> 19432<polyline fill="none" opacity="1" points="35,190 40,190 " stroke="#000000"/> 19433<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="152"> 194340.7 19435</text> 19436<polyline fill="none" opacity="1" points="35,148 40,148 " stroke="#000000"/> 19437<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="111"> 194380.8 19439</text> 19440<polyline fill="none" opacity="1" points="35,107 40,107 " stroke="#000000"/> 19441<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="69"> 194420.9 19443</text> 19444<polyline fill="none" opacity="1" points="35,65 40,65 " stroke="#000000"/> 19445<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="28"> 194461.0 19447</text> 19448<polyline fill="none" opacity="1" points="35,24 40,24 " stroke="#000000"/> 19449<circle cx="439" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19450<circle cx="242" cy="215" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19451<circle cx="223" cy="178" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19452<circle cx="406" cy="235" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19453<circle cx="337" cy="322" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19454<circle cx="347" cy="185" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19455<circle cx="405" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19456<circle cx="328" cy="179" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19457<circle cx="345" cy="131" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19458<circle cx="390" cy="311" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19459<circle cx="380" cy="213" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19460<circle cx="238" cy="199" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19461<circle cx="429" cy="202" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19462<circle cx="279" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19463<circle cx="273" cy="279" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19464<circle cx="331" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19465<circle cx="364" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19466<circle cx="432" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19467<circle cx="440" cy="211" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19468<circle cx="336" cy="246" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19469<circle cx="351" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19470<circle cx="310" cy="177" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19471<circle cx="276" cy="247" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19472<circle cx="354" cy="147" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19473<circle cx="439" cy="83" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19474<circle cx="352" cy="162" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19475<circle cx="281" cy="301" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19476<circle cx="217" cy="306" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19477<circle cx="442" cy="204" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19478<circle cx="375" cy="116" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19479<circle cx="358" cy="192" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19480<circle cx="414" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19481<circle cx="287" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19482<circle cx="327" cy="210" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19483<circle cx="255" cy="186" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19484<circle cx="370" cy="225" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19485<circle cx="328" cy="297" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19486<circle cx="211" cy="194" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19487<circle cx="350" cy="222" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19488<circle cx="83" cy="225" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19489<circle cx="152" cy="207" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19490<circle cx="300" cy="157" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19491<circle cx="329" cy="210" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19492<circle cx="406" cy="186" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19493<circle cx="252" cy="262" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19494<circle cx="257" cy="214" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19495<circle cx="346" cy="260" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19496<circle cx="195" cy="228" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19497<circle cx="322" cy="165" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19498<circle cx="449" cy="273" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19499<circle cx="356" cy="370" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19500<circle cx="455" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19501<circle cx="387" cy="100" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19502<circle cx="380" cy="167" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19503<circle cx="324" cy="243" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19504<circle cx="345" cy="194" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19505<circle cx="228" cy="201" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19506<circle cx="278" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19507<circle cx="199" cy="293" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19508<circle cx="374" cy="147" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19509<circle cx="545" cy="115" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19510<circle cx="319" cy="202" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19511<circle cx="391" cy="193" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19512<circle cx="396" cy="315" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19513<circle cx="237" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19514<circle cx="168" cy="197" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19515<circle cx="286" cy="141" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19516<circle cx="277" cy="108" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19517<circle cx="293" cy="339" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19518<circle cx="272" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19519<circle cx="365" cy="279" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19520<circle cx="330" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19521<circle cx="468" cy="163" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19522<circle cx="327" cy="289" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19523<circle cx="255" cy="186" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19524<circle cx="249" cy="217" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19525<circle cx="240" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19526<circle cx="359" cy="294" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19527<circle cx="264" cy="288" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19528<circle cx="272" cy="146" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19529<circle cx="349" cy="205" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19530<circle cx="362" cy="113" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19531<circle cx="527" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19532<circle cx="488" cy="158" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19533<circle cx="368" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19534<circle cx="418" cy="224" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19535<circle cx="265" cy="318" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19536<circle cx="420" cy="197" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19537<circle cx="386" cy="164" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19538<circle cx="408" cy="166" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19539<circle cx="438" cy="204" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19540<circle cx="402" cy="210" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19541<circle cx="425" cy="232" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19542<circle cx="379" cy="324" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19543<circle cx="313" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19544<circle cx="350" cy="311" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19545<circle cx="418" cy="326" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19546<circle cx="351" cy="205" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19547<circle cx="324" cy="173" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19548<circle cx="430" cy="180" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19549<circle cx="396" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19550<circle cx="353" cy="164" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19551<circle cx="316" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19552<circle cx="176" cy="243" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19553<circle cx="412" cy="300" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19554<circle cx="177" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19555<circle cx="256" cy="182" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19556<circle cx="285" cy="289" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19557<circle cx="291" cy="202" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19558<circle cx="433" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19559<circle cx="331" cy="221" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19560<circle cx="473" cy="293" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19561<circle cx="281" cy="156" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19562<circle cx="246" cy="172" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19563<circle cx="367" cy="190" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19564<circle cx="307" cy="248" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19565<circle cx="430" cy="214" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19566<circle cx="203" cy="302" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19567<circle cx="370" cy="322" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19568<circle cx="213" cy="89" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19569<circle cx="281" cy="293" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19570<circle cx="486" cy="294" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19571<circle cx="326" cy="205" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19572<circle cx="225" cy="248" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19573<circle cx="295" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19574<circle cx="402" cy="246" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19575<circle cx="295" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19576<circle cx="472" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19577<circle cx="457" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19578<circle cx="418" cy="246" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19579<circle cx="205" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19580<circle cx="206" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19581<circle cx="327" cy="308" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19582<circle cx="410" cy="254" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19583<circle cx="254" cy="177" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19584<circle cx="417" cy="294" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19585<circle cx="185" cy="206" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19586<circle cx="267" cy="321" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19587<circle cx="311" cy="289" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19588<circle cx="391" cy="166" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19589<circle cx="414" cy="295" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19590<circle cx="311" cy="159" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19591<circle cx="320" cy="177" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19592<circle cx="324" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19593<circle cx="355" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19594<circle cx="305" cy="175" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19595<circle cx="404" cy="169" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19596<circle cx="294" cy="196" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19597<circle cx="192" cy="193" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19598<circle cx="255" cy="264" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19599<circle cx="303" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19600<circle cx="489" cy="167" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19601<circle cx="283" cy="306" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19602<circle cx="258" cy="323" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19603<circle cx="396" cy="225" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19604<circle cx="390" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19605<circle cx="374" cy="183" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19606<circle cx="357" cy="41" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19607<circle cx="329" cy="337" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19608<circle cx="325" cy="309" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19609<circle cx="319" cy="254" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19610<circle cx="493" cy="178" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19611<circle cx="328" cy="273" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19612<circle cx="374" cy="225" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19613<circle cx="341" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19614<circle cx="283" cy="273" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19615<circle cx="382" cy="138" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19616<circle cx="404" cy="261" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19617<circle cx="265" cy="172" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19618<circle cx="348" cy="215" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19619<circle cx="193" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19620<circle cx="290" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19621<circle cx="159" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19622<circle cx="193" cy="273" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19623<circle cx="323" cy="273" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19624<circle cx="299" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19625<circle cx="350" cy="306" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19626<circle cx="284" cy="241" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19627<circle cx="338" cy="213" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19628<circle cx="325" cy="304" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19629<circle cx="316" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19630<circle cx="313" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19631<circle cx="219" cy="170" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19632<circle cx="374" cy="202" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19633<circle cx="434" cy="165" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19634<circle cx="347" cy="311" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19635<circle cx="345" cy="213" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19636<circle cx="271" cy="195" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19637<circle cx="174" cy="243" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19638<circle cx="493" cy="183" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19639<circle cx="315" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19640<circle cx="334" cy="228" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19641<circle cx="319" cy="133" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19642<circle cx="258" cy="340" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19643<circle cx="391" cy="151" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19644<circle cx="351" cy="164" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19645<circle cx="310" cy="198" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19646<circle cx="197" cy="353" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19647<circle cx="314" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19648<circle cx="339" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19649<circle cx="269" cy="203" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19650<circle cx="446" cy="281" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19651<circle cx="404" cy="152" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19652<circle cx="412" cy="263" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19653<circle cx="225" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19654<circle cx="485" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19655<circle cx="425" cy="143" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19656<circle cx="408" cy="180" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19657<circle cx="223" cy="334" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19658<circle cx="418" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19659<circle cx="410" cy="203" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19660<circle cx="179" cy="156" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19661<circle cx="236" cy="187" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19662<circle cx="211" cy="228" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19663<circle cx="366" cy="174" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19664<circle cx="427" cy="190" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19665<circle cx="493" cy="259" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19666<circle cx="271" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19667<circle cx="432" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19668<circle cx="314" cy="263" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19669<circle cx="284" cy="302" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19670<circle cx="161" cy="239" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19671<circle cx="505" cy="213" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19672<circle cx="320" cy="224" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19673<circle cx="410" cy="207" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19674<circle cx="223" cy="112" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19675<circle cx="266" cy="202" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19676<circle cx="224" cy="224" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19677<circle cx="149" cy="175" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19678<circle cx="279" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19679<circle cx="483" cy="387" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19680<circle cx="295" cy="213" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19681<circle cx="368" cy="176" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19682<circle cx="319" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19683<circle cx="229" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19684<circle cx="375" cy="246" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19685<circle cx="284" cy="296" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19686<circle cx="360" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19687<circle cx="312" cy="191" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19688<circle cx="279" cy="207" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19689<circle cx="266" cy="322" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19690<circle cx="453" cy="291" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19691<circle cx="371" cy="211" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19692<circle cx="266" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19693<circle cx="463" cy="279" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19694<circle cx="367" cy="223" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19695<circle cx="477" cy="219" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19696<circle cx="381" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19697<circle cx="360" cy="189" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19698<circle cx="170" cy="260" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19699<circle cx="284" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19700<circle cx="408" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19701<circle cx="456" cy="173" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19702<circle cx="277" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19703<circle cx="401" cy="296" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19704<circle cx="520" cy="209" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19705<circle cx="375" cy="206" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19706<circle cx="265" cy="207" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19707<circle cx="494" cy="260" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19708<circle cx="283" cy="140" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19709<circle cx="268" cy="187" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19710<circle cx="285" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19711<circle cx="378" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19712<circle cx="343" cy="166" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19713<circle cx="344" cy="184" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19714<circle cx="253" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19715<circle cx="395" cy="285" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19716<circle cx="316" cy="288" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19717<circle cx="512" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19718<circle cx="335" cy="144" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19719<circle cx="221" cy="205" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19720<circle cx="408" cy="301" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19721<circle cx="304" cy="200" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19722<circle cx="397" cy="177" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19723<circle cx="265" cy="231" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19724<circle cx="371" cy="197" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19725<circle cx="373" cy="247" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19726<circle cx="291" cy="248" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19727<circle cx="405" cy="128" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19728<circle cx="306" cy="214" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19729<circle cx="309" cy="262" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19730<circle cx="363" cy="173" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19731<circle cx="281" cy="196" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19732<circle cx="288" cy="172" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19733<circle cx="297" cy="131" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19734<circle cx="305" cy="243" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19735<circle cx="297" cy="282" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19736<circle cx="332" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19737<circle cx="460" cy="225" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19738<circle cx="244" cy="229" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19739<circle cx="245" cy="259" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19740<circle cx="229" cy="273" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19741<circle cx="219" cy="183" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19742<circle cx="258" cy="271" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19743<circle cx="223" cy="338" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19744<circle cx="370" cy="186" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19745<circle cx="293" cy="186" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19746<circle cx="496" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19747<circle cx="259" cy="134" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19748<circle cx="375" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19749<circle cx="443" cy="168" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19750<circle cx="371" cy="313" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19751<circle cx="318" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19752<circle cx="378" cy="278" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19753<circle cx="311" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19754<circle cx="222" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19755<circle cx="362" cy="249" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19756<circle cx="248" cy="169" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19757<circle cx="418" cy="182" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19758<circle cx="234" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19759<circle cx="303" cy="188" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19760<circle cx="326" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19761<circle cx="316" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19762<circle cx="430" cy="253" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19763<circle cx="313" cy="157" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19764<circle cx="411" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19765<circle cx="270" cy="297" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19766<circle cx="337" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19767<circle cx="255" cy="271" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19768<circle cx="381" cy="201" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19769<circle cx="324" cy="343" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19770<circle cx="363" cy="201" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19771<circle cx="338" cy="232" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19772<circle cx="407" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19773<circle cx="279" cy="184" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19774<circle cx="371" cy="186" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19775<circle cx="348" cy="199" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19776<circle cx="347" cy="164" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19777<circle cx="460" cy="222" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19778<circle cx="204" cy="281" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19779<circle cx="346" cy="222" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19780<circle cx="309" cy="352" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19781<circle cx="241" cy="158" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19782<circle cx="371" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19783<circle cx="281" cy="204" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19784<circle cx="346" cy="193" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19785<circle cx="342" cy="202" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19786<circle cx="319" cy="281" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19787<circle cx="251" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19788<circle cx="231" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19789<circle cx="212" cy="292" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19790<circle cx="299" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19791<circle cx="297" cy="310" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19792<circle cx="163" cy="177" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19793<circle cx="397" cy="224" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19794<circle cx="374" cy="207" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19795<circle cx="352" cy="266" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19796<circle cx="274" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19797<circle cx="326" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19798<circle cx="349" cy="262" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19799<circle cx="298" cy="200" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19800<circle cx="447" cy="169" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19801<circle cx="461" cy="229" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19802<circle cx="471" cy="184" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19803<circle cx="260" cy="177" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19804<circle cx="354" cy="160" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19805<circle cx="307" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19806<circle cx="346" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19807<circle cx="409" cy="307" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19808<circle cx="212" cy="243" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19809<circle cx="182" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19810<circle cx="294" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19811<circle cx="323" cy="249" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19812<circle cx="257" cy="261" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19813<circle cx="464" cy="252" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19814<circle cx="311" cy="195" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19815<circle cx="229" cy="229" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19816<circle cx="320" cy="214" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19817<circle cx="350" cy="179" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19818<circle cx="204" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19819<circle cx="436" cy="159" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19820<circle cx="299" cy="168" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19821<circle cx="342" cy="215" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19822<circle cx="400" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19823<circle cx="329" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19824<circle cx="373" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19825<circle cx="436" cy="218" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19826<circle cx="438" cy="323" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19827<circle cx="412" cy="206" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19828<circle cx="307" cy="221" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19829<circle cx="437" cy="259" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19830<circle cx="297" cy="281" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19831<circle cx="294" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19832<circle cx="214" cy="287" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19833<circle cx="236" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19834<circle cx="386" cy="248" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19835<circle cx="399" cy="223" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19836<circle cx="310" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19837<circle cx="274" cy="193" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19838<circle cx="328" cy="223" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19839<circle cx="222" cy="253" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19840<circle cx="360" cy="168" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19841<circle cx="389" cy="313" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19842<circle cx="425" cy="224" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19843<circle cx="184" cy="197" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19844<circle cx="350" cy="179" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19845<circle cx="334" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19846<circle cx="333" cy="334" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19847<circle cx="412" cy="190" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19848<circle cx="359" cy="204" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19849<circle cx="313" cy="189" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19850<circle cx="267" cy="313" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19851<circle cx="310" cy="296" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19852<circle cx="316" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19853<circle cx="404" cy="221" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19854<circle cx="336" cy="271" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19855<circle cx="398" cy="260" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19856<circle cx="388" cy="312" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19857<circle cx="409" cy="198" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19858<circle cx="199" cy="196" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19859<circle cx="307" cy="307" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19860<circle cx="363" cy="293" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19861<circle cx="336" cy="166" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19862<circle cx="263" cy="204" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19863<circle cx="369" cy="155" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19864<circle cx="309" cy="263" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19865<circle cx="242" cy="200" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19866<circle cx="309" cy="201" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19867<circle cx="324" cy="254" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19868<circle cx="472" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19869<circle cx="328" cy="228" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19870<circle cx="298" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19871<circle cx="385" cy="247" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19872<circle cx="278" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19873<circle cx="416" cy="186" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19874<circle cx="371" cy="109" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19875<circle cx="454" cy="188" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19876<circle cx="291" cy="196" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19877<circle cx="299" cy="111" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19878<circle cx="249" cy="149" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19879<circle cx="307" cy="171" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19880<circle cx="333" cy="182" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19881<circle cx="277" cy="202" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19882<circle cx="331" cy="232" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19883<circle cx="376" cy="254" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19884<circle cx="313" cy="283" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19885<circle cx="224" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19886<circle cx="354" cy="296" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19887<circle cx="545" cy="210" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19888<circle cx="267" cy="224" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19889<circle cx="429" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19890<circle cx="320" cy="238" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19891<circle cx="443" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19892<circle cx="366" cy="211" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19893<circle cx="280" cy="174" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19894<circle cx="403" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19895<circle cx="324" cy="149" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19896<circle cx="293" cy="253" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19897<circle cx="410" cy="224" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19898<circle cx="355" cy="231" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19899<circle cx="294" cy="179" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19900<circle cx="280" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19901<circle cx="436" cy="160" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19902<circle cx="309" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19903<circle cx="290" cy="205" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19904<circle cx="287" cy="221" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19905<circle cx="442" cy="292" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19906<circle cx="141" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19907<circle cx="403" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19908<circle cx="235" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19909<circle cx="488" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19910<circle cx="314" cy="202" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19911<circle cx="399" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19912<circle cx="259" cy="215" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19913<circle cx="271" cy="102" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19914<circle cx="291" cy="305" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19915<circle cx="277" cy="211" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19916<circle cx="342" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19917<circle cx="419" cy="203" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19918<circle cx="362" cy="191" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19919<circle cx="373" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19920<circle cx="321" cy="213" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19921<circle cx="217" cy="175" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19922<circle cx="267" cy="209" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19923<circle cx="288" cy="186" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19924<circle cx="254" cy="216" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19925<circle cx="348" cy="247" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19926<circle cx="349" cy="200" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19927<circle cx="395" cy="204" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19928<circle cx="336" cy="231" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19929<circle cx="406" cy="169" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19930<circle cx="466" cy="215" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19931<circle cx="313" cy="254" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19932<circle cx="354" cy="261" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19933<circle cx="458" cy="254" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19934<circle cx="469" cy="293" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19935<circle cx="489" cy="317" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19936<circle cx="210" cy="292" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19937<circle cx="320" cy="152" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19938<circle cx="342" cy="321" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19939<circle cx="486" cy="193" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19940<circle cx="432" cy="333" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19941<circle cx="398" cy="172" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19942<circle cx="311" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19943<circle cx="430" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19944<circle cx="459" cy="183" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19945<circle cx="243" cy="235" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19946<circle cx="344" cy="152" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19947<circle cx="485" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19948<circle cx="411" cy="203" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19949<circle cx="326" cy="320" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19950<circle cx="225" cy="209" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19951<circle cx="418" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19952<circle cx="327" cy="263" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19953<circle cx="367" cy="183" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19954<circle cx="356" cy="194" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19955<circle cx="281" cy="213" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19956<circle cx="422" cy="180" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19957<circle cx="304" cy="220" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19958<circle cx="276" cy="186" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19959<circle cx="340" cy="110" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19960<circle cx="388" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19961<circle cx="319" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19962<circle cx="217" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19963<circle cx="307" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19964<circle cx="265" cy="209" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19965<circle cx="285" cy="154" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19966<circle cx="446" cy="210" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19967<circle cx="441" cy="124" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19968<circle cx="320" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19969<circle cx="389" cy="131" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19970<circle cx="295" cy="196" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19971<circle cx="235" cy="253" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19972<circle cx="324" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19973<circle cx="417" cy="317" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19974<circle cx="336" cy="281" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19975<circle cx="476" cy="235" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19976<circle cx="432" cy="140" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19977<circle cx="462" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19978<circle cx="399" cy="193" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19979<circle cx="382" cy="194" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19980<circle cx="292" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19981<circle cx="255" cy="273" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19982<circle cx="319" cy="241" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19983<circle cx="326" cy="233" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19984<circle cx="367" cy="173" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19985<circle cx="306" cy="220" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19986<circle cx="339" cy="293" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19987<circle cx="338" cy="172" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19988<circle cx="268" cy="159" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19989<circle cx="321" cy="235" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19990<circle cx="247" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19991<circle cx="349" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19992<circle cx="266" cy="214" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19993<circle cx="411" cy="191" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19994<circle cx="389" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19995<circle cx="361" cy="106" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19996<circle cx="377" cy="185" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19997<circle cx="311" cy="194" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19998<circle cx="227" cy="239" fill="#00FF00" opacity="1" r="3" stroke="none"/> 19999<circle cx="266" cy="375" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20000<circle cx="267" cy="205" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20001<circle cx="347" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20002<circle cx="364" cy="336" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20003<circle cx="403" cy="247" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20004<circle cx="414" cy="216" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20005<circle cx="169" cy="168" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20006<circle cx="397" cy="170" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20007<circle cx="115" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20008<circle cx="306" cy="196" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20009<circle cx="443" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20010<circle cx="311" cy="205" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20011<circle cx="281" cy="320" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20012<circle cx="511" cy="264" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20013<circle cx="234" cy="181" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20014<circle cx="380" cy="198" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20015<circle cx="363" cy="220" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20016<circle cx="353" cy="218" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20017<circle cx="449" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20018<circle cx="434" cy="208" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20019<circle cx="294" cy="220" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20020<circle cx="389" cy="183" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20021<circle cx="424" cy="252" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20022<circle cx="209" cy="192" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20023<circle cx="397" cy="300" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20024<circle cx="360" cy="218" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20025<circle cx="249" cy="293" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20026<circle cx="325" cy="219" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20027<circle cx="391" cy="321" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20028<circle cx="378" cy="132" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20029<circle cx="541" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20030<circle cx="245" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20031<circle cx="394" cy="223" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20032<circle cx="450" cy="249" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20033<circle cx="383" cy="137" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20034<circle cx="226" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20035<circle cx="361" cy="246" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20036<circle cx="282" cy="300" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20037<circle cx="361" cy="163" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20038<circle cx="286" cy="268" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20039<circle cx="364" cy="176" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20040<circle cx="372" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20041<circle cx="185" cy="174" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20042<circle cx="322" cy="193" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20043<circle cx="292" cy="249" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20044<circle cx="277" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20045<circle cx="388" cy="210" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20046<circle cx="311" cy="271" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20047<circle cx="259" cy="211" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20048<circle cx="392" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20049<circle cx="250" cy="204" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20050<circle cx="296" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20051<circle cx="374" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20052<circle cx="289" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20053<circle cx="297" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20054<circle cx="493" cy="196" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20055<circle cx="318" cy="208" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20056<circle cx="327" cy="162" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20057<circle cx="306" cy="273" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20058<circle cx="398" cy="95" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20059<circle cx="323" cy="222" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20060<circle cx="328" cy="185" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20061<circle cx="277" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20062<circle cx="362" cy="318" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20063<circle cx="222" cy="146" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20064<circle cx="472" cy="186" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20065<circle cx="336" cy="103" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20066<circle cx="296" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20067<circle cx="366" cy="264" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20068<circle cx="309" cy="239" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20069<circle cx="411" cy="167" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20070<circle cx="420" cy="221" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20071<circle cx="302" cy="268" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20072<circle cx="252" cy="283" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20073<circle cx="283" cy="266" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20074<circle cx="391" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20075<circle cx="207" cy="174" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20076<circle cx="230" cy="219" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20077<circle cx="234" cy="225" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20078<circle cx="435" cy="363" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20079<circle cx="494" cy="220" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20080<circle cx="538" cy="205" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20081<circle cx="221" cy="358" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20082<circle cx="226" cy="221" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20083<circle cx="306" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20084<circle cx="385" cy="197" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20085<circle cx="466" cy="246" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20086<circle cx="389" cy="216" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20087<circle cx="405" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20088<circle cx="265" cy="253" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20089<circle cx="209" cy="161" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20090<circle cx="398" cy="293" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20091<circle cx="335" cy="261" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20092<circle cx="424" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20093<circle cx="358" cy="282" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20094<circle cx="428" cy="243" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20095<circle cx="296" cy="140" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20096<circle cx="447" cy="202" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20097<circle cx="375" cy="296" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20098<circle cx="311" cy="101" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20099<circle cx="282" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20100<circle cx="436" cy="167" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20101<circle cx="344" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20102<circle cx="412" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20103<circle cx="357" cy="123" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20104<circle cx="350" cy="198" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20105<circle cx="380" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20106<circle cx="359" cy="262" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20107<circle cx="346" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20108<circle cx="452" cy="161" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20109<circle cx="213" cy="241" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20110<circle cx="377" cy="180" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20111<circle cx="433" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20112<circle cx="256" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20113<circle cx="320" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20114<circle cx="301" cy="193" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20115<circle cx="278" cy="191" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20116<circle cx="343" cy="314" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20117<circle cx="247" cy="190" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20118<circle cx="341" cy="235" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20119<circle cx="303" cy="248" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20120<circle cx="363" cy="248" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20121<circle cx="410" cy="252" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20122<circle cx="195" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20123<circle cx="375" cy="194" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20124<circle cx="431" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20125<circle cx="362" cy="206" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20126<circle cx="234" cy="215" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20127<circle cx="312" cy="195" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20128<circle cx="214" cy="204" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20129<circle cx="305" cy="204" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20130<circle cx="327" cy="290" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20131<circle cx="162" cy="278" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20132<circle cx="460" cy="150" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20133<circle cx="306" cy="308" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20134<circle cx="437" cy="373" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20135<circle cx="461" cy="134" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20136<circle cx="390" cy="261" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20137<circle cx="350" cy="210" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20138<circle cx="426" cy="165" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20139<circle cx="405" cy="188" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20140<circle cx="327" cy="239" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20141<circle cx="255" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20142<circle cx="388" cy="281" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20143<circle cx="301" cy="192" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20144<circle cx="361" cy="266" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20145<circle cx="351" cy="228" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20146<circle cx="355" cy="296" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20147<circle cx="314" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20148<circle cx="375" cy="362" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20149<circle cx="262" cy="190" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20150<circle cx="396" cy="235" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20151<circle cx="418" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20152<circle cx="188" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20153<circle cx="399" cy="290" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20154<circle cx="444" cy="114" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20155<circle cx="458" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20156<circle cx="362" cy="156" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20157<circle cx="223" cy="294" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20158<circle cx="233" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20159<circle cx="369" cy="292" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20160<circle cx="328" cy="247" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20161<circle cx="441" cy="224" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20162<circle cx="215" cy="195" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20163<circle cx="382" cy="235" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20164<circle cx="386" cy="316" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20165<circle cx="458" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20166<circle cx="501" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20167<circle cx="292" cy="200" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20168<circle cx="218" cy="299" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20169<circle cx="374" cy="263" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20170<circle cx="268" cy="164" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20171<circle cx="170" cy="243" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20172<circle cx="363" cy="294" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20173<circle cx="478" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20174<circle cx="377" cy="282" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20175<circle cx="393" cy="303" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20176<circle cx="288" cy="191" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20177<circle cx="244" cy="123" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20178<circle cx="417" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20179<circle cx="395" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20180<circle cx="315" cy="112" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20181<circle cx="356" cy="142" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20182<circle cx="338" cy="218" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20183<circle cx="359" cy="158" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20184<circle cx="440" cy="339" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20185<circle cx="350" cy="87" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20186<circle cx="297" cy="365" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20187<circle cx="304" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20188<circle cx="312" cy="301" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20189<circle cx="203" cy="176" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20190<circle cx="476" cy="191" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20191<circle cx="409" cy="208" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20192<circle cx="328" cy="246" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20193<circle cx="358" cy="192" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20194<circle cx="424" cy="232" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20195<circle cx="541" cy="378" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20196<circle cx="320" cy="348" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20197<circle cx="403" cy="312" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20198<circle cx="300" cy="187" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20199<circle cx="460" cy="233" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20200<circle cx="398" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20201<circle cx="289" cy="247" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20202<circle cx="412" cy="124" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20203<circle cx="378" cy="232" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20204<circle cx="228" cy="198" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20205<circle cx="513" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20206<circle cx="217" cy="148" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20207<circle cx="402" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20208<circle cx="338" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20209<circle cx="315" cy="181" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20210<circle cx="416" cy="174" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20211<circle cx="350" cy="170" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20212<circle cx="249" cy="197" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20213<circle cx="310" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20214<circle cx="129" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20215<circle cx="334" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20216<circle cx="274" cy="268" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20217<circle cx="326" cy="196" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20218<circle cx="347" cy="202" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20219<circle cx="351" cy="287" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20220<circle cx="427" cy="130" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20221<circle cx="359" cy="192" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20222<circle cx="427" cy="292" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20223<circle cx="366" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20224<circle cx="360" cy="170" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20225<circle cx="385" cy="136" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20226<circle cx="365" cy="206" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20227<circle cx="304" cy="223" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20228<circle cx="283" cy="261" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20229<circle cx="294" cy="143" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20230<circle cx="334" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20231<circle cx="179" cy="239" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20232<circle cx="417" cy="98" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20233<circle cx="230" cy="228" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20234<circle cx="297" cy="292" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20235<circle cx="236" cy="282" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20236<circle cx="315" cy="228" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20237<circle cx="443" cy="229" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20238<circle cx="328" cy="229" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20239<circle cx="490" cy="209" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20240<circle cx="390" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20241<circle cx="277" cy="134" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20242<circle cx="534" cy="215" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20243<circle cx="203" cy="163" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20244<circle cx="335" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20245<circle cx="340" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20246<circle cx="247" cy="261" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20247<circle cx="372" cy="158" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20248<circle cx="420" cy="121" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20249<circle cx="384" cy="252" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20250<circle cx="257" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20251<circle cx="397" cy="229" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20252<circle cx="336" cy="208" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20253<circle cx="370" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20254<circle cx="198" cy="228" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20255<circle cx="331" cy="214" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20256<circle cx="421" cy="204" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20257<circle cx="227" cy="268" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20258<circle cx="281" cy="235" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20259<circle cx="166" cy="262" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20260<circle cx="253" cy="177" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20261<circle cx="377" cy="368" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20262<circle cx="404" cy="162" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20263<circle cx="356" cy="238" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20264<circle cx="264" cy="187" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20265<circle cx="403" cy="158" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20266<circle cx="343" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20267<circle cx="311" cy="287" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20268<circle cx="385" cy="216" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20269<circle cx="293" cy="207" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20270<circle cx="302" cy="192" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20271<circle cx="348" cy="160" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20272<circle cx="308" cy="151" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20273<circle cx="216" cy="239" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20274<circle cx="330" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20275<circle cx="263" cy="252" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20276<circle cx="224" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20277<circle cx="397" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20278<circle cx="316" cy="199" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20279<circle cx="440" cy="219" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20280<circle cx="288" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20281<circle cx="233" cy="273" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20282<circle cx="350" cy="314" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20283<circle cx="389" cy="183" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20284<circle cx="359" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20285<circle cx="389" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20286<circle cx="452" cy="289" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20287<circle cx="276" cy="256" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20288<circle cx="339" cy="217" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20289<circle cx="319" cy="199" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20290<circle cx="226" cy="215" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20291<circle cx="434" cy="361" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20292<circle cx="345" cy="165" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20293<circle cx="270" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20294<circle cx="251" cy="157" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20295<circle cx="295" cy="247" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20296<circle cx="221" cy="144" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20297<circle cx="275" cy="174" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20298<circle cx="331" cy="206" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20299<circle cx="377" cy="297" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20300<circle cx="379" cy="219" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20301<circle cx="380" cy="289" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20302<circle cx="223" cy="301" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20303<circle cx="480" cy="332" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20304<circle cx="498" cy="206" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20305<circle cx="344" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20306<circle cx="433" cy="214" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20307<circle cx="478" cy="199" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20308<circle cx="226" cy="381" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20309<circle cx="484" cy="206" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20310<circle cx="359" cy="157" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20311<circle cx="439" cy="235" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20312<circle cx="435" cy="102" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20313<circle cx="263" cy="281" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20314<circle cx="223" cy="210" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20315<circle cx="439" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20316<circle cx="339" cy="209" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20317<circle cx="334" cy="271" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20318<circle cx="268" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20319<circle cx="357" cy="261" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20320<circle cx="287" cy="229" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20321<circle cx="331" cy="233" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20322<circle cx="285" cy="233" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20323<circle cx="419" cy="233" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20324<circle cx="259" cy="154" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20325<circle cx="367" cy="256" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20326<circle cx="423" cy="382" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20327<circle cx="404" cy="266" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20328<circle cx="417" cy="249" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20329<circle cx="285" cy="326" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20330<circle cx="211" cy="271" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20331<circle cx="353" cy="224" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20332<circle cx="317" cy="138" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20333<circle cx="339" cy="207" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20334<circle cx="331" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20335<circle cx="438" cy="197" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20336<circle cx="382" cy="287" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20337<circle cx="383" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20338<circle cx="214" cy="290" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20339<circle cx="396" cy="221" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20340<circle cx="369" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20341<circle cx="357" cy="243" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20342<circle cx="353" cy="254" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20343<circle cx="231" cy="222" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20344<circle cx="323" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20345<circle cx="253" cy="311" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20346<circle cx="438" cy="200" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20347<circle cx="421" cy="193" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20348<circle cx="404" cy="360" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20349<circle cx="319" cy="231" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20350<circle cx="411" cy="195" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20351<circle cx="339" cy="287" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20352<circle cx="471" cy="221" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20353<circle cx="289" cy="316" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20354<circle cx="275" cy="260" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20355<circle cx="373" cy="291" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20356<circle cx="401" cy="233" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20357<circle cx="218" cy="210" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20358<circle cx="295" cy="147" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20359<circle cx="385" cy="213" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20360<circle cx="262" cy="155" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20361<circle cx="365" cy="173" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20362<circle cx="285" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20363<circle cx="256" cy="166" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20364<circle cx="293" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20365<circle cx="275" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20366<circle cx="309" cy="202" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20367<circle cx="316" cy="288" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20368<circle cx="413" cy="290" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20369<circle cx="340" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20370<circle cx="266" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20371<circle cx="402" cy="229" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20372<circle cx="323" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20373<circle cx="337" cy="196" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20374<circle cx="295" cy="170" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20375<circle cx="424" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20376<circle cx="361" cy="174" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20377<circle cx="399" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20378<circle cx="302" cy="232" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20379<circle cx="323" cy="209" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20380<circle cx="388" cy="160" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20381<circle cx="292" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20382<circle cx="373" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20383<circle cx="382" cy="239" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20384<circle cx="351" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20385<circle cx="314" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20386<circle cx="322" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20387<circle cx="441" cy="185" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20388<circle cx="254" cy="161" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20389<circle cx="353" cy="168" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20390<circle cx="274" cy="200" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20391<circle cx="402" cy="235" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20392<circle cx="416" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20393<circle cx="230" cy="209" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20394<circle cx="330" cy="215" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20395<circle cx="373" cy="290" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20396<circle cx="421" cy="224" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20397<circle cx="266" cy="235" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20398<circle cx="402" cy="263" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20399<circle cx="275" cy="180" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20400<circle cx="366" cy="336" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20401<circle cx="357" cy="210" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20402<circle cx="388" cy="209" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20403<circle cx="342" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20404<circle cx="226" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20405<circle cx="397" cy="224" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20406<circle cx="426" cy="193" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20407<circle cx="404" cy="222" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20408<circle cx="368" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20409<circle cx="248" cy="115" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20410<circle cx="356" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20411<circle cx="368" cy="252" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20412<circle cx="260" cy="221" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20413<circle cx="349" cy="213" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20414<circle cx="434" cy="325" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20415<circle cx="282" cy="289" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20416<circle cx="372" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20417<circle cx="300" cy="190" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20418<circle cx="302" cy="169" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20419<circle cx="292" cy="249" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20420<circle cx="274" cy="197" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20421<circle cx="225" cy="260" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20422<circle cx="380" cy="218" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20423<circle cx="223" cy="221" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20424<circle cx="377" cy="220" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20425<circle cx="384" cy="316" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20426<circle cx="379" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20427<circle cx="375" cy="306" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20428<circle cx="273" cy="109" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20429<circle cx="218" cy="186" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20430<circle cx="265" cy="191" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20431<circle cx="308" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20432<circle cx="409" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20433<circle cx="327" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20434<circle cx="284" cy="296" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20435<circle cx="201" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20436<circle cx="359" cy="253" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20437<circle cx="366" cy="320" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20438<circle cx="298" cy="358" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20439<circle cx="411" cy="225" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20440<circle cx="393" cy="180" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20441<circle cx="315" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20442<circle cx="279" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20443<circle cx="264" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20444<circle cx="409" cy="262" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20445<circle cx="396" cy="136" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20446<circle cx="279" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20447<circle cx="291" cy="232" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20448<circle cx="337" cy="211" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20449<rect fill="#FF0000" height="217" opacity="0.3" stroke="none" width="312" x="184" y="123"/> 20450<line opacity="1" stroke="#FF0000" x1="335" x2="345" y1="227" y2="237"/> 20451<line opacity="1" stroke="#FF0000" x1="335" x2="345" y1="237" y2="227"/> 20452</svg></div> 20453</div> 20454 20455</div> 20456 20457</div> 20458</div> 20459 20460</div> 20461<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 20462</div> 20463<div class="inner_cell"> 20464<div class="text_cell_render border-box-sizing rendered_html"> 20465<h3 id="Histogram">Histogram<a class="anchor-link" href="#Histogram">¶</a></h3> 20466</div> 20467</div> 20468</div> 20469<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 20470</div> 20471<div class="inner_cell"> 20472<div class="text_cell_render border-box-sizing rendered_html"> 20473<p>We can also have histograms. For histograms, we can use the predefined histogram series struct to build the histogram easily. The following code demonstrate how to create both histogram for X and Y value of <code>random_points</code>.</p> 20474 20475</div> 20476</div> 20477</div> 20478<div class="cell border-box-sizing code_cell rendered"> 20479<div class="input"> 20480<div class="prompt input_prompt">In [4]:</div> 20481<div class="inner_cell"> 20482 <div class="input_area"> 20483<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">"https://github.com/38/plotters"</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">"evcxr"</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span> 20484 20485<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span> 20486<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span> 20487 20488<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 20489<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">areas</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">split_evenly</span><span class="p">((</span><span class="mi">2</span><span class="p">,</span><span class="mi">1</span><span class="p">));</span><span class="w"></span> 20490<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">charts</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">vec</span><span class="o">!</span><span class="p">[];</span><span class="w"></span> 20491<span class="w"> </span> 20492<span class="w"> </span><span class="c1">// The following code will create a chart context</span> 20493<span class="w"> </span><span class="k">for</span><span class="w"> </span><span class="p">(</span><span class="n">area</span><span class="p">,</span><span class="w"> </span><span class="n">name</span><span class="p">)</span><span class="w"> </span><span class="k">in</span><span class="w"> </span><span class="n">areas</span><span class="p">.</span><span class="n">iter</span><span class="p">().</span><span class="n">zip</span><span class="p">([</span><span class="s">"X"</span><span class="p">,</span><span class="w"> </span><span class="s">"Y"</span><span class="p">].</span><span class="n">into_iter</span><span class="p">())</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 20494<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">chart</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&</span><span class="n">area</span><span class="p">)</span><span class="w"></span> 20495<span class="w"> </span><span class="p">.</span><span class="n">caption</span><span class="p">(</span><span class="n">format</span><span class="o">!</span><span class="p">(</span><span class="s">"Histogram for {}"</span><span class="p">,</span><span class="w"> </span><span class="n">name</span><span class="p">),</span><span class="w"> </span><span class="p">(</span><span class="s">"Arial"</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="w"></span> 20496<span class="w"> </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 20497<span class="w"> </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 20498<span class="w"> </span><span class="p">.</span><span class="n">build_ranged</span><span class="p">(</span><span class="mi">0</span><span class="k">u32</span><span class="p">..</span><span class="mi">100</span><span class="k">u32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f64</span><span class="p">..</span><span class="mf">0.5</span><span class="k">f64</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 20499<span class="w"> </span><span class="n">chart</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">()</span><span class="w"></span> 20500<span class="w"> </span><span class="p">.</span><span class="n">disable_x_mesh</span><span class="p">()</span><span class="w"></span> 20501<span class="w"> </span><span class="p">.</span><span class="n">disable_y_mesh</span><span class="p">()</span><span class="w"></span> 20502<span class="w"> </span><span class="p">.</span><span class="n">y_labels</span><span class="p">(</span><span class="mi">5</span><span class="p">)</span><span class="w"></span> 20503<span class="w"> </span><span class="p">.</span><span class="n">x_label_offset</span><span class="p">(</span><span class="mi">30</span><span class="p">)</span><span class="w"></span> 20504<span class="w"> </span><span class="p">.</span><span class="n">x_label_formatter</span><span class="p">(</span><span class="o">&|</span><span class="n">x</span><span class="o">|</span><span class="w"> </span><span class="n">format</span><span class="o">!</span><span class="p">(</span><span class="s">"{:.1}"</span><span class="p">,</span><span class="w"> </span><span class="o">*</span><span class="n">x</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">f64</span><span class="w"> </span><span class="o">/</span><span class="w"> </span><span class="mf">100.0</span><span class="p">))</span><span class="w"></span> 20505<span class="w"> </span><span class="p">.</span><span class="n">y_label_formatter</span><span class="p">(</span><span class="o">&|</span><span class="n">y</span><span class="o">|</span><span class="w"> </span><span class="n">format</span><span class="o">!</span><span class="p">(</span><span class="s">"{}%"</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="o">*</span><span class="n">y</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="mf">100.0</span><span class="p">)</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">u32</span><span class="p">))</span><span class="w"></span> 20506<span class="w"> </span><span class="p">.</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 20507<span class="w"> </span><span class="n">charts</span><span class="p">.</span><span class="n">push</span><span class="p">(</span><span class="n">chart</span><span class="p">);</span><span class="w"></span> 20508<span class="w"> </span><span class="p">}</span><span class="w"></span> 20509<span class="w"> </span> 20510<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">hist_x</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">Histogram</span>::<span class="n">vertical</span><span class="p">(</span><span class="o">&</span><span class="n">charts</span><span class="p">[</span><span class="mi">0</span><span class="p">])</span><span class="w"></span> 20511<span class="w"> </span><span class="p">.</span><span class="n">style</span><span class="p">(</span><span class="n">Red</span><span class="p">.</span><span class="n">filled</span><span class="p">())</span><span class="w"></span> 20512<span class="w"> </span><span class="p">.</span><span class="n">margin</span><span class="p">(</span><span class="mi">0</span><span class="p">)</span><span class="w"></span> 20513<span class="w"> </span><span class="p">.</span><span class="n">data</span><span class="p">(</span><span class="n">random_points</span><span class="p">.</span><span class="n">iter</span><span class="p">().</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="n">_</span><span class="p">)</span><span class="o">|</span><span class="w"> </span><span class="p">((</span><span class="n">x</span><span class="o">*</span><span class="mf">100.0</span><span class="p">)</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">u32</span><span class="p">,</span><span class="w"> </span><span class="mf">0.01</span><span class="p">)));</span><span class="w"></span> 20514<span class="w"> </span> 20515<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">hist_y</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">Histogram</span>::<span class="n">vertical</span><span class="p">(</span><span class="o">&</span><span class="n">charts</span><span class="p">[</span><span class="mi">0</span><span class="p">])</span><span class="w"></span> 20516<span class="w"> </span><span class="p">.</span><span class="n">style</span><span class="p">(</span><span class="n">Green</span><span class="p">.</span><span class="n">filled</span><span class="p">())</span><span class="w"></span> 20517<span class="w"> </span><span class="p">.</span><span class="n">margin</span><span class="p">(</span><span class="mi">0</span><span class="p">)</span><span class="w"></span> 20518<span class="w"> </span><span class="p">.</span><span class="n">data</span><span class="p">(</span><span class="n">random_points</span><span class="p">.</span><span class="n">iter</span><span class="p">().</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="p">(</span><span class="n">_</span><span class="p">,</span><span class="n">y</span><span class="p">)</span><span class="o">|</span><span class="w"> </span><span class="p">((</span><span class="n">y</span><span class="o">*</span><span class="mf">100.0</span><span class="p">)</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">u32</span><span class="p">,</span><span class="w"> </span><span class="mf">0.01</span><span class="p">)));</span><span class="w"></span> 20519<span class="w"> </span> 20520<span class="w"> </span><span class="n">charts</span><span class="p">[</span><span class="mi">0</span><span class="p">].</span><span class="n">draw_series</span><span class="p">(</span><span class="n">hist_x</span><span class="p">);</span><span class="w"></span> 20521<span class="w"> </span><span class="n">charts</span><span class="p">[</span><span class="mi">1</span><span class="p">].</span><span class="n">draw_series</span><span class="p">(</span><span class="n">hist_y</span><span class="p">);</span><span class="w"></span> 20522<span class="w"> </span> 20523<span class="w"> </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span> 20524<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">"width:60%"</span><span class="p">)</span><span class="w"></span> 20525</pre></div> 20526 20527</div> 20528</div> 20529</div> 20530 20531<div class="output_wrapper"> 20532<div class="output"> 20533 20534 20535<div class="output_area"> 20536 20537<div class="prompt output_prompt">Out[4]:</div> 20538 20539 20540 20541<div class="output_html rendered_html output_subarea output_execute_result"> 20542<div style="width:60%"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg"> 20543<text fill="#000000" font-famliy="Arial" font-size="20" opacity="1" x="259" y="18"> 20544Histogram for X 20545</text> 20546<polyline fill="none" opacity="1" points="40,201 641,201 " stroke="#000000"/> 20547<polyline fill="none" opacity="1" points="40,201 40,206 " stroke="#000000"/> 20548<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="63" y="219"> 205490.0 20550</text> 20551<polyline fill="none" opacity="1" points="100,201 100,206 " stroke="#000000"/> 20552<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="123" y="219"> 205530.1 20554</text> 20555<polyline fill="none" opacity="1" points="160,201 160,206 " stroke="#000000"/> 20556<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="183" y="219"> 205570.2 20558</text> 20559<polyline fill="none" opacity="1" points="220,201 220,206 " stroke="#000000"/> 20560<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="243" y="219"> 205610.3 20562</text> 20563<polyline fill="none" opacity="1" points="280,201 280,206 " stroke="#000000"/> 20564<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="303" y="219"> 205650.4 20566</text> 20567<polyline fill="none" opacity="1" points="340,201 340,206 " stroke="#000000"/> 20568<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="363" y="219"> 205690.5 20570</text> 20571<polyline fill="none" opacity="1" points="400,201 400,206 " stroke="#000000"/> 20572<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="423" y="219"> 205730.6 20574</text> 20575<polyline fill="none" opacity="1" points="460,201 460,206 " stroke="#000000"/> 20576<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="483" y="219"> 205770.7 20578</text> 20579<polyline fill="none" opacity="1" points="520,201 520,206 " stroke="#000000"/> 20580<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="543" y="219"> 205810.8 20582</text> 20583<polyline fill="none" opacity="1" points="580,201 580,206 " stroke="#000000"/> 20584<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="603" y="219"> 205850.9 20586</text> 20587<polyline fill="none" opacity="1" points="40,27 40,201 " stroke="#000000"/> 20588<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="8" y="170"> 2058910% 20590</text> 20591<polyline fill="none" opacity="1" points="35,166 40,166 " stroke="#000000"/> 20592<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="8" y="135"> 2059320% 20594</text> 20595<polyline fill="none" opacity="1" points="35,131 40,131 " stroke="#000000"/> 20596<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="8" y="100"> 2059730% 20598</text> 20599<polyline fill="none" opacity="1" points="35,96 40,96 " stroke="#000000"/> 20600<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="8" y="65"> 2060140% 20602</text> 20603<polyline fill="none" opacity="1" points="35,61 40,61 " stroke="#000000"/> 20604<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="8" y="31"> 2060550% 20606</text> 20607<polyline fill="none" opacity="1" points="35,27 40,27 " stroke="#000000"/> 20608<text fill="#000000" font-famliy="Arial" font-size="20" opacity="1" x="259" y="259"> 20609Histogram for Y 20610</text> 20611<polyline fill="none" opacity="1" points="40,441 641,441 " stroke="#000000"/> 20612<polyline fill="none" opacity="1" points="40,441 40,446 " stroke="#000000"/> 20613<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="63" y="459"> 206140.0 20615</text> 20616<polyline fill="none" opacity="1" points="100,441 100,446 " stroke="#000000"/> 20617<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="123" y="459"> 206180.1 20619</text> 20620<polyline fill="none" opacity="1" points="160,441 160,446 " stroke="#000000"/> 20621<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="183" y="459"> 206220.2 20623</text> 20624<polyline fill="none" opacity="1" points="220,441 220,446 " stroke="#000000"/> 20625<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="243" y="459"> 206260.3 20627</text> 20628<polyline fill="none" opacity="1" points="280,441 280,446 " stroke="#000000"/> 20629<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="303" y="459"> 206300.4 20631</text> 20632<polyline fill="none" opacity="1" points="340,441 340,446 " stroke="#000000"/> 20633<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="363" y="459"> 206340.5 20635</text> 20636<polyline fill="none" opacity="1" points="400,441 400,446 " stroke="#000000"/> 20637<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="423" y="459"> 206380.6 20639</text> 20640<polyline fill="none" opacity="1" points="460,441 460,446 " stroke="#000000"/> 20641<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="483" y="459"> 206420.7 20643</text> 20644<polyline fill="none" opacity="1" points="520,441 520,446 " stroke="#000000"/> 20645<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="543" y="459"> 206460.8 20647</text> 20648<polyline fill="none" opacity="1" points="580,441 580,446 " stroke="#000000"/> 20649<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="603" y="459"> 206500.9 20651</text> 20652<polyline fill="none" opacity="1" points="40,268 40,441 " stroke="#000000"/> 20653<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="8" y="410"> 2065410% 20655</text> 20656<polyline fill="none" opacity="1" points="35,406 40,406 " stroke="#000000"/> 20657<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="8" y="375"> 2065820% 20659</text> 20660<polyline fill="none" opacity="1" points="35,371 40,371 " stroke="#000000"/> 20661<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="8" y="341"> 2066230% 20663</text> 20664<polyline fill="none" opacity="1" points="35,337 40,337 " stroke="#000000"/> 20665<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="8" y="306"> 2066640% 20667</text> 20668<polyline fill="none" opacity="1" points="35,302 40,302 " stroke="#000000"/> 20669<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="8" y="272"> 2067050% 20671</text> 20672<polyline fill="none" opacity="1" points="35,268 40,268 " stroke="#000000"/> 20673<rect fill="#FF0000" height="28" opacity="1" stroke="none" width="6" x="454" y="173"/> 20674<rect fill="#FF0000" height="39" opacity="1" stroke="none" width="6" x="442" y="162"/> 20675<rect fill="#FF0000" height="74" opacity="1" stroke="none" width="6" x="220" y="127"/> 20676<rect fill="#FF0000" height="4" opacity="1" stroke="none" width="6" x="124" y="197"/> 20677<rect fill="#FF0000" height="119" opacity="1" stroke="none" width="6" x="370" y="82"/> 20678<rect fill="#FF0000" height="115" opacity="1" stroke="none" width="6" x="358" y="86"/> 20679<rect fill="#FF0000" height="32" opacity="1" stroke="none" width="6" x="460" y="169"/> 20680<rect fill="#FF0000" height="122" opacity="1" stroke="none" width="6" x="346" y="79"/> 20681<rect fill="#FF0000" height="74" opacity="1" stroke="none" width="6" x="340" y="127"/> 20682<rect fill="#FF0000" height="18" opacity="1" stroke="none" width="6" x="166" y="183"/> 20683<rect fill="#FF0000" height="101" opacity="1" stroke="none" width="6" x="316" y="100"/> 20684<rect fill="#FF0000" height="70" opacity="1" stroke="none" width="6" x="436" y="131"/> 20685<rect fill="#FF0000" height="42" opacity="1" stroke="none" width="6" x="232" y="159"/> 20686<rect fill="#FF0000" height="28" opacity="1" stroke="none" width="6" x="202" y="173"/> 20687<rect fill="#FF0000" height="18" opacity="1" stroke="none" width="6" x="196" y="183"/> 20688<rect fill="#FF0000" height="84" opacity="1" stroke="none" width="6" x="364" y="117"/> 20689<rect fill="#FF0000" height="84" opacity="1" stroke="none" width="6" x="352" y="117"/> 20690<rect fill="#FF0000" height="11" opacity="1" stroke="none" width="6" x="172" y="190"/> 20691<rect fill="#FF0000" height="84" opacity="1" stroke="none" width="6" x="406" y="117"/> 20692<rect fill="#FF0000" height="63" opacity="1" stroke="none" width="6" x="412" y="138"/> 20693<rect fill="#FF0000" height="7" opacity="1" stroke="none" width="6" x="148" y="194"/> 20694<rect fill="#FF0000" height="32" opacity="1" stroke="none" width="6" x="484" y="169"/> 20695<rect fill="#FF0000" height="105" opacity="1" stroke="none" width="6" x="334" y="96"/> 20696<rect fill="#FF0000" height="25" opacity="1" stroke="none" width="6" x="472" y="176"/> 20697<rect fill="#FF0000" height="4" opacity="1" stroke="none" width="6" x="82" y="197"/> 20698<rect fill="#FF0000" height="91" opacity="1" stroke="none" width="6" x="400" y="110"/> 20699<rect fill="#FF0000" height="11" opacity="1" stroke="none" width="6" x="538" y="190"/> 20700<rect fill="#FF0000" height="49" opacity="1" stroke="none" width="6" x="214" y="152"/> 20701<rect fill="#FF0000" height="119" opacity="1" stroke="none" width="6" x="310" y="82"/> 20702<rect fill="#FF0000" height="4" opacity="1" stroke="none" width="6" x="136" y="197"/> 20703<rect fill="#FF0000" height="53" opacity="1" stroke="none" width="6" x="256" y="148"/> 20704<rect fill="#FF0000" height="49" opacity="1" stroke="none" width="6" x="244" y="152"/> 20705<rect fill="#FF0000" height="4" opacity="1" stroke="none" width="6" x="112" y="197"/> 20706<rect fill="#FF0000" height="21" opacity="1" stroke="none" width="6" x="238" y="180"/> 20707<rect fill="#FF0000" height="67" opacity="1" stroke="none" width="6" x="286" y="134"/> 20708<rect fill="#FF0000" height="11" opacity="1" stroke="none" width="6" x="178" y="190"/> 20709<rect fill="#FF0000" height="60" opacity="1" stroke="none" width="6" x="250" y="141"/> 20710<rect fill="#FF0000" height="115" opacity="1" stroke="none" width="6" x="322" y="86"/> 20711<rect fill="#FF0000" height="4" opacity="1" stroke="none" width="6" x="520" y="197"/> 20712<rect fill="#FF0000" height="87" opacity="1" stroke="none" width="6" x="328" y="114"/> 20713<rect fill="#FF0000" height="35" opacity="1" stroke="none" width="6" x="208" y="166"/> 20714<rect fill="#FF0000" height="60" opacity="1" stroke="none" width="6" x="418" y="141"/> 20715<rect fill="#FF0000" height="7" opacity="1" stroke="none" width="6" x="544" y="194"/> 20716<rect fill="#FF0000" height="11" opacity="1" stroke="none" width="6" x="496" y="190"/> 20717<rect fill="#FF0000" height="4" opacity="1" stroke="none" width="6" x="532" y="197"/> 20718<rect fill="#FF0000" height="101" opacity="1" stroke="none" width="6" x="280" y="100"/> 20719<rect fill="#FF0000" height="4" opacity="1" stroke="none" width="6" x="154" y="197"/> 20720<rect fill="#FF0000" height="94" opacity="1" stroke="none" width="6" x="262" y="107"/> 20721<rect fill="#FF0000" height="25" opacity="1" stroke="none" width="6" x="490" y="176"/> 20722<rect fill="#FF0000" height="53" opacity="1" stroke="none" width="6" x="424" y="148"/> 20723<rect fill="#FF0000" height="14" opacity="1" stroke="none" width="6" x="478" y="187"/> 20724<rect fill="#FF0000" height="60" opacity="1" stroke="none" width="6" x="226" y="141"/> 20725<rect fill="#FF0000" height="98" opacity="1" stroke="none" width="6" x="304" y="103"/> 20726<rect fill="#FF0000" height="77" opacity="1" stroke="none" width="6" x="376" y="124"/> 20727<rect fill="#FF0000" height="98" opacity="1" stroke="none" width="6" x="274" y="103"/> 20728<rect fill="#FF0000" height="21" opacity="1" stroke="none" width="6" x="448" y="180"/> 20729<rect fill="#FF0000" height="87" opacity="1" stroke="none" width="6" x="388" y="114"/> 20730<rect fill="#FF0000" height="63" opacity="1" stroke="none" width="6" x="382" y="138"/> 20731<rect fill="#FF0000" height="115" opacity="1" stroke="none" width="6" x="292" y="86"/> 20732<rect fill="#FF0000" height="63" opacity="1" stroke="none" width="6" x="430" y="138"/> 20733<rect fill="#FF0000" height="11" opacity="1" stroke="none" width="6" x="508" y="190"/> 20734<rect fill="#FF0000" height="4" opacity="1" stroke="none" width="6" x="526" y="197"/> 20735<rect fill="#FF0000" height="21" opacity="1" stroke="none" width="6" x="466" y="180"/> 20736<rect fill="#FF0000" height="18" opacity="1" stroke="none" width="6" x="190" y="183"/> 20737<rect fill="#FF0000" height="14" opacity="1" stroke="none" width="6" x="184" y="187"/> 20738<rect fill="#FF0000" height="4" opacity="1" stroke="none" width="6" x="502" y="197"/> 20739<rect fill="#FF0000" height="67" opacity="1" stroke="none" width="6" x="298" y="134"/> 20740<rect fill="#FF0000" height="94" opacity="1" stroke="none" width="6" x="394" y="107"/> 20741<rect fill="#FF0000" height="49" opacity="1" stroke="none" width="6" x="268" y="152"/> 20742<rect fill="#FF0000" height="11" opacity="1" stroke="none" width="6" x="160" y="190"/> 20743<rect fill="#00FF00" height="73" opacity="1" stroke="none" width="6" x="430" y="368"/> 20744<rect fill="#00FF00" height="94" opacity="1" stroke="none" width="6" x="382" y="347"/> 20745<rect fill="#00FF00" height="25" opacity="1" stroke="none" width="6" x="460" y="416"/> 20746<rect fill="#00FF00" height="56" opacity="1" stroke="none" width="6" x="442" y="385"/> 20747<rect fill="#00FF00" height="18" opacity="1" stroke="none" width="6" x="472" y="423"/> 20748<rect fill="#00FF00" height="115" opacity="1" stroke="none" width="6" x="328" y="326"/> 20749<rect fill="#00FF00" height="49" opacity="1" stroke="none" width="6" x="412" y="392"/> 20750<rect fill="#00FF00" height="14" opacity="1" stroke="none" width="6" x="526" y="427"/> 20751<rect fill="#00FF00" height="21" opacity="1" stroke="none" width="6" x="184" y="420"/> 20752<rect fill="#00FF00" height="18" opacity="1" stroke="none" width="6" x="508" y="423"/> 20753<rect fill="#00FF00" height="7" opacity="1" stroke="none" width="6" x="178" y="434"/> 20754<rect fill="#00FF00" height="14" opacity="1" stroke="none" width="6" x="190" y="427"/> 20755<rect fill="#00FF00" height="87" opacity="1" stroke="none" width="6" x="316" y="354"/> 20756<rect fill="#00FF00" height="90" opacity="1" stroke="none" width="6" x="274" y="351"/> 20757<rect fill="#00FF00" height="11" opacity="1" stroke="none" width="6" x="154" y="430"/> 20758<rect fill="#00FF00" height="7" opacity="1" stroke="none" width="6" x="142" y="434"/> 20759<rect fill="#00FF00" height="7" opacity="1" stroke="none" width="6" x="490" y="434"/> 20760<rect fill="#00FF00" height="80" opacity="1" stroke="none" width="6" x="256" y="361"/> 20761<rect fill="#00FF00" height="111" opacity="1" stroke="none" width="6" x="376" y="330"/> 20762<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="6" x="136" y="437"/> 20763<rect fill="#00FF00" height="101" opacity="1" stroke="none" width="6" x="352" y="340"/> 20764<rect fill="#00FF00" height="63" opacity="1" stroke="none" width="6" x="406" y="378"/> 20765<rect fill="#00FF00" height="7" opacity="1" stroke="none" width="6" x="502" y="434"/> 20766<rect fill="#00FF00" height="77" opacity="1" stroke="none" width="6" x="250" y="364"/> 20767<rect fill="#00FF00" height="7" opacity="1" stroke="none" width="6" x="532" y="434"/> 20768<rect fill="#00FF00" height="115" opacity="1" stroke="none" width="6" x="334" y="326"/> 20769<rect fill="#00FF00" height="7" opacity="1" stroke="none" width="6" x="520" y="434"/> 20770<rect fill="#00FF00" height="70" opacity="1" stroke="none" width="6" x="298" y="371"/> 20771<rect fill="#00FF00" height="56" opacity="1" stroke="none" width="6" x="268" y="385"/> 20772<rect fill="#00FF00" height="90" opacity="1" stroke="none" width="6" x="388" y="351"/> 20773<rect fill="#00FF00" height="28" opacity="1" stroke="none" width="6" x="466" y="413"/> 20774<rect fill="#00FF00" height="7" opacity="1" stroke="none" width="6" x="118" y="434"/> 20775<rect fill="#00FF00" height="25" opacity="1" stroke="none" width="6" x="448" y="416"/> 20776<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="6" x="550" y="437"/> 20777<rect fill="#00FF00" height="21" opacity="1" stroke="none" width="6" x="226" y="420"/> 20778<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="6" x="112" y="437"/> 20779<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="6" x="124" y="437"/> 20780<rect fill="#00FF00" height="56" opacity="1" stroke="none" width="6" x="424" y="385"/> 20781<rect fill="#00FF00" height="39" opacity="1" stroke="none" width="6" x="220" y="402"/> 20782<rect fill="#00FF00" height="7" opacity="1" stroke="none" width="6" x="544" y="434"/> 20783<rect fill="#00FF00" height="80" opacity="1" stroke="none" width="6" x="310" y="361"/> 20784<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="6" x="166" y="437"/> 20785<rect fill="#00FF00" height="49" opacity="1" stroke="none" width="6" x="436" y="392"/> 20786<rect fill="#00FF00" height="18" opacity="1" stroke="none" width="6" x="202" y="423"/> 20787<rect fill="#00FF00" height="35" opacity="1" stroke="none" width="6" x="208" y="406"/> 20788<rect fill="#00FF00" height="80" opacity="1" stroke="none" width="6" x="304" y="361"/> 20789<rect fill="#00FF00" height="77" opacity="1" stroke="none" width="6" x="400" y="364"/> 20790<rect fill="#00FF00" height="11" opacity="1" stroke="none" width="6" x="148" y="430"/> 20791<rect fill="#00FF00" height="28" opacity="1" stroke="none" width="6" x="454" y="413"/> 20792<rect fill="#00FF00" height="18" opacity="1" stroke="none" width="6" x="478" y="423"/> 20793<rect fill="#00FF00" height="7" opacity="1" stroke="none" width="6" x="160" y="434"/> 20794<rect fill="#00FF00" height="77" opacity="1" stroke="none" width="6" x="418" y="364"/> 20795<rect fill="#00FF00" height="108" opacity="1" stroke="none" width="6" x="394" y="333"/> 20796<rect fill="#00FF00" height="146" opacity="1" stroke="none" width="6" x="346" y="295"/> 20797<rect fill="#00FF00" height="80" opacity="1" stroke="none" width="6" x="292" y="361"/> 20798<rect fill="#00FF00" height="11" opacity="1" stroke="none" width="6" x="496" y="430"/> 20799<rect fill="#00FF00" height="63" opacity="1" stroke="none" width="6" x="262" y="378"/> 20800<rect fill="#00FF00" height="28" opacity="1" stroke="none" width="6" x="214" y="413"/> 20801<rect fill="#00FF00" height="18" opacity="1" stroke="none" width="6" x="484" y="423"/> 20802<rect fill="#00FF00" height="66" opacity="1" stroke="none" width="6" x="358" y="375"/> 20803<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="6" x="610" y="437"/> 20804<rect fill="#00FF00" height="25" opacity="1" stroke="none" width="6" x="232" y="416"/> 20805<rect fill="#00FF00" height="7" opacity="1" stroke="none" width="6" x="130" y="434"/> 20806<rect fill="#00FF00" height="18" opacity="1" stroke="none" width="6" x="514" y="423"/> 20807<rect fill="#00FF00" height="77" opacity="1" stroke="none" width="6" x="286" y="364"/> 20808<rect fill="#00FF00" height="59" opacity="1" stroke="none" width="6" x="244" y="382"/> 20809<rect fill="#00FF00" height="111" opacity="1" stroke="none" width="6" x="322" y="330"/> 20810<rect fill="#00FF00" height="125" opacity="1" stroke="none" width="6" x="364" y="316"/> 20811<rect fill="#00FF00" height="101" opacity="1" stroke="none" width="6" x="280" y="340"/> 20812<rect fill="#00FF00" height="108" opacity="1" stroke="none" width="6" x="370" y="333"/> 20813<rect fill="#00FF00" height="49" opacity="1" stroke="none" width="6" x="238" y="392"/> 20814<rect fill="#00FF00" height="118" opacity="1" stroke="none" width="6" x="340" y="323"/> 20815</svg></div> 20816</div> 20817 20818</div> 20819 20820</div> 20821</div> 20822 20823</div> 20824<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 20825</div> 20826<div class="inner_cell"> 20827<div class="text_cell_render border-box-sizing rendered_html"> 20828<h3 id="Combination-of-Histogram-and-Scatter">Combination of Histogram and Scatter<a class="anchor-link" href="#Combination-of-Histogram-and-Scatter">¶</a></h3> 20829</div> 20830</div> 20831</div> 20832<div class="cell border-box-sizing code_cell rendered"> 20833<div class="input"> 20834<div class="prompt input_prompt">In [5]:</div> 20835<div class="inner_cell"> 20836 <div class="input_area"> 20837<div class=" highlight hl-Rust"><pre><span></span>:<span class="nc">dep</span><span class="w"> </span><span class="n">plotters</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">"https://github.com/38/plotters"</span><span class="p">,</span><span class="w"> </span><span class="n">default_features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"> </span><span class="n">features</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">[</span><span class="s">"evcxr"</span><span class="p">]</span><span class="w"> </span><span class="p">}</span><span class="w"></span> 20838 20839<span class="k">extern</span><span class="w"> </span><span class="k">crate</span><span class="w"> </span><span class="n">plotters</span><span class="p">;</span><span class="w"></span> 20840<span class="k">use</span><span class="w"> </span><span class="n">plotters</span>::<span class="n">prelude</span>::<span class="o">*</span><span class="p">;</span><span class="w"></span> 20841 20842<span class="n">evcxr_figure</span><span class="p">((</span><span class="mi">640</span><span class="p">,</span><span class="w"> </span><span class="mi">480</span><span class="p">),</span><span class="w"> </span><span class="o">|</span><span class="n">root</span><span class="o">|</span><span class="w"> </span><span class="p">{</span><span class="w"></span> 20843<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">root</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">titled</span><span class="p">(</span><span class="s">"Scatter with Histogram Example"</span><span class="p">,</span><span class="w"> </span><span class="p">(</span><span class="s">"Arial"</span><span class="p">,</span><span class="w"> </span><span class="mi">20</span><span class="p">).</span><span class="n">into_font</span><span class="p">())</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 20844<span class="w"> </span> 20845<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">areas</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">root</span><span class="p">.</span><span class="n">split_by_breakpoints</span><span class="p">([</span><span class="mi">560</span><span class="p">],</span><span class="w"> </span><span class="p">[</span><span class="mi">80</span><span class="p">]);</span><span class="w"></span> 20846 20847<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">x_hist_ctx</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&</span><span class="n">areas</span><span class="p">[</span><span class="mi">0</span><span class="p">])</span><span class="w"></span> 20848<span class="w"> </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 20849<span class="w"> </span><span class="p">.</span><span class="n">build_ranged</span><span class="p">(</span><span class="mi">0</span><span class="k">u32</span><span class="p">..</span><span class="mi">100</span><span class="k">u32</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f64</span><span class="p">..</span><span class="mf">0.5</span><span class="k">f64</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 20850<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">y_hist_ctx</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&</span><span class="n">areas</span><span class="p">[</span><span class="mi">3</span><span class="p">])</span><span class="w"></span> 20851<span class="w"> </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 20852<span class="w"> </span><span class="p">.</span><span class="n">build_ranged</span><span class="p">(</span><span class="mi">0</span><span class="k">f64</span><span class="p">..</span><span class="mf">0.5</span><span class="k">f64</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="p">..</span><span class="mi">100</span><span class="k">u32</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 20853<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="k">mut</span><span class="w"> </span><span class="n">scatter_ctx</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">ChartBuilder</span>::<span class="n">on</span><span class="p">(</span><span class="o">&</span><span class="n">areas</span><span class="p">[</span><span class="mi">2</span><span class="p">])</span><span class="w"></span> 20854<span class="w"> </span><span class="p">.</span><span class="n">x_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 20855<span class="w"> </span><span class="p">.</span><span class="n">y_label_area_size</span><span class="p">(</span><span class="mi">40</span><span class="p">)</span><span class="w"></span> 20856<span class="w"> </span><span class="p">.</span><span class="n">build_ranged</span><span class="p">(</span><span class="mi">0</span><span class="k">f64</span><span class="p">..</span><span class="mi">1</span><span class="k">f64</span><span class="p">,</span><span class="w"> </span><span class="mi">0</span><span class="k">f64</span><span class="p">..</span><span class="mi">1</span><span class="k">f64</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 20857<span class="w"> </span><span class="n">scatter_ctx</span><span class="p">.</span><span class="n">configure_mesh</span><span class="p">()</span><span class="w"></span> 20858<span class="w"> </span><span class="p">.</span><span class="n">disable_x_mesh</span><span class="p">()</span><span class="w"></span> 20859<span class="w"> </span><span class="p">.</span><span class="n">disable_y_mesh</span><span class="p">()</span><span class="w"></span> 20860<span class="w"> </span><span class="p">.</span><span class="n">draw</span><span class="p">()</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 20861<span class="w"> </span><span class="n">scatter_ctx</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">random_points</span><span class="p">.</span><span class="n">iter</span><span class="p">().</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="n">y</span><span class="p">)</span><span class="o">|</span><span class="w"> </span><span class="n">Circle</span>::<span class="n">new</span><span class="p">((</span><span class="o">*</span><span class="n">x</span><span class="p">,</span><span class="o">*</span><span class="n">y</span><span class="p">),</span><span class="w"> </span><span class="mi">3</span><span class="p">,</span><span class="w"> </span><span class="n">Green</span><span class="p">.</span><span class="n">filled</span><span class="p">())))</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 20862<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">x_hist</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">Histogram</span>::<span class="n">vertical</span><span class="p">(</span><span class="o">&</span><span class="n">x_hist_ctx</span><span class="p">)</span><span class="w"></span> 20863<span class="w"> </span><span class="p">.</span><span class="n">style</span><span class="p">(</span><span class="n">Green</span><span class="p">.</span><span class="n">filled</span><span class="p">())</span><span class="w"></span> 20864<span class="w"> </span><span class="p">.</span><span class="n">margin</span><span class="p">(</span><span class="mi">0</span><span class="p">)</span><span class="w"></span> 20865<span class="w"> </span><span class="p">.</span><span class="n">data</span><span class="p">(</span><span class="n">random_points</span><span class="p">.</span><span class="n">iter</span><span class="p">().</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="p">(</span><span class="n">x</span><span class="p">,</span><span class="n">_</span><span class="p">)</span><span class="o">|</span><span class="w"> </span><span class="p">((</span><span class="n">x</span><span class="o">*</span><span class="mf">100.0</span><span class="p">)</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">u32</span><span class="p">,</span><span class="w"> </span><span class="mf">0.01</span><span class="p">)));</span><span class="w"></span> 20866<span class="w"> </span><span class="kd">let</span><span class="w"> </span><span class="n">y_hist</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">Histogram</span>::<span class="n">horizental</span><span class="p">(</span><span class="o">&</span><span class="n">y_hist_ctx</span><span class="p">)</span><span class="w"></span> 20867<span class="w"> </span><span class="p">.</span><span class="n">style</span><span class="p">(</span><span class="n">Green</span><span class="p">.</span><span class="n">filled</span><span class="p">())</span><span class="w"></span> 20868<span class="w"> </span><span class="p">.</span><span class="n">margin</span><span class="p">(</span><span class="mi">0</span><span class="p">)</span><span class="w"></span> 20869<span class="w"> </span><span class="p">.</span><span class="n">data</span><span class="p">(</span><span class="n">random_points</span><span class="p">.</span><span class="n">iter</span><span class="p">().</span><span class="n">map</span><span class="p">(</span><span class="o">|</span><span class="p">(</span><span class="n">_</span><span class="p">,</span><span class="n">y</span><span class="p">)</span><span class="o">|</span><span class="w"> </span><span class="p">((</span><span class="n">y</span><span class="o">*</span><span class="mf">100.0</span><span class="p">)</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="kt">u32</span><span class="p">,</span><span class="w"> </span><span class="mf">0.01</span><span class="p">)));</span><span class="w"></span> 20870<span class="w"> </span><span class="n">x_hist_ctx</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">x_hist</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 20871<span class="w"> </span><span class="n">y_hist_ctx</span><span class="p">.</span><span class="n">draw_series</span><span class="p">(</span><span class="n">y_hist</span><span class="p">)</span><span class="o">?</span><span class="p">;</span><span class="w"></span> 20872<span class="w"> </span> 20873<span class="w"> </span><span class="nb">Ok</span><span class="p">(())</span><span class="w"></span> 20874<span class="p">}).</span><span class="n">style</span><span class="p">(</span><span class="s">"width:60%"</span><span class="p">)</span><span class="w"></span> 20875</pre></div> 20876 20877</div> 20878</div> 20879</div> 20880 20881<div class="output_wrapper"> 20882<div class="output"> 20883 20884 20885<div class="output_area"> 20886 20887<div class="prompt output_prompt">Out[5]:</div> 20888 20889 20890 20891<div class="output_html rendered_html output_subarea output_execute_result"> 20892<div style="width:60%"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg"> 20893<text fill="#000000" font-famliy="Arial" font-size="20" opacity="1" x="193" y="18"> 20894Scatter with Histogram Example 20895</text> 20896<polyline fill="none" opacity="1" points="40,440 560,440 " stroke="#000000"/> 20897<polyline fill="none" opacity="1" points="92,440 92,445 " stroke="#000000"/> 20898<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="85" y="458"> 208990.1 20900</text> 20901<polyline fill="none" opacity="1" points="144,440 144,445 " stroke="#000000"/> 20902<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="137" y="458"> 209030.2 20904</text> 20905<polyline fill="none" opacity="1" points="196,440 196,445 " stroke="#000000"/> 20906<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="189" y="458"> 209070.3 20908</text> 20909<polyline fill="none" opacity="1" points="248,440 248,445 " stroke="#000000"/> 20910<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="241" y="458"> 209110.4 20912</text> 20913<polyline fill="none" opacity="1" points="300,440 300,445 " stroke="#000000"/> 20914<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="293" y="458"> 209150.5 20916</text> 20917<polyline fill="none" opacity="1" points="352,440 352,445 " stroke="#000000"/> 20918<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="345" y="458"> 209190.6 20920</text> 20921<polyline fill="none" opacity="1" points="404,440 404,445 " stroke="#000000"/> 20922<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="397" y="458"> 209230.7 20924</text> 20925<polyline fill="none" opacity="1" points="456,440 456,445 " stroke="#000000"/> 20926<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="449" y="458"> 209270.8 20928</text> 20929<polyline fill="none" opacity="1" points="508,440 508,445 " stroke="#000000"/> 20930<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="501" y="458"> 209310.9 20932</text> 20933<polyline fill="none" opacity="1" points="40,107 40,440 " stroke="#000000"/> 20934<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="410"> 209350.1 20936</text> 20937<polyline fill="none" opacity="1" points="35,406 40,406 " stroke="#000000"/> 20938<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="377"> 209390.2 20940</text> 20941<polyline fill="none" opacity="1" points="35,373 40,373 " stroke="#000000"/> 20942<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="344"> 209430.3 20944</text> 20945<polyline fill="none" opacity="1" points="35,340 40,340 " stroke="#000000"/> 20946<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="310"> 209470.4 20948</text> 20949<polyline fill="none" opacity="1" points="35,306 40,306 " stroke="#000000"/> 20950<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="277"> 209510.5 20952</text> 20953<polyline fill="none" opacity="1" points="35,273 40,273 " stroke="#000000"/> 20954<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="244"> 209550.6 20956</text> 20957<polyline fill="none" opacity="1" points="35,240 40,240 " stroke="#000000"/> 20958<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="210"> 209590.7 20960</text> 20961<polyline fill="none" opacity="1" points="35,206 40,206 " stroke="#000000"/> 20962<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="177"> 209630.8 20964</text> 20965<polyline fill="none" opacity="1" points="35,173 40,173 " stroke="#000000"/> 20966<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="144"> 209670.9 20968</text> 20969<polyline fill="none" opacity="1" points="35,140 40,140 " stroke="#000000"/> 20970<text fill="#000000" font-famliy="Arial" font-size="12" opacity="1" x="15" y="111"> 209711.0 20972</text> 20973<polyline fill="none" opacity="1" points="35,107 40,107 " stroke="#000000"/> 20974<circle cx="386" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20975<circle cx="215" cy="260" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20976<circle cx="198" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20977<circle cx="357" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20978<circle cx="297" cy="345" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20979<circle cx="306" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20980<circle cx="356" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20981<circle cx="290" cy="231" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20982<circle cx="305" cy="193" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20983<circle cx="343" cy="337" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20984<circle cx="335" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20985<circle cx="212" cy="247" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20986<circle cx="377" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20987<circle cx="247" cy="305" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20988<circle cx="242" cy="311" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20989<circle cx="292" cy="315" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20990<circle cx="320" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20991<circle cx="380" cy="315" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20992<circle cx="386" cy="256" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20993<circle cx="297" cy="285" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20994<circle cx="310" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20995<circle cx="274" cy="229" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20996<circle cx="244" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20997<circle cx="312" cy="205" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20998<circle cx="386" cy="154" fill="#00FF00" opacity="1" r="3" stroke="none"/> 20999<circle cx="310" cy="218" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21000<circle cx="249" cy="329" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21001<circle cx="193" cy="333" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21002<circle cx="389" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21003<circle cx="330" cy="181" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21004<circle cx="316" cy="241" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21005<circle cx="364" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21006<circle cx="254" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21007<circle cx="289" cy="256" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21008<circle cx="226" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21009<circle cx="326" cy="268" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21010<circle cx="290" cy="326" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21011<circle cx="188" cy="243" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21012<circle cx="309" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21013<circle cx="78" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21014<circle cx="137" cy="253" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21015<circle cx="265" cy="214" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21016<circle cx="291" cy="256" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21017<circle cx="357" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21018<circle cx="224" cy="297" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21019<circle cx="228" cy="259" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21020<circle cx="305" cy="296" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21021<circle cx="174" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21022<circle cx="284" cy="220" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21023<circle cx="394" cy="306" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21024<circle cx="313" cy="384" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21025<circle cx="399" cy="303" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21026<circle cx="341" cy="168" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21027<circle cx="334" cy="222" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21028<circle cx="286" cy="282" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21029<circle cx="304" cy="243" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21030<circle cx="203" cy="249" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21031<circle cx="247" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21032<circle cx="178" cy="323" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21033<circle cx="330" cy="206" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21034<circle cx="478" cy="180" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21035<circle cx="282" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21036<circle cx="344" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21037<circle cx="349" cy="340" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21038<circle cx="210" cy="303" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21039<circle cx="151" cy="246" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21040<circle cx="253" cy="200" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21041<circle cx="246" cy="174" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21042<circle cx="259" cy="359" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21043<circle cx="241" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21044<circle cx="321" cy="311" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21045<circle cx="291" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21046<circle cx="411" cy="218" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21047<circle cx="289" cy="319" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21048<circle cx="226" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21049<circle cx="221" cy="261" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21050<circle cx="213" cy="317" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21051<circle cx="317" cy="323" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21052<circle cx="234" cy="318" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21053<circle cx="241" cy="204" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21054<circle cx="308" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21055<circle cx="319" cy="178" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21056<circle cx="462" cy="289" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21057<circle cx="428" cy="214" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21058<circle cx="324" cy="294" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21059<circle cx="368" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21060<circle cx="235" cy="342" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21061<circle cx="369" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21062<circle cx="340" cy="219" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21063<circle cx="359" cy="220" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21064<circle cx="385" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21065<circle cx="353" cy="256" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21066<circle cx="373" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21067<circle cx="334" cy="347" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21068<circle cx="276" cy="316" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21069<circle cx="309" cy="337" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21070<circle cx="368" cy="349" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21071<circle cx="310" cy="252" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21072<circle cx="286" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21073<circle cx="378" cy="232" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21074<circle cx="348" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21075<circle cx="312" cy="219" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21076<circle cx="279" cy="288" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21077<circle cx="158" cy="282" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21078<circle cx="363" cy="328" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21079<circle cx="159" cy="281" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21080<circle cx="227" cy="233" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21081<circle cx="252" cy="319" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21082<circle cx="258" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21083<circle cx="380" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21084<circle cx="292" cy="264" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21085<circle cx="415" cy="322" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21086<circle cx="249" cy="213" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21087<circle cx="218" cy="225" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21088<circle cx="323" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21089<circle cx="272" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21090<circle cx="378" cy="259" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21091<circle cx="182" cy="329" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21092<circle cx="326" cy="346" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21093<circle cx="190" cy="159" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21094<circle cx="249" cy="322" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21095<circle cx="427" cy="323" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21096<circle cx="288" cy="252" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21097<circle cx="200" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21098<circle cx="261" cy="294" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21099<circle cx="354" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21100<circle cx="261" cy="300" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21101<circle cx="414" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21102<circle cx="402" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21103<circle cx="367" cy="285" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21104<circle cx="183" cy="278" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21105<circle cx="184" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21106<circle cx="289" cy="334" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21107<circle cx="360" cy="291" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21108<circle cx="225" cy="229" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21109<circle cx="366" cy="323" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21110<circle cx="166" cy="253" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21111<circle cx="237" cy="345" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21112<circle cx="274" cy="319" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21113<circle cx="344" cy="221" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21114<circle cx="364" cy="324" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21115<circle cx="275" cy="215" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21116<circle cx="283" cy="229" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21117<circle cx="286" cy="315" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21118<circle cx="313" cy="309" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21119<circle cx="270" cy="228" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21120<circle cx="355" cy="223" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21121<circle cx="260" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21122<circle cx="172" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21123<circle cx="226" cy="299" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21124<circle cx="268" cy="281" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21125<circle cx="429" cy="222" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21126<circle cx="250" cy="332" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21127<circle cx="229" cy="346" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21128<circle cx="349" cy="268" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21129<circle cx="343" cy="289" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21130<circle cx="329" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21131<circle cx="314" cy="120" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21132<circle cx="291" cy="357" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21133<circle cx="287" cy="335" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21134<circle cx="282" cy="291" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21135<circle cx="432" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21136<circle cx="289" cy="306" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21137<circle cx="329" cy="268" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21138<circle cx="301" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21139<circle cx="250" cy="306" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21140<circle cx="336" cy="198" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21141<circle cx="355" cy="297" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21142<circle cx="235" cy="225" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21143<circle cx="307" cy="260" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21144<circle cx="173" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21145<circle cx="256" cy="307" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21146<circle cx="143" cy="315" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21147<circle cx="172" cy="306" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21148<circle cx="286" cy="306" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21149<circle cx="265" cy="308" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21150<circle cx="309" cy="333" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21151<circle cx="251" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21152<circle cx="298" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21153<circle cx="287" cy="331" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21154<circle cx="279" cy="293" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21155<circle cx="277" cy="283" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21156<circle cx="195" cy="224" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21157<circle cx="329" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21158<circle cx="381" cy="220" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21159<circle cx="306" cy="337" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21160<circle cx="304" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21161<circle cx="240" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21162<circle cx="156" cy="282" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21163<circle cx="433" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21164<circle cx="279" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21165<circle cx="294" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21166<circle cx="282" cy="194" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21167<circle cx="229" cy="360" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21168<circle cx="344" cy="208" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21169<circle cx="310" cy="219" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21170<circle cx="274" cy="246" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21171<circle cx="176" cy="370" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21172<circle cx="277" cy="283" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21173<circle cx="299" cy="309" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21174<circle cx="238" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21175<circle cx="392" cy="312" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21176<circle cx="356" cy="209" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21177<circle cx="362" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21178<circle cx="200" cy="304" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21179<circle cx="426" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21180<circle cx="374" cy="202" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21181<circle cx="359" cy="232" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21182<circle cx="199" cy="355" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21183<circle cx="367" cy="283" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21184<circle cx="361" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21185<circle cx="160" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21186<circle cx="210" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21187<circle cx="189" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21188<circle cx="322" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21189<circle cx="375" cy="239" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21190<circle cx="433" cy="295" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21191<circle cx="240" cy="300" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21192<circle cx="380" cy="308" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21193<circle cx="278" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21194<circle cx="251" cy="329" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21195<circle cx="145" cy="279" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21196<circle cx="443" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21197<circle cx="283" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21198<circle cx="360" cy="254" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21199<circle cx="199" cy="177" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21200<circle cx="236" cy="249" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21201<circle cx="199" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21202<circle cx="134" cy="228" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21203<circle cx="247" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21204<circle cx="423" cy="398" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21205<circle cx="261" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21206<circle cx="324" cy="228" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21207<circle cx="282" cy="316" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21208<circle cx="203" cy="289" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21209<circle cx="330" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21210<circle cx="251" cy="325" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21211<circle cx="317" cy="310" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21212<circle cx="276" cy="241" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21213<circle cx="247" cy="253" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21214<circle cx="236" cy="345" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21215<circle cx="398" cy="320" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21216<circle cx="326" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21217<circle cx="235" cy="308" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21218<circle cx="406" cy="311" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21219<circle cx="324" cy="266" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21220<circle cx="419" cy="263" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21221<circle cx="335" cy="283" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21222<circle cx="318" cy="239" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21223<circle cx="152" cy="296" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21224<circle cx="252" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21225<circle cx="359" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21226<circle cx="401" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21227<circle cx="245" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21228<circle cx="353" cy="325" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21229<circle cx="456" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21230<circle cx="330" cy="253" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21231<circle cx="235" cy="254" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21232<circle cx="433" cy="296" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21233<circle cx="251" cy="200" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21234<circle cx="238" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21235<circle cx="252" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21236<circle cx="333" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21237<circle cx="302" cy="220" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21238<circle cx="303" cy="235" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21239<circle cx="225" cy="312" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21240<circle cx="348" cy="316" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21241<circle cx="279" cy="318" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21242<circle cx="449" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21243<circle cx="295" cy="203" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21244<circle cx="197" cy="252" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21245<circle cx="358" cy="328" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21246<circle cx="268" cy="248" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21247<circle cx="350" cy="229" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21248<circle cx="235" cy="273" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21249<circle cx="327" cy="246" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21250<circle cx="328" cy="285" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21251<circle cx="257" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21252<circle cx="356" cy="190" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21253<circle cx="270" cy="259" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21254<circle cx="273" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21255<circle cx="320" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21256<circle cx="248" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21257<circle cx="255" cy="225" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21258<circle cx="262" cy="193" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21259<circle cx="269" cy="283" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21260<circle cx="262" cy="313" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21261<circle cx="293" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21262<circle cx="404" cy="268" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21263<circle cx="217" cy="271" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21264<circle cx="218" cy="295" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21265<circle cx="204" cy="306" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21266<circle cx="195" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21267<circle cx="229" cy="305" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21268<circle cx="199" cy="358" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21269<circle cx="326" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21270<circle cx="259" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21271<circle cx="435" cy="300" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21272<circle cx="230" cy="195" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21273<circle cx="331" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21274<circle cx="389" cy="222" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21275<circle cx="327" cy="339" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21276<circle cx="281" cy="307" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21277<circle cx="333" cy="310" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21278<circle cx="274" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21279<circle cx="198" cy="300" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21280<circle cx="319" cy="287" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21281<circle cx="220" cy="223" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21282<circle cx="368" cy="233" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21283<circle cx="208" cy="309" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21284<circle cx="268" cy="238" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21285<circle cx="288" cy="308" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21286<circle cx="279" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21287<circle cx="378" cy="290" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21288<circle cx="277" cy="214" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21289<circle cx="362" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21290<circle cx="240" cy="325" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21291<circle cx="297" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21292<circle cx="226" cy="305" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21293<circle cx="336" cy="249" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21294<circle cx="286" cy="362" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21295<circle cx="320" cy="249" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21296<circle cx="298" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21297<circle cx="358" cy="303" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21298<circle cx="247" cy="235" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21299<circle cx="327" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21300<circle cx="307" cy="247" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21301<circle cx="306" cy="219" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21302<circle cx="404" cy="266" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21303<circle cx="182" cy="312" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21304<circle cx="305" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21305<circle cx="273" cy="370" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21306<circle cx="214" cy="214" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21307<circle cx="326" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21308<circle cx="249" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21309<circle cx="305" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21310<circle cx="302" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21311<circle cx="282" cy="313" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21312<circle cx="222" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21313<circle cx="206" cy="312" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21314<circle cx="189" cy="321" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21315<circle cx="264" cy="288" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21316<circle cx="262" cy="336" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21317<circle cx="146" cy="229" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21318<circle cx="349" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21319<circle cx="329" cy="254" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21320<circle cx="311" cy="301" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21321<circle cx="243" cy="308" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21322<circle cx="288" cy="308" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21323<circle cx="308" cy="297" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21324<circle cx="263" cy="248" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21325<circle cx="393" cy="223" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21326<circle cx="405" cy="271" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21327<circle cx="414" cy="235" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21328<circle cx="231" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21329<circle cx="312" cy="215" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21330<circle cx="271" cy="291" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21331<circle cx="305" cy="304" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21332<circle cx="360" cy="333" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21333<circle cx="189" cy="282" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21334<circle cx="163" cy="292" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21335<circle cx="260" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21336<circle cx="285" cy="287" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21337<circle cx="228" cy="297" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21338<circle cx="408" cy="290" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21339<circle cx="275" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21340<circle cx="204" cy="271" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21341<circle cx="283" cy="259" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21342<circle cx="309" cy="231" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21343<circle cx="182" cy="302" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21344<circle cx="383" cy="215" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21345<circle cx="264" cy="222" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21346<circle cx="301" cy="260" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21347<circle cx="352" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21348<circle cx="291" cy="304" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21349<circle cx="329" cy="295" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21350<circle cx="383" cy="262" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21351<circle cx="385" cy="346" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21352<circle cx="362" cy="252" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21353<circle cx="271" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21354<circle cx="384" cy="295" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21355<circle cx="263" cy="313" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21356<circle cx="260" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21357<circle cx="190" cy="317" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21358<circle cx="210" cy="300" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21359<circle cx="340" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21360<circle cx="351" cy="266" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21361<circle cx="274" cy="300" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21362<circle cx="243" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21363<circle cx="290" cy="266" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21364<circle cx="198" cy="290" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21365<circle cx="317" cy="222" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21366<circle cx="342" cy="339" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21367<circle cx="374" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21368<circle cx="165" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21369<circle cx="309" cy="231" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21370<circle cx="295" cy="307" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21371<circle cx="294" cy="355" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21372<circle cx="362" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21373<circle cx="317" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21374<circle cx="276" cy="239" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21375<circle cx="237" cy="338" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21376<circle cx="274" cy="324" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21377<circle cx="279" cy="326" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21378<circle cx="355" cy="264" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21379<circle cx="296" cy="305" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21380<circle cx="350" cy="295" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21381<circle cx="342" cy="337" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21382<circle cx="360" cy="246" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21383<circle cx="178" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21384<circle cx="272" cy="333" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21385<circle cx="320" cy="322" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21386<circle cx="296" cy="221" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21387<circle cx="234" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21388<circle cx="325" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21389<circle cx="273" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21390<circle cx="215" cy="248" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21391<circle cx="273" cy="248" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21392<circle cx="286" cy="291" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21393<circle cx="415" cy="307" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21394<circle cx="290" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21395<circle cx="263" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21396<circle cx="339" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21397<circle cx="246" cy="293" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21398<circle cx="366" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21399<circle cx="327" cy="175" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21400<circle cx="399" cy="238" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21401<circle cx="258" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21402<circle cx="264" cy="176" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21403<circle cx="221" cy="207" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21404<circle cx="272" cy="225" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21405<circle cx="294" cy="233" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21406<circle cx="246" cy="249" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21407<circle cx="292" cy="273" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21408<circle cx="332" cy="291" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21409<circle cx="277" cy="315" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21410<circle cx="200" cy="307" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21411<circle cx="312" cy="325" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21412<circle cx="477" cy="256" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21413<circle cx="237" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21414<circle cx="377" cy="268" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21415<circle cx="283" cy="278" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21416<circle cx="389" cy="283" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21417<circle cx="323" cy="256" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21418<circle cx="248" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21419<circle cx="355" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21420<circle cx="286" cy="207" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21421<circle cx="259" cy="290" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21422<circle cx="360" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21423<circle cx="313" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21424<circle cx="260" cy="231" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21425<circle cx="248" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21426<circle cx="384" cy="216" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21427<circle cx="273" cy="294" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21428<circle cx="257" cy="252" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21429<circle cx="254" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21430<circle cx="389" cy="321" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21431<circle cx="127" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21432<circle cx="354" cy="288" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21433<circle cx="209" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21434<circle cx="428" cy="283" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21435<circle cx="277" cy="249" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21436<circle cx="351" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21437<circle cx="230" cy="260" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21438<circle cx="240" cy="170" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21439<circle cx="258" cy="332" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21440<circle cx="246" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21441<circle cx="301" cy="308" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21442<circle cx="369" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21443<circle cx="319" cy="241" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21444<circle cx="328" cy="300" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21445<circle cx="284" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21446<circle cx="193" cy="228" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21447<circle cx="236" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21448<circle cx="255" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21449<circle cx="225" cy="261" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21450<circle cx="307" cy="285" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21451<circle cx="308" cy="248" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21452<circle cx="348" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21453<circle cx="296" cy="273" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21454<circle cx="357" cy="223" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21455<circle cx="409" cy="260" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21456<circle cx="277" cy="291" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21457<circle cx="312" cy="297" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21458<circle cx="403" cy="291" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21459<circle cx="412" cy="322" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21460<circle cx="429" cy="342" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21461<circle cx="187" cy="321" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21462<circle cx="282" cy="209" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21463<circle cx="302" cy="344" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21464<circle cx="426" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21465<circle cx="380" cy="354" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21466<circle cx="350" cy="225" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21467<circle cx="275" cy="326" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21468<circle cx="378" cy="304" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21469<circle cx="403" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21470<circle cx="216" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21471<circle cx="304" cy="209" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21472<circle cx="425" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21473<circle cx="361" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21474<circle cx="288" cy="344" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21475<circle cx="200" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21476<circle cx="368" cy="315" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21477<circle cx="288" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21478<circle cx="323" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21479<circle cx="313" cy="243" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21480<circle cx="249" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21481<circle cx="371" cy="232" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21482<circle cx="269" cy="264" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21483<circle cx="245" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21484<circle cx="300" cy="175" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21485<circle cx="341" cy="307" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21486<circle cx="282" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21487<circle cx="193" cy="302" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21488<circle cx="272" cy="326" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21489<circle cx="235" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21490<circle cx="252" cy="211" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21491<circle cx="392" cy="256" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21492<circle cx="387" cy="187" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21493<circle cx="282" cy="283" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21494<circle cx="343" cy="192" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21495<circle cx="261" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21496<circle cx="209" cy="290" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21497<circle cx="286" cy="316" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21498<circle cx="366" cy="341" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21499<circle cx="296" cy="313" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21500<circle cx="418" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21501<circle cx="379" cy="200" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21502<circle cx="406" cy="281" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21503<circle cx="351" cy="243" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21504<circle cx="337" cy="243" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21505<circle cx="258" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21506<circle cx="227" cy="306" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21507<circle cx="282" cy="281" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21508<circle cx="288" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21509<circle cx="324" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21510<circle cx="271" cy="264" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21511<circle cx="299" cy="323" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21512<circle cx="298" cy="225" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21513<circle cx="238" cy="215" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21514<circle cx="284" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21515<circle cx="220" cy="303" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21516<circle cx="308" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21517<circle cx="236" cy="259" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21518<circle cx="361" cy="241" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21519<circle cx="342" cy="294" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21520<circle cx="318" cy="172" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21521<circle cx="332" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21522<circle cx="274" cy="243" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21523<circle cx="202" cy="279" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21524<circle cx="236" cy="388" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21525<circle cx="237" cy="252" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21526<circle cx="306" cy="278" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21527<circle cx="320" cy="357" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21528<circle cx="354" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21529<circle cx="364" cy="261" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21530<circle cx="152" cy="222" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21531<circle cx="350" cy="223" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21532<circle cx="105" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21533<circle cx="270" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21534<circle cx="389" cy="304" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21535<circle cx="275" cy="252" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21536<circle cx="248" cy="344" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21537<circle cx="448" cy="299" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21538<circle cx="208" cy="232" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21539<circle cx="335" cy="246" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21540<circle cx="320" cy="263" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21541<circle cx="312" cy="263" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21542<circle cx="395" cy="303" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21543<circle cx="381" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21544<circle cx="260" cy="264" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21545<circle cx="342" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21546<circle cx="373" cy="289" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21547<circle cx="186" cy="241" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21548<circle cx="349" cy="328" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21549<circle cx="317" cy="262" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21550<circle cx="221" cy="323" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21551<circle cx="287" cy="263" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21552<circle cx="344" cy="345" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21553<circle cx="333" cy="193" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21554<circle cx="474" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21555<circle cx="217" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21556<circle cx="347" cy="266" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21557<circle cx="395" cy="287" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21558<circle cx="337" cy="198" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21559<circle cx="201" cy="307" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21560<circle cx="318" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21561<circle cx="250" cy="328" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21562<circle cx="318" cy="218" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21563<circle cx="253" cy="302" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21564<circle cx="321" cy="229" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21565<circle cx="328" cy="288" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21566<circle cx="165" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21567<circle cx="284" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21568<circle cx="259" cy="287" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21569<circle cx="245" cy="268" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21570<circle cx="342" cy="256" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21571<circle cx="275" cy="305" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21572<circle cx="230" cy="256" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21573<circle cx="345" cy="315" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21574<circle cx="222" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21575<circle cx="262" cy="316" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21576<circle cx="329" cy="268" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21577<circle cx="256" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21578<circle cx="263" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21579<circle cx="432" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21580<circle cx="281" cy="254" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21581<circle cx="288" cy="218" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21582<circle cx="270" cy="306" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21583<circle cx="350" cy="164" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21584<circle cx="285" cy="266" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21585<circle cx="289" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21586<circle cx="246" cy="288" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21587<circle cx="319" cy="342" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21588<circle cx="198" cy="205" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21589<circle cx="414" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21590<circle cx="296" cy="170" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21591<circle cx="261" cy="305" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21592<circle cx="323" cy="299" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21593<circle cx="273" cy="279" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21594<circle cx="361" cy="222" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21595<circle cx="370" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21596<circle cx="267" cy="302" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21597<circle cx="224" cy="315" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21598<circle cx="250" cy="301" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21599<circle cx="345" cy="305" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21600<circle cx="185" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21601<circle cx="205" cy="263" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21602<circle cx="208" cy="268" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21603<circle cx="382" cy="378" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21604<circle cx="433" cy="264" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21605<circle cx="471" cy="252" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21606<circle cx="196" cy="374" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21607<circle cx="201" cy="264" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21608<circle cx="270" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21609<circle cx="339" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21610<circle cx="409" cy="285" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21611<circle cx="342" cy="260" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21612<circle cx="357" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21613<circle cx="235" cy="290" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21614<circle cx="186" cy="217" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21615<circle cx="350" cy="322" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21616<circle cx="295" cy="297" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21617<circle cx="373" cy="303" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21618<circle cx="315" cy="314" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21619<circle cx="376" cy="282" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21620<circle cx="262" cy="200" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21621<circle cx="393" cy="249" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21622<circle cx="330" cy="325" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21623<circle cx="275" cy="168" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21624<circle cx="249" cy="327" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21625<circle cx="383" cy="222" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21626<circle cx="303" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21627<circle cx="362" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21628<circle cx="315" cy="186" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21629<circle cx="309" cy="246" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21630<circle cx="334" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21631<circle cx="317" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21632<circle cx="305" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21633<circle cx="397" cy="217" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21634<circle cx="189" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21635<circle cx="332" cy="232" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21636<circle cx="380" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21637<circle cx="227" cy="281" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21638<circle cx="283" cy="302" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21639<circle cx="266" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21640<circle cx="246" cy="241" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21641<circle cx="302" cy="339" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21642<circle cx="220" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21643<circle cx="301" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21644<circle cx="268" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21645<circle cx="319" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21646<circle cx="361" cy="290" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21647<circle cx="174" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21648<circle cx="330" cy="243" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21649<circle cx="379" cy="309" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21650<circle cx="319" cy="253" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21651<circle cx="208" cy="259" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21652<circle cx="276" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21653<circle cx="191" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21654<circle cx="269" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21655<circle cx="289" cy="320" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21656<circle cx="145" cy="310" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21657<circle cx="404" cy="208" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21658<circle cx="271" cy="334" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21659<circle cx="384" cy="386" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21660<circle cx="404" cy="195" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21661<circle cx="343" cy="296" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21662<circle cx="309" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21663<circle cx="375" cy="220" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21664<circle cx="356" cy="238" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21665<circle cx="289" cy="279" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21666<circle cx="227" cy="294" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21667<circle cx="342" cy="313" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21668<circle cx="266" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21669<circle cx="318" cy="300" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21670<circle cx="309" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21671<circle cx="313" cy="325" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21672<circle cx="278" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21673<circle cx="330" cy="378" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21674<circle cx="232" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21675<circle cx="349" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21676<circle cx="368" cy="315" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21677<circle cx="168" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21678<circle cx="351" cy="320" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21679<circle cx="390" cy="179" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21680<circle cx="402" cy="278" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21681<circle cx="319" cy="213" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21682<circle cx="199" cy="323" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21683<circle cx="207" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21684<circle cx="325" cy="321" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21685<circle cx="289" cy="285" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21686<circle cx="387" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21687<circle cx="192" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21688<circle cx="336" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21689<circle cx="340" cy="341" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21690<circle cx="402" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21691<circle cx="439" cy="300" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21692<circle cx="259" cy="248" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21693<circle cx="194" cy="327" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21694<circle cx="329" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21695<circle cx="237" cy="219" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21696<circle cx="153" cy="283" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21697<circle cx="320" cy="323" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21698<circle cx="420" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21699<circle cx="332" cy="313" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21700<circle cx="346" cy="330" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21701<circle cx="255" cy="240" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21702<circle cx="217" cy="186" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21703<circle cx="367" cy="303" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21704<circle cx="347" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21705<circle cx="278" cy="177" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21706<circle cx="314" cy="202" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21707<circle cx="298" cy="262" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21708<circle cx="316" cy="214" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21709<circle cx="387" cy="359" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21710<circle cx="309" cy="157" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21711<circle cx="263" cy="380" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21712<circle cx="269" cy="327" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21713<circle cx="276" cy="329" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21714<circle cx="181" cy="229" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21715<circle cx="417" cy="241" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21716<circle cx="360" cy="254" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21717<circle cx="290" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21718<circle cx="316" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21719<circle cx="372" cy="273" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21720<circle cx="474" cy="390" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21721<circle cx="282" cy="366" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21722<circle cx="355" cy="337" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21723<circle cx="265" cy="238" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21724<circle cx="404" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21725<circle cx="350" cy="312" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21726<circle cx="255" cy="286" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21727<circle cx="362" cy="187" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21728<circle cx="333" cy="273" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21729<circle cx="203" cy="246" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21730<circle cx="450" cy="302" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21731<circle cx="194" cy="206" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21732<circle cx="354" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21733<circle cx="298" cy="312" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21734<circle cx="278" cy="232" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21735<circle cx="366" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21736<circle cx="308" cy="224" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21737<circle cx="221" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21738<circle cx="274" cy="300" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21739<circle cx="117" cy="309" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21740<circle cx="295" cy="279" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21741<circle cx="243" cy="302" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21742<circle cx="288" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21743<circle cx="306" cy="249" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21744<circle cx="309" cy="318" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21745<circle cx="375" cy="192" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21746<circle cx="316" cy="241" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21747<circle cx="376" cy="321" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21748<circle cx="322" cy="326" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21749<circle cx="317" cy="224" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21750<circle cx="339" cy="197" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21751<circle cx="322" cy="253" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21752<circle cx="269" cy="266" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21753<circle cx="250" cy="296" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21754<circle cx="260" cy="202" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21755<circle cx="295" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21756<circle cx="160" cy="279" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21757<circle cx="367" cy="166" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21758<circle cx="204" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21759<circle cx="262" cy="322" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21760<circle cx="210" cy="313" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21761<circle cx="278" cy="271" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21762<circle cx="389" cy="271" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21763<circle cx="290" cy="271" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21764<circle cx="430" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21765<circle cx="344" cy="288" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21766<circle cx="245" cy="195" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21767<circle cx="468" cy="260" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21768<circle cx="181" cy="218" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21769<circle cx="296" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21770<circle cx="300" cy="281" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21771<circle cx="219" cy="296" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21772<circle cx="328" cy="214" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21773<circle cx="369" cy="184" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21774<circle cx="338" cy="289" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21775<circle cx="228" cy="282" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21776<circle cx="349" cy="271" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21777<circle cx="297" cy="254" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21778<circle cx="326" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21779<circle cx="177" cy="270" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21780<circle cx="292" cy="259" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21781<circle cx="370" cy="251" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21782<circle cx="202" cy="303" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21783<circle cx="249" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21784<circle cx="149" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21785<circle cx="225" cy="230" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21786<circle cx="332" cy="382" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21787<circle cx="355" cy="217" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21788<circle cx="314" cy="278" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21789<circle cx="234" cy="237" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21790<circle cx="354" cy="214" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21791<circle cx="303" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21792<circle cx="275" cy="317" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21793<circle cx="339" cy="261" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21794<circle cx="259" cy="254" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21795<circle cx="267" cy="241" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21796<circle cx="307" cy="216" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21797<circle cx="272" cy="209" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21798<circle cx="192" cy="279" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21799<circle cx="292" cy="312" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21800<circle cx="233" cy="289" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21801<circle cx="199" cy="304" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21802<circle cx="349" cy="326" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21803<circle cx="279" cy="247" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21804<circle cx="386" cy="263" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21805<circle cx="255" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21806<circle cx="207" cy="306" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21807<circle cx="308" cy="339" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21808<circle cx="342" cy="234" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21809<circle cx="316" cy="292" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21810<circle cx="342" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21811<circle cx="397" cy="319" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21812<circle cx="245" cy="293" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21813<circle cx="299" cy="262" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21814<circle cx="282" cy="247" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21815<circle cx="201" cy="260" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21816<circle cx="382" cy="376" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21817<circle cx="305" cy="220" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21818<circle cx="239" cy="282" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21819<circle cx="223" cy="214" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21820<circle cx="261" cy="285" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21821<circle cx="197" cy="203" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21822<circle cx="243" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21823<circle cx="292" cy="253" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21824<circle cx="332" cy="325" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21825<circle cx="333" cy="263" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21826<circle cx="335" cy="319" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21827<circle cx="199" cy="329" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21828<circle cx="421" cy="353" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21829<circle cx="437" cy="253" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21830<circle cx="303" cy="302" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21831<circle cx="380" cy="259" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21832<circle cx="420" cy="247" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21833<circle cx="201" cy="393" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21834<circle cx="425" cy="253" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21835<circle cx="316" cy="213" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21836<circle cx="386" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21837<circle cx="382" cy="170" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21838<circle cx="233" cy="313" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21839<circle cx="198" cy="256" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21840<circle cx="386" cy="307" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21841<circle cx="299" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21842<circle cx="295" cy="305" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21843<circle cx="238" cy="292" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21844<circle cx="315" cy="297" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21845<circle cx="254" cy="271" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21846<circle cx="292" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21847<circle cx="252" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21848<circle cx="368" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21849<circle cx="230" cy="211" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21850<circle cx="324" cy="293" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21851<circle cx="372" cy="393" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21852<circle cx="355" cy="301" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21853<circle cx="367" cy="287" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21854<circle cx="252" cy="349" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21855<circle cx="188" cy="305" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21856<circle cx="312" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21857<circle cx="280" cy="198" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21858<circle cx="299" cy="254" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21859<circle cx="292" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21860<circle cx="385" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21861<circle cx="336" cy="317" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21862<circle cx="337" cy="326" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21863<circle cx="191" cy="320" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21864<circle cx="349" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21865<circle cx="325" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21866<circle cx="315" cy="282" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21867<circle cx="311" cy="291" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21868<circle cx="206" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21869<circle cx="285" cy="309" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21870<circle cx="224" cy="337" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21871<circle cx="385" cy="248" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21872<circle cx="370" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21873<circle cx="355" cy="376" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21874<circle cx="282" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21875<circle cx="361" cy="244" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21876<circle cx="299" cy="318" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21877<circle cx="413" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21878<circle cx="256" cy="340" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21879<circle cx="244" cy="296" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21880<circle cx="328" cy="320" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21881<circle cx="352" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21882<circle cx="194" cy="256" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21883<circle cx="261" cy="206" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21884<circle cx="339" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21885<circle cx="233" cy="212" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21886<circle cx="322" cy="226" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21887<circle cx="252" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21888<circle cx="227" cy="221" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21889<circle cx="259" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21890<circle cx="244" cy="288" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21891<circle cx="273" cy="250" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21892<circle cx="279" cy="318" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21893<circle cx="363" cy="319" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21894<circle cx="300" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21895<circle cx="236" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21896<circle cx="354" cy="271" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21897<circle cx="285" cy="315" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21898<circle cx="298" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21899<circle cx="261" cy="223" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21900<circle cx="373" cy="277" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21901<circle cx="318" cy="227" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21902<circle cx="351" cy="275" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21903<circle cx="267" cy="273" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21904<circle cx="286" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21905<circle cx="342" cy="216" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21906<circle cx="258" cy="272" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21907<circle cx="329" cy="288" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21908<circle cx="337" cy="279" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21909<circle cx="310" cy="280" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21910<circle cx="278" cy="317" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21911<circle cx="285" cy="315" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21912<circle cx="388" cy="235" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21913<circle cx="225" cy="217" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21914<circle cx="311" cy="222" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21915<circle cx="242" cy="248" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21916<circle cx="353" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21917<circle cx="366" cy="283" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21918<circle cx="205" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21919<circle cx="291" cy="260" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21920<circle cx="329" cy="320" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21921<circle cx="370" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21922<circle cx="236" cy="276" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21923<circle cx="354" cy="299" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21924<circle cx="244" cy="232" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21925<circle cx="322" cy="357" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21926<circle cx="315" cy="256" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21927<circle cx="341" cy="255" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21928<circle cx="301" cy="292" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21929<circle cx="201" cy="293" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21930<circle cx="350" cy="267" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21931<circle cx="375" cy="242" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21932<circle cx="355" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21933<circle cx="325" cy="316" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21934<circle cx="221" cy="179" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21935<circle cx="314" cy="304" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21936<circle cx="324" cy="290" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21937<circle cx="230" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21938<circle cx="308" cy="258" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21939<circle cx="382" cy="348" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21940<circle cx="249" cy="319" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21941<circle cx="328" cy="292" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21942<circle cx="266" cy="239" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21943<circle cx="267" cy="223" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21944<circle cx="259" cy="287" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21945<circle cx="243" cy="245" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21946<circle cx="200" cy="296" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21947<circle cx="335" cy="262" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21948<circle cx="199" cy="265" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21949<circle cx="332" cy="264" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21950<circle cx="338" cy="341" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21951<circle cx="334" cy="308" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21952<circle cx="331" cy="332" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21953<circle cx="242" cy="175" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21954<circle cx="194" cy="236" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21955<circle cx="235" cy="241" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21956<circle cx="272" cy="278" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21957<circle cx="360" cy="269" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21958<circle cx="289" cy="317" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21959<circle cx="251" cy="325" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21960<circle cx="179" cy="281" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21961<circle cx="317" cy="290" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21962<circle cx="323" cy="344" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21963<circle cx="264" cy="374" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21964<circle cx="362" cy="268" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21965<circle cx="345" cy="232" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21966<circle cx="278" cy="302" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21967<circle cx="247" cy="284" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21968<circle cx="234" cy="283" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21969<circle cx="360" cy="298" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21970<circle cx="348" cy="197" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21971<circle cx="247" cy="301" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21972<circle cx="258" cy="274" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21973<circle cx="297" cy="257" fill="#00FF00" opacity="1" r="3" stroke="none"/> 21974<rect fill="#00FF00" height="10" opacity="1" stroke="none" width="5" x="393" y="97"/> 21975<rect fill="#00FF00" height="39" opacity="1" stroke="none" width="5" x="357" y="68"/> 21976<rect fill="#00FF00" height="29" opacity="1" stroke="none" width="5" x="378" y="78"/> 21977<rect fill="#00FF00" height="47" opacity="1" stroke="none" width="5" x="248" y="60"/> 21978<rect fill="#00FF00" height="2" opacity="1" stroke="none" width="5" x="440" y="105"/> 21979<rect fill="#00FF00" height="2" opacity="1" stroke="none" width="5" x="461" y="105"/> 21980<rect fill="#00FF00" height="36" opacity="1" stroke="none" width="5" x="331" y="71"/> 21981<rect fill="#00FF00" height="12" opacity="1" stroke="none" width="5" x="430" y="95"/> 21982<rect fill="#00FF00" height="29" opacity="1" stroke="none" width="5" x="336" y="78"/> 21983<rect fill="#00FF00" height="48" opacity="1" stroke="none" width="6" x="294" y="59"/> 21984<rect fill="#00FF00" height="53" opacity="1" stroke="none" width="5" x="284" y="54"/> 21985<rect fill="#00FF00" height="8" opacity="1" stroke="none" width="5" x="175" y="99"/> 21986<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="6" x="476" y="103"/> 21987<rect fill="#00FF00" height="28" opacity="1" stroke="none" width="5" x="201" y="79"/> 21988<rect fill="#00FF00" height="23" opacity="1" stroke="none" width="6" x="190" y="84"/> 21989<rect fill="#00FF00" height="24" opacity="1" stroke="none" width="5" x="227" y="83"/> 21990<rect fill="#00FF00" height="10" opacity="1" stroke="none" width="5" x="409" y="97"/> 21991<rect fill="#00FF00" height="34" opacity="1" stroke="none" width="5" x="300" y="73"/> 21992<rect fill="#00FF00" height="2" opacity="1" stroke="none" width="5" x="123" y="105"/> 21993<rect fill="#00FF00" height="45" opacity="1" stroke="none" width="6" x="242" y="62"/> 21994<rect fill="#00FF00" height="32" opacity="1" stroke="none" width="5" x="383" y="75"/> 21995<rect fill="#00FF00" height="55" opacity="1" stroke="none" width="5" x="326" y="52"/> 21996<rect fill="#00FF00" height="28" opacity="1" stroke="none" width="5" x="367" y="79"/> 21997<rect fill="#00FF00" height="47" opacity="1" stroke="none" width="5" x="279" y="60"/> 21998<rect fill="#00FF00" height="18" opacity="1" stroke="none" width="5" x="388" y="89"/> 21999<rect fill="#00FF00" height="7" opacity="1" stroke="none" width="5" x="419" y="100"/> 22000<rect fill="#00FF00" height="39" opacity="1" stroke="none" width="5" x="310" y="68"/> 22001<rect fill="#00FF00" height="39" opacity="1" stroke="none" width="6" x="320" y="68"/> 22002<rect fill="#00FF00" height="8" opacity="1" stroke="none" width="5" x="170" y="99"/> 22003<rect fill="#00FF00" height="15" opacity="1" stroke="none" width="5" x="404" y="92"/> 22004<rect fill="#00FF00" height="44" opacity="1" stroke="none" width="6" x="346" y="63"/> 22005<rect fill="#00FF00" height="5" opacity="1" stroke="none" width="5" x="159" y="102"/> 22006<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="5" x="133" y="103"/> 22007<rect fill="#00FF00" height="20" opacity="1" stroke="none" width="5" x="206" y="87"/> 22008<rect fill="#00FF00" height="55" opacity="1" stroke="none" width="5" x="274" y="52"/> 22009<rect fill="#00FF00" height="5" opacity="1" stroke="none" width="5" x="154" y="102"/> 22010<rect fill="#00FF00" height="53" opacity="1" stroke="none" width="5" x="258" y="54"/> 22011<rect fill="#00FF00" height="42" opacity="1" stroke="none" width="5" x="352" y="65"/> 22012<rect fill="#00FF00" height="40" opacity="1" stroke="none" width="5" x="289" y="67"/> 22013<rect fill="#00FF00" height="23" opacity="1" stroke="none" width="5" x="237" y="84"/> 22014<rect fill="#00FF00" height="8" opacity="1" stroke="none" width="5" x="149" y="99"/> 22015<rect fill="#00FF00" height="31" opacity="1" stroke="none" width="5" x="253" y="76"/> 22016<rect fill="#00FF00" height="34" opacity="1" stroke="none" width="5" x="196" y="73"/> 22017<rect fill="#00FF00" height="16" opacity="1" stroke="none" width="5" x="185" y="91"/> 22018<rect fill="#00FF00" height="24" opacity="1" stroke="none" width="6" x="372" y="83"/> 22019<rect fill="#00FF00" height="2" opacity="1" stroke="none" width="6" x="138" y="105"/> 22020<rect fill="#00FF00" height="15" opacity="1" stroke="none" width="6" x="424" y="92"/> 22021<rect fill="#00FF00" height="5" opacity="1" stroke="none" width="5" x="435" y="102"/> 22022<rect fill="#00FF00" height="2" opacity="1" stroke="none" width="5" x="102" y="105"/> 22023<rect fill="#00FF00" height="13" opacity="1" stroke="none" width="6" x="398" y="94"/> 22024<rect fill="#00FF00" height="53" opacity="1" stroke="none" width="5" x="315" y="54"/> 22025<rect fill="#00FF00" height="28" opacity="1" stroke="none" width="5" x="222" y="79"/> 22026<rect fill="#00FF00" height="13" opacity="1" stroke="none" width="5" x="180" y="94"/> 22027<rect fill="#00FF00" height="12" opacity="1" stroke="none" width="5" x="414" y="95"/> 22028<rect fill="#00FF00" height="2" opacity="1" stroke="none" width="6" x="112" y="105"/> 22029<rect fill="#00FF00" height="2" opacity="1" stroke="none" width="5" x="76" y="105"/> 22030<rect fill="#00FF00" height="29" opacity="1" stroke="none" width="5" x="362" y="78"/> 22031<rect fill="#00FF00" height="7" opacity="1" stroke="none" width="6" x="164" y="100"/> 22032<rect fill="#00FF00" height="2" opacity="1" stroke="none" width="5" x="466" y="105"/> 22033<rect fill="#00FF00" height="40" opacity="1" stroke="none" width="5" x="341" y="67"/> 22034<rect fill="#00FF00" height="44" opacity="1" stroke="none" width="5" x="232" y="63"/> 22035<rect fill="#00FF00" height="23" opacity="1" stroke="none" width="6" x="216" y="84"/> 22036<rect fill="#00FF00" height="2" opacity="1" stroke="none" width="5" x="456" y="105"/> 22037<rect fill="#00FF00" height="5" opacity="1" stroke="none" width="5" x="144" y="102"/> 22038<rect fill="#00FF00" height="56" opacity="1" stroke="none" width="5" x="305" y="51"/> 22039<rect fill="#00FF00" height="5" opacity="1" stroke="none" width="5" x="445" y="102"/> 22040<rect fill="#00FF00" height="31" opacity="1" stroke="none" width="5" x="263" y="76"/> 22041<rect fill="#00FF00" height="10" opacity="1" stroke="none" width="5" x="211" y="97"/> 22042<rect fill="#00FF00" height="45" opacity="1" stroke="none" width="6" x="268" y="62"/> 22043<rect fill="#00FF00" height="5" opacity="1" stroke="none" width="5" x="471" y="102"/> 22044<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="35" x="560" y="236"/> 22045<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="35" x="560" y="226"/> 22046<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="28" x="560" y="313"/> 22047<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="40" x="560" y="283"/> 22048<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="30" x="560" y="260"/> 22049<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="12" x="560" y="340"/> 22050<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="35" x="560" y="300"/> 22051<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="52" x="560" y="276"/> 22052<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="36" x="560" y="290"/> 22053<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="46" x="560" y="263"/> 22054<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="17" x="560" y="336"/> 22055<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="35" x="560" y="320"/> 22056<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="8" x="560" y="173"/> 22057<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="28" x="560" y="233"/> 22058<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="1" x="560" y="120"/> 22059<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="3" x="560" y="386"/> 22060<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="43" x="560" y="246"/> 22061<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="8" x="560" y="176"/> 22062<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="4" x="560" y="183"/> 22063<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="52" x="560" y="273"/> 22064<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="1" x="560" y="153"/> 22065<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="3" x="560" y="180"/> 22066<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="22" x="560" y="230"/> 22067<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="33" x="560" y="220"/> 22068<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="32" x="560" y="293"/> 22069<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="1" x="560" y="396"/> 22070<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="49" x="560" y="240"/> 22071<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="9" x="560" y="333"/> 22072<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="8" x="560" y="346"/> 22073<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="22" x="560" y="326"/> 22074<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="36" x="560" y="296"/> 22075<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="41" x="560" y="306"/> 22076<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="3" x="560" y="370"/> 22077<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="25" x="560" y="310"/> 22078<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="41" x="560" y="243"/> 22079<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="3" x="560" y="186"/> 22080<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="1" x="560" y="366"/> 22081<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="11" x="560" y="203"/> 22082<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="3" x="560" y="156"/> 22083<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="3" x="560" y="393"/> 22084<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="6" x="560" y="166"/> 22085<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="51" x="560" y="280"/> 22086<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="4" x="560" y="376"/> 22087<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="12" x="560" y="200"/> 22088<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="3" x="560" y="170"/> 22089<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="11" x="560" y="330"/> 22090<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="36" x="560" y="286"/> 22091<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="25" x="560" y="223"/> 22092<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="67" x="560" y="266"/> 22093<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="46" x="560" y="303"/> 22094<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="49" x="560" y="253"/> 22095<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="54" x="560" y="270"/> 22096<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="1" x="560" y="383"/> 22097<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="3" x="560" y="360"/> 22098<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="27" x="560" y="323"/> 22099<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="9" x="560" y="356"/> 22100<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="51" x="560" y="250"/> 22101<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="6" x="560" y="353"/> 22102<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="3" x="560" y="380"/> 22103<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="16" x="560" y="343"/> 22104<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="3" x="560" y="163"/> 22105<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="22" x="560" y="216"/> 22106<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="11" x="560" y="210"/> 22107<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="12" x="560" y="206"/> 22108<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="1" x="560" y="390"/> 22109<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="8" x="560" y="190"/> 22110<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="8" x="560" y="193"/> 22111<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="57" x="560" y="256"/> 22112<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="8" x="560" y="196"/> 22113<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="25" x="560" y="213"/> 22114<rect fill="#00FF00" height="3" opacity="1" stroke="none" width="4" x="560" y="373"/> 22115<rect fill="#00FF00" height="4" opacity="1" stroke="none" width="36" x="560" y="316"/> 22116</svg></div> 22117</div> 22118 22119</div> 22120 22121</div> 22122</div> 22123 22124</div> 22125 </div> 22126 </div> 22127</body> 22128 22129 22130 22131 22132</html> 22133