appscms-tools-theme 0.4.1 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) 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 +6 -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/{pages → contact/en}/contact.json +7 -7
  11. data/_data/feature/en/compress-pdf.json +79 -77
  12. data/_data/feature/en/split-pdf.json +81 -0
  13. data/_data/feature/hi/compress-pdf.json +29 -29
  14. data/_data/footer/en/data.json +84 -84
  15. data/_data/footer/hi/data.json +85 -0
  16. data/_data/header/en/data.json +136 -58
  17. data/_data/header/hi/data.json +137 -0
  18. data/_data/{pages → help/en}/help.json +6 -7
  19. data/_data/home/en/en.json +48 -0
  20. data/_data/home/{hi.json → hi/hi.json} +31 -31
  21. data/_data/{pages → termAndCondition/en}/termAndCondition.json +7 -7
  22. data/_includes/author_bio.html +11 -11
  23. data/_includes/custom-head.html +29 -33
  24. data/_includes/disqus_comments.html +10 -10
  25. data/_includes/footer/index.html +55 -75
  26. data/_includes/head/index.html +30 -46
  27. data/_includes/header/blogHeader.html +31 -34
  28. data/_includes/header/index.html +56 -117
  29. data/_includes/paginationBlogPage.html +34 -34
  30. data/_includes/paginationPostPage.html +14 -14
  31. data/_includes/postbox.html +37 -32
  32. data/_includes/script.html +4 -4
  33. data/_includes/section/alertbar.html +11 -11
  34. data/_includes/section/count.html +23 -23
  35. data/_includes/share/socialshare.html +22 -0
  36. data/_layouts/aboutUs.html +17 -24
  37. data/_layouts/blog.html +71 -75
  38. data/_layouts/categories.html +24 -24
  39. data/_layouts/contactUs.html +17 -23
  40. data/_layouts/default.html +1 -1
  41. data/_layouts/feature.html +121 -136
  42. data/_layouts/help.html +18 -23
  43. data/_layouts/home.html +40 -44
  44. data/_layouts/page.html +5 -5
  45. data/_layouts/post.html +63 -68
  46. data/_layouts/termAndCondition.html +17 -23
  47. data/assets/cross.svg +4 -4
  48. data/assets/css/blog.css +464 -464
  49. data/assets/css/tools.css +1388 -1170
  50. data/assets/facebook.svg +4 -4
  51. data/assets/instagram.svg +4 -4
  52. data/assets/js/TopScroll.js +8 -9
  53. data/assets/linkdin.svg +4 -4
  54. data/assets/pdf.svg +20 -20
  55. data/assets/star.svg +4 -4
  56. data/assets/twitter.svg +4 -4
  57. data/assets/youtube.svg +4 -4
  58. metadata +16 -17
  59. data/_data/home/en.json +0 -48
  60. data/_includes/search-lunr.html +0 -16
  61. data/_includes/uploader/index.html +0 -69
  62. data/assets/js/lunr.js +0 -2977
  63. data/assets/js/lunrsearchengine.js +0 -89
data/assets/css/tools.css CHANGED
@@ -1,1170 +1,1388 @@
1
- .gBHowc {
2
- display: flex;
3
- width: 100%;
4
- border-top: 1px solid rgb(224, 224, 224);
5
- }
6
- .gBPLal {
7
- display: flex;
8
- flex-wrap: wrap;
9
- }
10
- @media (min-width: 768px)
11
- {.gBPLal {
12
- padding: 90px 0px;
13
- }}
14
- .gCgEiD {
15
- flex: 1 1 50%;
16
- display: flex;
17
- -webkit-box-pack: center;
18
- justify-content: center;
19
- -webkit-box-align: center;
20
- align-items: center;
21
- }
22
- .esoOLU {
23
- display: flex;
24
- flex-wrap: wrap;
25
- max-width: 100%;
26
- }
27
- .gCpaMM {
28
- height: 180px;
29
- width: 300px;
30
- }
31
- .gCxxqV {
32
- flex: 1 1 50%;
33
- color: rgb(33, 33, 33);
34
- }
35
- @media (min-width: 768px){
36
- .gBYhEu {
37
- line-height: 30px;
38
- font-size: 22px;
39
- }}
40
- .gCFTVe {
41
- list-style: none;
42
- counter-reset: howToCounter 0;
43
- margin: 0px;
44
- padding: 6px 0px;
45
- }
46
- .gCOqzn {
47
- line-height: 24px;
48
- font-size: 16px;
49
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
50
- -webkit-font-smoothing: antialiased;
51
- font-weight: 400;
52
- display: flex;
53
- padding: 6px 0px;
54
- }
55
- .gBYhEu {
56
- line-height: 30px;
57
- font-size: 20px;
58
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
59
- -webkit-font-smoothing: antialiased;
60
- font-weight: 600;
61
- margin: 0px;
62
- padding-bottom: 12px;
63
- }
64
- .kmltsK {
65
- display: flex;
66
- flex-direction: column;
67
- -webkit-box-align: center;
68
- align-items: center;
69
- padding: 0px 16px 54px;
70
- }
71
- @media (min-width: 768px){.kmltsK {
72
- width: 33.3333%;
73
- }}
74
- .kmtPWT {
75
- width: 48px;
76
- height: 48px;
77
- }
78
- .cxlSWI {
79
- margin-left: 6px;
80
- white-space: nowrap;
81
- text-overflow: ellipsis;
82
- overflow: hidden;
83
- }
84
- .kmCmBc {
85
- line-height: 24px;
86
- font-size: 16px;
87
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
88
- -webkit-font-smoothing: antialiased;
89
- font-weight: 600;
90
- color: rgb(33, 33, 33);
91
- text-align: center;
92
- margin: 0px;
93
- padding: 12px 0px;
94
- }
95
- .kmCmBc-q {
96
- line-height: 24px;
97
- font-size: 16px;
98
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
99
- -webkit-font-smoothing: antialiased;
100
- font-weight: 600;
101
- color: rgb(33, 33, 33);
102
- text-align: left;
103
- margin: 0px;
104
- padding: 12px 0px;
105
- }
106
- .kmKJfl {
107
- line-height: 24px;
108
- font-size: 16px;
109
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
110
- -webkit-font-smoothing: antialiased;
111
- font-weight: 400;
112
- color: rgb(33, 33, 33);
113
- text-align: center;
114
- margin: 0px;
115
- padding: 0px 24px;
116
- max-width: 100%;
117
- }
118
- .enfNez {
119
- cursor: pointer;
120
- user-select: none;
121
- margin: 0px;
122
- padding: 0px;
123
- outline: 0px;
124
- border: 0px;
125
- overflow: visible;
126
- display: flex;
127
- -webkit-box-align: center;
128
- align-items: center;
129
- color: inherit;
130
- background-color: transparent;
131
- font-family: inherit;
132
- line-height: inherit;
133
- transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
134
- width: 54px;
135
- -webkit-box-pack: center;
136
- justify-content: center;
137
- border-radius: 0px 4px 4px 0px;
138
- }
139
- .kmKJfl-p {
140
- line-height: 24px;
141
- font-size: 16px;
142
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
143
- -webkit-font-smoothing: antialiased;
144
- font-weight: 400;
145
- color: rgb(33, 33, 33);
146
- text-align: left;
147
- margin: 0px;
148
- max-width: 100%;
149
- }
150
- @media (min-width: 768px){.esoOLU {padding: 66px 0px 36px;}}
151
- body{margin:0;}
152
- main{display:block;}
153
- h1{font-size:2em;margin:0.67em 0;}
154
- hr{box-sizing:content-box;height:0;overflow:visible;}
155
- pre{font-family:monospace,monospace;font-size:1em;}
156
- a{background-color:transparent;}
157
- abbr[title]{border-bottom:none;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}
158
- b,strong{font-weight:bolder;}
159
- code,kbd,samp{font-family:monospace,monospace;font-size:1em;}
160
- small{font-size:80%;}
161
- sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
162
- sub{bottom:-0.25em;}
163
- sup{top:-0.5em;}
164
- img{border-style:none;}
165
- button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}
166
- button,input{overflow:visible;}
167
- button,select{text-transform:none;}
168
- button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}
169
- button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}
170
- button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}
171
- fieldset{padding:0.35em 0.75em 0.625em;}
172
- legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
173
- progress{vertical-align:baseline;}
174
- textarea{overflow:auto;}
175
- [type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}
176
- [type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}
177
- [type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}
178
- [type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
179
- ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}
180
- details{display:block;}
181
- summary{display:list-item;}
182
- template{display:none;}
183
- [hidden]{display:none;}
184
- body{overflow-y:scroll;background:white;}
185
- #app{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100vh;}
186
- *{box-sizing:border-box;margin-block-start:0px;margin-block-end:0px;margin-inline-start:0px;margin-inline-end:0px;}
187
- data-styled.g2320[id="sc-global-ilaRTG1"]{content:"sc-global-ilaRTG1,"}
188
- data-styled.g1[id="sc-1ttxsn1-0"]{content:"fxCLCz,"}
189
-
190
-
191
- .iFsNzG{
192
- color: rgb(33, 33, 33);
193
- position: absolute;
194
- top: 12px;
195
- right: 12px;
196
- z-index: 10;
197
- cursor: pointer;
198
- }
199
- .buUasx{
200
- position: relative;
201
- display: flex;
202
- flex-direction: column;
203
- background-color: rgb(242, 48, 48);
204
- min-height: 300px;
205
- width: 100%;
206
- }
207
- .cwvKbP{
208
- position: absolute;
209
- inset: 12px;
210
- background: rgba(0, 0, 0, 0.1);
211
- border: 2px dashed rgba(0, 0, 0, 0.15);
212
- }
213
- .cwUZOq{
214
- padding-bottom: 18px;
215
- color: white;
216
- }
217
- .iTXuYA{
218
- height: 60px;
219
- width: 96px;
220
- }
221
- .bxyVaO {
222
- display: flex;
223
- overflow: hidden;
224
- }
225
- .cwMDkh{
226
- display: flex;
227
- flex-direction: column;
228
- -webkit-box-align: center;
229
- align-items: center;
230
- flex: 1 1 auto;
231
- -webkit-box-pack: center;
232
- justify-content: center;
233
- }
234
- .cxdwsz{
235
- line-height: 24px;
236
- font-size: 16px;
237
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
238
- -webkit-font-smoothing: antialiased;
239
- font-weight: 400;
240
- padding-top: 12px;
241
- text-align: center;
242
- color: white;
243
- }
244
- .fqHzAf{
245
- display: flex;
246
- flex: 1 1 auto;
247
- }
248
- .fqPWeo{
249
- cursor: pointer;
250
- display: flex;
251
- flex: 1 1 auto;
252
- }
253
- .hzsTQm{
254
- display: flex;
255
- flex: 1 1 auto;
256
- z-index: 1;
257
- }
258
- .cweQTx{
259
- display: flex;
260
- flex-direction: column;
261
- }
262
- .fxCLCz{display: flex;
263
- -webkit-box-pack: center;
264
- justify-content: center;
265
- width: 100%;}
266
- .iFkqVx{
267
- line-height: 36px;
268
- font-size: 30px;
269
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
270
- -webkit-font-smoothing: antialiased;
271
- font-weight: 300;
272
- color: rgb(33, 33, 33);
273
- }
274
- .lpeKGy{
275
- padding: 24px 0px;
276
- }
277
- .fHhdVc{
278
- padding-right: 12px;
279
- color: rgb(242, 48, 48);
280
- }
281
- .qNym{
282
- display: flex;
283
- -webkit-box-pack: center;
284
- justify-content: center;
285
- -webkit-box-align: center;
286
- align-items: center;
287
- }
288
- .iFBkdP{
289
- display: flex;
290
- -webkit-box-pack: center;
291
- justify-content: center;
292
- padding-top: 24px;
293
- }
294
- .blziMQ{
295
- cursor: pointer;
296
- user-select: none;
297
- line-height: 18px;
298
- font-size: 15px;
299
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
300
- -webkit-font-smoothing: antialiased;
301
- font-weight: 700;
302
- position: relative;
303
- display: flex;
304
- flex: 1 1 auto;
305
- -webkit-box-align: center;
306
- align-items: center;
307
- -webkit-box-pack: center;
308
- justify-content: center;
309
- min-width: 90px;
310
- border-radius: 4px;
311
- text-transform: uppercase;
312
- white-space: nowrap;
313
- outline: 0px;
314
- border: 0px;
315
- transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
316
- padding: 0px 24px;
317
- height: 54px;
318
- background: rgb(0, 85, 255);
319
- color: rgb(255, 255, 255);
320
-
321
- }
322
- .hvHwmD{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;}
323
- .lpnhkH{line-height: 36px;
324
- font-size: 30px;
325
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
326
- -webkit-font-smoothing: antialiased;
327
- font-weight: 600;
328
- color: rgb(33, 33, 33);
329
- text-align: center;
330
- margin: 0px;}
331
- .lpvDOQ{
332
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
333
- -webkit-font-smoothing: antialiased;
334
- font-weight: 300;
335
- color: rgb(33, 33, 33);
336
- text-align: center;
337
- margin: 0px;
338
- }
339
- @media (min-width: 768px){.cPukFe {line-height: 42px;font-size: 36px;}}
340
- .hDzHg{
341
- margin-left: 48px;
342
- }
343
- .dKjQAB{
344
- position: relative;
345
- display: flex;
346
- border-radius: 4px;
347
- color: rgb(33, 33, 33);
348
- background-color: rgb(255, 255, 255);
349
- }
350
- .fhjLHS {
351
- width: 1px;
352
- background-color: rgba(0, 0, 0, 0.15);
353
- }
354
- .hrcxSS{
355
- cursor: pointer;
356
- user-select: none;
357
- margin: 0px;
358
- outline: 0px;
359
- border: 0px;
360
- width: auto;
361
- overflow: visible;
362
- display: flex;
363
- -webkit-box-align: center;
364
- align-items: center;
365
- color: inherit;
366
- background-color: transparent;
367
- transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
368
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
369
- -webkit-font-smoothing: antialiased;
370
- font-weight: 700;
371
- font-size: 16px;
372
- line-height: 24px;
373
- padding: 15px 24px;
374
- height: 54px;
375
- position: relative;
376
- border-radius: 4px 0px 0px 4px;
377
- text-transform: uppercase;
378
- }
379
- .cPukFe{
380
- width: 100%;
381
- line-height: 30px;
382
- font-size: 24px;
383
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
384
- -webkit-font-smoothing: antialiased;
385
- font-weight: 700;
386
- }
387
- .favWrj{
388
- display: flex;
389
- place-content: center space-between;
390
- -webkit-box-align: center;
391
- align-items: center;
392
- margin: 0px auto;
393
- width: 100%;
394
- -webkit-box-pack: justify;
395
- padding: 0px 36px;
396
- }
397
- .eKVaAu{
398
- padding: 0px 0px 24px;
399
- }
400
- .eEFtbq{
401
- display: flex;
402
- align-content: center;
403
- -webkit-box-align: center;
404
- align-items: center;
405
- border: 1px solid rgb(238, 238, 238);
406
- overflow: hidden;
407
- cursor: pointer;
408
- color: rgb(33, 33, 33);
409
- margin: 0px auto;
410
- background: url(/build/204815b….png) center center / contain no-repeat;
411
- }
412
- .bYbgQN{
413
- display: flex;
414
- overflow: hidden;
415
- margin: 0px;
416
- width: 100%;
417
- }
418
- .eHtvdQ{
419
- display: flex;
420
- -webkit-box-pack: center;
421
- justify-content: center;
422
- padding: 0px 0px 12px;
423
- width: 100%;
424
- }
425
- @media (min-width: 768px){.lpvDOQ {line-height: 30px;font-size: 22px;}}
426
- @media (min-width:0px) and (max-width:1199px){.hvHwmD{max-width:none;}}
427
- @media (min-width:1200px){.hvHwmD{max-width:1200px;}}
428
- @media (min-width:0px) and (max-width:767px){.hvHwmD{padding:0 18px;}}
429
- @media (min-width:768px){.hvHwmD{padding:0 30px;}}
430
- data-styled.g2[id="sc-1ttxsn1-1"]{content:"hvHwmD,"}
431
- .hvHwmD{flex: 1 0 auto;
432
- width: 100%;}
433
- .FoQAX {
434
- width: 100%;
435
- background: rgb(245, 245, 245);
436
- max-width: 1200px;
437
- margin: 0px auto;
438
- animation: 2s ease-in-out 0s 1 normal none running furoaB;
439
- overflow: hidden;
440
- }
441
- .iGazQq{
442
- position: relative;
443
- padding: 42px;
444
- text-align: center;
445
- display: flex;
446
- flex-direction: column;
447
- }
448
- .icPtH{margin-right: 12px;}
449
- .bxyVaO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;}
450
- .bxyVaO > svg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
451
- .bxyVaO > svg > *{fill:currentColor;}
452
- data-styled.g5[id="sc-2xfn8l-0"]{content:"bxyVaO,"}
453
- .cPHJoA{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:18px;font-size:15px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:90px;background:transparent;border-radius:4px;text-transform:uppercase;white-space:nowrap;outline:0;border:0;background-clip:border-box;-webkit-transition:background .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:background .2s cubic-bezier(0.455,0.03,0.515,0.955);padding:0 18px;height:42px;background:rgba(0,85,255,1);color:rgba(255,255,255,1);}
454
- .cPHJoA::-moz-focus-inner{padding:0;border:0;}
455
- .cPHJoA:disabled{background:rgba(224,224,224,1);cursor:none;pointer-events:none;}
456
- .cPHJoA:hover{background:rgba(0,76,229,1);}
457
- .cPHJoA:active{background:rgba(0,68,204,1);}
458
- data-styled.g9[id="sc-1mvwhop-0"]{content:"cPHJoA,"}
459
- .lfMGmO{-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit;}
460
- data-styled.g17[id="sc-1bu7qfl-0"]{content:"lfMGmO,"}
461
- .bvorGM{display:inline-block;padding:7px 11px;cursor:pointer;border:1px solid transparent;border-radius:4px;background:rgba(26,26,26,1);color:rgba(255,255,255,1);}
462
- data-styled.g18[id="sc-9shut9-0"]{content:"bvorGM,"}
463
- .csDfHB{overflow:hidden;}
464
- .csDfHB > svg{display:block;}
465
- data-styled.g19[id="sc-1gyxcpm-0"]{content:"csDfHB,"}
466
- .hHIHUq{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0 8px;height:20px;border-radius:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-size:12px;line-height:12px;white-space:nowrap;background:rgba(26,26,26,1);color:rgba(255,255,255,1);font-weight:700;}
467
- data-styled.g34[id="yngot0-0"]{content:"hHIHUq,"}
468
- .ikoBBT{position:fixed;z-index:600;top:0;left:0;display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;}
469
- data-styled.g46[id="sc-1bhf2s-0"]{content:"ikoBBT,"}
470
- .krHGwU{position:fixed;z-index:500;background-color:rgba(0,0,0,0.4);top:0;bottom:0;left:0;right:0;}
471
- data-styled.g47[id="sc-1bhf2s-1"]{content:"krHGwU,"}
472
- .glIZQf{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100vh;min-width:100%;}
473
- data-styled.g50[id="sc-1fa2dkn-0"]{content:"glIZQf,"}
474
- .fElXmN{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;max-width:1440px;}
475
- @media (min-width:768px){.fElXmN{padding:0 24px;}}
476
- .NsBVV{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;max-width:1440px;}
477
- @media (min-width:0px) and (max-width:767px){.NsBVV{padding:0 12px;}}
478
- @media (min-width:768px){.NsBVV{padding:0 24px;}}
479
- data-styled.g51[id="bitun5-0"]{content:"fElXmN,NsBVV,"}
480
- .inueBp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;}
481
- data-styled.g52[id="bitun5-1"]{content:"inueBp,"}
482
- .bVpxBN{width:12px;height:12px;}
483
- data-styled.g68[id="sxq67w-0"]{content:"bVpxBN,"}
484
- .leXjVP{box-shadow:0px 0px 24px rgba(26,26,26,0.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;z-index:600;background-color:rgba(255,255,255,1);box-sizing:content-box;overflow-x:hidden;overflow-y:auto;}
485
- @media (max-width:767px){.leXjVP{position:fixed;max-height:calc(100vh - 24px);left:12px;right:12px;}}
486
- @media (min-width:768px){.leXjVP{position:relative;max-height:calc(100vh - 72px);width:480px;}}
487
- data-styled.g69[id="kuqgaz-0"]{content:"leXjVP,"}
488
- .ckYImm{cursor:pointer;color:rgba(33,33,33,1);position:absolute;top:0;right:0;padding:12px;box-sizing:content-box;}
489
- data-styled.g71[id="kuqgaz-2"]{content:"ckYImm,"}
490
- .hSJQVR{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
491
- @media (max-width:767px){.hSJQVR{padding:12px;}}
492
- @media (min-width:768px){.hSJQVR{padding:36px;}}
493
- data-styled.g72[id="trcv32-0"]{content:"hSJQVR,"}
494
- .SBukn{width:24px;height:24px;}
495
- data-styled.g73[id="sc-2wite4-0"]{content:"SBukn,"}
496
- .fdItuc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit;}
497
- data-styled.g74[id="lqkt1b-0"]{content:"fdItuc,"}
498
- .hiSbSb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-right:18px;}
499
- @media (min-width:0px) and (max-width:767px){.hiSbSb{padding-left:18px;padding-right:12px;}}
500
- data-styled.g116[id="sc-168sfod-0"]{content:"hiSbSb,"}
501
- .hjaywk{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
502
- data-styled.g117[id="sc-168sfod-1"]{content:"hjaywk,"}
503
- .hjiVat{height:42px;}
504
- @media (max-width:767px){.hjiVat{height:36px;}}
505
- data-styled.g118[id="sc-168sfod-2"]{content:"hjiVat,"}
506
- .hjrrEC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
507
- data-styled.g119[id="sc-168sfod-3"]{content:"hjrrEC,"}
508
- .hIbenQ{list-style-type:none;height:100%;}
509
- data-styled.g123[id="sc-1mqygah-0"]{content:"hIbenQ,"}
510
- .cdDJXX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;color:rgba(33,33,33,1);white-space:nowrap;height:100%;padding:0 12px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);}
511
- @media (min-width:768px){.cdDJXX{line-height:18px;font-size:15px;}}
512
- .cdDJXX:hover{color:rgba(117,117,117,1);}
513
- .cdDJXX:active{color:rgba(189,189,189,1);}
514
- data-styled.g124[id="sc-1mqygah-1"]{content:"cdDJXX,"}
515
- .hcnRAo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
516
- @media (min-width:0px) and (max-width:767px){.hcnRAo{display:none;}}
517
- data-styled.g131[id="sc-1hd6z21-0"]{content:"hcnRAo,"}
518
- .hcwoex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;overflow:hidden;margin:0;padding:0 18px;}
519
- @media (max-width:767px){.hcwoex{padding:0;}}
520
- data-styled.g132[id="sc-1hd6z21-1"]{content:"hcwoex,"}
521
- .hcEKIG{height:42px;width:1px;background-color:rgba(224,224,224,1);-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}
522
- data-styled.g133[id="sc-1hd6z21-2"]{content:"hcEKIG,"}
523
- .hcNhmP{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
524
- data-styled.g134[id="sc-1hd6z21-3"]{content:"hcNhmP,"}
525
- .hcVDQY{padding-left:6px;}
526
- data-styled.g135[id="sc-1hd6z21-4"]{content:"hcVDQY,"}
527
- .jxYGTk{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-sizing:content-box;width:18px;padding:0 18px;color:rgba(33,33,33,1);-webkit-transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);}
528
- .jxYGTk:hover{color:rgba(117,117,117,1);}
529
- .jxYGTk:active{color:rgba(33,33,33,1);}
530
- @media (min-width:768px){.jxYGTk{display:none;}}
531
- data-styled.g153[id="rnvo6-0"]{content:"jxYGTk,"}
532
- .jyhdxt{position:relative;width:18px;height:15px;box-sizing:border-box;border-top:1px solid currentColor;border-bottom:1px solid currentColor;pointer-events:none;}
533
- .jyhdxt:after{content:'';display:block;position:absolute;width:100%;height:1px;background-color:currentColor;top:50%;}
534
- data-styled.g154[id="rnvo6-1"]{content:"jyhdxt,"}
535
- .cblySq{position:absolute;width:12px;height:12px;right:2px;bottom:2px;border-radius:50%;background:white;color:rgba(33,33,33,1);}
536
- data-styled.g155[id="rhlin0-0"]{content:"cblySq,"}
537
- .sHtdd{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
538
- data-styled.g156[id="vnoyvz-0"]{content:"sHtdd,"}
539
- .sPPHm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1px;}
540
- data-styled.g157[id="vnoyvz-1"]{content:"sPPHm,"}
541
- .sYmlv{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;color:white;text-transform:uppercase;background-color:rgba(255,159,25,1);color:white;}
542
- @media (min-width:768px){.sYmlv{line-height:18px;font-size:15px;}}
543
- data-styled.g158[id="vnoyvz-2"]{content:"sYmlv,"}
544
- .knfgvG{position:absolute;width:14px;height:14px;top:0;right:0;border:2px solid white;border-radius:100%;background-color:rgba(255,0,64,1);display:none;}
545
- data-styled.g160[id="sc-1apfbp1-0"]{content:"knfgvG,"}
546
- .jxQvto{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;}
547
- @media (max-width:767px){.jxQvto{padding:0 18px;}}
548
- @media (min-width:768px){.jxQvto{padding-left:6px;}}
549
- data-styled.g161[id="sc-1pc5grg-0"]{content:"jxQvto,"}
550
- .deuuwy{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:42px;height:42px;}
551
- data-styled.g162[id="sc-1pc5grg-1"]{content:"deuuwy,"}
552
- .fPnIVd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
553
- data-styled.g195[id="yue4at-0"]{content:"fPnIVd,"}
554
- .fPwfzm{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
555
- data-styled.g196[id="yue4at-1"]{content:"fPwfzm,"}
556
- .fIwWsF{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;white-space:nowrap;color:rgba(33,33,33,1);-webkit-transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);padding:0 12px;cursor:pointer;}
557
- @media (min-width:768px){.fIwWsF{line-height:18px;font-size:15px;}}
558
- .fIwWsF:hover{color:rgba(117,117,117,1);}
559
- .fIwWsF:active{color:rgba(189,189,189,1);}
560
- data-styled.g197[id="xda4z1-0"]{content:"fIwWsF,"}
561
- .gXzTud{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12px;}
562
- @media (min-width:0px) and (max-width:767px){.gXzTud{display:none;}}
563
- data-styled.g198[id="soxssp-0"]{content:"gXzTud,"}
564
- .ipqJFq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
565
- @media (min-width:0px) and (max-width:767px){.ipqJFq{display:none;}}
566
- data-styled.g199[id="sc-1ucfe2p-0"]{content:"ipqJFq,"}
567
- .bzKyIY{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;color:rgba(255,255,255,1);background-color:rgba(0,85,255,1);}
568
- data-styled.g201[id="sc-10adoor-0"]{content:"bzKyIY,"}
569
- .krnTbj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px;cursor:pointer;}
570
- @media (max-width:767px){.krnTbj{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:18px;}}
571
- data-styled.g202[id="sc-10adoor-1"]{content:"krnTbj,"}
572
- .eMDCHU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
573
- @media (max-width:767px){.eMDCHU{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}}
574
- data-styled.g203[id="sc-1k54gzf-0"]{content:"eMDCHU,"}
575
- .eMLZmd{line-height:18px;font-size:14px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;padding-right:6px;}
576
- data-styled.g204[id="sc-1k54gzf-1"]{content:"eMLZmd,"}
577
- .eMUvQm{line-height:18px;font-size:14px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;}
578
- data-styled.g205[id="sc-1k54gzf-2"]{content:"eMUvQm,"}
579
- .hNKpxq{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:6px;}
580
- @media (max-width:767px){.hNKpxq{padding-right:12px;}}
581
- data-styled.g206[id="lvm3f1-0"]{content:"hNKpxq,"}
582
- .eehzvd{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:6px;}
583
- @media (max-width:767px){.eehzvd{padding-left:12px;}}
584
- data-styled.g207[id="sc-8vy6zj-0"]{content:"eehzvd,"}
585
- .bmnWka{position:relative;z-index:400;border-bottom:1px solid rgba(224,224,224,1);}
586
- data-styled.g208[id="sc-1sjqft3-0"]{content:"bmnWka,"}
587
- .ckHxed{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:64px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
588
- data-styled.g209[id="sc-1sjqft3-1"]{content:"ckHxed,"}
589
- .ckPTIm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;}
590
- data-styled.g210[id="sc-1sjqft3-2"]{content:"ckPTIm,"}
591
- .ckYqmv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
592
- data-styled.g211[id="sc-1sjqft3-3"]{content:"ckYqmv,"}
593
- .gGBWmo{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}
594
- @media (max-width:991px){.gGBWmo{padding-top:32px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}
595
- @media (max-width:575px){.gGBWmo{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}
596
- data-styled.g285[id="wji7uu-0"]{content:"gGBWmo,"}
597
- .gGKsQx{margin:-12px 0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;}
598
- @media (min-width:992px){.gGKsQx{-webkit-flex:initial;-ms-flex:initial;flex:initial;width:160px;}.gGKsQx:not(:first-child){margin-left:80px;}}
599
- @media (min-width:576px) and (max-width:991px){.gGKsQx{padding:0 20px;}.gGKsQx:first-child{padding-left:0;}.gGKsQx:last-child{padding-right:0;}}
600
- @media (max-width:575px){.gGKsQx{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;}.gGKsQx:not(:first-child){margin-top:28px;}}
601
- data-styled.g286[id="wji7uu-1"]{content:"gGKsQx,"}
602
- .gGSPuG{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;font-size:16px;line-height:24px;color:rgba(26,26,26,1);padding:12px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
603
- data-styled.g287[id="wji7uu-2"]{content:"gGSPuG,"}
604
- .gHblYP{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:16px;line-height:24px;color:rgba(26,26,26,1);padding:12px 0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;}
605
- .gHblYP:hover{color:rgba(117,117,117,1);}
606
- data-styled.g288[id="wji7uu-3"]{content:"gHblYP,"}
607
- .gpvEdY{padding:32px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
608
- @media (max-width:991px){.gpvEdY{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}
609
- data-styled.g289[id="g4nc6y-0"]{content:"gpvEdY,"}
610
- .gpEaIh{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}
611
- data-styled.g290[id="g4nc6y-1"]{content:"gpEaIh,"}
612
- .gpMxmq{height:40px;}
613
- data-styled.g291[id="g4nc6y-2"]{content:"gpMxmq,"}
614
- .gpUTQz{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:18px;line-height:28px;color:rgba(26,26,26,1);padding-top:24px;}
615
- data-styled.g292[id="g4nc6y-3"]{content:"gpUTQz,"}
616
- .gqdquI{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
617
- data-styled.g293[id="g4nc6y-4"]{content:"gqdquI,"}
618
- .gqlMYR{padding-left:6px;}
619
- data-styled.g294[id="g4nc6y-5"]{content:"gqlMYR,"}
620
- .jwCnFi{list-style:none;padding:0 12px;}
621
- .jwCnFi:first-child{padding-left:0;}
622
- .jwCnFi:last-child{padding-right:0;}
623
- @media (max-width:767px){.jwCnFi{padding-bottom:16px;}}
624
- data-styled.g295[id="sc-1gpgyss-0"]{content:"jwCnFi,"}
625
- .cVpsCJ{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
626
- @media (min-width:768px){.cVpsCJ{line-height:18px;font-size:15px;}}
627
- .cVpsCJ:hover{color:rgba(0,119,181,1);}
628
- .cMLuEn{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
629
- @media (min-width:768px){.cMLuEn{line-height:18px;font-size:15px;}}
630
- .cMLuEn:hover{color:rgba(59,89,152,1);}
631
- .izevWD{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
632
- @media (min-width:768px){.izevWD{line-height:18px;font-size:15px;}}
633
- .izevWD:hover{color:rgba(195,42,163,1);}
634
- .krVgxS{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
635
- @media (min-width:768px){.krVgxS{line-height:18px;font-size:15px;}}
636
- .krVgxS:hover{color:rgba(217,37,42,1);}
637
- .keyVmj{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
638
- @media (min-width:768px){.keyVmj{line-height:18px;font-size:15px;}}
639
- .keyVmj:hover{color:rgba(29,161,242,1);}
640
- data-styled.g296[id="sc-1gpgyss-1"]{content:"cVpsCJ,cMLuEn,izevWD,krVgxS,keyVmj,"}
641
- .ghIpqL{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:24px 0;}
642
- @media (max-width:767px){.ghIpqL{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:32px 0;}}
643
- data-styled.g297[id="sc-1vdvga6-0"]{content:"ghIpqL,"}
644
- .ghQLUU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0;margin:0;}
645
- data-styled.g298[id="sc-1vdvga6-1"]{content:"ghQLUU,"}
646
- .ghZizd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -8px;}
647
- data-styled.g299[id="sc-1vdvga6-2"]{content:"ghZizd,"}
648
- .gihFdm{padding:0 8px;}
649
- @media (max-width:767px){.gihFdm{margin-top:16px;}}
650
- data-styled.g300[id="sc-1vdvga6-3"]{content:"gihFdm,"}
651
- .cPhikk{position:relative;padding:0 6px;}
652
- @media (max-width:767px){.cPhikk{width:100%;}}
653
- @media (min-width:768px){.cPhikk{width:50%;}}
654
- data-styled.g301[id="sc-1fadrw7-0"]{content:"cPhikk,"}
655
- .eitabK{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 6px;color:rgba(33,33,33,1);border-bottom:1px solid rgba(224,224,224,1);}
656
- @media (min-width:768px){.eitabK{line-height:18px;font-size:15px;}}
657
- .eitabK:hover{background-color:rgba(238,238,238,1);}
658
- @media (max-width:767px){.eitabK{height:72px;}}
659
- @media (min-width:768px){.eitabK{height:42px;}}
660
- .eYrAGp{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 6px;color:rgba(33,33,33,1);border-bottom:1px solid rgba(224,224,224,1);line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;}
661
- @media (min-width:768px){.eYrAGp{line-height:18px;font-size:15px;}}
662
- @media (min-width:768px){.eYrAGp{line-height:18px;font-size:15px;}}
663
- .eYrAGp:hover{background-color:rgba(238,238,238,1);}
664
- @media (max-width:767px){.eYrAGp{height:72px;}}
665
- @media (min-width:768px){.eYrAGp{height:42px;}}
666
- data-styled.g302[id="sc-1fadrw7-1"]{content:"eitabK,eYrAGp,"}
667
- .cPybsC{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;right:12px;bottom:0;}
668
- data-styled.g303[id="sc-1fadrw7-2"]{content:"cPybsC,"}
669
- .gGWepF{line-height:30px;font-size:20px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:600;color:rgba(33,33,33,1);padding:12px 0;text-align:center;}
670
- @media (min-width:768px){.gGWepF{line-height:30px;font-size:22px;}}
671
- data-styled.g304[id="awcnw8-0"]{content:"gGWepF,"}
672
- .gHeATO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:24px;margin:0;list-style:none;}
673
- data-styled.g305[id="awcnw8-1"]{content:"gHeATO,"}
674
- .jsgFNg{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;padding:0;outline:0;border:0;width:auto;overflow:visible;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:inherit;background-color:transparent;font-family:inherit;line-height:inherit;-webkit-transition:background-color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:background-color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
675
- .jsgFNg::-moz-focus-inner{border:0;padding:0;}
676
- data-styled.g306[id="j86yjt-0"]{content:"jsgFNg,"}
677
- .ffGyct{background-color:rgba(244,244,244,1);}
678
- data-styled.g307[id="sc-1fplln8-0"]{content:"ffGyct,"}
679
- .ffOUGC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:24px 0;}
680
- @media (max-width:991px){.ffOUGC{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}
681
- @media (max-width:575px){.ffOUGC{padding:32px 0;}}
682
- data-styled.g308[id="sc-1fplln8-1"]{content:"ffOUGC,"}
683
- .ffXrkL{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:16px;line-height:24px;color:rgba(26,26,26,1);-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
684
- @media (min-width:576px) and (max-width:991px){.ffXrkL{padding-top:24px;}}
685
- data-styled.g309[id="sc-1fplln8-2"]{content:"ffXrkL,"}
686
- .fgfNOU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
687
- @media (max-width:575px){.fgfNOU{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}
688
- data-styled.g310[id="sc-1fplln8-3"]{content:"fgfNOU,"}
689
- .fgoktd{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:16px;line-height:24px;color:rgba(26,26,26,1);margin:0 20px;}
690
- .fgoktd:hover{color:rgba(117,117,117,1);}
691
- .fgoktd:first-child{margin-left:0;}
692
- .fgoktd:last-child{margin-right:0;}
693
- @media (max-width:575px){.fgoktd{margin-left:0;margin-right:0;margin-bottom:32px;}}
694
- data-styled.g311[id="sc-1fplln8-4"]{content:"fgoktd,"}
695
- .khdGMm{color:rgba(242,48,48,1);display:inline-block;vertical-align:middle;margin:0 4px;}
696
- @media (prefers-reduced-motion:no-preference){.khdGMm{-webkit-animation:dgzxEO 2s infinite;animation:dgzxEO 2s infinite;}}
697
- data-styled.g312[id="sc-1fplln8-5"]{content:"khdGMm,"}
698
- .jKLUgT{height:1px;background-color:rgba(232,232,232,1);}
699
- data-styled.g313[id="sc-1p2sah-0"]{content:"jKLUgT,"}
700
- .jKUqLc{width:100%;}
701
- data-styled.g314[id="sc-1p2sah-1"]{content:"jKUqLc,"}
702
- .dhopRv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0 0 90px 0;}
703
- data-styled.g710[id="je654-0"]{content:"dhopRv,"}
704
- .dTTiwf{width:36px;height:36px;}
705
- data-styled.g711[id="sc-1nz7oec-0"]{content:"dTTiwf,"}
706
- .hpzLVg{position:relative;color:white;margin:0;border:1px solid white;}
707
- @media (min-width:0px) and (max-width:767px){.hpzLVg{width:100%;height:114px;}}
708
- @media (min-width:768px) and (max-width:991px){.hpzLVg{width:25%;height:180px;}}
709
- @media (min-width:992px){.hpzLVg{width:20%;height:180px;}}
710
- data-styled.g712[id="sc-1jhrmy1-0"]{content:"hpzLVg,"}
711
- .hpIizp{line-height:24px;font-size:16px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:box-shadow .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:box-shadow .2s cubic-bezier(0.455,0.03,0.515,0.955);}
712
- .hpIizp:hover{box-shadow:0px 0px 24px rgba(26,26,26,0.2);z-index:1;}
713
- @media (max-width:767px){.hpIizp{padding:12px 12px 12px 60px;}}
714
- @media (min-width:768px){.hpIizp{padding:60px 12px 12px 12px;}}
715
- data-styled.g713[id="sc-1jhrmy1-1"]{content:"hpIizp,"}
716
- .hpQFdy{position:absolute;padding:12px;}
717
- data-styled.g714[id="sc-1jhrmy1-2"]{content:"hpQFdy,"}
718
- .hpZbHH{line-height:18px;font-size:14px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;position:absolute;padding:12px;}
719
- @media (max-width:767px){.hpZbHH{right:0;bottom:0;left:48px;top:36px;}}
720
- @media (min-width:768px){.hpZbHH{left:0;right:0;bottom:0;top:84px;}}
721
- data-styled.g715[id="sc-1jhrmy1-3"]{content:"hpZbHH,"}
722
- .hqhylQ{position:absolute;top:12px;right:12px;}
723
- data-styled.g716[id="sc-1jhrmy1-4"]{content:"hqhylQ,"}
724
- .fMjvGP{padding:24px 0;}
725
- data-styled.g717[id="sc-8oiqhz-0"]{content:"fMjvGP,"}
726
- .fMrSkY{line-height:30px;font-size:22px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:600;color:rgba(33,33,33,1);text-align:center;margin:0;}
727
- @media (min-width:768px){.fMrSkY{line-height:36px;font-size:30px;}}
728
- data-styled.g718[id="sc-8oiqhz-1"]{content:"fMrSkY,"}
729
- .fMAoPh{line-height:30px;font-size:20px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:300;color:rgba(33,33,33,1);text-align:center;margin:0;}
730
- @media (min-width:768px){.fMAoPh{line-height:30px;font-size:22px;}}
731
- data-styled.g719[id="sc-8oiqhz-2"]{content:"fMAoPh,"}
732
- .eHZkTG{padding:12px 0 0 0;width:100%;}
733
- data-styled.g726[id="i92094-0"]{content:"eHZkTG,"}
734
- .jEgdbF{width:100%;}
735
- data-styled.g854[id="sc-194jngp-0"]{content:"jEgdbF,"}
736
- @-webkit-keyframes dgzxEO{1%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}10%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}15%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}18%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}
737
- @keyframes dgzxEO{1%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}10%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}15%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}18%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}
738
- data-styled.g2329[id="sc-keyframes-dgzxEO"]{content:"dgzxEO,"}
739
- html{line-height:1.15;-webkit-text-size-adjust:100%;}
740
-
741
- * {box-sizing: border-box;}
742
- body {
743
- background-image: url("img/hero-bg.png");
744
- font-family: Montserrat,system-ui,-apple-system, BlinkMacSystemFont,sans-serif;
745
- }
746
-
747
- .header{
748
- min-height: 80px;
749
- }
750
- .heading {
751
- text-align: center;
752
- margin-top: 90px;
753
- }
754
- .heading-h1{
755
- font-size: 60px;
756
- font-weight: 800;
757
- line-height: 1.33;
758
- color: #11304e;
759
- margin: 70px 0 12px;
760
- }
761
- .heading-h2{
762
- font-size: 20px;
763
- font-weight: 500;
764
- opacity: 70%;
765
- color: #11304e;
766
- }
767
- .img-uploader{
768
- margin-top: 45px;
769
- }
770
- .uploader {
771
- background-color: #974fff;
772
- border-radius: 25px;
773
- position: relative;
774
- min-height: 1px;
775
- padding-right: 15px;
776
- padding-left: 15px;
777
- margin: auto;
778
- width: 65%;
779
- padding: 10px;
780
- height:300px;
781
-
782
- }
783
- .inner-box{
784
- background-color: #11304e2e;
785
- border-radius: 25px;
786
- width: 100%;
787
- height: 280px;
788
- overflow: auto;
789
- text-align:justify;
790
- }
791
- .dropzone{
792
- text-align: center;
793
- color: white;
794
- }
795
- .drop-span{
796
- color: white;
797
- }
798
- .button{
799
- display: inline-block;
800
- background: rgb(255, 255, 255);
801
- border-radius: 10px;
802
- padding: 13px 22px;
803
- font-size: 16px;
804
- font-weight: bold;
805
- line-height: 1.19;
806
- letter-spacing: 0.32px;
807
- cursor: pointer;
808
- border: unset;
809
- color:#974fff!important;
810
- /* margin-left: 137px; */
811
- }
812
- .download-reset-button{
813
- display:flex;
814
- float:right;
815
- align-items: center;
816
- position:sticky;
817
- right:0;
818
- bottom:0;
819
-
820
- }
821
- .extract-container{
822
- width:90%;
823
- margin:auto;
824
- padding-top:40px;
825
- margin-bottom:30px;
826
- display:none;
827
- }
828
- .download-all{
829
- background: rgb(255, 255, 255);
830
- border-radius: 10px;
831
- padding: 7px 22px;
832
- font-size: 16px;
833
- font-weight: bold;
834
- line-height: 1.19;
835
- letter-spacing: 0.32px;
836
- cursor: pointer;
837
- border: unset;
838
- color:#974fff!important;
839
- float:left;
840
- }
841
-
842
- .restart-button{
843
- background: rgb(255, 255, 255);
844
- border-radius: 10px;
845
- padding: 7px 7px;
846
- font-size: 16px;
847
- line-height: 1.19;
848
- letter-spacing: 0;
849
- cursor: pointer;
850
- border: unset;
851
- color:#974fff!important;
852
- margin-top: 18px;
853
- }
854
-
855
- .file-upload{
856
- display:none;
857
- }
858
- .textual-content{
859
- margin-top: 90px;
860
-
861
- }
862
- .textual-content-box{
863
- margin-top: 90px;
864
- background-color: rgba(17, 48, 78, 0.18);
865
- display: flex;
866
- flex-direction:row;
867
-
868
- }
869
- .supported{
870
- margin-top: 90px;
871
- }
872
-
873
- .row {
874
- /* flex: 1 1 0px; */
875
- /* position: relative; */
876
- min-height: 1px;
877
- padding-right: 15px;
878
- padding-left: 15px;
879
- height: auto;
880
- text-align: center;
881
- margin-bottom: 30px;
882
- }
883
- i{
884
- display: block;
885
- margin-bottom: 18px;
886
-
887
- }
888
- .span{
889
- display: block;
890
- font-size: 20px;
891
- font-weight: bold;
892
- line-height: 1.21;
893
- margin-bottom: 15px;
894
- color: rgb(17, 48, 78);
895
- }
896
- p{
897
- font-size: 15px;
898
- line-height: 1.41;
899
- color: rgb(17, 48, 78);
900
- }
901
- .how-to{
902
- margin-right: -15px;
903
- margin-left: -15px
904
- }
905
- .how-to-text{
906
- position: relative;
907
- min-height: 1px;
908
- padding-right: 15px;
909
- padding-left: 15px;
910
- margin: auto;
911
- width: 74%;
912
- padding: 10px;
913
-
914
- }
915
- .how-to-h2 {
916
- font-size: 40px;
917
- font-weight: 800;
918
- line-height: 1.16;
919
- text-align: left;
920
- color: rgb(17, 48, 78);
921
- /* margin: 0px 0px 40px; */
922
- width: 100%;
923
- margin-top: 70px;
924
- }
925
- .steps{
926
- padding-left: 29px;
927
- }
928
- ul li span {
929
- display: inline-block;
930
- width: 20px;
931
- margin-right: 20px;
932
- position: absolute;
933
- top: 0px;
934
- left: 0px;
935
- }
936
- ul li {
937
- margin: 0px 0px 20px;
938
- padding: 0px;
939
- font-size: 17px;
940
- font-weight: 500;
941
- line-height: 1.4;
942
- text-align: left;
943
- color: rgb(17, 48, 78);
944
- list-style: none;
945
- position: relative;
946
- }
947
- img{
948
- outline: none;
949
- border: none;
950
- max-width: 100%;
951
- height: auto;
952
- }
953
- .rating-div{
954
- background-color: red
955
- }
956
- .rating-container{
957
- padding-right: 15px;
958
- padding-left: 15px;
959
- margin-right: auto;
960
- margin-left: auto;
961
- }
962
- .rating-row{
963
- margin-right: -15px;
964
- margin-left: -15px;
965
- }
966
- .faq-container{
967
- position: relative;
968
- min-height: 1px;
969
- padding-right: 15px;
970
- padding-left: 15px;
971
- }
972
- .faq-h2{
973
- font-size: 53px;
974
- font-weight: 800;
975
- line-height: 1.16;
976
- text-align: center;
977
- color: #11304e;
978
- margin: 100px 0 50px;
979
- }
980
- .faq-h3{
981
- margin: 0 0 25px;
982
- font-size: 20px;
983
- font-weight: 600;
984
- color: #11304e;
985
- position: relative;
986
- padding-right: 30px;
987
- line-height: 1.4;
988
- cursor: pointer;
989
- }
990
- .faq-list{
991
- position: relative;
992
- min-height: 1px;
993
- padding-right: 15px;
994
- padding-left: 15px;
995
- margin: auto;
996
- width: 50%;
997
- padding: 10px;
998
-
999
-
1000
- }
1001
- .sup-h2{
1002
- font-size: 56px;
1003
- font-weight: 800;
1004
- line-height: 1.21;
1005
- color: rgb(17, 48, 78);
1006
- text-align: center;
1007
- }
1008
- .sup-ul{
1009
- margin: 0px;
1010
- padding: 63px 0px 0px;
1011
- text-align: left;
1012
- }
1013
- .sup-li{
1014
- list-style: none;
1015
- margin: 0px 0px 20px;
1016
- font-size: 15px;
1017
- color: rgb(17, 48, 78);
1018
- width: 25%;
1019
- text-align: left;
1020
- display: inline-block;
1021
- }
1022
- a{
1023
- text-decoration: unset;
1024
- color: unset;
1025
- }
1026
- .sup-i{
1027
- display: inline-block;
1028
- margin-right: 10px;
1029
- width: 19px;
1030
- vertical-align: middle;
1031
- }
1032
- .sup-span{
1033
- display: inline-block;
1034
- width: 20px;
1035
- margin-right: 20px;
1036
- position: unset!important;
1037
- top: 0px;
1038
- left: 0px;
1039
- }
1040
- .clear {
1041
- clear: both;
1042
- }
1043
- .leftbox {
1044
- float:left;
1045
- width:30%;
1046
- height:280px;
1047
- margin: 0px 28px;
1048
- text-align: center;
1049
- margin-bottom: 30px;
1050
- }
1051
- .middlebox{
1052
- float:left;
1053
- width:30%;
1054
- height:280px;
1055
- text-align: center;
1056
- margin-bottom: 30px;
1057
-
1058
- }
1059
- .rightbox{
1060
- text-align: center;
1061
- float:right;
1062
- width:30%;
1063
- height:280px;
1064
- margin-bottom: 30px;
1065
- }
1066
- .file-list{
1067
- padding:10px 0 20px;
1068
- }
1069
-
1070
- .single-file{
1071
- color:white;
1072
-
1073
- cursor:pointer;
1074
- }
1075
- .small-text{
1076
- font-size: 16px;
1077
- font-weight:500;
1078
- }
1079
- .rows{
1080
- padding: 10px;
1081
- margin: auto;
1082
- width:50%;
1083
- margin-top: 70px;
1084
- display: inline;
1085
- min-height: 1px;
1086
- padding-right: 15px;
1087
- padding-left: 15px;
1088
- }
1089
- .rows-2{
1090
- margin-top: 50px;
1091
- }
1092
-
1093
- .header {
1094
- overflow: hidden;
1095
- /* background-color: #f1f1f1; */
1096
- padding: 20px 10px;
1097
- }
1098
-
1099
- .header a {
1100
- /* float: left;
1101
- color: black;
1102
- text-align: center;
1103
-
1104
- line-height: 25px;
1105
- border-radius: 4px; */
1106
-
1107
- padding: 0 20px 0 8px;
1108
- text-decoration: none;
1109
- color: #1e283c;
1110
- font-weight: 600;
1111
- font-size: 12px;
1112
- text-transform: uppercase;
1113
- outline: 0;
1114
- }
1115
-
1116
- .header a.logo {
1117
- font-size: 25px;
1118
- font-weight: bold;
1119
- margin: 0px 101px;
1120
- }
1121
-
1122
- .header a:hover {
1123
- background-color: #ddd;
1124
- color: black;
1125
- }
1126
-
1127
- .header a.active {
1128
- background-color:#eee;
1129
- color: black;
1130
- }
1131
-
1132
- .header-right {
1133
- float: right;
1134
- padding-right: 124px;
1135
- }
1136
-
1137
- /* @media screen and (max-width: 500px) {
1138
- .header a {
1139
- float: none;
1140
- display: block;
1141
- text-align: left;
1142
- }
1143
-
1144
- .header-right {
1145
- float: none;
1146
- }
1147
- } */
1148
-
1149
- .how-to-p{
1150
- margin-top: 35px;
1151
- }
1152
- .footer{
1153
- background-image: -webkit-linear-gradient(110deg,#7b10ff 0,#974fff 100%);
1154
- color:white;
1155
- padding: 100px 0px;
1156
- display: block;
1157
-
1158
- }
1159
-
1160
- .footer .single-footer-widget p {
1161
- color: #fff;
1162
- }
1163
- .footer .single-footer-widget .menu-list li a {
1164
- color: #fff;
1165
- transition: all .3s ease 0s;
1166
- }
1167
- .footer .footer-bottom p {
1168
- color: #fff;
1169
-
1170
- }
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: 72px;
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
+ @media (min-width: 768px) {
1231
+ .about-h2 {
1232
+ line-height: 30px;
1233
+ font-size: 22px;
1234
+ }
1235
+ }
1236
+ /*closed*/
1237
+ .feature-img {
1238
+ width: 36px;
1239
+ height: 36px;
1240
+ }
1241
+ .box-padding {
1242
+ padding: 0px 0px 24px;
1243
+ }
1244
+ .box {
1245
+ position: relative;
1246
+ display: flex;
1247
+ flex-direction: column;
1248
+ background-color: rgb(242, 48, 48);
1249
+ min-height: 300px;
1250
+ width: 100%;
1251
+ }
1252
+ .social-icons {
1253
+ position: fixed;
1254
+ right: 0;
1255
+ top: 35%;
1256
+ width: 42px;
1257
+ height: 140px;
1258
+ display: flex;
1259
+ flex-direction: column;
1260
+ align-items: center;
1261
+ justify-content: center;
1262
+ border-top-left-radius: 8px;
1263
+ border-bottom-left-radius: 8px;
1264
+ background: #fff;
1265
+ box-shadow: 0 0 20px -7px #191a1a9e;
1266
+ line-height: 30px;
1267
+ }
1268
+
1269
+ @media (max-width: 768px) {
1270
+ .social-icons {
1271
+ left: 0;
1272
+ bottom: 0 !important;
1273
+ top: auto;
1274
+ font-size: 25px;
1275
+ width: 100%;
1276
+ height: 80px;
1277
+ display: flex;
1278
+ margin: 0 !important;
1279
+ flex-direction: row;
1280
+ justify-content: space-evenly;
1281
+ line-height: 100px;
1282
+ }
1283
+ }
1284
+ .social-icon {
1285
+ margin: 0 !important;
1286
+ color: gray;
1287
+ font-size: 1.6rem;
1288
+ }
1289
+ .social-icon:hover {
1290
+ color: black;
1291
+ }
1292
+ .home-features {
1293
+ display: -webkit-box;
1294
+ display: -webkit-flex;
1295
+ display: -ms-flexbox;
1296
+ display: flex;
1297
+ -webkit-flex-wrap: wrap;
1298
+ -ms-flex-wrap: wrap;
1299
+ flex-wrap: wrap;
1300
+ list-style: none;
1301
+ margin: 0;
1302
+ padding: 0 0 90px 0;
1303
+ }
1304
+
1305
+ .home-feature-box {
1306
+ position: relative;
1307
+ color: white;
1308
+ margin: 0;
1309
+ border: 1px solid white;
1310
+ }
1311
+ @media (min-width: 0px) and (max-width: 767px) {
1312
+ .home-feature-box {
1313
+ width: 100%;
1314
+ height: 114px;
1315
+ }
1316
+ }
1317
+ @media (min-width: 768px) and (max-width: 991px) {
1318
+ .home-feature-box {
1319
+ width: 25%;
1320
+ height: 180px;
1321
+ }
1322
+ }
1323
+ @media (min-width: 992px) {
1324
+ .home-feature-box {
1325
+ width: 20%;
1326
+ height: 180px;
1327
+ }
1328
+ }
1329
+ .home-feature-name {
1330
+ line-height: 24px;
1331
+ font-size: 16px;
1332
+ -webkit-font-smoothing: antialiased;
1333
+ -webkit-font-smoothing: antialiased;
1334
+ -webkit-font-smoothing: antialiased;
1335
+ font-stretch: 400;
1336
+ font-weight: 700;
1337
+ text-overflow: ellipsis;
1338
+ white-space: nowrap;
1339
+ overflow: hidden;
1340
+ position: absolute;
1341
+ top: 0;
1342
+ right: 0;
1343
+ bottom: 0;
1344
+ left: 0;
1345
+ -webkit-transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1346
+ transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1347
+ }
1348
+ .home-feature-name:hover {
1349
+ box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2);
1350
+ z-index: 1;
1351
+ }
1352
+ @media (max-width: 767px) {
1353
+ .home-feature-name {
1354
+ padding: 12px 12px 12px 60px;
1355
+ }
1356
+ }
1357
+ @media (min-width: 768px) {
1358
+ .home-feature-name {
1359
+ padding: 60px 12px 12px 12px;
1360
+ }
1361
+ }
1362
+ .home-inner-box {
1363
+ position: absolute;
1364
+ padding: 12px;
1365
+ }
1366
+ .div-cont {
1367
+ display: -webkit-box;
1368
+ display: -webkit-flex;
1369
+ display: -ms-flexbox;
1370
+ display: flex;
1371
+ overflow: hidden;
1372
+ }
1373
+ .div-cont > svg {
1374
+ display: -webkit-box;
1375
+ display: -webkit-flex;
1376
+ display: -ms-flexbox;
1377
+ display: flex;
1378
+ -webkit-flex: 1 1 auto;
1379
+ -ms-flex: 1 1 auto;
1380
+ flex: 1 1 auto;
1381
+ }
1382
+ .div-cont > svg > * {
1383
+ fill: currentColor;
1384
+ }
1385
+ .mega-menu::first-line {
1386
+ color: gray !important;
1387
+ font-weight: 600;
1388
+ }