appscms-tools-theme 0.4.2 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +52 -52
  4. data/_data/{pages → about/en}/about.json +11 -7
  5. data/_data/blog/alertbar.yml +3 -3
  6. data/_data/blog/authors.yml +11 -11
  7. data/_data/blog/blog.yml +3 -3
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +28 -29
  10. data/_data/contact/en/contact.json +40 -0
  11. data/_data/disclaimer/en/disclaimer.json +36 -0
  12. data/_data/feature/en/compress-pdf.json +142 -77
  13. data/_data/feature/en/split-pdf.json +143 -0
  14. data/_data/feature/hi/compress-pdf.json +81 -30
  15. data/_data/footer/en/data.json +84 -84
  16. data/_data/footer/hi/data.json +85 -0
  17. data/_data/header/en/data.json +144 -58
  18. data/_data/header/hi/data.json +137 -0
  19. data/_data/{pages → help/en}/help.json +6 -7
  20. data/_data/home/en/en.json +80 -0
  21. data/_data/home/{hi.json → hi/hi.json} +48 -31
  22. data/_data/languagesupport/compress-pdf-langs.json +12 -0
  23. data/_data/languagesupport/index-langs.json +12 -0
  24. data/_data/privacy/en/privacyPolicy.json +264 -0
  25. data/_data/termAndCondition/en/termAndCondition.json +357 -0
  26. data/_includes/author_bio.html +11 -11
  27. data/_includes/custom-head.html +29 -33
  28. data/_includes/disqus_comments.html +10 -10
  29. data/_includes/dropdown/langdropdown.html +22 -0
  30. data/_includes/footer/index.html +55 -75
  31. data/_includes/head/index.html +44 -48
  32. data/_includes/header/blogHeader.html +31 -31
  33. data/_includes/header/index.html +56 -33
  34. data/_includes/paginationBlogPage.html +34 -34
  35. data/_includes/paginationPostPage.html +14 -14
  36. data/_includes/postbox.html +37 -37
  37. data/_includes/script.html +11 -4
  38. data/_includes/section/alertbar.html +11 -11
  39. data/_includes/section/count.html +23 -23
  40. data/_includes/share/socialshare.html +22 -0
  41. data/_layouts/aboutUs.html +19 -24
  42. data/_layouts/blog.html +71 -75
  43. data/_layouts/categories.html +24 -24
  44. data/_layouts/contactUs.html +46 -23
  45. data/_layouts/default.html +1 -1
  46. data/_layouts/disclaimer.html +47 -0
  47. data/_layouts/feature.html +121 -138
  48. data/_layouts/help.html +20 -23
  49. data/_layouts/home.html +41 -45
  50. data/_layouts/page.html +5 -5
  51. data/_layouts/post.html +63 -68
  52. data/_layouts/privacyPolicy.html +48 -0
  53. data/_layouts/termAndCondition.html +46 -23
  54. data/assets/cross.svg +4 -4
  55. data/assets/css/blog.css +464 -464
  56. data/assets/css/tools.css +1426 -3052
  57. data/assets/facebook.svg +4 -4
  58. data/assets/instagram.svg +4 -4
  59. data/assets/js/TopScroll.js +8 -9
  60. data/assets/linkdin.svg +4 -4
  61. data/assets/pdf.svg +20 -20
  62. data/assets/star.svg +4 -4
  63. data/assets/twitter.svg +4 -4
  64. data/assets/youtube.svg +4 -4
  65. metadata +23 -15
  66. data/_data/head/en/data.json +0 -0
  67. data/_data/home/en.json +0 -48
  68. data/_data/pages/contact.json +0 -8
  69. data/_data/pages/termAndCondition.json +0 -8
  70. data/_includes/uploader/index.html +0 -69
data/assets/css/tools.css CHANGED
@@ -1,3052 +1,1426 @@
1
- header {
2
- width: 100%;
3
- border-bottom: 1px solid rgba(224, 224, 224, 1);
4
- }
5
- .navbar-toggler {
6
- outline: none !important;
7
- }
8
- .navbar-toggler > .fa_bars {
9
- position: absolute;
10
- top: 20px;
11
- font-size: 22px;
12
- }
13
-
14
- .nav__item {
15
- margin: 0 !important;
16
- padding: 0 15px;
17
- font-size: 15px;
18
- font-weight: 400;
19
- line-height: 18px;
20
- text-align: left;
21
- /* color: #11304e; */
22
- list-style: none;
23
- position: relative;
24
- }
25
- .nav__item a:hover {
26
- color: #000;
27
- text-decoration: none !important;
28
- }
29
-
30
- @media (max-width: 992px) {
31
- .navbar-nav {
32
- margin: 0 !important;
33
- }
34
-
35
- .nav__item {
36
- padding: 15px 0;
37
- }
38
- }
39
- @media (max-width: 768px) {
40
- .faq-list {
41
- width: 100% !important;
42
- }
43
- .lpnhkH,
44
- .lpvDOQ {
45
- font-size: 20px !important;
46
- }
47
- }
48
-
49
- .gBPLal {
50
- display: flex;
51
- flex-wrap: wrap;
52
- }
53
- @media (min-width: 768px) {
54
- .gBPLal {
55
- padding: 90px 0px;
56
- }
57
- }
58
- .gCgEiD {
59
- flex: 1 1 50%;
60
- display: flex;
61
- -webkit-box-pack: center;
62
- justify-content: center;
63
- -webkit-box-align: center;
64
- align-items: center;
65
- }
66
- .esoOLU {
67
- display: flex;
68
- flex-wrap: wrap;
69
- max-width: 100%;
70
- }
71
- @media (max-width: 768px) {
72
- .esoOLU {
73
- padding: 66px 0px 36px;
74
- flex-direction: column !important;
75
- }
76
- }
77
- .gCpaMM {
78
- height: 180px;
79
- width: 300px;
80
- }
81
- .gCxxqV {
82
- flex: 1 1 50%;
83
- color: rgb(33, 33, 33);
84
- }
85
- @media (min-width: 768px) {
86
- .gBYhEu {
87
- line-height: 30px;
88
- font-size: 22px;
89
- }
90
- }
91
- .gCFTVe {
92
- list-style: none;
93
- counter-reset: howToCounter 0;
94
- margin: 0px;
95
- padding: 6px 0px;
96
- }
97
- .gCOqzn {
98
- line-height: 24px;
99
- font-size: 16px;
100
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
101
- -webkit-font-smoothing: antialiased;
102
- font-weight: 400;
103
- display: flex;
104
- padding: 6px 0px;
105
- }
106
- .gBYhEu {
107
- line-height: 30px;
108
- font-size: 20px;
109
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
110
- -webkit-font-smoothing: antialiased;
111
- font-weight: 600;
112
- margin: 0px;
113
- padding-bottom: 12px;
114
- }
115
- .kmltsK {
116
- display: flex;
117
- flex-direction: column;
118
- -webkit-box-align: center;
119
- align-items: center;
120
- padding: 0px 16px 54px;
121
- }
122
- @media (min-width: 768px) {
123
- .kmltsK {
124
- width: 33.3333%;
125
- }
126
- }
127
- .kmtPWT {
128
- width: 48px;
129
- height: 48px;
130
- }
131
- .cxlSWI {
132
- margin-left: 6px;
133
- white-space: nowrap;
134
- text-overflow: ellipsis;
135
- overflow: hidden;
136
- }
137
- .kmCmBc {
138
- line-height: 24px;
139
- font-size: 16px;
140
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
141
- -webkit-font-smoothing: antialiased;
142
- font-weight: 600;
143
- color: rgb(33, 33, 33);
144
- text-align: center;
145
- margin: 0px;
146
- padding: 12px 0px;
147
- }
148
- .kmCmBc-q {
149
- line-height: 24px;
150
- font-size: 16px;
151
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
152
- -webkit-font-smoothing: antialiased;
153
- font-weight: 600;
154
- color: rgb(33, 33, 33);
155
- text-align: left;
156
- margin: 0px;
157
- padding: 12px 0px;
158
- }
159
- .kmKJfl {
160
- line-height: 24px;
161
- font-size: 16px;
162
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
163
- -webkit-font-smoothing: antialiased;
164
- font-weight: 400;
165
- color: rgb(33, 33, 33);
166
- text-align: center;
167
- margin: 0px;
168
- padding: 0px 24px;
169
- max-width: 100%;
170
- }
171
- .enfNez {
172
- cursor: pointer;
173
- user-select: none;
174
- margin: 0px;
175
- padding: 0px;
176
- outline: 0px;
177
- border: 0px;
178
- overflow: visible;
179
- display: flex;
180
- -webkit-box-align: center;
181
- align-items: center;
182
- color: inherit;
183
- background-color: transparent;
184
- font-family: inherit;
185
- line-height: inherit;
186
- transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
187
- width: 54px;
188
- -webkit-box-pack: center;
189
- justify-content: center;
190
- border-radius: 0px 4px 4px 0px;
191
- }
192
- .kmKJfl-p {
193
- line-height: 24px;
194
- font-size: 16px;
195
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
196
- -webkit-font-smoothing: antialiased;
197
- font-weight: 400;
198
- color: rgb(33, 33, 33);
199
- text-align: left;
200
- margin: 0px;
201
- max-width: 100%;
202
- }
203
- body {
204
- margin: 0;
205
- }
206
- main {
207
- display: block;
208
- }
209
- h1 {
210
- font-size: 2em;
211
- margin: 0.67em 0;
212
- }
213
- hr {
214
- box-sizing: content-box;
215
- height: 0;
216
- overflow: visible;
217
- }
218
- pre {
219
- font-family: monospace, monospace;
220
- font-size: 1em;
221
- }
222
- a {
223
- background-color: transparent;
224
- }
225
- abbr[title] {
226
- border-bottom: none;
227
- -webkit-text-decoration: underline;
228
- text-decoration: underline;
229
- -webkit-text-decoration: underline dotted;
230
- text-decoration: underline dotted;
231
- }
232
- b,
233
- strong {
234
- font-weight: bolder;
235
- }
236
- code,
237
- kbd,
238
- samp {
239
- font-family: monospace, monospace;
240
- font-size: 1em;
241
- }
242
- small {
243
- font-size: 80%;
244
- }
245
- sub,
246
- sup {
247
- font-size: 75%;
248
- line-height: 0;
249
- position: relative;
250
- vertical-align: baseline;
251
- }
252
- sub {
253
- bottom: -0.25em;
254
- }
255
- sup {
256
- top: -0.5em;
257
- }
258
- img {
259
- border-style: none;
260
- }
261
- button,
262
- input,
263
- optgroup,
264
- select,
265
- textarea {
266
- font-family: inherit;
267
- font-size: 100%;
268
- line-height: 1.15;
269
- margin: 0;
270
- }
271
- button,
272
- input {
273
- overflow: visible;
274
- }
275
- button,
276
- select {
277
- text-transform: none;
278
- }
279
- button,
280
- [type='button'],
281
- [type='reset'],
282
- [type='submit'] {
283
- -webkit-appearance: button;
284
- }
285
- button::-moz-focus-inner,
286
- [type='button']::-moz-focus-inner,
287
- [type='reset']::-moz-focus-inner,
288
- [type='submit']::-moz-focus-inner {
289
- border-style: none;
290
- padding: 0;
291
- }
292
- button:-moz-focusring,
293
- [type='button']:-moz-focusring,
294
- [type='reset']:-moz-focusring,
295
- [type='submit']:-moz-focusring {
296
- outline: 1px dotted ButtonText;
297
- }
298
- fieldset {
299
- padding: 0.35em 0.75em 0.625em;
300
- }
301
- legend {
302
- box-sizing: border-box;
303
- color: inherit;
304
- display: table;
305
- max-width: 100%;
306
- padding: 0;
307
- white-space: normal;
308
- }
309
- progress {
310
- vertical-align: baseline;
311
- }
312
- textarea {
313
- overflow: auto;
314
- }
315
- [type='checkbox'],
316
- [type='radio'] {
317
- box-sizing: border-box;
318
- padding: 0;
319
- }
320
- [type='number']::-webkit-inner-spin-button,
321
- [type='number']::-webkit-outer-spin-button {
322
- height: auto;
323
- }
324
- [type='search'] {
325
- -webkit-appearance: textfield;
326
- outline-offset: -2px;
327
- }
328
- [type='search']::-webkit-search-decoration {
329
- -webkit-appearance: none;
330
- }
331
- ::-webkit-file-upload-button {
332
- -webkit-appearance: button;
333
- font: inherit;
334
- }
335
- details {
336
- display: block;
337
- }
338
- summary {
339
- display: list-item;
340
- }
341
- template {
342
- display: none;
343
- }
344
- [hidden] {
345
- display: none;
346
- }
347
- body {
348
- overflow-y: scroll;
349
- background: white;
350
- }
351
- #app {
352
- display: -webkit-box;
353
- display: -webkit-flex;
354
- display: -ms-flexbox;
355
- display: flex;
356
- min-height: 100vh;
357
- }
358
- * {
359
- box-sizing: border-box;
360
- margin-block-start: 0px;
361
- margin-block-end: 0px;
362
- margin-inline-start: 0px;
363
- margin-inline-end: 0px;
364
- }
365
- data-styled.g2320[id='sc-global-ilaRTG1'] {
366
- content: 'sc-global-ilaRTG1,';
367
- }
368
- data-styled.g1[id='sc-1ttxsn1-0'] {
369
- content: 'fxCLCz,';
370
- }
371
-
372
- .iFsNzG {
373
- color: rgb(33, 33, 33);
374
- position: absolute;
375
- top: 12px;
376
- right: 12px;
377
- z-index: 10;
378
- cursor: pointer;
379
- }
380
- .buUasx {
381
- position: relative;
382
- display: flex;
383
- flex-direction: column;
384
- background-color: rgb(242, 48, 48);
385
- min-height: 300px;
386
- width: 100%;
387
- }
388
- .cwvKbP {
389
- position: absolute;
390
- inset: 12px;
391
- background: rgba(0, 0, 0, 0.1);
392
- border: 2px dashed rgba(0, 0, 0, 0.15);
393
- }
394
- .cwUZOq {
395
- padding-bottom: 18px;
396
- color: white;
397
- }
398
- .iTXuYA {
399
- height: 60px;
400
- width: 96px;
401
- }
402
- .bxyVaO {
403
- display: flex;
404
- overflow: hidden;
405
- }
406
- .cwMDkh {
407
- display: flex;
408
- flex-direction: column;
409
- -webkit-box-align: center;
410
- align-items: center;
411
- flex: 1 1 auto;
412
- -webkit-box-pack: center;
413
- justify-content: center;
414
- }
415
- .cxdwsz {
416
- line-height: 24px;
417
- font-size: 16px;
418
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
419
- -webkit-font-smoothing: antialiased;
420
- font-weight: 400;
421
- padding-top: 12px;
422
- text-align: center;
423
- color: white;
424
- }
425
- .fqHzAf {
426
- display: flex;
427
- flex: 1 1 auto;
428
- }
429
- .fqPWeo {
430
- cursor: pointer;
431
- display: flex;
432
- flex: 1 1 auto;
433
- }
434
- .hzsTQm {
435
- display: flex;
436
- flex: 1 1 auto;
437
- z-index: 1;
438
- }
439
- .cweQTx {
440
- display: flex;
441
- flex-direction: column;
442
- }
443
- .fxCLCz {
444
- display: flex;
445
- -webkit-box-pack: center;
446
- justify-content: center;
447
- width: 100%;
448
- }
449
- .iFkqVx {
450
- line-height: 36px;
451
- font-size: 30px;
452
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
453
- -webkit-font-smoothing: antialiased;
454
- font-weight: 300;
455
- color: rgb(33, 33, 33);
456
- }
457
- .lpeKGy {
458
- padding: 24px 0px;
459
- }
460
- .fHhdVc {
461
- padding-right: 12px;
462
- color: rgb(242, 48, 48);
463
- }
464
- .qNym {
465
- display: flex;
466
- -webkit-box-pack: center;
467
- justify-content: center;
468
- -webkit-box-align: center;
469
- align-items: center;
470
- }
471
- .iFBkdP {
472
- display: flex;
473
- -webkit-box-pack: center;
474
- justify-content: center;
475
- padding-top: 24px;
476
- }
477
- .blziMQ {
478
- cursor: pointer;
479
- user-select: none;
480
- line-height: 18px;
481
- font-size: 15px;
482
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
483
- -webkit-font-smoothing: antialiased;
484
- font-weight: 700;
485
- position: relative;
486
- display: flex;
487
- flex: 1 1 auto;
488
- -webkit-box-align: center;
489
- align-items: center;
490
- -webkit-box-pack: center;
491
- justify-content: center;
492
- min-width: 90px;
493
- border-radius: 4px;
494
- text-transform: uppercase;
495
- white-space: nowrap;
496
- outline: 0px;
497
- border: 0px;
498
- transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
499
- padding: 0px 24px;
500
- height: 54px;
501
- background: rgb(0, 85, 255);
502
- color: rgb(255, 255, 255);
503
- }
504
- .hvHwmD {
505
- -webkit-flex: 1 0 auto;
506
- -ms-flex: 1 0 auto;
507
- flex: 1 0 auto;
508
- width: 100%;
509
- }
510
- .lpnhkH {
511
- line-height: 36px;
512
- font-size: 30px;
513
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
514
- -webkit-font-smoothing: antialiased;
515
- font-weight: 600;
516
- color: rgb(33, 33, 33);
517
- text-align: center;
518
- margin: 0px;
519
- }
520
- .lpvDOQ {
521
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
522
- -webkit-font-smoothing: antialiased;
523
- font-weight: 300;
524
- color: rgb(33, 33, 33);
525
- text-align: center;
526
- margin: 0px;
527
- }
528
- @media (min-width: 768px) {
529
- .cPukFe {
530
- line-height: 42px;
531
- font-size: 36px;
532
- }
533
- }
534
- .hDzHg {
535
- margin-left: 48px;
536
- }
537
- .dKjQAB {
538
- position: relative;
539
- display: flex;
540
- border-radius: 4px;
541
- color: rgb(33, 33, 33);
542
- background-color: rgb(255, 255, 255);
543
- }
544
- .fhjLHS {
545
- width: 1px;
546
- background-color: rgba(0, 0, 0, 0.15);
547
- }
548
- .hrcxSS {
549
- cursor: pointer;
550
- user-select: none;
551
- margin: 0px;
552
- outline: 0px;
553
- border: 0px;
554
- width: auto;
555
- overflow: visible;
556
- display: flex;
557
- -webkit-box-align: center;
558
- align-items: center;
559
- color: inherit;
560
- background-color: transparent;
561
- transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
562
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
563
- -webkit-font-smoothing: antialiased;
564
- font-weight: 700;
565
- font-size: 16px;
566
- line-height: 24px;
567
- padding: 15px 24px;
568
- height: 54px;
569
- position: relative;
570
- border-radius: 4px 0px 0px 4px;
571
- text-transform: uppercase;
572
- }
573
- .cPukFe {
574
- width: 100%;
575
- line-height: 30px;
576
- font-size: 24px;
577
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
578
- -webkit-font-smoothing: antialiased;
579
- font-weight: 700;
580
- }
581
- .favWrj {
582
- display: flex;
583
- place-content: center space-between;
584
- -webkit-box-align: center;
585
- align-items: center;
586
- margin: 0px auto;
587
- width: 100%;
588
- -webkit-box-pack: justify;
589
- padding: 0px 36px;
590
- }
591
- .eKVaAu {
592
- padding: 0px 0px 24px;
593
- }
594
- .eEFtbq {
595
- display: flex;
596
- align-content: center;
597
- -webkit-box-align: center;
598
- align-items: center;
599
- border: 1px solid rgb(238, 238, 238);
600
- overflow: hidden;
601
- cursor: pointer;
602
- color: rgb(33, 33, 33);
603
- margin: 0px auto;
604
- background: url(/build/204815b….png) center center / contain no-repeat;
605
- }
606
- .bYbgQN {
607
- display: flex;
608
- overflow: hidden;
609
- margin: 0px;
610
- width: 100%;
611
- }
612
- .eHtvdQ {
613
- display: flex;
614
- -webkit-box-pack: center;
615
- justify-content: center;
616
- padding: 0px 0px 12px;
617
- width: 100%;
618
- }
619
- @media (min-width: 768px) {
620
- .lpvDOQ {
621
- line-height: 30px;
622
- font-size: 22px;
623
- }
624
- }
625
- @media (min-width: 0px) and (max-width: 1199px) {
626
- .hvHwmD {
627
- max-width: none;
628
- }
629
- }
630
- @media (min-width: 1200px) {
631
- .hvHwmD {
632
- max-width: 1200px;
633
- }
634
- }
635
- @media (min-width: 0px) and (max-width: 767px) {
636
- .hvHwmD {
637
- padding: 0 18px;
638
- }
639
- }
640
- @media (min-width: 768px) {
641
- .hvHwmD {
642
- padding: 0 30px;
643
- }
644
- }
645
- data-styled.g2[id='sc-1ttxsn1-1'] {
646
- content: 'hvHwmD,';
647
- }
648
- .hvHwmD {
649
- flex: 1 0 auto;
650
- width: 100%;
651
- }
652
- .FoQAX {
653
- width: 100%;
654
- background: rgb(245, 245, 245);
655
- max-width: 1200px;
656
- margin: 0px auto;
657
- animation: 2s ease-in-out 0s 1 normal none running furoaB;
658
- overflow: hidden;
659
- }
660
- .iGazQq {
661
- position: relative;
662
- padding: 42px;
663
- text-align: center;
664
- display: flex;
665
- flex-direction: column;
666
- }
667
- .icPtH {
668
- margin-right: 12px;
669
- }
670
- .bxyVaO {
671
- display: -webkit-box;
672
- display: -webkit-flex;
673
- display: -ms-flexbox;
674
- display: flex;
675
- overflow: hidden;
676
- }
677
- .bxyVaO > svg {
678
- display: -webkit-box;
679
- display: -webkit-flex;
680
- display: -ms-flexbox;
681
- display: flex;
682
- -webkit-flex: 1 1 auto;
683
- -ms-flex: 1 1 auto;
684
- flex: 1 1 auto;
685
- }
686
- .bxyVaO > svg > * {
687
- fill: currentColor;
688
- }
689
- data-styled.g5[id='sc-2xfn8l-0'] {
690
- content: 'bxyVaO,';
691
- }
692
- .cPHJoA {
693
- cursor: pointer;
694
- -webkit-user-select: none;
695
- -moz-user-select: none;
696
- -ms-user-select: none;
697
- user-select: none;
698
- line-height: 18px;
699
- font-size: 15px;
700
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
701
- -webkit-font-smoothing: antialiased;
702
- font-stretch: 400;
703
- font-weight: 700;
704
- position: relative;
705
- display: -webkit-box;
706
- display: -webkit-flex;
707
- display: -ms-flexbox;
708
- display: flex;
709
- -webkit-flex: 1 1 auto;
710
- -ms-flex: 1 1 auto;
711
- flex: 1 1 auto;
712
- -webkit-align-items: center;
713
- -webkit-box-align: center;
714
- -ms-flex-align: center;
715
- align-items: center;
716
- -webkit-box-pack: center;
717
- -webkit-justify-content: center;
718
- -ms-flex-pack: center;
719
- justify-content: center;
720
- min-width: 90px;
721
- background: transparent;
722
- border-radius: 4px;
723
- text-transform: uppercase;
724
- white-space: nowrap;
725
- outline: 0;
726
- border: 0;
727
- background-clip: border-box;
728
- -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
729
- transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
730
- padding: 0 18px;
731
- height: 42px;
732
- background: rgba(0, 85, 255, 1);
733
- color: rgba(255, 255, 255, 1);
734
- }
735
- .cPHJoA::-moz-focus-inner {
736
- padding: 0;
737
- border: 0;
738
- }
739
- .cPHJoA:disabled {
740
- background: rgba(224, 224, 224, 1);
741
- cursor: none;
742
- pointer-events: none;
743
- }
744
- .cPHJoA:hover {
745
- background: rgba(0, 76, 229, 1);
746
- }
747
- .cPHJoA:active {
748
- background: rgba(0, 68, 204, 1);
749
- }
750
- data-styled.g9[id='sc-1mvwhop-0'] {
751
- content: 'cPHJoA,';
752
- }
753
- .lfMGmO {
754
- -webkit-text-decoration: inherit;
755
- text-decoration: inherit;
756
- color: inherit;
757
- }
758
- data-styled.g17[id='sc-1bu7qfl-0'] {
759
- content: 'lfMGmO,';
760
- }
761
- .bvorGM {
762
- display: inline-block;
763
- padding: 7px 11px;
764
- cursor: pointer;
765
- border: 1px solid transparent;
766
- border-radius: 4px;
767
- background: rgba(26, 26, 26, 1);
768
- color: rgba(255, 255, 255, 1);
769
- }
770
- data-styled.g18[id='sc-9shut9-0'] {
771
- content: 'bvorGM,';
772
- }
773
- .csDfHB {
774
- overflow: hidden;
775
- }
776
- .csDfHB > svg {
777
- display: block;
778
- }
779
- data-styled.g19[id='sc-1gyxcpm-0'] {
780
- content: 'csDfHB,';
781
- }
782
- .hHIHUq {
783
- display: -webkit-inline-box;
784
- display: -webkit-inline-flex;
785
- display: -ms-inline-flexbox;
786
- display: inline-flex;
787
- -webkit-flex-direction: row;
788
- -ms-flex-direction: row;
789
- flex-direction: row;
790
- -webkit-align-items: center;
791
- -webkit-box-align: center;
792
- -ms-flex-align: center;
793
- align-items: center;
794
- margin: 0;
795
- padding: 0 8px;
796
- height: 20px;
797
- border-radius: 20px;
798
- -webkit-user-select: none;
799
- -moz-user-select: none;
800
- -ms-user-select: none;
801
- user-select: none;
802
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
803
- -webkit-font-smoothing: antialiased;
804
- font-stretch: 400;
805
- font-size: 12px;
806
- line-height: 12px;
807
- white-space: nowrap;
808
- background: rgba(26, 26, 26, 1);
809
- color: rgba(255, 255, 255, 1);
810
- font-weight: 700;
811
- }
812
- data-styled.g34[id='yngot0-0'] {
813
- content: 'hHIHUq,';
814
- }
815
- .ikoBBT {
816
- position: fixed;
817
- z-index: 600;
818
- top: 0;
819
- left: 0;
820
- display: none;
821
- -webkit-flex-direction: column;
822
- -ms-flex-direction: column;
823
- flex-direction: column;
824
- -webkit-box-pack: center;
825
- -webkit-justify-content: center;
826
- -ms-flex-pack: center;
827
- justify-content: center;
828
- -webkit-align-items: center;
829
- -webkit-box-align: center;
830
- -ms-flex-align: center;
831
- align-items: center;
832
- width: 100%;
833
- height: 100%;
834
- }
835
- data-styled.g46[id='sc-1bhf2s-0'] {
836
- content: 'ikoBBT,';
837
- }
838
- .krHGwU {
839
- position: fixed;
840
- z-index: 500;
841
- background-color: rgba(0, 0, 0, 0.4);
842
- top: 0;
843
- bottom: 0;
844
- left: 0;
845
- right: 0;
846
- }
847
- data-styled.g47[id='sc-1bhf2s-1'] {
848
- content: 'krHGwU,';
849
- }
850
- .glIZQf {
851
- display: -webkit-box;
852
- display: -webkit-flex;
853
- display: -ms-flexbox;
854
- display: flex;
855
- -webkit-box-pack: justify;
856
- -webkit-justify-content: space-between;
857
- -ms-flex-pack: justify;
858
- justify-content: space-between;
859
- -webkit-flex-direction: column;
860
- -ms-flex-direction: column;
861
- flex-direction: column;
862
- min-height: 100vh;
863
- min-width: 100%;
864
- }
865
- data-styled.g50[id='sc-1fa2dkn-0'] {
866
- content: 'glIZQf,';
867
- }
868
- .fElXmN {
869
- -webkit-flex: 1 0 auto;
870
- -ms-flex: 1 0 auto;
871
- flex: 1 0 auto;
872
- width: 100%;
873
- max-width: 1440px;
874
- }
875
- @media (min-width: 768px) {
876
- .fElXmN {
877
- padding: 0 24px;
878
- }
879
- }
880
- .NsBVV {
881
- -webkit-flex: 1 0 auto;
882
- -ms-flex: 1 0 auto;
883
- flex: 1 0 auto;
884
- width: 100%;
885
- max-width: 1440px;
886
- }
887
- @media (min-width: 0px) and (max-width: 767px) {
888
- .NsBVV {
889
- padding: 0 12px;
890
- }
891
- }
892
- @media (min-width: 768px) {
893
- .NsBVV {
894
- padding: 0 24px;
895
- }
896
- }
897
- data-styled.g51[id='bitun5-0'] {
898
- content: 'fElXmN,NsBVV,';
899
- }
900
- .inueBp {
901
- display: -webkit-box;
902
- display: -webkit-flex;
903
- display: -ms-flexbox;
904
- display: flex;
905
- -webkit-box-pack: center;
906
- -webkit-justify-content: center;
907
- -ms-flex-pack: center;
908
- justify-content: center;
909
- width: 100%;
910
- }
911
- data-styled.g52[id='bitun5-1'] {
912
- content: 'inueBp,';
913
- }
914
- .bVpxBN {
915
- width: 12px;
916
- height: 12px;
917
- }
918
- data-styled.g68[id='sxq67w-0'] {
919
- content: 'bVpxBN,';
920
- }
921
- .leXjVP {
922
- box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2);
923
- display: -webkit-box;
924
- display: -webkit-flex;
925
- display: -ms-flexbox;
926
- display: flex;
927
- -webkit-flex-direction: column;
928
- -ms-flex-direction: column;
929
- flex-direction: column;
930
- z-index: 600;
931
- background-color: rgba(255, 255, 255, 1);
932
- box-sizing: content-box;
933
- overflow-x: hidden;
934
- overflow-y: auto;
935
- }
936
- @media (max-width: 767px) {
937
- .leXjVP {
938
- position: fixed;
939
- max-height: calc(100vh - 24px);
940
- left: 12px;
941
- right: 12px;
942
- }
943
- }
944
- @media (min-width: 768px) {
945
- .leXjVP {
946
- position: relative;
947
- max-height: calc(100vh - 72px);
948
- width: 480px;
949
- }
950
- }
951
- data-styled.g69[id='kuqgaz-0'] {
952
- content: 'leXjVP,';
953
- }
954
- .ckYImm {
955
- cursor: pointer;
956
- color: rgba(33, 33, 33, 1);
957
- position: absolute;
958
- top: 0;
959
- right: 0;
960
- padding: 12px;
961
- box-sizing: content-box;
962
- }
963
- data-styled.g71[id='kuqgaz-2'] {
964
- content: 'ckYImm,';
965
- }
966
- .hSJQVR {
967
- display: -webkit-box;
968
- display: -webkit-flex;
969
- display: -ms-flexbox;
970
- display: flex;
971
- -webkit-flex-direction: column;
972
- -ms-flex-direction: column;
973
- flex-direction: column;
974
- -webkit-flex: 1 1 auto;
975
- -ms-flex: 1 1 auto;
976
- flex: 1 1 auto;
977
- }
978
- @media (max-width: 767px) {
979
- .hSJQVR {
980
- padding: 12px;
981
- }
982
- }
983
- @media (min-width: 768px) {
984
- .hSJQVR {
985
- padding: 36px;
986
- }
987
- }
988
- data-styled.g72[id='trcv32-0'] {
989
- content: 'hSJQVR,';
990
- }
991
- .SBukn {
992
- width: 24px;
993
- height: 24px;
994
- }
995
- data-styled.g73[id='sc-2wite4-0'] {
996
- content: 'SBukn,';
997
- }
998
- .fdItuc {
999
- display: -webkit-box;
1000
- display: -webkit-flex;
1001
- display: -ms-flexbox;
1002
- display: flex;
1003
- -webkit-flex: 1 1 auto;
1004
- -ms-flex: 1 1 auto;
1005
- flex: 1 1 auto;
1006
- -webkit-text-decoration: inherit;
1007
- text-decoration: inherit;
1008
- color: inherit;
1009
- }
1010
- data-styled.g74[id='lqkt1b-0'] {
1011
- content: 'fdItuc,';
1012
- }
1013
- .hiSbSb {
1014
- display: -webkit-box;
1015
- display: -webkit-flex;
1016
- display: -ms-flexbox;
1017
- display: flex;
1018
- padding-right: 18px;
1019
- }
1020
- @media (min-width: 0px) and (max-width: 767px) {
1021
- .hiSbSb {
1022
- padding-left: 18px;
1023
- padding-right: 12px;
1024
- }
1025
- }
1026
- data-styled.g116[id='sc-168sfod-0'] {
1027
- content: 'hiSbSb,';
1028
- }
1029
- .hjaywk {
1030
- -webkit-align-items: center;
1031
- -webkit-box-align: center;
1032
- -ms-flex-align: center;
1033
- align-items: center;
1034
- }
1035
- data-styled.g117[id='sc-168sfod-1'] {
1036
- content: 'hjaywk,';
1037
- }
1038
- .hjiVat {
1039
- height: 42px;
1040
- }
1041
- @media (max-width: 767px) {
1042
- .hjiVat {
1043
- height: 36px;
1044
- }
1045
- }
1046
- data-styled.g118[id='sc-168sfod-2'] {
1047
- content: 'hjiVat,';
1048
- }
1049
- .hjrrEC {
1050
- display: -webkit-box;
1051
- display: -webkit-flex;
1052
- display: -ms-flexbox;
1053
- display: flex;
1054
- }
1055
- data-styled.g119[id='sc-168sfod-3'] {
1056
- content: 'hjrrEC,';
1057
- }
1058
- .hIbenQ {
1059
- list-style-type: none;
1060
- height: 100%;
1061
- }
1062
- data-styled.g123[id='sc-1mqygah-0'] {
1063
- content: 'hIbenQ,';
1064
- }
1065
- .cdDJXX {
1066
- display: -webkit-box;
1067
- display: -webkit-flex;
1068
- display: -ms-flexbox;
1069
- display: flex;
1070
- -webkit-align-items: center;
1071
- -webkit-box-align: center;
1072
- -ms-flex-align: center;
1073
- align-items: center;
1074
- line-height: 30px;
1075
- font-size: 18px;
1076
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1077
- -webkit-font-smoothing: antialiased;
1078
- font-stretch: 400;
1079
- font-weight: 400;
1080
- color: rgba(33, 33, 33, 1);
1081
- white-space: nowrap;
1082
- height: 100%;
1083
- padding: 0 12px;
1084
- cursor: pointer;
1085
- -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1086
- transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1087
- }
1088
- @media (min-width: 768px) {
1089
- .cdDJXX {
1090
- line-height: 18px;
1091
- font-size: 15px;
1092
- }
1093
- }
1094
- .cdDJXX:hover {
1095
- color: rgba(117, 117, 117, 1);
1096
- }
1097
- .cdDJXX:active {
1098
- color: rgba(189, 189, 189, 1);
1099
- }
1100
- data-styled.g124[id='sc-1mqygah-1'] {
1101
- content: 'cdDJXX,';
1102
- }
1103
- .hcnRAo {
1104
- display: -webkit-box;
1105
- display: -webkit-flex;
1106
- display: -ms-flexbox;
1107
- display: flex;
1108
- }
1109
- @media (min-width: 0px) and (max-width: 767px) {
1110
- .hcnRAo {
1111
- display: none;
1112
- }
1113
- }
1114
- data-styled.g131[id='sc-1hd6z21-0'] {
1115
- content: 'hcnRAo,';
1116
- }
1117
- .hcwoex {
1118
- display: -webkit-box;
1119
- display: -webkit-flex;
1120
- display: -ms-flexbox;
1121
- display: flex;
1122
- -webkit-box-pack: start;
1123
- -webkit-justify-content: flex-start;
1124
- -ms-flex-pack: start;
1125
- justify-content: flex-start;
1126
- -webkit-flex-wrap: nowrap;
1127
- -ms-flex-wrap: nowrap;
1128
- flex-wrap: nowrap;
1129
- position: relative;
1130
- overflow: hidden;
1131
- margin: 0;
1132
- padding: 0 18px;
1133
- }
1134
- @media (max-width: 767px) {
1135
- .hcwoex {
1136
- padding: 0;
1137
- }
1138
- }
1139
- data-styled.g132[id='sc-1hd6z21-1'] {
1140
- content: 'hcwoex,';
1141
- }
1142
- .hcEKIG {
1143
- height: 42px;
1144
- width: 1px;
1145
- background-color: rgba(224, 224, 224, 1);
1146
- -webkit-align-self: center;
1147
- -ms-flex-item-align: center;
1148
- align-self: center;
1149
- }
1150
- data-styled.g133[id='sc-1hd6z21-2'] {
1151
- content: 'hcEKIG,';
1152
- }
1153
- .hcNhmP {
1154
- display: -webkit-box;
1155
- display: -webkit-flex;
1156
- display: -ms-flexbox;
1157
- display: flex;
1158
- -webkit-align-items: center;
1159
- -webkit-box-align: center;
1160
- -ms-flex-align: center;
1161
- align-items: center;
1162
- }
1163
- data-styled.g134[id='sc-1hd6z21-3'] {
1164
- content: 'hcNhmP,';
1165
- }
1166
- .hcVDQY {
1167
- padding-left: 6px;
1168
- }
1169
- data-styled.g135[id='sc-1hd6z21-4'] {
1170
- content: 'hcVDQY,';
1171
- }
1172
- .jxYGTk {
1173
- cursor: pointer;
1174
- -webkit-user-select: none;
1175
- -moz-user-select: none;
1176
- -ms-user-select: none;
1177
- user-select: none;
1178
- position: relative;
1179
- display: -webkit-box;
1180
- display: -webkit-flex;
1181
- display: -ms-flexbox;
1182
- display: flex;
1183
- -webkit-box-pack: center;
1184
- -webkit-justify-content: center;
1185
- -ms-flex-pack: center;
1186
- justify-content: center;
1187
- -webkit-align-items: center;
1188
- -webkit-box-align: center;
1189
- -ms-flex-align: center;
1190
- align-items: center;
1191
- box-sizing: content-box;
1192
- width: 18px;
1193
- padding: 0 18px;
1194
- color: rgba(33, 33, 33, 1);
1195
- -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1196
- transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1197
- }
1198
- .jxYGTk:hover {
1199
- color: rgba(117, 117, 117, 1);
1200
- }
1201
- .jxYGTk:active {
1202
- color: rgba(33, 33, 33, 1);
1203
- }
1204
- @media (min-width: 768px) {
1205
- .jxYGTk {
1206
- display: none;
1207
- }
1208
- }
1209
- data-styled.g153[id='rnvo6-0'] {
1210
- content: 'jxYGTk,';
1211
- }
1212
- .jyhdxt {
1213
- position: relative;
1214
- width: 18px;
1215
- height: 15px;
1216
- box-sizing: border-box;
1217
- border-top: 1px solid currentColor;
1218
- border-bottom: 1px solid currentColor;
1219
- pointer-events: none;
1220
- }
1221
- .jyhdxt:after {
1222
- content: '';
1223
- display: block;
1224
- position: absolute;
1225
- width: 100%;
1226
- height: 1px;
1227
- background-color: currentColor;
1228
- top: 50%;
1229
- }
1230
- data-styled.g154[id='rnvo6-1'] {
1231
- content: 'jyhdxt,';
1232
- }
1233
- .cblySq {
1234
- position: absolute;
1235
- width: 12px;
1236
- height: 12px;
1237
- right: 2px;
1238
- bottom: 2px;
1239
- border-radius: 50%;
1240
- background: white;
1241
- color: rgba(33, 33, 33, 1);
1242
- }
1243
- data-styled.g155[id='rhlin0-0'] {
1244
- content: 'cblySq,';
1245
- }
1246
- .sHtdd {
1247
- position: relative;
1248
- display: -webkit-box;
1249
- display: -webkit-flex;
1250
- display: -ms-flexbox;
1251
- display: flex;
1252
- -webkit-flex: 1 1 auto;
1253
- -ms-flex: 1 1 auto;
1254
- flex: 1 1 auto;
1255
- }
1256
- data-styled.g156[id='vnoyvz-0'] {
1257
- content: 'sHtdd,';
1258
- }
1259
- .sPPHm {
1260
- display: -webkit-box;
1261
- display: -webkit-flex;
1262
- display: -ms-flexbox;
1263
- display: flex;
1264
- -webkit-flex: 1 1 auto;
1265
- -ms-flex: 1 1 auto;
1266
- flex: 1 1 auto;
1267
- padding: 1px;
1268
- }
1269
- data-styled.g157[id='vnoyvz-1'] {
1270
- content: 'sPPHm,';
1271
- }
1272
- .sYmlv {
1273
- line-height: 30px;
1274
- font-size: 18px;
1275
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1276
- -webkit-font-smoothing: antialiased;
1277
- font-stretch: 400;
1278
- font-weight: 700;
1279
- -webkit-user-select: none;
1280
- -moz-user-select: none;
1281
- -ms-user-select: none;
1282
- user-select: none;
1283
- display: -webkit-box;
1284
- display: -webkit-flex;
1285
- display: -ms-flexbox;
1286
- display: flex;
1287
- -webkit-align-items: center;
1288
- -webkit-box-align: center;
1289
- -ms-flex-align: center;
1290
- align-items: center;
1291
- -webkit-box-pack: center;
1292
- -webkit-justify-content: center;
1293
- -ms-flex-pack: center;
1294
- justify-content: center;
1295
- border-radius: 50%;
1296
- -webkit-flex: 1 1 auto;
1297
- -ms-flex: 1 1 auto;
1298
- flex: 1 1 auto;
1299
- color: white;
1300
- text-transform: uppercase;
1301
- background-color: rgba(255, 159, 25, 1);
1302
- color: white;
1303
- }
1304
- @media (min-width: 768px) {
1305
- .sYmlv {
1306
- line-height: 18px;
1307
- font-size: 15px;
1308
- }
1309
- }
1310
- data-styled.g158[id='vnoyvz-2'] {
1311
- content: 'sYmlv,';
1312
- }
1313
- .knfgvG {
1314
- position: absolute;
1315
- width: 14px;
1316
- height: 14px;
1317
- top: 0;
1318
- right: 0;
1319
- border: 2px solid white;
1320
- border-radius: 100%;
1321
- background-color: rgba(255, 0, 64, 1);
1322
- display: none;
1323
- }
1324
- data-styled.g160[id='sc-1apfbp1-0'] {
1325
- content: 'knfgvG,';
1326
- }
1327
- .jxQvto {
1328
- display: -webkit-box;
1329
- display: -webkit-flex;
1330
- display: -ms-flexbox;
1331
- display: flex;
1332
- -webkit-align-items: center;
1333
- -webkit-box-align: center;
1334
- -ms-flex-align: center;
1335
- align-items: center;
1336
- cursor: pointer;
1337
- }
1338
- @media (max-width: 767px) {
1339
- .jxQvto {
1340
- padding: 0 18px;
1341
- }
1342
- }
1343
- @media (min-width: 768px) {
1344
- .jxQvto {
1345
- padding-left: 6px;
1346
- }
1347
- }
1348
- data-styled.g161[id='sc-1pc5grg-0'] {
1349
- content: 'jxQvto,';
1350
- }
1351
- .deuuwy {
1352
- position: relative;
1353
- display: -webkit-box;
1354
- display: -webkit-flex;
1355
- display: -ms-flexbox;
1356
- display: flex;
1357
- -webkit-flex: 0 0 auto;
1358
- -ms-flex: 0 0 auto;
1359
- flex: 0 0 auto;
1360
- width: 42px;
1361
- height: 42px;
1362
- }
1363
- data-styled.g162[id='sc-1pc5grg-1'] {
1364
- content: 'deuuwy,';
1365
- }
1366
- .fPnIVd {
1367
- display: -webkit-box;
1368
- display: -webkit-flex;
1369
- display: -ms-flexbox;
1370
- display: flex;
1371
- -webkit-flex-direction: column;
1372
- -ms-flex-direction: column;
1373
- flex-direction: column;
1374
- -webkit-box-pack: center;
1375
- -webkit-justify-content: center;
1376
- -ms-flex-pack: center;
1377
- justify-content: center;
1378
- }
1379
- data-styled.g195[id='yue4at-0'] {
1380
- content: 'fPnIVd,';
1381
- }
1382
- .fPwfzm {
1383
- position: relative;
1384
- display: -webkit-box;
1385
- display: -webkit-flex;
1386
- display: -ms-flexbox;
1387
- display: flex;
1388
- -webkit-align-items: center;
1389
- -webkit-box-align: center;
1390
- -ms-flex-align: center;
1391
- align-items: center;
1392
- }
1393
- data-styled.g196[id='yue4at-1'] {
1394
- content: 'fPwfzm,';
1395
- }
1396
- .fIwWsF {
1397
- line-height: 30px;
1398
- font-size: 18px;
1399
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1400
- -webkit-font-smoothing: antialiased;
1401
- font-stretch: 400;
1402
- font-weight: 400;
1403
- -webkit-user-select: none;
1404
- -moz-user-select: none;
1405
- -ms-user-select: none;
1406
- user-select: none;
1407
- display: -webkit-box;
1408
- display: -webkit-flex;
1409
- display: -ms-flexbox;
1410
- display: flex;
1411
- -webkit-align-items: center;
1412
- -webkit-box-align: center;
1413
- -ms-flex-align: center;
1414
- align-items: center;
1415
- -webkit-box-pack: center;
1416
- -webkit-justify-content: center;
1417
- -ms-flex-pack: center;
1418
- justify-content: center;
1419
- white-space: nowrap;
1420
- color: rgba(33, 33, 33, 1);
1421
- -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1422
- transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1423
- padding: 0 12px;
1424
- cursor: pointer;
1425
- }
1426
- @media (min-width: 768px) {
1427
- .fIwWsF {
1428
- line-height: 18px;
1429
- font-size: 15px;
1430
- }
1431
- }
1432
- .fIwWsF:hover {
1433
- color: rgba(117, 117, 117, 1);
1434
- }
1435
- .fIwWsF:active {
1436
- color: rgba(189, 189, 189, 1);
1437
- }
1438
- data-styled.g197[id='xda4z1-0'] {
1439
- content: 'fIwWsF,';
1440
- }
1441
- .gXzTud {
1442
- display: -webkit-box;
1443
- display: -webkit-flex;
1444
- display: -ms-flexbox;
1445
- display: flex;
1446
- -webkit-align-items: center;
1447
- -webkit-box-align: center;
1448
- -ms-flex-align: center;
1449
- align-items: center;
1450
- padding: 0 12px;
1451
- }
1452
- @media (min-width: 0px) and (max-width: 767px) {
1453
- .gXzTud {
1454
- display: none;
1455
- }
1456
- }
1457
- data-styled.g198[id='soxssp-0'] {
1458
- content: 'gXzTud,';
1459
- }
1460
- .ipqJFq {
1461
- display: -webkit-box;
1462
- display: -webkit-flex;
1463
- display: -ms-flexbox;
1464
- display: flex;
1465
- -webkit-align-items: center;
1466
- -webkit-box-align: center;
1467
- -ms-flex-align: center;
1468
- align-items: center;
1469
- }
1470
- @media (min-width: 0px) and (max-width: 767px) {
1471
- .ipqJFq {
1472
- display: none;
1473
- }
1474
- }
1475
- data-styled.g199[id='sc-1ucfe2p-0'] {
1476
- content: 'ipqJFq,';
1477
- }
1478
- .bzKyIY {
1479
- position: relative;
1480
- display: -webkit-box;
1481
- display: -webkit-flex;
1482
- display: -ms-flexbox;
1483
- display: flex;
1484
- -webkit-box-pack: center;
1485
- -webkit-justify-content: center;
1486
- -ms-flex-pack: center;
1487
- justify-content: center;
1488
- width: 100%;
1489
- color: rgba(255, 255, 255, 1);
1490
- background-color: rgba(0, 85, 255, 1);
1491
- }
1492
- data-styled.g201[id='sc-10adoor-0'] {
1493
- content: 'bzKyIY,';
1494
- }
1495
- .krnTbj {
1496
- display: -webkit-box;
1497
- display: -webkit-flex;
1498
- display: -ms-flexbox;
1499
- display: flex;
1500
- -webkit-box-pack: center;
1501
- -webkit-justify-content: center;
1502
- -ms-flex-pack: center;
1503
- justify-content: center;
1504
- -webkit-align-items: center;
1505
- -webkit-box-align: center;
1506
- -ms-flex-align: center;
1507
- align-items: center;
1508
- padding: 6px;
1509
- cursor: pointer;
1510
- }
1511
- @media (max-width: 767px) {
1512
- .krnTbj {
1513
- -webkit-flex: 1 1 auto;
1514
- -ms-flex: 1 1 auto;
1515
- flex: 1 1 auto;
1516
- -webkit-align-items: flex-start;
1517
- -webkit-box-align: flex-start;
1518
- -ms-flex-align: flex-start;
1519
- align-items: flex-start;
1520
- -webkit-box-pack: justify;
1521
- -webkit-justify-content: space-between;
1522
- -ms-flex-pack: justify;
1523
- justify-content: space-between;
1524
- padding: 18px;
1525
- }
1526
- }
1527
- data-styled.g202[id='sc-10adoor-1'] {
1528
- content: 'krnTbj,';
1529
- }
1530
- .eMDCHU {
1531
- display: -webkit-box;
1532
- display: -webkit-flex;
1533
- display: -ms-flexbox;
1534
- display: flex;
1535
- }
1536
- @media (max-width: 767px) {
1537
- .eMDCHU {
1538
- -webkit-flex-direction: column;
1539
- -ms-flex-direction: column;
1540
- flex-direction: column;
1541
- -webkit-flex: 1 1 auto;
1542
- -ms-flex: 1 1 auto;
1543
- flex: 1 1 auto;
1544
- }
1545
- }
1546
- data-styled.g203[id='sc-1k54gzf-0'] {
1547
- content: 'eMDCHU,';
1548
- }
1549
- .eMLZmd {
1550
- line-height: 18px;
1551
- font-size: 14px;
1552
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1553
- -webkit-font-smoothing: antialiased;
1554
- font-stretch: 400;
1555
- font-weight: 700;
1556
- padding-right: 6px;
1557
- }
1558
- data-styled.g204[id='sc-1k54gzf-1'] {
1559
- content: 'eMLZmd,';
1560
- }
1561
- .eMUvQm {
1562
- line-height: 18px;
1563
- font-size: 14px;
1564
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1565
- -webkit-font-smoothing: antialiased;
1566
- font-stretch: 400;
1567
- font-weight: 400;
1568
- }
1569
- data-styled.g205[id='sc-1k54gzf-2'] {
1570
- content: 'eMUvQm,';
1571
- }
1572
- .hNKpxq {
1573
- -webkit-flex: 0 0 auto;
1574
- -ms-flex: 0 0 auto;
1575
- flex: 0 0 auto;
1576
- padding-right: 6px;
1577
- }
1578
- @media (max-width: 767px) {
1579
- .hNKpxq {
1580
- padding-right: 12px;
1581
- }
1582
- }
1583
- data-styled.g206[id='lvm3f1-0'] {
1584
- content: 'hNKpxq,';
1585
- }
1586
- .eehzvd {
1587
- -webkit-flex: 0 0 auto;
1588
- -ms-flex: 0 0 auto;
1589
- flex: 0 0 auto;
1590
- padding-left: 6px;
1591
- }
1592
- @media (max-width: 767px) {
1593
- .eehzvd {
1594
- padding-left: 12px;
1595
- }
1596
- }
1597
- data-styled.g207[id='sc-8vy6zj-0'] {
1598
- content: 'eehzvd,';
1599
- }
1600
- .bmnWka {
1601
- position: relative;
1602
- z-index: 400;
1603
- border-bottom: 1px solid rgba(224, 224, 224, 1);
1604
- }
1605
- data-styled.g208[id='sc-1sjqft3-0'] {
1606
- content: 'bmnWka,';
1607
- }
1608
- .ckHxed {
1609
- display: -webkit-box;
1610
- display: -webkit-flex;
1611
- display: -ms-flexbox;
1612
- display: flex;
1613
- -webkit-flex-wrap: nowrap;
1614
- -ms-flex-wrap: nowrap;
1615
- flex-wrap: nowrap;
1616
- height: 64px;
1617
- -webkit-box-pack: justify;
1618
- -webkit-justify-content: space-between;
1619
- -ms-flex-pack: justify;
1620
- justify-content: space-between;
1621
- }
1622
- data-styled.g209[id='sc-1sjqft3-1'] {
1623
- content: 'ckHxed,';
1624
- }
1625
- .ckPTIm {
1626
- display: -webkit-box;
1627
- display: -webkit-flex;
1628
- display: -ms-flexbox;
1629
- display: flex;
1630
- width: 100%;
1631
- }
1632
- data-styled.g210[id='sc-1sjqft3-2'] {
1633
- content: 'ckPTIm,';
1634
- }
1635
- .ckYqmv {
1636
- display: -webkit-box;
1637
- display: -webkit-flex;
1638
- display: -ms-flexbox;
1639
- display: flex;
1640
- }
1641
- data-styled.g211[id='sc-1sjqft3-3'] {
1642
- content: 'ckYqmv,';
1643
- }
1644
- .gGBWmo {
1645
- -webkit-flex: 1 1 auto;
1646
- -ms-flex: 1 1 auto;
1647
- flex: 1 1 auto;
1648
- display: -webkit-box;
1649
- display: -webkit-flex;
1650
- display: -ms-flexbox;
1651
- display: flex;
1652
- -webkit-flex-direction: row;
1653
- -ms-flex-direction: row;
1654
- flex-direction: row;
1655
- -webkit-box-pack: end;
1656
- -webkit-justify-content: flex-end;
1657
- -ms-flex-pack: end;
1658
- justify-content: flex-end;
1659
- }
1660
- @media (max-width: 991px) {
1661
- .gGBWmo {
1662
- padding-top: 32px;
1663
- -webkit-box-pack: justify;
1664
- -webkit-justify-content: space-between;
1665
- -ms-flex-pack: justify;
1666
- justify-content: space-between;
1667
- }
1668
- }
1669
- @media (max-width: 575px) {
1670
- .gGBWmo {
1671
- -webkit-flex-direction: column;
1672
- -ms-flex-direction: column;
1673
- flex-direction: column;
1674
- }
1675
- }
1676
- data-styled.g285[id='wji7uu-0'] {
1677
- content: 'gGBWmo,';
1678
- }
1679
- .gGKsQx {
1680
- margin: -12px 0;
1681
- padding: 0;
1682
- display: -webkit-box;
1683
- display: -webkit-flex;
1684
- display: -ms-flexbox;
1685
- display: flex;
1686
- -webkit-flex-direction: column;
1687
- -ms-flex-direction: column;
1688
- flex-direction: column;
1689
- -webkit-box-flex: 1;
1690
- -webkit-flex-grow: 1;
1691
- -ms-flex-positive: 1;
1692
- flex-grow: 1;
1693
- -webkit-flex-shrink: 1;
1694
- -ms-flex-negative: 1;
1695
- flex-shrink: 1;
1696
- -webkit-flex-basis: 0;
1697
- -ms-flex-preferred-size: 0;
1698
- flex-basis: 0;
1699
- }
1700
- @media (min-width: 992px) {
1701
- .gGKsQx {
1702
- -webkit-flex: initial;
1703
- -ms-flex: initial;
1704
- flex: initial;
1705
- width: 160px;
1706
- }
1707
- .gGKsQx:not(:first-child) {
1708
- margin-left: 80px;
1709
- }
1710
- }
1711
- @media (min-width: 576px) and (max-width: 991px) {
1712
- .gGKsQx {
1713
- padding: 0 20px;
1714
- }
1715
- .gGKsQx:first-child {
1716
- padding-left: 0;
1717
- }
1718
- .gGKsQx:last-child {
1719
- padding-right: 0;
1720
- }
1721
- }
1722
- @media (max-width: 575px) {
1723
- .gGKsQx {
1724
- -webkit-flex-basis: auto;
1725
- -ms-flex-preferred-size: auto;
1726
- flex-basis: auto;
1727
- }
1728
- .gGKsQx:not(:first-child) {
1729
- margin-top: 28px;
1730
- }
1731
- }
1732
- data-styled.g286[id='wji7uu-1'] {
1733
- content: 'gGKsQx,';
1734
- }
1735
- .gGSPuG {
1736
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1737
- -webkit-font-smoothing: antialiased;
1738
- font-stretch: 400;
1739
- font-weight: 700;
1740
- font-size: 16px;
1741
- line-height: 24px;
1742
- color: rgba(26, 26, 26, 1);
1743
- padding: 12px 0;
1744
- -webkit-user-select: none;
1745
- -moz-user-select: none;
1746
- -ms-user-select: none;
1747
- user-select: none;
1748
- }
1749
- data-styled.g287[id='wji7uu-2'] {
1750
- content: 'gGSPuG,';
1751
- }
1752
- .gHblYP {
1753
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1754
- -webkit-font-smoothing: antialiased;
1755
- font-stretch: 400;
1756
- font-weight: 400;
1757
- font-size: 16px;
1758
- line-height: 24px;
1759
- color: rgba(26, 26, 26, 1);
1760
- padding: 12px 0;
1761
- -webkit-flex: 0 0 auto;
1762
- -ms-flex: 0 0 auto;
1763
- flex: 0 0 auto;
1764
- width: 100%;
1765
- }
1766
- .gHblYP:hover {
1767
- color: rgba(117, 117, 117, 1);
1768
- }
1769
- data-styled.g288[id='wji7uu-3'] {
1770
- content: 'gHblYP,';
1771
- }
1772
- .gpvEdY {
1773
- padding: 32px 0;
1774
- display: -webkit-box;
1775
- display: -webkit-flex;
1776
- display: -ms-flexbox;
1777
- display: flex;
1778
- -webkit-flex-direction: row;
1779
- -ms-flex-direction: row;
1780
- flex-direction: row;
1781
- }
1782
- @media (max-width: 991px) {
1783
- .gpvEdY {
1784
- -webkit-flex-direction: column;
1785
- -ms-flex-direction: column;
1786
- flex-direction: column;
1787
- }
1788
- }
1789
- data-styled.g289[id='g4nc6y-0'] {
1790
- content: 'gpvEdY,';
1791
- }
1792
- .gpEaIh {
1793
- -webkit-flex: 1 1 auto;
1794
- -ms-flex: 1 1 auto;
1795
- flex: 1 1 auto;
1796
- display: -webkit-box;
1797
- display: -webkit-flex;
1798
- display: -ms-flexbox;
1799
- display: flex;
1800
- -webkit-flex-direction: column;
1801
- -ms-flex-direction: column;
1802
- flex-direction: column;
1803
- -webkit-align-items: flex-start;
1804
- -webkit-box-align: flex-start;
1805
- -ms-flex-align: flex-start;
1806
- align-items: flex-start;
1807
- }
1808
- data-styled.g290[id='g4nc6y-1'] {
1809
- content: 'gpEaIh,';
1810
- }
1811
- .gpMxmq {
1812
- height: 40px;
1813
- }
1814
- data-styled.g291[id='g4nc6y-2'] {
1815
- content: 'gpMxmq,';
1816
- }
1817
- .gpUTQz {
1818
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1819
- -webkit-font-smoothing: antialiased;
1820
- font-stretch: 400;
1821
- font-weight: 400;
1822
- font-size: 18px;
1823
- line-height: 28px;
1824
- color: rgba(26, 26, 26, 1);
1825
- padding-top: 24px;
1826
- }
1827
- data-styled.g292[id='g4nc6y-3'] {
1828
- content: 'gpUTQz,';
1829
- }
1830
- .gqdquI {
1831
- display: -webkit-box;
1832
- display: -webkit-flex;
1833
- display: -ms-flexbox;
1834
- display: flex;
1835
- }
1836
- data-styled.g293[id='g4nc6y-4'] {
1837
- content: 'gqdquI,';
1838
- }
1839
- .gqlMYR {
1840
- padding-left: 6px;
1841
- }
1842
- data-styled.g294[id='g4nc6y-5'] {
1843
- content: 'gqlMYR,';
1844
- }
1845
- .jwCnFi {
1846
- list-style: none;
1847
- padding: 0 12px;
1848
- }
1849
- .jwCnFi:first-child {
1850
- padding-left: 0;
1851
- }
1852
- .jwCnFi:last-child {
1853
- padding-right: 0;
1854
- }
1855
- @media (max-width: 767px) {
1856
- .jwCnFi {
1857
- padding-bottom: 16px;
1858
- }
1859
- }
1860
- data-styled.g295[id='sc-1gpgyss-0'] {
1861
- content: 'jwCnFi,';
1862
- }
1863
- .cVpsCJ {
1864
- line-height: 30px;
1865
- font-size: 18px;
1866
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1867
- -webkit-font-smoothing: antialiased;
1868
- font-stretch: 400;
1869
- font-weight: 400;
1870
- cursor: pointer;
1871
- -webkit-align-items: center;
1872
- -webkit-box-align: center;
1873
- -ms-flex-align: center;
1874
- align-items: center;
1875
- color: rgba(33, 33, 33, 1);
1876
- -webkit-transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1877
- transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1878
- }
1879
- @media (min-width: 768px) {
1880
- .cVpsCJ {
1881
- line-height: 18px;
1882
- font-size: 15px;
1883
- }
1884
- }
1885
- .cVpsCJ:hover {
1886
- color: rgba(0, 119, 181, 1);
1887
- }
1888
- .cMLuEn {
1889
- line-height: 30px;
1890
- font-size: 18px;
1891
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1892
- -webkit-font-smoothing: antialiased;
1893
- font-stretch: 400;
1894
- font-weight: 400;
1895
- cursor: pointer;
1896
- -webkit-align-items: center;
1897
- -webkit-box-align: center;
1898
- -ms-flex-align: center;
1899
- align-items: center;
1900
- color: rgba(33, 33, 33, 1);
1901
- -webkit-transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1902
- transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1903
- }
1904
- @media (min-width: 768px) {
1905
- .cMLuEn {
1906
- line-height: 18px;
1907
- font-size: 15px;
1908
- }
1909
- }
1910
- .cMLuEn:hover {
1911
- color: rgba(59, 89, 152, 1);
1912
- }
1913
- .izevWD {
1914
- line-height: 30px;
1915
- font-size: 18px;
1916
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1917
- -webkit-font-smoothing: antialiased;
1918
- font-stretch: 400;
1919
- font-weight: 400;
1920
- cursor: pointer;
1921
- -webkit-align-items: center;
1922
- -webkit-box-align: center;
1923
- -ms-flex-align: center;
1924
- align-items: center;
1925
- color: rgba(33, 33, 33, 1);
1926
- -webkit-transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1927
- transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1928
- }
1929
- @media (min-width: 768px) {
1930
- .izevWD {
1931
- line-height: 18px;
1932
- font-size: 15px;
1933
- }
1934
- }
1935
- .izevWD:hover {
1936
- color: rgba(195, 42, 163, 1);
1937
- }
1938
- .krVgxS {
1939
- line-height: 30px;
1940
- font-size: 18px;
1941
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1942
- -webkit-font-smoothing: antialiased;
1943
- font-stretch: 400;
1944
- font-weight: 400;
1945
- cursor: pointer;
1946
- -webkit-align-items: center;
1947
- -webkit-box-align: center;
1948
- -ms-flex-align: center;
1949
- align-items: center;
1950
- color: rgba(33, 33, 33, 1);
1951
- -webkit-transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1952
- transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1953
- }
1954
- @media (min-width: 768px) {
1955
- .krVgxS {
1956
- line-height: 18px;
1957
- font-size: 15px;
1958
- }
1959
- }
1960
- .krVgxS:hover {
1961
- color: rgba(217, 37, 42, 1);
1962
- }
1963
- .keyVmj {
1964
- line-height: 30px;
1965
- font-size: 18px;
1966
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1967
- -webkit-font-smoothing: antialiased;
1968
- font-stretch: 400;
1969
- font-weight: 400;
1970
- cursor: pointer;
1971
- -webkit-align-items: center;
1972
- -webkit-box-align: center;
1973
- -ms-flex-align: center;
1974
- align-items: center;
1975
- color: rgba(33, 33, 33, 1);
1976
- -webkit-transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1977
- transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1978
- }
1979
- @media (min-width: 768px) {
1980
- .keyVmj {
1981
- line-height: 18px;
1982
- font-size: 15px;
1983
- }
1984
- }
1985
- .keyVmj:hover {
1986
- color: rgba(29, 161, 242, 1);
1987
- }
1988
- data-styled.g296[id='sc-1gpgyss-1'] {
1989
- content: 'cVpsCJ,cMLuEn,izevWD,krVgxS,keyVmj,';
1990
- }
1991
- .ghIpqL {
1992
- display: -webkit-box;
1993
- display: -webkit-flex;
1994
- display: -ms-flexbox;
1995
- display: flex;
1996
- -webkit-box-pack: justify;
1997
- -webkit-justify-content: space-between;
1998
- -ms-flex-pack: justify;
1999
- justify-content: space-between;
2000
- -webkit-align-items: center;
2001
- -webkit-box-align: center;
2002
- -ms-flex-align: center;
2003
- align-items: center;
2004
- -webkit-flex-direction: row;
2005
- -ms-flex-direction: row;
2006
- flex-direction: row;
2007
- padding: 24px 0;
2008
- }
2009
- @media (max-width: 767px) {
2010
- .ghIpqL {
2011
- -webkit-align-items: flex-start;
2012
- -webkit-box-align: flex-start;
2013
- -ms-flex-align: flex-start;
2014
- align-items: flex-start;
2015
- -webkit-flex-direction: column;
2016
- -ms-flex-direction: column;
2017
- flex-direction: column;
2018
- padding: 32px 0;
2019
- }
2020
- }
2021
- data-styled.g297[id='sc-1vdvga6-0'] {
2022
- content: 'ghIpqL,';
2023
- }
2024
- .ghQLUU {
2025
- display: -webkit-box;
2026
- display: -webkit-flex;
2027
- display: -ms-flexbox;
2028
- display: flex;
2029
- -webkit-flex-direction: row;
2030
- -ms-flex-direction: row;
2031
- flex-direction: row;
2032
- padding: 0;
2033
- margin: 0;
2034
- }
2035
- data-styled.g298[id='sc-1vdvga6-1'] {
2036
- content: 'ghQLUU,';
2037
- }
2038
- .ghZizd {
2039
- display: -webkit-box;
2040
- display: -webkit-flex;
2041
- display: -ms-flexbox;
2042
- display: flex;
2043
- -webkit-flex-wrap: wrap;
2044
- -ms-flex-wrap: wrap;
2045
- flex-wrap: wrap;
2046
- margin: 0 -8px;
2047
- }
2048
- data-styled.g299[id='sc-1vdvga6-2'] {
2049
- content: 'ghZizd,';
2050
- }
2051
- .gihFdm {
2052
- padding: 0 8px;
2053
- }
2054
- @media (max-width: 767px) {
2055
- .gihFdm {
2056
- margin-top: 16px;
2057
- }
2058
- }
2059
- data-styled.g300[id='sc-1vdvga6-3'] {
2060
- content: 'gihFdm,';
2061
- }
2062
- .cPhikk {
2063
- position: relative;
2064
- padding: 0 6px;
2065
- }
2066
- @media (max-width: 767px) {
2067
- .cPhikk {
2068
- width: 100%;
2069
- }
2070
- }
2071
- @media (min-width: 768px) {
2072
- .cPhikk {
2073
- width: 50%;
2074
- }
2075
- }
2076
- data-styled.g301[id='sc-1fadrw7-0'] {
2077
- content: 'cPhikk,';
2078
- }
2079
- .eitabK {
2080
- line-height: 30px;
2081
- font-size: 18px;
2082
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2083
- -webkit-font-smoothing: antialiased;
2084
- font-stretch: 400;
2085
- font-weight: 400;
2086
- display: -webkit-box;
2087
- display: -webkit-flex;
2088
- display: -ms-flexbox;
2089
- display: flex;
2090
- -webkit-align-items: center;
2091
- -webkit-box-align: center;
2092
- -ms-flex-align: center;
2093
- align-items: center;
2094
- padding: 0 6px;
2095
- color: rgba(33, 33, 33, 1);
2096
- border-bottom: 1px solid rgba(224, 224, 224, 1);
2097
- }
2098
- @media (min-width: 768px) {
2099
- .eitabK {
2100
- line-height: 18px;
2101
- font-size: 15px;
2102
- }
2103
- }
2104
- .eitabK:hover {
2105
- background-color: rgba(238, 238, 238, 1);
2106
- }
2107
- @media (max-width: 767px) {
2108
- .eitabK {
2109
- height: 72px;
2110
- }
2111
- }
2112
- @media (min-width: 768px) {
2113
- .eitabK {
2114
- height: 42px;
2115
- }
2116
- }
2117
- .eYrAGp {
2118
- line-height: 30px;
2119
- font-size: 18px;
2120
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2121
- -webkit-font-smoothing: antialiased;
2122
- font-stretch: 400;
2123
- font-weight: 400;
2124
- display: -webkit-box;
2125
- display: -webkit-flex;
2126
- display: -ms-flexbox;
2127
- display: flex;
2128
- -webkit-align-items: center;
2129
- -webkit-box-align: center;
2130
- -ms-flex-align: center;
2131
- align-items: center;
2132
- padding: 0 6px;
2133
- color: rgba(33, 33, 33, 1);
2134
- border-bottom: 1px solid rgba(224, 224, 224, 1);
2135
- line-height: 30px;
2136
- font-size: 18px;
2137
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2138
- -webkit-font-smoothing: antialiased;
2139
- font-stretch: 400;
2140
- font-weight: 700;
2141
- }
2142
- @media (min-width: 768px) {
2143
- .eYrAGp {
2144
- line-height: 18px;
2145
- font-size: 15px;
2146
- }
2147
- }
2148
- @media (min-width: 768px) {
2149
- .eYrAGp {
2150
- line-height: 18px;
2151
- font-size: 15px;
2152
- }
2153
- }
2154
- .eYrAGp:hover {
2155
- background-color: rgba(238, 238, 238, 1);
2156
- }
2157
- @media (max-width: 767px) {
2158
- .eYrAGp {
2159
- height: 72px;
2160
- }
2161
- }
2162
- @media (min-width: 768px) {
2163
- .eYrAGp {
2164
- height: 42px;
2165
- }
2166
- }
2167
- data-styled.g302[id='sc-1fadrw7-1'] {
2168
- content: 'eitabK,eYrAGp,';
2169
- }
2170
- .cPybsC {
2171
- position: absolute;
2172
- display: -webkit-box;
2173
- display: -webkit-flex;
2174
- display: -ms-flexbox;
2175
- display: flex;
2176
- -webkit-align-items: center;
2177
- -webkit-box-align: center;
2178
- -ms-flex-align: center;
2179
- align-items: center;
2180
- top: 0;
2181
- right: 12px;
2182
- bottom: 0;
2183
- }
2184
- data-styled.g303[id='sc-1fadrw7-2'] {
2185
- content: 'cPybsC,';
2186
- }
2187
- .gGWepF {
2188
- line-height: 30px;
2189
- font-size: 20px;
2190
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2191
- -webkit-font-smoothing: antialiased;
2192
- font-stretch: 400;
2193
- font-weight: 600;
2194
- color: rgba(33, 33, 33, 1);
2195
- padding: 12px 0;
2196
- text-align: center;
2197
- }
2198
- @media (min-width: 768px) {
2199
- .gGWepF {
2200
- line-height: 30px;
2201
- font-size: 22px;
2202
- }
2203
- }
2204
- data-styled.g304[id='awcnw8-0'] {
2205
- content: 'gGWepF,';
2206
- }
2207
- .gHeATO {
2208
- display: -webkit-box;
2209
- display: -webkit-flex;
2210
- display: -ms-flexbox;
2211
- display: flex;
2212
- -webkit-flex-wrap: wrap;
2213
- -ms-flex-wrap: wrap;
2214
- flex-wrap: wrap;
2215
- -webkit-box-pack: justify;
2216
- -webkit-justify-content: space-between;
2217
- -ms-flex-pack: justify;
2218
- justify-content: space-between;
2219
- padding: 24px;
2220
- margin: 0;
2221
- list-style: none;
2222
- }
2223
- data-styled.g305[id='awcnw8-1'] {
2224
- content: 'gHeATO,';
2225
- }
2226
- .jsgFNg {
2227
- cursor: pointer;
2228
- -webkit-user-select: none;
2229
- -moz-user-select: none;
2230
- -ms-user-select: none;
2231
- user-select: none;
2232
- margin: 0;
2233
- padding: 0;
2234
- outline: 0;
2235
- border: 0;
2236
- width: auto;
2237
- overflow: visible;
2238
- display: -webkit-box;
2239
- display: -webkit-flex;
2240
- display: -ms-flexbox;
2241
- display: flex;
2242
- -webkit-align-items: center;
2243
- -webkit-box-align: center;
2244
- -ms-flex-align: center;
2245
- align-items: center;
2246
- color: inherit;
2247
- background-color: transparent;
2248
- font-family: inherit;
2249
- line-height: inherit;
2250
- -webkit-transition: background-color 0.1s
2251
- cubic-bezier(0.455, 0.03, 0.515, 0.955);
2252
- transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
2253
- }
2254
- .jsgFNg::-moz-focus-inner {
2255
- border: 0;
2256
- padding: 0;
2257
- }
2258
- data-styled.g306[id='j86yjt-0'] {
2259
- content: 'jsgFNg,';
2260
- }
2261
- .ffGyct {
2262
- background-color: rgba(244, 244, 244, 1);
2263
- }
2264
- data-styled.g307[id='sc-1fplln8-0'] {
2265
- content: 'ffGyct,';
2266
- }
2267
- .ffOUGC {
2268
- display: -webkit-box;
2269
- display: -webkit-flex;
2270
- display: -ms-flexbox;
2271
- display: flex;
2272
- -webkit-flex-direction: row;
2273
- -ms-flex-direction: row;
2274
- flex-direction: row;
2275
- padding: 24px 0;
2276
- }
2277
- @media (max-width: 991px) {
2278
- .ffOUGC {
2279
- -webkit-flex-direction: column-reverse;
2280
- -ms-flex-direction: column-reverse;
2281
- flex-direction: column-reverse;
2282
- }
2283
- }
2284
- @media (max-width: 575px) {
2285
- .ffOUGC {
2286
- padding: 32px 0;
2287
- }
2288
- }
2289
- data-styled.g308[id='sc-1fplln8-1'] {
2290
- content: 'ffOUGC,';
2291
- }
2292
- .ffXrkL {
2293
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2294
- -webkit-font-smoothing: antialiased;
2295
- font-stretch: 400;
2296
- font-weight: 400;
2297
- font-size: 16px;
2298
- line-height: 24px;
2299
- color: rgba(26, 26, 26, 1);
2300
- -webkit-flex: 1 1 auto;
2301
- -ms-flex: 1 1 auto;
2302
- flex: 1 1 auto;
2303
- }
2304
- @media (min-width: 576px) and (max-width: 991px) {
2305
- .ffXrkL {
2306
- padding-top: 24px;
2307
- }
2308
- }
2309
- data-styled.g309[id='sc-1fplln8-2'] {
2310
- content: 'ffXrkL,';
2311
- }
2312
- .fgfNOU {
2313
- display: -webkit-box;
2314
- display: -webkit-flex;
2315
- display: -ms-flexbox;
2316
- display: flex;
2317
- -webkit-align-items: flex-start;
2318
- -webkit-box-align: flex-start;
2319
- -ms-flex-align: flex-start;
2320
- align-items: flex-start;
2321
- -webkit-flex-direction: row;
2322
- -ms-flex-direction: row;
2323
- flex-direction: row;
2324
- }
2325
- @media (max-width: 575px) {
2326
- .fgfNOU {
2327
- -webkit-flex-direction: column-reverse;
2328
- -ms-flex-direction: column-reverse;
2329
- flex-direction: column-reverse;
2330
- }
2331
- }
2332
- data-styled.g310[id='sc-1fplln8-3'] {
2333
- content: 'fgfNOU,';
2334
- }
2335
- .fgoktd {
2336
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2337
- -webkit-font-smoothing: antialiased;
2338
- font-stretch: 400;
2339
- font-weight: 400;
2340
- font-size: 16px;
2341
- line-height: 24px;
2342
- color: rgba(26, 26, 26, 1);
2343
- margin: 0 20px;
2344
- }
2345
- .fgoktd:hover {
2346
- color: rgba(117, 117, 117, 1);
2347
- }
2348
- .fgoktd:first-child {
2349
- margin-left: 0;
2350
- }
2351
- .fgoktd:last-child {
2352
- margin-right: 0;
2353
- }
2354
- @media (max-width: 575px) {
2355
- .fgoktd {
2356
- margin-left: 0;
2357
- margin-right: 0;
2358
- margin-bottom: 32px;
2359
- }
2360
- }
2361
- data-styled.g311[id='sc-1fplln8-4'] {
2362
- content: 'fgoktd,';
2363
- }
2364
- .khdGMm {
2365
- color: rgba(242, 48, 48, 1);
2366
- display: inline-block;
2367
- vertical-align: middle;
2368
- margin: 0 4px;
2369
- }
2370
- @media (prefers-reduced-motion: no-preference) {
2371
- .khdGMm {
2372
- -webkit-animation: dgzxEO 2s infinite;
2373
- animation: dgzxEO 2s infinite;
2374
- }
2375
- }
2376
- data-styled.g312[id='sc-1fplln8-5'] {
2377
- content: 'khdGMm,';
2378
- }
2379
- .jKLUgT {
2380
- height: 1px;
2381
- background-color: rgba(232, 232, 232, 1);
2382
- }
2383
- data-styled.g313[id='sc-1p2sah-0'] {
2384
- content: 'jKLUgT,';
2385
- }
2386
- .jKUqLc {
2387
- width: 100%;
2388
- }
2389
- data-styled.g314[id='sc-1p2sah-1'] {
2390
- content: 'jKUqLc,';
2391
- }
2392
- .dhopRv {
2393
- display: -webkit-box;
2394
- display: -webkit-flex;
2395
- display: -ms-flexbox;
2396
- display: flex;
2397
- -webkit-flex-wrap: wrap;
2398
- -ms-flex-wrap: wrap;
2399
- flex-wrap: wrap;
2400
- list-style: none;
2401
- margin: 0;
2402
- padding: 0 0 90px 0;
2403
- }
2404
- data-styled.g710[id='je654-0'] {
2405
- content: 'dhopRv,';
2406
- }
2407
- .dTTiwf {
2408
- width: 36px;
2409
- height: 36px;
2410
- }
2411
- data-styled.g711[id='sc-1nz7oec-0'] {
2412
- content: 'dTTiwf,';
2413
- }
2414
- .hpzLVg {
2415
- position: relative;
2416
- color: white;
2417
- margin: 0;
2418
- border: 1px solid white;
2419
- }
2420
- @media (min-width: 0px) and (max-width: 767px) {
2421
- .hpzLVg {
2422
- width: 100%;
2423
- height: 114px;
2424
- }
2425
- }
2426
- @media (min-width: 768px) and (max-width: 991px) {
2427
- .hpzLVg {
2428
- width: 25%;
2429
- height: 180px;
2430
- }
2431
- }
2432
- @media (min-width: 992px) {
2433
- .hpzLVg {
2434
- width: 20%;
2435
- height: 180px;
2436
- }
2437
- }
2438
- data-styled.g712[id='sc-1jhrmy1-0'] {
2439
- content: 'hpzLVg,';
2440
- }
2441
- .hpIizp {
2442
- line-height: 24px;
2443
- font-size: 16px;
2444
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2445
- -webkit-font-smoothing: antialiased;
2446
- font-stretch: 400;
2447
- font-weight: 700;
2448
- text-overflow: ellipsis;
2449
- white-space: nowrap;
2450
- overflow: hidden;
2451
- position: absolute;
2452
- top: 0;
2453
- right: 0;
2454
- bottom: 0;
2455
- left: 0;
2456
- -webkit-transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
2457
- transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
2458
- }
2459
- .hpIizp:hover {
2460
- box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2);
2461
- z-index: 1;
2462
- }
2463
- @media (max-width: 767px) {
2464
- .hpIizp {
2465
- padding: 12px 12px 12px 60px;
2466
- }
2467
- }
2468
- @media (min-width: 768px) {
2469
- .hpIizp {
2470
- padding: 60px 12px 12px 12px;
2471
- }
2472
- }
2473
- data-styled.g713[id='sc-1jhrmy1-1'] {
2474
- content: 'hpIizp,';
2475
- }
2476
- .hpQFdy {
2477
- position: absolute;
2478
- padding: 12px;
2479
- }
2480
- data-styled.g714[id='sc-1jhrmy1-2'] {
2481
- content: 'hpQFdy,';
2482
- }
2483
- .hpZbHH {
2484
- line-height: 18px;
2485
- font-size: 14px;
2486
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2487
- -webkit-font-smoothing: antialiased;
2488
- font-stretch: 400;
2489
- font-weight: 400;
2490
- position: absolute;
2491
- padding: 12px;
2492
- }
2493
- @media (max-width: 767px) {
2494
- .hpZbHH {
2495
- right: 0;
2496
- bottom: 0;
2497
- left: 48px;
2498
- top: 36px;
2499
- }
2500
- }
2501
- @media (min-width: 768px) {
2502
- .hpZbHH {
2503
- left: 0;
2504
- right: 0;
2505
- bottom: 0;
2506
- top: 84px;
2507
- }
2508
- }
2509
- data-styled.g715[id='sc-1jhrmy1-3'] {
2510
- content: 'hpZbHH,';
2511
- }
2512
- .hqhylQ {
2513
- position: absolute;
2514
- top: 12px;
2515
- right: 12px;
2516
- }
2517
- data-styled.g716[id='sc-1jhrmy1-4'] {
2518
- content: 'hqhylQ,';
2519
- }
2520
- .fMjvGP {
2521
- padding: 24px 0;
2522
- }
2523
- data-styled.g717[id='sc-8oiqhz-0'] {
2524
- content: 'fMjvGP,';
2525
- }
2526
- .fMrSkY {
2527
- line-height: 30px;
2528
- font-size: 22px;
2529
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2530
- -webkit-font-smoothing: antialiased;
2531
- font-stretch: 400;
2532
- font-weight: 600;
2533
- color: rgba(33, 33, 33, 1);
2534
- text-align: center;
2535
- margin: 0;
2536
- }
2537
- @media (min-width: 768px) {
2538
- .fMrSkY {
2539
- line-height: 36px;
2540
- font-size: 30px;
2541
- }
2542
- }
2543
- data-styled.g718[id='sc-8oiqhz-1'] {
2544
- content: 'fMrSkY,';
2545
- }
2546
- .fMAoPh {
2547
- line-height: 30px;
2548
- font-size: 20px;
2549
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2550
- -webkit-font-smoothing: antialiased;
2551
- font-stretch: 400;
2552
- font-weight: 300;
2553
- color: rgba(33, 33, 33, 1);
2554
- text-align: center;
2555
- margin: 0;
2556
- }
2557
- @media (min-width: 768px) {
2558
- .fMAoPh {
2559
- line-height: 30px;
2560
- font-size: 22px;
2561
- }
2562
- }
2563
- data-styled.g719[id='sc-8oiqhz-2'] {
2564
- content: 'fMAoPh,';
2565
- }
2566
- .eHZkTG {
2567
- padding: 12px 0 0 0;
2568
- width: 100%;
2569
- }
2570
- data-styled.g726[id='i92094-0'] {
2571
- content: 'eHZkTG,';
2572
- }
2573
- .jEgdbF {
2574
- width: 100%;
2575
- }
2576
- data-styled.g854[id='sc-194jngp-0'] {
2577
- content: 'jEgdbF,';
2578
- }
2579
- @-webkit-keyframes dgzxEO {
2580
- 1% {
2581
- -webkit-transform: scale(1.25);
2582
- -ms-transform: scale(1.25);
2583
- transform: scale(1.25);
2584
- }
2585
- 10% {
2586
- -webkit-transform: scale(1);
2587
- -ms-transform: scale(1);
2588
- transform: scale(1);
2589
- }
2590
- 15% {
2591
- -webkit-transform: scale(1.25);
2592
- -ms-transform: scale(1.25);
2593
- transform: scale(1.25);
2594
- }
2595
- 18% {
2596
- -webkit-transform: scale(1);
2597
- -ms-transform: scale(1);
2598
- transform: scale(1);
2599
- }
2600
- }
2601
- @keyframes dgzxEO {
2602
- 1% {
2603
- -webkit-transform: scale(1.25);
2604
- -ms-transform: scale(1.25);
2605
- transform: scale(1.25);
2606
- }
2607
- 10% {
2608
- -webkit-transform: scale(1);
2609
- -ms-transform: scale(1);
2610
- transform: scale(1);
2611
- }
2612
- 15% {
2613
- -webkit-transform: scale(1.25);
2614
- -ms-transform: scale(1.25);
2615
- transform: scale(1.25);
2616
- }
2617
- 18% {
2618
- -webkit-transform: scale(1);
2619
- -ms-transform: scale(1);
2620
- transform: scale(1);
2621
- }
2622
- }
2623
- data-styled.g2329[id='sc-keyframes-dgzxEO'] {
2624
- content: 'dgzxEO,';
2625
- }
2626
- html {
2627
- line-height: 1.15;
2628
- -webkit-text-size-adjust: 100%;
2629
- }
2630
-
2631
- * {
2632
- box-sizing: border-box;
2633
- }
2634
- body {
2635
- background-image: url('img/hero-bg.png');
2636
- font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont,
2637
- sans-serif;
2638
- }
2639
-
2640
- .header {
2641
- min-height: 80px;
2642
- }
2643
- .heading {
2644
- text-align: center;
2645
- margin-top: 90px;
2646
- }
2647
- .heading-h1 {
2648
- font-size: 60px;
2649
- font-weight: 800;
2650
- line-height: 1.33;
2651
- color: #11304e;
2652
- margin: 70px 0 12px;
2653
- }
2654
- .heading-h2 {
2655
- font-size: 20px;
2656
- font-weight: 500;
2657
- opacity: 70%;
2658
- color: #11304e;
2659
- }
2660
- .img-uploader {
2661
- margin-top: 45px;
2662
- }
2663
- .uploader {
2664
- background-color: #974fff;
2665
- border-radius: 25px;
2666
- position: relative;
2667
- min-height: 1px;
2668
- padding-right: 15px;
2669
- padding-left: 15px;
2670
- margin: auto;
2671
- width: 65%;
2672
- padding: 10px;
2673
- height: 300px;
2674
- }
2675
- .inner-box {
2676
- background-color: #11304e2e;
2677
- border-radius: 25px;
2678
- width: 100%;
2679
- height: 280px;
2680
- overflow: auto;
2681
- text-align: justify;
2682
- }
2683
- .dropzone {
2684
- text-align: center;
2685
- color: white;
2686
- }
2687
- .drop-span {
2688
- color: white;
2689
- }
2690
- .button {
2691
- display: inline-block;
2692
- background: rgb(255, 255, 255);
2693
- border-radius: 10px;
2694
- padding: 13px 22px;
2695
- font-size: 16px;
2696
- font-weight: bold;
2697
- line-height: 1.19;
2698
- letter-spacing: 0.32px;
2699
- cursor: pointer;
2700
- border: unset;
2701
- color: #974fff !important;
2702
- /* margin-left: 137px; */
2703
- }
2704
- .download-reset-button {
2705
- display: flex;
2706
- float: right;
2707
- align-items: center;
2708
- position: sticky;
2709
- right: 0;
2710
- bottom: 0;
2711
- }
2712
- .extract-container {
2713
- width: 90%;
2714
- margin: auto;
2715
- padding-top: 40px;
2716
- margin-bottom: 30px;
2717
- display: none;
2718
- }
2719
- .download-all {
2720
- background: rgb(255, 255, 255);
2721
- border-radius: 10px;
2722
- padding: 7px 22px;
2723
- font-size: 16px;
2724
- font-weight: bold;
2725
- line-height: 1.19;
2726
- letter-spacing: 0.32px;
2727
- cursor: pointer;
2728
- border: unset;
2729
- color: #974fff !important;
2730
- float: left;
2731
- }
2732
-
2733
- .restart-button {
2734
- background: rgb(255, 255, 255);
2735
- border-radius: 10px;
2736
- padding: 7px 7px;
2737
- font-size: 16px;
2738
- line-height: 1.19;
2739
- letter-spacing: 0;
2740
- cursor: pointer;
2741
- border: unset;
2742
- color: #974fff !important;
2743
- margin-top: 18px;
2744
- }
2745
-
2746
- .file-upload {
2747
- display: none;
2748
- }
2749
- .textual-content {
2750
- margin-top: 90px;
2751
- }
2752
- .textual-content-box {
2753
- margin-top: 90px;
2754
- background-color: rgba(17, 48, 78, 0.18);
2755
- display: flex;
2756
- flex-direction: row;
2757
- }
2758
- .supported {
2759
- margin-top: 90px;
2760
- }
2761
-
2762
- .row {
2763
- /* flex: 1 1 0px; */
2764
- /* position: relative; */
2765
- min-height: 1px;
2766
- padding-right: 15px;
2767
- padding-left: 15px;
2768
- height: auto;
2769
- text-align: center;
2770
- margin-bottom: 30px;
2771
- }
2772
- i {
2773
- display: block;
2774
- margin-bottom: 18px;
2775
- }
2776
- .span {
2777
- display: block;
2778
- font-size: 20px;
2779
- font-weight: bold;
2780
- line-height: 1.21;
2781
- margin-bottom: 15px;
2782
- color: rgb(17, 48, 78);
2783
- }
2784
- p {
2785
- font-size: 15px;
2786
- line-height: 1.41;
2787
- color: rgb(17, 48, 78);
2788
- }
2789
- .how-to {
2790
- margin-right: -15px;
2791
- margin-left: -15px;
2792
- }
2793
- .how-to-text {
2794
- position: relative;
2795
- min-height: 1px;
2796
- padding-right: 15px;
2797
- padding-left: 15px;
2798
- margin: auto;
2799
- width: 74%;
2800
- padding: 10px;
2801
- }
2802
- .how-to-h2 {
2803
- font-size: 40px;
2804
- font-weight: 800;
2805
- line-height: 1.16;
2806
- text-align: left;
2807
- color: rgb(17, 48, 78);
2808
- /* margin: 0px 0px 40px; */
2809
- width: 100%;
2810
- margin-top: 70px;
2811
- }
2812
- .steps {
2813
- padding-left: 29px;
2814
- }
2815
- ul li span {
2816
- display: inline-block;
2817
- width: 20px;
2818
- margin-right: 20px;
2819
- position: absolute;
2820
- top: 0px;
2821
- left: 0px;
2822
- }
2823
- img {
2824
- outline: none;
2825
- border: none;
2826
- max-width: 100%;
2827
- height: auto;
2828
- }
2829
- .rating-div {
2830
- background-color: red;
2831
- }
2832
- .rating-container {
2833
- padding-right: 15px;
2834
- padding-left: 15px;
2835
- margin-right: auto;
2836
- margin-left: auto;
2837
- }
2838
- .rating-row {
2839
- margin-right: -15px;
2840
- margin-left: -15px;
2841
- }
2842
- .faq-container {
2843
- position: relative;
2844
- min-height: 1px;
2845
- padding-right: 15px;
2846
- padding-left: 15px;
2847
- }
2848
- .faq-h2 {
2849
- font-size: 53px;
2850
- font-weight: 800;
2851
- line-height: 1.16;
2852
- text-align: center;
2853
- color: #11304e;
2854
- margin: 100px 0 50px;
2855
- }
2856
- .faq-h3 {
2857
- margin: 0 0 25px;
2858
- font-size: 20px;
2859
- font-weight: 600;
2860
- color: #11304e;
2861
- position: relative;
2862
- padding-right: 30px;
2863
- line-height: 1.4;
2864
- cursor: pointer;
2865
- }
2866
- .faq-list {
2867
- position: relative;
2868
- min-height: 1px;
2869
- padding-right: 15px;
2870
- padding-left: 15px;
2871
- margin: auto;
2872
- width: 50%;
2873
- padding: 10px;
2874
- }
2875
- .sup-h2 {
2876
- font-size: 56px;
2877
- font-weight: 800;
2878
- line-height: 1.21;
2879
- color: rgb(17, 48, 78);
2880
- text-align: center;
2881
- }
2882
- .sup-ul {
2883
- margin: 0px;
2884
- padding: 63px 0px 0px;
2885
- text-align: left;
2886
- }
2887
- .sup-li {
2888
- list-style: none;
2889
- margin: 0px 0px 20px;
2890
- font-size: 15px;
2891
- color: rgb(17, 48, 78);
2892
- width: 25%;
2893
- text-align: left;
2894
- display: inline-block;
2895
- }
2896
- a {
2897
- text-decoration: unset;
2898
- color: unset;
2899
- }
2900
- .sup-i {
2901
- display: inline-block;
2902
- margin-right: 10px;
2903
- width: 19px;
2904
- vertical-align: middle;
2905
- }
2906
- .sup-span {
2907
- display: inline-block;
2908
- width: 20px;
2909
- margin-right: 20px;
2910
- position: unset !important;
2911
- top: 0px;
2912
- left: 0px;
2913
- }
2914
- .clear {
2915
- clear: both;
2916
- }
2917
- .leftbox {
2918
- float: left;
2919
- width: 30%;
2920
- height: 280px;
2921
- margin: 0px 28px;
2922
- text-align: center;
2923
- margin-bottom: 30px;
2924
- }
2925
- .middlebox {
2926
- float: left;
2927
- width: 30%;
2928
- height: 280px;
2929
- text-align: center;
2930
- margin-bottom: 30px;
2931
- }
2932
- .rightbox {
2933
- text-align: center;
2934
- float: right;
2935
- width: 30%;
2936
- height: 280px;
2937
- margin-bottom: 30px;
2938
- }
2939
- .file-list {
2940
- padding: 10px 0 20px;
2941
- }
2942
-
2943
- .single-file {
2944
- color: white;
2945
-
2946
- cursor: pointer;
2947
- }
2948
- .small-text {
2949
- font-size: 16px;
2950
- font-weight: 500;
2951
- }
2952
- .rows {
2953
- padding: 10px;
2954
- margin: auto;
2955
- width: 50%;
2956
- margin-top: 70px;
2957
- display: inline;
2958
- min-height: 1px;
2959
- padding-right: 15px;
2960
- padding-left: 15px;
2961
- }
2962
- .rows-2 {
2963
- margin-top: 50px;
2964
- }
2965
- ul li {
2966
- margin: 0 0 20px;
2967
- padding: 0;
2968
- font-size: 17px;
2969
- font-weight: 500;
2970
- line-height: 1.4;
2971
- text-align: left;
2972
- color: #11304e;
2973
- list-style: none;
2974
- position: relative;
2975
- }
2976
-
2977
- .header {
2978
- overflow: hidden;
2979
- /* background-color: #f1f1f1; */
2980
- padding: 20px 10px;
2981
- }
2982
-
2983
- .header a {
2984
- /* float: left;
2985
- color: black;
2986
- text-align: center;
2987
-
2988
- line-height: 25px;
2989
- border-radius: 4px; */
2990
-
2991
- padding: 0 20px 0 8px;
2992
- text-decoration: none;
2993
- color: #1e283c;
2994
- font-weight: 600;
2995
- font-size: 12px;
2996
- text-transform: uppercase;
2997
- outline: 0;
2998
- }
2999
-
3000
- .header a.logo {
3001
- font-size: 25px;
3002
- font-weight: bold;
3003
- margin: 0px 101px;
3004
- }
3005
-
3006
- .header a:hover {
3007
- background-color: #ddd;
3008
- color: black;
3009
- }
3010
-
3011
- .header a.active {
3012
- background-color: #eee;
3013
- color: black;
3014
- }
3015
-
3016
- .header-right {
3017
- float: right;
3018
- padding-right: 124px;
3019
- }
3020
-
3021
- /* @media screen and (max-width: 500px) {
3022
- .header a {
3023
- float: none;
3024
- display: block;
3025
- text-align: left;
3026
- }
3027
-
3028
- .header-right {
3029
- float: none;
3030
- }
3031
- } */
3032
-
3033
- .how-to-p {
3034
- margin-top: 35px;
3035
- }
3036
- .footer {
3037
- background-image: -webkit-linear-gradient(110deg, #7b10ff 0, #974fff 100%);
3038
- color: white;
3039
- padding: 100px 0px;
3040
- display: block;
3041
- }
3042
-
3043
- .footer .single-footer-widget p {
3044
- color: #fff;
3045
- }
3046
- .footer .single-footer-widget .menu-list li a {
3047
- color: #fff;
3048
- transition: all 0.3s ease 0s;
3049
- }
3050
- .footer .footer-bottom p {
3051
- color: #fff;
3052
- }
1
+ * {
2
+ box-sizing: border-box;
3
+ margin-block-start: 0px;
4
+ margin-block-end: 0px;
5
+ margin-inline-start: 0px;
6
+ margin-inline-end: 0px;
7
+ }
8
+ body {
9
+ padding: 0;
10
+ margin: 0;
11
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
12
+ -webkit-font-smoothing: antialiased;
13
+ box-sizing: border-box;
14
+ overflow-y: scroll;
15
+ background: white;
16
+ }
17
+ header {
18
+ width: 100%;
19
+ }
20
+ .navbar-toggler {
21
+ outline: none !important;
22
+ }
23
+ .navbar-toggler > .fa_bars {
24
+ position: absolute;
25
+ top: 20px;
26
+ font-size: 22px;
27
+ }
28
+ .nav-header {
29
+ position: sticky;
30
+ top: 0;
31
+ z-index: 10;
32
+ background: #fff;
33
+ box-shadow: 0 10px 20px -7px #e3e3e39c;
34
+ }
35
+ .nav__item {
36
+ margin: 0 !important;
37
+ padding: 0 15px;
38
+ font-size: 15px;
39
+ font-weight: 400;
40
+ line-height: 18px;
41
+ text-align: left;
42
+ list-style: none;
43
+ position: relative;
44
+ }
45
+ .nav__item a:hover {
46
+ color: #000;
47
+ text-decoration: none !important;
48
+ }
49
+ .dropdown-menu {
50
+ position: fixed;
51
+ left: 0;
52
+ top: 71px;
53
+ width: 100%;
54
+ }
55
+ .inner-dropdown {
56
+ display: flex;
57
+ justify-content: left;
58
+ padding: 30px 100px;
59
+ flex-wrap: wrap;
60
+ }
61
+ .catPad {
62
+ padding: 0 85px;
63
+ }
64
+ .catPad li {
65
+ font-size: 14px !important;
66
+ font-weight: 500;
67
+ }
68
+
69
+ .navCatContainer {
70
+ position: absolute;
71
+ z-index: 9;
72
+ padding: 25px;
73
+ height: 300px;
74
+ background: white;
75
+ width: 100%;
76
+ }
77
+ .navCat {
78
+ display: flex;
79
+ width: 100%;
80
+ justify-content: space-between;
81
+ }
82
+ .anchor_color {
83
+ color: rgb(117, 117, 117);
84
+ }
85
+ .nav__item_Cat {
86
+ margin: 0 !important;
87
+ padding: 0 15px;
88
+ font-size: 15px;
89
+ font-weight: 400;
90
+ line-height: 38px;
91
+ text-align: left;
92
+ /* color: #11304e; */
93
+ list-style: none;
94
+ position: relative;
95
+ }
96
+ .navItemlist {
97
+ width: 100%;
98
+ display: flex;
99
+ flex-direction: column;
100
+ padding: 20px 0;
101
+ }
102
+ @media (max-width: 992px) {
103
+ .dropdown-menu {
104
+ overflow-y: scroll;
105
+ height: 500px;
106
+ position: static !important;
107
+ float: none;
108
+ }
109
+ .inner-dropdown {
110
+ flex-direction: column;
111
+ padding: 0px 30px;
112
+ }
113
+ .catPad {
114
+ padding: 20px 0;
115
+ }
116
+ .navbar-nav {
117
+ margin: 0 !important;
118
+ }
119
+
120
+ .nav__item {
121
+ padding: 15px 0;
122
+ }
123
+ }
124
+ @media (max-width: 768px) {
125
+ .faq-list {
126
+ width: 100% !important;
127
+ }
128
+ .feature-h1,
129
+ .feature-h2 {
130
+ font-size: 20px !important;
131
+ }
132
+ }
133
+ .how-to-leftimg {
134
+ height: 180px;
135
+ width: 300px;
136
+ }
137
+ .how-to-right {
138
+ color: rgb(33, 33, 33);
139
+ }
140
+ @media (min-width: 768px) {
141
+ .how-to-title {
142
+ line-height: 30px;
143
+ font-size: 22px;
144
+ }
145
+ }
146
+ .how-to-list {
147
+ list-style: none;
148
+ counter-reset: howToCounter 0;
149
+ margin: 0px;
150
+ padding: 6px 0px;
151
+ }
152
+ .how-to-list-item {
153
+ line-height: 24px;
154
+ font-size: 16px;
155
+ -webkit-font-smoothing: antialiased;
156
+ -webkit-font-smoothing: antialiased;
157
+ -webkit-font-smoothing: antialiased;
158
+ font-weight: 400;
159
+ display: flex;
160
+ padding: 6px 0px;
161
+ }
162
+ .how-to-title {
163
+ line-height: 30px;
164
+ font-size: 20px;
165
+ -webkit-font-smoothing: antialiased;
166
+ -webkit-font-smoothing: antialiased;
167
+ -webkit-font-smoothing: antialiased;
168
+ font-weight: 600;
169
+ margin: 0px;
170
+ padding-bottom: 12px;
171
+ }
172
+
173
+ .feature-card-img {
174
+ width: 48px;
175
+ height: 48px;
176
+ }
177
+
178
+ .feature-card-title {
179
+ line-height: 24px;
180
+ font-size: 16px;
181
+ -webkit-font-smoothing: antialiased;
182
+ -webkit-font-smoothing: antialiased;
183
+ -webkit-font-smoothing: antialiased;
184
+ font-weight: 600;
185
+ color: rgb(33, 33, 33);
186
+ text-align: center;
187
+ margin: 0px;
188
+ padding: 12px 0px;
189
+ }
190
+ .faq-question {
191
+ line-height: 24px;
192
+ font-size: 16px;
193
+ -webkit-font-smoothing: antialiased;
194
+ -webkit-font-smoothing: antialiased;
195
+ -webkit-font-smoothing: antialiased;
196
+ font-weight: 600;
197
+ color: rgb(33, 33, 33);
198
+ text-align: left;
199
+ margin: 0px;
200
+ padding: 12px 0px;
201
+ }
202
+ .feature-card-desc {
203
+ line-height: 24px;
204
+ font-size: 16px;
205
+ -webkit-font-smoothing: antialiased;
206
+ -webkit-font-smoothing: antialiased;
207
+ -webkit-font-smoothing: antialiased;
208
+ font-weight: 400;
209
+ color: rgb(33, 33, 33);
210
+ text-align: center;
211
+ margin: 0px;
212
+ padding: 0px 24px;
213
+ max-width: 100%;
214
+ }
215
+ .faq-answer {
216
+ line-height: 24px;
217
+ font-size: 16px;
218
+ -webkit-font-smoothing: antialiased;
219
+ -webkit-font-smoothing: antialiased;
220
+ -webkit-font-smoothing: antialiased;
221
+ font-weight: 400;
222
+ color: rgb(33, 33, 33);
223
+ text-align: left;
224
+ margin: 0px;
225
+ max-width: 100%;
226
+ }
227
+
228
+ main {
229
+ display: block;
230
+ }
231
+ h1 {
232
+ font-size: 2em;
233
+ margin: 0.67em 0;
234
+ }
235
+ hr {
236
+ box-sizing: content-box;
237
+ height: 0;
238
+ overflow: visible;
239
+ }
240
+ pre {
241
+ font-family: monospace, monospace;
242
+ font-size: 1em;
243
+ }
244
+ a {
245
+ background-color: transparent;
246
+ }
247
+ abbr[title] {
248
+ border-bottom: none;
249
+ -webkit-text-decoration: underline;
250
+ text-decoration: underline;
251
+ -webkit-text-decoration: underline dotted;
252
+ text-decoration: underline dotted;
253
+ }
254
+ b,
255
+ strong {
256
+ font-weight: bolder;
257
+ }
258
+ code,
259
+ kbd,
260
+ samp {
261
+ font-family: monospace, monospace;
262
+ font-size: 1em;
263
+ }
264
+ small {
265
+ font-size: 80%;
266
+ }
267
+ sub,
268
+ sup {
269
+ font-size: 75%;
270
+ line-height: 0;
271
+ position: relative;
272
+ vertical-align: baseline;
273
+ }
274
+ sub {
275
+ bottom: -0.25em;
276
+ }
277
+ sup {
278
+ top: -0.5em;
279
+ }
280
+ img {
281
+ border-style: none;
282
+ }
283
+ button,
284
+ input,
285
+ optgroup,
286
+ select,
287
+ textarea {
288
+ font-family: inherit;
289
+ font-size: 100%;
290
+ line-height: 1.15;
291
+ margin: 0;
292
+ }
293
+ button,
294
+ input {
295
+ overflow: visible;
296
+ }
297
+ button,
298
+ select {
299
+ text-transform: none;
300
+ }
301
+ button,
302
+ [type='button'],
303
+ [type='reset'],
304
+ [type='submit'] {
305
+ -webkit-appearance: button;
306
+ }
307
+ button::-moz-focus-inner,
308
+ [type='button']::-moz-focus-inner,
309
+ [type='reset']::-moz-focus-inner,
310
+ [type='submit']::-moz-focus-inner {
311
+ border-style: none;
312
+ padding: 0;
313
+ }
314
+ button:-moz-focusring,
315
+ [type='button']:-moz-focusring,
316
+ [type='reset']:-moz-focusring,
317
+ [type='submit']:-moz-focusring {
318
+ outline: 1px dotted ButtonText;
319
+ }
320
+ fieldset {
321
+ padding: 0.35em 0.75em 0.625em;
322
+ }
323
+ legend {
324
+ box-sizing: border-box;
325
+ color: inherit;
326
+ display: table;
327
+ max-width: 100%;
328
+ padding: 0;
329
+ white-space: normal;
330
+ }
331
+ progress {
332
+ vertical-align: baseline;
333
+ }
334
+ textarea {
335
+ overflow: auto;
336
+ }
337
+ [type='checkbox'],
338
+ [type='radio'] {
339
+ box-sizing: border-box;
340
+ padding: 0;
341
+ }
342
+ [type='number']::-webkit-inner-spin-button,
343
+ [type='number']::-webkit-outer-spin-button {
344
+ height: auto;
345
+ }
346
+ [type='search'] {
347
+ -webkit-appearance: textfield;
348
+ outline-offset: -2px;
349
+ }
350
+ [type='search']::-webkit-search-decoration {
351
+ -webkit-appearance: none;
352
+ }
353
+ ::-webkit-file-upload-button {
354
+ -webkit-appearance: button;
355
+ font: inherit;
356
+ }
357
+ details {
358
+ display: block;
359
+ }
360
+ summary {
361
+ display: list-item;
362
+ }
363
+ template {
364
+ display: none;
365
+ }
366
+ [hidden] {
367
+ display: none;
368
+ }
369
+
370
+ #app {
371
+ display: -webkit-box;
372
+ display: -webkit-flex;
373
+ display: -ms-flexbox;
374
+ display: flex;
375
+ min-height: 100vh;
376
+ }
377
+
378
+ .box-border {
379
+ position: absolute;
380
+ inset: 12px;
381
+ background: rgba(0, 0, 0, 0.1);
382
+ border: 2px dashed rgba(0, 0, 0, 0.15);
383
+ }
384
+ .div-cont {
385
+ display: flex;
386
+ overflow: hidden;
387
+ }
388
+ .content-box {
389
+ display: flex;
390
+ flex: 1 1 auto;
391
+ z-index: 1;
392
+ }
393
+ .flex-container {
394
+ display: flex;
395
+ -webkit-box-pack: center;
396
+ justify-content: center;
397
+ width: 100%;
398
+ }
399
+
400
+ .flex-class {
401
+ -webkit-flex: 1 0 auto;
402
+ -ms-flex: 1 0 auto;
403
+ flex: 1 0 auto;
404
+ width: 100%;
405
+ }
406
+ @media (min-width: 0px) and (max-width: 1199px) {
407
+ .flex-class {
408
+ max-width: none;
409
+ }
410
+ }
411
+ @media (min-width: 1200px) {
412
+ .flex-class {
413
+ max-width: 1200px;
414
+ }
415
+ }
416
+ @media (min-width: 0px) and (max-width: 767px) {
417
+ .flex-class {
418
+ padding: 0 18px;
419
+ }
420
+ }
421
+ @media (min-width: 768px) {
422
+ .flex-class {
423
+ padding: 0 30px;
424
+ }
425
+ }
426
+ .flex-class {
427
+ flex: 1 0 auto;
428
+ width: 100%;
429
+ }
430
+ .feature-h1 {
431
+ line-height: 36px;
432
+ font-size: 30px;
433
+ -webkit-font-smoothing: antialiased;
434
+ -webkit-font-smoothing: antialiased;
435
+ -webkit-font-smoothing: antialiased;
436
+ font-weight: 600;
437
+ color: rgb(33, 33, 33);
438
+ text-align: center;
439
+ margin: 0px;
440
+ }
441
+ .feature-h2 {
442
+ -webkit-font-smoothing: antialiased;
443
+ -webkit-font-smoothing: antialiased;
444
+ -webkit-font-smoothing: antialiased;
445
+ font-weight: 300;
446
+ color: rgb(33, 33, 33);
447
+ text-align: center;
448
+ margin: 0px;
449
+ }
450
+ @media (min-width: 768px) {
451
+ .feature-h2 {
452
+ line-height: 30px;
453
+ font-size: 22px;
454
+ }
455
+ }
456
+ .logo-height {
457
+ height: 42px;
458
+ }
459
+ @media (max-width: 767px) {
460
+ .logo-height {
461
+ height: 36px;
462
+ }
463
+ }
464
+ .footer-nav-item {
465
+ margin: -12px 0;
466
+ padding: 0;
467
+ display: -webkit-box;
468
+ display: -webkit-flex;
469
+ display: -ms-flexbox;
470
+ display: flex;
471
+ -webkit-flex-direction: column;
472
+ -ms-flex-direction: column;
473
+ flex-direction: column;
474
+ -webkit-box-flex: 1;
475
+ -webkit-flex-grow: 1;
476
+ -ms-flex-positive: 1;
477
+ flex-grow: 1;
478
+ -webkit-flex-shrink: 1;
479
+ -ms-flex-negative: 1;
480
+ flex-shrink: 1;
481
+ -webkit-flex-basis: 0;
482
+ -ms-flex-preferred-size: 0;
483
+ flex-basis: 0;
484
+ }
485
+ @media (min-width: 992px) {
486
+ .footer-nav-item {
487
+ -webkit-flex: initial;
488
+ -ms-flex: initial;
489
+ flex: initial;
490
+ width: 160px;
491
+ }
492
+ }
493
+ @media (min-width: 576px) and (max-width: 991px) {
494
+ .footer-nav-item {
495
+ padding: 0 20px;
496
+ }
497
+ .footer-nav-item:first-child {
498
+ padding-left: 0;
499
+ }
500
+ .footer-nav-item:last-child {
501
+ padding-right: 0;
502
+ }
503
+ }
504
+ @media (max-width: 575px) {
505
+ .footer-nav-item {
506
+ -webkit-flex-basis: auto;
507
+ -ms-flex-preferred-size: auto;
508
+ flex-basis: auto;
509
+ }
510
+ .footer-nav-item:not(:first-child) {
511
+ margin-top: 28px;
512
+ }
513
+ }
514
+ .home-feature-desc {
515
+ line-height: 18px;
516
+ font-size: 14px;
517
+ -webkit-font-smoothing: antialiased;
518
+ -webkit-font-smoothing: antialiased;
519
+ -webkit-font-smoothing: antialiased;
520
+ font-stretch: 400;
521
+ font-weight: 400;
522
+ position: absolute;
523
+ padding: 12px;
524
+ }
525
+ @media (max-width: 767px) {
526
+ .home-feature-desc {
527
+ right: 0;
528
+ bottom: 0;
529
+ left: 48px;
530
+ top: 36px;
531
+ }
532
+ }
533
+ @media (min-width: 768px) {
534
+ .home-feature-desc {
535
+ left: 0;
536
+ right: 0;
537
+ bottom: 0;
538
+ top: 84px;
539
+ }
540
+ }
541
+ .home-top-h1 {
542
+ line-height: 30px;
543
+ font-size: 22px;
544
+ -webkit-font-smoothing: antialiased;
545
+ -webkit-font-smoothing: antialiased;
546
+ -webkit-font-smoothing: antialiased;
547
+ font-stretch: 400;
548
+ font-weight: 600;
549
+ color: rgba(33, 33, 33, 1);
550
+ text-align: center;
551
+ margin: 0;
552
+ }
553
+ @media (min-width: 768px) {
554
+ .home-top-h1 {
555
+ line-height: 36px;
556
+ font-size: 30px;
557
+ }
558
+ }
559
+ .home-top-h2 {
560
+ line-height: 30px;
561
+ font-size: 20px;
562
+ -webkit-font-smoothing: antialiased;
563
+ -webkit-font-smoothing: antialiased;
564
+ -webkit-font-smoothing: antialiased;
565
+ font-stretch: 400;
566
+ font-weight: 300;
567
+ color: rgba(33, 33, 33, 1);
568
+ text-align: center;
569
+ margin: 0;
570
+ }
571
+ @media (min-width: 768px) {
572
+ .home-top-h2 {
573
+ line-height: 30px;
574
+ font-size: 22px;
575
+ }
576
+ }
577
+ html {
578
+ line-height: 1.15;
579
+ -webkit-text-size-adjust: 100%;
580
+ }
581
+
582
+ * {
583
+ box-sizing: border-box;
584
+ }
585
+
586
+ .header {
587
+ min-height: 80px;
588
+ }
589
+ .heading {
590
+ text-align: center;
591
+ margin-top: 90px;
592
+ }
593
+ .heading-h1 {
594
+ font-size: 60px;
595
+ font-weight: 800;
596
+ line-height: 1.33;
597
+ color: #11304e;
598
+ margin: 70px 0 12px;
599
+ }
600
+ .heading-h2 {
601
+ font-size: 20px;
602
+ font-weight: 500;
603
+ opacity: 70%;
604
+ color: #11304e;
605
+ }
606
+ .img-uploader {
607
+ margin-top: 45px;
608
+ }
609
+ .uploader {
610
+ background-color: #974fff;
611
+ border-radius: 25px;
612
+ position: relative;
613
+ min-height: 1px;
614
+ padding-right: 15px;
615
+ padding-left: 15px;
616
+ margin: auto;
617
+ width: 65%;
618
+ padding: 10px;
619
+ height: 300px;
620
+ }
621
+ .inner-box {
622
+ background-color: #11304e2e;
623
+ border-radius: 25px;
624
+ width: 100%;
625
+ height: 280px;
626
+ overflow: auto;
627
+ text-align: justify;
628
+ }
629
+ .dropzone {
630
+ text-align: center;
631
+ color: white;
632
+ }
633
+ .drop-span {
634
+ color: white;
635
+ }
636
+ .button {
637
+ display: inline-block;
638
+ background: rgb(255, 255, 255);
639
+ border-radius: 10px;
640
+ padding: 13px 22px;
641
+ font-size: 16px;
642
+ font-weight: bold;
643
+ line-height: 1.19;
644
+ letter-spacing: 0.32px;
645
+ cursor: pointer;
646
+ border: unset;
647
+ color: #974fff !important;
648
+ /* margin-left: 137px; */
649
+ }
650
+ .download-reset-button {
651
+ display: flex;
652
+ float: right;
653
+ align-items: center;
654
+ position: sticky;
655
+ right: 0;
656
+ bottom: 0;
657
+ }
658
+ .extract-container {
659
+ width: 90%;
660
+ margin: auto;
661
+ padding-top: 40px;
662
+ margin-bottom: 30px;
663
+ display: none;
664
+ }
665
+ .download-all {
666
+ background: rgb(255, 255, 255);
667
+ border-radius: 10px;
668
+ padding: 7px 22px;
669
+ font-size: 16px;
670
+ font-weight: bold;
671
+ line-height: 1.19;
672
+ letter-spacing: 0.32px;
673
+ cursor: pointer;
674
+ border: unset;
675
+ color: #974fff !important;
676
+ float: left;
677
+ }
678
+
679
+ .restart-button {
680
+ background: rgb(255, 255, 255);
681
+ border-radius: 10px;
682
+ padding: 7px 7px;
683
+ font-size: 16px;
684
+ line-height: 1.19;
685
+ letter-spacing: 0;
686
+ cursor: pointer;
687
+ border: unset;
688
+ color: #974fff !important;
689
+ margin-top: 18px;
690
+ }
691
+
692
+ .file-upload {
693
+ display: none;
694
+ }
695
+ .textual-content {
696
+ margin-top: 90px;
697
+ }
698
+ .textual-content-box {
699
+ margin-top: 90px;
700
+ background-color: rgba(17, 48, 78, 0.18);
701
+ display: flex;
702
+ flex-direction: row;
703
+ }
704
+ .supported {
705
+ margin-top: 90px;
706
+ }
707
+
708
+ .row {
709
+ /* flex: 1 1 0px; */
710
+ /* position: relative; */
711
+ min-height: 1px;
712
+ padding-right: 15px;
713
+ padding-left: 15px;
714
+ height: auto;
715
+ text-align: center;
716
+ margin-bottom: 30px;
717
+ }
718
+ i {
719
+ display: block;
720
+ margin-bottom: 18px;
721
+ }
722
+ .span {
723
+ display: block;
724
+ font-size: 20px;
725
+ font-weight: bold;
726
+ line-height: 1.21;
727
+ margin-bottom: 15px;
728
+ color: rgb(17, 48, 78);
729
+ }
730
+ p {
731
+ font-size: 15px;
732
+ line-height: 1.41;
733
+ color: rgb(17, 48, 78);
734
+ }
735
+ .how-to {
736
+ margin-right: -15px;
737
+ margin-left: -15px;
738
+ }
739
+ .how-to-text {
740
+ position: relative;
741
+ min-height: 1px;
742
+ padding-right: 15px;
743
+ padding-left: 15px;
744
+ margin: auto;
745
+ width: 74%;
746
+ padding: 10px;
747
+ }
748
+ .how-to-h2 {
749
+ font-size: 40px;
750
+ font-weight: 800;
751
+ line-height: 1.16;
752
+ text-align: left;
753
+ color: rgb(17, 48, 78);
754
+ /* margin: 0px 0px 40px; */
755
+ width: 100%;
756
+ margin-top: 70px;
757
+ }
758
+ .steps {
759
+ padding-left: 29px;
760
+ }
761
+ ul li span {
762
+ display: inline-block;
763
+ width: 20px;
764
+ margin-right: 20px;
765
+ position: absolute;
766
+ top: 0px;
767
+ left: 0px;
768
+ }
769
+ img {
770
+ outline: none;
771
+ border: none;
772
+ max-width: 100%;
773
+ height: auto;
774
+ }
775
+ .rating-div {
776
+ background-color: red;
777
+ }
778
+ .rating-container {
779
+ padding-right: 15px;
780
+ padding-left: 15px;
781
+ margin-right: auto;
782
+ margin-left: auto;
783
+ }
784
+ .rating-row {
785
+ margin-right: -15px;
786
+ margin-left: -15px;
787
+ }
788
+ .faq-container {
789
+ position: relative;
790
+ min-height: 1px;
791
+ padding-right: 15px;
792
+ padding-left: 15px;
793
+ }
794
+ .faq-h2 {
795
+ font-size: 53px;
796
+ font-weight: 800;
797
+ line-height: 1.16;
798
+ text-align: center;
799
+ color: #11304e;
800
+ margin: 100px 0 50px;
801
+ }
802
+ .faq-h3 {
803
+ margin: 0 0 25px;
804
+ font-size: 20px;
805
+ font-weight: 600;
806
+ color: #11304e;
807
+ position: relative;
808
+ padding-right: 30px;
809
+ line-height: 1.4;
810
+ cursor: pointer;
811
+ }
812
+ .faq-list {
813
+ position: relative;
814
+ min-height: 1px;
815
+ padding-right: 15px;
816
+ padding-left: 15px;
817
+ margin: auto;
818
+ width: 50%;
819
+ padding: 10px;
820
+ }
821
+ .sup-h2 {
822
+ font-size: 56px;
823
+ font-weight: 800;
824
+ line-height: 1.21;
825
+ color: rgb(17, 48, 78);
826
+ text-align: center;
827
+ }
828
+ .sup-ul {
829
+ margin: 0px;
830
+ padding: 63px 0px 0px;
831
+ text-align: left;
832
+ }
833
+ .sup-li {
834
+ list-style: none;
835
+ margin: 0px 0px 20px;
836
+ font-size: 15px;
837
+ color: rgb(17, 48, 78);
838
+ width: 25%;
839
+ text-align: left;
840
+ display: inline-block;
841
+ }
842
+ a {
843
+ text-decoration: unset;
844
+ color: unset;
845
+ }
846
+ .sup-i {
847
+ display: inline-block;
848
+ margin-right: 10px;
849
+ width: 19px;
850
+ vertical-align: middle;
851
+ }
852
+ .sup-span {
853
+ display: inline-block;
854
+ width: 20px;
855
+ margin-right: 20px;
856
+ position: unset !important;
857
+ top: 0px;
858
+ left: 0px;
859
+ }
860
+ .clear {
861
+ clear: both;
862
+ }
863
+ .leftbox {
864
+ float: left;
865
+ width: 30%;
866
+ height: 280px;
867
+ margin: 0px 28px;
868
+ text-align: center;
869
+ margin-bottom: 30px;
870
+ }
871
+ .middlebox {
872
+ float: left;
873
+ width: 30%;
874
+ height: 280px;
875
+ text-align: center;
876
+ margin-bottom: 30px;
877
+ }
878
+ .rightbox {
879
+ text-align: center;
880
+ float: right;
881
+ width: 30%;
882
+ height: 280px;
883
+ margin-bottom: 30px;
884
+ }
885
+ .file-list {
886
+ padding: 10px 0 20px;
887
+ }
888
+
889
+ .single-file {
890
+ color: white;
891
+
892
+ cursor: pointer;
893
+ }
894
+ .small-text {
895
+ font-size: 16px;
896
+ font-weight: 500;
897
+ }
898
+ .rows {
899
+ padding: 10px;
900
+ margin: auto;
901
+ width: 50%;
902
+ margin-top: 70px;
903
+ display: inline;
904
+ min-height: 1px;
905
+ padding-right: 15px;
906
+ padding-left: 15px;
907
+ }
908
+ .rows-2 {
909
+ margin-top: 50px;
910
+ }
911
+ ul li {
912
+ margin: 0 0 20px;
913
+ padding: 0;
914
+ font-size: 17px;
915
+ font-weight: 500;
916
+ line-height: 1.4;
917
+ text-align: left;
918
+ color: #11304e;
919
+ list-style: none;
920
+ position: relative;
921
+ }
922
+
923
+ .header {
924
+ overflow: hidden;
925
+ /* background-color: #f1f1f1; */
926
+ padding: 20px 10px;
927
+ }
928
+
929
+ .header a {
930
+ /* float: left;
931
+ color: black;
932
+ text-align: center;
933
+
934
+ line-height: 25px;
935
+ border-radius: 4px; */
936
+
937
+ padding: 0 20px 0 8px;
938
+ text-decoration: none;
939
+ color: #1e283c;
940
+ font-weight: 600;
941
+ font-size: 12px;
942
+ text-transform: uppercase;
943
+ outline: 0;
944
+ }
945
+
946
+ .header a.logo {
947
+ font-size: 25px;
948
+ font-weight: bold;
949
+ margin: 0px 101px;
950
+ }
951
+
952
+ .header a:hover {
953
+ background-color: #ddd;
954
+ color: black;
955
+ }
956
+
957
+ .header a.active {
958
+ background-color: #eee;
959
+ color: black;
960
+ }
961
+
962
+ .header-right {
963
+ float: right;
964
+ padding-right: 124px;
965
+ }
966
+ /* footer css start */
967
+ .footer {
968
+ -webkit-font-smoothing: antialiased;
969
+ -webkit-font-smoothing: antialiased;
970
+ -webkit-font-smoothing: antialiased;
971
+ }
972
+ .footer-wrapper {
973
+ padding: 32px 0;
974
+ display: -webkit-box;
975
+ display: -webkit-flex;
976
+ display: -ms-flexbox;
977
+ display: flex;
978
+ -webkit-flex-direction: row;
979
+ -ms-flex-direction: row;
980
+ flex-direction: row;
981
+ border-bottom: 1px solid #e8e8e8;
982
+ }
983
+ @media (max-width: 991px) {
984
+ .footer-wrapper {
985
+ -webkit-flex-direction: column;
986
+ -ms-flex-direction: column;
987
+ flex-direction: column;
988
+ }
989
+ }
990
+ .footer-logo-cont {
991
+ -webkit-flex: 1 1 auto;
992
+ -ms-flex: 1 1 auto;
993
+ flex: 1 1 auto;
994
+ display: -webkit-box;
995
+ display: -webkit-flex;
996
+ display: -ms-flexbox;
997
+ display: flex;
998
+ -webkit-flex-direction: column;
999
+ -ms-flex-direction: column;
1000
+ flex-direction: column;
1001
+ -webkit-align-items: flex-start;
1002
+ -webkit-box-align: flex-start;
1003
+ -ms-flex-align: flex-start;
1004
+ align-items: flex-start;
1005
+ }
1006
+ .footer-logo {
1007
+ height: 40px;
1008
+ }
1009
+ .footer-title {
1010
+ font-stretch: 400;
1011
+ font-weight: 400;
1012
+ font-size: 18px;
1013
+ line-height: 28px;
1014
+ color: rgba(26, 26, 26, 1);
1015
+ padding-top: 24px;
1016
+ }
1017
+ .footer-nav {
1018
+ -webkit-flex: 1 1 auto;
1019
+ -ms-flex: 1 1 auto;
1020
+ flex: 1 1 auto;
1021
+ display: -webkit-box;
1022
+ display: -webkit-flex;
1023
+ display: -ms-flexbox;
1024
+ display: flex;
1025
+ -webkit-flex-direction: row;
1026
+ -ms-flex-direction: row;
1027
+ flex-direction: row;
1028
+ -webkit-box-pack: end;
1029
+ -webkit-justify-content: space-between;
1030
+ -ms-flex-pack: end;
1031
+ justify-content: space-between;
1032
+ }
1033
+ @media (max-width: 991px) {
1034
+ .footer-nav {
1035
+ padding-top: 32px;
1036
+ -webkit-box-pack: justify;
1037
+ -webkit-justify-content: space-between;
1038
+ -ms-flex-pack: justify;
1039
+ justify-content: space-between;
1040
+ }
1041
+ }
1042
+ @media (max-width: 575px) {
1043
+ .footer-nav {
1044
+ -webkit-flex-direction: column;
1045
+ -ms-flex-direction: column;
1046
+ flex-direction: column;
1047
+ }
1048
+ }
1049
+ .footer-ul {
1050
+ display: flex;
1051
+ flex-direction: column;
1052
+ padding-left: 0;
1053
+ }
1054
+ .footer-ul-title {
1055
+ font-stretch: 400;
1056
+ font-weight: 700;
1057
+ font-size: 16px;
1058
+ line-height: 24px;
1059
+ color: rgba(26, 26, 26, 1);
1060
+ padding: 12px 0;
1061
+ -webkit-user-select: none;
1062
+ -moz-user-select: none;
1063
+ -ms-user-select: none;
1064
+ user-select: none;
1065
+ }
1066
+ .footer-link {
1067
+ font-stretch: 400;
1068
+ font-weight: 400;
1069
+ font-size: 16px;
1070
+ line-height: 24px;
1071
+ color: rgba(26, 26, 26, 1);
1072
+ padding: 12px 0;
1073
+ -webkit-flex: 0 0 auto;
1074
+ -ms-flex: 0 0 auto;
1075
+ flex: 0 0 auto;
1076
+ width: 100%;
1077
+ }
1078
+ .footer-link:hover {
1079
+ color: rgba(117, 117, 117, 1);
1080
+ }
1081
+ .footer-msg {
1082
+ font-stretch: 400;
1083
+ font-weight: 400;
1084
+ font-size: 16px;
1085
+ line-height: 24px;
1086
+ color: rgba(26, 26, 26, 1);
1087
+ -webkit-flex: 1 1 auto;
1088
+ -ms-flex: 1 1 auto;
1089
+ flex: 1 1 auto;
1090
+ }
1091
+ @media (min-width: 576px) and (max-width: 991px) {
1092
+ .footer-msg {
1093
+ padding-top: 24px;
1094
+ }
1095
+ }
1096
+
1097
+ .privacy-footer {
1098
+ display: -webkit-box;
1099
+ display: -webkit-flex;
1100
+ display: -ms-flexbox;
1101
+ display: flex;
1102
+ -webkit-flex-direction: row;
1103
+ -ms-flex-direction: row;
1104
+ flex-direction: row;
1105
+ padding: 24px 0;
1106
+ }
1107
+ @media (max-width: 991px) {
1108
+ .privacy-footer {
1109
+ -webkit-flex-direction: column-reverse;
1110
+ -ms-flex-direction: column-reverse;
1111
+ flex-direction: column-reverse;
1112
+ }
1113
+ }
1114
+ @media (max-width: 575px) {
1115
+ .privacy-footer {
1116
+ padding: 32px 0;
1117
+ }
1118
+ }
1119
+
1120
+ .privacy-links {
1121
+ display: -webkit-box;
1122
+ display: -webkit-flex;
1123
+ display: -ms-flexbox;
1124
+ display: flex;
1125
+ -webkit-align-items: flex-start;
1126
+ -webkit-box-align: flex-start;
1127
+ -ms-flex-align: flex-start;
1128
+ align-items: flex-start;
1129
+ -webkit-flex-direction: row;
1130
+ -ms-flex-direction: row;
1131
+ flex-direction: row;
1132
+ }
1133
+ @media (max-width: 575px) {
1134
+ .privacy-links {
1135
+ -webkit-flex-direction: column-reverse;
1136
+ -ms-flex-direction: column-reverse;
1137
+ flex-direction: column-reverse;
1138
+ }
1139
+ }
1140
+ .privacy-links-item {
1141
+ font-stretch: 400;
1142
+ font-weight: 400;
1143
+ font-size: 16px;
1144
+ line-height: 24px;
1145
+ color: rgba(26, 26, 26, 1);
1146
+ margin: 0 20px;
1147
+ }
1148
+ .privacy-links-item:hover {
1149
+ color: rgba(117, 117, 117, 1);
1150
+ }
1151
+ .privacy-links-item:first-child {
1152
+ margin-left: 0;
1153
+ }
1154
+ .privacy-links-item:last-child {
1155
+ margin-right: 0;
1156
+ }
1157
+ @media (max-width: 575px) {
1158
+ .privacy-links-item {
1159
+ margin-left: 0;
1160
+ margin-right: 0;
1161
+ margin-bottom: 32px;
1162
+ }
1163
+ }
1164
+ /* footer css end */
1165
+ /*about termsand conditions help*/
1166
+ .contact_layout {
1167
+ -webkit-font-smoothing: antialiased;
1168
+ -webkit-font-smoothing: antialiased;
1169
+ -webkit-font-smoothing: antialiased;
1170
+ }
1171
+ .about_layout {
1172
+ -webkit-font-smoothing: antialiased;
1173
+ -webkit-font-smoothing: antialiased;
1174
+ -webkit-font-smoothing: antialiased;
1175
+ }
1176
+ .contact-h1 {
1177
+ line-height: 30px;
1178
+ font-size: 22px;
1179
+ font-stretch: 400;
1180
+ font-weight: 600;
1181
+ color: rgba(33, 33, 33, 1);
1182
+ text-align: center;
1183
+ margin: 0;
1184
+ }
1185
+ @media (min-width: 768px) {
1186
+ .contact-h1 {
1187
+ line-height: 36px;
1188
+ font-size: 30px;
1189
+ }
1190
+ }
1191
+ .contact-h2 {
1192
+ line-height: 30px;
1193
+ font-stretch: 400;
1194
+ font-weight: 300;
1195
+ font-size: 20px;
1196
+ color: rgba(33, 33, 33, 1);
1197
+ text-align: center;
1198
+ margin: 0;
1199
+ }
1200
+ @media (min-width: 768px) {
1201
+ .contact-h2 {
1202
+ line-height: 30px;
1203
+ font-size: 22px;
1204
+ }
1205
+ }
1206
+ .about-h1 {
1207
+ line-height: 30px;
1208
+ font-size: 22px;
1209
+ font-stretch: 400;
1210
+ font-weight: 600;
1211
+ color: rgba(33, 33, 33, 1);
1212
+ text-align: center;
1213
+ margin: 0;
1214
+ }
1215
+ @media (min-width: 768px) {
1216
+ .about-h1 {
1217
+ line-height: 36px;
1218
+ font-size: 30px;
1219
+ }
1220
+ }
1221
+ .about-h2 {
1222
+ line-height: 30px;
1223
+ font-stretch: 400;
1224
+ font-weight: 300;
1225
+ font-size: 20px;
1226
+ color: rgba(33, 33, 33, 1);
1227
+ text-align: center;
1228
+ margin: 0;
1229
+ }
1230
+ .common-h2 {
1231
+ font-stretch: 400;
1232
+ font-size: 20px;
1233
+ color: rgba(33, 33, 33, 1);
1234
+ }
1235
+ @media (min-width: 768px) {
1236
+ .about-h2 {
1237
+ line-height: 30px;
1238
+ font-size: 22px;
1239
+ }
1240
+ .common-h2 {
1241
+ font-size: 22px;
1242
+ }
1243
+ }
1244
+ /*closed*/
1245
+ .feature-img {
1246
+ width: 36px;
1247
+ height: 36px;
1248
+ }
1249
+ .box-padding {
1250
+ padding: 0px 0px 24px;
1251
+ }
1252
+ .box {
1253
+ position: relative;
1254
+ display: flex;
1255
+ flex-direction: column;
1256
+ background-color: rgb(242, 48, 48);
1257
+ min-height: 300px;
1258
+ width: 100%;
1259
+ }
1260
+ .social-icons {
1261
+ position: fixed;
1262
+ right: 0;
1263
+ top: 35%;
1264
+ width: 42px;
1265
+ height: 140px;
1266
+ display: flex;
1267
+ flex-direction: column;
1268
+ align-items: center;
1269
+ justify-content: center;
1270
+ border-top-left-radius: 8px;
1271
+ border-bottom-left-radius: 8px;
1272
+ background: #fff;
1273
+ box-shadow: 0 0 20px -7px #191a1a9e;
1274
+ line-height: 30px;
1275
+ }
1276
+
1277
+ @media (max-width: 768px) {
1278
+ .social-icons {
1279
+ left: 0;
1280
+ bottom: 0 !important;
1281
+ top: auto;
1282
+ font-size: 25px;
1283
+ width: 100%;
1284
+ height: 60px;
1285
+ display: flex;
1286
+ margin: 0 !important;
1287
+ flex-direction: row;
1288
+ justify-content: space-evenly;
1289
+ line-height: 100px;
1290
+ }
1291
+ }
1292
+ .social-icon {
1293
+ margin: 0 !important;
1294
+ color: gray;
1295
+ font-size: 1.6rem;
1296
+ }
1297
+ .social-icon:hover {
1298
+ color: black;
1299
+ }
1300
+ .home-features {
1301
+ display: -webkit-box;
1302
+ display: -webkit-flex;
1303
+ display: -ms-flexbox;
1304
+ display: flex;
1305
+ -webkit-flex-wrap: wrap;
1306
+ -ms-flex-wrap: wrap;
1307
+ flex-wrap: wrap;
1308
+ list-style: none;
1309
+ margin: 0;
1310
+ padding: 0 0 90px 0;
1311
+ }
1312
+
1313
+ .home-feature-box {
1314
+ position: relative;
1315
+ color: white;
1316
+ margin: 0;
1317
+ border: 1px solid white;
1318
+ }
1319
+ @media (min-width: 0px) and (max-width: 767px) {
1320
+ .home-feature-box {
1321
+ width: 100%;
1322
+ height: 114px;
1323
+ }
1324
+ }
1325
+ @media (min-width: 768px) and (max-width: 991px) {
1326
+ .home-feature-box {
1327
+ width: 25%;
1328
+ height: 180px;
1329
+ }
1330
+ }
1331
+ @media (min-width: 992px) {
1332
+ .home-feature-box {
1333
+ width: 20%;
1334
+ height: 180px;
1335
+ }
1336
+ }
1337
+ .home-feature-name {
1338
+ line-height: 24px;
1339
+ font-size: 16px;
1340
+ -webkit-font-smoothing: antialiased;
1341
+ -webkit-font-smoothing: antialiased;
1342
+ -webkit-font-smoothing: antialiased;
1343
+ font-stretch: 400;
1344
+ font-weight: 700;
1345
+ text-overflow: ellipsis;
1346
+ white-space: nowrap;
1347
+ overflow: hidden;
1348
+ position: absolute;
1349
+ top: 0;
1350
+ right: 0;
1351
+ bottom: 0;
1352
+ left: 0;
1353
+ -webkit-transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1354
+ transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1355
+ }
1356
+ .home-feature-name:hover {
1357
+ box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2);
1358
+ z-index: 1;
1359
+ }
1360
+ @media (max-width: 767px) {
1361
+ .home-feature-name {
1362
+ padding: 12px 12px 12px 60px;
1363
+ }
1364
+ }
1365
+ @media (min-width: 768px) {
1366
+ .home-feature-name {
1367
+ padding: 60px 12px 12px 12px;
1368
+ }
1369
+ }
1370
+ .home-inner-box {
1371
+ position: absolute;
1372
+ padding: 12px;
1373
+ }
1374
+ .div-cont {
1375
+ display: -webkit-box;
1376
+ display: -webkit-flex;
1377
+ display: -ms-flexbox;
1378
+ display: flex;
1379
+ overflow: hidden;
1380
+ }
1381
+ .div-cont > svg {
1382
+ display: -webkit-box;
1383
+ display: -webkit-flex;
1384
+ display: -ms-flexbox;
1385
+ display: flex;
1386
+ -webkit-flex: 1 1 auto;
1387
+ -ms-flex: 1 1 auto;
1388
+ flex: 1 1 auto;
1389
+ }
1390
+ .div-cont > svg > * {
1391
+ fill: currentColor;
1392
+ }
1393
+ .mega-menu::first-line {
1394
+ color: gray !important;
1395
+ font-weight: 600;
1396
+ }
1397
+ .lang-dropdown {
1398
+ position: fixed;
1399
+ right: 30px;
1400
+ top: 20px;
1401
+ z-index: 999;
1402
+ }
1403
+ @media (max-width: 994px) {
1404
+ .lang-dropdown {
1405
+ top: 75px;
1406
+ z-index: 5;
1407
+ right: 4px;
1408
+ position: absolute;
1409
+ }
1410
+ .lang-dropdown .lang-dropdown-btn {
1411
+ position: absolute;
1412
+ right: 0;
1413
+ }
1414
+ .drop-down-wrapper {
1415
+ overflow-y: unset !important;
1416
+ }
1417
+ }
1418
+ .drop-down-wrapper {
1419
+ height: fit-content !important;
1420
+ }
1421
+ .lang-dropdown-item {
1422
+ width: 100%;
1423
+ display: block;
1424
+ text-align: center;
1425
+ text-decoration: none !important;
1426
+ }