@sunrise-upc/sales-static-components 3.8.1 → 3.8.3

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 (50) hide show
  1. package/README.md +8 -8
  2. package/dist/cjs/components/ButtonGroup/ButtonGroup.css +95 -95
  3. package/dist/cjs/components/FalconButton/falconButton.js.map +1 -1
  4. package/dist/cjs/components/FalconMainNavigation/FalconHeader/BusinessCustomerLinkOut/BusinessCustomerLinkOut.js.map +1 -1
  5. package/dist/cjs/components/FalconMainNavigation/MobileNavigation/MobileMenuItem/MobileMenuItem.js.map +1 -1
  6. package/dist/cjs/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.css +50 -0
  7. package/dist/cjs/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js +1 -1
  8. package/dist/cjs/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js.map +1 -1
  9. package/dist/cjs/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.module.scss.css +50 -0
  10. package/dist/cjs/components/InternetAndTvCardsBenefits/InternetAndTvCardItemBenefits.js.map +1 -1
  11. package/dist/cjs/components/RibbonComponent/RibbonComponent.css +389 -389
  12. package/dist/cjs/components/RibbonComponent/RibbonComponentTimer/RibbonComponentTimer.css +68 -68
  13. package/dist/cjs/components/StageTeaserComponent/DoubleGrid/DoubleGridComponent.css +937 -937
  14. package/dist/cjs/components/StageTeaserComponent/SingleGrid/SingleGridRedefined.js.map +1 -1
  15. package/dist/cjs/components/StageTeaserV3/DoubleGrid/DoubleGridComponent.css +87 -87
  16. package/dist/cjs/components/StageTeaserV3/SingleGrid/SingleGridComponent.css +87 -87
  17. package/dist/cjs/components/linecheck/AutoComplete.css +484 -484
  18. package/dist/cjs/components/linecheck/LineCheckV2.css +484 -484
  19. package/dist/cjs/components/linecheck/Success.css +484 -484
  20. package/dist/cjs/node_modules/immer/dist/immer.js +1 -1
  21. package/dist/cjs/node_modules/immer/dist/immer.js.map +1 -1
  22. package/dist/cjs/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js +1 -1
  23. package/dist/cjs/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js.map +1 -1
  24. package/dist/cjs/node_modules/instantsearch.js/es/lib/version.js +1 -1
  25. package/dist/cjs/node_modules/instantsearch.js/es/lib/version.js.map +1 -1
  26. package/dist/cjs/node_modules/react-instantsearch-core/dist/es/version.js +1 -1
  27. package/dist/cjs/node_modules/react-instantsearch-core/dist/es/version.js.map +1 -1
  28. package/dist/esm/components/ButtonGroup/ButtonGroup.css +95 -95
  29. package/dist/esm/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.css +50 -0
  30. package/dist/esm/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js +1 -1
  31. package/dist/esm/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.js.map +1 -1
  32. package/dist/esm/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.module.scss.css +50 -0
  33. package/dist/esm/components/RibbonComponent/RibbonComponent.css +389 -389
  34. package/dist/esm/components/RibbonComponent/RibbonComponentTimer/RibbonComponentTimer.css +68 -68
  35. package/dist/esm/components/StageTeaserComponent/DoubleGrid/DoubleGridComponent.css +937 -937
  36. package/dist/esm/components/StageTeaserV3/DoubleGrid/DoubleGridComponent.css +87 -87
  37. package/dist/esm/components/StageTeaserV3/SingleGrid/SingleGridComponent.css +87 -87
  38. package/dist/esm/components/linecheck/AutoComplete.css +484 -484
  39. package/dist/esm/components/linecheck/LineCheckV2.css +484 -484
  40. package/dist/esm/components/linecheck/Success.css +484 -484
  41. package/dist/esm/node_modules/immer/dist/immer.js +1 -1
  42. package/dist/esm/node_modules/immer/dist/immer.js.map +1 -1
  43. package/dist/esm/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js +1 -1
  44. package/dist/esm/node_modules/instantsearch.js/es/lib/utils/getHighlightFromSiblings.js.map +1 -1
  45. package/dist/esm/node_modules/instantsearch.js/es/lib/version.js +1 -1
  46. package/dist/esm/node_modules/instantsearch.js/es/lib/version.js.map +1 -1
  47. package/dist/esm/node_modules/react-instantsearch-core/dist/es/version.js +1 -1
  48. package/dist/esm/node_modules/react-instantsearch-core/dist/es/version.js.map +1 -1
  49. package/dist/navigation.css +207 -157
  50. package/package.json +86 -86
@@ -1,940 +1,940 @@
1
- .stageTeaserMain {
2
- height: 100%;
3
- }
4
- video {
5
- object-fit: cover;
6
- position: absolute;
7
- top: 0;
8
- left: 0;
9
- height: 100%;
10
- width: 100%;
11
- border-top-right-radius: 8px;
12
- border-bottom-right-radius: 8px;
13
- }
14
- .video-wrapper {
15
- overflow: hidden;
16
- text-align: center;
17
- align-items: center;
18
- justify-content: center;
19
- }
20
- .stageTeaserContainer {
21
- margin-left: 8px;
22
- margin-right: 8px;
23
- border-radius: 8px;
24
- flex-direction: row;
25
- width: calc(100% - 10px);
26
- height: 100%;
27
- }
28
-
29
- .row-wrapper {
30
- height: 100%;
31
- }
32
- .stageTeaserMain {
33
- &.full-width {
34
- .stageTeaserContainer {
35
- margin: 0;
36
- width: 100%;
37
- border-radius: 0;
38
- }
39
- }
40
- }
41
- .stageTeaserRightWrapper {
42
- position: relative;
43
- }
44
- .stageTeaserTopText {
45
- margin-bottom: 0px;
46
- font-size: 18px;
47
- font-weight: 700;
48
- line-height: 24px;
49
- }
50
- @media all and (max-width: 1023px) {
51
- .stageTeaserTopText {
52
- font-size: 14px;
53
- line-height: 20px;
54
- }
55
- }
56
- @media (min-width: 1024px) and (max-width: 1439px) {
57
- .stageTeaserTopText {
58
- font-size: 16px;
59
- line-height: 20px;
60
- }
61
- }
62
- .stageTeaserMainTexth1,
63
- h2,
64
- h3,
65
- h4 {
66
- padding-top: 4px;
67
- padding-bottom: 8px;
68
- font-weight: 700;
69
- margin-bottom: 0px !important;
70
- }
71
-
72
- @media (min-width:1440px) {
73
- .stageTeaserMainTexth1 {
74
- font-size: 32px;
75
- line-height: 40px;
76
- }
77
-
78
- .stageTeaserMainTexth2 {
79
- font-size: 28px;
80
- line-height: 36px;
81
- }
82
-
83
- .stageTeaserMainTexth3 {
84
- font-size: 24px;
85
- line-height: 32px;
86
- }
87
-
88
- .stageTeaserMainTexth4 {
89
- font-size: 20px;
90
- line-height: 28px;
91
- }
92
- }
93
-
94
- @media (min-width:320px)and (max-width:1439px) {
95
- .stageTeaserMainTexth1 {
96
- font-size: 28px;
97
- line-height: 36px;
98
- }
99
-
100
- .stageTeaserMainTexth2 {
101
- font-size: 24px;
102
- line-height: 32px;
103
- }
104
-
105
- .stageTeaserMainTexth3 {
106
- font-size: 20px;
107
- line-height: 28px;
108
- }
109
-
110
- .stageTeaserMainTexth4 {
111
- font-size: 18px;
112
- line-height: 24px;
113
- }
114
- }
115
- .stageTeaserMainTextdisplay {
116
- font-size: 48px;
117
- line-height: 60px;
118
- font-weight: 500;
119
- text-transform: uppercase;
120
- }
121
- .stageTeaserBottomText {
122
- font-size: 14px;
123
- line-height: 20px;
124
- font-weight: 500;
125
- }
126
-
127
- .stageTeaserSecondaryPromoText {
128
- overflow-wrap: anywhere;
129
- font-size: 14px;
130
- line-height: 16px;
131
- font-weight: 500;
132
- }
133
-
134
- .stageTeaserSecondaryPromoPercent {
135
- font-size: 34px;
136
- line-height: 38px;
137
- font-weight: 700;
138
- }
139
-
140
- .stageTeaserPromoText {
141
- font-size: 18px;
142
- line-height: 20px;
143
- font-weight: 500;
144
- }
145
-
146
- .stageTeaserLeftWrapperBackground {
147
- background: var(--primary-colour-pale-dawn-grey-200, #e6e3df);
148
- }
149
-
150
- .stageTeaserBannerWrapper .react-multi-carousel-list {
151
- position: initial;
152
- }
153
-
154
- .stageTeaserBannerWrapper .react-multiple-carousel__arrow {
155
- background: #ffffff;
156
- box-shadow: 0px 4px 12px rgba(87, 84, 82, 0.2);
157
- border-radius: 24px;
158
- font-size: 16px;
159
- height: 44px;
160
- width: 44px;
161
- padding: 10px;
162
- z-index: 1;
163
- }
164
-
165
- .stageTeaserBannerWrapper .react-multiple-carousel__arrow::before {
166
- color: #da291c;
167
- font-size: 16px;
168
- }
169
-
170
- .stageTeaserBannerWrapper .react-multiple-carousel__arrow:disabled::before {
171
- color: #b3aeaa;
172
- }
173
-
174
- .stageTeaserBannerWrapper .react-multiple-carousel__arrow--right {
175
- right: 3%;
176
- }
177
-
178
- .stageTeaserBannerWrapper .react-multiple-carousel__arrow--left {
179
- left: 3%;
180
- }
181
- /* dots */
182
- .stageTeaserBannerWrapper .react-multi-carousel-dot button {
183
- background: #ffffff;
184
- opacity: 0.3;
185
- border: 0px;
186
- transition: none;
187
- }
188
- .stageTeaserBannerWrapper .react-multi-carousel-dot--active button {
189
- background: #da291c;
190
- opacity: 1;
191
- }
192
-
193
- .stageTeaserBannerWrapper .react-multi-carousel-dot button:hover:active {
194
- background: #da291c;
195
- }
196
- @media all and (max-width: 1439px) {
197
- .stageTeaserMainTextdisplay {
198
- font-size: 20px;
199
- line-height: 24px;
200
- font-weight: 500;
201
- padding-top: 4px;
202
- padding-bottom: 8px;
203
- margin-bottom: 0px;
204
- }
205
- }
206
- @media (max-width: 768px) {
207
- .stageTeaserContainer, .row-wrapper {
208
- flex-direction: column;
209
- }
210
- .stageTeaserPromoPercent {
211
- font-weight: 700;
212
- }
213
- .stageTeaserPromoText {
214
- font-size: 14px;
215
- line-height: 16px;
216
- font-weight: 500;
217
- }
218
- }
219
-
220
- .stageTeaserBannerWrapper .react-multiple-carousel__arrow--right{
221
- right: -2% !important;
222
- }
223
-
224
- .stageTeaserBannerWrapper .react-multiple-carousel__arrow--left {
225
- left: -1% !important;
226
- }
227
-
228
- .stageTeaserBannerWrapper.full-width .react-multiple-carousel__arrow--right{
229
- right: 20px !important;
230
- @media only screen and (min-width : 1440px) {
231
- left: calc(50% + 720px) !important;
232
- }
233
- }
234
-
235
- .stageTeaserBannerWrapper.full-width .react-multiple-carousel__arrow--left {
236
- left: 20px !important;
237
- @media only screen and (min-width : 1440px) {
238
- left: calc(50% - 720px) !important;
239
- }
240
-
241
- }
242
-
243
-
244
- .teaserTimer {
245
- padding-top: 16px;
246
- padding-bottom: 10px;
247
- }
248
- .stageTeaserLeftWrapper {
249
- height: fit-content;
250
- margin: auto 0;
251
- }
252
-
253
- /*Tablet md & All small devices*/
254
- @media only screen and (max-width : 768px) {
255
- video {
256
- border-top-right-radius: 0px;
257
- border-bottom-right-radius: 8px;
258
- border-bottom-left-radius: 8px;
259
- }
260
-
261
- .stageTeaserRightWrapper {
262
- height: 400px;
263
- }
264
-
265
- .stageTeaserLeftWrapper {
266
- padding: 24px;
267
- text-align: center;
268
- }
269
-
270
- .stageTeaserSecondaryPromoPercent {
271
- font-size:28px;
272
- }
273
- }
274
-
275
-
276
- /*Tablet - lg*/
277
- @media only screen and (min-width : 769px) and (max-width : 1024px) {
278
- .stageTeaserRightWrapper {
279
- width: 100%;
280
- }
281
-
282
-
283
- .stageTeaserLeftWrapper {
284
-
285
- padding: 55px;
286
- }
287
- }
288
- @media (width : 1024px) {
289
- .stageTeaserRightWrapper {
290
- width: 50%;
291
- }
292
- }
293
- /*Desktop, Laptop & Large Desktops*/
294
- @media only screen and (min-width : 1025px) {
295
- .stageTeaserLeftWrapper {
296
-
297
- padding: 120px 80px 120px 68px;
298
- &.slim-version {
299
- padding: 70px 80px 70px 68px;
300
- }
301
-
302
- }
303
- }
304
-
305
-
306
- #inboxCount{
307
- position: absolute;
308
- top: 0;
309
- right:0;
310
- }
311
- .stageTeaserPromoBubble {
312
- display: flex;
313
- text-align: center;
314
- padding: 0px 16px;
315
- flex-direction: column;
316
- justify-content: center;
317
- align-items: center;
318
- gap: 4px;
319
- flex-shrink: 0;
320
- border-radius: 50%;
321
- position: absolute;
322
- }
323
-
324
- .stageTeaserPrimaryPromoBubble {
325
- width: 160px;
326
- height: 160px;
327
- background: var(--primary-colour-ice-white, #ffffff);
328
- z-index: 1;
329
- }
330
-
331
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPrimaryPromoBubble {
332
- background: var(--primary-colour-ice-white, #ffffff);
333
- z-index: 1;
334
- }
335
-
336
- .stageTeaserSecondaryPromoBubble {
337
- width: 120px;
338
- height: 120px;
339
- top: 171px;
340
- color: #ffffff;
341
- background: var(--primary-colour-grey-dusk-grey-600, #3d3935);
342
- }
343
-
344
- .stageTeaserPromoPercent,
345
- .stageTeaserPrimaryWithSecondaryBubble .stageTeaserPromoPercent {
346
- font-size: 52px;
347
- line-height: 52px;
348
- font-weight: 700;
349
- }
350
-
351
- /*Tablet md & All small devices*/
352
- @media only screen and (max-width: 768px) {
353
- /* primary bubble size*/
354
- .stageTeaserPrimaryPromoBubble {
355
- width: 120px;
356
- height: 120px;
357
- }
358
-
359
- .stageTeaserPrimaryWithSecondaryBubble .stageTeaserPromoText {
360
- font-size: 18px;
361
- line-height: 20px;
362
- font-weight: 500;
363
- }
364
- .stageTeaserPromoPercent,
365
- .stageTeaserPrimaryWithSecondaryBubble .stageTeaserPromoPercent {
366
- font-size: 24px;
367
- line-height: 32px;
368
- }
369
- .stageTeaserPrimaryWithSecondaryBubble .stageTeaserPromoText {
370
- font-size: 10px;
371
- line-height: 14px;
372
- }
373
- /* primary with secondary size*/
374
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPrimaryPromoBubble {
375
- width: 96px;
376
- height: 96px;
377
- }
378
-
379
- /* secondary bubble size*/
380
- .stageTeaserSecondaryPromoBubble {
381
- width: 84px;
382
- height: 84px;
383
- }
384
-
385
- .stageTeaserSecondaryPromoPercent {
386
- font-size: 21px;
387
- line-height: 24px;
388
- }
389
-
390
- .stageTeaserSecondaryPromoText {
391
- font-size: 12px;
392
- line-height: 12px;
393
- }
394
- }
395
-
396
- /*Tablet - lg*/
397
- @media only screen and (min-width: 768px) and (max-width: 1024px) {
398
- /* primary with secondary size*/
399
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPrimaryPromoBubble {
400
- width: 120px;
401
- height: 120px;
402
- }
403
- .stageTeaserPromoPercent,
404
- .stageTeaserPrimaryWithSecondaryBubble .stageTeaserPromoPercent {
405
- font-size: 42px;
406
- }
407
- .stageTeaserSecondaryPromoBubble {
408
- width: 96px;
409
- height: 96px;
410
- }
411
- .stageTeaserSecondaryPromoPercent{
412
- font-size: 26px;
413
- }
414
- }
415
-
416
- /*Extra Large Screens*/
417
- @media only screen and (min-width: 2000px) {
418
- .stageTeaserPromoPercent,
419
- .stageTeaserPrimaryWithSecondaryBubble .stageTeaserPromoPercent {
420
- font-size: 42px;
421
- }
422
- .stageTeaserSecondaryPromoBubble {
423
- width: 96px;
424
- height: 96px;
425
- }
426
- .stageTeaserSecondaryPromoPercent{
427
- font-size: 26px;
428
- }
429
- }
430
- /* primary bubble */
431
- .stageTeaserPromoBubble.stageTeaserBottomRight {
432
- right: 40px;
433
- }
434
- .stageTeaserPromoBubble.stageTeaserBottomRight {
435
- bottom: 40px;
436
- }
437
-
438
- /* primary with secondary */
439
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomRight {
440
- right: 86px;
441
- left: initial;
442
- }
443
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomRight {
444
- bottom: 131px;
445
- }
446
- /* secondary bubble */
447
- .stageTeaserSecondaryPromoBubble.stageTeaserBottomRight {
448
- right: 40px;
449
- left: initial;
450
- }
451
- .stageTeaserSecondaryPromoBubble.stageTeaserBottomRight {
452
- bottom: 40px;
453
- top: initial;
454
- }
455
-
456
- /*Very small devices - phones*/
457
- @media screen and (max-width : 652px) {
458
- /* secondary bubble */
459
- .stageTeaserSecondaryPromoBubble.stageTeaserBottomRight {
460
- right: 46px;
461
- left: initial;
462
- bottom: 48px;
463
- top: initial;
464
- }
465
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomRight {
466
- right: 6px;
467
- left: initial;
468
- bottom: 102px;
469
- }
470
- }
471
-
472
- /*All small devices - phones*/
473
- @media screen and (min-width : 652px) and (max-width : 768px) {
474
- /* secondary bubble */
475
- .stageTeaserSecondaryPromoBubble.stageTeaserBottomRight {
476
- right: 192px;
477
- left: initial;
478
- bottom: 48px;
479
- top: initial;
480
- }
481
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomRight {
482
- right: 128px;
483
- left: initial;
484
- bottom: 102px;
485
- }
486
- }
487
-
488
- /*Tablet - md*/
489
- @media only screen and (min-width : 769px) and (max-width : 990px) {
490
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomRight {
491
- right: 48px;
492
- left: initial;
493
- bottom: 128px;
494
- }
495
- /* secondary bubble */
496
- .stageTeaserSecondaryPromoBubble.stageTeaserBottomRight {
497
- right: 22px;
498
- left: initial;
499
- bottom: 60px;
500
- top: initial;
501
- }
502
- }
503
-
504
- /*Tablet - lg*/
505
- @media only screen and (min-width : 990px) and (max-width : 1024px) {
506
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomRight {
507
- right: 48px;
508
- left: initial;
509
- bottom: 128px;
510
- }
511
- /* secondary bubble */
512
- .stageTeaserSecondaryPromoBubble.stageTeaserBottomRight {
513
- right: 22px;
514
- left: initial;
515
- bottom: 60px;
516
- top: initial;
517
- }
518
- }
519
-
520
- /*Desktop, Laptop & Large Desktops*/
521
- @media only screen and (min-width : 1025px) {
522
- }
523
-
524
- /*Extra Large Screens*/
525
- @media only screen and (min-width : 2000px) {
526
- }
527
- /* primary bubble */
528
- .stageTeaserPromoBubble.stageTeaserBottomLeft {
529
- left: 40px;
530
- }
531
- .stageTeaserPromoBubble.stageTeaserBottomLeft {
532
- bottom: 40px;
533
- }
534
-
535
- /* primary with secondary */
536
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomLeft {
537
- left: 86px;
538
- right: initial;
539
- }
540
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomLeft {
541
- bottom: 131px;
542
- }
543
- /* secondary bubble */
544
- .stageTeaserSecondaryPromoBubble.stageTeaserBottomLeft {
545
- left: 40px;
546
- right: initial;
547
- }
548
- .stageTeaserSecondaryPromoBubble.stageTeaserBottomLeft {
549
- bottom: 40px;
550
- top: initial;
551
- }
552
-
553
-
554
- /*All small devices - phones*/
555
- @media screen and (max-width : 768px) {
556
- /* secondary bubble */
557
- .stageTeaserSecondaryPromoBubble.stageTeaserBottomLeft {
558
- left: 58px;
559
- right: initial;
560
- bottom: 48px;
561
- top: initial;
562
- }
563
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomLeft {
564
- left: 8px;
565
- right: initial;
566
- bottom: 102px;
567
- }
568
- }
569
-
570
- /*Tablet - md*/
571
- @media only screen and (min-width : 769px) and (max-width : 990px) {
572
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomLeft {
573
- left: 48px;
574
- right: initial;
575
- bottom: 128px;
576
- }
577
- /* secondary bubble */
578
- .stageTeaserSecondaryPromoBubble.stageTeaserBottomLeft {
579
- left: 22px;
580
- right: initial;
581
- bottom: 60px;
582
- top: initial;
583
- }
584
- }
585
-
586
- /*Tablet - lg*/
587
- @media only screen and (min-width : 990px) and (max-width : 1024px) {
588
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomLeft {
589
- left: 48px;
590
- right: initial;
591
- bottom: 128px;
592
- }
593
- /* secondary bubble */
594
- .stageTeaserSecondaryPromoBubble.stageTeaserBottomLeft {
595
- left: 22px;
596
- right: initial;
597
- bottom: 60px;
598
- top: initial;
599
- }
600
- }
601
-
602
- /*Desktop, Laptop & Large Desktops*/
603
- @media only screen and (min-width : 1025px) {
604
- }
605
-
606
- /*Extra Large Screens*/
607
- @media only screen and (min-width : 2000px) {
608
- }
609
- /* primary bubble */
610
- .stageTeaserPromoBubble.stageTeaserTopLeft {
611
- left: 40px;
612
- }
613
- .stageTeaserPromoBubble.stageTeaserTopLeft {
614
- top: 40px;
615
- }
616
-
617
- @media screen and (max-width : 568px) {
618
- .stageTeaserSecondaryPromoBubble.stageTeaserTopLeft {
619
- left: 38px;
620
- right: initial;
621
- top: 68px;
622
- bottom: initial;
623
- }
624
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopLeft {
625
- left: 2px;
626
- right: initial;
627
- top: -12px;
628
- }
629
- }
630
-
631
- @media screen and (min-width : 568px) and (max-width : 768px) {
632
- .stageTeaserSecondaryPromoBubble.stageTeaserTopLeft {
633
- left: 112px;
634
- right: initial;
635
- top: 68px;
636
- bottom: initial;
637
- }
638
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopLeft {
639
- left: 61px;
640
- right: initial;
641
- top: -12px;
642
- }
643
- }
644
-
645
- @media screen and (width : 768px) {
646
- .stageTeaserSecondaryPromoBubble.stageTeaserTopLeft {
647
- left: 132px;
648
- right: initial;
649
- top: 84px;
650
- bottom: initial;
651
- }
652
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopLeft {
653
- left: 61px;
654
- right: initial;
655
- top: -12px;
656
- }
657
- }
658
-
659
-
660
- /*All small devices - phones*/
661
-
662
- /*Tablet - md*/
663
- @media only screen and (min-width : 769px) and (max-width : 990px) {
664
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopLeft {
665
- left: 0px;
666
- right: initial;
667
- top: 18px;
668
- }
669
- /* secondary bubble */
670
- .stageTeaserSecondaryPromoBubble.stageTeaserTopLeft {
671
- left: -33px;
672
- right: initial;
673
- top: 111px;
674
- bottom: initial;
675
- }
676
- }
677
-
678
- /*Tablet - lg*/
679
- @media only screen and (min-width : 990px) and (max-width : 1024px) {
680
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopLeft {
681
- left: 22px;
682
- right: initial;
683
- top: 22px;
684
- }
685
- /* secondary bubble */
686
- .stageTeaserSecondaryPromoBubble.stageTeaserTopLeft {
687
- left: -22px;
688
- right: initial;
689
- top: 108px;
690
- bottom: initial;
691
- }
692
- }
693
-
694
- /*Desktop, Laptop & Large Desktops*/
695
- @media only screen and (min-width : 1025px) and (max-width : 2000px) {
696
- /* primary with secondary */
697
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopLeft {
698
- left: 72px;
699
- right: initial;
700
- top: 12px;
701
- }
702
- /* secondary bubble */
703
- .stageTeaserSecondaryPromoBubble.stageTeaserTopLeft {
704
- left: 20px;
705
- right: initial;
706
- top: 126px;
707
- bottom: initial;
708
- }
709
- }
710
-
711
- /*Extra Large Screens*/
712
- @media only screen and (min-width : 2000px) {
713
-
714
- /* primary with secondary */
715
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopLeft {
716
- left: 0px;
717
- right: initial;
718
- top: 12px;
719
- }
720
- /* secondary bubble */
721
- .stageTeaserSecondaryPromoBubble.stageTeaserTopLeft {
722
- left: -62px;
723
- right: initial;
724
- top: 41px;
725
- bottom: initial;
726
- }
727
-
728
-
729
- }
730
- /* primary bubble */
731
- .stageTeaserPromoBubble.stageTeaserTopRight {
732
- right: 40px;
733
- }
734
- .stageTeaserPromoBubble.stageTeaserTopRight {
735
- top: 40px;
736
- }
737
-
738
- @media screen and (max-width : 568px) {
739
- .stageTeaserSecondaryPromoBubble.stageTeaserTopRight {
740
- right: 38px;
741
- left: initial;
742
- top: 68px;
743
- bottom: initial;
744
- }
745
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopRight {
746
- right: 2px;
747
- left: initial;
748
- top: -12px;
749
- }
750
- }
751
-
752
- @media screen and (min-width : 568px) and (max-width : 768px) {
753
- .stageTeaserSecondaryPromoBubble.stageTeaserTopRight {
754
- right: 112px;
755
- left: initial;
756
- top: 68px;
757
- bottom: initial;
758
- }
759
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopRight {
760
- right: 61px;
761
- left: initial;
762
- top: -12px;
763
- }
764
- }
765
-
766
- @media screen and (width : 768px) {
767
- .stageTeaserSecondaryPromoBubble.stageTeaserTopRight {
768
- right: 132px;
769
- left: initial;
770
- top: 84px;
771
- bottom: initial;
772
- }
773
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopRight {
774
- right: 61px;
775
- left: initial;
776
- top: -12px;
777
- }
778
- }
779
-
780
-
781
- /*All small devices - phones*/
782
-
783
- /*Tablet - md*/
784
- @media only screen and (min-width : 769px) and (max-width : 990px) {
785
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopRight {
786
- right: 72px;
787
- left: initial;
788
- top: 18px;
789
- }
790
- /* secondary bubble */
791
- .stageTeaserSecondaryPromoBubble.stageTeaserTopRight {
792
- right: 24px;
793
- left: initial;
794
- top: 111px;
795
- bottom: initial;
796
- }
797
- }
798
-
799
- /*Tablet - lg*/
800
- @media only screen and (min-width : 990px) and (max-width : 1024px) {
801
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopRight {
802
- right: 78px;
803
- left: initial;
804
- top: 22px;
805
- }
806
- /* secondary bubble */
807
- .stageTeaserSecondaryPromoBubble.stageTeaserTopRight {
808
- right: 26px;
809
- left: initial;
810
- top: 108px;
811
- bottom: initial;
812
- }
813
- }
814
-
815
- /*Desktop, Laptop & Large Desktops*/
816
- @media only screen and (min-width : 1025px) and (max-width : 2000px) {
817
- /* primary with secondary */
818
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopRight {
819
- right: 72px;
820
- left: initial;
821
- top: 12px;
822
- }
823
- /* secondary bubble */
824
- .stageTeaserSecondaryPromoBubble.stageTeaserTopRight {
825
- right: 20px;
826
- left: initial;
827
- top: 126px;
828
- bottom: initial;
829
- }
830
- }
831
-
832
- /*Extra Large Screens*/
833
- @media only screen and (min-width : 2000px) {
834
-
835
- /* primary with secondary */
836
- .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopRight {
837
- right: 0px;
838
- left: initial;
839
- top: 12px;
840
- }
841
- /* secondary bubble */
842
- .stageTeaserSecondaryPromoBubble.stageTeaserTopRight {
843
- right: 44px;
844
- left: initial;
845
- top: 322px;
846
- bottom: initial;
847
- }
848
-
849
-
850
- }
851
- .falcon-grey-600 {
852
- color: #3d3935;
853
- }
854
-
855
- .falcon-grey-500 {
856
- color: #5f5955;
857
- }
858
- .falcon-grey-400 {
859
- color: #86807c;
860
- }
861
-
862
- .falcon-grey-100 {
863
- color: #f7f6f5;
864
- }
865
-
866
- .falcon-ice-white {
867
- color: #ffffff;
868
- }
869
- .falcon-background-grey-100 {
870
- background-color: #f7f6f5;
871
- }
872
- .falcon-background-ice-white {
873
- background-color: #ffffff;
874
- }
875
- .falcon-background-transparent {
876
- background-color: transparent;
877
- }
878
-
879
- .falcon-gradient-rubyglow-diagonal {
880
- border-radius: 8px;
881
- background: linear-gradient(93.71deg, #e2271e -0.37%, #ef7c3c 100%);
882
- }
883
- .falcon-gradient-rubyglow-vertical {
884
- border-radius: 8px;
885
- background: linear-gradient(180deg, #e2271e 0%, #ef7c3c 100%);
886
- }
887
- .falcon-gradient-rubyglow-v2-diagonal {
888
- border-radius: 8px;
889
- background: linear-gradient(93.71deg, #D91219 -0.37%, #F19202 100%);
890
- }
891
- .falcon-gradient-rubyglow-v2-vertical {
892
- border-radius: 8px;
893
- background: linear-gradient(180deg, #DB0F16 0%, #F39200 100%);
894
- }
895
- .falcon-gradient-pinksky-diagonal {
896
- background: linear-gradient(98.52deg, #d093a6 -0.35%, #e7c9bc 100.35%);
897
- border-radius: 8px;
898
- }
899
- .falcon-gradient-pinksky-vertical {
900
- background: linear-gradient(180deg, #d093a6 0%, #e7c9bc 100%);
901
- border-radius: 8px;
902
- }
903
- .falcon-gradient-bluehaze-diagonal {
904
- background: linear-gradient(98.52deg, #7899bd -0.35%, #b8d0e3 100.35%);
905
- border-radius: 8px;
906
- }
907
- .falcon-gradient-bluehaze-vertical {
908
- background: linear-gradient(180deg, #7899bd 0%, #b8d0e3 100%);
909
- border-radius: 8px;
910
- }
911
- .falcon-gradient-greencloud-diagonal {
912
- background: linear-gradient(99.06deg, #8d989b -0.35%, #f8edd2 105.52%);
913
- border-radius: 8px;
914
- }
915
- .falcon-gradient-greencloud-vertical {
916
- background: linear-gradient(180deg, #8d989b 0%, #f8edd2 100%);
917
- border-radius: 8px;
918
- }
919
- .falcon-gradient-peachfog-diagonal {
920
- background: linear-gradient(98.52deg, #9c8a95 -0.35%, #f6d6b3 100.35%);
921
- border-radius: 8px;
922
- }
923
- .falcon-gradient-peachfog-vertical {
924
- background: linear-gradient(180deg, #9c8a95 0%, #f6d6b3 100%);
925
- border-radius: 8px;
926
- }
927
- .falcon-gradient-orange-diagonal {
928
- background: linear-gradient(105deg, #EF7C3C 0%, #E2271E 100%);
929
- border-radius: 4px 0;
930
- }
931
- .falcon-gradient-dark-blue-haze{
932
- background: linear-gradient(239deg, #4F87C1 52.95%, rgba(94, 148, 207, 0) 111%);
933
- border-radius: 4px 0;
934
- }
935
-
936
- .falcon-def-transparancy {
937
- background: rgba(0, 0, 0, 1);
1
+ .stageTeaserMain {
2
+ height: 100%;
3
+ }
4
+ video {
5
+ object-fit: cover;
6
+ position: absolute;
7
+ top: 0;
8
+ left: 0;
9
+ height: 100%;
10
+ width: 100%;
11
+ border-top-right-radius: 8px;
12
+ border-bottom-right-radius: 8px;
13
+ }
14
+ .video-wrapper {
15
+ overflow: hidden;
16
+ text-align: center;
17
+ align-items: center;
18
+ justify-content: center;
19
+ }
20
+ .stageTeaserContainer {
21
+ margin-left: 8px;
22
+ margin-right: 8px;
23
+ border-radius: 8px;
24
+ flex-direction: row;
25
+ width: calc(100% - 10px);
26
+ height: 100%;
27
+ }
28
+
29
+ .row-wrapper {
30
+ height: 100%;
31
+ }
32
+ .stageTeaserMain {
33
+ &.full-width {
34
+ .stageTeaserContainer {
35
+ margin: 0;
36
+ width: 100%;
37
+ border-radius: 0;
38
+ }
39
+ }
40
+ }
41
+ .stageTeaserRightWrapper {
42
+ position: relative;
43
+ }
44
+ .stageTeaserTopText {
45
+ margin-bottom: 0px;
46
+ font-size: 18px;
47
+ font-weight: 700;
48
+ line-height: 24px;
49
+ }
50
+ @media all and (max-width: 1023px) {
51
+ .stageTeaserTopText {
52
+ font-size: 14px;
53
+ line-height: 20px;
54
+ }
55
+ }
56
+ @media (min-width: 1024px) and (max-width: 1439px) {
57
+ .stageTeaserTopText {
58
+ font-size: 16px;
59
+ line-height: 20px;
60
+ }
61
+ }
62
+ .stageTeaserMainTexth1,
63
+ h2,
64
+ h3,
65
+ h4 {
66
+ padding-top: 4px;
67
+ padding-bottom: 8px;
68
+ font-weight: 700;
69
+ margin-bottom: 0px !important;
70
+ }
71
+
72
+ @media (min-width:1440px) {
73
+ .stageTeaserMainTexth1 {
74
+ font-size: 32px;
75
+ line-height: 40px;
76
+ }
77
+
78
+ .stageTeaserMainTexth2 {
79
+ font-size: 28px;
80
+ line-height: 36px;
81
+ }
82
+
83
+ .stageTeaserMainTexth3 {
84
+ font-size: 24px;
85
+ line-height: 32px;
86
+ }
87
+
88
+ .stageTeaserMainTexth4 {
89
+ font-size: 20px;
90
+ line-height: 28px;
91
+ }
92
+ }
93
+
94
+ @media (min-width:320px)and (max-width:1439px) {
95
+ .stageTeaserMainTexth1 {
96
+ font-size: 28px;
97
+ line-height: 36px;
98
+ }
99
+
100
+ .stageTeaserMainTexth2 {
101
+ font-size: 24px;
102
+ line-height: 32px;
103
+ }
104
+
105
+ .stageTeaserMainTexth3 {
106
+ font-size: 20px;
107
+ line-height: 28px;
108
+ }
109
+
110
+ .stageTeaserMainTexth4 {
111
+ font-size: 18px;
112
+ line-height: 24px;
113
+ }
114
+ }
115
+ .stageTeaserMainTextdisplay {
116
+ font-size: 48px;
117
+ line-height: 60px;
118
+ font-weight: 500;
119
+ text-transform: uppercase;
120
+ }
121
+ .stageTeaserBottomText {
122
+ font-size: 14px;
123
+ line-height: 20px;
124
+ font-weight: 500;
125
+ }
126
+
127
+ .stageTeaserSecondaryPromoText {
128
+ overflow-wrap: anywhere;
129
+ font-size: 14px;
130
+ line-height: 16px;
131
+ font-weight: 500;
132
+ }
133
+
134
+ .stageTeaserSecondaryPromoPercent {
135
+ font-size: 34px;
136
+ line-height: 38px;
137
+ font-weight: 700;
138
+ }
139
+
140
+ .stageTeaserPromoText {
141
+ font-size: 18px;
142
+ line-height: 20px;
143
+ font-weight: 500;
144
+ }
145
+
146
+ .stageTeaserLeftWrapperBackground {
147
+ background: var(--primary-colour-pale-dawn-grey-200, #e6e3df);
148
+ }
149
+
150
+ .stageTeaserBannerWrapper .react-multi-carousel-list {
151
+ position: initial;
152
+ }
153
+
154
+ .stageTeaserBannerWrapper .react-multiple-carousel__arrow {
155
+ background: #ffffff;
156
+ box-shadow: 0px 4px 12px rgba(87, 84, 82, 0.2);
157
+ border-radius: 24px;
158
+ font-size: 16px;
159
+ height: 44px;
160
+ width: 44px;
161
+ padding: 10px;
162
+ z-index: 1;
163
+ }
164
+
165
+ .stageTeaserBannerWrapper .react-multiple-carousel__arrow::before {
166
+ color: #da291c;
167
+ font-size: 16px;
168
+ }
169
+
170
+ .stageTeaserBannerWrapper .react-multiple-carousel__arrow:disabled::before {
171
+ color: #b3aeaa;
172
+ }
173
+
174
+ .stageTeaserBannerWrapper .react-multiple-carousel__arrow--right {
175
+ right: 3%;
176
+ }
177
+
178
+ .stageTeaserBannerWrapper .react-multiple-carousel__arrow--left {
179
+ left: 3%;
180
+ }
181
+ /* dots */
182
+ .stageTeaserBannerWrapper .react-multi-carousel-dot button {
183
+ background: #ffffff;
184
+ opacity: 0.3;
185
+ border: 0px;
186
+ transition: none;
187
+ }
188
+ .stageTeaserBannerWrapper .react-multi-carousel-dot--active button {
189
+ background: #da291c;
190
+ opacity: 1;
191
+ }
192
+
193
+ .stageTeaserBannerWrapper .react-multi-carousel-dot button:hover:active {
194
+ background: #da291c;
195
+ }
196
+ @media all and (max-width: 1439px) {
197
+ .stageTeaserMainTextdisplay {
198
+ font-size: 20px;
199
+ line-height: 24px;
200
+ font-weight: 500;
201
+ padding-top: 4px;
202
+ padding-bottom: 8px;
203
+ margin-bottom: 0px;
204
+ }
205
+ }
206
+ @media (max-width: 768px) {
207
+ .stageTeaserContainer, .row-wrapper {
208
+ flex-direction: column;
209
+ }
210
+ .stageTeaserPromoPercent {
211
+ font-weight: 700;
212
+ }
213
+ .stageTeaserPromoText {
214
+ font-size: 14px;
215
+ line-height: 16px;
216
+ font-weight: 500;
217
+ }
218
+ }
219
+
220
+ .stageTeaserBannerWrapper .react-multiple-carousel__arrow--right{
221
+ right: -2% !important;
222
+ }
223
+
224
+ .stageTeaserBannerWrapper .react-multiple-carousel__arrow--left {
225
+ left: -1% !important;
226
+ }
227
+
228
+ .stageTeaserBannerWrapper.full-width .react-multiple-carousel__arrow--right{
229
+ right: 20px !important;
230
+ @media only screen and (min-width : 1440px) {
231
+ left: calc(50% + 720px) !important;
232
+ }
233
+ }
234
+
235
+ .stageTeaserBannerWrapper.full-width .react-multiple-carousel__arrow--left {
236
+ left: 20px !important;
237
+ @media only screen and (min-width : 1440px) {
238
+ left: calc(50% - 720px) !important;
239
+ }
240
+
241
+ }
242
+
243
+
244
+ .teaserTimer {
245
+ padding-top: 16px;
246
+ padding-bottom: 10px;
247
+ }
248
+ .stageTeaserLeftWrapper {
249
+ height: fit-content;
250
+ margin: auto 0;
251
+ }
252
+
253
+ /*Tablet md & All small devices*/
254
+ @media only screen and (max-width : 768px) {
255
+ video {
256
+ border-top-right-radius: 0px;
257
+ border-bottom-right-radius: 8px;
258
+ border-bottom-left-radius: 8px;
259
+ }
260
+
261
+ .stageTeaserRightWrapper {
262
+ height: 400px;
263
+ }
264
+
265
+ .stageTeaserLeftWrapper {
266
+ padding: 24px;
267
+ text-align: center;
268
+ }
269
+
270
+ .stageTeaserSecondaryPromoPercent {
271
+ font-size:28px;
272
+ }
273
+ }
274
+
275
+
276
+ /*Tablet - lg*/
277
+ @media only screen and (min-width : 769px) and (max-width : 1024px) {
278
+ .stageTeaserRightWrapper {
279
+ width: 100%;
280
+ }
281
+
282
+
283
+ .stageTeaserLeftWrapper {
284
+
285
+ padding: 55px;
286
+ }
287
+ }
288
+ @media (width : 1024px) {
289
+ .stageTeaserRightWrapper {
290
+ width: 50%;
291
+ }
292
+ }
293
+ /*Desktop, Laptop & Large Desktops*/
294
+ @media only screen and (min-width : 1025px) {
295
+ .stageTeaserLeftWrapper {
296
+
297
+ padding: 120px 80px 120px 68px;
298
+ &.slim-version {
299
+ padding: 70px 80px 70px 68px;
300
+ }
301
+
302
+ }
303
+ }
304
+
305
+
306
+ #inboxCount{
307
+ position: absolute;
308
+ top: 0;
309
+ right:0;
310
+ }
311
+ .stageTeaserPromoBubble {
312
+ display: flex;
313
+ text-align: center;
314
+ padding: 0px 16px;
315
+ flex-direction: column;
316
+ justify-content: center;
317
+ align-items: center;
318
+ gap: 4px;
319
+ flex-shrink: 0;
320
+ border-radius: 50%;
321
+ position: absolute;
322
+ }
323
+
324
+ .stageTeaserPrimaryPromoBubble {
325
+ width: 160px;
326
+ height: 160px;
327
+ background: var(--primary-colour-ice-white, #ffffff);
328
+ z-index: 1;
329
+ }
330
+
331
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPrimaryPromoBubble {
332
+ background: var(--primary-colour-ice-white, #ffffff);
333
+ z-index: 1;
334
+ }
335
+
336
+ .stageTeaserSecondaryPromoBubble {
337
+ width: 120px;
338
+ height: 120px;
339
+ top: 171px;
340
+ color: #ffffff;
341
+ background: var(--primary-colour-grey-dusk-grey-600, #3d3935);
342
+ }
343
+
344
+ .stageTeaserPromoPercent,
345
+ .stageTeaserPrimaryWithSecondaryBubble .stageTeaserPromoPercent {
346
+ font-size: 52px;
347
+ line-height: 52px;
348
+ font-weight: 700;
349
+ }
350
+
351
+ /*Tablet md & All small devices*/
352
+ @media only screen and (max-width: 768px) {
353
+ /* primary bubble size*/
354
+ .stageTeaserPrimaryPromoBubble {
355
+ width: 120px;
356
+ height: 120px;
357
+ }
358
+
359
+ .stageTeaserPrimaryWithSecondaryBubble .stageTeaserPromoText {
360
+ font-size: 18px;
361
+ line-height: 20px;
362
+ font-weight: 500;
363
+ }
364
+ .stageTeaserPromoPercent,
365
+ .stageTeaserPrimaryWithSecondaryBubble .stageTeaserPromoPercent {
366
+ font-size: 24px;
367
+ line-height: 32px;
368
+ }
369
+ .stageTeaserPrimaryWithSecondaryBubble .stageTeaserPromoText {
370
+ font-size: 10px;
371
+ line-height: 14px;
372
+ }
373
+ /* primary with secondary size*/
374
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPrimaryPromoBubble {
375
+ width: 96px;
376
+ height: 96px;
377
+ }
378
+
379
+ /* secondary bubble size*/
380
+ .stageTeaserSecondaryPromoBubble {
381
+ width: 84px;
382
+ height: 84px;
383
+ }
384
+
385
+ .stageTeaserSecondaryPromoPercent {
386
+ font-size: 21px;
387
+ line-height: 24px;
388
+ }
389
+
390
+ .stageTeaserSecondaryPromoText {
391
+ font-size: 12px;
392
+ line-height: 12px;
393
+ }
394
+ }
395
+
396
+ /*Tablet - lg*/
397
+ @media only screen and (min-width: 768px) and (max-width: 1024px) {
398
+ /* primary with secondary size*/
399
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPrimaryPromoBubble {
400
+ width: 120px;
401
+ height: 120px;
402
+ }
403
+ .stageTeaserPromoPercent,
404
+ .stageTeaserPrimaryWithSecondaryBubble .stageTeaserPromoPercent {
405
+ font-size: 42px;
406
+ }
407
+ .stageTeaserSecondaryPromoBubble {
408
+ width: 96px;
409
+ height: 96px;
410
+ }
411
+ .stageTeaserSecondaryPromoPercent{
412
+ font-size: 26px;
413
+ }
414
+ }
415
+
416
+ /*Extra Large Screens*/
417
+ @media only screen and (min-width: 2000px) {
418
+ .stageTeaserPromoPercent,
419
+ .stageTeaserPrimaryWithSecondaryBubble .stageTeaserPromoPercent {
420
+ font-size: 42px;
421
+ }
422
+ .stageTeaserSecondaryPromoBubble {
423
+ width: 96px;
424
+ height: 96px;
425
+ }
426
+ .stageTeaserSecondaryPromoPercent{
427
+ font-size: 26px;
428
+ }
429
+ }
430
+ /* primary bubble */
431
+ .stageTeaserPromoBubble.stageTeaserBottomRight {
432
+ right: 40px;
433
+ }
434
+ .stageTeaserPromoBubble.stageTeaserBottomRight {
435
+ bottom: 40px;
436
+ }
437
+
438
+ /* primary with secondary */
439
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomRight {
440
+ right: 86px;
441
+ left: initial;
442
+ }
443
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomRight {
444
+ bottom: 131px;
445
+ }
446
+ /* secondary bubble */
447
+ .stageTeaserSecondaryPromoBubble.stageTeaserBottomRight {
448
+ right: 40px;
449
+ left: initial;
450
+ }
451
+ .stageTeaserSecondaryPromoBubble.stageTeaserBottomRight {
452
+ bottom: 40px;
453
+ top: initial;
454
+ }
455
+
456
+ /*Very small devices - phones*/
457
+ @media screen and (max-width : 652px) {
458
+ /* secondary bubble */
459
+ .stageTeaserSecondaryPromoBubble.stageTeaserBottomRight {
460
+ right: 46px;
461
+ left: initial;
462
+ bottom: 48px;
463
+ top: initial;
464
+ }
465
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomRight {
466
+ right: 6px;
467
+ left: initial;
468
+ bottom: 102px;
469
+ }
470
+ }
471
+
472
+ /*All small devices - phones*/
473
+ @media screen and (min-width : 652px) and (max-width : 768px) {
474
+ /* secondary bubble */
475
+ .stageTeaserSecondaryPromoBubble.stageTeaserBottomRight {
476
+ right: 192px;
477
+ left: initial;
478
+ bottom: 48px;
479
+ top: initial;
480
+ }
481
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomRight {
482
+ right: 128px;
483
+ left: initial;
484
+ bottom: 102px;
485
+ }
486
+ }
487
+
488
+ /*Tablet - md*/
489
+ @media only screen and (min-width : 769px) and (max-width : 990px) {
490
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomRight {
491
+ right: 48px;
492
+ left: initial;
493
+ bottom: 128px;
494
+ }
495
+ /* secondary bubble */
496
+ .stageTeaserSecondaryPromoBubble.stageTeaserBottomRight {
497
+ right: 22px;
498
+ left: initial;
499
+ bottom: 60px;
500
+ top: initial;
501
+ }
502
+ }
503
+
504
+ /*Tablet - lg*/
505
+ @media only screen and (min-width : 990px) and (max-width : 1024px) {
506
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomRight {
507
+ right: 48px;
508
+ left: initial;
509
+ bottom: 128px;
510
+ }
511
+ /* secondary bubble */
512
+ .stageTeaserSecondaryPromoBubble.stageTeaserBottomRight {
513
+ right: 22px;
514
+ left: initial;
515
+ bottom: 60px;
516
+ top: initial;
517
+ }
518
+ }
519
+
520
+ /*Desktop, Laptop & Large Desktops*/
521
+ @media only screen and (min-width : 1025px) {
522
+ }
523
+
524
+ /*Extra Large Screens*/
525
+ @media only screen and (min-width : 2000px) {
526
+ }
527
+ /* primary bubble */
528
+ .stageTeaserPromoBubble.stageTeaserBottomLeft {
529
+ left: 40px;
530
+ }
531
+ .stageTeaserPromoBubble.stageTeaserBottomLeft {
532
+ bottom: 40px;
533
+ }
534
+
535
+ /* primary with secondary */
536
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomLeft {
537
+ left: 86px;
538
+ right: initial;
539
+ }
540
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomLeft {
541
+ bottom: 131px;
542
+ }
543
+ /* secondary bubble */
544
+ .stageTeaserSecondaryPromoBubble.stageTeaserBottomLeft {
545
+ left: 40px;
546
+ right: initial;
547
+ }
548
+ .stageTeaserSecondaryPromoBubble.stageTeaserBottomLeft {
549
+ bottom: 40px;
550
+ top: initial;
551
+ }
552
+
553
+
554
+ /*All small devices - phones*/
555
+ @media screen and (max-width : 768px) {
556
+ /* secondary bubble */
557
+ .stageTeaserSecondaryPromoBubble.stageTeaserBottomLeft {
558
+ left: 58px;
559
+ right: initial;
560
+ bottom: 48px;
561
+ top: initial;
562
+ }
563
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomLeft {
564
+ left: 8px;
565
+ right: initial;
566
+ bottom: 102px;
567
+ }
568
+ }
569
+
570
+ /*Tablet - md*/
571
+ @media only screen and (min-width : 769px) and (max-width : 990px) {
572
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomLeft {
573
+ left: 48px;
574
+ right: initial;
575
+ bottom: 128px;
576
+ }
577
+ /* secondary bubble */
578
+ .stageTeaserSecondaryPromoBubble.stageTeaserBottomLeft {
579
+ left: 22px;
580
+ right: initial;
581
+ bottom: 60px;
582
+ top: initial;
583
+ }
584
+ }
585
+
586
+ /*Tablet - lg*/
587
+ @media only screen and (min-width : 990px) and (max-width : 1024px) {
588
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserBottomLeft {
589
+ left: 48px;
590
+ right: initial;
591
+ bottom: 128px;
592
+ }
593
+ /* secondary bubble */
594
+ .stageTeaserSecondaryPromoBubble.stageTeaserBottomLeft {
595
+ left: 22px;
596
+ right: initial;
597
+ bottom: 60px;
598
+ top: initial;
599
+ }
600
+ }
601
+
602
+ /*Desktop, Laptop & Large Desktops*/
603
+ @media only screen and (min-width : 1025px) {
604
+ }
605
+
606
+ /*Extra Large Screens*/
607
+ @media only screen and (min-width : 2000px) {
608
+ }
609
+ /* primary bubble */
610
+ .stageTeaserPromoBubble.stageTeaserTopLeft {
611
+ left: 40px;
612
+ }
613
+ .stageTeaserPromoBubble.stageTeaserTopLeft {
614
+ top: 40px;
615
+ }
616
+
617
+ @media screen and (max-width : 568px) {
618
+ .stageTeaserSecondaryPromoBubble.stageTeaserTopLeft {
619
+ left: 38px;
620
+ right: initial;
621
+ top: 68px;
622
+ bottom: initial;
623
+ }
624
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopLeft {
625
+ left: 2px;
626
+ right: initial;
627
+ top: -12px;
628
+ }
629
+ }
630
+
631
+ @media screen and (min-width : 568px) and (max-width : 768px) {
632
+ .stageTeaserSecondaryPromoBubble.stageTeaserTopLeft {
633
+ left: 112px;
634
+ right: initial;
635
+ top: 68px;
636
+ bottom: initial;
637
+ }
638
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopLeft {
639
+ left: 61px;
640
+ right: initial;
641
+ top: -12px;
642
+ }
643
+ }
644
+
645
+ @media screen and (width : 768px) {
646
+ .stageTeaserSecondaryPromoBubble.stageTeaserTopLeft {
647
+ left: 132px;
648
+ right: initial;
649
+ top: 84px;
650
+ bottom: initial;
651
+ }
652
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopLeft {
653
+ left: 61px;
654
+ right: initial;
655
+ top: -12px;
656
+ }
657
+ }
658
+
659
+
660
+ /*All small devices - phones*/
661
+
662
+ /*Tablet - md*/
663
+ @media only screen and (min-width : 769px) and (max-width : 990px) {
664
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopLeft {
665
+ left: 0px;
666
+ right: initial;
667
+ top: 18px;
668
+ }
669
+ /* secondary bubble */
670
+ .stageTeaserSecondaryPromoBubble.stageTeaserTopLeft {
671
+ left: -33px;
672
+ right: initial;
673
+ top: 111px;
674
+ bottom: initial;
675
+ }
676
+ }
677
+
678
+ /*Tablet - lg*/
679
+ @media only screen and (min-width : 990px) and (max-width : 1024px) {
680
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopLeft {
681
+ left: 22px;
682
+ right: initial;
683
+ top: 22px;
684
+ }
685
+ /* secondary bubble */
686
+ .stageTeaserSecondaryPromoBubble.stageTeaserTopLeft {
687
+ left: -22px;
688
+ right: initial;
689
+ top: 108px;
690
+ bottom: initial;
691
+ }
692
+ }
693
+
694
+ /*Desktop, Laptop & Large Desktops*/
695
+ @media only screen and (min-width : 1025px) and (max-width : 2000px) {
696
+ /* primary with secondary */
697
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopLeft {
698
+ left: 72px;
699
+ right: initial;
700
+ top: 12px;
701
+ }
702
+ /* secondary bubble */
703
+ .stageTeaserSecondaryPromoBubble.stageTeaserTopLeft {
704
+ left: 20px;
705
+ right: initial;
706
+ top: 126px;
707
+ bottom: initial;
708
+ }
709
+ }
710
+
711
+ /*Extra Large Screens*/
712
+ @media only screen and (min-width : 2000px) {
713
+
714
+ /* primary with secondary */
715
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopLeft {
716
+ left: 0px;
717
+ right: initial;
718
+ top: 12px;
719
+ }
720
+ /* secondary bubble */
721
+ .stageTeaserSecondaryPromoBubble.stageTeaserTopLeft {
722
+ left: -62px;
723
+ right: initial;
724
+ top: 41px;
725
+ bottom: initial;
726
+ }
727
+
728
+
729
+ }
730
+ /* primary bubble */
731
+ .stageTeaserPromoBubble.stageTeaserTopRight {
732
+ right: 40px;
733
+ }
734
+ .stageTeaserPromoBubble.stageTeaserTopRight {
735
+ top: 40px;
736
+ }
737
+
738
+ @media screen and (max-width : 568px) {
739
+ .stageTeaserSecondaryPromoBubble.stageTeaserTopRight {
740
+ right: 38px;
741
+ left: initial;
742
+ top: 68px;
743
+ bottom: initial;
744
+ }
745
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopRight {
746
+ right: 2px;
747
+ left: initial;
748
+ top: -12px;
749
+ }
750
+ }
751
+
752
+ @media screen and (min-width : 568px) and (max-width : 768px) {
753
+ .stageTeaserSecondaryPromoBubble.stageTeaserTopRight {
754
+ right: 112px;
755
+ left: initial;
756
+ top: 68px;
757
+ bottom: initial;
758
+ }
759
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopRight {
760
+ right: 61px;
761
+ left: initial;
762
+ top: -12px;
763
+ }
764
+ }
765
+
766
+ @media screen and (width : 768px) {
767
+ .stageTeaserSecondaryPromoBubble.stageTeaserTopRight {
768
+ right: 132px;
769
+ left: initial;
770
+ top: 84px;
771
+ bottom: initial;
772
+ }
773
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopRight {
774
+ right: 61px;
775
+ left: initial;
776
+ top: -12px;
777
+ }
778
+ }
779
+
780
+
781
+ /*All small devices - phones*/
782
+
783
+ /*Tablet - md*/
784
+ @media only screen and (min-width : 769px) and (max-width : 990px) {
785
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopRight {
786
+ right: 72px;
787
+ left: initial;
788
+ top: 18px;
789
+ }
790
+ /* secondary bubble */
791
+ .stageTeaserSecondaryPromoBubble.stageTeaserTopRight {
792
+ right: 24px;
793
+ left: initial;
794
+ top: 111px;
795
+ bottom: initial;
796
+ }
797
+ }
798
+
799
+ /*Tablet - lg*/
800
+ @media only screen and (min-width : 990px) and (max-width : 1024px) {
801
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopRight {
802
+ right: 78px;
803
+ left: initial;
804
+ top: 22px;
805
+ }
806
+ /* secondary bubble */
807
+ .stageTeaserSecondaryPromoBubble.stageTeaserTopRight {
808
+ right: 26px;
809
+ left: initial;
810
+ top: 108px;
811
+ bottom: initial;
812
+ }
813
+ }
814
+
815
+ /*Desktop, Laptop & Large Desktops*/
816
+ @media only screen and (min-width : 1025px) and (max-width : 2000px) {
817
+ /* primary with secondary */
818
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopRight {
819
+ right: 72px;
820
+ left: initial;
821
+ top: 12px;
822
+ }
823
+ /* secondary bubble */
824
+ .stageTeaserSecondaryPromoBubble.stageTeaserTopRight {
825
+ right: 20px;
826
+ left: initial;
827
+ top: 126px;
828
+ bottom: initial;
829
+ }
830
+ }
831
+
832
+ /*Extra Large Screens*/
833
+ @media only screen and (min-width : 2000px) {
834
+
835
+ /* primary with secondary */
836
+ .stageTeaserPrimaryWithSecondaryBubble.stageTeaserPromoBubble.stageTeaserTopRight {
837
+ right: 0px;
838
+ left: initial;
839
+ top: 12px;
840
+ }
841
+ /* secondary bubble */
842
+ .stageTeaserSecondaryPromoBubble.stageTeaserTopRight {
843
+ right: 44px;
844
+ left: initial;
845
+ top: 322px;
846
+ bottom: initial;
847
+ }
848
+
849
+
850
+ }
851
+ .falcon-grey-600 {
852
+ color: #3d3935;
853
+ }
854
+
855
+ .falcon-grey-500 {
856
+ color: #5f5955;
857
+ }
858
+ .falcon-grey-400 {
859
+ color: #86807c;
860
+ }
861
+
862
+ .falcon-grey-100 {
863
+ color: #f7f6f5;
864
+ }
865
+
866
+ .falcon-ice-white {
867
+ color: #ffffff;
868
+ }
869
+ .falcon-background-grey-100 {
870
+ background-color: #f7f6f5;
871
+ }
872
+ .falcon-background-ice-white {
873
+ background-color: #ffffff;
874
+ }
875
+ .falcon-background-transparent {
876
+ background-color: transparent;
877
+ }
878
+
879
+ .falcon-gradient-rubyglow-diagonal {
880
+ border-radius: 8px;
881
+ background: linear-gradient(93.71deg, #e2271e -0.37%, #ef7c3c 100%);
882
+ }
883
+ .falcon-gradient-rubyglow-vertical {
884
+ border-radius: 8px;
885
+ background: linear-gradient(180deg, #e2271e 0%, #ef7c3c 100%);
886
+ }
887
+ .falcon-gradient-rubyglow-v2-diagonal {
888
+ border-radius: 8px;
889
+ background: linear-gradient(93.71deg, #D91219 -0.37%, #F19202 100%);
890
+ }
891
+ .falcon-gradient-rubyglow-v2-vertical {
892
+ border-radius: 8px;
893
+ background: linear-gradient(180deg, #DB0F16 0%, #F39200 100%);
894
+ }
895
+ .falcon-gradient-pinksky-diagonal {
896
+ background: linear-gradient(98.52deg, #d093a6 -0.35%, #e7c9bc 100.35%);
897
+ border-radius: 8px;
898
+ }
899
+ .falcon-gradient-pinksky-vertical {
900
+ background: linear-gradient(180deg, #d093a6 0%, #e7c9bc 100%);
901
+ border-radius: 8px;
902
+ }
903
+ .falcon-gradient-bluehaze-diagonal {
904
+ background: linear-gradient(98.52deg, #7899bd -0.35%, #b8d0e3 100.35%);
905
+ border-radius: 8px;
906
+ }
907
+ .falcon-gradient-bluehaze-vertical {
908
+ background: linear-gradient(180deg, #7899bd 0%, #b8d0e3 100%);
909
+ border-radius: 8px;
910
+ }
911
+ .falcon-gradient-greencloud-diagonal {
912
+ background: linear-gradient(99.06deg, #8d989b -0.35%, #f8edd2 105.52%);
913
+ border-radius: 8px;
914
+ }
915
+ .falcon-gradient-greencloud-vertical {
916
+ background: linear-gradient(180deg, #8d989b 0%, #f8edd2 100%);
917
+ border-radius: 8px;
918
+ }
919
+ .falcon-gradient-peachfog-diagonal {
920
+ background: linear-gradient(98.52deg, #9c8a95 -0.35%, #f6d6b3 100.35%);
921
+ border-radius: 8px;
922
+ }
923
+ .falcon-gradient-peachfog-vertical {
924
+ background: linear-gradient(180deg, #9c8a95 0%, #f6d6b3 100%);
925
+ border-radius: 8px;
926
+ }
927
+ .falcon-gradient-orange-diagonal {
928
+ background: linear-gradient(105deg, #EF7C3C 0%, #E2271E 100%);
929
+ border-radius: 4px 0;
930
+ }
931
+ .falcon-gradient-dark-blue-haze{
932
+ background: linear-gradient(239deg, #4F87C1 52.95%, rgba(94, 148, 207, 0) 111%);
933
+ border-radius: 4px 0;
934
+ }
935
+
936
+ .falcon-def-transparancy {
937
+ background: rgba(0, 0, 0, 1);
938
938
  }
939
939
  /* center a block element */
940
940
  /* use this to any of the pseudo elements as these are the mandatory properties */