File size: 74,256 Bytes
b2907eb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1035.9673286924608 562.4418698510544"
      width="2071.9346573849216" height="1124.8837397021089">
      <!-- svg-source:excalidraw -->
      <metadata></metadata>
      <defs>
            <style class="style-fonts">
                  @font-face {
                        font-family: Nunito;
                        src: url(data:font/woff2;base64,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);
                  }
            </style>
      </defs>
      <rect x="0" y="0" width="1035.9673286924608" height="562.4418698510544" fill="#ffffff"></rect>
      <g stroke-linecap="round"
            transform="translate(50.78832920278819 10) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C22.21 0, 31 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 46.3, 53.68 79.18, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C34.76 109.09, 29.27 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 64.65, 0 33.64, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#d0bfff"></path>
            <path d="M13.42 0 C22.26 0, 31.1 0, 40.26 0 M13.42 0 C23.48 0, 33.53 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 33.9, 53.68 54.38, 53.68 95.67 M53.68 13.42 C53.68 42.22, 53.68 71.02, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C34.66 109.09, 29.06 109.09, 13.42 109.09 M40.26 109.09 C30.52 109.09, 20.77 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 70.98, 0 46.3, 0 13.42 M0 95.67 C0 67.07, 0 38.46, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(149.21648351791282 10) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C21.78 0, 30.14 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 43.63, 53.68 73.85, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C33.82 109.09, 27.38 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 75.59, 0 55.52, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#d0bfff"></path>
            <path d="M13.42 0 C22.22 0, 31.02 0, 40.26 0 M13.42 0 C23.02 0, 32.62 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 35.97, 53.68 58.52, 53.68 95.67 M53.68 13.42 C53.68 41.77, 53.68 70.12, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C30.21 109.09, 20.15 109.09, 13.42 109.09 M40.26 109.09 C34.83 109.09, 29.41 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 65.09, 0 34.51, 0 13.42 M0 95.67 C0 73.06, 0 50.44, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(247.64463783303745 10) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C20.03 0, 26.64 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 45.79, 53.68 78.16, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C34.13 109.09, 28 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 66.4, 0 37.12, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#d0bfff"></path>
            <path d="M13.42 0 C21.61 0, 29.81 0, 40.26 0 M13.42 0 C19.3 0, 25.19 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 37.19, 53.68 60.96, 53.68 95.67 M53.68 13.42 C53.68 34.41, 53.68 55.41, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C34.05 109.09, 27.85 109.09, 13.42 109.09 M40.26 109.09 C32.54 109.09, 24.82 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 71.22, 0 46.77, 0 13.42 M0 95.67 C0 66.92, 0 38.17, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(346.0727921481621 10) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C19.99 0, 26.56 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 36.11, 53.68 58.8, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C34.12 109.09, 27.98 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 77.63, 0 59.59, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#d0bfff"></path>
            <path d="M13.42 0 C22.79 0, 32.16 0, 40.26 0 M13.42 0 C19.75 0, 26.07 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 35.15, 53.68 56.87, 53.68 95.67 M53.68 13.42 C53.68 31.83, 53.68 50.25, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C30.93 109.09, 21.59 109.09, 13.42 109.09 M40.26 109.09 C33.24 109.09, 26.22 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 74.3, 0 52.92, 0 13.42 M0 95.67 C0 75.29, 0 54.92, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(444.5009464632867 10) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C21.31 0, 29.21 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 38.25, 53.68 63.08, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C31.67 109.09, 23.07 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 68.17, 0 40.66, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#d0bfff"></path>
            <path d="M13.42 0 C19.69 0, 25.96 0, 40.26 0 M13.42 0 C19.93 0, 26.44 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 30.15, 53.68 46.88, 53.68 95.67 M53.68 13.42 C53.68 34.38, 53.68 55.33, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C30.24 109.09, 20.22 109.09, 13.42 109.09 M40.26 109.09 C34.07 109.09, 27.87 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 73.49, 0 51.31, 0 13.42 M0 95.67 C0 78.06, 0 60.44, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(542.9291007784113 10) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C21.34 0, 29.26 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 42.95, 53.68 72.48, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C31.05 109.09, 21.85 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 78.89, 0 62.1, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#d0bfff"></path>
            <path d="M13.42 0 C20.38 0, 27.34 0, 40.26 0 M13.42 0 C22.66 0, 31.89 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 36.8, 53.68 60.18, 53.68 95.67 M53.68 13.42 C53.68 31.82, 53.68 50.23, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C32.81 109.09, 25.35 109.09, 13.42 109.09 M40.26 109.09 C32.82 109.09, 25.37 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 70.62, 0 45.58, 0 13.42 M0 95.67 C0 73.36, 0 51.04, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(641.357255093536 10) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C18.9 0, 24.39 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 41.71, 53.68 69.99, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C31.15 109.09, 22.04 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 75.64, 0 55.62, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#d0bfff"></path>
            <path d="M13.42 0 C24.02 0, 34.61 0, 40.26 0 M13.42 0 C22.06 0, 30.7 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 37.97, 53.68 62.52, 53.68 95.67 M53.68 13.42 C53.68 45.29, 53.68 77.17, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C32.43 109.09, 24.59 109.09, 13.42 109.09 M40.26 109.09 C33.08 109.09, 25.9 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 66.88, 0 38.09, 0 13.42 M0 95.67 C0 68.63, 0 41.58, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round">
            <g transform="translate(10 64.88688751391237) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C11.8 -0.06, 23.6 -0.12, 37.32 -0.2 M0 0 C12.88 -0.07, 25.75 -0.14, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g transform="translate(10 64.88688751391237) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C33.03 1.83, 28.75 3.86, 23.76 6.21 M37.32 -0.2 C32.64 2.01, 27.96 4.23, 23.76 6.21 M23.76 6.21 C23.74 2.86, 23.72 -0.48, 23.69 -6.46 M23.76 6.21 C23.74 3.38, 23.73 0.54, 23.69 -6.46 M23.69 -6.46 C27.83 -4.56, 31.97 -2.66, 37.32 -0.2 M23.69 -6.46 C28.93 -4.06, 34.16 -1.65, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(108.1838251940253 64.64255839281395) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C13.01 -0.07, 26.03 -0.14, 37.32 -0.2 M0 0 C14.16 -0.07, 28.31 -0.15, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(108.1838251940253 64.64255839281395) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C32.59 2.04, 27.86 4.27, 23.76 6.21 M37.32 -0.2 C32.18 2.23, 27.03 4.67, 23.76 6.21 M23.76 6.21 C23.75 3.63, 23.73 1.06, 23.69 -6.46 M23.76 6.21 C23.74 2.98, 23.72 -0.25, 23.69 -6.46 M23.69 -6.46 C26.54 -5.16, 29.38 -3.85, 37.32 -0.2 M23.69 -6.46 C28.64 -4.19, 33.59 -1.91, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(206.61197950914993 64.64255839281395) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C11.46 -0.06, 22.91 -0.12, 37.32 -0.2 M0 0 C11.05 -0.06, 22.11 -0.12, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(206.61197950914993 64.64255839281395) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C33.16 1.77, 28.99 3.74, 23.76 6.21 M37.32 -0.2 C33.3 1.7, 29.29 3.6, 23.76 6.21 M23.76 6.21 C23.74 2.61, 23.72 -0.99, 23.69 -6.46 M23.76 6.21 C23.74 3.38, 23.73 0.54, 23.69 -6.46 M23.69 -6.46 C28.8 -4.12, 33.9 -1.77, 37.32 -0.2 M23.69 -6.46 C26.45 -5.2, 29.2 -3.93, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(305.04013382427456 64.64255839281395) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C8.78 -0.05, 17.57 -0.09, 37.32 -0.2 M0 0 C10.55 -0.06, 21.09 -0.11, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(305.04013382427456 64.64255839281395) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C34.13 1.31, 30.94 2.82, 23.76 6.21 M37.32 -0.2 C33.49 1.61, 29.66 3.43, 23.76 6.21 M23.76 6.21 C23.74 2.43, 23.72 -1.36, 23.69 -6.46 M23.76 6.21 C23.73 1.3, 23.71 -3.61, 23.69 -6.46 M23.69 -6.46 C26.84 -5.02, 30 -3.57, 37.32 -0.2 M23.69 -6.46 C27.61 -4.66, 31.53 -2.86, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(403.4682881393992 64.64255839281395) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C9.29 -0.05, 18.59 -0.1, 37.32 -0.2 M0 0 C13.07 -0.07, 26.14 -0.14, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(403.4682881393992 64.64255839281395) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C33.94 1.4, 30.57 3, 23.76 6.21 M37.32 -0.2 C32.57 2.05, 27.82 4.29, 23.76 6.21 M23.76 6.21 C23.73 1.23, 23.71 -3.75, 23.69 -6.46 M23.76 6.21 C23.73 1.23, 23.71 -3.76, 23.69 -6.46 M23.69 -6.46 C28.43 -4.28, 33.17 -2.11, 37.32 -0.2 M23.69 -6.46 C27.26 -4.83, 30.82 -3.19, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(501.8964424545238 64.64255839281395) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C10.23 -0.05, 20.46 -0.11, 37.32 -0.2 M0 0 C12.86 -0.07, 25.73 -0.14, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(501.8964424545238 64.64255839281395) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C33.6 1.56, 29.88 3.32, 23.76 6.21 M37.32 -0.2 C32.65 2.01, 27.97 4.22, 23.76 6.21 M23.76 6.21 C23.74 2.28, 23.72 -1.65, 23.69 -6.46 M23.76 6.21 C23.73 1.3, 23.71 -3.61, 23.69 -6.46 M23.69 -6.46 C28.78 -4.12, 33.87 -1.78, 37.32 -0.2 M23.69 -6.46 C26.84 -5.02, 29.98 -3.57, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(600.3245967696485 64.64255839281395) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C10.78 -0.06, 21.57 -0.11, 37.32 -0.2 M0 0 C9.53 -0.05, 19.05 -0.1, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(600.3245967696485 64.64255839281395) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C33.4 1.66, 29.48 3.51, 23.76 6.21 M37.32 -0.2 C33.86 1.44, 30.4 3.08, 23.76 6.21 M23.76 6.21 C23.74 2.05, 23.71 -2.12, 23.69 -6.46 M23.76 6.21 C23.74 3.34, 23.73 0.47, 23.69 -6.46 M23.69 -6.46 C27.48 -4.72, 31.26 -2.98, 37.32 -0.2 M23.69 -6.46 C27.47 -4.73, 31.25 -2.99, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(698.7527510847731 64.64255839281395) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C9.86 -0.05, 19.72 -0.1, 37.32 -0.2 M0 0 C8.36 -0.04, 16.71 -0.09, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(698.7527510847731 64.64255839281395) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C33.74 1.5, 30.16 3.19, 23.76 6.21 M37.32 -0.2 C34.28 1.24, 31.25 2.67, 23.76 6.21 M23.76 6.21 C23.74 2.36, 23.72 -1.49, 23.69 -6.46 M23.76 6.21 C23.73 1.34, 23.71 -3.53, 23.69 -6.46 M23.69 -6.46 C27.67 -4.63, 31.65 -2.8, 37.32 -0.2 M23.69 -6.46 C27.34 -4.79, 30.98 -3.11, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(14.61603118828134 164.5358769026916) rotate(0 362.05848239151373 -0.6527229226794589)">
                  <path d="M0 0 C147.31 -0.27, 294.62 -0.53, 724.12 -1.31 M0 0 C184.49 -0.33, 368.99 -0.67, 724.12 -1.31"
                        stroke="#15aabf" stroke-width="4" fill="none"></path>
            </g>
            <g
                  transform="translate(14.61603118828134 164.5358769026916) rotate(0 362.05848239151373 -0.6527229226794589)">
                  <path d="M724.12 -1.31 L710.53 5.06 L710.51 -7.62 L724.12 -1.31" stroke="none" stroke-width="0"
                        fill="#15aabf" fill-rule="evenodd"></path>
                  <path d="M724.12 -1.31 C721.35 -0.01, 718.59 1.28, 710.53 5.06 M724.12 -1.31 C720.66 0.32, 717.2 1.94, 710.53 5.06 M710.53 5.06 C710.53 2.41, 710.52 -0.23, 710.51 -7.62 M710.53 5.06 C710.53 0.46, 710.52 -4.15, 710.51 -7.62 M710.51 -7.62 C715.26 -5.42, 720 -3.21, 724.12 -1.31 M710.51 -7.62 C715.42 -5.34, 720.32 -3.07, 724.12 -1.31 M724.12 -1.31 C724.12 -1.31, 724.12 -1.31, 724.12 -1.31 M724.12 -1.31 C724.12 -1.31, 724.12 -1.31, 724.12 -1.31"
                        stroke="#15aabf" stroke-width="4" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(738.1828962396721 214.6514461253646) rotate(0 -361.83571908783506 0.3156155198439592)">
                  <path d="M0 0 C-205.72 0.18, -411.44 0.36, -723.67 0.63 M0 0 C-161.92 0.14, -323.85 0.28, -723.67 0.63"
                        stroke="#fd7e14" stroke-width="4" fill="none"></path>
            </g>
            <g
                  transform="translate(738.1828962396721 214.6514461253646) rotate(0 -361.83571908783506 0.3156155198439592)">
                  <path d="M-723.67 0.63 L-710.08 -5.72 L-710.07 6.96 L-723.67 0.63" stroke="none" stroke-width="0"
                        fill="#fd7e14" fill-rule="evenodd"></path>
                  <path d="M-723.67 0.63 C-719.81 -1.17, -715.95 -2.98, -710.08 -5.72 M-723.67 0.63 C-720.63 -0.79, -717.59 -2.21, -710.08 -5.72 M-710.08 -5.72 C-710.08 -0.97, -710.07 3.78, -710.07 6.96 M-710.08 -5.72 C-710.08 -3.16, -710.08 -0.59, -710.07 6.96 M-710.07 6.96 C-713.11 5.54, -716.16 4.13, -723.67 0.63 M-710.07 6.96 C-713.05 5.57, -716.03 4.19, -723.67 0.63 M-723.67 0.63 C-723.67 0.63, -723.67 0.63, -723.67 0.63 M-723.67 0.63 C-723.67 0.63, -723.67 0.63, -723.67 0.63"
                        stroke="#fd7e14" stroke-width="4" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round"
            transform="translate(643.9426796491625 264.0703519300696) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C22.53 0, 31.65 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 33.44, 53.68 53.47, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C32.45 109.09, 24.64 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 64.07, 0 32.47, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#f783ac"></path>
            <path d="M13.42 0 C21.43 0, 29.45 0, 40.26 0 M13.42 0 C23.82 0, 34.22 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 37.43, 53.68 61.45, 53.68 95.67 M53.68 13.42 C53.68 35.43, 53.68 57.43, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C30.87 109.09, 21.47 109.09, 13.42 109.09 M40.26 109.09 C31.44 109.09, 22.61 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 78.87, 0 62.07, 0 13.42 M0 95.67 C0 70.84, 0 46.01, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(545.5145253340379 264.0703519300696) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C21.32 0, 29.22 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 45.44, 53.68 77.46, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C29.71 109.09, 19.15 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 64.24, 0 32.81, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#f783ac"></path>
            <path d="M13.42 0 C23.97 0, 34.52 0, 40.26 0 M13.42 0 C23.97 0, 34.53 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 42.11, 53.68 70.81, 53.68 95.67 M53.68 13.42 C53.68 43.08, 53.68 72.74, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C31.11 109.09, 21.96 109.09, 13.42 109.09 M40.26 109.09 C29.71 109.09, 19.17 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 73.2, 0 50.72, 0 13.42 M0 95.67 C0 66.14, 0 36.6, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(447.08637101891327 264.0703519300696) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C23.49 0, 33.56 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 30.64, 53.68 47.86, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C32.98 109.09, 25.7 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 69.08, 0 42.5, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#f783ac"></path>
            <path d="M13.42 0 C21.74 0, 30.07 0, 40.26 0 M13.42 0 C23.82 0, 34.23 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 31.82, 53.68 50.23, 53.68 95.67 M53.68 13.42 C53.68 31.42, 53.68 49.43, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C34.87 109.09, 29.48 109.09, 13.42 109.09 M40.26 109.09 C32.85 109.09, 25.45 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 63.58, 0 31.5, 0 13.42 M0 95.67 C0 67.38, 0 39.1, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(348.65821670378864 264.0703519300696) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C20.77 0, 28.12 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 39.05, 53.68 64.68, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C33.31 109.09, 26.36 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 72.82, 0 49.97, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#f783ac"></path>
            <path d="M13.42 0 C22.24 0, 31.06 0, 40.26 0 M13.42 0 C19.5 0, 25.58 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 44.27, 53.68 75.12, 53.68 95.67 M53.68 13.42 C53.68 39.49, 53.68 65.56, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C29.96 109.09, 19.67 109.09, 13.42 109.09 M40.26 109.09 C34.75 109.09, 29.24 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 69.37, 0 43.08, 0 13.42 M0 95.67 C0 73.35, 0 51.03, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(250.230062388664 264.0703519300696) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C20.03 0, 26.63 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 34.29, 53.68 55.15, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C32.17 109.09, 24.08 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 73.53, 0 51.39, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#f783ac"></path>
            <path d="M13.42 0 C21.57 0, 29.73 0, 40.26 0 M13.42 0 C23.73 0, 34.05 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 36.86, 53.68 60.31, 53.68 95.67 M53.68 13.42 C53.68 42.28, 53.68 71.14, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C31.83 109.09, 23.41 109.09, 13.42 109.09 M40.26 109.09 C31.31 109.09, 22.36 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 75.56, 0 55.46, 0 13.42 M0 95.67 C0 72.3, 0 48.93, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(151.80190807353938 264.0703519300696) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C20.21 0, 26.99 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 42.41, 53.68 71.41, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C29.65 109.09, 19.04 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 64.19, 0 32.71, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#f783ac"></path>
            <path d="M13.42 0 C19.02 0, 24.63 0, 40.26 0 M13.42 0 C23.16 0, 32.91 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 38.1, 53.68 62.79, 53.68 95.67 M53.68 13.42 C53.68 42.02, 53.68 70.62, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C31.47 109.09, 22.68 109.09, 13.42 109.09 M40.26 109.09 C30.96 109.09, 21.66 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 78.82, 0 61.98, 0 13.42 M0 95.67 C0 65.87, 0 36.06, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(53.37375375841475 264.0703519300696) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C18.8 0, 24.18 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 45.77, 53.68 78.12, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C31.4 109.09, 22.53 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 64.77, 0 33.88, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#f783ac"></path>
            <path d="M13.42 0 C23.48 0, 33.53 0, 40.26 0 M13.42 0 C18.85 0, 24.27 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 44, 53.68 74.58, 53.68 95.67 M53.68 13.42 C53.68 36.03, 53.68 58.64, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C31.9 109.09, 23.54 109.09, 13.42 109.09 M40.26 109.09 C30.21 109.09, 20.16 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 75.93, 0 56.2, 0 13.42 M0 95.67 C0 68.32, 0 40.98, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g transform="translate(770.016427764278 131.4027625783092) rotate(0 111.34796261787415 24.300000000000182)"><text
                  x="0" y="36.144000000000005" font-family="Nunito, Segoe UI Emoji" font-size="36px" fill="#15aabf"
                  text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Forward
                  pass</text></g>
      <g transform="translate(769.8718506570485 40.308828051909586) rotate(0 52.63198661804199 24.300000000000182)">
            <text x="0" y="36.144000000000005" font-family="Nunito, Segoe UI Emoji" font-size="36px" fill="#9775fa"
                  text-anchor="start" style="white-space: pre;" direction="ltr"
                  dominant-baseline="alphabetic">Model</text></g>
      <g transform="translate(770.016427764278 190.6346482283261) rotate(0 123.6059582233429 24.300000000000182)"><text
                  x="0" y="36.144000000000005" font-family="Nunito, Segoe UI Emoji" font-size="36px" fill="#fd7e14"
                  text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Backward
                  pass</text></g>
      <g transform="translate(767.9406157414533 292.1394609596282) rotate(0 79.32596945762634 24.300000000000182)"><text
                  x="0" y="36.144000000000005" font-family="Nunito, Segoe UI Emoji" font-size="36px" fill="#e64980"
                  text-anchor="start" style="white-space: pre;" direction="ltr"
                  dominant-baseline="alphabetic">Gradients</text></g>
      <g stroke-linecap="round">
            <g
                  transform="translate(78.99192288011182 388.6538100990656) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0 0 C0.16 11.35, 0.31 22.69, 0.54 38.86 M0 0 C0.14 10.4, 0.29 20.79, 0.54 38.86"
                        stroke="#099268" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(78.99192288011182 388.6538100990656) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0.54 38.86 L-5.99 25.35 L6.69 25.18 L0.54 38.86" stroke="none" stroke-width="0"
                        fill="#099268" fill-rule="evenodd"></path>
                  <path d="M0.54 38.86 C-1.37 34.92, -3.27 30.97, -5.99 25.35 M0.54 38.86 C-1.21 35.25, -2.96 31.63, -5.99 25.35 M-5.99 25.35 C-2.22 25.3, 1.55 25.25, 6.69 25.18 M-5.99 25.35 C-1.56 25.29, 2.87 25.23, 6.69 25.18 M6.69 25.18 C4.33 30.43, 1.97 35.68, 0.54 38.86 M6.69 25.18 C5.42 27.99, 4.16 30.8, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86"
                        stroke="#099268" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(178.09829827882822 388.6538100990656) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0 0 C0.19 13.56, 0.37 27.11, 0.54 38.86 M0 0 C0.19 14.01, 0.39 28.03, 0.54 38.86"
                        stroke="#099268" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(178.09829827882822 388.6538100990656) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0.54 38.86 L-5.99 25.35 L6.69 25.18 L0.54 38.86" stroke="none" stroke-width="0"
                        fill="#099268" fill-rule="evenodd"></path>
                  <path d="M0.54 38.86 C-1.74 34.15, -4.02 29.44, -5.99 25.35 M0.54 38.86 C-1.82 33.99, -4.17 29.12, -5.99 25.35 M-5.99 25.35 C-2.7 25.31, 0.6 25.26, 6.69 25.18 M-5.99 25.35 C-2.85 25.31, 0.29 25.27, 6.69 25.18 M6.69 25.18 C4.76 29.47, 2.82 33.77, 0.54 38.86 M6.69 25.18 C4.64 29.74, 2.58 34.3, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86"
                        stroke="#099268" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(277.20467367754463 388.6538100990656) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0 0 C0.12 8.69, 0.24 17.39, 0.54 38.86 M0 0 C0.12 8.51, 0.23 17.01, 0.54 38.86"
                        stroke="#099268" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(277.20467367754463 388.6538100990656) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0.54 38.86 L-5.99 25.35 L6.69 25.18 L0.54 38.86" stroke="none" stroke-width="0"
                        fill="#099268" fill-rule="evenodd"></path>
                  <path d="M0.54 38.86 C-0.92 35.84, -2.38 32.82, -5.99 25.35 M0.54 38.86 C-0.89 35.9, -2.32 32.95, -5.99 25.35 M-5.99 25.35 C-2.57 25.31, 0.85 25.26, 6.69 25.18 M-5.99 25.35 C-3.28 25.32, -0.56 25.28, 6.69 25.18 M6.69 25.18 C4.67 29.66, 2.66 34.14, 0.54 38.86 M6.69 25.18 C4.56 29.92, 2.42 34.66, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86"
                        stroke="#099268" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(376.31104907626104 388.6538100990674) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0 0 C0.2 14.58, 0.4 29.15, 0.54 38.86 M0 0 C0.17 12.32, 0.34 24.63, 0.54 38.86"
                        stroke="#099268" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(376.31104907626104 388.6538100990674) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0.54 38.86 L-5.99 25.35 L6.69 25.18 L0.54 38.86" stroke="none" stroke-width="0"
                        fill="#099268" fill-rule="evenodd"></path>
                  <path d="M0.54 38.86 C-1.91 33.79, -4.36 28.73, -5.99 25.35 M0.54 38.86 C-1.53 34.58, -3.6 30.3, -5.99 25.35 M-5.99 25.35 C-2.13 25.3, 1.73 25.25, 6.69 25.18 M-5.99 25.35 C-2.55 25.31, 0.89 25.26, 6.69 25.18 M6.69 25.18 C4.77 29.44, 2.86 33.7, 0.54 38.86 M6.69 25.18 C4.38 30.3, 2.08 35.42, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86"
                        stroke="#099268" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(475.41742447497745 388.6538100990656) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0 0 C0.15 11.08, 0.31 22.15, 0.54 38.86 M0 0 C0.19 13.64, 0.38 27.27, 0.54 38.86"
                        stroke="#099268" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(475.41742447497745 388.6538100990656) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0.54 38.86 L-5.99 25.35 L6.69 25.18 L0.54 38.86" stroke="none" stroke-width="0"
                        fill="#099268" fill-rule="evenodd"></path>
                  <path d="M0.54 38.86 C-1.32 35.01, -3.18 31.16, -5.99 25.35 M0.54 38.86 C-1.75 34.12, -4.04 29.38, -5.99 25.35 M-5.99 25.35 C-1.55 25.29, 2.89 25.23, 6.69 25.18 M-5.99 25.35 C-1.82 25.3, 2.35 25.24, 6.69 25.18 M6.69 25.18 C5.17 28.55, 3.66 31.92, 0.54 38.86 M6.69 25.18 C4.23 30.65, 1.77 36.12, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86"
                        stroke="#099268" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(574.5237998736939 388.6538100990656) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0 0 C0.16 11.66, 0.32 23.32, 0.54 38.86 M0 0 C0.19 13.51, 0.37 27.03, 0.54 38.86"
                        stroke="#099268" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(574.5237998736939 388.6538100990656) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0.54 38.86 L-5.99 25.35 L6.69 25.18 L0.54 38.86" stroke="none" stroke-width="0"
                        fill="#099268" fill-rule="evenodd"></path>
                  <path d="M0.54 38.86 C-1.42 34.81, -3.38 30.75, -5.99 25.35 M0.54 38.86 C-1.73 34.16, -4 29.47, -5.99 25.35 M-5.99 25.35 C-1.67 25.29, 2.65 25.23, 6.69 25.18 M-5.99 25.35 C-1.01 25.28, 3.97 25.22, 6.69 25.18 M6.69 25.18 C5.18 28.53, 3.68 31.88, 0.54 38.86 M6.69 25.18 C4.43 30.2, 2.17 35.23, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86"
                        stroke="#099268" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(673.6301752724103 388.6538100990656) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0 0 C0.2 14.45, 0.4 28.9, 0.54 38.86 M0 0 C0.15 10.68, 0.3 21.37, 0.54 38.86"
                        stroke="#099268" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(673.6301752724103 388.6538100990656) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0.54 38.86 L-5.99 25.35 L6.69 25.18 L0.54 38.86" stroke="none" stroke-width="0"
                        fill="#099268" fill-rule="evenodd"></path>
                  <path d="M0.54 38.86 C-1.89 33.84, -4.32 28.82, -5.99 25.35 M0.54 38.86 C-1.26 35.15, -3.05 31.43, -5.99 25.35 M-5.99 25.35 C-3.44 25.32, -0.9 25.28, 6.69 25.18 M-5.99 25.35 C-2.49 25.3, 1.01 25.26, 6.69 25.18 M6.69 25.18 C4.88 29.2, 3.07 33.22, 0.54 38.86 M6.69 25.18 C4.27 30.56, 1.85 35.95, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86"
                        stroke="#099268" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g transform="translate(773.630953594231 384.2827981469127) rotate(0 104.09394836425781 24.300000000000182)"><text
                  x="0" y="36.144000000000005" font-family="Nunito, Segoe UI Emoji" font-size="36px" fill="#099268"
                  text-anchor="start" style="white-space: pre;" direction="ltr"
                  dominant-baseline="alphabetic">Optimization</text></g>
      <g stroke-linecap="round"
            transform="translate(56.000452998250694 443.3539880211756) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C23.81 0, 34.19 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 41.51, 53.68 69.6, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C32.4 109.09, 24.55 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 75.74, 0 55.82, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#9775fa"></path>
            <path d="M13.42 0 C20.4 0, 27.37 0, 40.26 0 M13.42 0 C20.07 0, 26.72 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 33.56, 53.68 53.7, 53.68 95.67 M53.68 13.42 C53.68 43.63, 53.68 73.85, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C34.12 109.09, 27.98 109.09, 13.42 109.09 M40.26 109.09 C33.71 109.09, 27.16 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 77.88, 0 60.09, 0 13.42 M0 95.67 C0 63.32, 0 30.97, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(154.42860731337714 443.3539880211756) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C21.89 0, 30.36 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 35.7, 53.68 57.99, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C30.47 109.09, 20.68 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 76.53, 0 57.4, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#9775fa"></path>
            <path d="M13.42 0 C20.66 0, 27.9 0, 40.26 0 M13.42 0 C19.17 0, 24.92 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 37.61, 53.68 61.79, 53.68 95.67 M53.68 13.42 C53.68 45.79, 53.68 78.16, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C31.67 109.09, 23.07 109.09, 13.42 109.09 M40.26 109.09 C30.71 109.09, 21.16 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 63.5, 0 31.33, 0 13.42 M0 95.67 C0 76, 0 56.33, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(252.85676162849995 443.3539880211756) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C20.93 0, 28.44 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 39, 53.68 64.59, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C33.78 109.09, 27.3 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 77.34, 0 59.02, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#9775fa"></path>
            <path d="M13.42 0 C21.59 0, 29.77 0, 40.26 0 M13.42 0 C20.7 0, 27.98 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 37.69, 53.68 61.97, 53.68 95.67 M53.68 13.42 C53.68 36.11, 53.68 58.8, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C31.05 109.09, 21.85 109.09, 13.42 109.09 M40.26 109.09 C34.38 109.09, 28.49 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 70.87, 0 46.08, 0 13.42 M0 95.67 C0 67.67, 0 39.68, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(351.2849159436264 443.3539880211756) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C19.9 0, 26.38 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 31.31, 53.68 49.21, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C31.76 109.09, 23.26 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 63.59, 0 31.52, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#9775fa"></path>
            <path d="M13.42 0 C22.82 0, 32.21 0, 40.26 0 M13.42 0 C22.25 0, 31.07 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 30.22, 53.68 47.02, 53.68 95.67 M53.68 13.42 C53.68 38.25, 53.68 63.08, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C31.15 109.09, 22.04 109.09, 13.42 109.09 M40.26 109.09 C31.29 109.09, 22.31 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 71.73, 0 47.79, 0 13.42 M0 95.67 C0 67.39, 0 39.11, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(449.7130702587492 443.3539880211756) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C21.4 0, 29.38 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 44.16, 53.68 74.9, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C33.07 109.09, 25.88 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 75.72, 0 55.76, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#9775fa"></path>
            <path d="M13.42 0 C22.57 0, 31.72 0, 40.26 0 M13.42 0 C23.97 0, 34.52 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 35.89, 53.68 58.36, 53.68 95.67 M53.68 13.42 C53.68 42.95, 53.68 72.48, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C32.36 109.09, 24.46 109.09, 13.42 109.09 M40.26 109.09 C34.79 109.09, 29.31 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 63.32, 0 30.97, 0 13.42 M0 95.67 C0 79.02, 0 62.38, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(548.1412245738757 443.3539880211756) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C22.06 0, 30.7 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 38.12, 53.68 62.82, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C29.64 109.09, 19.01 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 76.82, 0 57.96, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#9775fa"></path>
            <path d="M13.42 0 C18.81 0, 24.2 0, 40.26 0 M13.42 0 C20.83 0, 28.24 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 45.5, 53.68 77.59, 53.68 95.67 M53.68 13.42 C53.68 41.71, 53.68 69.99, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C30.19 109.09, 20.12 109.09, 13.42 109.09 M40.26 109.09 C33.73 109.09, 27.19 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 73.35, 0 51.03, 0 13.42 M0 95.67 C0 64.07, 0 32.47, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round"
            transform="translate(646.5693788889985 443.3539880211756) rotate(0 26.841333732802013 54.54394091493941)">
            <path d="M13.42 0 C21.66 0, 29.9 0, 40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 C53.68 35.17, 53.68 56.92, 53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 C33.13 109.09, 25.99 109.09, 13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 C0 75.25, 0 54.84, 0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="none" stroke-width="0" fill="#9775fa"></path>
            <path d="M13.42 0 C23.72 0, 34.02 0, 40.26 0 M13.42 0 C18.93 0, 24.45 0, 40.26 0 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M40.26 0 C49.21 0, 53.68 4.47, 53.68 13.42 M53.68 13.42 C53.68 39.72, 53.68 66.01, 53.68 95.67 M53.68 13.42 C53.68 35.74, 53.68 58.05, 53.68 95.67 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M53.68 95.67 C53.68 104.61, 49.21 109.09, 40.26 109.09 M40.26 109.09 C32.91 109.09, 25.56 109.09, 13.42 109.09 M40.26 109.09 C29.81 109.09, 19.36 109.09, 13.42 109.09 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M13.42 109.09 C4.47 109.09, 0 104.61, 0 95.67 M0 95.67 C0 74.37, 0 53.06, 0 13.42 M0 95.67 C0 64.24, 0 32.81, 0 13.42 M0 13.42 C0 4.47, 4.47 0, 13.42 0 M0 13.42 C0 4.47, 4.47 0, 13.42 0"
                  stroke="#1e1e1e" stroke-width="2" fill="none"></path>
      </g>
      <g stroke-linecap="round">
            <g
                  transform="translate(14.967794674364995 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C11.72 -0.06, 23.44 -0.12, 37.32 -0.2 M0 0 C12.45 -0.07, 24.89 -0.13, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(14.967794674364995 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C33.06 1.82, 28.8 3.83, 23.76 6.21 M37.32 -0.2 C32.8 1.94, 28.27 4.08, 23.76 6.21 M23.76 6.21 C23.75 3.62, 23.73 1.03, 23.69 -6.46 M23.76 6.21 C23.74 2.39, 23.72 -1.44, 23.69 -6.46 M23.69 -6.46 C26.81 -5.03, 29.92 -3.6, 37.32 -0.2 M23.69 -6.46 C28.83 -4.1, 33.97 -1.74, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(113.3959489894878 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C12.22 -0.06, 24.44 -0.13, 37.32 -0.2 M0 0 C12.93 -0.07, 25.87 -0.14, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(113.3959489894878 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C32.88 1.9, 28.44 4, 23.76 6.21 M37.32 -0.2 C32.62 2.02, 27.92 4.25, 23.76 6.21 M23.76 6.21 C23.74 2.75, 23.72 -0.71, 23.69 -6.46 M23.76 6.21 C23.73 1.66, 23.71 -2.89, 23.69 -6.46 M23.69 -6.46 C26.81 -5.03, 29.93 -3.6, 37.32 -0.2 M23.69 -6.46 C27.02 -4.94, 30.34 -3.41, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(211.82410330461425 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C11.63 -0.06, 23.25 -0.12, 37.32 -0.2 M0 0 C13.98 -0.07, 27.95 -0.15, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(211.82410330461425 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C33.1 1.8, 28.87 3.8, 23.76 6.21 M37.32 -0.2 C32.24 2.2, 27.16 4.6, 23.76 6.21 M23.76 6.21 C23.73 1.27, 23.71 -3.68, 23.69 -6.46 M23.76 6.21 C23.74 1.85, 23.71 -2.51, 23.69 -6.46 M23.69 -6.46 C28.06 -4.46, 32.42 -2.45, 37.32 -0.2 M23.69 -6.46 C28.54 -4.23, 33.39 -2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(310.25225761973707 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C9.19 -0.05, 18.38 -0.1, 37.32 -0.2 M0 0 C14.92 -0.08, 29.84 -0.16, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(310.25225761973707 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C33.98 1.38, 30.64 2.96, 23.76 6.21 M37.32 -0.2 C31.9 2.37, 26.48 4.93, 23.76 6.21 M23.76 6.21 C23.74 2.16, 23.72 -1.89, 23.69 -6.46 M23.76 6.21 C23.74 2.77, 23.72 -0.67, 23.69 -6.46 M23.69 -6.46 C28.37 -4.31, 33.04 -2.16, 37.32 -0.2 M23.69 -6.46 C26.68 -5.09, 29.67 -3.72, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(408.6804119348635 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C9.14 -0.05, 18.28 -0.1, 37.32 -0.2 M0 0 C13.71 -0.07, 27.42 -0.14, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(408.6804119348635 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C34 1.37, 30.68 2.94, 23.76 6.21 M37.32 -0.2 C32.34 2.16, 27.36 4.51, 23.76 6.21 M23.76 6.21 C23.74 3.11, 23.73 0.02, 23.69 -6.46 M23.76 6.21 C23.74 2.61, 23.72 -0.99, 23.69 -6.46 M23.69 -6.46 C28.32 -4.34, 32.95 -2.21, 37.32 -0.2 M23.69 -6.46 C28.25 -4.37, 32.81 -2.27, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(507.1085662499863 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C10.97 -0.06, 21.95 -0.12, 37.32 -0.2 M0 0 C14.69 -0.08, 29.38 -0.16, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(507.1085662499863 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C33.33 1.69, 29.34 3.57, 23.76 6.21 M37.32 -0.2 C31.98 2.33, 26.64 4.85, 23.76 6.21 M23.76 6.21 C23.75 3.62, 23.73 1.02, 23.69 -6.46 M23.76 6.21 C23.73 1.62, 23.71 -2.97, 23.69 -6.46 M23.69 -6.46 C27.7 -4.62, 31.71 -2.78, 37.32 -0.2 M23.69 -6.46 C26.47 -5.19, 29.25 -3.91, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(605.5367205651128 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C11.01 -0.06, 22.03 -0.12, 37.32 -0.2 M0 0 C10.3 -0.05, 20.59 -0.11, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(605.5367205651128 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C33.32 1.69, 29.32 3.59, 23.76 6.21 M37.32 -0.2 C33.58 1.57, 29.84 3.34, 23.76 6.21 M23.76 6.21 C23.74 3.17, 23.73 0.13, 23.69 -6.46 M23.76 6.21 C23.74 2, 23.71 -2.22, 23.69 -6.46 M23.69 -6.46 C28.81 -4.11, 33.92 -1.76, 37.32 -0.2 M23.69 -6.46 C27.01 -4.94, 30.33 -3.41, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(703.9648748802356 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M0 0 C7.62 -0.04, 15.24 -0.08, 37.32 -0.2 M0 0 C11.27 -0.06, 22.53 -0.12, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(703.9648748802356 497.9965464139859) rotate(0 18.659914899127216 -0.09861747787272179)">
                  <path d="M37.32 -0.2 L23.76 6.21 L23.69 -6.46 L37.32 -0.2" stroke="none" stroke-width="0"
                        fill="#1e1e1e" fill-rule="evenodd"></path>
                  <path d="M37.32 -0.2 C34.55 1.11, 31.78 2.42, 23.76 6.21 M37.32 -0.2 C33.23 1.74, 29.13 3.67, 23.76 6.21 M23.76 6.21 C23.74 3.32, 23.73 0.42, 23.69 -6.46 M23.76 6.21 C23.73 1.43, 23.71 -3.35, 23.69 -6.46 M23.69 -6.46 C27.42 -4.75, 31.16 -3.03, 37.32 -0.2 M23.69 -6.46 C29 -4.02, 34.3 -1.58, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2 M37.32 -0.2 C37.32 -0.2, 37.32 -0.2, 37.32 -0.2"
                        stroke="#1e1e1e" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g transform="translate(770.619433308626 472.23230975488696) rotate(0 127.67394769191742 24.300000000000182)">
            <text x="0" y="36.144000000000005" font-family="Nunito, Segoe UI Emoji" font-size="36px" fill="#9775fa"
                  text-anchor="start" style="white-space: pre;" direction="ltr" dominant-baseline="alphabetic">Updated
                  model</text></g>
      <g stroke-linecap="round">
            <g
                  transform="translate(77.20956294495136 216.38495274916568) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0 0 C0.21 15.16, 0.42 30.32, 0.54 38.86 M0 0 C0.18 13.36, 0.37 26.73, 0.54 38.86"
                        stroke="#f08c00" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(77.20956294495136 216.38495274916568) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0.54 38.86 L-5.99 25.35 L6.69 25.18 L0.54 38.86" stroke="none" stroke-width="0"
                        fill="#f08c00" fill-rule="evenodd"></path>
                  <path d="M0.54 38.86 C-2.01 33.59, -4.55 28.32, -5.99 25.35 M0.54 38.86 C-1.71 34.21, -3.95 29.57, -5.99 25.35 M-5.99 25.35 C-1.93 25.3, 2.13 25.24, 6.69 25.18 M-5.99 25.35 C-1.48 25.29, 3.03 25.23, 6.69 25.18 M6.69 25.18 C5.13 28.64, 3.58 32.09, 0.54 38.86 M6.69 25.18 C4.77 29.44, 2.85 33.7, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86"
                        stroke="#f08c00" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(176.3159383436696 216.38495274916568) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0 0 C0.17 12.42, 0.34 24.85, 0.54 38.86 M0 0 C0.15 10.54, 0.29 21.09, 0.54 38.86"
                        stroke="#f08c00" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(176.3159383436696 216.38495274916568) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0.54 38.86 L-5.99 25.35 L6.69 25.18 L0.54 38.86" stroke="none" stroke-width="0"
                        fill="#f08c00" fill-rule="evenodd"></path>
                  <path d="M0.54 38.86 C-1.55 34.54, -3.64 30.22, -5.99 25.35 M0.54 38.86 C-1.23 35.19, -3.01 31.53, -5.99 25.35 M-5.99 25.35 C-1.64 25.29, 2.71 25.23, 6.69 25.18 M-5.99 25.35 C-3.21 25.31, -0.43 25.28, 6.69 25.18 M6.69 25.18 C5.45 27.92, 4.22 30.66, 0.54 38.86 M6.69 25.18 C5.13 28.65, 3.57 32.12, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86"
                        stroke="#f08c00" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(275.4223137423842 216.38495274916568) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0 0 C0.13 9.5, 0.26 19, 0.54 38.86 M0 0 C0.15 11.04, 0.3 22.08, 0.54 38.86" stroke="#f08c00"
                        stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(275.4223137423842 216.38495274916568) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0.54 38.86 L-5.99 25.35 L6.69 25.18 L0.54 38.86" stroke="none" stroke-width="0"
                        fill="#f08c00" fill-rule="evenodd"></path>
                  <path d="M0.54 38.86 C-1.06 35.56, -2.65 32.26, -5.99 25.35 M0.54 38.86 C-1.32 35.02, -3.17 31.18, -5.99 25.35 M-5.99 25.35 C-1.69 25.29, 2.62 25.23, 6.69 25.18 M-5.99 25.35 C-1.75 25.29, 2.49 25.24, 6.69 25.18 M6.69 25.18 C4.95 29.03, 3.22 32.89, 0.54 38.86 M6.69 25.18 C4.52 30, 2.35 34.82, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86"
                        stroke="#f08c00" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(374.5286891411024 216.38495274916568) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0 0 C0.11 7.96, 0.22 15.92, 0.54 38.86 M0 0 C0.19 14.08, 0.39 28.16, 0.54 38.86"
                        stroke="#f08c00" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(374.5286891411024 216.38495274916568) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0.54 38.86 L-5.99 25.35 L6.69 25.18 L0.54 38.86" stroke="none" stroke-width="0"
                        fill="#f08c00" fill-rule="evenodd"></path>
                  <path d="M0.54 38.86 C-0.8 36.09, -2.14 33.33, -5.99 25.35 M0.54 38.86 C-1.83 33.97, -4.19 29.07, -5.99 25.35 M-5.99 25.35 C-2.26 25.3, 1.47 25.25, 6.69 25.18 M-5.99 25.35 C-3.4 25.32, -0.82 25.28, 6.69 25.18 M6.69 25.18 C5.36 28.14, 4.03 31.1, 0.54 38.86 M6.69 25.18 C4.27 30.56, 1.85 35.94, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86"
                        stroke="#f08c00" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(473.635064539817 216.38495274916568) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0 0 C0.13 9.32, 0.26 18.65, 0.54 38.86 M0 0 C0.18 12.92, 0.36 25.84, 0.54 38.86"
                        stroke="#f08c00" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(473.635064539817 216.38495274916568) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0.54 38.86 L-5.99 25.35 L6.69 25.18 L0.54 38.86" stroke="none" stroke-width="0"
                        fill="#f08c00" fill-rule="evenodd"></path>
                  <path d="M0.54 38.86 C-1.03 35.62, -2.6 32.38, -5.99 25.35 M0.54 38.86 C-1.63 34.37, -3.8 29.88, -5.99 25.35 M-5.99 25.35 C-1.23 25.29, 3.52 25.22, 6.69 25.18 M-5.99 25.35 C-2.9 25.31, 0.18 25.27, 6.69 25.18 M6.69 25.18 C4.28 30.53, 1.88 35.88, 0.54 38.86 M6.69 25.18 C5.22 28.45, 3.75 31.72, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86"
                        stroke="#f08c00" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(572.7414399385352 216.38495274916568) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0 0 C0.12 8.88, 0.25 17.75, 0.54 38.86 M0 0 C0.2 14.65, 0.4 29.31, 0.54 38.86"
                        stroke="#f08c00" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(572.7414399385352 216.38495274916568) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0.54 38.86 L-5.99 25.35 L6.69 25.18 L0.54 38.86" stroke="none" stroke-width="0"
                        fill="#f08c00" fill-rule="evenodd"></path>
                  <path d="M0.54 38.86 C-0.95 35.77, -2.45 32.69, -5.99 25.35 M0.54 38.86 C-1.92 33.77, -4.39 28.67, -5.99 25.35 M-5.99 25.35 C-2.52 25.31, 0.95 25.26, 6.69 25.18 M-5.99 25.35 C-1.05 25.28, 3.88 25.22, 6.69 25.18 M6.69 25.18 C4.83 29.3, 2.98 33.43, 0.54 38.86 M6.69 25.18 C4.59 29.83, 2.5 34.49, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86"
                        stroke="#f08c00" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
      <g stroke-linecap="round">
            <g
                  transform="translate(671.8478153372498 216.38495274916568) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0 0 C0.12 8.89, 0.25 17.78, 0.54 38.86 M0 0 C0.13 9.48, 0.26 18.97, 0.54 38.86"
                        stroke="#f08c00" stroke-width="2" fill="none"></path>
            </g>
            <g
                  transform="translate(671.8478153372498 216.38495274916568) rotate(0 0.26833823444349036 19.429460275435304)">
                  <path d="M0.54 38.86 L-5.99 25.35 L6.69 25.18 L0.54 38.86" stroke="none" stroke-width="0"
                        fill="#f08c00" fill-rule="evenodd"></path>
                  <path d="M0.54 38.86 C-0.96 35.77, -2.45 32.68, -5.99 25.35 M0.54 38.86 C-1.06 35.56, -2.65 32.27, -5.99 25.35 M-5.99 25.35 C-2.87 25.31, 0.25 25.27, 6.69 25.18 M-5.99 25.35 C-3.34 25.32, -0.68 25.28, 6.69 25.18 M6.69 25.18 C4.9 29.16, 3.11 33.14, 0.54 38.86 M6.69 25.18 C4.57 29.88, 2.46 34.59, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86 M0.54 38.86 C0.54 38.86, 0.54 38.86, 0.54 38.86"
                        stroke="#f08c00" stroke-width="2" fill="none"></path>
            </g>
      </g>
      <mask></mask>
</svg>