Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
File size: 106,196 Bytes
a01128b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en-US">
 <head>
  <meta charset="utf-8">
  <meta content="IE=edge" http-equiv="X-UA-Compatible">
  <meta content="width=device-width, initial-scale=1" name="viewport">
  <title>
   Concrete in St. Louis - KLS Crete, Inc.
  </title>
  <meta content="KLS Crete, Inc. concrete company services the St. Louis metro area. " name="description">
  <meta content="KLS Crete, Inc." name="author">
  <meta content="Starfield Technologies; Go Daddy Website Builder 8.0.0000" name="generator">
  <meta content="" property="og:url">
  <meta content="KLS Crete, Inc." property="og:site_name">
  <meta content="KLS Crete, Inc." property="og:title">
  <meta content="KLS Crete, Inc. concrete company services the St. Louis metro area. " property="og:description">
  <meta content="website" property="og:type">
  <meta content="" property="og:image">
  <meta content="en_US" property="og:locale">
  <meta content="summary" name="twitter:card">
  <meta content="KLS Crete, Inc." name="twitter:title">
  <meta content="Welcome to KLS Crete, Inc." name="twitter:description">
  <meta content="" name="twitter:image">
  <meta content="KLS Crete, Inc." name="twitter:image:alt">
  <meta content="#000000" name="theme-color">
  <style data-inline-fonts>
   /* vietnamese */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkbqDH7mlx17r.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkbqDH7ilx17r.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkbqDH7alxw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u8w4BMUTPHjxsAUi-qJCY.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u_w4BMUTPHjxsI5wq_FQft1dw.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u_w4BMUTPHjxsI5wq_Gwft.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u8w4BMUTPHh30AUi-qJCY.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u8w4BMUTPHh30AXC-q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u9w4BMUTPHh50XSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
  </style>
  <style>
   .x{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);margin:0;box-sizing:border-box}.x *,.x :after,.x :before{box-sizing:inherit}.x-el a[href^="mailto:"]:not(.x-el),.x-el a[href^="tel:"]:not(.x-el){color:inherit;font-size:inherit;text-decoration:inherit}.x-el-article,.x-el-aside,.x-el-details,.x-el-figcaption,.x-el-figure,.x-el-footer,.x-el-header,.x-el-hgroup,.x-el-main,.x-el-menu,.x-el-nav,.x-el-section,.x-el-summary{display:block}.x-el-audio,.x-el-canvas,.x-el-progress,.x-el-video{display:inline-block;vertical-align:baseline}.x-el-audio:not([controls]){display:none;height:0}.x-el-template{display:none}.x-el-a{background-color:transparent;color:inherit}.x-el-a:active,.x-el-a:hover{outline:0}.x-el-abbr[title]{border-bottom:1px dotted}.x-el-b,.x-el-strong{font-weight:700}.x-el-dfn{font-style:italic}.x-el-mark{background:#ff0;color:#000}.x-el-small{font-size:80%}.x-el-sub,.x-el-sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.x-el-sup{top:-.5em}.x-el-sub{bottom:-.25em}.x-el-img{vertical-align:middle;border:0}.x-el-svg:not(:root){overflow:hidden}.x-el-figure{margin:0}.x-el-hr{box-sizing:content-box;height:0}.x-el-pre{overflow:auto}.x-el-code,.x-el-kbd,.x-el-pre,.x-el-samp{font-family:monospace,monospace;font-size:1em}.x-el-button,.x-el-input,.x-el-optgroup,.x-el-select,.x-el-textarea{color:inherit;font:inherit;margin:0}.x-el-button{overflow:visible}.x-el-button,.x-el-select{text-transform:none}.x-el-button,.x-el-input[type=button],.x-el-input[type=reset],.x-el-input[type=submit]{-webkit-appearance:button;cursor:pointer}.x-el-button[disabled],.x-el-input[disabled]{cursor:default}.x-el-button::-moz-focus-inner,.x-el-input::-moz-focus-inner{border:0;padding:0}.x-el-input{line-height:normal}.x-el-input[type=checkbox],.x-el-input[type=radio]{box-sizing:border-box;padding:0}.x-el-input[type=number]::-webkit-inner-spin-button,.x-el-input[type=number]::-webkit-outer-spin-button{height:auto}.x-el-input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}.x-el-input[type=search]::-webkit-search-cancel-button,.x-el-input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.x-el-textarea{border:0}.x-el-fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.x-el-legend{border:0;padding:0}.x-el-textarea{overflow:auto}.x-el-optgroup{font-weight:700}.x-el-table{border-collapse:collapse;border-spacing:0}.x-el-td,.x-el-th{padding:0}.x{-webkit-font-smoothing:antialiased}.x-el-hr{border:0}.x-el-fieldset,.x-el-input,.x-el-select,.x-el-textarea{margin-top:0;margin-bottom:0}.x-el-fieldset,.x-el-input[type=email],.x-el-input[type=text],.x-el-textarea{width:100%}.x-el-label{vertical-align:middle}.x-el-input{border-style:none;padding:.5em;vertical-align:middle}.x-el-select:not([multiple]){vertical-align:middle}.x-el-textarea{line-height:1.75;padding:.5em}.x-el.d-none{display:none!important}.sideline-footer{margin-top:auto}.disable-scroll{touch-action:none;overflow:hidden;position:fixed;max-width:100vw}@-webkit-keyframes loaderscale{0%{transform:scale(1);opacity:1}45%{transform:scale(.1);opacity:.7}80%{transform:scale(1);opacity:1}}@keyframes loaderscale{0%{transform:scale(1);opacity:1}45%{transform:scale(.1);opacity:.7}80%{transform:scale(1);opacity:1}}.x-loader svg{display:inline-block}.x-loader svg:first-child{-webkit-animation:loaderscale .75s cubic-bezier(.2,.68,.18,1.08) -.24s infinite;animation:loaderscale .75s cubic-bezier(.2,.68,.18,1.08) -.24s infinite}.x-loader svg:nth-child(2){-webkit-animation:loaderscale .75s cubic-bezier(.2,.68,.18,1.08) -.12s infinite;animation:loaderscale .75s cubic-bezier(.2,.68,.18,1.08) -.12s infinite}.x-loader svg:nth-child(3){-webkit-animation:loaderscale .75s cubic-bezier(.2,.68,.18,1.08) 0s infinite;animation:loaderscale .75s cubic-bezier(.2,.68,.18,1.08) 0s infinite}.x-icon>svg{transition:transform .33s ease-in-out}.x-icon>svg.rotate-90{transform:rotate(-90deg)}.x-icon>svg.rotate90{transform:rotate(90deg)}.x-icon>svg.rotate-180{transform:rotate(-180deg)}.x-icon>svg.rotate180{transform:rotate(180deg)}.x-rt:after{content:"";clear:both}.x-rt ol,.x-rt ul{text-align:left}.x-rt p{margin:0}.x-rt br{clear:both}.mte-inline-block{display:inline-block}@media only screen and (min-device-width:1025px){:root select,_::-webkit-full-page-media,_:future{font-family:sans-serif!important}}
  </style>
  <style>
   /*
Copyright 2016 The Cabin Project Authors ([EMAIL REDACTED])

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL

—————————————————————————————-
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
—————————————————————————————-
*/

/*
Copyright (c) 2010-2011 by tyPoland Lukasz Dziedzic ([EMAIL REDACTED]) with Reserved Font Name "Lato". Licensed under the SIL Open Font License, Version 1.1.

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL

—————————————————————————————-
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
—————————————————————————————-
*/
  </style>
  <style data-glamor="cxs-default-sheet">
   .x .c1-1{letter-spacing:normal}.x .c1-2{text-transform:none}.x .c1-3{background-color:rgb(255, 255, 255)}.x .c1-4{width:100%}.x .c1-5 > div{position:relative}.x .c1-6 > div{overflow:hidden}.x .c1-7 > div{margin-top:auto}.x .c1-8 > div{margin-right:auto}.x .c1-9 > div{margin-bottom:auto}.x .c1-a > div{margin-left:auto}.x .c1-b{font-family:Lato, arial, sans-serif}.x .c1-c{font-size:16px}.x .c1-h{padding-top:40px}.x .c1-i{padding-bottom:40px}.x .c1-j{overflow:hidden}.x .c1-k{padding:0px !important}.x .c1-n{display:none}.x .c1-p{background-color:rgb(0, 0, 0)}.x .c1-q{padding-top:4px}.x .c1-r{padding-bottom:4px}.x .c1-s{transition:all .5s}.x .c1-t{position:relative}.x .c1-u{z-index:1}.x .c1-v{margin-left:auto}.x .c1-w{margin-right:auto}.x .c1-x{padding-left:24px}.x .c1-y{padding-right:24px}.x .c1-z{max-width:100%}.x .c1-10{display:flex}.x .c1-11{align-items:center}.x .c1-12{justify-content:center}.x .c1-17{word-wrap:break-word}.x .c1-18{overflow-wrap:break-word}.x .c1-19{line-height:1.5}.x .c1-1a{margin-top:0}.x .c1-1b{margin-bottom:0}.x .c1-1c{text-align:center}.x .c1-1d{color:rgb(226, 226, 226)}.x .c1-1e{font-weight:400}.x .c1-1f{background-color:transparent}.x .c1-1g .sticky-animate{background-color:rgba(255, 255, 255, 0.9)}.x .c1-1h{transition:background .3s}.x .c1-1i{padding-top:24px}.x .c1-1j{padding-bottom:24px}.x .c1-1k{z-index:auto}.x .c1-1p{flex-wrap:nowrap}.x .c1-1q{margin-right:0px}.x .c1-1r{margin-left:0px}.x .c1-1s{[object -object]:0px}.x .c1-1u{width:70%}.x .c1-1v{text-align:left}.x .c1-1w{justify-content:flex-start}.x .c1-1x{padding-left:8px}.x .c1-1y{padding-right:8px}.x .c1-1z{letter-spacing:1px}.x .c1-20{text-transform:uppercase}.x .c1-21{display:inline-block}.x .c1-22{font-family:'Cabin', arial, sans-serif}.x .c1-26{letter-spacing:inherit}.x .c1-27{text-transform:inherit}.x .c1-28{text-decoration:none}.x .c1-29{display:inline}.x .c1-2a{cursor:pointer}.x .c1-2b{border-top:0px}.x .c1-2c{border-right:0px}.x .c1-2d{border-bottom:0px}.x .c1-2e{border-left:0px}.x .c1-2f{color:rgb(0, 0, 0)}.x .c1-2g{font-weight:inherit}.x .c1-2h:hover{color:rgb(48, 48, 48)}.x .c1-2i:active{color:rgb(0, 0, 0)}.x .c1-2j{line-height:1.2}.x .c1-2k{color:rgb(27, 27, 27)}.x .c1-2l{font-size:22px}.x .c1-2m{font-weight:700}.x .c1-2r{word-wrap:normal !important}.x .c1-2s{overflow-wrap:normal !important}.x .c1-2t{visibility:hidden}.x .c1-2u{position:absolute}.x .c1-2v{width:auto}.x .c1-2w{overflow:visible}.x .c1-2x{left:0px}.x .c1-2y{font-size:32px}.x .c1-33{font-size:28px}.x .c1-38{width:30%}.x .c1-39{padding-right:0px}.x .c1-3a{padding-left:0px}.x .c1-3b{justify-content:flex-end}.x .c1-3c:hover{color:rgb(0, 0, 0)}.x .c1-3d{color:inherit}.x .c1-3e{vertical-align:top}.x .c1-3f{padding-top:6px}.x .c1-3g{padding-right:6px}.x .c1-3h{padding-bottom:6px}.x .c1-3i{padding-left:6px}.x .c1-3j{padding-top:0px}.x .c1-3k{padding-bottom:0px}.x .c1-3m{width:35%}.x .c1-3n{min-width:35%}.x .c1-3o{flex-shrink:0}.x .c1-3t{min-width:65%}.x .c1-3u{flex-basis:auto}.x .c1-3v{padding-top:5px}.x .c1-3w{line-height:24px}.x .c1-3x{-webkit-margin-before:0}.x .c1-3y{-webkit-margin-after:0}.x .c1-3z{-webkit-padding-start:0}.x .c1-40{color:rgb(94, 94, 94)}.x .c1-41{margin-bottom:none}.x .c1-42{list-style:none}.x .c1-43{padding-left:32px}.x .c1-44{white-space:nowrap}.x .c1-45:first-child{margin-left:0}.x .c1-46:first-child{padding-left:0}.x .c1-47{letter-spacing:0.063em}.x .c1-48{display:block}.x .c1-49{margin-bottom:-5px}.x .c1-4a{border-bottom:1px solid}.x .c1-4b:active{color:rgb(27, 27, 27)}.x .c1-4c{margin-left:-6px}.x .c1-4d{margin-right:-6px}.x .c1-4e{margin-top:-6px}.x .c1-4f{margin-bottom:-6px}.x .c1-4g{transition:transform .33s ease-in-out}.x .c1-4h{transform:rotate(0deg)}.x .c1-4i{vertical-align:middle}.x .c1-4j{border-radius:4px}.x .c1-4k{box-shadow:0 3px 6px 3px rgba(0,0,0,0.24)}.x .c1-4l{padding-top:16px}.x .c1-4m{padding-bottom:16px}.x .c1-4n{padding-left:16px}.x .c1-4o{padding-right:16px}.x .c1-4p{right:0px}.x .c1-4q{top:32px}.x .c1-4r{max-height:45vh}.x .c1-4s{overflow-y:auto}.x .c1-4t{z-index:1003}.x .c1-4w:last-child{margin-bottom:0}.x .c1-4x{margin-bottom:8px}.x .c1-4y{margin-top:8px}.x .c1-4z{background-color:rgb(22, 22, 22)}.x .c1-50{position:fixed}.x .c1-51{top:0px}.x .c1-52{height:100%}.x .c1-53{z-index:10002}.x .c1-54{padding-top:56px}.x .c1-55{-webkit-overflow-scrolling:touch}.x .c1-56{transform:translateX(-249vw)}.x .c1-57{overscroll-behavior:contain}.x .c1-58{box-shadow:0 2px 6px 0px rgba(0,0,0,0.2)}.x .c1-59{transition:transform .3s ease-in-out}.x .c1-5a{flex-direction:column}.x .c1-5b{color:rgb(247, 247, 247)}.x .c1-5c{line-height:1.3em}.x .c1-5d{font-style:normal}.x .c1-5e{top:15px}.x .c1-5f{right:15px}.x .c1-5g:hover{color:rgb(99, 99, 99)}.x .c1-5h{overflow-x:hidden}.x .c1-5i{overscroll-behavior:none}.x .c1-5j{color:rgb(164, 164, 164)}.x .c1-5k{border-color:rgba(76, 76, 76, 0.5)}.x .c1-5l{border-bottom-width:1px}.x .c1-5m{border-bottom-style:solid}.x .c1-5n:last-child{border-bottom:0}.x .c1-5o{min-width:200px}.x .c1-5p{justify-content:space-between}.x .c1-5q:hover{color:rgb(191, 191, 191)}.x .c1-5r:active{color:rgb(127, 128, 128)}.x .c1-5t{background:url(https://i.vimeocdn.com/video/[PHONE REDACTED]-033ed7126b8e1e0ef1c313938f1a944b0daf0e441c9208497d89a7bf37f030ad-d) center/cover}.x .c1-5u{filter:blur(90px)}.x .c1-5v{aspect-ratio:auto}.x .c1-5w{top:50%}.x .c1-5x{left:50%}.x .c1-5y{transform:translateX(-50%) translateY(-50%)}.x .c1-5z{min-height:100%}.x .c1-60{object-fit:cover}.x .c1-61{border-top-width:0px}.x .c1-62{border-right-width:0px}.x .c1-63{border-bottom-width:0px}.x .c1-64{border-left-width:0px}.x .c1-65{border-radius:0px}.x .c1-67{pointer-events:none}.x .c1-69{bottom:0}.x .c1-6a{opacity:0.3}.x .c1-6b{right:0px}.x .c1-6c{min-height:500px}.x .c1-6e{flex-grow:1}.x .c1-6p > :nth-child(n){margin-bottom:8px}.x .c1-6q  > :last-child{margin-bottom:0 !important}.x .c1-70{width:inherit}.x .c1-71{white-space:pre-line}.x .c1-72{font-size:40px}.x .c1-7g{margin-top:32px}.x .c1-7i{flex-wrap:wrap}.x .c1-7j{column-gap:24px}.x .c1-7k{row-gap:24px}.x .c1-7m{border-style:solid}.x .c1-7n{display:inline-flex}.x .c1-7o{padding-right:32px}.x .c1-7p{padding-top:8px}.x .c1-7q{padding-bottom:8px}.x .c1-7r{min-height:56px}.x .c1-7s{border-radius:4px}.x .c1-7t{border-color:currentColor}.x .c1-7u{border-top-width:1px}.x .c1-7v{border-right-width:1px}.x .c1-7w{border-bottom-width:1px}.x .c1-7x{border-left-width:1px}.x .c1-7y{text-shadow:none}.x .c1-7z:hover{background-color:rgb(255, 255, 255)}.x .c1-80:hover{border-color:rgb(255, 255, 255)}.x .c1-82{line-height:1.4}.x .c1-83{margin-bottom:40px}.x .c1-84{font-size:unset}.x .c1-85{font-family:unset}.x .c1-86{letter-spacing:unset}.x .c1-87{text-transform:unset}.x .c1-88{border-color:rgb(226, 226, 226)}.x .c1-89{margin-top:16px}.x .c1-8a{box-sizing:border-box}.x .c1-8b{flex-direction:row}.x .c1-8c{margin-right:-12px}.x .c1-8d{margin-bottom:-24px}.x .c1-8e{margin-left:-12px}.x .c1-8j{flex-shrink:1}.x .c1-8k{flex-basis:100%}.x .c1-8l{padding-right:12px}.x .c1-8m{padding-bottom:48px}.x .c1-8n{padding-left:12px}.x .c1-8t{align-self:flex-start}.x .c1-8x{margin-bottom:24px}.x .c1-8y{border-width:0 !important}.x .c1-8z{aspect-ratio:1 / 1}.x .c1-90{order:-1}.x .c1-92 > *{max-width:100%}.x .c1-93 > :nth-child(n){margin-bottom:24px}.x .c1-96{line-height:1.25}.x .c1-97 > p > ol{text-align:left}.x .c1-98 > p > ol{display:block}.x .c1-99 > p > ol{padding-left:1.3em}.x .c1-9a > p > ol{margin-left:16px}.x .c1-9b > p > ol{margin-right:16px}.x .c1-9c > p > ol{margin-top:auto}.x .c1-9d > p > ol{margin-bottom:auto}.x .c1-9e > p > ul{text-align:left}.x .c1-9f > p > ul{display:block}.x .c1-9g > p > ul{padding-left:1.3em}.x .c1-9h > p > ul{margin-left:16px}.x .c1-9i > p > ul{margin-right:16px}.x .c1-9j > p > ul{margin-top:auto}.x .c1-9k > p > ul{margin-bottom:auto}.x .c1-9l > ul{text-align:left}.x .c1-9m > ul{display:block}.x .c1-9n > ul{padding-left:1.3em}.x .c1-9o > ul{margin-left:16px}.x .c1-9p > ul{margin-right:16px}.x .c1-9q > ul{margin-top:auto}.x .c1-9r > ul{margin-bottom:auto}.x .c1-9s > ol{text-align:left}.x .c1-9t > ol{display:block}.x .c1-9u > ol{padding-left:1.3em}.x .c1-9v > ol{margin-left:16px}.x .c1-9w > ol{margin-right:16px}.x .c1-9x > ol{margin-top:auto}.x .c1-9y > ol{margin-bottom:auto}.x .c1-9z{font-size:inherit !important}.x .c1-a0{line-height:inherit}.x .c1-a1{font-style:italic}.x .c1-a2{text-decoration:line-through}.x .c1-a3{text-decoration:underline}.x .c1-a4{flex-direction:row-reverse}.x .c1-a7{flex-basis:50%}.x .c1-a8{max-width:50%}.x .c1-a9{height:130px}.x .c1-aj{transition:transform .5s ease}.x .c1-ak{text-shadow:0px 2px 30px rgba(0, 0, 0, 0.12)}.x .c1-al{background-position:38.59166411902578% 56.61684782608695%}.x .c1-am{background-size:auto, cover}.x .c1-an{background-blend-mode:normal}.x .c1-ao{background-repeat:no-repeat}.x .c1-ba{background-position:7.286252929787017% 76.61684782608695%}.x .c1-bw{background-position:52.28778151431774% 93.13858695652173%}.x .c1-ci{background-position:50% 50%}.x .c1-d4{padding-bottom:56px}.x .c1-d5{color:rgb(89, 89, 89)}.x .c1-d6{font-size:14px}.x .c1-db{width:50px}
  </style>
  <style data-glamor="cxs-media-sheet">
   @media (max-width: 450px){.x .c1-ap{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:450,m")}}@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 450px) and (min-resolution: 192dpi){.x .c1-aq{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:900,m")}}@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 450px) and (min-resolution: 288dpi){.x .c1-ar{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1350,m")}}@media (min-width: 451px) and (max-width: 767px){.x .c1-as{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:767,m")}}@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 451px) and (max-width: 767px) and (min-resolution: 192dpi){.x .c1-at{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1534,m")}}@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 451px) and (max-width: 767px) and (min-resolution: 288dpi){.x .c1-au{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2301,m")}}@media (min-width: 768px) and (max-width: 1023px){.x .c1-av{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1023,m")}}@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (max-width: 1023px) and (min-resolution: 192dpi){.x .c1-aw{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2046,m")}}@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 768px) and (max-width: 1023px) and (min-resolution: 288dpi){.x .c1-ax{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3069,m")}}@media (min-width: 1024px) and (max-width: 1279px){.x .c1-ay{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1279,m")}}@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 192dpi){.x .c1-az{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2558,m")}}@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 288dpi){.x .c1-b0{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3837,m")}}@media (min-width: 1280px) and (max-width: 1535px){.x .c1-b1{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1535,m")}}@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 192dpi){.x .c1-b2{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3070,m")}}@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 288dpi){.x .c1-b3{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:4605,m")}}@media (min-width: 1536px) and (max-width: 1920px){.x .c1-b4{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1920,m")}}@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 192dpi){.x .c1-b5{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3840,m")}}@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 288dpi){.x .c1-b6{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:5760,m")}}@media (min-width: 1921px){.x .c1-b7{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")}}@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1921px) and (min-resolution: 192dpi){.x .c1-b8{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")}}@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1921px) and (min-resolution: 288dpi){.x .c1-b9{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/35236147_10160452919510282_3536711787921539072.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")}}@media (max-width: 450px){.x .c1-bb{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:450,m")}}@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 450px) and (min-resolution: 192dpi){.x .c1-bc{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:900,m")}}@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 450px) and (min-resolution: 288dpi){.x .c1-bd{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1350,m")}}@media (min-width: 451px) and (max-width: 767px){.x .c1-be{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:767,m")}}@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 451px) and (max-width: 767px) and (min-resolution: 192dpi){.x .c1-bf{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1534,m")}}@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 451px) and (max-width: 767px) and (min-resolution: 288dpi){.x .c1-bg{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2301,m")}}@media (min-width: 768px) and (max-width: 1023px){.x .c1-bh{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1023,m")}}@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (max-width: 1023px) and (min-resolution: 192dpi){.x .c1-bi{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2046,m")}}@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 768px) and (max-width: 1023px) and (min-resolution: 288dpi){.x .c1-bj{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3069,m")}}@media (min-width: 1024px) and (max-width: 1279px){.x .c1-bk{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1279,m")}}@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 192dpi){.x .c1-bl{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2558,m")}}@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 288dpi){.x .c1-bm{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3837,m")}}@media (min-width: 1280px) and (max-width: 1535px){.x .c1-bn{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1535,m")}}@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 192dpi){.x .c1-bo{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3070,m")}}@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 288dpi){.x .c1-bp{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:4605,m")}}@media (min-width: 1536px) and (max-width: 1920px){.x .c1-bq{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1920,m")}}@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 192dpi){.x .c1-br{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3840,m")}}@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 288dpi){.x .c1-bs{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:5760,m")}}@media (min-width: 1921px){.x .c1-bt{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")}}@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1921px) and (min-resolution: 192dpi){.x .c1-bu{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")}}@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1921px) and (min-resolution: 288dpi){.x .c1-bv{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/9960def0-a91e-4273-8781-d5ecee1e4571-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")}}@media (max-width: 450px){.x .c1-bx{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:450,m")}}@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 450px) and (min-resolution: 192dpi){.x .c1-by{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:900,m")}}@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 450px) and (min-resolution: 288dpi){.x .c1-bz{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1350,m")}}@media (min-width: 451px) and (max-width: 767px){.x .c1-c0{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:767,m")}}@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 451px) and (max-width: 767px) and (min-resolution: 192dpi){.x .c1-c1{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1534,m")}}@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 451px) and (max-width: 767px) and (min-resolution: 288dpi){.x .c1-c2{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2301,m")}}@media (min-width: 768px) and (max-width: 1023px){.x .c1-c3{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1023,m")}}@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (max-width: 1023px) and (min-resolution: 192dpi){.x .c1-c4{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2046,m")}}@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 768px) and (max-width: 1023px) and (min-resolution: 288dpi){.x .c1-c5{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3069,m")}}@media (min-width: 1024px) and (max-width: 1279px){.x .c1-c6{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1279,m")}}@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 192dpi){.x .c1-c7{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2558,m")}}@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 288dpi){.x .c1-c8{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3837,m")}}@media (min-width: 1280px) and (max-width: 1535px){.x .c1-c9{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1535,m")}}@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 192dpi){.x .c1-ca{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3070,m")}}@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 288dpi){.x .c1-cb{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:4605,m")}}@media (min-width: 1536px) and (max-width: 1920px){.x .c1-cc{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1920,m")}}@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 192dpi){.x .c1-cd{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3840,m")}}@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 288dpi){.x .c1-ce{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:5760,m")}}@media (min-width: 1921px){.x .c1-cf{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")}}@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1921px) and (min-resolution: 192dpi){.x .c1-cg{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")}}@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1921px) and (min-resolution: 288dpi){.x .c1-ch{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/413d3125-7332-486e-99f9-5020302ca80f-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")}}@media (max-width: 450px){.x .c1-cj{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:450,m")}}@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 450px) and (min-resolution: 192dpi){.x .c1-ck{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:900,m")}}@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 450px) and (min-resolution: 288dpi){.x .c1-cl{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1350,m")}}@media (min-width: 451px) and (max-width: 767px){.x .c1-cm{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:767,m")}}@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 451px) and (max-width: 767px) and (min-resolution: 192dpi){.x .c1-cn{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1534,m")}}@media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 451px) and (max-width: 767px) and (min-resolution: 288dpi){.x .c1-co{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2301,m")}}@media (min-width: 768px) and (max-width: 1023px){.x .c1-cp{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1023,m")}}@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (max-width: 1023px) and (min-resolution: 192dpi){.x .c1-cq{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2046,m")}}@media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 768px) and (max-width: 1023px) and (min-resolution: 288dpi){.x .c1-cr{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3069,m")}}@media (min-width: 1024px) and (max-width: 1279px){.x .c1-cs{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1279,m")}}@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 192dpi){.x .c1-ct{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:2558,m")}}@media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 288dpi){.x .c1-cu{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3837,m")}}@media (min-width: 1280px) and (max-width: 1535px){.x .c1-cv{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1535,m")}}@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 192dpi){.x .c1-cw{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3070,m")}}@media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 288dpi){.x .c1-cx{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:4605,m")}}@media (min-width: 1536px) and (max-width: 1920px){.x .c1-cy{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:1920,m")}}@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 192dpi){.x .c1-cz{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:3840,m")}}@media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 288dpi){.x .c1-d0{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:5760,m")}}@media (min-width: 1921px){.x .c1-d1{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")}}@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1921px) and (min-resolution: 192dpi){.x .c1-d2{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")}}@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1921px) and (min-resolution: 288dpi){.x .c1-d3{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("//img1.wsimg.com/isteam/ip/85f60a0f-cfd3-43de-aa32-d363560fa059/blob-0007.png/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:100%25")}}
  </style>
  <style data-glamor="cxs-xs-sheet">
   @media (max-width: 767px){.x .c1-l{padding-top:40px}}@media (max-width: 767px){.x .c1-m{padding-bottom:40px}}@media (max-width: 767px){.x .c1-23{justify-content:flex-start}}@media (max-width: 767px){.x .c1-24{max-width:100%}}@media (max-width: 767px){.x .c1-3p{width:100%}}@media (max-width: 767px){.x .c1-3q{display:flex}}@media (max-width: 767px){.x .c1-3r{justify-content:center}}@media (max-width: 767px){.x .c1-66{display:none}}@media (max-width: 767px){.x .c1-68{display:block}}@media (max-width: 767px){.x .c1-6r:last-child{margin-bottom:32px}}@media (max-width: 767px){.x .c1-73{border-bottom-style:solid}}@media (max-width: 767px){.x .c1-74{border-bottom-width:1px}}@media (max-width: 767px){.x .c1-75{border-color:rgb(247, 247, 247)}}@media (max-width: 767px){.x .c1-76{padding-bottom:16px}}@media (max-width: 767px){.x .c1-7l{flex-direction:column}}@media (max-width: 767px){.x .c1-91{height:calc((100vw - 48px)/1)}}@media (max-width: 767px){.x .c1-94 > :nth-child(n){margin-bottom:16px}}@media (max-width: 767px){.x .c1-95  > :last-child{margin-bottom:0 !important}}@media (max-width: 767px){.x .c1-a5{padding-top:0px}}@media (max-width: 767px){.x .c1-a6{padding-bottom:0px}}
  </style>
  <style data-glamor="cxs-sm-sheet">
   @media (min-width: 768px){.x .c1-d{font-size:16px}}@media (min-width: 768px){.x .c1-13{width:100%}}@media (min-width: 768px) and (max-width: 1023px){.x .c1-25{width:auto}}@media (min-width: 768px){.x .c1-2n{font-size:22px}}@media (min-width: 768px){.x .c1-2z{font-size:38px}}@media (min-width: 768px){.x .c1-34{font-size:30px}}@media (min-width: 768px) and (max-width: 1023px){.x .c1-3s{width:100%}}@media (min-width: 768px) and (max-width: 1023px){.x .c1-4v{right:0px}}@media (min-width: 768px){.x .c1-6s{padding-left:32px}}@media (min-width: 768px){.x .c1-77{font-size:48px}}@media (min-width: 768px){.x .c1-81{width:auto}}@media (min-width: 768px){.x .c1-8f{margin-top:0}}@media (min-width: 768px){.x .c1-8g{margin-right:-24px}}@media (min-width: 768px){.x .c1-8h{margin-bottom:-48px}}@media (min-width: 768px){.x .c1-8i{margin-left:-24px}}@media (min-width: 768px){.x .c1-8o{padding-top:0}}@media (min-width: 768px){.x .c1-8p{padding-right:24px}}@media (min-width: 768px){.x .c1-8q{padding-bottom:48px}}@media (min-width: 768px){.x .c1-8r{padding-left:24px}}@media (min-width: 768px){.x .c1-8s{margin-bottom:0}}@media (min-width: 768px){.x .c1-8u{padding-bottom:0}}@media (min-width: 768px){.x .c1-aa{flex-basis:25%}}@media (min-width: 768px){.x .c1-ab{max-width:25%}}@media (min-width: 768px){.x .c1-ac{height:200px}}@media (min-width: 768px){.x .c1-d7{font-size:14px}}
  </style>
  <style data-glamor="cxs-md-sheet">
   @media (min-width: 1024px){.x .c1-e{font-size:16px}}@media (min-width: 1024px){.x .c1-o{display:block}}@media (min-width: 1024px){.x .c1-14{width:984px}}@media (min-width: 1024px){.x .c1-1l{padding-top:16px}}@media (min-width: 1024px){.x .c1-1m{padding-bottom:16px}}@media (min-width: 1024px){.x .c1-1n{padding-left:0px}}@media (min-width: 1024px){.x .c1-1o{padding-right:0px}}@media (min-width: 1024px){.x .c1-1t{display:none}}@media (min-width: 1024px){.x .c1-2o{font-size:22px}}@media (min-width: 1024px){.x .c1-30{font-size:38px}}@media (min-width: 1024px){.x .c1-35{font-size:30px}}@media (min-width: 1024px){.x .c1-3l{display:flex}}@media (min-width: 1024px) and (max-width: 1279px){.x .c1-4u{right:0px}}@media (min-width: 1024px){.x .c1-5s{min-width:300px}}@media (min-width: 1024px){.x .c1-6d{min-height:85vh}}@media (min-width: 1024px){.x .c1-6f{margin-top:0px}}@media (min-width: 1024px){.x .c1-6g{margin-bottom:0px}}@media (min-width: 1024px){.x .c1-6h{width:auto}}@media (min-width: 1024px){.x .c1-6i{justify-content:center}}@media (min-width: 1024px){.x .c1-6j{margin-left:auto}}@media (min-width: 1024px){.x .c1-6k{margin-right:auto}}@media (min-width: 1024px){.x .c1-6l{max-width:100%}}@media (min-width: 1024px){.x .c1-6m{padding-top:24px}}@media (min-width: 1024px){.x .c1-6n{padding-bottom:24px}}@media (min-width: 1024px){.x .c1-6o{align-items:center}}@media (min-width: 1024px){.x .c1-6t > :nth-child(n){margin-bottom:16px}}@media (min-width: 1024px){.x .c1-6u  > :last-child{margin-bottom:0 !important}}@media (min-width: 1024px){.x .c1-6v{margin-left:24px}}@media (min-width: 1024px){.x .c1-6w{margin-right:24px}}@media (min-width: 1024px){.x .c1-6x{width:75%}}@media (min-width: 1024px){.x .c1-6y{padding-left:32px}}@media (min-width: 1024px){.x .c1-6z{padding-right:32px}}@media (min-width: 1024px){.x .c1-78{text-align:center}}@media (min-width: 1024px){.x .c1-79{border-bottom-style:solid}}@media (min-width: 1024px){.x .c1-7a{border-bottom-width:1px}}@media (min-width: 1024px){.x .c1-7b{border-color:rgb(247, 247, 247)}}@media (min-width: 1024px){.x .c1-7c{padding-bottom:8px}}@media (min-width: 1024px){.x .c1-7d{font-size:48px}}@media (min-width: 1024px){.x .c1-7h{margin-top:32px}}@media (min-width: 1024px){.x .c1-8v{flex-basis:50%}}@media (min-width: 1024px){.x .c1-8w{max-width:50%}}@media (min-width: 1024px){.x .c1-ad{height:300px}}@media (min-width: 1024px){.x .c1-ae:hover .dim{background-color:rgba(255, 255, 255, .1)}}@media (min-width: 1024px){.x .c1-af:hover .image{transform:scale(1.05)}}@media (min-width: 1024px){.x .c1-ag{background-color:rgba(0, 0, 0, .1)}}@media (min-width: 1024px){.x .c1-ah{transition:background-color .5s ease}}@media (min-width: 1024px){.x .c1-ai{z-index:1}}@media (min-width: 1024px){.x .c1-d8{font-size:14px}}
  </style>
  <style data-glamor="cxs-lg-sheet">
   @media (min-width: 1280px){.x .c1-f{font-size:16px}}@media (min-width: 1280px){.x .c1-15{width:1160px}}@media (min-width: 1280px){.x .c1-2p{font-size:22px}}@media (min-width: 1280px){.x .c1-31{font-size:44px}}@media (min-width: 1280px){.x .c1-36{font-size:32px}}@media (min-width: 1280px){.x .c1-7e{font-size:62px}}@media (min-width: 1280px){.x .c1-d9{font-size:14px}}
  </style>
  <style data-glamor="cxs-xl-sheet">
   @media (min-width: 1536px){.x .c1-g{font-size:18px}}@media (min-width: 1536px){.x .c1-16{width:1280px}}@media (min-width: 1536px){.x .c1-2q{font-size:24px}}@media (min-width: 1536px){.x .c1-32{font-size:48px}}@media (min-width: 1536px){.x .c1-37{font-size:36px}}@media (min-width: 1536px){.x .c1-7f{font-size:64px}}@media (min-width: 1536px){.x .c1-da{font-size:16px}}
  </style>
  <style>
   .page-inner { background-color: rgb(255, 255, 255); min-height: 100vh; }
  </style>
  <style id="dynamic-tagline-41334-style">
   #dynamic-tagline-41334 { font-size: 62px !important; }
  </style>
 </head>
 <body class="x x-fonts-cabin x-fonts-lato">
  <div class="layout layout-layout layout-layout-layout-18 locale-en-US lang-en" id="layout-85-f-60-a-0-f-cfd-3-43-de-aa-32-d-363560-fa-059">
   <div class="x-el x-el-div x-el c1-1 c1-2 c1-3 c1-4 c1-5 c1-6 c1-7 c1-8 c1-9 c1-a c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Page" id="page-41298">
    <div class="x-el x-el-div page-inner c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block">
     <div class="widget widget-header widget-header-header-9" id="d05f8cad-10bf-463c-aa14-06fb3869f2ad">
      <div class="x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g" data-aid="HEADER_WIDGET" data-ux="Header" id="n-41299" role="main">
       <div>
        <section class="x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-k c1-b c1-c c1-l c1-m c1-d c1-e c1-f c1-g" data-aid="HEADER_SECTION" data-ux="Section">
         <div class="x-el x-el-div c1-1 c1-2 c1-n c1-b c1-c c1-d c1-o c1-e c1-f c1-g" data-ux="Block">
         </div>
         <div class="x-el x-el-div c1-1 c1-2 c1-p c1-q c1-r c1-s c1-t c1-u c1-b c1-c c1-d c1-e c1-f c1-g" data-aid="BANNER_RENDERED" data-ux="PromoBanner" role="banner">
          <div class="x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-10 c1-11 c1-12 c1-b c1-c c1-13 c1-d c1-14 c1-e c1-15 c1-f c1-16 c1-g" data-ux="PromoBannerContainer">
           <p class="x-el x-el-p c1-1 c1-2 c1-17 c1-18 c1-19 c1-1a c1-1b c1-1c c1-b c1-1d c1-c c1-1e c1-d c1-e c1-f c1-g" data-aid="BANNER_TEXT_RENDERED" data-style-fixed="true" data-typography="BodyAlpha" data-ux="PromoBannerText">
            We're Hiring!  go to "Join Our Team" or Contact Us For More Details.
           </p>
          </div>
         </div>
         <div class="x-el x-el-div c1-1 c1-2 c1-4 c1-1f c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block">
          <div id="header_stickynav-anchor41302">
          </div>
          <div class="x-el x-el-div c1-1 c1-2 c1-1g c1-b c1-c c1-d c1-e c1-f c1-g" data-stickynav-wrapper="true" data-ux="Block">
           <div class="x-el x-el-div c1-1 c1-2 c1-1h c1-b c1-c c1-d c1-e c1-f c1-g" data-stickynav="true" data-ux="Block" id="header_stickynav41301" style>
            <nav class="x-el x-el-nav c1-1 c1-2 c1-t c1-1i c1-1j c1-x c1-y c1-3 c1-1k c1-b c1-c c1-d c1-1l c1-1m c1-1n c1-1o c1-e c1-f c1-g" data-ux="Block">
             <div class="x-el x-el-div c1-1 c1-2 c1-11 c1-1p c1-4 c1-10 c1-1a c1-1q c1-1b c1-1r c1-1s c1-b c1-c c1-d c1-1t c1-e c1-f c1-g" data-ux="Block">
              <div class="x-el x-el-div c1-1 c1-2 c1-10 c1-1u c1-1v c1-1w c1-18 c1-1x c1-1y c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block">
               <div class="x-el x-el-div c1-1z c1-20 c1-21 c1-22 c1-z c1-c c1-23 c1-24 c1-25 c1-d c1-e c1-f c1-g" data-aid="HEADER_LOGO_RENDERED" data-ux="Block">
                <a aria-haspopup="menu" class="x-el x-el-a c1-26 c1-27 c1-28 c1-17 c1-18 c1-29 c1-2a c1-2b c1-2c c1-2d c1-2e c1-z c1-4 c1-b c1-2f c1-c c1-2g c1-2h c1-2i c1-d c1-e c1-f c1-g" data-page="0f0e06a8-2fda-440d-abb6-1094149e1180" data-tccl="ux2.HEADER.header9.Logo.Default.Link.Default.41303.click,click" data-typography="LinkAlpha" data-ux="Link" rel="" role="link" title="KLS Crete, Inc.">
                 <div class="x-el x-el-div c1-1 c1-2 c1-21 c1-4 c1-t c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block" id="logo-container-41304">
                  <h3 aria-level="3" class="x-el x-el-h3 c1-1z c1-20 c1-17 c1-18 c1-2j c1-1r c1-1q c1-1a c1-1b c1-z c1-21 c1-22 c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q" data-aid="HEADER_LOGO_TEXT_RENDERED" data-typography="LogoAlpha" data-ux="LogoHeading" id="logo-text-41305" role="heading">
                   KLS Crete, Inc.
                  </h3>
                  <span aria-hidden="true" aria-level="NaN" class="x-el x-el-span c1-1z c1-20 c1-2r c1-2s c1-2j c1-1r c1-1q c1-1a c1-1b c1-z c1-n c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y c1-22 c1-2k c1-2m c1-2z c1-30 c1-31 c1-32" data-scaler-id="scaler-logo-container-41304" data-size="xxlarge" data-typography="LogoAlpha" data-ux="scaler" role="heading">
                   KLS Crete, Inc.
                  </span>
                  <span aria-hidden="true" aria-level="NaN" class="x-el x-el-span c1-1z c1-20 c1-2r c1-2s c1-2j c1-1r c1-1q c1-1a c1-1b c1-z c1-n c1-2t c1-2u c1-2v c1-2w c1-2x c1-33 c1-22 c1-2k c1-2m c1-34 c1-35 c1-36 c1-37" data-scaler-id="scaler-logo-container-41304" data-size="xlarge" data-typography="LogoAlpha" data-ux="scaler" role="heading">
                   KLS Crete, Inc.
                  </span>
                  <span aria-hidden="true" aria-level="NaN" class="x-el x-el-span c1-1z c1-20 c1-2r c1-2s c1-2j c1-1r c1-1q c1-1a c1-1b c1-z c1-n c1-2t c1-2u c1-2v c1-2w c1-2x c1-2l c1-22 c1-2k c1-2m c1-2n c1-2o c1-2p c1-2q" data-scaler-id="scaler-logo-container-41304" data-size="large" data-typography="LogoAlpha" data-ux="scaler" role="heading">
                   KLS Crete, Inc.
                  </span>
                 </div>
                </a>
               </div>
              </div>
              <div class="x-el x-el-div c1-1 c1-2 c1-38 c1-39 c1-3a c1-10 c1-3b c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block">
               <div class="x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Element" id="bs-1">
                <a aria-expanded="false" aria-haspopup="menu" aria-label="Hamburger Site Navigation Icon" class="x-el x-el-a c1-26 c1-27 c1-28 c1-17 c1-18 c1-10 c1-2a c1-11 c1-1w c1-2b c1-2c c1-2d c1-2e c1-2k c1-b c1-c c1-2g c1-3c c1-2i c1-d c1-1t c1-e c1-f c1-g" data-aid="HAMBURGER_MENU_LINK" data-edit-interactive="true" data-tccl="ux2.HEADER.header9.Section.Default.Link.Dropdown.41307.click,click" data-toggle-ignore="true" data-typography="LinkAlpha" data-ux="LinkDropdown" icon="hamburger" id="41306" rel="" role="button" toggleid="n-41299-navId-mobile">
                </a>
               </div>
              </div>
             </div>
             <div class="x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-13 c1-d c1-14 c1-e c1-15 c1-f c1-16 c1-g" data-ux="Container">
              <div class="x-el x-el-div c1-1 c1-2 c1-n c1-1w c1-11 c1-1p c1-3j c1-3k c1-b c1-c c1-d c1-3l c1-e c1-f c1-g" data-ux="Block" id="navBarId-41309">
               <div class="x-el x-el-div c1-1 c1-2 c1-39 c1-10 c1-11 c1-1w c1-3m c1-3n c1-3o c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block">
                <div class="x-el x-el-div c1-1z c1-20 c1-21 c1-22 c1-z c1-1v c1-c c1-3p c1-3q c1-3r c1-3s c1-d c1-e c1-f c1-g" data-aid="HEADER_LOGO_RENDERED" data-ux="Block">
                 <a aria-haspopup="menu" class="x-el x-el-a c1-26 c1-27 c1-28 c1-17 c1-18 c1-29 c1-2a c1-2b c1-2c c1-2d c1-2e c1-z c1-4 c1-b c1-2f c1-c c1-2g c1-2h c1-2i c1-d c1-e c1-f c1-g" data-page="0f0e06a8-2fda-440d-abb6-1094149e1180" data-tccl="ux2.HEADER.header9.Logo.Default.Link.Default.41310.click,click" data-typography="LinkAlpha" data-ux="Link" rel="" role="link" title="KLS Crete, Inc.">
                  <div class="x-el x-el-div c1-1 c1-2 c1-21 c1-4 c1-t c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block" id="logo-container-41311" style>
                   <h3 aria-level="3" class="x-el x-el-h3 c1-1z c1-20 c1-17 c1-18 c1-2j c1-1r c1-1q c1-1a c1-1b c1-z c1-21 c1-22 c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q" data-aid="HEADER_LOGO_TEXT_RENDERED" data-typography="LogoAlpha" data-ux="LogoHeading" id="logo-text-41312" role="heading">
                    KLS Crete, Inc.
                   </h3>
                   <span aria-hidden="true" aria-level="NaN" class="x-el x-el-span c1-1z c1-20 c1-2r c1-2s c1-2j c1-1r c1-1q c1-1a c1-1b c1-z c1-n c1-2t c1-2u c1-2v c1-2w c1-2x c1-2y c1-22 c1-2k c1-2m c1-2z c1-30 c1-31 c1-32" data-scaler-id="scaler-logo-container-41311" data-size="xxlarge" data-typography="LogoAlpha" data-ux="scaler" role="heading" style="display: none;">
                    KLS Crete, Inc.
                   </span>
                   <span aria-hidden="true" aria-level="NaN" class="x-el x-el-span c1-1z c1-20 c1-2r c1-2s c1-2j c1-1r c1-1q c1-1a c1-1b c1-z c1-n c1-2t c1-2u c1-2v c1-2w c1-2x c1-33 c1-22 c1-2k c1-2m c1-34 c1-35 c1-36 c1-37" data-scaler-id="scaler-logo-container-41311" data-size="xlarge" data-typography="LogoAlpha" data-ux="scaler" role="heading" style="display: none;">
                    KLS Crete, Inc.
                   </span>
                   <span aria-hidden="true" aria-level="NaN" class="x-el x-el-span c1-1z c1-20 c1-2r c1-2s c1-2j c1-1r c1-1q c1-1a c1-1b c1-z c1-n c1-2t c1-2u c1-2v c1-2w c1-2x c1-2l c1-22 c1-2k c1-2m c1-2n c1-2o c1-2p c1-2q" data-scaler-id="scaler-logo-container-41311" data-size="large" data-typography="LogoAlpha" data-ux="scaler" role="heading" style="display: none;">
                    KLS Crete, Inc.
                   </span>
                  </div>
                 </a>
                </div>
               </div>
               <div class="x-el x-el-div c1-1 c1-2 c1-10 c1-3t c1-11 c1-3u c1-3b c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block">
                <div class="x-el x-el-div c1-1 c1-2 c1-10 c1-t c1-3v c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block">
                 <nav class="x-el x-el-nav c1-1 c1-2 c1-z c1-3w c1-b c1-c c1-d c1-e c1-f c1-g" data-aid="HEADER_NAV_RENDERED" data-ux="Nav" role="navigation">
                  <ul class="x-el x-el-ul c1-1 c1-2 c1-1a c1-1b c1-1r c1-1q c1-3x c1-3y c1-3z c1-t c1-3j c1-39 c1-3k c1-3a c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="List" id="nav-41313" style="white-space: nowrap;">
                   <li class="x-el x-el-li nav-item c1-1 c1-2 c1-40 c1-1r c1-41 c1-21 c1-42 c1-3e c1-43 c1-44 c1-t c1-2t c1-b c1-c c1-45 c1-46 c1-d c1-e c1-f c1-g visible" data-ux="ListItemInline" style="visibility: visible;">
                    <a aria-haspopup="menu" class="x-el x-el-a c1-47 c1-2 c1-28 c1-17 c1-18 c1-48 c1-2a c1-49 c1-b c1-2k c1-c c1-1e c1-r c1-4a c1-3c c1-4b c1-d c1-e c1-f c1-g" data-edit-interactive="true" data-page="0f0e06a8-2fda-440d-abb6-1094149e1180" data-tccl="ux2.HEADER.header9.Nav.Default.Link.Active.41315.click,click" data-typography="NavAlpha" data-ux="NavLinkActive" rel="" role="link" target>
                     Home
                    </a>
                   </li>
                   <li class="x-el x-el-li nav-item c1-1 c1-2 c1-40 c1-1r c1-41 c1-21 c1-42 c1-3e c1-43 c1-44 c1-t c1-2t c1-b c1-c c1-45 c1-46 c1-d c1-e c1-f c1-g visible" data-ux="ListItemInline" style="visibility: visible;">
                    <a aria-haspopup="false" class="x-el x-el-a c1-47 c1-2 c1-28 c1-17 c1-18 c1-48 c1-2a c1-4c c1-4d c1-4e c1-4f c1-3i c1-3g c1-3f c1-3h c1-b c1-2k c1-c c1-1e c1-3c c1-4b c1-d c1-e c1-f c1-g" data-edit-interactive="true" data-page="95e99c08-595f-4a12-b083-4215684b568c" data-tccl="ux2.HEADER.header9.Nav.Default.Link.Default.41316.click,click" data-typography="NavAlpha" data-ux="NavLink" rel="" role="link" target>
                     Contact Us
                    </a>
                   </li>
                   <li class="x-el x-el-li nav-item c1-1 c1-2 c1-40 c1-1r c1-41 c1-21 c1-42 c1-3e c1-43 c1-44 c1-t c1-2t c1-b c1-c c1-45 c1-46 c1-d c1-e c1-f c1-g visible" data-ux="ListItemInline" style="visibility: visible;">
                    <a aria-haspopup="false" class="x-el x-el-a c1-47 c1-2 c1-28 c1-17 c1-18 c1-48 c1-2a c1-4c c1-4d c1-4e c1-4f c1-3i c1-3g c1-3f c1-3h c1-b c1-2k c1-c c1-1e c1-3c c1-4b c1-d c1-e c1-f c1-g" data-edit-interactive="true" data-page="e8a067ad-56e8-4d28-a618-704109c7f185" data-tccl="ux2.HEADER.header9.Nav.Default.Link.Default.41317.click,click" data-typography="NavAlpha" data-ux="NavLink" rel="" role="link" target>
                     Services
                    </a>
                   </li>
                   <li class="x-el x-el-li nav-item c1-1 c1-2 c1-40 c1-1r c1-41 c1-21 c1-42 c1-3e c1-43 c1-44 c1-t c1-2t c1-b c1-c c1-45 c1-46 c1-d c1-e c1-f c1-g visible" data-ux="ListItemInline" style="visibility: visible;">
                    <a aria-haspopup="false" class="x-el x-el-a c1-47 c1-2 c1-28 c1-17 c1-18 c1-48 c1-2a c1-4c c1-4d c1-4e c1-4f c1-3i c1-3g c1-3f c1-3h c1-b c1-2k c1-c c1-1e c1-3c c1-4b c1-d c1-e c1-f c1-g" data-edit-interactive="true" data-page="6afaf98a-9793-4422-a040-2c46bff12102" data-tccl="ux2.HEADER.header9.Nav.Default.Link.Default.41318.click,click" data-typography="NavAlpha" data-ux="NavLink" rel="" role="link" target>
                     Photo Gallery
                    </a>
                   </li>
                  </ul>
                 </nav>
                </div>
               </div>
              </div>
             </div>
            </nav>
           </div>
          </div>
          <div class="x-el x-el-div c1-1 c1-2 c1-4z c1-50 c1-51 c1-4 c1-52 c1-4s c1-53 c1-54 c1-55 c1-56 c1-57 c1-58 c1-59 c1-j c1-10 c1-5a c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="NavigationDrawer" id="n-41299-navId-mobile" role="navigation">
           <div class="x-el x-el-div c1-1 c1-2 c1-x c1-y c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block">
           </div>
           <div class="x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-4s c1-5h c1-4 c1-5i c1-b c1-c c1-13 c1-d c1-14 c1-e c1-15 c1-f c1-16 c1-g" data-ux="Container" id="n-41299-navContainerId-mobile">
            <div class="x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block" id="n-41299-navLinksContentId-mobile">
             <ul class="x-el x-el-ul c1-1 c1-2 c1-1a c1-1b c1-1r c1-1q c1-3x c1-3y c1-3z c1-1v c1-3j c1-3k c1-3a c1-39 c1-17 c1-18 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="NavigationDrawerList" id="n-41299-navListId-mobile" role="menu">
              <li class="x-el x-el-li c1-1 c1-2 c1-5j c1-1b c1-48 c1-5k c1-5l c1-5m c1-b c1-c c1-4w c1-5n c1-d c1-e c1-f c1-g" data-ux="NavigationDrawerListItem" role="menuitem">
               <a aria-haspopup="menu" class="x-el x-el-a c1-1 c1-2 c1-28 c1-17 c1-18 c1-10 c1-2a c1-4l c1-4m c1-x c1-y c1-11 c1-5o c1-5p c1-b c1-5b c1-2l c1-2m c1-5q c1-5r c1-2n c1-5s c1-2o c1-2p c1-2q" data-close="true" data-edit-interactive="true" data-page="0f0e06a8-2fda-440d-abb6-1094149e1180" data-tccl="ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.41327.click,click" data-typography="NavBeta" data-ux="NavigationDrawerLinkActive" rel="" role="link" target>
                <span>
                 Home
                </span>
               </a>
              </li>
              <li class="x-el x-el-li c1-1 c1-2 c1-5j c1-1b c1-48 c1-5k c1-5l c1-5m c1-b c1-c c1-4w c1-5n c1-d c1-e c1-f c1-g" data-ux="NavigationDrawerListItem" role="menuitem">
               <a aria-haspopup="false" class="x-el x-el-a c1-1 c1-2 c1-28 c1-17 c1-18 c1-10 c1-2a c1-4l c1-4m c1-x c1-y c1-11 c1-5o c1-5p c1-b c1-5b c1-2l c1-1e c1-5q c1-5r c1-2n c1-5s c1-2o c1-2p c1-2q" data-close="true" data-edit-interactive="true" data-page="95e99c08-595f-4a12-b083-4215684b568c" data-tccl="ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.41328.click,click" data-typography="NavBeta" data-ux="NavigationDrawerLink" rel="" role="link" target>
                <span>
                 Contact Us
                </span>
               </a>
              </li>
              <li class="x-el x-el-li c1-1 c1-2 c1-5j c1-1b c1-48 c1-5k c1-5l c1-5m c1-b c1-c c1-4w c1-5n c1-d c1-e c1-f c1-g" data-ux="NavigationDrawerListItem" role="menuitem">
               <a aria-haspopup="false" class="x-el x-el-a c1-1 c1-2 c1-28 c1-17 c1-18 c1-10 c1-2a c1-4l c1-4m c1-x c1-y c1-11 c1-5o c1-5p c1-b c1-5b c1-2l c1-1e c1-5q c1-5r c1-2n c1-5s c1-2o c1-2p c1-2q" data-close="true" data-edit-interactive="true" data-page="e8a067ad-56e8-4d28-a618-704109c7f185" data-tccl="ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.41329.click,click" data-typography="NavBeta" data-ux="NavigationDrawerLink" rel="" role="link" target>
                <span>
                 Services
                </span>
               </a>
              </li>
              <li class="x-el x-el-li c1-1 c1-2 c1-5j c1-1b c1-48 c1-5k c1-5l c1-5m c1-b c1-c c1-4w c1-5n c1-d c1-e c1-f c1-g" data-ux="NavigationDrawerListItem" role="menuitem">
               <a aria-haspopup="false" class="x-el x-el-a c1-1 c1-2 c1-28 c1-17 c1-18 c1-10 c1-2a c1-4l c1-4m c1-x c1-y c1-11 c1-5o c1-5p c1-b c1-5b c1-2l c1-1e c1-5q c1-5r c1-2n c1-5s c1-2o c1-2p c1-2q" data-close="true" data-edit-interactive="true" data-page="6afaf98a-9793-4422-a040-2c46bff12102" data-tccl="ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.41330.click,click" data-typography="NavBeta" data-ux="NavigationDrawerLink" rel="" role="link" target>
                <span>
                 Photo Gallery
                </span>
               </a>
              </li>
             </ul>
             <div class="x-el x-el-div c1-1 c1-2 c1-b c1-c c1-48 c1-d c1-1t c1-e c1-f c1-g" data-ux="Block">
             </div>
            </div>
           </div>
          </div>
         </div>
         <div class="x-el x-el-div c1-1 c1-2 c1-t c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="HeaderMedia">
          <div class="x-el x-el-div c1-1 c1-2 c1-52 c1-4 c1-2u c1-j c1-1a c1-w c1-1b c1-v c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block">
           <div class="x-el x-el-div c1-1 c1-2 c1-48 c1-t c1-51 c1-2x c1-52 c1-4 c1-j c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Wrapper">
            <div class="x-el x-el-div c1-1 c1-2 c1-52 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Element" id="bs-3">
             <span class="x-el x-el-span c2-1 c2-2 c2-3 c2-4 c2-5 c2-6 c2-7 c2-8" data-ux="Element">
              <div class="x-el x-el-div c2-1 c2-2 c2-q c2-r c2-s c2-t c2-u c2-v c2-3 c2-4 c2-5 c2-6 c2-7 c2-8" data-ux="Block">
               <div class="x-el x-el-div c2-1 c2-2 c2-w c2-t c2-u c2-x c2-3 c2-4 c2-5 c2-6 c2-7 c2-8" data-aid="HEADER_VIDEO_BACKGROUND" data-ux="Block">
               </div>
              </div>
              <img alt="" class="x-el x-el-img c2-1 c2-2 c2-t c2-y c2-z c2-10 c2-11 c2-12 c2-o c2-13 c2-q c2-14 c2-15 c2-16 c2-u c2-17 c2-18 c2-19 c2-1a c2-1b c2-1c c2-1d c2-1e c2-1f c2-1g c2-1h c2-1i c2-1j c2-3 c2-4 c2-1k c2-5 c2-6 c2-7 c2-8" data-aid="HEADER_VIDEO_EMBED_FILL_POSTER" data-ux="Image" src="rick.jpg">
              <div class="x-el x-el-div c2-1 c2-2 c2-u c2-1l c2-3 c2-4 c2-1m c2-5 c2-6 c2-7 c2-8" data-ux="Block">
              </div>
             </span>
            </div>
           </div>
          </div>
          <div class="x-el x-el-div c1-1 c1-2 c1-4z c1-6a c1-2u c1-51 c1-2x c1-6b c1-69 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block">
          </div>
          <div class="x-el x-el-div c1-1 c1-2 c1-t c1-10 c1-5a c1-6c c1-1w c1-b c1-c c1-d c1-6d c1-e c1-f c1-g" data-ux="Block">
           <div class="x-el x-el-div c1-1 c1-2 c1-4 c1-6e c1-n c1-11 c1-5a c1-12 c1-1a c1-1b c1-b c1-c c1-d c1-6f c1-6g c1-3l c1-e c1-f c1-g" data-ux="Block">
            <div class="x-el x-el-div c1-1 c1-2 c1-1r c1-1q c1-x c1-y c1-z c1-10 c1-4 c1-h c1-i c1-b c1-c c1-13 c1-d c1-6h c1-6i c1-6j c1-6k c1-6l c1-6m c1-6n c1-e c1-15 c1-f c1-16 c1-g" data-ux="Container">
             <div class="x-el x-el-div c1-1 c1-2 c1-4 c1-10 c1-5a c1-6e c1-3o c1-3u c1-3j c1-3k c1-3a c1-39 c1-12 c1-11 c1-b c1-c c1-d c1-6h c1-6l c1-6o c1-e c1-f c1-g" data-ux="Block">
              <div class="x-el x-el-div c1-1 c1-2 c1-1c c1-1a c1-11 c1-10 c1-5a c1-4 c1-6p c1-6q c1-b c1-c c1-6r c1-6s c1-d c1-6l c1-6t c1-6u c1-6f c1-6v c1-6w c1-6o c1-6x c1-6y c1-6z c1-e c1-f c1-g" data-ux="Hero">
               <div class="x-el x-el-div c1-1 c1-2 c1-1r c1-1q c1-3a c1-39 c1-z c1-70 c1-3j c1-3k c1-1a c1-1b c1-1s c1-b c1-c c1-13 c1-d c1-14 c1-e c1-15 c1-f c1-16 c1-g" data-ux="Container">
                <div class="x-el x-el-div c1-1 c1-2 c1-17 c1-18 c1-2j c1-48 c1-t c1-z c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Element" id="tagline-container-41333" style>
                 <h1 aria-level="1" class="x-el x-el-h1 c1-1z c1-20 c1-17 c1-18 c1-2j c1-v c1-w c1-1a c1-1b c1-71 c1-t c1-21 c1-z c1-4 c1-1c c1-22 c1-5b c1-72 c1-2m c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-6j c1-6k c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f" data-aid="HEADER_TAGLINE_RENDERED" data-last-size="62px" data-typography="HeadingAlpha" data-ux="Tagline" id="dynamic-tagline-41334" role="heading">
                  Welcome to KLS Crete, Inc.
                 </h1>
                 <span aria-hidden="true" aria-level="NaN" class="x-el x-el-span c1-1z c1-20 c1-2r c1-2s c1-2j c1-v c1-w c1-1a c1-1b c1-71 c1-2u c1-n c1-z c1-2v c1-1c c1-2t c1-2w c1-2x c1-72 c1-22 c1-5b c1-2m c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-6j c1-6k c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f" data-scaler-id="scaler-tagline-container-41333" data-size="xxxlarge" data-typography="HeadingAlpha" data-ux="scaler" role="heading" style="display: none;">
                  Welcome to KLS Crete, Inc.
                 </span>
                 <span aria-hidden="true" aria-level="NaN" class="x-el x-el-span c1-1z c1-20 c1-2r c1-2s c1-2j c1-v c1-w c1-1a c1-1b c1-71 c1-2u c1-n c1-z c1-2v c1-1c c1-2t c1-2w c1-2x c1-2y c1-22 c1-5b c1-2m c1-73 c1-74 c1-75 c1-76 c1-2z c1-78 c1-6j c1-6k c1-79 c1-7a c1-7b c1-7c c1-30 c1-31 c1-32" data-scaler-id="scaler-tagline-container-41333" data-size="xxlarge" data-typography="HeadingAlpha" data-ux="scaler" role="heading" style="display: none;">
                  Welcome to KLS Crete, Inc.
                 </span>
                 <span aria-hidden="true" aria-level="NaN" class="x-el x-el-span c1-1z c1-20 c1-2r c1-2s c1-2j c1-v c1-w c1-1a c1-1b c1-71 c1-2u c1-n c1-z c1-2v c1-1c c1-2t c1-2w c1-2x c1-33 c1-22 c1-5b c1-2m c1-73 c1-74 c1-75 c1-76 c1-34 c1-78 c1-6j c1-6k c1-79 c1-7a c1-7b c1-7c c1-35 c1-36 c1-37" data-scaler-id="scaler-tagline-container-41333" data-size="xlarge" data-typography="HeadingAlpha" data-ux="scaler" role="heading" style="display: none;">
                  Welcome to KLS Crete, Inc.
                 </span>
                </div>
               </div>
               <div class="x-el x-el-div c1-1 c1-2 c1-7g c1-2v c1-b c1-c c1-d c1-7h c1-e c1-f c1-g" data-ux="Block">
                <div class="x-el x-el-div c1-1 c1-2 c1-4 c1-10 c1-7i c1-7j c1-7k c1-12 c1-b c1-c c1-7l c1-d c1-e c1-f c1-g" data-ux="Block">
                 <div style="max-width:100%">
                  <a class="x-el x-el-a c1-47 c1-2 c1-2a c1-7m c1-7n c1-11 c1-12 c1-1c c1-28 c1-18 c1-17 c1-t c1-z c1-4 c1-43 c1-7o c1-7p c1-7q c1-7r c1-7s c1-1f c1-5b c1-7t c1-7u c1-7v c1-7w c1-7x c1-b c1-2m c1-7y c1-c c1-3c c1-7z c1-80 c1-81 c1-d c1-e c1-f c1-g" color="HIGHCONTRAST" data-aid="HEADER_CTA_BTN" data-tccl="ux2.header.cta_button.click,click" data-typography="ButtonAlpha" data-ux="ButtonPrimary" data-ux-btn="primary" decoration="NONE" fill="GHOST" shadow="NONE" shape="ROUND" target>
                   Contact Us
                  </a>
                 </div>
                </div>
               </div>
              </div>
             </div>
            </div>
           </div>
           <div class="x-el x-el-div c1-1 c1-2 c1-4 c1-6e c1-10 c1-11 c1-5a c1-12 c1-1a c1-1b c1-b c1-c c1-d c1-6f c1-6g c1-1t c1-e c1-f c1-g" data-ux="Block">
            <div class="x-el x-el-div c1-1 c1-2 c1-1r c1-1q c1-x c1-y c1-z c1-10 c1-4 c1-h c1-i c1-b c1-c c1-13 c1-d c1-6h c1-6i c1-6j c1-6k c1-6l c1-6m c1-6n c1-e c1-15 c1-f c1-16 c1-g" data-ux="Container">
             <div class="x-el x-el-div c1-1 c1-2 c1-4 c1-10 c1-5a c1-6e c1-3o c1-3u c1-3j c1-3k c1-3a c1-39 c1-12 c1-11 c1-b c1-c c1-d c1-6h c1-6l c1-6o c1-e c1-f c1-g" data-ux="Block">
              <div class="x-el x-el-div c1-1 c1-2 c1-1c c1-1a c1-11 c1-10 c1-5a c1-4 c1-6p c1-6q c1-b c1-c c1-6r c1-6s c1-d c1-6l c1-6t c1-6u c1-6f c1-6v c1-6w c1-6o c1-6x c1-6y c1-6z c1-e c1-f c1-g" data-ux="Hero">
               <div class="x-el x-el-div c1-1 c1-2 c1-1r c1-1q c1-3a c1-39 c1-z c1-70 c1-3j c1-3k c1-1a c1-1b c1-1s c1-b c1-c c1-13 c1-d c1-14 c1-e c1-15 c1-f c1-16 c1-g" data-ux="Container">
                <div class="x-el x-el-div c1-1 c1-2 c1-17 c1-18 c1-2j c1-48 c1-t c1-z c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Element" id="tagline-container-41335">
                 <h1 aria-level="1" class="x-el x-el-h1 c1-1z c1-20 c1-17 c1-18 c1-2j c1-v c1-w c1-1a c1-1b c1-71 c1-t c1-21 c1-z c1-4 c1-1c c1-22 c1-5b c1-72 c1-2m c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-6j c1-6k c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f" data-aid="HEADER_TAGLINE_RENDERED" data-typography="HeadingAlpha" data-ux="Tagline" id="dynamic-tagline-41336" role="heading">
                  Welcome to KLS Crete, Inc.
                 </h1>
                 <span aria-hidden="true" aria-level="NaN" class="x-el x-el-span c1-1z c1-20 c1-2r c1-2s c1-2j c1-v c1-w c1-1a c1-1b c1-71 c1-2u c1-n c1-z c1-2v c1-1c c1-2t c1-2w c1-2x c1-72 c1-22 c1-5b c1-2m c1-73 c1-74 c1-75 c1-76 c1-77 c1-78 c1-6j c1-6k c1-79 c1-7a c1-7b c1-7c c1-7d c1-7e c1-7f" data-scaler-id="scaler-tagline-container-41335" data-size="xxxlarge" data-typography="HeadingAlpha" data-ux="scaler" role="heading">
                  Welcome to KLS Crete, Inc.
                 </span>
                 <span aria-hidden="true" aria-level="NaN" class="x-el x-el-span c1-1z c1-20 c1-2r c1-2s c1-2j c1-v c1-w c1-1a c1-1b c1-71 c1-2u c1-n c1-z c1-2v c1-1c c1-2t c1-2w c1-2x c1-2y c1-22 c1-5b c1-2m c1-73 c1-74 c1-75 c1-76 c1-2z c1-78 c1-6j c1-6k c1-79 c1-7a c1-7b c1-7c c1-30 c1-31 c1-32" data-scaler-id="scaler-tagline-container-41335" data-size="xxlarge" data-typography="HeadingAlpha" data-ux="scaler" role="heading">
                  Welcome to KLS Crete, Inc.
                 </span>
                 <span aria-hidden="true" aria-level="NaN" class="x-el x-el-span c1-1z c1-20 c1-2r c1-2s c1-2j c1-v c1-w c1-1a c1-1b c1-71 c1-2u c1-n c1-z c1-2v c1-1c c1-2t c1-2w c1-2x c1-33 c1-22 c1-5b c1-2m c1-73 c1-74 c1-75 c1-76 c1-34 c1-78 c1-6j c1-6k c1-79 c1-7a c1-7b c1-7c c1-35 c1-36 c1-37" data-scaler-id="scaler-tagline-container-41335" data-size="xlarge" data-typography="HeadingAlpha" data-ux="scaler" role="heading">
                  Welcome to KLS Crete, Inc.
                 </span>
                </div>
               </div>
               <div class="x-el x-el-div c1-1 c1-2 c1-7g c1-2v c1-b c1-c c1-d c1-7h c1-e c1-f c1-g" data-ux="Block">
                <div class="x-el x-el-div c1-1 c1-2 c1-4 c1-10 c1-7i c1-7j c1-7k c1-12 c1-b c1-c c1-7l c1-d c1-e c1-f c1-g" data-ux="Block">
                 <div style="max-width:100%">
                  <a class="x-el x-el-a c1-47 c1-2 c1-2a c1-7m c1-7n c1-11 c1-12 c1-1c c1-28 c1-18 c1-17 c1-t c1-z c1-4 c1-43 c1-7o c1-7p c1-7q c1-7r c1-7s c1-1f c1-5b c1-7t c1-7u c1-7v c1-7w c1-7x c1-b c1-2m c1-7y c1-c c1-3c c1-7z c1-80 c1-81 c1-d c1-e c1-f c1-g" color="HIGHCONTRAST" data-aid="HEADER_CTA_BTN" data-tccl="ux2.header.cta_button.click,click" data-typography="ButtonAlpha" data-ux="ButtonPrimary" data-ux-btn="primary" decoration="NONE" fill="GHOST" shadow="NONE" shape="ROUND" target>
                   Contact Us
                  </a>
                 </div>
                </div>
               </div>
              </div>
             </div>
            </div>
           </div>
          </div>
         </div>
        </section>
       </div>
      </div>
     </div>
     <div class="widget widget-about widget-about-about-2" id="36561c55-d631-4669-9d10-f6260ab9480c">
      <div class="x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Widget" id="36561c55-d631-4669-9d10-f6260ab9480c" role="region">
       <div>
        <section class="x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-l c1-m c1-d c1-e c1-f c1-g" data-ux="Section">
         <div class="x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-13 c1-d c1-14 c1-e c1-15 c1-f c1-16 c1-g" data-ux="Container">
          <h2 aria-level="2" class="x-el x-el-h2 c1-1z c1-20 c1-17 c1-18 c1-82 c1-1r c1-1q c1-1a c1-83 c1-1v c1-22 c1-2l c1-2k c1-2m c1-2n c1-2o c1-2p c1-2q" data-aid="ABOUT_SECTION_TITLE_RENDERED" data-typography="HeadingBeta" data-ux="SectionHeading" role="heading">
           <span class="x-el x-el-span c1-84 c1-3d c1-85 c1-86 c1-87" data-ux="Element">
            About Us
           </span>
           <hr aria-hidden="true" class="x-el x-el-hr c1-1z c1-20 c1-88 c1-7w c1-7m c1-89 c1-1b c1-4 c1-22 c1-2l c1-2n c1-2o c1-2p c1-2q" data-ux="SectionHeadingHR" role="separator">
          </h2>
          <div class="x-el x-el-div c1-1 c1-2 c1-10 c1-8a c1-8b c1-7i c1-1a c1-8c c1-8d c1-8e c1-b c1-c c1-8f c1-8g c1-8h c1-8i c1-d c1-e c1-f c1-g" data-ux="Grid">
           <div class="x-el x-el-div c1-1 c1-2 c1-8a c1-6e c1-8j c1-8k c1-z c1-3j c1-8l c1-8m c1-8n c1-b c1-c c1-8o c1-8p c1-8q c1-8r c1-d c1-e c1-f c1-g" data-ux="GridCell">
            <div class="x-el x-el-div c1-1 c1-2 c1-10 c1-8a c1-8b c1-7i c1-1a c1-8c c1-1b c1-8e c1-12 c1-b c1-c c1-8f c1-8g c1-8s c1-8i c1-d c1-e c1-f c1-g" data-ux="Grid">
             <div class="x-el x-el-div c1-1 c1-2 c1-8a c1-6e c1-8j c1-8k c1-z c1-3j c1-8l c1-3k c1-8n c1-8t c1-12 c1-b c1-c c1-8o c1-8p c1-8u c1-8r c1-d c1-8v c1-8w c1-e c1-f c1-g" data-ux="GridCell">
              <div class="x-el x-el-div c1-1 c1-2 c1-8x c1-1c c1-b c1-c c1-d c1-6g c1-e c1-f c1-g" data-ux="Block">
               <span class="x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Element">
                <picture class="x-el x-el-picture c1-1 c1-2 c1-4 c1-52 c1-1c c1-8y c1-1s c1-b c1-c c1-d c1-e c1-f c1-g" data-lazyimg="true">
                 <source media="(max-width: 450px)">
                 <source media="(min-width: 451px)">
                 <img class="x-el x-el-img c1-1 c1-2 c1-2v c1-z c1-v c1-w c1-1a c1-1b c1-4i c1-8z c1-90 c1-u c1-65 c1-b c1-c c1-91 c1-d c1-e c1-f c1-g" data-aid="ABOUT_IMAGE_RENDERED0" data-ux="Image" overlayalpha="0" src="rick.jpg">
                </picture>
               </span>
              </div>
             </div>
             <div class="x-el x-el-div c1-1 c1-2 c1-8a c1-6e c1-8j c1-8k c1-z c1-3j c1-8l c1-3k c1-8n c1-10 c1-1w c1-11 c1-b c1-c c1-8o c1-8p c1-8u c1-8r c1-d c1-8v c1-8w c1-e c1-f c1-g" data-ux="GridCell">
              <div class="x-el x-el-div x-el c1-1 c1-2 c1-10 c1-5a c1-4 c1-92 c1-11 c1-1c c1-93 c1-6q c1-b c1-c c1-94 c1-95 c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="ContentBasic" id="282c6757-11cf-4e62-8ce1-a408e2442f29" index="0">
               <h4 aria-level="4" class="x-el x-el-h4 c1-1 c1-2 c1-17 c1-18 c1-96 c1-1r c1-1q c1-1a c1-1b c1-b c1-2k c1-2l c1-1e c1-2n c1-2o c1-2p c1-2q" data-aid="ABOUT_HEADLINE_RENDERED0" data-typography="HeadingDelta" data-ux="ContentHeading" role="heading">
                Our core values
               </h4>
               <div alignment="center" class="x-el c1-1 c1-2 c1-17 c1-18 c1-19 c1-1a c1-1b c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-9l c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-9w c1-9x c1-9y c1-6e c1-b c1-40 c1-c c1-1e c1-d c1-e c1-f c1-g x-rt" data-aid="ABOUT_DESCRIPTION_RENDERED0" data-typography="BodyAlpha" data-ux="ContentText">
                <p style="margin:0">
                 <span>
                  <strong class="x-el x-el-span c1-26 c1-27 c1-b c1-9z c1-3d c1-2m c1-a0">
                   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;KLS Crete, Inc.
                  </strong>
                  <strong class="x-el x-el-span c1-26 c1-27 c1-b c1-9z c1-3d c1-2m c1-a0">
                   has been locally owned and operated since 2007. We&rsquo;re built on the foundation of providing high-quality concrete products and services.
                  </strong>
                 </span>
                </p>
                <p style="margin:0">
                 <span>
                  <strong class="x-el x-el-span c1-26 c1-27 c1-b c1-9z c1-3d c1-2m c1-a0">
                   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Being one of the top concrete companies in the region, our team takes great pride in the caliber of our work, our dedication to detail, and affordable pricing so that you can have the same level of confidence in our skills as &nbsp;we do.
                  </strong>
                 </span>
                </p>
               </div>
              </div>
             </div>
            </div>
           </div>
           <div class="x-el x-el-div c1-1 c1-2 c1-8a c1-6e c1-8j c1-8k c1-z c1-3j c1-8l c1-8m c1-8n c1-b c1-c c1-8o c1-8p c1-8q c1-8r c1-d c1-e c1-f c1-g" data-ux="GridCell">
            <div class="x-el x-el-div c1-1 c1-2 c1-10 c1-8a c1-a4 c1-7i c1-1a c1-8c c1-1b c1-8e c1-12 c1-b c1-c c1-8f c1-8g c1-8s c1-8i c1-d c1-e c1-f c1-g" data-ux="Grid">
             <div class="x-el x-el-div c1-1 c1-2 c1-8a c1-6e c1-8j c1-8k c1-z c1-3j c1-8l c1-3k c1-8n c1-8t c1-12 c1-b c1-c c1-8o c1-8p c1-8u c1-8r c1-d c1-8v c1-8w c1-e c1-f c1-g" data-ux="GridCell">
              <div class="x-el x-el-div c1-1 c1-2 c1-8x c1-1c c1-b c1-c c1-d c1-6g c1-e c1-f c1-g" data-ux="Block">
               <span class="x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Element">
                <picture class="x-el x-el-picture c1-1 c1-2 c1-4 c1-52 c1-1c c1-8y c1-1s c1-b c1-c c1-d c1-e c1-f c1-g" data-lazyimg="true">
                 <source media="(max-width: 450px)">
                 <source media="(min-width: 451px)">
                 <img class="x-el x-el-img c1-1 c1-2 c1-2v c1-z c1-v c1-w c1-1a c1-1b c1-4i c1-8z c1-90 c1-u c1-65 c1-b c1-c c1-91 c1-d c1-e c1-f c1-g" data-aid="ABOUT_IMAGE_RENDERED1" data-ux="Image" overlayalpha="0" src="rick.jpg">
                </picture>
               </span>
              </div>
             </div>
             <div class="x-el x-el-div c1-1 c1-2 c1-8a c1-6e c1-8j c1-8k c1-z c1-3j c1-8l c1-3k c1-8n c1-10 c1-1w c1-11 c1-b c1-c c1-8o c1-8p c1-8u c1-8r c1-d c1-8v c1-8w c1-e c1-f c1-g" data-ux="GridCell">
              <div class="x-el x-el-div x-el c1-1 c1-2 c1-10 c1-5a c1-4 c1-92 c1-11 c1-1c c1-93 c1-6q c1-b c1-c c1-94 c1-95 c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="ContentBasic" id="cd3f89f8-b443-46b1-affc-2e8b8e9d1dc4" index="1">
               <h4 aria-level="4" class="x-el x-el-h4 c1-1 c1-2 c1-17 c1-18 c1-96 c1-1r c1-1q c1-1a c1-1b c1-b c1-2k c1-2l c1-1e c1-2n c1-2o c1-2p c1-2q" data-aid="ABOUT_HEADLINE_RENDERED1" data-typography="HeadingDelta" data-ux="ContentHeading" role="heading">
                Your Custom Job Needs Our Custom Care
               </h4>
               <div alignment="center" class="x-el c1-1 c1-2 c1-17 c1-18 c1-19 c1-1a c1-1b c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-9l c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s c1-9t c1-9u c1-9v c1-9w c1-9x c1-9y c1-6e c1-b c1-40 c1-c c1-1e c1-d c1-e c1-f c1-g x-rt" data-aid="ABOUT_DESCRIPTION_RENDERED1" data-typography="BodyAlpha" data-ux="ContentText">
                <p style="margin:0">
                 <span>
                  <strong class="x-el x-el-span c1-26 c1-27 c1-b c1-9z c1-3d c1-2m c1-a0">
                   At KLS, we offer custom concrete installation designs for commercial as well as residential customers. Our cutting-edge techniques, equipment and products allow our staff to design, build and complete any project on time and on budget.
                  </strong>
                 </span>
                </p>
                <p style="margin:0">
                 <span>
                  <strong class="x-el x-el-span c1-26 c1-27 c1-b c1-9z c1-3d c1-2m c1-a0">
                   -Traditional Concrete
                  </strong>
                 </span>
                </p>
                <p style="margin:0">
                 <span>
                  <strong class="x-el x-el-span c1-26 c1-27 c1-b c1-9z c1-3d c1-2m c1-a0">
                   - Decorative Concrete&nbsp;
                  </strong>
                 </span>
                </p>
                <p style="margin:0">
                 <span>
                  <strong class="x-el x-el-span c1-26 c1-27 c1-b c1-9z c1-3d c1-2m c1-a0">
                   -Concrete Lifting&nbsp;
                  </strong>
                 </span>
                </p>
                <p style="margin:0">
                 <span>
                  <strong class="x-el x-el-span c1-26 c1-27 c1-b c1-9z c1-3d c1-2m c1-a0">
                   -Exposed Aggregate&nbsp;
                  </strong>
                 </span>
                </p>
                <p style="margin:0">
                 <span>
                  <strong class="x-el x-el-span c1-26 c1-27 c1-b c1-9z c1-3d c1-2m c1-a0">
                   -Epoxy and Chip Floors&nbsp;
                  </strong>
                 </span>
                </p>
                <p style="margin:0">
                 <span>
                  <strong class="x-el x-el-span c1-26 c1-27 c1-b c1-9z c1-3d c1-2m c1-a0">
                   -Concrete Stains&nbsp;
                  </strong>
                 </span>
                </p>
                <p style="margin:0">
                 <span>
                  <strong class="x-el x-el-span c1-26 c1-27 c1-b c1-9z c1-3d c1-2m c1-a0">
                   -Stamped Concrete With Many Pattern and Color Options&nbsp;
                  </strong>
                 </span>
                </p>
                <p style="margin:0">
                 <span>
                  <br>
                 </span>
                </p>
                <p style="margin:0">
                 <span>
                  <strong class="x-el x-el-span c1-26 c1-27 c1-b c1-9z c1-3d c1-2m c1-a0">
                   To view a full list of our services, you can click on our "services" tab or contact us today!
                  </strong>
                 </span>
                </p>
               </div>
              </div>
             </div>
            </div>
           </div>
          </div>
         </div>
        </section>
       </div>
      </div>
     </div>
     <div class="widget widget-gallery widget-gallery-gallery-2" id="f7aa5793-44e3-4693-b8f1-05502035f826">
      <div class="x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="WidgetBanner" id="f7aa5793-44e3-4693-b8f1-05502035f826" role="region">
       <div>
        <div class="x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Element" id="bs-4">
         <section class="x-el x-el-section c1-1 c1-2 c1-1f c1-3j c1-3k c1-b c1-c c1-a5 c1-a6 c1-d c1-e c1-f c1-g" data-ux="SectionBanner">
          <div class="x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-k c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Container">
           <div class="x-el x-el-div c1-1 c1-2 c1-10 c1-8a c1-8b c1-7i c1-1a c1-1q c1-1b c1-1r c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Grid">
            <div class="x-el x-el-div c1-1 c1-2 c1-8a c1-6e c1-8j c1-a7 c1-a8 c1-3j c1-39 c1-3k c1-3a c1-4 c1-a9 c1-j c1-t c1-2a c1-b c1-c c1-aa c1-ab c1-ac c1-d c1-ad c1-e c1-ae c1-af c1-f c1-g" data-ux="GridCell">
             <div class="x-el x-el-div dim c1-1 c1-2 c1-2u c1-52 c1-4 c1-b c1-c c1-d c1-ag c1-ah c1-ai c1-e c1-f c1-g" data-ux="Block">
              <div class="x-el x-el-div c1-1 c1-2 c1-52 c1-4 c1-aj c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block">
               <div class="x-el x-el-div image c1-1 c1-2 c1-ak c1-52 c1-4 c1-aj c1-b c1-c c1-d c1-e c1-f c1-g" data-aid="GALLERY_IMAGE0_RENDERED" data-ux="Background" role="img">
                <div class="x-el x-el-div d-none c1-1 c1-2 c1-al c1-am c1-an c1-ao c1-7y c1-b c1-c c1-ap c1-aq c1-ar c1-as c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-b4 c1-b5 c1-b6 c1-b7 c1-b8 c1-b9 c1-d c1-e c1-f c1-g" data-lazybg="true" data-ux="Block">
                </div>
               </div>
              </div>
             </div>
            </div>
            <div class="x-el x-el-div c1-1 c1-2 c1-8a c1-6e c1-8j c1-a7 c1-a8 c1-3j c1-39 c1-3k c1-3a c1-4 c1-a9 c1-j c1-t c1-2a c1-b c1-c c1-aa c1-ab c1-ac c1-d c1-ad c1-e c1-ae c1-af c1-f c1-g" data-ux="GridCell">
             <div class="x-el x-el-div dim c1-1 c1-2 c1-2u c1-52 c1-4 c1-b c1-c c1-d c1-ag c1-ah c1-ai c1-e c1-f c1-g" data-ux="Block">
              <div class="x-el x-el-div c1-1 c1-2 c1-52 c1-4 c1-aj c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block">
               <div class="x-el x-el-div image c1-1 c1-2 c1-ak c1-52 c1-4 c1-aj c1-b c1-c c1-d c1-e c1-f c1-g" data-aid="GALLERY_IMAGE1_RENDERED" data-ux="Background" role="img">
                <div class="x-el x-el-div d-none c1-1 c1-2 c1-ba c1-am c1-an c1-ao c1-7y c1-b c1-c c1-bb c1-bc c1-bd c1-be c1-bf c1-bg c1-bh c1-bi c1-bj c1-bk c1-bl c1-bm c1-bn c1-bo c1-bp c1-bq c1-br c1-bs c1-bt c1-bu c1-bv c1-d c1-e c1-f c1-g" data-lazybg="true" data-ux="Block">
                </div>
               </div>
              </div>
             </div>
            </div>
            <div class="x-el x-el-div c1-1 c1-2 c1-8a c1-6e c1-8j c1-a7 c1-a8 c1-3j c1-39 c1-3k c1-3a c1-4 c1-a9 c1-j c1-t c1-2a c1-b c1-c c1-aa c1-ab c1-ac c1-d c1-ad c1-e c1-ae c1-af c1-f c1-g" data-ux="GridCell">
             <div class="x-el x-el-div dim c1-1 c1-2 c1-2u c1-52 c1-4 c1-b c1-c c1-d c1-ag c1-ah c1-ai c1-e c1-f c1-g" data-ux="Block">
              <div class="x-el x-el-div c1-1 c1-2 c1-52 c1-4 c1-aj c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block">
               <div class="x-el x-el-div image c1-1 c1-2 c1-ak c1-52 c1-4 c1-aj c1-b c1-c c1-d c1-e c1-f c1-g" data-aid="GALLERY_IMAGE2_RENDERED" data-ux="Background" role="img">
                <div class="x-el x-el-div d-none c1-1 c1-2 c1-bw c1-am c1-an c1-ao c1-7y c1-b c1-c c1-bx c1-by c1-bz c1-c0 c1-c1 c1-c2 c1-c3 c1-c4 c1-c5 c1-c6 c1-c7 c1-c8 c1-c9 c1-ca c1-cb c1-cc c1-cd c1-ce c1-cf c1-cg c1-ch c1-d c1-e c1-f c1-g" data-lazybg="true" data-ux="Block">
                </div>
               </div>
              </div>
             </div>
            </div>
            <div class="x-el x-el-div c1-1 c1-2 c1-8a c1-6e c1-8j c1-a7 c1-a8 c1-3j c1-39 c1-3k c1-3a c1-4 c1-a9 c1-j c1-t c1-2a c1-b c1-c c1-aa c1-ab c1-ac c1-d c1-ad c1-e c1-ae c1-af c1-f c1-g" data-ux="GridCell">
             <div class="x-el x-el-div dim c1-1 c1-2 c1-2u c1-52 c1-4 c1-b c1-c c1-d c1-ag c1-ah c1-ai c1-e c1-f c1-g" data-ux="Block">
              <div class="x-el x-el-div c1-1 c1-2 c1-52 c1-4 c1-aj c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Block">
               <div class="x-el x-el-div image c1-1 c1-2 c1-ak c1-52 c1-4 c1-aj c1-b c1-c c1-d c1-e c1-f c1-g" data-aid="GALLERY_IMAGE3_RENDERED" data-ux="Background" role="img">
                <div class="x-el x-el-div d-none c1-1 c1-2 c1-ci c1-am c1-an c1-ao c1-7y c1-b c1-c c1-cj c1-ck c1-cl c1-cm c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-cv c1-cw c1-cx c1-cy c1-cz c1-d0 c1-d1 c1-d2 c1-d3 c1-d c1-e c1-f c1-g" data-lazybg="true" data-ux="Block">
                </div>
               </div>
              </div>
             </div>
            </div>
           </div>
          </div>
         </section>
        </div>
       </div>
      </div>
     </div>
     <div class="widget widget-footer widget-footer-footer-1" id="e50d0ca8-9a47-4238-bb7c-58323e9193b4">
      <div class="x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Widget" id="e50d0ca8-9a47-4238-bb7c-58323e9193b4" role="contentinfo">
       <div>
        <section class="x-el x-el-section c1-1 c1-2 c1-3 c1-54 c1-d4 c1-b c1-c c1-l c1-m c1-d c1-e c1-f c1-g" data-ux="Section">
         <div class="x-el x-el-div c1-1 c1-2 c1-3 c1-1i c1-1j c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Divider">
          <div class="x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-13 c1-d c1-14 c1-e c1-15 c1-f c1-16 c1-g" data-ux="Container">
           <hr aria-hidden="true" class="x-el x-el-hr c1-1 c1-2 c1-88 c1-7w c1-7m c1-1a c1-1b c1-4 c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="DividerHR" role="separator">
          </div>
         </div>
         <div class="x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-13 c1-d c1-14 c1-e c1-15 c1-f c1-16 c1-g" data-ux="Container">
          <div class="x-el x-el-div c1-1 c1-2 c1-1c c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="Layout">
           <div class="x-el c1-1 c1-2 c1-17 c1-18 c1-19 c1-1a c1-8x c1-b c1-d5 c1-d6 c1-1e c1-d7 c1-d8 c1-d9 c1-da x-rt" data-aid="FOOTER_COPYRIGHT_RENDERED" data-typography="DetailsAlpha" data-ux="FooterDetails">
            <p style="margin:0">
             <span>
              Copyright &copy; 2022 KLS Crete, Inc. - All Rights Reserved.
             </span>
            </p>
           </div>
           <hr aria-hidden="true" class="x-el x-el-hr c1-1 c1-2 c1-88 c1-7w c1-7m c1-1a c1-8x c1-db c1-v c1-w c1-b c1-c c1-d c1-e c1-f c1-g" data-ux="HR" role="separator">
           <p class="x-el x-el-p c1-1 c1-2 c1-17 c1-18 c1-19 c1-1a c1-1b c1-b c1-d5 c1-d6 c1-1e c1-d7 c1-d8 c1-d9 c1-da" data-aid="FOOTER_POWERED_BY_RENDERED" data-typography="DetailsAlpha" data-ux="FooterDetails">
            <span>
             Powered by
             <a aria-haspopup="true" class="x-el x-el-a c1-26 c1-27 c1-28 c1-17 c1-18 c1-29 c1-2a c1-b c1-2f c1-d6 c1-2g c1-2h c1-2i c1-d7 c1-d8 c1-d9 c1-da" data-aid="FOOTER_POWERED_BY_RENDERED_LINK" data-tccl="ux2.FOOTER.footer1.Layout.Default.Link.Default.41337.click,click" data-typography="LinkAlpha" data-ux="Link" rel="nofollow noopener" role="link" target="_blank">
              GoDaddy
             </a>
            </span>
           </p>
          </div>
         </div>
        </section>
       </div>
      </div>
     </div>
     <div class="widget widget-popup widget-popup-popup-1" id="21162ea8-7c68-4a2f-8e15-dd760a8c28f3">
     </div>
    </div>
   </div>
  </div>
 </body>
</html>