forked from ibm-apiconnect/test-and-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·758 lines (753 loc) · 73.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
---
layout: landing
home: true
---
<link rel="stylesheet" href="compiled-minified-animation.css">
<section class="hero hero-home">
{% include masthead.html %}
<div class="hero-content">
<div class="grid-x">
<div class="cell small-12 medium-6 large-7">
<div class="svg-container">
<svg class="svg-animation" viewbox="220 210 930 783" preserveAspectRatio="xMinYMin meet" aria-labelledby="workshopTitle workshopDesc" role="img">
<title id="workshopTitle">A Workshop of Data Analysts</title>
<desc id="workshopDesc">An animated image of eight people in a workshop, viewing data in different types of graphs moving sequentially</desc>
<defs>
<linearGradient x1="60.951%" y1="70.807%" x2="109.968%" y2="77.916%" id="linearGradient-1">
<stop stop-color="#FC835C" offset="0%"/>
<stop stop-color="#FFF" offset="100%"/>
</linearGradient>
<linearGradient x1="122.802%" y1="-22.967%" x2="-44.002%" y2="143.807%" id="linearGradient-2">
<stop stop-color="#FC835C" offset="0%"/>
<stop stop-color="#FFF3EF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="-214.018%" x2="50%" y2="116.824%" id="linearGradient-3">
<stop stop-color="#FC835C" offset="0%"/>
<stop stop-color="#FFF3EF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="-283.45%" x2="50%" y2="121.881%" id="linearGradient-4">
<stop stop-color="#FC835C" offset="0%"/>
<stop stop-color="#FFF3EF" offset="100%"/>
</linearGradient>
<linearGradient x1="112.59%" y1="-73.942%" x2="112.59%" y2="110.609%" id="linearGradient-5">
<stop stop-color="#FC835C" offset="0%"/>
<stop stop-color="#FFF3EF" offset="100%"/>
</linearGradient>
<radialGradient cx="45.453%" fx="45.453%" fy="50%" r="407.925%" gradientTransform="matrix(.76948 .6352 -.4918 .58932 .35 -.083)" id="radialGradient-6">
<stop stop-color="#F96536" offset="0%"/>
<stop stop-color="#FFF" offset="100%"/>
</radialGradient>
<path d="M647.656 611.825L653 598.89c.352.2.727.357 1.116.47l-5.344 12.932a5.199 5.199 0 0 0-1.116-.467zm-19.375 11.881l12.9-5.373c.11.392.264.77.46 1.125l-12.898 5.373a5.277 5.277 0 0 0-.462-1.125zm-6.492-2.34c-.376.15-.734.345-1.066.579l-5.636-10.63a5.174 5.174 0 0 0 1.065-.575l5.637 10.627zm19.65-6.626c-.166.37-.29.76-.366 1.16l-23.126-7.336c.167-.371.29-.761.366-1.161l23.126 7.337zm-32.59-5.354c.227.335.493.642.791.915l-4.128 3.615a5.298 5.298 0 0 0-.793-.915l4.13-3.615zm-12.681-11.984c.24-.328.443-.682.602-1.056l12.177 6.953c-.24.327-.443.68-.602 1.055l-12.177-6.952zm13.087-18.962l-4.285-3.253c.278-.295.523-.621.728-.972l4.287 3.255a8.094 8.094 0 0 0-.73.97zm-.743 7.287c.144.38.317.747.517 1.1l-12.125 5.775a5.24 5.24 0 0 0-.52-1.098l12.128-5.777zm14.836-6.287l17.809-6.65c.095.395.236.778.42 1.14l-17.806 6.65a8.034 8.034 0 0 0-.423-1.14zm-1.947-12.442c.358.188.738.334 1.13.433l-3.066 8.06a7.858 7.858 0 0 0-1.126-.443l3.062-8.05zm23.218 44.873a5.212 5.212 0 0 0-1.098.511l-3.558-7.903c.377-.145.745-.311 1.102-.5l3.554 7.892zm-21.951-24.459c.227-.336.43-.688.604-1.055l4.196 2.458c-.222.34-.424.692-.605 1.055l-4.195-2.458zm-4.589 17.171a5.31 5.31 0 0 0-.545-1.087l9.069-4.634c.163.37.348.732.553 1.082l-9.077 4.64zm32.328-9.335h-3.76c.012-.203.03-.4.03-.609 0-.21-.018-.41-.03-.609h3.682c-.005.087-.014.173-.014.26.002.322.032.642.092.958zm-5.698-18.664l-3.764 8.66c-.36-.184-.73-.347-1.109-.488l3.767-8.666c.348.208.72.373 1.106.494zm-30.31 24.7a5.22 5.22 0 0 0-1.198-.149l1.254-10.356c.397.075.798.121 1.202.137l-1.257 10.369zm39.734-12.066c-.39.11-.766.265-1.12.463l-5.352-13.069c.39-.11.765-.264 1.12-.462l5.352 13.068zm-12.472-20.233a5.234 5.234 0 0 0-.464 1.134l-12.765-5.29c.191-.36.34-.74.443-1.133l12.786 5.29zm-22.464-4.19l-12.972 5.338a5.254 5.254 0 0 0-.456-1.128l12.992-5.346c.102.394.248.775.436 1.135zm-19.422 11.831l-5.301 13.048a5.157 5.157 0 0 0-1.12-.46l5.3-13.047c.355.197.73.35 1.12.46zm-.001 35.195c-.39.11-.766.265-1.12.462l-5.287-12.92c.39-.11.765-.265 1.118-.462l5.289 12.92zm5.996 7.637c.197-.355.352-.733.461-1.125l12.9 5.373a5.252 5.252 0 0 0-.461 1.126l-12.9-5.374zm7.4-8.991c-2.225-.003-4.028-1.819-4.03-4.06a4.06 4.06 0 0 1 2.488-3.75 4.011 4.011 0 0 1 4.394.881 4.08 4.08 0 0 1 .873 4.424 4.031 4.031 0 0 1-3.725 2.505zm23.03-25.162c5.117.006 9.264 4.181 9.27 9.334 0 3.775-2.26 7.179-5.723 8.623a9.223 9.223 0 0 1-10.102-2.023 9.38 9.38 0 0 1-2.01-10.172 9.27 9.27 0 0 1 8.565-5.762zm5.036 9.363a.265.265 0 0 0 .006-.029c-.004-2.65-2.034-4.852-4.659-5.053a4.81 4.81 0 0 0-.381-.02 5.033 5.033 0 0 0-4.008 2.009 5.103 5.103 0 0 0-.948 3.952c.444 2.41 2.522 4.165 4.956 4.185.211-.001.422-.016.632-.044 2.503-.323 4.384-2.459 4.402-5zm-25.207-4.948c-3.783 0-6.85-3.089-6.85-6.899s3.067-6.898 6.85-6.898c3.784 0 6.852 3.088 6.852 6.898 0 3.81-3.068 6.899-6.852 6.899zm30.213-14.122c-2.224-.003-4.026-1.816-4.03-4.055a4.06 4.06 0 0 1 2.485-3.753 4.011 4.011 0 0 1 4.395.878 4.08 4.08 0 0 1 .875 4.424 4.031 4.031 0 0 1-3.725 2.506zm-45.046 37.238c2.224.003 4.027 1.818 4.03 4.057a4.058 4.058 0 0 1-2.488 3.75 4.01 4.01 0 0 1-4.393-.88 4.079 4.079 0 0 1-.873-4.422 4.03 4.03 0 0 1 3.724-2.505zm45.02 8.115c-2.225 0-4.03-1.816-4.03-4.058 0-2.24 1.805-4.058 4.03-4.058 2.227 0 4.031 1.817 4.031 4.058 0 2.242-1.804 4.058-4.03 4.058zm9.339-22.602c-2.226 0-4.03-1.817-4.03-4.058 0-2.242 1.804-4.058 4.03-4.058s4.03 1.816 4.03 4.058c0 2.24-1.804 4.058-4.03 4.058zm-31.73-31.965c-2.224-.003-4.027-1.818-4.03-4.058a4.06 4.06 0 0 1 2.488-3.75 4.011 4.011 0 0 1 4.394.879 4.08 4.08 0 0 1 .874 4.424 4.031 4.031 0 0 1-3.726 2.505zm-22.642 9.224c-2.225-.003-4.027-1.818-4.03-4.058 0-1.641.982-3.12 2.488-3.749a4.01 4.01 0 0 1 4.392.88 4.079 4.079 0 0 1 .874 4.422 4.03 4.03 0 0 1-3.724 2.505zm-8.314 22.634c-2.166.515-4.337-.836-4.848-3.018-.512-2.18.83-4.366 2.996-4.881 2.167-.515 4.337.836 4.849 3.017.511 2.181-.83 4.367-2.997 4.882zm30.837 23.971c2.144.004 3.91 1.696 4.02 3.852.109 2.155-1.476 4.02-3.608 4.244a4.316 4.316 0 0 1-.412.021 4.026 4.026 0 0 1-3.543-2.01 4.083 4.083 0 0 1 0-4.096 4.026 4.026 0 0 1 3.543-2.011z" id="path-7"/>
<filter x="-20.2%" y="-21.5%" width="151.6%" height="151.3%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="4" dy="3" in="SourceAlpha" result="shadowOffsetOuter1"/>
<feGaussianBlur stdDeviation="5.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"/>
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" in="shadowBlurOuter1"/>
</filter>
<linearGradient x1="50%" y1="5.73%" x2="50%" y2="94.638%" id="linearGradient-9">
<stop stop-color="#FC835C" offset="0%"/>
<stop stop-color="#FFF3EF" offset="100%"/>
</linearGradient>
<linearGradient x1="0%" y1="109.646%" y2="0%" id="linearGradient-10">
<stop stop-color="#FC835C" offset="0%"/>
<stop stop-color="#FFF3EF" offset="100%"/>
</linearGradient>
<linearGradient x1="-8.394%" y1="-35.952%" x2="107.355%" y2="100%" id="linearGradient-11">
<stop stop-color="#FC835C" offset="0%"/>
<stop stop-color="#FFF3EF" offset="100%"/>
</linearGradient>
<linearGradient x1="83.225%" y1="-20.127%" x2="-31.928%" y2="95.119%" id="linearGradient-12">
<stop stop-color="#FC835C" offset="0%"/>
<stop stop-color="#FFF3EF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="-31.69%" x2="50%" y2="100%" id="linearGradient-13">
<stop stop-color="#00DDBD" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="-21.213%" x2="50%" y2="100%" id="linearGradient-14">
<stop stop-color="#00FFD9" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="-99.889%" x2="50%" y2="100%" id="linearGradient-15">
<stop stop-color="#00DDBD" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="-81.142%" x2="50%" y2="100%" id="linearGradient-16">
<stop stop-color="#00FFD9" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-17">
<stop stop-color="#00DDBD" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="8.619%" x2="50%" y2="100%" id="linearGradient-18">
<stop stop-color="#00FFD9" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="-165.328%" x2="50%" y2="100%" id="linearGradient-19">
<stop stop-color="#00DDBD" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="-142.642%" x2="50%" y2="100%" id="linearGradient-20">
<stop stop-color="#00FFD9" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="25.812%" x2="50%" y2="100%" id="linearGradient-21">
<stop stop-color="#00DDBD" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="32.549%" x2="50%" y2="100%" id="linearGradient-22">
<stop stop-color="#00FFD9" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="-35.454%" x2="50%" y2="100%" id="linearGradient-23">
<stop stop-color="#00DDBD" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="-23.202%" x2="50%" y2="100%" id="linearGradient-24">
<stop stop-color="#00FFD9" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="27.886%" x2="50%" y2="100%" id="linearGradient-25">
<stop stop-color="#00DDBD" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="34.375%" x2="50%" y2="100%" id="linearGradient-26">
<stop stop-color="#00FFD9" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-27">
<stop stop-color="#00B398" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="66.987%" y1="13.188%" x2="54.663%" y2="85.626%" id="linearGradient-28">
<stop stop-color="#00FFD9" offset="0%"/>
<stop stop-color="#5392FF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="4.998%" x2="50%" y2="100%" id="linearGradient-29">
<stop stop-color="#FFF" offset="0%"/>
<stop stop-color="#FC835C" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="4.998%" x2="50%" y2="100%" id="a">
<stop stop-color="#FFF" offset="0%"/>
<stop stop-color="#FC835C" offset="100%"/>
</linearGradient>
<linearGradient x1="73.223%" y1="89.848%" x2="-30.196%" y2="-34.504%" id="linearGradient-30">
<stop stop-color="#FC835C" offset="0%"/>
<stop stop-color="#FFF3EF" offset="100%"/>
</linearGradient>
<linearGradient x1="100%" y1="0%" x2="58.601%" y2="41.752%" id="linearGradient-31">
<stop stop-color="#FC835C" offset="0%"/>
<stop stop-color="#FFF3EF" offset="100%"/>
</linearGradient>
<linearGradient x1="141.148%" y1="-41.871%" x2="13.888%" y2="85.606%" id="linearGradient-32">
<stop stop-color="#FC835C" offset="0%"/>
<stop stop-color="#FFF3EF" offset="100%"/>
</linearGradient>
<linearGradient x1="100%" y1="0%" x2="38.853%" y2="60.959%" id="linearGradient-33">
<stop stop-color="#FC835C" offset="0%"/>
<stop stop-color="#FFF3EF" offset="100%"/>
</linearGradient>
<linearGradient x1="100%" y1="0%" x2="100%" y2="59.1422533%" id="linearGradient-34">
<stop stop-color="#FC835C" offset="0%"></stop>
<stop stop-color="#FFF3EF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="100%" y1="0%" x2="100%" y2="59.1422533%" id="linearGradient-35">
<stop stop-color="#FC835C" offset="0%"></stop>
<stop stop-color="#FFF3EF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="100%" y1="0%" x2="58.6006903%" y2="41.7515921%" id="linearGradient-36">
<stop stop-color="#FC835C" offset="0%"></stop>
<stop stop-color="#FFF3EF" offset="100%"></stop>
</linearGradient>
<linearGradient id="animated-gradient" x1="50%" y1="0%" x2="50%" y2="100%" >
<stop offset="0%" stop-color="#00FFD9">
<animate attributeName="stop-color" values="#00FFD9; #5392FF; #00FFD9" dur="4s" repeatCount="indefinite"></animate>
</stop>
<stop offset="100%" stop-color="#05392FF">
<animate attributeName="stop-color" values="#5392FF; #00FFD9; #5392FF" dur="4s" repeatCount="indefinite"></animate>
</stop>
</linearGradient>
</defs>
<g class="out-pipe">
<path d="M896 442.426V0h54v464.276a48 48 0 0 1-24.001 41.57L730 619v-59.88l148.01-85.523a36 36 0 0 0 17.99-31.17z" fill="url(#linearGradient-1)" opacity=".404"/>
<path class="out-pipe__data-a" d="M763,576 L904.077576,495.660995 C914.207877,490.169358 921.218737,484.658533 925.110155,479.128519 C929.001574,473.598506 930.964855,465.379706 931,454.47212 L931,429.719086 L931,11" stroke="url(#linearGradient-35)"></path>
<path class="out-pipe__data-b" d="M747,569 L888.077576,488.599504 C898.207877,483.103664 905.218737,477.588621 909.110155,472.054375 C913.001574,466.520129 914.964855,458.295038 915,447.379104 L915,422.607124 L915,25" stroke="url(#linearGradient-35)"></path>
</g>
<g class="man-b">
<path class="man-b__leg--right" d="M830.372 572.6c-.397 12.308-.397 21.511 0 27.609.396 6.098 1.58 15.114 3.552 27.048 1.414.44 2.476.621 3.187.543.71-.078 2.016-.548 3.919-1.408-1.273-11.546-1.91-20.274-1.91-26.183 0-5.91.868-14.152 2.604-24.73l-11.352-2.879z"/>
<path class="man-b__leg--left" d="M842.8 576.2c.408 11.377.815 20.177 1.219 26.4.404 6.223 2.419 17.023 6.043 32.4 1.682.55 2.97.758 3.863.623.893-.136 2.026-.712 3.399-1.727-1.687-12.021-2.82-21.253-3.4-27.696-.579-6.443-.821-16.683-.728-30.72l-10.396.72z"/>
<path class="man-b__arm--left" d="M853.602 549.073c.825.108 1.427 3.364 1.807 9.77.38 6.405.38 13.307 0 20.705-2.134 2.181-3.304 3.465-3.51 3.852-.31.58-.015 1.403.545 1.715.374.209.76.037 1.158-.515-.964 3.734-1.204 5.971-.723 6.712.723 1.111 6.03-1.26 6.827-2.633.53-.914.53-3.958 0-9.13 1.268-8.85 1.95-15.567 2.042-20.149.094-4.582-.36-9.003-1.363-13.261l-6.783 2.934z"/>
<path class="man-b__neck" d="M849.524 531.43l-2.966-2.593c.15-2.35-.4-3.672-1.653-3.964-1.252-.291-3.57-.291-6.953 0 .077 2.123-.226 3.444-.91 3.964-1.104.84-4.708.272-5.011.936-.585 1.28.046 3.822 1.893 7.621l9.305 2.257 6.295-8.22z"/>
<path class="man-b__torso" d="M856.124 536.325c-3.276-4.528-6.6-5.917-7.689-5.917-1.088 0-3.356 6.654-8.152 6.654-4.797 0-5.817-3.9-7.322-7.687-4.777-.93-2.967 12.182-2.956 12.784.1 5.14-2.464 29.82-1.185 32.248 1.429 2.714 19.302 13.51 25.618 1.072 0-5.574-2.134-26.492-2.134-28.028 0-1.536.397 2.349 1.173 2.349s7.677-1.048 7.677-2.413c0-1.364-1.754-6.535-5.03-11.062z"/>
<path class="man-b__face" d="M840.185 528.274c-4.52-1.043-6.976-7.124-5.486-13.582 1.491-6.457 6.364-10.846 10.885-9.802 4.52 1.043 6.976 7.124 5.485 13.582-1.491 6.457-6.364 10.846-10.884 9.802z"/>
<g class="man-b__arm-group--right">
<path class="man-b__arm--right" d="M824.737 536.325c-1.327 3.068-2.36 4.753-3.102 5.053-.741.3-5.611 2.489-14.61 6.564-2.496-1.74-4.16-2.61-4.989-2.61-1.244 0-.035 2.267-.85 2.61-.816.344-1.875-1.6-3.184-.91-1.308.691-1.875 2.748-.937 3.086.937.339 7.906 2.374 9.542 2.374 1.636 0 16.782-4.55 18.13-5.041.898-.328 2.678-2.784 5.337-7.369l-5.337-3.757z"/>
<path class="man-b__sleeve--right" d="M834.355 534.216c.09 2.195-1.204 4.533-3.878 7.014l-7.78-4.23c3.356-4.975 5.784-7.642 7.283-8 2.249-.537 4.241 1.923 4.375 5.216z"/>
</g>
</g>
<g class="viewing-platform">
<path class="viewing-platform__pillar--back" d="M188 444h12v142a6 6 0 0 1-12 0V444z"/>
<path class="viewing-platform__pillar-b--front" d="M637.5 382h12v142a6 6 0 0 1-12 0V382z"/>
<path class="viewing-platform__pillar-a--front" d="M355 549h12v142a6 6 0 0 1-12 0V549z"/>
<path class="viewing-platform--north" d="M5.1 338.061l163-94.214V225.35h32.002l93.374-53.97 356.04 205.476-288.488 166.641z"/>
<path class="viewing-platform--west" d="M361.024 543.497v15.001L123.105 421.14v-14.99z"/>
<path class="viewing-platform--east" d="M361.026 543.5v14.994L649.51 392.266v-15.405z"/>
</g>
<g class="boss-woman">
<g class="boss-woman__arm-group--left">
<path class="boss-woman__hand--left" d="M485.6 384.737c1.09.569 6.844 3.483 7.722 4.083.878.6 1.248 1.02.78 1.638-.31.412-1.453 0-3.428-1.24-.53.756-.99 1.29-1.382 1.605-.587.471-1.206-.113-2.03-.365-.824-.251-1.542-.975-2.751-2.15a22.336 22.336 0 0 0-2.727-2.243l1.268-1.897c.972 0 1.822.19 2.548.57z"/>
<path class="boss-woman__sleeve--left" d="M462.357 366.913c4.537 4.446 7.945 7.545 10.222 9.299 2.277 1.753 6.728 4.336 13.351 7.75l-2.672 4.482a84.22 84.22 0 0 1-13.212-7.507 77.373 77.373 0 0 1-11.274-9.543l3.585-4.481z"/>
</g>
<path class="boss-woman__leg--right" d="M442.857 427.268l1.543 33.36h4.216l3.469-32.48z"/>
<path class="boss-woman__shoe--right" d="M444.39 460.628c-.11 1.786-.166 2.972-.166 3.557 0 .878 7.89 5.127 8.266 4.056.376-1.072.318-1.264 0-1.776-.204-.328-1.5-2.368-3.887-6.12l.325-2.16c-.45.527-1.114.677-1.991.45-.878-.227-1.782-.703-2.713-1.429l.166 3.422z"/>
<path class="boss-woman__leg--left" d="M451.736 423.05l9.17 1.361-5.164 32.254-4.21-.221z"/>
<path class="boss-woman__shoe--left" d="M451.39 458.421v3.523c0 .879 7.679 4.515 8.055 3.444.377-1.072-.522-2.33-.84-2.841-.204-.328-1.204-1.797-3.002-4.409l.325-2.16c-.45.527-1.114.678-1.991.45-.878-.227-1.782-.703-2.713-1.428l.166 3.421z"/>
<path class="boss-woman__torso" d="M443.646 390.257c-.697 9.192-2.476 5.313-3.351 14.912-.875 9.6 0 19.896 0 21.861 0 1.965 6.6 4.596 10.63 4.408 4.029-.188 11.432-3.752 12.118-5.468.686-1.715.988-27.72.779-32.133-.209-4.414-2.964-3.33-2.72-9.875.246-6.545 2.72-7.518 2.72-12.568s-.91-6.894-7.965-9.346c-7.055-2.451-8.342.446-11.095 2.724-2.753 2.279-4.29 5.386-4.467 11.672-.178 6.286 4.049 4.62 3.351 13.813z"/>
<path class="boss-woman__ipad" d="M456.357 397.906l7.895-15.618-10.737-5.27-7.412 15.952z"/>
<path class="boss-woman__hand--right" d="M453.998 388.761c1.205-1.379.923-2.354 2.19-2.757 1.27-.404-.436 1.951 0 1.892 1.547-.21 3.121-2.262 3.49-2.16.854.238 1.107 1.913 0 4.229-.739 1.544-2.995 2.46-6.769 2.748l-.35-2.557c.156-.01.635-.476 1.439-1.395z"/>
<path class="boss-woman__sleeve--right" d="M442.857 366.913c-1.783 1.536-3.95 5.914-6.5 13.134-2.42 9.11-2.839 14.344-1.254 15.703 1.584 1.36 7.722.545 18.412-2.443v-4.216c-7.394.666-11.365.779-11.912.339-.547-.44.837-3.825 4.152-10.154 1.25-3.806 1.875-6.603 1.875-8.394 0-2.685-2.098-6.273-4.773-3.97z"/>
<g class="boss-woman__head-group">
<path class="boss-woman__hidden-hair" d="M463.269 356.86c1.007 2.718 1.285 4.483.834 5.295-.451.812-1.642.69-3.571-.367l2.737-4.928z"/>
<path class="boss-woman__face" d="M452.881 364.14c-3.273-1.498-4.986-6.304-4.049-11.123 1.054-5.422 5.204-9.176 9.27-8.386 4.067.79 6.508 5.826 5.455 11.248-.675 3.47-2.504 6.295-4.883 7.643-.084.261-.322.478-.483.717a3 3 0 0 1-4.164.81c-.462-.313-.923-.439-1.146-.909z"/>
<path class="boss-woman__hair" d="M463.822 349.737c.497.967.563 1.631.199 1.992-.107.106-.28.164-.505.183-.892.767-4.367.71-6.913-.183-1.261-.442-.245-.657-.5-.526-.208.108.023 1.173-.37 1.67-.5.63-1.625.806-1.733 1.984-.24 2.602.066 9.631-.699 10.584-.677.845-6.037-2.277-6.921-3.308-.884-1.031 1.172-2.744 1.413-3.793.52-2.26-.137-4.104 0-4.81.319-1.642.675-3.05 1.222-4.28a3 3 0 1 1 4.352-4.093c1.335-.724 2.588-1.066 3.76-1.026a3.001 3.001 0 1 1 5.012 2.972c.88.963 1.441 1.841 1.683 2.634zm-11.704 3.97c-.819-.24-1.326-.196-1.522.13-.197.326-.09.948.322 1.864l1.2-1.995z"/>
</g>
</g>
<g class="man-thinking">
<g class="man-thinking__head-group">
<path class="man-thinking__face" d="M383.905 379.391c-4.413.232-8.224-4.052-8.513-9.567-.289-5.516 3.054-10.174 7.466-10.405 4.412-.232 8.223 4.052 8.512 9.567.29 5.516-3.053 10.174-7.465 10.405z"/>
<path class="man-thinking__hair" d="M389.47 360c1.388.391 3.113 3.55 1.16 5-1.953 1.45-7.17 5.68-8.903 6-1.734.32-2.453-2.613-3.973-2.02-1.93.752-1.93 2.986 0 6.701.117 1.655-.39 1.428-1.521-.681-1.698-3.163-2.732-10.227.767-13.885 3.499-3.658 11.08-1.506 12.47-1.115z"/>
</g>
<path class="man-thinking__leg--right" d="M378.456 453.994l1.147 36.654h5.482l2.272-37.668z"/>
<path class="man-thinking__neck" d="M381.642 377.55l-2.04 6.854 7.755 8.461 4.537-5.936-3.891-4.967-1.697-5.04z"/>
<path class="man-thinking__leg--left" d="M399.103 447.155l-9.634 1.889L391.38 483H396z"/>
<path class="man-thinking__torso" d="M392.834 382.853c.06.036.12.073.18.113 2.724 1.765 4.604 3.846 5.64 6.244l6.84 4.787c2.078 3.103 1.59 4.655-1.462 4.656-2.205 0-5.667-1.901-8.64-3.17-.06-.025-.12-.05-.181-.073a1.914 1.914 0 0 1-.211.59c-.762 1.247 1.18 18.867 5.826 52.861-3.884 4.08-8.158 7.04-12.823 8.884-6.997 2.766-14.503.669-14.9-5.79-.265-4.307-.48-20.807-.647-49.503-4.092 3.718-6.043 6.534-5.853 8.448.19 1.914 1.322 3.655 3.397 5.223v5.082c-8.664-2.803-12.996-6.872-12.996-12.205 0-8 15.611-23.98 17.353-25.3 1.742-1.32 4.596-1.489 5.246-1.035 5.337 3.734 2.4 8.29 7.754 7.195 2.24-.458 2.456-3.111.646-7.96 2.194.083 3.728.339 4.6.765.076.038.153.1.231.188z"/>
<path class="man-thinking__shoe--right" d="M385.302 489.061c-1.393.263-2.424.376-3.093.339-.669-.037-1.537-.499-2.606-1.385-.347 3.223-.347 5.21 0 5.964.52 1.13 8.598 4.333 9.866 4.598 1.268.264 1.405-1.59 1.405-2.247 0-.657-3.517-3.424-4.771-3.783-.836-.239-1.103-1.4-.8-3.486z"/>
<path class="man-thinking__shoe--left" d="M396.389 481.978c-1.013.308-1.854.444-2.523.407-.668-.037-1.537-.499-2.606-1.385-.347 3.222-.347 5.21 0 5.964.521 1.13 8.599 4.333 9.867 4.597 1.268.265 1.405-1.589 1.405-2.246s-3.517-3.425-4.772-3.783c-.836-.24-1.293-1.424-1.371-3.554z"/>
<path class="man-thinking__hand--right" d="M370.133 416.44c.744-1.138 1.508-1.602 2.29-1.39.548.147.027 2.221.316 2.676.083.131.515.372 1.297.724 3.322.362 5.145 1.297 5.468 2.804.484 2.262-2.485 1.296-4.733.952-1.498-.228-3.089-.714-4.771-1.456l.133-4.31z"/>
<g class="man-thinking__arm-group--left">
<path class="man-thinking__hand--left" d="M406.168 373.696c-1.444-.93-2.201-1.627-2.272-2.09-.053-.346-.411-.833-1.075-1.46-.693-.73-.999-1.559-.918-2.484.081-.926 1.027-1.66 2.836-2.2-.353-.86-.575-1.402-.665-1.627-.118-.297-1.335.025-1.651-.352-.702-.834-.751-1.188.048-1.41 1.153-.321 2.96-.228 3.726 1.837.766 2.064.95 2.127.915 2.538-.024.275-.339 2.69-.944 7.248z"/>
<path class="man-thinking__sleeve--left" d="M406.632 370.526c2.354 17.226 1.907 26.64-1.342 28.244-3.249 1.603-3.933-7.7-2.054-27.91l3.396-.334z"/>
</g>
</g>
<g class="viewing-platform__railing">
<path d="M358 480h6v57a3 3 0 0 1-6 0v-57z"/>
<path d="M247 418h6v57a3 3 0 0 1-6 0v-57z"/>
<path d="M302 450h6v57a3 3 0 0 1-6 0v-57z"/>
<path d="M426.25 441h6v57a3 3 0 0 1-6 0v-57z"/>
<path d="M495.5 401h6v57a3 3 0 0 1-6 0v-57z"/>
<path d="M564.75 361h6v57a3 3 0 0 1-6 0v-57z"/>
<path d="M634 321h6v57a3 3 0 0 1-6 0v-57z"/>
<path d="M637.4 324.716L362.454 483.5a1.732 1.732 0 0 1-2.598-1.5v-1.845a2 2 0 0 1 1-1.732L637.4 318.71a1.733 1.733 0 0 1 2.6 1.501 5.2 5.2 0 0 1-2.6 4.504z"/>
<path d="M362.63 485.278L247 418.661a3.468 3.468 0 0 1 5.2-3.005l110.43 63.624v5.998z"/>
<path d="M137 354.8h6v57a3 3 0 0 1-6 0v-57z"/>
<path d="M192 386.8h6v57a3 3 0 0 1-6 0v-57z"/>
<path d="M252.63 422.078L137 355.461a3.468 3.468 0 0 1 5.2-3.005l110.43 63.624v5.998z"/>
</g>
<g class="large-slate">
<g class="large-slate__wires">
<path d="M953 610l-102 58"/>
<path d="M953 610V503"/>
<path d="M979 517l-26-14"/>
</g>
<path id="large-slate--west" fill="#F2F5FA" d="M1139.171 667.701l-170.99-98.718v-135.07l170.99 98.692z"/>
<path id="large-slate--east" fill="#E1E8F5" d="M1139.171 667.701V532.605l3.849-2.217v135.11z"/>
<path id="large-slate--north" fill="#F5F9FF" d="M1139.171 532.603l-170.99-98.69 3.849-2.211 170.99 98.686z"/>
<g class="large-slate__code">
<path class="large-slate__code--purple" d="M1099.483 568.678a.861.861 0 0 1 1.291-.748l22.966 13.26a1.996 1.996 0 0 1 1.002 1.728v.344a.863.863 0 0 1-1.297.747l-22.964-13.257a2.004 2.004 0 0 1-.997-1.731v-.343z"/>
<path class="large-slate__code--purple" d="M1071.985 560.073l-6.913-3.991a2.004 2.004 0 0 1-.997-1.731v-.343a.861.861 0 0 1 1.29-.747l7.915 4.57 1.194.688a1.996 1.996 0 0 1 1.003 1.729v.345a.863.863 0 0 1-1.297.747l-2.195-1.267z"/>
<path class="large-slate__code--orange" d="M1121.349 588.573l-8.645-4.991a2.004 2.004 0 0 1-.998-1.731v-.343a.861.861 0 0 1 1.29-.747l9.648 5.57 1.194.688a1.996 1.996 0 0 1 1.002 1.729v.345a.863.863 0 0 1-1.297.747l-2.194-1.267z"/>
<path class="large-slate__code--green" d="M1121.447 594.403l-12.975-7.49a2.004 2.004 0 0 1-.998-1.732v-.343a.861.861 0 0 1 1.29-.747l13.978 8.07 1.194.689a1.996 1.996 0 0 1 1.002 1.728v.345a.863.863 0 0 1-1.297.747l-2.194-1.267z"/>
<path class="large-slate__code--green" d="M1091.598 577.17l-26.428-15.258a2.004 2.004 0 0 1-.997-1.731v-.343a.861.861 0 0 1 1.29-.747l2.72 1.57 22.516 13 1.194.689a1.996 1.996 0 0 1 1.002 1.728v.345a.863.863 0 0 1-1.297.747z" id="Pie-Chart-Slate--Code--Path14"/>
<path class="large-slate__code--purple" d="M1106.626 580.073l-1.716-.991a2.004 2.004 0 0 1-.998-1.731v-.343a.861.861 0 0 1 1.29-.747l2.72 1.57 1.193.688a1.996 1.996 0 0 1 1.003 1.729v.345a.863.863 0 0 1-1.297.747l-2.195-1.267z"/>
<path class="large-slate__code--orange" d="M1098.832 575.573l-20.77-11.991a2.004 2.004 0 0 1-.997-1.731v-.343a.861.861 0 0 1 1.29-.747l21.772 12.57 1.194.688a1.996 1.996 0 0 1 1.002 1.729v.345a.863.863 0 0 1-1.297.747l-2.194-1.267z"/>
<path class="large-slate__code--orange" d="M1081.413 559.743l-16.439-9.491a2.004 2.004 0 0 1-.997-1.731v-.343a.861.861 0 0 1 1.29-.748l17.441 10.07 1.194.69a1.996 1.996 0 0 1 1.003 1.728v.344a.863.863 0 0 1-1.297.747l-2.195-1.266z"/>
<path class="large-slate__code--purple" d="M1099.028 587.233l-11.243-6.49a2.004 2.004 0 0 1-.997-1.732l-.001-.343a.861.861 0 0 1 1.291-.747l12.245 7.07 1.194.689a1.996 1.996 0 0 1 1.003 1.728v.345a.863.863 0 0 1-1.297.747l-2.195-1.267z"/>
<path class="large-slate__code--purple" d="M1121.545 600.233l-16.44-9.49a2.004 2.004 0 0 1-.997-1.732v-.343a.861.861 0 0 1 1.29-.747l17.442 10.07 1.194.689a1.996 1.996 0 0 1 1.002 1.728v.345a.863.863 0 0 1-1.297.747l-2.194-1.267z"/>
<path class="large-slate__code--purple" d="M1087.868 586.564l-22.501-12.992a2.004 2.004 0 0 1-.998-1.731v-.343a.861.861 0 0 1 1.29-.747l23.504 13.57 1.194.689a1.996 1.996 0 0 1 1.002 1.728v.345a.863.863 0 0 1-1.297.747l-2.194-1.266z"/>
<path class="large-slate__code--green" d="M1121.643 606.064l-1.717-.992a2.004 2.004 0 0 1-.997-1.731l-.001-.343a.861.861 0 0 1 1.291-.747l2.719 1.57 1.194.689a1.996 1.996 0 0 1 1.002 1.728v.345a.863.863 0 0 1-1.297.747l-2.194-1.266z"/>
<path class="large-slate__code--orange" d="M1121.74 611.894l-12.974-7.491a2.004 2.004 0 0 1-.998-1.732v-.343a.861.861 0 0 1 1.291-.747l13.977 8.07 1.194.689a1.996 1.996 0 0 1 1.002 1.728v.345a.863.863 0 0 1-1.297.747l-2.194-1.266z"/>
<path class="large-slate__code--purple" d="M1102.688 600.894l-22.5-12.991a2.004 2.004 0 0 1-.998-1.732l-.001-.343a.861.861 0 0 1 1.291-.747l23.503 13.57 1.194.689a1.996 1.996 0 0 1 1.003 1.728v.345a.863.863 0 0 1-1.297.747l-2.195-1.266z"/>
<path class="large-slate__code--orange" d="M1073.243 583.894l-7.778-4.491a2.004 2.004 0 0 1-.998-1.732v-.343a.861.861 0 0 1 1.29-.747l8.781 5.07 1.194.689a1.996 1.996 0 0 1 1.003 1.728v.345a.863.863 0 0 1-1.297.747l-2.195-1.266z"/>
<path class="large-slate__code--purple" d="M1114.278 598.82l1.194.69a1.996 1.996 0 0 1 1.002 1.728v.345a.863.863 0 0 1-1.297.747l-2.194-1.266-7.78-4.492a2.004 2.004 0 0 1-.997-1.731v-.343a.861.861 0 0 1 1.29-.747l8.782 5.07z"/>
<path class="large-slate__code--green" d="M1099.126 593.064l-5.18-2.992a2.004 2.004 0 0 1-.998-1.731v-.343a.861.861 0 0 1 1.29-.747l6.183 3.57 1.194.689a1.996 1.996 0 0 1 1.003 1.728v.345a.863.863 0 0 1-1.297.747l-2.195-1.266z"/>
<path class="large-slate__code--orange" d="M1081.708 577.233l-16.44-9.49a2.004 2.004 0 0 1-.997-1.732v-.343a.861.861 0 0 1 1.29-.747l17.442 10.07 1.194.689a1.996 1.996 0 0 1 1.002 1.728v.345a.863.863 0 0 1-1.297.747l-2.194-1.267z"/>
</g>
<g class="large-slate__pie-chart">
<path class="large-slate__pie-chart--purple" d="M1048 547.272c-.03 11.55-4.493 21.224-12.863 25.306-13.899 6.78-33.311-4.425-43.359-25.025-10.047-20.6-6.925-42.796 6.974-49.575 8.234-4.015 18.402-1.72 27.412 5.1l-7.693 19.602c-3.323-2.627-6.858-3.603-9.62-2.256-4.964 2.421-5.553 11.426-1.317 20.113 4.237 8.687 11.696 13.766 16.66 11.345 2.777-1.354 4.185-4.77 4.144-9.036l19.662 4.426z"/>
<path class="large-slate__pie-chart--green" d="M1007.718 540.908l-15.212 8.09c-.248-.477-.49-.958-.728-1.445-10.047-20.6-6.925-42.796 6.974-49.575 8.234-4.015 18.402-1.72 27.412 5.1l-7.693 19.602c-3.323-2.627-6.858-3.603-9.62-2.256-4.964 2.421-5.553 11.426-1.317 20.113.061.124.122.248.184.37z"/>
<path class="large-slate__pie-chart--orange" d="M1055.83 545.728l-27.795-6.228c-.414-2.48-1.251-5.12-2.525-7.73-1.263-2.59-2.813-4.86-4.497-6.706l10.838-27.484c6.485 5.69 12.332 13.276 16.743 22.299 4.233 8.66 6.608 17.543 7.236 25.849z"/>
</g>
</g>
<g class="main-stage">
<path class="main-stage--north" d="M387.83 620.87l236.001-136.263 235.989 136.26L623.83 757.132z"/>
<ellipse class="main-stage__dome-base" cx="623.5" cy="614.5" rx="65.5" ry="37.5"/>
<path class="main-stage__dome-bubble" d="M558 609.198c0-33.323 24.65-64.597 65.833-65.198 41.184-.6 65.167 31.88 65.167 66.064 0 42.134-61.782 42.134-65.5 42.134-3.718 0-65.5 0-65.5-43z"/>
<g class="main-stage__apic-logo">
<use fill="#000" filter="url(#filter-8)" xlink:href="#path-7"/>
<use fill="url(#radialGradient-6)" xlink:href="#path-7"/>
</g>
<g class="main-stage__wires">
<path d="M558 654l79 50" stroke="url(#linearGradient-9)"/>
<path d="M535 653l-21.5 12" stroke="url(#linearGradient-10)"/>
<path d="M535 653l11 7" stroke="url(#linearGradient-11)"/>
<path d="M579 641l-33 19" stroke="url(#linearGradient-12)"/>
</g>
<path class="main-stage__border" d="M393.83 620.87l230.001 132.799 229.99-132.803-229.99-132.795-230 132.799zm459.99-.004l3-1.732 1.5.866v1.732l-1.5.866-3-1.732zm-465.99.004l236.001-136.263 235.989 136.26L623.83 757.132l-236-136.263z"/>
<g class="main-stage__bar-graph">
<g class="main-stage__bar-graph--seven">
<path class="main-stage__bar-graph--east" fill="url(#linearGradient-25)" d="M774.819 642.65V537.582l12.995-7.502v105.062z"/>
<path class="main-stage__bar-graph--west" fill="url(#linearGradient-26)" d="M774.814 642.65l-12.995-7.508V530.08l12.995 7.502z"/>
<path class="main-stage__bar-graph--north" d="M774.819 537.577l12.995-7.497-13-7.533-12.995 7.533z"/>
</g>
<path class="main-stage__psuedomask--light-gray" d="M760.867 634.6l13.952 8.052 12.986-7.498 9.796 18.54-39.571 22.827z"/>
<g class="main-stage__bar-graph--six">
<path class="main-stage__bar-graph--east" fill="url(#linearGradient-13)" d="M753.819 654.65v-53.07l12.995-7.5v53.062z"/>
<path class="main-stage__bar-graph--west" fill="url(#linearGradient-14)" d="M753.814 654.65l-12.995-7.508V594.08l12.995 7.5z"/>
<path class="main-stage__bar-graph--north" d="M753.819 601.577l12.995-7.497-13-7.533-12.995 7.533z"/>
</g>
<path class="main-stage__psuedomask--light-gray" d="M739.867 646.6l13.952 8.052 12.986-7.498 9.796 18.54-39.571 22.827z"/>
<g class="main-stage__bar-graph--five">
<path class="main-stage__bar-graph--east" fill="url(#linearGradient-15)" d="M732.819 666.65v-33.07l12.995-7.5v33.062z"/>
<path class="main-stage__bar-graph--west" fill="url(#linearGradient-16)" d="M732.814 666.65l-12.995-7.508V626.08l12.995 7.5z"/>
<path class="main-stage__bar-graph--north" d="M732.819 633.577l12.995-7.497-13-7.533-12.995 7.533z"/>
</g>
<path class="main-stage__psuedomask--light-gray" d="M718.867 658.6l13.952 8.052 12.986-7.498 9.796 18.54-39.571 22.827z"/>
<g class="main-stage__bar-graph--four">
<path class="main-stage__bar-graph--east" fill="url(#linearGradient-17)" d="M711.819 678.65v-73.07l12.995-7.5v73.062z"/>
<path class="main-stage__bar-graph--west" fill="url(#linearGradient-18)" d="M711.814 678.65l-12.995-7.508V598.08l12.995 7.5z"/>
<path class="main-stage__bar-graph--north" d="M711.819 605.577l12.995-7.497-13-7.533-12.995 7.533z"/>
</g>
<path class="main-stage__psuedomask--light-gray" d="M697.867 670.6l13.952 8.052 12.986-7.498 9.796 18.54-39.571 22.827z"/>
<g class="main-stage__bar-graph--three">
<path class="main-stage__bar-graph--east" fill="url(#linearGradient-19)" d="M690.819 690.65v-23.07l12.995-7.5v23.062z"/>
<path class="main-stage__bar-graph--west" fill="url(#linearGradient-20)" d="M690.814 690.65l-12.995-7.508V660.08l12.995 7.5z"/>
<path class="main-stage__bar-graph--north" fill="#00FFD9" d="M690.819 667.577l12.995-7.497-13-7.533-12.995 7.533z"/>
</g>
<path class="main-stage__psuedomask--light-gray" d="M676.862 682.6l13.952 8.052 12.986-7.498 9.796 18.54-39.571 22.827z"/>
<g class="main-stage__bar-graph--two">
<path class="main-stage__bar-graph--east" fill="url(#linearGradient-21)" d="M669.819 702.65V599.58l12.995-7.5v103.062z"/>
<path class="main-stage__bar-graph--west" fill="url(#linearGradient-22)" d="M669.814 702.65l-12.995-7.508V592.08l12.995 7.5z"/>
<path class="main-stage__bar-graph--north" d="M669.819 599.577l12.995-7.497-13-7.533-12.995 7.533z"/>
</g>
<path class="main-stage__psuedomask main-stage__psuedomask-two" d="M650.867 694.6l13.952 8.051 12.986-7.497 37.014 5.367-66.751 37.345z"/>
<path class="red" d="M805.548 709.37L613.897 820.288V980L856.76 870.357zM0 0h37v37H0z"/>
<g class="main-stage__bar-graph--one">
<path class="main-stage__bar-graph--east" fill="url(#linearGradient-23)" d="M647.819 716.65v-53.07l12.995-7.5v53.062z"/>
<path class="main-stage__bar-graph--west" fill="url(#linearGradient-24)" d="M647.814 716.65l-12.995-7.508V656.08l12.995 7.5z"/>
<path class="main-stage__bar-graph--north" d="M647.819 663.577l12.995-7.497-13-7.533-12.995 7.533z"/>
</g>
<path class="main-stage__psuedomask--light-gray" d="M633.867 708.6l13.952 8.052 12.986-7.498 9.796 18.54-39.571 22.827z"/>
</g>
<path class="main-stage__psuedomask--stage" d="M516.99 682.986l-105.11-61.309-16.58.04 123.705 71.421 20.772 12-13.205-27.605z"/>
<path class="main-stage__psuedomask--border" d="M517.29 682.97L412.525 622l-16.526.039c-10.758-5.979-4.627-2.295 18.392 11.052 23.02 13.346 57.68 33.313 103.981 59.9L540 705l-13.161-27.453-9.55 5.424z"/> -->
<path class="main-stage--west" d="M387.833 620.866L623.82 757.133v60.052L387.833 680.919z"/>
<path class="main-stage--east" d="M859.82 620.865v60.054L623.833 817.185v-60.052z"/>
<path class="main-stage__line-graph--back" d="M427.6 583.107c3.074-1.9 3.654 15.738 7.373 20.282.437.535 3.305-9.422 6.115-15.447 1.786-3.827 3.552-4.588 4.458-5.396 2.915-2.598 7.406-4.26 7.534-4.306 7.44-2.638 5.591 45.78 12.602 50.009.362.218 3.235-6.326 8.204-14.201.747-1.185 1.917-2.264 3.509-3.236l7.64-4.351c5.276-2.44 6.786 8.7 9.282 13.89.623 1.296.914-3.886 4.679-11.702 2.031-4.218 5.379-10.543 9.993-13.71 8.777-6.024 13.774 21.99 14.992 84.039l-7.004 4-104.329-60.886c1.682-12.043 2.687-19.288 3.014-21.737 1.905-8.112 3.6-12.562 5.084-13.351 1.484-.79 3.768-2.091 6.852-3.905l.002.008z" fill="url(#linearGradient-27)" />
<path class="main-stage__line-graph--front" d="M420.34 587.309c4.024-3.752 3.9 24.48 10.66 20.8 6.76-3.68 7.197-21.388 15.08-25.87 7.883-4.48 5.156 55.443 14.856 49.937 9.7-5.507 9.449-17.792 16.921-21.629 7.472-3.837 8.054 19.639 13.165 16.144 5.111-3.494 1.981-10.287 13.064-27.012 7.388-11.15 11.687 16.616 12.895 83.299L412.542 622.07c2.517-20.673 5.116-32.26 7.799-34.761z" fill="url(#animated-gradient)" />
<path class="main-stage__psuedomask--white" d="M409.786 805.695L526.853 809l6.833-44.282L508 731l-97-51z"/>
<path class="main-stage__psuedomask--medium-gray" d="M407 621.889L529.603 694l4.083 70.718-27.527-15.658L407 691.871z"/>
<path class="main-stage__psuedomask--border" d="M856.124 623L623.831 757.133 391.52 623h6L623.83 753.669 850.125 623z"/>
<path class="main-stage__psuedomask--stage" d="M516.99 682.986l-105.11-61.309-16.58.04 123.705 71.421 20.772 12-13.205-27.605z"/>
<path class="main-stage__psuedomask" d="M517.29 682.97L412.525 622l-16.526.039c-10.758-5.979-4.627-2.295 18.392 11.052 23.02 13.346 57.68 33.313 103.981 59.9L540 705l-13.161-27.453-9.55 5.424z"/>
</g>
<g class="analytics">
<g class="analytics__platform">
<path class="analytics__platform--north" d="M871 719.847l116.994 67.541 117.009-67.541L988 652.3z"/>
<path class="analytics__platform--east" d="M1105.003 719.85v15L988 802.39v-15.002z"/>
<path class="analytics__platform--west" d="M871 719.85l117.003 67.538v15.002L871 734.85z"/>
<path class="analytics__graph-area-base" d="M986.826 696l-41.005 23.676 41.005 23.66 40.997-23.66z"/>
</g>
<g class="analytics__dome">
<path fill="url(#a)" opacity=".486" d="M1022.553 720.113l-40.727 23.503-40.734-23.503H941v-.053l-.179-.103.179-.103v-66.178L982.005 630l40.997 23.676-.179 66.437z"/>
<path class="analytics__border" d="M942.546 718.643l39.28 22.664 39-22.507.173-63.97-38.994-22.52L943 654.83v65.255-1.181l-.454-.262zm-1.546 1.21v.207l-.179-.103.179-.103zm81.553.26l-40.727 23.503-40.734-23.503H941v-.053l-.179-.103.179-.103v-66.178L982.005 630l40.997 23.676-.179 66.437h-.27z"/>
</g>
<g class="analytics__shapes">
<g class="analytics__links">
<path class="analytics__link-three-four" d="M983.020433,726.756086 L1007.02043,686.756086"></path>
<path class="analytics__link-three-five" d="M958.020433,700.756086 L1007.02043,686.756086"></path>
<path class="analytics__link-four-five" d="M983.020433,726.756086 L958.020433,700.756086"></path>
<path class="analytics__link-one-five" d="M958.020433,700.756086 L991.020433,674.756086"></path>
<path class="analytics__link-two-five" d="M958.020433,700.756086 L978,648.756086"></path>
<path class="analytics__link-one-two" d="M978,648.756086 L991.020433,674.756086"></path>
</g>
<g class="analytics__point-five">
<polygon class="analytics__datapoint--east" points="962.720433 704.102912 962.720433 698 958 700.76915 958 706.929178"></polygon>
<polygon class="analytics__datapoint--west" points="953.3 704.102912 953.3 698 958.020433 700.76915 958.020433 706.929178"></polygon>
<polygon class="analytics__datapoint--north" points="958.020433 700.756086 962.720433 698 958 695.245369 953.3 698.000728"></polygon>
</g>
<g class="analytics__point-four">
<polygon class="analytics__datapoint--east" points="987.720433 730.102912 987.720433 724 983 726.76915 983 732.929178"></polygon>
<polygon class="analytics__datapoint--west" points="978.3 730.102912 978.3 724 983.020433 726.76915 983.020433 732.929178"></polygon>
<polygon class="analytics__datapoint--north" points="983.020433 726.756086 987.720433 724 983 721.245369 978.3 724.000728"></polygon>
</g>
<g class="analytics__point-three">
<polygon class="analytics__datapoint--east" points="1011.72043 690.102912 1011.72043 684 1007 686.76915 1007 692.929178"></polygon>
<polygon class="analytics__datapoint--west" points="1002.3 690.102912 1002.3 684 1007.02043 686.76915 1007.02043 692.929178"></polygon>
<polygon class="analytics__datapoint--north" points="1007.02043 686.756086 1011.72043 684 1007 681.245369 1002.3 684.000728"></polygon>
</g>
<g class="analytics__point-two">
<polygon class="analytics__datapoint--east" points="982.720433 652.102912 982.720433 646 978 648.76915 978 654.929178"></polygon>
<polygon class="analytics__datapoint--west" points="973.3 652.102912 973.3 646 978.020433 648.76915 978.020433 654.929178"></polygon>
<polygon class="analytics__datapoint--north" points="978.020433 648.756086 982.720433 646 978 643.245369 973.3 646.000728"></polygon>
</g>
<g class="analytics__point-one">
<polygon class="analytics__datapoint--east" points="995.720433 678.102912 995.720433 672 991 674.76915 991 680.929178"></polygon>
<polygon class="analytics__datapoint--west" points="986.3 678.102912 986.3 672 991.020433 674.76915 991.020433 680.929178"></polygon>
<polygon class="analytics__datapoint--north" points="991.020433 674.756086 995.720433 672 991 669.245369 986.3 672.000728"></polygon>
</g>
</g>
<path id="analytics__wires" d="M886.462 760.86c-.307.181-.702.193-1.028-.004l-84.952-51.015a.988.988 0 0 1-.337-1.363c.286-.468.9-.618 1.373-.334l84.412 50.691 17.515-11.583c.46-.304 1.08-.181 1.387.275a.987.987 0 0 1-.277 1.376l-18 11.904c-.03.02-.061.038-.093.054z" fill="url(#linearGradient-30)" opacity=".49"/>
</g>
<g class="man-looking">
<path class="man-looking__head" d="M386.9 610.484c-1.182-1.855-1.9-4.302-1.9-6.984 0-5.799 3.358-10.5 7.5-10.5 3.535 0 6.499 3.424 7.292 8.033A.685.685 0 0 1 400 601c.552 0 1 .672 1 1.5s-.448 1.5-1 1.5h-.008c-.166 4.941-2.77 8.99-6.167 9.837L394 616h-8l.597-5.527.303.011z"/>
<path class="man-looking__leg--right" d="M390 678l2.57 51.84c1.312.597 2.268.871 2.868.824.6-.047 1.425-.46 2.474-1.238l1.446-43.922L390 678z"/>
<path class="man-looking__leg--left" d="M378 679l1.613 41.685h5.399l1.585-36.218z"/>
<path class="man-looking__hand--left" d="M374.467 663.547l.55 4.173 2.48 1.66v-5.833z"/>
<path class="man-looking__ipad" d="M371.876 666.645L385 658.837v13.582l-13.124 7.869z"/>
<path class="man-looking__sleeve--left" d="M376.838 617c-2.187 7.952-3.435 14.908-3.743 20.868-.309 5.96.136 14.509 1.335 25.644h4.52l2.408-43.664-4.52-2.848z"/>
<path class="man-looking__torso" d="M376.65 616.655c-.866 2.196-.866 23.799 0 64.81 3.962 3.84 7.616 6.02 10.962 6.54 3.345.52 8.417-.302 15.214-2.467-.068-18.475-.392-31.97-.974-40.486-.872-12.774.904-22.376 0-24.127-.602-1.168-2.955-3.174-7.058-6.02-1.952.43-3.637.43-5.056 0-2.129-.647-4.005-2.905-5.668-2.905-1.663 0-6.122 1.363-7.42 4.655z"/>
<g class="man-looking__arm-group--right">
<path class="man-looking__hand--right" d="M411.238 648.308c-.317 1.44-.317 2.352 0 2.738.317.386 1.398.688 3.244.906.598 1.426 1.362 2.14 2.292 2.14.929 0 1.84-.714 2.735-2.14 1.5.85 2.506 1.274 3.018 1.274.769 0 1.079-.182.39-1.274-.687-1.092-2.42-2.645-2.948-3.122-.528-.477-1.016-.83-1.43-.83-.275 0-2.709.103-7.301.308z"/>
<path class="man-looking__sleeve--right" d="M401.306 620.713c-3.14-2.998-8.909 4.094-9.859 9.421-1.085 6.09-2.218 14.06-.74 17.403.984 2.229 8.223 4 21.717 5.313v-5.313c-9.836-1.82-14.998-3.098-15.486-3.835-.732-1.105 7.51-19.991 4.368-22.989z"/>
</g>
<path class="man-looking__shoe--right" d="M397.988 725.445h2.901c1.664-1.345 2.823-1.751 3.476-1.218.98.8.308 3.216-.672 4.437-.98 1.222-7.084 5.275-8.497 5.83-1.413.555-3.196-.51-3.196-1.239 0-.486.116-2.202.348-5.147 1.899.81 3.329.996 4.29.556.963-.44 1.412-1.513 1.35-3.22z"/>
<path class="man-looking__shoe--left" d="M384.988 718.445h2.901c1.67-.533 2.83-.533 3.484 0 .98.799.3 1.998-.68 3.22-.98 1.22-7.084 5.274-8.497 5.829-1.413.555-3.196-.51-3.196-1.239 0-.486.174-2.452.523-5.899 1.293.22 2.493.33 3.601.33s1.729-.748 1.864-2.241z"/>
<path class="man-looking__hair" d="M398.474 603.067c.269-.888-.95-1.049-1.033-1.668-.25-1.866.343-3.51.274-4.145-.138-1.269-.911-.566-.911-2.337 0-.637 2.373.867 1.897-1.567-.477-2.434-5.25-3.211-10.9-1.21-9.021 3.196-5.3 13.144-3.439 16.535 1.24 2.261 2.97 3.534 5.19 3.82 1.56.971 3.225.459 4.995-1.536 2.654-2.992 3.658-7.005 3.927-7.892z"/>
</g>
<g class="woman-at-desk">
<g class="woman-at-desk__table-legs">
<path d="M830.5 804h6v45a3 3 0 0 1-6 0v-45z"/>
<path d="M741 855h6v45a3 3 0 0 1-6 0v-45z"/>
<path d="M690 826h6v45a3 3 0 0 1-6 0v-45z"/>
</g>
<path class="woman-at-desk__table--north" d="M836.827 801.172l-6.36 3.672-86.643 50.016-53.994-31.17L782.844 770z"/>
<path class="woman-at-desk__table--east" d="M836.799 801v6.04l-92.969 53.692v-5.872z"/>
<path class="woman-at-desk__table--west" d="M743.83 860.732v-5.872l-54-31.169v5.869z"/>
<path class="woman-at-desk__keyboard" d="M743 823.655l40.998-23.67 14.995 8.66-41.004 23.675z"/>
<g class="woman-at-desk__wires">
<path d="M702 797l-31-18"/>
<path d="M701.903 797.013V752"/>
<path d="M754.903 781l-53-29"/>
</g>
<g class="woman-at-desk__arm-group--right">
<path class="woman-at-desk__hand--right" d="M784.273 813.875l-2.015-.708c-2.319-1.274-3.993-1.818-5.024-1.633-1.546.28-3.893 2.06-3.647 3.006.246.944 4.157.806 4.736 1.39.579.583-3.405.583-1.772 1.597 1.089.676 3.867.4 8.336-.829l-.614-2.823z"/>
<path class="woman-at-desk__sleeve--right" d="M804.862 810.75c-.285-.916-5.798 1.992-9.716 2.477-2.612.324-6.462.324-11.55 0v4.456c5.404 1.437 10.311 1.437 14.721 0 6.615-2.157 6.83-6.016 6.545-6.932z"/>
</g>
<path class="woman-at-desk__monitor--east" d="M721.92 829.88v-54.152l68.008-39.56v54.142z"/>
<path class="woman-at-desk__monitor--west" d="M721.92 829.88l-1.53-.883V774.84l1.53.889z"/>
<path class="woman-at-desk__monitor--north" d="M721.92 775.727l-1.53-.888 68.007-39.558 1.531.887z"/>
<path class="woman-at-desk__leg--right" d="M809.464 839.21c-10.356-6.611-16.454-9.23-18.295-7.855-1.842 1.375-1.842 11.167 0 29.377-.684 1.255-.684 1.96 0 2.115.683.156 1.809-.473 3.377-1.885.104-11.851.433-17.777.988-17.777.554 0 3.261 1.436 8.121 4.308l5.81-8.283z"/>
<path class="woman-at-desk__seat--north" d="M785.831 852.703l27.994 16.161 27.998-16.16-27.998-16.162z"/>
<path class="woman-at-desk__seat--east" d="M813.825 868.864v27.717l28.032-16.186-.034-27.692z"/>
<path class="woman-at-desk__seat--west" d="M813.857 868.864v27.717l-28.032-16.186.034-27.692z"/>
<path class="woman-at-desk__leg--left" d="M796.65 844.468c-10.355-6.612-16.454-9.23-18.295-7.856-1.84 1.375-3.258 11.838-4.25 31.388 1.107 1.374 2.002 2.139 2.686 2.294.683.156 1.722.023 3.118-.4 1.334-13.758 2.256-21.169 2.767-22.234.512-1.064 5.956 1.201 16.334 6.797l-2.36-9.99z"/>
<path class="woman-at-desk__torso" d="M815.856 814.03c-1.47-4.29-3.728-5.03-5.206-4.726-1.1.897-3.432 1.024-6.995.38l-6.237 7.616c2.035 13.292 2.547 21.264 1.535 23.915-1.518 3.978-7.632-.85-8.494.454-.574.869-.574 3.896 0 9.081 4.325 3.813 9.417 5.866 15.277 6.161 8.79.442 12.335-2.38 12.569-7.454.234-5.073-3.071-11.31-2.45-16.574.623-5.263 1.47-14.564 0-18.853z"/>
<path class="woman-at-desk__shoe" d="M780.058 869.662c-1.437.442-2.496.575-3.177.4-.68-.176-1.578-.815-2.694-1.916-4.227.296-6.86.682-7.895 1.159-1.555.714-.78 2.159 0 2.47.519.208 4.238 1.385 11.157 3.531 1.55.396 2.557.167 3.022-.687.465-.853.327-2.506-.413-4.957z"/>
<g class="woman-at-desk__head-group">
<path class="woman-at-desk__face" d="M802.21 808.484c-4.534-1.215-6.993-6.74-5.492-12.342 1.5-5.601 6.393-9.157 10.928-7.942 4.534 1.215 6.993 6.74 5.492 12.342-1.5 5.602-6.393 9.157-10.928 7.942z"/>
<path class="woman-at-desk__hair" d="M799.176 790.559c-1.157 3.288 3.669 7.728 6.169 10.716 2.5 2.99-4.204 1.265-1.948 8.049 2.257 6.784 3.373 6.42 8.668 11.258 1.6 1.462.504 9.18 2.76 9.793 5.207 1.417 5.586-3.834 6.952-7.455.764-2.027 7.276-4.282 4.661-8.514-.787-1.275-1.93-4.81-2.493-7.96-.318-1.783-.647-3.496-2.734-7.071-2.088-3.575-2.639.572-5.081-6.312-2.442-6.884-2.388-6.15-5.006-7.43-4.412-2.16-10.79 1.638-11.948 4.926z"/>
</g>
<g class="woman-at-desk__arm-group--left">
<path class="woman-at-desk__hand--left" d="M771.905 825.778c-4.752-4.038-7.367-6.548-7.843-7.532-.715-1.475 1.013-2.455 3.37-2.3 1.177.077 2.238 1.8 3.324 2.815.365.34.5-1.533 1.535-.515.69.68 1.214 2.52 1.572 5.524l-1.958 2.008z"/>
<path class="woman-at-desk__sleeve--left" d="M801.803 815.32c-2.743-1.355-3.71 0-5.992 2.314-2.282 2.313-8.381 10.292-9.82 10.936-.96.43-4.827-1.68-11.602-6.328-.774.462-1.36.956-1.757 1.48-.397.524-.873 1.433-1.427 2.725 8.212 6.777 13.14 10.165 14.786 10.165 2.467 0 13.629-11.43 15.812-14.37 2.183-2.94 2.742-5.566 0-6.922z"/>
</g>
</g>
<g class="woman-a">
<path class="woman-a__neck" d="M1045.211 699.103l3.092-1.71-.629-3.624 6.103.225 2.173 3.398c-.243 1.997-.967 3.091-2.173 3.284-1.205.192-4.06-.332-8.566-1.573z"/>
<path class="woman-a__leg--right" d="M1050.154 723.77c1.47 16.72 2.479 28.745 3.024 36.078.545 7.332 3.325 17.614 8.339 30.844h3.605c-1.994-16.121-3.13-25.005-3.406-26.652-.414-2.47.358-19.258.985-20.626.627-1.367 1.223-6.03 1.052-10.593-.115-3.041-1.575-6.266-4.38-9.674l-9.22.622z"/>
<path class="woman-a__shoe--right" d="M1060.656 789.316c1.086.613 1.955.92 2.605.92.976 0 2.039-1.223 2.039-.43 0 .793 1.735 7.109-.178 8.266s-4.824-3.498-6.746-4.237c-1.923-.74-2.106-3.202-1.732-4.029.25-.551 1.3-.551 3.15 0l.862-.49z"/>
<path class="woman-a__arm--right" d="M1064.158 698.312c4.44 10.525 5.95 16.238 4.531 17.136-1.419.898-6.007.898-13.765 0 3.115-2.555 5.762-3.933 7.94-4.135 1.147-.107-4.982-8.552-4.737-10.637.15-1.28 2.16-2.067 6.031-2.364z"/>
<path class="woman-a__leg--left" d="M1043.12 724.923c-2.511 4.392-3.494 10.253-2.95 17.586.546 7.332 4.602 26.086 12.169 56.26.936.482 1.638.697 2.105.645.467-.052 1.044-.41 1.73-1.074-2.85-20.162-4.413-31.066-4.69-32.713-.414-2.47 1.666-19.672 2.293-21.04.627-1.367 3.113-6.05 2.942-10.612-.114-3.042-1.304-6.059-3.569-9.052h-10.03z"/>
<path class="woman-a__torso" d="M1043.276 699.38c-2.095 1.245-3.566 2.415-4.41 3.508-.845 1.094-1.325 3.06-1.44 5.899 1.589 1.63 2.914 2.471 3.977 2.526.15.008.722.008 1.717 0l-.983 13.61c1.592 1.922 4.638 2.69 9.138 2.308 4.5-.383 7.34-1.52 8.52-3.413.207-5.192.517-9.054.93-11.587.413-2.533 1.296-5.988 2.649-10.364l1.748-1.191c0-3.185-.846-5.179-2.537-5.984-1.692-.804-4.303-.804-7.832 0 .223 1.588-.581 2.794-2.414 3.62-1.521.685-4.14.386-6.559.312-.33-.01-1.165.242-2.504.756z"/>
<path class="woman-a__arm--left" d="M1037.669 708.62c.034 8.561-.157 13.61-.573 15.15-.625 2.307-5.572 11.985-5.239 13.524.333 1.539 1.187 7.342 3.378 7.293 2.192-.049.587-5.837 1.236-7.785.65-1.947 5.2-10.834 5.805-12.585.403-1.168.804-6.366 1.205-15.597h-5.812z"/>
<path class="woman-a__shoe--left" d="M1052.339 798.34c.652.286 1.303.43 1.954.43.976 0 2.038-1.224 2.038-.43 0 .793.985 7.73-.432 8.513-1.416.784-9.094-1.515-11.016-2.254-1.923-.74-.739-2.796-.208-3.298.354-.335 2.18-.633 5.479-.894l2.185-2.067z"/>
<g class="woman-a__head-group">
<path class="woman-a__face" d="M1052.798 694.512c3.313 0 3.202-6.198 3.202-9.512a6 6 0 0 0-6-6c-1.495 0-2.997-.228-4.24 1.257-1.512 1.807-2.714 5.8-2.565 7.996.114 1.686 1.116 2.935 3.219 4.596 2.929 2.313 4.775 1.663 6.384 1.663z"/>
<path class="woman-a__hair" d="M1047.44 673.917c-2.522 1.666-3.15 4.329-2.557 7.086.593 2.758 4.121 2.888 5.15 4.54 1.29 2.075 1.724 7.002 2.649 7.714 2.492 1.92 5.153.242 6.09-.716.938-.957 1.508-.715 2.092-1.95.584-1.235-.25-1.65 0-1.82 1.921-1.288 5.923-2.133 4.959-7.694-.727-4.191-3.494-5.806-8.302-4.846-.808-.611-1.425-.98-1.852-1.105-.426-.126-1.057-.126-1.892 0-2.544-1.917-4.656-2.32-6.337-1.21z"/>
</g>
</g>
<g class="woman-b">
<path class="woman-b__shoe--left" d="M912.658 654.006l4.744.268c-.326 1.1-.189 1.726.41 1.875.9.225 1.561-.066 2.84-.034 1.28.032 1.453 1.378 1.866 2.238.276.574-.959 1.555-3.703 2.943l-3.723 2.245c-2.852.116-4.302-.502-4.35-1.854-.047-1.353.591-3.913 1.916-7.681z"/>
<path class="woman-b__shoe--right" d="M928.258 660.791c.063.54.886 1.072 2.47 1.595 2.374.784 3.927-.287 5.267.961 1.34 1.249 1.34 3.021 0 3.944s-11.279 2.794-12.23 1.055c-.406-.741-.213-2.239 0-4.285.08-.77.407-2.124.983-4.061l3.51.791z"/>
<path class="woman-b__hand--left" d="M909.115 584l-1.92 3.605c-.557 6.263.083 9.395 1.92 9.395 1.765 0 2.727-3.228 2.885-9.683.004-.174-.29-1.076-.883-2.706l-2.002-.611z"/>
<path class="woman-b__leg--left" d="M922.096 611.4l-4.368 44.987c-.786.78-1.886 1.23-3.299 1.348-1.413.12-2.33-.133-2.75-.757L913.5 626.6c-1.826-10.255-2.912-18.122-3.258-23.6-.087-1.38.106-4.767 0-5.978-.209-2.395.27-5.499 1.437-9.31-2.86-2.275-2.86-1.296 0 2.936 2.86 4.233 6.333 11.15 10.417 20.752z"/>
<path class="woman-b__leg--right" d="M911.137 589l22.622 1.805c.122 9.34.122 15.842 0 19.505-.454 13.685-1.338 21.27-1.338 23.026 0 3.692-2.077 27.904-3.837 29.979-1.174 1.383-2.776 1.192-4.807-.572l.97-30.64c-3.189-16.919-5.47-25.852-6.846-26.8-2.063-1.42-4.117-4.017-5.78-6.303-1.109-1.524-1.437-4.857-.984-10z"/>
<path class="woman-b__arm--left" d="M911.857 552.44c.857-.736 1.462-.04 1.814 2.09l1.095 34.414c-1.959 1.37-3.421 1.984-4.387 1.84-.965-.143-2.299-.774-4-1.89v-17.635c0-1.894 4.192-17.715 5.478-18.82z"/>
<path class="woman-b__torso" d="M924.012 552.516c1.038.559 1.557 1.388 1.557 2.487l6.19 2.397 2 35.552c-2.717 11.395-6.108 19.129-10.173 23.203-4.065 4.075-12.545-1.252-14.073-5.476-1.528-4.224-.232-51.876 1.096-55.511.68-1.862 1.1-3.47 1.935-3.832.53-.23 1.506-.44 2.93-.628.713 1.55 2.044 2.326 3.994 2.326 2.926 0 2.987-1.355 4.544-.518z"/>
<path class="woman-b__arm--right" d="M927.794 556.94c.628-.92 1.712-.564 2.434-.45 1.22.192 2.018.983 2.275 3.144.273 2.292.859 9.92 1.758 22.885 2.244 8.516 3.22 14.326 2.931 17.43-.434 4.656-3.91 2.87-4.689 1.417-.78-1.454-3.42-14.655-3.857-17.763-.292-2.072-.683-7.606-1.175-16.601-.912-5.057-.805-8.411.323-10.062z"/>
<path class="woman-b__hand--right" d="M935.885 598l1.92 3.328c.557 5.781-.083 8.672-1.92 8.672-1.765 0-2.727-2.98-2.885-8.938-.004-.16.29-.993.883-2.498l2.002-.564z"/>
<g class="woman-b__head-group">
<path class="woman-b__face" d="M917.46 546.042c-4.645 0-4.519-4.315-4.519-8.628 0-4.314 3.31-7.575 7.956-7.575 4.646 0 7.493 3.656 7.493 7.97 0 .661.364 1.728.939 3.406.145.424 1.223 1.117 1.236 1.583.04 1.417-.727.704-1.09 1.965-.48 1.662-.637 5.44-1.085 5.902-.92.95-4.508 1.567-6.294-.234-1.2-1.21-4.635-1.987-4.635-4.389z"/>
<path class="woman-b__hair" d="M928.39 533.789c.467 3.242-5.981 3.842-6.539 8.847-.372 3.336 1.068 7.026 4.32 11.07-5.873 1.12-9.93.5-12.171-1.863-3.362-3.544-3.48-8.51-1.789-14.35 1.69-5.838 3.952-6.983 7.789-7.729 3.837-.745 7.924.783 8.39 4.025z"/>
</g>
</g>
<g class="in-pipe">
<path class="in-pipe__hole" d="M495.302 690.285c9.84 5.173 18.84 21.175 18.69 32.372-.15 11.197-9.687 17.164-19.284 12.118-9.596-5.045-19.989-21.78-19.843-32.69.145-10.911 10.598-16.974 20.437-11.8z"/>
<path class="in-pipe__tube" d="M481.874 690c9.367-4.321 18.346.579 26.936 14.7 7.316 14.2 7.004 24.311-.936 30.333L158 937.033v-59.882L481.874 690z" fill="url(#linearGradient-9)"/>
<path class="in-pipe__data-a" d="M93,951 L496,721" stroke="url(#linearGradient-36)"></path>
<path class="in-pipe__data-b" d="M78,942 L489,708" stroke="url(#linearGradient-36)"></path>
</g>
<g class="coat-rack">
<path class="coat-rack__back-rod" d="M503.452 747.69h6v147a3 3 0 0 1-6 0v-147z"/>
<g class="coat-rack__slate-five">
<path class="coat-rack__slate--east" d="M553.991 860.068L491 896.463V789.076l62.991-36.376z"/>
<path class="coat-rack__slate--west" d="M491 896.463l-3-1.8V787.28l3 1.764z"/>
<path class="coat-rack__slate--north" d="M491 789.044l-3-1.764 62.991-36.38 3 1.8z"/>
<path class="coat-rack__slate-connector" d="M518 755h3v15.5a1.5 1.5 0 0 1-3 0V755z"/>
</g>
<g class="coat-rack__slate-four">
<path class="coat-rack__slate--east" d="M603.991 889.068L541 925.463V818.076l62.991-36.376z"/>
<path class="coat-rack__slate--west" d="M541 925.463l-3-1.8V816.28l3 1.764z"/>
<path class="coat-rack__slate--north" d="M541 818.044l-3-1.764 62.991-36.38 3 1.8z"/>
<path class="coat-rack__slate-connector" d="M568 784h3v15.5a1.5 1.5 0 0 1-3 0V784z"/>
</g>
<g class="coat-rack__slate-three">
<path class="coat-rack__slate--east" d="M613.991 894.768L551 931.163V823.776l62.991-36.376z"/>
<path class="coat-rack__slate--west" d="M551 931.163l-3-1.8V821.98l3 1.764z"/>
<path class="coat-rack__slate--north" d="M550 822.744l-3-1.764 62.991-36.38 3 1.8z"/>
<path class="coat-rack__slate-connector" d="M578 789.7h3v15.5a1.5 1.5 0 0 1-3 0v-15.5z"/>
</g>
<g class="coat-rack__slate-two">
<path class="coat-rack__slate--east" d="M623.991 900.668L561 937.063V829.676l62.991-36.376z"/>
<path class="coat-rack__slate--west" d="M561 937.063l-3-1.8V827.88l3 1.764z"/>
<path class="coat-rack__slate--north" d="M561 829.644l-3-1.764 62.991-36.38 3 1.8z"/>
<path class="coat-rack__slate-connector" d="M588 795.6h3v15.5a1.5 1.5 0 0 1-3 0v-15.5z"/>
</g>
<g class="coat-rack__slate-one">
<path class="coat-rack__slate--east" d="M633.991 906.368L571 942.763V835.376L633.991 799z"/>
<path class="coat-rack__slate--west" d="M571 942.763l-3-1.8V833.58l3 1.764z"/>
<path class="coat-rack__slate--north" d="M571 835.344l-3-1.764 62.991-36.38 3 1.8z"/>
<path class="coat-rack__slate-connector" d="M598 801.3h3v15.5a1.5 1.5 0 0 1-3 0v-15.5z"/>
</g>
<g class="coat-rack__slate-graphs">
<g class="coat-rack__slate-graphs-oval">
<path d="M584.598 920.728c-1.435-.828-1.703-3.05-.598-4.964 1.105-1.913 3.163-2.792 4.598-1.964 1.435.828 1.703 3.05.598 4.964-1.104 1.913-3.163 2.793-4.598 1.964z"/>
<path d="M600.598 911.728c-1.435-.828-1.703-3.05-.598-4.964 1.105-1.913 3.163-2.792 4.598-1.964 1.435.828 1.703 3.05.598 4.964-1.104 1.913-3.163 2.793-4.598 1.964z"/>
<path d="M616.598 902.478c-1.435-.828-1.703-3.05-.598-4.964 1.105-1.913 3.163-2.792 4.598-1.964 1.435.828 1.703 3.05.598 4.964-1.104 1.913-3.163 2.793-4.598 1.964z"/>
<path d="M612.875 888.277c-4.467-2.18-5.537-9.177-2.39-15.63 3.147-6.453 9.32-9.918 13.788-7.739 4.467 2.18 5.538 9.177 2.39 15.63-3.147 6.453-9.32 9.918-13.788 7.739z"/>
</g>
<path d="M577 868.158c1.303-8.821 2.796-13.799 4.477-14.934 2.523-1.703 3.435 6.977 6.983 4.16 3.548-2.818 2.133-12.358 6.487-14.928 4.354-2.57 6.14 19.632 10.665 17.009 4.525-2.623 1.232-24.592 4.388-26.801 3.156-2.21 4.597 11.259 7.168 9.792 2.572-1.466.314-4.468 3.106-6.224 2.792-1.755 2.713 11.846 5.562 9.88" id="Coat-Rack--Slate-1--Graphs--Path9" stroke="#00ddbd" stroke-width="2" stroke-linecap="round"></path>
<path class="coat-rack__slate-graphs--green" d="M577 868.158c1.303-8.821 2.796-13.799 4.477-14.934 2.523-1.703 3.435 6.977 6.983 4.16 3.548-2.818 2.133-12.358 6.487-14.928 4.354-2.57 6.14 19.632 10.665 17.009 4.525-2.623 1.232-24.592 4.388-26.801 3.156-2.21 4.597 11.259 7.168 9.792 2.572-1.466.314-4.468 3.106-6.224 2.792-1.755 2.713 11.846 5.562 9.88"/>
<path class="coat-rack__slate-graphs-axis" d="M577 840.3v39.979l51.827-29.979"/>
<path class="coat-rack__slate-graphs-pie-chart" d="M619.601 864.466c1.629-.375 3.238-.257 4.672.442 4.467 2.18 5.538 9.177 2.39 15.63-1.14 2.338-2.678 4.284-4.388 5.712l-3.378-9.364.704-12.42z"/>
<g class="coat-rack__slate-graphs--blue">
<path d="M611.583 870.698c2.533-3.926 6.227-6.348 9.606-6.439l-2.261 12.653-7.345-6.214z"/>
<path d="M590.872 924.037l-5.18 2.991-2.195 1.267a.863.863 0 0 1-1.297-.747v-.345c0-.715.384-1.371 1.003-1.729l1.194-.689 6.182-3.57a.86.86 0 0 1 1.291.748v.343a2.004 2.004 0 0 1-.998 1.73z"/>
<path d="M606.872 914.837l-5.18 2.991-2.195 1.267a.863.863 0 0 1-1.297-.747v-.345c0-.715.384-1.371 1.003-1.729l1.194-.689 6.182-3.57a.86.86 0 0 1 1.291.748v.343a2.004 2.004 0 0 1-.998 1.73z"/>
<path d="M622.872 905.575l-5.18 2.991-2.195 1.267a.863.863 0 0 1-1.297-.747v-.345c0-.715.384-1.371 1.003-1.728l1.194-.69 6.182-3.57a.86.86 0 0 1 1.291.748v.343a2.004 2.004 0 0 1-.998 1.731z"/>
</g>
<g class="coat-rack__slate-graphs--periwinkle">
<path d="M602.006 890.478v.343a2.004 2.004 0 0 1-.998 1.73l-22.963 13.259a.863.863 0 0 1-1.297-.748v-.344c0-.715.383-1.371 1.002-1.729l22.965-13.259a.86.86 0 0 1 1.291.748z"/>
<path d="M602.006 880.478v.343a2.004 2.004 0 0 1-.998 1.73l-22.963 13.259a.863.863 0 0 1-1.297-.748v-.344c0-.715.383-1.371 1.002-1.729l22.965-13.259a.86.86 0 0 1 1.291.748z"/>
<path d="M644 824a9.556 9.556 0 0 1 6 8.87V977a3 3 0 0 1-6 0V824z"/>
</g>
<path class="coat-rack__rod--top" d="M650 833.389l-146.68-85.282a3.47 3.47 0 0 1 5.2-3.007l138.474 80.45a6 6 0 0 1 3.006 5.199v2.64z"/>
</g>
</g>
<g class="man-a">
<path class="man-a__neck" d="M492.056 819.214l-2.03 6.112 4.625 4.063 7.671-2.228-2.584-7.947z"/>
<path class="man-a__shoe--right" d="M482.803 925.236l-.732 4.934c-.427 3.252-.427 5.681 0 7.288.641 2.41 1.701 2.542 2.615 2.542.914 0 2.06-.994 2.615-2.498.37-1.002.37-2.535 0-4.596v-4.002l-1.391-4.477-3.107.81z"/>
<path class="man-a__shoe--left" d="M498.573 917.283c-1.205 2.925-1.623 4.706-1.253 5.345.554.957 7.125 4.877 8.436 5.22 1.312.343 2.207-1.672 2.207-2.438 0-.51-1.774-2.267-5.322-5.27v-3.605l-4.068.748z"/>
<path class="man-a__legs" d="M485.343 859.087a32.776 32.776 0 0 0-.471 5.528c0 1.846.157 4.035.47 6.565l-1.156 25.072-3.09 30.749c1.3.587 2.33.881 3.09.881.76 0 1.872-.294 3.338-.881l6.136-31.806 3.451-25.591 1.134 23.44-.472 25.556c.583.475 1.226.78 1.931.916.705.135 1.756-.003 3.153-.413l3.495-28.549 1.434-35.153-22.443 3.687z"/>
<path class="man-a__torso" d="M508.241 821.484l-.176 15.969c-.237 3.69-.237 9.123 0 16.3.45 13.626 3.087 43.245 0 49.233-3.087 5.988-22.453 8.059-26.535 1.455-4.083-6.603 3.487-39.028 4.082-47.086.635-8.592.264-14.652-1.114-18.18l-5.04 4.32c-4.586-.447-6.282-1.59-5.088-3.43 1.79-2.76 3.003-7.93 7.16-13.258 4.157-5.327 6.898-4.125 9.414-5.872 1.678-1.164 4.307 1.402 7.888 7.7l1.413-7.37c1.92-1.18 3.497-1.535 4.733-1.062 1.813.693 4.17 1.698 3.263 1.28z"/>
<path class="man-a__arm--right" d="M478.762 843.313l-2.976 6.193 9.547 10.972c3.096.026 4.906.136 5.43.331.894.333-.912 1.304-.587 1.497.612.362 1.028.956 1.25 1.78-.928 2.914-3.72 2.892-8.377-.064-6.984-4.435-11.504-10.514-12.158-12.974-.436-1.64.616-4.767 3.158-9.38 1.14.675 1.982 1.1 2.522 1.275.541.175 1.272.299 2.19.37z"/>
<g class="man-a__arm-group--left">
<path class="man-a__arm--left" d="M510.943 838.929l-.023-.44 5.466-4.803 2.964 9.447c3.915-.626 6.558-1.257 7.93-1.894 1.372-.636 4.937-2.981 10.694-7.034 1.37.082 1.913.456 1.629 1.123-.426 1-.286 3.313-4.007 5.476-3.722 2.162-15.452 8.78-18.25 8.308-1.867-.315-4-3.71-6.403-10.183z"/>
<path class="man-a__sleeve--left" d="M504.558 820.32c.963.402 6.044 2.064 6.782 2.94 1.61 1.913 6.026 11.894 6.123 13.733.064 1.226-2.103 2.212-6.502 2.957-6.349-6.319-9.85-10.634-10.502-12.947-.978-3.469 3.135-7.087 4.099-6.684z"/>
</g>
<g class="man-a__head-group">
<path class="man-a__face" d="M505.338 812.707c.482.384.805 1.088.805 1.893 0 1.115-.62 2.036-1.422 2.18-.859 2.47-2.573 4.37-4.904 5.081-4.476 1.364-9.53-2.18-11.289-7.914-1.759-5.735.443-11.49 4.918-12.853 4.476-1.364 9.53 2.18 11.289 7.914.383 1.248.578 2.496.603 3.7z"/>
<path class="man-a__hair" d="M494.38 808.823c3.66-2.548 7.365 2.07 9.634-2.506 2.268-4.577.637-8.15-7.216-8.47-7.854-.32-10.42 3.266-10.42 6.543 0 3.278 1.337 8.362 2.469 10.677.48.985.095-.993.826-2.434.154-.305.474-.601.96-.89.993 1.529 1.888 1.982 2.686 1.36.726-.566.173-1.54 0-2.425-.112-.576-.382-.85 1.062-1.855z"/>
</g>
</g>
</svg>
</div>
</div>
<div class="cell small-12 medium-6 large-5">
<div class="hero-title">
Upgrade to automated API testing
</div>
<div class="hero-subtitle">
<font size="5">Automated, collaborative, and powerful API testing and monitoring on the web – no code, no cost</font>
</div>
<div class="hero-cta-buttons">
<p><br/><br/></p>
<a href="https://www.ibm.com/account/reg/signup?formid=urx-34073" class="button">Try Free</a>
<a class="button" data-open="download-http-client">Download HTTP Client</a>
</div>
</div>
<!-- /.cell -->
</div>
<!-- /.grid-x -->
</div>
<!-- /.hero-content -->
</section>
<!-- /.hero-home -->
<section>
<div class="grid-container">
<div class="grid-x">
<div class="cell large-8">
<img src="dist/images/laptop-mockup.svg" alt="laptop-mockup">
</div>
<div class="cell large-4">
<div>
<div class="card_content">
<p><br/><br/><br/></p>
<div class="card_title"><p><font color="#5392ff" size="+4"><b>0</font><br/><font color="#5392ff">Code Required</b></font></p></div>
<div class="card_title"><p><font color="#00ddbd" size="+4"><b>95%</font><br/><font color="#00ddbd">Time saved writing tests</b></font></p></div>
</div>
</div>
</div>
</div>
</div>
</section>
<main>
<div class="features">
<div class="grid-container">
<div class="grid-x">
<div class="cell auto">
<div class="card_headline"><p align="left"><b><font color="#152935">Automated, Collaborative, Powerful</font></b></p></div>
<div class="card_headline"><p align="left">API testing and monitoring.</p></div>
</div>
</div>
<div class="grid-x grid-margin-x" data-equalizer>
<div class="cell large-6">
<p><br/></p>
<p style="float: left;"><img src="dist/images/build-better-apis.svg" alt="build-better-apis" class="card_icon"></p>
<div class="card_content">
<div class="card_title"><p>Build Better APIs</p></div>
<p>The quality of your APIs have a direct impact on your brand and revenue. Produce high quality APIs consistently with automated and simple to use API testing you can rely on.</p>
</div>
<p><br/></p>
<p style="float: left;"><img src="dist/images/win-as-a-team.svg" alt="win-as-a-team" class="card_icon"></p>
<div class="card_content">
<div class="card_title"><p>Win as a team</p></div>
<p>Accelerate API development and testing through collaboration. Discover API trends and identify the best way to tackle issues by sharing tests and results using an intuitive dashboard.</p>
</div>
<p><br/></p>
<p style="float: left;"><img src="dist/images/optimize-performance.svg" alt="optimize-performance" class="card_icon"></p>
<div class="card_content">
<div class="card_title"><p>Optimize performance</p></div>
<p>When API is your business, uptime and health of your API are your KPIs. Set up API monitoring and get notified before problems occur.</p>
</div>
</div>
<div class="cell large-6">
<img src="dist/images/http-client-graphic.svg" alt="http-client">
</div>
</div>
</div>
</div>
<!-- /.features -->
<div class="features">
<div class="grid-container">
<div class="grid-x">
<div class="cell auto">
<div class="card_headline"><p align="left">Do more in less time</p></div>
</div>
</div>
<div class="grid-x grid-margin-x" data-equalizer>
<div class="cell large-6">
<p style="float: centre;"><img src="dist/images/validate-payloads-graphic.svg" alt="validate-payloads-graphic"></p>
</div>
<div class="cell large-6">
<div class="card_content">
<p><br/><br/></p>
<div class="card_title">Validate Payloads Accurately</div>
<p>Don't just stop with status codes, add more intelligence to your tests to verify the accuracy of the payload. Easily make logical assertions to create flexible and powerful conditions to validate - no code necessary.</p>
</div>
</div>
</div>
<p><br/></p>
<div class="grid-x grid-margin-x" data-equalizer>
<div class="cell large-6">
<div class="card_content">
<p><br/><br/><br/><br/></p>
<div class="card_title">Automate and schedule tests</div>
<p>Generate tests automatically and schedule them to run as often as you choose. Easily integrate into your CI/CD pipeline to execute tests as part of your deployment.</p>
</div>
</div>
<div class="cell large-6">
<p style="float: centre;"><img src="dist/images/automate-and-schedule-graphic.svg" alt="automate-and-schedule-graphic"></p>
</div>
</div>
<p><br/></p>
<div class="grid-x grid-margin-x" data-equalizer>
<div class="cell large-6">
<p style="float: centre;"><img src="dist/images/get-alerts-graphic.svg" alt="get-alerts-graphic"></p>
</div>
<div class="cell large-6">
<div class="card_content">
<p><br/><br/><br/><br/></p>
<div class="card_title">Get alerts on your API health</div>
<p>Detect trouble before your customers do. Use the same API tests to monitor health and send notifications using your channel of choice.</p>
</div>
</div>
</div>
<p><br/></p>
<div class="grid-x grid-margin-x" data-equalizer>
<div class="cell large-6">
<div class="card_content">
<p><br/><br/><br/><br/><br/></p>
<div class="card_title">Gain insights from API Quality</div>
<p>Data on API quality can be used as an indicator of API consumption. Analyze the uptime, performance and failures of the API to gain actionable insights and diagnose errors.</p>
</div>
</div>
<div class="cell large-6">
<p style="float: centre;"><img src="dist/images/gain-insights-graphic.svg" alt="gain-insights-graphic"></p>
</div>
</div>
</div>
</div>
<!-- /.features -->
<!-- modals -->
<div class="reveal large" id="download-http-client" data-reveal>
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">×</span>
</button>
<div class="hero-title">
Download the Desktop HTTP Client
</div>
<div class="reveal-subtitle">A simple REST client for sending and receiving HTTP requests</div>
<div class="download-content">
<div class="screenshot">
<img src="./dist/images/http-client.png" />
</div>
<div class="download-links">
<div class="download">
<img class="os-logo" src="./dist/images/apple-logo.png" />
<img class="download-icon" src="./dist/images/download-file.png" />
<a
id="download-link-macos"
href="https://github.com/ibm-apiconnect/test-and-monitor/releases/download/v1.0.1/apic-test-and-monitor-v1.0.1.dmg"
download
>
macOS 10.10+
</a>
</div>
<div class="download">
<img class="os-logo" src="./dist/images/windows-logo.png" />
<img class="download-icon" src="./dist/images/download-file.png" />
<a
id="download-link-windows"
href="https://github.com/ibm-apiconnect/test-and-monitor/releases/download/v1.0.1/apic-test-and-monitor-v1.0.1.exe"
download
>
Windows 10
</a>
</div>
<div class="download">
<img class="os-logo" src="./dist/images/linux-logo.png" />
<img class="download-icon" src="./dist/images/download-file.png" />
<a
id="download-link-linux"
href="https://github.com/ibm-apiconnect/test-and-monitor/releases/download/v1.0.1/apic-test-and-monitor-v1.0.1.AppImage"
download
>
Linux
</a>
</div>
<div id="download-links-error" class="error hide"></div>
</div>
</div>
</div>
</main>