cja-phoenix 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/README.md +1 -0
  2. package/dist/cja-phoenix.es.js +3134 -63
  3. package/dist/fonts/ProximaNova-Black.woff +0 -0
  4. package/dist/fonts/ProximaNova-Black.woff2 +0 -0
  5. package/dist/fonts/ProximaNova-Bold.woff +0 -0
  6. package/dist/fonts/ProximaNova-Bold.woff2 +0 -0
  7. package/dist/fonts/ProximaNova-Extrabld.woff +0 -0
  8. package/dist/fonts/ProximaNova-Extrabld.woff2 +0 -0
  9. package/dist/fonts/ProximaNova-Regular.woff +0 -0
  10. package/dist/fonts/ProximaNova-Regular.woff2 +0 -0
  11. package/dist/fonts/ProximaNovaT-Thin.woff +0 -0
  12. package/dist/fonts/ProximaNovaT-Thin.woff2 +0 -0
  13. package/dist/iconia/fonts/CGG-icomoon.eot +0 -0
  14. package/dist/iconia/fonts/CGG-icomoon.svg +507 -0
  15. package/dist/iconia/fonts/CGG-icomoon.ttf +0 -0
  16. package/dist/iconia/fonts/CGG-icomoon.woff +0 -0
  17. package/dist/iconia/selection.json +1 -0
  18. package/dist/iconia/style.css +1529 -0
  19. package/dist/style.css +1 -1
  20. package/dist/types/components/CheckboxInput.vue.d.ts +14 -0
  21. package/dist/types/components/CjaButton.vue.d.ts +9 -0
  22. package/dist/types/components/ComponentA.vue.d.ts +4 -4
  23. package/dist/types/components/ComponentB.vue.d.ts +1 -1
  24. package/dist/types/components/Modal.vue.d.ts +32 -0
  25. package/dist/types/components/PhoneInput.vue.d.ts +62 -0
  26. package/dist/types/components/TextInput.vue.d.ts +58 -0
  27. package/dist/types/components/index.d.ts +8 -3
  28. package/dist/types/stories/Modal.story.vue.d.ts +2 -0
  29. package/package.json +18 -6
  30. package/src/assets/fonts.scss +44 -0
  31. package/src/assets/forms.scss +375 -0
  32. package/src/assets/main.scss +9 -12
  33. package/src/components/CheckboxInput.vue +27 -0
  34. package/src/components/CjaButton.vue +65 -0
  35. package/src/components/Modal.vue +191 -0
  36. package/src/components/PhoneInput.vue +91 -0
  37. package/src/components/TextInput.vue +72 -0
  38. package/src/components/index.ts +14 -4
  39. package/src/env.d.ts +5 -4
  40. package/src/index.ts +3 -0
  41. package/src/stories/Modal.story.vue +18 -0
  42. package/src/assets/fonts/myfont.woff +0 -0
@@ -0,0 +1,1529 @@
1
+ @font-face {
2
+ font-family: 'CGG-icomoon';
3
+ src: url('fonts/CGG-icomoon.eot?qf25ux');
4
+ src: url('fonts/CGG-icomoon.eot?qf25ux#iefix') format('embedded-opentype'),
5
+ url('fonts/CGG-icomoon.ttf?qf25ux') format('truetype'),
6
+ url('fonts/CGG-icomoon.woff?qf25ux') format('woff'),
7
+ url('fonts/CGG-icomoon.svg?qf25ux#CGG-icomoon') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ font-display: block;
11
+ }
12
+
13
+ [class^="m-cgg-icon--"], [class*=" m-cgg-icon--"] {
14
+ /* use !important to prevent issues with browser extensions that change fonts */
15
+ font-family: 'CGG-icomoon' !important;
16
+ speak: never;
17
+ font-style: normal;
18
+ font-weight: normal;
19
+ font-variant: normal;
20
+ text-transform: none;
21
+ line-height: 1;
22
+
23
+ /* Better Font Rendering =========== */
24
+ -webkit-font-smoothing: antialiased;
25
+ -moz-osx-font-smoothing: grayscale;
26
+ }
27
+
28
+ .m-cgg-icon--affiliates-add:before {
29
+ content: "\e900";
30
+ }
31
+ .m-cgg-icon--affiliates-dashboard:before {
32
+ content: "\ea2a";
33
+ }
34
+ .m-cgg-icon--affiliates-home:before {
35
+ content: "\ea2b";
36
+ }
37
+ .m-cgg-icon--affiliates-settings:before {
38
+ content: "\ea2c";
39
+ }
40
+ .m-cgg-icon--tiktok:before {
41
+ content: "\ea27";
42
+ color: #076b9c;
43
+ }
44
+ .m-cgg-icon--list-mode:before {
45
+ content: "\ea22";
46
+ }
47
+ .m-cgg-icon--grid-mode:before {
48
+ content: "\ea21";
49
+ }
50
+ .m-cgg-icon--swap:before {
51
+ content: "\ea20";
52
+ }
53
+ .m-cgg-icon--cja-cashback:before {
54
+ content: "\ea1c";
55
+ }
56
+ .m-cgg-icon--no-money:before {
57
+ content: "\ea1e";
58
+ }
59
+ .m-cgg-icon--plane:before {
60
+ content: "\ea1f";
61
+ }
62
+ .m-cgg-icon--time:before {
63
+ content: "\ea1d";
64
+ }
65
+ .m-cgg-icon--filtros:before {
66
+ content: "\ea1a";
67
+ }
68
+ .m-cgg-icon--ordenacao:before {
69
+ content: "\ea1b";
70
+ }
71
+ .m-cgg-icon--gears:before {
72
+ content: "\ea19";
73
+ }
74
+ .m-cgg-icon--telemovel:before {
75
+ content: "\ea09";
76
+ }
77
+ .m-cgg-icon--dual:before {
78
+ content: "\e9ef";
79
+ }
80
+ .m-cgg-icon--callcenter:before {
81
+ content: "\e9f5";
82
+ }
83
+ .m-cgg-icon--notes:before {
84
+ content: "\e9f6";
85
+ }
86
+ .m-cgg-icon--pig:before {
87
+ content: "\e9f7";
88
+ }
89
+ .m-cgg-icon--cja-email:before {
90
+ content: "\ea18";
91
+ }
92
+ .m-cgg-icon--linkedin-square:before {
93
+ content: "\ea13";
94
+ }
95
+ .m-cgg-icon--instagram-square:before {
96
+ content: "\ea14";
97
+ }
98
+ .m-cgg-icon--facebook-circle:before {
99
+ content: "\ea15";
100
+ }
101
+ .m-cgg-icon--pin:before {
102
+ content: "\ea16";
103
+ }
104
+ .m-cgg-icon--younited-favicon .path1:before {
105
+ content: "\ea11";
106
+ color: rgb(81, 95, 117);
107
+ }
108
+ .m-cgg-icon--younited-favicon .path2:before {
109
+ content: "\ea12";
110
+ margin-left: -0.89453125em;
111
+ color: rgb(253, 78, 0);
112
+ }
113
+ .m-cgg-icon--star-line:before {
114
+ content: "\ea0b";
115
+ }
116
+ .m-cgg-icon--moedas:before {
117
+ content: "\ea0c";
118
+ }
119
+ .m-cgg-icon--speed:before {
120
+ content: "\ea0d";
121
+ }
122
+ .m-cgg-icon--trouphy:before {
123
+ content: "\ea0e";
124
+ }
125
+ .m-cgg-icon--comparaja .path1:before {
126
+ content: "\ea0f";
127
+ color: rgb(7, 107, 156);
128
+ }
129
+ .m-cgg-icon--comparaja .path2:before {
130
+ content: "\ea10";
131
+ margin-left: -1em;
132
+ color: rgb(119, 170, 67);
133
+ }
134
+ .m-cgg-icon--netmovel:before {
135
+ content: "\ea03";
136
+ }
137
+ .m-cgg-icon--pin-morada:before {
138
+ content: "\ea07";
139
+ }
140
+ .m-cgg-icon--net:before {
141
+ content: "\ea04";
142
+ }
143
+ .m-cgg-icon--online:before {
144
+ content: "\ea05";
145
+ }
146
+ .m-cgg-icon--telefone:before {
147
+ content: "\ea06";
148
+ }
149
+ .m-cgg-icon--telefone-linha:before {
150
+ content: "\ea08";
151
+ }
152
+ .m-cgg-icon--tv:before {
153
+ content: "\ea0a";
154
+ }
155
+ .m-cgg-icon--prazo-icon:before {
156
+ content: "\ea00";
157
+ }
158
+ .m-cgg-icon--montante-icon:before {
159
+ content: "\ea01";
160
+ }
161
+ .m-cgg-icon--casa-icon:before {
162
+ content: "\ea02";
163
+ }
164
+ .m-cgg-icon--attention:before {
165
+ content: "\e9fd";
166
+ }
167
+ .m-cgg-icon--diamond:before {
168
+ content: "\e9fe";
169
+ }
170
+ .m-cgg-icon--edit1:before {
171
+ content: "\e9ff";
172
+ }
173
+ .m-cgg-icon--checkmark:before {
174
+ content: "\e9f8";
175
+ }
176
+ .m-cgg-icon--carteira:before {
177
+ content: "\e9f9";
178
+ }
179
+ .m-cgg-icon--documentos:before {
180
+ content: "\e9fa";
181
+ }
182
+ .m-cgg-icon--tabela:before {
183
+ content: "\e9fb";
184
+ }
185
+ .m-cgg-icon--user:before {
186
+ content: "\e9fc";
187
+ }
188
+ .m-cgg-icon--twitter:before {
189
+ content: "\e009";
190
+ color: #076b9c;
191
+ }
192
+ .m-cgg-icon--fb:before {
193
+ content: "\e962";
194
+ color: #076b9c;
195
+ }
196
+ .m-cgg-icon--linkedin:before {
197
+ content: "\e99b";
198
+ color: #076b9c;
199
+ }
200
+ .m-cgg-icon--instagram:before {
201
+ content: "\e9a3";
202
+ color: #076b9c;
203
+ }
204
+ .m-cgg-icon--copy:before {
205
+ content: "\ea2d";
206
+ }
207
+ .m-cgg-icon--whatsapp:before {
208
+ content: "\ea28";
209
+ }
210
+ .m-cgg-icon--dashboard:before {
211
+ content: "\ea23";
212
+ }
213
+ .m-cgg-icon--item-list:before {
214
+ content: "\ea25";
215
+ }
216
+ .m-cgg-icon--upload-cloud:before {
217
+ content: "\ea26";
218
+ }
219
+ .m-cgg-icon--rounded-arrow:before {
220
+ content: "\ea17";
221
+ }
222
+ .m-cgg-icon--cross-cja:before {
223
+ content: "\e9f3";
224
+ }
225
+ .m-cgg-icon--check-cja:before {
226
+ content: "\e9f2";
227
+ }
228
+ .m-cgg-icon--trash:before {
229
+ content: "\e9f4";
230
+ }
231
+ .m-cgg-icon--upload:before {
232
+ content: "\e9f1";
233
+ }
234
+ .m-cgg-icon--total:before {
235
+ content: "\e9f0";
236
+ }
237
+ .m-cgg-icon--gas:before {
238
+ content: "\e9ea";
239
+ }
240
+ .m-cgg-icon--tarifasimples:before {
241
+ content: "\e9eb";
242
+ }
243
+ .m-cgg-icon--electricity:before {
244
+ content: "\e9ec";
245
+ }
246
+ .m-cgg-icon--greenenergy:before {
247
+ content: "\e9ed";
248
+ }
249
+ .m-cgg-icon--bi-horaria:before {
250
+ content: "\e9ee";
251
+ }
252
+ .m-cgg-icon--onlinebanking:before {
253
+ content: "\e901";
254
+ }
255
+ .m-cgg-icon--otc:before {
256
+ content: "\e902";
257
+ }
258
+ .m-cgg-icon--paymentcentre:before {
259
+ content: "\e903";
260
+ }
261
+ .m-cgg-icon--paypal:before {
262
+ content: "\e904";
263
+ }
264
+ .m-cgg-icon--cheque:before {
265
+ content: "\e905";
266
+ }
267
+ .m-cgg-icon--creditcard:before {
268
+ content: "\e906";
269
+ }
270
+ .m-cgg-icon--notification:before {
271
+ content: "\e907";
272
+ }
273
+ .m-cgg-icon--cat-right:before {
274
+ content: "\e002";
275
+ }
276
+ .m-cgg-icon--arrow-back:before {
277
+ content: "\e003";
278
+ }
279
+ .m-cgg-icon--load:before {
280
+ content: "\e004";
281
+ }
282
+ .m-cgg-icon--arrow-top:before {
283
+ content: "\e005";
284
+ }
285
+ .m-cgg-icon--arrow-bottom:before {
286
+ content: "\e006";
287
+ }
288
+ .m-cgg-icon--open-quote:before {
289
+ content: "\e007";
290
+ }
291
+ .m-cgg-icon--arrow-next:before {
292
+ content: "\e008";
293
+ }
294
+ .m-cgg-icon--uniE00A:before {
295
+ content: "\e00a";
296
+ }
297
+ .m-cgg-icon--clock:before {
298
+ content: "\e00b";
299
+ }
300
+ .m-cgg-icon--check2:before {
301
+ content: "\e015";
302
+ }
303
+ .m-cgg-icon--cross2:before {
304
+ content: "\e016";
305
+ }
306
+ .m-cgg-icon--no:before {
307
+ content: "\e017";
308
+ }
309
+ .m-cgg-icon--tlist:before {
310
+ content: "\e020";
311
+ }
312
+ .m-cgg-icon--ci-car2:before {
313
+ content: "\e021";
314
+ }
315
+ .m-cgg-icon--ci-user:before {
316
+ content: "\e022";
317
+ }
318
+ .m-cgg-icon--ci-details:before {
319
+ content: "\e023";
320
+ }
321
+ .m-cgg-icon--tlist-small:before {
322
+ content: "\e024";
323
+ }
324
+ .m-cgg-icon--tlist-small-vertical:before {
325
+ content: "\e025";
326
+ }
327
+ .m-cgg-icon--tlist-grid:before {
328
+ content: "\e026";
329
+ }
330
+ .m-cgg-icon--paper-plane:before {
331
+ content: "\e027";
332
+ }
333
+ .m-cgg-icon--popular:before {
334
+ content: "\e028";
335
+ }
336
+ .m-cgg-icon--exclusive:before {
337
+ content: "\e029";
338
+ }
339
+ .m-cgg-icon--price-tag:before {
340
+ content: "\e02a";
341
+ }
342
+ .m-cgg-icon--return:before {
343
+ content: "\e030";
344
+ }
345
+ .m-cgg-icon--libris-usp1:before {
346
+ content: "\e100";
347
+ }
348
+ .m-cgg-icon--libris-usp2:before {
349
+ content: "\e101";
350
+ }
351
+ .m-cgg-icon--libris-usp3:before {
352
+ content: "\e102";
353
+ }
354
+ .m-cgg-icon--libris-details:before {
355
+ content: "\e103";
356
+ }
357
+ .m-cgg-icon--libris-search:before {
358
+ content: "\e104";
359
+ }
360
+ .m-cgg-icon--libris-bestoption:before {
361
+ content: "\e105";
362
+ }
363
+ .m-cgg-icon--ci-car:before {
364
+ content: "\e106";
365
+ }
366
+ .m-cgg-icon--ci-driver:before {
367
+ content: "\e107";
368
+ }
369
+ .m-cgg-icon--ci-compare:before {
370
+ content: "\e108";
371
+ }
372
+ .m-cgg-icon--faq:before {
373
+ content: "\e109";
374
+ }
375
+ .m-cgg-icon--tips:before {
376
+ content: "\e110";
377
+ }
378
+ .m-cgg-icon--need-help:before {
379
+ content: "\e111";
380
+ }
381
+ .m-cgg-icon--tipseur:before {
382
+ content: "\e112";
383
+ }
384
+ .m-cgg-icon--guide-ci:before {
385
+ content: "\e200";
386
+ }
387
+ .m-cgg-icon--guide-cc:before {
388
+ content: "\e201";
389
+ }
390
+ .m-cgg-icon--guide-mobile:before {
391
+ content: "\e202";
392
+ }
393
+ .m-cgg-icon--guide-pl:before {
394
+ content: "\e203";
395
+ }
396
+ .m-cgg-icon--guide-ti:before {
397
+ content: "\e204";
398
+ }
399
+ .m-cgg-icon--guide-mi:before {
400
+ content: "\e205";
401
+ }
402
+ .m-cgg-icon--guide-broadband:before {
403
+ content: "\e206";
404
+ }
405
+ .m-cgg-icon--guide-mortgage:before {
406
+ content: "\e207";
407
+ }
408
+ .m-cgg-icon--list:before {
409
+ content: "\e600";
410
+ }
411
+ .m-cgg-icon--arrow-up:before {
412
+ content: "\e601";
413
+ }
414
+ .m-cgg-icon--arrow-left:before {
415
+ content: "\e602";
416
+ }
417
+ .m-cgg-icon--arrow-down:before {
418
+ content: "\e603";
419
+ }
420
+ .m-cgg-icon--arrow-right:before {
421
+ content: "\e604";
422
+ }
423
+ .m-cgg-icon--home:before {
424
+ content: "\e605";
425
+ }
426
+ .m-cgg-icon--cross:before {
427
+ content: "\e606";
428
+ }
429
+ .m-cgg-icon--signal:before {
430
+ content: "\e607";
431
+ }
432
+ .m-cgg-icon--gift:before {
433
+ content: "\e608";
434
+ }
435
+ .m-cgg-icon--hand:before {
436
+ content: "\e609";
437
+ }
438
+ .m-cgg-icon--phone:before {
439
+ content: "\e60a";
440
+ }
441
+ .m-cgg-icon--caret-right:before {
442
+ content: "\e60b";
443
+ }
444
+ .m-cgg-icon--caret-left:before {
445
+ content: "\e60c";
446
+ }
447
+ .m-cgg-icon--caret-up:before {
448
+ content: "\e60d";
449
+ }
450
+ .m-cgg-icon--caret-down:before {
451
+ content: "\e60e";
452
+ }
453
+ .m-cgg-icon--help:before {
454
+ content: "\e60f";
455
+ }
456
+ .m-cgg-icon--phone-invert:before {
457
+ content: "\e610";
458
+ }
459
+ .m-cgg-icon--star:before {
460
+ content: "\e611";
461
+ }
462
+ .m-cgg-icon--check:before {
463
+ content: "\e612";
464
+ }
465
+ .m-cgg-icon--plus:before {
466
+ content: "\e613";
467
+ }
468
+ .m-cgg-icon--airmiles-o:before {
469
+ content: "\e614";
470
+ }
471
+ .m-cgg-icon--best-deal-1-o:before {
472
+ content: "\e615";
473
+ }
474
+ .m-cgg-icon--cashback-o:before {
475
+ content: "\e616";
476
+ }
477
+ .m-cgg-icon--bar-contactless-payment-o:before {
478
+ content: "\e617";
479
+ }
480
+ .m-cgg-icon--bar-Creditline:before {
481
+ content: "\e618";
482
+ }
483
+ .m-cgg-icon--all-o:before {
484
+ content: "\e619";
485
+ }
486
+ .m-cgg-icon--usp-1-id:before {
487
+ content: "\e61a";
488
+ }
489
+ .m-cgg-icon--bar-deposit-o:before {
490
+ content: "\e61b";
491
+ }
492
+ .m-cgg-icon--dining-o:before {
493
+ content: "\e61c";
494
+ }
495
+ .m-cgg-icon--online-shopping-o:before {
496
+ content: "\e61d";
497
+ }
498
+ .m-cgg-icon--bar-Instalment:before {
499
+ content: "\e61e";
500
+ }
501
+ .m-cgg-icon--bar-Tax:before {
502
+ content: "\e61f";
503
+ }
504
+ .m-cgg-icon--calendar-empty:before {
505
+ content: "\e620";
506
+ }
507
+ .m-cgg-icon--calendar-full:before {
508
+ content: "\e621";
509
+ }
510
+ .m-cgg-icon--couple:before {
511
+ content: "\e622";
512
+ }
513
+ .m-cgg-icon--dental-2:before {
514
+ content: "\e623";
515
+ }
516
+ .m-cgg-icon--premium-1-o:before {
517
+ content: "\e624";
518
+ }
519
+ .m-cgg-icon--existing-history:before {
520
+ content: "\e625";
521
+ }
522
+ .m-cgg-icon--eye:before {
523
+ content: "\e626";
524
+ }
525
+ .m-cgg-icon--single-flight:before {
526
+ content: "\e627";
527
+ }
528
+ .m-cgg-icon--group:before {
529
+ content: "\e628";
530
+ }
531
+ .m-cgg-icon--inpatient:before {
532
+ content: "\e629";
533
+ }
534
+ .m-cgg-icon--just-me:before {
535
+ content: "\e62a";
536
+ }
537
+ .m-cgg-icon--maternity-o2:before {
538
+ content: "\e62b";
539
+ }
540
+ .m-cgg-icon--me-and-kids:before {
541
+ content: "\e62c";
542
+ }
543
+ .m-cgg-icon--my-family:before {
544
+ content: "\e62e";
545
+ }
546
+ .m-cgg-icon--outpatient2:before {
547
+ content: "\e62f";
548
+ }
549
+ .m-cgg-icon--private-room:before {
550
+ content: "\e630";
551
+ }
552
+ .m-cgg-icon--sport2:before {
553
+ content: "\e631";
554
+ }
555
+ .m-cgg-icon--doctor:before {
556
+ content: "\e632";
557
+ }
558
+ .m-cgg-icon--cag-gift:before {
559
+ content: "\e633";
560
+ }
561
+ .m-cgg-icon--fee-waiver:before {
562
+ content: "\e634";
563
+ }
564
+ .m-cgg-icon--contactless-payment:before {
565
+ content: "\e635";
566
+ }
567
+ .m-cgg-icon--lock:before {
568
+ content: "\e636";
569
+ }
570
+ .m-cgg-icon--early-payment-fee-waiver:before {
571
+ content: "\e637";
572
+ }
573
+ .m-cgg-icon--boxes-contacless:before {
574
+ content: "\e638";
575
+ }
576
+ .m-cgg-icon--boxes-download:before {
577
+ content: "\e639";
578
+ }
579
+ .m-cgg-icon--close2:before {
580
+ content: "\e63a";
581
+ }
582
+ .m-cgg-icon--boxes-fee-waiver:before {
583
+ content: "\e63b";
584
+ }
585
+ .m-cgg-icon--boxes-gift:before {
586
+ content: "\e63c";
587
+ }
588
+ .m-cgg-icon--boxes-mortgage:before {
589
+ content: "\e63d";
590
+ }
591
+ .m-cgg-icon--boxes-tick:before {
592
+ content: "\e63e";
593
+ }
594
+ .m-cgg-icon--chevron-right:before {
595
+ content: "\e63f";
596
+ }
597
+ .m-cgg-icon--airmile-local-o:before {
598
+ content: "\e640";
599
+ }
600
+ .m-cgg-icon--usp-1-pt:before {
601
+ content: "\e641";
602
+ }
603
+ .m-cgg-icon--clock2:before {
604
+ content: "\e642";
605
+ }
606
+ .m-cgg-icon--amateur-sports:before {
607
+ content: "\e643";
608
+ }
609
+ .m-cgg-icon--nav-home:before {
610
+ content: "\e644";
611
+ }
612
+ .m-cgg-icon--chevron-down:before {
613
+ content: "\e645";
614
+ }
615
+ .m-cgg-icon--chevron-left:before {
616
+ content: "\e646";
617
+ }
618
+ .m-cgg-icon--chevron-up:before {
619
+ content: "\e647";
620
+ }
621
+ .m-cgg-icon--credit-cards:before {
622
+ content: "\e648";
623
+ }
624
+ .m-cgg-icon--health-insurance:before {
625
+ content: "\e649";
626
+ }
627
+ .m-cgg-icon--home-loans:before {
628
+ content: "\e64a";
629
+ }
630
+ .m-cgg-icon--personal-loans:before {
631
+ content: "\e64b";
632
+ }
633
+ .m-cgg-icon--timer:before {
634
+ content: "\e64c";
635
+ }
636
+ .m-cgg-icon--travel-insurance:before {
637
+ content: "\e64d";
638
+ }
639
+ .m-cgg-icon--dental-1:before {
640
+ content: "\e64e";
641
+ }
642
+ .m-cgg-icon--maternity:before {
643
+ content: "\e64f";
644
+ }
645
+ .m-cgg-icon--outpatient:before {
646
+ content: "\e650";
647
+ }
648
+ .m-cgg-icon--surgical:before {
649
+ content: "\e651";
650
+ }
651
+ .m-cgg-icon--high-risk-sports:before {
652
+ content: "\e652";
653
+ }
654
+ .m-cgg-icon--winter-sports:before {
655
+ content: "\e653";
656
+ }
657
+ .m-cgg-icon--bb-plus-tv:before {
658
+ content: "\e654";
659
+ }
660
+ .m-cgg-icon--car-insurance:before {
661
+ content: "\e655";
662
+ }
663
+ .m-cgg-icon--mobile:before {
664
+ content: "\e656";
665
+ }
666
+ .m-cgg-icon--unemployment-benefits:before {
667
+ content: "\e657";
668
+ }
669
+ .m-cgg-icon--china-star:before {
670
+ content: "\e658";
671
+ }
672
+ .m-cgg-icon--bar-FastCashLoan:before {
673
+ content: "\e659";
674
+ }
675
+ .m-cgg-icon--critical-illness:before {
676
+ content: "\e65a";
677
+ }
678
+ .m-cgg-icon--supplemental-major:before {
679
+ content: "\e65b";
680
+ }
681
+ .m-cgg-icon--boxes-early-payment:before {
682
+ content: "\e65c";
683
+ }
684
+ .m-cgg-icon--fast-approval:before {
685
+ content: "\e65d";
686
+ }
687
+ .m-cgg-icon--cc-low-application-o:before {
688
+ content: "\e65e";
689
+ }
690
+ .m-cgg-icon--car-insurance2:before {
691
+ content: "\e65f";
692
+ }
693
+ .m-cgg-icon--usp-1-dk:before {
694
+ content: "\e660";
695
+ }
696
+ .m-cgg-icon--usp-1-en:before {
697
+ content: "\e661";
698
+ }
699
+ .m-cgg-icon--usp-2:before {
700
+ content: "\e662";
701
+ }
702
+ .m-cgg-icon--usp-3:before {
703
+ content: "\e663";
704
+ }
705
+ .m-cgg-icon--currency-cny-o:before {
706
+ content: "\e664";
707
+ }
708
+ .m-cgg-icon--easy-card-o:before {
709
+ content: "\e665";
710
+ }
711
+ .m-cgg-icon--gasoline-o:before {
712
+ content: "\e666";
713
+ }
714
+ .m-cgg-icon--movie-o:before {
715
+ content: "\e667";
716
+ }
717
+ .m-cgg-icon--other-currencies-o:before {
718
+ content: "\e668";
719
+ }
720
+ .m-cgg-icon--currency-twd-o:before {
721
+ content: "\e669";
722
+ }
723
+ .m-cgg-icon--currency-usd-o:before {
724
+ content: "\e66a";
725
+ }
726
+ .m-cgg-icon--easy-card:before {
727
+ content: "\e66b";
728
+ }
729
+ .m-cgg-icon--broadband:before {
730
+ content: "\e66c";
731
+ }
732
+ .m-cgg-icon--close:before {
733
+ content: "\e66d";
734
+ }
735
+ .m-cgg-icon--i-tooltip:before {
736
+ content: "\e66e";
737
+ }
738
+ .m-cgg-icon--search-o:before {
739
+ content: "\e66f";
740
+ }
741
+ .m-cgg-icon--dollar-o:before {
742
+ content: "\e670";
743
+ }
744
+ .m-cgg-icon--star-o:before {
745
+ content: "\e671";
746
+ }
747
+ .m-cgg-icon--warning:before {
748
+ content: "\e672";
749
+ }
750
+ .m-cgg-icon--cookie-icon-simple:before {
751
+ content: "\e673";
752
+ }
753
+ .m-cgg-icon--time-deposit:before {
754
+ content: "\e674";
755
+ }
756
+ .m-cgg-icon--cookie-icon:before {
757
+ content: "\e675";
758
+ }
759
+ .m-cgg-icon--best-deal-2-o:before {
760
+ content: "\e676";
761
+ }
762
+ .m-cgg-icon--premium-2-o:before {
763
+ content: "\e677";
764
+ }
765
+ .m-cgg-icon--specialty-o:before {
766
+ content: "\e678";
767
+ }
768
+ .m-cgg-icon--car-loan:before {
769
+ content: "\e679";
770
+ }
771
+ .m-cgg-icon--fast-cash-loan:before {
772
+ content: "\e67a";
773
+ }
774
+ .m-cgg-icon--star-o2:before {
775
+ content: "\e67b";
776
+ }
777
+ .m-cgg-icon--search-o2:before {
778
+ content: "\e67c";
779
+ }
780
+ .m-cgg-icon--scales-o:before {
781
+ content: "\e67d";
782
+ }
783
+ .m-cgg-icon--dollar-o2:before {
784
+ content: "\e67e";
785
+ }
786
+ .m-cgg-icon--edit:before {
787
+ content: "\e67f";
788
+ }
789
+ .m-cgg-icon--heart:before {
790
+ content: "\e680";
791
+ }
792
+ .m-cgg-icon--usp-1-fi:before {
793
+ content: "\e681";
794
+ }
795
+ .m-cgg-icon--bank:before {
796
+ content: "\e682";
797
+ }
798
+ .m-cgg-icon--coinseur:before {
799
+ content: "\e683";
800
+ }
801
+ .m-cgg-icon--coins:before {
802
+ content: "\e684";
803
+ }
804
+ .m-cgg-icon--cta-arrow:before {
805
+ content: "\e685";
806
+ }
807
+ .m-cgg-icon--cta-arrow-down:before {
808
+ content: "\e686";
809
+ }
810
+ .m-cgg-icon--islamic:before {
811
+ content: "\e687";
812
+ }
813
+ .m-cgg-icon--glc:before {
814
+ content: "\e688";
815
+ }
816
+ .m-cgg-icon--BB_Business:before {
817
+ content: "\e689";
818
+ }
819
+ .m-cgg-icon--BB_Home:before {
820
+ content: "\e68a";
821
+ }
822
+ .m-cgg-icon--BB_HomeTV:before {
823
+ content: "\e68b";
824
+ }
825
+ .m-cgg-icon--BB_Mobile:before {
826
+ content: "\e68c";
827
+ }
828
+ .m-cgg-icon--dollareur-o:before {
829
+ content: "\e68d";
830
+ }
831
+ .m-cgg-icon--flight:before {
832
+ content: "\e68e";
833
+ }
834
+ .m-cgg-icon--multiple-flight:before {
835
+ content: "\e68f";
836
+ }
837
+ .m-cgg-icon--credit-cards-md:before {
838
+ content: "\e690";
839
+ }
840
+ .m-cgg-icon--Zeroannuity:before {
841
+ content: "\e800";
842
+ }
843
+ .m-cgg-icon--Balancetransfer:before {
844
+ content: "\e801";
845
+ }
846
+ .m-cgg-icon--bar-glc:before {
847
+ content: "\e802";
848
+ }
849
+ .m-cgg-icon--bar-islamic:before {
850
+ content: "\e803";
851
+ }
852
+ .m-cgg-icon--bar-Debt:before {
853
+ content: "\e804";
854
+ }
855
+ .m-cgg-icon--bar-lendingCompanies:before {
856
+ content: "\e805";
857
+ }
858
+ .m-cgg-icon--icon-funnel-pt-Residente-Perm:before {
859
+ content: "\e908";
860
+ }
861
+ .m-cgg-icon--discount:before {
862
+ content: "\e909";
863
+ }
864
+ .m-cgg-icon--Student-1:before {
865
+ content: "\e90a";
866
+ }
867
+ .m-cgg-icon--officechair:before {
868
+ content: "\e90b";
869
+ }
870
+ .m-cgg-icon--optical-fiber:before {
871
+ content: "\e90c";
872
+ }
873
+ .m-cgg-icon--wifi:before {
874
+ content: "\e90d";
875
+ }
876
+ .m-cgg-icon--cafe:before {
877
+ content: "\e90e";
878
+ }
879
+ .m-cgg-icon--gym:before {
880
+ content: "\e90f";
881
+ }
882
+ .m-cgg-icon--hotel:before {
883
+ content: "\e910";
884
+ }
885
+ .m-cgg-icon--sport:before {
886
+ content: "\e911";
887
+ }
888
+ .m-cgg-icon--store:before {
889
+ content: "\e912";
890
+ }
891
+ .m-cgg-icon--supermarket:before {
892
+ content: "\e913";
893
+ }
894
+ .m-cgg-icon--requirement:before {
895
+ content: "\e914";
896
+ }
897
+ .m-cgg-icon--no-fee:before {
898
+ content: "\e915";
899
+ }
900
+ .m-cgg-icon--balance-transfer:before {
901
+ content: "\e916";
902
+ }
903
+ .m-cgg-icon--for-personal:before {
904
+ content: "\e917";
905
+ }
906
+ .m-cgg-icon--for-my-business:before {
907
+ content: "\e918";
908
+ }
909
+ .m-cgg-icon--for-new-business:before {
910
+ content: "\e919";
911
+ }
912
+ .m-cgg-icon--money:before {
913
+ content: "\e91a";
914
+ }
915
+ .m-cgg-icon--email:before {
916
+ content: "\e91b";
917
+ }
918
+ .m-cgg-icon--BBFunnel-FiveUsers:before {
919
+ content: "\e91c";
920
+ }
921
+ .m-cgg-icon--BBFunnel-Games:before {
922
+ content: "\e91d";
923
+ }
924
+ .m-cgg-icon--BBFunnel-HomeOut:before {
925
+ content: "\e91e";
926
+ }
927
+ .m-cgg-icon--BBFunnel-Home:before {
928
+ content: "\e91f";
929
+ }
930
+ .m-cgg-icon--BBFunnel-Hour1:before {
931
+ content: "\e920";
932
+ }
933
+ .m-cgg-icon--BBFunnel-Hour2:before {
934
+ content: "\e921";
935
+ }
936
+ .m-cgg-icon--BBFunnel-Hour3:before {
937
+ content: "\e922";
938
+ }
939
+ .m-cgg-icon--BBFunnel-Hour4:before {
940
+ content: "\e923";
941
+ }
942
+ .m-cgg-icon--Retired-1:before {
943
+ content: "\e924";
944
+ }
945
+ .m-cgg-icon--BBFunnel-No:before {
946
+ content: "\e925";
947
+ }
948
+ .m-cgg-icon--BBFunnel-NotSure:before {
949
+ content: "\e926";
950
+ }
951
+ .m-cgg-icon--BBFunne-OneUser:before {
952
+ content: "\e927";
953
+ }
954
+ .m-cgg-icon--BBFunnel-Out:before {
955
+ content: "\e928";
956
+ }
957
+ .m-cgg-icon--BBFunnel-ReadPaper:before {
958
+ content: "\e929";
959
+ }
960
+ .m-cgg-icon--BBFunnel-SixUsers:before {
961
+ content: "\e92a";
962
+ }
963
+ .m-cgg-icon--BBFunnel-ThreeUsers:before {
964
+ content: "\e92b";
965
+ }
966
+ .m-cgg-icon--BBFunnel-Work:before {
967
+ content: "\e92c";
968
+ }
969
+ .m-cgg-icon--BBFunnel-Yes:before {
970
+ content: "\e92d";
971
+ }
972
+ .m-cgg-icon--cta-arrow-left:before {
973
+ content: "\e92e";
974
+ }
975
+ .m-cgg-icon--wifi2:before {
976
+ content: "\e92f";
977
+ }
978
+ .m-cgg-icon--laptop:before {
979
+ content: "\e930";
980
+ }
981
+ .m-cgg-icon--infinity:before {
982
+ content: "\e931";
983
+ }
984
+ .m-cgg-icon--wedding:before {
985
+ content: "\e932";
986
+ }
987
+ .m-cgg-icon--car-car-loan:before {
988
+ content: "\e933";
989
+ }
990
+ .m-cgg-icon--debt-consolidation:before {
991
+ content: "\e934";
992
+ }
993
+ .m-cgg-icon--education:before {
994
+ content: "\e935";
995
+ }
996
+ .m-cgg-icon--couple-with-children:before {
997
+ content: "\e936";
998
+ }
999
+ .m-cgg-icon--couple-without-children:before {
1000
+ content: "\e937";
1001
+ }
1002
+ .m-cgg-icon--electronics:before {
1003
+ content: "\e938";
1004
+ }
1005
+ .m-cgg-icon--homeworks-and-renovation:before {
1006
+ content: "\e939";
1007
+ }
1008
+ .m-cgg-icon--refinancing:before {
1009
+ content: "\e93a";
1010
+ }
1011
+ .m-cgg-icon--relocation:before {
1012
+ content: "\e93b";
1013
+ }
1014
+ .m-cgg-icon--single-with-children:before {
1015
+ content: "\e93c";
1016
+ }
1017
+ .m-cgg-icon--single-without-children:before {
1018
+ content: "\e93d";
1019
+ }
1020
+ .m-cgg-icon--student:before {
1021
+ content: "\e93e";
1022
+ }
1023
+ .m-cgg-icon--holiday:before {
1024
+ content: "\e93f";
1025
+ }
1026
+ .m-cgg-icon--home-decoration:before {
1027
+ content: "\e940";
1028
+ }
1029
+ .m-cgg-icon--investment-purposes:before {
1030
+ content: "\e941";
1031
+ }
1032
+ .m-cgg-icon--medical-bills:before {
1033
+ content: "\e942";
1034
+ }
1035
+ .m-cgg-icon--mortgage-repayments:before {
1036
+ content: "\e943";
1037
+ }
1038
+ .m-cgg-icon--property-purchase:before {
1039
+ content: "\e944";
1040
+ }
1041
+ .m-cgg-icon--tax-payment:before {
1042
+ content: "\e945";
1043
+ }
1044
+ .m-cgg-icon--employed:before {
1045
+ content: "\e946";
1046
+ }
1047
+ .m-cgg-icon--HK-ID-holder:before {
1048
+ content: "\e947";
1049
+ }
1050
+ .m-cgg-icon--HK-PID-holder:before {
1051
+ content: "\e948";
1052
+ }
1053
+ .m-cgg-icon--Non-HK-resident:before {
1054
+ content: "\e949";
1055
+ }
1056
+ .m-cgg-icon--prefer-not-to-say:before {
1057
+ content: "\e94a";
1058
+ }
1059
+ .m-cgg-icon--self-employed:before {
1060
+ content: "\e94b";
1061
+ }
1062
+ .m-cgg-icon--unemployed:before {
1063
+ content: "\e94c";
1064
+ }
1065
+ .m-cgg-icon--something-else:before {
1066
+ content: "\e94d";
1067
+ }
1068
+ .m-cgg-icon--cashback:before {
1069
+ content: "\e94e";
1070
+ }
1071
+ .m-cgg-icon--dining:before {
1072
+ content: "\e94f";
1073
+ }
1074
+ .m-cgg-icon--lock-2:before {
1075
+ content: "\e950";
1076
+ }
1077
+ .m-cgg-icon--nine-dots:before {
1078
+ content: "\e951";
1079
+ }
1080
+ .m-cgg-icon--shopping-rewards:before {
1081
+ content: "\e952";
1082
+ }
1083
+ .m-cgg-icon--premium-privileges:before {
1084
+ content: "\e953";
1085
+ }
1086
+ .m-cgg-icon--travel-insurance2:before {
1087
+ content: "\e954";
1088
+ }
1089
+ .m-cgg-icon--three-stars:before {
1090
+ content: "\e955";
1091
+ }
1092
+ .m-cgg-icon--prepaid:before {
1093
+ content: "\e956";
1094
+ }
1095
+ .m-cgg-icon--cashback-2:before {
1096
+ content: "\e957";
1097
+ }
1098
+ .m-cgg-icon--air-miles:before {
1099
+ content: "\e958";
1100
+ }
1101
+ .m-cgg-icon--call-circle:before {
1102
+ content: "\e959";
1103
+ }
1104
+ .m-cgg-icon--chevron-down-2:before {
1105
+ content: "\e95a";
1106
+ }
1107
+ .m-cgg-icon--chevron-right-circle:before {
1108
+ content: "\e95b";
1109
+ }
1110
+ .m-cgg-icon--chevron-up-2:before {
1111
+ content: "\e95c";
1112
+ }
1113
+ .m-cgg-icon--fixed-contract:before {
1114
+ content: "\e95d";
1115
+ }
1116
+ .m-cgg-icon--indefinite-contract:before {
1117
+ content: "\e95e";
1118
+ }
1119
+ .m-cgg-icon--refine-01:before {
1120
+ content: "\e95f";
1121
+ }
1122
+ .m-cgg-icon--ciab-cross:before {
1123
+ content: "\e960";
1124
+ }
1125
+ .m-cgg-icon--ciab-minus:before {
1126
+ content: "\e961";
1127
+ }
1128
+ .m-cgg-icon--ciab-tick:before {
1129
+ content: "\e963";
1130
+ }
1131
+ .m-cgg-icon--commercial-vehicle:before {
1132
+ content: "\e964";
1133
+ }
1134
+ .m-cgg-icon--couple-with-children2:before {
1135
+ content: "\e965";
1136
+ }
1137
+ .m-cgg-icon--couple-without-children2:before {
1138
+ content: "\e966";
1139
+ }
1140
+ .m-cgg-icon--employed2:before {
1141
+ content: "\e967";
1142
+ }
1143
+ .m-cgg-icon--employee-fixed-contract:before {
1144
+ content: "\e968";
1145
+ }
1146
+ .m-cgg-icon--employee-indefinite-contract:before {
1147
+ content: "\e969";
1148
+ }
1149
+ .m-cgg-icon--expired-policy:before {
1150
+ content: "\e96a";
1151
+ }
1152
+ .m-cgg-icon--id-holder:before {
1153
+ content: "\e96b";
1154
+ }
1155
+ .m-cgg-icon--new-policy:before {
1156
+ content: "\e96c";
1157
+ }
1158
+ .m-cgg-icon--non-hk-resident:before {
1159
+ content: "\e96d";
1160
+ }
1161
+ .m-cgg-icon--personal-vehicle:before {
1162
+ content: "\e96e";
1163
+ }
1164
+ .m-cgg-icon--pid-holder:before {
1165
+ content: "\e96f";
1166
+ }
1167
+ .m-cgg-icon--prefer-not-to-say2:before {
1168
+ content: "\e970";
1169
+ }
1170
+ .m-cgg-icon--renewal-policy:before {
1171
+ content: "\e971";
1172
+ }
1173
+ .m-cgg-icon--single-without-children2:before {
1174
+ content: "\e972";
1175
+ }
1176
+ .m-cgg-icon--self-employed2:before {
1177
+ content: "\e973";
1178
+ }
1179
+ .m-cgg-icon--single-with-children2:before {
1180
+ content: "\e974";
1181
+ }
1182
+ .m-cgg-icon--student2:before {
1183
+ content: "\e975";
1184
+ }
1185
+ .m-cgg-icon--uber-or-grab:before {
1186
+ content: "\e976";
1187
+ }
1188
+ .m-cgg-icon--unemployed2:before {
1189
+ content: "\e977";
1190
+ }
1191
+ .m-cgg-icon--with-aon:before {
1192
+ content: "\e978";
1193
+ }
1194
+ .m-cgg-icon--without-aon:before {
1195
+ content: "\e979";
1196
+ }
1197
+ .m-cgg-icon--filter-panel:before {
1198
+ content: "\e97a";
1199
+ }
1200
+ .m-cgg-icon--giftbox:before {
1201
+ content: "\e97b";
1202
+ }
1203
+ .m-cgg-icon--trophy:before {
1204
+ content: "\e97c";
1205
+ }
1206
+ .m-cgg-icon--online-music:before {
1207
+ content: "\e97d";
1208
+ }
1209
+ .m-cgg-icon--online-video:before {
1210
+ content: "\e97e";
1211
+ }
1212
+ .m-cgg-icon--iphone4:before {
1213
+ content: "\e97f";
1214
+ }
1215
+ .m-cgg-icon--earth-phone:before {
1216
+ content: "\e980";
1217
+ }
1218
+ .m-cgg-icon--phone-wifi:before {
1219
+ content: "\e981";
1220
+ }
1221
+ .m-cgg-icon--BBFunnel-HourInfinite:before {
1222
+ content: "\e982";
1223
+ }
1224
+ .m-cgg-icon--newspaper:before {
1225
+ content: "\e983";
1226
+ }
1227
+ .m-cgg-icon--phone-message:before {
1228
+ content: "\e984";
1229
+ }
1230
+ .m-cgg-icon--full-arrow-down:before {
1231
+ content: "\e985";
1232
+ }
1233
+ .m-cgg-icon--full-arrow-left:before {
1234
+ content: "\e986";
1235
+ }
1236
+ .m-cgg-icon--full-arrow-right:before {
1237
+ content: "\e987";
1238
+ }
1239
+ .m-cgg-icon--full-arrow-up:before {
1240
+ content: "\e988";
1241
+ }
1242
+ .m-cgg-icon--chevron-bottom-circle:before {
1243
+ content: "\e989";
1244
+ }
1245
+ .m-cgg-icon--chevron-top-circle:before {
1246
+ content: "\e98a";
1247
+ }
1248
+ .m-cgg-icon--video-player:before {
1249
+ content: "\e98b";
1250
+ }
1251
+ .m-cgg-icon--music-note:before {
1252
+ content: "\e98c";
1253
+ }
1254
+ .m-cgg-icon--magazine-blocks:before {
1255
+ content: "\e98d";
1256
+ }
1257
+ .m-cgg-icon--hotspot-right:before {
1258
+ content: "\e98e";
1259
+ }
1260
+ .m-cgg-icon--angle-double-up:before {
1261
+ content: "\e98f";
1262
+ }
1263
+ .m-cgg-icon--angle-double-down:before {
1264
+ content: "\e990";
1265
+ }
1266
+ .m-cgg-icon--cl-details:before {
1267
+ content: "\e991";
1268
+ }
1269
+ .m-cgg-icon--cl-new:before {
1270
+ content: "\e992";
1271
+ }
1272
+ .m-cgg-icon--td_AUD:before {
1273
+ content: "\e993";
1274
+ }
1275
+ .m-cgg-icon--td_CNY:before {
1276
+ content: "\e994";
1277
+ }
1278
+ .m-cgg-icon--td_NZD:before {
1279
+ content: "\e995";
1280
+ }
1281
+ .m-cgg-icon--td_OTHER:before {
1282
+ content: "\e996";
1283
+ }
1284
+ .m-cgg-icon--cl-used:before {
1285
+ content: "\e997";
1286
+ }
1287
+ .m-cgg-icon--td_TWD:before {
1288
+ content: "\e998";
1289
+ }
1290
+ .m-cgg-icon--td_USD:before {
1291
+ content: "\e999";
1292
+ }
1293
+ .m-cgg-icon--td_ZAR:before {
1294
+ content: "\e99a";
1295
+ }
1296
+ .m-cgg-icon--gplus:before {
1297
+ content: "\e99c";
1298
+ }
1299
+ .m-cgg-icon--youtube:before {
1300
+ content: "\e99d";
1301
+ }
1302
+ .m-cgg-icon--location:before {
1303
+ content: "\e99e";
1304
+ }
1305
+ .m-cgg-icon--ownhouse:before {
1306
+ content: "\e99f";
1307
+ }
1308
+ .m-cgg-icon--rent-house:before {
1309
+ content: "\e9a0";
1310
+ }
1311
+ .m-cgg-icon--familhouse:before {
1312
+ content: "\e9a1";
1313
+ }
1314
+ .m-cgg-icon--BBFunnel-Movies:before {
1315
+ content: "\e9a2";
1316
+ }
1317
+ .m-cgg-icon--info:before {
1318
+ content: "\e9a4";
1319
+ }
1320
+ .m-cgg-icon--Islamic:before {
1321
+ content: "\e9a5";
1322
+ }
1323
+ .m-cgg-icon--BBFunnel-homeandphone:before {
1324
+ content: "\e9a6";
1325
+ }
1326
+ .m-cgg-icon--BBFunnel-TV:before {
1327
+ content: "\e9a7";
1328
+ }
1329
+ .m-cgg-icon--cell-phone:before {
1330
+ content: "\e9a8";
1331
+ }
1332
+ .m-cgg-icon--icon-cc-home-overall:before {
1333
+ content: "\e9a9";
1334
+ }
1335
+ .m-cgg-icon--icon-cc-home-all:before {
1336
+ content: "\e9aa";
1337
+ }
1338
+ .m-cgg-icon--icon-cc-home-cashback:before {
1339
+ content: "\e9ab";
1340
+ }
1341
+ .m-cgg-icon--icon-cc-home-dining:before {
1342
+ content: "\e9ac";
1343
+ }
1344
+ .m-cgg-icon--icon-cc-home-airmiles:before {
1345
+ content: "\e9ad";
1346
+ }
1347
+ .m-cgg-icon--icon-cc-home-shopping:before {
1348
+ content: "\e9ae";
1349
+ }
1350
+ .m-cgg-icon--icon-cc-home-premium:before {
1351
+ content: "\e9af";
1352
+ }
1353
+ .m-cgg-icon--icon-funnel-pt-Residente-Temp:before {
1354
+ content: "\e9b0";
1355
+ }
1356
+ .m-cgg-icon--icon-funnel-pt-portugues:before {
1357
+ content: "\e9b1";
1358
+ }
1359
+ .m-cgg-icon--icon-funnel-pt-Nao-Residente:before {
1360
+ content: "\e9b2";
1361
+ }
1362
+ .m-cgg-icon--Fuel-Rebate:before {
1363
+ content: "\e9b3";
1364
+ }
1365
+ .m-cgg-icon--Low-interest-rate:before {
1366
+ content: "\e9b4";
1367
+ }
1368
+ .m-cgg-icon--coverage_Integral:before {
1369
+ content: "\e9b5";
1370
+ }
1371
+ .m-cgg-icon--party:before {
1372
+ content: "\e9b6";
1373
+ }
1374
+ .m-cgg-icon--sweet15:before {
1375
+ content: "\e9b7";
1376
+ }
1377
+ .m-cgg-icon--ticket:before {
1378
+ content: "\e9b8";
1379
+ }
1380
+ .m-cgg-icon--Religious:before {
1381
+ content: "\e9b9";
1382
+ }
1383
+ .m-cgg-icon--coverage_amplia:before {
1384
+ content: "\e9ba";
1385
+ }
1386
+ .m-cgg-icon--coverage_limited:before {
1387
+ content: "\e9bb";
1388
+ }
1389
+ .m-cgg-icon--coverage_r-civil:before {
1390
+ content: "\e9bc";
1391
+ }
1392
+ .m-cgg-icon--boat:before {
1393
+ content: "\e9bd";
1394
+ }
1395
+ .m-cgg-icon--caravan:before {
1396
+ content: "\e9be";
1397
+ }
1398
+ .m-cgg-icon--tv-remote:before {
1399
+ content: "\e9bf";
1400
+ }
1401
+ .m-cgg-icon--Phone-Bundle:before {
1402
+ content: "\e9c0";
1403
+ }
1404
+ .m-cgg-icon--PackBundle:before {
1405
+ content: "\e9c1";
1406
+ }
1407
+ .m-cgg-icon--motorcycle:before {
1408
+ content: "\e9c2";
1409
+ }
1410
+ .m-cgg-icon--energy-saving:before {
1411
+ content: "\e9c3";
1412
+ }
1413
+ .m-cgg-icon--contract:before {
1414
+ content: "\e9c4";
1415
+ }
1416
+ .m-cgg-icon--bonus:before {
1417
+ content: "\e9c5";
1418
+ }
1419
+ .m-cgg-icon--autopay:before {
1420
+ content: "\e9c6";
1421
+ }
1422
+ .m-cgg-icon--permanent-contract:before {
1423
+ content: "\e9c7";
1424
+ }
1425
+ .m-cgg-icon--employee:before {
1426
+ content: "\e9c8";
1427
+ }
1428
+ .m-cgg-icon--SIM:before {
1429
+ content: "\e9c9";
1430
+ }
1431
+ .m-cgg-icon--SIM2:before {
1432
+ content: "\e9ca";
1433
+ }
1434
+ .m-cgg-icon--SIM3:before {
1435
+ content: "\e9cb";
1436
+ }
1437
+ .m-cgg-icon--Part-time:before {
1438
+ content: "\e9cc";
1439
+ }
1440
+ .m-cgg-icon--recording:before {
1441
+ content: "\e9cd";
1442
+ }
1443
+ .m-cgg-icon--vod:before {
1444
+ content: "\e9ce";
1445
+ }
1446
+ .m-cgg-icon--multiple-screen:before {
1447
+ content: "\e9cf";
1448
+ }
1449
+ .m-cgg-icon--chat:before {
1450
+ content: "\e9d0";
1451
+ }
1452
+ .m-cgg-icon--china-star-2:before {
1453
+ content: "\e9d1";
1454
+ }
1455
+ .m-cgg-icon--nostar:before {
1456
+ content: "\e9d2";
1457
+ }
1458
+ .m-cgg-icon--onestar:before {
1459
+ content: "\e9d3";
1460
+ }
1461
+ .m-cgg-icon--portugal-phone:before {
1462
+ content: "\e9d4";
1463
+ }
1464
+ .m-cgg-icon--2stars:before {
1465
+ content: "\e9d5";
1466
+ }
1467
+ .m-cgg-icon--3stars:before {
1468
+ content: "\e9d6";
1469
+ }
1470
+ .m-cgg-icon--usage-light:before {
1471
+ content: "\e9d7";
1472
+ }
1473
+ .m-cgg-icon--usage-medium:before {
1474
+ content: "\e9d8";
1475
+ }
1476
+ .m-cgg-icon--Commission:before {
1477
+ content: "\e9d9";
1478
+ }
1479
+ .m-cgg-icon--Housewife:before {
1480
+ content: "\e9da";
1481
+ }
1482
+ .m-cgg-icon--usage-heavy:before {
1483
+ content: "\e9db";
1484
+ }
1485
+ .m-cgg-icon--local-use:before {
1486
+ content: "\e9dc";
1487
+ }
1488
+ .m-cgg-icon--internet-use:before {
1489
+ content: "\e9dd";
1490
+ }
1491
+ .m-cgg-icon--a-flight:before {
1492
+ content: "\e9de";
1493
+ }
1494
+ .m-cgg-icon--multiple-places:before {
1495
+ content: "\e9df";
1496
+ }
1497
+ .m-cgg-icon--family-home:before {
1498
+ content: "\e9e0";
1499
+ }
1500
+ .m-cgg-icon--relatives-home:before {
1501
+ content: "\e9e1";
1502
+ }
1503
+ .m-cgg-icon--myself:before {
1504
+ content: "\e9e2";
1505
+ }
1506
+ .m-cgg-icon--earth:before {
1507
+ content: "\e9e3";
1508
+ }
1509
+ .m-cgg-icon--local-use-filled:before {
1510
+ content: "\e9e4";
1511
+ }
1512
+ .m-cgg-icon--0-2mth-contract:before {
1513
+ content: "\e9e5";
1514
+ }
1515
+ .m-cgg-icon--2-6mth-contract:before {
1516
+ content: "\e9e6";
1517
+ }
1518
+ .m-cgg-icon--6mthplus-contract:before {
1519
+ content: "\e9e7";
1520
+ }
1521
+ .m-cgg-icon--unionpay:before {
1522
+ content: "\e9e8";
1523
+ }
1524
+ .m-cgg-icon--sorting:before {
1525
+ content: "\e9e9";
1526
+ }
1527
+ .m-cgg-icon--PRC:before {
1528
+ content: "\ea29";
1529
+ }