-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
652 lines (597 loc) · 80.1 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
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta charset="utf-8" />
<link rel="icon" href="/img/favicon/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="description" content="Michaël De Boey's personal website" />
<meta name="theme-color" content="#111827" />
<link
rel="apple-touch-icon"
href="/img/favicon/apple-icon-precomposed.png"
/>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<title>Michaël De Boey</title>
<meta name="description" content="Michaël De Boey's personal website" />
<!-- Facebook OpenGraph -->
<meta property="og:url" content="https://michaeldeboey.be" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Michaël De Boey" />
<meta property="og:image" content="https://michaeldeboey.be/img/og.png?3" />
<meta
property="og:image:alt"
content="Michaël De Boey's personal website"
/>
<meta property="og:image:width" content="1910" />
<meta property="og:image:height" content="1000" />
<meta
property="og:description"
content="Michaël De Boey's personal website"
/>
<meta property="og:site_name" content="Michaël De Boey" />
<!-- Twitter OpenGraph -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@MichaelDeBoey93" />
<meta name="twitter:url" content="https://michaeldeboey.be" />
<meta name="twitter:title" content="Michaël De Boey" />
<meta
name="twitter:description"
content="Michaël De Boey's personal website"
/>
<meta
name="twitter:image"
content="https://michaeldeboey.be/img/og.png?2"
/>
<meta
name="twitter:image:alt"
content="Michaël De Boey's personal website"
/>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<link rel="stylesheet" href="./style.css" />
</head>
<body class="bg-gray-900">
<div class="relative overflow-hidden">
<div class="hidden lg:absolute lg:inset-0 lg:block" aria-hidden="true">
<svg
class="absolute left-1/2 top-0 -translate-y-8 translate-x-64 transform"
width="640"
height="784"
fill="none"
viewBox="0 0 640 784"
>
<defs>
<pattern
id="9ebea6f4-a1f5-4d96-8c4e-4c2abf658047"
x="118"
y="0"
width="20"
height="20"
patternUnits="userSpaceOnUse"
>
<rect
x="0"
y="0"
width="4"
height="4"
class="text-gray-700"
fill="currentColor"
></rect>
</pattern>
</defs>
<rect
x="118"
width="404"
height="784"
fill="url(#9ebea6f4-a1f5-4d96-8c4e-4c2abf658047)"
></rect>
</svg>
</div>
<div class="relative py-2">
<main
class="mx-auto my-8 max-w-screen-xl px-4 sm:my-12 sm:px-6 md:my-20 xl:my-24"
>
<div class="lg:grid lg:grid-cols-12 lg:gap-8">
<div
class="sm:text-center md:mx-auto md:max-w-2xl lg:col-span-6 lg:text-left"
>
<h1>
<span
class="mb-4 block text-sm font-semibold uppercase tracking-wide text-gray-500 sm:text-base lg:text-sm xl:text-base"
>
Developer | Drum&Bass DJ | Index Fund investor | Cat lover
</span>
<span
class="mt-1 block text-4xl font-extrabold leading-normal tracking-tight text-white sm:text-5xl sm:leading-none xl:text-6xl"
>
<span class="inline md:block">I am</span>
<span class="inline text-blue-600 md:mt-2 md:block">
Michaël De Boey
<span role="img" aria-label="hello">👋</span>
</span>
</span>
</h1>
<p
class="mt-3 text-base text-gray-300 sm:mt-5 sm:text-xl lg:text-lg xl:text-xl"
>
I'm a freelance full stack JavaScript/TypeScript & React
engineer from Belgium 🇧🇪 with an interest in index fund
investing and personal finance, who enjoys doing some open
source work, plays the occasional Drum&Bass DJ-set and adores
felines.
</p>
</div>
<div
class="relative mt-12 sm:mx-auto sm:max-w-lg lg:col-span-6 lg:mx-0 lg:mt-0 lg:flex lg:max-w-none lg:items-center"
>
<svg
class="absolute left-1/2 top-0 origin-top -translate-x-1/2 -translate-y-8 scale-75 transform sm:scale-100 lg:hidden"
width="640"
height="784"
fill="none"
viewBox="0 0 640 784"
>
<defs>
<pattern
id="4f4f415c-a0e9-44c2-9601-6ded5a34a13e"
x="118"
y="0"
width="20"
height="20"
patternUnits="userSpaceOnUse"
>
<rect
x="0"
y="0"
width="4"
height="4"
class="text-gray-700"
fill="currentColor"
></rect>
</pattern>
</defs>
<rect
x="118"
width="404"
height="784"
fill="url(#4f4f415c-a0e9-44c2-9601-6ded5a34a13e)"
></rect>
</svg>
<div class="relative mx-auto w-full rounded-lg lg:max-w-md">
<div class="relative block w-full">
<img
class="w-full rounded-full ring-8 ring-gray-500"
src="./img/Michaël.jpg"
alt="Michaël De Boey"
/>
</div>
</div>
</div>
</div>
</main>
</div>
</div>
<div class="bg-blue-600">
<div
class="mx-auto max-w-screen-xl px-4 py-4 sm:px-6 sm:py-6 lg:px-6 lg:py-8"
>
<div
class="mb-10 grid grid-cols-2 text-center sm:mx-auto sm:mb-0 sm:max-w-3xl sm:grid-cols-3 sm:gap-8 md:grid-cols-6"
>
<a
class="mt-10 flex flex-col items-center text-white hover:text-blue-200 sm:mt-0"
href="https://bsky.app/profile/michaeldeboey.bsky.social"
rel="noreferrer noopener"
target="_blank"
>
<svg
class="h-16 w-16"
fill="currentColor"
viewBox="0 0 576 512"
aria-hidden="true"
>
<path
d="M407.8 294.7c-3.3-.4-6.7-.8-10-1.3c3.4 .4 6.7 .9 10 1.3zM288 227.1C261.9 176.4 190.9 81.9 124.9 35.3C61.6-9.4 37.5-1.7 21.6 5.5C3.3 13.8 0 41.9 0 58.4S9.1 194 15 213.9c19.5 65.7 89.1 87.9 153.2 80.7c3.3-.5 6.6-.9 10-1.4c-3.3 .5-6.6 1-10 1.4C74.3 308.6-9.1 342.8 100.3 464.5C220.6 589.1 265.1 437.8 288 361.1c22.9 76.7 49.2 222.5 185.6 103.4c102.4-103.4 28.1-156-65.8-169.9c-3.3-.4-6.7-.8-10-1.3c3.4 .4 6.7 .9 10 1.3c64.1 7.1 133.6-15.1 153.2-80.7C566.9 194 576 75 576 58.4s-3.3-44.7-21.6-52.9c-15.8-7.1-40-14.9-103.2 29.8C385.1 81.9 314.1 176.4 288 227.1z"
/>
</svg>
<div class="mt-3 text-lg font-medium leading-6">Bluesky</div>
</a>
<a
class="mt-10 flex flex-col items-center text-white hover:text-blue-200 sm:mt-0"
href="https://discordapp.com/users/112974388369854464"
rel="noreferrer noopener"
target="_blank"
>
<svg
class="h-16 w-16"
fill="currentColor"
viewBox="0 0 640 512"
aria-hidden="true"
>
<path
d="M524.5 69.8a1.5 1.5 0 0 0 -.8-.7A485.1 485.1 0 0 0 404.1 32a1.8 1.8 0 0 0 -1.9 .9 337.5 337.5 0 0 0 -14.9 30.6 447.8 447.8 0 0 0 -134.4 0 309.5 309.5 0 0 0 -15.1-30.6 1.9 1.9 0 0 0 -1.9-.9A483.7 483.7 0 0 0 116.1 69.1a1.7 1.7 0 0 0 -.8 .7C39.1 183.7 18.2 294.7 28.4 404.4a2 2 0 0 0 .8 1.4A487.7 487.7 0 0 0 176 479.9a1.9 1.9 0 0 0 2.1-.7A348.2 348.2 0 0 0 208.1 430.4a1.9 1.9 0 0 0 -1-2.6 321.2 321.2 0 0 1 -45.9-21.9 1.9 1.9 0 0 1 -.2-3.1c3.1-2.3 6.2-4.7 9.1-7.1a1.8 1.8 0 0 1 1.9-.3c96.2 43.9 200.4 43.9 295.5 0a1.8 1.8 0 0 1 1.9 .2c2.9 2.4 6 4.9 9.1 7.2a1.9 1.9 0 0 1 -.2 3.1 301.4 301.4 0 0 1 -45.9 21.8 1.9 1.9 0 0 0 -1 2.6 391.1 391.1 0 0 0 30 48.8 1.9 1.9 0 0 0 2.1 .7A486 486 0 0 0 610.7 405.7a1.9 1.9 0 0 0 .8-1.4C623.7 277.6 590.9 167.5 524.5 69.8zM222.5 337.6c-29 0-52.8-26.6-52.8-59.2S193.1 219.1 222.5 219.1c29.7 0 53.3 26.8 52.8 59.2C275.3 311 251.9 337.6 222.5 337.6zm195.4 0c-29 0-52.8-26.6-52.8-59.2S388.4 219.1 417.9 219.1c29.7 0 53.3 26.8 52.8 59.2C470.7 311 447.5 337.6 417.9 337.6z"
/>
</svg>
<div class="mt-3 text-lg font-medium leading-6">Discord</div>
</a>
<a
class="mt-10 flex flex-col items-center text-white hover:text-blue-200 sm:mt-0"
href="https://github.com/MichaelDeBoey"
rel="noreferrer noopener"
target="_blank"
>
<svg
class="h-16 w-16"
fill="currentColor"
viewBox="0 0 496 512"
aria-hidden="true"
>
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"
/>
</svg>
<div class="mt-3 text-lg font-medium leading-6">GitHub</div>
</a>
<a
class="mt-10 flex flex-col items-center text-white hover:text-blue-200 sm:mt-0"
href="https://instagram.com/MichaelDeBoey"
rel="noreferrer noopener"
target="_blank"
>
<svg
class="h-16 w-16"
fill="currentColor"
viewBox="0 0 384 512"
aria-hidden="true"
>
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"
/>
</svg>
<div class="mt-3 text-lg font-medium leading-6">Instagram</div>
</a>
<a
class="mt-10 flex flex-col items-center text-white hover:text-blue-200 sm:mt-0"
href="https://linkedin.com/in/MichaelDeBoey"
rel="noreferrer noopener"
target="_blank"
>
<svg
class="h-16 w-16"
fill="currentColor"
viewBox="0 0 448 512"
aria-hidden="true"
>
<path
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"
/>
</svg>
<div class="mt-3 text-lg font-medium leading-6">LinkedIn</div>
</a>
<a
class="mt-10 flex flex-col items-center text-white hover:text-blue-200 sm:mt-0"
href="https://x.com/MichaelDeBoey93"
rel="noreferrer noopener"
target="_blank"
>
<svg
class="h-16 w-16"
fill="currentColor"
viewBox="0 0 512 512"
aria-hidden="true"
>
<path
d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"
/>
</svg>
<div class="mt-3 text-lg font-medium leading-6">𝕏 / Twitter</div>
</a>
</div>
</div>
</div>
<div class="text-white">
<div class="mx-auto max-w-7xl px-4 py-16 sm:px-6 sm:py-20 lg:px-8">
<h2 class="text-center text-3xl font-extrabold text-white">
Companies I worked for
</h2>
<div class="mt-12 grid grid-cols-2 gap-8 md:grid-cols-3 lg:grid-cols-5">
<span
class="col-span-1 flex flex-col items-center justify-center hover:text-blue-600"
>
<svg
aria-hidden="true"
class="h-10 sm:h-12"
fill="currentColor"
viewBox="0 0 1190 640"
>
<path
d="M695.441 335.539V533.91c0 6.42-5.212 11.63-11.631 11.63h-10.671c-6.417 0-11.632-5.21-11.632-11.63V427.455c0 3.533-9.385 11.092-13.021 13.419-17.818 11.401-40.766 18.71-62.426 18.71-18.775 0-37.591-6.313-53.247-15.99-14.518-8.951-23.387-23.489-30.738-37.775-8.432-16.365-12.628-35.47-12.628-57.299 0-21.847 4.279-41.141 12.854-57.941 13.938-27.268 32.067-47.207 71.484-53.601 12.586-2.056 25.504-1.975 38.109-.187 52.104 7.372 83.547 37.05 83.547 98.748Zm-34.515 12.109c0-25.565-5.919-45.253-17.776-59.064-11.84-13.788-28.661-20.704-50.444-20.704-21.496 0-38.297 7.125-50.445 21.368-12.17 14.267-18.234 34.019-18.234 59.293 0 24.983 6.064 44.38 18.234 58.19 12.148 13.809 29.116 20.703 50.899 20.703 21.475 0 38.129-6.976 49.968-20.93 11.859-13.936 17.778-33.562 17.798-58.856Zm185.122-156.005c6.292 3.343 8.183 11.651 3.905 17.34-12.317 16.344-26.75 24.068-39.003 24.734-9.468.499-17.734-1.848-34.869-11.131l-11.171-5.9c-12.917-6.729-21.911-9.968-29.345-9.573-6.73.354-12.98 3.677-18.796 9.161-3.59 3.384-8.928 4.174-13.311 1.888l-2.782-1.454c-6.376-3.321-8.288-11.754-3.884-17.444 12.232-15.804 26.042-23.03 38.42-23.696 9.468-.519 18.069 1.806 34.828 10.653l10.839 5.919c12.918 7.207 22.242 9.947 29.678 9.554 6.914-.353 13.228-3.845 19.17-9.596 3.589-3.49 9.052-4.297 13.475-1.952l2.846 1.497Zm76.382-5.898h11.318c6.418 0 11.632 5.21 11.632 11.629v160.117c0 61.159-53.685 110.027-116.402 101.968-51.838-6.666-89.303-53.309-89.303-105.581V268.48c0-6.416 5.214-11.628 11.631-11.628h11.316c6.42 0 11.633 5.212 11.633 11.628l-.021 88.992c0 39.915 34.389 71.959 75.115 67.991 35.493-3.446 61.494-35.347 61.494-71.003l-.022-157.108c0-6.415 5.211-11.629 11.609-11.607ZM205.992 336.246v112.436c0 6.416-5.214 11.629-11.627 11.629h-10.676c-6.417 0-11.631-5.213-11.631-11.629v-20.521c0 3.532-9.386 11.094-13.02 13.418-17.818 11.401-40.768 18.712-62.427 18.712-18.774 0-37.59-6.314-53.248-15.992-14.517-8.95-23.384-23.487-30.736-37.775C4.194 390.16 0 371.053 0 349.226c0-21.846 4.278-41.141 12.856-57.941 13.935-27.267 32.065-47.205 71.481-53.601 12.565-2.036 25.503-1.952 38.108-.166 52.087 7.373 83.526 37.049 83.547 98.728Zm-34.534 12.149c0-25.564-5.941-45.253-17.781-59.061-11.835-13.79-28.656-20.708-50.442-20.708-21.473 0-38.296 7.125-50.444 21.372-12.169 14.267-18.234 34.017-18.234 59.29 0 24.985 6.065 44.38 18.234 58.19 12.148 13.811 29.117 20.704 50.9 20.704 21.476 0 38.132-6.976 49.969-20.933 11.857-13.954 17.775-33.578 17.798-58.854Zm279.28-12.149v112.436c0 6.416-5.214 11.629-11.629 11.629h-10.674c-6.419 0-11.63-5.213-11.63-11.629v-20.521c0 3.532-9.387 11.094-13.022 13.418-17.818 11.401-40.767 18.712-62.428 18.712-18.773 0-37.589-6.314-53.249-15.992-14.513-8.95-23.383-23.487-30.734-37.775-8.43-16.364-12.627-35.471-12.627-57.298 0-21.846 4.278-41.141 12.855-57.941 13.935-27.267 32.063-47.205 71.482-53.601 12.565-2.036 25.504-1.952 38.109-.166 52.082 7.373 83.526 37.049 83.547 98.728Zm-34.534 12.149c0-25.564-5.942-45.253-17.778-59.061-11.839-13.79-28.66-20.708-50.446-20.708-21.474 0-38.294 7.125-50.445 21.372-12.168 14.267-18.233 34.017-18.233 59.29 0 24.985 6.065 44.38 18.233 58.19 12.151 13.811 29.118 20.704 50.903 20.704 21.473 0 38.128-6.976 49.966-20.933 11.837-13.954 17.778-33.578 17.8-58.854ZM1190 336.246v112.436c0 6.416-5.214 11.629-11.63 11.629h-10.676c-6.417 0-11.63-5.213-11.63-11.629v-20.521c0 3.532-9.388 11.094-13.022 13.418-17.817 11.401-40.764 18.712-62.425 18.712-18.774 0-37.588-6.314-53.248-15.992-14.518-8.95-23.385-23.487-30.737-37.775-8.432-16.364-12.626-35.471-12.626-57.298 0-21.846 4.277-41.141 12.855-57.941 13.934-27.267 32.065-47.205 71.482-53.601 12.564-2.036 25.502-1.952 38.108-.166 52.086 7.373 83.526 37.049 83.549 98.728Zm-34.539 12.149c0-25.564-5.935-45.253-17.776-59.061-11.838-13.79-28.66-20.708-50.443-20.708-21.473 0-38.296 7.125-50.447 21.372-12.167 14.267-18.233 34.017-18.233 59.29 0 24.985 6.066 44.38 18.233 58.19 12.151 13.811 29.118 20.704 50.904 20.704 21.472 0 38.129-6.976 49.964-20.933 11.842-13.954 17.777-33.578 17.798-58.854Z"
/>
</svg>
<div class="sr-only mt-3 text-lg font-medium leading-6">Aaqua</div>
</span>
<span
class="col-span-1 flex flex-col items-center justify-center hover:text-blue-600"
>
<svg
aria-hidden="true"
class="h-10 sm:h-12"
fill="currentColor"
viewBox="0 0 2112 640"
>
<path
d="M474.76 109.451 451.23 68.5 261.17 177.96V68.5h-47.319v136.76L0 328.499l213.72 123.112V588.5h47.32V479.04L451.23 588.5l23.79-40.95-213.85-123.24V232.56l213.59-123.109ZM213.72 397.14 94.64 328.499l119.08-68.509v137.15Zm675.091-82.289c-8.451-21.06-16.771-41.211-24.96-60.191-8.32-19.11-16.771-37.829-25.612-56.42h-45.238c-8.71 18.591-17.29 37.44-25.61 56.42-8.321 18.98-16.64 39.131-24.96 60.06-8.32 20.93-17.031 43.291-25.739 66.951-8.712 23.659-18.072 49.269-27.821 76.96h49.269l10.66-30.291c3.64-10.14 7.28-20.409 10.79-30.94H869.7c3.639 10.531 7.151 20.8 10.92 30.81a1037.32 1037.32 0 0 1 10.92 30.421h51.22c-9.749-27.821-19.111-53.56-28.081-77.092-8.839-23.399-17.419-45.628-25.868-66.688ZM771.68 359.18c8.059-22.36 15.731-43.03 23.14-62.01 7.41-19.11 14.04-35.231 19.891-48.49 5.589 12.74 12.089 28.86 19.628 48.1a2034.897 2034.897 0 0 1 23.271 62.4h-85.93Zm252.46 56.551c-2.21-2.601-3.77-5.851-4.68-9.491-.909-3.768-1.3-8.449-1.3-13.909V167.04l-45.629 7.41v226.33c0 9.751 1.04 18.459 3.249 26.131 2.211 7.669 5.851 14.041 11.18 19.109 5.33 5.071 12.349 9.1 21.191 11.831 8.84 2.729 20.148 4.288 33.669 4.548l6.371-37.569c-6.111-.779-10.921-1.818-14.821-3.119-3.901-1.299-6.891-3.38-9.23-5.98ZM1235.651 285.6c-8.711-8.84-19.111-15.729-31.46-20.409-12.351-4.811-26.26-7.151-41.86-7.151-15.08 0-29.381 1.04-42.9 3.38-13.521 2.211-25.091 4.68-34.192 7.151V528.31h45.631V452c4.941 2.731 11.44 5.331 19.109 7.54 7.8 2.21 16.382 3.379 25.611 3.379 13.781 0 26.261-2.467 37.05-7.539 10.919-4.94 20.02-11.961 27.3-21.061 7.28-8.969 12.872-19.888 16.771-32.24 3.899-12.608 5.848-26.259 5.848-41.339 0-15.86-2.208-30.03-6.889-42.64-4.81-12.74-11.31-23.53-20.019-32.5Zm-31.332 121.291c-7.667 11.309-19.889 16.899-36.399 16.899-7.541 0-14.56-1.17-21.189-3.639-6.76-2.34-12.091-4.941-15.991-7.671V300.16c4.55-1.17 9.101-2.08 13.779-2.34 4.681-.389 9.101-.52 13.391-.52 20.41 0 35.1 5.591 44.2 16.9 9.23 11.311 13.782 27.04 13.782 47.32-.132 18.852-3.902 34.06-11.573 45.371ZM1456.911 283c-6.241-7.93-14.691-14.04-24.96-18.46-10.401-4.289-23.531-6.629-39.392-6.629-6.498 0-13.128.649-19.76 1.949-6.629 1.3-12.479 2.731-17.549 4.42v-97.24l-45.63 7.41v284.181h45.63v-156.26c2.989-1.04 7.67-2.08 14.041-3.381 6.24-1.3 12.479-1.95 18.459-1.95 7.801 0 14.301 1.04 19.63 3.251 5.33 2.08 9.359 5.589 12.611 10.14 3.12 4.679 5.46 10.788 6.889 18.068 1.431 7.281 2.078 16.381 2.078 26.912V458.76h45.632v-110.5c0-13.52-1.3-25.74-3.9-36.789-3.119-11.051-7.539-20.541-13.779-28.471Zm200.2-4.29c-6.241-6.76-14.432-12.09-24.702-15.859-10.27-3.771-23.01-5.591-37.959-5.591-12.61 0-24.439 1.04-35.359 2.991-11.052 2.08-19.37 4.029-25.221 6.109l5.59 36.791c5.459-2.08 12.611-3.771 21.45-5.331 8.709-1.56 18.46-2.21 28.989-2.21 7.801 0 14.172 1.04 19.372 2.989 5.069 2.081 9.36 4.941 12.48 8.452 3.118 3.639 5.328 7.8 6.628 12.609 1.301 4.811 1.821 9.751 1.821 15.08v7.54c-6.241-1.56-12.09-2.6-17.68-3.249-5.461-.651-10.789-.911-15.86-.911-10.79 0-21.06 1.04-31.069 3.12-10.011 2.211-18.592 5.591-26.261 10.53-7.411 4.94-13.391 11.31-17.81 18.98-4.42 7.801-6.63 17.29-6.63 28.47 0 11.831 1.95 21.712 5.85 29.64 3.899 8.06 9.359 14.559 16.251 19.5 6.888 4.94 15.339 8.712 25.089 10.92 9.75 2.212 20.539 3.379 32.37 3.379 17.81 0 33.801-1.039 47.969-3.119 14.172-2.209 24.832-3.9 31.852-5.46V334.871c0-11.44-1.301-22.1-3.902-31.72-2.859-9.36-7.151-17.68-13.258-24.441Zm-27.04 145.861c-7.28 1.559-17.94 2.208-31.98 2.208-11.572 0-20.671-2.08-27.56-6.108-6.892-4.159-10.141-11.571-10.141-22.36 0-5.591 1.302-10.141 3.769-13.779 2.472-3.64 5.852-6.501 10.012-8.452 4.159-2.081 8.708-3.38 13.908-4.16 5.202-.78 10.141-1.04 15.34-1.04 5.72 0 11.051.26 15.862 1.04 4.81.78 8.45 1.56 10.919 2.21l-.129 50.441Zm189.8-226.331h47.449v260.52h-47.449V198.24Zm83.589 0v40.951h80.21v219.44h47.841v-219.44h80.209V198.24h-208.26Z"
/>
</svg>
<div class="sr-only mt-3 text-lg font-medium leading-6">
Alpha IT
</div>
</span>
<a
class="col-span-1 flex flex-col items-center justify-center hover:text-blue-600"
href="https://bluecrux.com/axon"
rel="noreferrer noopener"
target="_blank"
>
<svg
aria-hidden="true"
class="h-10 sm:h-12"
fill="currentColor"
viewBox="0 0 1541 640"
>
<path
d="M720.703 404.625c0 19.744 14.878 30.372 37.748 30.372 36.99 0 60.637-24.298 60.637-60.734v-10.629h-56.821c-26.307 0-41.564 11.766-41.564 28.846v12.145Zm38.516-64.911h59.869v-15.186c0-28.459-14.867-42.508-45.001-42.508-29.358 0-45.373 14.049-46.519 36.824h-32.416c1.913-39.486 32.416-63.017 80.847-63.017 26.309 0 46.898 8.733 57.192 19.363 4.952 5.314 9.157 11.387 12.207 18.596 6.099 14.04 6.478 22.395 6.478 31.509v108.177h29.366v24.299h-33.941c-18.306 0-24.783-7.597-25.929-22.395l-.38-10.249h-2.291c-8.77 22.394-35.457 36.434-67.873 36.434-40.04 0-64.057-23.911-64.057-60.733 0-39.097 27.074-61.114 72.448-61.114Zm536.922 4.556c0-17.838-5.72-32.645-17.16-43.653-11.819-11.388-26.688-17.081-44.616-17.081-36.222 0-61.774 24.29-61.774 60.734v30.751c0 36.814 26.319 59.21 61.774 59.21 35.088 0 61.776-21.638 61.776-59.21V344.27Zm33.941 14.428c0 31.5-8.392 56.558-25.551 75.154-17.16 18.605-40.42 27.709-70.166 27.709-59.86 0-95.327-40.234-95.327-102.863 0-32.266 8.769-57.323 26.318-75.541 17.151-18.218 40.409-27.33 69.009-27.33 28.601 0 51.86 9.112 69.408 27.709 17.538 18.218 26.309 43.275 26.309 75.162Zm75.391 99.02h-31.993v-172.49h31.993v172.49Zm102.845-172.49h-102.836v-29.339h48.272c47.804 0 86.566 38.577 86.566 86.178v115.651h-32.002v-172.49Zm-563.152-25.489 65.204 99.012-65.204 99.02h-38.762l65.195-99.02-65.195-99.012h38.762Zm103.966 99.012 65.202 99.02h-38.771l-65.193-99.02 65.193-99.012h38.771l-65.202 99.012ZM461.557 580.5H0v-520h522.371v460.818h-60.814V580.5ZM140.814 205.871 216.302 320.5l-75.488 114.638h44.889L261.181 320.5l-75.478-114.629h-44.889Zm240.734 0H336.66L261.19 320.5l75.47 114.638h44.888L306.069 320.5l75.479-114.629Z"
/>
</svg>
<div class="sr-only mt-3 text-lg font-medium leading-6">Axon</div>
</a>
<a
class="col-span-1 flex flex-col items-center justify-center hover:text-blue-600"
href="https://bankvanbreda.be"
rel="noreferrer noopener"
target="_blank"
>
<svg
aria-hidden="true"
class="h-10 sm:h-12"
fill="currentColor"
viewBox="0 0 1925 640"
>
<path
d="m78.372 416.869-64.56 24.412V74.313h466.742v137.302L78.372 364.744v52.125Zm480.554-220.293v366.936H92.184V374.217l466.742-177.641ZM1924.67 576.479a35.49 35.49 0 0 1-18.411 3.965 21.924 21.924 0 0 1-15.697-5.525 24.07 24.07 0 0 1-5.85-18.135 61.229 61.229 0 0 1-24.392 18.135 84.266 84.266 0 0 1-49.967 3.12 45.942 45.942 0 0 1-16.298-7.491 36.189 36.189 0 0 1-10.677-13.39 52.345 52.345 0 0 1 .472-41.421 39.53 39.53 0 0 1 11.813-13.813 53.595 53.595 0 0 1 16.754-7.913 257.76 257.76 0 0 1 39.21-7.735 111.178 111.178 0 0 0 16.623-2.99 27.12 27.12 0 0 0 11.359-5.704 13.713 13.713 0 0 0 4.193-10.902 25.85 25.85 0 0 0-3.137-13.488 21.872 21.872 0 0 0-8.092-7.783 32.83 32.83 0 0 0-11.05-3.592 82.364 82.364 0 0 0-12.155-.861 53.627 53.627 0 0 0-26.908 6.11c-7.183 4.111-11.083 11.781-11.7 23.01h-25.448a54.762 54.762 0 0 1 6.029-24.245 45.512 45.512 0 0 1 14.365-16.022 60.13 60.13 0 0 1 20.475-8.84 109.804 109.804 0 0 1 24.714-2.665c6.955.016 13.91.503 20.8 1.478a54.746 54.746 0 0 1 18.688 6.127 35.876 35.876 0 0 1 13.487 13.016 41.513 41.513 0 0 1 5.103 21.775v79.477a60.24 60.24 0 0 0 1.007 13.114c.699 2.795 3.039 4.176 7.053 4.176a25.845 25.845 0 0 0 7.767-1.463l-.13 20.475Zm-41.421-79.576a32.013 32.013 0 0 1-12.561 5.249 183.531 183.531 0 0 1-16.348 2.714 469.382 469.382 0 0 0-17.207 2.405 62.306 62.306 0 0 0-15.551 4.322 28.012 28.012 0 0 0-11.229 8.515 23.92 23.92 0 0 0-4.322 15.129 20.721 20.721 0 0 0 2.519 10.644 21.625 21.625 0 0 0 6.581 7.036 27.58 27.58 0 0 0 9.214 3.867 53.376 53.376 0 0 0 11.358 1.203 59.676 59.676 0 0 0 21.546-3.461 44.384 44.384 0 0 0 14.674-8.645 34.693 34.693 0 0 0 8.385-11.375 29.022 29.022 0 0 0 2.714-11.554l.227-26.049Zm-154.763 80.226v-20.946h-.601a37.194 37.194 0 0 1-19.742 18.411 74.753 74.753 0 0 1-29.64 5.704 69.821 69.821 0 0 1-31.298-6.581 64.463 64.463 0 0 1-22.132-17.664 76.806 76.806 0 0 1-13.342-25.724 105.523 105.523 0 0 1-4.597-31.167 108.323 108.323 0 0 1 4.321-31.101 72.939 72.939 0 0 1 13.163-25.594 63.5 63.5 0 0 1 22.181-17.338 70.456 70.456 0 0 1 30.972-6.452c4.307.033 8.597.439 12.838 1.203a64.948 64.948 0 0 1 13.796 4.046 58.238 58.238 0 0 1 13.163 7.589 41.635 41.635 0 0 1 10.365 11.554h.585V363.46h25.464v213.669h-25.496Zm-91.453-54.908a56.25 56.25 0 0 0 8.71 18.411 42.32 42.32 0 0 0 14.95 12.886 45.533 45.533 0 0 0 21.401 4.599 41.987 41.987 0 0 0 36.497-18.395 55.926 55.926 0 0 0 8.239-18.736 91.435 91.435 0 0 0 0-43.258 55.097 55.097 0 0 0-8.515-18.686 44.304 44.304 0 0 0-15.145-13.032 46.93 46.93 0 0 0-22.457-4.924 44.076 44.076 0 0 0-21.808 5.07 40.393 40.393 0 0 0-14.414 13.488 58.514 58.514 0 0 0-7.913 19.27 101.462 101.462 0 0 0-2.389 22.149c0 7.15.959 14.268 2.844 21.158Zm-70.036 45.061a70.305 70.305 0 0 1-43.729 13.162 79.261 79.261 0 0 1-32.207-5.98 63.762 63.762 0 0 1-23.009-16.753 71.266 71.266 0 0 1-13.812-25.773 122.773 122.773 0 0 1-5.233-32.63 93.397 93.397 0 0 1 5.379-32.222 77.288 77.288 0 0 1 15.145-25.447 68.314 68.314 0 0 1 23.008-16.754 70.373 70.373 0 0 1 29.169-5.98 63.673 63.673 0 0 1 34.288 8.515 67.935 67.935 0 0 1 21.856 21.726 86.863 86.863 0 0 1 11.375 28.712 124.39 124.39 0 0 1 2.535 29.64h-115.796a61.946 61.946 0 0 0 2.389 19.289 43.706 43.706 0 0 0 8.71 16.201 43.117 43.117 0 0 0 15.273 11.229 53.139 53.139 0 0 0 21.808 4.176 44.083 44.083 0 0 0 26.52-7.491 36.11 36.11 0 0 0 13.796-22.734h25.122a61.93 61.93 0 0 1-22.587 39.114Zm-6.175-99.4a43.908 43.908 0 0 0-9.198-13.812 43.898 43.898 0 0 0-31.297-12.61 44.905 44.905 0 0 0-17.81 3.412 41.056 41.056 0 0 0-13.795 9.425 44.438 44.438 0 0 0-8.986 13.813 53.46 53.46 0 0 0-3.9 16.882h88.902a52.568 52.568 0 0 0-3.916-17.11Zm-174.085-45.483v32.63h.602a68.736 68.736 0 0 1 22.733-27.837 57.119 57.119 0 0 1 34.142-8.385v26.927a72.485 72.485 0 0 0-26.049 4.192 41.223 41.223 0 0 0-17.355 12.285 50.98 50.98 0 0 0-9.62 19.596 106.728 106.728 0 0 0-2.99 26.471v69.03h-25.397V422.399h23.934Zm-127.203-58.939c5.298 0 10.498.406 15.698.877 4.875.472 9.733 1.219 14.543 2.243a37.748 37.748 0 0 1 11.505 4.599 55.711 55.711 0 0 1 17.81 17.355 48.42 48.42 0 0 1 7.313 27.251 52 52 0 0 1-8.19 29.445 48.564 48.564 0 0 1-23.514 18.411v.601a49.156 49.156 0 0 1 30.225 17.987 53.574 53.574 0 0 1 10.676 33.508 63.152 63.152 0 0 1-4.598 23.01 55.517 55.517 0 0 1-12.415 19.614 61.684 61.684 0 0 1-20.345 13.796 69.693 69.693 0 0 1-27.983 5.2h-103.088V363.46h92.363Zm-7.036 92.04c16.152 0 27.609-2.811 34.872-8.515a30.912 30.912 0 0 0 10.644-25.594 38.172 38.172 0 0 0-3.591-17.94 25.577 25.577 0 0 0-9.896-10.172 38.662 38.662 0 0 0-14.544-4.599 139.613 139.613 0 0 0-17.485-1.056h-56.89v67.925l56.89-.049Zm14.349 97.888a41.166 41.166 0 0 0 29.51-10.172 36.651 36.651 0 0 0 8.303-12.935 36.65 36.65 0 0 0 2.324-15.194 35.143 35.143 0 0 0-3.916-17.388 30.407 30.407 0 0 0-10.303-10.903 43.841 43.841 0 0 0-14.82-5.72 94.183 94.183 0 0 0-17.355-1.609h-64.982v73.921h71.239Zm-258.305-130.989v24.537h.601c10.577-18.72 27.347-28.096 50.292-28.112a66.571 66.571 0 0 1 25.448 4.176 41.748 41.748 0 0 1 16.428 11.7 42.553 42.553 0 0 1 8.84 17.81 95.279 95.279 0 0 1 2.584 23.01v101.739h-25.642V472.384a30.674 30.674 0 0 0-8.369-22.734 31.109 31.109 0 0 0-23.01-8.369 52.117 52.117 0 0 0-20.215 3.575 37.43 37.43 0 0 0-14.219 10.173 44.036 44.036 0 0 0-8.513 15.421 61.588 61.588 0 0 0-2.844 19.287v87.441h-25.447V422.399h24.066Zm-43.729 154.08a35.784 35.784 0 0 1-18.395 3.965 22.04 22.04 0 0 1-15.746-5.525 24.145 24.145 0 0 1-5.801-18.135 61.505 61.505 0 0 1-24.44 18.135 84.266 84.266 0 0 1-49.967 3.12 46.519 46.519 0 0 1-16.299-7.491 35.452 35.452 0 0 1-10.774-13.39 44.86 44.86 0 0 1-4.046-19.939 45.686 45.686 0 0 1 4.599-21.531 39.72 39.72 0 0 1 11.83-13.812 54.3 54.3 0 0 1 16.753-7.914 237.749 237.749 0 0 1 19.338-4.599c6.581-1.284 13.796-2.437 19.874-3.136a108.497 108.497 0 0 0 16.605-2.99 27.582 27.582 0 0 0 11.424-5.702 13.718 13.718 0 0 0 4.193-10.904 25.36 25.36 0 0 0-3.185-13.487 21.742 21.742 0 0 0-8.044-7.784 33.04 33.04 0 0 0-11.099-3.575 83.906 83.906 0 0 0-12.104-.878 53.655 53.655 0 0 0-26.959 6.11c-7.183 4.112-11.066 11.782-11.651 23.01h-25.448a54.715 54.715 0 0 1 5.98-24.245 45.799 45.799 0 0 1 14.365-16.022 60.48 60.48 0 0 1 20.524-8.824 108.529 108.529 0 0 1 24.667-2.681 150.97 150.97 0 0 1 20.799 1.479 54.975 54.975 0 0 1 18.736 6.126 35.701 35.701 0 0 1 13.422 13.016 41.373 41.373 0 0 1 5.119 21.775v79.477a56.487 56.487 0 0 0 1.056 13.114c.683 2.811 3.039 4.192 6.988 4.192a26.216 26.216 0 0 0 7.832-1.478l-.146 20.523Zm-41.405-79.576a31.508 31.508 0 0 1-12.577 5.249 183.194 183.194 0 0 1-16.331 2.714 469.74 469.74 0 0 0-17.208 2.405 62.994 62.994 0 0 0-15.551 4.322 28.019 28.019 0 0 0-11.229 8.515 23.973 23.973 0 0 0-4.338 15.145 20.715 20.715 0 0 0 2.535 10.628 21.625 21.625 0 0 0 6.581 7.036 27.587 27.587 0 0 0 9.441 3.867 54.44 54.44 0 0 0 11.359 1.203 60.59 60.59 0 0 0 21.578-3.461 44.086 44.086 0 0 0 14.641-8.645 33.799 33.799 0 0 0 8.369-11.375 28.159 28.159 0 0 0 2.73-11.554v-26.049Zm-204.47 80.226L643.832 363.46h30.5l61.067 185.281H736l61.667-185.281h29.64l-76.162 213.669h-32.207Zm474.558-515.378v126.602l70.637-67.665h34.109l-61.342 56.29 65.794 98.49h-32.207l-52.974-80.81-23.92 22.133v58.677h-25.463V61.751h25.366Zm-163.051 58.937v24.538h.601c10.579-18.753 27.349-28.127 50.294-28.127a66.705 66.705 0 0 1 25.399 4.191 41.488 41.488 0 0 1 16.477 11.683 43.39 43.39 0 0 1 8.839 17.827 94.483 94.483 0 0 1 2.535 23.01v101.788h-25.397V170.576a30.773 30.773 0 0 0-8.434-22.734 31.138 31.138 0 0 0-23.01-8.369 51.707 51.707 0 0 0-20.199 3.592 37.446 37.446 0 0 0-14.219 10.172 43.188 43.188 0 0 0-8.563 15.405 62.925 62.925 0 0 0-2.844 19.338v87.439h-25.413V120.688h23.934Zm-43.759 154.13a35.534 35.534 0 0 1-18.412 3.916 21.924 21.924 0 0 1-15.697-5.525 24.072 24.072 0 0 1-5.85-18.135 60.82 60.82 0 0 1-24.391 18.135 84.395 84.395 0 0 1-49.967 3.136 47.42 47.42 0 0 1-16.348-7.458 37.186 37.186 0 0 1-10.904-13.358 45.073 45.073 0 0 1-4.046-19.872 45.698 45.698 0 0 1 4.599-21.58 38.95 38.95 0 0 1 11.83-13.812 54.685 54.685 0 0 1 16.754-7.914 257.799 257.799 0 0 1 39.209-7.784 108.513 108.513 0 0 0 16.608-2.99 27.589 27.589 0 0 0 11.375-5.655 13.75 13.75 0 0 0 4.176-10.952 25.357 25.357 0 0 0-3.12-13.439 21.694 21.694 0 0 0-8.109-7.833 32.59 32.59 0 0 0-11.034-3.575 84.649 84.649 0 0 0-12.155-.877 53.823 53.823 0 0 0-26.924 6.11c-7.183 4.095-11.066 11.765-11.684 23.01h-25.447a55.185 55.185 0 0 1 5.98-24.245 45.452 45.452 0 0 1 14.397-16.023 61.33 61.33 0 0 1 20.491-8.789 109.867 109.867 0 0 1 24.699-2.714c6.971 0 13.926.52 20.816 1.528a53.954 53.954 0 0 1 18.72 6.433 35.792 35.792 0 0 1 13.487 12.984 41.472 41.472 0 0 1 5.07 21.807v79.446a58.692 58.692 0 0 0 1.057 13.161c.698 2.746 3.055 4.128 7.036 4.128a24.548 24.548 0 0 0 7.784-1.463v20.199Zm-41.422-79.575a31.095 31.095 0 0 1-12.61 5.2 179.166 179.166 0 0 1-16.298 2.714 471.362 471.362 0 0 0-17.209 2.405 64.661 64.661 0 0 0-15.55 4.323 28.263 28.263 0 0 0-11.228 8.563 23.712 23.712 0 0 0-4.339 15.097 20.863 20.863 0 0 0 9.344 17.71 27.578 27.578 0 0 0 9.213 3.868 50.292 50.292 0 0 0 11.358 1.202 61.143 61.143 0 0 0 21.547-3.412 45.447 45.447 0 0 0 14.82-8.694 34.392 34.392 0 0 0 8.369-11.373 28.733 28.733 0 0 0 2.713-11.554l-.13-26.049ZM746.872 61.751c5.281 0 10.481.407 15.681.91 4.891.455 9.75 1.203 14.542 2.21A37.057 37.057 0 0 1 788.6 69.47a55.732 55.732 0 0 1 17.81 17.355 48.417 48.417 0 0 1 7.329 27.251 52.074 52.074 0 0 1-8.239 29.492 48.583 48.583 0 0 1-23.481 18.412v.601a49.16 49.16 0 0 1 30.241 17.94 53.797 53.797 0 0 1 10.449 33.507 63.866 63.866 0 0 1-4.193 22.783 56.572 56.572 0 0 1-12.415 19.596 62.138 62.138 0 0 1-20.345 13.812 69.701 69.701 0 0 1-27.981 5.249H654.508V61.751h92.364Zm-7.053 92.039c16.153 0 27.625-2.86 34.839-8.564a30.771 30.771 0 0 0 10.643-25.592 37.76 37.76 0 0 0-3.591-17.94 25.455 25.455 0 0 0-9.846-10.173 38.667 38.667 0 0 0-14.544-4.598 140 140 0 0 0-17.501-1.057h-56.875v67.972l56.875-.048Zm14.365 97.839c10.79.65 21.4-3.006 29.492-10.172a37.16 37.16 0 0 0 10.644-28.127 34.966 34.966 0 0 0-3.916-17.339 30.063 30.063 0 0 0-10.319-10.953 44.488 44.488 0 0 0-14.802-5.671 89.489 89.489 0 0 0-17.404-1.657h-64.935v73.919h71.24Z"
/>
</svg>
<div class="sr-only mt-3 text-lg font-medium leading-6">
Bank Van Breda
</div>
</a>
<a
class="col-span-1 flex flex-col items-center justify-center hover:text-blue-600"
href="https://bluecrux.com"
rel="noreferrer noopener"
target="_blank"
>
<svg
aria-hidden="true"
class="h-10 sm:h-12"
fill="currentColor"
viewBox="0 0 2235 640"
>
<path
d="M458.999 580.479H0V60.5h519.472v460.805h-60.473v59.174ZM140.043 205.873l75.059 114.63-75.059 114.629h44.628l75.059-114.629-75.059-114.63h-44.628Zm239.386 0h-44.627l-75.059 114.63 75.059 114.629h44.627L304.37 320.503l75.059-114.63Zm1790.73 152.744L2235 457.634h-38.557l-64.828-99.017 64.828-99.004H2235l-64.841 99.004ZM716.128 372.279c0 17.823 6.071 32.629 17.809 44.381 12.142 11.764 27.676 17.458 46.24 17.458 35.254 0 57.613-21.254 57.613-54.26v-40.961c0-33.773-22.359-55.391-57.613-55.391-18.564 0-34.098 6.071-46.24 17.822-11.738 11.765-17.809 26.571-17.809 45.147v25.804Zm-32.967 85.355V179.562h32.967v117.983h2.275c10.608-25.414 37.53-41.728 68.975-41.728 54.962 0 83.756 38.687 83.756 103.567 0 65.244-30.692 102.046-85.654 102.046-29.183 0-55.325-14.417-67.077-38.323h-2.275l-3.029 34.527h-29.938Zm267.764 0h-32.59V179.562h32.59v278.072Zm294.009-116.462h114.447v-7.592c0-30.718-22.359-51.205-55.326-51.205-34.864 0-59.121 21.618-59.121 53.493v5.304Zm147.037 3.796c0 7.578-.377 14.416-1.131 20.487h-145.906v11.374c0 34.904 23.867 58.043 60.252 58.043 27.663 0 48.891-14.417 55.339-36.802h32.59c-4.173 19.344-14.027 34.527-30.315 46.292-16.301 11.374-35.631 17.068-58.368 17.068-57.6 0-93.232-39.831-93.232-103.567 0-63.736 35.632-102.046 92.855-102.046 54.195 0 87.916 34.137 87.916 89.151Zm230.247 45.134c-6.448 44.016-39.792 71.328-87.929 71.328-29.171 0-52.297-9.113-68.975-27.702-16.665-18.589-25.011-43.236-25.011-74.721 0-32.252 8.723-57.666 26.155-75.878 17.432-18.212 40.545-27.312 68.975-27.312 45.849 0 79.206 26.935 85.654 68.286h-32.603c-6.435-26.935-27.286-40.597-54.572-40.597-35.241 0-59.875 25.414-59.875 61.839v29.963c0 35.281 23.88 58.81 59.875 58.81 29.184 0 50.789-17.081 55.716-44.016h32.59Zm145.724-130.489v27.312h-65.57v170.709h-32.966V288.823c0-19.356 9.853-29.21 29.938-29.21h68.598Zm213.087 172.477h-31.823V259.613h31.823V432.09Zm-134.089 0h102.266v29.34h-48.007c-47.539 0-86.082-38.583-86.082-86.174V259.613h31.823V432.09Zm-682.915 0h-31.823V259.613h31.823V432.09Zm-134.103 0h102.267v29.34h-47.994c-47.552 0-86.095-38.583-86.095-86.174V259.613h31.822V432.09Zm1036.852-172.477 64.841 99.004-64.841 99.017h-38.557l64.842-99.017-64.842-99.004h38.557Z"
/>
</svg>
<div class="sr-only mt-3 text-lg font-medium leading-6">
Bluecrux
</div>
</a>
<a
class="col-span-1 flex flex-col items-center justify-center hover:text-blue-600"
href="https://cognite.com"
rel="noreferrer noopener"
target="_blank"
>
<svg
aria-hidden="true"
class="h-10 sm:h-12"
fill="currentColor"
viewBox="0 0 2253 640"
>
<path
d="M891.537 353.619c5.748 41.647-113.461 91.914-135.959 100.535-1.919 1.433-3.351 0-5.271-1.918 0-.953 0-1.917.478-2.871.485-.955.963-1.911 1.437-2.387 62.719-27.773 127.349-67.986 118.733-88.573-12.452-24.413-133.092-11.967-394.959 52.183-312.621 76.6-462.464 66.066-474.909 27.771-12.452-34.472 85.69-74.685 108.189-83.306h3.352v1.918C89.649 368.938 9.223 405.8 21.668 431.655c5.269 15.799 56.016 19.147 143.146 8.616v-99.1a40.716 40.716 0 0 1 2.871-14.84c1.918-4.79 4.788-9.093 8.141-12.925 3.351-3.829 7.656-6.71 12.444-8.62 4.792-1.913 9.581-2.871 14.843-2.871a38.854 38.854 0 0 1 14.838 2.871c4.79 1.919 9.101 4.791 12.451 8.62 3.354 3.832 6.218 8.142 8.138 12.925 1.917 4.785 2.871 9.574 2.871 14.84v88.573c24.416-3.35 48.832-8.622 76.601-13.881V226.757c0-10.055 4.305-19.148 11.486-26.33 7.183-7.182 16.755-11.012 26.811-11.012 10.053 0 19.625 4.31 26.807 11.012 7.182 6.7 11.013 16.275 11.494 26.33v171.867c22.979-5.265 45.477-10.526 69.893-15.796 2.393-1.435 4.79-1.913 7.177-1.913V158.301c0-10.053 4.322-19.627 11.499-26.808 7.174-7.184 16.754-11.493 26.806-11.493a40.732 40.732 0 0 1 14.839 2.872c4.783 1.917 9.094 4.789 12.932 8.142 3.348 3.349 6.688 7.653 8.607 12.444 1.92 4.79 3.353 9.573 3.353 14.843v203.453c26.333-5.261 52.663-10.531 75.168-15.796V288.51a39.492 39.492 0 0 1 11.487-27.768 39.49 39.49 0 0 1 27.769-11.488 39.475 39.475 0 0 1 27.768 11.488 39.52 39.52 0 0 1 11.484 27.768v45.004c120.641-17.235 183.36-8.621 188.145 20.105ZM163.855 516.387a683.113 683.113 0 0 0 76.602-8.613v37.82c-.48 10.053-4.309 19.149-11.492 26.328-7.182 7.182-16.756 11.014-26.809 11.014a37.66 37.66 0 0 1-26.809-11.014c-7.182-6.699-11.487-16.275-11.487-26.328v-29.207h-.005Zm229.793-36.382v123.039c-.479 4.783-1.429 9.572-3.35 14.357-1.912 4.31-4.783 8.62-8.614 11.972-3.353 3.831-7.661 6.222-12.454 8.141-4.781 1.433-10.045 2.872-14.834 2.392-4.79-.482-9.575-1.438-14.364-3.35-4.311-1.918-8.614-4.792-11.967-8.622-3.83-3.353-6.702-7.645-8.138-12.44-1.441-4.796-2.394-10.052-2.394-14.848V494.849c25.849-3.353 51.22-8.622 76.115-14.844Zm156.072-34.943v91.912a40.764 40.764 0 0 1-11.971 26.809c-7.183 7.183-17.235 11.011-27.289 11.011-10.053 0-20.101-3.834-27.281-11.011a40.797 40.797 0 0 1-11.975-26.809v-74.678h5.271c26.329-6.709 50.74-11.971 73.245-17.234Zm153.194-32.561v60.323c0 10.053-4.305 19.626-11.486 26.807-7.183 7.182-16.755 11.016-26.81 11.016-4.792.476-10.058-.476-14.843-2.394-4.785-1.918-9.094-4.791-12.924-8.141-3.358-3.351-6.698-7.655-8.616-12.446-1.918-4.789-3.351-9.576-3.351-14.842v-44.999c29.682-5.269 56.01-10.055 78.03-15.324Zm476.347-70.85c-3.352-4.306-7.66-7.659-12.926-9.576a44.19 44.19 0 0 0-17.234-3.351c-6.226 0-12.448.96-18.196 3.831-5.743 2.391-10.527 6.223-14.836 11.011a47.09 47.09 0 0 0-9.575 16.279 60.787 60.787 0 0 0 0 41.171c2.393 5.743 5.262 11.485 9.575 16.277 3.831 4.309 8.613 8.134 14.362 10.532 5.75 2.398 11.486 3.83 17.71 3.83 6.702 0 13.404-1.437 19.154-4.309 5.747-2.872 10.053-7.183 13.883-12.445l29.202 22.019c-6.223 9.093-15.322 16.275-25.85 21.066a81.875 81.875 0 0 1-32.078 6.7c-11.493 0-23.457-1.918-34.473-5.742-10.051-3.829-19.146-9.579-27.288-16.755-7.655-7.662-13.883-16.283-17.707-26.337a96.436 96.436 0 0 1 0-69.414 70.984 70.984 0 0 1 17.707-26.328c7.657-7.183 17.237-12.925 27.288-16.757a104.037 104.037 0 0 1 34.473-5.749c4.789 0 9.574.48 13.883 1.44 4.783.958 9.574 2.392 14.364 3.829 4.783 1.913 9.574 4.312 13.405 7.183 4.304 2.871 8.135 6.703 11.486 11.006l-26.329 20.589Zm69.894 38.299c0-11.972 1.917-23.457 6.223-34.471a71.119 71.119 0 0 1 17.715-26.33c7.659-7.182 17.234-12.923 27.288-16.755a106.246 106.246 0 0 1 68.941 0c10.052 3.832 19.148 9.573 27.288 16.755 7.654 7.662 13.877 16.278 17.708 26.33a96.394 96.394 0 0 1 0 69.422 71.11 71.11 0 0 1-17.708 26.33c-7.655 7.179-17.236 12.923-27.288 16.755a106.26 106.26 0 0 1-68.941 0c-10.054-3.832-19.149-9.576-27.288-16.755-7.657-7.664-13.887-16.278-17.715-26.33-4.306-11.493-6.704-23.46-6.223-34.958v.007Zm36.389 0c0 7.183.951 13.883 3.351 20.586a51.703 51.703 0 0 0 10.051 16.276c4.312 4.79 9.575 8.141 15.797 10.534a54.41 54.41 0 0 0 40.696 0c5.742-2.393 11.012-6.224 15.795-10.534a51.602 51.602 0 0 0 10.054-16.276 60.805 60.805 0 0 0 0-41.173 51.54 51.54 0 0 0-10.054-16.277c-4.31-4.784-9.573-8.14-15.795-10.531a54.392 54.392 0 0 0-40.696 0c-5.742 2.391-11.011 6.223-15.797 10.531a51.798 51.798 0 0 0-10.051 16.277c-2.4 6.703-3.351 13.403-3.351 20.587Zm331.288 68.455c-10.056 5.269-21.067 9.101-32.558 11.498-11.492 2.398-22.979 3.824-34.472 3.352-11.486 0-23.457-1.92-34.47-5.749-10.054-3.832-19.146-9.576-27.287-16.756-7.658-7.662-13.879-16.276-17.71-26.33a96.402 96.402 0 0 1 0-69.421 71.188 71.188 0 0 1 17.71-26.328c7.653-7.181 17.233-12.926 27.287-16.756a104.19 104.19 0 0 1 34.47-5.744c11.968 0 23.938 1.433 34.953 4.785 10.531 2.878 20.106 8.621 28.24 15.803l-24.892 26.807c-4.789-4.788-10.053-8.62-16.274-11.011-6.223-2.394-13.406-3.831-22.504-3.831-7.183 0-13.885 1.437-20.59 3.831-5.743 2.391-11.005 6.223-15.795 10.531a51.804 51.804 0 0 0-10.053 16.277 60.78 60.78 0 0 0 0 41.173 51.708 51.708 0 0 0 10.053 16.276c4.311 4.79 9.572 8.141 15.795 10.534 6.224 2.392 13.407 3.831 20.59 3.831 6.7 0 13.403-.959 19.626-2.399 4.795-1.432 9.099-2.872 13.404-5.263v-26.331h-28.722v-32.556h62.238v83.777h.961Zm58.876-148.403h47.88l67.503 110.586h.474V300.002h34.956v159.417h-45.962l-69.421-113.461h-.479v113.461h-34.943l-.008-159.417Zm211.127 0h34.952v159.417h-34.952V300.002Zm125.913 31.114h-45.485v-31.114h125.911v31.114h-45.485v128.303h-34.941V331.116Zm235.536-31.114v32.553h-73.245v29.681h69.414v32.558h-68.933v32.552h77.072v32.552h-112.029V300.002h107.721Z"
/>
</svg>
<div class="sr-only mt-3 text-lg font-medium leading-6">
Cognite
</div>
</a>
<a
class="col-span-1 flex flex-col items-center justify-center hover:text-blue-600"
href="https://delijn.be"
rel="noreferrer noopener"
target="_blank"
>
<svg
aria-hidden="true"
class="h-10 sm:h-12"
fill="currentColor"
viewBox="0 0 677 640"
>
<path
d="M65.537 293.52h34.146l-4.736 27.021H0l19.312-109.739h60.779L65.537 293.52Zm96.949-5.941h-61.77l13.586-76.733h61.79l-13.606 76.733Zm253.751-76.777-19.399 109.674h-59.121l-18.838-48.787-8.592 48.787H254.03l19.377-109.716h56.28l18.687 49.217 8.741-49.175h59.122Zm-222.899.216H253.6l-12.207 69.219c-4.952 28.097-18.107 40.476-41.445 40.476l-43.297-.022 4.758-27.063 10.636.043c4.672 0 7.082-2.024 8.203-8.31l13.09-74.343Zm-36.515-18.408 4.845-27.364h22.305l-1.163 6.911h-8.956l-.732 3.724h4.972l-.947 5.384h-4.973l-.689 4.155h8.935l-1.271 7.19h-22.326Zm-17.739-.021h-21.531l4.801-27.365 21.486.022c2.068 0 5.728.021 7.945.926 2.734 1.12 6.136 5.06 4.801 12.508-1.701 9.473-6.329 12.595-10.85 13.564-2.219.475-5.017.366-6.652.345Zm-1.724-7.471c2.133-.452 4.371-2.002 5.167-6.459.624-3.509-1.034-5.682-2.367-6.07-1.55-.432-3.683-.325-3.683-.325h-1.915l-2.239 13.026h1.915s2.11.044 3.122-.172Zm198.914 7.536 4.822-27.387h83.085l-4.824 27.387h-83.083Zm-139.706 0 4.822-27.387h136.003l-4.823 27.387H196.568Zm226.73 0 4.822-27.387h49.261l-4.845 27.387h-49.238Zm53.653 0 4.821-27.387h29.045l-4.823 27.387h-29.043Zm34.211 0 4.821-27.387h17.849l-4.823 27.387h-17.847Zm23.704 0 4.822-27.387h11.044l-4.822 27.387h-11.044Zm17.848 0 4.822-27.387h6.351l-4.823 27.387h-6.35Zm14.532 0 4.823-27.387h4.908l-4.822 27.387h-4.909Zm13.304 0 4.825-27.387h3.035l-4.824 27.387h-3.036Zm13.479 0 4.823-27.387h2.325l-4.823 27.387h-2.325Zm13.671 0 4.824-27.387h2.152l-4.823 27.387H607.7Zm15.373 0 4.822-27.387h1.658l-4.823 27.387h-1.657Zm17.784 0 4.823-27.387h1.291l-4.823 27.387h-1.291ZM676.1-.038l-25.879 146.661-445.558.022L230.542-.038H676.1ZM170.774 338.669h445.602L563.241 640H117.66l53.114-301.331Z"
/>
</svg>
<div class="sr-only mt-3 text-lg font-medium leading-6">
De Lijn
</div>
</a>
<a
class="col-span-1 flex flex-col items-center justify-center hover:text-blue-600"
href="https://doccle.be"
rel="noreferrer noopener"
target="_blank"
>
<svg
aria-hidden="true"
class="h-10 sm:h-12"
fill="currentColor"
viewBox="0 0 1031 640"
>
<path
d="M189.164 271.352c0 21.114.25 42.233-.052 63.338-.685 48.821-39.725 87.998-91.124 91.728-43.886 3.192-89.058-33.379-96.51-78.116-12.24-73.532 53.518-130.821 124.276-107.99 8.366 2.701 11.421 1.497 10.973-7.607-.465-9.321-.289-18.695-.019-28.027.499-17.042 11.513-29.294 26.114-29.377 15.515-.094 26.271 11.878 26.353 29.595.094 22.155.021 44.301-.011 66.456ZM53.604 330.96c.124 24.006 18.164 41.701 42.222 41.411 23.351-.282 40.872-18.301 40.777-41.941-.093-23.62-18.623-42.367-41.973-42.482-23.247-.125-41.151 18.654-41.026 43.012Zm908.701 22.809c-17.593-.602-34.563.832-51.459-1.392-2.92-.384-7.098-1.527-8.626 1.528-1.964 3.927 2.38 6.08 4.759 8.148 13.979 12.158 29.825 13.476 46.557 6.878 9.528-3.762 18.819-5.009 27.714 1.083 17.49 11.959 15.711 35.663-3.304 45.846-42.211 22.613-94.858 8.074-121.968-33.659-21.969-33.825-20.211-76.95 4.467-109.956 22.789-30.456 65.406-44.227 102.204-33.003 37.878 11.544 65.552 46.533 67.827 85.772.852 14.716-7.398 25.326-22.197 27.642-15.461 2.434-31.092.355-45.974 1.113Zm-59.627-47.407c4.396 1.08 58.132 2.016 61.696 1.35 4.405-.82 3.856-2.857 1.934-5.755-13.428-20.286-51.699-17.657-63.63 4.405Zm-512.162 24.535c-.042 51.45-44.072 95.99-94.243 95.325-52.52-.696-95.063-43.482-95.146-95.698-.084-52.283 42.897-95.419 94.991-95.325 52.509.093 94.441 42.606 94.398 95.698Zm-95.165 41.651c24.242.248 42.656-17.303 42.967-40.965.322-23.756-19.005-44.01-41.878-43.884-23.423.124-42.825 19.743-42.773 43.251.063 22.695 18.758 41.359 41.684 41.598Zm280.068-25.761c6.111 36.131 27.507 61.02 61.582 73.491 34.416 12.594 66.133 5.041 94.075-18.156 11.537-9.569 13.086-24.721 4.605-36.299-8.386-11.45-23.275-13.747-36.11-5.497-2.608 1.684-4.937 3.814-7.545 5.497-16.679 10.756-38.688 8.584-52.562-5.102-13.946-13.759-16.66-35.778-6.486-52.582 13.075-21.573 39.645-26.561 61.365-11.233 7.18 5.073 14.102 10.361 23.549 8.707 10.744-1.87 18.359-7.825 21.874-18.341 3.594-10.785.03-19.983-7.783-27.3-17.687-16.564-38.939-24.607-53.593-24.805-68.398-.239-112.958 52.574-102.971 111.62Zm-139.281 56.24c34.439 31.288 94.419 29.958 125.627-2.972 8.426-8.896 10.338-21.637 4.718-31.549-5.904-10.404-17.107-15.1-29.348-12.482-5.694 1.217-9.727 5.072-14.226 8.262-14.685 10.413-30.355 11.431-46.015 3.181-21.595-11.36-28.338-39.564-15.079-60.127 13.665-21.19 42.326-25.522 62.652-9.469 14.644 11.567 29.794 10.559 40.029-2.649 9.157-11.814 5.966-28.681-7.793-39.116-31.207-23.682-65.031-28.285-100.418-11.17-35.507 17.177-51.645 47.344-53.754 82.355.654 32.59 12.262 56.335 33.607 75.736Zm317.646-46.13c.095 37.016 22.645 62.912 59.213 68.119 18.279 2.598 32.037-5.923 34.45-21.336 2.42-15.481-7.151-27.163-25.108-30.655-14.374-2.795-16.43-5.174-16.451-20.098-.063-46.377-.022-92.756-.052-139.135 0-4.147.125-8.345-.404-12.438-1.956-15.266-14.373-26.636-27.716-25.658-14.32 1.048-23.859 12.293-23.922 28.564-.093 26.304-.021 52.618-.021 78.919 0 24.565-.052 49.143.011 73.718Z"
/>
</svg>
<div class="sr-only mt-3 text-lg font-medium leading-6">Doccle</div>
</a>
<a
class="col-span-1 flex flex-col items-center justify-center hover:text-blue-600"
href="https://betterup.com"
rel="noreferrer noopener"
target="_blank"
>
<svg
aria-hidden="true"
class="h-10 sm:h-12"
fill="currentColor"
viewBox="0 0 2153 640"
>
<path
d="M770.163 179.663c17.332 0 30.33 14.08 30.33 30.329 0 17.331-14.082 30.329-30.33 30.329-16.248 0-30.327-14.081-30.327-30.329 0-16.249 12.996-30.329 30.327-30.329ZM745.25 454.791V270.65h49.827v184.141H745.25Zm94.237 0V270.65h47.661v22.747c9.748-18.412 33.579-27.079 54.159-27.079 24.913 0 45.493 10.831 54.159 30.329 11.914-20.582 34.662-32.496 58.492-30.329 34.662 0 66.074 20.58 66.074 70.407v119.15h-47.66V345.39c0-19.497-9.748-34.662-32.496-34.662-21.663 0-34.661 16.249-34.661 35.744v108.319h-49.826V345.39c0-19.497-9.749-34.662-32.497-34.662-22.746 0-34.661 16.249-34.661 35.744v108.319h-48.744Zm324.955 61.741V270.65h47.661v22.747c8.664-14.082 29.245-27.079 56.324-27.079 54.159 0 84.489 41.161 84.489 95.32 0 55.241-34.662 96.403-86.654 96.403-24.914 0-44.412-9.749-53.078-22.746v80.155l-48.742 1.082c-1.083-1.082 0 0 0 0Zm94.238-205.804c-24.914 0-45.496 19.496-45.496 51.993 0 32.496 20.582 51.992 45.496 51.992 24.911 0 45.493-19.496 45.493-51.992 0-32.497-19.498-51.993-45.493-51.993Zm240.465 9.748c-5.416-1.083-9.749-1.083-15.165-1.083-24.914 0-47.66 11.914-47.66 51.993v83.405h-49.825V270.65h47.659v27.08c10.831-24.913 36.828-29.246 51.993-29.246 4.333 0 7.582 0 11.915 1.083l1.083 50.909Zm72.574 28.163 45.494-6.498c10.831-1.084 14.08-6.499 14.08-13 0-12.997-9.749-23.829-31.412-23.829-18.414-1.083-33.579 11.915-34.662 30.33l-44.411-9.749c3.251-29.246 29.248-60.659 79.073-60.659 58.491 0 80.156 32.496 80.156 70.408v90.987c0 9.749 1.082 19.497 2.166 29.246h-46.577c-1.083-7.583-2.166-14.082-2.166-21.664-11.916 18.413-32.495 28.163-54.16 27.079-38.994 0-62.823-25.995-62.823-55.243 0-34.661 24.913-53.075 55.242-57.408Zm58.491 31.414v-8.667l-41.161 6.499c-12.998 2.168-22.747 8.666-22.747 22.747 0 11.916 9.749 21.664 21.664 21.664h2.167c21.663 1.082 40.077-9.748 40.077-42.243Zm116.984-200.39c17.331 0 30.329 14.08 30.329 30.329 0 17.331-14.081 30.329-30.329 30.329-16.249 0-30.33-14.081-30.33-30.329-1.083-16.249 12.999-30.329 30.33-30.329Zm-24.914 275.128V270.65h49.827v184.141h-49.827Zm123.483-60.657c1.084 14.08 11.914 28.162 33.579 28.162 16.248 0 24.912-8.666 24.912-18.413 0-8.666-5.414-15.166-19.496-18.416l-24.914-5.414c-35.745-7.584-51.993-29.246-51.993-55.243 0-32.496 29.246-60.659 68.241-60.659 51.993 0 70.407 33.579 71.49 53.076l-41.16 9.75c-2.168-15.165-15.165-25.997-30.33-24.915-12.998 0-23.83 7.583-23.83 18.414 0 8.665 6.499 14.082 17.331 16.249l25.997 5.416c35.745 7.582 54.159 29.245 54.159 56.324 0 30.33-22.747 60.66-71.491 60.66-55.241 0-74.738-35.747-76.905-56.326l44.41-8.665Zm304.373 7.581c-9.747 31.413-38.993 58.491-83.404 58.491-50.909 0-95.32-35.744-95.32-98.568 0-58.492 43.328-96.404 89.906-96.404 56.324 0 90.986 35.746 90.986 95.32 0 6.5-1.084 14.082-1.084 15.164h-132.148c2.166 23.83 21.664 42.245 46.576 42.245 18.415 1.083 35.747-9.749 42.245-28.163l42.243 11.915Zm-46.575-59.574c-1.082-18.415-12.998-35.746-41.162-35.746-21.663-1.083-38.993 15.164-41.161 35.746h82.323Z"
/>
<path
d="m297.897 461.29-19.498-3.249C138.669 435.295 102.924 337.807 94.258 270.65c-2.165-16.248-2.165-33.579-1.083-49.825l-1.082 1.081C27.101 277.149-17.308 378.969 6.521 442.876c38.996 102.902 258.881 92.071 321.705 30.33 3.249-3.25 5.416-6.5 8.665-9.749h-2.165c-12.998 0-24.915-1.083-36.829-2.167Z"
opacity=".55"
/>
<path
d="m371.554 5.272-19.499-3.25S133.253-32.64 98.592 185.078l-3.25 19.499s-1.084 6.497-1.084 16.248c31.413-27.082 68.241-42.245 106.151-37.912 95.321 12.998 178.726 172.225 148.397 258.88-3.249 7.582-6.498 14.082-10.831 20.581 64.99-1.084 188.473-24.914 214.47-185.225l3.25-19.496c-1.084 1.083 33.579-217.721-184.141-252.381Z"
/>
<path
d="M199.328 182.913c-36.829-4.333-73.657 10.83-106.153 37.912-1.082 16.246-1.082 33.577 1.083 49.825 7.584 67.157 43.328 164.645 183.058 187.391l19.498 3.249c11.914 2.167 24.914 2.167 36.828 2.167h2.166c4.333-6.5 8.666-14.082 10.832-20.581 31.411-86.655-51.993-246.965-147.312-259.963Z"
opacity=".85"
/>
</svg>
<div class="sr-only mt-3 text-lg font-medium leading-6">
Impraise (acquired by BetterUp)
</div>
</a>
<a
class="col-span-1 flex flex-col items-center justify-center hover:text-blue-600"
href="https://ixor.be"
rel="noreferrer noopener"
target="_blank"
>
<svg
aria-hidden="true"
class="h-10 sm:h-12"
fill="currentColor"
viewBox="0 0 800 640"
>
<path
d="M494.547 197a133.9 133.9 0 0 1 66.959 17.937c89.279 51.534 89.279 180.366.008 231.903-89.276 51.528-200.871-12.887-200.871-115.953C360.634 256.945 420.59 197 494.547 197Zm-.253 68.285c-51.2 0-92.719 29.373-92.719 65.602 0 36.227 41.519 65.603 92.719 65.603 51.206 0 92.732-29.376 92.732-65.603 0-36.229-41.526-65.602-92.732-65.602ZM800 203.569v76.95c-28.786 0-50.727 4.455-65.815 13.371a42.471 42.471 0 0 0-18.079 18.503v145.235h-60.275V203.576h60.275v68.07a133.284 133.284 0 0 1 30.139-46.492A75.759 75.759 0 0 1 800 203.569Zm-800 .007h60.273v254.052H0V203.576Zm292.765 254.052-43.363-58.764 35.706-51.14 75.594 109.904h-67.937Zm-112.89-254.052 70.662 98.464c11.519 16.052 11.559 37.646.1 53.742l-72.193 101.495-.249.351h-74.664l64.693-93.599c15.981-23.123 16.04-53.702.15-76.883l-57.288-83.57h68.789Zm175.679 0-70.453 102.415-35.699-51.135 37.839-51.28h68.313Z"
/>
</svg>
<div class="sr-only mt-3 text-lg font-medium leading-6">Ixor</div>
</a>
<a
class="col-span-1 flex flex-col items-center justify-center hover:text-blue-600"
href="https://lunar.be"
rel="noreferrer noopener"
target="_blank"
>
<svg
aria-hidden="true"
class="h-10 sm:h-12"
fill="currentColor"
viewBox="0 0 1493 640"
>
<path
d="M106.685 439.964C45.286 423.808.11 367.862 0 301.262-.11 221.909 63.925 157.611 143.088 157.5c29.278 0 56.581 8.797 79.275 23.854a144.47 144.47 0 0 0-36.734-4.73c-79.054.114-143.193 64.408-143.083 143.76.105 50.008 25.547 93.972 64.139 119.58Zm220.848-121.221c.113 79.353-63.92 143.647-143.089 143.757-29.272 0-56.575-8.792-79.273-23.85a144.196 144.196 0 0 0 36.733 4.727c79.053-.11 143.198-64.403 143.089-143.758-.11-49.898-25.548-93.861-64.145-119.579 61.404 16.156 106.575 72.098 106.685 138.703Zm275.739 95.217v44.863l-186.806.295-.295-298.596h55.75l.294 253.881 131.057-.443Zm211.371-158.124.294 202.546h-53.249l-.147-71.487h-.734c0 47.214-23.386 75.457-63.249 75.605-43.541 0-69.429-31.036-69.575-83.108l-.148-123.556h53.247l.147 121.057c0 27.507 14.122 43.095 37.952 43.095 26.622 0 42.36-20.296 42.36-55.01l-.149-109.435 53.251.293Zm239.464 78.84.145 123.559h-53.246l-.149-121.056c0-27.507-14.558-43.542-39.567-43.542-28.24 0-44.716 20.596-44.716 55.013l.149 109.732h-53.246l-.294-202.546h53.245l.146 71.045h.737c0-47.214 24.562-75.162 65.748-75.162 44.717-.148 70.901 30.447 71.048 82.957Zm243.29-79.428.29 202.543h-53.245l-.148-69.864h-.737c0 46.477-26.916 73.836-72.218 73.984-50.895 0-80.756-38.978-80.903-105.315-.147-66.194 29.716-105.319 80.609-105.466 45.158 0 72.223 27.36 72.369 73.399h.733L1244 255.1l53.397.148Zm-50.307 101.348c0-37.511-18.974-63.396-51.335-63.25-32.361 0-51.189 23.827-51.189 63.393 0 39.571 18.975 62.958 51.337 62.958 32.213 0 51.187-25.889 51.187-63.101Zm245.201-99.14-15.297 47.656c-8.088-4.413-18.238-7.206-28.242-7.206-31.036 0-49.57 25.444-49.57 68.247l.148 91.638h-53.247l-.294-202.543h53.247l.146 83.547h.736c0-55.304 22.947-87.665 61.189-87.665 11.77-.146 23.093 2.351 31.184 6.326Z"
/>
</svg>
<div class="sr-only mt-3 text-lg font-medium leading-6">Lunar</div>
</a>
<a
class="col-span-1 flex flex-col items-center justify-center hover:text-blue-600"
href="https://neanex.com"
rel="noreferrer noopener"
target="_blank"
>
<svg
aria-hidden="true"
class="h-10 sm:h-12"
fill="currentColor"
viewBox="0 0 1763 640"
>
<path
d="M839.861 302.926c-7.468-14.938-17.925-26.886-31.741-35.103-13.818-8.215-29.876-12.323-48.922-12.323-19.044 0-36.223 4.481-51.16 13.071-15.313 8.96-26.89 20.913-35.478 36.597-8.587 15.311-12.696 32.864-12.696 52.654 0 19.792 4.481 37.343 13.444 52.654 8.961 15.314 21.286 27.637 37.342 36.225 16.061 8.585 33.985 13.068 54.149 13.068 11.205 0 23.153-2.243 35.478-6.348 12.324-4.108 22.782-9.336 30.997-16.056 4.108-2.989 5.973-6.724 5.973-11.205 0-4.48-2.239-8.588-6.722-12.323-2.988-2.614-6.722-3.734-11.205-3.734-4.851 0-8.959 1.493-12.321 4.107-5.227 4.108-11.951 7.47-19.793 10.081-8.214 2.617-15.685 4.11-23.152 4.11-18.671 0-34.731-5.229-47.43-15.685-13.066-10.455-20.911-24.273-23.523-41.447h139.665c5.228 0 8.964-1.498 12.324-4.483 2.989-2.99 4.854-7.098 5.976-12.324 0-19.42-3.735-36.6-11.205-51.536Zm-146.388 38.838c2.991-16.43 10.085-29.502 21.286-39.212 10.831-9.708 25.395-14.935 43.691-14.564 16.059 0 29.131 4.856 39.213 14.564 10.082 9.71 16.059 22.782 18.296 39.212H693.473ZM19.419 297.699c.485 0 1.009-.036 1.494-.075.259 0 .485.075.747.075.298 0 .597-.075.933-.112.336 0 .632.112.933.112.262 0 .486-.075.745-.075.265 0 .487.075.75.075h.373c.187 0 .373-.036.561-.075.187 0 .371.075.557.075h.749c.224 0 .483-.036.708-.036.264 0 .525.036.784.036h.749c.111 0 .224-.036.336-.036.148 0 .3.036.411.036h1.121c.072 0 .185-.036.259-.036.151 0 .338.036.488.036h1.12c.221 0 .409-.036.633-.036.15 0 .337.036.487.036h246.47V258.49H124.356c-.449 0-.934.037-1.496.108-.261-.035-.522-.108-.747-.108h-11.949c-.56 0-1.156.037-1.792.108a6.805 6.805 0 0 0-1.197-.108H96.347a13.5 13.5 0 0 0-2.391.223c-.559-.115-1.117-.223-1.718-.223h-9.706c-.973 0-1.981.108-3.027.295a8.682 8.682 0 0 0-2.205-.295h-8.588c-1.161 0-2.314.145-3.509.371h-.374c-.934-.226-1.868-.371-2.84-.371h-7.095c-1.155 0-2.352.145-3.546.371h-.783a14.29 14.29 0 0 0-3.138-.371h-2.241c-.412 0-.821.037-1.233.073-.334-.036-.672-.073-1.007-.073h-5.603c-.897 0-1.794.073-2.689.223-.822-.115-1.679-.223-2.537-.223h-1.121c-.709 0-1.419.037-2.092.145-.41-.037-.821-.145-1.269-.145h-.748a17.75 17.75 0 0 0-3.995.447c-.113 0-.186.036-.299.036-.298 0-.6-.112-.933-.112-.375 0-.747.076-1.12.112-.375-.036-.748-.112-1.121-.112C8.964 258.861 0 267.448 0 278.28c0 10.457 8.59 19.419 19.419 19.419Zm551.568-30.623c-13.445-7.095-28.757-11.202-45.562-11.202-12.32 0-23.899 2.24-34.729 6.349-10.828 4.108-20.165 10.453-28.006 18.298v-4.108c0-5.602-1.867-10.082-5.229-13.443-3.36-3.362-7.843-5.23-13.442-5.23-5.23 0-9.714 1.868-13.446 5.23-3.732 3.361-5.228 7.841-5.228 13.443v183.731h37.719V336.91c0-8.964 2.24-16.806 7.092-23.902 4.858-7.094 11.579-12.695 19.794-16.801 8.592-4.11 17.926-6.349 28.008-6.349 17.551 0 31.741 5.226 42.572 15.31 10.831 10.079 16.056 25.017 16.056 45.185v110.165h37.717V349.98c0-19.795-3.733-36.972-11.575-50.789-7.469-14.189-18.298-25.018-31.741-32.115ZM1763 443.341c0-4.853-1.493-8.965-5.228-13.073l-58.629-69.831 55.641-72.449c3.362-4.107 5.228-9.334 5.228-14.562 0-4.48-1.119-8.216-4.108-11.203-2.988-2.99-6.721-4.483-11.578-4.483-5.599 0-10.08 2.241-13.441 6.35l-54.15 72.072-60.869-72.072c-3.361-4.109-7.843-6.35-13.819-6.35-5.227 0-9.333 1.493-11.949 4.483-2.615 2.987-4.108 6.723-4.108 10.829 0 4.853 1.868 9.335 5.603 13.818l60.869 71.702-56.762 71.324c-3.361 4.109-5.229 8.592-5.229 13.445 0 4.477 1.122 8.213 4.109 11.202 2.985 2.983 6.721 4.484 11.575 4.484 4.855 0 9.337-1.871 13.072-5.979l55.64-69.832 58.63 69.832c2.615 4.108 7.094 5.979 13.071 5.979 4.857 0 8.963-1.501 11.95-4.484 2.989-2.989 4.482-6.725 4.482-11.202Zm-728.206-173.652c-15.308-8.961-32.488-13.44-51.159-13.44-19.046 0-36.223 4.479-51.536 13.44-15.682 8.965-27.632 21.288-36.596 36.971-8.963 15.685-13.07 32.863-13.07 51.912 0 19.042 4.107 36.593 12.325 51.904 8.213 15.684 19.419 27.637 33.982 36.594 14.19 8.966 30.25 13.074 48.175 13.074 14.188 0 27.631-2.988 39.584-8.963 12.321-5.977 22.779-14.19 31.368-24.648v33.611h36.968V358.572c0-19.049-4.478-36.601-13.442-51.912-8.964-15.683-21.286-28.006-36.599-36.971Zm5.231 123.983c-5.604 10.458-13.447 18.671-23.526 24.646-10.085 5.973-20.916 8.962-33.239 8.962-12.322 0-23.526-2.989-33.235-8.962-10.082-5.975-17.926-14.188-23.525-24.646-5.603-10.456-8.59-22.032-8.59-35.1 0-13.073 2.987-24.647 8.59-35.479 5.599-10.458 13.443-18.672 23.525-25.02 10.085-5.976 20.913-8.963 33.235-8.963 12.323 0 23.529 2.987 33.239 8.963 10.079 5.975 17.552 14.189 23.526 25.02 5.601 10.458 8.591 22.406 8.591 35.479 0 12.697-2.99 24.644-8.591 35.1Zm484.722-125.849c-13.818-8.215-29.878-12.323-48.924-12.323-19.042 0-36.221 4.481-51.157 13.071-15.311 8.96-26.888 20.913-35.478 36.597-8.59 15.311-12.697 32.864-12.697 52.654 0 19.792 4.48 37.343 13.443 52.654 8.964 15.314 21.285 27.637 37.347 36.225 16.054 8.585 33.98 13.068 54.146 13.068 11.204 0 23.153-2.243 35.476-6.348 12.326-4.108 22.78-9.336 30.997-16.056 4.107-2.989 5.974-6.724 5.974-11.205 0-4.48-2.24-8.588-6.72-12.323-2.989-2.614-6.723-3.734-11.203-3.734-4.857 0-8.963 1.493-12.323 4.107-5.231 4.108-11.953 7.47-19.795 10.081-8.215 2.617-15.682 4.11-23.152 4.11-18.674 0-34.729-5.229-47.427-15.685-13.068-10.455-20.914-24.273-23.525-41.447h139.664c5.229 0 8.962-1.498 12.322-4.483 3.361-2.99 4.856-7.098 5.977-12.324 0-19.42-3.736-36.6-11.204-51.536-7.468-14.938-17.925-26.886-31.741-35.103Zm-114.646 73.941c2.988-16.43 10.085-29.502 21.287-39.212 11.201-9.708 25.765-14.935 43.69-14.564 16.061 0 29.129 4.856 39.213 14.564 10.083 9.71 16.057 22.782 18.296 39.212h-122.486Zm-122.115-74.688c-13.442-7.468-28.754-11.202-45.56-11.202-12.324 0-23.902 2.24-34.727 6.349-10.83 4.108-20.166 10.453-28.01 18.298v-4.108c0-5.602-1.865-10.082-5.226-13.443-3.362-3.362-7.844-5.23-13.445-5.23-5.23 0-9.708 1.868-13.445 5.23-3.733 3.361-5.227 7.841-5.227 13.443v183.731h37.718V336.91c0-8.964 2.241-16.806 7.093-23.902 4.855-7.094 11.58-12.695 19.796-16.801 8.586-4.11 17.919-6.349 28.004-6.349 17.552 0 31.742 5.226 42.572 15.31 10.831 10.079 16.06 25.017 16.06 45.185v110.165h37.717V349.98c0-19.795-3.737-36.972-11.574-50.789-7.472-14.189-18.3-25.018-31.746-32.115ZM277.837 417.198h-93.732c-.297 0-.708.038-1.156.075a1.185 1.185 0 0 0-.336-.075H109.79c-1.007 0-2.165.149-3.362.374h-1.939c-.71-.225-1.418-.374-2.168-.374h-6.349c-1.009 0-2.166.149-3.36.374H90.11a8.555 8.555 0 0 0-2.353-.374h-5.225c-1.085 0-2.203.149-3.4.374h-3.624c-.858-.225-1.754-.374-2.689-.374h-4.107c-.375 0-.744.038-1.12.075-.263 0-.486-.075-.747-.075H63.11c-.858 0-1.719.075-2.613.226a11.025 11.025 0 0 0-2.24-.226H55.27c-.599 0-1.196.038-1.83.113a10.958 10.958 0 0 0-1.533-.113h-2.613c-1.047 0-2.091.113-3.138.301a14.233 14.233 0 0 0-2.836-.301h-2.241c-.71 0-1.382.038-2.092.149-.671-.074-1.343-.149-2.018-.149h-1.493c-1.194 0-2.391.113-3.584.374a17.979 17.979 0 0 0-3.511-.374h-1.12c-.858 0-1.719.075-2.538.187-.638-.074-1.273-.187-1.944-.187h-.374c-1.381 0-2.763.187-4.071.487C8.366 418.281 0 426.533 0 436.991c0 10.455 8.59 19.417 19.419 19.417.671 0 1.342-.037 2.017-.114.336 0 .633.114.969.114.374 0 .748-.114 1.121-.114.375.039.745.114 1.12.114h.375c.222 0 .482-.075.706-.075.376.038.785.075 1.16.075h.748c.375 0 .708-.037 1.082-.075.375.038.749.075 1.16.075h.745c.187 0 .374-.037.561-.037.299 0 .597.037.934.037h1.12c.149 0 .298-.037.446-.037.224 0 .448.037.674.037h1.493c.297 0 .596-.037.859-.037.223 0 .41.037.634.037h1.494c.15 0 .3 0 .409-.037.114 0 .228.037.337.037h1.869c.15 0 .3 0 .41-.037.114 0 .225.037.337.037h1.867c.15 0 .299 0 .448-.037.112 0 .186.037.299.037h205.39c.376 0 18.671.375 19.043 0h11.581v-38.836h-2.99v-.374Zm20.913-79.166c-.521 0-.972.11-1.496.146-.483-.036-1.006-.146-1.49-.146h-.377a19.02 19.02 0 0 0-3.62.372h-.111c-.486 0-.973.111-1.457.149-.523-.038-1.007-.149-1.532-.149h-.746c-.298 0-.56.075-.821.075-.3-.037-.558-.037-.859-.037a19.236 19.236 0 0 0-3.922-.41h-1.492c-1.16 0-2.317.146-3.401.372h-.333c-.301 0-.561.038-.822.038h-.15a19.156 19.156 0 0 0-3.887-.41h-2.238c-.188 0-.338.036-.524.036-.189 0-.411-.036-.598-.036h-2.611c-1.048 0-2.056.146-3.027.372h-.861a16.877 16.877 0 0 0-3.583-.372h-3.36c-.972 0-1.903.146-2.84.372h-3.733c-1.196-.226-2.39-.372-3.509-.372h-4.481c-.823 0-1.606.11-2.394.334a16.458 16.458 0 0 0-3.208-.334h-8.965c-.634 0-1.232.11-1.829.223a16.977 16.977 0 0 0-2.651-.223h-6.348c-.749 0-1.493.146-2.204.372h-1.532c-1.194-.226-2.352-.372-3.359-.372h-7.471a4.34 4.34 0 0 0-.97.11 13.596 13.596 0 0 0-1.643-.11h-11.949c-.113 0-.261.036-.374.036-.41-.036-.785-.036-1.121-.036h-9.335c-.448 0-.895.11-1.343.259a21.15 21.15 0 0 0-2.764-.259h-35.85c-.075 0-.151.036-.226.036-.374-.036-.67-.036-.894-.036H37.343v39.208h230.412c.113 0 .224-.037.337-.037.147 0 .297.037.412.037h2.611c.112 0 .222 0 .336-.037.151 0 .296.037.411.037h2.242c.186 0 .336-.037.483-.037.225 0 .41.037.637.037h1.869c.225 0 .447-.037.671-.037.261 0 .521.037.822.037h1.493c.299 0 .56-.037.82-.037.338.037.671.037 1.047.037h1.495c.296 0 .594-.037.86-.037.332 0 .669.037 1.007.037h1.119c.486 0 .973-.037 1.419-.075.261 0 .524.075.821.075h.748c.411 0 .822-.111 1.268-.149.45.038.899.149 1.344.149h.375c.485 0 .972-.111 1.454-.149.525.038 1.009.149 1.531.149 1.421 0 2.765-.149 4.074-.447 10.157-.375 18.708-8.775 18.708-19.345 0-10.456-8.589-19.416-19.419-19.416Z"
/>
</svg>
<div class="sr-only mt-3 text-lg font-medium leading-6">Neanex</div>
</a>
<a
class="col-span-1 flex flex-col items-center justify-center hover:text-blue-600"
href="https://novemberfive.co"
rel="noreferrer noopener"
target="_blank"
>
<svg
aria-hidden="true"
class="h-10 sm:h-12"
fill="currentColor"
viewBox="0 0 1000 1000"
>
<path
d="M1000 499.834c.042 124-46 243.598-129.167 335.556a500.042 500.042 0 0 1-320.931 162.112c-123.376 12.375-246.959-21.528-346.737-95.14C103.387 828.737 34.512 720.681 9.928 599.14A499.996 499.996 0 0 1 711.305 46.846 500.002 500.002 0 0 1 960.75 305.805 497.643 497.643 0 0 1 1000 499.834ZM885.014 658.709a412.33 412.33 0 0 0 31.319-158.875 414.829 414.829 0 0 0-94.264-263.126A414.925 414.925 0 0 0 582.277 93.11a414.905 414.905 0 0 0-276.459 41.112 414.873 414.873 0 0 0-187.64 207.167 414.848 414.848 0 0 0-13.611 279.167 414.791 414.791 0 0 0 166.57 224.445 414.901 414.901 0 0 0 271.154 67.834 414.792 414.792 0 0 0 252.625-119.584 412.377 412.377 0 0 0 90.098-134.542ZM710.652 313.458h83.653V644.64a41.796 41.796 0 0 1-5.625 20.889 41.846 41.846 0 0 1-36.222 20.861 41.734 41.734 0 0 1-20.903-5.611l-104.57-60.403v65.986h-83.667V572.195l-83.666-48.347v162.514h-83.667V475.667l-83.667-48.347v259.042h-83.487V355.014a41.818 41.818 0 0 1 5.639-20.889 41.843 41.843 0 0 1 15.306-15.278 41.84 41.84 0 0 1 20.903-5.583c7.347 0 14.555 1.93 20.903 5.597l104.583 60.417v-65.986h83.487v114.167l83.666 48.347V313.292h83.667v210.722l83.667 48.32Z"
/>
</svg>
<div class="sr-only mt-3 text-lg font-medium leading-6">
November Five
</div>
</a>
<a
class="col-span-1 flex flex-col items-center justify-center hover:text-blue-600"
href="https://sigura.be"
rel="noreferrer noopener"
target="_blank"
>
<svg
aria-hidden="true"
class="h-10 sm:h-12"
fill="currentColor"
viewBox="0 0 1342 640"
>
<path
d="M231.766 191.658c0 19.279-8.336 26.57-23.96 26.57-13.526 0-23.429-5.736-23.429-26.04 0-18.752 8.846-26.572 23.429-26.572 15.114 0 23.96 5.738 23.96 26.042Zm-98.445 65.612c5.208 1.552 7.291 4.692 7.291 9.371 0 3.127-2.1 11.988-4.696 21.365-.513 3.636-3.638 5.719-6.765 5.719-3.123 0-7.291-.528-9.373-1.042-15.097-4.165-31.234-5.207-42.179-5.207-27.085 0-31.251 10.419-31.251 22.387 0 9.905 2.611 15.625 27.082 22.918l26.041 7.821c34.36 10.931 48.431 23.942 48.431 58.847 0 36.985-21.346 61.986-76.554 61.986-21.861 0-50.513-3.123-65.096-9.903C2.085 449.978 0 446.853 0 442.156c0-4.182 2.085-11.472 5.208-20.32 1.571-4.694 4.679-7.29 8.335-7.29 2.084 0 7.819 1.041 9.902 2.084 15.113 4.693 31.781 6.776 48.962 6.776 29.678 0 33.846-11.973 33.846-23.427 0-9.892-3.655-14.569-26.572-21.347l-28.655-8.334c-30.207-8.847-46.875-25.002-46.875-58.847 0-37.502 21.364-61.46 74.999-61.46 15.114 0 39.072 1.57 54.171 7.279Zm297.918 1.583c7.292 2.085 11.458 8.336 11.458 18.751v163.544c0 18.749-1.04 37.484-4.677 52.597-10.948 40.642-54.697 56.779-126.575 56.779-7.291 0-10.945-3.127-11.986-9.374-.528-5.21-1.043-13.03-1.043-16.669 0-7.29 3.655-11.472 9.905-11.985 59.889-2.598 77.596-10.929 85.419-24.472 4.679-7.822 6.247-17.71 6.247-29.168v-6.251c-9.903 6.764-26.554 8.847-44.792 8.847-54.695 0-81.25-22.917-81.25-101.571 0-86.459 28.655-109.89 89.584-109.89 25.001 0 48.447 2.085 67.71 8.862Zm575.006 6.765c9.889 10.415 13.011 26.042 13.011 53.123v103.623c0 7.309-1.04 13.541-4.165 18.239-2.594 3.654-5.72 7.292-11.973 9.375-14.583 6.249-46.873 11.457-72.916 11.457-57.805 0-69.263-30.207-69.263-64.583 0-23.958 6.251-39.054 20.833-48.958 11.972-7.805 34.375-11.971 59.377-11.971 11.459 0 26.569.512 36.459 1.553v-13.541c0-7.277-.531-16.139-2.084-21.346-3.126-8.335-9.903-13.542-34.905-13.542-11.986 0-26.571 2.099-39.584 4.694-5.207.529-12.501 2.083-15.094 2.083-3.639 0-6.252-2.083-7.294-6.249-1.569-6.249-3.125-16.139-3.125-19.792 0-5.738 2.612-8.864 7.293-10.417 19.278-6.248 43.237-9.375 63.029-9.375 32.275 0 49.471 4.169 60.401 15.627Zm-173.432-13.014c3.655 1.042 6.251 4.184 6.251 8.863 0 5.207-1.041 17.193-2.082 22.915-1.041 3.639-4.169 5.723-8.336 5.723-4.694 0-15.64-1.042-20.319-1.042-12.485 0-23.945 2.083-30.722 6.249-2.613 1.027-5.208 3.126-6.251 5.723-.528 2.081-1.571 5.737-1.571 11.457v133.334c0 6.251-3.108 10.417-8.847 10.417h-24.469c-6.25 0-8.848-3.638-8.848-10.417V293.741c0-13.54 2.598-18.75 10.415-25 11.462-8.861 44.78-18.75 72.392-18.75 10.93 0 17.708 1.044 22.387 2.613Zm-612.49 2.083c7.275 0 8.846 4.166 8.846 10.417v180.74c0 6.778-3.125 10.415-8.846 10.415h-24.486c-5.737 0-8.863-3.125-8.863-10.415V265.633c0-6.267 2.084-10.946 8.863-10.946h24.486Zm319.298.512c6.25 0 8.846 4.167 8.846 10.419v117.724c0 10.417.513 20.832 2.598 26.04 3.125 8.848 13.026 13.015 31.25 13.015 18.22 0 29.148-2.083 35.928-4.167 2.614-.528 5.722-2.611 7.293-4.696 1.553-2.083 2.595-6.248 2.595-11.457V265.618c0-5.738 2.598-10.419 8.849-10.419h24.487c5.72 0 8.845 3.654 8.845 10.419v157.806c0 13.54-5.193 20.833-13.015 25.001-22.915 10.415-57.29 12.498-82.29 12.498-42.709 0-58.335-10.418-64.072-26.557-3.637-10.942-4.679-27.08-4.679-44.791V265.618c0-5.738 2.067-10.419 8.846-10.419h24.519ZM317.167 358.325c0 45.322 8.863 64.586 41.154 64.586 13.03 0 26.571-1.027 35.946-5.722 2.612-1.553 5.209-3.655 6.25-6.25.531-1.557 1.041-5.208 1.041-8.334V304.16c0-7.277-2.082-10.419-5.721-11.972-6.25-2.613-19.26-3.655-29.166-3.655-42.71 0-50 19.263-49.504 69.792Zm591.707 16.137c-5.739 3.639-8.334 9.38-8.334 20.835 0 18.237 6.249 30.738 34.375 30.738 16.137 0 27.611-2.611 34.375-5.21 3.124-1.569 5.72-4.18 6.25-6.777 1.026-3.638 1.555-8.335 1.555-13.543v-31.249c-8.35-.511-21.362-1.553-31.782-1.553-18.749 0-30.207 2.081-36.439 6.759Zm310.401-14.87c14.072-2.085 53.64-11.459 109.379-43.752 1.553-.511 2.082.515 2.082 1.556-8.334 14.07-42.71 59.375-111.461 44.262-1.042.017-1.042-2.066 0-2.066Zm-71.363-73.959c17.711-2.596 93.753-18.75 184.906-74.999 1.557-.531 2.597 0 2.597.526l5.738 11.972c.528 2.085.528 4.167-.529 6.252-9.888 13.012-53.125 63.027-139.584 120.834-2.599 1.554-5.738 2.083-8.335 0-10.943-7.293-36.986-27.085-47.405-61.46-1.024 0 .547-2.082 2.612-3.125Zm138.034-119.81c2.594 1.571 5.733 2.595 8.331 4.169 2.083 1.554 2.083 3.653.529 5.208-41.667 39.071-96.875 79.183-151.043 101.57-2.084 1.058-4.167-.512-4.167-2.593 0-4.17-.527-8.336-.527-13.544 0-10.929 2.61-21.347 5.207-30.723.527-.526 1.554-2.082 2.082-2.082 33.864-9.903 84.376-28.638 137.503-61.458.528-1.044 2.085-1.044 2.085-.547Z"
/>
</svg>
<div class="sr-only mt-3 text-lg font-medium leading-6">Sigura</div>
</a>
<a
class="col-span-1 flex flex-col items-center justify-center hover:text-blue-600"
href="https://yoursurprise.com"
rel="noreferrer noopener"
target="_blank"
>
<svg
aria-hidden="true"
class="h-10 sm:h-12"
fill="currentColor"
viewBox="0 0 2700 640"
>
<path
d="M946.229 228.319h-29.592c-18.445-.109-33.481 14.753-33.592 33.194v67.983h129.53v-39.51c-18.756-20.076-45.949-38.912-66.346-61.667Zm192.358.004h-29.395c-20.434 22.795-47.667 41.632-66.423 61.747v39.31H1172.1v-67.986c-.156-18.371-15.14-33.158-33.513-33.071Zm-25.634-71.389c-2.494-22.53-21.6-39.547-44.271-39.432a46.277 46.277 0 0 0-40.99 26.875v.201-.201a46.362 46.362 0 0 0-40.991-26.875c-22.764-.239-42.008 16.81-44.51 39.432 0 1.48-.199 2.959-.199 4.48 0 53.348 66.305 78.583 85.5 114.134 19.275-35.432 85.461-60.786 85.461-114.134v-4.48Zm-229.908 202.32v68.265c.111 18.442 15.147 33.305 33.592 33.191h95.976V359.254H883.045Zm159.724 0V460.71h95.978c18.419.09 33.426-14.771 33.512-33.191v-68.27h-129.49v.005Zm343.762-80.542-21.875 33.632a112.011 112.011 0 0 0-53.626-14.077c-13.277 0-24.236 4.279-24.236 13.676 0 11.359 14.077 16.837 34.034 23.077 34.031 10.558 69.623 23.994 69.623 63.984 0 39.112-31.673 62.987-85.26 62.987-31.714 0-61.427-6.28-83.982-24.275l15.996-37.952c20.756 14.477 47.351 19.196 65.347 19.196 17.995 0 28.952-4.719 28.952-15.676 0-10.958-17.197-16.396-37.95-22.276-29.835-8.916-65.825-22.914-65.825-62.025 0-39.11 31.272-62.866 81.18-62.866a137.35 137.35 0 0 1 77.622 22.595Zm225.709 5.396v169.445a82.337 82.337 0 0 1-32.471 8.238c-15.637 0-25.034-12.917-26.194-31.313a69.062 69.062 0 0 1-60.227 31.313c-43.99 0-69.264-27.393-69.264-74.343V264.115a82.598 82.598 0 0 1 32.472-7.998c17.996 0 27.995 11.757 27.995 28.192v92.181c0 23.076 9.798 37.191 28.194 37.191 24.235 0 38.712-14.115 38.712-54.788v-94.778a82.658 82.658 0 0 1 32.633-7.998c17.995 0 28.15 11.638 28.15 27.991Zm188.96-21.473-17.596 53.467a45.685 45.685 0 0 0-24.674-7.037c-25.035 0-40.67 16.796-40.67 65.705v83.102h-60.627V264.115a82.464 82.464 0 0 1 32.471-7.998c16.398 0 26.196 14.075 26.196 34.431 14.477-25.433 34.432-34.431 54.787-34.431a77.59 77.59 0 0 1 30.113 6.518Zm221.391 89.98c0 68.865-40.67 109.176-109.136 109.176-7.437 0-17.996-.401-29.353-.799v87.06h-60.627V264.115a82.602 82.602 0 0 1 32.473-7.998c15.637 0 25.034 12.517 26.193 31.312 16.837-23.472 40.714-31.312 64.548-31.312 45.789 0 75.902 35.991 75.902 96.498Zm-61.428 0c0-30.512-12.874-48.869-36.751-48.869-23.874 0-40.31 14.076-40.31 55.548v57.108c8.997.399 16.835.399 23.474.399 33.192 0 53.587-23.474 53.587-64.186Zm242.549-89.98-17.599 53.467a45.53 45.53 0 0 0-24.633-7.037c-25.075 0-40.71 16.796-40.71 65.705v83.102h-60.628V264.115a82.589 82.589 0 0 1 32.595-7.998c16.435 0 26.193 14.075 26.193 34.431 14.476-25.433 34.431-34.431 54.786-34.431a77.64 77.64 0 0 1 29.996 6.518Zm18.356-65.705c0-20.356 12.918-31.673 33.67-31.673 20.756 0 33.633 11.317 33.633 31.673 0 20.357-12.917 32.473-33.633 32.473-20.714 0-33.67-11.719-33.67-32.473Zm3.999 260.942h60.666V260.116h-60.749l.083 197.756Zm260.061-179.16-21.875 33.632a112.016 112.016 0 0 0-53.628-14.077c-13.277 0-24.235 4.279-24.235 13.676 0 11.359 14.079 16.837 34.034 23.077 34.031 10.558 69.624 23.994 69.624 63.984 0 39.112-31.674 62.987-85.261 62.987-31.715 0-61.427-6.28-83.982-24.275l15.995-37.952c20.757 14.477 47.351 19.196 65.347 19.196 17.996 0 28.954-4.719 28.954-15.676 0-10.958-17.198-16.396-37.952-22.276-29.714-8.598-65.706-22.713-65.706-61.824 0-39.113 31.153-63.067 81.224-63.067a137.326 137.326 0 0 1 77.461 22.595Zm189.358 122.053 23.996 37.951a152.298 152.298 0 0 1-83.983 23.075c-62.186 0-98.978-36.393-98.978-98.217 0-67.267 38.75-107.578 104.857-107.578 49.668 0 78.622 25.035 78.622 66.107 0 39.51-36.393 62.984-97.016 62.984-8.598 0-17.198-.758-25.797-1.557 4.28 20.753 17.199 32.872 42.633 32.872a99.258 99.258 0 0 0 55.666-15.637Zm-99.976-51.268c8.996.799 17.995 1.198 26.233 1.198 25.034 0 39.11-9.398 39.11-25.833 0-13.317-9.397-21.916-25.832-21.916-21.716 0-36.194 17.154-39.312 46.551h-.199ZM203.714 264.995l-76.702 213.991c-14.477 40.671-43.03 69.066-71.184 72.744l-24.634-38.711c17.194-2.719 38.709-20.714 46.55-45.79l3.998-11.997c-9.758-3.519-16.396-10.957-20.715-22.274L0 264.995a81.937 81.937 0 0 1 34.712-8.878c14.837 0 29.315 5.876 36.352 27.991l20.357 64.548 14.475 61.826 14.477-61.785 26.193-92.58 57.148 8.878Zm11.717 93.898c0-64.545 38.711-102.776 105.218-102.776 66.504 0 105.615 38.351 105.615 102.897 0 64.544-39.111 102.897-105.615 102.897-66.507 0-105.218-38.471-105.218-103.018Zm149.408 0c0-34.43-16.396-55.188-43.99-55.188s-43.71 20.758-43.71 55.188c0 34.434 16.436 54.746 43.989 54.746 27.555 0 43.711-20.312 43.711-54.746Zm284.776-74.785v169.445a83.012 83.012 0 0 1-32.552 8.238c-15.636 0-25.036-12.917-26.195-31.313a69.058 69.058 0 0 1-60.226 31.313c-43.991 0-69.263-27.393-69.263-74.343V264.115a83.194 83.194 0 0 1 32.552-7.998c17.997 0 27.993 11.716 27.993 27.991v92.382c0 23.076 9.797 37.149 28.195 37.149 24.233 0 38.712-14.073 38.712-54.746v-94.778a83.245 83.245 0 0 1 32.631-7.998c17.995 0 28.153 11.596 28.153 27.991Zm188.96-21.473-17.557 53.467a45.726 45.726 0 0 0-24.675-7.076c-25.035 0-40.671 16.835-40.671 65.744v83.102h-60.665V264.115a83.244 83.244 0 0 1 32.472-7.998c16.436 0 26.196 14.075 26.196 34.431 14.475-25.433 34.43-34.431 54.786-34.431a76.946 76.946 0 0 1 30.114 6.518Z"
/>
</svg>
<div class="sr-only mt-3 text-lg font-medium leading-6">
YourSurprise
</div>
</a>
</div>
</div>
</div>
</body>
</html>