-
Notifications
You must be signed in to change notification settings - Fork 0
/
check.html
857 lines (772 loc) · 124 KB
/
check.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<title>Payment</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<style>
@import url("https://fonts.googleapis.com/css2?family=Manrope&family=Montserrat:wght@600&family=Poppins&family=Quicksand&display=swap");
#form {
line-height: 35px;
width: 40%;
/* background-color: #333; */
}
#card1 {
width: 375px;
height: 239px;
border-radius: 15px;
background-image: url("https://cardinfo.in/assets/images/sbi-platinum-debit-card.jpg");
background-size: cover;
/* background-attachment:calc(1.0); */
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
#da {
line-height: 0px;
margin-left: 32%;
margin-top: 21%;
font-size: 21px;
color: #fff;
font-family: poppins;
line-height: 33px;
}
#main {
display: flex;
align-items: center;
width: 60%;
height: 490px;
/* border: 1px solid red; */
justify-content: space-between;
padding: 2%;
/* background-color: #333; */
background: #22c1c3;
/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fdbb2d, #22c1c3);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fdbb2d, #22c1c3);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
border-top-right-radius: 40px;
border-bottom-left-radius: 40px;
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
margin: auto;
margin-top: 30px;
}
#form input {
width: 90%;
padding: 10px;
margin-bottom: 20px;
border-radius: 5px;
border: none;
border-color: #fff;
font-family: poppins;
}
label {
color: #fff;
display: block;
margin-bottom: 2%;
font-family: montserrat;
color: #fff;
}
#h {
text-align: center;
font-family: montserrat;
margin-top: 30px;
}
#sc {
width: 60%;
padding: 10px;
border: none;
margin-top: 2%;
margin-left: 17%;
border-radius: 5px;
background-color: #F4511E;
color: white;
cursor: pointer;
font-family: poppins;
font-size: medium;
transition: transform .2s;
}
#sc:hover {
background-color: #DD2C00;
transform: scale(1.1);
font-family: poppins;
font-size: medium;
}
</style>
<body>
<header>
<div id="upperNav">
<div>
<a href="#"><img src="https://static.thenounproject.com/png/5015922-200.png" alt=""
style="width: 20px; height: 20px; margin-right: 5px" />
For Business</a>
<a href="#"><img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSlgHtcbzB91mS34aEhKLrPEVZB6kYb9V1VQA&usqp=CAU"
alt="" style="width: 20px; height: 20px; margin-right: 5px" />
Download The App</a>
</div>
<div>
<a href="#"><img src="http://cdn.onlinewebfonts.com/svg/img_456370.png" alt=""
style="width: 20px; height: 20px; margin-right: 5px" />
Deals</a>
<a href="visit_store.html"><img src="https://i.pinimg.com/564x/db/2c/40/db2c407b44a5802ecadc05c1e3fc266d.jpg"
alt="" style="width: 20px; height: 20px; margin-right: 5px" />
Visit Our Store</a>
<a href="#"><img src="https://www.clipartsmania.com/gif/currency/india-rupee-symbol-gif-animation-black.gif"
alt="" style="width: 20px; height: 20px; margin-right: 5px" />
Discount on Premium Ads</a>
<a href="shopping-cart.html"><img src="http://cdn.onlinewebfonts.com/svg/img_297674.png" alt=""
style="width: 20px; height: 20px; margin-right: 5px" />
Cart</a>
<a href="#"><img src="https://www.svgrepo.com/show/151296/live-chat.svg" alt=""
style="width: 20px; height: 20px; margin-right: 5px" />
NXT</a>
</div>
</div>
<nav role="navigation" id="navbar">
<div id="menuToggle">
<input type="checkbox" id="hamburger-menu-button" />
<span></span>
<span></span>
<span></span>
<ul id="menu">
<img src="https://i.ibb.co/0JGD23q/Refurbay-TP.png" alt="logo" style="width: 170px; height: 170px" />
<hr />
<a href="login.html">
<li id="logo1">
<img
src="https://mpng.subpng.com/20180925/txu/kisspng-computer-icons-clip-art-login-portable-network-gra-user-login-person-man-enter-svg-png-icon-free-down-5baa7bca379ab4.6410690315378994662278.jpg"
alt="" style="width: 20px; height: 20px; margin-right: 5px" />
Logout
</li>
</a>
<hr />
<a href="#">
<li>
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/7c/User_font_awesome.svg/1024px-User_font_awesome.svg.png"
alt="" style="width: 20px; height: 20px; margin-right: 5px" />
My Account
</li>
</a>
<a href="order.html">
<li>
<img src="https://toppng.com/uploads/preview/payment-history-icon-11553476397wfa17tvwpv.png" alt="" style="
width: 20px;
height: 20px;
background-color: transparent;
margin-right: 5px;
" />
My Orders
</li>
</a>
<a href="#">
<li>
<img src="https://www.svgrepo.com/show/12172/smartphone-ad.svg" alt="" style="
width: 25px;
height: 25px;
background-color: transparent;
margin-right: 5px;
" />
My Ads
</li>
</a>
<hr />
<h4 style="color: grey">CATEGORIES</h4>
<a href="#">
<li>
<img src="http://cdn.onlinewebfonts.com/svg/img_452750.png" alt=""
style="width: 20px; height: 20px; margin-right: 5px" />
Services
</li>
</a>
<a href="#">
<li>
<img src="https://static.thenounproject.com/png/5015922-200.png" alt=""
style="width: 20px; height: 20px; margin-right: 5px" />
Jobs
</li>
</a>
<a href="#">
<li>
<img
src="https://toppng.com/uploads/preview/font-car-svg-png-icon-free-download-icon-car-11563232486o4ytppwzhy.png"
alt="" style="width: 20px; height: 20px; margin-right: 5px" />
Cars
</li>
</a>
<a href="#">
<li>
<img src="https://freesvg.org/img/motorcycleicon.png" alt=""
style="width: 20px; height: 20px; margin-right: 5px" />
Bikes
</li>
</a>
<a href="#">
<li>
<img src="https://www.svgrepo.com/show/60919/sofa.svg" alt=""
style="width: 20px; height: 20px; margin-right: 5px" />
Furniture & Decor
</li>
</a>
<a href="#">
<li>
<img src="https://icons.veryicon.com/png/o/internet--web/line-style-digital-correlation/mobile-to-tv.png"
alt="" style="
width: 20px;
height: 20px;
margin-right: 5px;
background-color: transparent;
" />
Electronics & Appliances
</li>
</a>
<a href="#">
<li>
<img src="https://toppng.com/uploads/preview/home-icon-home-icon-svg-free-11563371772ani6qcgief.png"
alt="" style="width: 20px; height: 20px; margin-right: 5px" />
Homes
</li>
</a>
<a href="#">
<li>
<img src="https://cdn-icons-png.flaticon.com/512/2329/2329038.png" alt=""
style="width: 20px; height: 20px; margin-right: 5px" />
Co-working Spaces
</li>
</a>
<a href="#">
<li>
<img src="https://www.pngfind.com/pngs/m/109-1094000_smartphone-tablet-icon-mobile-and-tablet-icon-hd.png"
alt="" style="width: 20px; height: 20px; margin-right: 5px" />
Mobile & Tablets
</li>
</a>
<a href="#">
<li>
<img
src="https://www.clipartmax.com/png/small/314-3144540_download-rocking-horse-silhouette-clipart-rocking-horse-toy-icon.png"
alt="" style="width: 20px; height: 20px; margin-right: 5px" />
Kids & Toys
</li>
</a>
</ul>
</div>
<!-- <img src="https://i.ibb.co/vV6BL8R/Skin-Verse-1.png" alt="" id="logo" /> -->
<a href="index.html"><img src="https://i.ibb.co/vV6BL8R/Skin-Verse-1.png" alt="" id="logo" /></a>
<img src="https://www.svgrepo.com/show/26529/location-pin.svg" alt="" style="
height: 20px;
width: 20px;
margin-top: 45px;
margin-left: 55px;
cursor: pointer;
" />
<select name="location" id="location">
<option value="all india">All India</option>
<option value="hyderabad">Hyderabad</option>
<option value="kolkata">Kolkata</option>
<option value="bangalore">Bangalore</option>
<option value="chennai">Chennai</option>
<option value="jaipur">Jaipur</option>
<option value="delhi">Delhi</option>
<option value="mumbai">Mumbai</option>
<option value="pune">Pune</option>
<option value="ahmedabad">Ahmedabad</option>
<option value="noida">Noida</option>
</select>
<div id="search" style="height:40%; width:35%;margin-top: 2%;">
<input type="text" placeholder="Search in All India..." id="searchBar" />
<button id="searchBtn">
<img src="https://icon-library.com/images/search-button-icon-png/search-button-icon-png-14.jpg" alt=""
style="height: 20px; width: 20px" />
</button>
</div>
<a href="login.html"><img src="http://cdn.onlinewebfonts.com/svg/img_301872.png" alt="" style="
width: 30px;
height: 30px;
margin-top: 40px;
margin-left: 50px;
text-decoration: none;
color: black;
" /></a>
<a href="login.html" style="text-decoration: none; color: black;">
<p id="LName">Login/Register</p>
</a>
<button id="postingbtn"><a href="Adcategory.html">Post Free Ads</a></button>
</nav>
</header>
<div>
<h1 id="h">Payment Information</h1>
</div>
<div id="main">
<div id="card1">
<div id="da">
<h6> <span id="nam">Your Name</span></h6>
<h6> <span id="num">Card Number</span></h6>
<h6> <span id="e">Exp.Date(mm/yy)</span></h6>
</div>
</div>
<div id="form">
<label for="">Name</label>
<input type="text" placeholder="Name" id="name" maxlength="11" required="">
<label for="">Card Number</label>
<input type="number" placeholder="Card Number" id="number" maxlength="16" required
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);" />
<label for="">Expiration(mm/yy)</label>
<input type="text" id="ex" id="number" maxlength="7" required placeholder="Expiration Date" ;>
<label for="">Security code</label>
<input type="text" id="code" maxlength="3" required placeholder="CVV / Number">
<button id="sc">Pay Now</button>
</div>
</div>
<br>
<br>
<footer>
<hr />
<div id="upperPart">
<div>
<p>
Sign up to our newsletters and receive the latest exclusive
discounts and deals
</p>
<button>Post Free Ad</button>
</div>
<div id="connect-on-social-media">
<p>Connect with us</p>
<div id="socialMedia">
<svg width="40" height="40" class="eastendFooterSocialIcons_listItemSvg" viewBox="0 0 40 40">
<circle cx="20" cy="20" r="20" class="eastendFooter_fill_hover-grey" />
<path fill="#FFFFFF"
d="M17.0680736,16.6145435 L17.0680736,14.6052554 C17.0680736,13.7187702 17.0904121,12.3525954 17.7335254,11.5060843 C18.4119099,10.6090177 19.3418964,10 20.9432132,10 C23.5509376,10 24.6490506,10.3715243 24.6490506,10.3715243 L24.132914,13.4342484 C24.132914,13.4342484 23.2711187,13.1861737 22.4669332,13.1861737 C21.6627476,13.1861737 20.9432132,13.4742226 20.9432132,14.2772324 L20.9432132,16.6145435 L24.2399036,16.6145435 L24.0094645,19.6055494 L20.9432132,19.6055494 L20.9432132,30 L17.0680736,30 L17.0680736,19.6055494 L15,19.6055494 L15,16.6145435 L17.0680736,16.6145435 Z"
class="eastendFooterSocialIcons_listItemSvgPath-grey" />
</svg>
<svg width="40" height="40" class="eastendFooterSocialIcons_listItemSvg" version="1.1" viewBox="0 0 40 40">
<circle cx="20" cy="20" r="20" class="eastendFooter_fill_hover-grey" />
<path fill="#FFFFFF"
d="M27.3656846,14.7303293 C28.1998845,14.2311958 28.8399769,13.4385904 29.1415367,12.4969382 C28.3604853,12.9590988 27.4974003,13.2941652 26.5753899,13.4744079 C25.8405546,12.6910456 24.7902946,12.2 23.6279607,12.2 C21.3991912,12.2 19.5909879,14.0093588 19.5909879,16.2392837 C19.5909879,16.5558637 19.6256499,16.8632005 19.694974,17.1589832 C16.3385326,16.9891392 13.3633738,15.3842865 11.3703062,12.9371462 C11.0225303,13.5367995 10.8238013,14.2311958 10.8238013,14.9706528 C10.8238013,16.369844 11.536684,17.607279 12.6204506,18.3317158 C11.9595609,18.3120739 11.3356441,18.1295205 10.7902946,17.8279607 L10.7902946,17.877643 C10.7902946,19.8348931 12.1825534,21.4674754 14.0311958,21.8383593 C13.6926632,21.9331023 13.3356441,21.9804737 12.9670711,21.9804737 C12.7071057,21.9804737 12.4529174,21.9562103 12.2068169,21.9088388 C12.7209705,23.5125361 14.2114385,24.680647 15.9792028,24.7129983 C14.5973426,25.7956095 12.8549971,26.4414789 10.9636049,26.4414789 C10.6377816,26.4414789 10.3154246,26.4229925 10,26.3860196 C11.7874061,27.5310225 13.9110341,28.2 16.1906412,28.2 C23.6198729,28.2 27.6811092,22.0463316 27.6811092,16.7072213 C27.6811092,16.5327556 27.677643,16.3571346 27.6707106,16.1849798 C28.4598498,15.6153668 29.1450029,14.9047949 29.6845754,14.0937031 C28.961294,14.4160601 28.1825534,14.6321202 27.3656846,14.7303293 Z"
class="eastendFooterSocialIcons_listItemSvgPath-grey" />
</svg>
<img id="instagram-round-icon"
src="https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/instagram-round-icon.png"
alt="" />
<svg width="40" height="40" class="eastendFooterSocialIcons_listItemSvg" version="1.1" viewBox="0 0 40 40">
<circle cx="20" cy="20" r="20" class="eastendFooter_fill_hover-grey" />
<path fill="#FFFFFE"
d="M17,23.6363636 L17,16.3636364 L23,20.000139 L17,23.6363636 Z M31.4984545,14.4984516 C31.2224545,13.5149677 30.4091818,12.7405161 29.3766364,12.4776774 C27.5050455,12 20,12 20,12 C20,12 12.4949545,12 10.6233636,12.4776774 C9.59081818,12.7405161 8.77754545,13.5149677 8.50154545,14.4984516 C8,16.2809032 8,20 8,20 C8,20 8,23.7189677 8.50154545,25.5015484 C8.77754545,26.4850323 9.59081818,27.2594839 10.6233636,27.5224516 C12.4949545,28 20,28 20,28 C20,28 27.5050455,28 29.3766364,27.5224516 C30.4091818,27.2594839 31.2224545,26.4850323 31.4984545,25.5015484 C32,23.7189677 32,20 32,20 C32,20 32,16.2809032 31.4984545,14.4984516 Z"
class="eastendFooterSocialIcons_listItemSvgPath-grey" />
</svg>
<img src="https://fontawesomeicons.com/lib/svg/logo-pinterest.svg" alt="" id="instagram-round-icon" />
</div>
</div>
</div>
<hr id="mid" />
<div id="midPart">
<div id="services">
<p>Customer Service</p>
<div>
<svg width="24" height="24" class="eastendFooterLinkColumns_svgIcon" viewBox="0 0 24 24">
<path
d="M12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 Z M11,18 L13,18 L13,11 L11,11 L11,18 Z M12,9 C12.8633094,9 13.5,8.34980989 13.5,7.50570342 C13.5,6.65019011 12.8633094,6 12,6 C11.1366906,6 10.5,6.65019011 10.5,7.50570342 C10.5,8.34980989 11.1366906,9 12,9 Z"
class="eastendFooterLinkColumns_svgIconFill-light" />
</svg>
<p>Help Center /FAQs</p>
</div>
<div>
<svg width="24" height="24" class="eastendFooterLinkColumns_svgIcon" viewBox="0 0 24 24">
<path
d="M12,2 C17.5228475,2 22,6.4771525 22,12 C22,14.4452017 21.1179427,16.7564187 19.5448599,18.5633646 L18.0364037,17.2501397 C19.2954713,15.8038921 20,13.9578458 20,12 C20,7.581722 16.418278,4 12,4 L12,6 L8,3 L12,-1.71807013e-13 L12,2 Z M12,22 C6.4771525,22 2,17.5228475 2,12 C2,9.55479826 2.88205727,7.24358127 4.45514006,5.43663535 L5.96359628,6.74986033 C4.70452866,8.19610785 4,10.0421542 4,12 C4,16.418278 7.581722,20 12,20 L12,18 L16,21 L12,24 L12,22 Z"
class="eastendFooterLinkColumns_svgIconFill-light" />
</svg>
<p>Returns</p>
</div>
<div>
<svg width="24" height="24" class="eastendFooterLinkColumns_svgIcon" viewBox="0 0 24 24">
<path
d="M9.83652345,17.9961822 C9.3919824,19.723605 7.82412481,21 5.958194,21 C4.09226318,21 2.52440559,19.723605 2.07986455,17.9961822 L1,17.9961822 L1,4 L15.9694148,4 L15.9694148,6.00193404 C18.6390737,5.98791883 19.9739032,5.98091123 19.9739032,5.98091123 C19.9739032,5.98091123 20.9750253,7.64969887 22.9772694,10.9872742 L23,18.0240497 L21.8455118,18.013418 C21.3950059,19.7320885 19.8313785,21 17.971659,21 C16.1057282,21 14.5378706,19.723605 14.0933296,17.9961822 L9.83652345,17.9961822 Z M14.9682928,7.9834564 L14.9682928,11.9885467 L20.9750253,11.9885467 L20.9750253,10.9872742 L18.9727811,7.9834564 L14.9682928,7.9834564 Z M5.958194,18.9974548 C7.06400292,18.9974548 7.96043817,18.1008848 7.96043817,16.9949097 C7.96043817,15.8889345 7.06400292,14.9923645 5.958194,14.9923645 C4.85238508,14.9923645 3.95594983,15.8889345 3.95594983,16.9949097 C3.95594983,18.1008848 4.85238508,18.9974548 5.958194,18.9974548 Z M17.971659,18.9974548 C19.0774679,18.9974548 19.9739032,18.1008848 19.9739032,16.9949097 C19.9739032,15.8889345 19.0774679,14.9923645 17.971659,14.9923645 C16.8658501,14.9923645 15.9694148,15.8889345 15.9694148,16.9949097 C15.9694148,18.1008848 16.8658501,18.9974548 17.971659,18.9974548 Z"
class="eastendFooterLinkColumns_svgIconFill-light" />
</svg>
<p>Shipping Information</p>
</div>
<div>
<svg width="24" height="24" class="eastendFooterLinkColumns_svgIcon" viewBox="0 0 24 24">
<path fill-rule="nonzero"
d="M13 2.05A10.003 10.003 0 0121.95 11H24v2h-2.05A10.003 10.003 0 0113 21.95V24h-2v-2.05A10.003 10.003 0 012.05 13H0v-2h2.05A10.003 10.003 0 0111 2.05V0h2v2.05zM12 16a4 4 0 110-8 4 4 0 010 8zm0 4a8 8 0 100-16 8 8 0 000 16z"
class="eastendFooterLinkColumns_svgIconFill-light" />
</svg>
<p>Track my order</p>
</div>
<div>
<svg width="24" height="24" class="eastendFooterLinkColumns_svgIcon" viewBox="0 0 24 24">
<path
d="M12.132,21.787c-5.412,0-9.799-4.388-9.799-9.799c0-5.412,4.387-9.799,9.799-9.799s9.799,4.387,9.799,9.799 C21.932,17.399,17.544,21.787,12.132,21.787z M15.943,8.722c0.902,0,1.635-0.732,1.635-1.634c0-0.901-0.732-1.632-1.635-1.632 s-1.633,0.731-1.633,1.632C14.311,7.99,15.041,8.722,15.943,8.722z M18.121,16.341c0.901,0.023,1.65-0.689,1.673-1.592 c0.021-0.9-0.69-1.651-1.593-1.672c-0.026-0.001-0.053-0.001-0.08,0c-0.902,0.021-1.615,0.771-1.594,1.672 C16.55,15.62,17.25,16.321,18.121,16.341z M11.587,13.077c0.902,0.021,1.651-0.691,1.673-1.593c0.021-0.902-0.69-1.652-1.593-1.675 c-0.025,0-0.053,0-0.08,0c-0.902,0.022-1.614,0.772-1.593,1.675C10.017,12.354,10.717,13.056,11.587,13.077z M7.233,8.722 c0.902,0,1.634-0.732,1.634-1.634c0-0.901-0.732-1.632-1.634-1.632S5.6,6.187,5.6,7.088C5.6,7.99,6.331,8.722,7.233,8.722z M7.233,17.434c0.902,0,1.634-0.732,1.634-1.633c0.001-0.904-0.73-1.635-1.632-1.635c-0.001,0-0.001,0-0.002,0 c-0.902,0-1.633,0.73-1.633,1.635C5.601,16.701,6.332,17.432,7.233,17.434z M12.679,19.608c0.9,0.001,1.634-0.729,1.634-1.632 s-0.73-1.634-1.633-1.636c-0.001,0-0.001,0-0.001,0c-0.903,0.002-1.634,0.733-1.634,1.636 C11.045,18.878,11.776,19.608,12.679,19.608z"
class="eastendFooterLinkColumns_svgIconFill-light" />
<rect width="19.834" height="19.834" x="2.166" y="2.12" fill="none" />
</svg>
<p>Cookie Settings</p>
</div>
</div>
<div id="midTwo">
<div>
<hr />
<p>My Account</p>
<p>Manage My Auto- <br />Replenishments</p>
<p>My Rewards</p>
<p>My Favorites</p>
<p>Refer a Friend</p>
<p>Order History</p>
</div>
<div>
<hr />
<p>Company</p>
<p>About Us</p>
<p>Press</p>
<p>What is Klarna?</p>
</div>
<div>
<hr />
<p>Legal</p>
<p>Privacy Policy</p>
<p>Terms & Conditions</p>
<p>Mopdern Slavery Statement</p>
<p>Product Recall</p>
<p>Accessibily</p>
</div>
</div>
</div>
<hr id="bottom" />
<div id="bottomPart">
<div>
<svg width="74" height="74" xml:space="preserve" aria-label="THG" class="thgCopyright_svg" role="img"
version="1.1" viewBox="0 0 82 25">
<path
d="M7.736,4.974H0v-4.56h21.063v4.56H13.33v19.612H7.736V4.974z M50.641,0.414v24.172h-5.594v-9.91H34.066v9.91 h-5.595V0.414h5.595v9.531h10.981V0.414H50.641z M75.674,12.121h5.109v9.807c-1.311,0.99-2.83,1.75-4.557,2.277 C74.5,24.734,72.762,25,71.012,25c-2.51,0-4.766-0.535-6.768-1.605c-2.004-1.07-3.574-2.555-4.715-4.455 c-1.139-1.898-1.709-4.045-1.709-6.44c0-2.393,0.57-4.541,1.709-6.44c1.141-1.899,2.723-3.384,4.75-4.454 C66.305,0.534,68.584,0,71.117,0c2.117,0,4.039,0.357,5.766,1.071c1.729,0.714,3.178,1.75,4.352,3.107l-3.592,3.315 c-1.727-1.818-3.811-2.728-6.25-2.728c-1.543,0-2.912,0.323-4.107,0.966c-1.197,0.646-2.131,1.553-2.799,2.728 c-0.668,1.174-1.002,2.521-1.002,4.04c0,1.497,0.334,2.831,1.002,4.004c0.668,1.176,1.594,2.09,2.779,2.746 c1.188,0.656,2.539,0.986,4.057,0.986c1.613,0,3.063-0.346,4.352-1.037V12.121L75.674,12.121z" />
</svg>
<p>2022 ©️ The Hut.com Ltd.</p>
</div>
<div id="bottomTwo">
<h4>Pay securely with</h4>
<svg xml:space="preserve" width="60" height="40" version="1.1" viewBox="0 0 60 40">
<title>Visa Electron</title>
<path fill="#DDDDDD"
d="M56.25,0H3.75C1.685,0,0,1.8,0,4v32c0,2.199,1.686,4,3.75,4h52.5c2.064,0,3.75-1.801,3.75-4V4 C60,1.8,58.314,0,56.25,0z M59.25,36c0,1.764-1.346,3.2-3,3.2H3.75c-1.655,0-3-1.437-3-3.2V4c0-1.764,1.345-3.2,3-3.2h52.5 c1.654,0,3,1.436,3,3.2V36z" />
<path fill="#FFFFFF"
d="M56.25,0.8H3.75c-1.655,0-3,1.436-3,3.2v32c0,1.764,1.345,3.2,3,3.2h52.5c1.654,0,3-1.437,3-3.2V4 C59.25,2.236,57.904,0.8,56.25,0.8z" />
<path fill="#F8B600" d="M5.833,34.988h48.333v-4.342H5.833V34.988z" />
<path fill="#1A1F71"
d="M5.833,9.175h48.333v-4.34H5.833V9.175z M29.583,13.958l-2.548,11.931h-3.081L26.5,13.958H29.583 L29.583,13.958z M42.547,21.662l1.622-4.48l0.933,4.48H42.547z M45.986,25.889h2.849l-2.489-11.931h-2.628 c-0.593,0-1.092,0.344-1.313,0.875l-4.623,11.056h3.236l0.643-1.781h3.953L45.986,25.889L45.986,25.889z M37.941,21.994 c0.014-3.149-4.344-3.323-4.315-4.73c0.009-0.428,0.416-0.883,1.306-1c0.441-0.057,1.659-0.103,3.041,0.534l0.539-2.53 c-0.922-0.346-1.898-0.524-2.883-0.528c-3.047,0-5.19,1.62-5.207,3.944c-0.02,1.718,1.531,2.675,2.697,3.248 c1.201,0.584,1.604,0.959,1.598,1.482c-0.008,0.8-0.958,1.154-1.842,1.168c-1.55,0.023-2.449-0.42-3.165-0.754l-0.56,2.615 c0.722,0.33,2.05,0.619,3.426,0.634C35.814,26.077,37.932,24.475,37.941,21.994z M25.18,13.958l-4.993,11.931H16.93l-2.457-9.521 c-0.15-0.585-0.279-0.8-0.732-1.048c-0.74-0.403-1.964-0.78-3.04-1.015l0.073-0.346h5.243c0.668,0,1.27,0.445,1.422,1.216 l1.298,6.905l3.205-8.121H25.18z" />
<path fill="#1A1F71"
d="M35.932,29.98H34v-2.855h1.932v0.32h-1.541v0.916h1.461v0.316h-1.461v0.982h1.541V29.98L35.932,29.98z M36.417,27h0.376v2.98h-0.376V27z M38.253,28.13c-0.086-0.001-0.171,0.014-0.252,0.043c-0.15,0.056-0.272,0.169-0.34,0.313 c-0.036,0.078-0.058,0.162-0.062,0.248h1.279c-0.001-0.086-0.018-0.17-0.05-0.248c-0.06-0.146-0.177-0.259-0.324-0.313 C38.424,28.143,38.339,28.129,38.253,28.13z M39.243,29.37c-0.017,0.091-0.054,0.179-0.108,0.253 c-0.059,0.079-0.131,0.146-0.213,0.2c-0.086,0.056-0.184,0.1-0.294,0.13C38.514,29.984,38.396,30,38.277,30 c-0.164,0-0.313-0.025-0.443-0.075c-0.126-0.047-0.24-0.12-0.336-0.216c-0.095-0.097-0.168-0.213-0.214-0.34 c-0.052-0.144-0.077-0.295-0.074-0.447c0-0.165,0.024-0.314,0.074-0.449c0.089-0.26,0.287-0.468,0.543-0.568 c0.13-0.051,0.274-0.077,0.433-0.077c0.155,0,0.295,0.024,0.42,0.073c0.125,0.05,0.23,0.119,0.319,0.209 c0.087,0.091,0.155,0.201,0.202,0.33c0.046,0.129,0.07,0.273,0.07,0.435v0.135H37.6v0.021c-0.002,0.094,0.014,0.188,0.047,0.275 c0.063,0.162,0.193,0.289,0.357,0.346c0.156,0.054,0.326,0.063,0.487,0.024c0.06-0.014,0.118-0.036,0.172-0.065 c0.049-0.027,0.093-0.062,0.13-0.104c0.035-0.039,0.061-0.085,0.078-0.135L39.243,29.37L39.243,29.37z M41.221,28.542 c-0.023-0.117-0.091-0.222-0.188-0.29c-0.056-0.038-0.116-0.067-0.181-0.086c-0.169-0.049-0.35-0.041-0.514,0.023 c-0.082,0.035-0.156,0.09-0.215,0.158c-0.063,0.071-0.109,0.154-0.141,0.245c-0.033,0.104-0.051,0.212-0.049,0.32 c-0.002,0.11,0.015,0.222,0.049,0.327c0.035,0.096,0.08,0.178,0.142,0.244c0.06,0.068,0.133,0.121,0.217,0.156 c0.089,0.035,0.185,0.054,0.28,0.053c0.141,0.006,0.279-0.029,0.4-0.101c0.104-0.067,0.178-0.175,0.205-0.296h0.369 c-0.016,0.102-0.051,0.198-0.105,0.285c-0.055,0.086-0.125,0.162-0.208,0.223c-0.09,0.064-0.19,0.113-0.296,0.145 c-0.119,0.035-0.243,0.053-0.367,0.051c-0.16,0-0.307-0.025-0.438-0.075c-0.258-0.097-0.459-0.302-0.554-0.56 c-0.053-0.145-0.078-0.297-0.076-0.451c0-0.164,0.025-0.313,0.076-0.447c0.093-0.258,0.294-0.463,0.55-0.563 c0.131-0.051,0.276-0.077,0.436-0.077c0.145,0,0.275,0.021,0.391,0.06c0.114,0.04,0.214,0.092,0.297,0.158 c0.084,0.066,0.15,0.143,0.199,0.227c0.049,0.086,0.08,0.177,0.09,0.271H41.221z M42.455,27.366v0.481h0.453v0.284h-0.453v1.28 c0,0.1,0.023,0.171,0.07,0.217c0.047,0.045,0.119,0.068,0.22,0.068h0.04l0.048-0.004c0.024,0,0.049-0.003,0.073-0.006v0.291 c-0.035,0.006-0.07,0.011-0.105,0.013c-0.045,0.003-0.091,0.005-0.137,0.005c-0.091,0.002-0.182-0.01-0.27-0.032 c-0.067-0.018-0.129-0.052-0.181-0.1c-0.049-0.049-0.085-0.11-0.103-0.177c-0.023-0.085-0.034-0.173-0.032-0.262v-1.294h-0.324 v-0.284h0.324v-0.48L42.455,27.366L42.455,27.366z M43.325,27.848h0.354v0.346h0.008c0.034-0.111,0.107-0.206,0.205-0.268 c0.052-0.032,0.107-0.057,0.166-0.072c0.11-0.031,0.227-0.035,0.338-0.013v0.341c-0.027-0.01-0.055-0.015-0.084-0.017 c-0.036-0.005-0.072-0.007-0.109-0.007c-0.07-0.002-0.141,0.011-0.207,0.035c-0.12,0.045-0.215,0.141-0.26,0.261 c-0.024,0.065-0.037,0.136-0.035,0.206v1.32h-0.376V27.848L43.325,27.848z M45.578,30c-0.164,0-0.313-0.025-0.444-0.077 c-0.126-0.048-0.241-0.123-0.338-0.219c-0.095-0.098-0.169-0.214-0.216-0.343c-0.052-0.143-0.077-0.295-0.075-0.447 c0-0.167,0.024-0.316,0.075-0.45c0.047-0.128,0.12-0.245,0.216-0.343c0.096-0.096,0.212-0.17,0.338-0.219 c0.132-0.049,0.28-0.075,0.444-0.075c0.165,0,0.313,0.026,0.443,0.075c0.133,0.052,0.246,0.125,0.338,0.219 c0.096,0.098,0.17,0.214,0.217,0.342c0.05,0.135,0.076,0.284,0.076,0.45c0,0.165-0.025,0.315-0.076,0.448 c-0.047,0.129-0.121,0.245-0.217,0.343c-0.096,0.096-0.211,0.171-0.338,0.219C45.891,29.975,45.742,30,45.578,30z M45.578,29.693 c0.1,0.002,0.197-0.017,0.29-0.053c0.084-0.035,0.159-0.088,0.22-0.154c0.063-0.071,0.107-0.154,0.135-0.244 c0.031-0.096,0.047-0.206,0.047-0.328c0-0.123-0.016-0.232-0.047-0.329c-0.027-0.091-0.074-0.174-0.136-0.245 c-0.06-0.067-0.134-0.12-0.218-0.154c-0.092-0.035-0.191-0.053-0.29-0.052c-0.1-0.001-0.198,0.017-0.291,0.054 c-0.083,0.033-0.158,0.086-0.218,0.153c-0.063,0.071-0.109,0.154-0.137,0.244c-0.032,0.106-0.049,0.218-0.047,0.329 c0,0.122,0.016,0.232,0.049,0.328c0.027,0.09,0.074,0.173,0.135,0.244c0.061,0.066,0.135,0.119,0.218,0.154 C45.381,29.677,45.479,29.695,45.578,29.693z M47.048,27.848H47.4v0.346h0.011c0.147-0.244,0.399-0.366,0.76-0.366 c0.128,0,0.243,0.019,0.345,0.055c0.197,0.063,0.354,0.212,0.428,0.404c0.039,0.104,0.059,0.216,0.057,0.327v1.367h-0.376v-1.309 c0-0.175-0.048-0.309-0.146-0.4c-0.096-0.092-0.235-0.138-0.42-0.138c-0.088-0.001-0.177,0.014-0.261,0.043 c-0.151,0.052-0.272,0.167-0.33,0.315c-0.03,0.08-0.046,0.164-0.045,0.25v1.238h-0.376L47.048,27.848L47.048,27.848z" />
<path fill="none"
d="M56.25,0.8H3.75c-1.655,0-3,1.436-3,3.2v32c0,1.764,1.345,3.2,3,3.2h52.5c1.654,0,3-1.437,3-3.2V4 C59.25,2.236,57.904,0.8,56.25,0.8z" />
</svg>
<svg width="60" height="40" role="img" viewBox="0 0 60 40">
<title>Visa</title>
<path fill="#DDDDDD"
d="M56.25,0H3.75C1.685,0,0,1.8,0,4v32c0,2.199,1.686,4,3.75,4h52.5c2.064,0,3.75-1.801,3.75-4V4 C60,1.8,58.314,0,56.25,0z M59.25,36c0,1.764-1.346,3.2-3,3.2H3.75c-1.655,0-3-1.437-3-3.2V4c0-1.764,1.345-3.2,3-3.2h52.5 c1.654,0,3,1.436,3,3.2V36z" />
<path fill="#FFFFFF"
d="M56.25,0.8H3.75c-1.655,0-3,1.436-3,3.2v32c0,1.764,1.345,3.2,3,3.2h52.5c1.654,0,3-1.437,3-3.2V4 C59.25,2.236,57.904,0.8,56.25,0.8z" />
<path fill="#FFFFFF" d="M5,35.816h50V4H5V35.816z" />
<path fill="#F8B600" d="M5.833,34.988h48.333v-4.342H5.833V34.988z" />
<path fill="#1A1F71"
d="M5.833,9.175h48.333v-4.34H5.833V9.175z M29.583,13.958l-2.548,11.931h-3.081L26.5,13.958H29.583 L29.583,13.958z M42.547,21.662l1.622-4.48l0.933,4.48H42.547z M45.986,25.889h2.849l-2.489-11.931h-2.628 c-0.593,0-1.092,0.344-1.313,0.875l-4.623,11.056h3.236l0.643-1.781h3.953L45.986,25.889L45.986,25.889z M37.941,21.994 c0.014-3.149-4.344-3.323-4.315-4.73c0.009-0.428,0.416-0.883,1.306-1c0.441-0.057,1.659-0.103,3.041,0.534l0.539-2.53 c-0.922-0.346-1.898-0.524-2.883-0.528c-3.047,0-5.19,1.62-5.207,3.944c-0.02,1.718,1.531,2.675,2.697,3.248 c1.201,0.584,1.604,0.959,1.598,1.482c-0.008,0.8-0.958,1.154-1.842,1.168c-1.55,0.023-2.449-0.42-3.165-0.754l-0.56,2.615 c0.722,0.33,2.05,0.619,3.426,0.634C35.814,26.077,37.932,24.475,37.941,21.994z M25.18,13.958l-4.993,11.931H16.93l-2.457-9.521 c-0.15-0.585-0.279-0.8-0.732-1.048c-0.74-0.403-1.964-0.78-3.04-1.015l0.073-0.346h5.243c0.668,0,1.27,0.445,1.422,1.216 l1.298,6.905l3.205-8.121H25.18z" />
</svg>
<svg width="60" height="40" fill="none" viewBox="0 0 60 40">
<title>PayPal</title>
<rect width="59" height="39" x=".5" y=".5" fill="white" stroke="#DDDDDD" rx="3.5" />
<path fill="#0093C7" fill-rule="evenodd"
d="M39.1883 17.0476C38.9757 18.599 37.9094 18.599 36.8781 18.599H36.2914L36.703 15.7024C36.7278 15.5274 36.8636 15.3984 37.0232 15.3984H37.2922C37.994 15.3984 38.6572 15.3984 38.9991 15.8429C39.2036 16.1088 39.2655 16.5029 39.1883 17.0476ZM38.7394 13H34.85C34.5841 13 34.3577 13.215 34.3163 13.507L32.7437 24.5891C32.7126 24.8076 32.8646 25.0054 33.0639 25.0054H35.0594C35.2455 25.0054 35.4041 24.8548 35.4329 24.6505L35.879 21.5088C35.9204 21.2169 36.1468 21.0018 36.4127 21.0018H37.6434C40.2052 21.0018 41.6836 19.6241 42.0701 16.8936C42.244 15.6994 42.0771 14.761 41.5739 14.1041C41.0208 13.3819 40.0406 13 38.7394 13Z"
clip-rule="evenodd" />
<path fill="#213170" fill-rule="evenodd"
d="M11.4486 17.0476C11.236 18.599 10.1698 18.599 9.13863 18.599H8.55184L8.96331 15.7024C8.98831 15.5274 9.12412 15.3984 9.28354 15.3984H9.55255C10.2545 15.3984 10.9177 15.3984 11.2594 15.8429C11.4641 16.1088 11.526 16.5029 11.4486 17.0476ZM10.9999 13H7.11048C6.84462 13 6.61825 13.215 6.57683 13.507L5.00401 24.5891C4.97307 24.8076 5.12514 25.0054 5.32424 25.0054H7.18127C7.44714 25.0054 7.67367 24.7903 7.7151 24.4986L8.13951 21.5088C8.18076 21.2169 8.40729 21.0018 8.67316 21.0018H9.9039C12.4655 21.0018 13.9441 19.6241 14.3306 16.8936C14.5045 15.6994 14.3376 14.761 13.8344 14.1041C13.2811 13.3819 12.3009 13 10.9999 13Z"
clip-rule="evenodd" />
<path fill="#213170" fill-rule="evenodd"
d="M20.029 21.0258C19.8491 22.2084 19.0043 23.0023 17.9269 23.0023C17.3867 23.0023 16.9543 22.8092 16.6764 22.4436C16.4009 22.0812 16.2972 21.5649 16.3845 20.9899C16.5523 19.818 17.4105 18.9985 18.4715 18.9985C19.0005 18.9985 19.4298 19.1936 19.7133 19.5624C19.9986 19.934 20.1106 20.4538 20.029 21.0258ZM22.6244 16.9978H20.7621C20.6025 16.9978 20.4667 17.1266 20.4419 17.302L20.3599 17.8806L20.2296 17.6709C19.8264 17.0203 18.9276 16.803 18.03 16.803C15.9725 16.803 14.2149 18.5356 13.8728 20.9658C13.6947 22.1781 13.9475 23.3365 14.5661 24.1452C15.1343 24.8881 15.9454 25.1974 16.9117 25.1974C18.5701 25.1974 19.4899 24.0135 19.4899 24.0135L19.4067 24.5886C19.3756 24.8073 19.5277 25.0053 19.7269 25.0053H21.4041C21.67 25.0053 21.8963 24.7904 21.9378 24.4985L22.9446 17.4141C22.9757 17.1953 22.8236 16.9978 22.6244 16.9978Z"
clip-rule="evenodd" />
<path fill="#0093C7" fill-rule="evenodd"
d="M47.7685 21.0258C47.5886 22.2084 46.744 23.0023 45.6665 23.0023C45.1262 23.0023 44.694 22.8092 44.4159 22.4436C44.1404 22.0812 44.0367 21.5649 44.1241 20.9899C44.2918 19.818 45.15 18.9985 46.2112 18.9985C46.74 18.9985 47.1694 19.1936 47.4528 19.5624C47.738 19.934 47.8501 20.4538 47.7685 21.0258ZM50.3638 16.9978H48.5016C48.342 16.9978 48.2061 17.1266 48.1813 17.302L48.0993 17.8806L47.9693 17.6709C47.5659 17.0203 46.6671 16.803 45.7695 16.803C43.7121 16.803 41.9544 18.5356 41.6123 20.9658C41.4344 22.1781 41.6871 23.3365 42.3055 24.1452C42.874 24.8881 43.6849 25.1974 44.6511 25.1974C46.3096 25.1974 47.2294 24.0135 47.2294 24.0135L47.1464 24.5886C47.1151 24.8073 47.2671 25.0053 47.4666 25.0053H49.1436C49.4094 25.0053 49.6358 24.7904 49.6774 24.4985L50.6841 17.4141C50.7152 17.1953 50.5631 16.9978 50.3638 16.9978Z"
clip-rule="evenodd" />
<path fill="#213170" fill-rule="evenodd"
d="M32.5432 16.9978H30.6713C30.4923 16.9978 30.3249 17.0965 30.2244 17.261L27.6423 21.4871L26.5479 17.4261C26.4795 17.172 26.2691 16.9978 26.0303 16.9978H24.1902C23.968 16.9978 23.8116 17.2406 23.8833 17.4743L25.9445 24.1974L24.0058 27.2373C23.8536 27.4758 24.0072 27.8059 24.2703 27.8059H26.1404C26.3177 27.8059 26.4835 27.7093 26.5846 27.5473L32.8098 17.5634C32.9587 17.3245 32.8049 16.9978 32.5432 16.9978Z"
clip-rule="evenodd" />
<path fill="#0093C7" fill-rule="evenodd"
d="M52.5589 13.3044L50.9627 24.5891C50.9317 24.8078 51.0838 25.0054 51.2829 25.0054H52.8884C53.1543 25.0054 53.3806 24.7903 53.4221 24.4986L54.9959 13.4165C55.0271 13.1977 54.875 13 54.6757 13H52.8792C52.7196 13 52.5837 13.1292 52.5589 13.3044Z"
clip-rule="evenodd" />
</svg>
<svg xml:space="preserve" width="60" height="40" version="1.1" viewBox="0 0 60 40">
<title>Mastercard</title>
<path fill="#DDDDDD"
d="M56.25,0H3.75C1.685,0,0,1.8,0,4v32c0,2.199,1.686,4,3.75,4h52.5c2.064,0,3.75-1.801,3.75-4V4 C60,1.8,58.314,0,56.25,0z M59.25,36c0,1.764-1.346,3.2-3,3.2H3.75c-1.655,0-3-1.437-3-3.2V4c0-1.764,1.345-3.2,3-3.2h52.5 c1.654,0,3,1.436,3,3.2V36z" />
<path fill="#FFFFFF"
d="M56.25,0.8H3.75c-1.655,0-3,1.436-3,3.2v32c0,1.764,1.345,3.2,3,3.2h52.5c1.654,0,3-1.437,3-3.2V4 C59.25,2.236,57.904,0.8,56.25,0.8z" />
<path
d="M19.472,32.939v-1.723c0-0.66-0.398-1.09-1.079-1.09c-0.34,0-0.71,0.115-0.965,0.488c-0.198-0.316-0.482-0.488-0.908-0.488 c-0.316-0.013-0.617,0.14-0.794,0.402v-0.346H15.13v2.756h0.596v-1.521c0-0.488,0.255-0.717,0.652-0.717 c0.398,0,0.596,0.258,0.596,0.717v1.52h0.596v-1.52c0-0.488,0.284-0.717,0.653-0.717c0.397,0,0.596,0.258,0.596,0.717v1.52h0.653 V32.939z M28.297,30.184h-0.965v-0.832h-0.596v0.832h-0.539v0.547h0.54v1.262c0,0.631,0.255,1.004,0.936,1.004 c0.255,0,0.54-0.086,0.738-0.2l-0.17-0.517c-0.153,0.096-0.331,0.146-0.511,0.143c-0.284,0-0.398-0.172-0.398-0.459V30.73h0.965 V30.184z M33.35,30.127c-0.293-0.006-0.565,0.148-0.711,0.402v-0.346h-0.596v2.756h0.596v-1.551c0-0.459,0.199-0.717,0.568-0.717 c0.113,0,0.255,0.029,0.369,0.059l0.17-0.574C33.632,30.127,33.462,30.127,33.35,30.127z M25.715,30.414 c-0.284-0.2-0.681-0.287-1.107-0.287c-0.681,0-1.135,0.344-1.135,0.891c0,0.457,0.34,0.717,0.936,0.803l0.284,0.027 c0.312,0.059,0.483,0.145,0.483,0.287c0,0.201-0.227,0.346-0.625,0.346c-0.397,0-0.71-0.145-0.908-0.287l-0.284,0.459 c0.313,0.229,0.738,0.344,1.164,0.344c0.795,0,1.249-0.373,1.249-0.891c0-0.486-0.37-0.744-0.937-0.83l-0.284-0.03 c-0.255-0.028-0.454-0.085-0.454-0.257c0-0.201,0.199-0.316,0.511-0.316c0.34,0,0.681,0.145,0.851,0.23L25.715,30.414z M41.55,30.127c-0.292-0.006-0.565,0.148-0.71,0.402v-0.346h-0.595v2.756h0.596v-1.551c0-0.459,0.198-0.717,0.567-0.717 c0.113,0,0.256,0.029,0.369,0.059l0.17-0.574C41.834,30.127,41.664,30.127,41.55,30.127z M33.945,31.561 c0,0.832,0.566,1.436,1.447,1.436c0.396,0,0.681-0.086,0.965-0.316l-0.284-0.486c-0.228,0.172-0.454,0.258-0.71,0.258 c-0.482,0-0.822-0.344-0.822-0.891c0-0.516,0.34-0.859,0.822-0.889c0.256,0,0.482,0.086,0.71,0.258l0.284-0.486 c-0.284-0.23-0.568-0.316-0.965-0.316C34.512,30.127,33.945,30.73,33.945,31.561z M39.45,31.561v-1.377h-0.597v0.346 c-0.199-0.26-0.481-0.402-0.851-0.402c-0.767,0-1.362,0.604-1.362,1.434c0,0.832,0.596,1.436,1.362,1.436 c0.397,0,0.681-0.145,0.851-0.402v0.346h0.597V31.561L39.45,31.561z M37.266,31.561c0-0.486,0.312-0.889,0.822-0.889 c0.482,0,0.823,0.373,0.823,0.891c0,0.486-0.341,0.889-0.823,0.889C37.577,32.422,37.266,32.049,37.266,31.561z M30.142,30.127 c-0.795,0-1.362,0.574-1.362,1.434c0,0.861,0.567,1.436,1.39,1.436c0.398,0,0.795-0.115,1.107-0.373l-0.284-0.43 c-0.228,0.172-0.51,0.287-0.794,0.287c-0.37,0-0.738-0.174-0.823-0.66h2.015v-0.23C31.419,30.7,30.908,30.127,30.142,30.127 L30.142,30.127z M30.142,30.643c0.37,0,0.624,0.23,0.681,0.66h-1.419C29.461,30.93,29.716,30.643,30.142,30.643z M44.927,31.561 v-2.467h-0.596v1.436c-0.199-0.26-0.481-0.402-0.851-0.402c-0.767,0-1.362,0.604-1.362,1.434c0,0.832,0.596,1.436,1.362,1.436 c0.396,0,0.68-0.145,0.851-0.402v0.346h0.596V31.561L44.927,31.561z M42.742,31.561c0-0.486,0.313-0.889,0.822-0.889 c0.482,0,0.824,0.373,0.824,0.891c0,0.486-0.341,0.889-0.824,0.889C43.055,32.422,42.742,32.049,42.742,31.561z M22.82,31.561 v-1.377h-0.596v0.346c-0.198-0.26-0.482-0.402-0.851-0.402c-0.766,0-1.362,0.604-1.362,1.434c0,0.832,0.596,1.436,1.362,1.436 c0.397,0,0.681-0.145,0.851-0.402v0.346h0.596V31.561L22.82,31.561z M20.607,31.561c0-0.486,0.312-0.889,0.823-0.889 c0.482,0,0.823,0.373,0.823,0.891c0,0.486-0.34,0.889-0.823,0.889C20.919,32.422,20.607,32.049,20.607,31.561z" />
<path fill="#FF5F00" d="M25.516,9.27h8.939v16.238h-8.94L25.516,9.27z" />
<path fill="#EB001B"
d="M26.084,17.39c0-3.3,1.532-6.226,3.888-8.12c-1.789-1.43-4.01-2.209-6.3-2.209 c-5.648,0-10.217,4.62-10.217,10.328c0,5.71,4.57,10.328,10.217,10.328c2.383,0,4.569-0.832,6.3-2.209 C27.616,23.643,26.084,20.688,26.084,17.39L26.084,17.39z" />
<path fill="#F79E1B"
d="M46.516,17.39c0,5.708-4.568,10.327-10.216,10.327c-2.384,0-4.569-0.832-6.3-2.209 c2.384-1.893,3.889-4.82,3.889-8.119c0-3.299-1.533-6.225-3.889-8.119c1.788-1.43,4.01-2.209,6.3-2.209 C41.947,7.061,46.516,11.709,46.516,17.39L46.516,17.39z" />
</svg>
<svg xml:space="preserve" width="60" height="40" version="1.1" viewBox="0 0 60 40">
<title>Maestro</title>
<path fill="#DDDDDD"
d="M55.613,0H4.254C2.239,0,0.588,1.8,0.588,4v32c0,2.2,1.651,4,3.668,4h51.359c2.018,0,3.669-1.8,3.669-4V4 C59.284,1.8,57.633,0,55.613,0z M58.549,36c0,1.766-1.316,3.2-2.936,3.2H4.254c-1.618,0-2.934-1.435-2.934-3.2V4 c0-1.763,1.316-3.2,2.935-3.2h51.358c1.619,0,2.936,1.436,2.936,3.2V36z" />
<path fill="#FFFFFF"
d="M55.613,0.8H4.255C2.636,0.8,1.32,2.237,1.32,4v32c0,1.766,1.316,3.2,2.934,3.2h51.359 c1.619,0,2.936-1.435,2.936-3.2V4C58.549,2.236,57.232,0.8,55.613,0.8z" />
<path
d="M23.377,33.441v-1.735c0.021-0.295-0.087-0.585-0.296-0.794c-0.209-0.21-0.498-0.32-0.793-0.303 c-0.391-0.025-0.764,0.162-0.976,0.492c-0.193-0.319-0.544-0.508-0.917-0.492c-0.324-0.016-0.633,0.14-0.813,0.41v-0.34h-0.604 v2.762h0.61v-1.53c-0.051-0.352,0.191-0.679,0.543-0.729c0.045-0.007,0.091-0.009,0.136-0.006c0.4,0,0.604,0.26,0.604,0.73v1.535 h0.61v-1.53c-0.047-0.356,0.203-0.683,0.558-0.73c0.041-0.005,0.082-0.007,0.122-0.005c0.411,0,0.609,0.26,0.609,0.73v1.535H23.377z M26.774,32.061v-1.379h-0.61v0.336c-0.208-0.268-0.532-0.418-0.87-0.406c-0.803,0-1.453,0.648-1.453,1.447s0.65,1.446,1.452,1.446 c0.34,0.013,0.663-0.138,0.871-0.405v0.336h0.604l0.006-1.373V32.061z M24.529,32.061c0.028-0.455,0.415-0.804,0.87-0.785 c0.456,0.016,0.814,0.394,0.807,0.85c-0.009,0.455-0.379,0.82-0.834,0.822c-0.459,0.01-0.84-0.355-0.85-0.814 c0-0.023,0-0.047,0.001-0.07h0.005V32.061z M39.678,30.615c0.198,0,0.396,0.037,0.58,0.109c0.178,0.07,0.338,0.176,0.475,0.308 c0.134,0.131,0.24,0.287,0.313,0.46c0.152,0.369,0.152,0.785,0,1.156c-0.072,0.172-0.179,0.33-0.313,0.461 c-0.137,0.132-0.298,0.235-0.475,0.306c-0.383,0.147-0.807,0.147-1.189,0c-0.354-0.14-0.635-0.417-0.781-0.767 c-0.151-0.371-0.151-0.786,0-1.156c0.146-0.351,0.428-0.627,0.779-0.768c0.192-0.078,0.398-0.119,0.605-0.117L39.678,30.615z M39.678,31.193c-0.118-0.001-0.236,0.02-0.346,0.063c-0.104,0.042-0.197,0.104-0.275,0.183c-0.08,0.084-0.143,0.182-0.184,0.289 c-0.089,0.231-0.089,0.486,0,0.717c0.08,0.215,0.246,0.387,0.459,0.472c0.334,0.13,0.713,0.06,0.979-0.181 c0.08-0.084,0.143-0.182,0.183-0.291c0.089-0.23,0.089-0.485,0-0.717c-0.04-0.107-0.103-0.207-0.183-0.289 c-0.082-0.08-0.182-0.143-0.289-0.183c-0.111-0.05-0.229-0.077-0.351-0.08L39.678,31.193z M30.055,32.063 c0-0.869-0.54-1.447-1.315-1.447c-0.8,0.01-1.441,0.666-1.432,1.465c0,0.001,0,0.002,0,0.002c0.013,0.8,0.672,1.438,1.472,1.426 c0.414,0.014,0.818-0.124,1.136-0.388l-0.29-0.445c-0.23,0.183-0.514,0.285-0.808,0.289c-0.414,0.036-0.782-0.265-0.83-0.677h2.058 C30.055,32.215,30.055,32.143,30.055,32.063z M27.991,31.818c0.023-0.382,0.345-0.678,0.728-0.668 c0.379-0.008,0.693,0.292,0.703,0.67L27.991,31.818z M32.596,31.385c-0.266-0.152-0.564-0.233-0.871-0.236 c-0.33,0-0.529,0.121-0.529,0.322c0,0.203,0.211,0.238,0.471,0.272l0.29,0.04c0.604,0.088,0.97,0.342,0.97,0.828 s-0.464,0.902-1.262,0.902c-0.428,0.012-0.849-0.113-1.2-0.359l0.29-0.469c0.268,0.197,0.592,0.301,0.924,0.291 c0.412,0,0.633-0.123,0.633-0.336c0-0.156-0.156-0.244-0.487-0.291l-0.29-0.039c-0.621-0.086-0.958-0.365-0.958-0.815 c0-0.55,0.452-0.886,1.161-0.886c0.396-0.013,0.788,0.088,1.13,0.289L32.596,31.385z M35.499,31.229h-0.983v1.246 c0,0.291,0.098,0.463,0.399,0.463c0.19-0.006,0.373-0.06,0.535-0.155l0.174,0.515c-0.226,0.141-0.487,0.215-0.755,0.214 c-0.715,0-0.965-0.382-0.965-1.024v-1.258h-0.563V30.68h0.563v-0.84h0.611v0.84h0.983V31.229z M37.587,30.609 c0.146,0,0.292,0.026,0.431,0.076l-0.187,0.578c-0.12-0.049-0.249-0.072-0.378-0.07c-0.395,0-0.58,0.255-0.58,0.711v1.549H36.27 v-2.764h0.598v0.336c0.151-0.258,0.432-0.414,0.732-0.404L37.587,30.609L37.587,30.609z M41.762,33.039 c0.074,0,0.146,0.027,0.2,0.078c0.107,0.102,0.112,0.271,0.01,0.379c-0.028,0.029-0.062,0.052-0.1,0.066 c-0.034,0.016-0.072,0.023-0.11,0.023c-0.111-0.001-0.213-0.066-0.261-0.168c-0.06-0.137,0.003-0.297,0.141-0.356 c0.034-0.015,0.069-0.022,0.106-0.022H41.762z M41.762,33.529c0.058,0,0.112-0.023,0.151-0.065c0.082-0.085,0.081-0.22-0.005-0.303 c-0.061-0.06-0.151-0.077-0.23-0.044c-0.025,0.011-0.05,0.026-0.07,0.047c-0.074,0.082-0.074,0.207,0,0.289 c0.041,0.04,0.098,0.064,0.154,0.064v0.01V33.529z M41.779,33.184c0.027-0.001,0.055,0.008,0.076,0.023 c0.018,0.015,0.027,0.037,0.025,0.061c0.002,0.02-0.006,0.039-0.02,0.053c-0.018,0.015-0.038,0.023-0.061,0.025l0.083,0.096h-0.065 l-0.08-0.096h-0.025v0.096h-0.055v-0.267L41.779,33.184z M41.716,33.234v0.067h0.063c0.012,0.004,0.024,0.004,0.035,0 c0.005-0.008,0.005-0.018,0-0.026c0.005-0.008,0.005-0.018,0-0.025c-0.011-0.004-0.023-0.004-0.035,0l-0.063-0.018V33.234z" />
<path fill="#7673C0" d="M25.482,9.604h9.146v16.375h-9.146V9.604z" />
<path fill="#EB001B"
d="M26.063,17.793c-0.002-3.199,1.47-6.221,3.992-8.19c-4.286-3.355-10.44-2.866-14.138,1.123 c-3.699,3.984-3.699,10.146,0,14.129c3.698,3.99,9.852,4.479,14.138,1.123C27.535,24.011,26.062,20.99,26.063,17.793z" />
<path fill="#00A1DF"
d="M45.971,24.253v-0.332h0.135V23.85h-0.344v0.071h0.135v0.345L45.971,24.253z M46.641,24.253v-0.415h-0.104 l-0.122,0.296l-0.122-0.296h-0.106v0.415h0.074v-0.312l0.113,0.271h0.079l0.112-0.271v0.314L46.641,24.253z M46.966,17.793 c-0.005,3.991-2.29,7.629-5.885,9.363c-3.599,1.742-7.876,1.285-11.026-1.178c2.519-1.969,3.993-4.989,3.994-8.188 c0-3.195-1.472-6.213-3.994-8.187c3.15-2.464,7.427-2.922,11.028-1.18c3.595,1.735,5.882,5.374,5.885,9.366L46.966,17.793z" />
</svg>
<svg width="60" height="40" version="1.1" viewBox="0 0 60 40">
<title>AMEX</title>
<g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1">
<g fill="#FFFFFF" stroke="#DDDDDD">
<rect width="59" height="39" x=".5" y=".5" rx="4" />
</g>
<g transform="translate(15.000000, 5.000000)">
<polygon fill="#FFFFFF" points="0 0 0 14.953 0 30 14.999 30 30 30 30 0" />
<path fill="#006FCF"
d="M0,0 L0,30 L30,30 L30,25.26 L25.86,25.26 L24.33,23.4702 L22.74,25.26 L10.98,25.26 L10.98,15.7302 L7.0998,15.7302 L11.9502,4.7502 L16.6698,4.7502 L17.8098,7.2402 L17.8098,4.7502 L23.67,4.7502 L24.6498,7.3602 L25.6098,4.7502 L30,4.7502 L30,0 L0,0 Z M26.61,6.3 L25.0698,10.3602 L24.66,11.4606 L24.24,10.3602 L22.6902,6.3 L19.3002,6.3 L19.3002,14.3004 L21.3402,14.3004 L21.3402,9.0906 L21.33,8.04 L21.7302,9.0906 L23.6802,14.3004 L25.62,14.3004 L27.5802,9.0906 L27.96,8.0502 L27.96,14.3004 L30,14.3004 L30,6.3 L26.61,6.3 Z M13.05,6.3 L9.51,14.3004 L11.8296,14.3004 L12.45,12.7602 L16.3302,12.7602 L16.95,14.3004 L19.3002,14.3004 L15.78,6.3 L13.05,6.3 Z M13.9896,9.0102 L14.3898,8.0106 L14.79,9.0102 L15.6198,11.0298 L13.1598,11.0298 L13.9896,9.0102 Z M26.7702,15.7404 L24.36,18.33 L21.96,15.7404 L19.3002,15.7404 L12.6198,15.7404 L12.6198,23.7102 L19.3002,23.7102 L19.3002,21.9804 L14.6598,21.9804 L14.6598,20.5902 L19.2102,20.5902 L19.2102,18.8706 L14.6598,18.8706 L14.6598,17.4702 L19.3002,17.4702 L19.3002,15.7404 L23.0298,19.74 L19.3002,23.7102 L21.8802,23.7102 L24.3102,21.1104 L26.73,23.7102 L29.3796,23.7102 L25.6398,19.71 L29.3796,15.7404 L26.7702,15.7404 Z M27.7398,19.7004 L30,22.0002 L30,17.43 L27.7398,19.7004 Z" />
</g>
</g>
</svg>
<svg width="60" height="40" fill="none" role="img" viewBox="0 0 60 40">
<title>Discover</title>
<rect width="59" height="39" x=".5" y=".5" fill="url(#a)" stroke="#DDD" rx="3.5" />
<path fill="#fff"
d="M2 4c0-1.10457.89543-2 2-2h35c9.9411 0 18 8.0589 18 18s-8.0589 18-18 18H4c-1.10457 0-2-.8954-2-2V4Z" />
<path fill="#231F20"
d="M6.31118 16.2994H4v8.0658h2.29247c1.22577 0 2.10533-.2901 2.8726-.9264.91703-.7579 1.45973-1.9088 1.45973-3.0971.0093-2.3861-1.76851-4.0423-4.31362-4.0423Zm1.83398 6.054c-.49592.4491-1.1322.6456-2.15211.6456h-.42107v-5.3335h.42107c1.01991 0 1.63748.1778 2.15211.655.54271.4866.8702 1.2352.8702 2.0118 0 .7673-.32749 1.5345-.8702 2.0211ZM12.9359 16.2994h-1.572v8.0658h1.572v-8.0658ZM16.7815 19.3872c-.9451-.3462-1.2164-.5801-1.2164-1.0199 0-.5053.4959-.8982 1.1696-.8982.4679 0 .8609.1964 1.2726.6549l.8234-1.076c-.6737-.5895-1.4878-.8983-2.3673-.8983-1.4223 0-2.5171.9919-2.5171 2.3112 0 1.1135.5053 1.6843 1.9837 2.2082.6176.2153.9264.365 1.0854.4585.3182.2059.4679.496.4679.8328 0 .655-.524 1.1416-1.2258 1.1416-.7485 0-1.3568-.3743-1.7123-1.0761l-1.0199.9919c.7205 1.0667 1.5907 1.5345 2.7884 1.5345 1.6374 0 2.779-1.0854 2.779-2.648.0093-1.2819-.524-1.8621-2.3112-2.5171ZM19.598 20.3323c0 2.3673 1.8621 4.2107 4.2575 4.2107.6737 0 1.2538-.131 1.9743-.4679v-1.8527c-.6269.6269-1.1883.8796-1.8995.8796-1.5813 0-2.7042-1.1509-2.7042-2.7791 0-1.5439 1.1603-2.7696 2.6387-2.7696.7486 0 1.3194.2713 1.9744.9076v-1.8527c-.6925-.3462-1.2539-.4959-1.937-.4959-2.3953 0-4.3042 1.8807-4.3042 4.22ZM38.2933 21.7171l-2.1521-5.4177h-1.7124l3.4247 8.2716h.8421l3.4808-8.2716h-1.7029l-2.1802 5.4177ZM42.8877 24.3558h4.4633V22.999h-2.8913v-2.1801h2.7884v-1.3662h-2.7884v-1.7872h2.8913v-1.3661h-4.4633v8.0564ZM53.5828 18.6761c0-1.5065-1.0386-2.3767-2.8539-2.3767H48.399v8.0658h1.572v-3.2376h.2059l2.1802 3.2376h1.9369l-2.5358-3.3966c1.1696-.2433 1.8246-1.0574 1.8246-2.2925Zm-3.1626 1.3287h-.4585v-2.4422h.4865c.9825 0 1.5159.4117 1.5159 1.1977 0 .8141-.5334 1.2445-1.5439 1.2445ZM54.5839 16.5989c0-.1404-.0935-.2153-.2713-.2153h-.2246v.7112h.1684v-.2714l.1965.2714h.2059l-.2339-.2901c.1029-.0374.159-.1029.159-.2058Zm-.2994.0935h-.0281v-.1871h.0281c.0842 0 .131.0281.131.0936s-.0468.0935-.131.0935Z" />
<path fill="#231F20"
d="M54.3501 16.1123c-.3462 0-.6176.2713-.6176.6176 0 .3462.2808.6175.6176.6175.3369 0 .6082-.2807.6082-.6175 0-.3369-.2713-.6176-.6082-.6176Zm0 1.1322c-.2713 0-.4959-.2246-.4959-.5053 0-.2807.2152-.5053.4959-.5053.2714 0 .4866.234.4866.5053 0 .2714-.2246.5053-.4866.5053Z" />
<path fill="url(#b)"
d="M30.6767 24.571c2.3669 0 4.2856-1.9187 4.2856-4.2855 0-2.3668-1.9187-4.2855-4.2856-4.2855-2.3668 0-4.2855 1.9187-4.2855 4.2855 0 2.3668 1.9187 4.2855 4.2855 4.2855Z" />
<path fill="url(#c)"
d="M30.6767 24.571c2.3669 0 4.2856-1.9187 4.2856-4.2855 0-2.3668-1.9187-4.2855-4.2856-4.2855-2.3668 0-4.2855 1.9187-4.2855 4.2855 0 2.3668 1.9187 4.2855 4.2855 4.2855Z" />
<path fill="url(#d)"
d="M30.6767 24.571c2.3669 0 4.2856-1.9187 4.2856-4.2855 0-2.3668-1.9187-4.2855-4.2856-4.2855-2.3668 0-4.2855 1.9187-4.2855 4.2855 0 2.3668 1.9187 4.2855 4.2855 4.2855Z" />
<defs>
<radialGradient id="b" cx="0" cy="0" r="1" gradientTransform="translate(31.0904 20.7856) scale(19.2216)"
gradientUnits="userSpaceOnUse">
<stop offset=".139" stop-color="#F37B20" />
<stop offset=".169" stop-color="#F27123" />
<stop offset=".206" stop-color="#D95227" />
<stop offset=".219" stop-color="#C24525" />
<stop offset=".239" stop-color="#A53423" />
</radialGradient>
<radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="translate(32.2632 22.3661) scale(17.411)"
gradientUnits="userSpaceOnUse">
<stop offset=".044" stop-color="#F89F1F" />
<stop offset=".079" stop-color="#F89F1F" />
<stop offset=".127" stop-color="#F79420" stop-opacity=".856" />
<stop offset=".21" stop-color="#F47821" stop-opacity=".606" />
<stop offset=".317" stop-color="#F04924" stop-opacity=".281" />
<stop offset=".41" stop-color="#EC1C26" stop-opacity="0" />
</radialGradient>
<radialGradient id="d" cx="0" cy="0" r="1" gradientTransform="translate(32.2632 22.3661) scale(17.411)"
gradientUnits="userSpaceOnUse">
<stop offset=".044" stop-color="#F89F1F" />
<stop offset=".079" stop-color="#F89F1F" />
<stop offset=".35" stop-color="#F89F1F" stop-opacity="0" />
</radialGradient>
<linearGradient id="a" x1="26" x2="60" y1="-3.5" y2="40" gradientUnits="userSpaceOnUse">
<stop stop-color="#E15115" />
<stop offset="1" stop-color="#F9A020" />
</linearGradient>
</defs>
</svg>
<svg width="60" height="40" role="img" viewBox="0 0 60 40">
<title>Diners</title>
<rect width="59" height="39" x=".5" y=".5" fill="#FFF" stroke="#DDD" rx="4" />
<g transform="translate(6 3)">
<path fill="#231F20"
d="M2.45115646 25.6771701C2.45115646 26.4506122 3.00331973 26.5395374 3.4955102 26.5395374 5.66487075 26.5395374 6.37627211 24.9037279 6.37627211 23.4085442 6.37627211 21.5307755 5.17268027 20.1741497 3.23493878 20.1741497 2.82133333 20.1741497 2.63107483 20.2051701 2.45115646 20.2155102L2.45115646 25.6771701zM1.4585034 20.9682721C1.4585034 20.0645442.986993197 20.124517.536163265 20.1141769L.536163265 19.8639456C.927020408 19.8825578 1.32821769 19.8825578 1.72114286 19.8825578 2.11406803 19.8825578 2.71379592 19.8639456 3.45828571 19.8639456 6.05779592 19.8639456 7.47439456 21.5990204 7.47439456 23.3795918 7.47439456 24.3743129 6.89121088 26.8745578 3.33834014 26.8745578 2.82753741 26.8745578 2.35395918 26.8538776 1.89072109 26.8538776 1.42748299 26.8538776.997333333 26.8538776.546503401 26.8745578L.546503401 26.6139864C1.14829932 26.5519456 1.43989116 26.5333333 1.46884354 25.8488163L1.4585034 20.9682721zM8.90340136 20.7263129C8.63157207 20.7263129 8.41121088 20.5059517 8.41121088 20.2341224 8.41121088 19.9622932 8.63157207 19.741932 8.90340136 19.741932 9.17203269 19.741894 9.39107703 19.9572569 9.39559184 20.2258503 9.39562916 20.4990497 9.1765634 20.7217972 8.90340136 20.7263129L8.90340136 20.7263129zM7.83009524 26.6015782L8.02035374 26.6015782C8.30160544 26.6015782 8.50220408 26.6015782 8.50220408 26.2686259L8.50220408 23.547102C8.50220408 23.1066122 8.3512381 23.0445714 7.9789932 22.8460408L7.9789932 22.6847347C8.4505034 22.5441088 9.0130068 22.3538503 9.05436735 22.3228299 9.10893112 22.2907497 9.1709915 22.2736296 9.23428571 22.2731973 9.28391837 22.2731973 9.30459864 22.3331701 9.30459864 22.4138231L9.30459864 26.2748299C9.30459864 26.6077823 9.52587755 26.6077823 9.80712925 26.6077823L9.97670748 26.6077823 9.97670748 26.8683537C9.63548299 26.8683537 9.28391837 26.8476735 8.92408163 26.8476735 8.5642449 26.8476735 8.20027211 26.8476735 7.83009524 26.8683537L7.83009524 26.6015782zM10.9362721 23.6091429C10.9362721 23.236898 10.8245986 23.1376327 10.3530884 22.9453061L10.3530884 22.7591837C10.8030584 22.6217967 11.2455318 22.46096 11.6786939 22.2773333 11.7097143 22.2773333 11.7386667 22.2959456 11.7386667 22.3765986L11.7386667 23.0300952C12.3115102 22.6164898 12.8037007 22.2773333 13.4778776 22.2773333 14.3299048 22.2773333 14.6297687 22.8977415 14.6297687 23.6835918L14.6297687 26.2748299C14.6297687 26.6077823 14.8531156 26.6077823 15.1322993 26.6077823L15.3142857 26.6077823 15.3142857 26.8683537C14.9606531 26.8683537 14.6111565 26.8476735 14.2492517 26.8476735 13.8873469 26.8476735 13.5254422 26.8476735 13.1635374 26.8683537L13.1635374 26.6077823 13.3455238 26.6077823C13.6267755 26.6077823 13.8273741 26.6077823 13.8273741 26.2748299L13.8273741 23.6691156C13.8273741 23.0962721 13.4778776 22.8150204 12.905034 22.8150204 12.5824218 22.8150204 12.0778231 23.0755918 11.7386667 23.2968707L11.7386667 26.2748299C11.7386667 26.6077823 11.9599456 26.6077823 12.2411973 26.6077823L12.4190476 26.6077823 12.4190476 26.8683537C12.067483 26.8683537 11.7179864 26.8476735 11.3540136 26.8476735 10.9900408 26.8476735 10.6322721 26.8476735 10.2703673 26.8683537L10.2703673 26.6077823 10.4523537 26.6077823C10.7336054 26.6077823 10.9342041 26.6077823 10.9342041 26.2748299L10.9362721 23.6091429zM17.8558912 23.768381C18.1061224 23.768381 18.1350748 23.6380952 18.1350748 23.5181497 18.1350748 23.0073469 17.8228027 22.5937415 17.2602993 22.5937415 16.6398912 22.5937415 16.2262857 23.0445714 16.1063401 23.768381L17.8558912 23.768381zM16.0773878 24.0909932C16.0543005 24.2840105 16.0543005 24.4790916 16.0773878 24.6721088 16.1352925 25.6275374 16.7494966 26.4092517 17.5518912 26.4092517 18.1061224 26.4092517 18.5383401 26.1073197 18.908517 25.7371429L19.0491429 25.8777687C18.5859048 26.4981769 18.0151293 27.0131156 17.1879184 27.0131156 15.5914014 27.0131156 15.2687891 25.4662313 15.2687891 24.8230748 15.2687891 22.8543129 16.5943946 22.2731973 17.2975238 22.2731973 18.1102585 22.2731973 18.985034 22.784 18.9953741 23.849034 19.0005163 23.9095872 19.0005163 23.9704672 18.9953741 24.0310204L18.904381 24.0909932 16.0773878 24.0909932zM19.2290612 26.6015782L19.5020408 26.6015782C19.7812245 26.6015782 19.9818231 26.6015782 19.9818231 26.2686259L19.9818231 23.4478367C19.9818231 23.1376327 19.6116463 23.0755918 19.4606803 22.9949388L19.4606803 22.8460408C20.1927619 22.5337687 20.5939592 22.2731973 20.6870204 22.2731973 20.7449252 22.2731973 20.7759456 22.3021497 20.7759456 22.403483L20.7759456 23.3072109 20.7966259 23.3072109C21.0468571 22.9163537 21.4687347 22.2731973 22.0808707 22.2731973 22.2277868 22.2659068 22.3714288 22.3182084 22.4792619 22.4182558 22.5870951 22.5183032 22.6499948 22.6576305 22.6537143 22.8046803 22.6604465 22.9355393 22.6142767 23.063609 22.5255943 23.1600705 22.4369119 23.2565321 22.3131666 23.3132823 22.1822041 23.317551 21.869932 23.317551 21.869932 23.0755918 21.5183673 23.0755918 21.1040007 23.133557 20.7934491 23.4844627 20.7862857 23.9028027L20.7862857 26.2748299C20.7862857 26.6077823 20.9930884 26.6077823 21.2681361 26.6077823L21.8285714 26.6077823 21.8285714 26.8683537C21.2764082 26.8580136 20.8565986 26.8476735 20.424381 26.8476735 19.9921633 26.8476735 19.5971701 26.8476735 19.2290612 26.8683537L19.2290612 26.6015782zM23.0942041 25.4662313C23.2265578 26.128 23.6277551 26.6905034 24.3619048 26.6905034 24.9533605 26.6905034 25.1725714 26.3285986 25.1725714 25.979102 25.1725714 24.7920544 22.9845986 25.1746395 22.9845986 23.5595102 22.9845986 22.9949388 23.4374966 22.2731973 24.5418231 22.2731973 24.9401355 22.2829499 25.3310883 22.3826322 25.6854422 22.5647891L25.7557551 23.5884626 25.5241361 23.5884626C25.4248707 22.9556463 25.0733061 22.5937415 24.4301497 22.5937415 24.0289524 22.5937415 23.6484354 22.8253605 23.6484354 23.2575782 23.6484354 24.4322177 25.977034 24.0703129 25.977034 25.6461497 25.977034 26.3099864 25.445551 27.0131156 24.2502313 27.0131156 23.8204353 27.0008155 23.4001554 26.8836767 23.0259592 26.6718912L22.9142857 25.5158639 23.0942041 25.4662313zM35.0432653 21.6693333L34.793034 21.6693333C34.6007075 20.4967619 33.7590204 20.0149116 32.6443537 20.0149116 31.4883265 20.0149116 29.8111565 20.7883537 29.8111565 23.1976054 29.8111565 25.2263401 31.2587755 26.6822313 32.8035918 26.6822313 33.8134903 26.6822397 34.671576 25.9437234 34.8219864 24.9450884L35.0536054 25.0050612 34.8219864 26.4816327C34.408381 26.7422041 33.2668299 27.0151837 32.6029932 27.0151837 30.2537143 27.0151837 28.7688707 25.4993197 28.7688707 23.238966 28.7688707 21.1709388 30.6052789 19.7047075 32.5740408 19.7047075 33.3867755 19.7047075 34.1705578 19.9652789 34.941932 20.2382585L35.0432653 21.6693333zM35.4051701 26.6015782L35.5954286 26.6015782C35.8766803 26.6015782 36.0772789 26.6015782 36.0772789 26.2686259L36.0772789 20.6849524C36.0772789 20.0314558 35.928381 20.0128435 35.5457959 19.9011701L35.5457959 19.741932C35.9023075 19.6280049 36.2482734 19.4833911 36.5798095 19.3097143 36.6484485 19.264366 36.7219837 19.2269047 36.7990204 19.1980408 36.8610612 19.1980408 36.8817415 19.2600816 36.8817415 19.3407347L36.8817415 26.2748299C36.8817415 26.6077823 37.1030204 26.6077823 37.3842721 26.6077823L37.5538503 26.6077823 37.5538503 26.8683537C37.2126259 26.8683537 36.8610612 26.8476735 36.4991565 26.8476735 36.1372517 26.8476735 35.777415 26.8476735 35.4051701 26.8683537L35.4051701 26.6015782zM41.8512109 26.3099864C41.8512109 26.4899048 41.9608163 26.5002449 42.1324626 26.5002449 42.2524082 26.5002449 42.4033741 26.4899048 42.5336599 26.4899048L42.5336599 26.6967075C42.0443473 26.7664592 41.560595 26.8708115 41.0860408 27.0089796L41.0364082 26.9779592 41.0364082 26.1652245C40.4346122 26.657415 39.9713741 27.0089796 39.2579048 27.0089796 38.7160816 27.0089796 38.1535782 26.657415 38.1535782 25.8136599L38.1535782 23.2472381C38.1535782 22.9845986 38.1142857 22.7343673 37.5517823 22.6847347L37.5517823 22.4944762C37.9136871 22.4944762 38.7160816 22.4241633 38.8463673 22.4241633 38.9766531 22.4241633 38.9580408 22.4944762 38.9580408 22.7157551L38.9580408 25.3049252C38.9580408 25.6068571 38.9580408 26.4692245 39.8307483 26.4692245 40.1719728 26.4692245 40.6248707 26.2086531 41.0446803 25.8591565L41.0446803 23.1562449C41.0446803 22.9494422 40.5628299 22.8460408 40.2029932 22.7426395L40.2029932 22.5627211C41.1067211 22.5006803 41.6692245 22.4220952 41.7684898 22.4220952 41.8677551 22.4220952 41.8491429 22.4924082 41.8491429 22.6020136L41.8512109 26.3099864zM43.8530612 25.7268027C43.8772242 26.2875592 44.3263183 26.7366534 44.8870748 26.7608163 45.962449 26.7608163 46.4132789 25.7081905 46.4132789 24.8127347 46.4132789 23.7290884 45.586068 22.8253605 44.8084898 22.8253605 44.4362449 22.8253605 44.1239728 23.0673197 43.8530612 23.2989388L43.8530612 25.7268027zM43.8530612 22.9949388C44.2542585 22.6557823 44.7981497 22.2731973 45.3503129 22.2731973 46.5146122 22.2731973 47.2115374 23.2885986 47.2115374 24.382585 47.2115374 25.6978503 46.2478367 27.0131156 44.8105578 27.0131156 44.3234926 27.0119288 43.8441638 26.891209 43.4146395 26.661551L43.1168435 26.8952381 42.9100408 26.7856327C43.0028712 26.1945523 43.0498864 25.5971822 43.0506667 24.9988571L43.0506667 20.6766803C43.0506667 20.0231837 42.8997007 20.0045714 42.5171156 19.892898L42.5171156 19.7336599C42.8739137 19.6205128 43.2199469 19.475871 43.5511293 19.3014422 43.621017 19.2557195 43.6959654 19.2182453 43.7744762 19.1897687 43.834449 19.1897687 43.8530612 19.2518095 43.8530612 19.3324626L43.8530612 22.9949388zM.532027211 32.7001905L.608544218 32.7001905C.805006803 32.7001905 1.02214966 32.6733061 1.02214966 32.3879184L1.02214966 29.5257687C1.02214966 29.242449.815346939 29.2134966.608544218 29.2134966L.532027211 29.2134966.532027211 29.0501224C.738829932 29.0501224 1.07385034 29.0728707 1.34269388 29.0728707 1.61153741 29.0728707 1.94242177 29.0501224 2.19885714 29.0501224L2.19885714 29.2134966 2.12234014 29.2134966C1.92587755 29.2134966 1.71907483 29.242449 1.71907483 29.5257687L1.71907483 32.3879184C1.71907483 32.6733061 1.92587755 32.7001905 2.12234014 32.7001905L2.19885714 32.7001905 2.19885714 32.8635646C1.93621769 32.8635646 1.60946939 32.8428844 1.3364898 32.8428844 1.0635102 32.8428844.745034014 32.8635646.532027211 32.8635646L.532027211 32.7001905z" />
<path fill="#231F20"
d="M2.17610884 32.8408163L2.17610884 32.7250068 2.12234014 32.7250068C1.92794558 32.7250068 1.6942585 32.6898503 1.6942585 32.3879184L1.6942585 29.5257687C1.6942585 29.2238367 1.92794558 29.1907483 2.12234014 29.1907483L2.17610884 29.1907483 2.17610884 29.0749388C1.92380952 29.0749388 1.60740136 29.095619 1.34889796 29.095619 1.09039456 29.095619.773986395 29.0749388.563047619 29.0749388L.563047619 29.1907483.614748299 29.1907483C.809142857 29.1907483 1.04282993 29.2238367 1.04282993 29.5257687L1.04282993 32.3879184C1.04282993 32.6898503.809142857 32.7250068.614748299 32.7250068L.563047619 32.7250068.563047619 32.8408163C.76985034 32.8408163 1.08212245 32.818068 1.34269388 32.818068 1.60326531 32.818068 1.92380952 32.8387483 2.18231293 32.8408163L2.17610884 32.8408163zM2.20506122 32.8863129C1.94035374 32.8863129 1.61360544 32.8656327 1.34269388 32.8656327 1.07178231 32.8656327.753306122 32.8863129.538231293 32.8863129L.515482993 32.8863129.515482993 32.6795102.614748299 32.6795102C.82155102 32.6795102.993197279 32.6588299.995265306 32.3920544L.995265306 29.5257687C.995265306 29.2589932.813278912 29.242449.614748299 29.2383129L.515482993 29.2383129.515482993 29.0315102.538231293 29.0315102C.745034014 29.0315102 1.08005442 29.0521905 1.34889796 29.0521905 1.6177415 29.0521905 1.94655782 29.0315102 2.20506122 29.0315102L2.22987755 29.0315102 2.22987755 29.2383129 2.12854422 29.2383129C1.9217415 29.2383129 1.75009524 29.2589932 1.74802721 29.5257687L1.74802721 32.3879184C1.74802721 32.6546939 1.93001361 32.6712381 2.12854422 32.6753741L2.22987755 32.6753741 2.22987755 32.8821769 2.20506122 32.8863129zM5.95232653 31.7881905L5.96266667 31.7757823 5.96266667 29.7284354C5.98231194 29.5937665 5.94007117 29.4574301 5.84772784 29.3574584 5.7553845 29.2574867 5.62282218 29.2045798 5.48702041 29.2134966L5.36707483 29.2134966 5.36707483 29.0501224C5.62557823 29.0501224 5.87580952 29.0728707 6.1322449 29.0728707 6.35559184 29.0728707 6.5810068 29.0501224 6.80435374 29.0501224L6.80435374 29.2134966 6.72370068 29.2134966C6.49208163 29.2134966 6.23564626 29.2569252 6.23564626 29.9083537L6.23564626 32.3899864C6.23263751 32.574614 6.243699 32.7592026 6.26873469 32.9421497L6.06193197 32.9421497 3.24941497 29.8049524 3.24941497 32.0653061C3.24941497 32.5409524 3.34247619 32.7043265 3.76228571 32.7043265L3.85534694 32.7043265 3.85534694 32.8677007C3.62165986 32.8677007 3.38590476 32.8470204 3.15221769 32.8470204 2.91853061 32.8470204 2.65382313 32.8677007 2.40772789 32.8677007L2.40772789 32.7043265 2.49251701 32.7043265C2.87096599 32.7043265 2.98470748 32.4478912 2.98470748 32.0115374L2.98470748 29.7056871C2.98527259 29.5742583 2.93302847 29.4481092 2.83970537 29.3555638 2.74638227 29.2630184 2.61980044 29.2118317 2.48838095 29.2134966L2.416 29.2134966 2.416 29.0501224C2.62280272 29.0501224 2.82960544 29.0728707 3.03640816 29.0728707 3.19978231 29.0728707 3.35902041 29.0501224 3.52239456 29.0501224L5.95232653 31.7881905z" />
<path fill="#231F20"
d="M6.05986395 32.9214694L6.24185034 32.9214694C6.2193837 32.7466255 6.2097072 32.570375 6.21289796 32.3941224L6.21289796 29.9124898C6.21289796 29.2569252 6.48794558 29.1948844 6.72370068 29.1948844L6.77953741 29.1948844 6.77953741 29.0790748C6.57273469 29.0790748 6.34938776 29.0997551 6.1322449 29.0997551 5.88201361 29.0997551 5.63798639 29.0790748 5.39189116 29.0790748L5.39189116 29.1948844 5.48702041 29.1948844C5.62873271 29.1869746 5.76662426 29.242489 5.86332518 29.3463826 5.9600261 29.4502761 6.00552197 29.5917896 5.98748299 29.7325714L5.98748299 31.8005986 5.98748299 31.8109388 5.96887075 31.827483 3.52653061 29.0749388C3.36522449 29.0749388 3.20598639 29.095619 3.04054422 29.095619 2.8337415 29.095619 2.62693878 29.0749388 2.43668027 29.0749388L2.43668027 29.1907483 2.48631293 29.1907483C2.62376574 29.1890843 2.75613325 29.242668 2.85372221 29.3394794 2.95131117 29.4362907 3.00595211 29.5682253 3.00538776 29.7056871L3.00538776 32.0074014C3.00538776 32.4437551 2.88337415 32.7229388 2.49044898 32.7250068L2.43047619 32.7250068 2.43047619 32.8428844C2.66623129 32.8428844 2.9102585 32.8201361 3.14808163 32.8201361 3.38590476 32.8201361 3.60511565 32.8408163 3.83053061 32.8428844L3.83053061 32.7270748 3.76021769 32.7270748C3.33006803 32.7270748 3.22459864 32.5388844 3.22459864 32.0632381L3.22459864 29.7491156 6.05986395 32.9214694zM6.26666667 32.969034L6.0412517 32.969034 3.27009524 29.8711293 3.27009524 32.0653061C3.27009524 32.5409524 3.34868027 32.6857143 3.76021769 32.6857143L3.87809524 32.6857143 3.87809524 32.892517 3.85327891 32.892517C3.61752381 32.892517 3.38176871 32.8718367 3.14808163 32.8718367 2.91439456 32.8718367 2.65382313 32.892517 2.40565986 32.892517L2.38084354 32.892517 2.38084354 32.6857143 2.49251701 32.6857143C2.85442177 32.6857143 2.95782313 32.4520272 2.96195918 32.0177415L2.96195918 29.7056871C2.9619702 29.5806493 2.91187841 29.4608209 2.82288232 29.3729907 2.73388623 29.2851605 2.61340772 29.2366531 2.48838095 29.2383129L2.39118367 29.2383129 2.39118367 29.0315102 2.416 29.0315102C2.62280272 29.0315102 2.82960544 29.0521905 3.03640816 29.0521905 3.19771429 29.0521905 3.35695238 29.0315102 3.5410068 29.0397823L5.94198639 31.7426939 5.94198639 29.7284354C5.94198639 29.2941497 5.64832653 29.242449 5.48908844 29.2383129L5.34639456 29.2383129 5.34639456 29.0315102 5.36914286 29.0315102C5.62764626 29.0315102 5.87994558 29.0521905 6.13431293 29.0521905 6.35559184 29.0521905 6.5810068 29.0315102 6.80642177 29.0315102L6.83537415 29.0315102 6.83537415 29.2383129 6.72990476 29.2383129C6.5044898 29.2383129 6.27287075 29.2631293 6.26459864 29.9083537L6.26459864 32.3899864C6.26145947 32.5732425 6.27252205 32.7564664 6.29768707 32.9380136L6.29768707 32.964898 6.26666667 32.969034zM7.62329252 29.323102C7.20968707 29.323102 7.19727891 29.4223673 7.11455782 29.8214966L6.95118367 29.8214966C6.97186395 29.6684626 6.9987483 29.5154286 7.01736054 29.3561905 7.03812348 29.2026528 7.04848722 29.0478875 7.04838095 28.8929524L7.18073469 28.8929524C7.22416327 29.0563265 7.36065306 29.0501224 7.50955102 29.0501224L10.3262041 29.0501224C10.475102 29.0501224 10.6115918 29.0501224 10.621932 28.8805442L10.7522177 28.9032925C10.7315374 29.0501224 10.7087891 29.1969524 10.6943129 29.3458503 10.6798367 29.4947483 10.6943129 29.6395102 10.6943129 29.7884082L10.5288707 29.848381C10.5288707 29.6415782 10.4916463 29.323102 10.1152653 29.323102L9.2177415 29.323102 9.2177415 32.2307483C9.2177415 32.6443537 9.41006803 32.7001905 9.67270748 32.7001905L9.77610884 32.7001905 9.77610884 32.8635646C9.56930612 32.8635646 9.18051701 32.8428844 8.88478912 32.8428844 8.58906122 32.8428844 8.17545578 32.8635646 7.96244898 32.8635646L7.96244898 32.7001905 8.07619048 32.7001905C8.37812245 32.7001905 8.52908844 32.6733061 8.52908844 32.2410884L8.52908844 29.323102 7.62329252 29.323102z" />
<path fill="#231F20"
d="M9.77610884 32.892517C9.56930612 32.892517 9.17844898 32.8718367 8.88478912 32.8718367 8.55804082 32.8718367 8.17545578 32.892517 7.96244898 32.892517L7.93763265 32.892517 7.93763265 32.6857143 8.07619048 32.6857143C8.37812245 32.6857143 8.48979592 32.6857143 8.50427211 32.2514286L8.50427211 29.3561905 7.62329252 29.3561905 7.62329252 29.3065578 8.5414966 29.3065578 8.5414966 32.2493605C8.5414966 32.6877823 8.36571429 32.7332789 8.06585034 32.7332789L7.98519728 32.7332789 7.98519728 32.8490884C8.192 32.8490884 8.56838095 32.8263401 8.88478912 32.8263401 9.20119728 32.8263401 9.53414966 32.8470204 9.75129252 32.8490884L9.75129252 32.7332789 9.67270748 32.7332789C9.408 32.7332789 9.1949932 32.667102 9.1949932 32.2390204L9.1949932 29.2982857 10.1152653 29.2982857C10.4813061 29.2982857 10.5288707 29.6126259 10.5412789 29.8152925L10.6591565 29.7718639C10.6591565 29.6291701 10.6591565 29.4864762 10.6694966 29.3417143 10.6798367 29.1969524 10.7046531 29.0625306 10.7253333 28.9281088L10.6426122 28.9157007C10.6177959 29.0728707 10.4647619 29.0832109 10.3262041 29.0811429L7.48059864 29.0811429C7.35238095 29.0811429 7.2117551 29.0811429 7.16212245 28.9219048L7.07319728 28.9219048C7.07166722 29.0699809 7.06061493 29.2178053 7.04010884 29.3644626 7.02356463 29.5154286 6.9987483 29.6601905 6.98013605 29.8049524L7.09594558 29.8049524C7.16832653 29.4223673 7.21382313 29.3003537 7.62329252 29.3044898L7.62329252 29.3541224C7.20968707 29.3541224 7.22623129 29.4285714 7.13730612 29.8318367L7.13730612 29.850449 6.9305034 29.850449 6.9305034 29.8235646C6.9532517 29.6705306 6.98013605 29.5174966 6.99668027 29.3582585 7.01915579 29.2062651 7.0302162 29.0528019 7.02976871 28.8991565L7.02976871 28.8743401 7.20348299 28.8743401 7.20348299 28.8908844C7.24070748 29.0294422 7.34204082 29.0294422 7.48059864 29.0335782L10.3262041 29.0335782C10.4792381 29.0335782 10.5888435 29.0335782 10.5991837 28.8846803L10.5991837 28.8598639 10.624 28.8598639 10.779102 28.8846803 10.779102 28.9094966C10.7563537 29.0563265 10.7356735 29.2031565 10.7191293 29.3499864 10.702585 29.4968163 10.7191293 29.6415782 10.7191293 29.7904762L10.7191293 29.8070204 10.702585 29.8070204 10.5102585 29.8773333 10.5102585 29.8463129C10.4957823 29.6395102 10.475102 29.3437823 10.1297415 29.3437823L9.24255782 29.3437823 9.24255782 32.2307483C9.24255782 32.6443537 9.41213605 32.6712381 9.67270748 32.6753741L9.79885714 32.6753741 9.79885714 32.8821769 9.77610884 32.892517zM10.928 32.7001905L11.004517 32.7001905C11.2113197 32.7001905 11.4181224 32.6733061 11.4181224 32.3879184L11.4181224 29.5257687C11.4181224 29.242449 11.2113197 29.2134966 11.004517 29.2134966L10.928 29.2134966 10.928 29.0501224C11.2609524 29.0501224 11.8296599 29.0728707 12.2866939 29.0728707 12.7437279 29.0728707 13.3207075 29.0501224 13.6867483 29.0501224 13.6867483 29.2858776 13.6867483 29.6457143 13.6970884 29.8773333L13.5337143 29.9207619C13.5068299 29.5671293 13.4406531 29.2838095 12.8678095 29.2838095L12.1088435 29.2838095 12.1088435 30.7128163 12.7582041 30.7128163C13.0849524 30.7128163 13.1573333 30.5287619 13.1904218 30.233034L13.3537959 30.233034C13.3537959 30.4398367 13.3372517 30.6590476 13.3372517 30.8720544 13.3372517 31.0850612 13.3372517 31.2856599 13.3537959 31.4924626L13.1904218 31.525551C13.1573333 31.1988027 13.1407891 30.9857959 12.7644082 30.9857959L12.1088435 30.9857959 12.1088435 32.2721088C12.1088435 32.6278095 12.4252517 32.6278095 12.7747483 32.6278095 13.4303129 32.6278095 13.7198367 32.584381 13.8832109 31.9619048L14.0362449 31.9991293C13.965932 32.2886531 13.8997551 32.5781769 13.8501224 32.8677007 13.5006259 32.8677007 12.8719456 32.8470204 12.3818231 32.8470204 11.8917007 32.8470204 11.2402721 32.8677007 10.9342041 32.8677007L10.928 32.7001905z" />
<path fill="#231F20"
d="M13.8294422 32.8408163C13.8790748 32.5637007 13.9411156 32.2886531 14.0072925 32.0136054L13.8997551 31.9867211C13.736381 32.5967891 13.4199728 32.6526259 12.7747483 32.6484898 12.4293878 32.6484898 12.0860952 32.6484898 12.0840272 32.2679728L12.0840272 30.9713197 12.7623401 30.9713197C13.1449252 30.9713197 13.1759456 31.1988027 13.211102 31.5090068L13.3289796 31.4841905C13.3186395 31.2773878 13.3124354 31.0809252 13.3124354 30.8803265 13.3124354 30.6797279 13.3124354 30.4667211 13.3289796 30.2599184L13.211102 30.2599184C13.1800816 30.5453061 13.0911565 30.7459048 12.7582041 30.7417687L12.0840272 30.7417687 12.0840272 29.2631293 12.8678095 29.2631293C13.436517 29.2631293 13.5295782 29.5526531 13.5543946 29.8959456L13.6722721 29.8649252C13.6722721 29.7098231 13.6557279 29.5112925 13.6557279 29.3293061 13.6557279 29.2362449 13.6557279 29.1473197 13.6557279 29.0708027 13.285551 29.0708027 12.7313197 29.091483 12.2804898 29.091483 11.8296599 29.091483 11.2795646 29.0708027 10.9445442 29.0708027L10.9445442 29.1866122 10.9983129 29.1866122C11.1927075 29.1866122 11.4243265 29.2197007 11.4263946 29.5216327L11.4263946 32.3837823C11.4263946 32.6857143 11.1927075 32.7188027 10.9983129 32.7208707L10.9507483 32.7208707 10.9507483 32.8366803C11.2692245 32.8366803 11.9020408 32.813932 12.3818231 32.813932 12.8616054 32.813932 13.4778776 32.8346122 13.8294422 32.8366803L13.8294422 32.8408163zM13.8501224 32.8821769C13.5006259 32.8821769 12.8719456 32.8614966 12.3818231 32.8614966 11.8917007 32.8614966 11.2402721 32.8821769 10.9342041 32.8821769L10.9114558 32.8821769 10.9114558 32.6753741 11.0107211 32.6753741C11.2175238 32.6753741 11.3891701 32.6546939 11.3912381 32.3879184L11.3912381 29.5257687C11.3912381 29.2589932 11.2092517 29.242449 11.0107211 29.2383129L10.9114558 29.2383129 10.9114558 29.0315102 10.9342041 29.0315102C11.2671565 29.0315102 11.8358639 29.0521905 12.292898 29.0521905 12.749932 29.0521905 13.3269116 29.0315102 13.6929524 29.0315102L13.7157007 29.0315102 13.7157007 29.0563265C13.7157007 29.1369796 13.7157007 29.2341769 13.7157007 29.3375782 13.7157007 29.5257687 13.7157007 29.7325714 13.7322449 29.8897415L13.7322449 29.9083537 13.7136327 29.9083537 13.5213061 29.9579864 13.5213061 29.929034C13.4882177 29.5754014 13.4406531 29.3086259 12.8781497 29.3086259L12.1315918 29.3086259 12.1315918 30.6921361 12.752 30.6921361C13.0663401 30.6921361 13.1221769 30.5266939 13.1656054 30.233034L13.1656054 30.2102857 13.3724082 30.2102857 13.3724082 30.235102C13.3724082 30.4419048 13.3558639 30.6611156 13.3558639 30.8741224 13.3558639 31.0871293 13.3558639 31.2877279 13.3724082 31.4945306L13.3724082 31.5131429 13.3517279 31.5131429 13.1614694 31.5503673 13.1614694 31.525551C13.1242449 31.1905306 13.1221769 31.0085442 12.7478639 31.0044082L12.1274558 31.0044082 12.1274558 32.2452245C12.1274558 32.5781769 12.4149116 32.5761088 12.7706122 32.5781769 13.4282449 32.5781769 13.6908844 32.5409524 13.8563265 31.9288163L13.8563265 31.906068 13.8790748 31.906068 14.0527891 31.9515646 14.0527891 31.9743129C13.9824762 32.2638367 13.9162993 32.5512925 13.8666667 32.8408163L13.8666667 32.8594286 13.8501224 32.8821769zM15.4735238 30.8968707L15.7402993 30.8968707C16.2862585 30.8968707 16.5819864 30.690068 16.5819864 30.0448435 16.5975509 29.8287353 16.5184608 29.6165254 16.3652534 29.463318 16.212046 29.3101106 15.9998361 29.2310206 15.7837279 29.246585 15.6799505 29.2476248 15.5763426 29.2552227 15.4735238 29.2693333L15.4735238 30.8968707zM14.7745306 29.6291701C14.7745306 29.2300408 14.5553197 29.2155646 14.3857415 29.2155646L14.2802721 29.2155646 14.2802721 29.0521905C14.4560544 29.0521905 14.7952109 29.0749388 15.1281633 29.0749388 15.4611156 29.0749388 15.717551 29.0521905 16.0070748 29.0521905 16.6936599 29.0521905 17.3078639 29.2383129 17.3078639 30.0138231 17.3078639 30.5060136 16.9790476 30.8058776 16.548898 30.9754558L17.4815782 32.3734422C17.5865645 32.5707925 17.7895998 32.6964058 18.0130612 32.7022585L18.0130612 32.8656327C17.8310748 32.8656327 17.6573605 32.8449524 17.4774422 32.8449524 17.2975238 32.8449524 17.1320816 32.8656327 16.9645714 32.8656327 16.544606 32.3028085 16.1645394 31.7112867 15.8271565 31.0954014L15.4735238 31.0954014 15.4735238 32.2721088C15.4735238 32.6857143 15.6803265 32.7084626 15.9202177 32.7084626L16.019483 32.7084626 16.019483 32.8718367C15.7072109 32.8718367 15.3990748 32.8511565 15.0785306 32.8511565 14.8179592 32.8511565 14.5594558 32.8718367 14.2864762 32.8718367L14.2864762 32.7084626 14.3857415 32.7084626C14.5925442 32.7084626 14.7745306 32.6154014 14.7745306 32.4127347L14.7745306 29.6291701z" />
<path fill="#231F20"
d="M15.7402993 30.8741224C16.2800544 30.8741224 16.553034 30.6797279 16.5675102 30.0469116 16.5824278 29.8370146 16.5055258 29.6309736 16.3567319 29.4821797 16.207938 29.3333857 16.001897 29.2564838 15.792 29.2714014 15.6958406 29.2722121 15.5998294 29.2791194 15.5045442 29.2920816L15.5045442 30.8761905 15.7402993 30.8741224zM15.4735238 30.919619L15.4487075 30.919619 15.4487075 29.246585 15.4693878 29.246585C15.5737535 29.234411 15.6786668 29.2275088 15.7837279 29.2259048 16.0078752 29.2089967 16.2282474 29.2907034 16.3871938 29.4496497 16.5461401 29.6085961 16.6278468 29.8289684 16.6109388 30.0531156 16.6109388 30.7066122 16.2965986 30.9278912 15.7465034 30.9278912L15.4735238 30.919619zM15.4735238 31.070585L15.8457687 31.070585 15.8457687 31.0829932C16.1829575 31.6909337 16.5565725 32.2779444 16.9645714 32.8408163 17.1300136 32.8408163 17.3057959 32.818068 17.4753741 32.818068 17.6449524 32.818068 17.8186667 32.8387483 17.9882449 32.8408163L17.9882449 32.7208707C17.7657087 32.7115824 17.565228 32.5837167 17.462966 32.3858503L16.5116735 30.9630476 16.5385578 30.9630476C16.9666395 30.7934694 17.2830476 30.5018776 17.2830476 30.0220952 17.2830476 29.2631293 16.6936599 29.0873469 16.0070748 29.0852789 15.719619 29.0852789 15.4569796 29.1059592 15.1281633 29.1059592 14.7993469 29.1059592 14.4829388 29.0852789 14.3009524 29.0852789L14.3009524 29.2010884 14.3774694 29.2010884C14.5470476 29.2010884 14.7910748 29.2300408 14.7910748 29.6395102L14.7910748 32.4148027C14.7910748 32.6360816 14.5842721 32.7353469 14.3774694 32.7353469L14.3009524 32.7353469 14.3009524 32.8511565C14.5635918 32.8511565 14.8138231 32.8284082 15.0702585 32.8284082 15.3763265 32.8284082 15.6906667 32.8490884 15.9863946 32.8511565L15.9863946 32.7353469 15.9119456 32.7353469C15.6637823 32.7353469 15.4404354 32.7043265 15.4404354 32.2721088L15.4404354 31.0809252 15.4735238 31.070585zM18.0192653 32.892517C17.8352109 32.892517 17.6614966 32.8718367 17.4815782 32.8718367 17.3016599 32.8718367 17.1403537 32.892517 16.9500952 32.8842449 16.5342962 32.3234313 16.1563863 31.7354946 15.8188844 31.1243537L15.4962721 31.1243537 15.4962721 32.2721088C15.4962721 32.6857143 15.6679184 32.6857143 15.9202177 32.6857143L16.0422313 32.6857143 16.0422313 32.892517 16.017415 32.892517C15.7051429 32.892517 15.3970068 32.8718367 15.0785306 32.8718367 14.8179592 32.8718367 14.5615238 32.892517 14.2864762 32.892517L14.2637279 32.892517 14.2637279 32.6857143 14.3857415 32.6857143C14.5822041 32.6857143 14.7476463 32.5988571 14.7497143 32.4148027L14.7497143 29.6291701C14.7497143 29.242449 14.5553197 29.244517 14.3857415 29.2383129L14.2637279 29.2383129 14.2637279 29.0315102 14.2802721 29.0315102C14.4581224 29.0315102 14.7952109 29.0521905 15.1281633 29.0521905 15.4611156 29.0521905 15.715483 29.0315102 16.0070748 29.0315102 16.6957279 29.0315102 17.3306122 29.2217687 17.3326803 30.0158912 17.3326803 30.5080816 17.005932 30.8162177 16.5840544 30.9878639L17.5022585 32.363102C17.6016072 32.5552454 17.7988365 32.6769232 18.0151293 32.6795102L18.0358095 32.6795102 18.0358095 32.8863129 18.0192653 32.892517zM21.7251701 31.7881905L21.7251701 31.7757823 21.7251701 29.7284354C21.7448153 29.5937665 21.7025746 29.4574301 21.6102312 29.3574584 21.5178879 29.2574867 21.3853256 29.2045798 21.2495238 29.2134966L21.1316463 29.2134966 21.1316463 29.0501224C21.3880816 29.0501224 21.6383129 29.0728707 21.8947483 29.0728707 22.1511837 29.0728707 22.3414422 29.0501224 22.5689252 29.0501224L22.5689252 29.2134966 22.4862041 29.2134966C22.2566531 29.2134966 22.0002177 29.2569252 22.0002177 29.9083537L22.0002177 32.3899864C21.9965556 32.5745609 22.0069256 32.7591468 22.0312381 32.9421497L21.8244354 32.9421497 19.0119184 29.8049524 19.0119184 32.0653061C19.0119184 32.5409524 19.1029116 32.7043265 19.5247891 32.7043265L19.6178503 32.7043265 19.6178503 32.8677007C19.3820952 32.8677007 19.1484082 32.8470204 18.9126531 32.8470204 18.676898 32.8470204 18.4142585 32.8677007 18.1702313 32.8677007L18.1702313 32.7043265 18.2446803 32.7043265C18.6231293 32.7043265 18.7389388 32.4478912 18.7389388 32.0115374L18.7389388 29.7056871C18.7389492 29.574068 18.6862428 29.4479279 18.592593 29.3554439 18.4989432 29.2629598 18.3721529 29.2118375 18.2405442 29.2134966L18.1702313 29.2134966 18.1702313 29.0501224C18.377034 29.0501224 18.5838367 29.0728707 18.7906395 29.0728707 18.9519456 29.0728707 19.1111837 29.0501224 19.2766259 29.0501224L21.7251701 31.7881905z" />
<path fill="#231F20"
d="M21.8471837 32.9214694L22.027102 32.9214694C22.0045765 32.7466309 21.9948998 32.5703761 21.9981497 32.3941224L21.9981497 29.9124898C21.9981497 29.2569252 22.2752653 29.1948844 22.5089524 29.1948844L22.552381 29.1948844 22.552381 29.0790748C22.3455782 29.0790748 22.1201633 29.0997551 21.9030204 29.0997551 21.6527891 29.0997551 21.4087619 29.0790748 21.1626667 29.0790748L21.1626667 29.1948844 21.2577959 29.1948844C21.3995082 29.1869746 21.5373998 29.242489 21.6341007 29.3463826 21.7308016 29.4502761 21.7762975 29.5917896 21.7582585 29.7325714L21.7582585 31.8005986 21.7582585 31.8109388 21.7417143 31.827483 19.3117823 29.0811429C19.1484082 29.0811429 18.9891701 29.1018231 18.8257959 29.1018231 18.6189932 29.1018231 18.4121905 29.0811429 18.2198639 29.0811429L18.2198639 29.1969524 18.2674286 29.1969524C18.4048814 29.1952884 18.5372489 29.2488721 18.6348379 29.3456835 18.7324268 29.4424948 18.7870678 29.5744294 18.7865034 29.7118912L18.7865034 32.0115374C18.7865034 32.4499592 18.6644898 32.7291429 18.2715646 32.7312109L18.2095238 32.7312109 18.2095238 32.8470204C18.4452789 32.8470204 18.6893061 32.8242721 18.9291973 32.8242721 19.1690884 32.8242721 19.3841633 32.8449524 19.6095782 32.8470204L19.6095782 32.7312109 19.5413333 32.7312109C19.1111837 32.7312109 19.0036463 32.5430204 19.0036463 32.0673741L19.0036463 29.7491156 21.8471837 32.9214694zM22.0539864 32.969034L21.8306395 32.969034 19.057415 29.8794014 19.057415 32.0653061C19.057415 32.5409524 19.136 32.6857143 19.5475374 32.6857143L19.6571429 32.6857143 19.6571429 32.892517 19.6323265 32.892517C19.3965714 32.892517 19.1628844 32.8718367 18.9291973 32.8718367 18.6955102 32.8718367 18.4328707 32.892517 18.1867755 32.892517L18.1619592 32.892517 18.1619592 32.6857143 18.2612245 32.6857143C18.6231293 32.6857143 18.7265306 32.4520272 18.7306667 32.0156735L18.7306667 29.7056871C18.7306777 29.5806493 18.6805859 29.4608209 18.5915898 29.3729907 18.5025937 29.2851605 18.3821152 29.2366531 18.2570884 29.2383129L18.1619592 29.2383129 18.1619592 29.0315102 18.1867755 29.0315102C18.3935782 29.0315102 18.600381 29.0521905 18.8071837 29.0521905 18.9664218 29.0521905 19.1256599 29.0315102 19.3076463 29.0377143L21.7251701 31.7385578 21.7251701 29.7284354C21.7251701 29.2941497 21.4315102 29.240381 21.2722721 29.2383129L21.1295782 29.2383129 21.1295782 29.0315102 21.1523265 29.0315102C21.4108299 29.0315102 21.6631293 29.0521905 21.9174966 29.0521905 22.1718639 29.0521905 22.3641905 29.0315102 22.5896054 29.0315102L22.6144218 29.0315102 22.6144218 29.2383129 22.5089524 29.2383129C22.2835374 29.2383129 22.0498503 29.2631293 22.0457143 29.9083537L22.0457143 32.3899864C22.0416002 32.5732623 22.0526675 32.7565641 22.0788027 32.9380136L22.0788027 32.964898 22.0539864 32.969034zM24.2564354 29.6622585L24.2440272 29.6622585 23.7373605 31.2091429 24.758966 31.2091429 24.2564354 29.6622585zM23.4581769 32.0839184C23.4050266 32.2176223 23.3648598 32.3561285 23.3382313 32.4975238 23.3382313 32.662966 23.5677823 32.6898503 23.7518367 32.6898503L23.8118095 32.6898503 23.8118095 32.8532245C23.5925986 32.8408163 23.3713197 32.8325442 23.1500408 32.8325442 22.9287619 32.8325442 22.7591837 32.8325442 22.5606531 32.8532245L22.5606531 32.6898503 22.5937415 32.6898503C22.8135662 32.6896991 23.0071041 32.5449663 23.0693878 32.3341497L23.9420952 29.8277007C24.0289458 29.6074513 24.0980991 29.3806285 24.148898 29.1493878 24.3216692 29.0872646 24.4879115 29.0082995 24.6452245 28.9136327 24.659167 28.9082397 24.6737762 28.9047613 24.6886531 28.9032925 24.7038639 28.9006046 24.7192385 28.9070781 24.7279456 28.9198367 24.7424218 28.9632653 24.758966 29.012898 24.7755102 29.0563265L25.7826395 31.9143401C25.8467483 32.1045986 25.9129252 32.3072653 25.9894422 32.4706395 26.0459549 32.6177044 26.1948329 32.707882 26.3513469 32.6898503L26.3844354 32.6898503 26.3844354 32.8532245C26.1362721 32.8408163 25.8901769 32.8325442 25.6296054 32.8325442 25.369034 32.8325442 25.0877823 32.8325442 24.8023946 32.8532245L24.8023946 32.6898503 24.8623673 32.6898503C24.988517 32.6898503 25.2035918 32.667102 25.2035918 32.5306122 25.1820636 32.3956759 25.1445763 32.263776 25.0919184 32.1376871L24.8851156 31.5048707 23.6442993 31.5048707 23.4581769 32.0839184z" />
<path fill="#231F20"
d="M23.768381 31.1843265L24.7258776 31.1843265 24.2502313 29.7201633 23.768381 31.1843265zM23.7042721 31.2318912L24.227483 29.6374422 24.2564354 29.6374422 24.2564354 29.6622585 24.2564354 29.6622585 24.2564354 29.6374422 24.2729796 29.6374422 24.7920544 31.2318912 23.7042721 31.2318912zM24.8210068 32.8387483C25.0919184 32.8284082 25.3566259 32.818068 25.6171973 32.818068 25.8777687 32.818068 26.1093878 32.8284082 26.3472109 32.8387483L26.3472109 32.7250068 26.3472109 32.7250068C26.1812505 32.7415022 26.024397 32.6462095 25.9625578 32.4913197 25.8922449 32.3258776 25.826068 32.1232109 25.7557551 31.9308844L24.7486259 29.0749388C24.7320816 29.0315102 24.7176054 28.9818776 24.7031293 28.942585 24.7031293 28.942585 24.7031293 28.942585 24.7031293 28.942585L24.7031293 28.942585C24.6921713 28.9408089 24.6809988 28.9408089 24.6700408 28.942585 24.5188553 29.0370709 24.3553039 29.1101471 24.1840544 29.1597279 24.1334941 29.3923785 24.0643377 29.6205946 23.9772517 29.8421769L23.1045442 32.3506939C23.0376458 32.5703822 22.835791 32.7211451 22.6061497 32.7229388L22.6061497 32.7229388 22.6061497 32.8366803C22.7922721 32.8263401 22.9825306 32.816 23.1727891 32.816 23.3630476 32.816 23.5988027 32.8263401 23.8076735 32.8366803L23.8076735 32.7229388 23.772517 32.7229388C23.5946667 32.7229388 23.3465034 32.7001905 23.3382313 32.5057959 23.3648311 32.358117 23.4056936 32.2133666 23.4602449 32.0735782L23.4829932 32.0735782 23.4602449 32.0735782 23.6401633 31.4903946 24.914068 31.4903946 25.1332789 32.1376871C25.1858633 32.2665088 25.222666 32.4012204 25.2428844 32.5388844 25.2428844 32.7063946 25.0050612 32.7188027 24.8809796 32.7229388L24.8272109 32.7229388 24.8210068 32.8387483zM26.3699592 32.8863129C26.1238639 32.8759728 25.8777687 32.8656327 25.6171973 32.8656327 25.3566259 32.8656327 25.0774422 32.8656327 24.7899864 32.8863129L24.7651701 32.8863129 24.7651701 32.6795102 24.8478912 32.6795102C24.9761088 32.6795102 25.1622313 32.6505578 25.1642993 32.5450884 25.1426599 32.4130864 25.1058822 32.2840175 25.0546939 32.1604354L24.8478912 31.5400272 23.6422313 31.5400272 23.4726531 32.0921905C23.4186793 32.2256107 23.3784885 32.3641998 23.3527075 32.5057959 23.3527075 32.6402177 23.5595102 32.6733061 23.7394286 32.6733061L23.8242177 32.6733061 23.8242177 32.8801088 23.7994014 32.8801088C23.5801905 32.8697687 23.3568435 32.8594286 23.1397007 32.8594286 22.9225578 32.8594286 22.7467755 32.8594286 22.5503129 32.8801088L22.5254966 32.8801088 22.5254966 32.6733061 22.5813333 32.6733061C22.7911236 32.6741535 22.9760088 32.5357007 23.0342313 32.3341497L23.9090068 29.8277007C23.9937597 29.6008323 24.0662455 29.3695684 24.1261497 29.1349116 24.2986634 29.0730168 24.4648623 28.9947649 24.6224762 28.9012245 24.6385399 28.8932051 24.6562232 28.8889611 24.6741769 28.8888163 24.6985368 28.8864203 24.7220285 28.8985712 24.7341497 28.9198367 24.7506939 28.9632653 24.7672381 29.012898 24.7837823 29.0563265L25.7888435 31.9143401C25.8550204 32.1066667 25.9191293 32.3072653 25.9956463 32.4685714 26.0465895 32.6082027 26.1873438 32.6940286 26.3348027 32.6753741L26.3885714 32.6753741 26.3885714 32.8821769 26.3699592 32.8863129zM26.6119184 29.323102C26.1983129 29.323102 26.1838367 29.4223673 26.1031837 29.8214966L25.9377415 29.8214966C25.9604898 29.6684626 25.9873741 29.5154286 26.0039184 29.3561905 26.0263928 29.202809 26.0374527 29.047971 26.0370068 28.8929524L26.1693605 28.8929524C26.2107211 29.0563265 26.3492789 29.0501224 26.4961088 29.0501224L29.3148299 29.0501224C29.4616599 29.0501224 29.5981497 29.0501224 29.6105578 28.8805442L29.7408435 28.9032925C29.7201633 29.0501224 29.697415 29.1969524 29.6808707 29.3458503 29.6643265 29.4947483 29.6684626 29.6395102 29.6684626 29.7884082L29.5050884 29.848381C29.5050884 29.6415782 29.4678639 29.323102 29.091483 29.323102L28.1960272 29.323102 28.1960272 32.2307483C28.1960272 32.6443537 28.3862857 32.7001905 28.6489252 32.7001905L28.7523265 32.7001905 28.7523265 32.8635646C28.5455238 32.8635646 28.1588027 32.8428844 27.8630748 32.8428844 27.5342585 32.8428844 27.1516735 32.8635646 26.9386667 32.8635646L26.9386667 32.7001905 27.042068 32.7001905C27.344 32.7001905 27.497034 32.6733061 27.497034 32.2410884L27.497034 29.323102 26.6119184 29.323102z" />
<path fill="#231F20"
d="M28.7564626 32.892517C28.5496599 32.892517 28.1588027 32.8718367 27.8672109 32.8718367 27.5404626 32.8718367 27.1578776 32.892517 26.9428027 32.892517L26.9179864 32.892517 26.9179864 32.6857143 27.0462041 32.6857143C27.3481361 32.6857143 27.4701497 32.6857143 27.4763537 32.2514286L27.4763537 29.3561905 26.6057143 29.3561905 26.6057143 29.3065578 27.5239184 29.3065578 27.5239184 32.2493605C27.5239184 32.6877823 27.3481361 32.7312109 27.0462041 32.7332789L26.965551 32.7332789 26.965551 32.8490884C27.1723537 32.8490884 27.5487347 32.8263401 27.8672109 32.8263401 28.1525986 32.8263401 28.5165714 32.8470204 28.7337143 32.8490884L28.7337143 32.7332789 28.6530612 32.7332789C28.3904218 32.7332789 28.177415 32.6691701 28.177415 32.2390204L28.177415 29.2982857 29.095619 29.2982857C29.4616599 29.2982857 29.5092245 29.6126259 29.5216327 29.8152925L29.6395102 29.7718639C29.6395102 29.6291701 29.6395102 29.4864762 29.6519184 29.3437823 29.6643265 29.2010884 29.6870748 29.0625306 29.7077551 28.9301769L29.625034 28.9157007C29.6002177 29.0728707 29.4451156 29.0832109 29.3086259 29.0811429L26.4671565 29.0811429C26.3389388 29.0811429 26.200381 29.0811429 26.1507483 28.9219048L26.0680272 28.9219048C26.0668438 29.0700722 26.0550952 29.2179666 26.0328707 29.3644626 26.0183946 29.5154286 25.9915102 29.6601905 25.9708299 29.8049524L26.0887075 29.8049524C26.1610884 29.4223673 26.2086531 29.2982857 26.6181224 29.3044898L26.6181224 29.3541224C26.204517 29.3541224 26.2210612 29.4285714 26.1321361 29.8318367L26.1321361 29.850449 25.9253333 29.850449 25.9253333 29.8235646C25.9480816 29.6705306 25.974966 29.5174966 25.9894422 29.3603265 26.0118449 29.2076312 26.0229046 29.053486 26.0225306 28.8991565L26.0225306 28.8743401 26.1962449 28.8743401 26.1962449 28.8908844C26.2355374 29.0294422 26.3348027 29.0294422 26.4733605 29.0335782L29.3148299 29.0335782C29.4657959 29.0335782 29.5774694 29.0335782 29.5857415 28.8846803L29.5857415 28.8598639 29.6105578 28.8598639 29.7656599 28.8846803 29.7656599 28.9094966C29.7429116 29.0563265 29.7222313 29.2031565 29.7056871 29.3499864 29.6891429 29.4968163 29.6953469 29.6415782 29.6953469 29.7904762L29.6953469 29.8070204 29.6788027 29.8070204 29.4864762 29.8773333 29.4864762 29.8463129C29.472 29.6395102 29.4513197 29.3437823 29.1059592 29.3437823L28.2332517 29.3437823 28.2332517 32.2307483C28.2332517 32.6443537 28.4028299 32.6712381 28.6634014 32.6753741L28.789551 32.6753741 28.789551 32.8821769 28.7564626 32.892517zM29.9414422 32.7001905L30.0179592 32.7001905C30.2247619 32.7001905 30.4315646 32.6733061 30.4315646 32.3879184L30.4315646 29.5257687C30.4315646 29.242449 30.2247619 29.2134966 30.0179592 29.2134966L29.9414422 29.2134966 29.9414422 29.0501224C30.1482449 29.0501224 30.4832653 29.0728707 30.7500408 29.0728707 31.0168163 29.0728707 31.3518367 29.0501224 31.6103401 29.0501224L31.6103401 29.2134966 31.5317551 29.2134966C31.3352925 29.2134966 31.1284898 29.242449 31.1284898 29.5257687L31.1284898 32.3879184C31.1284898 32.6733061 31.3352925 32.7001905 31.5317551 32.7001905L31.6103401 32.7001905 31.6103401 32.8635646C31.3477007 32.8635646 31.0188844 32.8428844 30.7459048 32.8428844 30.4729252 32.8428844 30.156517 32.8635646 29.9414422 32.8635646L29.9414422 32.7001905z" />
<path fill="#231F20"
d="M31.5855238 32.8408163L31.5855238 32.7250068 31.5338231 32.7250068C31.3270204 32.7250068 31.1057415 32.6898503 31.1057415 32.3879184L31.1057415 29.5257687C31.1057415 29.2238367 31.3373605 29.1907483 31.5338231 29.1907483L31.5855238 29.1907483 31.5855238 29.0749388C31.3332245 29.0749388 31.0168163 29.095619 30.7583129 29.095619 30.4998095 29.095619 30.1854694 29.0749388 29.9745306 29.0749388L29.9745306 29.1907483 30.0282993 29.1907483C30.2206259 29.1907483 30.4543129 29.2238367 30.4543129 29.5257687L30.4543129 32.3879184C30.4543129 32.6898503 30.2206259 32.7250068 30.0282993 32.7250068L29.9745306 32.7250068 29.9745306 32.8408163C30.1813333 32.8408163 30.4936054 32.818068 30.7541769 32.818068 31.0147483 32.818068 31.3352925 32.8387483 31.5937959 32.8408163L31.5855238 32.8408163zM31.6186122 32.8863129C31.3539048 32.8863129 31.0271565 32.8656327 30.7541769 32.8656327 30.4811973 32.8656327 30.1647891 32.8863129 29.9497143 32.8863129L29.926966 32.8863129 29.926966 32.6795102 30.0282993 32.6795102C30.2247619 32.6795102 30.4067483 32.6588299 30.4067483 32.3920544L30.4067483 29.5257687C30.4067483 29.2589932 30.2247619 29.242449 30.0282993 29.2383129L29.926966 29.2383129 29.926966 29.0315102 29.9497143 29.0315102C30.156517 29.0315102 30.4936054 29.0521905 30.7583129 29.0521905 31.0230204 29.0521905 31.3580408 29.0315102 31.6186122 29.0315102L31.6392925 29.0315102 31.6392925 29.2383129 31.5420952 29.2383129C31.3352925 29.2383129 31.1615782 29.2589932 31.1595102 29.5257687L31.1595102 32.3879184C31.1595102 32.6546939 31.3414966 32.6733061 31.5420952 32.6753741L31.6392925 32.6753741 31.6392925 32.8821769 31.6186122 32.8863129zM33.8706939 32.7063946C34.9295238 32.7063946 35.1115102 31.7716463 35.1115102 30.9733878 35.1115102 30.1751293 34.6813605 29.2093605 33.7734966 29.2093605 32.818068 29.2093605 32.5326803 30.0613878 32.5326803 30.7934694 32.5326803 31.7716463 32.9814422 32.7063946 33.8665578 32.7063946M33.7838367 28.9694694C34.9481361 28.9694694 35.8766803 29.6912109 35.8766803 30.8534422 35.9017722 31.4114657 35.692813 31.9546373 35.3001948 32.3519669 34.9075767 32.7492965 34.3669362 32.9647198 33.8086531 32.9462857 32.6484898 32.9462857 31.7633741 32.1583673 31.7633741 30.9837279 31.7560544 30.4469428 31.9662047 29.9300282 32.345999 29.5506234 32.7257934 29.1712185 33.2429234 28.9615988 33.7797007 28.9694694" />
<path fill="#231F20"
d="M32.514068 30.7934694C32.514068 30.0572517 32.8015238 29.1845442 33.7776327 29.1845442 34.7041088 29.1845442 35.1383946 30.1709932 35.1383946 30.9733878 35.1383946 31.7757823 34.9502041 32.7270748 33.8706939 32.7270748L33.8706939 32.6857143C34.9047075 32.6857143 35.0887619 31.7757823 35.0908299 30.9775238 35.092898 30.1792653 34.6648163 29.2383129 33.7776327 29.2362449 32.8408163 29.2362449 32.5637007 30.0634558 32.5595646 30.7976054 32.5595646 31.7695782 33.0062585 32.6836463 33.8706939 32.6857143L33.8706939 32.7312109C32.9628299 32.7312109 32.514068 31.7799184 32.514068 30.7976054M31.748898 30.9878639C31.7421679 30.4450325 31.9548365 29.9224663 32.3387058 29.538597 32.7225751 29.1547277 33.2451413 28.942059 33.7879728 28.9487891L33.7879728 28.9963537C33.2573996 28.9890573 32.7463908 29.196465 32.3709888 29.5714776 31.9955868 29.9464902 31.7876488 30.4572835 31.7943946 30.9878639 31.7943946 32.1500952 32.6691701 32.9256054 33.8169252 32.9256054 34.3680962 32.9428404 34.9015117 32.7295768 35.2888796 32.3371068 35.6762474 31.9446369 35.8825133 31.4084765 35.858068 30.8575782 35.858068 29.7077551 34.941932 28.9963537 33.7900408 28.9963537L33.7900408 28.9487891C34.9626122 28.9487891 35.9035646 29.6788027 35.9056327 30.8575782 35.9300103 31.4207212 35.7189972 31.9686199 35.3231775 32.3699317 34.9273578 32.7712434 34.3824186 32.9897859 33.8189932 32.9731701 32.6484898 32.9731701 31.750966 32.1769796 31.750966 30.9878639M39.5619048 31.7881905L39.5743129 31.7757823 39.5743129 29.7284354C39.5932563 29.5935439 39.5504806 29.4572901 39.4578391 29.3574297 39.3651975 29.2575693 39.23253 29.2047091 39.0965986 29.2134966L38.9787211 29.2134966 38.9787211 29.0501224C39.2351565 29.0501224 39.4874558 29.0728707 39.7418231 29.0728707 39.9961905 29.0728707 40.190585 29.0501224 40.416 29.0501224L40.416 29.2134966 40.337415 29.2134966C40.1078639 29.2134966 39.8514286 29.2569252 39.8514286 29.9083537L39.8514286 32.3899864C39.8473868 32.5746351 39.8584532 32.7593051 39.884517 32.9421497L39.6777143 32.9421497 36.8631293 29.8049524 36.8631293 32.0653061C36.8631293 32.5409524 36.9561905 32.7043265 37.376 32.7043265L37.4711293 32.7043265 37.4711293 32.8677007C37.2353741 32.8677007 37.0016871 32.8470204 36.765932 32.8470204 36.5301769 32.8470204 36.2696054 32.8677007 36.0235102 32.8677007L36.0235102 32.7043265 36.1000272 32.7043265C36.4764082 32.7043265 36.5901497 32.4478912 36.5901497 32.0115374L36.5901497 29.7056871C36.5907148 29.5742583 36.5384706 29.4481092 36.4451475 29.3555638 36.3518245 29.2630184 36.2252426 29.2118317 36.0938231 29.2134966L36.0235102 29.2134966 36.0235102 29.0501224C36.2303129 29.0501224 36.4371156 29.0728707 36.6439184 29.0728707 36.8093605 29.0728707 36.9665306 29.0501224 37.1299048 29.0501224L39.5619048 31.7881905z" />
<path fill="#231F20"
d="M39.6715102 32.9214694L39.8514286 32.9214694C39.8299616 32.7465353 39.820289 32.5703552 39.8224762 32.3941224L39.8224762 29.9124898C39.8224762 29.2548571 40.0975238 29.1948844 40.3332789 29.1948844L40.3911837 29.1948844 40.3911837 29.0790748C40.184381 29.0790748 39.961034 29.0997551 39.7418231 29.0997551 39.5226122 29.0997551 39.2496327 29.0790748 39.0014694 29.0790748L39.0014694 29.1948844 39.0965986 29.1948844C39.2381757 29.1868609 39.3759496 29.2424248 39.4723484 29.3464235 39.5687472 29.4504222 39.6137166 29.5920087 39.5949932 29.7325714L39.5949932 31.8005986 39.5949932 31.8109388 39.576381 31.827483 37.144381 29.0811429C36.9830748 29.0811429 36.8238367 29.1018231 36.6583946 29.1018231 36.4515918 29.1018231 36.2447891 29.0811429 36.0545306 29.0811429L36.0545306 29.1969524 36.1020952 29.1969524C36.2397373 29.1952939 36.3723134 29.2488132 36.4702292 29.3455633 36.5681449 29.4423134 36.6232481 29.5742391 36.6232381 29.7118912L36.6232381 32.0136054C36.6232381 32.4499592 36.5012245 32.7291429 36.1082993 32.7312109L36.0545306 32.7312109 36.0545306 32.8470204C36.2902857 32.8470204 36.5343129 32.8242721 36.7742041 32.8242721 37.0140952 32.8242721 37.2291701 32.8449524 37.454585 32.8470204L37.454585 32.7312109 37.3842721 32.7312109C36.9561905 32.7312109 36.8486531 32.5430204 36.8486531 32.0673741L36.8486531 29.7491156 39.6715102 32.9214694zM39.8783129 32.969034L39.6508299 32.969034 36.8796735 29.8794014 36.8796735 32.0653061C36.8796735 32.5409524 36.9582585 32.6857143 37.3677279 32.6857143L37.4856054 32.6857143 37.4856054 32.892517 37.4628571 32.892517C37.227102 32.892517 36.9913469 32.8718367 36.7576599 32.8718367 36.5239728 32.8718367 36.2613333 32.892517 36.0131701 32.892517L35.9945578 32.892517 35.9945578 32.6857143 36.0958912 32.6857143C36.4557279 32.6857143 36.5591293 32.4520272 36.5632653 32.0177415L36.5632653 29.7056871C36.5638416 29.5804753 36.5139296 29.4603155 36.4248088 29.3723621 36.3356879 29.2844088 36.2148804 29.2360856 36.0896871 29.2383129L35.9945578 29.2383129 35.9945578 29.0315102 36.0173061 29.0315102C36.2241088 29.0315102 36.4412517 29.0521905 36.6377143 29.0521905 36.8010884 29.0521905 36.9582585 29.0315102 37.1423129 29.0397823L39.5432925 31.7426939 39.5432925 29.7284354C39.5432925 29.2941497 39.2496327 29.242449 39.0903946 29.2383129L38.9477007 29.2383129 38.9477007 29.0315102 38.972517 29.0315102C39.2289524 29.0315102 39.4812517 29.0521905 39.735619 29.0521905 39.958966 29.0521905 40.1823129 29.0315102 40.4097959 29.0315102L40.4325442 29.0315102 40.4325442 29.2383129 40.337415 29.2383129C40.112 29.2383129 39.880381 29.2651973 39.8741769 29.9083537L39.8741769 32.3899864C39.8703856 32.5731885 39.8807566 32.7564096 39.9051973 32.9380136L39.9051973 32.964898 39.8783129 32.969034zM42.091102 29.6622585L42.091102 29.6622585 41.5782313 31.2091429 42.5998367 31.2091429 42.091102 29.6622585zM41.2928435 32.0839184C41.2396932 32.2176223 41.1995264 32.3561285 41.172898 32.4975238 41.172898 32.662966 41.402449 32.6898503 41.5865034 32.6898503L41.6485442 32.6898503 41.6485442 32.8532245C41.4293333 32.8408163 41.2039184 32.8325442 40.9867755 32.8325442 40.7696327 32.8325442 40.5938503 32.8325442 40.3973878 32.8532245L40.3973878 32.6898503 40.4284082 32.6898503C40.6482329 32.6896991 40.8417708 32.5449663 40.9040544 32.3341497L41.785034 29.8380408C41.8719763 29.6178235 41.9411319 29.3909932 41.9918367 29.1597279 42.1652529 29.0975694 42.332178 29.0186089 42.4902313 28.9239728 42.5041738 28.9185798 42.518783 28.9151015 42.5336599 28.9136327 42.5502041 28.9136327 42.5605442 28.9136327 42.5708844 28.9301769 42.5812245 28.9467211 42.6039728 29.0232381 42.620517 29.0666667L43.6255782 31.9246803C43.6917551 32.1149388 43.757932 32.3176054 43.832381 32.4809796 43.8888936 32.6280445 44.0377717 32.7182221 44.1942857 32.7001905L44.2273741 32.7001905 44.2273741 32.8635646C43.9812789 32.8511565 43.7351837 32.8428844 43.4725442 32.8428844 43.2099048 32.8428844 42.9307211 32.8428844 42.6453333 32.8635646L42.6453333 32.7001905 42.7073741 32.7001905C42.8314558 32.7001905 43.0465306 32.6774422 43.0465306 32.5409524 43.0250024 32.4060161 42.987515 32.2741162 42.9348571 32.1480272L42.7280544 31.5152109 41.4872381 31.5152109 41.2928435 32.0839184z" />
<path fill="#231F20"
d="M41.6051156 31.1843265L42.5605442 31.1843265 42.084898 29.7222313 41.6051156 31.1843265zM41.5389388 31.2318912L42.0642177 29.6374422 42.091102 29.6374422 42.091102 29.6622585 42.091102 29.6622585 42.091102 29.6374422 42.1076463 29.6374422 42.6246531 31.2318912 41.5389388 31.2318912zM42.6556735 32.8387483C42.924517 32.8284082 43.1912925 32.818068 43.4518639 32.818068 43.7124354 32.818068 43.9440544 32.8284082 44.1818776 32.8387483L44.1818776 32.7250068 44.1715374 32.7250068C44.0063053 32.7405386 43.8505738 32.645416 43.7889524 32.4913197 43.7186395 32.3258776 43.6524626 32.1232109 43.5821497 31.9329524L42.5750204 29.0749388 42.5295238 28.9446531C42.5295238 28.9446531 42.5295238 28.9446531 42.5295238 28.9446531L42.5191837 28.9446531C42.5089198 28.9428775 42.4984272 28.9428775 42.4881633 28.9446531 42.3333236 29.0412346 42.1664493 29.1170233 41.9918367 29.170068 41.9390627 29.402138 41.8699564 29.6301889 41.785034 29.852517L40.9081905 32.361034C40.8432582 32.5812119 40.6414158 32.7325938 40.4118639 32.7332789L40.4118639 32.7332789 40.4118639 32.8470204C40.6000544 32.8366803 40.7882449 32.8263401 40.9785034 32.8263401 41.1687619 32.8263401 41.404517 32.8366803 41.6154558 32.8470204L41.6154558 32.7332789 41.5782313 32.7332789C41.400381 32.7332789 41.1522177 32.7105306 41.1439456 32.5161361 41.1715358 32.3686873 41.2123726 32.2240284 41.2659592 32.0839184L41.2887075 32.0839184 41.2659592 32.0839184 41.4458776 31.5007347 42.7197823 31.5007347 42.9389932 32.1480272C42.9915776 32.2768489 43.0283803 32.4115605 43.0485986 32.5492245 43.0485986 32.7167347 42.8107755 32.7291429 42.6887619 32.7332789L42.6515374 32.7332789 42.6556735 32.8387483zM44.2046259 32.8863129C43.9585306 32.8863129 43.7124354 32.8656327 43.4518639 32.8656327 43.1912925 32.8656327 42.9121088 32.8780408 42.6246531 32.8863129L42.6122449 32.8863129 42.6122449 32.6795102 42.697034 32.6795102C42.8231837 32.6795102 43.0113741 32.6505578 43.0113741 32.5450884 42.9907719 32.4128566 42.9539596 32.2836661 42.9017687 32.1604354L42.694966 31.5400272 41.4893061 31.5400272 41.3197279 32.0921905C41.2671484 32.2259212 41.2276708 32.3644389 41.2018503 32.5057959 41.2018503 32.6402177 41.4086531 32.6733061 41.5865034 32.6733061L41.6692245 32.6733061 41.6692245 32.8801088 41.6464762 32.8801088C41.4272653 32.8801088 41.2039184 32.8594286 40.9867755 32.8594286 40.7696327 32.8594286 40.5938503 32.8718367 40.3973878 32.8801088L40.3725714 32.8801088 40.3725714 32.6733061 40.4284082 32.6733061C40.6379683 32.6734594 40.8224823 32.5352845 40.8813061 32.3341497L41.7560816 29.8277007C41.8263946 29.620898 41.9235918 29.3520544 41.9628844 29.1349116 42.1352144 29.0725735 42.3013723 28.9943408 42.4592109 28.9012245 42.4752746 28.8932051 42.4929579 28.8889611 42.5109116 28.8888163 42.5353772 28.885852 42.5591659 28.8981565 42.5708844 28.9198367L42.620517 29.0563265 43.6255782 31.9143401C43.6917551 32.1066667 43.7558639 32.3072653 43.832381 32.4706395 43.8831486 32.6094377 44.0227333 32.6950725 44.1694694 32.6774422L44.2253061 32.6774422 44.2253061 32.8842449 44.2046259 32.8863129zM45.581932 32.3279456C45.581932 32.5471565 45.734966 32.6133333 45.9086803 32.6360816 46.1491207 32.6544812 46.3907559 32.650327 46.6304218 32.6236735 46.838156 32.5997374 47.0274945 32.4931413 47.1557007 32.3279456 47.2345572 32.2077805 47.2919365 32.0748284 47.3252789 31.9350204L47.482449 31.9350204C47.4224762 32.2472925 47.3459592 32.5554286 47.2756463 32.8635646 46.7958639 32.8635646 46.3140136 32.8428844 45.8280272 32.8428844 45.3420408 32.8428844 44.8663946 32.8635646 44.3804082 32.8635646L44.3804082 32.7001905 44.4734694 32.7001905C44.6802721 32.7001905 44.8870748 32.6733061 44.8870748 32.3341497L44.8870748 29.5257687C44.8870748 29.242449 44.6802721 29.2134966 44.4734694 29.2134966L44.3990204 29.2134966 44.3990204 29.0501224C44.6864762 29.0501224 44.9718639 29.0728707 45.2613878 29.0728707 45.5509116 29.0728707 45.813551 29.0501224 46.0885986 29.0501224L46.0885986 29.2134966 45.9500408 29.2134966C45.7432381 29.2134966 45.5798639 29.2134966 45.5798639 29.5092245L45.581932 32.3279456z" />
<path fill="#231F20"
d="M47.2611701 32.8408163C47.3232109 32.5430204 47.3955918 32.2534966 47.4534966 31.9577687L47.3418231 31.9577687C47.3085354 32.0946698 47.2518668 32.2247978 47.1743129 32.3424218 47.0404272 32.5110788 46.8460506 32.6208793 46.6324898 32.6484898 46.4897959 32.660898 46.347102 32.6691701 46.2188844 32.6691701 46.0906667 32.6691701 46.0120816 32.6691701 45.9128163 32.6567619 45.734966 32.6381497 45.5633197 32.5616327 45.5633197 32.3279456L45.5633197 29.5092245C45.5633197 29.2052245 45.7556463 29.1907483 45.9583129 29.1907483L46.0720544 29.1907483 46.0720544 29.0749388C45.8032109 29.0749388 45.5364354 29.095619 45.2655238 29.095619 44.9946122 29.095619 44.7050884 29.0749388 44.4259048 29.0749388L44.4259048 29.1907483 44.4734694 29.1907483C44.6678639 29.1907483 44.9077551 29.2238367 44.9077551 29.5257687L44.9077551 32.3341497C44.9077551 32.6877823 44.669932 32.7250068 44.4734694 32.7250068L44.4217687 32.7250068 44.4217687 32.8408163C44.8932789 32.8408163 45.3668571 32.818068 45.8404354 32.818068 46.3140136 32.818068 46.7896599 32.8387483 47.2632381 32.8408163L47.2611701 32.8408163zM47.2818503 32.8863129C46.8 32.8863129 46.3202177 32.8656327 45.8342313 32.8656327 45.3482449 32.8656327 44.8725986 32.8863129 44.3866122 32.8863129L44.3638639 32.8863129 44.3638639 32.6795102 44.4734694 32.6795102C44.6802721 32.6795102 44.8581224 32.660898 44.8622585 32.3382857L44.8622585 29.5257687C44.8622585 29.2589932 44.672 29.242449 44.4734694 29.2383129L44.3742041 29.2383129 44.3742041 29.0315102 44.3969524 29.0315102C44.6885442 29.0315102 44.9718639 29.0521905 45.2613878 29.0521905 45.5509116 29.0521905 45.811483 29.0315102 46.0885986 29.0315102L46.1092789 29.0315102 46.1092789 29.2383129 45.9500408 29.2383129C45.7432381 29.2383129 45.6067483 29.2383129 45.6026122 29.5092245L45.6026122 32.3279456C45.6026122 32.5347483 45.737034 32.586449 45.9086803 32.6112653 46.0038095 32.6112653 46.115483 32.6216054 46.2106122 32.6216054 46.3487435 32.6217821 46.486793 32.6148796 46.6242177 32.6009252 46.8249695 32.5771401 47.008009 32.4744594 47.1329524 32.3155374 47.2099235 32.1971009 47.2658912 32.0662765 47.2983946 31.9288163L47.2983946 31.9122721 47.5051973 31.9122721 47.5051973 31.9412245C47.4431565 32.2534966 47.3666395 32.5616327 47.2983946 32.8697687L47.2983946 32.8863129 47.2818503 32.8863129zM47.3232109 29.472L47.3914558 29.472C47.4659048 29.472 47.5010612 29.4161633 47.5010612 29.3251701 47.5061839 29.2927979 47.496264 29.2598567 47.4741171 29.2356965 47.4519702 29.2115363 47.4200143 29.1987948 47.3873197 29.2010884L47.3232109 29.2010884 47.3232109 29.472zM47.1308844 29.776L47.1308844 29.7470476C47.2011973 29.7470476 47.2136054 29.7470476 47.2136054 29.6953469L47.2136054 29.2693333C47.2136054 29.2093605 47.2136054 29.1886803 47.1329524 29.1928163L47.1329524 29.170068 47.4266122 29.170068C47.5279456 29.170068 47.6210068 29.2176327 47.6210068 29.323102 47.6206021 29.4054108 47.5643932 29.4769494 47.484517 29.4968163L47.5796463 29.627102C47.6148888 29.6784482 47.6573794 29.7244217 47.7057959 29.7635918L47.7057959 29.7822041 47.5941224 29.7822041C47.5403537 29.7822041 47.4927891 29.6684626 47.3873197 29.5174966L47.3232109 29.5174966 47.3232109 29.7077551C47.3232109 29.7449796 47.3376871 29.7429116 47.408 29.7532517L47.408 29.7822041 47.1308844 29.776zM47.4162721 29.9393741C47.60738 29.9444257 47.7824617 29.833083 47.8589295 29.6578676 47.9353973 29.4826523 47.8979746 29.2785681 47.7643142 29.1418837 47.6306538 29.0051993 47.4274577 28.9632209 47.2505758 29.0357503 47.0736938 29.1082796 46.9584627 29.280827 46.9592381 29.472 46.9569381 29.7270451 47.1612393 29.9359686 47.4162721 29.9393741L47.4162721 29.9393741zM47.4162721 28.8950204C47.7335173 28.8950225 47.9908005 29.1520001 47.99118 29.4692451 47.9915586 29.7864901 47.7348902 30.0440818 47.4176458 30.0448436 47.1004015 30.045602 46.8425017 29.7892432 46.8413605 29.472 46.838542 29.3184889 46.8981392 29.1704053 47.0065112 29.0616435 47.1148832 28.9528817 47.2627518 28.8927531 47.4162721 28.8950204L47.4162721 28.8950204z" />
<path fill="#FFF"
d="M13.2917549,9.76163265 C13.2917549,4.65136451 17.4338422,0.508354389 22.5441102,0.507212959 C27.6543782,0.506072001 31.7983142,4.64723174 31.8005987,9.75749937 C31.8028813,14.867767 27.6626479,19.0126285 22.552381,19.0160581 C20.0967129,19.01825 17.7409011,18.0441366 16.0038992,16.3082983 C14.2668972,14.57246 13.2912052,12.2173016 13.2917549,9.76163265 L13.2917549,9.76163265 Z" />
<path fill="#004A98"
d="M22.552381,19.1816035 C17.2499592,19.2063129 12.8843537,14.9089524 12.8843537,9.68097959 C12.8905578,3.96495238 17.2561633,0.0108843537 22.552381,0.0108843537 L25.0340136,0.0108843537 C30.2743946,0.0108843537 35.0577415,3.96081633 35.0577415,9.67891156 C35.0577415,14.9068844 30.2743946,19.1794286 25.0340136,19.1794286 L22.552381,19.1816035 Z M22.5730612,0.805006803 C17.7269617,0.805006803 13.7984218,4.7335467 13.7984218,9.57964626 C13.7984218,14.4257458 17.7269617,18.3542857 22.5730612,18.3542857 C27.4191608,18.3542857 31.3477007,14.4257458 31.3477007,9.57964626 C31.3477007,4.73596851 27.4229418,0.80843151 22.5792653,0.805006803 L22.5730612,0.805006803 Z M20.5877551,14.7683265 L20.5877551,4.39096599 C18.4386594,5.21472404 17.0198105,7.27808379 17.0198105,9.57964626 C17.0198105,11.8812087 18.4386594,13.9445685 20.5877551,14.7683265 L20.5877551,14.7683265 Z M28.1360544,9.57964626 C28.1339953,7.27717054 26.7142398,5.21371587 24.5645714,4.38889796 L24.5645714,14.7703946 C26.7146207,13.9460602 28.134583,11.8823049 28.1360544,9.57964626 Z" />
</g>
</svg>
<svg xml:space="preserve" width="60" height="40" enable-background="new 0 0 60 40" overflow="visible"
viewBox="0 0 60 40">
<title>Apple Pay</title>
<path fill="#DDDDDD"
d="M56.25,0H3.75C1.688,0,0,1.8,0,4v32C0,38.199,1.688,40,3.75,40h52.5c2.063,0,3.75-1.801,3.75-3.999V4 C60,1.8,58.313,0,56.25,0z M59.25,36.001c0,1.765-1.346,3.198-3,3.198H3.75c-1.655,0-3-1.434-3-3.198V4c0-1.765,1.346-3.2,3-3.2 h52.5c1.654,0,3,1.436,3,3.2V36.001z" />
<path fill="#FFFFFF"
d="M56.25,0.8H3.75c-1.655,0-3,1.436-3,3.2v32c0,1.765,1.346,3.198,3,3.198h52.5c1.654,0,3-1.434,3-3.198V4 C59.25,2.236,57.904,0.8,56.25,0.8z" />
<path
d="M18.298,19.307c0.025,2.65,2.4,3.533,2.427,3.544c-0.02,0.063-0.379,1.257-1.251,2.491 c-0.754,1.067-1.536,2.13-2.769,2.152c-1.211,0.021-1.6-0.695-2.985-0.695c-1.384,0-1.817,0.673-2.963,0.717 c-1.189,0.044-2.095-1.154-2.855-2.218c-1.553-2.175-2.74-6.145-1.146-8.825c0.792-1.331,2.206-2.174,3.742-2.195 c1.168-0.022,2.271,0.761,2.985,0.761c0.713,0,2.053-0.941,3.462-0.803c0.589,0.024,2.244,0.23,3.307,1.737 C20.167,16.025,18.277,17.091,18.298,19.307z M16.022,12.797c0.631-0.741,1.057-1.771,0.941-2.797 c-0.91,0.035-2.011,0.587-2.664,1.328c-0.585,0.655-1.098,1.704-0.959,2.709C14.355,14.113,15.391,13.538,16.022,12.797 L16.022,12.797z M25.163,11.529c0.515-0.085,1.031-0.156,1.549-0.213c0.619-0.066,1.241-0.097,1.863-0.094 c0.968,0,1.803,0.114,2.504,0.343c0.702,0.229,1.278,0.556,1.729,0.981c0.392,0.383,0.7,0.841,0.908,1.347 c0.218,0.52,0.326,1.119,0.326,1.796c0,0.819-0.148,1.537-0.447,2.151c-0.287,0.601-0.705,1.129-1.223,1.548 c-0.516,0.417-1.129,0.728-1.838,0.934c-0.711,0.204-1.485,0.307-2.324,0.307c-0.758,0-1.395-0.055-1.911-0.165v6.808h-1.138V11.529 z M26.3,19.472c0.274,0.078,0.581,0.133,0.919,0.165c0.339,0.032,0.702,0.047,1.089,0.047c1.452,0,2.576-0.331,3.375-0.993 s1.198-1.631,1.198-2.907c0-0.614-0.104-1.15-0.314-1.607c-0.199-0.443-0.507-0.83-0.896-1.123 c-0.387-0.292-0.846-0.512-1.379-0.662c-0.533-0.149-1.122-0.225-1.768-0.225c-0.516,0-0.959,0.02-1.331,0.059 c-0.371,0.04-0.669,0.083-0.895,0.13L26.3,19.472L26.3,19.472z M43.09,24.577c0,0.457,0.007,0.914,0.023,1.371 c0.016,0.456,0.064,0.897,0.145,1.323h-1.064l-0.169-1.607h-0.05c-0.145,0.221-0.33,0.441-0.556,0.662 c-0.226,0.22-0.487,0.421-0.786,0.603c-0.299,0.181-0.637,0.327-1.016,0.437c-0.406,0.114-0.826,0.17-1.246,0.166 c-0.564,0-1.061-0.091-1.489-0.271c-0.428-0.182-0.778-0.418-1.053-0.709c-0.272-0.289-0.481-0.631-0.616-1.005 c-0.135-0.363-0.204-0.747-0.205-1.135c0-1.339,0.576-2.371,1.729-3.097c1.153-0.725,2.892-1.071,5.216-1.04v-0.307 c0-0.3-0.029-0.643-0.086-1.029c-0.057-0.386-0.184-0.759-0.375-1.099c-0.193-0.346-0.484-0.638-0.871-0.874 c-0.387-0.237-0.912-0.355-1.572-0.355c-0.501,0-0.996,0.075-1.488,0.224c-0.492,0.15-0.939,0.358-1.343,0.626l-0.363-0.828 c0.517-0.346,1.049-0.594,1.597-0.744c0.561-0.151,1.139-0.227,1.719-0.224c0.807,0,1.463,0.134,1.972,0.401 c0.509,0.268,0.907,0.615,1.198,1.04c0.293,0.432,0.494,0.918,0.592,1.431c0.104,0.517,0.157,1.044,0.158,1.571V24.577L43.09,24.577 z M41.951,21.197c-0.642-0.016-1.284,0.009-1.924,0.07c-0.669,0.063-1.286,0.201-1.851,0.414c-0.565,0.213-1.032,0.523-1.403,0.934 c-0.37,0.409-0.557,0.953-0.557,1.631c0,0.803,0.234,1.395,0.703,1.772c0.467,0.378,0.99,0.567,1.571,0.567 c0.468,0,0.888-0.063,1.259-0.189c0.371-0.126,0.692-0.295,0.967-0.508c0.275-0.212,0.504-0.453,0.689-0.721 c0.187-0.269,0.327-0.543,0.425-0.828c0.081-0.314,0.122-0.543,0.122-0.686v-2.457H41.951z M45.313,15.926l2.951,7.375 c0.165,0.416,0.318,0.838,0.46,1.264c0.146,0.434,0.275,0.832,0.388,1.193h0.048c0.113-0.346,0.242-0.736,0.388-1.17 c0.146-0.433,0.307-0.878,0.483-1.336l2.76-7.327H54l-3.363,8.321c-0.308,0.804-0.626,1.604-0.955,2.398 c-0.272,0.66-0.575,1.307-0.908,1.938c-0.277,0.528-0.589,1.038-0.932,1.525c-0.303,0.428-0.656,0.816-1.053,1.158 c-0.451,0.394-0.867,0.682-1.246,0.863c-0.379,0.181-0.633,0.295-0.762,0.342l-0.389-0.922c0.332-0.146,0.656-0.313,0.969-0.496 c0.379-0.223,0.729-0.493,1.04-0.803c0.291-0.284,0.61-0.658,0.956-1.123c0.348-0.465,0.658-1.028,0.932-1.69 c0.098-0.252,0.146-0.418,0.146-0.497c0-0.109-0.048-0.275-0.146-0.496l-4.186-10.519L45.313,15.926L45.313,15.926z" />
</svg>
<svg width="60" height="40" role="img" viewBox="0 0 60 40">
<title>Afterpay</title>
<rect width="59" height="39" x=".5" y=".5" fill="#FFF" stroke="#DDD" rx="5" />
<path
d="M56.926 16.676l-1.631-.939-1.631-.985a1.646 1.646 0 00-2.462 1.431v.2a.354.354 0 00.154.293l.77.43a.308.308 0 00.43-.123.292.292 0 000-.153v-.493a.323.323 0 01.308-.338h.184l1.539.877 1.538.861a.338.338 0 01.108.462l-.108.108-1.538.861-1.539.877a.323.323 0 01-.446-.108.37.37 0 010-.184v-.246a1.646 1.646 0 00-2.461-1.431l-1.662.954-1.631.938a1.662 1.662 0 00-.615 2.246 1.539 1.539 0 00.615.616l1.63.938 1.663.939a1.646 1.646 0 002.461-1.431v-.2a.354.354 0 00-.154-.292l-.769-.446a.308.308 0 00-.43.123.354.354 0 000 .169v.492a.323.323 0 01-.308.339.415.415 0 01-.185 0l-1.539-.877-1.538-.862a.338.338 0 01-.17-.43l.108-.108 1.539-.862 1.538-.877a.323.323 0 01.447.108.37.37 0 010 .184v.247a1.646 1.646 0 002.461 1.43l1.662-.954 1.63-.938a1.63 1.63 0 00.524-2.262 1.539 1.539 0 00-.492-.584zM46.186 16.953l-3.83 7.908h-1.54l1.432-2.954L40 16.953h1.631l1.447 3.307 1.538-3.307zM7.892 19.753a1.539 1.539 0 10-1.539 1.615 1.539 1.539 0 001.539-1.538v-.077m0 2.815v-.738a2.292 2.292 0 01-1.785.83 2.754 2.754 0 01-2.692-2.815v-.092a2.8 2.8 0 012.692-2.908 2.262 2.262 0 011.754.815v-.707h1.37v5.615zM16 21.291c-.492 0-.615-.184-.615-.646v-2.43h.877v-1.216h-.877v-1.416h-1.416v1.37h-1.846v-.57c0-.461.185-.646.677-.646h.308v-1.092h-.662c-1.17 0-1.723.384-1.723 1.538v.754h-.785v1.277h.785v4.4h1.4v-4.4h1.846v2.754c0 1.154.431 1.646 1.539 1.646h.77v-1.323zM21.077 19.245a1.339 1.339 0 00-1.4-1.154 1.37 1.37 0 00-1.415 1.154zm-2.8.877a1.4 1.4 0 001.446 1.308 1.539 1.539 0 001.324-.723h1.446a2.754 2.754 0 01-2.8 1.954 2.77 2.77 0 01-2.954-2.57v-.338a2.908 2.908 0 115.815 0 1.37 1.37 0 010 .354zM31.601 19.753a1.539 1.539 0 100 .077v-.077m-4.446 5.108v-7.908h1.369v.723a2.292 2.292 0 011.785-.831 2.754 2.754 0 012.707 2.8v.108a2.8 2.8 0 01-2.692 2.908 2.216 2.216 0 01-1.708-.754v2.954zM38.001 19.753a1.539 1.539 0 10-1.615 1.615h.077A1.539 1.539 0 0038 19.83v-.077m0 2.815v-.738a2.246 2.246 0 01-1.769.83 2.754 2.754 0 01-2.708-2.8v-.107a2.8 2.8 0 012.693-2.908 2.23 2.23 0 011.738.815v-.707h1.385v5.615zM24.662 17.506a1.4 1.4 0 011.216-.661 1.354 1.354 0 01.6.123v1.446a1.77 1.77 0 00-1-.261.985.985 0 00-.77 1.092v3.323h-1.43v-5.615h1.384z" />
</svg>
<svg width="60" height="40" role="img" viewBox="0 0 60 40">
<title>Klarna</title>
<rect width="59" height="39" x=".5" y=".5" fill="#FFF" stroke="#DDD" rx="4" transform="translate(0 .5)" />
<g transform="translate(5 10)">
<rect width="50" height="20" fill="#ffb3c7" rx="4" />
<path
d="M 39.871094 8.761719 C 38.59375 7.894531 36.871094 8.109375 35.851562 9.269531 C 34.828125 10.425781 34.828125 12.164062 35.851562 13.320312 C 36.871094 14.476562 38.59375 14.695312 39.871094 13.824219 L 39.871094 14.195312 L 41.609375 14.195312 L 41.609375 8.390625 L 39.871094 8.390625 Z M 38.292969 12.789062 C 37.476562 12.746094 36.847656 12.054688 36.875 11.242188 C 36.90625 10.425781 37.582031 9.785156 38.398438 9.800781 C 39.210938 9.8125 39.867188 10.480469 39.867188 11.292969 C 39.84375 12.140625 39.136719 12.808594 38.292969 12.789062 Z M 14.222656 5.804688 L 16.039062 5.804688 L 16.039062 14.195312 L 14.222656 14.195312 Z M 32 8.234375 C 31.304688 8.195312 30.636719 8.496094 30.207031 9.046875 L 30.207031 8.390625 L 28.476562 8.390625 L 28.476562 14.195312 L 30.230469 14.195312 L 30.230469 11.144531 C 30.203125 10.792969 30.332031 10.441406 30.582031 10.191406 C 30.832031 9.9375 31.179688 9.808594 31.535156 9.832031 C 32.296875 9.832031 32.738281 10.289062 32.738281 11.132812 L 32.738281 14.195312 L 34.472656 14.195312 L 34.472656 10.503906 C 34.472656 9.15625 33.398438 8.234375 32 8.234375 Z M 21.539062 8.761719 C 20.261719 7.894531 18.539062 8.109375 17.519531 9.269531 C 16.496094 10.425781 16.496094 12.164062 17.519531 13.320312 C 18.539062 14.476562 20.261719 14.695312 21.539062 13.824219 L 21.539062 14.195312 L 23.277344 14.195312 L 23.277344 8.390625 L 21.539062 8.390625 Z M 19.957031 12.789062 C 19.144531 12.746094 18.515625 12.054688 18.542969 11.242188 C 18.570312 10.425781 19.25 9.785156 20.0625 9.800781 C 20.878906 9.8125 21.53125 10.480469 21.53125 11.292969 C 21.511719 12.140625 20.804688 12.808594 19.957031 12.789062 Z M 25.964844 9.148438 L 25.964844 8.390625 L 24.1875 8.390625 L 24.1875 14.195312 L 25.96875 14.195312 L 25.96875 11.488281 C 25.96875 10.570312 26.960938 10.082031 27.648438 10.082031 C 27.652344 10.082031 27.660156 10.082031 27.667969 10.082031 L 27.667969 8.390625 C 27.015625 8.375 26.390625 8.652344 25.964844 9.148438 Z M 43.453125 12.136719 C 42.851562 12.136719 42.363281 12.625 42.363281 13.226562 C 42.363281 13.832031 42.851562 14.320312 43.453125 14.320312 C 44.054688 14.320312 44.542969 13.832031 44.542969 13.226562 C 44.546875 12.625 44.054688 12.136719 43.453125 12.136719 Z M 12.96875 5.804688 L 11.085938 5.804688 C 11.089844 7.335938 10.367188 8.78125 9.136719 9.695312 L 8.390625 10.253906 L 11.28125 14.199219 L 13.660156 14.199219 L 11 10.570312 C 12.265625 9.308594 12.976562 7.59375 12.96875 5.804688 Z M 6.269531 5.804688 L 8.160156 5.804688 L 8.160156 14.199219 L 6.269531 14.199219 Z M 6.269531 5.804688"
style="
stroke: none;
fill-rule: nonzero;
fill: rgb(0%, 0%, 0%);
fill-opacity: 1;
" />
</g>
</svg>
</div>
</div>
</footer>
</body>
<!-- Do not touch this code !!!!!!!!!! -->
<script>
let Display_name = document.getElementById("LName");
let userDname = JSON.parse(localStorage.getItem("display-name"));
Display_name.textContent = userDname;
</script>
<!-- Do not touch this code !!!!!!!!!! -->
<script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script>
let name = document.getElementById("name").value;
let number = document.getElementById("number").value;
let ex = document.getElementById("ex").value;
let code = document.getElementById("code").value;
//span ids
let nam = document.getElementById("nam")
let num = document.getElementById("num");
let e = document.getElementById("e");
let c = document.getElementById("c");
let input = document.querySelectorAll("#form input");
input[0].addEventListener("input", () => {
nam.innerText = input[0].value
})
input[1].addEventListener("input", () => {
num.innerText = input[1].value;
})
input[2].addEventListener("input", () => {
e.innerText = input[2].value;
})
input[3].addEventListener("input", () => {
c.innerText = input[3].value;
})
let btn = document.getElementById("sc")
btn.addEventListener("click", () => {
let a = `${Math.floor(Math.random() * 9000 + 1000)}`
alert(`OTP for payment verification ${a}`)
// Swal.fire({
// title: `OTP for payment verification ${a}`,
// showClass: {
// popup: 'animate__animated animate__fadeInDown'
// },
// hideClass: {
// popup: 'animate__animated animate__fadeOutUp'
// }
// })
window.prompt();
let value = prompt;
if (+(prompt.value) !== Number(a.value)) {
// alert("Payment Successful")
Swal.fire({
position: "centre",
icon: "success",
title: "Payment Successful.",
showConfirmButton: false,
timer: 1500,
});
// alert("Delivery within 7 days")
// alert("Thanks for visiting RE-Ferbay.com")
// window.location = "./index.html"
Swal.fire({
title: 'Thanks for Shopping with ReFurbay',
showClass: {
popup: 'animate__animated animate__fadeInDown'
},
hideClass: {
popup: 'animate__animated animate__fadeOutUp'
}
})
setTimeout(()=>{
window.location.href="order.html"
},3000)
}
})
</script>
<script>
let searchBar = document.getElementById("searchBar");
let searchBtn = document.getElementById("searchBtn");
searchBtn.addEventListener("click", () => {
if (searchBar.value == "mobile") {
window.location.href = "mobile.html";
}
else if (searchBar.value == "furniture") {
window.location.href = "furniture.html";
}
else if (searchBar.value == "Furniture") {
window.location.href = "furniture.html";
}
else if (searchBar.value == "Furnitures") {
window.location.href = "furniture.html";
}
else if (searchBar.value == "furnitures") {
window.location.href = "furniture.html";
}
else if (searchBar.value == "sofa set") {
window.location.href = "furniture.html";
}
else if (searchBar.value == "Sofa set") {
window.location.href = "furniture.html";
}
else if (searchBar.value == "sofa sets") {
window.location.href = "furniture.html";
}
else if (searchBar.value == "Sofa sets") {
window.location.href = "furniture.html";
}
else if (searchBar.value == "Mobiles") {
window.location.href = "mobile.html";
}
else if (searchBar.value == "mobiles") {
window.location.href = "mobile.html";
}
else {
window.location.href = "none.html";
}
})
</script>
</html>