@carbon-labs/react-animated-header 0.1.0 → 0.3.0

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 (102) hide show
  1. package/assets/animated/header_1312x738_data_fabric_dark_06.json +1 -0
  2. package/assets/animated/header_1312x738_data_fabric_light_03.json +1 -0
  3. package/assets/animated/header_1312x738_watsonx_data_dark_02.json +1 -0
  4. package/assets/animated/header_1312x738_watsonx_data_light_03.json +1 -0
  5. package/assets/animated/header_illustration_container_watsonx_a_dark_06.json +1 -0
  6. package/assets/animated/header_illustration_container_watsonx_a_light_06.json +1 -0
  7. package/assets/animated/header_illustration_container_wxbia_dark_05.json +1 -0
  8. package/assets/animated/header_illustration_container_wxbia_light_08.json +1 -0
  9. package/assets/index.js +31 -0
  10. package/assets/static/illustration_data_fabric_dark_03.svg +199 -0
  11. package/assets/static/illustration_data_fabric_dark_05.svg +78 -0
  12. package/assets/static/illustration_data_fabric_light_03.svg +200 -0
  13. package/assets/static/illustration_data_fabric_light_04.svg +82 -0
  14. package/assets/static/illustration_watson_x_data_dark_03.svg +72 -0
  15. package/assets/static/illustration_watson_x_data_light_03.svg +57 -0
  16. package/es/__stories__/AnimatedHeader.stories.d.ts +13 -5
  17. package/es/{data → __stories__/data}/index.d.ts +1 -1
  18. package/es/assets/animated/header_1312x738_data_fabric_dark_06.json.js +10 -0
  19. package/es/assets/animated/header_1312x738_data_fabric_light_03.json.js +10 -0
  20. package/es/assets/animated/header_1312x738_watsonx_data_dark_02.json.js +10 -0
  21. package/es/assets/animated/header_1312x738_watsonx_data_light_03.json.js +10 -0
  22. package/es/assets/animated/header_illustration_container_wxbia_dark_05.json.js +10 -0
  23. package/es/assets/animated/header_illustration_container_wxbia_light_08.json.js +10 -0
  24. package/es/assets/static/illustration_data_fabric_dark_05.svg.js +10 -0
  25. package/es/assets/static/illustration_data_fabric_light_04.svg.js +10 -0
  26. package/es/assets/static/illustration_watson_x_data_dark_03.svg.js +10 -0
  27. package/es/assets/static/illustration_watson_x_data_light_03.svg.js +10 -0
  28. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +12 -4
  29. package/es/components/AnimatedHeader/AnimatedHeader.js +27 -14
  30. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +3 -3
  31. package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
  32. package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
  33. package/es/components/Tiles/GlassTile/GlassTile.js +2 -2
  34. package/es/index.d.ts +2 -1
  35. package/es/index.js +10 -0
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
  41. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
  42. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
  43. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
  44. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
  45. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
  46. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
  47. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
  48. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
  49. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
  50. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
  51. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
  52. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
  54. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
  55. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
  56. package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
  57. package/lib/__stories__/AnimatedHeader.stories.d.ts +13 -5
  58. package/lib/{data → __stories__/data}/index.d.ts +1 -1
  59. package/lib/assets/animated/header_1312x738_data_fabric_dark_06.json.js +26 -0
  60. package/lib/assets/animated/header_1312x738_data_fabric_light_03.json.js +26 -0
  61. package/lib/assets/animated/header_1312x738_watsonx_data_dark_02.json.js +26 -0
  62. package/lib/assets/animated/header_1312x738_watsonx_data_light_03.json.js +26 -0
  63. package/lib/assets/animated/header_illustration_container_wxbia_dark_05.json.js +26 -0
  64. package/lib/assets/animated/header_illustration_container_wxbia_light_08.json.js +26 -0
  65. package/lib/assets/static/illustration_data_fabric_dark_05.svg.js +14 -0
  66. package/lib/assets/static/illustration_data_fabric_light_04.svg.js +14 -0
  67. package/lib/assets/static/illustration_watson_x_data_dark_03.svg.js +14 -0
  68. package/lib/assets/static/illustration_watson_x_data_light_03.svg.js +14 -0
  69. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +12 -4
  70. package/lib/components/AnimatedHeader/AnimatedHeader.js +27 -14
  71. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -4
  72. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
  73. package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
  74. package/lib/components/Tiles/GlassTile/GlassTile.js +2 -2
  75. package/lib/index.d.ts +2 -1
  76. package/lib/index.js +20 -0
  77. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
  78. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
  79. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
  80. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
  81. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
  82. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
  83. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
  84. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
  85. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
  86. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
  87. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
  88. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
  89. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
  90. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
  91. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
  92. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
  93. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
  94. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
  95. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
  96. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
  97. package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
  98. package/package.json +4 -3
  99. package/scss/AnimatedHeader/animated-header.scss +16 -8
  100. package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +1 -1
  101. package/scss/Tiles/GlassTile/glass-tile.scss +13 -1
  102. /package/scss/{animated_header.scss → animated-header.scss} +0 -0
@@ -0,0 +1,200 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="illustrations" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 1312 738">
3
+ <!-- Generator: Adobe Illustrator 29.0.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 192) -->
4
+ <defs>
5
+ <style>
6
+ .st0, .st1, .st2 {
7
+ fill: none;
8
+ }
9
+
10
+ .st1 {
11
+ stroke: #82cfff;
12
+ }
13
+
14
+ .st1, .st2 {
15
+ stroke-miterlimit: 10;
16
+ }
17
+
18
+ .st3 {
19
+ fill: #d9fbfb;
20
+ stroke: #03ddbd;
21
+ }
22
+
23
+ .st2 {
24
+ stroke: #d0e2ff;
25
+ }
26
+
27
+ .st4 {
28
+ clip-path: url(#clippath);
29
+ }
30
+ </style>
31
+ <clipPath id="clippath">
32
+ <rect class="st0" width="1312" height="738"/>
33
+ </clipPath>
34
+ </defs>
35
+ <g id="data_fabric_-_light">
36
+ <g class="st4">
37
+ <g id="data_fabric_-_light1">
38
+ <path class="st1" d="M0,162.6h824"/>
39
+ <path class="st1" d="M0,217.7h823.8"/>
40
+ <path class="st1" d="M0,272.6h823.8"/>
41
+ <path class="st1" d="M0,327.5h823.8"/>
42
+ <path class="st1" d="M0,382.5h823.8"/>
43
+ <path class="st1" d="M395.8,0v738"/>
44
+ <path class="st1" d="M456.9,0v738"/>
45
+ <path class="st1" d="M640.3,0v738"/>
46
+ <path class="st1" d="M701.5,0v738"/>
47
+ <path class="st1" d="M762.6,0v738"/>
48
+ <path class="st1" d="M823.8-112.1v850.1"/>
49
+ <path class="st1" d="M0,107.6h824"/>
50
+ <g>
51
+ <path class="st2" d="M1247.6,162.8s0-.1,0-.2"/>
52
+ <path class="st2" d="M1247.9,163.4c0-.2-.3-.4-.4-.6"/>
53
+ <path class="st2" d="M1247.4,162.5h0"/>
54
+ <path class="st2" d="M1247.3,162.4h0"/>
55
+ <path class="st2" d="M1247.4,162.6h0"/>
56
+ <path class="st2" d="M1247.4,162.5h0"/>
57
+ <path class="st2" d="M1247.4,162.5h0"/>
58
+ <path class="st2" d="M1247.4,162.5h0"/>
59
+ <line class="st2" x1="1247.4" y1="162.5" x2="1247.4" y2="162.5"/>
60
+ <path class="st2" d="M1247.4,162.5h0"/>
61
+ <path class="st1" d="M1247.3,162.4c-84.6-131.2-242.6-219.4-423.5-219.4"/>
62
+ <path class="st2" d="M1247.4,162.6h0"/>
63
+ <path class="st2" d="M1247.5,162.7h0"/>
64
+ <path class="st2" d="M1247.4,162.4h0"/>
65
+ <path class="st2" d="M1247.5,162.7c0,.3.3.6.4.9"/>
66
+ <path class="st2" d="M1247.4,162.6h0"/>
67
+ <path class="st2" d="M1247.4,162.5h0"/>
68
+ <path class="st2" d="M1247.4,162.5h0"/>
69
+ <path class="st2" d="M1247.4,162.5h0"/>
70
+ <path class="st2" d="M1247.4,162.5h0"/>
71
+ <path class="st2" d="M1247.4,162.5h0"/>
72
+ <path class="st1" d="M1247.4,162.4C1162.8-1.6,1004.8-112.1,823.8-112.1"/>
73
+ <path class="st1" d="M1247.3,162.4C1162.7,64.1,1004.7-2,823.8-2"/>
74
+ <path class="st2" d="M1247.5,162.7h0"/>
75
+ <path class="st2" d="M1247.3,162.5h0"/>
76
+ <path class="st2" d="M1247.4,162.5h0"/>
77
+ <path class="st2" d="M1247.9,163.2c0-.1-.3-.3-.4-.4"/>
78
+ <path class="st2" d="M1247.4,162.5h0"/>
79
+ <path class="st2" d="M1247.4,162.6h0"/>
80
+ <path class="st2" d="M1247.4,162.6h0"/>
81
+ <path class="st2" d="M1247.4,162.6h0"/>
82
+ <path class="st2" d="M1247.3,162.4h0"/>
83
+ <path class="st2" d="M1247.3,162.5h0"/>
84
+ <path class="st2" d="M1247.4,162.5h0"/>
85
+ <path class="st2" d="M1247.3,162.5h0"/>
86
+ <path class="st2" d="M1247.4,162.5h0"/>
87
+ <path class="st2" d="M1247.4,162.5h0"/>
88
+ <path class="st2" d="M1247.4,162.6h0"/>
89
+ <path class="st2" d="M1247.4,162.6h0"/>
90
+ <line class="st2" x1="1247.3" y1="162.5" x2="1247.3" y2="162.5"/>
91
+ <path class="st2" d="M1247.2,162.4h0"/>
92
+ <path class="st1" d="M1247.2,162.4c-84.6-65.5-242.6-109.5-423.4-109.5"/>
93
+ <path class="st2" d="M1247.9,163c-.2-.1-.3-.3-.5-.4"/>
94
+ <path class="st2" d="M1247.4,162.5h0"/>
95
+ <path class="st2" d="M1247.4,162.5h0"/>
96
+ <path class="st2" d="M1247.4,162.5h0"/>
97
+ <path class="st2" d="M1247.4,162.5h0"/>
98
+ <path class="st2" d="M1247.4,162.5h0"/>
99
+ <path class="st2" d="M1247.9,162.7c-.2,0-.3-.1-.5-.2"/>
100
+ <path class="st1" d="M1247.2,162.4c-84.6-32.7-242.6-54.6-423.4-54.6"/>
101
+ <line class="st2" x1="1247.4" y1="162.5" x2="1247.4" y2="162.5"/>
102
+ <path class="st2" d="M1247.4,162.5h0"/>
103
+ <line class="st2" x1="1247.3" y1="162.5" x2="1247.3" y2="162.5"/>
104
+ <path class="st2" d="M1247.4,162.5h0"/>
105
+ <path class="st2" d="M1247.2,162.4h0"/>
106
+ <line class="st2" x1="1247.9" y1="162.4" x2="1247.7" y2="162.4"/>
107
+ <line class="st2" x1="1247.7" y1="162.4" x2="1247.5" y2="162.4"/>
108
+ <line class="st2" x1="1247.4" y1="162.4" x2="1247.5" y2="162.4"/>
109
+ <line class="st2" x1="1247.5" y1="162.4" x2="1247.5" y2="162.4"/>
110
+ <line class="st2" x1="1247.5" y1="162.4" x2="1247.5" y2="162.4"/>
111
+ <line class="st2" x1="1247.4" y1="162.4" x2="1247.3" y2="162.4"/>
112
+ <line class="st2" x1="1247.4" y1="162.4" x2="1247.4" y2="162.4"/>
113
+ <line class="st2" x1="1247.3" y1="162.4" x2="1247.3" y2="162.4"/>
114
+ <line class="st2" x1="1247.2" y1="162.4" x2="1247.2" y2="162.4"/>
115
+ <line class="st2" x1="1247.3" y1="162.4" x2="1247.2" y2="162.4"/>
116
+ <line class="st1" x1="1247.2" y1="162.4" x2="823.8" y2="162.6"/>
117
+ <path class="st2" d="M1247.4,162.5h0"/>
118
+ <path class="st2" d="M1247.9,162.3h-.3"/>
119
+ <path class="st2" d="M1247.3,162.6h0"/>
120
+ <path class="st1" d="M1247.3,162.6c-84.6,32.9-242.6,55.1-423.5,55.1"/>
121
+ <path class="st2" d="M1247.4,162.5h.3"/>
122
+ <path class="st2" d="M1247.4,162.6h0"/>
123
+ <path class="st2" d="M1247.4,162.5h0"/>
124
+ <path class="st2" d="M1247.4,162.5h0"/>
125
+ <path class="st2" d="M1247.4,162.5h0"/>
126
+ <path class="st2" d="M1247.4,162.5h0"/>
127
+ <path class="st2" d="M1247.5,162.4h0"/>
128
+ <path class="st2" d="M1247.3,162.6h0"/>
129
+ <path class="st2" d="M1247.4,162.5h0"/>
130
+ <path class="st1" d="M1247.3,162.6c-84.6,65.7-242.6,110-423.5,110"/>
131
+ <path class="st2" d="M1247.4,162.5h0"/>
132
+ <path class="st2" d="M1247.9,162.1c0,.1-.3.2-.4.3"/>
133
+ <path class="st2" d="M1247.4,162.5h0"/>
134
+ <path class="st2" d="M1247.4,162.5h0"/>
135
+ <path class="st2" d="M1247.4,162.5h0"/>
136
+ <line class="st2" x1="1247.4" y1="162.5" x2="1247.4" y2="162.5"/>
137
+ <path class="st2" d="M1247.4,162.5h0"/>
138
+ <path class="st2" d="M1247.3,162.6h0"/>
139
+ <path class="st2" d="M1247.4,162.5h0"/>
140
+ <path class="st1" d="M1247.3,162.6c-84.6,98.5-242.6,164.9-423.5,164.9"/>
141
+ <path class="st2" d="M1247.4,162.4h0"/>
142
+ <path class="st2" d="M1247.4,162.5h0"/>
143
+ <path class="st2" d="M1247.4,162.5h0"/>
144
+ <path class="st2" d="M1247.5,162.4s0-.1.2-.2"/>
145
+ <path class="st2" d="M1247.5,162.4h0"/>
146
+ <path class="st2" d="M1247.9,161.8c0,.1-.2.2-.3.3"/>
147
+ <path class="st2" d="M1247.4,162.6h0"/>
148
+ <path class="st2" d="M1247.4,162.5h0"/>
149
+ <path class="st1" d="M1247.3,162.7c-84.6,164.1-242.6,274.7-423.5,274.7"/>
150
+ <path class="st2" d="M1247.4,162.5h0"/>
151
+ <path class="st2" d="M1247.5,162.4h0"/>
152
+ <path class="st2" d="M1247.9,161.5c0,.3-.3.6-.5.9"/>
153
+ <path class="st2" d="M1247.4,162.5h0"/>
154
+ <path class="st2" d="M1247.4,162.5h0"/>
155
+ <path class="st2" d="M1247.4,162.6v.2"/>
156
+ <path class="st2" d="M1247.5,162.4h0"/>
157
+ <path class="st2" d="M1247.4,162.5h0"/>
158
+ <path class="st2" d="M1247.4,162.5h0"/>
159
+ <path class="st2" d="M1247.4,162.5h0"/>
160
+ <path class="st1" d="M1247.3,162.7c-84.6,131.3-242.6,219.8-423.5,219.8"/>
161
+ <path class="st2" d="M1247.4,162.6h0"/>
162
+ <path class="st2" d="M1247.4,162.5h0"/>
163
+ <path class="st2" d="M1247.7,162.1s0,.2-.2.3"/>
164
+ <path class="st2" d="M1247.9,161.7c0,.1-.2.3-.3.4"/>
165
+ <path class="st2" d="M1247.4,162.6h0"/>
166
+ <path class="st2" d="M1247.5,162.4h0"/>
167
+ <path class="st2" d="M1247.5,162.4h0"/>
168
+ <path class="st2" d="M1247.3,162.7h0"/>
169
+ <line class="st2" x1="1247.9" y1="162.7" x2="1247.9" y2="163"/>
170
+ <line class="st2" x1="1247.9" y1="162.3" x2="1247.9" y2="162.4"/>
171
+ <line class="st2" x1="1247.9" y1="161.8" x2="1247.9" y2="162.1"/>
172
+ <line class="st2" x1="1247.9" y1="161.5" x2="1247.9" y2="161.7"/>
173
+ <line class="st2" x1="1247.9" y1="161.8" x2="1247.9" y2="161.7"/>
174
+ <line class="st2" x1="1247.9" y1="162.3" x2="1247.9" y2="162.1"/>
175
+ <line class="st2" x1="1247.9" y1="162.7" x2="1247.9" y2="162.4"/>
176
+ <line class="st2" x1="1247.9" y1="163.6" x2="1247.9" y2="163.4"/>
177
+ <line class="st2" x1="1247.9" y1="163.2" x2="1247.9" y2="163.4"/>
178
+ <line class="st2" x1="1247.9" y1="163.2" x2="1247.9" y2="163"/>
179
+ </g>
180
+ <path class="st3" d="M1255.1,162.6c0,3.9-3.2,7.1-7.1,7.1s-7.2-3.2-7.2-7.1,3.2-7.1,7.2-7.1,7.1,3.2,7.1,7.1Z"/>
181
+ <path class="st3" d="M464.1,107.8c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
182
+ <path class="st3" d="M647.5,107.8c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
183
+ <path class="st3" d="M464.1,162.6c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
184
+ <path class="st3" d="M402.9,162.6c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
185
+ <path class="st3" d="M708.6,162.6c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
186
+ <path class="st3" d="M464.1,217.7c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
187
+ <path class="st3" d="M525.2,217.7c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
188
+ <path class="st3" d="M586.3,217.7c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
189
+ <path class="st3" d="M647.5,217.7c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
190
+ <path class="st3" d="M708.6,217.7c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
191
+ <path class="st3" d="M769.8,162.6c0,3.9-3.2,7.1-7.1,7.1s-7.2-3.2-7.2-7.1,3.2-7.1,7.2-7.1,7.1,3.2,7.1,7.1Z"/>
192
+ <path class="st3" d="M964.8,162.6c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
193
+ <path class="st3" d="M1075.6,122.5c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
194
+ <path class="st3" d="M1167.2,223.7c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
195
+ <path class="st3" d="M1129,258c0,3.9-3.2,7.1-7.2,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.2,3.2,7.2,7.1Z"/>
196
+ <path class="st3" d="M951.4,420.2c0,3.9-3.2,7.1-7.2,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.2,3.2,7.2,7.1Z"/>
197
+ </g>
198
+ </g>
199
+ </g>
200
+ </svg>
@@ -0,0 +1,82 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="illustrations" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 1312 738">
3
+ <!-- Generator: Adobe Illustrator 29.2.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 116) -->
4
+ <defs>
5
+ <style>
6
+ .st0, .st1 {
7
+ fill: none;
8
+ }
9
+
10
+ .st1 {
11
+ stroke: #82cfff;
12
+ stroke-miterlimit: 10;
13
+ }
14
+
15
+ .st2, .st3 {
16
+ fill: #d9fbfb;
17
+ stroke: #03ddbd;
18
+ }
19
+
20
+ .st3 {
21
+ stroke-width: 1px;
22
+ }
23
+
24
+ .st4 {
25
+ clip-path: url(#clippath);
26
+ }
27
+ </style>
28
+ <clipPath id="clippath">
29
+ <rect class="st0" width="1312" height="738"/>
30
+ </clipPath>
31
+ </defs>
32
+ <g id="data_fabric_-_light">
33
+ <g class="st4">
34
+ <g id="data_fabric_-_light1">
35
+ <g>
36
+ <path class="st1" d="M0,162.6h824"/>
37
+ <path class="st1" d="M0,217.7h823.8"/>
38
+ <path class="st1" d="M0,272.6h823.8"/>
39
+ <path class="st1" d="M0,327.5h823.8"/>
40
+ <path class="st1" d="M0,382.5h823.8"/>
41
+ <path class="st1" d="M395.8,0v738"/>
42
+ <path class="st1" d="M456.9,0v738"/>
43
+ <path class="st1" d="M640.3,0v738"/>
44
+ <path class="st1" d="M701.5,0v738"/>
45
+ <path class="st1" d="M762.6,0v738"/>
46
+ <path class="st1" d="M823.8-112.1v850.1"/>
47
+ <path class="st1" d="M0,107.6h824"/>
48
+ </g>
49
+ <g>
50
+ <path class="st1" d="M1247.4,162.4c-84.6-131.2-242.7-219.4-423.6-219.4"/>
51
+ <path class="st1" d="M1247.4,162.4C1162.8-1.6,1004.8-112.1,823.8-112.1"/>
52
+ <path class="st1" d="M1247.4,162.4C1162.8,64.1,1004.7-2,823.8-2"/>
53
+ <path class="st1" d="M1247.4,162.4c-84.6-65.5-242.8-109.5-423.6-109.5"/>
54
+ <path class="st1" d="M1247.4,162.4c-84.6-32.7-242.8-54.6-423.6-54.6"/>
55
+ <line class="st1" x1="1247.4" y1="162.4" x2="823.8" y2="162.6"/>
56
+ <path class="st1" d="M1247.4,162.4c-84.6,32.9-242.7,55.3-423.6,55.3"/>
57
+ <path class="st1" d="M1247.4,162.4c-84.6,65.7-242.7,110.2-423.6,110.2"/>
58
+ <path class="st1" d="M1247.4,162.4c-84.6,98.5-242.7,165.1-423.6,165.1"/>
59
+ <path class="st1" d="M1247.4,162.4c-84.3,163.6-242.7,275-423.6,275"/>
60
+ <path class="st1" d="M1247.4,162.4c-84.3,130.8-242.8,220.1-423.6,220.1"/>
61
+ </g>
62
+ <path class="st3" d="M1254.4,162.5c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
63
+ <path class="st2" d="M464.1,107.8c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
64
+ <path class="st2" d="M647.5,107.8c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
65
+ <path class="st2" d="M464.1,162.6c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
66
+ <path class="st2" d="M402.9,162.6c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
67
+ <path class="st2" d="M708.6,162.6c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
68
+ <path class="st2" d="M464.1,217.7c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
69
+ <path class="st2" d="M525.2,217.7c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
70
+ <path class="st2" d="M586.3,217.7c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
71
+ <path class="st2" d="M647.5,217.7c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
72
+ <path class="st2" d="M708.6,217.7c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
73
+ <path class="st2" d="M769.8,162.6c0,3.9-3.2,7.1-7.1,7.1s-7.2-3.2-7.2-7.1,3.2-7.1,7.2-7.1,7.1,3.2,7.1,7.1Z"/>
74
+ <path class="st2" d="M964.8,162.6c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
75
+ <path class="st2" d="M1075.6,122.5c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
76
+ <path class="st2" d="M1167.2,223.7c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.1,3.2,7.1,7.1Z"/>
77
+ <path class="st2" d="M1129,258c0,3.9-3.2,7.1-7.2,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.2,3.2,7.2,7.1Z"/>
78
+ <path class="st2" d="M951.4,420.2c0,3.9-3.2,7.1-7.2,7.1s-7.1-3.2-7.1-7.1,3.2-7.1,7.1-7.1,7.2,3.2,7.2,7.1Z"/>
79
+ </g>
80
+ </g>
81
+ </g>
82
+ </svg>
@@ -0,0 +1,72 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="illustrations" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 1312 738">
3
+ <!-- Generator: Adobe Illustrator 29.0.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 192) -->
4
+ <defs>
5
+ <style>
6
+ .st0, .st1, .st2 {
7
+ fill: none;
8
+ }
9
+
10
+ .st1 {
11
+ stroke: #003a6d;
12
+ stroke-miterlimit: 10;
13
+ }
14
+
15
+ .st2, .st3 {
16
+ stroke: #491d8b;
17
+ }
18
+
19
+ .st4 {
20
+ clip-path: url(#clippath);
21
+ }
22
+
23
+ .st5 {
24
+ fill: #161616;
25
+ }
26
+
27
+ .st3 {
28
+ fill: #1c0f30;
29
+ }
30
+ </style>
31
+ <clipPath id="clippath">
32
+ <rect class="st0" width="1312" height="738"/>
33
+ </clipPath>
34
+ </defs>
35
+ <rect class="st5" width="1312" height="738"/>
36
+ <g id="watsonx.data_-_dark">
37
+ <g class="st4">
38
+ <g id="watsonx.data_-_dark1">
39
+ <path class="st1" d="M843.1,189.9c0-155.8,126.8-282.1,283.1-282.1"/>
40
+ <path class="st1" d="M843.1,189.9c0,116.9,95.1,211.6,212.4,211.6s212.4-94.7,212.4-211.6-95.1-211.6-212.4-211.6"/>
41
+ <path class="st1" d="M843.1,189.9c0-116.9,95.1-211.6,212.4-211.6"/>
42
+ <path class="st1" d="M843.1,189.9c0,77.9,63.4,141.1,141.6,141.1s141.6-63.2,141.6-141.1-63.4-141.1-141.6-141.1"/>
43
+ <path class="st1" d="M843.1,189.9c0-77.9,63.4-141.1,141.6-141.1"/>
44
+ <path class="st1" d="M843.1,189.9c0,58.4,47.5,105.8,106.2,105.8s106.2-47.4,106.2-105.8-47.5-105.8-106.2-105.8"/>
45
+ <path class="st1" d="M843.1,189.9c0-58.4,47.5-105.8,106.2-105.8"/>
46
+ <path class="st1" d="M843.1,189.9c0,39,31.7,70.5,70.8,70.5s70.8-31.6,70.8-70.5-31.7-70.5-70.8-70.5"/>
47
+ <path class="st1" d="M843.1,189.9c0-39,31.7-70.5,70.8-70.5"/>
48
+ <path class="st1" d="M843.1,189.9c0,19.5,15.8,35.3,35.4,35.3s35.4-15.8,35.4-35.3-15.8-35.3-35.4-35.3"/>
49
+ <path class="st1" d="M843.1,189.9c0-19.5,15.8-35.3,35.4-35.3"/>
50
+ <path class="st1" d="M843.1.4v737.6"/>
51
+ <path class="st1" d="M780.1.4v737.6"/>
52
+ <path class="st1" d="M717.2.4v737.6"/>
53
+ <path class="st1" d="M654.2.4v737.6"/>
54
+ <path class="st1" d="M717.2,62.8H0"/>
55
+ <path class="st1" d="M717.3,311.7H0"/>
56
+ <path class="st1" d="M843.1,62.8h-63.2"/>
57
+ <path class="st1" d="M843.1,125.8H0"/>
58
+ <path class="st1" d="M843.1,188.7H0"/>
59
+ <path class="st1" d="M843.1,251.6H0"/>
60
+ <circle class="st2" cx="1126.3" cy="-83.4" r="8.8"/>
61
+ <circle class="st2" cx="1055.5" cy="-12.9" r="8.8"/>
62
+ <circle class="st2" cx="984.7" cy="57.6" r="8.8"/>
63
+ <path class="st2" d="M949.3,84.1c-4.9,0-8.8,3.9-8.8,8.8s4,8.8,8.8,8.8,8.8-3.9,8.8-8.8-4-8.8-8.8-8.8Z"/>
64
+ <path class="st2" d="M913.9,119.4c-4.9,0-8.8,3.9-8.8,8.8s4,8.8,8.8,8.8,8.8-3.9,8.8-8.8-4-8.8-8.8-8.8Z"/>
65
+ <path class="st2" d="M878.5,154.6c-4.9,0-8.8,3.9-8.8,8.8s4,8.8,8.8,8.8,8.8-3.9,8.8-8.8-4-8.8-8.8-8.8Z"/>
66
+ <path class="st3" d="M677.8,94.3c0,4.3,3.5,7.8,7.9,7.8s7.9-3.5,7.9-7.8-3.5-7.8-7.9-7.8-7.9,3.5-7.9,7.8Z"/>
67
+ <path class="st3" d="M677.8,157.2c0,4.3,3.5,7.8,7.9,7.8s7.9-3.5,7.9-7.8-3.5-7.8-7.9-7.8-7.9,3.5-7.9,7.8Z"/>
68
+ <path class="st3" d="M677.8,220.1c0,4.3,3.5,7.9,7.9,7.9s7.9-3.5,7.9-7.9-3.5-7.8-7.9-7.8-7.9,3.5-7.9,7.8Z"/>
69
+ </g>
70
+ </g>
71
+ </g>
72
+ </svg>
@@ -0,0 +1,57 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="illustrations" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 1312 738">
3
+ <!-- Generator: Adobe Illustrator 29.0.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 192) -->
4
+ <defs>
5
+ <style>
6
+ .st0, .st1 {
7
+ fill: none;
8
+ }
9
+
10
+ .st2 {
11
+ fill: #f6f2ff;
12
+ stroke: #d4bbff;
13
+ }
14
+
15
+ .st2, .st1 {
16
+ stroke-miterlimit: 10;
17
+ }
18
+
19
+ .st3 {
20
+ fill: #d9fbfb;
21
+ stroke: #03ddbd;
22
+ }
23
+
24
+ .st1 {
25
+ stroke: #a6c8ff;
26
+ }
27
+
28
+ .st4 {
29
+ clip-path: url(#clippath);
30
+ }
31
+ </style>
32
+ <clipPath id="clippath">
33
+ <rect class="st0" width="1312" height="738"/>
34
+ </clipPath>
35
+ </defs>
36
+ <g id="watsonx.data_-_light">
37
+ <g class="st4">
38
+ <g id="watsonx.data_-_light1">
39
+ <path class="st1" d="M843.1,189.9c0-155.8,126.8-282.1,283.1-282.1M843.1,189.9c0,116.9,95.1,211.6,212.4,211.6s212.4-94.7,212.4-211.6-95.1-211.6-212.4-211.6M843.1,189.9c0-116.9,95.1-211.6,212.4-211.6M843.1,189.9c0,77.9,63.4,141.1,141.6,141.1s141.6-63.2,141.6-141.1-63.4-141.1-141.6-141.1M843.1,189.9c0-77.9,63.4-141.1,141.6-141.1M843.1,189.9c0,58.4,47.5,105.8,106.2,105.8s106.2-47.4,106.2-105.8-47.5-105.8-106.2-105.8M843.1,189.9c0-58.4,47.5-105.8,106.2-105.8M843.1,189.9c0,39,31.7,70.5,70.8,70.5s70.8-31.6,70.8-70.5-31.7-70.5-70.8-70.5M843.1,189.9c0-39,31.7-70.5,70.8-70.5M843.1,189.9c0,19.5,15.8,35.3,35.4,35.3s35.4-15.8,35.4-35.3-15.8-35.3-35.4-35.3M843.1,189.9c0-19.5,15.8-35.3,35.4-35.3M1126.3-92.2c-4.9,0-8.8,3.9-8.8,8.8s4,8.8,8.8,8.8,8.8-3.9,8.8-8.8-4-8.8-8.8-8.8ZM1055.5-21.7c-4.9,0-8.8,3.9-8.8,8.8s4,8.8,8.8,8.8,8.8-3.9,8.8-8.8-4-8.8-8.8-8.8ZM984.7,48.8c-4.9,0-8.8,3.9-8.8,8.8s4,8.8,8.8,8.8,8.8-3.9,8.8-8.8-4-8.8-8.8-8.8ZM949.3,84.1c-4.9,0-8.8,3.9-8.8,8.8s4,8.8,8.8,8.8,8.8-3.9,8.8-8.8-4-8.8-8.8-8.8ZM913.9,119.4c-4.9,0-8.8,3.9-8.8,8.8s4,8.8,8.8,8.8,8.8-3.9,8.8-8.8-4-8.8-8.8-8.8ZM878.5,154.6c-4.9,0-8.8,3.9-8.8,8.8s4,8.8,8.8,8.8,8.8-3.9,8.8-8.8-4-8.8-8.8-8.8Z"/>
40
+ <path class="st1" d="M843.1.4v737.6"/>
41
+ <path class="st1" d="M780.1.4v737.6"/>
42
+ <path class="st1" d="M717.2.4v737.6"/>
43
+ <path class="st1" d="M654.2.4v737.6"/>
44
+ <path class="st1" d="M717.2,62.8H0"/>
45
+ <path class="st1" d="M717.3,311.7H0"/>
46
+ <path class="st1" d="M843.1,62.8h-63.2"/>
47
+ <path class="st1" d="M843.1,125.8H0"/>
48
+ <path class="st1" d="M843.1,188.7H0"/>
49
+ <path class="st1" d="M843.1,251.6H0"/>
50
+ <path class="st2" d="M677.8,94.3c0,4.3,3.5,7.8,7.9,7.8s7.9-3.5,7.9-7.8-3.5-7.8-7.9-7.8-7.9,3.5-7.9,7.8Z"/>
51
+ <path class="st2" d="M677.8,157.2c0,4.3,3.5,7.8,7.9,7.8s7.9-3.5,7.9-7.8-3.5-7.8-7.9-7.8-7.9,3.5-7.9,7.8Z"/>
52
+ <path class="st2" d="M677.8,220.1c0,4.3,3.5,7.9,7.9,7.9s7.9-3.5,7.9-7.9-3.5-7.8-7.9-7.8-7.9,3.5-7.9,7.8Z"/>
53
+ </g>
54
+ </g>
55
+ </g>
56
+ <path class="st3" d="M285.1,373.2c0-3.9,3.2-7.1,7.1-7.1s7.1,3.2,7.1,7.1"/>
57
+ </svg>
@@ -1,6 +1,6 @@
1
1
  import AnimatedHeader from '../components/AnimatedHeader/AnimatedHeader';
2
2
  import type { Meta } from '@storybook/react';
3
- import '../components/animated_header.scss';
3
+ import '../components/animated-header.scss';
4
4
  declare const meta: Meta<typeof AnimatedHeader>;
5
5
  export default meta;
6
6
  export declare const ThemeG10: {
@@ -26,7 +26,7 @@ export declare const ThemeG10: {
26
26
  default: boolean;
27
27
  };
28
28
  };
29
- tileDropdownItems: {
29
+ selectedWorkspace: {
30
30
  description: string;
31
31
  type: string;
32
32
  control: {
@@ -8595,7 +8595,11 @@ export declare const ThemeG10: {
8595
8595
  buttonIcon: number;
8596
8596
  headerStatic: number;
8597
8597
  headerDropdown: boolean;
8598
- tileDropdownItems: number;
8598
+ selectedWorkspace: number;
8599
+ allWorkspaces: {
8600
+ id: string;
8601
+ text: string;
8602
+ }[];
8599
8603
  selectedTileGroup: number;
8600
8604
  allTiles: ({
8601
8605
  id: number;
@@ -8658,7 +8662,7 @@ export declare const ThemeG100: {
8658
8662
  default: boolean;
8659
8663
  };
8660
8664
  };
8661
- tileDropdownItems: {
8665
+ selectedWorkspace: {
8662
8666
  description: string;
8663
8667
  type: string;
8664
8668
  control: {
@@ -17227,7 +17231,11 @@ export declare const ThemeG100: {
17227
17231
  buttonIcon: number;
17228
17232
  headerStatic: number;
17229
17233
  headerDropdown: boolean;
17230
- tileDropdownItems: number;
17234
+ selectedWorkspace: number;
17235
+ allWorkspaces: {
17236
+ id: string;
17237
+ text: string;
17238
+ }[];
17231
17239
  selectedTileGroup: number;
17232
17240
  allTiles: ({
17233
17241
  id: number;
@@ -6,7 +6,7 @@
6
6
  * This source code is licensed under the Apache-2.0 license found in the
7
7
  * LICENSE file in the root directory of this source tree.
8
8
  */
9
- export const tileDropdownData: {
9
+ export const workspaceData: {
10
10
  id: string;
11
11
  text: string;
12
12
  }[];
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ var v="5.12.1";var fr=60;var ip=0;var op=508;var w=1312;var h=738;var nm="header_1312x738_data_fabric_dark_06";var ddd=0;var assets=[];var layers=[{ddd:0,ind:1,ty:4,nm:"illustrations 59",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.55,y:0.994},o:{x:0.166,y:0.33},t:93,s:[1036,162.5,0],to:[0,0,0],ti:[0,0,0]},{t:240,s:[1247.5,162.5,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:93,s:[0,0]},{t:153,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:93,op:1593,st:93,ct:1,bm:0},{ddd:0,ind:2,ty:4,nm:"illustrations 58",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.55,y:0.992},o:{x:0.21,y:0.267},t:103,s:[997.623,313.186,0],to:[0,0,0],ti:[118,-43.5,0]},{t:240,s:[944.5,420.5,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:103,s:[0,0]},{t:163,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:103,op:1603,st:103,ct:1,bm:0},{ddd:0,ind:3,ty:4,nm:"illustrations 57",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.55,y:0.99},o:{x:0.21,y:0.327},t:183,s:[1201,167,0],to:[0,0,0],ti:[23.5,-3,0]},{t:240,s:[1159.5,187.5,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:183,s:[0,0]},{t:243,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:183,op:1683,st:183,ct:1,bm:0},{ddd:0,ind:4,ty:4,nm:"illustrations 56",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.55,y:0.991},o:{x:0.21,y:0.286},t:143,s:[1129,199.5,0],to:[0,0,0],ti:[36,-17,0]},{t:240,s:[1122.5,258.5,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:143,s:[0,0]},{t:203,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:143,op:1643,st:143,ct:1,bm:0},{ddd:0,ind:5,ty:4,nm:"illustrations 55",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.55,y:0.995},o:{x:0.21,y:0.161},t:123,s:[1107.5,158.5,0],to:[0,0,0],ti:[56,6.5,0]},{t:240,s:[1068.5,122.5,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:123,s:[0,0]},{t:183,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:123,op:1623,st:123,ct:1,bm:0},{ddd:0,ind:6,ty:4,nm:"illustrations 54",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.55,y:0.99},o:{x:0.21,y:0.332},t:163,s:[1052.5,162.5,0],to:[0,0,0],ti:[0,0,0]},{t:240,s:[959.5,162.5,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:163,s:[0,0]},{t:223,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:163,op:1663,st:163,ct:1,bm:0},{ddd:0,ind:7,ty:4,nm:"curves - path 11",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:0,s:[0]},{t:40,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[1035.45,162.7,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:1,k:[{i:{x:[0.6,0.6,0.6],y:[1,1,1]},o:{x:[0.32,0.32,0.32],y:[0,0.932,0]},t:0,s:[100,0,100]},{t:119,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[181,0]],o:[[-84.6,-164],[0,0]],v:[[211.95,-0.2],[-211.65,-274.8]],c:false},ix:2},nm:"Path 11",mn:"ADBE Vector Shape - Group",hd:false},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[0,0],[180.9,0]],o:[[-84.6,164.1],[0,0]],v:[[211.95,-0.2],[-211.95,274.8]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"tm",s:{a:0,k:0,ix:1},e:{a:1,k:[{i:{x:[0.6],y:[1]},o:{x:[0.32],y:[0.47]},t:0,s:[0]},{t:120,s:[100]}],ix:2},o:{a:0,k:0,ix:3},m:1,ix:3,nm:"Trim Paths 1",mn:"ADBE Vector Filter - Trim",hd:false},{ty:"tr",p:{a:0,k:[-212,0],ix:2},a:{a:0,k:[-212,0],ix:1},s:{a:1,k:[{i:{x:[0.6,0.6],y:[1,1]},o:{x:[0.32,0.32],y:[0.31,0]},t:0,s:[0,100]},{t:240,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Group 1",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 11",mn:"ADBE Vector Graphic - Stroke",hd:false}],ip:0,op:1500,st:0,ct:1,bm:0},{ddd:0,ind:8,ty:4,nm:"curves - path 10",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:0,s:[0]},{t:40,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[1035.45,162.7,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:1,k:[{i:{x:[0.6,0.6,0.6],y:[1,1,1]},o:{x:[0.32,0.32,0.32],y:[0,0.932,0]},t:20,s:[100,0,100]},{t:139,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[180.9,0]],o:[[-84.6,-131.2],[0,0]],v:[[211.95,-0.2],[-211.65,-219.7]],c:false},ix:2},nm:"Path 10",mn:"ADBE Vector Shape - Group",hd:false},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[0,0],[180.9,0]],o:[[-84.6,131.3],[0,0]],v:[[211.95,-0.2],[-211.65,219.8]],c:false},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:false},{ty:"tm",s:{a:0,k:0,ix:1},e:{a:1,k:[{i:{x:[0.6],y:[1]},o:{x:[0.32],y:[0.47]},t:20,s:[0]},{t:140,s:[100]}],ix:2},o:{a:0,k:0,ix:3},m:1,ix:3,nm:"Trim Paths 1",mn:"ADBE Vector Filter - Trim",hd:false},{ty:"tr",p:{a:0,k:[-212,0],ix:2},a:{a:0,k:[-212,0],ix:1},s:{a:1,k:[{i:{x:[0.6,0.6],y:[1,1]},o:{x:[0.32,0.32],y:[0.31,0]},t:0,s:[0,100]},{t:240,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Group 1",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 11",mn:"ADBE Vector Graphic - Stroke",hd:false}],ip:0,op:1500,st:0,ct:1,bm:0},{ddd:0,ind:9,ty:4,nm:"curves - path 9",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:0,s:[0]},{t:40,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[1035.45,162.7,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:1,k:[{i:{x:[0.6,0.6,0.6],y:[1,1,1]},o:{x:[0.32,0.32,0.32],y:[0,0.932,0]},t:40,s:[100,0,100]},{t:159,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[180.9,0]],o:[[-84.6,-98.3],[0,0]],v:[[211.95,-0.2],[-211.95,-165.2]],c:false},ix:2},nm:"Path 9",mn:"ADBE Vector Shape - Group",hd:false},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[0,0],[180.9,0]],o:[[-84.6,98.5],[0,0]],v:[[211.95,-0.2],[-211.65,164.8]],c:false},ix:2},nm:"Path 3",mn:"ADBE Vector Shape - Group",hd:false},{ty:"tm",s:{a:0,k:0,ix:1},e:{a:1,k:[{i:{x:[0.6],y:[1]},o:{x:[0.32],y:[0.47]},t:40,s:[0]},{t:160,s:[100]}],ix:2},o:{a:0,k:0,ix:3},m:1,ix:3,nm:"Trim Paths 1",mn:"ADBE Vector Filter - Trim",hd:false},{ty:"tr",p:{a:0,k:[-212,0],ix:2},a:{a:0,k:[-212,0],ix:1},s:{a:1,k:[{i:{x:[0.6,0.6],y:[1,1]},o:{x:[0.32,0.32],y:[0.31,0]},t:0,s:[0,100]},{t:240,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Group 1",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 11",mn:"ADBE Vector Graphic - Stroke",hd:false}],ip:0,op:1500,st:0,ct:1,bm:0},{ddd:0,ind:10,ty:4,nm:"curves - path 8",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:0,s:[0]},{t:40,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[1035.45,162.7,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:1,k:[{i:{x:[0.6,0.6,0.6],y:[1,1,1]},o:{x:[0.32,0.32,0.32],y:[0,0.932,0]},t:60,s:[100,0,100]},{t:179,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[180.8,0]],o:[[-84.6,-65.5],[0,0]],v:[[211.95,-0.2],[-211.95,-110.2]],c:false},ix:2},nm:"Path 8",mn:"ADBE Vector Shape - Group",hd:false},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[0,0],[180.9,0]],o:[[-84.6,65.7],[0,0]],v:[[211.95,-0.2],[-211.95,109.8]],c:false},ix:2},nm:"Path 4",mn:"ADBE Vector Shape - Group",hd:false},{ty:"tm",s:{a:0,k:0,ix:1},e:{a:1,k:[{i:{x:[0.6],y:[1]},o:{x:[0.32],y:[0.47]},t:60,s:[0]},{t:180,s:[100]}],ix:2},o:{a:0,k:0,ix:3},m:1,ix:3,nm:"Trim Paths 1",mn:"ADBE Vector Filter - Trim",hd:false},{ty:"tr",p:{a:0,k:[-212,0],ix:2},a:{a:0,k:[-212,0],ix:1},s:{a:1,k:[{i:{x:[0.6,0.6],y:[1,1]},o:{x:[0.32,0.32],y:[0.31,0]},t:0,s:[0,100]},{t:240,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Group 1",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 11",mn:"ADBE Vector Graphic - Stroke",hd:false}],ip:0,op:1500,st:0,ct:1,bm:0},{ddd:0,ind:11,ty:4,nm:"curves - path 7",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:0,s:[0]},{t:40,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[1035.45,162.7,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:1,k:[{i:{x:[0.6,0.6,0.6],y:[1,1,1]},o:{x:[0.32,0.32,0.32],y:[0,0.932,0]},t:80,s:[100,0,100]},{t:199,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[180.8,0]],o:[[-84.6,-32.7],[0,0]],v:[[211.95,-0.2],[-211.95,-55.2]],c:false},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:false},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[0,0],[180.9,0]],o:[[-84.6,32.9],[0,0]],v:[[211.95,-0.2],[-211.95,54.8]],c:false},ix:2},nm:"Path 5",mn:"ADBE Vector Shape - Group",hd:false},{ty:"tm",s:{a:0,k:0,ix:1},e:{a:1,k:[{i:{x:[0.6],y:[1]},o:{x:[0.32],y:[0.47]},t:80,s:[0]},{t:200,s:[100]}],ix:2},o:{a:0,k:0,ix:3},m:1,ix:3,nm:"Trim Paths 1",mn:"ADBE Vector Filter - Trim",hd:false},{ty:"tr",p:{a:0,k:[-212,0],ix:2},a:{a:0,k:[-212,0],ix:1},s:{a:1,k:[{i:{x:[0.6,0.6],y:[1,1]},o:{x:[0.32,0.32],y:[0.31,0]},t:0,s:[0,100]},{t:240,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Group 1",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 11",mn:"ADBE Vector Graphic - Stroke",hd:false}],ip:0,op:1500,st:0,ct:1,bm:0},{ddd:0,ind:12,ty:4,nm:"curves - path 6",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:0,s:[0]},{t:40,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[1035.45,162.7,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:1,k:[{i:{x:[0.6,0.6,0.6],y:[1,1,1]},o:{x:[0.32,0.32,0.32],y:[0,0.932,0]},t:100,s:[100,0,100]},{t:219,s:[100,100,100]}],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0.25],[168.688,0]],o:[[-90.65,0],[0,0.75]],v:[[211.95,-0.2],[-212.138,-0.2]],c:false},ix:2},nm:"Path 6",mn:"ADBE Vector Shape - Group",hd:false},{ty:"tm",s:{a:0,k:0,ix:1},e:{a:1,k:[{i:{x:[0.6],y:[1]},o:{x:[0.32],y:[0.47]},t:100,s:[0]},{t:220,s:[100]}],ix:2},o:{a:0,k:0,ix:3},m:1,ix:2,nm:"Trim Paths 1",mn:"ADBE Vector Filter - Trim",hd:false},{ty:"tr",p:{a:0,k:[-212,0],ix:2},a:{a:0,k:[-212,0],ix:1},s:{a:1,k:[{i:{x:[0.6,0.6],y:[1,1]},o:{x:[0.32,0.32],y:[0.31,0]},t:0,s:[0,100]},{t:240,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Group 1",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 11",mn:"ADBE Vector Graphic - Stroke",hd:false}],ip:0,op:1500,st:0,ct:1,bm:0},{ddd:0,ind:13,ty:4,nm:"illustrations 53",parent:25,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,-206.5,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:0,s:[0,0]},{t:60,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:0,op:1500,st:0,ct:1,bm:0},{ddd:0,ind:14,ty:4,nm:"illustrations 51",parent:26,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,-206.5,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:15,s:[0,0]},{t:75,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:15,op:1515,st:15,ct:1,bm:0},{ddd:0,ind:15,ty:4,nm:"illustrations 50",parent:27,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,-261.5,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:45,s:[0,0]},{t:105,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:45,op:1545,st:45,ct:1,bm:0},{ddd:0,ind:16,ty:4,nm:"illustrations 45",parent:28,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,-261.5,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:105,s:[0,0]},{t:165,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:105,op:1605,st:105,ct:1,bm:0},{ddd:0,ind:17,ty:4,nm:"illustrations 44",parent:28,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,-206.5,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:120,s:[0,0]},{t:180,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:120,op:1620,st:120,ct:1,bm:0},{ddd:0,ind:18,ty:4,nm:"illustrations 43",parent:29,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[0,-206.5,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:150,s:[0,0]},{t:210,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:150,op:1650,st:150,ct:1,bm:0},{ddd:0,ind:19,ty:4,nm:"illustrations 52",parent:33,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[289.5,0,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:195,s:[0,0]},{t:255,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:195,op:1695,st:195,ct:1,bm:0},{ddd:0,ind:20,ty:4,nm:"illustrations 49",parent:33,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[228.5,0,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:180,s:[0,0]},{t:240,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:180,op:1680,st:180,ct:1,bm:0},{ddd:0,ind:21,ty:4,nm:"illustrations 48",parent:33,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[167.5,0,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:165,s:[0,0]},{t:225,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:165,op:1665,st:165,ct:1,bm:0},{ddd:0,ind:22,ty:4,nm:"illustrations 47",parent:33,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[105.5,0,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:150,s:[0,0]},{t:210,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:150,op:1650,st:150,ct:1,bm:0},{ddd:0,ind:23,ty:4,nm:"illustrations 46",parent:33,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[44.5,0,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:1,k:[{i:{x:[0.3,0.3],y:[1,1]},o:{x:[0.4,0.4],y:[0.14,0.14]},t:135,s:[0,0]},{t:195,s:[14,14]}],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:false},{ty:"st",c:{a:0,k:[0,0.364705890417,0.364705890417,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:0.986,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"fl",c:{a:0,k:[0.031372550875,0.101960785687,0.109803922474,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:135,op:1635,st:135,ct:1,bm:0},{ddd:0,ind:24,ty:4,nm:"illustrations 31",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:0,s:[0]},{t:40,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[823.5,369,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[0,-369],[0,369]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:0,op:1500,st:0,ct:1,bm:0},{ddd:0,ind:25,ty:4,nm:"illustrations 30",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:15,s:[0]},{t:55,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.34,y:1},o:{x:0.4,y:0.004},t:15,s:[662.5,369,0],to:[0,0,0],ti:[0,0,0]},{t:105,s:[762.5,369,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[0,-369],[0,369]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:15,op:1515,st:15,ct:1,bm:0},{ddd:0,ind:26,ty:4,nm:"illustrations 29",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:30,s:[0]},{t:70,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.34,y:1},o:{x:0.4,y:0.004},t:30,s:[501.5,369,0],to:[0,0,0],ti:[0,0,0]},{t:120,s:[701.5,369,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[0,-369],[0,369]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:30,op:1530,st:30,ct:1,bm:0},{ddd:0,ind:27,ty:4,nm:"illustrations 28",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:45,s:[0]},{t:85,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.34,y:1},o:{x:0.4,y:0.004},t:45,s:[340.5,369,0],to:[0,0,0],ti:[0,0,0]},{t:135,s:[640.5,369,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[0,-369],[0,369]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:45,op:1545,st:45,ct:1,bm:0},{ddd:0,ind:28,ty:4,nm:"illustrations 27",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:90,s:[0]},{t:130,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.34,y:1},o:{x:0.4,y:0.004},t:90,s:[56.5,369,0],to:[0,0,0],ti:[0,0,0]},{t:180,s:[456.5,369,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[0,-369],[0,369]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:90,op:1590,st:90,ct:1,bm:0},{ddd:0,ind:29,ty:4,nm:"illustrations 26",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:105,s:[0]},{t:145,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.34,y:1},o:{x:0.4,y:0.004},t:105,s:[-104.5,369,0],to:[0,0,0],ti:[0,0,0]},{t:195,s:[395.5,369,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[0,-369],[0,369]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:105,op:1605,st:105,ct:1,bm:0},{ddd:0,ind:30,ty:4,nm:"illustrations 25",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:166,s:[0]},{t:206,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.34,y:1},o:{x:0.4,y:0.004},t:166,s:[412,882.5,0],to:[0,0,0],ti:[0,0,0]},{t:256,s:[412,382.5,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[-412,0],[412,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:166,op:1666,st:166,ct:1,bm:0},{ddd:0,ind:31,ty:4,nm:"illustrations 24",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:151,s:[0]},{t:191,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.34,y:1},o:{x:0.4,y:0.004},t:151,s:[412,727.5,0],to:[0,0,0],ti:[0,0,0]},{t:241,s:[412,327.5,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[-412,0],[412,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:151,op:1651,st:151,ct:1,bm:0},{ddd:0,ind:32,ty:4,nm:"illustrations 23",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:136,s:[0]},{t:176,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.34,y:1},o:{x:0.4,y:0.004},t:136,s:[412,572.5,0],to:[0,0,0],ti:[0,0,0]},{t:226,s:[412,272.5,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[-412,0],[412,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:136,op:1636,st:136,ct:1,bm:0},{ddd:0,ind:33,ty:4,nm:"illustrations 22",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:120,s:[0]},{t:160,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.34,y:1},o:{x:0.4,y:0.004},t:120,s:[412,417.5,0],to:[0,0,0],ti:[0,0,0]},{t:210,s:[412,217.5,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[-412,0],[412,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:120,op:1620,st:120,ct:1,bm:0},{ddd:0,ind:34,ty:4,nm:"illustrations 21",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:106,s:[0]},{t:146,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0.34,y:1},o:{x:0.4,y:0.004},t:106,s:[412,262.5,0],to:[0,0,0],ti:[0,0,0]},{t:196,s:[412,162.5,0]}],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[-412,0],[412,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:106,op:1606,st:106,ct:1,bm:0},{ddd:0,ind:35,ty:4,nm:"illustrations 20",sr:1,ks:{o:{a:1,k:[{i:{x:[0.833],y:[0.833]},o:{x:[0.167],y:[0.167]},t:91,s:[0]},{t:131,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[411.75,107.5,0],ix:2,l:2},a:{a:0,k:[0,0,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[-411.75,0],[411.75,0]],c:false},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false},{ty:"st",c:{a:0,k:[0,0.227450981736,0.427450984716,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:false},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"illustrations",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false}],ip:91,op:1591,st:91,ct:1,bm:0}];var markers=[{tm:0,cm:"load_anim",dr:300},{tm:300,cm:"loop_anim",dr:1200}];var props={};var header_1312x738_data_fabric_dark_06 = {v:v,fr:fr,ip:ip,op:op,w:w,h:h,nm:nm,ddd:ddd,assets:assets,layers:layers,markers:markers,props:props};
9
+
10
+ export { assets, ddd, header_1312x738_data_fabric_dark_06 as default, fr, h, ip, layers, markers, nm, op, props, v, w };