-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcareers.html
More file actions
769 lines (712 loc) · 53.2 KB
/
careers.html
File metadata and controls
769 lines (712 loc) · 53.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Favicon -->
<link href="icons/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="icons/favicon-32x32.png" rel="icon" type="image/png" sizes="32x32">
<link href="icons/favicon-16x16.png" rel="icon" type="image/png" sizes="16x16">
<link href="icons/site.webmanifest" rel="manifest">
<link href="icons/safari-pinned-tab.svg" rel="mask-icon" color="#5d1999">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<!-- Library CSS -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link href="theme/css/vendor.css" rel="stylesheet">
<!-- Main -->
<link href="theme/css/style.min.css" rel="stylesheet">
<!-- SEO -->
<meta name="author" content="">
<meta name="copyright" content="">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="title" content="Code Flakes">
<title>Code Flakes</title>
</head>
<body>
<!-- Navbar -->
<nav class="ts-navbar navbar navbar-expand-xl z-index-5">
<div class="container-fluid p-0">
<div class="navbar-container container position-relative">
<div class="d-flex flex-wrap align-items-center">
<a href="index.html" class="d-flex align-items-center text-white text-decoration-none">
<svg version="1.1" class="ts-brand" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 400 74.32"
xml:space="preserve">
<g>
<path class="st0"
d="M111.43,44.22c0.25-0.18,0.48-0.29,0.7-0.33c0.22-0.04,0.39-0.07,0.52-0.07c0.3,0,0.57,0.06,0.82,0.18
c0.25,0.12,0.5,0.39,0.77,0.79l2.96,4.47c0.09,0.14,0.17,0.3,0.25,0.48c0.08,0.18,0.12,0.32,0.12,0.42c0,0.41-0.13,0.74-0.38,0.99
c-0.26,0.26-0.53,0.48-0.83,0.67c-1.45,1.01-3.03,1.81-4.75,2.42c-1.72,0.61-3.54,0.91-5.46,0.91c-1.59,0-3.12-0.2-4.59-0.61
c-1.47-0.41-2.84-0.98-4.11-1.73c-1.27-0.75-2.43-1.65-3.49-2.7c-1.06-1.05-1.96-2.22-2.7-3.51c-0.74-1.29-1.32-2.68-1.73-4.17
c-0.41-1.49-0.62-3.05-0.62-4.67c0-1.62,0.21-3.18,0.62-4.68c0.41-1.5,0.99-2.89,1.73-4.17c0.74-1.28,1.64-2.44,2.7-3.49
c1.06-1.05,2.22-1.94,3.49-2.68c1.27-0.74,2.64-1.31,4.11-1.72c1.47-0.41,3-0.61,4.59-0.61c1.92,0,3.7,0.26,5.33,0.77
c1.63,0.51,3.16,1.27,4.59,2.27l-0.08-0.08c0.39,0.23,0.7,0.5,0.93,0.81c0.23,0.31,0.34,0.69,0.34,1.15c0,0.32-0.11,0.64-0.32,0.98
l-2.35,3.99c-0.49,0.87-1.09,1.3-1.8,1.3c-0.16,0-0.35-0.04-0.58-0.12c-0.23-0.08-0.49-0.22-0.77-0.41
c-0.78-0.51-1.61-0.93-2.5-1.26c-0.89-0.33-1.84-0.49-2.84-0.49c-1.11,0-2.14,0.22-3.07,0.67c-0.94,0.45-1.73,1.06-2.39,1.84
c-0.66,0.78-1.18,1.68-1.55,2.7c-0.37,1.02-0.56,2.1-0.56,3.23c0,1.16,0.19,2.25,0.56,3.27c0.37,1.01,0.89,1.89,1.55,2.63
c0.66,0.74,1.46,1.33,2.39,1.76c0.93,0.43,1.96,0.65,3.07,0.65c1,0,1.95-0.18,2.83-0.53C109.8,45.22,110.64,44.77,111.43,44.22" />
<path class="st0" d="M118.95,37.79c0-1.62,0.21-3.18,0.62-4.68c0.41-1.5,1-2.89,1.75-4.17c0.75-1.28,1.65-2.44,2.7-3.49
c1.05-1.05,2.22-1.94,3.51-2.68c1.29-0.74,2.68-1.31,4.17-1.72c1.49-0.41,3.05-0.61,4.67-0.61c2.4,0,4.65,0.45,6.76,1.34
c2.11,0.89,3.94,2.12,5.5,3.68c1.56,1.56,2.79,3.4,3.7,5.5c0.91,2.11,1.36,4.39,1.36,6.84c0,1.62-0.21,3.18-0.62,4.67
c-0.41,1.49-1,2.88-1.75,4.17c-0.75,1.29-1.65,2.46-2.7,3.51c-1.05,1.05-2.22,1.95-3.51,2.7c-1.29,0.75-2.67,1.33-4.14,1.73
c-1.47,0.41-3.01,0.61-4.62,0.61c-1.62,0-3.18-0.2-4.67-0.61c-1.49-0.41-2.88-0.98-4.17-1.73c-1.29-0.75-2.46-1.65-3.51-2.7
c-1.05-1.05-1.95-2.22-2.7-3.51c-0.75-1.29-1.33-2.68-1.75-4.17C119.16,40.97,118.95,39.41,118.95,37.79 M128.61,37.79
c0,1.16,0.18,2.25,0.54,3.27c0.36,1.01,0.87,1.89,1.53,2.63c0.66,0.74,1.46,1.33,2.41,1.76c0.94,0.43,2.01,0.65,3.19,0.65
c1.15,0,2.18-0.22,3.11-0.65c0.93-0.43,1.71-1.02,2.35-1.76c0.64-0.74,1.14-1.62,1.48-2.63c0.34-1.01,0.52-2.1,0.52-3.27
c0-1.13-0.17-2.2-0.52-3.23c-0.34-1.02-0.84-1.92-1.48-2.7c-0.64-0.78-1.43-1.39-2.35-1.84c-0.93-0.45-1.96-0.67-3.11-0.67
c-1.18,0-2.24,0.22-3.19,0.67c-0.94,0.45-1.75,1.06-2.41,1.84c-0.66,0.78-1.17,1.68-1.53,2.7
C128.79,35.59,128.61,36.66,128.61,37.79" />
<path class="st0" d="M181.96,51.26c-0.48,0.48-1.02,0.95-1.63,1.42c-0.61,0.47-1.27,0.89-1.98,1.26c-0.71,0.37-1.48,0.67-2.3,0.9
c-0.82,0.23-1.69,0.35-2.6,0.35c-2.4,0-4.61-0.45-6.63-1.35c-2.02-0.9-3.76-2.13-5.21-3.69c-1.46-1.56-2.59-3.4-3.41-5.52
c-0.82-2.12-1.23-4.39-1.23-6.83c0-2.45,0.41-4.73,1.23-6.84c0.82-2.11,1.96-3.94,3.41-5.5c1.45-1.56,3.19-2.79,5.21-3.68
c2.02-0.89,4.23-1.34,6.63-1.34c0.97,0,1.86,0.08,2.66,0.25c0.8,0.17,1.53,0.41,2.2,0.73c0.66,0.32,1.27,0.7,1.82,1.14
c0.56,0.44,1.08,0.93,1.57,1.46V12.98c0-0.56,0.17-1.04,0.52-1.43c0.34-0.39,0.86-0.58,1.55-0.58h5.95c0.23,0,0.47,0.05,0.73,0.15
c0.25,0.1,0.49,0.23,0.7,0.41c0.21,0.18,0.38,0.39,0.52,0.64c0.13,0.25,0.2,0.52,0.2,0.82v39.55c0,1.36-0.71,2.04-2.14,2.04h-5.19
c-0.35,0-0.63-0.04-0.82-0.13c-0.19-0.09-0.36-0.22-0.49-0.38c-0.13-0.17-0.25-0.38-0.36-0.63c-0.11-0.26-0.24-0.55-0.4-0.89
L181.96,51.26z M166.48,37.79c0,1.16,0.18,2.25,0.54,3.27c0.36,1.01,0.88,1.89,1.55,2.63c0.67,0.74,1.48,1.33,2.42,1.76
c0.94,0.43,1.99,0.65,3.13,0.65c1.13,0,2.19-0.2,3.19-0.61c1-0.41,1.86-0.97,2.6-1.68c0.74-0.71,1.34-1.56,1.79-2.53
c0.45-0.97,0.7-2.01,0.75-3.12v-0.37c0-1.13-0.21-2.2-0.64-3.23c-0.42-1.02-1.01-1.92-1.76-2.7c-0.75-0.78-1.63-1.39-2.64-1.84
c-1.02-0.45-2.11-0.67-3.29-0.67c-1.15,0-2.19,0.22-3.13,0.67c-0.94,0.45-1.75,1.06-2.42,1.84c-0.67,0.78-1.19,1.68-1.55,2.7
C166.66,35.59,166.48,36.66,166.48,37.79" />
<path class="st0" d="M224.32,50.54c-1.55,1.43-3.3,2.54-5.24,3.35c-1.94,0.8-3.99,1.2-6.16,1.2c-2.42,0-4.7-0.44-6.85-1.32
c-2.15-0.88-4.04-2.1-5.66-3.66c-1.62-1.56-2.91-3.4-3.86-5.52c-0.95-2.12-1.43-4.42-1.43-6.9c0-1.55,0.19-3.05,0.57-4.51
c0.38-1.46,0.92-2.82,1.61-4.09c0.7-1.27,1.54-2.44,2.54-3.51c1-1.07,2.11-1.98,3.35-2.74c1.23-0.76,2.57-1.35,4.02-1.77
c1.45-0.42,2.97-0.63,4.58-0.63c1.46,0,2.88,0.19,4.26,0.58c1.38,0.39,2.67,0.94,3.88,1.64c1.21,0.71,2.31,1.55,3.32,2.54
c1,0.99,1.87,2.07,2.59,3.24c0.72,1.17,1.28,2.43,1.68,3.76c0.4,1.33,0.6,2.7,0.6,4.11c0,0.92-0.01,1.67-0.04,2.25
s-0.16,1.04-0.41,1.39c-0.25,0.34-0.66,0.58-1.23,0.71c-0.57,0.13-1.42,0.2-2.53,0.2h-19.05c0.18,1.13,0.53,2.07,1.07,2.83
c0.54,0.76,1.16,1.36,1.86,1.81c0.71,0.45,1.46,0.77,2.25,0.97c0.79,0.19,1.54,0.29,2.25,0.29c0.63,0,1.29-0.07,1.96-0.2
c0.67-0.13,1.32-0.31,1.95-0.53c0.62-0.22,1.2-0.48,1.72-0.77c0.52-0.29,0.94-0.6,1.26-0.91c0.28-0.23,0.52-0.4,0.73-0.52
c0.2-0.12,0.42-0.17,0.65-0.17s0.46,0.08,0.7,0.24c0.24,0.16,0.51,0.39,0.81,0.69l2.8,3.18c0.19,0.23,0.32,0.44,0.37,0.62
c0.05,0.19,0.08,0.37,0.08,0.57c0,0.35-0.1,0.66-0.29,0.91C224.82,50.12,224.59,50.35,224.32,50.54 M211.6,28.51
c-0.69,0-1.35,0.14-2,0.41c-0.64,0.27-1.25,0.64-1.81,1.1c-0.56,0.46-1.07,0.98-1.52,1.56c-0.45,0.58-0.81,1.17-1.1,1.77h13.52
c-0.37-0.69-0.77-1.32-1.2-1.91c-0.43-0.58-0.93-1.09-1.48-1.53c-0.56-0.44-1.19-0.78-1.91-1.03
C213.39,28.63,212.55,28.51,211.6,28.51" />
<path class="st1"
d="M236.17,22.24c0-1.6,0.35-3.11,1.06-4.52c0.71-1.41,1.65-2.65,2.83-3.7c1.18-1.06,2.54-1.89,4.07-2.51
s3.14-0.92,4.81-0.92h0.53c0.6,0,1.06,0.18,1.39,0.53c0.33,0.35,0.49,0.84,0.49,1.46v4.93c0,0.64-0.17,1.17-0.52,1.59
c-0.34,0.42-0.8,0.63-1.36,0.63h-0.53c-0.37,0-0.72,0.07-1.06,0.19c-0.34,0.13-0.64,0.31-0.9,0.53c-0.26,0.22-0.47,0.49-0.63,0.79
c-0.16,0.3-0.24,0.63-0.24,0.99v2.97h4.15c0.6,0,1.06,0.16,1.39,0.48c0.33,0.32,0.49,0.82,0.49,1.51v4.72
c0,0.74-0.16,1.28-0.49,1.63c-0.33,0.35-0.79,0.52-1.39,0.52h-4.15v18.51c0,0.65-0.22,1.15-0.67,1.48c-0.45,0.34-0.94,0.5-1.47,0.5
h-5.71c-0.63,0-1.14-0.19-1.52-0.58c-0.38-0.39-0.57-0.86-0.57-1.41V34.06h-2.73c-0.62,0-1.12-0.17-1.49-0.52
c-0.38-0.34-0.57-0.89-0.57-1.63V27.2c0-0.69,0.19-1.19,0.57-1.51c0.38-0.32,0.88-0.48,1.49-0.48h2.73V22.24z" />
<path class="st1" d="M255.42,13c0-0.56,0.14-1.04,0.42-1.43c0.28-0.39,0.77-0.58,1.46-0.58h6.48c0.18,0,0.36,0.05,0.56,0.15
c0.19,0.1,0.37,0.23,0.54,0.41c0.17,0.18,0.31,0.39,0.42,0.63c0.12,0.25,0.17,0.52,0.17,0.82v39.52c0,0.67-0.19,1.18-0.57,1.52
c-0.38,0.34-0.87,0.52-1.47,0.52h-6.14c-0.69,0-1.17-0.17-1.46-0.52c-0.28-0.34-0.42-0.85-0.42-1.52V13z" />
<path class="st1" d="M304.32,52.61c0,0.3-0.05,0.59-0.16,0.86c-0.11,0.27-0.28,0.49-0.53,0.65c-0.19,0.2-0.42,0.32-0.69,0.37
c-0.26,0.05-0.49,0.08-0.69,0.08h-5.21c-0.37,0-0.67-0.05-0.9-0.15c-0.23-0.1-0.41-0.23-0.56-0.41c-0.14-0.18-0.26-0.39-0.36-0.65
c-0.1-0.26-0.2-0.53-0.3-0.83l-0.34-1.19c-0.48,0.48-1.02,0.94-1.63,1.4c-0.61,0.46-1.28,0.87-2.01,1.23
c-0.73,0.36-1.52,0.65-2.35,0.87c-0.84,0.22-1.71,0.33-2.61,0.33c-1.61,0-3.14-0.2-4.62-0.61c-1.47-0.41-2.85-0.98-4.13-1.73
c-1.28-0.75-2.44-1.65-3.48-2.7c-1.04-1.05-1.93-2.22-2.68-3.51c-0.75-1.29-1.33-2.68-1.73-4.17c-0.41-1.49-0.61-3.05-0.61-4.67
c0-2.45,0.45-4.73,1.35-6.84c0.9-2.11,2.12-3.94,3.68-5.5c1.55-1.56,3.38-2.79,5.48-3.68c2.1-0.89,4.35-1.34,6.75-1.34
c1.09,0,2.11,0.12,3.06,0.37c0.94,0.25,1.81,0.58,2.59,1c0.78,0.42,1.49,0.93,2.13,1.52c0.64,0.59,1.19,1.23,1.67,1.92l0.77-2.41
c0.18-0.44,0.32-0.8,0.44-1.07c0.11-0.27,0.24-0.47,0.37-0.61c0.13-0.13,0.29-0.22,0.49-0.26c0.19-0.04,0.47-0.07,0.82-0.07h3.94
c0.19,0,0.42,0.03,0.69,0.08c0.26,0.05,0.49,0.18,0.69,0.37c0.25,0.2,0.42,0.41,0.53,0.66c0.11,0.25,0.16,0.53,0.16,0.85V52.61z
M278.26,37.79c0,1.16,0.18,2.25,0.54,3.27c0.36,1.01,0.88,1.89,1.55,2.63c0.67,0.74,1.48,1.33,2.42,1.76
c0.94,0.43,1.99,0.65,3.13,0.65c1.18,0,2.28-0.22,3.29-0.65c1.01-0.43,1.9-1.02,2.64-1.76c0.75-0.74,1.34-1.62,1.76-2.63
c0.42-1.01,0.64-2.1,0.64-3.27c0-1.13-0.21-2.2-0.64-3.23c-0.42-1.02-1.01-1.92-1.76-2.7c-0.75-0.78-1.63-1.39-2.64-1.84
c-1.02-0.45-2.11-0.67-3.29-0.67c-1.15,0-2.19,0.22-3.13,0.67c-0.94,0.45-1.75,1.06-2.42,1.84c-0.67,0.78-1.19,1.68-1.55,2.7
C278.45,35.59,278.26,36.66,278.26,37.79" />
<path class="st1" d="M307.59,13c0-0.3,0.01-0.57,0.03-0.82c0.02-0.25,0.09-0.46,0.22-0.63c0.13-0.18,0.34-0.31,0.62-0.41
c0.28-0.1,0.68-0.15,1.19-0.15h6.32c0.34,0,0.61,0.06,0.83,0.17c0.22,0.12,0.4,0.26,0.53,0.44c0.13,0.18,0.22,0.37,0.26,0.57
c0.04,0.2,0.07,0.39,0.07,0.57v19.58l9.52-10.58c0.46-0.51,1.01-0.77,1.64-0.77h8.12c0.97,0,1.46,0.38,1.46,1.14
c0,0.19-0.03,0.35-0.09,0.47c-0.06,0.12-0.19,0.3-0.38,0.53l-10.87,11.48l13.68,17.57h-0.05c0.23,0.23,0.39,0.46,0.49,0.7
c0.1,0.24,0.14,0.45,0.14,0.65c0,0.41-0.11,0.68-0.33,0.83c-0.22,0.15-0.55,0.22-0.99,0.22h-8.94c-0.3,0-0.58-0.12-0.85-0.34
c-0.26-0.23-0.56-0.57-0.87-1.03l-8.65-12.25l-2.94,3.04v8.55c0,0.14-0.02,0.33-0.07,0.56c-0.04,0.23-0.13,0.45-0.26,0.67
c-0.13,0.22-0.31,0.41-0.54,0.57c-0.23,0.16-0.53,0.24-0.9,0.24h-6.64c-0.32,0-0.59-0.08-0.82-0.25c-0.23-0.17-0.41-0.36-0.54-0.57
c-0.13-0.21-0.23-0.41-0.29-0.59c-0.06-0.19-0.09-0.3-0.09-0.33V13z" />
<path class="st1" d="M368.47,50.54c-1.55,1.43-3.3,2.54-5.24,3.35c-1.94,0.8-3.99,1.2-6.16,1.2c-2.42,0-4.7-0.44-6.85-1.32
c-2.15-0.88-4.04-2.1-5.66-3.66c-1.62-1.56-2.91-3.4-3.86-5.52c-0.95-2.12-1.43-4.42-1.43-6.9c0-1.55,0.19-3.05,0.57-4.51
c0.38-1.46,0.92-2.82,1.61-4.09c0.7-1.27,1.54-2.44,2.54-3.51c1-1.07,2.11-1.98,3.35-2.74c1.23-0.76,2.58-1.35,4.02-1.77
c1.44-0.42,2.97-0.63,4.58-0.63c1.46,0,2.88,0.19,4.26,0.58c1.38,0.39,2.67,0.94,3.88,1.64c1.21,0.71,2.31,1.55,3.32,2.54
c1,0.99,1.87,2.07,2.59,3.24c0.72,1.17,1.28,2.43,1.68,3.76c0.4,1.33,0.59,2.7,0.59,4.11c0,0.92-0.01,1.67-0.04,2.25
c-0.03,0.58-0.16,1.04-0.41,1.39c-0.25,0.34-0.66,0.58-1.23,0.71c-0.57,0.13-1.42,0.2-2.53,0.2H349c0.18,1.13,0.53,2.07,1.07,2.83
c0.54,0.76,1.16,1.36,1.86,1.81c0.71,0.45,1.45,0.77,2.25,0.97c0.79,0.19,1.54,0.29,2.25,0.29c0.63,0,1.29-0.07,1.96-0.2
c0.67-0.13,1.32-0.31,1.94-0.53c0.63-0.22,1.2-0.48,1.72-0.77c0.52-0.29,0.94-0.6,1.26-0.91c0.28-0.23,0.52-0.4,0.73-0.52
c0.2-0.12,0.42-0.17,0.65-0.17c0.23,0,0.46,0.08,0.7,0.24c0.24,0.16,0.51,0.39,0.81,0.69l2.8,3.18c0.19,0.23,0.32,0.44,0.37,0.62
c0.05,0.19,0.08,0.37,0.08,0.57c0,0.35-0.1,0.66-0.29,0.91C368.96,50.12,368.73,50.35,368.47,50.54 M355.75,28.51
c-0.69,0-1.35,0.14-2,0.41c-0.64,0.27-1.25,0.64-1.81,1.1c-0.56,0.46-1.07,0.98-1.52,1.56c-0.45,0.58-0.82,1.17-1.1,1.77h13.52
c-0.37-0.69-0.77-1.32-1.2-1.91c-0.43-0.58-0.93-1.09-1.48-1.53c-0.56-0.44-1.19-0.78-1.9-1.03
C357.53,28.63,356.7,28.51,355.75,28.51" />
<path class="st1"
d="M380.05,44.12c0.48,0.47,0.99,0.88,1.55,1.2c0.56,0.33,1.09,0.59,1.6,0.79c0.51,0.2,0.96,0.35,1.35,0.44
c0.39,0.09,0.65,0.13,0.79,0.13c0.33,0,0.76-0.01,1.28-0.04c0.52-0.03,1.02-0.11,1.49-0.24s0.89-0.35,1.23-0.65
c0.34-0.3,0.52-0.72,0.52-1.27c0-0.49-0.1-0.89-0.29-1.18c-0.19-0.29-0.48-0.54-0.85-0.74c-0.37-0.2-0.82-0.38-1.36-0.54
c-0.54-0.16-1.14-0.34-1.81-0.56c-2.12-0.56-3.86-1.24-5.24-2.04c-1.38-0.79-2.47-1.68-3.27-2.66c-0.8-0.98-1.36-2.03-1.68-3.16
c-0.32-1.13-0.48-2.32-0.48-3.57c0-1.46,0.29-2.79,0.87-3.99c0.58-1.2,1.41-2.23,2.49-3.08c1.07-0.85,2.36-1.52,3.86-1.98
c1.5-0.47,3.17-0.7,5-0.7c1.11,0,2.15,0.09,3.12,0.28c0.97,0.18,1.9,0.48,2.78,0.87c0.88,0.4,1.74,0.91,2.58,1.53
c0.84,0.63,1.67,1.37,2.5,2.24c0.3,0.35,0.45,0.68,0.46,0.99c0.01,0.31-0.19,0.64-0.6,0.99c-0.69,0.56-1.34,1.12-1.97,1.67
c-0.63,0.55-1.27,1.15-1.95,1.82c-0.21,0.18-0.42,0.29-0.63,0.33c-0.21,0.04-0.41,0.04-0.61-0.01c-0.19-0.05-0.38-0.14-0.56-0.26
c-0.18-0.12-0.34-0.27-0.48-0.45c-0.62-0.69-1.32-1.15-2.12-1.39c-0.79-0.24-1.53-0.36-2.22-0.36c-0.86,0-1.55,0.15-2.06,0.45
c-0.51,0.3-0.75,0.76-0.71,1.38c0.03,0.46,0.21,0.81,0.52,1.07c0.31,0.26,0.69,0.46,1.14,0.62c0.45,0.16,0.93,0.29,1.43,0.39
c0.5,0.1,0.97,0.21,1.39,0.33c1.59,0.51,3.04,1.07,4.36,1.67c1.32,0.6,2.47,1.34,3.44,2.21c0.97,0.87,1.72,1.92,2.26,3.14
c0.54,1.22,0.81,2.7,0.81,4.44c0,1.75-0.35,3.31-1.05,4.68c-0.7,1.38-1.65,2.53-2.87,3.47c-1.22,0.94-2.66,1.65-4.33,2.14
c-1.67,0.49-3.46,0.74-5.38,0.74c-1.09,0-2.2-0.1-3.33-0.29c-1.13-0.19-2.22-0.5-3.28-0.94c-1.06-0.43-2.06-0.99-3.02-1.67
c-0.95-0.68-1.8-1.5-2.54-2.47c-0.19-0.25-0.34-0.51-0.44-0.78c-0.1-0.27-0.14-0.54-0.13-0.81c0.01-0.26,0.06-0.51,0.16-0.73
c0.1-0.22,0.25-0.41,0.46-0.57l3.41-3.41c0.42-0.35,0.8-0.48,1.12-0.37C379.12,43.32,379.54,43.62,380.05,44.12" />
<path class="st0"
d="M77.9,24.56c-0.18,0.08-0.37,0.16-0.55,0.22l-20.18,6.69c-3.87,1.28-7.01,4.11-8.78,7.78
c-1.07,2.21-3.03,4.17-5.64,5.37c-1.67,0.77-3.41,1.14-5.07,1.14c-3.57,0-6.77-1.7-8.15-4.7c-2.03-4.4,0.61-9.93,5.89-12.36
c1.66-0.77,3.38-1.13,5.02-1.13c0.89,0,1.77,0.11,2.59,0.32c1.16,0.29,2.33,0.43,3.51,0.43c2.61,0,5.21-0.71,7.51-2.04l19.02-11.04
c0.14-0.08,0.29-0.16,0.44-0.23c0.71-0.33,1.46-0.48,2.2-0.48c1.99,0,3.89,1.14,4.78,3.06C81.69,20.22,80.54,23.34,77.9,24.56" />
<path class="st2" d="M58.36,59.89c-5.61,5.24-13.16,8.43-21.45,8.37C19.93,68.12,6.11,54.23,6.06,37.24c0-0.71,0.02-1.42,0.07-2.12
c0.08-1.25-0.82-2.36-2.06-2.56l-1.19-0.19c-1.41-0.23-2.7,0.82-2.8,2.24C0.03,35.46,0,36.31,0,37.16c0,5.02,0.98,9.88,2.92,14.46
c1.87,4.43,4.55,8.4,7.96,11.81c3.41,3.41,7.39,6.09,11.81,7.96c4.58,1.94,9.45,2.92,14.47,2.92c5.01,0,9.88-0.98,14.46-2.92
c4.43-1.87,8.4-4.55,11.81-7.96c0.01-0.01,0.01-0.01,0.02-0.02c0.97-0.97,0.83-2.57-0.27-3.38l-0.55-0.4
C61.34,58.67,59.54,58.79,58.36,59.89" />
<path class="st2" d="M64.02,16.88l-0.04,0.02c-1.23,0.71-2.79,0.47-3.74-0.58c-0.35-0.39-0.71-0.77-1.08-1.14
c-1.08-1.08-1.2-2.79-0.26-3.99l0.03-0.04c1.11-1.42,3.22-1.57,4.49-0.3c0.01,0.01,0.02,0.02,0.02,0.03
c0.45,0.44,0.88,0.9,1.3,1.36C66.02,13.67,65.68,15.92,64.02,16.88" />
<path class="st2" d="M74.32,37.16c0,5.02-0.98,9.88-2.92,14.47c-0.41,0.97-0.86,1.92-1.35,2.85c-0.87,1.65-2.99,2.14-4.49,1.04
l-0.01-0.01c-1.2-0.89-1.59-2.52-0.89-3.84c2.29-4.33,3.6-9.27,3.6-14.51c0-1.19-0.07-2.36-0.2-3.52c-0.16-1.42,0.71-2.75,2.06-3.2
c1.83-0.6,3.75,0.62,3.97,2.53C74.24,34.36,74.32,35.75,74.32,37.16" />
<path class="st1" d="M37.16,0c-5.02,0-9.88,0.98-14.47,2.92c-4.42,1.87-8.4,4.55-11.81,7.96c-3.41,3.41-6.09,7.38-7.96,11.81
c-0.11,0.26-0.22,0.53-0.32,0.79c-0.71,1.8,0.43,3.8,2.35,4.1c1.41,0.23,2.78-0.57,3.31-1.9C12.83,14.2,24.06,6.06,37.16,6.06
c4.94,0,9.62,1.16,13.77,3.22c1.29,0.64,2.85,0.27,3.73-0.86l0,0c1.18-1.51,0.68-3.73-1.04-4.58c-0.65-0.32-1.32-0.63-1.99-0.91
C47.04,0.98,42.18,0,37.16,0" />
<path class="st2" d="M29.74,15.06l-0.5-1.31c-0.5-1.31,0.25-2.77,1.61-3.11c2.12-0.52,4.31-0.79,6.54-0.79
c3.67,0,7.23,0.72,10.59,2.14c3.24,1.37,6.15,3.33,8.65,5.83c0.01,0.01,0.01,0.01,0.02,0.02c1.06,1.07,0.81,2.86-0.49,3.62
l-1.28,0.75c-0.9,0.52-2.05,0.38-2.8-0.35c-3.8-3.68-8.98-5.94-14.68-5.94c-1.7,0-3.36,0.2-4.94,0.58
C31.31,16.77,30.16,16.14,29.74,15.06" />
<path class="st1" d="M64.58,37.05c0,3.67-0.72,7.23-2.14,10.59c-1.37,3.24-3.33,6.15-5.83,8.64c-2.5,2.5-5.4,4.46-8.65,5.83
c-3.35,1.42-6.92,2.14-10.59,2.14c-2.2,0-4.36-0.26-6.46-0.77c-1.96-0.48-2.89-2.71-1.89-4.45l0-0.01
c0.67-1.16,2.03-1.75,3.33-1.43c1.61,0.39,3.29,0.6,5.01,0.6c11.65,0,21.14-9.48,21.14-21.14c0-0.16,0-0.31-0.01-0.47
c-0.03-1.34,0.8-2.55,2.08-2.97c1.92-0.64,3.93,0.75,3.98,2.78C64.58,36.6,64.58,36.83,64.58,37.05" />
<path class="st2" d="M25.12,17.1L25.12,17.1c-0.73-1.91-3.12-2.58-4.71-1.3c-0.78,0.63-1.53,1.3-2.25,2.02
c-2.5,2.5-4.46,5.4-5.83,8.64c-1.42,3.36-2.14,6.92-2.14,10.59c0,3.67,0.72,7.23,2.14,10.59c1.37,3.24,3.33,6.15,5.83,8.64
c0.52,0.52,1.06,1.02,1.61,1.49c1.45,1.23,3.66,0.87,4.61-0.78c0.74-1.28,0.44-2.89-0.68-3.85c-4.55-3.88-7.45-9.65-7.45-16.09
c0-6.67,3.11-12.63,7.95-16.51C25.23,19.72,25.59,18.32,25.12,17.1" />
</g>
</svg>
</a>
<div class="navbar-collapse collapse col-12 col-lg-auto me-lg-auto order-2 order-xl-1"
id="navbarCollapse">
<ul class="nav mb-2 mb-md-0">
<li><a href="about-us.html" class="nav-link">About us</a></li>
<li><a href="our-products.html" class="nav-link">Our products</a></li>
<li><a href="index.html#testimonials" class="nav-link">Testimonials</a></li>
<li><a href="careers.html" class="nav-link">Careers</a></li>
<li><a href="blog.html" class="nav-link">Blog</a></li>
</ul>
</div>
<div class="navbar-btn text-end order-1 order-xl-2">
<a href="contact.html" class="btn btn-success opacity-hover box-shadow d-none d-sm-inline-block">Contact</a>
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false"
aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
</div>
</nav>
<!-- end -->
<!-- Header -->
<header class="ts-header header-auto ts-section-marco" data-parallax="scroll" data-speed="0.2" data-image-src="theme/img/bg-header-careers.jpg">
<figure data-rellax-speed="5" class="rellax header-parallax header-bg-position-bottom header-bg-size" style="margin-top: 10%; background-image: url('theme/img/bg-plot-1.png');"></figure>
<figure data-rellax-speed="2" class="rellax header-parallax header-bg-position-top header-bg-size" style="margin-top: -2%; background-image: url('theme/img/bg-plot-2.png');"></figure>
<div class="container h-100">
<div class="row h-100">
<div class="col align-self-center">
<div class="color-white position-relative">
<h2 class="h4 font-weight-bold my-4 cd-headline rotate-1">
Careers
</h2>
</div>
</div>
</div>
</div>
</header>
<!-- end -->
<!-- Careers Info -->
<section class="ts-section background-white">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-10 text-center">
<h2 class="h4 font-weight-bold color-gradient-purple mb-5">
<span class="font-weight-light d-xl-block">Our employees are no strangers to us.</span>
We focus on them so they can focus on our projects.
</h2>
<p class="mb-4">
With a jovial and energetic atmosphere, we offer benefits for their comfort such as flexible hours,
vacations, paid holidays, support material to develop their career, and help with the acquisition of
hardware.
</p>
<p class="mb-4">
All in order to always forge a successful work environment so that customers only have to direct
their attention to their needs. and our talents to their work without hindrance.
</p>
</div>
</div>
</div>
</section>
<!-- end -->
<!-- Careers Cards -->
<section class="ts-section ts-section-marco ts-section-marco-top background-gray-light overflow-hidden">
<figure class="section-parallax section-bg-position-bottom section-bg-size" style="margin-top: 10%; background-image: url('theme/img/bg-plot-gray-1.png');"></figure>
<figure class="section-parallax section-bg-position-top section-bg-size" style="margin-top: -8%; background-image: url('theme/img/bg-plot-gray-2.png');"></figure>
<div class="section-body">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-10 text-center">
<h2 class="h4 font-weight-bold color-gradient-purple">
<span class="font-weight-light d-xl-block">These are our job offers</span>
We are looking to work with brilliant people
</h2>
</div>
</div>
<div class="ts-section pb-0">
<div class="row row-cols-lg-3 row-cols-1">
<div class="col mb-5">
<div class="ts-card-careers bg-white shadow-black border-radius-20 p-4">
<div class="card-careers-title mb-3">
<h3 class="color-purple-dark p mb-1">Ruby On Rails Developer</h3>
<p><strong>English:</strong> Advanced / Fluent Proficiency.</p>
</div>
<div class="card-careers-time mb-4">
<div class="row">
<div class="col-auto">
<i class="fas fa-map-marker-alt color-purple d-inline-block mr-3"></i>
<p class="d-inline-block"><strong>Remote, Latin America</strong></p>
</div>
<div class="col-auto">
<i class="far fa-clock color-purple d-inline-block mr-3"></i>
<p class="d-inline-block"><strong>Full Time</strong></p>
</div>
</div>
</div>
<div class="card-careers-btn text-center">
<div class="row justify-content-center">
<div class="col-10 col-sm-6 col-lg-10 col-xl-6">
<a href="#" data-bs-toggle="modal" data-bs-target="#modalJobOffers" class="btn btn-success opacity-hover box-shadow d-block text-uppercase">Apply</a>
</div>
</div>
</div>
</div>
</div>
<div class="col mb-5">
<div class="ts-card-careers bg-white shadow-black border-radius-20 p-4">
<div class="card-careers-title mb-3">
<h3 class="color-purple-dark p mb-1">Senior Project Manager</h3>
<p><strong>English:</strong> Advanced / Fluent Proficiency.</p>
</div>
<div class="card-careers-time mb-4">
<div class="row">
<div class="col-auto">
<i class="fas fa-map-marker-alt color-purple d-inline-block mr-3"></i>
<p class="d-inline-block"><strong>Remote, Latin America</strong></p>
</div>
<div class="col-auto">
<i class="far fa-clock color-purple d-inline-block mr-3"></i>
<p class="d-inline-block"><strong>Full Time</strong></p>
</div>
</div>
</div>
<div class="card-careers-btn text-center">
<div class="row justify-content-center">
<div class="col-10 col-sm-6 col-lg-10 col-xl-6">
<a href="#" data-bs-toggle="modal" data-bs-target="#modalJobOffers" class="btn btn-success opacity-hover box-shadow d-block text-uppercase">Apply</a>
</div>
</div>
</div>
</div>
</div>
<div class="col mb-5">
<div class="ts-card-careers bg-white shadow-black border-radius-20 p-4">
<div class="card-careers-title mb-3">
<h3 class="color-purple-dark p mb-1">Python Developer</h3>
<p><strong>English:</strong> Advanced / Fluent Proficiency.</p>
</div>
<div class="card-careers-time mb-4">
<div class="row">
<div class="col-auto">
<i class="fas fa-map-marker-alt color-purple d-inline-block mr-3"></i>
<p class="d-inline-block"><strong>Remote, Latin America</strong></p>
</div>
<div class="col-auto">
<i class="far fa-clock color-purple d-inline-block mr-3"></i>
<p class="d-inline-block"><strong>Full Time</strong></p>
</div>
</div>
</div>
<div class="card-careers-btn text-center">
<div class="row justify-content-center">
<div class="col-10 col-sm-6 col-lg-10 col-xl-6">
<a href="#" data-bs-toggle="modal" data-bs-target="#modalJobOffers" class="btn btn-success opacity-hover box-shadow d-block text-uppercase">Apply</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end -->
<!-- Job Offers -->
<section class="ts-section ts-section-marco ts-section-gradient-light-gray background-white">
<div class="section-body">
<!-- Banner CV -->
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8 text-center">
<div class="ts-banner p-5 background-gray-light background-image background-cover border-radius-20"
style="background-image: url('theme/img/bg-banner-3.jpg');">
<div class="row h-100">
<div class="col align-self-center">
<h3 class="h6 mb-4 font-weight-bold color-purple-dark">
Can't see your area of expertise in this list?
<span class="d-block fst-italic font-weight-light">
We are more than happy to meet you anyway
</span>
</h3>
<a href="#" data-bs-toggle="modal" data-bs-target="#modalJobOffers" class="btn btn-outline-success text-uppercase box-shadow">
Send you CV
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end -->
<!-- Job Offers Cards -->
<div class="container ts-section pb-0">
<div class="row justify-content-center">
<div class="col-xl-10 text-center">
<h2 class="h4 font-weight-bold color-gradient-purple">
<span class="font-weight-light d-xl-block">Consulting and Training</span>
Embrace and install a technical <span class="d-xl-block">culture of continual learning</span>
</h2>
</div>
</div>
<div class="ts-section pb-0">
<div class="row row-cols-lg-3 row-cols-1">
<div class="col mb-5">
<h2 class="p font-weight-regular badge badge-secondary text-uppercase mb-4">
DIGITAL TRANSFORMATION
</h2>
<h3 class="h6 mb-4 font-weight-bold color-purple-dark">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</h3>
<p>
Integer et diam eu dui egestas hendrerit eget a risus.
Vestibulum tincidunt vitae tellus eu luctus. Sed et suscipit massa. Duis commodo pulvinar hendrerit.
</p>
</div>
<div class="col mb-5">
<h2 class="p font-weight-regular badge badge-secondary text-uppercase mb-4">
DEVOPS TRANSFORMATIONS
</h2>
<h3 class="h6 mb-4 font-weight-bold color-purple-dark">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</h3>
<p>
Integer et diam eu dui egestas hendrerit eget a risus.
Vestibulum tincidunt vitae tellus eu luctus. Sed et suscipit massa. Duis commodo pulvinar hendrerit.
</p>
</div>
<div class="col mb-5">
<h2 class="p font-weight-regular badge badge-secondary text-uppercase mb-4">
TEAM TRAINING
</h2>
<h3 class="h6 mb-4 font-weight-bold color-purple-dark">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</h3>
<p>
Integer et diam eu dui egestas hendrerit eget a risus.
Vestibulum tincidunt vitae tellus eu luctus. Sed et suscipit massa. Duis commodo pulvinar hendrerit.
</p>
</div>
</div>
</div>
</div>
<!-- end -->
</div>
</section>
<!-- end -->
<!-- Footer -->
<footer class="ts-footer ts-section background-white pb-0">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-10">
<div class="row">
<div class="col-lg-6">
<svg version="1.1" class="footer-brand ts-brand" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 400 74.32"
xml:space="preserve">
<g>
<path class="st0"
d="M111.43,44.22c0.25-0.18,0.48-0.29,0.7-0.33c0.22-0.04,0.39-0.07,0.52-0.07c0.3,0,0.57,0.06,0.82,0.18
c0.25,0.12,0.5,0.39,0.77,0.79l2.96,4.47c0.09,0.14,0.17,0.3,0.25,0.48c0.08,0.18,0.12,0.32,0.12,0.42c0,0.41-0.13,0.74-0.38,0.99
c-0.26,0.26-0.53,0.48-0.83,0.67c-1.45,1.01-3.03,1.81-4.75,2.42c-1.72,0.61-3.54,0.91-5.46,0.91c-1.59,0-3.12-0.2-4.59-0.61
c-1.47-0.41-2.84-0.98-4.11-1.73c-1.27-0.75-2.43-1.65-3.49-2.7c-1.06-1.05-1.96-2.22-2.7-3.51c-0.74-1.29-1.32-2.68-1.73-4.17
c-0.41-1.49-0.62-3.05-0.62-4.67c0-1.62,0.21-3.18,0.62-4.68c0.41-1.5,0.99-2.89,1.73-4.17c0.74-1.28,1.64-2.44,2.7-3.49
c1.06-1.05,2.22-1.94,3.49-2.68c1.27-0.74,2.64-1.31,4.11-1.72c1.47-0.41,3-0.61,4.59-0.61c1.92,0,3.7,0.26,5.33,0.77
c1.63,0.51,3.16,1.27,4.59,2.27l-0.08-0.08c0.39,0.23,0.7,0.5,0.93,0.81c0.23,0.31,0.34,0.69,0.34,1.15c0,0.32-0.11,0.64-0.32,0.98
l-2.35,3.99c-0.49,0.87-1.09,1.3-1.8,1.3c-0.16,0-0.35-0.04-0.58-0.12c-0.23-0.08-0.49-0.22-0.77-0.41
c-0.78-0.51-1.61-0.93-2.5-1.26c-0.89-0.33-1.84-0.49-2.84-0.49c-1.11,0-2.14,0.22-3.07,0.67c-0.94,0.45-1.73,1.06-2.39,1.84
c-0.66,0.78-1.18,1.68-1.55,2.7c-0.37,1.02-0.56,2.1-0.56,3.23c0,1.16,0.19,2.25,0.56,3.27c0.37,1.01,0.89,1.89,1.55,2.63
c0.66,0.74,1.46,1.33,2.39,1.76c0.93,0.43,1.96,0.65,3.07,0.65c1,0,1.95-0.18,2.83-0.53C109.8,45.22,110.64,44.77,111.43,44.22" />
<path class="st0" d="M118.95,37.79c0-1.62,0.21-3.18,0.62-4.68c0.41-1.5,1-2.89,1.75-4.17c0.75-1.28,1.65-2.44,2.7-3.49
c1.05-1.05,2.22-1.94,3.51-2.68c1.29-0.74,2.68-1.31,4.17-1.72c1.49-0.41,3.05-0.61,4.67-0.61c2.4,0,4.65,0.45,6.76,1.34
c2.11,0.89,3.94,2.12,5.5,3.68c1.56,1.56,2.79,3.4,3.7,5.5c0.91,2.11,1.36,4.39,1.36,6.84c0,1.62-0.21,3.18-0.62,4.67
c-0.41,1.49-1,2.88-1.75,4.17c-0.75,1.29-1.65,2.46-2.7,3.51c-1.05,1.05-2.22,1.95-3.51,2.7c-1.29,0.75-2.67,1.33-4.14,1.73
c-1.47,0.41-3.01,0.61-4.62,0.61c-1.62,0-3.18-0.2-4.67-0.61c-1.49-0.41-2.88-0.98-4.17-1.73c-1.29-0.75-2.46-1.65-3.51-2.7
c-1.05-1.05-1.95-2.22-2.7-3.51c-0.75-1.29-1.33-2.68-1.75-4.17C119.16,40.97,118.95,39.41,118.95,37.79 M128.61,37.79
c0,1.16,0.18,2.25,0.54,3.27c0.36,1.01,0.87,1.89,1.53,2.63c0.66,0.74,1.46,1.33,2.41,1.76c0.94,0.43,2.01,0.65,3.19,0.65
c1.15,0,2.18-0.22,3.11-0.65c0.93-0.43,1.71-1.02,2.35-1.76c0.64-0.74,1.14-1.62,1.48-2.63c0.34-1.01,0.52-2.1,0.52-3.27
c0-1.13-0.17-2.2-0.52-3.23c-0.34-1.02-0.84-1.92-1.48-2.7c-0.64-0.78-1.43-1.39-2.35-1.84c-0.93-0.45-1.96-0.67-3.11-0.67
c-1.18,0-2.24,0.22-3.19,0.67c-0.94,0.45-1.75,1.06-2.41,1.84c-0.66,0.78-1.17,1.68-1.53,2.7
C128.79,35.59,128.61,36.66,128.61,37.79" />
<path class="st0" d="M181.96,51.26c-0.48,0.48-1.02,0.95-1.63,1.42c-0.61,0.47-1.27,0.89-1.98,1.26c-0.71,0.37-1.48,0.67-2.3,0.9
c-0.82,0.23-1.69,0.35-2.6,0.35c-2.4,0-4.61-0.45-6.63-1.35c-2.02-0.9-3.76-2.13-5.21-3.69c-1.46-1.56-2.59-3.4-3.41-5.52
c-0.82-2.12-1.23-4.39-1.23-6.83c0-2.45,0.41-4.73,1.23-6.84c0.82-2.11,1.96-3.94,3.41-5.5c1.45-1.56,3.19-2.79,5.21-3.68
c2.02-0.89,4.23-1.34,6.63-1.34c0.97,0,1.86,0.08,2.66,0.25c0.8,0.17,1.53,0.41,2.2,0.73c0.66,0.32,1.27,0.7,1.82,1.14
c0.56,0.44,1.08,0.93,1.57,1.46V12.98c0-0.56,0.17-1.04,0.52-1.43c0.34-0.39,0.86-0.58,1.55-0.58h5.95c0.23,0,0.47,0.05,0.73,0.15
c0.25,0.1,0.49,0.23,0.7,0.41c0.21,0.18,0.38,0.39,0.52,0.64c0.13,0.25,0.2,0.52,0.2,0.82v39.55c0,1.36-0.71,2.04-2.14,2.04h-5.19
c-0.35,0-0.63-0.04-0.82-0.13c-0.19-0.09-0.36-0.22-0.49-0.38c-0.13-0.17-0.25-0.38-0.36-0.63c-0.11-0.26-0.24-0.55-0.4-0.89
L181.96,51.26z M166.48,37.79c0,1.16,0.18,2.25,0.54,3.27c0.36,1.01,0.88,1.89,1.55,2.63c0.67,0.74,1.48,1.33,2.42,1.76
c0.94,0.43,1.99,0.65,3.13,0.65c1.13,0,2.19-0.2,3.19-0.61c1-0.41,1.86-0.97,2.6-1.68c0.74-0.71,1.34-1.56,1.79-2.53
c0.45-0.97,0.7-2.01,0.75-3.12v-0.37c0-1.13-0.21-2.2-0.64-3.23c-0.42-1.02-1.01-1.92-1.76-2.7c-0.75-0.78-1.63-1.39-2.64-1.84
c-1.02-0.45-2.11-0.67-3.29-0.67c-1.15,0-2.19,0.22-3.13,0.67c-0.94,0.45-1.75,1.06-2.42,1.84c-0.67,0.78-1.19,1.68-1.55,2.7
C166.66,35.59,166.48,36.66,166.48,37.79" />
<path class="st0" d="M224.32,50.54c-1.55,1.43-3.3,2.54-5.24,3.35c-1.94,0.8-3.99,1.2-6.16,1.2c-2.42,0-4.7-0.44-6.85-1.32
c-2.15-0.88-4.04-2.1-5.66-3.66c-1.62-1.56-2.91-3.4-3.86-5.52c-0.95-2.12-1.43-4.42-1.43-6.9c0-1.55,0.19-3.05,0.57-4.51
c0.38-1.46,0.92-2.82,1.61-4.09c0.7-1.27,1.54-2.44,2.54-3.51c1-1.07,2.11-1.98,3.35-2.74c1.23-0.76,2.57-1.35,4.02-1.77
c1.45-0.42,2.97-0.63,4.58-0.63c1.46,0,2.88,0.19,4.26,0.58c1.38,0.39,2.67,0.94,3.88,1.64c1.21,0.71,2.31,1.55,3.32,2.54
c1,0.99,1.87,2.07,2.59,3.24c0.72,1.17,1.28,2.43,1.68,3.76c0.4,1.33,0.6,2.7,0.6,4.11c0,0.92-0.01,1.67-0.04,2.25
s-0.16,1.04-0.41,1.39c-0.25,0.34-0.66,0.58-1.23,0.71c-0.57,0.13-1.42,0.2-2.53,0.2h-19.05c0.18,1.13,0.53,2.07,1.07,2.83
c0.54,0.76,1.16,1.36,1.86,1.81c0.71,0.45,1.46,0.77,2.25,0.97c0.79,0.19,1.54,0.29,2.25,0.29c0.63,0,1.29-0.07,1.96-0.2
c0.67-0.13,1.32-0.31,1.95-0.53c0.62-0.22,1.2-0.48,1.72-0.77c0.52-0.29,0.94-0.6,1.26-0.91c0.28-0.23,0.52-0.4,0.73-0.52
c0.2-0.12,0.42-0.17,0.65-0.17s0.46,0.08,0.7,0.24c0.24,0.16,0.51,0.39,0.81,0.69l2.8,3.18c0.19,0.23,0.32,0.44,0.37,0.62
c0.05,0.19,0.08,0.37,0.08,0.57c0,0.35-0.1,0.66-0.29,0.91C224.82,50.12,224.59,50.35,224.32,50.54 M211.6,28.51
c-0.69,0-1.35,0.14-2,0.41c-0.64,0.27-1.25,0.64-1.81,1.1c-0.56,0.46-1.07,0.98-1.52,1.56c-0.45,0.58-0.81,1.17-1.1,1.77h13.52
c-0.37-0.69-0.77-1.32-1.2-1.91c-0.43-0.58-0.93-1.09-1.48-1.53c-0.56-0.44-1.19-0.78-1.91-1.03
C213.39,28.63,212.55,28.51,211.6,28.51" />
<path class="st1"
d="M236.17,22.24c0-1.6,0.35-3.11,1.06-4.52c0.71-1.41,1.65-2.65,2.83-3.7c1.18-1.06,2.54-1.89,4.07-2.51
s3.14-0.92,4.81-0.92h0.53c0.6,0,1.06,0.18,1.39,0.53c0.33,0.35,0.49,0.84,0.49,1.46v4.93c0,0.64-0.17,1.17-0.52,1.59
c-0.34,0.42-0.8,0.63-1.36,0.63h-0.53c-0.37,0-0.72,0.07-1.06,0.19c-0.34,0.13-0.64,0.31-0.9,0.53c-0.26,0.22-0.47,0.49-0.63,0.79
c-0.16,0.3-0.24,0.63-0.24,0.99v2.97h4.15c0.6,0,1.06,0.16,1.39,0.48c0.33,0.32,0.49,0.82,0.49,1.51v4.72
c0,0.74-0.16,1.28-0.49,1.63c-0.33,0.35-0.79,0.52-1.39,0.52h-4.15v18.51c0,0.65-0.22,1.15-0.67,1.48c-0.45,0.34-0.94,0.5-1.47,0.5
h-5.71c-0.63,0-1.14-0.19-1.52-0.58c-0.38-0.39-0.57-0.86-0.57-1.41V34.06h-2.73c-0.62,0-1.12-0.17-1.49-0.52
c-0.38-0.34-0.57-0.89-0.57-1.63V27.2c0-0.69,0.19-1.19,0.57-1.51c0.38-0.32,0.88-0.48,1.49-0.48h2.73V22.24z" />
<path class="st1"
d="M255.42,13c0-0.56,0.14-1.04,0.42-1.43c0.28-0.39,0.77-0.58,1.46-0.58h6.48c0.18,0,0.36,0.05,0.56,0.15
c0.19,0.1,0.37,0.23,0.54,0.41c0.17,0.18,0.31,0.39,0.42,0.63c0.12,0.25,0.17,0.52,0.17,0.82v39.52c0,0.67-0.19,1.18-0.57,1.52
c-0.38,0.34-0.87,0.52-1.47,0.52h-6.14c-0.69,0-1.17-0.17-1.46-0.52c-0.28-0.34-0.42-0.85-0.42-1.52V13z" />
<path class="st1" d="M304.32,52.61c0,0.3-0.05,0.59-0.16,0.86c-0.11,0.27-0.28,0.49-0.53,0.65c-0.19,0.2-0.42,0.32-0.69,0.37
c-0.26,0.05-0.49,0.08-0.69,0.08h-5.21c-0.37,0-0.67-0.05-0.9-0.15c-0.23-0.1-0.41-0.23-0.56-0.41c-0.14-0.18-0.26-0.39-0.36-0.65
c-0.1-0.26-0.2-0.53-0.3-0.83l-0.34-1.19c-0.48,0.48-1.02,0.94-1.63,1.4c-0.61,0.46-1.28,0.87-2.01,1.23
c-0.73,0.36-1.52,0.65-2.35,0.87c-0.84,0.22-1.71,0.33-2.61,0.33c-1.61,0-3.14-0.2-4.62-0.61c-1.47-0.41-2.85-0.98-4.13-1.73
c-1.28-0.75-2.44-1.65-3.48-2.7c-1.04-1.05-1.93-2.22-2.68-3.51c-0.75-1.29-1.33-2.68-1.73-4.17c-0.41-1.49-0.61-3.05-0.61-4.67
c0-2.45,0.45-4.73,1.35-6.84c0.9-2.11,2.12-3.94,3.68-5.5c1.55-1.56,3.38-2.79,5.48-3.68c2.1-0.89,4.35-1.34,6.75-1.34
c1.09,0,2.11,0.12,3.06,0.37c0.94,0.25,1.81,0.58,2.59,1c0.78,0.42,1.49,0.93,2.13,1.52c0.64,0.59,1.19,1.23,1.67,1.92l0.77-2.41
c0.18-0.44,0.32-0.8,0.44-1.07c0.11-0.27,0.24-0.47,0.37-0.61c0.13-0.13,0.29-0.22,0.49-0.26c0.19-0.04,0.47-0.07,0.82-0.07h3.94
c0.19,0,0.42,0.03,0.69,0.08c0.26,0.05,0.49,0.18,0.69,0.37c0.25,0.2,0.42,0.41,0.53,0.66c0.11,0.25,0.16,0.53,0.16,0.85V52.61z
M278.26,37.79c0,1.16,0.18,2.25,0.54,3.27c0.36,1.01,0.88,1.89,1.55,2.63c0.67,0.74,1.48,1.33,2.42,1.76
c0.94,0.43,1.99,0.65,3.13,0.65c1.18,0,2.28-0.22,3.29-0.65c1.01-0.43,1.9-1.02,2.64-1.76c0.75-0.74,1.34-1.62,1.76-2.63
c0.42-1.01,0.64-2.1,0.64-3.27c0-1.13-0.21-2.2-0.64-3.23c-0.42-1.02-1.01-1.92-1.76-2.7c-0.75-0.78-1.63-1.39-2.64-1.84
c-1.02-0.45-2.11-0.67-3.29-0.67c-1.15,0-2.19,0.22-3.13,0.67c-0.94,0.45-1.75,1.06-2.42,1.84c-0.67,0.78-1.19,1.68-1.55,2.7
C278.45,35.59,278.26,36.66,278.26,37.79" />
<path class="st1" d="M307.59,13c0-0.3,0.01-0.57,0.03-0.82c0.02-0.25,0.09-0.46,0.22-0.63c0.13-0.18,0.34-0.31,0.62-0.41
c0.28-0.1,0.68-0.15,1.19-0.15h6.32c0.34,0,0.61,0.06,0.83,0.17c0.22,0.12,0.4,0.26,0.53,0.44c0.13,0.18,0.22,0.37,0.26,0.57
c0.04,0.2,0.07,0.39,0.07,0.57v19.58l9.52-10.58c0.46-0.51,1.01-0.77,1.64-0.77h8.12c0.97,0,1.46,0.38,1.46,1.14
c0,0.19-0.03,0.35-0.09,0.47c-0.06,0.12-0.19,0.3-0.38,0.53l-10.87,11.48l13.68,17.57h-0.05c0.23,0.23,0.39,0.46,0.49,0.7
c0.1,0.24,0.14,0.45,0.14,0.65c0,0.41-0.11,0.68-0.33,0.83c-0.22,0.15-0.55,0.22-0.99,0.22h-8.94c-0.3,0-0.58-0.12-0.85-0.34
c-0.26-0.23-0.56-0.57-0.87-1.03l-8.65-12.25l-2.94,3.04v8.55c0,0.14-0.02,0.33-0.07,0.56c-0.04,0.23-0.13,0.45-0.26,0.67
c-0.13,0.22-0.31,0.41-0.54,0.57c-0.23,0.16-0.53,0.24-0.9,0.24h-6.64c-0.32,0-0.59-0.08-0.82-0.25c-0.23-0.17-0.41-0.36-0.54-0.57
c-0.13-0.21-0.23-0.41-0.29-0.59c-0.06-0.19-0.09-0.3-0.09-0.33V13z" />
<path class="st1" d="M368.47,50.54c-1.55,1.43-3.3,2.54-5.24,3.35c-1.94,0.8-3.99,1.2-6.16,1.2c-2.42,0-4.7-0.44-6.85-1.32
c-2.15-0.88-4.04-2.1-5.66-3.66c-1.62-1.56-2.91-3.4-3.86-5.52c-0.95-2.12-1.43-4.42-1.43-6.9c0-1.55,0.19-3.05,0.57-4.51
c0.38-1.46,0.92-2.82,1.61-4.09c0.7-1.27,1.54-2.44,2.54-3.51c1-1.07,2.11-1.98,3.35-2.74c1.23-0.76,2.58-1.35,4.02-1.77
c1.44-0.42,2.97-0.63,4.58-0.63c1.46,0,2.88,0.19,4.26,0.58c1.38,0.39,2.67,0.94,3.88,1.64c1.21,0.71,2.31,1.55,3.32,2.54
c1,0.99,1.87,2.07,2.59,3.24c0.72,1.17,1.28,2.43,1.68,3.76c0.4,1.33,0.59,2.7,0.59,4.11c0,0.92-0.01,1.67-0.04,2.25
c-0.03,0.58-0.16,1.04-0.41,1.39c-0.25,0.34-0.66,0.58-1.23,0.71c-0.57,0.13-1.42,0.2-2.53,0.2H349c0.18,1.13,0.53,2.07,1.07,2.83
c0.54,0.76,1.16,1.36,1.86,1.81c0.71,0.45,1.45,0.77,2.25,0.97c0.79,0.19,1.54,0.29,2.25,0.29c0.63,0,1.29-0.07,1.96-0.2
c0.67-0.13,1.32-0.31,1.94-0.53c0.63-0.22,1.2-0.48,1.72-0.77c0.52-0.29,0.94-0.6,1.26-0.91c0.28-0.23,0.52-0.4,0.73-0.52
c0.2-0.12,0.42-0.17,0.65-0.17c0.23,0,0.46,0.08,0.7,0.24c0.24,0.16,0.51,0.39,0.81,0.69l2.8,3.18c0.19,0.23,0.32,0.44,0.37,0.62
c0.05,0.19,0.08,0.37,0.08,0.57c0,0.35-0.1,0.66-0.29,0.91C368.96,50.12,368.73,50.35,368.47,50.54 M355.75,28.51
c-0.69,0-1.35,0.14-2,0.41c-0.64,0.27-1.25,0.64-1.81,1.1c-0.56,0.46-1.07,0.98-1.52,1.56c-0.45,0.58-0.82,1.17-1.1,1.77h13.52
c-0.37-0.69-0.77-1.32-1.2-1.91c-0.43-0.58-0.93-1.09-1.48-1.53c-0.56-0.44-1.19-0.78-1.9-1.03
C357.53,28.63,356.7,28.51,355.75,28.51" />
<path class="st1"
d="M380.05,44.12c0.48,0.47,0.99,0.88,1.55,1.2c0.56,0.33,1.09,0.59,1.6,0.79c0.51,0.2,0.96,0.35,1.35,0.44
c0.39,0.09,0.65,0.13,0.79,0.13c0.33,0,0.76-0.01,1.28-0.04c0.52-0.03,1.02-0.11,1.49-0.24s0.89-0.35,1.23-0.65
c0.34-0.3,0.52-0.72,0.52-1.27c0-0.49-0.1-0.89-0.29-1.18c-0.19-0.29-0.48-0.54-0.85-0.74c-0.37-0.2-0.82-0.38-1.36-0.54
c-0.54-0.16-1.14-0.34-1.81-0.56c-2.12-0.56-3.86-1.24-5.24-2.04c-1.38-0.79-2.47-1.68-3.27-2.66c-0.8-0.98-1.36-2.03-1.68-3.16
c-0.32-1.13-0.48-2.32-0.48-3.57c0-1.46,0.29-2.79,0.87-3.99c0.58-1.2,1.41-2.23,2.49-3.08c1.07-0.85,2.36-1.52,3.86-1.98
c1.5-0.47,3.17-0.7,5-0.7c1.11,0,2.15,0.09,3.12,0.28c0.97,0.18,1.9,0.48,2.78,0.87c0.88,0.4,1.74,0.91,2.58,1.53
c0.84,0.63,1.67,1.37,2.5,2.24c0.3,0.35,0.45,0.68,0.46,0.99c0.01,0.31-0.19,0.64-0.6,0.99c-0.69,0.56-1.34,1.12-1.97,1.67
c-0.63,0.55-1.27,1.15-1.95,1.82c-0.21,0.18-0.42,0.29-0.63,0.33c-0.21,0.04-0.41,0.04-0.61-0.01c-0.19-0.05-0.38-0.14-0.56-0.26
c-0.18-0.12-0.34-0.27-0.48-0.45c-0.62-0.69-1.32-1.15-2.12-1.39c-0.79-0.24-1.53-0.36-2.22-0.36c-0.86,0-1.55,0.15-2.06,0.45
c-0.51,0.3-0.75,0.76-0.71,1.38c0.03,0.46,0.21,0.81,0.52,1.07c0.31,0.26,0.69,0.46,1.14,0.62c0.45,0.16,0.93,0.29,1.43,0.39
c0.5,0.1,0.97,0.21,1.39,0.33c1.59,0.51,3.04,1.07,4.36,1.67c1.32,0.6,2.47,1.34,3.44,2.21c0.97,0.87,1.72,1.92,2.26,3.14
c0.54,1.22,0.81,2.7,0.81,4.44c0,1.75-0.35,3.31-1.05,4.68c-0.7,1.38-1.65,2.53-2.87,3.47c-1.22,0.94-2.66,1.65-4.33,2.14
c-1.67,0.49-3.46,0.74-5.38,0.74c-1.09,0-2.2-0.1-3.33-0.29c-1.13-0.19-2.22-0.5-3.28-0.94c-1.06-0.43-2.06-0.99-3.02-1.67
c-0.95-0.68-1.8-1.5-2.54-2.47c-0.19-0.25-0.34-0.51-0.44-0.78c-0.1-0.27-0.14-0.54-0.13-0.81c0.01-0.26,0.06-0.51,0.16-0.73
c0.1-0.22,0.25-0.41,0.46-0.57l3.41-3.41c0.42-0.35,0.8-0.48,1.12-0.37C379.12,43.32,379.54,43.62,380.05,44.12" />
<path class="st0"
d="M77.9,24.56c-0.18,0.08-0.37,0.16-0.55,0.22l-20.18,6.69c-3.87,1.28-7.01,4.11-8.78,7.78
c-1.07,2.21-3.03,4.17-5.64,5.37c-1.67,0.77-3.41,1.14-5.07,1.14c-3.57,0-6.77-1.7-8.15-4.7c-2.03-4.4,0.61-9.93,5.89-12.36
c1.66-0.77,3.38-1.13,5.02-1.13c0.89,0,1.77,0.11,2.59,0.32c1.16,0.29,2.33,0.43,3.51,0.43c2.61,0,5.21-0.71,7.51-2.04l19.02-11.04
c0.14-0.08,0.29-0.16,0.44-0.23c0.71-0.33,1.46-0.48,2.2-0.48c1.99,0,3.89,1.14,4.78,3.06C81.69,20.22,80.54,23.34,77.9,24.56" />
<path class="st2" d="M58.36,59.89c-5.61,5.24-13.16,8.43-21.45,8.37C19.93,68.12,6.11,54.23,6.06,37.24c0-0.71,0.02-1.42,0.07-2.12
c0.08-1.25-0.82-2.36-2.06-2.56l-1.19-0.19c-1.41-0.23-2.7,0.82-2.8,2.24C0.03,35.46,0,36.31,0,37.16c0,5.02,0.98,9.88,2.92,14.46
c1.87,4.43,4.55,8.4,7.96,11.81c3.41,3.41,7.39,6.09,11.81,7.96c4.58,1.94,9.45,2.92,14.47,2.92c5.01,0,9.88-0.98,14.46-2.92
c4.43-1.87,8.4-4.55,11.81-7.96c0.01-0.01,0.01-0.01,0.02-0.02c0.97-0.97,0.83-2.57-0.27-3.38l-0.55-0.4
C61.34,58.67,59.54,58.79,58.36,59.89" />
<path class="st2" d="M64.02,16.88l-0.04,0.02c-1.23,0.71-2.79,0.47-3.74-0.58c-0.35-0.39-0.71-0.77-1.08-1.14
c-1.08-1.08-1.2-2.79-0.26-3.99l0.03-0.04c1.11-1.42,3.22-1.57,4.49-0.3c0.01,0.01,0.02,0.02,0.02,0.03
c0.45,0.44,0.88,0.9,1.3,1.36C66.02,13.67,65.68,15.92,64.02,16.88" />
<path class="st2" d="M74.32,37.16c0,5.02-0.98,9.88-2.92,14.47c-0.41,0.97-0.86,1.92-1.35,2.85c-0.87,1.65-2.99,2.14-4.49,1.04
l-0.01-0.01c-1.2-0.89-1.59-2.52-0.89-3.84c2.29-4.33,3.6-9.27,3.6-14.51c0-1.19-0.07-2.36-0.2-3.52c-0.16-1.42,0.71-2.75,2.06-3.2
c1.83-0.6,3.75,0.62,3.97,2.53C74.24,34.36,74.32,35.75,74.32,37.16" />
<path class="st1" d="M37.16,0c-5.02,0-9.88,0.98-14.47,2.92c-4.42,1.87-8.4,4.55-11.81,7.96c-3.41,3.41-6.09,7.38-7.96,11.81
c-0.11,0.26-0.22,0.53-0.32,0.79c-0.71,1.8,0.43,3.8,2.35,4.1c1.41,0.23,2.78-0.57,3.31-1.9C12.83,14.2,24.06,6.06,37.16,6.06
c4.94,0,9.62,1.16,13.77,3.22c1.29,0.64,2.85,0.27,3.73-0.86l0,0c1.18-1.51,0.68-3.73-1.04-4.58c-0.65-0.32-1.32-0.63-1.99-0.91
C47.04,0.98,42.18,0,37.16,0" />
<path class="st2" d="M29.74,15.06l-0.5-1.31c-0.5-1.31,0.25-2.77,1.61-3.11c2.12-0.52,4.31-0.79,6.54-0.79
c3.67,0,7.23,0.72,10.59,2.14c3.24,1.37,6.15,3.33,8.65,5.83c0.01,0.01,0.01,0.01,0.02,0.02c1.06,1.07,0.81,2.86-0.49,3.62
l-1.28,0.75c-0.9,0.52-2.05,0.38-2.8-0.35c-3.8-3.68-8.98-5.94-14.68-5.94c-1.7,0-3.36,0.2-4.94,0.58
C31.31,16.77,30.16,16.14,29.74,15.06" />
<path class="st1"
d="M64.58,37.05c0,3.67-0.72,7.23-2.14,10.59c-1.37,3.24-3.33,6.15-5.83,8.64c-2.5,2.5-5.4,4.46-8.65,5.83
c-3.35,1.42-6.92,2.14-10.59,2.14c-2.2,0-4.36-0.26-6.46-0.77c-1.96-0.48-2.89-2.71-1.89-4.45l0-0.01
c0.67-1.16,2.03-1.75,3.33-1.43c1.61,0.39,3.29,0.6,5.01,0.6c11.65,0,21.14-9.48,21.14-21.14c0-0.16,0-0.31-0.01-0.47
c-0.03-1.34,0.8-2.55,2.08-2.97c1.92-0.64,3.93,0.75,3.98,2.78C64.58,36.6,64.58,36.83,64.58,37.05" />
<path class="st2" d="M25.12,17.1L25.12,17.1c-0.73-1.91-3.12-2.58-4.71-1.3c-0.78,0.63-1.53,1.3-2.25,2.02
c-2.5,2.5-4.46,5.4-5.83,8.64c-1.42,3.36-2.14,6.92-2.14,10.59c0,3.67,0.72,7.23,2.14,10.59c1.37,3.24,3.33,6.15,5.83,8.64
c0.52,0.52,1.06,1.02,1.61,1.49c1.45,1.23,3.66,0.87,4.61-0.78c0.74-1.28,0.44-2.89-0.68-3.85c-4.55-3.88-7.45-9.65-7.45-16.09
c0-6.67,3.11-12.63,7.95-16.51C25.23,19.72,25.59,18.32,25.12,17.1" />
</g>
</svg>
<p class="mt-5 mb-md-5 mb-lg-0 text-justify" style="text-align: justify;">
Software development company, is a nearshore consulting company that provides expertise
in IT solutions for
businesses worldwide, the company aims to improve its clients' existing solutions as
well as creating new ones on
demand. We're registered as “Code Flakes LLC.”
</p>
</div>
<div class="col-lg-5 offset-lg-1">
<div class="row">
<div class="col-sm mt-5 mt-md-0">
<div class="ts-title">
<h4 class="h6 mb-4 color-purple-dark">
<strong>Company</strong>
</h4>
<ul class="footer-nav">
<li><a href="about-us.html" class="btn btn-link"><span
class="btn-decor"></span> About us</a></li>
<li><a href="our-products.html" class="btn btn-link"><span
class="btn-decor"></span> Our products</a></li>
<li><a href="testimonials.html" class="btn btn-link"><span
class="btn-decor"></span> Testimonials</a></li>
<li><a href="careers.html" class="btn btn-link"><span
class="btn-decor"></span> Careers</a></li>
<li><a href="blog.html" class="btn btn-link"><span class="btn-decor"></span>
Blog</a></li>
</ul>
</div>
</div>
<div class="col-sm mt-5 mt-md-0">
<div class="ts-title">
<h4 class="h6 mb-4 color-purple-dark">
<strong>Contact Us</strong>
</h4>
<address class="footer-address">
<span class="d-block mb-3">
<span class="d-block"><strong>Chile</strong></span>
<a href="tel:+5694863504" class="btn btn-link">+56 9 4863-5044</a>
</span>
<span class="d-block mb-3">
<span class="d-block"><strong>USA</strong></span>
<a href="tel:+19123069920" class="btn btn-link">+1 (912) 306-9920</a>
</span>
<span class="d-block mb-0">
<span class="d-block"><strong>Venezuela</strong></span>
<a href="tel:+584120578330" class="btn btn-link">+58 (412) 057-8330</a>
<a href="mailto:contact@codeflakes.io"
class="btn btn-link">contact@codeflakes.io</a>
</span>
</address>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-10">
<div class="footer-copyright py-5">
<div class="row">
<div class="col-md order-1 order-md-0 align-self-center">
<p><strong>Code Flakes LLC</strong> © 2021. All Rights Reserved.</p>
</div>
<div class="col-md order-0 order-md-1 align-self-center text-left text-md-end">
<p class="mx-md-4 d-inline-block"><a href="terms-and-conditions.html"
class="btn btn-link">Terms and Conditions</a></p>
<ul class="ts-social d-table d-md-inline-block my-4 m-md-0">
<li><a href="#" target="_blank" class="btn btn-primary btn-radius m-1"><i
class="fab fa-linkedin-in"></i></a></li>
<li><a href="#" target="_blank" class="btn btn-primary btn-radius m-1"><i
class="fab fa-facebook-f"></i></a></li>
<li><a href="#" target="_blank" class="btn btn-primary btn-radius m-1"><i
class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- end -->
<!-- Modal Offers -->
<div class="modal fade" id="modalJobOffers" tabindex="-1" aria-labelledby="modalJobOffersLabel" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered">
<div class="modal-content">
<div class="modal-header text-center pb-5">
<h5 class="modal-title h4 font-weight-bold color-gradient-purple w-100" id="modalJobOffersLabel">Apply now</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="form-floating mb-3">
<input type="email" class="form-control border-radius-10 is-invalid" id="floatingName" placeholder="Name & Last name">
<label for="floatingName">Name & Last name</label>
</div>
<div class="form-floating mb-3">
<input type="email" class="form-control border-radius-10 is-valid" id="floatingEmail" placeholder="Email">
<label for="floatingEmail">Email</label>
</div>
<div class="form-floating mb-5">
<textarea class="form-control border-radius-10" placeholder="Comments" id="floatingComments"
style="height: 100px"></textarea>
<label for="floatingComments">Comments</label>
</div>
<div class="input-group mb-3">
<input type="file" class="form-control" id="inputFile">
<label class="input-group-text" for="inputFile">Upload</label>
</div>
</div>
<div class="modal-footer pt-5">
<div class="text-center w-100">
<button type="button" class="btn btn-primary d-inline-block mx-1 px-5">Send</button>
</div>
</div>
</div>
</div>
</div>
<!-- end -->
<!-- Library JS -->
<script src="theme/vendor/jquery/jquery-3.6.0.min.js"></script>
<script src="theme/js/vendor.js"></script>
<!-- Main -->
<script src="theme/js/main.js"></script>
</body>
</html>