forked from zafree/bootaide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseperators.html
More file actions
675 lines (601 loc) · 91.3 KB
/
seperators.html
File metadata and controls
675 lines (601 loc) · 91.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Seperators | Bootaide</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="bower_components/animate.css/animate.min.css" />
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" href="bower_components/simple-line-icons/css/simple-line-icons.css" />
<link rel="stylesheet" href="bower_components/fontface-source-sans-pro/css/source-sans-pro.min.css"/>
<link rel="stylesheet" href="dist/css/bootaide.min.css" />
</head>
<body>
<!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header class="bg-white navbar-fixed-top box-shadow">
<div class="container">
<div class="navbar-header">
<button class="btn btn-link visible-xs pull-right m-r m-t-sm" type="button" data-toggle="collapse" data-target=".navbar-collapse">
<i class="fa fa-bars"></i>
</button>
<a href="." class="navbar-brand m-r-lg"><img src="img/logo.png" class="m-r-sm hide"><span class="h3 font-bold">Bootaide</span></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="hide">
<a href=".">Home</a>
</li>
<li>
<a href="start.html">Start</a>
</li>
<li>
<a href="css.html">CSS</a>
</li>
<li>
<a href="typo.html">Typo</a>
</li>
<li>
<a href="components.html">Components</a>
</li>
<li>
<a href="ui-kit.html">UI Kit</a>
</li>
<li class="dropdown active">
<a href data-toggle="dropdown">Hello <i class="fa fa-caret-down"></i></a>
<!-- dropdown -->
<ul class="dropdown-menu w p-t">
<li>
<a href="typography.html">Typography</a>
</li>
<li>
<a href="progress-bar.html">Progress-bar</a>
</li>
<li class="active">
<a href="seperators.html"> <span class="badge bg-success pull-right">NEW</span> <span>Separators</span> </a>
</li>
<li>
<a href="pricing.html">Pricing</a>
</li>
<li>
<a href="says.html">Says</a>
</li>
<li>
<a href="form.html"> <span class="label bg-info pull-right">valid</span> Form </a>
</li>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="parallax.html">Parallax</a>
</li>
<li>
<a href="chat.html"> <span class="badge bg-light pull-right">NEW</span> Chat</a>
</li>
<li>
<a href="photoswipe.html">PhotoSwipe</a>
</li>
<li>
<a href="video.html">Video</a>
</li>
<li class="divider"></li>
<li>
<a href="themeaide.html" target="_blank">Themeaide</a>
</li>
<li>
<a href="personal-bio.html">Personal Bio</a>
</li>
</ul>
<!-- / dropdown -->
</li>
</ul>
</div>
</div>
</header>
<section class="bg-info">
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2 p-v-xxl text-center">
<h1 class="h1 m-t-xxl p-v-xxl">Seperators</h1>
</div>
</div>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 1</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path d="M0 100 L100 0 L100 100" stroke-width="0"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 2</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0 L100 100 L0 100" stroke-width="0"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 3</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path d="M0 100 L50 0 L100 100" stroke-width="0"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 4</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0 L50 100 L100 0 L100 100 L0 100" stroke-width="0"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 5</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path d="M0,100C0,100,18.5,0,50,0s50,100,50,100H0z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 6</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path d="M0,0c0,0,18.333,100,50,100S100,0,100,0v100H0V0z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 7</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<!--<path d="M0 100 C60 0 90 0 100 100 Z"></path>-->
<path d="M0,100c0,0,81.098-223,100.194,0H0z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 8</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<!--<path d="M0 0 C10 100 50 100 100 0 L100 100 0 100"></path>-->
<path d="M100.011-0.218c0,0-81.092,221.319-100.011,0l0.002,100.437h100.011L100.011-0.218z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 9</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path d="M0,50.333c0.748,0,1.589,1.295,2.333,0c0.688-1.199,1.325-4.635,2.049-4.665 c0.795-0.032,1.548,3.475,2.329,4.032c0.94,0.671,1.904-0.035,2.846-0.035c2.124,0,4.178,2,6.295,2c1.286,0,2.479-4,3.758-4 c1.106,0,2.206,0.174,3.306,0.683c2.211,1.021,4.464-1.915,6.657,1.249c2.537,3.66,4.942-1.041,7.453-1.251 c2.776-0.233,5.55,1.987,8.325,1.987c2.542,0,4.994-3.333,7.524-3.333c2.077,0,4.137,2.667,6.229,2.667 c1.311,0,2.621-0.2,3.932-0.383c0.593-0.083,1.187,0.145,1.77-0.89c0.522-0.928,0.869,0.404,1.405,0.606 c0.324,0.122,0.64-0.011,0.953-0.523c0.646-1.053,1.286-2.576,1.993-2.178c0.887,0.5,1.775,2.834,2.686,3.333 c0.863,0.474,1.732,0.702,2.604,0.702c0.874,0,1.775,0.61,2.635-0.667c0.918-1.364,1.769-3.302,2.71-3.333 c1.722-0.057,3.689-0.739,5.399,2.002c1.554,2.488,3.004,3.997,4.582,3.997c1.36,0,2.662-2.561,3.971-3.999 c1.1-1.208,2.226-0.667,3.338-0.667c0.952,0,2.001,2.101,2.918,1.333v51H0V50.333z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 10</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path d="M100,49.667c-0.748,0-1.589-1.295-2.333,0c-0.688,1.199-1.325,4.635-2.049,4.665c-0.795,0.032-1.548-3.476-2.329-4.032 c-0.939-0.671-1.904,0.035-2.846,0.035c-2.124,0-4.178-2-6.295-2c-1.286,0-2.479,4-3.758,4c-1.106,0-2.206-0.174-3.307-0.684 c-2.211-1.021-4.464,1.915-6.657-1.249c-2.536-3.659-4.941,1.041-7.452,1.251c-2.776,0.233-5.551-1.986-8.325-1.986 c-2.542,0-4.995,3.333-7.524,3.333c-2.077,0-4.137-2.667-6.229-2.667c-1.312,0-2.621,0.2-3.933,0.383 c-0.593,0.083-1.187-0.146-1.771,0.89c-0.521,0.929-0.868-0.403-1.404-0.605c-0.324-0.122-0.641,0.011-0.953,0.522 c-0.646,1.054-1.286,2.576-1.993,2.179c-0.887-0.5-1.774-2.834-2.686-3.333c-0.863-0.475-1.732-0.702-2.604-0.702 c-0.873,0-1.775-0.609-2.635,0.667c-0.918,1.363-1.77,3.302-2.71,3.333c-1.722,0.057-3.688,0.738-5.399-2.002 c-1.554-2.488-3.004-3.997-4.582-3.997c-1.359,0-2.662,2.561-3.971,3.999c-1.1,1.208-2.227,0.667-3.338,0.667 C1.966,52.333,0.917,50.231,0,51v49h100V49.667z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 11</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path d="M100,47c-2.828-8.391-5.973,0.096-8.676,6.548c-1.226,2.928-2.519,4.772-3.815,3.007 c-3.793-5.163-7.324-20.472-11.296-13.665c-1.476,2.528-2.896,10.411-4.333,14.775c-1.507,4.578-3.094,2.93-4.671,2.926 c-3.367-0.008-6.312-13.098-9.587-16.577c-2.867-3.045-6.111-1.767-8.957,1.906c-3.068,3.959-6.073,15.19-9.179,12.02 C36.215,54.601,33.083,40.987,29.794,39c-2.576-1.557-4.899-2.083-7.401,4.979c-0.95,2.68-2.127,6.221-3.143,9.111 c-2.81,7.993-5.653,5.835-8.321-5.408C7.385,32.75,3.586,45.703,0,53v47h100V47z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 12</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path d="M0,53c2.828,8.391,5.973-0.096,8.676-6.547c1.226-2.928,2.519-4.772,3.815-3.007 c3.793,5.163,7.324,20.472,11.296,13.664c1.476-2.527,2.896-10.41,4.333-14.774c1.507-4.578,3.094-2.93,4.671-2.926 c3.367,0.008,6.312,13.098,9.587,16.577c2.867,3.045,6.111,1.768,8.957-1.906c3.068-3.959,6.073-15.19,9.18-12.019 C63.785,45.4,66.918,59.014,70.206,61c2.576,1.557,4.898,2.082,7.401-4.979c0.949-2.68,2.127-6.221,3.143-9.111 c2.811-7.993,5.652-5.835,8.321,5.408C92.615,67.25,96.414,54.297,100,47v53H0V53z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 13</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<polygon points="0,100 0,54.125 0.73,45 1.516,53.667 2.246,45 3.031,54 3.789,45 4.547,54 5.276,45 6.063,54 6.792,45 7.606,53.333 8.335,45 9.177,54.333 9.879,45 10.609,54 11.395,45 12.096,54.333 12.91,45 13.668,54 14.397,45 15.155,54.333 15.941,45 16.699,54 17.428,45 18.186,53.667 18.944,45 19.729,54 20.487,45 21.245,54.333 21.975,45 22.732,54.333 23.518,45 24.248,54 25.034,45 25.792,54.333 26.549,45 27.279,54.333 28.064,45 28.822,54.333 29.552,45 30.338,54 31.067,45 31.797,54 32.583,45 33.313,54 34.154,45 34.856,53.667 35.642,45 36.372,53.667 37.129,45 37.887,54 38.673,45 39.402,54.334 40.188,45 40.89,54 41.647,45 42.461,54 43.191,45 43.949,54.334 44.735,45 45.464,54 46.25,45 46.952,54.334 47.737,45 48.467,54 49.309,45 50.039,54 50.74,45 51.525,54 52.284,45 53.042,54 53.8,45 54.529,53.667 55.371,45 56.072,53.667 56.803,45 57.588,53.667 58.316,45 59.075,54 59.848,45 60.619,54.167 61.35,45 62.135,54 62.893,45 63.65,54 64.407,45 65.15,54 65.923,45 66.682,54 67.438,45 68.184,54.167 68.954,45 69.712,54.167 70.471,45 71.241,54.167 71.999,45 72.729,54.334 73.5,45 74.244,53.834 75.016,45 75.788,54 76.531,45 77.289,54.167 78.061,45 78.818,54.167 79.576,45 80.32,54.167 81.078,45 81.82,54 82.579,45 83.337,54.333 84.107,45 84.854,54 85.639,45 86.368,54 87.141,45 87.883,54.167 88.654,45 89.413,54 90.171,45 90.93,54.167 91.686,45 92.43,54 93.216,45 93.986,54.167 94.703,45 95.475,54 96.232,45 96.99,54 97.732,45 98.506,54.167 99.264,45 100,54.5 100,100 ">
</path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 14</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<polygon points="100,100 100,45.875 99.271,55 98.484,46.333 97.754,55 96.969,46 96.211,55 95.453,46 94.725,55 93.938,46 93.208,55 92.395,46.667 91.665,55 90.823,45.667 90.121,55 89.392,46 88.605,55 87.904,45.667 87.09,55 86.332,46 85.604,55 84.846,45.667 84.06,55 83.301,46 82.572,55 81.814,46.333 81.057,55 80.271,46 79.514,55 78.755,45.667 78.025,55 77.269,45.667 76.482,55 75.752,46 74.966,55 74.208,45.667 73.451,55 72.722,45.667 71.937,55 71.179,45.667 70.448,55 69.662,46 68.934,55 68.203,46 67.417,55 66.688,46 65.847,55 65.145,46.333 64.358,55 63.628,46.333 62.871,55 62.113,46 61.327,55 60.599,45.666 59.813,55 59.11,46 58.354,55 57.539,46 56.81,55 56.051,45.666 55.266,55 54.536,46 53.75,55 53.048,45.666 52.264,55 51.533,46 50.691,55 49.961,46 49.26,55 48.475,46 47.716,55 46.958,46 46.2,55 45.471,46.333 44.629,55 43.928,46.333 43.197,55 42.412,46.333 41.684,55 40.925,46 40.152,55 39.381,45.833 38.65,55 37.865,46 37.107,55 36.35,46 35.593,55 34.85,46 34.077,55 33.318,46 32.563,55 31.816,45.833 31.046,55 30.288,45.833 29.529,55 28.759,45.833 28.001,55 27.271,45.666 26.5,55 25.756,46.166 24.984,55 24.212,46 23.469,55 22.711,45.833 21.939,55 21.182,45.833 20.424,55 19.68,45.833 18.922,55 18.18,46 17.421,55 16.663,45.667 15.893,55 15.146,46 14.361,55 13.632,46 12.859,55 12.117,45.833 11.346,55 10.587,46 9.829,55 9.07,45.833 8.314,55 7.57,46 6.784,55 6.014,45.833 5.297,55 4.525,46 3.768,55 3.01,46 2.268,55 1.494,45.833 0.736,55 0,45.5 0,100 ">
</path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 15</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<polygon points="0,62.999 2.259,36.166 4.546,62.999 6.82,36.166 9.079,62.999 11.352,36.166 13.639,62.999 15.898,36.166 18.2,62.999 20.459,36.166 22.732,62.999 25.005,36.166 27.278,62.999 29.538,36.166 31.839,62.999 34.084,36.166 36.371,62.999 38.673,36.166 40.917,62.999 43.177,36.166 45.478,62.999 47.751,36.166 50.024,62.999 52.284,36.166 54.557,62.999 56.83,36.166 59.089,62.999 61.377,36.166 63.664,62.999 65.909,36.166 68.182,62.999 70.47,36.166 72.742,62.999 75.016,36.166 77.275,62.999 79.576,36.166 81.85,62.999 84.108,36.166 86.382,62.999 88.655,36.166 90.956,62.999 93.201,36.166 95.433,62.999 97.748,36.166 100,62.999 100,100 0,100 ">
</path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 16</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<polygon points="100.001,37.002 97.741,63.834 95.454,37.001 93.181,63.835 90.922,37.001 88.648,63.835 86.361,37.001 84.103,63.836 81.802,37.001 79.542,63.834 77.27,37.001 74.996,63.835 72.723,37.001 70.464,63.835 68.162,37.001 65.917,63.836 63.63,37.001 61.329,63.836 59.084,37.001 56.824,63.834 54.523,37 52.25,63.835 49.977,37 47.718,63.833 45.445,37 43.171,63.834 40.913,37 38.625,63.834 36.338,37 34.093,63.835 31.82,37 29.533,63.835 27.26,37 24.986,63.834 22.728,37 20.426,63.834 18.153,37 15.894,63.834 13.621,37 11.348,63.833 9.047,37 6.801,63.833 4.57,37 2.255,63.834 0.003,37 0,100 100,99.99 ">
</path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 17</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<path d="M0,100V43.75C0,43.75,2.349,88,4.998,44c0,0,2.424,44,4.948,0c0,0,2.524,43.5,5.048-0.25 c0,0,2.249,43.75,4.998,0c0,0,2.424,43.25,4.999-0.25c0,0,2.299,45.25,4.974,0.25c0,0,2.523,43.75,4.998,0c0,0,2.299,45,4.999,0 c0,0,2.174,43.75,5.023,0c0,0,2.124,44.25,4.998,0.25c0,0,2.275,43.5,5.023-0.25c0,0,2.35,43.75,4.925,0c0,0,2.422,44.25,5.021,0.25 c0,0,2.4,43,5.023-0.5c0,0,2.225,43.5,4.998,0c0,0,2.2,43.5,4.998,0c0,0,2.125,44,4.999,0.25c0,0,2.349,43.75,4.973,0 c0,0,2.475,43.75,4.998,0c0,0,2.425,44.75,5.023-0.25V100H0z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 18</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<path d="M0,100V58.584c0,0,2.3-41.882,5-0.232c0,0,2.325-41.649,5,0c0,0,2.35-41.649,4.975,0c0,0,2.4-41.649,5,0 c0,0,2.35-41.184,5.025,0.232c0,0,2.275-41.882,5-0.232c0,0,2.4-41.184,4.975,0.232c0,0,2.375-41.882,4.975-0.232 c0,0,2.425-41.649,5.025,0c0,0,2.35-42.115,4.975-0.233c0,0,2.45-40.951,5.05,0.466c0,0,2.35-41.417,5,0c0,0,2.375-41.417,5,0 c0,0,2.25-42.347,5-0.466c0,0,2.35-41.416,4.975,0.233c0,0,2.351-42.115,5-0.233c0,0,2.45-40.951,5,0.466c0,0,2.301-41.882,5-0.232 c0,0,2.476-41.184,5.025,0.232c0,0,2.15-41.417,5-0.232V100H0z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 19</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<path d="M100.002,49.666c-2.568-30.5-3.494,31.168-6.09,0.334c-2.596-30.834-3.452,31-6.063,0c-2.611-31-3.354,31.167-5.979,0 c-2.624-31.166-3.479,31.334-6.118,0c-2.64-31.334-3.41,31.167-6.034,0c-2.625-31.166-3.451,31.334-6.091,0 c-2.638-31.334-3.452,31-6.062,0c-2.61-31-3.41,31.5-6.063,0c-2.651-31.5-3.424,31.333-6.062,0c-2.64-31.333-3.383,31.834-6.063,0 c-2.681-31.834-3.41,31.5-6.063,0c-2.652-31.5-3.424,31-6.033,0c-2.61-31-3.438,31.167-6.063,0c-2.624-31.167-3.466,31.167-6.09,0 c-2.624-31.167-3.479,31-6.091,0c-2.611-31-3.41,31.167-6.034,0c0,0-1.517-18.001-3.003-0.334V100h100L100.002,49.666z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 20</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<path d="M0,50.334C2.568,80.834,3.494,19.166,6.09,50s3.452-31,6.063,0c2.61,31,3.354-31.166,5.978,0 s3.48-31.334,6.118,0c2.639,31.334,3.41-31.166,6.034,0c2.625,31.166,3.452-31.334,6.091,0c2.638,31.334,3.452-31,6.062,0 c2.61,31,3.41-31.5,6.063,0c2.652,31.5,3.424-31.333,6.062,0c2.639,31.333,3.382-31.834,6.063,0s3.41-31.5,6.063,0s3.424-31,6.034,0 s3.438-31.167,6.063,0c2.624,31.167,3.466-31.167,6.09,0s3.48-31,6.091,0s3.41-31.166,6.034,0c0,0,1.516,18.001,3.003,0.334V100H0 V50.334z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 21</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<polygon points="0.763,62.875 0.763,36.125 3.064,36.125 3.064,62.875 5.322,62.875 5.322,36.125 7.644,36.125 7.644,62.875 9.913,62.875 9.913,36.125 12.235,36.125 12.235,62.875 14.493,62.875 14.493,36.125 16.794,36.125 16.794,62.875 19.084,62.875 19.084,36.125 21.36,36.125 21.36,62.875 23.664,62.875 23.664,36.125 25.954,36.125 25.954,62.875 28.244,62.875 28.244,36.125 30.534,36.125 30.534,62.875 32.811,62.875 32.811,36.125 35.114,36.125 35.114,62.875 37.391,62.875 37.391,36.125 39.681,36.125 39.681,62.875 41.985,62.875 41.985,36.125 44.289,36.125 44.289,62.875 46.565,62.875 46.565,36.125 48.841,36.125 48.841,62.875 51.159,62.875 51.159,36.125 53.421,36.125 53.421,62.875 55.711,62.875 55.711,36.125 58.001,36.125 58.001,62.875 60.319,62.875 60.319,36.125 62.596,36.125 62.596,62.875 64.899,62.875 64.899,36.125 67.189,36.125 67.189,62.875 69.466,62.875 69.466,36.125 71.756,36.125 71.756,62.875 74.046,62.875 74.046,36.125 76.321,36.125 76.321,62.875 78.64,62.875 78.64,36.125 80.916,36.125 80.916,62.875 83.22,62.875 83.22,36.125 85.511,36.125 85.511,62.875 87.801,62.875 87.801,36.125 90.091,36.125 90.091,62.875 92.381,62.875 92.381,36.125 94.643,36.125 94.643,62.875 96.946,62.875 96.946,36.125 99.251,36.125 99.251,62.875 100,62.875 100,100 0,100 0,62.938 ">
</path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 22</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<polygon points="99.236,37.125 99.237,63.875 96.937,63.875 96.936,37.125 94.678,37.125 94.679,63.875 92.356,63.875 92.355,37.125 90.087,37.125 90.087,63.875 87.766,63.875 87.766,37.125 85.507,37.125 85.507,63.875 83.206,63.875 83.206,37.125 80.916,37.125 80.916,63.875 78.641,63.875 78.641,37.125 76.336,37.125 76.336,63.875 74.046,63.875 74.046,37.125 71.756,37.125 71.756,63.875 69.466,63.875 69.466,37.125 67.189,37.125 67.189,63.875 64.887,63.875 64.887,37.125 62.609,37.125 62.609,63.875 60.319,63.875 60.319,37.125 58.016,37.125 58.016,63.875 55.711,63.875 55.711,37.125 53.436,37.125 53.436,63.875 51.159,63.875 51.159,37.125 48.841,37.125 48.841,63.875 46.579,63.875 46.579,37.125 44.289,37.125 44.289,63.875 41.999,63.875 41.999,37.125 39.682,37.125 39.682,63.875 37.404,63.875 37.404,37.125 35.102,37.125 35.102,63.875 32.811,63.875 32.811,37.125 30.534,37.125 30.534,63.875 28.244,63.875 28.244,37.125 25.954,37.125 25.954,63.875 23.68,63.875 23.68,37.125 21.359,37.125 21.359,63.875 19.084,63.875 19.084,37.125 16.779,37.125 16.779,63.875 14.488,63.875 14.488,37.125 12.199,37.125 12.199,63.875 9.909,63.875 9.909,37.125 7.619,37.125 7.619,63.875 5.357,63.875 5.357,37.125 3.055,37.125 3.055,63.875 0.749,63.875 0.749,37.125 0,37.125 0,100 100,100 100,37.063 ">
</path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 23</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<polygon points="100,37 100,64 99.195,64 98.412,37.333 96.953,37.333 96.195,64 94.681,64 93.895,37.333 92.408,37.333 91.678,64 90.164,64 89.405,37.333 87.891,37.333 87.134,64 85.591,64 84.805,37.333 83.317,37.333 82.588,64 81.073,64 80.26,37.333 78.744,37.333 78.07,64 76.5,64 75.742,37.333 74.227,37.333 73.469,64 71.943,64 71.207,36.75 69.693,36.75 68.925,64 67.389,64 66.652,36.75 65.136,36.75 64.369,64 62.864,64 62.117,36.75 60.612,36.75 59.845,64 58.319,64 57.572,36.75 56.047,36.75 55.299,64 53.773,64 53.027,36.75 51.49,36.75 50.743,64 49.229,64 48.481,36.75 46.956,36.75 46.188,64 44.693,64 43.936,36.75 42.421,36.75 41.641,64 40.138,64 39.391,36.75 37.866,36.75 37.106,64 35.603,64 34.835,36.75 33.32,36.75 32.552,64 31.058,64 30.279,36.75 28.785,36.75 28.007,64 26.492,64 25.734,36.75 24.229,36.75 23.482,64 21.946,64 21.2,36.75 19.684,36.75 18.926,64 17.411,64 16.645,36.75 15.149,36.75 14.402,64 12.846,64 12.109,36.75 10.583,36.75 9.847,64 8.312,64 7.563,36.75 6.059,36.75 5.302,64 3.777,64 2.998,36.75 1.493,36.75 0.757,64 0,64 0,37.333 0,100 100,100 ">
</path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 24</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<polygon points="0,63 0,36 0.805,36 1.588,62.667 3.046,62.667 3.805,36 5.32,36 6.105,62.667 7.592,62.667 8.322,36 9.836,36 10.595,62.667 12.109,62.667 12.866,36 14.409,36 15.195,62.667 16.683,62.667 17.412,36 18.927,36 19.741,62.667 21.255,62.667 21.93,36 23.5,36 24.258,62.667 25.774,62.667 26.531,36 28.057,36 28.792,63.25 30.307,63.25 31.075,36 32.611,36 33.348,63.25 34.864,63.25 35.631,36 37.136,36 37.883,63.25 39.388,63.25 40.156,36 41.681,36 42.428,63.25 43.954,63.25 44.701,36 46.227,36 46.973,63.25 48.51,63.25 49.257,36 50.771,36 51.519,63.25 53.044,63.25 53.813,36 55.307,36 56.064,63.25 57.579,63.25 58.359,36 59.862,36 60.609,63.25 62.134,63.25 62.894,36 64.397,36 65.165,63.25 66.68,63.25 67.448,36 68.942,36 69.721,63.25 71.215,63.25 71.993,36 73.508,36 74.266,63.25 75.771,63.25 76.518,36 78.054,36 78.8,63.25 80.316,63.25 81.074,36 82.589,36 83.355,63.25 84.851,63.25 85.598,36 87.154,36 87.891,63.25 89.417,63.25 90.153,36 91.688,36 92.437,63.25 93.941,63.25 94.698,36 96.223,36 97.002,63.25 98.507,63.25 99.243,36 100,36 100,62.667 100,100 0,100 ">
</path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 25</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<path d="M0,100V63.333L1.539,63c0,0,1.567-27,2.308-27s2.308,27,2.308,27h1.539c0,0,1.553-27,2.308-27 s2.308,27,2.308,27h1.539c0,0,1.553-27,2.308-27s2.308,27,2.308,27H20c0,0,1.553-27,2.308-27s2.308,27,2.308,27h1.539 c0,0,1.539-27,2.308-27c0.77,0,2.308,27,2.308,27h1.539c0,0,1.51-27,2.308-27s2.308,27,2.308,27h1.539c0,0,1.553-27,2.308-27 c0.755,0,2.308,27,2.308,27h1.453c0,0,1.63-27,2.393-27c0.764,0,2.308,27,2.308,27h1.538c0,0,1.54-27,2.308-27s2.308,27,2.308,27 h1.538c0,0,1.539-27,2.308-27c0.77,0,2.308,27,2.308,27h1.539c0,0,1.553-27,2.308-27s2.308,27,2.308,27h1.538c0,0,1.524-27,2.308-27 c0.784,0,2.308,27,2.308,27h1.539c0,0,1.538-27,2.308-27S80,63,80,63h1.538c0,0,1.539-27,2.308-27c0.77,0,2.309,27,2.309,27h1.538 c0,0,1.531-27,2.308-27s2.308,27,2.308,27h1.538c0,0,1.553-27,2.309-27c0.755,0,2.308,27,2.308,27H100v37H0z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 26</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<path d="M100,100V37l-1.521,0.038c0,0-1.578,27-2.318,26.997c-0.741,0.001-2.298-27-2.298-27l-1.539,0 c0,0-1.563,27-2.318,27.001c-0.755-0.003-2.298-27.003-2.298-27.003l-1.538-0.001c0,0-1.563,26.998-2.319,26.997 c-0.755,0.002-2.297-26.999-2.297-26.999l-1.539-0.001c0,0-1.563,27-2.318,27s-2.298-27.001-2.298-27.001l-1.539,0 c0,0-1.549,27-2.318,27c-0.77-0.001-2.298-27.001-2.298-27.001l-1.538-0.001c0,0-1.521,26.999-2.318,27 c-0.798-0.002-2.298-27.001-2.298-27.001h-1.539c0,0-1.563,26.999-2.318,27c-0.755-0.001-2.298-27.001-2.298-27.001l-1.453,0 c0,0-1.64,26.998-2.403,27.001c-0.764-0.002-2.298-27.003-2.298-27.003l-1.539,0c0,0-1.549,26.999-2.318,27 c-0.769-0.001-2.298-27.002-2.298-27.002h-1.539c0,0-1.549,26.998-2.318,26.998c-0.769-0.001-2.298-27-2.298-27l-1.539,0 c0,0-1.563,26.998-2.318,26.999c-0.755,0.001-2.298-27.001-2.298-27.001l-1.539-0.001c0,0-1.535,26.999-2.318,26.999 c-0.784,0.003-2.298-27-2.298-27l-1.539-0.001c0,0-1.549,27.001-2.318,27s-2.298-27.001-2.298-27.001l-1.539,0 c0,0-1.549,26.999-2.318,26.998c-0.77,0.001-2.298-27-2.298-27l-1.539-0.001c0,0-1.541,27-2.318,26.998 c-0.777,0.002-2.298-26.999-2.298-26.999l-1.539,0c0,0-1.563,27-2.318,26.998c-0.755,0.001-2.298-27-2.298-27L0,37l-0.021,63H100z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 27</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<path d="M0,49.625c1.928-22.938,5.657-13.313,4.538,0c-1.119,13.313,2.663,22.313,4.538,0s5.704-13.25,4.559,0.375 s2.637,21.617,4.496-0.505c1.859-22.123,5.662-13.378,4.538,0s2.708,22.327,4.58,0.053c1.872-22.274,5.66-13.601,4.517,0 s2.666,22.274,4.538,0c1.872-22.274,5.683-12.923,4.559,0.452s2.624,22.072,4.517-0.452c1.893-22.524,5.684-13.704,4.527,0.057 s2.664,22.406,4.549-0.014c1.884-22.42,5.657-13.33,4.537,0s2.652,22.472,4.538,0.035s5.711-13.989,4.538-0.035 s2.663,22.347,4.538,0.035s5.626-13.239,4.517-0.035c-1.11,13.205,2.686,22.295,4.559,0c1.874-22.295,5.669-13.705,4.517,0 c-1.151,13.705,2.652,22.722,4.559,0.035c1.907-22.688,5.688-13.938,4.518,0c-1.192,14.188,2.949,21.146,4.727,0V100H0V49.625z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 28</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<path d="M100,49.625c-1.93-22.938-5.656-13.313-4.539,0c1.121,13.313-2.664,22.313-4.539,0S85.219,36.375,86.367,50 c1.145,13.625-2.641,21.617-4.5-0.505c-1.855-22.123-5.66-13.378-4.535,0s-2.707,22.327-4.582,0.053 c-1.867-22.274-5.656-13.601-4.516,0c1.145,13.601-2.664,22.274-4.539,0c-1.867-22.274-5.68-12.923-4.555,0.452 c1.121,13.375-2.625,22.072-4.52-0.452c-1.895-22.524-5.684-13.704-4.527,0.057s-2.664,22.406-4.547-0.014s-5.656-13.33-4.539,0 c1.121,13.33-2.652,22.472-4.539,0.035c-1.883-22.438-5.711-13.989-4.535-0.035c1.172,13.955-2.664,22.347-4.539,0.035 s-5.625-13.239-4.516-0.035s-2.688,22.295-4.559,0c-1.875-22.295-5.672-13.705-4.516,0c1.148,13.705-2.656,22.722-4.563,0.035 s-5.688-13.938-4.516,0c1.191,14.188-2.949,21.146-4.727,0V100h100V49.625z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 29</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<path d="M0,62.875c0,0,0.043-26.75,2.336-26.75s-2.293,26.75,0,26.75s-0.064,0,2.293,0s-2.357-26.75,0-26.75 s2.357,26.75,2.357,26.75H9.29c0,0,0.011-27.063,2.331-27.063c2.32,0-2.266,27.063,0.027,27.063s-0.043,0,2.293,0 c2.336,0-2.336-26.75,0-26.75c2.336,0,2.336,26.75,2.336,26.75h2.325c0,0-0.029-26.75,2.311-26.75c2.339,0-2.34,26.75,0,26.75 c2.339,0,0.014,0,2.339,0s-2.325-26.75,0-26.75s2.325,26.75,2.325,26.75h2.325c0,0-0.007-26.875,2.314-26.875 c2.322,0-2.3,26.875,0.011,26.875c2.311,0-0.028,0,2.311,0c2.34,0-2.339-26.75,0-26.75c2.34,0,2.34,26.75,2.34,26.75h2.311 c0,0-0.036-26.875,2.315-26.875c2.35,0-2.329,26.875,0.011,26.875c2.339,0,0,0,2.339,0s-2.34-26.75,0-26.75s2.34,26.75,2.34,26.75 h2.311c0,0-0.043-26.75,2.311-26.75s-2.354,26.75,0,26.75s0.057,0,2.354,0s-2.297-26.75,0-26.75s2.297,26.75,2.297,26.75h2.325 c0,0-0.051-26.875,2.314-26.875c2.364,0-2.344,26.875,0.011,26.875c2.354,0,0.043,0,2.354,0s-2.311-26.75,0-26.75 s2.311,26.75,2.311,26.75h2.34c0,0-0.007-26.875,2.314-26.875c2.322,0-2.3,26.875,0.011,26.875c2.312,0-0.014,0,2.312,0 s-2.325-26.75,0-26.75s2.325,26.75,2.325,26.75h2.325c0,0-0.051-26.792,2.307-26.792c2.358,0-2.35,26.792,0.004,26.792 c2.354,0,0.043,0,2.354,0c2.311,0-2.312-26.75,0-26.75c2.311,0,2.311,26.75,2.311,26.75h2.34c0,0-0.022-26.875,2.314-26.875 c2.336,0-2.314,26.875,0.011,26.875s0,0,2.325,0s-2.325-26.75,0-26.75s2.325,26.75,2.325,26.75h2.325c0,0-0.043-26.75,2.297-26.75 c2.339,0-2.34,26.75,0,26.75c2.339,0,0,0,2.339,0c2.34,0-2.339-26.75,0-26.75c2.34,0,2.34,26.75,2.34,26.75V100H0V62.875z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 30</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<path d="M100.037,37.125c0,0,0.01,26.75-2.283,26.754c-2.293,0.006,2.24-26.754-0.053-26.75s0.064,0-2.293,0.005 s2.41,26.745,0.053,26.75c-2.357,0.004-2.41-26.746-2.41-26.746l-2.305,0.004c0,0,0.045,27.062-2.275,27.068 c-2.32,0.004,2.211-27.067-0.082-27.063c-2.293,0.005,0.043,0-2.293,0.005s2.391,26.746,0.055,26.75 c-2.336,0.006-2.391-26.745-2.391-26.745l-2.324,0.005c0,0,0.082,26.75-2.258,26.753c-2.34,0.006,2.285-26.754-0.055-26.75 c-2.338,0.005-0.014,0-2.338,0.005c-2.326,0.005,2.379,26.745,0.053,26.75c-2.324,0.004-2.379-26.746-2.379-26.746l-2.324,0.005 c0,0,0.061,26.875-2.262,26.879s2.246-26.879-0.064-26.875c-2.311,0.005,0.029,0-2.311,0.005s2.393,26.746,0.053,26.75 c-2.34,0.006-2.393-26.745-2.393-26.745L62.848,37.2c0,0,0.09,26.875-2.262,26.878c-2.35,0.006,2.275-26.878-0.064-26.875 c-2.34,0.005,0,0-2.34,0.005s2.395,26.745,0.055,26.75c-2.34,0.004-2.395-26.746-2.395-26.746l-2.311,0.005 c0,0,0.098,26.75-2.256,26.754c-2.354,0.004,2.299-26.754-0.055-26.75c-2.354,0.004-0.057,0-2.354,0.004 c-2.297,0.005,2.35,26.746,0.054,26.75c-2.297,0.006-2.351-26.745-2.351-26.745l-2.325,0.005c0,0,0.104,26.875-2.261,26.878 c-2.364,0.006,2.29-26.878-0.064-26.874c-2.354,0.004-0.043,0-2.354,0.004c-2.311,0.005,2.364,26.747,0.054,26.75 S37.256,37.25,37.256,37.25l-2.34,0.005c0,0,0.061,26.875-2.261,26.879c-2.322,0.004,2.246-26.879-0.064-26.875 c-2.312,0.005,0.014,0-2.312,0.005c-2.325,0.004,2.379,26.745,0.054,26.749c-2.325,0.006-2.379-26.745-2.379-26.745l-2.325,0.005 c0,0,0.104,26.791-2.253,26.796c-2.358,0.004,2.296-26.796-0.058-26.792c-2.354,0.005-0.043,0-2.354,0.005 c-2.311,0.004,2.365,26.746,0.054,26.75c-2.311,0.004-2.364-26.746-2.364-26.746l-2.34,0.005c0,0,0.076,26.875-2.261,26.879 c-2.336,0.006,2.261-26.879-0.064-26.875s0,0-2.325,0.005s2.379,26.745,0.054,26.75c-2.325,0.004-2.379-26.746-2.379-26.746 l-2.325,0.004c0,0,0.097,26.75-2.243,26.755c-2.339,0.004,2.286-26.755-0.054-26.75c-2.339,0.005,0,0-2.339,0.005 c-2.34,0.005,2.393,26.746,0.054,26.75c-2.34,0.006-2.394-26.745-2.394-26.745L0,100h100.037V37.125z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 31</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<path d="M100.027,37.125c0,0-0.765,26.751-1.488,26.752c-0.723,0.001-1.385-4.54-0.287-13.875 c1.097-9.334,1.356-7.335,0.019-6c-1.337,1.335-1.328,16.516-1.627,9.233s1.078-16.898,0.17-12.563 c-0.909,4.334-2.505,1.67-1.781,9.335c0.724,7.666,0.985,17.2,0.072,10.667s-2.007-8.663-1.9-13.997 c0.105-5.334-0.56-9.06-0.682,1.667s-0.026,21-0.522,12.334c-0.497-8.665-2.933-7.769-1.739-15.05 c1.192-7.282,0.595-7.031,0.08-8.489c-0.515-1.457-1.137,1.878-1.247,4.544c-0.11,2.667-0.31,0.19,0.01,6.666 c0.32,6.477,0.408,6.333,0.755,9.333c0.347,2.999-0.497,10.667-1.335,3.002c-0.837-7.665,0.299-10.334-0.563-14.333 c-0.86-3.999,1.118-14.669-0.238-7c-1.355,7.67-0.243-10.217-1.168,0.414c-0.924,10.632-1.21,9.591-0.323,12.256 c0.888,2.665,1.33,12.997,0.382,7.666c-0.948-5.332-0.783-9.541-1.741-2.664c-0.959,6.876,0.575,3.665,0.575,3.665 s0.166,6.001-1.543,1.67s-0.675,1.542-0.675,1.542s-1.08,2.126-0.946-4.207c0.133-6.333,1.3-7.251,1.952-9.294 s1.727-7.379,1.213-8.044s-0.345-1.667-0.909,2.001c-0.563,3.668-0.857,7.002-0.657,2.668c0.199-4.333,0.424-6.334,0.85-7.668 c0.425-1.334,1.335-3.043,0.253-2.521c-1.082,0.521-1.763,2.856-1.763,2.856s0.49,4.332-0.303,6.667 c-0.795,2.335-0.13,7.292-0.66,5.668c-0.531-1.624-1.251-6.999-0.654-7.666c0.598-0.667,1.7-4.377,0.704-5.667 c-0.996-1.291-0.748-4.666-1.449,2.335c-0.702,7.001,0.135,5.413-0.214,9.375c-0.349,3.963,1.782,6.005,0.667,8.291 c-1.114,2.286-0.11,2-0.108,3.667c0.003,1.666-1.077,3.335-1.283-0.998s-0.603-2.666-0.183-7.667s0.644-7.667-0.013-8.333 s-0.171-0.333-0.659-2.999c-0.488-2.667,0.931-6.336-0.233-3.667s-1.287,3.076-0.996,7.393c0.292,4.317,1.153-0.895,0.813,3.941 c-0.34,4.837-0.438,8.001-0.93,5.002c-0.492-3-0.868-7.333-0.872-9.333c-0.003-2,0.828-4.617,0.277-5 c-0.55-0.384-0.572-1.667-0.997,0.001s-0.162,4.742-0.313,9.335c-0.152,4.591-0.376,6-0.612,0 c-0.237-5.999,0.725-11.002,0.211-11.334s-1.347-4.997-1.479,1.336c-0.133,6.334,1.051,16.957,0.135,13.667 c-0.917-3.29-0.337,3.333,0.263,4.666c0.601,1.332,2.335,5.914,0.863,5.541c-1.472-0.374-1.793,1.461-2.206-7.872 c-0.412-9.334-0.693-11.271-0.26-13.97c0.435-2.697-0.493-6.768-0.634-4.65c-0.14,2.117-0.24,3.288-0.285,10.955 c-0.046,7.667,1.042,10.998,0.327,9.333c-0.715-1.666-0.091-0.303-0.596,2.001c-0.505,2.303-0.536,6.048-0.626,0.645 c-0.09-5.404,0.253-7.907,0.285-10.311s0.68-0.938,0.37-3.97c-0.311-3.031-0.152-11.698-0.517-7.697 c-0.364,4-0.649,3.959-0.814,8.001s0.062,3,0.125,7.333c0.063,4.334-0.15,6.251-0.535,4.001c-0.386-2.25-0.137-15-0.414-10.333 c-0.278,4.668,0.34-9.077-0.121-4.333c-0.46,4.745,0.191,5.521-0.232,11.761c-0.425,6.24-0.668,14.908-1.111,4.242 c-0.442-10.667,1.788-24.046,0.546-16.335s-0.512,1.334-0.914-1.332s-0.637-6.707-0.775-4.52c-0.14,2.188,0.352,6.854,0.018,11.854 c-0.335,5.001,0.808,6.666,0.183,8c-0.625,1.335-0.249,5.334-0.99,4.668c-0.742-0.665-1.104,5.336-1.167,0.669 c-0.064-4.667,0.073-8.25,0.524-11.626c0.45-3.375,1.479-1.711,0.762-4.71s0.074-7.334-0.493-5.999 c-0.568,1.335-0.198-1.999-0.839-0.665c-0.642,1.334-0.509-5.374-0.932-2.186c-0.423,3.188-0.023,3.854-0.268,11.521 c-0.245,7.667-0.458-1.332-1.085-1.331s0.319,3.999,0.212,8.332c-0.107,4.334,1.4,2.998,0.862,5.333 c-0.538,2.334-0.83,2-1.271,0.668c-0.439-1.332-0.576,2.667-0.809,0.001c-0.231-2.666,0.027-1.042,0.191-6 c0.163-4.958,0.626,0,0.362-5.334c-0.265-5.333-0.633-4.332-0.125-6.999c0.509-2.668,0.516,1.998,0.795-2.336 c0.278-4.333,0.446-6.112-0.149-4.722c-0.597,1.391-1.028-1.276-1.362,3.725c-0.335,5,0.299,9.083,0.016,10.709 c-0.282,1.625,0.099,8.958-0.243,8.958c-0.342,0.001-0.567,1.335-0.71,1.668c-0.142,0.333-0.421,3.751-0.594,2.876 c-0.172-0.875-0.144-0.875,0.39-6.209c0.534-5.334,0.877-4.313,0.787-7.324s0.019-6.678-0.21-6.677 c-0.228,0,0.359-8.042,0.104-6.854c-0.255,1.188-0.448,5.188-0.443,8.521s-0.103,7.667-0.195,2.667 c-0.093-4.999,0.187-8.667-0.043-9.667c-0.229-0.999-0.563-5-0.519,1.334c0.046,6.334,0.479,10.709,0.138,10.709 c-0.342,0.001-0.318-3.708-0.35-5.041c-0.03-1.333-0.127-9-0.319-4c-0.191,5-0.141,0.751,0.014,9.042s0.136,16.292-0.119,6.625 c-0.256-9.666-0.436-15.667-0.522-16.333c-0.086-0.666-0.029-0.916-0.412,9.71c-0.384,10.625,1.423,18.581-0.898,9.293 s0.422-3.637,0.213-9.818c-0.208-6.183,1.219-4.518,0.161-6.517c-1.057-1.998,0.529-8.374-0.465-6.52 c-0.994,1.855-1.456-2.145-1.646,4.856c-0.188,7,1.064,6.666,0.33,11.333c-0.733,4.668-0.546,16.334-0.927,8.668 c-0.382-7.666,0.251-3.25-0.103-11.291c-0.354-8.042-0.748,14.292-1.163,2.959c-0.416-11.332,2.349-10.003,1.295-10.002 c-1.054,0.002-0.872-11.997-1.743-3.33c-0.87,8.667-0.057,18.958-0.804,14.668s0.635-13.668-0.249-13.666 c-0.883,0.001,0.791,13.998-0.601,17.334c-1.391,3.335-1.612,8.003-1.96,3.67s1.413-7.305,1.235-12.153 c-0.178-4.849,0.07-10.516-0.637-6.515c-0.706,4.001-0.023-15.333-0.856-1.332c-0.834,14.001,0.752,7.998,0.414,10.332 s-0.272,6.668-0.647,4.668c-0.374-1.999-0.69-3.978-0.723-6.654c-0.033-2.678-0.07-8.344-0.242-9.344s-0.292-4.375-0.462-4.187 c-0.17,0.188-0.119,15.521-0.541,19.188c-0.422,3.668,1.632,4.998,0.664,5.666s-1.418,4.771-1.735,2.554 c-0.316-2.217-0.425,1.116-0.156-8.885c0.271-10,1.582-9.669,0.779-12.668s-0.212-8.999-1.146-4.664 c-0.933,4.334-0.267,12-0.861,15.001s-0.397-18.333-1.438-9.332c-1.041,9.002,1.358,12.332,0.479,15.334 c-0.878,3.001-0.847,5.001-1.249,3.668c-0.4-1.333-0.508,3.334-0.437-6.333c0.071-9.667,0.332-7,0.323-13s-0.554-9-0.919-4.999 c-0.364,4.001,0.096,7.001-0.325,11.668c-0.42,4.667-0.731,6-0.943-2.333c-0.212-8.333-0.164-14.666-0.557-10.332 c-0.392,4.333,0.234,4.083,0.019,13.042c-0.214,8.958-0.067,11.624-0.667,10.959c-0.6-0.666-0.815,7.335-0.741-0.666 c0.073-8,0.582-10.668,0.601-17.001s0.666-12.374,0.016-8.187c-0.648,4.188-0.35-1.188-0.662,6.854 c-0.313,8.042-0.338,10.667-0.532,14.001c-0.194,3.334-0.955,9.334-0.658-1.999c0.297-11.334,1.521-12.668,0.89-15.335 c-0.631-2.666-1.113-1.332-1.277,3.668c-0.164,5.001-0.188,8.001-0.268,12.001c-0.079,4-0.762,4.631-0.719-5.185 c0.042-9.814,0.888-15.815,0.265-13.148c-0.622,2.668-1.046,5.335-1.041,9.002s0.474,11.666,0.474,11.666s-0.309,3.001-0.918-3.665 c-0.608-6.665,0.051,15.334-0.841,9.002c-0.892-6.333-1.292-6.333-0.822-16c0.47-9.666,3.154-5.671,1.812-7.668 c-1.342-1.998-0.637-6.814-1.346-4.572c-0.708,2.241-0.299,2.574-0.682,6.908c-0.384,4.333-0.828,12-0.836,6.334 s0.613-9.334,0.412-10.334c-0.201-0.999-0.432-3.666-0.652,2.334c-0.219,6.001-0.246,7.002-0.24,10.668s0.773,2.999,0.552,7.332 c-0.221,4.334-0.532,6.001-0.732,6.001c-0.199,0.001-0.881,1.002-0.888-3.332c-0.007-4.333,0.479-3.953,0.611-10.811 s0.997-19.191-0.183-8.189c-1.18,11.001-1.013,8.668-1.144,16.001c-0.132,7.334,0.525,8.666-0.506,4.668 c-1.032-3.999-0.867-7.583-0.702-11.291c0.167-3.708,1.33-7.043,0.702-7.709s-0.042-9.334-0.549-5.666 c-0.508,3.668-0.815,7.334-1.117,15.668c-0.301,8.334,0.584,10,0.016,10.667c-0.569,0.667-1.053,1.002-1.656-1.997 c-0.602-2.999-1.688-5.039-0.98-7.999c0.708-2.959,1.083,0.998,1.334-3.335c0.25-4.334,0.387-7.668,0.158-9.001 c-0.23-1.332,1.674-4.668-0.489-3.332s-2.937-1.661-3.187,3.005c-0.249,4.666-1.474,5.335-1.123,11.335 c0.351,5.999,0.486,19.999,1.125,9.331c0.639-10.668,1.037-12.002,1.26-15.002s1.419-4.044,0.798-0.001s-0.568,1.334-0.646,6.334 c-0.078,5,0.209,6.333-0.301,8.001s-0.82,4.119-0.99,4.561c-0.17,0.441,0.177,4.107-0.511,1.441 c-0.688-2.665-0.493-1.999-0.782-6.332s-0.483-1.25-0.411-9.958c0.072-8.708,1.229-16.044,0.52-14.375 c-0.709,1.668-1.597-1.039-1.586,6.669s0.839,8.998,0.474,12.332c-0.365,3.334-0.306,5-0.446,6.667 c-0.14,1.668-0.056,0.667-0.768,1.002c-0.711,0.334-1.14-0.331-0.982-8.665c0.159-8.335,2.049-1.671,0.958-7.669 c-1.091-5.998-0.647-14.666-1.18-7.998c-0.531,6.668-0.536,3.668-0.524,11.668c0.012,8,0.56,12.332-0.465,12.667 s-0.626,0.667-2.021,0.67c-1.396,0.002-2.474,3.337-2.707,0.337c-0.232-3-1.318-4.998-0.009-6s1.598,1.331,2.566,1.33 c0.969-0.002,1.97,2.996,2.048-1.67c0.079-4.667,0.564-4.001-0.349-4.666c-0.912-0.665-1.082,0.334-1.565,0.669 c-0.484,0.334-0.593,3.625-1.709,0.336c-1.116-3.29-1.526,1.96-1.635-0.664c-0.107-2.625-0.304-0.334-0.382,4.333 c-0.079,4.667-0.241,10.667-0.419,6.001s-0.329-10.191-0.019-12.763s0.532-5.904,1.758-5.573s2.224,0.997,3.164,0.995 c0.94-0.001,1.488,4.664,1.339-0.336c-0.15-4.999,0.593-3.001,0.051-4s0.306-4.999-0.377-4.665c-0.684,0.334-0.48,2.667-0.963,3.667 c-0.483,1.001-0.829-1.665-0.603-2.999c0.226-1.333,0.218-6.666-0.399-0.665c-0.618,6.001-0.247,6.666-0.707,4.334 s-0.373-1.999-0.943-2.332c-0.571-0.333-0.913-0.332-1.109,1.668s-0.847,5.667-1.08,2.002c-0.233-3.666-0.604-4.374-0.653,1.668 c-0.048,6.042,0,19-0.401,17c-0.402-1.999,0.053-2.333-0.013-8.333c-0.066-6-0.05-14-0.05-14s-0.435-5.666-0.794,2.002 c-0.36,7.667,0.422,15.999-0.316,18c-0.737,2.001-0.532,6.334-1.048,4.002c-0.516-2.333-0.985-10.665-0.013-8.667 c0.972,1.999,1.339-0.043,0.852-2.001S7.923,39.762,6.99,45.138c-0.933,5.377-1.041,9.001-0.75,12.668 c0.291,3.666,0.676,6.999-0.126,7c-0.804,0.001-0.77,4.002-0.838-4.332c-0.069-8.333-0.07-8.999,0.377-14.667 c0.447-5.667,1.552-9.668,0.67-9.001C5.44,37.474,5.368,27.1,4.958,38.808c-0.411,11.709-0.266,13.333-0.458,18 C4.308,61.476,4.11,62.809,3.71,61.81c-0.401-1-0.965,2.334-1.111,0.001c-0.146-2.332,1.843-6.002,0.78-11.667 c-1.063-5.666,0.985-8.003-0.238-6.667c-1.223,1.336-0.274,7.001-0.842,8.668c-0.567,1.668-0.729,7.001-1.045,5.668 c-0.315-1.332,1.087,3.332,0.605,5c-0.482,1.667-0.85,3.001-0.94-0.666C0.828,58.48,0.643,49.48,0.506,53.147 c-0.137,3.667,0.015,9.667-0.213,9.667s-0.226,1.334-0.226,1.334L0,100h100.027V37.125z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-dark">
<div class="container">
<div class="row">
<h1 class="text-center">separator 32</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<path d="M0,62.875c0,0,0.805-26.75,1.528-26.75S2.906,40.667,1.795,50c-1.111,9.333-1.368,7.333-0.028,6 c1.339-1.333,1.353-16.514,1.641-9.231c0.288,7.283-1.104,16.897-0.188,12.564C4.135,55,5.727,57.666,5.014,50 c-0.712-7.667-0.96-17.201-0.057-10.667s1.994,8.666,1.88,14c-0.114,5.334,0.546,9.061,0.684-1.666s0.057-21,0.541-12.333 c0.484,8.667,2.92,7.773,1.717,15.053s-0.605,7.03-0.093,8.488s1.14-1.876,1.254-4.542c0.114-2.666,0.31-0.189,0-6.666 c-0.311-6.477-0.399-6.333-0.741-9.333c-0.342-3,0.513-10.667,1.339-3s-0.313,10.333,0.541,14.333c0.855,4-1.139,14.667,0.228,7 c1.368-7.667,0.228,10.218,1.168-0.412c0.94-10.63,1.225-9.588,0.342-12.255c-0.883-2.667-1.311-13-0.371-7.667 c0.94,5.333,0.77,9.542,1.738,2.667c0.969-6.875-0.57-3.667-0.57-3.667s-0.157-6,1.545-1.667s0.677-1.542,0.677-1.542 s1.083-2.125,0.94,4.208s-1.311,7.25-1.966,9.292s-1.738,7.376-1.225,8.042s0.342,1.667,0.912-2s0.868-7,0.662-2.667 s-0.434,6.334-0.861,7.667s-1.339,3.041-0.256,2.521c1.083-0.521,1.766-2.854,1.766-2.854s-0.484-4.332,0.313-6.666 c0.798-2.334,0.14-7.292,0.668-5.667s1.24,7.001,0.642,7.667s-1.707,4.374-0.712,5.666C18.715,62.625,18.462,66,19.174,59 c0.712-7-0.126-5.413,0.228-9.375s-1.773-6.007-0.655-8.292s0.114-2,0.114-3.667s1.083-3.333,1.282,1 c0.199,4.333,0.598,2.667,0.171,7.667s-0.655,7.667,0,8.333s0.171,0.333,0.655,3s-0.94,6.334,0.228,3.667s1.292-3.074,1.007-7.392 S21.049,54.836,21.396,50c0.347-4.836,0.45-8,0.937-5c0.488,3,0.858,7.334,0.858,9.334s-0.834,4.616-0.285,5s0.57,1.667,0.997,0 s0.169-4.742,0.328-9.334c0.159-4.591,0.384-6,0.612,0c0.228,6-0.741,11.001-0.228,11.334c0.513,0.333,1.339,4.999,1.481-1.334 c0.142-6.333-1.026-16.958-0.114-13.667s0.342-3.333-0.256-4.667s-2.326-5.918-0.854-5.542c1.471,0.376,1.795-1.459,2.194,7.875 c0.398,9.334,0.677,11.272,0.239,13.97s0.484,6.769,0.627,4.651c0.144-2.117,0.245-3.287,0.302-10.954 c0.057-7.667-1.026-11-0.313-9.333s0.09,0.302,0.598-2c0.509-2.302,0.545-6.047,0.627-0.644c0.082,5.404-0.265,7.907-0.301,10.31 s-0.681,0.938-0.375,3.969c0.305,3.031,0.134,11.698,0.505,7.698c0.37-4,0.655-3.958,0.826-8s-0.057-3-0.114-7.333 c-0.057-4.333,0.16-6.25,0.542-4c0.382,2.25,0.114,15,0.399,10.333S30.273,61.744,30.741,57c0.468-4.744-0.183-5.521,0.25-11.76 c0.434-6.24,0.69-14.907,1.117-4.24s-1.823,24.043-0.57,16.334S32.052,56,32.45,58.667c0.399,2.667,0.627,6.708,0.77,4.521 c0.142-2.188-0.342-6.854,0-11.854c0.342-5-0.798-6.667-0.171-8C33.675,42,33.305,38,34.046,38.667s1.111-5.334,1.168-0.667 s-0.085,8.25-0.542,11.625c-0.456,3.375-1.481,1.709-0.769,4.709s-0.085,7.334,0.484,6s0.195,1.999,0.838,0.666 c0.644-1.333,0.501,5.375,0.928,2.188c0.428-3.188,0.029-3.854,0.285-11.521S36.895,53,37.521,53c0.627,0-0.313-4-0.199-8.333 c0.114-4.333-1.396-3-0.855-5.333c0.542-2.333,0.833-2,1.271-0.667s0.581-2.667,0.809,0s-0.029,1.042-0.2,6s-0.626-0.001-0.37,5.333 s0.626,4.333,0.114,7s-0.513-1.999-0.798,2.334c-0.285,4.333-0.456,6.112,0.143,4.723s1.026,1.277,1.368-3.723 s-0.285-9.084,0-10.709c0.285-1.625-0.085-8.958,0.256-8.958s0.57-1.334,0.712-1.667c0.142-0.333,0.427-3.75,0.598-2.875 s0.143,0.875-0.399,6.208s-0.883,4.312-0.798,7.323s-0.028,6.678,0.2,6.678s-0.371,8.041-0.114,6.854s0.456-5.188,0.456-8.521 S39.829,47,39.915,52s-0.199,8.667,0.029,9.667s0.556,5.001,0.52-1.333C40.428,54,40,49.625,40.342,49.625 c0.342,0,0.313,3.709,0.342,5.042c0.028,1.333,0.114,9,0.313,4c0.199-5,0.142-0.751,0-9.042c-0.143-8.292-0.112-16.292,0.129-6.625 s0.412,15.668,0.498,16.334s0.029,0.916,0.427-9.709C42.45,39,40.655,31.042,42.963,40.333c2.308,9.292-0.428,3.635-0.228,9.818 c0.199,6.183-1.225,4.516-0.171,6.516s-0.542,8.374,0.456,6.521s1.453,2.146,1.653-4.854c0.199-7-1.054-6.668-0.313-11.334 c0.741-4.667,0.57-16.333,0.94-8.667c0.371,7.667-0.256,3.25,0.085,11.292s0.77-14.291,1.168-2.958c0.399,11.333-2.364,10-1.311,10 c1.054,0,0.855,11.999,1.738,3.333s0.085-18.958,0.826-14.667S47.151,59,48.035,59c0.883,0-0.77-14,0.626-17.333 s1.624-8,1.966-3.667s-1.424,7.303-1.253,12.151S49.288,60.667,50,56.667c0.712-4,0,15.333,0.854,1.333 c0.855-14-0.741-8-0.399-10.333S50.738,41,51.11,43c0.371,2,0.685,3.979,0.713,6.656C51.853,52.334,51.881,58,52.052,59 s0.285,4.375,0.456,4.188S52.649,47.667,53.077,44s-1.624-5-0.655-5.667s1.425-4.769,1.738-2.551s0.427-1.115,0.143,8.885 c-0.285,10-1.596,9.667-0.798,12.667s0.199,8.999,1.14,4.666c0.939-4.333,0.284-12,0.883-15s0.37,18.334,1.425,9.334 c1.054-9-1.34-12.334-0.456-15.334c0.883-3,0.854-5,1.254-3.667c0.398,1.333,0.513-3.333,0.427,6.333c-0.085,9.667-0.342,7-0.342,13 s0.541,9,0.912,5c0.37-4-0.086-7.001,0.342-11.667c0.427-4.667,0.74-5.999,0.939,2.334c0.2,8.333,0.143,14.666,0.542,10.333 c0.398-4.333-0.229-4.084,0-13.042c0.228-8.958,0.085-11.625,0.684-10.958s0.826-7.333,0.74,0.667c-0.085,8-0.598,10.667-0.626,17 s-0.685,12.373-0.028,8.187c0.654-4.187,0.348,1.188,0.672-6.854c0.325-8.042,0.354-10.667,0.553-14s0.969-9.333,0.655,2 S61.681,58.333,62.308,61s1.111,1.334,1.282-3.666s0.199-8,0.285-12c0.085-4,0.77-4.629,0.712,5.186 c-0.057,9.815-0.911,15.815-0.284,13.148c0.626-2.667,1.054-5.333,1.054-9S64.9,43,64.9,43s0.313-3,0.912,3.667 s-0.028-15.333,0.854-9s1.282,6.334,0.798,16s-3.162,5.666-1.823,7.666s0.627,6.814,1.339,4.574s0.303-2.574,0.692-6.907 c0.391-4.333,0.846-11.999,0.846-6.333S67.892,62,68.092,63c0.199,1,0.427,3.667,0.655-2.333c0.228-6,0.256-7.001,0.256-10.667 c0-3.667-0.769-3-0.541-7.333s0.541-6,0.741-6c0.199,0,0.883-1,0.883,3.333s-0.484,3.953-0.627,10.81S68.434,70,69.63,59 s1.025-8.667,1.168-16s-0.513-8.667,0.513-4.667c1.026,4,0.855,7.583,0.685,11.292c-0.172,3.708-1.34,7.041-0.713,7.708 s0.028,9.334,0.541,5.667c0.514-3.667,0.826-7.333,1.14-15.667s-0.569-10,0-10.667c0.57-0.667,1.055-1,1.653,2 c0.598,3,1.681,5.042,0.968,8c-0.712,2.958-1.082-1-1.339,3.333c-0.256,4.333-0.398,7.667-0.171,9 c0.229,1.333-1.681,4.666,0.484,3.333s2.935,1.666,3.191-3C78.006,54.667,79.231,54,78.89,48s-0.456-20-1.111-9.333 s-1.055,12-1.282,15s-1.425,4.042-0.798,0s0.57-1.333,0.655-6.333c0.086-5-0.199-6.333,0.313-8s0.826-4.118,0.997-4.559 s-0.171-4.107,0.513-1.441c0.685,2.667,0.49,2,0.772,6.333s0.481,1.25,0.396,9.958C79.26,58.333,78.092,65.667,78.804,64 s1.596,1.041,1.596-6.667s-0.826-9-0.456-12.333s0.313-5,0.456-6.667s0.057-0.667,0.77-1C81.881,37,82.309,37.666,82.138,46 s-2.052,1.667-0.969,7.667c1.082,6,0.626,14.667,1.168,8C82.878,55,82.878,58,82.878,50s-0.541-12.333,0.484-12.667 s0.627-0.667,2.022-0.667c1.396,0,2.479-3.333,2.707-0.333c0.228,3,1.311,5,0,6S86.496,41,85.527,41s-1.966-3-2.051,1.667 c-0.086,4.667-0.57,4,0.342,4.667C84.729,48,84.9,47,85.385,46.667s0.599-3.625,1.71-0.333s1.529-1.958,1.634,0.667 c0.104,2.625,0.304,0.334,0.389-4.333c0.086-4.667,0.257-10.667,0.428-6s0.313,10.191,0,12.762S89.004,55.333,87.778,55 s-2.223-1-3.162-1c-0.94,0-1.481-4.666-1.34,0.334c0.143,5-0.598,3-0.057,4S82.906,63.333,83.59,63 c0.685-0.333,0.484-2.666,0.969-3.666s0.826,1.667,0.599,3S84.93,69,85.556,63c0.627-6,0.257-6.666,0.713-4.333 s0.37,1.999,0.939,2.333c0.57,0.334,0.912,0.334,1.111-1.666s0.855-5.666,1.083-2s0.598,4.375,0.655-1.667 c0.057-6.042,0.028-19,0.427-17c0.399,2-0.057,2.333,0,8.333c0.058,6,0.029,14,0.029,14s0.427,5.667,0.797-2 c0.371-7.667-0.398-16,0.343-18c0.74-2,0.541-6.333,1.054-4s0.969,10.667,0,8.667s-1.339,0.042-0.854,2S92.108,60.375,93.049,55 s1.054-9,0.77-12.667c-0.285-3.667-0.666-7,0.137-7c0.804,0,0.775-4,0.832,4.333s0.057,9-0.399,14.667 c-0.455,5.667-1.566,9.666-0.684,9c0.884-0.666,0.94,9.708,1.367-2c0.428-11.708,0.285-13.333,0.484-18c0.2-4.667,0.399-6,0.798-5 c0.399,1,0.969-2.333,1.111,0s-1.852,6-0.798,11.667c1.055,5.667-0.997,8.001,0.229,6.667c1.225-1.334,0.284-7,0.854-8.667 c0.569-1.667,0.74-7,1.054-5.667s-1.082-3.333-0.598-5s0.854-3,0.939,0.667c0.086,3.667,0.257,12.667,0.399,9s0-9.667,0.228-9.667 S100,36,100,36v64H0V62.875z"></path>
</svg>
</div>
</section>
<section class="p-v-xl bg-light">
<div class="container">
<div class="row">
<h1 class="text-center">separator 33</h1>
</div>
</div>
</section>
<section class="separator">
<div class="decor-svg">
<svg class="decor" height="100%" preserveAspectRatio="none" version="1.1" viewBox="0 0 100 100" width="100%" xmlns="http://www.w3.org/2000/svg">
<path d="M99.986,90.061l-0.004-7.813l-0.067-0.578l-0.001-1.831l-0.07-0.914l-0.001-2.228l-0.483-8.385h-0.89 l-0.015-1.467l-0.014,1.467H98.32l-0.009-0.864l-0.008,0.864l-0.079,0.005v-3.108l-0.001-0.76h-0.027l-0.002-0.049l-0.024,0.02 l-0.048-8.925l-0.045,8.929l-0.023-0.016l-0.002,0.045h-0.029v0.811v3.054l-1.761,0.007l-0.006-0.266l-0.006,0.266H96.2 l-0.008-0.326l-0.005,0.275l-0.025-0.794l0.004-13.407l0.037-0.057l0.001-4.346l-0.005-0.154L96.106,46.9l-0.057,1.455l0.001-5.094 l-0.017-0.538l-0.079-0.187l-0.148-13.926v-1.592l-0.003-0.074l-0.016-0.052h-0.02l-0.012,0.052v1.593l-0.163,13.866l-0.098,0.259 l-0.002,4.961l-0.01,0.479l-0.045-1.196l-0.102,2.604l-0.002,4.374l0.01,0.125l0.025,0.036l-0.005,11.766h-0.001l-0.001,1.979 h-0.029l-0.002,3.335h-0.021l-0.001,3.033h-0.035l-0.013,0.012l-0.007,15.89h-0.369l0.04-15.984l-0.028-0.036l0.01-3.799 l-0.049-0.029h-0.043l0.003-1.083l-0.008-0.004l-0.023-0.266l0.022-0.45l-0.042-0.383l-0.043,0.375l0.017,0.453l-0.021,0.263h-0.01 v0.271l-0.011-0.003l-0.045-0.155l0.001-0.17h-0.009l-0.021-0.249l0.021-0.434l-0.041-0.373l-0.041,0.366l0.018,0.436l-0.011,0.138 l-0.11-0.376l-0.118,0.376l-0.007-0.084l0.021-0.45l-0.042-0.383l-0.041,0.38l0.018,0.448l-0.021,0.266h-0.005v0.073l-0.042,0.133 H94.22v-0.27l-0.007-0.004l-0.021-0.252l0.021-0.431l-0.041-0.368l-0.039,0.362l0.017,0.434l-0.02,0.255h-0.005l-0.002,1.042H94.07 v0.016h-0.041l-0.002,1.34l-0.104-0.114l0.003-1.642l-0.03-0.016h-0.045l-0.004-0.004l0.001-0.864h-0.005l-0.017-0.216l0.016-0.355 l-0.032-0.308l-0.032,0.304l0.014,0.359l-0.017,0.211h-0.007v0.214l-0.009-0.003l-0.013-0.054v-0.198H93.74l-0.017-0.201 l0.017-0.344l-0.031-0.3l-0.031,0.295l0.013,0.349l-0.012,0.157L93.58,68.37l-0.103,0.351l-0.009-0.12l0.015-0.361l-0.031-0.304 l-0.031,0.3l0.012,0.359l-0.015,0.216h-0.003v0.121L93.4,68.983h-0.005l0.001-0.219l-0.006-0.007l-0.016-0.199l0.015-0.347 l-0.03-0.297l-0.031,0.292l0.014,0.352l-0.015,0.199h-0.004l-0.002,0.84h-0.03l-0.001,0.012h-0.037l-0.002,1.177h-0.104h-1.002 l0.01-8.484l0.065-1.004l-0.556,0.005l-0.066,0.25l0.06,0.918l-0.005,4.888l-0.541-2.204l-1.183,0.005l-0.374,1.609l-0.001-4.282 l0.055-0.917l-0.022-0.248l-0.551,0.006l0.06,0.999l0.004,8.448l-1.16-0.004l-0.001-1.446h-0.043v-0.013h-0.031l-0.001-0.82h-0.006 l-0.016-0.198l0.014-0.35l-0.028-0.29l-0.028,0.295l0.013,0.348l-0.013,0.195l-0.006,0.003l-0.014-0.178l0.014-0.355l-0.03-0.3 l-0.028,0.3l0.013,0.355l-0.013,0.202l-0.115-0.425l-0.102,0.393h-0.004l-0.015-0.198l0.014-0.347l-0.031-0.292l-0.027,0.294 l0.013,0.345l-0.013,0.203h-0.005l0.001,0.246h-0.005v-0.203h-0.003l-0.018-0.218l0.015-0.355l-0.03-0.3l-0.03,0.305l0.014,0.354 l-0.015,0.214h-0.003l0.001,0.797l-0.008,0.007v0.042h-0.002h-0.051l-0.021,0.012l0.003,1.889l-0.146,0.145l-0.003-1.634h-0.043 v-0.015h-0.048l-0.002-1.036h-0.008l-0.02-0.242l0.017-0.433l-0.037-0.358l-0.036,0.362l0.018,0.429l-0.018,0.247l-0.01,0.004v0.271 h-0.008l-0.005-0.023v-0.198h-0.007l-0.022-0.264l0.019-0.444l-0.039-0.376l-0.039,0.38l0.019,0.445l-0.013,0.173l-0.131-0.456 l-0.117,0.429l-0.017-0.193l0.018-0.434l-0.039-0.36l-0.037,0.365l0.019,0.432l-0.019,0.246l-0.007,0.005l0.001,0.23l-0.022,0.081 l-0.009,0.003l-0.001-0.259H86.5l-0.022-0.267l0.019-0.444l-0.041-0.376l-0.038,0.38l0.018,0.445l-0.019,0.267l-0.005,0.005 l0.002,1.066l-0.002,0.004h-0.064l-0.033,0.023l0.008,4.063l-0.022,0.041l0.027,15.029l-0.131-0.412l-0.129-0.174l-0.012-4.055 l-0.362-3.852l-0.048-16.285l-0.004-0.048l-0.338-19.744l-0.124,10.658l-0.051-2.556h-0.046l-0.006,0.464l-0.958,0.017l-0.054,4.055 l-0.134-8.263l-0.095,8.267l-0.117,0.004l-0.201-12.568l-0.15,13.174l-0.114,0.251l-0.046,0.886l-0.367,0.004l-0.278,0.618 l-0.163-10.604l-0.146,13.019l-1.066,0.02h-0.147l-0.021-12.758h-0.061L80.71,31.962l-0.121,10.931l-0.124-8.768l-0.128,11.538 l-0.982,0.024l-0.049,0.393l-0.142,0.003L78.979,32.1l-0.098,9.027l-0.091-6.893l-0.18,16.59l-0.024,0.211l0.012,11.221 l-0.321,0.006l-0.326-4.815h-0.04l-0.01-0.668l-0.161,0.005l-0.073-5.95l-0.063,5.954h-0.057l-0.047,0.46l-0.003,0.207l-0.206,0.004 l-0.007-0.501l0.001,0.501h-0.001l-0.004-5.902l-0.076-0.061l-0.004-5.319l-0.055-0.053l-0.004-7.701l-0.222-13.114L76.713,38.64 l0.004,7.503l-0.05,0.045l-0.005,0.202l0.002,5.135l-0.065,0.049l-0.005,0.205l0.002,5.761l-0.025,2.704v0.365h-0.112l-0.049-0.833 l-0.002-6.041v-0.007v-0.345l-0.342-5.894l0.001,2.756l-0.004-0.084l-0.002-7.445l-0.005-0.392l-0.116-6.319l-0.265-4.762 l-0.435-5.182l-0.038-1.25l0.045-0.805l0.003-1.771l-0.071-0.873l0.005-3.109l-0.039-0.736l-0.038-9.047l-0.038,9.022l-0.039,0.708 l0.004,3.116l-0.07,0.829l0.003,1.775l0.044,0.833l-0.045,1.476l-0.429,5.086l-0.268,4.782l-0.117,6.319l-0.001,5.465l-0.338,6.011 l-0.002,5.045l-0.04-0.314l-0.108,2.033l-0.078,0.003l0.001-0.662l-0.044-2.862l0.002-5.453l-0.021-0.21l-0.055-0.037l0.003-5.13 l-0.018-0.201l-0.038-0.032l0.003-7.503l-0.211-13.292L72.98,38.381l-0.004,7.677l-0.056,0.061l-0.003,5.308l-0.074,0.064 l-0.003,5.478v-0.092l-0.002,0.092l-0.041,0.005l-0.063-5.867l-0.01,0.692l-0.003-0.251l-0.075,5.426h-0.013l-0.011,0.622 l-0.311,0.008l-0.342,4.759l-0.29,0.003l0.011-11.29l-0.035-0.194l-0.187-16.449l-0.13,9.706l-0.135-11.844l-0.191,14.023 l-0.115,0.004l-0.066-0.387l-0.891,0.024l-0.132-11.417l-0.163,11.21l-0.152-13.32l-0.236,16.04l-0.065,0.004L69.17,62.491 l-0.14,0.003l-0.907,0.013L67.972,49.58l-0.159,10.214l-0.002-0.039l-0.339-0.637l-0.445,0.011l-0.047-0.939l-0.159-0.294 l-0.149-12.523l-0.148,9.122l-0.059-4.854l-0.127,7.786h-0.063l-0.046-3.753l-0.959,0.021l-0.007-0.461h-0.045l-0.096,4.213H65.06 l-0.146-11.999l-0.342,19.574l0,0v0.023l-0.047,15.658l-0.003,0.128l-0.329,3.672l-0.013,4.035H64.18l-0.14,0.164l-0.491,1.358 H62.46L62.257,89.6l0.007-1.216l-0.032-0.069l0.052-9.144h0.009l0.001-0.065h0.039l0.003-0.528l-0.047-0.082l0.003-0.61 l-0.073-0.121v-0.007l-0.01-0.386l-0.01-0.392l-0.008-0.393l-0.008-0.388l-0.006-0.396v-0.04v-0.094l-0.001-0.213l-0.003-0.194 l-0.004-0.178l-0.003-0.073l-0.004-0.393l-0.003-0.392l-0.002-0.396h0.016l0.002-0.268l-0.017-0.024l-0.01-0.937l-0.038-0.898 l-0.064-0.785l-0.086-0.613l-0.102-0.401l-0.054-0.084l-0.014-0.017l-0.005-0.068l-0.004-0.069l-0.005-0.073l-0.003-0.08 l-0.004-0.072l-0.004-0.081l-0.003-0.082l-0.002-0.08l-0.002-0.057h0.001h0.002l0,0l0.004-0.016l0.008-0.053l0.004-0.068 l0.004-0.077v-0.004l0.001-0.085v-0.089l-0.003-0.077l-0.004-0.071l-0.006-0.049l-0.007-0.037h-0.001l-0.007-0.017l-0.008,0.013 l-0.007,0.032l-0.007,0.052l-0.006,0.066v0.003l-0.003,0.076l-0.001,0.089v0.086l0.003,0.081l0.004,0.068l0.006,0.056l0.004,0.018 h0.001h0.001l0.002,0.003l-0.003,0.053l-0.003,0.082l0,0l-0.004,0.079l-0.001,0.025l-0.003,0.053l-0.005,0.076l-0.005,0.073 l-0.005,0.072l-0.005,0.068l-0.004,0.057h-0.015l-0.056,0.045l-0.104,0.323l-0.091,0.547l-0.07,0.726l-0.048,0.854l-0.02,0.926 h-0.016l-0.001,0.267l0.015,0.021l-0.006,0.372l-0.008,0.385l-0.007,0.388l-0.009,0.38l-0.002,0.023l-0.006,0.159l-0.005,0.186 l-0.002,0.181l-0.007,0.219l-0.011,0.377l-0.013,0.376l-0.013,0.375l-0.014,0.374l-0.003,0.055H61.13l-0.004,0.635H61.08 l-0.003,0.521l0.036,0.064l-0.001,0.134l0.01,0.017l-0.048,8.921h-0.029l-0.006,0.995h-0.134l0.004-0.841l-0.021-0.048l-0.007-0.013 l-0.011-0.013L60.857,87.7l-0.015-0.008l-0.016-0.009h-0.014h-0.056l-0.005,0.946H60.63l0.018-1.564l-0.012-0.007l-0.048-0.119 l-0.521-0.69l-0.521-0.805l-0.521-0.914l-0.733-1.479l-0.703-1.646l-0.72-1.929l-0.9-2.699l-0.898-3.077l-0.897-3.443l-0.896-3.825 l-0.893-4.236v-0.57l0.004-1.313l0.003-1.318l0.004-1.322l0.004-1.317l0.004-1.322l0.003-1.325l0.004-1.322l0.004-1.321l0.028-0.663 l-0.021-0.535l-0.057-6.771h0.001l-0.011-1.302l0.003-0.008l0.014-0.149l0.005-0.198l-0.004-0.203l-0.013-0.145l-0.005-0.012h0.001 v-0.021l-0.002-0.017l0.001-0.137l0.003-0.028l0.018-0.052l0.011-0.065l0.011-0.073l0.01-0.033h0.027l0.017-0.057l0.001-0.036 v-0.029l-0.003-0.053l-0.007-0.068l-0.021-0.158l-0.01-0.036l-0.013-0.02l-0.01,0.016l-0.023,0.17l-0.005,0.061l-0.007,0.036 l-0.003-0.048l-0.003-0.02H52.34l-0.003,0.016h-0.005l-0.003,0.033L52.32,40.33l-0.011-0.093l-0.008-0.053l-0.01-0.024h-0.011 l-0.007,0.057l-0.034,0.158l-0.006,0.049v0.052l0.002,0.045l0.007,0.028l0.008,0.044l0.007,0.012h0.013l0.009,0.017l0.006,0.037 l0.013,0.101l0.009,0.056l0.007,0.028l0.01,0.021h0.005l0.003,0.032l-0.001,0.069l-0.004,0.122l-0.002,0.003l-0.013,0.145 l-0.005,0.203l0.004,0.198l0.013,0.149l0.003,0.008l-0.018,1.302l0,0l-0.097,6.84l-0.019,0.448l0.024,0.665l-0.004,1.316 l-0.003,1.322l-0.004,1.317l-0.004,1.318L52.2,57.64l-0.001,0.283v0.005l-0.001,0.004v0.015v0.021v0.025l-0.001,0.024v0.1h0.002 l-0.003,0.842l-0.002,1.016l-0.001,0.297v0.054l-0.004-0.005l-0.001,0.168l0.003,0.132l0.001,0.045l-0.001,0.307l-0.001,0.47 l-0.001,0.141l-0.002,0.537l-0.082,0.301l-0.046,0.173l-0.022,0.086l-0.009,0.032l-0.777,2.902L50.317,68.7l-0.933,2.713 l-0.933,2.349l-0.929,1.978l-0.756,1.37l-0.755,1.136l-0.754,0.897l-0.534,0.505l-0.535,0.389l-0.534,0.279l-0.535,0.17 l-0.535,0.061l-0.535-0.042l-0.535-0.146l-0.535-0.262l-0.535-0.372l-0.537-0.481l-0.757-0.872l-0.759-1.108l-0.759-1.352 l-0.937-1.947l-0.939-2.325l-0.942-2.695l-0.945-3.071l-0.796-2.937l-0.008-0.023l0.001-0.101l-0.018,0.036l-0.046-0.17 l-0.081-0.295l-0.003-0.538l0-0.155l0-0.236l-0.002-0.926l-0.003-0.861l-0.001-0.461l-0.004-1.322l-0.004-1.325L32.9,55.23 l-0.004-1.325l-0.004-1.326l-0.004-1.326l0.024-0.667l-0.021-0.489l-0.109-7.772h-0.001l-0.005-0.374l0.003-0.012l0.012-0.146 l0.004-0.198l-0.005-0.206l-0.013-0.146l-0.001-0.005l-0.004-0.121l0-0.068l0.002-0.037h0.005l0.01-0.021l0.008-0.024l0.008-0.055 l0.012-0.102l0.007-0.036l0.008-0.021h0.013l0.007-0.021l0.008-0.036l0.007-0.029l0.003-0.044v-0.053l-0.007-0.048l-0.035-0.158 l-0.006-0.057h-0.012L32.8,40.33l-0.008,0.052l-0.011,0.097l-0.009,0.134l-0.004-0.037h-0.005l-0.002-0.015h-0.006l-0.003,0.024 l-0.003,0.048l-0.005-0.037l-0.006-0.064l-0.024-0.166l-0.008-0.025l-0.014,0.025l-0.008,0.04l-0.022,0.154l-0.006,0.072 l-0.003,0.053v0.027l0.002,0.037l0.016,0.061h0.029l0.009,0.028l0.011,0.073l0.012,0.065l0.018,0.051l0.002,0.029l0.002,0.138 l-0.003,0.015v0.021h0.001l-0.005,0.012l-0.012,0.146l-0.004,0.206l0.005,0.198l0.013,0.146l0.003,0.012l-0.002,0.388h-0.002 l-0.066,7.929l-0.013,0.342l0.029,0.664l0.004,1.333l0.004,1.327l0.004,1.333l0.004,1.327l0.004,1.325l0.004,1.326l0.004,1.33 l0.004,1.318l0,0.573l-0.902,4.286l-0.907,3.876l-0.908,3.494L29.1,77.246l-0.913,2.753l-0.72,1.933l-0.728,1.722l-0.746,1.524 l-0.53,0.939l-0.531,0.832l-0.532,0.719l-0.012,0.013l-0.047,0.112l0.018,1.608h-0.122l-0.006-0.944h-0.056H24.16l-0.015,0.008 l-0.015,0.003l-0.013,0.013l-0.011,0.013l-0.007,0.015l-0.021,0.049l0.005,0.854l-0.364,0.008l0.001-12.738l-0.066-0.186 l0.001-9.277l-0.044-0.006l0-5.064l0.012-0.069v-0.416l-0.011-0.181V61.25h-0.014l-0.002-0.045l-0.034-0.004l-0.001,0.044h-0.014 v-2.816l-0.026-0.684l-0.057-0.817l0-2.591l-0.038-0.857l-0.004-1.115v-0.541h0.007v-0.009v-0.03h-0.007v-0.106H23.42v0.004v0.097 h-0.007v0.008v0.033h0.007v0.553l0,0l-0.004,1.117l-0.038,0.914v2.578l-0.056,0.886l-0.026,0.702v2.661h-0.009l-0.001,0.007 l-0.002-0.048h-0.027l-0.007,0.319l-0.002,0.09l-0.003,0.023v0.088l-0.008,0.308v0.401h0.007v0.007h0.001v4.823l-0.043,0.178 l0,5.486h-0.254v-0.037l-0.018-1.043l-0.018,1.04v0.04h-0.116v-0.11l-0.043-0.04l0.001-7.955l-0.124-0.108l-0.011-2.597 l-0.066-2.854l-0.103-1.869l-0.125-1.546v-0.947l0.038-0.085v-1.01l-0.013-0.307l-0.057-0.107v-2.319l0.026-0.493l-0.01-0.273 l-0.072-1.117L22.181,47.7l-0.061,1.495l-0.078,1.135l0.014,0.276l0.014,0.278v0.699l-0.004,0.013l0.003,0.198l0.001,0.004v1.548 l-0.071,0.187v1.021l0.018,0.292l0.018,0.028v0.946l-0.125,1.532l-0.103,1.867l-0.067,2.85l-0.01,2.571l-0.147,0.133l0.001,7.985 l-0.04,0.048v0.109h-0.137v-0.093l-0.018-1.048l-0.017,1.051v0.09l-0.18,0.004v-5.466l-0.043-0.226h-0.012l0-4.819h0.001v-0.012 h0.007v-0.341l-0.008-0.379v-0.105l-0.003-0.028l-0.003-0.116l-0.005-0.228l-0.023-0.004l-0.001-0.016h-0.01l0-2.726l-0.026-0.719 l-0.058-0.897l0-2.624l-0.039-0.925l-0.004-1.136l0,0v-0.559h0.007v-0.036v-0.005h-0.007v-0.098l0-0.012h-0.003v0.109h-0.007v0.033 l0,0.002h0.007v0.556h0l-0.004,1.135l-0.038,0.865l0,2.624l-0.058,0.825l-0.028,0.688l0.001,2.88l-0.043-0.003v0.401l-0.005,0.091 v0.368l0.005,0.036l0,5.16h-0.068l0.001,9.329l-0.067,0.219l0.002,13.295h-0.972l0.028-26.381l-0.088-0.157l-0.03-5.615 l0.011-10.543l-0.117-1.892l-0.12,1.984l-0.001,1.31l-0.007,0.683l-0.014,0.38l0.002-1.777l-0.015-0.131l0.001-0.137l-0.041-0.751 l0-1.424l-0.073-1.18l-0.04-1.087l-0.039-0.509l-0.071-0.683L19,40.302l-0.073,1.891l-0.072,0.729l-0.039,0.521l-0.042,1.099 l-0.074,1.197v0.129l-0.081,1.561l-0.001,1.766h-0.015l0.001-1.418l-0.097-1.799l-0.098,1.877l-0.001,1.337h-0.191l-0.019-0.292 l-1.997-0.019l-0.007-0.987l0-1.41h-0.004l-0.01-0.268h-0.078l-0.009,0.404l-0.004,0.021v1.039l-0.351-0.005l-0.367-6.839V37.73 l-0.051-0.994l-0.052,1.039V40.5l-0.669-0.012l0-2.785l-0.051-0.994l-0.05,0.99l0,0.053l0,3.06l-0.353,6.849l-0.352-0.01l0-1.002 l-0.002-0.024l-0.007-0.408h-0.085l-0.007,0.271H13.69l0.001,1.382l-0.005,0.982l-2.07-0.02l-0.015,0.271h-0.14l-0.001-1.354 l-0.108-1.982l-0.083,1.484h-0.005v0.029l-0.113-2.091l-0.017,0.296l-0.066-1.08l-0.042-1.111l-0.039-0.529l-0.072-0.745 l-0.074-1.921l-0.071,1.869L10.7,42.663l-0.039,0.506l-0.041,1.094l-0.075,1.194l0,1.009l-0.065,1.225l0.003,2.681l-0.019-0.813 l-0.012-1.934l-0.016-0.024l0-0.351l-0.105-2.001l-0.104,1.911v0.264l-0.185,4.062l0,0.691l-0.007-0.02l-0.016,0.549l0,1.104 l-0.015,0.006l-0.002,3.096l-0.013,0.002l0.002-3.05l-0.014-0.024l-0.019,0.626l-0.002,3.54h-0.2l-0.001-0.011H9.641l-0.004-0.183 l-0.005,0.183L9.35,57.992l-0.01-1.751l-0.459-0.003v-1.234L8.716,55l-0.024,0.02H8.568l-0.079,0.066l0,1.146H8.221l-0.024,0.013 l-0.285,0.157l0,1.59h-1.01l0-1.019l-0.173-0.005l-0.124,0.084l0,0.939H6.276l-0.191,0.015l-0.132,3.655l0,1.495l-0.034,1.037 l0.006,0.035l0.001,4.114L5.899,69.91l-0.096,1.835l0,2.162l-0.015-0.008v-0.424l-0.03-0.134v-0.004h0l-0.131,0.039v0.005v0.874 l-0.328-0.119l-0.001-7.118H5.244l-0.001,0.029v0.124H5.237v0.23l0-3.057L5.228,60.36H5.182l-0.001,0.013L5.18,60.465L5.01,60.47 l-0.072-3.731l-0.009,0.525l-0.01-0.513L4.908,57.35l-0.165-5.627l-0.178,5.675L4.549,56.71l-0.011,0.607l-0.01-0.486l-0.056,2.727 H4.409l-0.174-3.292l-0.006-0.008H4.183L4.13,57.192L4.1,57.175l-0.001-2.64L4.094,53.86h-0.03l0-0.013l-0.017,0.005l-0.042-7.568 l-0.036,7.568l-0.026-0.005l0,0.013H3.926l-0.001,0.186l-0.003-7.018l0.028-0.016l-0.001-3.161l-0.046-1.278l-0.038-1.811 l-0.034,1.819l-0.002-3.48l-0.008-0.166l-0.056-0.061l-0.119-10.43v-1.176l-0.002-0.024l-0.011-0.016H3.62l-0.009,0.016l0.001,1.176 L3.501,38.83l-0.069,0.069l0.002,4.103l-0.041-1.104l-0.071,1.93l0.001,3.176l0.005,0.037l0.024,0.012l0.005,10.131H3.353 l0.001,2.377H3.23l-0.001-0.17H3.191l-0.003,0.009l-0.007,1.101l-0.034-2.087l-0.023-2.183l-0.021,2.187L3.051,61.86l0.002,3.902 l0,0.84H3.049l-0.003,0.007l0.002,2.836l-0.002,0.007l0.002,3.874l-0.045-0.018v-1.221l-0.101-1.847l-0.078-4.382L2.75,70.248 l-0.098,1.859l0.001,1.146l-1.209,1.235l-0.514,0.1l-0.093-0.539l-0.003-2.81l-0.095-1.73l-0.077-4.106l-0.067,4.11L0.53,70.746 l-0.007-0.117l-0.084-4.512l-0.075,4.519l-0.101,1.913l0.002,2.039L0.237,74.78l0.001,1.104v0.013l-0.045,0.318l0.005,3.86 l-0.074,9.984H0v10.17h25.054v-7.699l0.43-0.251l0.537-0.271l0.759-0.312l0.761-0.233l0.76-0.147l0.937-0.076l0.938,0.053 l0.938,0.178l0.944,0.3l0.612,0.274l0,0.102l0,0.133v0.085l0.001,0.081l0,0.072l0.001,0.073l0.001,0.063l0.001,0.061l0.001,0.049 l0.001,0.042l0.001,0.036l0.001,0.021l0.002,0.012l0.001,0.003h0.006v0.097v0.106l0,0.111l0,0.103l0,0.105l0,0.097l-0.001,0.101 v0.094l0,0.068l-0.018,0.093l-0.057,0.408l0,0.191l-0.021,0.112l-0.002,0.024l-0.002,0.036l-0.001,0.037l0,0.044l0,0.049 l0.001,0.031l0.003,0.033l0.003,0.023l0.003,0.017l0.009,0.028l0.003,0.008V94.9l0.002,0.053l0.002,0.052l0.001,0.057l0.001,0.053 l0.001,0.057l0,0.053l0.001,0.057l0,0.052l0,0.057l0.001,0.054v0.056l0.001,0.489v0.493l0,0.489v0.492l0,0.486l-0.001,0.494l0,0.489 l-0.001,0.489l-0.002,0.484l-0.001,0.488l-0.002,0.489l-0.003,0.489l0.009,0.032l0.011,0.032l0.012,0.028l0.015,0.027l0.016,0.03 l0.018,0.023l0.02,0.029l0.021,0.019l0.022,0.02l0.024,0.021l0.024,0.017l0.027,0.016l0.03-0.016l0.031-0.021l0.03-0.02l0.029-0.024 l0.028-0.021l0.028-0.027l0.026-0.025l0.025-0.027l0.023-0.032l0.023-0.033l0.021-0.031l0.02-0.029l0.221-1.39l-0.005-0.473 l-0.005-0.478l-0.005-0.474l-0.004-0.477l-0.003-0.478l-0.003-0.476l-0.004-0.482l-0.003-0.472l-0.003-0.482l-0.003-0.477 l-0.002-0.478l-0.002-0.48v-0.052v-0.057l0-0.053V94.03l0-0.053l0.001-0.056l0-0.054l0.001-0.051l0.001-0.053l0.002-0.054l0-0.031 l0.014-0.078l0.003-0.023l0.002-0.037l0.001-0.035l0-0.045l-0.001-0.037l-0.001-0.04l-0.001-0.031l-0.003-0.025l-0.021-0.101 l0-0.191l-0.056-0.383l-0.002-0.776l0.14-0.187l0.004-0.004l0.025-0.031l0.024-0.037l0.028-0.036l0.436-0.574l0.935-1.104 l0.93-0.982l0.93-0.856l0.93-0.732l0.756-0.496l0.757-0.422l0.756-0.344l0.535-0.185l0.536-0.149l0.535-0.108l0.535-0.071 l0.535-0.031l0,0h0.001l0.535,0.008l0.535,0.048l0.535,0.085l0.534,0.134l0.534,0.166l0.754,0.312l0.753,0.384l0.752,0.47 l0.924,0.688l0.923,0.812l0.923,0.938l0.927,1.063l0.41,0.525l0.017,0.02l0.025,0.032l0.034,0.045l0.007,0.007l0.146,0.191 l0.001,0.002l-0.002,0.79l-0.055,0.38l-0.001,0.19l-0.021,0.1l-0.003,0.024l-0.002,0.033l-0.002,0.036v0.04v0.041l0.001,0.041 l0.002,0.032l0.003,0.023l0.015,0.073l0.001,0.036l0.001,0.053V93.4l0.002,0.052l0.001,0.054v0.052l0.001,0.057l0.001,0.054v0.053 v0.051l0.001,0.058l-0.003,0.477l-0.002,0.474l-0.002,0.477l-0.003,0.472l-0.003,0.478l-0.004,0.475l-0.004,0.478l-0.003,0.472 l-0.005,0.473l-0.005,0.474l-0.004,0.478l-0.005,0.468l0.234,1.374l0.02,0.029l0.021,0.032l0.022,0.028l0.024,0.027l0.024,0.028 l0.027,0.024l0.026,0.023l0.029,0.025l0.029,0.021l0.03,0.02l0.03,0.017l0.031,0.014l0.024-0.019l0.025-0.018l0.023-0.014 l0.022-0.029l0.019-0.02l0.021-0.028l0.018-0.025l0.015-0.028l0.014-0.027l0.013-0.033l0.011-0.032l0.008-0.032l-0.003-0.485 l-0.002-0.484l-0.002-0.485l-0.002-0.485l-0.002-0.484l-0.001-0.487l-0.001-0.488v-0.484l-0.001-0.489v-0.489l0.001-0.485 l0.001-0.489v-0.057l0.001-0.055v-0.054l0.001-0.057l0.001-0.053l0.001-0.057l0.001-0.052l0.002-0.054l0.001-0.053l0.001-0.057 l0.002-0.052v-0.005l0.003-0.008l0.008-0.024l0.004-0.016l0.003-0.028l0.003-0.032l0.001-0.04l0.001-0.041v-0.04l-0.002-0.04 l-0.002-0.036l-0.003-0.024l-0.021-0.106l0.001-0.193l-0.057-0.405l-0.018-0.08l-0.001-0.077l-0.001-0.091l-0.001-0.103v-0.097 l-0.001-0.102V92.75v-0.11l-0.001-0.104v-0.097h0.007l0.001-0.004l0.002-0.013l0.001-0.023l0.002-0.033l0.001-0.041l0.001-0.049 l0.002-0.061l0.001-0.064l0.001-0.068v-0.076l0.001-0.082v-0.079V91.71v-0.105l0.6-0.295l0.933-0.334l0.925-0.211l0.925-0.093 l0.922,0.036l0.748,0.121l0.747,0.198L59,91.307l0.527,0.246l0.449,0.243v9.252h40.177V90.061H99.986z M32.739,83.516l0.006,2.01 l-0.497,0.183l0.481-19.628L32.739,83.516z M31.826,68.055L31.991,85.8l-0.679,0.239L31.826,68.055z M31.056,86.131l-0.587,0.211 l-0.073,0.036l0.522-14.621L31.056,86.131z M30.122,86.504l-0.639,0.286l0.526-11.706L30.122,86.504z M29.188,86.927l-0.607,0.276 l0.517-9.132L29.188,86.927z M28.252,87.353l-0.444,0.201l0.376-6.697L28.252,87.353z M27.493,87.7l-0.057,0.023l-0.349,0.194 l0.353-5.178L27.493,87.7z M26.693,84.442l0.036,3.359l0,0l0.001,0.007l0,0.017l0.001,0.013v0.02v0.017l0,0.018l-0.001,0.012 l0,0.012l0.002,0.197l-0.359,0.197l0.019-0.218h-0.001l-0.001-0.013l-0.001-0.011l0-0.017l0-0.021v-0.016l0-0.013l0.001-0.015 l0.001-0.009l0.002-0.012h0h0.002l0.001,0.008l0.001,0.007l0.001,0.013l0,0.013l0.29-3.558L26.693,84.442z M25.974,88.538 l-0.198,0.108l0.17-2.563L25.974,88.538z M25.436,88.833l-0.166,0.092l0.145-1.957L25.436,88.833z M25.344,87.013L25.2,88.962 l-0.233,0.129L24.95,87.62L25.344,87.013z M24.897,89.131l-0.132,0.072l0.116-1.442L24.897,89.131z M24.807,87.831l-0.114,1.413 l-0.264,0.142l-0.012-1.029L24.807,87.831z M25.054,90.102l0.064-0.036l-0.064,0.869V90.102z M25.06,91.771l0.128-1.743l0.259-0.141 l0.018,1.649L25.06,91.771z M25.501,88.568l0-0.007L25.5,88.545v-0.017v-0.015l0-0.017v-0.004l-0.019-1.714l0.401-0.704 l-0.151,2.271l0.001,0.017l0,0.017v0.017v0.015l0,0.018l-0.001,0.012l-0.001,0.012l-0.001,0.008l-0.001,0.005l-0.001-0.005 l-0.001-0.003l0-0.01l-0.016,0.235l-0.205,0.114L25.501,88.568z M25.515,89.848l0.121-0.065l-0.104,1.556L25.515,89.848z M25.588,91.472l0.115-1.729l0.282-0.159l0.019,1.678L25.588,91.472z M26.011,85.821l0.601-1.214l-0.306,3.739l-0.266,0.15 L26.011,85.821z M26.071,91.233l-0.02-1.682l0.164-0.09l-0.145,1.768V91.233z M26.138,91.206l0.145-1.78l0.462-0.259l0.019,1.774 L26.138,91.206z M26.756,84.288l0.614-1.442l-0.347,5.109l-0.225,0.124L26.756,84.288z M26.809,89.131l0.14-0.077l-0.121,1.778 L26.809,89.131z M26.884,90.905l0.128-1.883l0.092-0.053l0.399-0.186l0.021,1.92L26.884,90.905z M27.5,82.519l0.625-1.662 l-0.377,6.728l-0.193,0.088L27.5,82.519z M27.566,88.756l0.118-0.054l-0.1,1.787L27.566,88.756z M27.633,90.684l0.112-2.009 l0.518-0.234l0.022,2.106L27.633,90.684z M28.242,80.525l0.793-2.37l-0.512,9.076l-0.209,0.094L28.242,80.525z M28.323,88.411 l0.135-0.064l-0.114,2.026L28.323,88.411z M28.393,90.537l0.125-2.215l0.681-0.31l0.025,2.452L28.393,90.537z M29.153,77.78 l0.804-2.74l-0.529,11.774l-0.183,0.089L29.153,77.78z M29.256,87.988l0.122-0.057l-0.1,2.224L29.256,87.988z M29.318,90.475 l0.115-2.571l0.699-0.316l0.029,2.926L29.318,90.475z M30.175,86.322v0.003l-0.001,0.005h-0.001h-0.001l-0.001-0.005l-0.001-0.012 l-0.001-0.016l0-0.013v-0.017v-0.02l0-0.012l0-0.017l0.001-0.007l0.001-0.01l0.001-0.003l0.001,0.003l0.001,0.004L30.06,74.655 l0.813-3.093l-0.53,14.839l-0.166,0.073L30.175,86.322z M30.187,87.563l0.018-0.01l0.098-0.035l-0.09,2.535L30.187,87.563z M30.247,90.534l0.109-3.031l0.711-0.256l0.034,3.437L30.247,90.534z M31.109,86.111l-0.143-14.94l0.819-3.47l-0.525,18.357 L31.109,86.111z M31.12,87.223l0.11-0.036l-0.082,2.874L31.12,87.223z M31.178,90.711l0.102-3.543l0.722-0.26l0.038,4.067 L31.178,90.711z M31.87,67.306l0.858-4.051v0.453l-0.539,22.021l-0.147,0.048L31.87,67.306z M32.052,86.891l0.109-0.04l-0.08,3.233 L32.052,86.891z M32.684,91.14l-0.002,0.033l-0.003,0.045l-0.001,0.043l-0.56-0.246l0.103-4.185l0.335-0.121v0.078l0.001,0.003 l0.002,0.01l0.003,0.007l0.005,0.004l0.005,0.004h0.007l0.008,0.009h0.008h0.01l0.01-0.009h0.01l0.125-0.04l0.013,4.365H32.684z M36.671,74.676l0.019,9.758l-0.159,0.029L36.53,84.47l0-0.007l-0.008-0.143v0.009l-0.001,0.016l-0.001,0.009l-0.001,0.002 l-0.001,0.006l-0.001-0.006l0-0.002l-0.001-0.012l-0.001-0.013l-0.001-0.017l0-0.017l0-0.02l0.001-0.018l0-0.012l0.001-0.012 l0.001-0.007h0.001l-0.688-11.623L36.671,74.676z M35.729,72.338l0.028,12.325l-0.152,0.042L34.876,69.93L35.729,72.338z M34.785,69.639l0.038,15.272l-0.146,0.036l-0.754-18.073L34.785,69.639z M32.969,63.38l0.006,0.018l0.002,0.011l0.004,0.017 l0.006,0.021l0.007,0.023l0.018,0.062l0.005,0.024l0.007,0.028l0.004,0.013l0.013,0.048l0.018,0.064l0.014,0.052l0.002,0.009 l0.762,2.789l0.052,18.595l-0.146,0.041l-0.006-0.181l0,0.012v0.016l-0.001,0.016l-0.001,0.009l-0.001,0.008h-0.001h-0.001 l-0.001-0.008l-0.001-0.009l0-0.012l-0.001-0.02l0-0.017l0-0.016v-0.017l0.001-0.017l0.001-0.007l0.002-0.01h0.001h0.001l0.001,0.01 l0.001,0.007l-0.712-19.023l-0.012-0.344l-0.007-0.194l0,0l0.001-0.003h-0.001l-0.006-0.167l-0.002-0.049l-0.004-0.112l-0.006-0.171 l-0.005-0.121l-0.016-0.44l-0.005-0.137l-0.007-0.184l-0.016-0.755L32.969,63.38z M33.042,83.407L32.964,69.65l-0.018-3.044 l-0.002-0.258l0.002-0.018h-0.002v-0.043l-0.001-0.34v-0.013l0.003-0.305l0-0.079l0.004,0.116l0.01,0.268l0.001,0.013l0.001,0.051 l0.006,0.175l0.029,0.743l0.683,18.289l-0.18,0.048l-0.444,0.163l-0.01,0.04v-0.04L33.042,83.407z M33.448,90.881l-0.045,0.059 l-0.057,0.075l-0.093,0.122l-0.171,0.003h-0.017l-0.013-4.482l0.009-0.004l0.01-0.008l0.01-0.013l0.008-0.008l0.007-0.008 l0.007-0.012l0.005-0.013l0.004-0.009l0.004-0.008l0.015-0.072l0.173-0.065l0.419-0.108l0.149,3.994L33.448,90.881z M33.787,86.313 l0.106-0.028l0.009,3.109L33.787,86.313z M33.884,67.115l0.734,17.593v-0.003l0.001-0.012l0.001-0.006l0.001-0.004l0.001,0.004 l0.001,0.006l0.001,0.012l0.001,0.012l0,0.018v0.02v0.011l0,0.02l-0.001,0.013l-0.001,0.009l0,0.008h-0.002l0.006,0.146 l-0.695,0.182L33.884,67.115z M33.949,90.211l-0.012-3.934l0.738-0.194l0.13,3.125L33.949,90.211z M34.724,86.067l0.102-0.024 l0.007,2.635L34.724,86.067z M34.851,84.708l0,0.014l-0.001,0.015l-0.001,0.01l-0.001,0.008l-0.001,0.004h0l-0.001-0.004 l-0.001-0.008l-0.001-0.01l-0.001-0.015l0-0.014v-0.021v-0.015l0-0.017l0-0.012l0.001-0.012l0.001-0.006l0.001-0.003l0.001,0.003 l0.001,0.006l0.002,0.012l0.001,0.012l0,0.017v0.021V84.708z M34.828,69.95l0.729,14.767l-0.691,0.178L34.828,69.95z M34.876,89.114 l-0.008-3.084l0.744-0.194l0.118,2.39L34.876,89.114z M35.661,85.821l0.098-0.021l0.005,2.132L35.661,85.821z M35.769,72.464 l0.002,0.009l0.711,12.003l-0.686,0.181L35.769,72.464z M35.804,88.137l-0.005-2.357l0.604-0.151l0.146-0.018l0.104,1.755 L35.804,88.137z M36.597,85.594l0.095-0.013l0.003,1.684L36.597,85.594z M37.61,76.628l0.013,7.653l-0.167,0.031l-0.676-9.391 L37.61,76.628z M36.708,74.775L36.72,74.8l0.687,9.518l-0.68,0.109L36.708,74.775z M36.732,87.284l-0.003-1.71l0.76-0.126 l0.084,1.188L36.732,87.284z M37.62,86.602l-0.083-1.161l0.087-0.017l0.002,1.172L37.62,86.602z M38.371,77.982l0.009,6.173 l-0.143,0.023l-0.526-7.35L38.371,77.982z M37.645,76.712l0.013,0.025l0.533,7.45l-0.534,0.089L37.645,76.712z M37.661,86.564 l-0.002-1.145l0.613-0.1l0.058,0.808L37.661,86.564z M38.375,86.095l-0.056-0.784l0.063-0.008l0.001,0.789L38.375,86.095z M39.131,79.098l0.006,4.932l-0.153,0.029l-0.014-0.167l0,0.017l-0.001,0.017l0,0.008l-0.002,0.007h-0.001h-0.001l-0.002-0.007 l-0.001-0.008l0-0.017v-0.017l-0.001-0.015l0.001-0.017v-0.02l0-0.014l0.001-0.008l0.001-0.009l-0.48-5.647L39.131,79.098z M38.412,84.005l0,0.006l-0.001,0.003l-0.002,0.008l0-0.008l-0.001-0.003l-0.001-0.01l-0.001-0.016l0-0.016v-0.013v-0.018l0-0.015 l0.001-0.017l0.001-0.007l0.001-0.01l0-0.003l0.002,0.003l0.001,0.01l0,0.002l-0.008-5.856l0.024,0.036l0.508,5.983l-0.524,0.084 L38.412,84.005z M38.416,86.063l-0.001-0.768l0.619-0.103l0.043,0.509L38.416,86.063z M39.123,85.676l-0.042-0.489l0.058-0.009 l0,0.488L39.123,85.676z M39.891,79.976l0.004,3.964l-0.167,0.011l-0.472-4.698L39.891,79.976z M39.162,79.146l0.037,0.041 l0.479,4.767l-0.12,0.009l-0.389,0.063L39.162,79.146z M39.17,85.647l0-0.474l0.327-0.058l0.295-0.02l0.026,0.264L39.17,85.647z M39.868,85.34l-0.024-0.248h0.052v0.231L39.868,85.34z M39.919,80.016l0.024,0.021l0.322,3.877l-0.342,0.026L39.919,80.016z M39.925,85.308v-0.223l0.436-0.029l0.009,0.097L39.925,85.308z M40.31,83.908l-0.009-0.118H40.3l-0.001-0.003l-0.001-0.005 l-0.001-0.013l0-0.011l-0.001-0.017v-0.021v-0.003l-0.302-3.643l0.436,0.389l0.003,3.437L40.31,83.908z M40.458,83.901l-0.002-3.409 l0.03,0.021l0.308,3.364L40.458,83.901z M40.972,83.69l0,0.013l0,0.016l-0.001,0.008l-0.001,0.008h-0.001v0.133l-0.127,0.01 l-0.305-3.331l0.43,0.29l0.002,2.77h0.001l0.001,0.007l0.001,0.013l0,0.013l0,0.021l0,0.012L40.972,83.69z M40.993,83.86l-0.002-3 l0.036,0.012l0.271,2.725l0-0.003l0.001-0.009h0.001h0.002l0.001,0.009l0.001,0.012l0,0.013l0.001,0.015v0.017v0.021l-0.001,0.013 l0.016,0.158L40.993,83.86z M41.502,83.827l-0.134,0.014l-0.292-2.944l0.426,0.202V83.827z M41.53,83.827V81.11l0.036,0.013 l0.283,2.68L41.53,83.827z M41.896,83.803l-0.281-2.668l0.423,0.112l0,2.543L41.896,83.803z M42.062,83.79l0-2.538l0.041,0.008 l0.274,2.51L42.062,83.79z M42.423,83.763l-0.01-0.097l0,0.004l-0.001-0.009l-0.001-0.003l-0.001-0.009l-0.001-0.017v-0.015v-0.006 L42.15,81.26l0.423,0.033l0,2.466L42.423,83.763z M42.768,83.609l0,0.016l-0.001,0.013l0,0.012l-0.002,0.009h-0.001h-0.001 l-0.001-0.005l0-0.004l-0.012,0.109h-0.15v-2.466l0.422-0.048l-0.251,2.324v0.007v0.018V83.609z M42.795,83.759l0.272-2.519 l0.04-0.005v2.534L42.795,83.759z M43.133,83.77v-2.541l0.421-0.13l-0.28,2.677L43.133,83.77z M43.642,83.787l-0.319-0.012 l0.282-2.688l0.038-0.016L43.642,83.787z M43.657,83.605l0,0.02l-0.001,0.013l-0.001,0.012l-0.001,0.009h-0.001h-0.002l-0.001-0.009 l-0.001-0.012l-0.001-0.008l0-0.008v-0.01v-0.019v-0.018v-0.012l0-0.003l0.001-0.017l0.001-0.004l0.001-0.013l0.002-0.004 l0.001,0.004l0.001,0.013l0.001,0.004l0.001,0.012l0,0.017v0.016V83.605z M43.668,83.787v-2.729l0.424-0.218l-0.291,2.949 L43.668,83.787z M44.176,83.8l-0.327-0.01l0.018-0.178v-0.011v-0.017l0.001-0.016l0-0.017l0.001-0.012h0.001l0.001-0.008 l0.001,0.008h0.001l0.268-2.725l0.035-0.017L44.176,83.8z M44.203,83.803v-0.142l-0.001-0.008l0-0.016l0-0.013l0-0.02l0-0.017 v-0.016l0.001-0.012l0.001-0.013l0.001-2.773l0.427-0.308l-0.303,3.339L44.203,83.803z M44.709,83.815l-0.333-0.009l0.307-3.37 l0.028-0.024L44.709,83.815z M44.74,80.378l0.433-0.395l-0.298,3.61l0.001,0.008l0,0.017v0.015v0.017l0,0.017l-0.001,0.013 l-0.001,0.012l-0.001,0.008h-0.001H44.87l-0.001-0.005l0-0.008l-0.011,0.134l-0.119-0.004L44.74,80.378z M45.242,85.201 l-0.441-0.137l0.008-0.097l0.433,0.012L45.242,85.201z M45.243,83.83l-0.34-0.007l0.32-3.888l0.022-0.017L45.243,83.83z M45.276,79.875l0.63-0.74l-0.469,4.701l-0.164-0.006L45.276,79.875z M45.299,85.226l-0.027-0.007v-0.239h0.051L45.299,85.226z M45.994,85.508l-0.645-0.261l0.026-0.264l0.297,0.009l0.322,0.039V85.508z M45.996,83.892l-0.397-0.051H45.49l0.476-4.779 L46,79.021L45.996,83.892z M46.031,78.968l0.643-0.95l-0.496,5.898l-0.15-0.02L46.031,78.968z M46.042,85.538l-0.015-0.009v-0.493 l0.057,0.008L46.042,85.538z M46.746,85.894l-0.656-0.332l0.043-0.513l0.614,0.08L46.746,85.894z M46.229,83.92l0.504-5.987 l0.022-0.036l-0.007,6.089L46.229,83.92z M46.761,83.803l-0.001,0.021l0,0.004v0.009l-0.001,0.012l-0.001,0.006h-0.001h-0.002 l-0.001-0.006l-0.001-0.012l-0.001-0.013l0-0.017l0-0.017l0-0.015l0-0.017l0.001-0.017l0.001-0.012l0.001-0.004l0.002-0.005 l0.001,0.005l0.001,0.004l0.001,0.012l0,0.009v0.008l0.001,0.011v0.018V83.803z M46.789,77.829l0.653-1.173l-0.52,7.349l-0.14-0.015 L46.789,77.829z M46.78,85.917l0.001-0.788l0.061,0.008l-0.056,0.788L46.78,85.917z M47.497,86.358l-0.665-0.409l0.057-0.804 l0.609,0.077L47.497,86.358z M47.5,84.078l-0.529-0.064l0.01-0.146l-0.001,0.01h-0.001h-0.002l-0.001-0.01l-0.001-0.007l0-0.013 l-0.001-0.018v-0.015v-0.021l0.001-0.013l0-0.016l0.001-0.008l0.001-0.008l0.002-0.005l0.001,0.005l0.001,0.008l0,0.008l0.001,0.013 l0,0.016l0.001,0.016l-0.001,0.017v0.009l0.515-7.276l0.011-0.021L47.5,84.078z M47.531,83.95H47.53l-0.001-0.011l-0.001-0.007 l0-0.017l-0.001-0.015v-0.022v-0.012l0.001-0.014l0-0.013l0.001-0.014l0.001-0.004l0.001-0.004l0.001,0.004l0.001,0.004l0.001,0.009 l0.001,0.012v0.013l0.01-7.41l0.823-1.726l-0.668,9.383l-0.165-0.021v-0.179v0.008l-0.001,0.017l-0.001,0.007L47.531,83.95 L47.531,83.95z M47.533,86.395l0.001-1.169l0.086,0.013l-0.083,1.156H47.533z M48.42,87.046l-0.835-0.614l0.085-1.189l0.752,0.098 L48.42,87.046z M48.424,84.195L47.75,84.11l0.678-9.511l0.012-0.022L48.424,84.195z M48.478,74.465l0.835-2.078l-0.692,11.837 l-0.002,0.048l-0.009-0.053l-0.146-0.015L48.478,74.465z M48.461,85.34l0.094,0.017l-0.097,1.629L48.461,85.34z M49.342,87.857 L48.5,87.122l0.103-1.762l0.147,0.021l0.596,0.133L49.342,87.857z M49.348,84.386l-0.678-0.157l0.701-11.979L49.348,84.386z M50.347,69.392l0.851-2.772l-0.74,18.014L50.316,84.6L50.347,69.392z M49.412,72.113l0.843-2.427l-0.717,14.74l-0.149-0.033 L49.412,72.113z M49.387,85.521l0.097,0.021l-0.101,2.07L49.387,85.521z M50.263,88.784l-0.846-0.842l0.116-2.389l0.736,0.162 L50.263,88.784z M50.301,84.397v0.017L50.3,84.427l-0.001,0.007l-0.001,0.009l-0.002,0.004l-0.001-0.004l-0.001-0.004l-0.001-0.005 l-0.001-0.007v-0.013l-0.001-0.017v-0.017v-0.02l0.001-0.013v-0.017l0.002-0.007V84.32l0.001-0.003h0.002h0.001L50.3,84.32l0,0.012 l0.001,0.013v0.017l0.001,0.018L50.301,84.397z M50.272,84.587l-0.684-0.148l0.715-14.703L50.272,84.587z M50.313,85.725l0.1,0.024 l-0.105,2.561L50.313,85.725z M51.183,89.839l-0.849-0.963l0.129-3.116l0.729,0.162L51.183,89.839z M51.195,84.797l-0.687-0.152 l0.006-0.154l-0.001-0.003l-0.001-0.009l-0.001-0.012v-0.021l-0.001-0.017l0.001-0.016v-0.017l0.001-0.012l0.001-0.013l0.002-0.005 l0.001-0.002l0.002,0.002l0.001,0.005l0.718-17.48L51.195,84.797z M51.238,85.93l0.104,0.02l-0.111,3.023L51.238,85.93z M52.058,90.729l-0.001,0.237l-0.185-0.237l-0.093-0.114l-0.077-0.102l-0.047-0.061l-0.397-0.505l0.146-3.981l0.418,0.093 l0.171,0.059l0.016,0.066l0.004,0.013l0.005,0.008l0.006,0.013l0.007,0.008l0.008,0.013l0.009,0.007l0.01,0.005l0.01,0.013h0.003 L52.058,90.729z M52.167,66.044h-0.002l0.002,0.024l-0.002,0.263l-0.017,3.117l-0.07,13.584l-0.006,2.004v0.073l-0.019-0.081 l-0.439-0.137l-0.168-0.041l0.667-18.131l0.028-0.793l0.007-0.177l0.003-0.089h0.011l0.005,0.375V66.044z M52.154,63.833 l-0.004,0.102l-0.006,0.178l-0.018,0.478l-0.005,0.13l-0.005,0.14v0.005l-0.005,0.117l-0.004,0.13l-0.001,0.004l-0.001,0.044 l-0.008,0.189l-0.014,0.385l-0.702,19.104l-0.142-0.032L51.285,66.3l0.741-2.758l0.002-0.012l0.017-0.057l0.017-0.061l0.015-0.053 l0.005-0.017l0.008-0.036l0.005-0.017l0.019-0.063l0.008-0.033l0.007-0.023l0.004-0.017l0.003-0.009l0.006-0.024l0.033-0.122 L52.154,63.833z M59.072,85.453l0.164,2.489l-0.19-0.1L59.072,85.453z M58.338,83.83l0.002,0.006l0.311,3.804L58.3,87.457 L58.338,83.83z M57.604,82.194l0.346,5.082l-0.351-0.179l-0.045-0.021L57.604,82.194z M56.871,80.354l0.369,6.596l-0.435-0.183 L56.871,80.354z M55.971,77.622l0.51,9.008l-0.595-0.252L55.971,77.622z M55.073,74.417l0.019,0.061l-0.019-0.04V74.417z M55.071,74.696l0.506,11.262l0.001,0.008l0.001,0.013l0.001,0.016v0.016l0.012,0.252l-0.628-0.268L55.071,74.696z M54.172,71.417 l0.521,14.465l-0.082-0.033l-0.568-0.183l0.001-0.173l-0.001,0.012l-0.001,0.009h-0.002h-0.001l-0.001-0.009l-0.001-0.012 l-0.001-0.013l-0.001-0.016v-0.017v-0.02l0.001-0.012l0.001-0.018l0.001-0.007l0.001-0.009h0.002h0.001l0.002,0.009l0.001,0.007 v0.009L54.172,71.417z M53.788,85.586l-0.669-0.215l0.155-17.601L53.788,85.586z M52.378,83.128l0.004-17.256l0.481,19.418 l-0.489-0.157L52.378,83.128z M52.446,90.829l-0.002-0.045l-0.002-0.043l-0.002-0.033l-0.082,0.003l0.013-4.346l0.127,0.042 l0.011,0.004h0.009h0.009h0.009l0.008-0.004l0.007-0.006l0.006-0.003l0.004-0.004l0.003-0.009l0.001-0.008l0.001-0.007v-0.073 l0.326,0.104l0.103,4.16L52.446,90.829z M53.03,89.589l-0.08-3.167l0.107,0.033L53.03,89.589z M52.924,85.308l-0.542-21.87v-0.449 l0.848,3.998l-0.162,18.37L52.924,85.308z M53.073,90.518l0.035-4.043l0.712,0.223l0.102,3.525L53.073,90.518z M53.952,89.531 l-0.08-2.813l0.105,0.032L53.952,89.531z M53.839,85.602l-0.524-18.22l0.81,3.416l-0.136,14.854L53.839,85.602z M54,90.191 l0.031-3.425l0.7,0.227l0.108,3.015L54,90.191z M54.874,89.491l-0.089-2.48l0.1,0.025l0.014,0.01L54.874,89.491z M54.908,85.974 l-0.162-0.067L54.218,71.19l0.801,3.044L54.908,85.974z M54.927,89.984l0.027-2.914l0.687,0.285l0.115,2.556L54.927,89.984z M55.796,89.563l-0.099-2.184l0.119,0.049L55.796,89.563z M55.827,86.358l-0.179-0.073l-0.525-11.667l0.791,2.686L55.827,86.358z M55.851,89.903l0.025-2.451l0.667,0.281l0.125,2.211L55.851,89.903z M56.715,89.75l-0.113-1.993l0.133,0.052L56.715,89.75z M56.744,86.742l-0.204-0.085l-0.507-8.974l0.778,2.315L56.744,86.742z M56.774,89.944l0.021-2.106l0.507,0.211l0.112,2.005 L56.774,89.944z M57.462,89.835l-0.099-1.759l0.117,0.044L57.462,89.835z M57.49,87.054l-0.188-0.08l-0.373-6.644l0.613,1.622 L57.49,87.054z M57.523,90.069l0.02-1.92l0.396,0.165l0.084,0.044l0.128,1.885L57.523,90.069z M58.206,90.146l-0.118-1.754 l0.137,0.073L58.206,90.146z M58.235,87.427l-0.222-0.114l-0.341-5.033l0.602,1.399L58.235,87.427z M58.271,90.279l0.018-1.782 l0.45,0.229l0.146,1.785L58.271,90.279z M58.95,90.523l-0.144-1.761l0.162,0.083L58.95,90.523z M58.979,87.809l-0.262-0.128 l-0.3-3.688l0.589,1.181L58.979,87.809z M59.018,90.562l0.018-1.681l0.272,0.142l0.115,1.729L59.018,90.562z M59.479,90.6 l-0.103-1.546l0.119,0.061L59.479,90.6z M59.511,87.748l0.001,0.009l0.001,0.008l0.001,0.013v0.016v0.016v0.022l-0.001,0.014 l-0.001,0.013l-0.001,0.009l-0.002,0.008h-0.001h-0.001l-0.001,0.205l-0.2-0.1l-0.016-0.223l-0.001-0.003l-0.001-0.006l-0.002-0.012 l-0.001-0.013v-0.02v-0.012v-0.009l-0.15-2.264l0.393,0.68l-0.019,1.648H59.511z M76.81,62.402L76.81,62.402l-0.003-4.063 L76.81,62.402z M60.747,89.763l0.021,0.048l0.055,0.028l0.088,0.222h-0.296l0.004-0.368L60.747,89.763z M60.427,90.061l-0.039-0.481 l0.159,0.077l-0.005,0.404H60.427z M60.57,87.62l-0.012,1.002l-0.258-0.129l-0.023-0.292v0.017l-0.001,0.016l-0.001,0.013 l-0.001,0.014l-0.002,0.007h-0.001H60.27l-0.001-0.007l-0.001-0.014l-0.001-0.017l-0.001-0.017v-0.012l0.001-0.02V88.17l0.001-0.018 l0.002-0.007l0.001-0.009h0.001l-0.081-1.015L60.57,87.62z M60.115,87.065l0.113,1.387l-0.126-0.064L60.115,87.065z M60.315,89.54 l0.042,0.521h-0.273l0.007-0.635L60.315,89.54z M60.048,86.911l-0.016,1.445l-0.229-0.123l-0.14-1.903L60.048,86.911z M59.594,86.311l0.14,1.887l-0.159-0.081L59.594,86.311z M59.546,90.813l0.018-1.658l0.25,0.127l0.128,1.75L59.546,90.813z M59.883,89.317l0.139,0.068l-0.008,0.675h-0.037v0.53L59.883,89.317z"></path>
</svg>
</div>
</section>
<section class="bg-dark">
<div class="container">
<div class="row p-v m-t-md text-center">
<p class="m-b-none">
Build with <i class="fa fa-heart-o m-h-2x"></i> by <a href="https://www.facebook.com/zafree" target="_blank"> Zafree</a>
</p>
<p>
Code licensed under <a href="https://github.com/zafree/bootaide/blob/master/LICENSE">MIT</a>,
documentation under <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.
</p>
<p>
2015 © Bootaide
</p>
</div>
</div>
</section>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="bower_components/headroom.js/dist/headroom.min.js"></script>
<script src="dist/js/bootaide.min.js"></script>
</body>
</html>