@stream44.studio/t44 0.4.0-rc.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/.dco-signatures +9 -0
  2. package/.github/workflows/dco.yaml +12 -0
  3. package/.github/workflows/gordian-open-integrity.yaml +13 -0
  4. package/.github/workflows/test.yaml +31 -0
  5. package/.o/GordianOpenIntegrity-CurrentLifehash.svg +1026 -0
  6. package/.o/GordianOpenIntegrity-InceptionLifehash.svg +1026 -0
  7. package/.o/GordianOpenIntegrity.yaml +21 -0
  8. package/.o/assets/Hero-Terminal44-v0.jpeg +0 -0
  9. package/.o/stream44.studio/assets/Icon-v1.svg +1170 -0
  10. package/.repo-identifier +1 -0
  11. package/DCO.md +34 -0
  12. package/LICENSE.txt +186 -0
  13. package/README.md +189 -0
  14. package/bin/activate +36 -0
  15. package/bin/activate.ts +30 -0
  16. package/bin/postinstall.sh +19 -0
  17. package/bin/shell +27 -0
  18. package/bin/t44 +27 -0
  19. package/caps/ConfigSchemaStruct.ts +55 -0
  20. package/caps/Home.ts +57 -0
  21. package/caps/HomeRegistry.ts +319 -0
  22. package/caps/HomeRegistryFile.ts +144 -0
  23. package/caps/JsonSchemas.ts +220 -0
  24. package/caps/OpenApiSchema.ts +67 -0
  25. package/caps/PackageDescriptor.ts +88 -0
  26. package/caps/ProjectCatalogs.ts +153 -0
  27. package/caps/ProjectDeployment.ts +426 -0
  28. package/caps/ProjectDevelopment.ts +257 -0
  29. package/caps/ProjectPublishing.ts +654 -0
  30. package/caps/ProjectPulling.ts +234 -0
  31. package/caps/ProjectRack.ts +155 -0
  32. package/caps/ProjectRepository.ts +332 -0
  33. package/caps/ProjectTest.ts +251 -0
  34. package/caps/ProjectTestLib.ts +257 -0
  35. package/caps/RootKey.ts +219 -0
  36. package/caps/SigningKey.ts +243 -0
  37. package/caps/TaskWorkflow.ts +192 -0
  38. package/caps/WorkspaceCli.ts +448 -0
  39. package/caps/WorkspaceConfig.ts +268 -0
  40. package/caps/WorkspaceConfig.yaml +87 -0
  41. package/caps/WorkspaceConfigFile.ts +902 -0
  42. package/caps/WorkspaceConnection.ts +329 -0
  43. package/caps/WorkspaceEntityConfig.ts +78 -0
  44. package/caps/WorkspaceEntityConfig.v0.ts +77 -0
  45. package/caps/WorkspaceEntityFact.ts +218 -0
  46. package/caps/WorkspaceInfo.ts +619 -0
  47. package/caps/WorkspaceInit.ts +30 -0
  48. package/caps/WorkspaceKey.ts +338 -0
  49. package/caps/WorkspaceModel.ts +373 -0
  50. package/caps/WorkspaceProjects.ts +636 -0
  51. package/caps/WorkspacePrompt.ts +430 -0
  52. package/caps/WorkspaceShell.sh +39 -0
  53. package/caps/WorkspaceShell.ts +104 -0
  54. package/caps/WorkspaceShell.yaml +64 -0
  55. package/caps/WorkspaceShellCli.ts +109 -0
  56. package/caps/patterns/README.md +2 -0
  57. package/caps/patterns/git-scm.com/ProjectPublishing.ts +507 -0
  58. package/caps/patterns/semver.org/ProjectPublishing.ts +458 -0
  59. package/docs/Overview.drawio +248 -0
  60. package/docs/Overview.svg +4 -0
  61. package/examples/01-Lifecycle/main.test.ts +223 -0
  62. package/lib/crypto.ts +53 -0
  63. package/lib/key.ts +381 -0
  64. package/lib/schema-console-renderer.ts +181 -0
  65. package/lib/schema-resolver.ts +349 -0
  66. package/lib/ucan.ts +137 -0
  67. package/package.json +91 -0
  68. package/standalone-rt.test.ts +150 -0
  69. package/standalone-rt.ts +140 -0
  70. package/structs/HomeRegistry.ts +55 -0
  71. package/structs/HomeRegistryConfig.ts +60 -0
  72. package/structs/ProjectCatalogsConfig.ts +53 -0
  73. package/structs/ProjectDeploymentConfig.ts +56 -0
  74. package/structs/ProjectDeploymentFact.ts +106 -0
  75. package/structs/ProjectPublishingConfig.ts +78 -0
  76. package/structs/ProjectPublishingFact.ts +68 -0
  77. package/structs/ProjectPullingConfig.ts +52 -0
  78. package/structs/ProjectRack.ts +51 -0
  79. package/structs/ProjectRackConfig.ts +56 -0
  80. package/structs/RepositoryOriginDescriptor.ts +51 -0
  81. package/structs/RootKeyConfig.ts +64 -0
  82. package/structs/SigningKeyConfig.ts +64 -0
  83. package/structs/Workspace.ts +56 -0
  84. package/structs/WorkspaceCatalogs.ts +56 -0
  85. package/structs/WorkspaceCliConfig.ts +53 -0
  86. package/structs/WorkspaceConfig.ts +64 -0
  87. package/structs/WorkspaceConfigFile.ts +50 -0
  88. package/structs/WorkspaceConfigFileMeta.ts +70 -0
  89. package/structs/WorkspaceKey.ts +55 -0
  90. package/structs/WorkspaceKeyConfig.ts +56 -0
  91. package/structs/WorkspaceMappingsConfig.ts +56 -0
  92. package/structs/WorkspaceProject.ts +104 -0
  93. package/structs/WorkspaceProjectsConfig.ts +67 -0
  94. package/structs/WorkspaceShellConfig.ts +83 -0
  95. package/structs/patterns/README.md +2 -0
  96. package/structs/patterns/git-scm.com/ProjectPublishingFact.ts +46 -0
  97. package/tsconfig.json +33 -0
  98. package/workspace-rt.ts +152 -0
  99. package/workspace.yaml +3 -0
@@ -0,0 +1,1026 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" shape-rendering="crispEdges">
2
+ <rect x="0" y="0" width="1" height="1" fill="rgb(82,60,106)"/>
3
+ <rect x="1" y="0" width="1" height="1" fill="rgb(80,62,107)"/>
4
+ <rect x="2" y="0" width="1" height="1" fill="rgb(74,70,110)"/>
5
+ <rect x="3" y="0" width="1" height="1" fill="rgb(35,118,131)"/>
6
+ <rect x="4" y="0" width="1" height="1" fill="rgb(41,111,128)"/>
7
+ <rect x="5" y="0" width="1" height="1" fill="rgb(70,75,112)"/>
8
+ <rect x="6" y="0" width="1" height="1" fill="rgb(70,75,112)"/>
9
+ <rect x="7" y="0" width="1" height="1" fill="rgb(76,67,109)"/>
10
+ <rect x="8" y="0" width="1" height="1" fill="rgb(80,62,107)"/>
11
+ <rect x="9" y="0" width="1" height="1" fill="rgb(90,50,102)"/>
12
+ <rect x="10" y="0" width="1" height="1" fill="rgb(88,53,103)"/>
13
+ <rect x="11" y="0" width="1" height="1" fill="rgb(60,87,117)"/>
14
+ <rect x="12" y="0" width="1" height="1" fill="rgb(60,87,117)"/>
15
+ <rect x="13" y="0" width="1" height="1" fill="rgb(50,99,123)"/>
16
+ <rect x="14" y="0" width="1" height="1" fill="rgb(50,99,123)"/>
17
+ <rect x="15" y="0" width="1" height="1" fill="rgb(72,72,111)"/>
18
+ <rect x="16" y="0" width="1" height="1" fill="rgb(70,75,112)"/>
19
+ <rect x="17" y="0" width="1" height="1" fill="rgb(54,94,121)"/>
20
+ <rect x="18" y="0" width="1" height="1" fill="rgb(35,118,131)"/>
21
+ <rect x="19" y="0" width="1" height="1" fill="rgb(35,118,131)"/>
22
+ <rect x="20" y="0" width="1" height="1" fill="rgb(33,121,132)"/>
23
+ <rect x="21" y="0" width="1" height="1" fill="rgb(35,118,131)"/>
24
+ <rect x="22" y="0" width="1" height="1" fill="rgb(49,163,141)"/>
25
+ <rect x="23" y="0" width="1" height="1" fill="rgb(24,163,145)"/>
26
+ <rect x="24" y="0" width="1" height="1" fill="rgb(24,163,145)"/>
27
+ <rect x="25" y="0" width="1" height="1" fill="rgb(34,163,144)"/>
28
+ <rect x="26" y="0" width="1" height="1" fill="rgb(206,167,115)"/>
29
+ <rect x="27" y="0" width="1" height="1" fill="rgb(11,148,143)"/>
30
+ <rect x="28" y="0" width="1" height="1" fill="rgb(9,150,144)"/>
31
+ <rect x="29" y="0" width="1" height="1" fill="rgb(78,65,108)"/>
32
+ <rect x="30" y="0" width="1" height="1" fill="rgb(82,60,106)"/>
33
+ <rect x="31" y="0" width="1" height="1" fill="rgb(82,60,106)"/>
34
+ <rect x="0" y="1" width="1" height="1" fill="rgb(82,60,106)"/>
35
+ <rect x="1" y="1" width="1" height="1" fill="rgb(74,70,110)"/>
36
+ <rect x="2" y="1" width="1" height="1" fill="rgb(78,65,108)"/>
37
+ <rect x="3" y="1" width="1" height="1" fill="rgb(43,109,127)"/>
38
+ <rect x="4" y="1" width="1" height="1" fill="rgb(41,111,128)"/>
39
+ <rect x="5" y="1" width="1" height="1" fill="rgb(70,75,112)"/>
40
+ <rect x="6" y="1" width="1" height="1" fill="rgb(74,70,110)"/>
41
+ <rect x="7" y="1" width="1" height="1" fill="rgb(78,65,108)"/>
42
+ <rect x="8" y="1" width="1" height="1" fill="rgb(78,65,108)"/>
43
+ <rect x="9" y="1" width="1" height="1" fill="rgb(64,82,115)"/>
44
+ <rect x="10" y="1" width="1" height="1" fill="rgb(64,82,115)"/>
45
+ <rect x="11" y="1" width="1" height="1" fill="rgb(66,79,114)"/>
46
+ <rect x="12" y="1" width="1" height="1" fill="rgb(62,84,116)"/>
47
+ <rect x="13" y="1" width="1" height="1" fill="rgb(50,99,123)"/>
48
+ <rect x="14" y="1" width="1" height="1" fill="rgb(50,99,123)"/>
49
+ <rect x="15" y="1" width="1" height="1" fill="rgb(80,62,107)"/>
50
+ <rect x="16" y="1" width="1" height="1" fill="rgb(72,72,111)"/>
51
+ <rect x="17" y="1" width="1" height="1" fill="rgb(66,79,114)"/>
52
+ <rect x="18" y="1" width="1" height="1" fill="rgb(33,121,132)"/>
53
+ <rect x="19" y="1" width="1" height="1" fill="rgb(80,62,107)"/>
54
+ <rect x="20" y="1" width="1" height="1" fill="rgb(78,65,108)"/>
55
+ <rect x="21" y="1" width="1" height="1" fill="rgb(29,126,134)"/>
56
+ <rect x="22" y="1" width="1" height="1" fill="rgb(33,121,132)"/>
57
+ <rect x="23" y="1" width="1" height="1" fill="rgb(35,118,131)"/>
58
+ <rect x="24" y="1" width="1" height="1" fill="rgb(19,163,146)"/>
59
+ <rect x="25" y="1" width="1" height="1" fill="rgb(29,163,145)"/>
60
+ <rect x="26" y="1" width="1" height="1" fill="rgb(24,163,145)"/>
61
+ <rect x="27" y="1" width="1" height="1" fill="rgb(235,168,110)"/>
62
+ <rect x="28" y="1" width="1" height="1" fill="rgb(35,118,131)"/>
63
+ <rect x="29" y="1" width="1" height="1" fill="rgb(76,67,109)"/>
64
+ <rect x="30" y="1" width="1" height="1" fill="rgb(74,70,110)"/>
65
+ <rect x="31" y="1" width="1" height="1" fill="rgb(80,62,107)"/>
66
+ <rect x="0" y="2" width="1" height="1" fill="rgb(78,65,108)"/>
67
+ <rect x="1" y="2" width="1" height="1" fill="rgb(76,67,109)"/>
68
+ <rect x="2" y="2" width="1" height="1" fill="rgb(33,121,132)"/>
69
+ <rect x="3" y="2" width="1" height="1" fill="rgb(33,121,132)"/>
70
+ <rect x="4" y="2" width="1" height="1" fill="rgb(45,106,126)"/>
71
+ <rect x="5" y="2" width="1" height="1" fill="rgb(72,72,111)"/>
72
+ <rect x="6" y="2" width="1" height="1" fill="rgb(70,75,112)"/>
73
+ <rect x="7" y="2" width="1" height="1" fill="rgb(72,72,111)"/>
74
+ <rect x="8" y="2" width="1" height="1" fill="rgb(68,77,113)"/>
75
+ <rect x="9" y="2" width="1" height="1" fill="rgb(60,87,117)"/>
76
+ <rect x="10" y="2" width="1" height="1" fill="rgb(64,82,115)"/>
77
+ <rect x="11" y="2" width="1" height="1" fill="rgb(66,79,114)"/>
78
+ <rect x="12" y="2" width="1" height="1" fill="rgb(48,101,124)"/>
79
+ <rect x="13" y="2" width="1" height="1" fill="rgb(56,92,119)"/>
80
+ <rect x="14" y="2" width="1" height="1" fill="rgb(58,89,118)"/>
81
+ <rect x="15" y="2" width="1" height="1" fill="rgb(76,67,109)"/>
82
+ <rect x="16" y="2" width="1" height="1" fill="rgb(62,84,116)"/>
83
+ <rect x="17" y="2" width="1" height="1" fill="rgb(70,75,112)"/>
84
+ <rect x="18" y="2" width="1" height="1" fill="rgb(78,65,108)"/>
85
+ <rect x="19" y="2" width="1" height="1" fill="rgb(80,62,107)"/>
86
+ <rect x="20" y="2" width="1" height="1" fill="rgb(76,67,109)"/>
87
+ <rect x="21" y="2" width="1" height="1" fill="rgb(47,104,125)"/>
88
+ <rect x="22" y="2" width="1" height="1" fill="rgb(64,82,115)"/>
89
+ <rect x="23" y="2" width="1" height="1" fill="rgb(66,79,114)"/>
90
+ <rect x="24" y="2" width="1" height="1" fill="rgb(24,163,145)"/>
91
+ <rect x="25" y="2" width="1" height="1" fill="rgb(19,163,146)"/>
92
+ <rect x="26" y="2" width="1" height="1" fill="rgb(29,163,145)"/>
93
+ <rect x="27" y="2" width="1" height="1" fill="rgb(24,163,145)"/>
94
+ <rect x="28" y="2" width="1" height="1" fill="rgb(73,164,137)"/>
95
+ <rect x="29" y="2" width="1" height="1" fill="rgb(33,121,132)"/>
96
+ <rect x="30" y="2" width="1" height="1" fill="rgb(78,65,108)"/>
97
+ <rect x="31" y="2" width="1" height="1" fill="rgb(74,70,110)"/>
98
+ <rect x="0" y="3" width="1" height="1" fill="rgb(9,150,144)"/>
99
+ <rect x="1" y="3" width="1" height="1" fill="rgb(35,118,131)"/>
100
+ <rect x="2" y="3" width="1" height="1" fill="rgb(73,164,137)"/>
101
+ <rect x="3" y="3" width="1" height="1" fill="rgb(35,118,131)"/>
102
+ <rect x="4" y="3" width="1" height="1" fill="rgb(43,109,127)"/>
103
+ <rect x="5" y="3" width="1" height="1" fill="rgb(43,109,127)"/>
104
+ <rect x="6" y="3" width="1" height="1" fill="rgb(62,84,116)"/>
105
+ <rect x="7" y="3" width="1" height="1" fill="rgb(66,79,114)"/>
106
+ <rect x="8" y="3" width="1" height="1" fill="rgb(66,79,114)"/>
107
+ <rect x="9" y="3" width="1" height="1" fill="rgb(64,82,115)"/>
108
+ <rect x="10" y="3" width="1" height="1" fill="rgb(62,84,116)"/>
109
+ <rect x="11" y="3" width="1" height="1" fill="rgb(50,99,123)"/>
110
+ <rect x="12" y="3" width="1" height="1" fill="rgb(52,97,122)"/>
111
+ <rect x="13" y="3" width="1" height="1" fill="rgb(56,92,119)"/>
112
+ <rect x="14" y="3" width="1" height="1" fill="rgb(58,89,118)"/>
113
+ <rect x="15" y="3" width="1" height="1" fill="rgb(60,87,117)"/>
114
+ <rect x="16" y="3" width="1" height="1" fill="rgb(70,75,112)"/>
115
+ <rect x="17" y="3" width="1" height="1" fill="rgb(70,75,112)"/>
116
+ <rect x="18" y="3" width="1" height="1" fill="rgb(82,60,106)"/>
117
+ <rect x="19" y="3" width="1" height="1" fill="rgb(72,72,111)"/>
118
+ <rect x="20" y="3" width="1" height="1" fill="rgb(76,67,109)"/>
119
+ <rect x="21" y="3" width="1" height="1" fill="rgb(76,67,109)"/>
120
+ <rect x="22" y="3" width="1" height="1" fill="rgb(84,58,105)"/>
121
+ <rect x="23" y="3" width="1" height="1" fill="rgb(68,77,113)"/>
122
+ <rect x="24" y="3" width="1" height="1" fill="rgb(66,79,114)"/>
123
+ <rect x="25" y="3" width="1" height="1" fill="rgb(29,163,145)"/>
124
+ <rect x="26" y="3" width="1" height="1" fill="rgb(29,163,145)"/>
125
+ <rect x="27" y="3" width="1" height="1" fill="rgb(181,167,119)"/>
126
+ <rect x="28" y="3" width="1" height="1" fill="rgb(35,118,131)"/>
127
+ <rect x="29" y="3" width="1" height="1" fill="rgb(33,121,132)"/>
128
+ <rect x="30" y="3" width="1" height="1" fill="rgb(43,109,127)"/>
129
+ <rect x="31" y="3" width="1" height="1" fill="rgb(35,118,131)"/>
130
+ <rect x="0" y="4" width="1" height="1" fill="rgb(11,148,143)"/>
131
+ <rect x="1" y="4" width="1" height="1" fill="rgb(235,168,110)"/>
132
+ <rect x="2" y="4" width="1" height="1" fill="rgb(24,163,145)"/>
133
+ <rect x="3" y="4" width="1" height="1" fill="rgb(181,167,119)"/>
134
+ <rect x="4" y="4" width="1" height="1" fill="rgb(25,131,136)"/>
135
+ <rect x="5" y="4" width="1" height="1" fill="rgb(23,133,137)"/>
136
+ <rect x="6" y="4" width="1" height="1" fill="rgb(23,133,137)"/>
137
+ <rect x="7" y="4" width="1" height="1" fill="rgb(25,131,136)"/>
138
+ <rect x="8" y="4" width="1" height="1" fill="rgb(62,84,116)"/>
139
+ <rect x="9" y="4" width="1" height="1" fill="rgb(47,104,125)"/>
140
+ <rect x="10" y="4" width="1" height="1" fill="rgb(3,157,148)"/>
141
+ <rect x="11" y="4" width="1" height="1" fill="rgb(3,157,148)"/>
142
+ <rect x="12" y="4" width="1" height="1" fill="rgb(37,116,130)"/>
143
+ <rect x="13" y="4" width="1" height="1" fill="rgb(39,114,129)"/>
144
+ <rect x="14" y="4" width="1" height="1" fill="rgb(39,114,129)"/>
145
+ <rect x="15" y="4" width="1" height="1" fill="rgb(39,114,129)"/>
146
+ <rect x="16" y="4" width="1" height="1" fill="rgb(68,77,113)"/>
147
+ <rect x="17" y="4" width="1" height="1" fill="rgb(80,62,107)"/>
148
+ <rect x="18" y="4" width="1" height="1" fill="rgb(74,70,110)"/>
149
+ <rect x="19" y="4" width="1" height="1" fill="rgb(80,62,107)"/>
150
+ <rect x="20" y="4" width="1" height="1" fill="rgb(72,72,111)"/>
151
+ <rect x="21" y="4" width="1" height="1" fill="rgb(82,60,106)"/>
152
+ <rect x="22" y="4" width="1" height="1" fill="rgb(94,45,100)"/>
153
+ <rect x="23" y="4" width="1" height="1" fill="rgb(94,45,100)"/>
154
+ <rect x="24" y="4" width="1" height="1" fill="rgb(21,136,138)"/>
155
+ <rect x="25" y="4" width="1" height="1" fill="rgb(3,157,148)"/>
156
+ <rect x="26" y="4" width="1" height="1" fill="rgb(5,155,146)"/>
157
+ <rect x="27" y="4" width="1" height="1" fill="rgb(25,131,136)"/>
158
+ <rect x="28" y="4" width="1" height="1" fill="rgb(43,109,127)"/>
159
+ <rect x="29" y="4" width="1" height="1" fill="rgb(45,106,126)"/>
160
+ <rect x="30" y="4" width="1" height="1" fill="rgb(41,111,128)"/>
161
+ <rect x="31" y="4" width="1" height="1" fill="rgb(41,111,128)"/>
162
+ <rect x="0" y="5" width="1" height="1" fill="rgb(206,167,115)"/>
163
+ <rect x="1" y="5" width="1" height="1" fill="rgb(24,163,145)"/>
164
+ <rect x="2" y="5" width="1" height="1" fill="rgb(29,163,145)"/>
165
+ <rect x="3" y="5" width="1" height="1" fill="rgb(29,163,145)"/>
166
+ <rect x="4" y="5" width="1" height="1" fill="rgb(5,155,146)"/>
167
+ <rect x="5" y="5" width="1" height="1" fill="rgb(3,157,148)"/>
168
+ <rect x="6" y="5" width="1" height="1" fill="rgb(3,157,148)"/>
169
+ <rect x="7" y="5" width="1" height="1" fill="rgb(7,153,145)"/>
170
+ <rect x="8" y="5" width="1" height="1" fill="rgb(3,157,148)"/>
171
+ <rect x="9" y="5" width="1" height="1" fill="rgb(3,157,148)"/>
172
+ <rect x="10" y="5" width="1" height="1" fill="rgb(132,165,127)"/>
173
+ <rect x="11" y="5" width="1" height="1" fill="rgb(3,157,148)"/>
174
+ <rect x="12" y="5" width="1" height="1" fill="rgb(3,157,148)"/>
175
+ <rect x="13" y="5" width="1" height="1" fill="rgb(41,111,128)"/>
176
+ <rect x="14" y="5" width="1" height="1" fill="rgb(43,109,127)"/>
177
+ <rect x="15" y="5" width="1" height="1" fill="rgb(41,111,128)"/>
178
+ <rect x="16" y="5" width="1" height="1" fill="rgb(84,58,105)"/>
179
+ <rect x="17" y="5" width="1" height="1" fill="rgb(82,60,106)"/>
180
+ <rect x="18" y="5" width="1" height="1" fill="rgb(82,60,106)"/>
181
+ <rect x="19" y="5" width="1" height="1" fill="rgb(82,60,106)"/>
182
+ <rect x="20" y="5" width="1" height="1" fill="rgb(82,60,106)"/>
183
+ <rect x="21" y="5" width="1" height="1" fill="rgb(82,60,106)"/>
184
+ <rect x="22" y="5" width="1" height="1" fill="rgb(94,45,100)"/>
185
+ <rect x="23" y="5" width="1" height="1" fill="rgb(94,45,100)"/>
186
+ <rect x="24" y="5" width="1" height="1" fill="rgb(3,157,148)"/>
187
+ <rect x="25" y="5" width="1" height="1" fill="rgb(3,157,148)"/>
188
+ <rect x="26" y="5" width="1" height="1" fill="rgb(3,157,148)"/>
189
+ <rect x="27" y="5" width="1" height="1" fill="rgb(23,133,137)"/>
190
+ <rect x="28" y="5" width="1" height="1" fill="rgb(43,109,127)"/>
191
+ <rect x="29" y="5" width="1" height="1" fill="rgb(72,72,111)"/>
192
+ <rect x="30" y="5" width="1" height="1" fill="rgb(70,75,112)"/>
193
+ <rect x="31" y="5" width="1" height="1" fill="rgb(70,75,112)"/>
194
+ <rect x="0" y="6" width="1" height="1" fill="rgb(34,163,144)"/>
195
+ <rect x="1" y="6" width="1" height="1" fill="rgb(29,163,145)"/>
196
+ <rect x="2" y="6" width="1" height="1" fill="rgb(19,163,146)"/>
197
+ <rect x="3" y="6" width="1" height="1" fill="rgb(29,163,145)"/>
198
+ <rect x="4" y="6" width="1" height="1" fill="rgb(3,157,148)"/>
199
+ <rect x="5" y="6" width="1" height="1" fill="rgb(3,157,148)"/>
200
+ <rect x="6" y="6" width="1" height="1" fill="rgb(3,157,148)"/>
201
+ <rect x="7" y="6" width="1" height="1" fill="rgb(3,157,148)"/>
202
+ <rect x="8" y="6" width="1" height="1" fill="rgb(17,140,140)"/>
203
+ <rect x="9" y="6" width="1" height="1" fill="rgb(15,143,141)"/>
204
+ <rect x="10" y="6" width="1" height="1" fill="rgb(3,157,148)"/>
205
+ <rect x="11" y="6" width="1" height="1" fill="rgb(3,157,148)"/>
206
+ <rect x="12" y="6" width="1" height="1" fill="rgb(3,157,148)"/>
207
+ <rect x="13" y="6" width="1" height="1" fill="rgb(5,155,146)"/>
208
+ <rect x="14" y="6" width="1" height="1" fill="rgb(43,109,127)"/>
209
+ <rect x="15" y="6" width="1" height="1" fill="rgb(24,163,145)"/>
210
+ <rect x="16" y="6" width="1" height="1" fill="rgb(84,58,105)"/>
211
+ <rect x="17" y="6" width="1" height="1" fill="rgb(82,60,106)"/>
212
+ <rect x="18" y="6" width="1" height="1" fill="rgb(82,60,106)"/>
213
+ <rect x="19" y="6" width="1" height="1" fill="rgb(82,60,106)"/>
214
+ <rect x="20" y="6" width="1" height="1" fill="rgb(82,60,106)"/>
215
+ <rect x="21" y="6" width="1" height="1" fill="rgb(76,67,109)"/>
216
+ <rect x="22" y="6" width="1" height="1" fill="rgb(84,58,105)"/>
217
+ <rect x="23" y="6" width="1" height="1" fill="rgb(48,101,124)"/>
218
+ <rect x="24" y="6" width="1" height="1" fill="rgb(0,162,150)"/>
219
+ <rect x="25" y="6" width="1" height="1" fill="rgb(3,157,148)"/>
220
+ <rect x="26" y="6" width="1" height="1" fill="rgb(3,157,148)"/>
221
+ <rect x="27" y="6" width="1" height="1" fill="rgb(23,133,137)"/>
222
+ <rect x="28" y="6" width="1" height="1" fill="rgb(62,84,116)"/>
223
+ <rect x="29" y="6" width="1" height="1" fill="rgb(70,75,112)"/>
224
+ <rect x="30" y="6" width="1" height="1" fill="rgb(74,70,110)"/>
225
+ <rect x="31" y="6" width="1" height="1" fill="rgb(70,75,112)"/>
226
+ <rect x="0" y="7" width="1" height="1" fill="rgb(24,163,145)"/>
227
+ <rect x="1" y="7" width="1" height="1" fill="rgb(19,163,146)"/>
228
+ <rect x="2" y="7" width="1" height="1" fill="rgb(24,163,145)"/>
229
+ <rect x="3" y="7" width="1" height="1" fill="rgb(66,79,114)"/>
230
+ <rect x="4" y="7" width="1" height="1" fill="rgb(21,136,138)"/>
231
+ <rect x="5" y="7" width="1" height="1" fill="rgb(3,157,148)"/>
232
+ <rect x="6" y="7" width="1" height="1" fill="rgb(0,162,150)"/>
233
+ <rect x="7" y="7" width="1" height="1" fill="rgb(21,136,138)"/>
234
+ <rect x="8" y="7" width="1" height="1" fill="rgb(23,133,137)"/>
235
+ <rect x="9" y="7" width="1" height="1" fill="rgb(11,148,143)"/>
236
+ <rect x="10" y="7" width="1" height="1" fill="rgb(13,145,142)"/>
237
+ <rect x="11" y="7" width="1" height="1" fill="rgb(5,155,146)"/>
238
+ <rect x="12" y="7" width="1" height="1" fill="rgb(235,168,110)"/>
239
+ <rect x="13" y="7" width="1" height="1" fill="rgb(14,163,147)"/>
240
+ <rect x="14" y="7" width="1" height="1" fill="rgb(14,163,147)"/>
241
+ <rect x="15" y="7" width="1" height="1" fill="rgb(24,163,145)"/>
242
+ <rect x="16" y="7" width="1" height="1" fill="rgb(76,67,109)"/>
243
+ <rect x="17" y="7" width="1" height="1" fill="rgb(70,75,112)"/>
244
+ <rect x="18" y="7" width="1" height="1" fill="rgb(82,60,106)"/>
245
+ <rect x="19" y="7" width="1" height="1" fill="rgb(82,60,106)"/>
246
+ <rect x="20" y="7" width="1" height="1" fill="rgb(76,67,109)"/>
247
+ <rect x="21" y="7" width="1" height="1" fill="rgb(17,140,140)"/>
248
+ <rect x="22" y="7" width="1" height="1" fill="rgb(13,145,142)"/>
249
+ <rect x="23" y="7" width="1" height="1" fill="rgb(21,136,138)"/>
250
+ <rect x="24" y="7" width="1" height="1" fill="rgb(21,136,138)"/>
251
+ <rect x="25" y="7" width="1" height="1" fill="rgb(3,157,148)"/>
252
+ <rect x="26" y="7" width="1" height="1" fill="rgb(7,153,145)"/>
253
+ <rect x="27" y="7" width="1" height="1" fill="rgb(25,131,136)"/>
254
+ <rect x="28" y="7" width="1" height="1" fill="rgb(66,79,114)"/>
255
+ <rect x="29" y="7" width="1" height="1" fill="rgb(72,72,111)"/>
256
+ <rect x="30" y="7" width="1" height="1" fill="rgb(78,65,108)"/>
257
+ <rect x="31" y="7" width="1" height="1" fill="rgb(76,67,109)"/>
258
+ <rect x="0" y="8" width="1" height="1" fill="rgb(24,163,145)"/>
259
+ <rect x="1" y="8" width="1" height="1" fill="rgb(35,118,131)"/>
260
+ <rect x="2" y="8" width="1" height="1" fill="rgb(66,79,114)"/>
261
+ <rect x="3" y="8" width="1" height="1" fill="rgb(68,77,113)"/>
262
+ <rect x="4" y="8" width="1" height="1" fill="rgb(94,45,100)"/>
263
+ <rect x="5" y="8" width="1" height="1" fill="rgb(94,45,100)"/>
264
+ <rect x="6" y="8" width="1" height="1" fill="rgb(48,101,124)"/>
265
+ <rect x="7" y="8" width="1" height="1" fill="rgb(21,136,138)"/>
266
+ <rect x="8" y="8" width="1" height="1" fill="rgb(23,133,137)"/>
267
+ <rect x="9" y="8" width="1" height="1" fill="rgb(9,150,144)"/>
268
+ <rect x="10" y="8" width="1" height="1" fill="rgb(11,148,143)"/>
269
+ <rect x="11" y="8" width="1" height="1" fill="rgb(78,164,136)"/>
270
+ <rect x="12" y="8" width="1" height="1" fill="rgb(34,163,144)"/>
271
+ <rect x="13" y="8" width="1" height="1" fill="rgb(19,163,146)"/>
272
+ <rect x="14" y="8" width="1" height="1" fill="rgb(24,163,145)"/>
273
+ <rect x="15" y="8" width="1" height="1" fill="rgb(24,163,145)"/>
274
+ <rect x="16" y="8" width="1" height="1" fill="rgb(92,48,101)"/>
275
+ <rect x="17" y="8" width="1" height="1" fill="rgb(72,72,111)"/>
276
+ <rect x="18" y="8" width="1" height="1" fill="rgb(84,58,105)"/>
277
+ <rect x="19" y="8" width="1" height="1" fill="rgb(76,67,109)"/>
278
+ <rect x="20" y="8" width="1" height="1" fill="rgb(84,58,105)"/>
279
+ <rect x="21" y="8" width="1" height="1" fill="rgb(15,143,141)"/>
280
+ <rect x="22" y="8" width="1" height="1" fill="rgb(13,145,142)"/>
281
+ <rect x="23" y="8" width="1" height="1" fill="rgb(23,133,137)"/>
282
+ <rect x="24" y="8" width="1" height="1" fill="rgb(23,133,137)"/>
283
+ <rect x="25" y="8" width="1" height="1" fill="rgb(17,140,140)"/>
284
+ <rect x="26" y="8" width="1" height="1" fill="rgb(3,157,148)"/>
285
+ <rect x="27" y="8" width="1" height="1" fill="rgb(62,84,116)"/>
286
+ <rect x="28" y="8" width="1" height="1" fill="rgb(66,79,114)"/>
287
+ <rect x="29" y="8" width="1" height="1" fill="rgb(68,77,113)"/>
288
+ <rect x="30" y="8" width="1" height="1" fill="rgb(78,65,108)"/>
289
+ <rect x="31" y="8" width="1" height="1" fill="rgb(80,62,107)"/>
290
+ <rect x="0" y="9" width="1" height="1" fill="rgb(49,163,141)"/>
291
+ <rect x="1" y="9" width="1" height="1" fill="rgb(33,121,132)"/>
292
+ <rect x="2" y="9" width="1" height="1" fill="rgb(64,82,115)"/>
293
+ <rect x="3" y="9" width="1" height="1" fill="rgb(84,58,105)"/>
294
+ <rect x="4" y="9" width="1" height="1" fill="rgb(94,45,100)"/>
295
+ <rect x="5" y="9" width="1" height="1" fill="rgb(94,45,100)"/>
296
+ <rect x="6" y="9" width="1" height="1" fill="rgb(84,58,105)"/>
297
+ <rect x="7" y="9" width="1" height="1" fill="rgb(13,145,142)"/>
298
+ <rect x="8" y="9" width="1" height="1" fill="rgb(13,145,142)"/>
299
+ <rect x="9" y="9" width="1" height="1" fill="rgb(5,155,146)"/>
300
+ <rect x="10" y="9" width="1" height="1" fill="rgb(11,148,143)"/>
301
+ <rect x="11" y="9" width="1" height="1" fill="rgb(11,148,143)"/>
302
+ <rect x="12" y="9" width="1" height="1" fill="rgb(34,163,144)"/>
303
+ <rect x="13" y="9" width="1" height="1" fill="rgb(34,163,144)"/>
304
+ <rect x="14" y="9" width="1" height="1" fill="rgb(24,163,145)"/>
305
+ <rect x="15" y="9" width="1" height="1" fill="rgb(24,163,145)"/>
306
+ <rect x="16" y="9" width="1" height="1" fill="rgb(92,48,101)"/>
307
+ <rect x="17" y="9" width="1" height="1" fill="rgb(90,50,102)"/>
308
+ <rect x="18" y="9" width="1" height="1" fill="rgb(80,62,107)"/>
309
+ <rect x="19" y="9" width="1" height="1" fill="rgb(82,60,106)"/>
310
+ <rect x="20" y="9" width="1" height="1" fill="rgb(80,62,107)"/>
311
+ <rect x="21" y="9" width="1" height="1" fill="rgb(11,148,143)"/>
312
+ <rect x="22" y="9" width="1" height="1" fill="rgb(5,155,146)"/>
313
+ <rect x="23" y="9" width="1" height="1" fill="rgb(9,150,144)"/>
314
+ <rect x="24" y="9" width="1" height="1" fill="rgb(11,148,143)"/>
315
+ <rect x="25" y="9" width="1" height="1" fill="rgb(15,143,141)"/>
316
+ <rect x="26" y="9" width="1" height="1" fill="rgb(3,157,148)"/>
317
+ <rect x="27" y="9" width="1" height="1" fill="rgb(47,104,125)"/>
318
+ <rect x="28" y="9" width="1" height="1" fill="rgb(64,82,115)"/>
319
+ <rect x="29" y="9" width="1" height="1" fill="rgb(60,87,117)"/>
320
+ <rect x="30" y="9" width="1" height="1" fill="rgb(64,82,115)"/>
321
+ <rect x="31" y="9" width="1" height="1" fill="rgb(90,50,102)"/>
322
+ <rect x="0" y="10" width="1" height="1" fill="rgb(35,118,131)"/>
323
+ <rect x="1" y="10" width="1" height="1" fill="rgb(29,126,134)"/>
324
+ <rect x="2" y="10" width="1" height="1" fill="rgb(47,104,125)"/>
325
+ <rect x="3" y="10" width="1" height="1" fill="rgb(76,67,109)"/>
326
+ <rect x="4" y="10" width="1" height="1" fill="rgb(82,60,106)"/>
327
+ <rect x="5" y="10" width="1" height="1" fill="rgb(82,60,106)"/>
328
+ <rect x="6" y="10" width="1" height="1" fill="rgb(76,67,109)"/>
329
+ <rect x="7" y="10" width="1" height="1" fill="rgb(17,140,140)"/>
330
+ <rect x="8" y="10" width="1" height="1" fill="rgb(15,143,141)"/>
331
+ <rect x="9" y="10" width="1" height="1" fill="rgb(11,148,143)"/>
332
+ <rect x="10" y="10" width="1" height="1" fill="rgb(11,148,143)"/>
333
+ <rect x="11" y="10" width="1" height="1" fill="rgb(11,148,143)"/>
334
+ <rect x="12" y="10" width="1" height="1" fill="rgb(29,163,145)"/>
335
+ <rect x="13" y="10" width="1" height="1" fill="rgb(19,163,146)"/>
336
+ <rect x="14" y="10" width="1" height="1" fill="rgb(24,163,145)"/>
337
+ <rect x="15" y="10" width="1" height="1" fill="rgb(3,157,148)"/>
338
+ <rect x="16" y="10" width="1" height="1" fill="rgb(86,55,104)"/>
339
+ <rect x="17" y="10" width="1" height="1" fill="rgb(88,53,103)"/>
340
+ <rect x="18" y="10" width="1" height="1" fill="rgb(80,62,107)"/>
341
+ <rect x="19" y="10" width="1" height="1" fill="rgb(78,65,108)"/>
342
+ <rect x="20" y="10" width="1" height="1" fill="rgb(45,106,126)"/>
343
+ <rect x="21" y="10" width="1" height="1" fill="rgb(11,148,143)"/>
344
+ <rect x="22" y="10" width="1" height="1" fill="rgb(11,148,143)"/>
345
+ <rect x="23" y="10" width="1" height="1" fill="rgb(11,148,143)"/>
346
+ <rect x="24" y="10" width="1" height="1" fill="rgb(13,145,142)"/>
347
+ <rect x="25" y="10" width="1" height="1" fill="rgb(3,157,148)"/>
348
+ <rect x="26" y="10" width="1" height="1" fill="rgb(132,165,127)"/>
349
+ <rect x="27" y="10" width="1" height="1" fill="rgb(3,157,148)"/>
350
+ <rect x="28" y="10" width="1" height="1" fill="rgb(62,84,116)"/>
351
+ <rect x="29" y="10" width="1" height="1" fill="rgb(64,82,115)"/>
352
+ <rect x="30" y="10" width="1" height="1" fill="rgb(64,82,115)"/>
353
+ <rect x="31" y="10" width="1" height="1" fill="rgb(88,53,103)"/>
354
+ <rect x="0" y="11" width="1" height="1" fill="rgb(33,121,132)"/>
355
+ <rect x="1" y="11" width="1" height="1" fill="rgb(78,65,108)"/>
356
+ <rect x="2" y="11" width="1" height="1" fill="rgb(76,67,109)"/>
357
+ <rect x="3" y="11" width="1" height="1" fill="rgb(76,67,109)"/>
358
+ <rect x="4" y="11" width="1" height="1" fill="rgb(72,72,111)"/>
359
+ <rect x="5" y="11" width="1" height="1" fill="rgb(82,60,106)"/>
360
+ <rect x="6" y="11" width="1" height="1" fill="rgb(82,60,106)"/>
361
+ <rect x="7" y="11" width="1" height="1" fill="rgb(76,67,109)"/>
362
+ <rect x="8" y="11" width="1" height="1" fill="rgb(84,58,105)"/>
363
+ <rect x="9" y="11" width="1" height="1" fill="rgb(80,62,107)"/>
364
+ <rect x="10" y="11" width="1" height="1" fill="rgb(45,106,126)"/>
365
+ <rect x="11" y="11" width="1" height="1" fill="rgb(41,111,128)"/>
366
+ <rect x="12" y="11" width="1" height="1" fill="rgb(3,157,148)"/>
367
+ <rect x="13" y="11" width="1" height="1" fill="rgb(31,123,133)"/>
368
+ <rect x="14" y="11" width="1" height="1" fill="rgb(27,128,135)"/>
369
+ <rect x="15" y="11" width="1" height="1" fill="rgb(5,155,146)"/>
370
+ <rect x="16" y="11" width="1" height="1" fill="rgb(66,79,114)"/>
371
+ <rect x="17" y="11" width="1" height="1" fill="rgb(82,60,106)"/>
372
+ <rect x="18" y="11" width="1" height="1" fill="rgb(74,70,110)"/>
373
+ <rect x="19" y="11" width="1" height="1" fill="rgb(43,109,127)"/>
374
+ <rect x="20" y="11" width="1" height="1" fill="rgb(41,111,128)"/>
375
+ <rect x="21" y="11" width="1" height="1" fill="rgb(11,148,143)"/>
376
+ <rect x="22" y="11" width="1" height="1" fill="rgb(11,148,143)"/>
377
+ <rect x="23" y="11" width="1" height="1" fill="rgb(78,164,136)"/>
378
+ <rect x="24" y="11" width="1" height="1" fill="rgb(5,155,146)"/>
379
+ <rect x="25" y="11" width="1" height="1" fill="rgb(3,157,148)"/>
380
+ <rect x="26" y="11" width="1" height="1" fill="rgb(3,157,148)"/>
381
+ <rect x="27" y="11" width="1" height="1" fill="rgb(3,157,148)"/>
382
+ <rect x="28" y="11" width="1" height="1" fill="rgb(50,99,123)"/>
383
+ <rect x="29" y="11" width="1" height="1" fill="rgb(66,79,114)"/>
384
+ <rect x="30" y="11" width="1" height="1" fill="rgb(66,79,114)"/>
385
+ <rect x="31" y="11" width="1" height="1" fill="rgb(60,87,117)"/>
386
+ <rect x="0" y="12" width="1" height="1" fill="rgb(35,118,131)"/>
387
+ <rect x="1" y="12" width="1" height="1" fill="rgb(80,62,107)"/>
388
+ <rect x="2" y="12" width="1" height="1" fill="rgb(80,62,107)"/>
389
+ <rect x="3" y="12" width="1" height="1" fill="rgb(72,72,111)"/>
390
+ <rect x="4" y="12" width="1" height="1" fill="rgb(80,62,107)"/>
391
+ <rect x="5" y="12" width="1" height="1" fill="rgb(82,60,106)"/>
392
+ <rect x="6" y="12" width="1" height="1" fill="rgb(82,60,106)"/>
393
+ <rect x="7" y="12" width="1" height="1" fill="rgb(82,60,106)"/>
394
+ <rect x="8" y="12" width="1" height="1" fill="rgb(76,67,109)"/>
395
+ <rect x="9" y="12" width="1" height="1" fill="rgb(82,60,106)"/>
396
+ <rect x="10" y="12" width="1" height="1" fill="rgb(78,65,108)"/>
397
+ <rect x="11" y="12" width="1" height="1" fill="rgb(43,109,127)"/>
398
+ <rect x="12" y="12" width="1" height="1" fill="rgb(45,106,126)"/>
399
+ <rect x="13" y="12" width="1" height="1" fill="rgb(29,126,134)"/>
400
+ <rect x="14" y="12" width="1" height="1" fill="rgb(25,131,136)"/>
401
+ <rect x="15" y="12" width="1" height="1" fill="rgb(19,138,139)"/>
402
+ <rect x="16" y="12" width="1" height="1" fill="rgb(60,87,117)"/>
403
+ <rect x="17" y="12" width="1" height="1" fill="rgb(68,77,113)"/>
404
+ <rect x="18" y="12" width="1" height="1" fill="rgb(43,109,127)"/>
405
+ <rect x="19" y="12" width="1" height="1" fill="rgb(45,106,126)"/>
406
+ <rect x="20" y="12" width="1" height="1" fill="rgb(3,157,148)"/>
407
+ <rect x="21" y="12" width="1" height="1" fill="rgb(29,163,145)"/>
408
+ <rect x="22" y="12" width="1" height="1" fill="rgb(34,163,144)"/>
409
+ <rect x="23" y="12" width="1" height="1" fill="rgb(34,163,144)"/>
410
+ <rect x="24" y="12" width="1" height="1" fill="rgb(235,168,110)"/>
411
+ <rect x="25" y="12" width="1" height="1" fill="rgb(3,157,148)"/>
412
+ <rect x="26" y="12" width="1" height="1" fill="rgb(3,157,148)"/>
413
+ <rect x="27" y="12" width="1" height="1" fill="rgb(37,116,130)"/>
414
+ <rect x="28" y="12" width="1" height="1" fill="rgb(52,97,122)"/>
415
+ <rect x="29" y="12" width="1" height="1" fill="rgb(48,101,124)"/>
416
+ <rect x="30" y="12" width="1" height="1" fill="rgb(62,84,116)"/>
417
+ <rect x="31" y="12" width="1" height="1" fill="rgb(60,87,117)"/>
418
+ <rect x="0" y="13" width="1" height="1" fill="rgb(35,118,131)"/>
419
+ <rect x="1" y="13" width="1" height="1" fill="rgb(33,121,132)"/>
420
+ <rect x="2" y="13" width="1" height="1" fill="rgb(78,65,108)"/>
421
+ <rect x="3" y="13" width="1" height="1" fill="rgb(82,60,106)"/>
422
+ <rect x="4" y="13" width="1" height="1" fill="rgb(74,70,110)"/>
423
+ <rect x="5" y="13" width="1" height="1" fill="rgb(82,60,106)"/>
424
+ <rect x="6" y="13" width="1" height="1" fill="rgb(82,60,106)"/>
425
+ <rect x="7" y="13" width="1" height="1" fill="rgb(82,60,106)"/>
426
+ <rect x="8" y="13" width="1" height="1" fill="rgb(84,58,105)"/>
427
+ <rect x="9" y="13" width="1" height="1" fill="rgb(80,62,107)"/>
428
+ <rect x="10" y="13" width="1" height="1" fill="rgb(80,62,107)"/>
429
+ <rect x="11" y="13" width="1" height="1" fill="rgb(74,70,110)"/>
430
+ <rect x="12" y="13" width="1" height="1" fill="rgb(43,109,127)"/>
431
+ <rect x="13" y="13" width="1" height="1" fill="rgb(33,121,132)"/>
432
+ <rect x="14" y="13" width="1" height="1" fill="rgb(31,123,133)"/>
433
+ <rect x="15" y="13" width="1" height="1" fill="rgb(33,121,132)"/>
434
+ <rect x="16" y="13" width="1" height="1" fill="rgb(52,97,122)"/>
435
+ <rect x="17" y="13" width="1" height="1" fill="rgb(41,111,128)"/>
436
+ <rect x="18" y="13" width="1" height="1" fill="rgb(33,121,132)"/>
437
+ <rect x="19" y="13" width="1" height="1" fill="rgb(29,126,134)"/>
438
+ <rect x="20" y="13" width="1" height="1" fill="rgb(31,123,133)"/>
439
+ <rect x="21" y="13" width="1" height="1" fill="rgb(19,163,146)"/>
440
+ <rect x="22" y="13" width="1" height="1" fill="rgb(34,163,144)"/>
441
+ <rect x="23" y="13" width="1" height="1" fill="rgb(19,163,146)"/>
442
+ <rect x="24" y="13" width="1" height="1" fill="rgb(14,163,147)"/>
443
+ <rect x="25" y="13" width="1" height="1" fill="rgb(5,155,146)"/>
444
+ <rect x="26" y="13" width="1" height="1" fill="rgb(41,111,128)"/>
445
+ <rect x="27" y="13" width="1" height="1" fill="rgb(39,114,129)"/>
446
+ <rect x="28" y="13" width="1" height="1" fill="rgb(56,92,119)"/>
447
+ <rect x="29" y="13" width="1" height="1" fill="rgb(56,92,119)"/>
448
+ <rect x="30" y="13" width="1" height="1" fill="rgb(50,99,123)"/>
449
+ <rect x="31" y="13" width="1" height="1" fill="rgb(50,99,123)"/>
450
+ <rect x="0" y="14" width="1" height="1" fill="rgb(54,94,121)"/>
451
+ <rect x="1" y="14" width="1" height="1" fill="rgb(66,79,114)"/>
452
+ <rect x="2" y="14" width="1" height="1" fill="rgb(70,75,112)"/>
453
+ <rect x="3" y="14" width="1" height="1" fill="rgb(70,75,112)"/>
454
+ <rect x="4" y="14" width="1" height="1" fill="rgb(80,62,107)"/>
455
+ <rect x="5" y="14" width="1" height="1" fill="rgb(82,60,106)"/>
456
+ <rect x="6" y="14" width="1" height="1" fill="rgb(82,60,106)"/>
457
+ <rect x="7" y="14" width="1" height="1" fill="rgb(70,75,112)"/>
458
+ <rect x="8" y="14" width="1" height="1" fill="rgb(72,72,111)"/>
459
+ <rect x="9" y="14" width="1" height="1" fill="rgb(90,50,102)"/>
460
+ <rect x="10" y="14" width="1" height="1" fill="rgb(88,53,103)"/>
461
+ <rect x="11" y="14" width="1" height="1" fill="rgb(82,60,106)"/>
462
+ <rect x="12" y="14" width="1" height="1" fill="rgb(68,77,113)"/>
463
+ <rect x="13" y="14" width="1" height="1" fill="rgb(41,111,128)"/>
464
+ <rect x="14" y="14" width="1" height="1" fill="rgb(31,123,133)"/>
465
+ <rect x="15" y="14" width="1" height="1" fill="rgb(52,97,122)"/>
466
+ <rect x="16" y="14" width="1" height="1" fill="rgb(48,101,124)"/>
467
+ <rect x="17" y="14" width="1" height="1" fill="rgb(31,123,133)"/>
468
+ <rect x="18" y="14" width="1" height="1" fill="rgb(31,123,133)"/>
469
+ <rect x="19" y="14" width="1" height="1" fill="rgb(25,131,136)"/>
470
+ <rect x="20" y="14" width="1" height="1" fill="rgb(27,128,135)"/>
471
+ <rect x="21" y="14" width="1" height="1" fill="rgb(24,163,145)"/>
472
+ <rect x="22" y="14" width="1" height="1" fill="rgb(24,163,145)"/>
473
+ <rect x="23" y="14" width="1" height="1" fill="rgb(24,163,145)"/>
474
+ <rect x="24" y="14" width="1" height="1" fill="rgb(14,163,147)"/>
475
+ <rect x="25" y="14" width="1" height="1" fill="rgb(43,109,127)"/>
476
+ <rect x="26" y="14" width="1" height="1" fill="rgb(43,109,127)"/>
477
+ <rect x="27" y="14" width="1" height="1" fill="rgb(39,114,129)"/>
478
+ <rect x="28" y="14" width="1" height="1" fill="rgb(58,89,118)"/>
479
+ <rect x="29" y="14" width="1" height="1" fill="rgb(58,89,118)"/>
480
+ <rect x="30" y="14" width="1" height="1" fill="rgb(50,99,123)"/>
481
+ <rect x="31" y="14" width="1" height="1" fill="rgb(50,99,123)"/>
482
+ <rect x="0" y="15" width="1" height="1" fill="rgb(70,75,112)"/>
483
+ <rect x="1" y="15" width="1" height="1" fill="rgb(72,72,111)"/>
484
+ <rect x="2" y="15" width="1" height="1" fill="rgb(62,84,116)"/>
485
+ <rect x="3" y="15" width="1" height="1" fill="rgb(70,75,112)"/>
486
+ <rect x="4" y="15" width="1" height="1" fill="rgb(68,77,113)"/>
487
+ <rect x="5" y="15" width="1" height="1" fill="rgb(84,58,105)"/>
488
+ <rect x="6" y="15" width="1" height="1" fill="rgb(84,58,105)"/>
489
+ <rect x="7" y="15" width="1" height="1" fill="rgb(76,67,109)"/>
490
+ <rect x="8" y="15" width="1" height="1" fill="rgb(92,48,101)"/>
491
+ <rect x="9" y="15" width="1" height="1" fill="rgb(92,48,101)"/>
492
+ <rect x="10" y="15" width="1" height="1" fill="rgb(86,55,104)"/>
493
+ <rect x="11" y="15" width="1" height="1" fill="rgb(66,79,114)"/>
494
+ <rect x="12" y="15" width="1" height="1" fill="rgb(60,87,117)"/>
495
+ <rect x="13" y="15" width="1" height="1" fill="rgb(52,97,122)"/>
496
+ <rect x="14" y="15" width="1" height="1" fill="rgb(48,101,124)"/>
497
+ <rect x="15" y="15" width="1" height="1" fill="rgb(50,99,123)"/>
498
+ <rect x="16" y="15" width="1" height="1" fill="rgb(50,99,123)"/>
499
+ <rect x="17" y="15" width="1" height="1" fill="rgb(52,97,122)"/>
500
+ <rect x="18" y="15" width="1" height="1" fill="rgb(33,121,132)"/>
501
+ <rect x="19" y="15" width="1" height="1" fill="rgb(19,138,139)"/>
502
+ <rect x="20" y="15" width="1" height="1" fill="rgb(5,155,146)"/>
503
+ <rect x="21" y="15" width="1" height="1" fill="rgb(3,157,148)"/>
504
+ <rect x="22" y="15" width="1" height="1" fill="rgb(24,163,145)"/>
505
+ <rect x="23" y="15" width="1" height="1" fill="rgb(24,163,145)"/>
506
+ <rect x="24" y="15" width="1" height="1" fill="rgb(24,163,145)"/>
507
+ <rect x="25" y="15" width="1" height="1" fill="rgb(24,163,145)"/>
508
+ <rect x="26" y="15" width="1" height="1" fill="rgb(41,111,128)"/>
509
+ <rect x="27" y="15" width="1" height="1" fill="rgb(39,114,129)"/>
510
+ <rect x="28" y="15" width="1" height="1" fill="rgb(60,87,117)"/>
511
+ <rect x="29" y="15" width="1" height="1" fill="rgb(76,67,109)"/>
512
+ <rect x="30" y="15" width="1" height="1" fill="rgb(80,62,107)"/>
513
+ <rect x="31" y="15" width="1" height="1" fill="rgb(72,72,111)"/>
514
+ <rect x="0" y="16" width="1" height="1" fill="rgb(72,72,111)"/>
515
+ <rect x="1" y="16" width="1" height="1" fill="rgb(80,62,107)"/>
516
+ <rect x="2" y="16" width="1" height="1" fill="rgb(76,67,109)"/>
517
+ <rect x="3" y="16" width="1" height="1" fill="rgb(60,87,117)"/>
518
+ <rect x="4" y="16" width="1" height="1" fill="rgb(39,114,129)"/>
519
+ <rect x="5" y="16" width="1" height="1" fill="rgb(41,111,128)"/>
520
+ <rect x="6" y="16" width="1" height="1" fill="rgb(24,163,145)"/>
521
+ <rect x="7" y="16" width="1" height="1" fill="rgb(24,163,145)"/>
522
+ <rect x="8" y="16" width="1" height="1" fill="rgb(24,163,145)"/>
523
+ <rect x="9" y="16" width="1" height="1" fill="rgb(24,163,145)"/>
524
+ <rect x="10" y="16" width="1" height="1" fill="rgb(3,157,148)"/>
525
+ <rect x="11" y="16" width="1" height="1" fill="rgb(5,155,146)"/>
526
+ <rect x="12" y="16" width="1" height="1" fill="rgb(19,138,139)"/>
527
+ <rect x="13" y="16" width="1" height="1" fill="rgb(33,121,132)"/>
528
+ <rect x="14" y="16" width="1" height="1" fill="rgb(52,97,122)"/>
529
+ <rect x="15" y="16" width="1" height="1" fill="rgb(50,99,123)"/>
530
+ <rect x="16" y="16" width="1" height="1" fill="rgb(50,99,123)"/>
531
+ <rect x="17" y="16" width="1" height="1" fill="rgb(48,101,124)"/>
532
+ <rect x="18" y="16" width="1" height="1" fill="rgb(52,97,122)"/>
533
+ <rect x="19" y="16" width="1" height="1" fill="rgb(60,87,117)"/>
534
+ <rect x="20" y="16" width="1" height="1" fill="rgb(66,79,114)"/>
535
+ <rect x="21" y="16" width="1" height="1" fill="rgb(86,55,104)"/>
536
+ <rect x="22" y="16" width="1" height="1" fill="rgb(92,48,101)"/>
537
+ <rect x="23" y="16" width="1" height="1" fill="rgb(92,48,101)"/>
538
+ <rect x="24" y="16" width="1" height="1" fill="rgb(76,67,109)"/>
539
+ <rect x="25" y="16" width="1" height="1" fill="rgb(84,58,105)"/>
540
+ <rect x="26" y="16" width="1" height="1" fill="rgb(84,58,105)"/>
541
+ <rect x="27" y="16" width="1" height="1" fill="rgb(68,77,113)"/>
542
+ <rect x="28" y="16" width="1" height="1" fill="rgb(70,75,112)"/>
543
+ <rect x="29" y="16" width="1" height="1" fill="rgb(62,84,116)"/>
544
+ <rect x="30" y="16" width="1" height="1" fill="rgb(72,72,111)"/>
545
+ <rect x="31" y="16" width="1" height="1" fill="rgb(70,75,112)"/>
546
+ <rect x="0" y="17" width="1" height="1" fill="rgb(50,99,123)"/>
547
+ <rect x="1" y="17" width="1" height="1" fill="rgb(50,99,123)"/>
548
+ <rect x="2" y="17" width="1" height="1" fill="rgb(58,89,118)"/>
549
+ <rect x="3" y="17" width="1" height="1" fill="rgb(58,89,118)"/>
550
+ <rect x="4" y="17" width="1" height="1" fill="rgb(39,114,129)"/>
551
+ <rect x="5" y="17" width="1" height="1" fill="rgb(43,109,127)"/>
552
+ <rect x="6" y="17" width="1" height="1" fill="rgb(43,109,127)"/>
553
+ <rect x="7" y="17" width="1" height="1" fill="rgb(14,163,147)"/>
554
+ <rect x="8" y="17" width="1" height="1" fill="rgb(24,163,145)"/>
555
+ <rect x="9" y="17" width="1" height="1" fill="rgb(24,163,145)"/>
556
+ <rect x="10" y="17" width="1" height="1" fill="rgb(24,163,145)"/>
557
+ <rect x="11" y="17" width="1" height="1" fill="rgb(27,128,135)"/>
558
+ <rect x="12" y="17" width="1" height="1" fill="rgb(25,131,136)"/>
559
+ <rect x="13" y="17" width="1" height="1" fill="rgb(31,123,133)"/>
560
+ <rect x="14" y="17" width="1" height="1" fill="rgb(31,123,133)"/>
561
+ <rect x="15" y="17" width="1" height="1" fill="rgb(48,101,124)"/>
562
+ <rect x="16" y="17" width="1" height="1" fill="rgb(52,97,122)"/>
563
+ <rect x="17" y="17" width="1" height="1" fill="rgb(31,123,133)"/>
564
+ <rect x="18" y="17" width="1" height="1" fill="rgb(41,111,128)"/>
565
+ <rect x="19" y="17" width="1" height="1" fill="rgb(68,77,113)"/>
566
+ <rect x="20" y="17" width="1" height="1" fill="rgb(82,60,106)"/>
567
+ <rect x="21" y="17" width="1" height="1" fill="rgb(88,53,103)"/>
568
+ <rect x="22" y="17" width="1" height="1" fill="rgb(90,50,102)"/>
569
+ <rect x="23" y="17" width="1" height="1" fill="rgb(72,72,111)"/>
570
+ <rect x="24" y="17" width="1" height="1" fill="rgb(70,75,112)"/>
571
+ <rect x="25" y="17" width="1" height="1" fill="rgb(82,60,106)"/>
572
+ <rect x="26" y="17" width="1" height="1" fill="rgb(82,60,106)"/>
573
+ <rect x="27" y="17" width="1" height="1" fill="rgb(80,62,107)"/>
574
+ <rect x="28" y="17" width="1" height="1" fill="rgb(70,75,112)"/>
575
+ <rect x="29" y="17" width="1" height="1" fill="rgb(70,75,112)"/>
576
+ <rect x="30" y="17" width="1" height="1" fill="rgb(66,79,114)"/>
577
+ <rect x="31" y="17" width="1" height="1" fill="rgb(54,94,121)"/>
578
+ <rect x="0" y="18" width="1" height="1" fill="rgb(50,99,123)"/>
579
+ <rect x="1" y="18" width="1" height="1" fill="rgb(50,99,123)"/>
580
+ <rect x="2" y="18" width="1" height="1" fill="rgb(56,92,119)"/>
581
+ <rect x="3" y="18" width="1" height="1" fill="rgb(56,92,119)"/>
582
+ <rect x="4" y="18" width="1" height="1" fill="rgb(39,114,129)"/>
583
+ <rect x="5" y="18" width="1" height="1" fill="rgb(41,111,128)"/>
584
+ <rect x="6" y="18" width="1" height="1" fill="rgb(5,155,146)"/>
585
+ <rect x="7" y="18" width="1" height="1" fill="rgb(14,163,147)"/>
586
+ <rect x="8" y="18" width="1" height="1" fill="rgb(19,163,146)"/>
587
+ <rect x="9" y="18" width="1" height="1" fill="rgb(34,163,144)"/>
588
+ <rect x="10" y="18" width="1" height="1" fill="rgb(19,163,146)"/>
589
+ <rect x="11" y="18" width="1" height="1" fill="rgb(31,123,133)"/>
590
+ <rect x="12" y="18" width="1" height="1" fill="rgb(29,126,134)"/>
591
+ <rect x="13" y="18" width="1" height="1" fill="rgb(33,121,132)"/>
592
+ <rect x="14" y="18" width="1" height="1" fill="rgb(41,111,128)"/>
593
+ <rect x="15" y="18" width="1" height="1" fill="rgb(52,97,122)"/>
594
+ <rect x="16" y="18" width="1" height="1" fill="rgb(33,121,132)"/>
595
+ <rect x="17" y="18" width="1" height="1" fill="rgb(31,123,133)"/>
596
+ <rect x="18" y="18" width="1" height="1" fill="rgb(33,121,132)"/>
597
+ <rect x="19" y="18" width="1" height="1" fill="rgb(43,109,127)"/>
598
+ <rect x="20" y="18" width="1" height="1" fill="rgb(74,70,110)"/>
599
+ <rect x="21" y="18" width="1" height="1" fill="rgb(80,62,107)"/>
600
+ <rect x="22" y="18" width="1" height="1" fill="rgb(80,62,107)"/>
601
+ <rect x="23" y="18" width="1" height="1" fill="rgb(84,58,105)"/>
602
+ <rect x="24" y="18" width="1" height="1" fill="rgb(82,60,106)"/>
603
+ <rect x="25" y="18" width="1" height="1" fill="rgb(82,60,106)"/>
604
+ <rect x="26" y="18" width="1" height="1" fill="rgb(82,60,106)"/>
605
+ <rect x="27" y="18" width="1" height="1" fill="rgb(74,70,110)"/>
606
+ <rect x="28" y="18" width="1" height="1" fill="rgb(82,60,106)"/>
607
+ <rect x="29" y="18" width="1" height="1" fill="rgb(78,65,108)"/>
608
+ <rect x="30" y="18" width="1" height="1" fill="rgb(33,121,132)"/>
609
+ <rect x="31" y="18" width="1" height="1" fill="rgb(35,118,131)"/>
610
+ <rect x="0" y="19" width="1" height="1" fill="rgb(60,87,117)"/>
611
+ <rect x="1" y="19" width="1" height="1" fill="rgb(62,84,116)"/>
612
+ <rect x="2" y="19" width="1" height="1" fill="rgb(48,101,124)"/>
613
+ <rect x="3" y="19" width="1" height="1" fill="rgb(52,97,122)"/>
614
+ <rect x="4" y="19" width="1" height="1" fill="rgb(37,116,130)"/>
615
+ <rect x="5" y="19" width="1" height="1" fill="rgb(3,157,148)"/>
616
+ <rect x="6" y="19" width="1" height="1" fill="rgb(3,157,148)"/>
617
+ <rect x="7" y="19" width="1" height="1" fill="rgb(235,168,110)"/>
618
+ <rect x="8" y="19" width="1" height="1" fill="rgb(34,163,144)"/>
619
+ <rect x="9" y="19" width="1" height="1" fill="rgb(34,163,144)"/>
620
+ <rect x="10" y="19" width="1" height="1" fill="rgb(29,163,145)"/>
621
+ <rect x="11" y="19" width="1" height="1" fill="rgb(3,157,148)"/>
622
+ <rect x="12" y="19" width="1" height="1" fill="rgb(45,106,126)"/>
623
+ <rect x="13" y="19" width="1" height="1" fill="rgb(43,109,127)"/>
624
+ <rect x="14" y="19" width="1" height="1" fill="rgb(68,77,113)"/>
625
+ <rect x="15" y="19" width="1" height="1" fill="rgb(60,87,117)"/>
626
+ <rect x="16" y="19" width="1" height="1" fill="rgb(19,138,139)"/>
627
+ <rect x="17" y="19" width="1" height="1" fill="rgb(25,131,136)"/>
628
+ <rect x="18" y="19" width="1" height="1" fill="rgb(29,126,134)"/>
629
+ <rect x="19" y="19" width="1" height="1" fill="rgb(45,106,126)"/>
630
+ <rect x="20" y="19" width="1" height="1" fill="rgb(43,109,127)"/>
631
+ <rect x="21" y="19" width="1" height="1" fill="rgb(78,65,108)"/>
632
+ <rect x="22" y="19" width="1" height="1" fill="rgb(82,60,106)"/>
633
+ <rect x="23" y="19" width="1" height="1" fill="rgb(76,67,109)"/>
634
+ <rect x="24" y="19" width="1" height="1" fill="rgb(82,60,106)"/>
635
+ <rect x="25" y="19" width="1" height="1" fill="rgb(82,60,106)"/>
636
+ <rect x="26" y="19" width="1" height="1" fill="rgb(82,60,106)"/>
637
+ <rect x="27" y="19" width="1" height="1" fill="rgb(80,62,107)"/>
638
+ <rect x="28" y="19" width="1" height="1" fill="rgb(72,72,111)"/>
639
+ <rect x="29" y="19" width="1" height="1" fill="rgb(80,62,107)"/>
640
+ <rect x="30" y="19" width="1" height="1" fill="rgb(80,62,107)"/>
641
+ <rect x="31" y="19" width="1" height="1" fill="rgb(35,118,131)"/>
642
+ <rect x="0" y="20" width="1" height="1" fill="rgb(60,87,117)"/>
643
+ <rect x="1" y="20" width="1" height="1" fill="rgb(66,79,114)"/>
644
+ <rect x="2" y="20" width="1" height="1" fill="rgb(66,79,114)"/>
645
+ <rect x="3" y="20" width="1" height="1" fill="rgb(50,99,123)"/>
646
+ <rect x="4" y="20" width="1" height="1" fill="rgb(3,157,148)"/>
647
+ <rect x="5" y="20" width="1" height="1" fill="rgb(3,157,148)"/>
648
+ <rect x="6" y="20" width="1" height="1" fill="rgb(3,157,148)"/>
649
+ <rect x="7" y="20" width="1" height="1" fill="rgb(5,155,146)"/>
650
+ <rect x="8" y="20" width="1" height="1" fill="rgb(78,164,136)"/>
651
+ <rect x="9" y="20" width="1" height="1" fill="rgb(11,148,143)"/>
652
+ <rect x="10" y="20" width="1" height="1" fill="rgb(11,148,143)"/>
653
+ <rect x="11" y="20" width="1" height="1" fill="rgb(41,111,128)"/>
654
+ <rect x="12" y="20" width="1" height="1" fill="rgb(43,109,127)"/>
655
+ <rect x="13" y="20" width="1" height="1" fill="rgb(74,70,110)"/>
656
+ <rect x="14" y="20" width="1" height="1" fill="rgb(82,60,106)"/>
657
+ <rect x="15" y="20" width="1" height="1" fill="rgb(66,79,114)"/>
658
+ <rect x="16" y="20" width="1" height="1" fill="rgb(5,155,146)"/>
659
+ <rect x="17" y="20" width="1" height="1" fill="rgb(27,128,135)"/>
660
+ <rect x="18" y="20" width="1" height="1" fill="rgb(31,123,133)"/>
661
+ <rect x="19" y="20" width="1" height="1" fill="rgb(3,157,148)"/>
662
+ <rect x="20" y="20" width="1" height="1" fill="rgb(41,111,128)"/>
663
+ <rect x="21" y="20" width="1" height="1" fill="rgb(45,106,126)"/>
664
+ <rect x="22" y="20" width="1" height="1" fill="rgb(80,62,107)"/>
665
+ <rect x="23" y="20" width="1" height="1" fill="rgb(84,58,105)"/>
666
+ <rect x="24" y="20" width="1" height="1" fill="rgb(76,67,109)"/>
667
+ <rect x="25" y="20" width="1" height="1" fill="rgb(82,60,106)"/>
668
+ <rect x="26" y="20" width="1" height="1" fill="rgb(82,60,106)"/>
669
+ <rect x="27" y="20" width="1" height="1" fill="rgb(72,72,111)"/>
670
+ <rect x="28" y="20" width="1" height="1" fill="rgb(76,67,109)"/>
671
+ <rect x="29" y="20" width="1" height="1" fill="rgb(76,67,109)"/>
672
+ <rect x="30" y="20" width="1" height="1" fill="rgb(78,65,108)"/>
673
+ <rect x="31" y="20" width="1" height="1" fill="rgb(33,121,132)"/>
674
+ <rect x="0" y="21" width="1" height="1" fill="rgb(88,53,103)"/>
675
+ <rect x="1" y="21" width="1" height="1" fill="rgb(64,82,115)"/>
676
+ <rect x="2" y="21" width="1" height="1" fill="rgb(64,82,115)"/>
677
+ <rect x="3" y="21" width="1" height="1" fill="rgb(62,84,116)"/>
678
+ <rect x="4" y="21" width="1" height="1" fill="rgb(3,157,148)"/>
679
+ <rect x="5" y="21" width="1" height="1" fill="rgb(132,165,127)"/>
680
+ <rect x="6" y="21" width="1" height="1" fill="rgb(3,157,148)"/>
681
+ <rect x="7" y="21" width="1" height="1" fill="rgb(13,145,142)"/>
682
+ <rect x="8" y="21" width="1" height="1" fill="rgb(11,148,143)"/>
683
+ <rect x="9" y="21" width="1" height="1" fill="rgb(11,148,143)"/>
684
+ <rect x="10" y="21" width="1" height="1" fill="rgb(11,148,143)"/>
685
+ <rect x="11" y="21" width="1" height="1" fill="rgb(45,106,126)"/>
686
+ <rect x="12" y="21" width="1" height="1" fill="rgb(78,65,108)"/>
687
+ <rect x="13" y="21" width="1" height="1" fill="rgb(80,62,107)"/>
688
+ <rect x="14" y="21" width="1" height="1" fill="rgb(88,53,103)"/>
689
+ <rect x="15" y="21" width="1" height="1" fill="rgb(86,55,104)"/>
690
+ <rect x="16" y="21" width="1" height="1" fill="rgb(3,157,148)"/>
691
+ <rect x="17" y="21" width="1" height="1" fill="rgb(24,163,145)"/>
692
+ <rect x="18" y="21" width="1" height="1" fill="rgb(19,163,146)"/>
693
+ <rect x="19" y="21" width="1" height="1" fill="rgb(29,163,145)"/>
694
+ <rect x="20" y="21" width="1" height="1" fill="rgb(11,148,143)"/>
695
+ <rect x="21" y="21" width="1" height="1" fill="rgb(11,148,143)"/>
696
+ <rect x="22" y="21" width="1" height="1" fill="rgb(11,148,143)"/>
697
+ <rect x="23" y="21" width="1" height="1" fill="rgb(15,143,141)"/>
698
+ <rect x="24" y="21" width="1" height="1" fill="rgb(17,140,140)"/>
699
+ <rect x="25" y="21" width="1" height="1" fill="rgb(76,67,109)"/>
700
+ <rect x="26" y="21" width="1" height="1" fill="rgb(82,60,106)"/>
701
+ <rect x="27" y="21" width="1" height="1" fill="rgb(82,60,106)"/>
702
+ <rect x="28" y="21" width="1" height="1" fill="rgb(76,67,109)"/>
703
+ <rect x="29" y="21" width="1" height="1" fill="rgb(47,104,125)"/>
704
+ <rect x="30" y="21" width="1" height="1" fill="rgb(29,126,134)"/>
705
+ <rect x="31" y="21" width="1" height="1" fill="rgb(35,118,131)"/>
706
+ <rect x="0" y="22" width="1" height="1" fill="rgb(90,50,102)"/>
707
+ <rect x="1" y="22" width="1" height="1" fill="rgb(64,82,115)"/>
708
+ <rect x="2" y="22" width="1" height="1" fill="rgb(60,87,117)"/>
709
+ <rect x="3" y="22" width="1" height="1" fill="rgb(64,82,115)"/>
710
+ <rect x="4" y="22" width="1" height="1" fill="rgb(47,104,125)"/>
711
+ <rect x="5" y="22" width="1" height="1" fill="rgb(3,157,148)"/>
712
+ <rect x="6" y="22" width="1" height="1" fill="rgb(15,143,141)"/>
713
+ <rect x="7" y="22" width="1" height="1" fill="rgb(11,148,143)"/>
714
+ <rect x="8" y="22" width="1" height="1" fill="rgb(9,150,144)"/>
715
+ <rect x="9" y="22" width="1" height="1" fill="rgb(5,155,146)"/>
716
+ <rect x="10" y="22" width="1" height="1" fill="rgb(11,148,143)"/>
717
+ <rect x="11" y="22" width="1" height="1" fill="rgb(80,62,107)"/>
718
+ <rect x="12" y="22" width="1" height="1" fill="rgb(82,60,106)"/>
719
+ <rect x="13" y="22" width="1" height="1" fill="rgb(80,62,107)"/>
720
+ <rect x="14" y="22" width="1" height="1" fill="rgb(90,50,102)"/>
721
+ <rect x="15" y="22" width="1" height="1" fill="rgb(92,48,101)"/>
722
+ <rect x="16" y="22" width="1" height="1" fill="rgb(24,163,145)"/>
723
+ <rect x="17" y="22" width="1" height="1" fill="rgb(24,163,145)"/>
724
+ <rect x="18" y="22" width="1" height="1" fill="rgb(34,163,144)"/>
725
+ <rect x="19" y="22" width="1" height="1" fill="rgb(34,163,144)"/>
726
+ <rect x="20" y="22" width="1" height="1" fill="rgb(11,148,143)"/>
727
+ <rect x="21" y="22" width="1" height="1" fill="rgb(11,148,143)"/>
728
+ <rect x="22" y="22" width="1" height="1" fill="rgb(5,155,146)"/>
729
+ <rect x="23" y="22" width="1" height="1" fill="rgb(13,145,142)"/>
730
+ <rect x="24" y="22" width="1" height="1" fill="rgb(13,145,142)"/>
731
+ <rect x="25" y="22" width="1" height="1" fill="rgb(84,58,105)"/>
732
+ <rect x="26" y="22" width="1" height="1" fill="rgb(94,45,100)"/>
733
+ <rect x="27" y="22" width="1" height="1" fill="rgb(94,45,100)"/>
734
+ <rect x="28" y="22" width="1" height="1" fill="rgb(84,58,105)"/>
735
+ <rect x="29" y="22" width="1" height="1" fill="rgb(64,82,115)"/>
736
+ <rect x="30" y="22" width="1" height="1" fill="rgb(33,121,132)"/>
737
+ <rect x="31" y="22" width="1" height="1" fill="rgb(49,163,141)"/>
738
+ <rect x="0" y="23" width="1" height="1" fill="rgb(80,62,107)"/>
739
+ <rect x="1" y="23" width="1" height="1" fill="rgb(78,65,108)"/>
740
+ <rect x="2" y="23" width="1" height="1" fill="rgb(68,77,113)"/>
741
+ <rect x="3" y="23" width="1" height="1" fill="rgb(66,79,114)"/>
742
+ <rect x="4" y="23" width="1" height="1" fill="rgb(62,84,116)"/>
743
+ <rect x="5" y="23" width="1" height="1" fill="rgb(3,157,148)"/>
744
+ <rect x="6" y="23" width="1" height="1" fill="rgb(17,140,140)"/>
745
+ <rect x="7" y="23" width="1" height="1" fill="rgb(23,133,137)"/>
746
+ <rect x="8" y="23" width="1" height="1" fill="rgb(23,133,137)"/>
747
+ <rect x="9" y="23" width="1" height="1" fill="rgb(13,145,142)"/>
748
+ <rect x="10" y="23" width="1" height="1" fill="rgb(15,143,141)"/>
749
+ <rect x="11" y="23" width="1" height="1" fill="rgb(84,58,105)"/>
750
+ <rect x="12" y="23" width="1" height="1" fill="rgb(76,67,109)"/>
751
+ <rect x="13" y="23" width="1" height="1" fill="rgb(84,58,105)"/>
752
+ <rect x="14" y="23" width="1" height="1" fill="rgb(72,72,111)"/>
753
+ <rect x="15" y="23" width="1" height="1" fill="rgb(92,48,101)"/>
754
+ <rect x="16" y="23" width="1" height="1" fill="rgb(24,163,145)"/>
755
+ <rect x="17" y="23" width="1" height="1" fill="rgb(24,163,145)"/>
756
+ <rect x="18" y="23" width="1" height="1" fill="rgb(19,163,146)"/>
757
+ <rect x="19" y="23" width="1" height="1" fill="rgb(34,163,144)"/>
758
+ <rect x="20" y="23" width="1" height="1" fill="rgb(78,164,136)"/>
759
+ <rect x="21" y="23" width="1" height="1" fill="rgb(11,148,143)"/>
760
+ <rect x="22" y="23" width="1" height="1" fill="rgb(9,150,144)"/>
761
+ <rect x="23" y="23" width="1" height="1" fill="rgb(23,133,137)"/>
762
+ <rect x="24" y="23" width="1" height="1" fill="rgb(21,136,138)"/>
763
+ <rect x="25" y="23" width="1" height="1" fill="rgb(48,101,124)"/>
764
+ <rect x="26" y="23" width="1" height="1" fill="rgb(94,45,100)"/>
765
+ <rect x="27" y="23" width="1" height="1" fill="rgb(94,45,100)"/>
766
+ <rect x="28" y="23" width="1" height="1" fill="rgb(68,77,113)"/>
767
+ <rect x="29" y="23" width="1" height="1" fill="rgb(66,79,114)"/>
768
+ <rect x="30" y="23" width="1" height="1" fill="rgb(35,118,131)"/>
769
+ <rect x="31" y="23" width="1" height="1" fill="rgb(24,163,145)"/>
770
+ <rect x="0" y="24" width="1" height="1" fill="rgb(76,67,109)"/>
771
+ <rect x="1" y="24" width="1" height="1" fill="rgb(78,65,108)"/>
772
+ <rect x="2" y="24" width="1" height="1" fill="rgb(72,72,111)"/>
773
+ <rect x="3" y="24" width="1" height="1" fill="rgb(66,79,114)"/>
774
+ <rect x="4" y="24" width="1" height="1" fill="rgb(25,131,136)"/>
775
+ <rect x="5" y="24" width="1" height="1" fill="rgb(7,153,145)"/>
776
+ <rect x="6" y="24" width="1" height="1" fill="rgb(3,157,148)"/>
777
+ <rect x="7" y="24" width="1" height="1" fill="rgb(21,136,138)"/>
778
+ <rect x="8" y="24" width="1" height="1" fill="rgb(21,136,138)"/>
779
+ <rect x="9" y="24" width="1" height="1" fill="rgb(13,145,142)"/>
780
+ <rect x="10" y="24" width="1" height="1" fill="rgb(17,140,140)"/>
781
+ <rect x="11" y="24" width="1" height="1" fill="rgb(76,67,109)"/>
782
+ <rect x="12" y="24" width="1" height="1" fill="rgb(82,60,106)"/>
783
+ <rect x="13" y="24" width="1" height="1" fill="rgb(82,60,106)"/>
784
+ <rect x="14" y="24" width="1" height="1" fill="rgb(70,75,112)"/>
785
+ <rect x="15" y="24" width="1" height="1" fill="rgb(76,67,109)"/>
786
+ <rect x="16" y="24" width="1" height="1" fill="rgb(24,163,145)"/>
787
+ <rect x="17" y="24" width="1" height="1" fill="rgb(14,163,147)"/>
788
+ <rect x="18" y="24" width="1" height="1" fill="rgb(14,163,147)"/>
789
+ <rect x="19" y="24" width="1" height="1" fill="rgb(235,168,110)"/>
790
+ <rect x="20" y="24" width="1" height="1" fill="rgb(5,155,146)"/>
791
+ <rect x="21" y="24" width="1" height="1" fill="rgb(13,145,142)"/>
792
+ <rect x="22" y="24" width="1" height="1" fill="rgb(11,148,143)"/>
793
+ <rect x="23" y="24" width="1" height="1" fill="rgb(23,133,137)"/>
794
+ <rect x="24" y="24" width="1" height="1" fill="rgb(21,136,138)"/>
795
+ <rect x="25" y="24" width="1" height="1" fill="rgb(0,162,150)"/>
796
+ <rect x="26" y="24" width="1" height="1" fill="rgb(3,157,148)"/>
797
+ <rect x="27" y="24" width="1" height="1" fill="rgb(21,136,138)"/>
798
+ <rect x="28" y="24" width="1" height="1" fill="rgb(66,79,114)"/>
799
+ <rect x="29" y="24" width="1" height="1" fill="rgb(24,163,145)"/>
800
+ <rect x="30" y="24" width="1" height="1" fill="rgb(19,163,146)"/>
801
+ <rect x="31" y="24" width="1" height="1" fill="rgb(24,163,145)"/>
802
+ <rect x="0" y="25" width="1" height="1" fill="rgb(70,75,112)"/>
803
+ <rect x="1" y="25" width="1" height="1" fill="rgb(74,70,110)"/>
804
+ <rect x="2" y="25" width="1" height="1" fill="rgb(70,75,112)"/>
805
+ <rect x="3" y="25" width="1" height="1" fill="rgb(62,84,116)"/>
806
+ <rect x="4" y="25" width="1" height="1" fill="rgb(23,133,137)"/>
807
+ <rect x="5" y="25" width="1" height="1" fill="rgb(3,157,148)"/>
808
+ <rect x="6" y="25" width="1" height="1" fill="rgb(3,157,148)"/>
809
+ <rect x="7" y="25" width="1" height="1" fill="rgb(0,162,150)"/>
810
+ <rect x="8" y="25" width="1" height="1" fill="rgb(48,101,124)"/>
811
+ <rect x="9" y="25" width="1" height="1" fill="rgb(84,58,105)"/>
812
+ <rect x="10" y="25" width="1" height="1" fill="rgb(76,67,109)"/>
813
+ <rect x="11" y="25" width="1" height="1" fill="rgb(82,60,106)"/>
814
+ <rect x="12" y="25" width="1" height="1" fill="rgb(82,60,106)"/>
815
+ <rect x="13" y="25" width="1" height="1" fill="rgb(82,60,106)"/>
816
+ <rect x="14" y="25" width="1" height="1" fill="rgb(82,60,106)"/>
817
+ <rect x="15" y="25" width="1" height="1" fill="rgb(84,58,105)"/>
818
+ <rect x="16" y="25" width="1" height="1" fill="rgb(24,163,145)"/>
819
+ <rect x="17" y="25" width="1" height="1" fill="rgb(43,109,127)"/>
820
+ <rect x="18" y="25" width="1" height="1" fill="rgb(5,155,146)"/>
821
+ <rect x="19" y="25" width="1" height="1" fill="rgb(3,157,148)"/>
822
+ <rect x="20" y="25" width="1" height="1" fill="rgb(3,157,148)"/>
823
+ <rect x="21" y="25" width="1" height="1" fill="rgb(3,157,148)"/>
824
+ <rect x="22" y="25" width="1" height="1" fill="rgb(15,143,141)"/>
825
+ <rect x="23" y="25" width="1" height="1" fill="rgb(17,140,140)"/>
826
+ <rect x="24" y="25" width="1" height="1" fill="rgb(3,157,148)"/>
827
+ <rect x="25" y="25" width="1" height="1" fill="rgb(3,157,148)"/>
828
+ <rect x="26" y="25" width="1" height="1" fill="rgb(3,157,148)"/>
829
+ <rect x="27" y="25" width="1" height="1" fill="rgb(3,157,148)"/>
830
+ <rect x="28" y="25" width="1" height="1" fill="rgb(29,163,145)"/>
831
+ <rect x="29" y="25" width="1" height="1" fill="rgb(19,163,146)"/>
832
+ <rect x="30" y="25" width="1" height="1" fill="rgb(29,163,145)"/>
833
+ <rect x="31" y="25" width="1" height="1" fill="rgb(34,163,144)"/>
834
+ <rect x="0" y="26" width="1" height="1" fill="rgb(70,75,112)"/>
835
+ <rect x="1" y="26" width="1" height="1" fill="rgb(70,75,112)"/>
836
+ <rect x="2" y="26" width="1" height="1" fill="rgb(72,72,111)"/>
837
+ <rect x="3" y="26" width="1" height="1" fill="rgb(43,109,127)"/>
838
+ <rect x="4" y="26" width="1" height="1" fill="rgb(23,133,137)"/>
839
+ <rect x="5" y="26" width="1" height="1" fill="rgb(3,157,148)"/>
840
+ <rect x="6" y="26" width="1" height="1" fill="rgb(3,157,148)"/>
841
+ <rect x="7" y="26" width="1" height="1" fill="rgb(3,157,148)"/>
842
+ <rect x="8" y="26" width="1" height="1" fill="rgb(94,45,100)"/>
843
+ <rect x="9" y="26" width="1" height="1" fill="rgb(94,45,100)"/>
844
+ <rect x="10" y="26" width="1" height="1" fill="rgb(82,60,106)"/>
845
+ <rect x="11" y="26" width="1" height="1" fill="rgb(82,60,106)"/>
846
+ <rect x="12" y="26" width="1" height="1" fill="rgb(82,60,106)"/>
847
+ <rect x="13" y="26" width="1" height="1" fill="rgb(82,60,106)"/>
848
+ <rect x="14" y="26" width="1" height="1" fill="rgb(82,60,106)"/>
849
+ <rect x="15" y="26" width="1" height="1" fill="rgb(84,58,105)"/>
850
+ <rect x="16" y="26" width="1" height="1" fill="rgb(41,111,128)"/>
851
+ <rect x="17" y="26" width="1" height="1" fill="rgb(43,109,127)"/>
852
+ <rect x="18" y="26" width="1" height="1" fill="rgb(41,111,128)"/>
853
+ <rect x="19" y="26" width="1" height="1" fill="rgb(3,157,148)"/>
854
+ <rect x="20" y="26" width="1" height="1" fill="rgb(3,157,148)"/>
855
+ <rect x="21" y="26" width="1" height="1" fill="rgb(132,165,127)"/>
856
+ <rect x="22" y="26" width="1" height="1" fill="rgb(3,157,148)"/>
857
+ <rect x="23" y="26" width="1" height="1" fill="rgb(3,157,148)"/>
858
+ <rect x="24" y="26" width="1" height="1" fill="rgb(7,153,145)"/>
859
+ <rect x="25" y="26" width="1" height="1" fill="rgb(3,157,148)"/>
860
+ <rect x="26" y="26" width="1" height="1" fill="rgb(3,157,148)"/>
861
+ <rect x="27" y="26" width="1" height="1" fill="rgb(5,155,146)"/>
862
+ <rect x="28" y="26" width="1" height="1" fill="rgb(29,163,145)"/>
863
+ <rect x="29" y="26" width="1" height="1" fill="rgb(29,163,145)"/>
864
+ <rect x="30" y="26" width="1" height="1" fill="rgb(24,163,145)"/>
865
+ <rect x="31" y="26" width="1" height="1" fill="rgb(206,167,115)"/>
866
+ <rect x="0" y="27" width="1" height="1" fill="rgb(41,111,128)"/>
867
+ <rect x="1" y="27" width="1" height="1" fill="rgb(41,111,128)"/>
868
+ <rect x="2" y="27" width="1" height="1" fill="rgb(45,106,126)"/>
869
+ <rect x="3" y="27" width="1" height="1" fill="rgb(43,109,127)"/>
870
+ <rect x="4" y="27" width="1" height="1" fill="rgb(25,131,136)"/>
871
+ <rect x="5" y="27" width="1" height="1" fill="rgb(5,155,146)"/>
872
+ <rect x="6" y="27" width="1" height="1" fill="rgb(3,157,148)"/>
873
+ <rect x="7" y="27" width="1" height="1" fill="rgb(21,136,138)"/>
874
+ <rect x="8" y="27" width="1" height="1" fill="rgb(94,45,100)"/>
875
+ <rect x="9" y="27" width="1" height="1" fill="rgb(94,45,100)"/>
876
+ <rect x="10" y="27" width="1" height="1" fill="rgb(82,60,106)"/>
877
+ <rect x="11" y="27" width="1" height="1" fill="rgb(72,72,111)"/>
878
+ <rect x="12" y="27" width="1" height="1" fill="rgb(80,62,107)"/>
879
+ <rect x="13" y="27" width="1" height="1" fill="rgb(74,70,110)"/>
880
+ <rect x="14" y="27" width="1" height="1" fill="rgb(80,62,107)"/>
881
+ <rect x="15" y="27" width="1" height="1" fill="rgb(68,77,113)"/>
882
+ <rect x="16" y="27" width="1" height="1" fill="rgb(39,114,129)"/>
883
+ <rect x="17" y="27" width="1" height="1" fill="rgb(39,114,129)"/>
884
+ <rect x="18" y="27" width="1" height="1" fill="rgb(39,114,129)"/>
885
+ <rect x="19" y="27" width="1" height="1" fill="rgb(37,116,130)"/>
886
+ <rect x="20" y="27" width="1" height="1" fill="rgb(3,157,148)"/>
887
+ <rect x="21" y="27" width="1" height="1" fill="rgb(3,157,148)"/>
888
+ <rect x="22" y="27" width="1" height="1" fill="rgb(47,104,125)"/>
889
+ <rect x="23" y="27" width="1" height="1" fill="rgb(62,84,116)"/>
890
+ <rect x="24" y="27" width="1" height="1" fill="rgb(25,131,136)"/>
891
+ <rect x="25" y="27" width="1" height="1" fill="rgb(23,133,137)"/>
892
+ <rect x="26" y="27" width="1" height="1" fill="rgb(23,133,137)"/>
893
+ <rect x="27" y="27" width="1" height="1" fill="rgb(25,131,136)"/>
894
+ <rect x="28" y="27" width="1" height="1" fill="rgb(181,167,119)"/>
895
+ <rect x="29" y="27" width="1" height="1" fill="rgb(24,163,145)"/>
896
+ <rect x="30" y="27" width="1" height="1" fill="rgb(235,168,110)"/>
897
+ <rect x="31" y="27" width="1" height="1" fill="rgb(11,148,143)"/>
898
+ <rect x="0" y="28" width="1" height="1" fill="rgb(35,118,131)"/>
899
+ <rect x="1" y="28" width="1" height="1" fill="rgb(43,109,127)"/>
900
+ <rect x="2" y="28" width="1" height="1" fill="rgb(33,121,132)"/>
901
+ <rect x="3" y="28" width="1" height="1" fill="rgb(35,118,131)"/>
902
+ <rect x="4" y="28" width="1" height="1" fill="rgb(181,167,119)"/>
903
+ <rect x="5" y="28" width="1" height="1" fill="rgb(29,163,145)"/>
904
+ <rect x="6" y="28" width="1" height="1" fill="rgb(29,163,145)"/>
905
+ <rect x="7" y="28" width="1" height="1" fill="rgb(66,79,114)"/>
906
+ <rect x="8" y="28" width="1" height="1" fill="rgb(68,77,113)"/>
907
+ <rect x="9" y="28" width="1" height="1" fill="rgb(84,58,105)"/>
908
+ <rect x="10" y="28" width="1" height="1" fill="rgb(76,67,109)"/>
909
+ <rect x="11" y="28" width="1" height="1" fill="rgb(76,67,109)"/>
910
+ <rect x="12" y="28" width="1" height="1" fill="rgb(72,72,111)"/>
911
+ <rect x="13" y="28" width="1" height="1" fill="rgb(82,60,106)"/>
912
+ <rect x="14" y="28" width="1" height="1" fill="rgb(70,75,112)"/>
913
+ <rect x="15" y="28" width="1" height="1" fill="rgb(70,75,112)"/>
914
+ <rect x="16" y="28" width="1" height="1" fill="rgb(60,87,117)"/>
915
+ <rect x="17" y="28" width="1" height="1" fill="rgb(58,89,118)"/>
916
+ <rect x="18" y="28" width="1" height="1" fill="rgb(56,92,119)"/>
917
+ <rect x="19" y="28" width="1" height="1" fill="rgb(52,97,122)"/>
918
+ <rect x="20" y="28" width="1" height="1" fill="rgb(50,99,123)"/>
919
+ <rect x="21" y="28" width="1" height="1" fill="rgb(62,84,116)"/>
920
+ <rect x="22" y="28" width="1" height="1" fill="rgb(64,82,115)"/>
921
+ <rect x="23" y="28" width="1" height="1" fill="rgb(66,79,114)"/>
922
+ <rect x="24" y="28" width="1" height="1" fill="rgb(66,79,114)"/>
923
+ <rect x="25" y="28" width="1" height="1" fill="rgb(62,84,116)"/>
924
+ <rect x="26" y="28" width="1" height="1" fill="rgb(43,109,127)"/>
925
+ <rect x="27" y="28" width="1" height="1" fill="rgb(43,109,127)"/>
926
+ <rect x="28" y="28" width="1" height="1" fill="rgb(35,118,131)"/>
927
+ <rect x="29" y="28" width="1" height="1" fill="rgb(73,164,137)"/>
928
+ <rect x="30" y="28" width="1" height="1" fill="rgb(35,118,131)"/>
929
+ <rect x="31" y="28" width="1" height="1" fill="rgb(9,150,144)"/>
930
+ <rect x="0" y="29" width="1" height="1" fill="rgb(74,70,110)"/>
931
+ <rect x="1" y="29" width="1" height="1" fill="rgb(78,65,108)"/>
932
+ <rect x="2" y="29" width="1" height="1" fill="rgb(33,121,132)"/>
933
+ <rect x="3" y="29" width="1" height="1" fill="rgb(73,164,137)"/>
934
+ <rect x="4" y="29" width="1" height="1" fill="rgb(24,163,145)"/>
935
+ <rect x="5" y="29" width="1" height="1" fill="rgb(29,163,145)"/>
936
+ <rect x="6" y="29" width="1" height="1" fill="rgb(19,163,146)"/>
937
+ <rect x="7" y="29" width="1" height="1" fill="rgb(24,163,145)"/>
938
+ <rect x="8" y="29" width="1" height="1" fill="rgb(66,79,114)"/>
939
+ <rect x="9" y="29" width="1" height="1" fill="rgb(64,82,115)"/>
940
+ <rect x="10" y="29" width="1" height="1" fill="rgb(47,104,125)"/>
941
+ <rect x="11" y="29" width="1" height="1" fill="rgb(76,67,109)"/>
942
+ <rect x="12" y="29" width="1" height="1" fill="rgb(80,62,107)"/>
943
+ <rect x="13" y="29" width="1" height="1" fill="rgb(78,65,108)"/>
944
+ <rect x="14" y="29" width="1" height="1" fill="rgb(70,75,112)"/>
945
+ <rect x="15" y="29" width="1" height="1" fill="rgb(62,84,116)"/>
946
+ <rect x="16" y="29" width="1" height="1" fill="rgb(76,67,109)"/>
947
+ <rect x="17" y="29" width="1" height="1" fill="rgb(58,89,118)"/>
948
+ <rect x="18" y="29" width="1" height="1" fill="rgb(56,92,119)"/>
949
+ <rect x="19" y="29" width="1" height="1" fill="rgb(48,101,124)"/>
950
+ <rect x="20" y="29" width="1" height="1" fill="rgb(66,79,114)"/>
951
+ <rect x="21" y="29" width="1" height="1" fill="rgb(64,82,115)"/>
952
+ <rect x="22" y="29" width="1" height="1" fill="rgb(60,87,117)"/>
953
+ <rect x="23" y="29" width="1" height="1" fill="rgb(68,77,113)"/>
954
+ <rect x="24" y="29" width="1" height="1" fill="rgb(72,72,111)"/>
955
+ <rect x="25" y="29" width="1" height="1" fill="rgb(70,75,112)"/>
956
+ <rect x="26" y="29" width="1" height="1" fill="rgb(72,72,111)"/>
957
+ <rect x="27" y="29" width="1" height="1" fill="rgb(45,106,126)"/>
958
+ <rect x="28" y="29" width="1" height="1" fill="rgb(33,121,132)"/>
959
+ <rect x="29" y="29" width="1" height="1" fill="rgb(33,121,132)"/>
960
+ <rect x="30" y="29" width="1" height="1" fill="rgb(76,67,109)"/>
961
+ <rect x="31" y="29" width="1" height="1" fill="rgb(78,65,108)"/>
962
+ <rect x="0" y="30" width="1" height="1" fill="rgb(80,62,107)"/>
963
+ <rect x="1" y="30" width="1" height="1" fill="rgb(74,70,110)"/>
964
+ <rect x="2" y="30" width="1" height="1" fill="rgb(76,67,109)"/>
965
+ <rect x="3" y="30" width="1" height="1" fill="rgb(35,118,131)"/>
966
+ <rect x="4" y="30" width="1" height="1" fill="rgb(235,168,110)"/>
967
+ <rect x="5" y="30" width="1" height="1" fill="rgb(24,163,145)"/>
968
+ <rect x="6" y="30" width="1" height="1" fill="rgb(29,163,145)"/>
969
+ <rect x="7" y="30" width="1" height="1" fill="rgb(19,163,146)"/>
970
+ <rect x="8" y="30" width="1" height="1" fill="rgb(35,118,131)"/>
971
+ <rect x="9" y="30" width="1" height="1" fill="rgb(33,121,132)"/>
972
+ <rect x="10" y="30" width="1" height="1" fill="rgb(29,126,134)"/>
973
+ <rect x="11" y="30" width="1" height="1" fill="rgb(78,65,108)"/>
974
+ <rect x="12" y="30" width="1" height="1" fill="rgb(80,62,107)"/>
975
+ <rect x="13" y="30" width="1" height="1" fill="rgb(33,121,132)"/>
976
+ <rect x="14" y="30" width="1" height="1" fill="rgb(66,79,114)"/>
977
+ <rect x="15" y="30" width="1" height="1" fill="rgb(72,72,111)"/>
978
+ <rect x="16" y="30" width="1" height="1" fill="rgb(80,62,107)"/>
979
+ <rect x="17" y="30" width="1" height="1" fill="rgb(50,99,123)"/>
980
+ <rect x="18" y="30" width="1" height="1" fill="rgb(50,99,123)"/>
981
+ <rect x="19" y="30" width="1" height="1" fill="rgb(62,84,116)"/>
982
+ <rect x="20" y="30" width="1" height="1" fill="rgb(66,79,114)"/>
983
+ <rect x="21" y="30" width="1" height="1" fill="rgb(64,82,115)"/>
984
+ <rect x="22" y="30" width="1" height="1" fill="rgb(64,82,115)"/>
985
+ <rect x="23" y="30" width="1" height="1" fill="rgb(78,65,108)"/>
986
+ <rect x="24" y="30" width="1" height="1" fill="rgb(78,65,108)"/>
987
+ <rect x="25" y="30" width="1" height="1" fill="rgb(74,70,110)"/>
988
+ <rect x="26" y="30" width="1" height="1" fill="rgb(70,75,112)"/>
989
+ <rect x="27" y="30" width="1" height="1" fill="rgb(41,111,128)"/>
990
+ <rect x="28" y="30" width="1" height="1" fill="rgb(43,109,127)"/>
991
+ <rect x="29" y="30" width="1" height="1" fill="rgb(78,65,108)"/>
992
+ <rect x="30" y="30" width="1" height="1" fill="rgb(74,70,110)"/>
993
+ <rect x="31" y="30" width="1" height="1" fill="rgb(82,60,106)"/>
994
+ <rect x="0" y="31" width="1" height="1" fill="rgb(82,60,106)"/>
995
+ <rect x="1" y="31" width="1" height="1" fill="rgb(82,60,106)"/>
996
+ <rect x="2" y="31" width="1" height="1" fill="rgb(78,65,108)"/>
997
+ <rect x="3" y="31" width="1" height="1" fill="rgb(9,150,144)"/>
998
+ <rect x="4" y="31" width="1" height="1" fill="rgb(11,148,143)"/>
999
+ <rect x="5" y="31" width="1" height="1" fill="rgb(206,167,115)"/>
1000
+ <rect x="6" y="31" width="1" height="1" fill="rgb(34,163,144)"/>
1001
+ <rect x="7" y="31" width="1" height="1" fill="rgb(24,163,145)"/>
1002
+ <rect x="8" y="31" width="1" height="1" fill="rgb(24,163,145)"/>
1003
+ <rect x="9" y="31" width="1" height="1" fill="rgb(49,163,141)"/>
1004
+ <rect x="10" y="31" width="1" height="1" fill="rgb(35,118,131)"/>
1005
+ <rect x="11" y="31" width="1" height="1" fill="rgb(33,121,132)"/>
1006
+ <rect x="12" y="31" width="1" height="1" fill="rgb(35,118,131)"/>
1007
+ <rect x="13" y="31" width="1" height="1" fill="rgb(35,118,131)"/>
1008
+ <rect x="14" y="31" width="1" height="1" fill="rgb(54,94,121)"/>
1009
+ <rect x="15" y="31" width="1" height="1" fill="rgb(70,75,112)"/>
1010
+ <rect x="16" y="31" width="1" height="1" fill="rgb(72,72,111)"/>
1011
+ <rect x="17" y="31" width="1" height="1" fill="rgb(50,99,123)"/>
1012
+ <rect x="18" y="31" width="1" height="1" fill="rgb(50,99,123)"/>
1013
+ <rect x="19" y="31" width="1" height="1" fill="rgb(60,87,117)"/>
1014
+ <rect x="20" y="31" width="1" height="1" fill="rgb(60,87,117)"/>
1015
+ <rect x="21" y="31" width="1" height="1" fill="rgb(88,53,103)"/>
1016
+ <rect x="22" y="31" width="1" height="1" fill="rgb(90,50,102)"/>
1017
+ <rect x="23" y="31" width="1" height="1" fill="rgb(80,62,107)"/>
1018
+ <rect x="24" y="31" width="1" height="1" fill="rgb(76,67,109)"/>
1019
+ <rect x="25" y="31" width="1" height="1" fill="rgb(70,75,112)"/>
1020
+ <rect x="26" y="31" width="1" height="1" fill="rgb(70,75,112)"/>
1021
+ <rect x="27" y="31" width="1" height="1" fill="rgb(41,111,128)"/>
1022
+ <rect x="28" y="31" width="1" height="1" fill="rgb(35,118,131)"/>
1023
+ <rect x="29" y="31" width="1" height="1" fill="rgb(74,70,110)"/>
1024
+ <rect x="30" y="31" width="1" height="1" fill="rgb(80,62,107)"/>
1025
+ <rect x="31" y="31" width="1" height="1" fill="rgb(82,60,106)"/>
1026
+ </svg>