-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
693 lines (633 loc) · 98.2 KB
/
Copy pathindex.html
File metadata and controls
693 lines (633 loc) · 98.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- fontawesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<!-- css file -->
<link rel="stylesheet" href="css/style.css" />
<title>PLOYPANE</title>
<link rel="icon" href="img/images-removebg-preview.png" type="image/icon type">
</head>
<body>
<nav class="navbar">
<ul class="menu">
<!-- 1st item -->
<li class="logo"><a href="#"> <img src="img/images-removebg-preview.png" width="30px" height="30px" alt=""></a> <a href="#"><h1>PloyPane</h1></a></li>
<!-- 2nd item -->
<li class="item has-submenu">
<a tabindex="0">Features <i class="fa-solid fa-caret-down"></i></a>
<ul class="submenu features">
<li class="subitem"><a href="#">Resopnsive Design</a></li>
<li class="subitem"><a href="#">Accessibility</a></li>
<li class="subitem"><a href="#">Site Quality</a></li>
<li class="subitem"><a href="#">Portal</a></li>
</ul> </li>
<!-- 3rd item -->
<li class="item"><a href="#">Docs</a></li>
<!-- 4th item -->
<li class="item has-submenu">
<a tabindex="0">Customers <i class="fa-solid fa-caret-down"></i></a>
<ul class="submenu customer">
<li class="subitem"><a href="#">Testimonials</a></li>
<li class="subitem"><a href="#">Case Stuides</a></li>
<li class="subitem"><a href="#">Accolades</a></li>
</ul> </li>
<!-- 5th item -->
<li class="item"><a href="#">Blog</a></li>
<!-- 6th item -->
<li class="item"><a href="#">Pricing</a></li>
<!-- 8th item notification bar -->
<li class="item"><a href="#"><i class="fa-regular fa-bell"></i></a></li>
<!-- 9th item profile logo -->
<li class="item"><a href="#"><i class="fa-regular fa-user"></i></a></li>
<!-- 10th item -->
<li class="item button"><a href="#"><button class="button-64" role="button"><span class="text">Try for Free</span></button></a></li>
<!-- div for responsive mobile -->
<div class="mobileres">
<!-- 7th item -->
<li class="item-search"><a href="#"> <i class="fa-solid fa-magnifying-glass"></i></a></li>
<!-- humburger menu -->
<li class="toggle"><a href="#"><i class="fa-solid fa-bars"></i></a></li>
</div>
</ul>
</nav>
<!-- hero section after nav bar -->
<div class="herosection">
<!-- icons hero section -->
<div class="svgicon">
<svg viewBox="0 0 402 97" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.30562" y="29.3615" width="57" height="66" rx="5" transform="rotate(-5.22773 1.30562 29.3615)" stroke="#415377" stroke-width="2"></rect>
<path d="M44.4633 52.2066C44.0055 45.848 38.3921 40.9886 32.0335 41.4464C25.6283 41.9075 20.8156 47.5176 21.2734 53.8762C21.7345 60.2815 27.2979 65.0975 33.7032 64.6364C40.0617 64.1786 44.9245 58.6119 44.4633 52.2066ZM31.9568 59.3105C31.6965 59.6112 31.1822 59.6483 30.8815 59.3879L25.669 54.8756C25.3683 54.6153 25.3312 54.101 25.5916 53.8003L26.5928 52.6942C26.8498 52.3468 27.3173 52.3131 27.6214 52.6202L31.1766 55.654L37.6848 48.136C37.9417 47.7885 38.4093 47.7548 38.7134 48.0619L39.8628 49.0131C40.1635 49.2734 40.2005 49.7877 39.9402 50.0884L31.9568 59.3105Z" fill="#58B993"></path>
<circle cx="35.2352" cy="81.9207" r="3.56794" transform="rotate(-5.22773 35.2352 81.9207)" stroke="#415377" stroke-width="2"></circle>
<path opacity="0.2" d="M78.2045 50.5475C78.2045 50.5475 91.8311 46.7054 102.975 45.8487C114.118 44.992 127.745 47.1499 127.745 47.1499" stroke="#415377" stroke-width="2"></path>
<rect x="142.401" y="1" width="129.656" height="94" rx="5" stroke="#415377" stroke-width="2"></rect>
<path d="M227.243 54.0414C227.243 43.4164 218.493 34.6664 207.868 34.6664C197.165 34.6664 188.493 43.4164 188.493 54.0414C188.493 64.7445 197.165 73.4164 207.868 73.4164C218.493 73.4164 227.243 64.7445 227.243 54.0414ZM205.603 64.3539C205.134 64.8226 204.274 64.8226 203.806 64.3539L195.681 56.2289C195.212 55.7601 195.212 54.9008 195.681 54.432L197.478 52.7133C197.946 52.1664 198.728 52.1664 199.196 52.7133L204.743 58.182L216.462 46.4633C216.931 45.9164 217.712 45.9164 218.181 46.4633L219.978 48.182C220.446 48.6508 220.446 49.5101 219.978 49.9789L205.603 64.3539Z" fill="#58B993"></path>
<line x1="142.745" y1="13.9375" x2="272.057" y2="13.9375" stroke="#415377" stroke-width="2"></line>
<path opacity="0.2" d="M287.362 44.7053C287.362 44.7053 301.509 44.1583 312.544 45.9329C323.579 47.7074 336.322 52.9939 336.322 52.9939" stroke="#415377" stroke-width="2"></path>
<rect x="364.64" y="22.8397" width="37" height="66" rx="5" transform="rotate(12.255 364.64 22.8397)" stroke="#415377" stroke-width="2"></rect>
<path d="M382.274 62.7157C383.145 58.556 380.437 54.4126 376.278 53.5411C372.087 52.6631 367.975 55.3773 367.103 59.537C366.225 63.7273 368.909 67.8336 373.099 68.7116C377.259 69.5832 381.396 66.9059 382.274 62.7157ZM372.955 64.9778C372.733 65.1229 372.397 65.0524 372.252 64.8304L369.738 60.983C369.592 60.761 369.663 60.4246 369.885 60.2795L370.729 59.754C370.958 59.5784 371.264 59.6425 371.402 59.895L373.125 62.491L378.674 58.8645C378.903 58.6888 379.209 58.7529 379.347 59.0055L379.91 59.8257C380.055 60.0477 379.984 60.3842 379.762 60.5292L372.955 64.9778Z" fill="#58B993"></path>
<rect x="369.23" y="29.9765" width="7" height="7" rx="3.5" transform="rotate(12.255 369.23 29.9765)" stroke="#415377" stroke-width="2"></rect>
</svg>
</div>
<!-- content of hero section -->
<h1>the browser for <span class="text-style-color">ambitious</span> web <span id="space">developers</span> </h1>
<p>a stand-alone browser with everything you need to build responsive , accessible and performant websites and web app </p>
<!-- call to action section-->
<div class="call-to-action-section">
<!-- call to actions buttoms -->
<div class="call-to-action-buttoms">
<a href="#"><button class="button-64" role="button"><span class="text">Try for Free</span></button></a>
<i>no credit card needed</i>
</div>
<div class="operating-systems-icons">
<svg class="Platforms-styles-module--platforms--dnymF" width="131" height="41" viewBox="0 0 131 41" fill="none" xmlns="http://www.w3.org/2000/svg" data-tip="Available for Windows, macOS and Linux" currentItem="false">
<path d="M0 7.34375V19.2188H14.2969V5.39062L0 7.34375ZM0 32.7344L14.2969 34.6875V21.0156H0V32.7344ZM15.8594 34.9219L35 37.5V21.0156H15.8594V34.9219ZM15.8594 5.15625V19.2188H35V2.5L15.8594 5.15625Z" fill="#2c82ad"></path>
<path d="M75.4688 19.0156C75.4688 16.125 76.7969 14.0156 79.375 12.375C77.8906 10.2656 75.7031 9.17188 72.8125 8.9375C70 8.70312 66.9531 10.5 65.8594 10.5C64.6875 10.5 62.0312 9.01562 59.9219 9.01562C55.5469 9.09375 50.9375 12.4531 50.9375 19.4062C50.9375 21.4375 51.25 23.5469 52.0312 25.7344C53.0469 28.625 56.6406 35.6562 60.3906 35.5C62.3438 35.5 63.75 34.0938 66.3281 34.0938C68.8281 34.0938 70.0781 35.5 72.2656 35.5C76.0938 35.5 79.375 29.0938 80.3125 26.2031C75.2344 23.7812 75.4688 19.1719 75.4688 19.0156ZM71.0938 6.20312C73.2031 3.70312 72.9688 1.35938 72.9688 0.5C71.0938 0.65625 68.9062 1.82812 67.6562 3.23438C66.25 4.79688 65.4688 6.75 65.625 8.85938C67.6562 9.01562 69.5312 8 71.0938 6.20312Z" fill="#2c82ad"></path>
<path d="M113.438 9.6875C113.516 9.6875 113.594 9.76562 113.672 9.76562C113.75 9.76562 113.906 9.76562 113.906 9.6875C113.906 9.60938 113.75 9.53125 113.672 9.45312C113.516 9.375 113.359 9.375 113.281 9.45312C113.203 9.45312 113.203 9.53125 113.203 9.53125C113.203 9.60938 113.359 9.60938 113.438 9.6875ZM111.719 9.76562C111.875 9.76562 111.875 9.6875 111.953 9.6875C112.109 9.60938 112.266 9.60938 112.266 9.53125C112.266 9.53125 112.266 9.45312 112.188 9.45312C112.109 9.375 111.953 9.375 111.797 9.45312C111.719 9.53125 111.484 9.60938 111.562 9.6875C111.562 9.76562 111.641 9.84375 111.719 9.76562ZM129.062 31.5625C128.75 31.25 128.594 30.7031 128.438 30.0781C128.359 29.375 128.125 28.75 127.656 28.2812C127.578 28.2031 127.422
28.125 127.344 28.0469C127.266 27.9688 127.109 27.9688 127.031 27.8906C127.734 25.7812 127.422 23.6719 126.719 21.7188C125.859 19.375 124.297 17.3438 123.125 15.9375C121.719 14.2188 120.469 12.6562 120.469 10.3125C120.547 6.71875 120.859 0.078125 114.531 0C106.562 0 108.594 8.125 108.438 10.625C108.359 12.4219 107.969 13.8281 106.719 15.625C105.234 17.4219 103.125 20.2344 102.188 23.2031C101.719 24.6094 101.484 26.0156 101.719 27.3438C101.172 27.8125 100.781 28.5156 100.391 28.9844C100.078 29.2969 99.6094 29.375 99.0625 29.6094C98.5156 29.7656 97.9688 30.0781 97.6562 30.7031C97.4219 31.0156 97.4219 31.3281 97.4219 31.7188C97.4219 32.0312 97.4219 32.3438 97.5 32.6562C97.5781 33.2812 97.6562 33.8281 97.5781 34.2188C97.1875
35.3906 97.1094 36.1719 97.4219 36.7188C97.6562 37.2656 98.2812 37.5781 98.9844 37.6562C100.312 37.9688 102.109 37.8906 103.594 38.6719C105.156 39.4531 106.719 39.7656 107.969 39.4531C108.828 39.2969 109.609 38.75 110 37.8906C110.938 37.8906 112.031 37.5 113.75 37.3438C114.922 37.2656 116.406
37.8125 118.047 37.7344C118.125 37.8906 118.203 38.0469 118.281 38.2031C118.906 39.5312 120.078 40.1562 121.406 40C122.734 39.9219 124.062 39.1406 125.156 37.8125C126.25 36.5625 127.969 36.0156 129.141 35.3125C129.766 35 130.234 34.5312 130.234 33.9062C130.234 33.2812 129.922 32.5781 129.062 31.5625ZM113.672 6.875C114.453 5.15625 116.328 5.15625 117.109 6.79688C117.656 7.96875 117.422 9.21875 116.797 10C116.641 9.92188 116.328 9.76562 115.781 9.60938C115.859 9.53125 116.016 9.375 116.094 9.21875C116.484 8.28125 116.094 7.10938 115.391 7.10938C114.844 7.03125 114.297 7.96875 114.453 8.90625C114.141 8.75 113.75 8.59375 113.438 8.59375C113.359 8.04688 113.438 7.42188 113.672 6.875ZM110.547 5.9375C111.328 5.9375 112.109 7.03125 112.031
8.59375C111.719 8.67188 111.484 8.75 111.172 8.90625C111.328 8.20312 110.938 7.34375 110.469 7.42188C109.766 7.42188 109.688 9.0625 110.312 9.60938C110.391 9.6875 110.469 9.60938 109.844 10C108.672 8.90625 109.062 5.9375 110.547 5.9375ZM109.453 10.7031C109.922 10.3125 110.547 9.92188 110.547 9.84375C110.938 9.53125 111.641 8.75 112.734 8.75C113.281 8.75 113.984 8.98438 114.766 9.45312C115.234 9.76562 115.625 9.84375 116.484 10.1562C117.188 10.4688 117.578 10.9375 117.344 11.6406C117.109 12.1875 116.484 12.7344 115.547 13.0469C114.688 13.2812 113.984 14.2969 112.578 14.2188C112.266 14.1406 112.031 14.1406 111.797 14.0625C111.172 13.75 110.859 13.2031 110.234 12.8906C109.609 12.5 109.219 12.0312 109.141 11.6406C108.984 11.25 109.141 10.9375 109.453 10.7031ZM109.688
36.7969C109.531 39.5312 106.25 39.4531 103.828 38.2031C101.484 36.9531 98.4375 37.6562 97.8125 36.4844C97.6562 36.0938 97.6562 35.4688 98.0469 34.4531V34.375C98.2031 33.8281 98.125 33.125 97.9688 32.5781C97.8906 31.9531 97.8906 31.4062 98.0469 31.0156C98.3594 30.4688 98.75 30.2344 99.2188 30.0781C100 29.8438 100.156 29.8438 100.781 29.2969C101.172 28.9062 101.484 28.2812 101.875 27.8906C102.266 27.5 102.656 27.2656 103.281 27.3438C103.906 27.5 104.453 27.8906 105 28.5938L106.484 31.4062C107.266 32.9688 109.844 35.1562 109.688 36.7969ZM109.609 34.7656C109.297 34.2188 108.828 33.6719 108.438 33.2031C109.062 33.2031 109.609 33.0469 109.766 32.5781C109.922 32.0312 109.766 31.4062 109.219 30.625C108.125 29.1406 106.172 28.0469 106.172 28.0469C105.156 27.4219 104.531 26.5625 104.297
25.7031C103.984 24.8438 104.062 23.9062 104.297 22.9688C104.688 21.1719 105.703 19.4531 106.406 18.3594C106.562 18.2031 106.484 18.5938 105.703 20C105.078 21.25 103.828 24.1406 105.469 26.4062C105.547 24.7656 105.938 23.125 106.562 21.6406C107.5 19.4531 109.531 15.7812 109.688 12.8125C109.766 12.8906 110 13.0469 110.156 13.125C110.469 13.3594 110.781 13.6719 111.094 13.9062C112.109 14.6875 113.359 14.6094 114.453 13.9844C114.922 13.75 115.312 13.4375 115.703 13.2812C116.484 13.0469 117.031 12.6562 117.422 12.1094C118.047 14.5312 119.453 17.9688 120.312 19.6094C120.781 20.5469 121.719 22.4219 122.188 24.6875C122.422 24.6875 122.734 24.6875 123.047 24.7656C124.062 21.9531 122.109 18.9844 121.172 18.125C120.859 17.8125 120.781 17.6562 121.016 17.6562C121.953 18.5156 123.281 20.2344
123.75 22.2656C123.984 23.125 123.984 24.0625 123.75 25C125.078 25.5469 126.562 26.4062 126.172 27.7344C126.016 27.7344 125.938 27.7344 125.859 27.7344C126.094 26.9531 125.547 26.4062 124.062 25.7031C122.5 25.0781 121.25 25.0781 121.094 26.7188C120.156 27.0312 119.609 27.8125 119.375 28.8281C119.219 29.6875 119.141 30.7812 119.062 31.9531C118.984 32.5781 118.75 33.3594 118.516 34.2188C116.016 36.0156 112.5 36.7969 109.609 34.7656ZM129.688 33.9062C129.609 35.1562 126.484 35.3906 124.766 37.5C123.75 38.75 122.5 39.375 121.328 39.5312C120.234 39.6094 119.297 39.1406 118.75 37.9688C118.359 37.1094 118.516 36.1719 118.828 35.1562C119.141 34.0625 119.531 32.8906 119.609 31.9531C119.688 30.7812 119.688 29.7656 119.922 28.9844C120.156 28.125 120.469 27.5781 121.016 27.3438C121.016 27.2656
121.016 27.2656 121.094 27.2656C121.094 28.2812 121.641 29.375 122.5 29.6094C123.516 29.8438 124.922 28.9844 125.547 28.2812C126.25 28.2812 126.797 28.2031 127.266 28.6719C128.047 29.375 127.891 31.0938 128.672 31.9531C129.453 32.8906 129.766 33.4375 129.688 33.9062ZM109.766 11.6406C109.922 11.7969 110.156 12.0312 110.391 12.1875C110.859 12.5781 111.641 13.0469 112.5 13.0469C113.438 13.0469 114.297 12.5781 115 12.1875C115.391 11.9531 115.859 11.6406 116.172 11.4062C116.484 11.0938 116.641 10.8594 116.406 10.8594C116.172 10.8594 116.172 11.0938 115.938 11.25C115.547 11.4844 115.156 11.875 114.844 12.0312C114.297 12.3438 113.281 12.8125 112.5 12.8125C111.719 12.8125 111.016 12.4219 110.547 12.0312C110.312 11.875 110.078 11.6406 109.922 11.5625C109.844 11.4062 109.844 11.1719 109.609
11.1719C109.531 11.1719 109.453 11.4062 109.766 11.6406Z" fill="#2c82ad"></path>
</svg>
</div>
</div>
</div>
<!-- 3rd hero section logos brands -->
<div class="brand-styles-logos">
<!-- shopify logo -->
<svg width="100" height="28" style="margin-top:-0.2em;filter:saturate(0)" viewBox="0 0 215 61" fill="none"><path d="M46.3758 11.5534C46.3342 11.2504 46.0695 11.0823 45.8498 11.064C45.6318 11.0457 41.3604 10.9808 41.3604 10.9808C41.3604 10.9808 37.7881 7.51175 37.4352 7.15885C37.0824 6.80596 36.3932 6.91249 36.1252 6.99239C36.1219 6.99406 35.4544 7.20047 34.3308 7.54837C34.1427 6.93913 33.8663 6.19005 33.4718 5.43765C32.2001 3.01066 30.3374 1.72725 28.0868 1.72393C28.0835 1.72393 28.0818 1.72393 28.0785 1.72393C27.922 1.72393 27.7672 1.73891 27.6108 1.75222C27.5442 1.67232 27.4776 1.59409 27.4077 1.51751C26.4272 0.468815 25.1705 -0.0422181 23.664 0.00272613C20.7576 0.0859563 17.8629 2.18502 15.5158 5.91373C13.8645 8.53714 12.6077 11.8331 12.2515 14.3849C8.91395 15.4186 6.58017 16.141 6.52857 16.1577C4.84399 16.687 4.79073 16.7386 4.571 18.3267C4.40787 19.5268 0 53.6113 0 53.6113L36.9392 60L52.9493 56.0199C52.9493 56.0199 46.4174 11.8564 46.3758 11.5534ZM32.4814 8.12099C31.6308 8.384 30.6636 8.68363 29.6149 9.00823C29.5933 7.53672 29.4185 5.48926 28.7327 3.71978C30.9383 4.1376 32.0236 6.63284 32.4814 8.12099ZM27.6823 9.60748C25.7464 10.2067 23.634 10.8609 21.515 11.5168C22.1109 9.23461 23.2412 6.96243 24.6295 5.47261C25.1455 4.9183 25.8679 4.30073 26.7235 3.94783C27.5275 5.62575 27.7023 8.00114 27.6823 9.60748ZM23.7222 1.93699C24.4047 1.92201 24.979 2.07183 25.4701 2.39476C24.6844 2.80259 23.9253 3.38853 23.2129 4.15258C21.3668 6.13346 19.9519 9.20798 19.3876 12.1743C17.6281 12.7186 15.9069 13.253 14.3222 13.7424C15.3227 9.07315 19.2361 2.06683 23.7222 1.93699Z" fill="#95BF47"></path>
<path d="M45.8514 11.0657C45.6334 11.0474 41.362 10.9825 41.362 10.9825C41.362 10.9825 37.7898 7.51344 37.4369 7.16055C37.3054 7.02904 37.1273 6.96079 36.9408 6.9325L36.9425 59.9984L52.951 56.02C52.951 56.02 46.4191 11.8581 46.3775 11.5551C46.3358 11.2521 46.0695 11.084 45.8514 11.0657Z" fill="#5E8E3E"></path>
<path d="M28.0668 19.2972L26.2075 26.2535C26.2075 26.2535 24.1334 25.3097 21.6748 25.4645C18.0692 25.6926 18.0309 27.9664 18.0676 28.5374C18.264 31.6485 26.4488 32.3277 26.9083 39.6153C27.2695 45.3482 23.867 49.27 18.9648 49.5796C13.0804 49.9508 9.84109 46.4801 9.84109 46.4801L11.0879 41.1767C11.0879 41.1767 14.3488 43.637 16.9589 43.4722C18.6635 43.364 19.2727 41.9774 19.2111 40.9969C18.9548 36.9386 12.2897 37.1783 11.8686 30.5099C11.514 24.8986 15.1995 19.2123 23.331 18.6996C26.4638 18.4982 28.0668 19.2972 28.0668 19.2972Z" fill="white"></path>
<path d="M74.0322 33.8637C72.1913 32.8648 71.2452 32.0228 71.2452 30.8654C71.2452 29.3927 72.5594 28.4466 74.6117 28.4466C77.0007 28.4466 79.1338 29.4455 79.1338 29.4455L80.8162 24.291C80.8162 24.291 79.2692 23.0808 74.7157 23.0808C68.379 23.0808 63.9873 26.7097 63.9873 31.8114C63.9873 34.704 66.0379 36.9131 68.7736 38.4898C70.9827 39.7512 71.7719 40.6461 71.7719 41.9603C71.7719 43.3274 70.6674 44.4319 68.6168 44.4319C65.5607 44.4319 62.6747 42.8535 62.6747 42.8535L60.8867 48.008C60.8867 48.008 63.5531 49.7961 68.0389 49.7961C74.5605 49.7961 79.2412 46.5881 79.2412 40.8029C79.2395 37.7023 76.8736 35.4932 74.0322 33.8637Z" fill="black"></path>
<path d="M100.013 23.0296C96.8048 23.0296 94.2804 24.5552 92.3355 26.8683L92.2298 26.8154L95.0167 12.2484H87.7588L80.7122 49.3239H87.9701L90.3889 36.6506C91.3349 31.8643 93.8065 28.9205 96.1213 28.9205C97.7508 28.9205 98.3832 30.025 98.3832 31.6034C98.3832 32.6023 98.2775 33.8125 98.0678 34.8114L95.3337 49.3256H102.592L105.431 34.3375C105.747 32.7591 105.958 30.8671 105.958 29.604C105.955 25.5012 103.799 23.0296 100.013 23.0296Z" fill="black"></path>
<path d="M122.363 23.0296C113.632 23.0296 107.849 30.9183 107.849 39.7001C107.849 45.3268 111.319 49.849 117.841 49.849C126.413 49.849 132.198 42.1717 132.198 33.1785C132.198 27.9728 129.147 23.0296 122.363 23.0296ZM118.787 44.2767C116.315 44.2767 115.263 42.1733 115.263 39.5432C115.263 35.3892 117.42 28.6052 121.364 28.6052C123.941 28.6052 124.781 30.8142 124.781 32.9705C124.781 37.4398 122.627 44.2767 118.787 44.2767Z" fill="black"></path>
<path d="M150.762 23.0296C145.863 23.0296 143.083 27.3421 143.083 27.3421H142.979L143.4 23.4506H136.984C136.669 26.0807 136.089 30.0762 135.512 33.0745L130.463 59.6313H137.721L139.718 48.9029H139.877C139.877 48.9029 141.366 49.849 144.137 49.849C152.656 49.849 158.23 41.12 158.23 32.2837C158.23 27.395 156.073 23.0296 150.762 23.0296ZM143.82 44.3807C141.936 44.3807 140.821 43.329 140.821 43.329L142.031 36.545C142.873 32.0228 145.239 29.0245 147.764 29.0245C149.973 29.0245 150.656 31.0751 150.656 33.0217C150.656 37.7023 147.869 44.3807 143.82 44.3807Z" fill="black"></path>
<path d="M168.59 12.6166C166.277 12.6166 164.436 14.4575 164.436 16.8234C164.436 18.9797 165.803 20.4524 167.854 20.4524H167.959C170.221 20.4524 172.166 18.9268 172.219 16.2456C172.219 14.1421 170.799 12.6166 168.59 12.6166Z" fill="black"></path>
<path d="M158.441 49.3239H165.697L170.642 23.6091H163.331L158.441 49.3239Z" fill="black"></path>
<path d="M189.101 23.5563H184.052L184.314 22.3461C184.735 19.8745 186.208 17.6654 188.627 17.6654C189.918 17.6654 190.94 18.0336 190.94 18.0336L192.36 12.3541C192.36 12.3541 191.098 11.7234 188.415 11.7234C185.838 11.7234 183.263 12.4597 181.316 14.1421C178.844 16.2456 177.687 19.295 177.109 22.3461L176.9 23.5563H173.533L172.481 29.0262H175.848L172.009 49.3256H179.267L183.106 29.0262H188.102L189.101 23.5563Z" fill="black"></path>
<path d="M206.56 23.6092C206.56 23.6092 202.023 35.0392 199.986 41.2785H199.88C199.742 39.2692 198.092 23.6092 198.092 23.6092H190.466L194.833 47.2205C194.939 47.7456 194.886 48.0626 194.675 48.4307C193.832 50.0603 192.413 51.6387 190.73 52.7961C189.363 53.7949 187.838 54.4256 186.629 54.8466L188.627 61C190.1 60.6847 193.149 59.4745 195.726 57.0557C199.04 53.9534 202.089 49.1671 205.244 42.6455L214.132 23.6075H206.56V23.6092Z" fill="black"></path></svg>
<!-- google logo -->
<svg width="84" height="28" style="filter:brightness(0)" viewBox="0 0 269.64001 88.760002" version="1.1" id="svg14">
<path d="m 115.39,46.71 c 0,12.77 -9.99,22.18 -22.25,22.18 -12.26,0 -22.25,-9.41 -22.25,-22.18 0,-12.86 9.99,-22.18 22.25,-22.18 12.26,0 22.25,9.32 22.25,22.18 z m -9.74,0 c 0,-7.98 -5.79,-13.44 -12.51,-13.44 -6.72,0 -12.51,5.46 -12.51,13.44 0,7.9 5.79,13.44 12.51,13.44 6.72,0 12.51,-5.55 12.51,-13.44 z" id="path2" style="fill:#ea4335"></path>
<path d="m 163.39,46.71 c 0,12.77 -9.99,22.18 -22.25,22.18 -12.26,0 -22.25,-9.41 -22.25,-22.18 0,-12.85 9.99,-22.18 22.25,-22.18 12.26,0 22.25,9.32 22.25,22.18 z m -9.74,0 c 0,-7.98 -5.79,-13.44 -12.51,-13.44 -6.72,0 -12.51,5.46 -12.51,13.44 0,7.9 5.79,13.44 12.51,13.44 6.72,0 12.51,-5.55 12.51,-13.44 z" id="path4" style="fill:#fbbc05"></path>
<path d="m 209.39,25.87 v 39.82 c 0,16.38 -9.66,23.07 -21.08,23.07 -10.75,0 -17.22,-7.19 -19.66,-13.07 l 8.48,-3.53 c 1.51,3.61 5.21,7.87 11.17,7.87 7.31,0 11.84,-4.51 11.84,-13 v -3.19 h -0.34 c -2.18,2.69 -6.38,5.04 -11.68,5.04 -11.09,0 -21.25,-9.66 -21.25,-22.09 0,-12.52 10.16,-22.26 21.25,-22.26 5.29,0 9.49,2.35 11.68,4.96 h 0.34 v -3.61 h 9.25 z m -8.56,20.92 c 0,-7.81 -5.21,-13.52 -11.84,-13.52 -6.72,0 -12.35,5.71 -12.35,13.52 0,7.73 5.63,13.36 12.35,13.36 6.63,0 11.84,-5.63 11.84,-13.36 z" id="path6" style="fill:#4285f4"></path>
<path d="m 224.64,2.53 v 65 h -9.5 v -65 z" id="path8" style="fill:#34a853"></path><path d="m 261.66,54.01 7.56,5.04 c -2.44,3.61 -8.32,9.83 -18.48,9.83 -12.6,0 -22.01,-9.74 -22.01,-22.18 0,-13.19 9.49,-22.18 20.92,-22.18 11.51,0 17.14,9.16 18.98,14.11 l 1.01,2.52 -29.65,12.28 c 2.27,4.45 5.8,6.72 10.75,6.72 4.96,0 8.4,-2.44 10.92,-6.14 z m -23.27,-7.98 19.82,-8.23 c -1.09,-2.77 -4.37,-4.7 -8.23,-4.7 -4.95,0 -11.84,4.37 -11.59,12.93 z" id="path10" style="fill:#ea4335"></path>
<path d="m 34.93,40.94 v -9.41 h 31.71 c 0.31,1.64 0.47,3.58 0.47,5.68 0,7.06 -1.93,15.79 -8.15,22.01 -6.05,6.3 -13.78,9.66 -24.02,9.66 C 15.96,68.88 0,53.42 0,34.44 0,15.46 15.96,0 34.94,0 45.44,0 52.92,4.12 58.54,9.49 L 51.9,16.13 C 47.87,12.35 42.41,9.41 34.93,9.41 c -13.86,0 -24.7,11.17 -24.7,25.03 0,13.86 10.84,25.03 24.7,25.03 8.99,0 14.11,-3.61 17.39,-6.89 2.66,-2.66 4.41,-6.46 5.1,-11.65 z" id="path12" style="fill:#4285f4"></path>
</svg>
<!-- zillow logo -->
<svg width="89" height="26" style="filter:brightness(0)" viewBox="0 0 177.27083 39.158333">
<defs id="defs2"><linearGradient gradientUnits="userSpaceOnUse" y2="5.112" x2="4.7909899" y1="43.007" x1="40.129002" id="paint0_linear">
<stop id="stop821" stop-color="#515254"></stop><stop id="stop823" stop-color="#48494B" offset="0.192"></stop>
<stop id="stop825" stop-color="#313233" offset="0.503"></stop><stop id="stop827" stop-color="#0C0C0C" offset="0.893"></stop>
<stop id="stop829" offset="1"></stop></linearGradient><style id="style851">.zillow-cls1{fill:#231f20;}.cls-2{fill:#0080c5;}</style>
<linearGradient id="linear-gradient" x1="0.036169" y1="36.132832" x2="36.132832" y2="0.036169" gradientUnits="userSpaceOnUse">
<stop id="stop874" offset="0" stop-color="#0074f5"></stop><stop id="stop876" offset="1" stop-color="#03aaff"></stop>
</linearGradient></defs><g id="layer1" transform="translate(50.010288,-30.400465)">
<g style="fill:none" id="g951" transform="matrix(1.6315769,0,0,1.6315972,-50.553603,30.400465)">
<path id="path940" d="m 14.098,6.364 c 0.103,-0.027 0.15,0.012 0.211,0.084 0.35,0.416 1.478,1.866 1.785,2.263 a 0.132,0.132 0 0 1 -0.027,0.19 c -2.274,1.873 -4.804,4.522 -6.214,6.42 -0.03,0.04 -0.005,0.043 0.015,0.034 2.456,-1.116 8.224,-2.897 10.826,-3.396 V 8.485 L 10.524,0 0.333,8.485 v 3.797 C 3.492,10.301 10.79,7.234 14.097,6.364 Z m 47.28,-5.183
h 4.475 v 22.332 h -4.475 z m -3.315,0 h -4.475 v 22.333 h 4.475 z m 29.713,7.72 h -4.421 l 4.477,14.615 h 4.117 l 1.124,-3.695 c 0.446,-1.468 1.19,-4.209 1.19,-4.209 a 0.034,0.034 0 0 1 0.033,-0.026 c 0.015,0 0.028,0.01 0.033,0.026 0,0 0.745,2.794 1.168,4.234 l 1.103,3.667 h 4.044 L 105.089,8.9 h -4.109 l -1.282,4.421 a 278.446,278.446 0 0 0 -1.141,4.213
0.034,0.034 0 0 1 -0.033,0.026 0.034,0.034 0 0 1 -0.033,-0.026 c 0,0 -0.69,-2.698 -1.137,-4.213 l -1.32,-4.42 h -3.266 l -1.344,4.42 c -0.421,1.414 -1.16,4.215 -1.16,4.215 a 0.034,0.034 0 0 1 -0.033,0.023 0.034,0.034 0 0 1 -0.032,-0.023 c 0,0 -0.714,-2.75 -1.142,-4.215 z m -19.708,7.356 c 0,-4.44 3.393,-7.729 7.544,-7.729 4.11,0 7.504,3.29 7.504,7.729 0,4.453
-3.392,7.743 -7.504,7.743 -4.15,0 -7.544,-3.29 -7.544,-7.74 z m 10.754,0 c 0,-2.174 -1.47,-3.654 -3.21,-3.654 -1.781,0 -3.25,1.48 -3.25,3.654 0,2.189 1.469,3.654 3.25,3.654 1.74,0 3.21,-1.465 3.21,-3.654 z M 27.702,3.247 v 4.306 h 7.909 c 0.032,0 0.044,0.032 0.028,0.06 l -7.94,14.242 -0.014,0.026 c -0.18,0.348 -0.223,0.432 -0.223,0.793 v 0.84 H 42.868 V 19.216
H 34.31 a 0.035,0.035 0 0 1 -0.032,-0.021 0.039,0.039 0 0 1 0.004,-0.04 L 42.314,4.726 42.336,4.68 c 0.056,-0.12 0.11,-0.232 0.11,-0.532 l 0.002,-0.9 H 27.702 Z M 47.955,1.581 c 1.395,0 2.548,1.188 2.548,2.651 0,1.464 -1.153,2.654 -2.548,2.654 -1.395,0 -2.547,-1.188 -2.547,-2.652 0,-1.464 1.152,-2.652 2.547,-2.652 z m -2.237,7.32 h 4.474 V 23.514 H 45.718 Z M
5.604,20.922 c 0.055,0.068 0.15,0.082 0.22,0.034 3.778,-2.054 12.089,-4.661 14.87,-5.16 v 7.806 H 0.334 v -8.11 c 2.093,-1.25 7.747,-3.814 9.737,-4.5 0.04,-0.014 0.049,0.01 0.015,0.037 -1.91,1.497 -4.904,5.03 -6.371,7.301 -0.067,0.106 -0.063,0.14 -0.01,0.205 z M 107.409,6.104 c 0.387,0 0.663,0.294 0.663,0.714 0,0.318 -0.163,0.569 -0.411,0.668 l 0.381,0.66 h -0.362
l -0.354,-0.614 h -0.312 v 0.612 h -0.318 v -2.04 z m -0.395,1.128 h 0.375 c 0.211,0 0.366,-0.172 0.366,-0.411 0,-0.24 -0.155,-0.415 -0.365,-0.415 h -0.376 z m 0.299,-1.836 c -0.676,0 -1.285,0.43 -1.543,1.088 a 1.833,1.833 0 0 0 0.362,1.921 1.606,1.606 0 0 0 1.82,0.382 c 0.624,-0.273 1.031,-0.916 1.031,-1.629 -0.001,-0.973 -0.748,-1.761 -1.67,-1.762 z m 0,3.186 c -0.546,0
-1.038,-0.347 -1.247,-0.879 a 1.482,1.482 0 0 1 0.292,-1.552 c 0.386,-0.408 0.967,-0.53 1.471,-0.309 0.504,0.22 0.833,0.74 0.833,1.316 -0.001,0.786 -0.604,1.423 -1.349,1.424 z" style="clip-rule:evenodd;fill:#006aff;fill-rule:evenodd"></path></g></g></svg>
<!-- chakra logo -->
<svg width="120" height="32" style="filter:saturate(0)" viewBox="0 0 998 257" class="css-2dk2qc">
<path d="M388.5 115.302c17.612 0 25.466 11.424 28.084 21.658l24.752-9.044c-4.76-18.564-21.896-38.08-53.074-38.08-33.32
0-59.262 25.704-59.262 61.404 0 35.224 25.942 61.642 59.976 61.642 30.464 0 47.838-19.754 53.312-37.842l-24.276-8.806c-2.618
8.806-10.948 21.42-29.036 21.42-17.374 0-32.368-13.09-32.368-36.414s14.994-35.938 31.892-35.938zM484.894 141.244c.476-14.756
8.806-26.18 24.038-26.18 17.374 0 23.8 11.424 23.8 25.704v68.544h27.608v-73.304c0-25.466-13.804-45.934-42.364-45.934-12.138
0-25.228 4.284-33.082 14.518V37h-27.608v172.312h27.608v-68.068zM577.29 177.896c0 18.326 14.994 34.986 39.27 34.986 18.802 0
30.226-9.52 35.7-18.326 0 9.282.952 14.042 1.19 14.756h25.704c-.238-1.19-1.428-8.092-1.428-18.564v-57.596c0-23.086-13.566-43.316-49.266-43.316-28.56
0-46.648 17.85-48.79 37.842l25.228 5.712c1.19-11.662 9.282-20.944 23.8-20.944 15.232 0 21.896 7.854 21.896 17.612 0 4.046-1.904 7.378-8.568 8.33l-29.75 4.522c-19.754
2.856-34.986 14.28-34.986 34.986zm44.506 13.328c-10.948 0-16.898-7.14-16.898-14.994 0-9.52 6.902-14.28 15.47-15.708L650.594 156v5.236c0 22.61-13.328 29.988-28.798
29.988zM810.108 93.406h-36.652l-44.506 46.886V37h-27.37v172.312h27.37v-32.368l14.28-14.994 34.034 47.362h33.796l-48.552-66.878 47.6-49.028zM889.349 92.692c-1.19-.238-4.046-
.714-7.378-.714-15.232 0-28.084 7.378-33.558 19.992V93.406h-26.894v115.906h27.608v-55.216c0-21.658 9.758-34.034 31.178-34.034 2.856 0 5.95.238 9.044.714V92.692zM895.968 177.896c0
18.326 14.994 34.986 39.27 34.986 18.802 0 30.226-9.52 35.7-18.326 0 9.282.952 14.042 1.19 14.756h25.704c-.238-1.19-1.428-8.092-1.428-18.564v-57.596c0-23.086-13.566-43.316-49.266-43.316-28.56
0-46.648 17.85-48.79 37.842l25.228 5.712c1.19-11.662 9.282-20.944 23.8-20.944 15.232 0 21.896 7.854 21.896 17.612 0 4.046-1.904 7.378-8.568 8.33l-29.75 4.522c-19.754 2.856-34.986 14.28-34.986
34.986zm44.506 13.328c-10.948 0-16.898-7.14-16.898-14.994 0-9.52 6.902-14.28 15.47-15.708L969.272 156v5.236c0 22.61-13.328 29.988-28.798 29.988z" fill="#000"></path>
<rect width="257" height="257" rx="128.5" fill="url(#logo)"></rect><path d="M69.558 133.985l87.592-86.9891c1.636-1.6251 4.27.3525 3.165 2.377l-32.601 59.7521c-.728 1.332.237 2.958 1.755 2.958h56.34c1.815 0 2.691 2.223
1.364 3.462l-98.7278 92.142c-1.7702 1.652-4.4051-.676-2.9839-2.636l46.7357-64.473c.958-1.322.014-3.174-1.619-3.174H70.9673c-1.7851 0-2.6759-2.161-1.4093-3.419z" fill="#fff"></path>
<defs><linearGradient id="logo" x1="128.5" x2="128.5" y2="257" gradientUnits="userSpaceOnUse"><stop stop-color="#7BCBD4"></stop>
<stop offset="1" stop-color="#29C6B7"></stop></linearGradient></defs></svg>
<!-- basecamp logo -->
<svg width="130" height="40" style="filter:saturate(0)" version="1.1" id="layer" x="0px" y="0px" viewBox="-153 -46 600 165.8" xml:space="preserve"><style type="text/css" id="style2">
.base-st0{fill:#1D2D35;}
.base-st1{opacity:0.4;fill:#FFE000;}
.base-st2{fill:#FFE000;}
</style><path class="base-st0" d="m -1.1,56.9 c -3.6,0 -6.4,-2.8 -6.8,-6.4 -2.4,-34.4 -21.2,-82.9
-56.1,-82.9 -28.8,0 -50.5,20 -64.5,59.7 -1.2,3.6 -5.2,5.6 -8.8,4 -3.6,-1.2 -5.6,-5.2 -4,-8.4 16,-45.7 42.1,
-68.9 77.3,-68.9 46.1,0 67.3,58.5 69.7,95.7 0.4,3.6 -2.4,7.2 -6.4,7.2 z" id="path4"></path>
<path class="base-st1" d="M 14.9,70.1 -105.3,119.8 -153,4.4 l 21.6,-8.8 98.9,-40.5 z" id="path6">
</path><path class="base-st2" d="m 9.3,83.4 -127.4,26.4 -25.2,-122.2 21.2,-4.4 106.2,-22 z" id="path8"></path>
<path class="base-st0" d="m -65.6,82.2 c -23.2,0 -45.7,-10 -61.3,-27.6 -2,-1.6 -2.4,-4.4 -1.6,-6.8 4.4,-11.6 16,-38.5 30.8,-38.9
7.6,0 13.2,6 17.6,10.8 1.2,1.6 3.2,3.6 4.8,4.8 3.6,-3.6 10.4,-14.8 15.6,-26.4 1.6,-3.6 5.6,-4.8 9.2,-3.2 3.6,1.6 4.8,5.6 3.2,9.2
-16,34.8 -24.4,34.8 -27.6,34.8 -6.4,0 -10.8,-4.8 -15.2,-9.6 -2,-2 -6,-6.4 -7.6,-6.4 -3.6,0.4 -11.2,12.8 -16.4,26 13.2,13.2 31.2,20.4
49.7,20 16,0 44.5,-2.8 56.1,-20 -3.2,-34.4 -22,-80.9 -56.1,-80.9 -3.6,0 -6.8,-3.2 -6.8,-6.8 0,-3.6 3.2,-7.2 7.2,-7.2 46.1,0 67.3,58.5 69.7,95.7 0,1.2
-0.4,2.8 -0.8,4 -10.8,18.4 -35.2,28.8 -68.9,28.8 -0.4,-0.3 -1.2,-0.3 -1.6,-0.3 z" id="path10"></path><path class="base-st0" d="m 34.5,
-12 h 24.4 c 13.6,0 20.8,5.6 20.8,16 v 0.4 c 0.4,6.4 -4,12 -10,13.2 7.6,0.8 12.8,7.2 12.4,14.8 v 0.4 c 0,11.6 -7.6,17.6 -22,17.6 H 34.5 Z m 22.1,25.7 c
6.8,0 9.6,-2.4 9.6,-8 V 5.3 c 0,-5.2 -2.8,-7.6 -9.6,-7.6 h -8.4 v 16 z m 1.6,26.8 c 6.8,0 10,-3.2 10,-8.8 v -0.4 c 0,-5.6 -3.2,-8.8 -10.8,-8.8 h -8.8 v
18 z m 27.6,-2.8 c 0,-10.4 9.6,-14.4 23.6,-14.4 h 5.2 v -2 c 0,-5.6 -1.6,-8.4 -7.2,-8.4 -3.6,-0.4 -7.2,2 -7.6,6 v 0.4 h -12 C 88.6,8.5 97,3.7 108.2,3.7 c
11.2,0 19.2,4.4 19.2,16.8 V 50.1 H 115 v -5.2 c -3.2,4.4 -8.4,6.8 -13.6,6.4 -8.8,0 -15.6,-4 -15.6,-13.6 z m 28.9,-3.2 v -4 h -4.8 c -7.2,0 -11.6,1.6 -11.6,
6.4 0,3.2 2,5.6 6.8,5.6 5.2,0 9.6,-3.2 9.6,-8 z m 17.6,1.6 h 11.6 c 0.4,4 2.4,6.4 8,6.4 5.6,0 7.2,-2 7.2,-4.8 0,-2.8 -2.8,-4.4 -9.2,-5.6 -12,-2 -16.8,-5.2
-16.8,-14.4 0,-9.2 8.4,-14 18,-14 10,0 17.6,3.6 18.8,14 h -11.6 c -0.8,-3.6 -2.8,-5.6 -7.2,-5.6 -4.4,0 -6.4,2 -6.4,4.8 0,2.8 2,4 8.8,4.8 11.2,1.6 17.6,4.4
17.6,14.4 0,10 -7.2,15.2 -19.2,15.2 -12,0 -19.2,-5.6 -19.6,-15.2 z m 42.4,-8 V 27.3 C 173.9,14.9 183.5,4.1 196.3,3.7 h 2 c 11.6,0 22.4,6.8 22.4,23.2 v 3.6 h
-33.2 c 0.4,7.6 4.4,12 11.2,12 6,0 8.8,-2.4 9.6,-6.4 h 12 c -1.6,10 -9.2,15.2 -21.6,15.2 -13.9,0 -24,-8.8 -24,-23.2 z M 208,22.5 c -0.4,-6.8 -4,-10.4 -10,-10.4
-5.6,0 -10.4,4.4 -10.4,10.4 z m 15.6,5.6 V 27.3 C 223.2,14.9 232.8,4.1 245.2,3.7 h 2 c 10.4,0 20.4,4.4 21.2,17.6 h -12 c -0.4,-4.4 -4.4,-8 -8.8,-7.6 -6.4,0 -10.8,4.8
-10.8,13.6 v 0.8 c 0,9.2 4,14 11.2,14 5.2,0.4 9.6,-3.6 9.6,-8.8 h 11.2 c -0.8,10.8 -8.4,18.4 -21.6,18.4 -13.2,0 -23.6,-8.8 -23.6,-23.6 z m 48.5,9.6 c 0,-10.4 9.6,-14.4
23.6,-14.4 h 5.2 v -2 c 0,-5.6 -1.6,-8.4 -7.2,-8.4 -3.6,-0.4 -7.2,2 -7.6,6 v 0.8 h -12 c 0.8,-10.8 9.2,-15.6 20.4,-15.6 11.2,0 19.2,4.4 19.2,16.8 v 29.2 h -12.4 v -5.2 c
-3.2,4.4 -8.4,6.8 -13.6,6.4 -8.8,0 -15.6,-4 -15.6,-13.6 z m 28.4,-3.2 v -4 h -4.8 c -7.2,0 -11.6,1.6 -11.6,6.4 0,3.2 2,5.6 6.8,5.6 5.6,0 9.6,-3.2 9.6,-8 z M 321.7,4.9 h
12.8 v 6.8 c 2.8,-5.2 8,-8 14,-8 5.6,-0.4 10.8,2.8 12.8,8 3.6,-5.2 9.2,-8 15.2,-8 8.4,0 15.2,5.2 15.2,17.6 V 50.1 H 379.3 V 22.5 c 0,-6 -2.4,-8.4 -7.2,-8.4 -4.8,-0.4 -8.8,3.6
-8.8,8 v 1.2 26.8 H 350.9 V 22.5 c 0,-6 -2.8,-8.4 -7.2,-8.4 -4.8,-0.4 -8.4,3.6 -8.8,8 v 1.2 26.8 h -12.8 z m 78.5,0 h 12.4 v 7.2 c 3.2,-5.2 8.8,-8 14.4,-8 11.2,0 20,8.4 20,23.2
v 0.8 c 0,15.2 -8.4,23.6 -20,23.6 -6,0.4 -11.6,-2.8 -14.4,-8 v 22.4 h -12.4 z m 34.1,22.8 v -0.8 c 0,-9.2 -4.4,-13.6 -10.8,-13.6 -6.4,0 -11.2,4.4 -11.2,13.6 v 0.8 c 0,9.2 4.4,13.6
11.2,13.6 6.8,0 10.8,-4.8 10.8,-13.6 z" id="path12"></path></svg>
<!--acc -->
<svg width="100" height="26" style="margin-top:-0.7em;filter:brightness(0)" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 163.2 43" xml:space="preserve"><style type="text/css">
.acc-st0{fill:#A100FF;}
</style><g> <path d="M6.2,43C2.8,43,0,41.3,0,37.5v-0.2c0-4.6,4-6.2,8.9-6.2h2.3v-0.9c0-1.9-0.8-3-2.8-3c-1.8,0-2.7,1-2.8,2.4h-5
c0.4-4.2,3.7-6.2,8.1-6.2c4.5,0,7.8,1.9,7.8,6.6v12.6h-5.1v-2.2C10.4,41.8,8.7,43,6.2,43z M11.2,36.4v-1.8H9.1
c-2.6,0-3.9,0.7-3.9,2.4v0.2c0,1.3,0.8,2.2,2.6,2.2C9.6,39.3,11.2,38.3,11.2,36.4z M28.4,43c-5.2,0-9-3.2-9-9.6v-0.3
c0-6.4,4-9.8,9-9.8c4.3,0,7.8,2.2,8.2,7.1h-5c-0.3-1.8-1.3-3-3.1-3c-2.2,0-3.8,1.8-3.8,5.5v0.6c0,3.8,1.4,5.5,3.8,5.5
c1.8,0,3.1-1.3,3.4-3.4h4.8C36.4,40,33.5,43,28.4,43z M48,43c-5.2,0-9-3.2-9-9.6v-0.3c0-6.4,4-9.8,9-9.8c4.3,0,7.8,2.2,8.2,7.1h-5
c-0.3-1.8-1.3-3-3.1-3c-2.2,0-3.8,1.8-3.8,5.5v0.6c0,3.8,1.4,5.5,3.8,5.5c1.8,0,3.1-1.3,3.4-3.4h4.8C56,40,53.1,43,48,43z M67.7,43
c-5.4,0-9.1-3.2-9.1-9.5v-0.4c0-6.3,3.9-9.8,9-9.8c4.7,0,8.6,2.6,8.6,8.9v2.3H63.9c0.2,3.4,1.7,4.7,3.9,4.7c2,0,3.1-1.1,3.5-2.4
h4.9C75.6,40.3,72.6,43,67.7,43z M64,31H71c-0.1-2.8-1.4-4-3.5-4C65.9,27.1,64.4,28,64,31z M79.4,23.8h5.3v2.8
c0.9-1.8,2.8-3.2,5.7-3.2c3.4,0,5.7,2.1,5.7,6.6v12.6h-5.3V30.8c0-2.2-0.9-3.2-2.8-3.2c-1.8,0-3.3,1.1-3.3,3.5v11.5h-5.3V23.8z
M105.8,18.1v5.7h3.6v3.9h-3.6v8.9c0,1.4,0.6,2.1,1.9,2.1c0.8,0,1.3-0.1,1.8-0.3v4.1c-0.6,0.2-1.7,0.4-3,0.4c-4.1,0-6-1.9-6-5.7
v-9.5h-2.2v-3.9h2.2v-3.5L105.8,18.1z M129.2,42.6H124v-2.8c-0.9,1.8-2.7,3.2-5.5,3.2c-3.4,0-5.9-2.1-5.9-6.5V23.8h5.3v12
c0,2.2,0.9,3.2,2.7,3.2c1.8,0,3.3-1.2,3.3-3.5V23.8h5.3V42.6z M133.1,23.8h5.3v3.5c1.1-2.5,2.9-3.7,5.7-3.7v5.2
c-3.6,0-5.7,1.1-5.7,4.2v9.7h-5.3V23.8z M154.8,43c-5.4,0-9.1-3.2-9.1-9.5v-0.4c0-6.3,3.9-9.8,9-9.8c4.7,0,8.6,2.6,8.6,8.9v2.3
h-12.2c0.2,3.4,1.7,4.7,3.9,4.7c2,0,3.1-1.1,3.5-2.4h4.9C162.6,40.3,159.7,43,154.8,43z M151,31h7.1c-0.1-2.8-1.4-4-3.5-4
C153,27.1,151.5,28,151,31z"></path></g></svg>
<!-- harvard -->
<svg width="110" height="32" xml:space="preserve" viewBox="0 0 1122.5 293.7">
<defs><clipPath id="a" clipPathUnits="userSpaceOnUse"><path d="M0 220.2h841.9V0H0Z"></path>
</clipPath></defs><g clip-path="url(#a)" transform="matrix(1.33333 0 0 -1.33333 0 293.7)">
<path fill="#1d1d1b" d="M344.4 71c0 1.8-1.1 3-3.4 3.5v1.1l6.6-.1 6.3.1v-1c-2-.5-3.2-1.7-3.2-3.5V49.5c0-6.8
3.8-10.7 11.6-10.7 6.8 0 12 3 12 10.2v22.2c0 1.6-1 2.9-3.5 3.3v1.1l5.6-.1 5.5.1v-1c-2.4-.6-3.5-1.7-3.5-3.4v-21c0-9.4-5.5-14.8-17.3-14.8-11
0-16.7 5-16.7 13.8ZM391.6 37c2.6.5 3.6 1.8 3.6 3.4v29.9c0 2.5-1.4 3.6-3.7 4.2v1.1a77.5 77.5 0 0 1 8.3 0l25.8-30.4v26c0 1.6-1 2.8-3.5 3.3v1.1l5.4-.1 5.6.1v-1c-2.5-.6-3.7-1.7-3.7-3.4V35.4H428c-1
.2-2.9 1.2-5.7 4.3l-23.1 27V40.4c0-1.6.9-2.8 3.4-3.3V36l-5.4.1-5.5-.1zM595.8 45.1h1a9.3 9.3 0 0 1 3.7-5.4c1.9-1.3 4.8-2 7.1-2 5.2 0 8.5 2.6 8.5 6.7 0 4.2-4.2 6.4-9.3 9-3.7 1.8-11.1 5-11.1 12
0 6.8 5 10.9 13.2 10.9 5.4 0 7.9-1.3 11.5-1.1V67h-1.2c-1.4 4.7-5.8 6.4-10.5 6.4-5.3 0-7.3-3-7.3-6.1 0-4.4 4.3-6.7 9.2-8.8 5.5-2.5 11.5-5.6 11.5-12.5 0-6.5-5.1-11.2-14.4-11.2-5.6 0-8.9 1.6-11.8
2zM707 52.4l-10.6 16.9c-1.8 3-3.2 4.5-5.2 5.2v1.1l6.5-.1 6.7.1v-1c-1.3-.3-2-1-2-2 0-.9.6-2 1.3-3l7.7-13 7.5 13a8 8 0 0 1 1.3 3.4c0 .7-.5 1.4-1.8 1.5v1.1l4.8-.1 5.1.1v-1c-2.9-1.2-4.7-3.7-6.4-6.6l-9.6-16m.7
2V40.5c0-1.3 1-3 3.3-3.4V36l-6.7.1-6.5-.1v1c2.3.5 3.4 2.2 3.4 3.5v13M511.2 75.6H536c.8 0 2.1.1 2.9.5h1v-8h-1.2c-1 2.5-2 4.5-6.7 4.5h-10.7v-14h8.3l3.3.2c1.8.5 2.6 1.5 3 3h1.1v-9.7h-1.1c-.5 1.5-1.3 2.7-3
3.2l-3.3.3h-8.3V39.2h11.7c5 0 6.5 2 7.8 5l1-.2-1-8.2c-3.8.3-6 .3-10.4.3H518l-6.8-.1v1c2.2.5 3.5 1.6 3.5 3.7v30.4c0 1.8-1 3-3.5 3.4zM448.1 70.8c0 2-1.2 3.2-3.6 3.7v1.1l6.9-.2 6.8.2v-1c-2.4-.6-3.6-1.6-3.6-3.8v-30c0-2.1
1.2-3.2 3.6-3.7V36l-6.8.1-6.9-.1v1c2.5.5 3.6 1.6 3.6 3.7ZM635.5 70.8c0 2-1.2 3.2-3.6 3.7v1.1l6.9-.2 6.8.2v-1c-2.4-.6-3.6-1.6-3.6-3.8v-30c0-2.1 1.2-3.2 3.6-3.7V36l-6.8.1-6.9-.1v1c2.4.5 3.6 1.6 3.6 3.7ZM669.8 75.5c-13.5
0-15.7.2-18.4.4v-8.2h1c1.1 3.6 3.1 4.5 5.7 4.5h8.5V40.7c0-2.1-1.1-3.2-3.6-3.6V36l7 .1 6.7-.1v1c-2.4.6-3.6 1.7-3.6 3.7v31.5h8.4c2.7 0 4.7-1 5.7-4.5h1l.1 8.2c-2.7-.2-5-.4-18.5-.4M561.8 40.7c0-2 1.3-3.1 3.7-3.6V36l-7
.1-6.5-.1v1c2.2.5 3.5 1.6 3.5 3.7v30.4c0 2-1 3.1-3.5 3.5v1.1l6.7-.1 9.6.3c9.5 0 14.8-4 14.8-10.7 0-5.3-4-8.8-10-10.3 0 0 1.3-.8 2.7-2.4 1.7-2 6.2-8.5 8-10.7 2-2.3 4.4-4.9 7-5V36c-1.3-.2-3.3-.5-4.8-.5a10 10 0 0 0-8.3
4.2c-2.1 2.6-5.8 8.1-8 10.9a9 9 0 0 1-6 3.6c-.7 0-1.2.2-2 .3Zm0 16.2c1.2-.2 3.1-.3 5-.3 7.4 0 9.7 4.3 9.7 8 0 5.4-3.6 8.8-10 8.8-1.4 0-3.4-.2-4.7-.5zM467.7 70.7c-.9 2-2.2 3.3-4.5 3.8v1.1l7.4-.1 6.7.1v-1c-1.3-.3-2.8-1-2.8-2.3 0-1
.6-2.2 1.7-4.6l10.2-23.3 9.7 23.3c.8 1.9 1.3 3.3 1.3 4.4 0 1.3-1.1 2.1-2.7 2.5v1l5.4-.1 6 .1v-1c-2.4-.7-3.9-2-5.2-5.2l-14.3-33.6h-3.2zM504.2 176.6a11.7 11.7 0 0 1-8.4 7.3v2l13.5-.2 13.2.3v-2c-2.5-.6-5.2-2-5.2-4.4 0-1.8 1-4.2
3-8.8l19.5-44 18.3 44.1c1.5 3.6 2.5 6.3 2.5 8.4 0 2.4-2.1 4-5.2 4.6v2l10.2-.2 11.4.3v-2c-4.6-1.3-7.4-3.9-10-9.9l-26.9-63.6H534zM243 113c3.6.7 6 2.3 6 6.3v58.4c0 3.8-2.3 5.4-6 6.4v2l11.8-.3 12.4.3v-2c-3.5-.8-6.1-2.4-6.1-6.4v-24.4h43.5v24.4c0
4-2.3 5.6-6 6.4v2l12.3-.3 11.9.3v-2c-3.6-.8-6.2-2.4-6.2-6.4v-58.4c0-3.8 2.5-5.4 6.2-6.4V111l-12 .2-12.2-.2v2c3.5.7 6 2.3 6 6.3V147H261v-27.6c0-4 2.5-5.4 6.1-6.4V111l-12.4.2-11.7-.2ZM746 113c4.5.7 7 2.5 7 6.6v58c0 4-2.5 5.7-6.8 6.5v2l13-.3c3.6
0 13.8.8 21.7.8 26.7 0 43-15 43-37.6 0-22.1-17-38.5-44.5-38.5-8 0-17.4.7-21 .7l-12.4-.4Zm19 3.8c2.7-.5 7.8-.8 11.7-.8 22.5 0 34.2 13.5 34.2 32.3 0 19.6-12.3 33.3-33.3 33.3a94 94 0 0 1-12.6-.7zM443.2 119.8c0-3.8 2.5-6 7-6.9v-2l-13
.3-12.6-.4v2.1c4.2.8 6.7 2.9 6.7 7v57.6c0 3.5-2 5.8-6.7 6.6v2l12.7-.3c3.7 0 14.1.6 18.2.6 18 0 28-7.4 28-20.1 0-10-7.5-16.8-19-19.6 0 0 2.7-1.5 5.3-4.6 3.2-3.7 12-16.2 15.5-20.5 3.5-4.3 8-9.1 13-9.4v-1.7c-2.4-.5-6.1-.9-9-.9a19 19 0 0 0-15.7 7.9c-4.1 5-11.3 15.6-15.4 20.8a17 17 0 0 1-11.5 6.9l-3.5.5Zm0 30.6c2.4-.3 6-.4 9.4-.4 14 0 18.5 8 18.5 15.2 0 10.2-6.8 16.4-19 16.4-2.6 0-6.3-.3-8.9-.7ZM680.3 119.8c0-3.8 2.5-6 7-6.9v-2l-13 .3-12.6-.4v2.1c4.2.8 6.6 2.9 6.6 7v57.6c0 3.5-1.9 5.8-6.6 6.6v2l12.7-.3c3.7 0 14 .6 18.2.6 18 0 28-7.4 28-20.1 0-10-7.5-16.8-19-19.6 0 0 2.7-1.5 5.3-4.6 3.2-3.7 12-16.2 15.4-20.5 3.6-4.3 8.1-9.1 13-9.4v-1.7c-2.3-.5-6-.9-8.9-.9a19 19 0 0 0-15.7 7.9c-4.1 5-11.3 15.6-15.4 20.8a17 17 0 0 1-11.5 6.9l-3.5.5Zm0 30.6c2.4-.3 5.9-.4 9.4-.4 14 0 18.5 8 18.5 15.2 0 10.2-6.8 16.4-19.1 16.4a56 56 0 0 1-8.8-.7ZM334.2 113c4.8 1 7.4 4.1 9.1 8.2l24 58a64 64 0 0 1 2.3 7.3h6.7s1.2-5 2.2-7.3L404 121c1.8-4 3.8-7 8.8-8.2v-2l-13.2.3-13-.2v2c3.8.8 5 2.7 5 4.5 0 1.6-.7 3.3-1.4 5.2l-5.5 12.4h-28l-5-12.5c-.6-1.4-1.3-3.4-1.3-4.8 0-2.1 1.1-3.8 5.3-4.9v-2l-10.6.3-10.9-.2Zm48 28-12 28-11.2-28ZM572.8 113c4.7 1 7.3 4.1 9 8.2l24.1 58c1 2.4 2.3 7.3 2.3 7.3h6.7s1.2-5 2.2-7.3l25.5-58.1c1.8-4 3.7-7 8.8-8.2v-2l-13.3.3-12.9-.2v2c3.8.8 5 2.7 5 4.5 0 1.6-.7 3.3-1.5 5.2l-5.5 12.4h-28l-5-12.5c-.6-1.4-1.2-3.4-1.2-4.8 0-2.1 1-3.8 5.3-4.9v-2l-10.7.3-10.9-.2Zm47.9 28-12 28-11.1-28Z"></path><path fill="#A8A8A8" d="M20.7 209.5h168v-63.4c0-29-10.9-90.7-83.4-136.5 0 0-78.6 32.8-84.6 136.5z"></path><path fill="none" stroke="#121212" stroke-width=".2" d="M20.4 209.7h168v-63.4c0-29.1-10.8-90.8-83.3-136.7 0 0-78.7 32.9-84.7 136.7z"></path><path fill="#fff" d="M147.8 128s-1.5-4.7-8.1.2l-22.9.5s-3-1-3.4 2.2c0 0 .6 6.3.3 6.8 0 0 .1 1.8-2.9 1.8 0 0-4.6-.6-4.7 3.5 0 0-.9 4.4 5.5 4.2 0 0 2-1 2.2 1.7 0 0-.3 17.7-.1 19 0 0 .5 1.6-2.6 2 0 0-4.5-1-5 2 0 0-.3 4.4 2.7 4.7 0 0 3.7-.3 4.3.7 0 0 .9-.5.7 2.7l.2 5.6s.3 1.5 2.7 1.3c0 0 4.2-.2 4.7.2 0 0 1 1.2 1.3 1.8 0 0 2.1 0 2.5-.5 0 0 3.3-2.1 15.7-1.3 0 0 1.9 0 2.3-.6 0 0 2.3-1.7 3.7.2 0 0 2 .4 8.1.2 0 0 6.7-1.7 11.3 2l1.5-.2s2-3.1 3.3-2.2c0 0 4 .4 4.7-.4 0 0 1.4-2 .7-7.3 0 0-.8-2.3 3.2-2.3 0 0 4.4.8 3.9-3.4 0 0 1.2-4.8-6.3-4.1 0 0-1-1.4-.8-2.3 0 0-.1-15.5-.3-17.3 0 0 0-2.5 3.2-2.3 0 0 4.3.3 4.5-3.7 0 0 .5-5.1-5.7-4.2 0 0-2-.3-2.2-1.5l-.3-6.8s.1-3.4-3.7-2.6c-.5 0-21.2-.4-23 .1 0 0-1 .2-1.2-.3M103.9 105.3s1 .4 1.2 1c0 0 2.9.4 3.3.8l9-.7s8.8-.7 12.6 2c0 0 1.4 0 2.3-.4 0 0 2-.4 2.5-1.2l5.1.2s3-1 2.7-3v-2.4s-.5-4.9.9-5.1h4s3.2-1.5 2.8-3.4c0 0 .1-2.7-2.7-3.3 0 0-3-.8-3.9-.7 0 0-1-1.2-1-2.7l-.5-17.8s-.2-2 2.6-1.7c0 0 4.2.5 5.5-1.9 0 0 1-3.9-1.1-4.6l-1.6-.8-3.6-.6s-1.5 0-1.6-2.7v-4.7s.1-3.3-2.5-3.3l-3.8-.3s-1-.8-2.8-.2c0 0-23.2-.4-24-.2l-2.7-.5s-3-2.7-5.4-.7l-2 1.5s-1.3-.3-1.8-.1c-.6.1-25.6-.3-25.6-.3s-5.3-.6-5.7 1.2c0 0-.7 7-.4 7.8 0 0 0 2-1.3 2.1 0 0-5.3.3-5.4.9 0 0-2.9 2-2 4 0 0 .9 2.8 3.8 3 0 0 4.3-.6 4.3.6 0 0 .3.8.3 2.2 0 0 .3 16.2.1 17.2 0 0 .4 2-1.3 2 0 0-2-.5-3.2.4 0 0-3.2-.2-4 2.4 0 0-.5 1.6.3 3 0 0 1.5 3 5.9 2 0 0 2.5-.6 2.7 1.1l-.1 6.6s-.6 1.7 2.8
2.7c0 0 4.4-1.3 5.8 1 0 0 1.5 3 2.7.9 0 0 2.6-2.5 9.6-2.2 0 0 12.3 1 12.5.4 0 0 3-.4 3.9-1.4zM66.9 128s-1.5-4.7-8.2.2l-22.8.5s-3-1-3.4 2.2c0 0 .5 6.3.2 6.8 0 0 .2 1.8-2.8 1.8 0 0-4.6-.6-4.8 3.5 0 0-.8 4.4 5.6 4.2 0 0 2-1 2.2 1.7 0 0-.3 17.6-.2 19 0 0 .6 1.6-2.5 2 0 0-4.5-1-5 2 0 0-.4 4.4 2.6 4.7 0 0 3.7-.3 4.4.7 0 0 .8-.5.7 2.7l.1 5.6s.4 1.5 2.7 1.4c0 0 4.3-.3 4.8 0 0 0 1 1.3 1.2 1.9 0 0 2.2 0 2.6-.4 0 0 3.3-2.2 15.7-1.4 0 0 1.8 0 2.3-.6 0 0 2.3-1.7 3.6.2 0 0 2 .4 8.2.3 0 0 6.7-1.8 11.3 2l1.5-.3s1.9-3.1 3.3-2.2c0 0 4 .5 4.7-.4 0 0 1.4-2 .7-7.3 0 0-.8-2.3 3.1-2.3 0 0 4.5.8 4-3.4 0 0 1.2-4.8-6.3-4.1 0 0-1-1.4-.8-2.3l-.3-17.3s-.1-2.4 3.1-2.3c0 0 4.4.3 4.5-3.7 0 0 .6-5.1-5.7-4.2 0 0-1.9-.3-2.2-1.5l-.2-6.8s.1-3.4-3.7-2.6c-.6 0-21.2-.4-23 .1 0 0-1 .2-1.2-.3"></path><path fill="#121212" d="M147.8 128s-1.5-4.7-8.1.2l-22.9.5s-3-1-3.4 2.2c0 0 .6 6.3.3 6.8 0 0 .1 1.8-2.9 1.8 0 0-4.6-.6-4.7 3.5 0 0-.9 4.4 5.5 4.2 0 0 2-1 2.2 1.7 0 0-.3 17.7-.1 19 0 0 .5 1.6-2.6 2 0 0-4.5-1-5 2 0 0-.3 4.4 2.7 4.7 0 0 3.7-.3 4.3.7 0 0 .9-.5.7 2.7l.2 5.6s.3 1.5 2.7 1.3c0 0 4.2-.2 4.7.2 0 0 1 1.2 1.3 1.8 0 0 2.1 0 2.5-.5 0 0 3.3-2.1 15.7-1.3 0 0 1.9 0 2.3-.6 0 0 2.3-1.7 3.7.2 0 0 2 .4 8.1.2 0 0 6.7-1.7 11.3 2l1.5-.2s2-3.1 3.3-2.2c0 0 4 .4 4.7-.4 0 0 1.4-2 .7-7.3 0 0-.8-2.3 3.2-2.3 0 0 4.4.8 3.9-3.4 0 0 1.2-4.8-6.3-4.1 0 0-1-1.4-.8-2.3 0 0-.1-15.5-.3-17.3 0 0 0-2.5 3.2-2.3 0 0 4.3.3 4.5-3.7 0 0 .5-5.1-5.7-4.2 0 0-2-.3-2.2-1.5l-.3-6.8s.1-3.4-3.7-2.6c-.5 0-21.2-.4-23 .1 0 0-1 .2-1.2-.3"></path><path fill="none" d="M147.8 128s-1.5-4.7-8.1.2l-22.9.5s-3-1-3.4 2.2c0 0 .6 6.3.3 6.8 0 0 .1 1.8-2.9 1.8 0 0-4.6-.6-4.8 3.5 0 0-.8 4.4 5.6 4.2 0 0 2-1 2.2 1.7 0 0-.3 17.7-.1 19 0 0 .5 1.6-2.6 2 0 0-4.5-1-5 2 0 0-.3 4.4 2.7 4.7 0 0 3.6-.3 4.3.7 0 0 .9-.5.7 2.7l.2 5.6s.3 1.5 2.7 1.3c0 0 4.2-.2 4.7.2 0 0 1 1.2 1.3 1.8 0 0 2.1.1 2.5-.5 0 0 3.3-2.1 15.7-1.3 0 0 1.9 0 2.3-.6 0 0 2.3-1.7 3.7.2 0 0 2 .4 8.1.2 0 0 6.7-1.7 11.3 2.1l1.5-.3s2-3.1 3.3-2.2c0 0 4 .4 4.7-.4 0 0 1.4-2 .7-7.3 0 0-.8-2.3 3.2-2.3 0 0 4.4.8 3.9-3.4 0 0 1.2-4.8-6.3-4.1 0 0-1-1.4-.8-2.3l-.2-17.3s-.2-2.4 3-2.3c0 0 4.4.3 4.6-3.7 0 0 .5-5.1-5.7-4.2 0 0-2-.3-2.2-1.5l-.3-6.8s.1-3.4-3.7-2.6c-.5 0-21.2-.4-23 .1 0 0-1 .2-1.2-.4Z"></path><path fill="#fff" d="m122.1 184.1.3-3.4-.4-39.3s.4-3-2.2-4.5c0 0-.7-.3-.8 1.6l.3 40.8s.2 5 2.8 4.8"></path><path fill="none" d="m122.1 184.1.3-3.4-.4-39.3s.4-3-2.2-4.5c0 0-.7-.3-.8 1.6l.2 40.8s.3 5 3 4.8z"></path><path fill="#fff" d="M117.6 136.5s.3 38.3.2 39c-.2.7 0-.5 0-.5s-.3 6.6 1.5 9.4c0 0-.6 2.3-3.7-.6l-.2-5.5s0-3.2-2.8-3c0 0-3.3.1-4.8-1.4 0 0-.8-3 2.3-2.5 0 0 5 0 5.2-2L115 149s1.1-3.5-2.7-3.5c0 0-4.6.3-4.5-2.5 0 0 1-2.5 5-1.7 0 0 2.8-.5 2.6-3.2v-5.2s-.2-2 2.5-2.2H139s1-.1 1 1.3c0 0 0 1-1.7 1l-17.6.3s-3-1-3.2 3.3"></path>
<path fill="#fff" d="M121.7 136.5s-.5-1.9 1.5-1.5h14l3.8-.8s4 1 0 3.2c0 0-12.5-.2-13.6 0l-3.1.9s-1.4.5-2.6-1.8"></path><path fill="none" d="M121.7 136.5s-.5-1.9 1.5-1.5h14l3.8-.8s4 1 0 3.2c0 0-12.5-.2-13.6 0l-3.1 1s-1.4.5-2.6-1.9Z"></path><path fill="#fff" d="M145 134.6s-2.6 0-2.5-3.4c0 0 .3-2.5 3-2.5 0 0 2.4.4 2.2 3 0 0-1.5 3.5-2.7 3M146.9 136s1.2 1.4 2 1.4c0 0 13.6-1.3 16 .4 0 0 2 .4 2.5 0 0 0 2-1.7 2-2.6 0 0 0-1.3-2.5-.6l-16.2-.1s-4.3-1-3.8 1.5"></path><path fill="none" d="M146.9 136s1.2 1.4 2 1.4c0 0 13.6-1.3 16 .4 0 0 2 .4 2.5 0 0 0 2-1.7 2-2.6 0 0 0-1.3-2.5-.6l-16.2-.1s-4.3-1-3.8 1.5z"></path><path fill="#fff" d="M148.6 131.6s0 1 2 1l19 .2s1.8-1 1.8 2.3c0 0 .6 14.9.7 31.2 0 4.8.3 10 0 14.7 0 0-.3 2-.9 2.4 0 0 0 2.2 2.3 1.4 0 0 2-.2 1.5-3.3l.2-4.7s-.4-2 3.2-1.5c0 0 3.7-.6 3.8-2 0 0 1.1-2.7-3.2-2.4h-3.2s-1.3-.8-1-2.5l-.3-19.7s-.3-3.4 3-3.2c0 0 3.4 0 4-1 0 0 2.4-3.4-2.7-3.1 0 0-3.1.1-3.8-.4 0 0-.5-.7-1-7.1 0 0 .3-3.8-2.5-3.4 0 0-19-.3-20.7.1 0 0-1.9-.5-2.2 1M124.1 185.3l-.4-43.6s0-2 3.3-2.5c0 0 4-.4 4.9 0 0 0 2.6.2 9.2-.1 0 0 1.7-1.7 1.8.4 0 0 1.1 35.3.6 42.7 0 0-.2 3.1-2.5 3.3 0 0-10.3-.9-11.3 0l-4 1s-1.7 0-1.6-1.2"></path><path fill="#fff" d="M145.6 183.2s-.4-20.6-.2-21.3l-.3-17.2-.6-6s.9-1.3 1.5-.4c0 0 4.4 1 7.1.6 0 0 8.7-.8 10.5.6 0 0 1.4-.7 1.8 1.5 0 0 .5 38 .2 38.7 0 0 .6 5.5.3 6 0 0-.1 1.3-2.4.2 0 0 .2-1.1-12.7-.7 0 0-4.9.1-5.2-2M167.3 183.7l-.2-43s1.1-3.8 2.9-3.4c0 0 .3.8.4 2.2l.5 41s-1.3 6.4-3.6 3.2"></path><path fill="none" d="m167.3 183.7-.2-43s1.1-3.8 2.9-3.4c0 0 .3.8.4 2.2l.5 41s-1.3 6.4-3.6 3.2Z"></path><path fill="#121212" d="M150.6 170.8c-.4 1.1 2.3 1.2 2.3 1.2l1.3-.2c1 .1 2-.3 2-.3.9-1.5-.7-2.3-.7-2.3l-.6-1.8V153c.3-.7 1.4-1.9 1.4-1.9 0-1.2-1.5-1-1.5-1l-4-.1c-1.2.1-.8 1.5-.8 1.5 1.4.7 1.8 3.1 1.8 3.1v13.5ZM132.2 158.2l-.3-4.2 1.3-2c.8-1.2-.6-2-.6-2l-4.3.4c-.8.4 0 1.8 0 1.8 1 .7 1.2 2.4 1.2 2.4l-.1 8v5.6c0 .7-1 2-1 2-1 0-.7 1.3-.7 1.3.3.7 2.6.3 2.6.3h5.7c5.5-1.8 4.6-5.7 4.6-5.7.5-4-3.8-5.6-3.8-5.6l-.2-2.2 4-6.2c.6-.6.5-1.1.5-1.1-.6-1.5-2.8 0-2.8 0l-4.9 7.6c-.4.5-1.2-.4-1.2-.4m.1 10.7c.2-3 .2-7 .2-7 2.6-2.1 4 .8 4 .8 3.5 3.2 0 6.2-.5 7-.5.9-3.3.2-3.3.2zM103.9 105.3s1 .4 1.2 1c0 0 2.9.4 3.3.8l9-.7s8.8-.7 12.6 2c0 0 1.4 0 2.3-.4 0 0 2-.4 2.5-1.2l5.1.2s3-1 2.7-3v-2.4s-.5-4.9.9-5.1h4s3.2-1.5 2.8-3.4c0 0 .1-2.7-2.7-3.3
0 0-3-.8-3.9-.7 0 0-1-1.2-1-2.7l-.5-17.8s-.2-2 2.6-1.7c0 0 4.2.5 5.5-1.9 0 0 1-3.9-1.1-4.6l-1.6-.8-3.6-.6s-1.5 0-1.6-2.7v-4.7s.1-3.3-2.5-3.3l-3.8-.3s-1-.8-2.8-.2c0 0-23.2-.4-24-.2l-2.7-.5s-3-2.7-5.4-.7l-2 1.5s-1.3-.3-1.8-.1c-.6.1-25.6-.3-25.6-.3s-5.3-.6-5.7 1.2c0 0-.7 7-.4 7.8 0 0 0 2-1.3 2.1 0 0-5.3.3-5.4.9 0 0-2.9 2-2 4 0 0 .9 2.8 3.8 3 0 0 4.3-.6 4.3.6 0 0 .3.8.3 2.2 0 0 .3 16.2.1 17.2 0 0 .4 2-1.3 2 0 0-2-.5-3.2.4 0 0-3.2-.2-4 2.4 0 0-.5 1.6.3 3 0 0 1.5 3 5.9 2 0 0 2.5-.6 2.7 1.1l-.1 6.6s-.6 1.7 2.8 2.7c0 0 4.4-1.3 5.8 1 0 0 1.5 3 2.7.9 0 0 2.6-2.5 9.6-2.2 0 0 12.3 1 12.5.4 0 0 3-.4 3.9-1.4z"></path><path fill="none" d="M103.9 105.5s1 .4 1.2 1c0 0 2.9.3 3.3.7l9-.6s8.8-.7 12.6 2c0 0 1.4 0 2.3-.4 0 0 2-.4 2.4-1.2l5.2.1s3-1 2.7-2.8v-2.5s-.5-4.9.9-5.2h4s3.2-1.5 2.8-3.4c0 0 .1-2.7-2.7-3.2 0 0-3-.8-3.9-.7 0 0-1-1.2-1-2.7l-.5-17.9s-.2-1.9 2.6-1.6c0 0 4.2.4 5.5-1.9 0 0 1-4-1.1-4.6l-1.6-.8-3.6-.6s-1.5-.1-1.6-2.7v-4.8s.1-3.2-2.5-3.2l-3.8-.3s-1-.8-2.8-.3c0 0-23.2-.4-24-.1l-2.7-.6s-3-2.7-5.4-.6l-2 1.5s-1.3-.3-1.9-.2c-.5.2-25.5-.2-25.5-.2s-5.3-.6-5.7 1.2c0 0-.7 7-.5 7.7 0 0 0 2-1.2 2.2 0 0-5.3.3-5.4.8 0 0-2.9 2-2 4.1 0 0 .9 2.7 3.8 3 0 0 4.3-.7 4.3.6 0 0 .3.8.3 2.1 0 0 .2 16.2.1 17.3 0 0 .4 2-1.4 2 0 0-1.9-.5-3
.3 0 0-3.3-.1-4 2.5 0 0-.6 1.6.2 3 0 0 1.5 3 5.9 2 0 0 2.4-.7 2.7 1l-.1 6.6s-.6 1.8 2.8 2.7c0 0 4.4-1.2 5.8 1 0 0 1.4 3 2.7 1 0 0 2.6-2.5 9.6-2.2 0 0 12.3 1 12.5.4 0 0 3-.4 3.9-1.4z"></path><path fill="#fff" d="M107.4 51.8s1.6.9 2.7.6c1.1-.3 17 .1 17 .1s7-.5 8 .4l1.7.6s.7.8.7 1.9l.1 4.8.4 1.3v37.7s.6 2.8-1.2 4.6c0 0 0 1.1.5 1 .6-.2.3-.2.3-.2s2.5.7 2.9-.2c0 0 1-3.3.1-5.2 0 0-.3-4 1.8-4 0 0 .8-.8 2.4-.4 0 0 3.6-.4 3.6-1.5 0 0 0-2.4-2.5-2l-3.3-.3s-2.1-.4-1.9-3c.3-2.5-.1-21-.1-21s0-2.2 3.4-2.1c0 0 4.2.1 4.2-1 0 0 1.1-2.8-1.9-3 0 0-5.7.2-5.3-1.4 0 0-.4-3.8-.7-4.5 0 0 .6-3.2-.1-3.7 0 0-.4-1.8-4-1.5 0 0-23.5.1-27.2-.1 0 0-2.1.2-1.6 2.1M103.2 54.4s2.3-.4 2.3-2.6c0-2.1.1-3.3-1.2-3.6-1.4-.3-2.9.1-3.3 1.9-.4 1.7.3 4 2.2 4.3"></path><path fill="#fff" d="M106 55.5s2.4 1.7 3.3 1.4c0 0 12.4-.8 16.2-.2 3.8.7 1.5.2 1.5.2s3.3 0 4.2 1.2c0 0 1 .3 1.5-.7l2-2.2s.2-1.3-2.1-1.2l-22.9-.1s-4.2-.7-3.8 1.6"></path><path fill="none" d="M106 55.5s2.4 1.7 3.3 1.4c0 0 12.4-.8 16.2-.2 3.8.7 1.5.2 1.5.2s3.3 0 4.2 1.2c0 0 1 .3 1.5-.7l2-2.2s.2-1.3-2.1-1.2l-22.9-.1s-4.2-.7-3.8 1.6z"></path><path fill="#fff" d="M73.7 103.8s1 0 .8-1.6L74.2 61s.4-2.7-1.9-4.5c0 0-1.2-1.5-1.2.8l.5 42s.2 3 2 4.4"></path><path fill="none" d="M73.7 103.8s1 0 .8-1.6L74.2 61s.4-2.7-1.9-4.5c0 0-1.2-1.5-1.2.8l.5 42s.2 3 2 4.4z"></path><path fill="#fff" d="M71.5 103.5s-1.6-3-1.5-3.6l-.1-9.1s-.2-5.9 0-6.6c.1-.7-.2-17.8-.2-17.8V54.7s-.2-3.3 2.2-2.4c0 0 24 .5 25.5 0 0 0 2.1-.3 1.3-1.4 0 0 0-1-1.5-.7 0 0-11.3-1-21.5-.7 0 0-6.8-.4-7.2.4 0 0-1 .2-1 4.1 0 0 0 3.7-.3 4.4 0 0 .2 1.9-3.2 2.3 0 0-4.7-.8-4.9 2 0 0 .7 2 5.3 1.8 0 0 3.4-.5 2.8 2.2l.4 20.1s.4 3.6-2 3.7c0 0-2.1.1-2.8-.1 0 0-4 0-3.7 2.3 0 0 1.4 2.4 5.3 1.9 0 0 3-.6 3.2 2.8 0 0-.2 7 1.4 7.2 0 0 3.5-.1 2.5-1"></path><path fill="#fff" d="M75.6 58.5s1.9-2 5-1.9l18.5-.3s2-.1 2-1.2c0 0-.4-1.6-2.8-1l-22.3.2-2.5-.1s-1.6.2 1 3.4z"></path><path fill="none" d="M75.6 58.5s1.9-2 5-1.9l18.5-.3s2-.1 2-1.2c0 0-.4-1.6-2.8-1l-22.3.2-2.5-.1s-1.6.2 1 3.4z"></path><path fill="#fff" d="M132.7 60.3s1.6-3.1 2.5-3.6c0 0 1.5-1.7 1 1.4l.3 39.2s-.4 1.4 0 3.5l-1.6 3s-1.8 1.4-1.8-.8l-.2-41.8Z"></path><path fill="none" d="M132.7 60.3s1.6-3.1 2.5-3.6c0 0 1.5-1.7 1 1.4l.3 39.2s-.4 1.4 0 3.5l-1.6 3s-1.8 1.4-1.8-.8l-.3-41.8Z"></path><path fill="#fff" d="M102.5 79s.2-3.3-.3-6.5c-.2-1.7.6-9.6-.1-13.7 0 0-.1-1.4-3-.1 0 0-17.4-.4-18 .1 0 0-4.7-.1-5.1 2.3 0 0 .7 18.6.3 19.3 0 0-.3 10.2 0 11.2 0 0 .4 9.4.1 10.5 0 0 .1 2.1-.3 3.2 0 0 0 1.4 2.3.6 0 0 .8-1.5 5.3-.9 0 0 3.3-.5 6.4 0 0 0 7 .5 8.7 0 0 0 2.8.5 3.6-2.5l-.2-8.5.9-2.7 1 .7.3 2 .1 9s.6 1.6 2.8 2c0 0 3.4.3 4 0 .5-.2 7.8-.6 9.9-.2 2 .4 2.4-1.4 8.5 1.7 0 0 1.7 0 1.7-1.2 0 0-.6-11.6 0-13.7 0 0 0-21.2-.5-22.7l.3-6.8s.3-3-4.5-3.3c0 0 3-.4-15.8.1 0 0-3 .2-6.2-1.3 0 0-.7.1-.7 1.9 0 0 .5 6.4 0 12.6l-.3 7Z"></path><path fill="#121212" d="M90.3 88.6s.4-10 0-11.4L90 75s.6-1.5 1.4-2c0 0 .7-2-1-1.8 0 0-3.4.2-4.2.1 0 0-1.9 0 0 2.4 0 0 .7 1 .6 3.5 0 0 0 11.4.2 12 0 0 .3 1.6-.6 2l-1.7-.2-2-1.9s-.4-2-1.4.1v1.1l1.3 3.3.8.2s1.2-.9 2.3-1.1h6.4l2.3 1s1 0 .7-1.3c0 0 .4-3.2-1.4-3.5 0 0-1 .3-1.6 1.9 0 0-1.8.9-2-2.2M120.3 92.2s-5.1.5-5.3-5.1c0
0-.5-3.8 5.2-6.3 0 0 4.2-2 4-4.6 0 0-.6-4.6-5-2.3 0 0-2.3 1-2.1 2.3 0 0-.7 1.5-1.5 1.2 0 0-1-.2-.6-4.7 0 0 0-1.8 2 0l1.2-.3s3.6-3 6.8.7c0 0 3.4 3.1 1 6.9 0 0-1.9 2.7-5 4 0 0-3 1.5-3.7 3.8 0 0 1 4 4.7 1.9 0 0 1.3-1.7 2.1-2 0 0 1.1 0 .9 2.5l-.3 2s-.3 1.6-2.2 0c0 0-1.8-.6-2.2 0M103.7 95.1c1-.7 1.1-2 1.1-2 2.7-7.2 5-17.7 5-17.7a9.5 9.5 0 0 1 2-2.5c2.3-.8 0-1.5 0-1.5-1-.4-4.1.2-4.1.2-1.7.3-1 .8-1 .8.7.7.2 3.4.2 3.4-.2 1-1.4 2.8-1.4 2.8-.5.3-1.5-.9-1.5-.9s-1.5-.5-1.6 0c-.2.6-1.1 1-1.1 1-1.6 0-2.3-4-2.3-4 1-3.4 0-2.8 0-2.8-.8-1.1-3.4-.3-3.4-.3-1.2.3-.4 1.2-.4 1.2 1.5.3 1.9 2 1.9 2 .7.9 5 18.5 5 18.5.4.9.7 2.5 1.6 1.8m-2.1-9-1.1-4.5.8-1.3 3-.2c.8 0 1 .7 1 1.4s-1.6 4.8-1.6 4.8l-.6.8zM66.9 128s-1.5-4.7-8.2.2l-22.8.5s-3-1-3.4 2.2c0 0 .5 6.3.2 6.8 0 0 .2 1.8-2.8 1.8 0 0-4.6-.6-4.8 3.5 0 0-.8 4.4 5.6 4.2 0 0 2-1 2.2 1.7 0 0-.3 17.6-.2 19 0 0 .6 1.6-2.5 2 0 0-4.5-1-5 2 0 0-.4 4.4 2.6 4.7 0 0 3.7-.3 4.4.7 0 0 .8-.5.7 2.7l.1 5.6s.4 1.5 2.7 1.4c0 0 4.3-.3 4.8 0 0 0 1 1.3 1.2 1.9 0 0 2.2 0 2.6-.4 0 0 3.3-2.2 15.7-1.4 0 0 1.8 0 2.3-.6 0 0 2.3-1.7 3.6.2 0 0 2 .4 8.2.3 0 0 6.7-1.8 11.3 2l1.5-.3s1.9-3.1 3.3-2.2c0 0 4 .5 4.7-.4 0 0 1.4-2 .7-7.3 0 0-.8-2.3 3.1-2.3 0 0 4.5.8 4-3.4 0 0 1.2-4.8-6.3-4.1 0 0-1-1.4-.8-2.3l-.3-17.3s-.1-2.4 3.1-2.3c0 0 4.4.3 4.5-3.7 0 0 .6-5.1-5.7-4.2 0 0-1.9-.3-2.2-1.5l-.2-6.8s.1-3.4-3.7-2.6c-.6 0-21.2-.4-23 .1 0 0-1 .2-1.2-.3"></path><path fill="none" d="M66.9 128s-1.5-4.7-8.2.2l-22.8.5s-3-1-3.4 2.2c0 0 .5 6.3.2 6.8 0 0 .2 1.8-2.8 1.8 0 0-4.6-.6-4.8 3.5 0 0-.8 4.4 5.6 4.2 0 0 2-1 2.2 1.7 0 0-.3 17.7-.2 19 0 0 .6 1.6-2.5 2 0 0-4.5-1-5 2 0 0-.4 4.4 2.6 4.7 0 0 3.7-.3 4.4.7 0 0 .8-.5.7 2.7l.1 5.6s.4 1.5 2.7 1.4c0 0 4.2-.3 4.8 0 0 0 1 1.3 1.2 1.9 0 0 2.2 0 2.6-.4 0 0 3.3-2.2 15.7-1.4 0 0 1.8 0 2.3-.6 0 0 2.3-1.7 3.6.2 0 0 2 .4 8.2.3 0 0 6.7-1.8 11.3 2l1.5-.3s1.9-3.1 3.3-2.2c0 0 4 .5 4.7-.4 0 0 1.4-2 .7-7.3 0 0-.8-2.3 3.1-2.3 0 0 4.5.8 4-3.4 0 0 1.2-4.8-6.3-4.1 0 0-1-1.4-.8-2.3l-.3-17.3s-.1-2.4 3.1-2.3c0 0 4.4.3 4.5-3.7 0 0 .6-5.1-5.7-4.2 0 0-1.9-.3-2.2-1.5l-.2-6.8s.1-3.4-3.7-2.6c-.5 0-21.2-.4-23 .1 0 0-1 .2-1.2-.4Z"></path><path fill="#fff" d="m41.2 184 .2-3.3-.4-39.3s.4-3-2.1-4.5c0 0-.7-.3-.9 1.6l.3 40.8s.3 5 2.9 4.8"></path><path fill="none" d="m41.2 184.1.3-3.4-.5-39.3s.5-3-2.1-4.5c0 0-.7-.3-.9 1.6l.3 40.8s.3 5 2.9 4.8z"></path><path fill="#fff" d="M36.7 136.5s.2 38.3.1 39l.1-.5s-.3 6.6 1.4 9.4c0 0-.5 2.3-3.7-.6v-5.6s0-3-3-3c0 0-3.2.2-4.7-1.3 0 0-.8-3 2.3-2.5 0 0 4.9 0 5.2-2L34 149s1-3.4-2.7-3.4c0 0-4.6.2-4.5-2.6 0 0 1-2.5 4.9-1.7 0 0 2.8-.5 2.7-3.2v-5.2s-.3-2 2.4-2.2h21.3s1-.1 1 1.3c0 0 0 1-1.7 1l-17.7.3s-2.9-1-3.1 3.3"></path><path fill="#fff" d="M40.4 136.2s-.6-1.9 1.4-1.5h14l3.9-.8s4 1 0 3.1c0 0-12.5-.1-13.6.2l-3.2.8s-1.3.5-2.5-1.8"></path><path fill="none" d="M40.4 136.2s-.6-2 1.4-1.5h14l3.9-.8s4 1 0 3.1c0 0-12.5-.1-13.6.2l-3.2.8s-1.3.5-2.5-1.8Z"></path><path fill="#fff" d="M63.6 134.3s-2.6 0-2.4-3.4c0 0 .2-2.6 3-2.6 0 0 2.4.4 2.1 3.1 0 0-1.5 3.5-2.7 2.9M65.5 135.7s1.2 1.3 2 1.3c0 0 13.7-1.2 16 .4 0 0 2 .4 2.6 0 0 0 2-1.6 2-2.5 0 0-.1-1.3-2.6-.6l-16.2-.1s-4.2-1-3.8 1.5"></path><path fill="none" d="M65.5 135.7s1.2 1.3 2 1.3c0 0 13.7-1.2 16 .4 0 0 2 .4 2.6 0 0 0 2-1.6 2-2.6 0 0-.1-1.2-2.6-.5l-16.2-.1s-4.2-1-3.8 1.5z"></path><path fill="#fff" d="M67.7 131.6s0 1 1.9 1l19 .2s1.8-1 1.8 2.3c0 0 .7 14.9.8 31.2 0 4.8.2 10 0 14.7 0 0-.4 2-1 2.4 0 0 0 2.2 2.4 1.4 0
0 2-.2 1.5-3.3l.1-4.7s-.4-2 3.3-1.5c0 0 3.7-.6 3.8-2 0 0 1-2.7-3.3-2.4h-3s-1.5-.8-1-2.4l-.5-19.8s-.2-3.4 3-3.2c0 0 3.4 0 4.1-1 0 0 2.3-3.4-2.7-3.1 0 0-3.1.1-3.8-.4 0 0-.6-.7-1-7.1 0 0 .3-3.8-2.5-3.4 0 0-19-.3-20.7.1 0 0-2-.5-2.2 1M43.2 185.3l-.4-43.6s-.1-2 3.3-2.5c0 0 4-.4 4.9 0 0 0 2.5.2 9.2-.1 0 0 1.7-1.6 1.8.4 0 0 1 35.4.5 42.7 0 0-.1 3.1-2.4 3.3 0 0-10.4-.8-11.3 0l-4 1s-1.7 0-1.6-1.2"></path><path fill="#fff" d="m86.3 183.7-.1-43s1-3.8 2.9-3.4l.4 2.2.5 41s-1.3 6.5-3.7 3.2"></path><path fill="none" d="m86.3 183.7-.1-43s1-3.8 2.9-3.4l.4 2.2.5 41s-1.3 6.5-3.7 3.2Z"></path><path fill="#fff" d="M64.7 183.3s-.4-20.5-.3-21.2l-.2-17.3-.6-6s.8-1.2 1.5-.4c0 0 4.4 1.1 7 .7 0 0 8.8-.8 10.6.6 0 0 1.3-.7 1.7 1.5 0 0 .6 38 .3 38.7 0 0 .6 5.5.3 6 0 0-.2 1.2-2.5.2 0 0 .3-1.1-12.6-.7 0 0-5 .1-5.2-2"></path><path fill="#121212" d="m60.5 170.7-1.2-2.5s-3-13.2-4.6-16c0 0-.3-2.7-2.6-.5 0 0-5.3 16.7-5.6 17.3l-1.8 1.2s-1 1.5.9 1.6l5-.1s1.6-1.4-.6-2.9c0 0 .3-2.1 3.2-10.4 0 0 .8-3.2 1.7-.8l2.8 9.6-.9 2.9s-.8 1.3.5 1.5c0 0 2.8.2 3.2-.9M68.4 168.6l-.1-14.5-.4-1s-1.4-1.8-.4-2c0 0-1.3-.8 8.7-.9 0 0 3.8-.7 2.8 4.2 0 0-.4 1.8-1.8-.8 0 0-.4-2.2-5.3-1.5 0 0-1 1-1 2v6s-.2 1.5 2.1 1.4c0 0 2.6-1.6 3-1 0 0 1 2.2 0 3.6 0 0-1.2.1-1.3-.4 0 0-.9-1.7-3.2-.7 0 0-1 2.2-.4 4 0 0-.2 3.3 2 3 0 0 2.8-.5 3-1.3 0 0 .7-1.6 1.4.3l-.7 2.3s-.4 1-1 .7c0 0-4.7-.7-5.2-.2l-3.7-.4s-.5-1.3 1.1-2c0 0 .4-.3.4-.8"></path></g>
</svg>
<!-- virgin logo -->
<svg width="44" height="38" style="filter:brightness(0)" version="1.0" viewBox="0 0 120 105">
<path fill="#e31e23" d="M48 5.2c.067-1.402-.574-3.27-1.8-3.9-1.307-1.205-4.575-1.426-5.9.5-1.62 1.067-2.679 3.785-3.454 5.915-2.513 6.322-4.898 12.837-7.146 19.185-1.41 3.88-2.296 7.82-3.5 11.9-.699 3.008-1.667
6.13-2.3 9.1-1.664 6.856-2.788 13.776-3.8 20.8.167 1.4-.958 3.802-1 1.149-.716-.861-.157-2.928-.6-4.049-.349-.712-.532-1.633-.1-2.8-.593-1.228-.558-2.634-.9-4 .085-1.12-.725-2.15-.8-3.2-.401-1.47-.605-3.228-.7-4.8.2-1.002-.441-1.75-.5-3.117-.588-3.041-.7-6.097-1.9-8.883-1.665-1.955-5.335-.994-5.5
1.8-.76 2.696-2.195 5.417-2.9 8.3-.764 1.843-1.15 3.997-2.075 5.575-.453 2.758-2.273 5.229-2.3 8.175.968 2.58 5.035 1.485 4.975-.85.362-.979 1.203-1.976 1.1-2.7.378-.974.493-1.495.8-2.4.296-.947.922-1.61 1-2.7.431-.092.335-1.237 1.317-1.6.604.996.863.93.683 1.8.196 1.439.674 1.994.8 3.4.416 3.108.985 5.995 1.4 9.2.598 3.219.969
6.855 1.6 9.8.145 1.394.217 2.613.5 3.717-.006.312.717 1.949.7 3 .559 2.467.703 5.082 1.5 7.583-.143 2.146 2.159 3.687 4 2.5 1.756-1.872 1.471-5.664 2.1-8.1.274-3.235.867-6.538 1.2-9.634.052-1.072.433-2.363.7-3.366 1.02-.267-.368-2.33.5-3.4.333-.745 1.138-2.271.4-2.9-.097-2.062.55-3.478.9-5.2-.015-1.521.486-2.643.8-3.9-.31-1.493.776-2.397.6-3.9.58-2.15
1.096-4.24 1.5-6.4.263-1.025.852-2.294 1.25-3.225.039-1.237 1.27-2.002 1.35-3.175-.008-1.763.4-2.88 1-4.5.29-1.347 1.015-1.982.9-3.3.67-1.072.546-2.524 1.3-3.8.234-1.397.783-2.392 1.2-3.7.335-1.372 1.483-2.536 1.5-4 1.376-2.599 2.296-5.556 3.8-7.8.854-1.595 2.279-2.99 3.2-4.1.214-.56 1.288-.467 1.3-1.6.781-.58 1.283-1.436 1.6-2.5l-.264.176L48 5.3m-16
68c-.147 2.109 2.797 1.961 3.7.6 1.276-1.079 2-.633 1.577-2.208.451-2.562.19-5.413.823-7.91.239-1.543.34-3.131.6-4.682-.15-1.596.992-3.103.2-4.5.752-.63-.143-3.385-2-2.6-3.11.896-4.266 4.234-4.177 7.208a275.251 275.251 0 0 1-.623 8.826c.028 1.708-.273 3.563-.2 5.166m9-30.3c.38-.718 1.3-2.238.6-3.3-.45-1.488-2.932-.733-3.8.3-1.425 1.11-2.2 2.431-1.9
4.2.053.336.833.27.9.7 1.553.306 2.582-1.084 3.6-1.6l.2-.2.2-.2M55.3 47c-.36-.878-1.284-2.5-2.6-1.8-.887.25-1.752.712-2.5 1-1.952.86-4.488.578-5.7 2.7-1.497 3.148-.453 7.149-1.5 10.317.054 2.823-.433 5.82 0 8.683.438 1.532 2.746 1.023 3.6.3 1.638-.747 2.46-2.784 2.2-4.7.19-2.04.261-4.372.4-6.568.323-1.077.497-2.197.8-3.132.306-1.339 1.588-2.37 2.4-3.025.855-1.086
2.853-1.63 2.6-3.375l.224-.224.076-.076m26.2-15.2c-.991.716-1.482 2.054-1.9 3.2-.049 1.902-.157 4.21-.6 5.7-.18 3.471-.675 7-.8 10.7.683 1.802 2.972.592 4-.1 1.102-.76 2.147-2.208 1.7-3.817-.104-1.365.154-3.075.4-3.583-.13.121-.3-1.382.2-2-.093-1.504.008-1.909 0-3.551-.337-1.136.445-1.98 0-2.449.482-.681.285-1.4.3-1.7.317-.98.117-2.211-.4-2.9-1.132-.671-2.064.134-3
.4m5.9-9.5c.127-1.931-2.354-1.682-3.6-1.2-1.121.762-2.694 2.669-1.9 4.3 1.258 1.388 3.628.56 4.3-1 .778-.514.958-1.227 1.2-2M119.9 40c-.05-.453-.345-2.369-1.5-2.7-1.362-.025-3.594-.406-5 .8-1.89.865-3.365 1.97-5.5 2.4-1.247-.596-1.056-1.56-1.3-2.4-.55-.664.298-1.45-.3-1.817.559-.761.07-1.632.2-2.383-.116-.798-.148-3.126.2-3.525-.077-.68.633-2.326.2-2.775-.291-.973.326-1.768.075-2.8-.656-.821-.61-1.976-2.075-2.3-2.9-.622-4.995 1.578-6.7
3.6-.86.953-2.62.446-3.6.7-2.867-.352-5.203 1.728-5.2 4.734-.248 5.105-.586 9.883-.8 14.966 1.157 2.073 4.163.524 5.088-.538.427-.576.94-2.238.912-2.362.188-1.153-.03-1.235 0-2.2-.316-.661.366-2.963.3-2.9.846-.147-.864-1.728.2-2-.2-1.311.576-1.659 0-2.3.74-.01.418-1.503.8-2.5.795-.714 1.404-1.678 2.2-2.3.875-1.294 3.829-1.317 3.3.751.107 3.241-.305 5.67-.2 8.849-.248 1.84-.433 4.193 1.4 5-1.473 1.13-3.684 2.173-5.491 3.225-3.074 1.597-6.232 3.313-9.209
5.175-.888.601-1.948 1.014-2.9 1.7-3.491 1.786-6.92 4.325-10.4 6.2-1.672 1.764-1.395-1.098-1.2-2.517.228-1.3-.143-3.198.3-4.283-.331-1.28.2-2.9.1-4.451.268-1.863.34-4.177.5-5.649.48-.882.166-2.72.4-4.1.338-1.402-.516-2.753-2.3-2.6-2.674-.36-3.543 2.57-3.2 4.8-.245 2.071-.433 4.666-.7 6.417-.284 2.849-.309 5.94-1.5 8.683-.922 1.095-3.444 2.53-4.2.5-.525-2.056-.15-4.36.1-6.3-.44-1.964.89-3.818 1.462-5.562.44-.834 1.766-1.923 2.038-2.838.997-.906.902-3.21-.917-2.9-2.225.353-4.265 2.147-5.283
3.7-1.077 1.56-2.023 2.973-2.3 5-.646 2.707-.822 5.463-.9 8.3-.085 2.56-.238 6.139 2.7 7 .74.388 3.033.446 4.117 0 .71.045 1.56-.488 2.483-.9.846-1.263 2.356-1.245 1.8 1.051.142 1.782-2.352 2.127-3.4 3.449-1.883 1.197-3.612 2.844-5.5 4-1.481 1.19-3.008 2.112-4.4 3.2-2.666 1.945-5.296 4.123-7.913 6.3-1.118.76-2.408 1.936-3.511 2.824C40.823 85.37 38.432 87.36 36 89.4c-2.727 2.812-6.427 5.196-8.4 8.8-.5 2.23 1.65 3.964 3.651 3.6 1.71.105 2.059-1.389 3.449-2.3 1.139-1.308 2.155-2.233 3.1-3.5
1.31-1.335 2.743-2.554 4-4 1.375-1.442 2.869-2.876 4.5-4.1.986-1.332 2.406-2.33 3.8-3.3 2.32-2.22 4.836-3.882 7.1-5.8 1.654-1.405 3.998-3.177 5.6-4.4 1.642-1.333 3.315-2.72 5.2-3.7v13.9c-.21 1.282-.156 3.49-.2 5.137.068 3.937-.399 7.988-.2 11.763.324 1.678 1.146 3.387 3.3 3.5 1.503.292 3.01-.913 3.3-2.2.19-.204.612-1.381.3-1.7-.515-.517-.477-.92-.1-1.4.218-.332-.15-.446-.3-1.2-.718-.004-.533-1.43-.1-1.6.03-.25-.18-2.203-.7-1.7-.437-1.134.421-1.319-.1-2.5.052-.935-.321-.93-.4-2.1.174-.692-.001-1.173-.3-2.1.723-.85.213-.777
0-1.9.13-.73.486-.56.2-1.5.59-.455-.489-.934.2-1.6.162-.752-.019-1.541 0-2.7-.157-1.047.24-2.765-.1-3.6.155-.43.022-1.939 0-3.117.221-1.44.06-1.748.1-3.034-.049-1.216.099-1.581.1-3-.202-1.152.792-1.592 1.4-2.149 1.134-.799 2.347-1.703 3.8-2.6.886-.717 2.816-1.91 4.1-2.6 3.182-2.105 6.517-3.668 9.7-5.6 1.527-.643 3.016-1.74 4.8-2.4 1.375-.992 3.31-1.757 4.8-2.6 2.443-1.343 5.113-2.553 7.7-3.6 2.854-1.184 6.247-1.594 8.787-3.525.782-1.051 1.48-1.755 1.713-2.975"></path></svg>
<!-- person -->
<svg width="100" height="26" viewBox="0 0 51.76765 15.628456"><g transform="translate(-322.74252,-246.72015)"><g transform="matrix(0.26458333,0,0,0.26458333,322.81316,246.8401)"><path d="m 121.73852,41.251305 c -0.0726,-0.187753 -0.27275,-0.296147 -0.46898,-0.251628 l -0.0608,0.01742 c -0.58081,0.123878 -1.0282,0.08904 -1.34216,-0.120008 -0.44542,-0.296146 -0.66127,-0.965864 -0.66127,-2.045929 v -9.76123 c 0,-3.813132 -2.30365,-5.746796 -6.85209,-5.746796 -4.07162,0 -7.2622,1.900759 -7.2622,4.328001 0,1.248462 0.77116,2.150452 1.90925,2.285944 0.74368,0.08904 1.45401,-0.243886 1.96811,-0.780047 1.00074,-1.041353 0.87319,-2.282072 -0.34142,-3.611829 0.71817,-0.741335 1.98969,-1.178781 3.43978,-1.178781 2.36252,0 3.3711,1.382018 3.3711,4.622213 v 2.46789 c -0.55335,0.168397 -1.07138,0.327116 -2.02109,0.547775 -1.91317,0.443252 -4.53863,1.03361 -6.51852,2.11174 -1.63453,0.884569 -2.46455,2.280136 -2.46455,4.14799 0,2.034316 1.35393,4.409297 5.1685,4.409297 2.13686,0 4.05003,-0.998769 6.01422,-3.143414 0.17072,2.227875 1.02625,3.064055 3.10228,3.064055 0.99877,0 1.7974,-0.230337 2.74712,-0.683267 0.25705,-0.123879 0.37871,-0.41809 0.27275,-0.679396 z m -6.30071,-2.982759 c -0.46309,0.636812 -1.97792,2.531764 -3.86558,2.531764 -2.54894,0 -3.08462,-1.765267 -3.08462,-3.246001 0,-2.434985 1.89158,-3.561504 6.9502,-4.794481 z m 48.88296,4.508012 c -5.40397,0 -9.47951,-4.177025 -9.47951,-9.716712 0,-5.423551 4.25214,-9.83672 9.47951,-9.83672 5.29212,0 9.44027,4.248642 9.44027,9.676065 0,6.101011 -4.89968,9.877367 -9.44027,9.877367 z M 164.1167,24.264479 c -2.33505,0 -5.01741,0.991027 -5.01741,8.714072 0,5.891966 1.76208,8.754719 5.38631,8.754719 3.46725,0 5.01545,-2.698227 5.01545,-8.754719 0,-5.862933 -1.76208,-8.714072 -5.38435,-8.714072 z M 80.775096,23.571534 c 0,4.494464 -1.122393,6.968161 -6.863865,6.968161 H 70.86782 V 16.963396 h 3.167032 c 5.939656,0 6.740244,3.340846 6.740244,6.608138 z M 70.86782,38.851161 v -7.063004 h 2.756926 c 4.112825,0 7.240612,-0.857471 9.298987,-2.551121 2.152561,-1.771074 2.603873,-4.014435 2.603873,-5.584206 0,-6.457162 -6.316404,-7.812082 -11.616375,-7.812082 l 0.02159,-0.0019 H 63.185707 c -0.243316,0 -0.441501,0.197431 -0.441501,0.43551 v 0.02903 -0.0077 c 0,0.220658 0.135394,0.418089 0.347314,0.493578 0.957566,0.348408 3.557515,-0.139363 3.557515,2.611124 v 19.4469 c 0,1.414924 -0.635761,2.413693 -3.541817,2.684677 -0.231543,0.02129 -0.404219,0.207109 -0.404219,0.431639 v 0.06775 c 0,0.240014 0.196223,0.433574 0.439539,0.433574 h 11.482944 c 0.243315,0 0.4415,-0.19356 0.4415,-0.433574 v -0.06 c 0,-0.224529 -0.180524,-0.414218 -0.412067,-0.433574 -3.157221,-0.249692 -3.79102,-1.213621 -3.79102,-2.690484 V 31.801706 Z M 94.218303,23.213448 c -4.997788,0 -9.065482,4.463494 -9.065482,9.95092 0,5.555172 3.812604,9.587027 9.065482,9.587027 4.413045,0 6.561677,-2.601446 7.791997,-4.556402 0.12166,-0.19356 0.0687,-0.449059 -0.1197,-0.582616 l -0.0589,-0.04065 c -0.19034,-0.133557 -0.45524,-0.09484 -0.6024,0.0871 -1.622766,2.007217 -3.043417,3.168577 -5.496199,3.168577 -3.102278,0 -6.416477,-2.107869 -6.416477,-8.026934 v -0.04258 c -0.0059,-0.261306 0,-0.619392 0.0098,-0.954251 h 12.693636 c 0.0353,0 0.0628,-0.0271 0.0648,-0.06194 l 0.008,-0.100651 c 0.18053,-2.425307 -0.51606,-4.606728 -1.96026,-6.137788 -1.410841,-1.498154 -3.45548,-2.289815 -5.914148,-2.289815 z m -4.821188,7.343667 c 0.417954,-4.049275 2.01913,-6.269409 4.534703,-6.269409 1.257787,0 2.191806,0.344537 2.851114,1.052967 0.906548,0.969735 1.291144,2.725325 1.140053,5.216442 z m 57.434335,0.216787 h -0.004 c -3.47118,-0.961993 -4.82315,-1.933664 -4.82315,-3.468595 0,-1.747847 1.40692,-3.017601 3.34559,-3.017601 2.28011,0 3.2573,1.076194 5.66495,5.04611 l 0.0314,0.05226 c 0.0118,0.02129 0.0334,0.0329 0.0334,0.0329 h 0.3532 c 0.24332,0 0.4415,-0.195495 0.4415,-0.43551 v -5.706149 c 0,-0.03484 -0.0294,-0.06387 -0.0294,-0.06387 h -0.4729 c -0.13147,0 -0.25705,0.05807 -0.33946,0.15872 l -0.76919,0.921345 c -0.96934,-0.526483 -2.54893,-1.080065 -4.13441,-1.080065 -3.98724,0 -6.77164,2.429178 -6.77164,5.909387 0,3.267293 2.19573,4.490592 5.98675,5.500976 3.68309,0.994898 4.98994,2.030444 4.98994,3.952495 0,2.138838 -2.09958,3.098896 -3.59088,3.098896 -2.77458,0 -3.94603,-1.01619 -6.60485,-5.727441 l -0.0314,-0.05613 c -0.0118,-0.02129 -0.0334,-0.03484 -0.0334,-0.03484 h -0.35713 c -0.24331,0 -0.4415,0.197431 -0.4415,0.43551 v 6.393287 c 0,0.03678 0.0294,0.06581 0.0667,0.06581 h 0.45131 c 0.11577,0 0.22958,-0.04645 0.312,-0.127749 l 1.21461,-1.198137 c 1.42262,0.87102 3.54967,1.325886 4.93108,1.325886 2.07407,0 3.77924,-0.648426 4.93107,-1.873661 1.0282,-1.093614 1.59333,-2.642094 1.59333,-4.360907 0,-2.976952 -1.61099,-4.533175 -5.94359,-5.742925 z m -21.00562,9.397338 c 0,0.985221 -0.25313,1.308466 -1.84449,1.407182 -0.23154,0.01548 -0.41207,0.205173 -0.41207,0.433574 0,0.240014 0.19819,0.433574 0.4415,0.433574 h 7.85479 c 0.23939,0 0.43365,-0.191624 0.43365,-0.425832 0,-0.232272 -0.18248,-0.423896 -0.41795,-0.433574 -1.81702,-0.0871 -2.28796,-0.377442 -2.28796,-1.414924 V 28.809268 c 1.29311,-2.121418 2.22124,-3.232452 3.79102,-3.567311 -0.0765,0.269049 -0.12558,0.588423 -0.12558,0.849729 0,1.380082 0.97719,2.344011 2.37626,2.344011 1.37355,0 2.33504,-0.963929 2.33504,-2.344011 0,-1.304595 -0.82609,-2.829848 -3.15722,-2.829848 -1.90924,0 -3.73411,1.080065 -5.30193,3.664091 v -2.922756 c 0,-0.298082 -0.2492,-0.538097 -0.55139,-0.530354 l -4.94873,0.131621 c -0.24135,0.0077 -0.42776,0.197431 -0.42776,0.433574 v 0.06194 c 0,0.214852 0.15698,0.398734 0.36693,0.427768 1.65023,0.230336 1.87785,1.004576 1.87589,1.80785 z m 54.32814,-16.710035 c 0.11381,0 0.22369,0.04452 0.30414,0.123879 0.0883,0.0813 0.1354,0.189688 0.13736,0.309696 l 0.0157,3.240194 c 0,0 1.61295,-3.801518 6.84424,-3.801518 h 0.0471 c 3.26122,0 5.13122,2.051736 5.13122,5.628725 V 40.15382 c 0,0.98522 0.25509,1.308466 1.84449,1.407181 0.23155,0.01355 0.41207,0.203238 0.41207,0.433575 0,0.238078 -0.19818,0.433574 -0.43954,0.433574 h -7.05812 c -0.24332,0 -0.4415,-0.195496 -0.4415,-0.43551 0,-0.232272 0.17856,-0.421961 0.40225,-0.441317 1.2833,-0.108393 1.48737,-0.427767 1.48737,-1.397503 V 30.053859 c 0,-3.336975 -0.96149,-4.633826 -3.42801,-4.633826 -1.66789,0 -3.03164,1.434279 -3.88324,2.638222 0,0 -0.43562,0.538097 -0.90655,1.552352 l 0.051,10.541277 c 0,0.969736 0.20014,1.28911 1.44616,1.397504 0.22369,0.01936 0.40029,0.21098 0.40029,0.433574 0,0.249692 -0.19818,0.445188 -0.43954,0.445188 h -7.01495 c -0.24136,0 -0.43954,-0.195496 -0.43954,-0.43551 0,-0.228401 0.18249,-0.41809 0.41207,-0.433574 1.5894,-0.09872 1.84253,-0.420026 1.84253,-1.405246 V 26.337507 c 0,-0.80521 -0.22762,-1.583321 -1.8857,-1.815593 -0.20996,-0.02903 -0.3689,-0.214852 -0.3689,-0.429703 v -0.06387 c 0,-0.238079 0.18837,-0.427767 0.42973,-0.43551 z" style="fill:#000"></path><path d="M 42.276232,3.7858309 C 54.714779,10.777218 57.611024,26.451707 48.955648,42.312014 41.350062,56.252206 24.741785,62.206111 12.366029,55.110202 -0.0116891,48.010421 -2.4271887,28.207297 2.8924046,16.812419 10.615724,0.2630388 28.532805,-3.9410845 42.276232,3.7858309" style="fill:#000"></path><path d="m 41.987785,15.811714 c 2.435122,2.56467 3.192541,6.455226 2.770662,9.647031 -0.484669,3.638928 -2.721606,7.006872 -6.440024,9.238619 -2.949224,1.773009 -6.82462,2.477567 -10.637224,2.512408 -0.0314,0.596165 -0.151091,2.649837 -0.21192,2.975018 -0.0883,0.478093 -0.259014,0.737463 -0.46701,1.004576 -0.410105,0.528419 -1.120431,0.867149 -1.826832,1.066516 -0.559234,0.154848 -1.114544,0.224529 -1.508951,0.224529 -0.06475,0 -0.129507,-0.0058 -0.194261,-0.01161 -0.414029,-0.04646 -0.875152,-0.240015 -1.159675,-0.551646 -0.284523,-0.315503 -0.445425,-0.710366 -0.482707,-1.159425 l -0.0314,-0.406476 c -0.08045,-0.348408 -0.521952,-18.03205 -0.437576,-17.716547 0.06475,-2.119482 3.532006,-2.487246 5.41378,-2.113675 1.885699,0.373571 1.408878,2.634351 1.35786,5.411937 0,0 -0.09026,3.652478 -0.2649,7.512064 2.401764,-0.09097 4.309047,-0.766497 6.09271,-1.639453 3.604608,-1.765267 5.511891,-4.469301 5.511891,-8.45083 0,-3.981529 -3.928375,-8.441151 -11.178799,-8.441151 -7.250423,0 -10.362512,1.803979 -13.872934,4.668667 -0.790777,0.64649 -1.401029,1.296852 -1.975961,1.724619 -0.576894,0.427768 -2.109392,0.493578 -2.517535,-0.509062 -0.4964431,-1.207815 0.427765,-2.554992 0.971302,-3.20729 0.853568,-1.023932 2.955111,-3.085346 5.286235,-4.283483 2.670589,-1.374276 5.935732,-2.85501 10.482209,-2.96921 4.112824,-0.100651 10.60779,0.226465 15.285736,5.439036 M 26.26251,45.0896 c -0.378709,-0.29034 -0.80255,-0.489707 -1.232278,-0.572937 -0.145204,-0.02904 -0.296296,-0.04452 -0.443463,-0.04452 -0.808436,0 -1.603138,0.439381 -2.121165,1.176845 -0.43169,0.611649 -0.610252,1.345241 -0.496443,2.053671 0.07456,0.454866 0.245278,0.847793 0.500367,1.140069 0.284523,0.329052 0.720137,0.582615 1.261711,0.735528 0.311994,0.08517 0.631837,0.13162 0.95168,0.13162 h 0.002 c 0.698552,0 1.326464,-0.209044 1.815058,-0.596164 0.567083,-0.458738 0.875153,-1.107164 0.869266,-1.833014 -0.0078,-0.841986 -0.419916,-1.664616 -1.106695,-2.191099" style="fill:#ffffff"></path></g></g></svg>
<!-- nih -->
<svg width="50" height="32" style="filter:saturate(0)" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 100 67.666"><g id="g8"><path oldfill="#646569" fill="#000" d="M64.809,22.976v22.543h-3.945h-0.001V35.352H50.604v10.167h-3.947V22.976h3.947v8.967h10.259v-8.967h0.001 H64.809z M42.709,45.519L42.709,45.519h-3.947V22.976h3.947V45.519z M34.875,45.519L34.875,45.519h-4.167L20.446,28.942h-0.092 v16.576h-3.757h-0.002V22.976h0.002h4.166h0.002l10.292,16.606h0.062V22.976h3.757V45.519z M78.714,34.169L64.772,8.978h-51.35 c-2.563,0-4.641,2.082-4.641,4.645v41.139c0,2.563,2.078,4.642,4.641,4.642h51.304L78.714,34.169z" id="path2"></path><path oldfill="#646569" fill="#000" d="M68.224,59.403l13.974-25.234L68.27,8.978h3.486c1.909,0,4.23,1.37,5.15,3.039l12.249,22.152l-12.29,22.2 c-0.923,1.668-3.242,3.034-5.151,3.034H68.224z" id="path4"></path><path fill="#6BA2B9" d="M68.225,59.403l13.974-25.234L68.269,8.978h3.488c1.907,0,4.229,1.37,5.15,3.039l12.247,22.152 l-12.288,22.2c-0.924,1.668-3.244,3.034-5.151,3.034H68.225z" id="path6"></path></g></svg>
<!-- buffer -->
<svg width="85" height="26" style="filter:saturate(0)" viewBox="0 0 143 36"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.404053 8.24483L15.821 0.258789L31.4041 8.24483L15.821 16.2588L0.404053 8.24483ZM92.9582 12.1276V11.9375C92.9582 9.30306 94.5076 8.46113 97.1172 8.65125V3.84414C90.8651 3.46392 87.902 6.58718 87.902 11.9375V12.1276H85.075V16.9347H87.902V31.4918H92.9582V16.9347H95.948H97.1172H98.7751V31.4918H103.831V16.9347H107.99V12.1276H103.831V11.9375C103.831 9.30306 105.354 8.46113 107.99 8.65125V3.84414C101.738 3.46392 98.7751 6.58718 98.7751 11.9375V12.1276H97.1172H95.948H92.9582ZM57.6198 17.3959C59.2236 16.1194 60.2021 14.2998 60.2021 11.9641C60.2021 7.42862 56.5052 4.33252 51.8568 4.33252H41.0652V31.437H52.7267C57.4838 31.437 61.2894 28.2322 61.2894 23.5881C61.2351 20.7907 59.8216 18.6452 57.6198 17.3959ZM51.8841 9.35689C53.6238 9.35689 54.8199 10.6334 54.8199 12.3444C54.8199 14.0554 53.5694 15.3318 51.8841 15.3318H46.4746V9.35689H51.8841ZM52.6996 26.4669H46.4746V20.0846H52.6996C54.5481 20.0846 55.88 21.4426 55.88 23.2622C55.88 25.109 54.5481 26.4669 52.6996 26.4669ZM77.0557 12.0996V22.5557C77.0557 25.9234 75.2072 27.3628 72.7336 27.3628C70.4502 27.3628 68.8463 26.0049 68.8463 23.3705V12.0996H63.7903V23.9952C63.7903 29.1553 67.0251 32.007 71.2113 32.007C73.8481 32.007 75.8868 31.0293 77.0285 29.2911V31.4638H82.0846V12.0996H77.0557ZM128.949 23.8327H114.161C114.895 26.3856 117.015 27.472 119.652 27.472C121.636 27.472 123.213 26.6572 124.056 25.5437L128.133 27.8522C126.312 30.4866 123.376 32.0075 119.598 32.0075C113.019 32.0075 108.86 27.5535 108.86 21.7686C108.86 15.9838 113.046 11.5298 119.217 11.5298C125.007 11.5298 129.139 16.0653 129.139 21.7686C129.139 22.5291 129.057 23.1809 128.949 23.8327ZM119.217 16.0653C116.499 16.0653 114.65 17.5047 114.079 19.9762H124.083C123.458 17.1788 121.337 16.0653 119.217 16.0653ZM136.451 15.441V12.1004H131.395V31.4646H136.451V22.2035C136.451 18.1297 139.768 16.9619 142.405 17.2878V11.7202C139.931 11.7202 137.457 12.8066 136.451 15.441ZM15.821 29.9625L5.30312 24.2588L0.404053 26.9069L15.821 35.2588L31.4041 26.9069L26.4496 24.2588L15.821 29.9625ZM5.30312 15.2588L15.821 20.4312L26.4496 15.2588L31.4041 17.6726L15.821 25.2588L0.404053 17.6726L5.30312 15.2588Z" fill="black"></path></svg>
</div>
<!-- 4th hero page -->
<div class="ABOUT">
<h2>All the tools you need to <span class="text-style-color">Build, Debug and Test</span> sites </h2>
<p>Develop and test every aspect of your site without context switching. From responsive
design, to accessibility,to meta tags and performance, Polypane has you covered. </p>
</div>
<!-- 5th hero page -->
<div class="characteristics">
<div class="respo-sec">
<svg width="137" height="60" viewBox="0 0 137 60" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="53" height="60" rx="8" fill="var(--fill)"></rect>
<rect x="60" width="43" height="50" rx="8" fill="var(--fill)"></rect>
<rect x="110" width="27" height="37" rx="8" fill="var(--fill)"></rect>
</svg>
<h3>Responsive Design</h3>
<p>Mobile screens to 5K
monitors, see all viewports in one overview.</p>
</div>
<div class="lint-go">
<svg width="88" height="60" viewBox="0 0 88 60" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" width="87" height="60" rx="10" fill="var(--fill)"></rect>
<path d="M22.5 18.5C22.5 21 24.5 23 27 23C29.4375 23 31.5 21 31.5 18.5C31.5 16.0625 29.4375 14 27 14C24.5 14 22.5 16.0625 22.5 18.5ZM38.375 18.625C37.625 17.8125 36.3125 17.8125 35.5625 18.625L30.125
24H23.8125L18.375 18.625C17.625 17.8125 16.3125 17.8125 15.5625 18.625C14.75 19.375 14.75 20.6875 15.5625 21.4375L21.5 27.375V44C21.5 45.125 22.375 46 23.5 46H24.5C25.5625 46 26.5 45.125 26.5 44V37H27.5V44C27.5 45.125 28.375 46 29.5
46H30.5C31.5625 46 32.5 45.125 32.5 44V27.375L38.375 21.4375C39.1875 20.6875 39.1875 19.375 38.375 18.625Z" fill="var(--white)"></path>
<path d="M54.5 18.5C54.5 21 56.5 23 59 23C61.4375 23 63.5 21 63.5 18.5C63.5 16.0625 61.4375 14 59 14C56.5 14 54.5 16.0625 54.5 18.5ZM70.375 18.625C69.625 17.8125 68.3125 17.8125 67.5625 18.625L62.125 24H55.8125L50.375 18.625C49.625
17.8125 48.3125 17.8125 47.5625 18.625C46.75 19.375 46.75 20.6875 47.5625 21.4375L53.5 27.375V44C53.5 45.125 54.375 46 55.5 46H56.5C57.5625 46 58.5 45.125 58.5 44V37H59.5V44C59.5 45.125 60.375 46 61.5 46H62.5C63.5625 46 64.5 45.125
64.5 44V27.375L70.375 21.4375C71.1875 20.6875 71.1875 19.375 70.375 18.625Z" fill="var(--white)"></path></svg>
<h3>Lint as you go</h3>
<p>Check your structure, metadata and accessibility. Get instant suggestions.</p>
</div>
<div class="side-by-side">
<svg width="111" height="60" viewBox="0 0 111 60" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="111" height="60" rx="10" fill="var(--fill)"></rect><rect x="6" y="6" width="49" height="48" rx="6" fill="var(--white)"></rect><rect x="16" y="17" width="29" height="3" fill="var(--fill)"></rect><rect x="16" y="25" width="13" height="3" fill="var(--fill)"></rect><rect x="16" y="33" width="21" height="3" fill="var(--fill)"></rect><rect x="16" y="41" width="16" height="3" fill="var(--fill)"></rect><rect x="68" y="17" width="29" height="3" fill="var(--white)"></rect><rect x="68" y="25" width="13" height="3" fill="var(--white)"></rect><rect x="68" y="33" width="21" height="3" fill="var(--white)"></rect><rect x="68" y="41" width="16" height="3" fill="var(--white)"></rect></svg>
<h3>Side by side views</h3>
<p>Test dark and light and more without changing your system settings.</p>
</div>
</div>
<!-- CTA CARD -->
<div class="CTA">
<h3>Build Your Next Project With Polypane</h3>
<ul>
<li>
<svg id="" viewBox="0 0 32 32" width="16" height="16" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="8px"><path d="M2 20 L12 28 30 4"></path></svg>
Use All Features on All Plans
</li>
<li>
<svg id="" viewBox="0 0 32 32" width="16" height="16" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="8px"><path d="M2 20 L12 28 30 4"></path></svg>
On Mac, Window and Linux
</li>
<li>
<svg id="" viewBox="0 0 32 32" width="16" height="16" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="8px"><path d="M2 20 L12 28 30 4"></path></svg>
14-day free trial – no credit card needed
</li>
</ul>
<!-- buttom CTA -->
<a class="button-card" href="">try for free <i class="fa-solid fa-right-long"></i></a>
<div class="image-effect">
<img src="img/appscreenincardwebp.webp" alt="">
</div>
</div>
<!-- benefits of polypane -->
<div class="benefit-container">
<span class="titleofcontainer"> ALL-IN-ONE</span>
<h2>Polypane helps with every aspect of web development. </h2>
<p>Develop and test your site in all the ways your real users view it: different screen sizes, device capabilities, color schemes, accessibility settings and more.</p>
</div>
<!-- card 1 -->
<div class="features-card">
<div class="features-text">
<span class="features-text-color">
responsive design
</span>
<h3>All the viewports you need.</h3>
<p>Don't manually resize and test websites screen-by-screen. Get all your viewports in one overview, no browser resizing needed.</p>
<p>Mobile screens, 5K monitors, all your CSS breakpoints or any size you want.</p>
</div>
<div class="features-video-container">
<video class="FeatureVideo" controls loop preload="true" loading="lazy" playsinline title="Click to play">
<source src="img/Clicktoplay1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
<!-- card 2 -->
<div class="features-card">
<div class="features-video-container card2-4">
<video class="FeatureVideo for2-4" controls loop preload="true" loading="lazy" playsinline title="Click to play">
<source src="img/Clicktoplay2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="features-text">
<span class="features-text-color">
Meta panel
</span>
<h3>Social media share card previews.</h3>
<p>Pixel-perfect previews of social media cards for X/Twitter, Facebook, Slack, LinkedIn, Discord, Telegram, Bluesky, Threads and Google Search. In dark and light mode. Even with your localhost.</p>
<p>Deep dive into our social media previews</p>
</div>
</div>
<!-- card 3 -->
<div class="features-card">
<div class="features-text">
<span class="features-text-color">
Synced panes
</span>
<h3>And they're all in sync..</h3>
<p>Scrolling, clicking, typing and <strong>even hovers</strong> are synced across all viewports.</p>
<p>Don't test viewports or devices one-by-one, check them all at once..</p>
</div>
<div class="features-video-container">
<video class="FeatureVideo" controls loop preload="true" loading="lazy" playsinline title="Click to play">
<source src="img/clicktoplay.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
<!-- card 4 -->
<div class="features-card">
<div class="features-video-container card2-4">
<video class="FeatureVideo for2-4" controls loop preload="true" loading="lazy" playsinline title="Click to play">
<source src="img/Clicktoplay4.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="features-text">
<span class="features-text-color">
Debug tools
</span>
<h3>From A11y to Z-index..</h3>
<p>Apply over 40 different debug tools to each viewport. Test your site in completely new ways.</p>
</div>
</div>
<!-- testimonial reviews -->
<div class="testimonial-container">
<span class="title-of-container">- USER TESTIMONIALS</span>
<h2>Developers and designers <span>love </span> polypane</h2>
<p>here's what they say:</p>
<div class="testimonial-cards">
<!-- card 1 -->
<div class="card">
<p>polypane is easily one of the most useful tools for modern web designers and developers</p>
<div class="Id-person">
<img src="img/hay (1).webp" alt="">
<div class="title-of-job">
<span>
Stephen Hay
</span>
<p>Author of Responsive Design Workflow</p>
</div>
</div>
</div>
<!-- card 2 -->
<div class="card colored">
<p>It is convenient seeing your work in multiple responsive views at the same time. <strong>Love it, <i>💯</i></strong></p>
<div class="Id-person">
<img src="img/sara.webp" alt="">
<div class="title-of-job">
<span>
Sara Soueidan
</span>
<p>Independent front-end UI engineer, Speaker/Trainer</p>
</div>
</div>
</div>
<!-- card 3 -->
<div class="card">
<p>This thing is FAST and the synchronized scrolling works amazingly. <strong>Prepare to be impressed.</strong></p>
<div class="Id-person">
<img src="img/vivian.webp" alt="">
<div class="title-of-job">
<span>
Vivian Guillen
</span>
<p>Frontend Developer & Curator at Tailwind Weekly</p>
</div>
</div>
</div>
<!-- card 4 -->
<div class="card colored">
<p>Polypane is really saving my bacon. <strong>Kilian knocked it out of the park</strong>, this is my new favorite development tool.</p>
<div class="Id-person">
<img src="img/stolinski.webp" alt="">
<div class="title-of-job">
<span>
Scott Tolinski
</span>
<p>Syntax.fm host, Level Up Tutorials</p>
</div>
</div>
</div>
<!-- card 5 -->
<div class="card">
<p>If you’re designing modern applications and websites, you should try Polypane! It’s worth every penny!</p>
<div class="Id-person">
<img src="img/sage.webp" alt="">
<div class="title-of-job">
<span>
Segun "Sage" Adebayo
</span>
<p>Creator of Chakra UI and Zag.js</p>
</div>
</div>
</div>
<!-- card 6 -->
<div class="card colored">
<p>I've started playing around with Polypane and 🤯. It has <strong>awesome debugging tools, accessibility checks and tests</strong>, and more. I'm really impressed.</p>
<div class="Id-person">
<img src="img/kevin.webp" alt="">
<div class="title-of-job">
<span>
Kevin Powell
</span>
<p>CSS Evangelist</p>
</div>
</div>
</div>
</div>
</div>
<!-- Pricing cards -->
<h2 class="pricing">Pricing</h2>
<div class="pricing-cards">
<!-- card num 1 -->
<div class="coulmn-pricing-card">
<!-- 1 item in the card -->
<div class="coulmn-intro">
<h3>Individual</h3>
<p><strong>Perfect for freelancers, solo devs or personal projects.</strong></p>
</div>
<div class="price-button">
<!-- 2 item in the card -->
<div class="row-pricing">
<h4> <span> $9</span> <small> / month </small> </h4>
<p><small><b>Billed at $108/year</b> incl. tax</small></p>
</div>
<!-- 3 item in the item -->
<button class="button-62" role="button">Subscribe</button>
</div>
<!-- 4item in the card -->
<ul>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>Single user</span></li>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>Use on <strong>3 computers</strong></span></li>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>All features</span></li>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>Frequent updates</span></li>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>Pause when needed</span></li>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>Email support</span></li>
</ul>
</div>
<!-- card num 2 -->
<div class="coulmn-pricing-card">
<!-- 1 item in the card -->
<div class="coulmn-intro">
<h3>Business</h3>
<p><strong>Use Polypane with your entire team.</strong></p>
</div>
<div class="price-button">
<!-- 2 item in the card -->
<div class="row-pricing">
<h4> <span>$39</span> <small> / month </small> </h4>
<p><small><b>Billed at $468/year</b> incl. tax</small></p>
</div>
<!-- 3 item in the item -->
<button class="button-62" role="button">Subscribe</button>
</div>
<!-- 4item in the card -->
<ul>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>Entire team (with <strong>10 users</strong>)</span></li>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>Use on <strong>3 computers</strong> per user</span></li>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>All features</span></li>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>Frequent updates</span></li>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>Email & <b>Live chat</b> support</span></li>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>Priority feature requests</span></li>
</ul>
</div>
<!-- card num 3 -->
<div class="coulmn-pricing-card">
<!-- 1 item in the card -->
<div class="coulmn-intro">
<h3>Enterprise</h3>
<p><strong>For large companies with multiple teams.</strong></p>
</div>
<!-- 2 item in the card -->
<div class="price-button">
<div class="row-pricing">
<h4> <span> $100</span> <small> / month </small> </h4>
<p><small><b>Billed at $1200/year</b> incl. tax</small></p>
</div>
<!-- 3 item in the item -->
<button class="button-62" role="button">Subscribe</button>
</div>
<!-- 4item in the card -->
<ul>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>Starts at 20+ users</span></li>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>Use on <strong>3 computers</strong> per user</span></li>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>All features</span></li>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>Frequent updates</span></li>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>Email & <b>Live chat</b> support</span></li>
<li><svg id="" viewBox="0 0 32 32" width="14" height="14" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="15%"><path d="M2 20 L12 28 30 4"></path></svg>
<span>Single sign-on</span></li>
</ul>
</div>
</div>
<!-- footer -->
<footer class="footer">
<div class="col-sm-3">
<ul>
<li class="title">Product</li>
<li><a href="#">Docs</a></li>
<li><a href="#">Integrations</a></li>
<li><a href="#">Changelog</a></li>
<li><a href="#">Downdload</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Pricing</a></li>
</ul>
</div>
<div class="col-sm-3">
<ul>
<li class="title">Use cases</li>
<li><a href="#">Responsive Design</a></li>
<li><a href="#">Accessibility</a></li>
<li><a href="#">Site Quality</a></li>
<li><a href="#">Social media Prerviews</a></li>
<li><a href="#">Quality Assurance</a></li>
</ul>
</div>
<div class="col-sm-3">
<ul>
<li class="title">Company</li>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Newsletter</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">Case Studies</a></li>
<li><a href="#">Accolades</a></li>
</ul>
</div>
<div class="col-sm-3">
<ul>
<li class="title">Contact Us</li>
<li><a href="#">send us an email</a></li>
<li><a href="#">give us a call</a></li>
</ul>
</div>
<div class="col-sm-3">
<ul>
<li class="title">Social</li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Instagram</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Youtube</a></li>
<li><a href="#">LinkedIn</a></li>
<li><a href="#">Google+</a></li>
</ul>
</div>
</footer>
<script src="js/polypane.js"></script>
</body>
</html>