@kaizen/components 1.61.2 → 1.62.0

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 (74) hide show
  1. package/codemods/README.md +0 -1
  2. package/dist/cjs/{__containers__/GuidanceBlock/v2 → GuidanceBlock}/GuidanceBlock.cjs +6 -6
  3. package/dist/cjs/GuidanceBlock/GuidanceBlock.module.scss.cjs +33 -0
  4. package/dist/cjs/Modal/ConfirmationModal/ConfirmationModal.cjs +1 -1
  5. package/dist/cjs/__future__/Select/Select.cjs +1 -6
  6. package/dist/cjs/__future__/Select/subcomponents/ListBox/ListBox.cjs +1 -2
  7. package/dist/cjs/__future__/Select/subcomponents/ListBox/ListBox.module.scss.cjs +1 -2
  8. package/dist/cjs/__layout__/Workflow/v2/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs +2 -4
  9. package/dist/cjs/__layout__/Workflow/v3/subcomponents/Footer/components/ProgressStepper/ProgressStepper.cjs +2 -3
  10. package/dist/cjs/index.cjs +2 -2
  11. package/dist/esm/{__containers__/GuidanceBlock/v2 → GuidanceBlock}/GuidanceBlock.mjs +6 -6
  12. package/dist/esm/GuidanceBlock/GuidanceBlock.module.scss.mjs +31 -0
  13. package/dist/esm/Modal/ConfirmationModal/ConfirmationModal.mjs +1 -1
  14. package/dist/esm/__future__/Select/Select.mjs +1 -6
  15. package/dist/esm/__future__/Select/subcomponents/ListBox/ListBox.mjs +1 -2
  16. package/dist/esm/__future__/Select/subcomponents/ListBox/ListBox.module.scss.mjs +1 -2
  17. package/dist/esm/__layout__/Workflow/v2/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs +2 -4
  18. package/dist/esm/__layout__/Workflow/v3/subcomponents/Footer/components/ProgressStepper/ProgressStepper.mjs +2 -3
  19. package/dist/esm/index.mjs +1 -1
  20. package/dist/styles.css +1450 -1777
  21. package/dist/types/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/GuidanceBlock.d.ts +4 -4
  22. package/dist/types/index.d.ts +1 -1
  23. package/package.json +3 -3
  24. package/src/Collapsible/Collapsible/_docs/Collapsible.mdx +0 -2
  25. package/src/Filter/FilterSelect/FilterSelect.spec.tsx +1 -3
  26. package/src/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/GuidanceBlock.module.scss +2 -2
  27. package/src/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/_docs/GuidanceBlock.mdx +2 -2
  28. package/src/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/_docs/GuidanceBlock.stickersheet.stories.tsx +1 -1
  29. package/src/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/_docs/GuidanceBlock.stories.tsx +1 -1
  30. package/src/Modal/ConfirmationModal/ConfirmationModal.tsx +5 -1
  31. package/src/MultiSelect/subcomponents/Popover/Popover.module.scss +1 -0
  32. package/src/__future__/Select/Select.spec.tsx +4 -4
  33. package/src/__future__/Select/Select.tsx +1 -10
  34. package/src/__future__/Select/subcomponents/ListBox/ListBox.module.scss +3 -3
  35. package/src/__future__/Select/subcomponents/ListBox/ListBox.tsx +1 -1
  36. package/src/__layout__/Workflow/v2/subcomponents/Footer/components/ProgressStepper/ProgressStepper.module.scss +8 -2
  37. package/src/__layout__/Workflow/v2/subcomponents/Footer/components/ProgressStepper/ProgressStepper.tsx +2 -7
  38. package/src/__layout__/Workflow/v3/subcomponents/Footer/components/ProgressStepper/ProgressStepper.module.css +5 -0
  39. package/src/__layout__/Workflow/v3/subcomponents/Footer/components/ProgressStepper/ProgressStepper.tsx +2 -6
  40. package/src/index.ts +1 -2
  41. package/codemods/updateGuidanceBlockVariantProp/index.ts +0 -19
  42. package/codemods/updateGuidanceBlockVariantProp/transformGuidanceBlockVariantProp.spec.ts +0 -135
  43. package/codemods/updateGuidanceBlockVariantProp/transformGuidanceBlockVariantProp.ts +0 -77
  44. package/dist/cjs/__containers__/GuidanceBlock/v1/GuidanceBlock.cjs +0 -160
  45. package/dist/cjs/__containers__/GuidanceBlock/v1/GuidanceBlock.module.scss.cjs +0 -33
  46. package/dist/cjs/__containers__/GuidanceBlock/v2/GuidanceBlock.module.scss.cjs +0 -28
  47. package/dist/cjs/containersV1.cjs +0 -4
  48. package/dist/cjs/containersV2.cjs +0 -4
  49. package/dist/esm/__containers__/GuidanceBlock/v1/GuidanceBlock.mjs +0 -153
  50. package/dist/esm/__containers__/GuidanceBlock/v1/GuidanceBlock.module.scss.mjs +0 -31
  51. package/dist/esm/__containers__/GuidanceBlock/v2/GuidanceBlock.module.scss.mjs +0 -26
  52. package/dist/esm/containersV1.mjs +0 -1
  53. package/dist/esm/containersV2.mjs +0 -1
  54. package/dist/types/__containers__/GuidanceBlock/v2/GuidanceBlock.d.ts +0 -59
  55. package/dist/types/__containers__/GuidanceBlock/v2/index.d.ts +0 -1
  56. package/dist/types/__containers__/v1.d.ts +0 -1
  57. package/dist/types/__containers__/v2.d.ts +0 -1
  58. package/src/__containers__/GuidanceBlock/v2/GuidanceBlock.module.scss +0 -356
  59. package/src/__containers__/GuidanceBlock/v2/GuidanceBlock.spec.tsx +0 -82
  60. package/src/__containers__/GuidanceBlock/v2/GuidanceBlock.tsx +0 -262
  61. package/src/__containers__/GuidanceBlock/v2/_docs/GuidanceBlock.mdx +0 -38
  62. package/src/__containers__/GuidanceBlock/v2/_docs/GuidanceBlock.stickersheet.stories.tsx +0 -118
  63. package/src/__containers__/GuidanceBlock/v2/_docs/GuidanceBlock.stories.tsx +0 -152
  64. package/src/__containers__/GuidanceBlock/v2/index.ts +0 -1
  65. package/src/__containers__/v1.ts +0 -1
  66. package/src/__containers__/v2.ts +0 -1
  67. package/v1/containers/package.json +0 -5
  68. package/v2/containers/package.json +0 -5
  69. /package/dist/types/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/index.d.ts +0 -0
  70. /package/dist/types/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/types.d.ts +0 -0
  71. /package/src/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/GuidanceBlock.spec.tsx +0 -0
  72. /package/src/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/GuidanceBlock.tsx +0 -0
  73. /package/src/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/index.ts +0 -0
  74. /package/src/{__containers__/GuidanceBlock/v1 → GuidanceBlock}/types.ts +0 -0
package/dist/styles.css CHANGED
@@ -106,6 +106,11 @@
106
106
  .ProgressStepper-module_stepperDescription__liW0H {
107
107
  display: flex;
108
108
  justify-content: center;
109
+ font-family: var(--typography-paragraph-small-font-family);
110
+ font-weight: var(--typography-paragraph-small-font-weight);
111
+ font-size: var(--typography-paragraph-small-font-size);
112
+ line-height: var(--typography-paragraph-small-line-height);
113
+ letter-spacing: var(--typography-paragraph-small-letter-spacing);
109
114
 
110
115
  @media (width >= 768px) {
111
116
  /* sr hidden styles */
@@ -123,59 +128,6 @@
123
128
  }
124
129
  }
125
130
 
126
- .FooterRoot-module_footerRoot__DUoiZ {
127
- display: grid;
128
- grid-template-areas: "prev stepper next";
129
- grid-template-columns: 1fr 2fr 1fr;
130
- flex-grow: 1;
131
- justify-content: center;
132
- align-items: center;
133
- padding: var(--spacing-24) var(--spacing-12);
134
- background: var(--color-white);
135
- gap: var(--spacing-16);
136
- border-top: 2px solid rgba(var(--color-gray-600-rgb), 0.1);
137
-
138
- @media (width >= 768px) {
139
- grid-template-columns: 1fr 5fr 1fr;
140
- padding: var(--spacing-24) var(--spacing-32);
141
- position: sticky;
142
- bottom: 0;
143
- z-index: 1;
144
- }
145
- }
146
-
147
- .FooterActions-module_footerAction__yu1mj {
148
- display: flex;
149
- flex-grow: 1;
150
- flex-basis: auto;
151
- }
152
-
153
- .FooterActions-module_footerActionPrevious__C-ejW {
154
- grid-area: "prev";
155
- justify-content: start;
156
- }
157
-
158
- .FooterActions-module_footerActionNext__yLUMV {
159
- grid-area: "next";
160
- justify-content: end;
161
- }
162
-
163
- .Branding-module_branding__bawwf {
164
- justify-content: center;
165
- grid-area: branding;
166
- display: flex;
167
- flex-grow: 1;
168
- padding-top: var(--spacing-4);
169
-
170
- @media (width >= 768px) {
171
- justify-content: unset;
172
- }
173
- }
174
-
175
- .Branding-module_logo__qhM6C {
176
- flex-basis: 7.5rem;
177
- }
178
-
179
131
  .Titles-module_titles__gE8Zb {
180
132
  grid-area: titles;
181
133
  display: flex;
@@ -198,6 +150,22 @@
198
150
  margin-top: var(--spacing-8);
199
151
  }
200
152
 
153
+ .FooterActions-module_footerAction__yu1mj {
154
+ display: flex;
155
+ flex-grow: 1;
156
+ flex-basis: auto;
157
+ }
158
+
159
+ .FooterActions-module_footerActionPrevious__C-ejW {
160
+ grid-area: "prev";
161
+ justify-content: start;
162
+ }
163
+
164
+ .FooterActions-module_footerActionNext__yLUMV {
165
+ grid-area: "next";
166
+ justify-content: end;
167
+ }
168
+
201
169
  .Actions-module_actions__WJwtK {
202
170
  grid-area: actions;
203
171
  display: flex;
@@ -214,6 +182,27 @@
214
182
  }
215
183
  }
216
184
 
185
+ .FooterRoot-module_footerRoot__DUoiZ {
186
+ display: grid;
187
+ grid-template-areas: "prev stepper next";
188
+ grid-template-columns: 1fr 2fr 1fr;
189
+ flex-grow: 1;
190
+ justify-content: center;
191
+ align-items: center;
192
+ padding: var(--spacing-24) var(--spacing-12);
193
+ background: var(--color-white);
194
+ gap: var(--spacing-16);
195
+ border-top: 2px solid rgba(var(--color-gray-600-rgb), 0.1);
196
+
197
+ @media (width >= 768px) {
198
+ grid-template-columns: 1fr 5fr 1fr;
199
+ padding: var(--spacing-24) var(--spacing-32);
200
+ position: sticky;
201
+ bottom: 0;
202
+ z-index: 1;
203
+ }
204
+ }
205
+
217
206
  .Root-module_root__FYpNx {
218
207
  display: grid;
219
208
  background-color: var(--color-white);
@@ -235,68 +224,22 @@
235
224
  }
236
225
  }
237
226
 
238
- /** THIS IS AN AUTOGENERATED FILE **/
239
- /** THIS IS AN AUTOGENERATED FILE **/
240
- .OverlayArrow-module_overlayArrow__hoDyK {
241
- display: flex;
242
- padding: 8px;
243
- }
244
- .OverlayArrow-module_overlayArrow__hoDyK[data-placement=top], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] {
245
- padding: 0 8px;
246
- }
247
- .OverlayArrow-module_overlayArrow__hoDyK[data-placement=left], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] {
248
- padding: 8px 0;
249
- }
250
- .OverlayArrow-module_overlayArrow__hoDyK path {
251
- fill: var(--color-purple-800, #2f2438);
252
- box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
253
- }
254
- .OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] svg {
255
- transform: rotate(90deg);
256
- }
257
- .OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] svg {
258
- transform: rotate(180deg);
259
- }
260
- .OverlayArrow-module_overlayArrow__hoDyK[data-placement=left] svg {
261
- transform: rotate(270deg);
262
- }
263
- .OverlayArrow-module_overlayArrow__hoDyK.OverlayArrow-module_reversed__-WGcR path {
264
- fill: var(--color-white, #ffffff);
265
- }
266
- .MenuItem-module_item__DPerF {
267
- font-family: var(--typography-paragraph-body-font-family);
268
- font-size: var(--typography-paragraph-body-font-size);
269
- letter-spacing: var(--typography-paragraph-body-letter-spacing);
270
- font-weight: var(--typography-paragraph-body-font-weight);
271
- line-height: var(--typography-paragraph-body-line-height);
272
- color: rgba(var(--color-purple-800-rgb), 0.7);
273
- padding: var(--spacing-6) var(--spacing-8);
274
- border: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) transparent;
275
- border-radius: 4px;
227
+ .Branding-module_branding__bawwf {
228
+ justify-content: center;
229
+ grid-area: branding;
276
230
  display: flex;
277
- gap: 0 var(--spacing-8);
278
- align-items: center;
279
- margin-inline: var(--spacing-6);
280
- text-decoration: none;
281
- cursor: pointer;
282
- }
231
+ flex-grow: 1;
232
+ padding-top: var(--spacing-4);
283
233
 
284
- .MenuItem-module_iconWrapper__bRdQN {
285
- flex-shrink: 0;
286
- display: flex;
287
- align-items: center;
234
+ @media (width >= 768px) {
235
+ justify-content: unset;
236
+ }
288
237
  }
289
238
 
290
- .MenuItem-module_item__DPerF[data-focused] {
291
- background-color: var(--color-blue-100);
292
- color: var(--color-blue-500);
293
- outline: none;
294
- border-color: var(--color-blue-500);
239
+ .Branding-module_logo__qhM6C {
240
+ flex-basis: 7.5rem;
295
241
  }
296
242
 
297
- .MenuItem-module_item__DPerF[data-disabled] {
298
- opacity: 0.3;
299
- }
300
243
  .Menu-module_menu__iHYqh {
301
244
  background-color: var(--color-white);
302
245
  color: var(--color-purple-800);
@@ -415,6 +358,40 @@
415
358
  --button-icon-size: var(--spacing-16);
416
359
  gap: var(--spacing-8);
417
360
  }
361
+ .MenuItem-module_item__DPerF {
362
+ font-family: var(--typography-paragraph-body-font-family);
363
+ font-size: var(--typography-paragraph-body-font-size);
364
+ letter-spacing: var(--typography-paragraph-body-letter-spacing);
365
+ font-weight: var(--typography-paragraph-body-font-weight);
366
+ line-height: var(--typography-paragraph-body-line-height);
367
+ color: rgba(var(--color-purple-800-rgb), 0.7);
368
+ padding: var(--spacing-6) var(--spacing-8);
369
+ border: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) transparent;
370
+ border-radius: 4px;
371
+ display: flex;
372
+ gap: 0 var(--spacing-8);
373
+ align-items: center;
374
+ margin-inline: var(--spacing-6);
375
+ text-decoration: none;
376
+ cursor: pointer;
377
+ }
378
+
379
+ .MenuItem-module_iconWrapper__bRdQN {
380
+ flex-shrink: 0;
381
+ display: flex;
382
+ align-items: center;
383
+ }
384
+
385
+ .MenuItem-module_item__DPerF[data-focused] {
386
+ background-color: var(--color-blue-100);
387
+ color: var(--color-blue-500);
388
+ outline: none;
389
+ border-color: var(--color-blue-500);
390
+ }
391
+
392
+ .MenuItem-module_item__DPerF[data-disabled] {
393
+ opacity: 0.3;
394
+ }
418
395
  .Focusable-module_focusableWrapper__NfuIi {
419
396
  display: inline-flex;
420
397
  }
@@ -424,526 +401,213 @@
424
401
  /** THIS IS AN AUTOGENERATED FILE **/
425
402
  /** THIS IS AN AUTOGENERATED FILE **/
426
403
  /** THIS IS AN AUTOGENERATED FILE **/
427
- .GuidanceBlock-module_rightMargin__gIzig {
428
- margin-right: var(--spacing-8, 0.5rem);
429
- }
430
-
431
- .GuidanceBlock-module_noRightMargin__xtPiX {
432
- margin-right: 0;
433
- }
434
-
435
- .GuidanceBlock-module_banner__ng6kh.GuidanceBlock-module_noMaxWidth__V-DbD {
436
- max-width: inherit;
437
- }
438
-
439
- .GuidanceBlock-module_banner__ng6kh {
440
- --border-width: var(--border-width-1);
441
- display: flex;
442
- flex-direction: column;
443
- gap: var(--spacing-sm, 0.75rem);
444
- min-width: 320px;
445
- max-width: 1080px;
446
- border: var(--border-width) var(--border-solid-border-style);
404
+ .Tooltip-module_tooltip__efL1m {
405
+ max-width: 200px;
406
+ padding: var(--spacing-8, 0.5rem) var(--spacing-12, 0.75rem);
407
+ color: var(--color-white, #ffffff);
408
+ text-align: center;
409
+ font-family: var(--typography-paragraph-extra-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
410
+ font-size: var(--typography-paragraph-extra-small-font-size, 0.75rem);
411
+ font-weight: var(--typography-paragraph-extra-small-font-weight, 400);
412
+ letter-spacing: var(--typography-paragraph-extra-small-letter-spacing, normal);
413
+ line-height: var(--typography-paragraph-extra-small-line-height, 1.125rem);
447
414
  border-radius: var(--border-solid-border-radius, 7px);
448
- padding: calc(var(--spacing-lg, 2.25rem) - var(--border-width));
449
415
  box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
450
- position: relative;
451
- top: -1px;
452
- transition: opacity var(--animation-duration-slow, 400ms) ease, margin-top var(--animation-duration-fast, 300ms) var(--animation-duration-slow, 400ms) ease;
416
+ background-color: var(--color-purple-800, #2f2438);
417
+ text-wrap: pretty;
418
+ /* fixes FF gap */
419
+ transform: translate3d(0, 0, 0);
420
+ }
421
+ .Tooltip-module_tooltip__efL1m.Tooltip-module_reversed__NnCbZ {
422
+ background-color: var(--color-white, #ffffff);
453
423
  color: var(--color-purple-800, #2f2438);
454
424
  }
455
- @media (min-width: 1024px) {
456
- .GuidanceBlock-module_banner__ng6kh {
457
- min-height: calc(12rem - var(--spacing-lg, 2.25rem) * 2);
458
- flex-direction: row;
459
- gap: var(--spacing-md, 1.5rem);
460
- width: auto;
461
- align-items: center;
462
- }
425
+ .Tooltip-module_tooltip__efL1m[data-placement=top] {
426
+ --origin: translateY(4px);
463
427
  }
464
- @media (max-width: 767px) {
465
- .GuidanceBlock-module_banner__ng6kh {
466
- min-width: unset;
467
- }
428
+ .Tooltip-module_tooltip__efL1m[data-placement=bottom] {
429
+ --origin: translateY(-4px);
468
430
  }
469
-
470
- .GuidanceBlock-module_illustrationWrapper__-rRYc {
471
- display: flex;
431
+ .Tooltip-module_tooltip__efL1m[data-placement=right] {
432
+ --origin: translateX(-4px);
472
433
  }
473
- @media (min-width: 768px) and (max-width: 1023px) {
474
- .GuidanceBlock-module_illustrationWrapper__-rRYc {
475
- text-align: center;
476
- justify-content: center;
477
- align-self: center;
478
- padding: var(--spacing-sm, 0.75rem);
479
- }
434
+ .Tooltip-module_tooltip__efL1m[data-placement=left] {
435
+ --origin: translateX(4px);
480
436
  }
481
- @media (max-width: 767px) {
482
- .GuidanceBlock-module_illustrationWrapper__-rRYc {
483
- display: none;
484
- }
437
+ .Tooltip-module_tooltip__efL1m[data-entering] {
438
+ animation: Tooltip-module_slide__lFdGA var(--animation-duration-fast, 300ms);
439
+ }
440
+ .Tooltip-module_tooltip__efL1m[data-exiting] {
441
+ animation: Tooltip-module_slide__lFdGA var(--animation-duration-fast, 300ms) reverse var(--animation-easing-function-ease-in, cubic-bezier(0.55, 0.085, 0.68, 0.53));
485
442
  }
486
443
 
487
- .GuidanceBlock-module_illustration__LpEwu {
488
- width: 155px;
489
- height: 155px;
444
+ @keyframes Tooltip-module_slide__lFdGA {
445
+ from {
446
+ transform: var(--origin);
447
+ opacity: 0;
448
+ }
449
+ to {
450
+ transform: translateY(0);
451
+ opacity: 1;
452
+ }
490
453
  }
491
- .GuidanceBlock-module_hasSceneIllustration__HxwOA .GuidanceBlock-module_illustration__LpEwu {
454
+ /** THIS IS AN AUTOGENERATED FILE **/
455
+ /** THIS IS AN AUTOGENERATED FILE **/
456
+ .OverlayArrow-module_overlayArrow__hoDyK {
492
457
  display: flex;
493
- justify-content: center;
494
- max-width: 300px;
495
- max-height: 300px;
496
- width: 300px;
497
- height: auto;
458
+ padding: 8px;
498
459
  }
499
- .GuidanceBlock-module_hasSceneIllustration__HxwOA .GuidanceBlock-module_illustration__LpEwu figure {
500
- max-height: 100%;
501
- max-width: 100%;
502
- aspect-ratio: 4/3;
460
+ .OverlayArrow-module_overlayArrow__hoDyK[data-placement=top], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] {
461
+ padding: 0 8px;
503
462
  }
504
- .GuidanceBlock-module_hasSceneIllustration__HxwOA .GuidanceBlock-module_illustration__LpEwu img {
505
- height: 100%;
506
- object-fit: contain;
507
- object-position: center;
463
+ .OverlayArrow-module_overlayArrow__hoDyK[data-placement=left], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] {
464
+ padding: 8px 0;
508
465
  }
509
-
510
- .GuidanceBlock-module_descriptionContainer__N1EEi {
511
- flex: 1;
512
- text-align: center;
513
- align-self: center;
514
- max-width: 780px;
466
+ .OverlayArrow-module_overlayArrow__hoDyK path {
467
+ fill: var(--color-purple-800, #2f2438);
468
+ box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
515
469
  }
516
- @media (min-width: 1024px) {
517
- .GuidanceBlock-module_descriptionContainer__N1EEi {
518
- padding: 0 var(--spacing-sm, 0.75rem);
519
- text-align: left;
520
- }
470
+ .OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] svg {
471
+ transform: rotate(90deg);
521
472
  }
522
- @media (max-width: 767px) {
523
- .GuidanceBlock-module_descriptionContainer__N1EEi {
524
- margin: var(--spacing-sm, 0.75rem);
525
- max-width: 100%;
526
- }
473
+ .OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] svg {
474
+ transform: rotate(180deg);
527
475
  }
528
- @media (min-width: 1024px) {
529
- [dir=rtl] .GuidanceBlock-module_descriptionContainer__N1EEi {
530
- padding: 0 var(--spacing-sm, 0.75rem);
531
- text-align: right;
532
- }
476
+ .OverlayArrow-module_overlayArrow__hoDyK[data-placement=left] svg {
477
+ transform: rotate(270deg);
533
478
  }
534
-
535
- .GuidanceBlock-module_descriptionAndActions__D206m {
536
- display: flex;
537
- flex: 1;
538
- align-items: center;
539
- justify-content: space-between;
540
- gap: var(--spacing-md, 1.5rem);
479
+ .OverlayArrow-module_overlayArrow__hoDyK.OverlayArrow-module_reversed__-WGcR path {
480
+ fill: var(--color-white, #ffffff);
541
481
  }
542
- @media (max-width: 1023px) {
543
- .GuidanceBlock-module_descriptionAndActions__D206m {
544
- flex-direction: column;
545
- width: 100%;
546
- align-items: unset;
547
- }
482
+ .SVG-module_icon__8J5Ev {
483
+ width: 20px;
484
+ height: 20px;
485
+ display: inline-block;
548
486
  }
549
-
550
- .GuidanceBlock-module_buttonContainer__w3vEh {
551
- display: flex;
552
- flex: 1 0 auto;
553
- justify-content: center;
554
- flex-direction: row-reverse;
555
- gap: var(--spacing-sm, 0.75rem);
556
- min-width: max-content;
487
+ .SVG-module_icon__8J5Ev > use {
488
+ pointer-events: none;
557
489
  }
558
- @media (min-width: 768px) {
559
- .GuidanceBlock-module_buttonContainer__w3vEh {
560
- text-align: center;
490
+ @media screen and (-ms-high-contrast: active) {
491
+ .SVG-module_icon__8J5Ev {
492
+ color: black;
561
493
  }
562
494
  }
563
- @media (max-width: 767px) {
564
- .GuidanceBlock-module_buttonContainer__w3vEh {
565
- flex-direction: column;
566
- width: 100%;
567
- margin-top: var(--spacing-xs, 0.375rem);
495
+ @media screen and (-ms-high-contrast: white-on-black) {
496
+ .SVG-module_icon__8J5Ev {
497
+ color: white;
568
498
  }
569
499
  }
570
- [dir=rtl] .GuidanceBlock-module_buttonContainer__w3vEh svg {
571
- transform: rotate(180deg);
500
+ @media screen and (-ms-high-contrast: black-on-white) {
501
+ .SVG-module_icon__8J5Ev {
502
+ color: black;
503
+ }
572
504
  }
573
505
 
574
- .GuidanceBlock-module_hidden__hgakl {
575
- opacity: 0%;
576
- margin-bottom: 0;
506
+ .SVG-module_inheritSize__Q8iam {
507
+ width: inherit;
508
+ height: inherit;
509
+ display: block;
577
510
  }
578
-
579
- .GuidanceBlock-module_headingWrapper__xqjf- {
580
- margin-bottom: var(--spacing-md, 1.5rem);
511
+ /** THIS IS AN AUTOGENERATED FILE **/
512
+ /** THIS IS AN AUTOGENERATED FILE **/
513
+ /** THIS IS AN AUTOGENERATED FILE **/
514
+ /** THIS IS AN AUTOGENERATED FILE **/
515
+ /* stylelint-disable no-descending-specificity */
516
+ .Avatar-module_wrapper__LY2q2 {
517
+ background: var(--color-gray-300, #eaeaec);
518
+ border-radius: 100%;
519
+ box-sizing: border-box;
520
+ overflow: hidden;
521
+ align-items: center;
522
+ display: flex;
523
+ justify-content: center;
581
524
  }
582
-
583
- .GuidanceBlock-module_cancel__0lcBe {
584
- appearance: none;
585
- display: inline;
586
- background: transparent;
587
- color: inherit;
588
- font: inherit;
589
- margin: 0;
590
- padding: 0;
591
- border: none;
592
- cursor: pointer;
593
- position: absolute;
594
- top: var(--spacing-sm, 0.75rem);
595
- right: var(--spacing-sm, 0.75rem);
596
- color: var(--color-purple-800, #2f2438);
525
+ .Avatar-module_wrapper__LY2q2:not(.Avatar-module_small__PeksS) {
526
+ box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
527
+ border: 3px solid var(--color-white, #ffffff);
597
528
  }
598
- .GuidanceBlock-module_cancel__0lcBe .GuidanceBlock-module_icon__XVKkH {
599
- opacity: 70%;
600
- transition: var(--animation-duration-fast, 300ms) opacity;
529
+ .Avatar-module_wrapper__LY2q2.Avatar-module_personal__2U7-- {
530
+ background: var(--color-orange-100, #fff0e8);
601
531
  }
602
- .GuidanceBlock-module_cancel__0lcBe:disabled .GuidanceBlock-module_icon__XVKkH, .GuidanceBlock-module_cancel__0lcBe.GuidanceBlock-module_disabled__tbZPh .GuidanceBlock-module_icon__XVKkH {
603
- opacity: 30%;
532
+ .Avatar-module_wrapper__LY2q2.Avatar-module_otherUser__b-drl {
533
+ background: var(--color-gray-300, #eaeaec);
604
534
  }
605
- .GuidanceBlock-module_cancel__0lcBe:not(:disabled, .GuidanceBlock-module_disabled__tbZPh):hover .GuidanceBlock-module_icon__XVKkH, .GuidanceBlock-module_cancel__0lcBe:not(:disabled, .GuidanceBlock-module_disabled__tbZPh):focus .GuidanceBlock-module_icon__XVKkH, .GuidanceBlock-module_cancel__0lcBe:not(:disabled, .GuidanceBlock-module_disabled__tbZPh).GuidanceBlock-module_hover__vs7Wu .GuidanceBlock-module_icon__XVKkH {
606
- opacity: 100%;
535
+ .Avatar-module_wrapper__LY2q2.Avatar-module_company__2qtJE {
536
+ border: 0;
537
+ background: var(--color-white, #ffffff);
538
+ padding: 6px;
539
+ border-radius: var(--border-solid-border-radius, 7px);
607
540
  }
608
- .GuidanceBlock-module_cancel__0lcBe:not(:disabled, .GuidanceBlock-module_disabled__tbZPh):active .GuidanceBlock-module_icon__XVKkH, .GuidanceBlock-module_cancel__0lcBe:not(:disabled, .GuidanceBlock-module_disabled__tbZPh).GuidanceBlock-module_active__eJu5N .GuidanceBlock-module_icon__XVKkH {
609
- opacity: 100%;
541
+ .Avatar-module_wrapper__LY2q2.Avatar-module_small__PeksS {
542
+ width: 1.25rem;
543
+ height: 1.25rem;
610
544
  }
611
-
612
- .GuidanceBlock-module_default__W7fnR {
613
- border-color: var(--color-gray-500);
614
- background: var(--color-white);
545
+ .Avatar-module_wrapper__LY2q2.Avatar-module_small__PeksS .Avatar-module_initials__VDY2Q {
546
+ margin-bottom: -1px;
615
547
  }
616
-
617
- .GuidanceBlock-module_expert-advice__uGg7D {
618
- border-color: var(--color-purple-400);
619
- background: var(--color-purple-100, #f4edf8);
548
+ .Avatar-module_wrapper__LY2q2.Avatar-module_small__PeksS.Avatar-module_company__2qtJE {
549
+ padding: 0;
620
550
  }
621
-
622
- .GuidanceBlock-module_inline__DC0LQ,
623
- .GuidanceBlock-module_stacked__2SSuH {
624
- flex-flow: row wrap;
625
- align-items: unset;
626
- gap: var(--spacing-md, 1.5rem);
627
- min-width: unset;
551
+ .Avatar-module_wrapper__LY2q2.Avatar-module_medium__Vy3V8 {
552
+ width: 3rem;
553
+ height: 3rem;
628
554
  }
629
- @media (max-width: 1023px) {
630
- .GuidanceBlock-module_inline__DC0LQ,
631
- .GuidanceBlock-module_stacked__2SSuH {
632
- flex-direction: unset;
633
- }
555
+ .Avatar-module_wrapper__LY2q2.Avatar-module_medium__Vy3V8 .Avatar-module_initials__VDY2Q {
556
+ margin-bottom: -1px;
634
557
  }
635
- .GuidanceBlock-module_inline__DC0LQ .GuidanceBlock-module_illustrationWrapper__-rRYc,
636
- .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_illustrationWrapper__-rRYc {
637
- margin-right: var(--spacing-sm, 0.75rem);
558
+ .Avatar-module_wrapper__LY2q2.Avatar-module_large__qiNWs {
559
+ width: 4.5rem;
560
+ height: 4.5rem;
638
561
  }
639
- [dir=rtl] .GuidanceBlock-module_inline__DC0LQ .GuidanceBlock-module_illustrationWrapper__-rRYc,
640
- [dir=rtl] .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_illustrationWrapper__-rRYc {
641
- margin-left: var(--spacing-sm, 0.75rem);
642
- margin-right: inherit;
562
+ .Avatar-module_wrapper__LY2q2.Avatar-module_xlarge__Vx4IG {
563
+ width: 6rem;
564
+ height: 6rem;
643
565
  }
644
- @media (min-width: 768px) and (max-width: 1023px) {
645
- .GuidanceBlock-module_inline__DC0LQ .GuidanceBlock-module_illustrationWrapper__-rRYc,
646
- .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_illustrationWrapper__-rRYc {
647
- padding: 0;
648
- }
566
+ .Avatar-module_wrapper__LY2q2.Avatar-module_xxlarge__oOoGq {
567
+ width: 7.75rem;
568
+ height: 7.75rem;
649
569
  }
650
- @media (max-width: 767px) {
651
- .GuidanceBlock-module_inline__DC0LQ .GuidanceBlock-module_illustrationWrapper__-rRYc,
652
- .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_illustrationWrapper__-rRYc {
653
- display: flex;
654
- }
570
+ .Avatar-module_wrapper__LY2q2 .Avatar-module_initials__VDY2Q {
571
+ text-decoration: none;
572
+ speak-as: spell-out;
573
+ border-bottom: none;
655
574
  }
656
- .GuidanceBlock-module_inline__DC0LQ .GuidanceBlock-module_descriptionAndActions__D206m,
657
- .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_descriptionAndActions__D206m {
658
- margin: auto 0;
575
+
576
+ .Avatar-module_avatarImage__FuULy {
577
+ width: 100%;
578
+ height: 100%;
579
+ object-fit: cover;
659
580
  }
660
- .GuidanceBlock-module_inline__DC0LQ .GuidanceBlock-module_descriptionContainer__N1EEi,
661
- .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_descriptionContainer__N1EEi {
662
- text-align: left;
663
- max-width: unset;
664
- min-width: 320px;
581
+ .Avatar-module_loading__i9V-D .Avatar-module_avatarImage__FuULy {
582
+ display: none;
665
583
  }
666
- @media (min-width: 1024px) {
667
- .GuidanceBlock-module_inline__DC0LQ .GuidanceBlock-module_descriptionContainer__N1EEi,
668
- .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_descriptionContainer__N1EEi {
669
- padding: 0;
670
- }
584
+
585
+ .Avatar-module_companyAvatarImage__7rlfG {
586
+ object-fit: contain;
587
+ box-sizing: border-box;
588
+ border-radius: 4px;
671
589
  }
672
- @media (max-width: 767px) {
673
- .GuidanceBlock-module_inline__DC0LQ .GuidanceBlock-module_descriptionContainer__N1EEi,
674
- .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_descriptionContainer__N1EEi {
675
- margin: 0;
676
- }
590
+
591
+ .Avatar-module_fallbackIcon__MPWxq {
592
+ color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
593
+ width: 28px;
677
594
  }
678
- [dir=rtl] .GuidanceBlock-module_inline__DC0LQ .GuidanceBlock-module_descriptionContainer__N1EEi,
679
- [dir=rtl] .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_descriptionContainer__N1EEi {
680
- text-align: right;
595
+ .Avatar-module_xxlarge__oOoGq .Avatar-module_fallbackIcon__MPWxq {
596
+ width: 75px;
681
597
  }
682
- @media (min-width: 1024px) {
683
- [dir=rtl] .GuidanceBlock-module_inline__DC0LQ .GuidanceBlock-module_descriptionContainer__N1EEi,
684
- [dir=rtl] .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_descriptionContainer__N1EEi {
685
- padding: 0;
686
- }
598
+ .Avatar-module_xlarge__Vx4IG .Avatar-module_fallbackIcon__MPWxq {
599
+ width: 60px;
687
600
  }
688
- .GuidanceBlock-module_inline__DC0LQ .GuidanceBlock-module_buttonContainer__w3vEh,
689
- .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_buttonContainer__w3vEh {
690
- padding-left: var(--spacing-sm, 0.75rem);
691
- justify-content: flex-start;
692
- width: unset;
693
- min-width: unset;
601
+ .Avatar-module_large__qiNWs .Avatar-module_fallbackIcon__MPWxq {
602
+ width: 35px;
694
603
  }
695
- @media (max-width: 767px) {
696
- .GuidanceBlock-module_inline__DC0LQ .GuidanceBlock-module_buttonContainer__w3vEh,
697
- .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_buttonContainer__w3vEh {
698
- flex-direction: row-reverse;
699
- }
604
+ .Avatar-module_medium__Vy3V8 .Avatar-module_fallbackIcon__MPWxq {
605
+ width: 25px;
606
+ margin-bottom: -1px;
700
607
  }
701
- [dir=rtl] .GuidanceBlock-module_inline__DC0LQ .GuidanceBlock-module_buttonContainer__w3vEh,
702
- [dir=rtl] .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_buttonContainer__w3vEh {
703
- padding-left: 0;
704
- padding-right: var(--spacing-sm, 0.75rem);
705
- }
706
- .GuidanceBlock-module_inline__DC0LQ .GuidanceBlock-module_buttonContainer__w3vEh > *,
707
- .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_buttonContainer__w3vEh > * {
708
- width: unset;
709
- }
710
- .GuidanceBlock-module_inline__DC0LQ.GuidanceBlock-module_hasSceneIllustration__HxwOA,
711
- .GuidanceBlock-module_stacked__2SSuH.GuidanceBlock-module_hasSceneIllustration__HxwOA {
712
- justify-content: center;
713
- }
714
- .GuidanceBlock-module_inline__DC0LQ.GuidanceBlock-module_centerContent__pS9uQ,
715
- .GuidanceBlock-module_stacked__2SSuH.GuidanceBlock-module_centerContent__pS9uQ {
716
- flex-direction: column;
717
- }
718
- .GuidanceBlock-module_inline__DC0LQ.GuidanceBlock-module_centerContent__pS9uQ.GuidanceBlock-module_hasSceneIllustration__HxwOA .GuidanceBlock-module_illustration__LpEwu,
719
- .GuidanceBlock-module_stacked__2SSuH.GuidanceBlock-module_centerContent__pS9uQ.GuidanceBlock-module_hasSceneIllustration__HxwOA .GuidanceBlock-module_illustration__LpEwu {
720
- width: 100%;
721
- }
722
- .GuidanceBlock-module_inline__DC0LQ.GuidanceBlock-module_centerContent__pS9uQ .GuidanceBlock-module_illustrationWrapper__-rRYc,
723
- .GuidanceBlock-module_stacked__2SSuH.GuidanceBlock-module_centerContent__pS9uQ .GuidanceBlock-module_illustrationWrapper__-rRYc {
724
- margin: 0 auto;
725
- align-self: center;
726
- }
727
- .GuidanceBlock-module_inline__DC0LQ.GuidanceBlock-module_centerContent__pS9uQ .GuidanceBlock-module_descriptionContainer__N1EEi,
728
- .GuidanceBlock-module_stacked__2SSuH.GuidanceBlock-module_centerContent__pS9uQ .GuidanceBlock-module_descriptionContainer__N1EEi {
729
- text-align: center;
730
- min-width: unset;
731
- }
732
- [dir=rtl] .GuidanceBlock-module_inline__DC0LQ.GuidanceBlock-module_centerContent__pS9uQ .GuidanceBlock-module_descriptionContainer__N1EEi,
733
- [dir=rtl] .GuidanceBlock-module_stacked__2SSuH.GuidanceBlock-module_centerContent__pS9uQ .GuidanceBlock-module_descriptionContainer__N1EEi {
734
- text-align: center;
735
- }
736
- .GuidanceBlock-module_inline__DC0LQ.GuidanceBlock-module_centerContent__pS9uQ .GuidanceBlock-module_buttonContainer__w3vEh,
737
- .GuidanceBlock-module_stacked__2SSuH.GuidanceBlock-module_centerContent__pS9uQ .GuidanceBlock-module_buttonContainer__w3vEh {
738
- padding: 0;
739
- flex-direction: column;
740
- min-width: unset;
741
- justify-content: center;
742
- }
743
- .GuidanceBlock-module_inline__DC0LQ.GuidanceBlock-module_centerContent__pS9uQ.GuidanceBlock-module_smallScreenTextAlignment__iaw5d .GuidanceBlock-module_descriptionContainer__N1EEi,
744
- .GuidanceBlock-module_stacked__2SSuH.GuidanceBlock-module_centerContent__pS9uQ.GuidanceBlock-module_smallScreenTextAlignment__iaw5d .GuidanceBlock-module_descriptionContainer__N1EEi {
745
- text-align: left;
746
- }
747
- [dir=rtl] .GuidanceBlock-module_inline__DC0LQ.GuidanceBlock-module_centerContent__pS9uQ.GuidanceBlock-module_smallScreenTextAlignment__iaw5d .GuidanceBlock-module_descriptionContainer__N1EEi,
748
- [dir=rtl] .GuidanceBlock-module_stacked__2SSuH.GuidanceBlock-module_centerContent__pS9uQ.GuidanceBlock-module_smallScreenTextAlignment__iaw5d .GuidanceBlock-module_descriptionContainer__N1EEi {
749
- text-align: right;
750
- }
751
-
752
- /* stylelint-disable no-descending-specificity */
753
- .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_descriptionAndActions__D206m {
754
- flex-direction: column;
755
- align-items: unset;
756
- }
757
- .GuidanceBlock-module_stacked__2SSuH .GuidanceBlock-module_descriptionContainer__N1EEi {
758
- align-self: flex-start;
759
- }
760
-
761
- /* stylelint-enable no-descending-specificity */
762
- /** THIS IS AN AUTOGENERATED FILE **/
763
- /** THIS IS AN AUTOGENERATED FILE **/
764
- /** THIS IS AN AUTOGENERATED FILE **/
765
- /** THIS IS AN AUTOGENERATED FILE **/
766
- /** THIS IS AN AUTOGENERATED FILE **/
767
- /** THIS IS AN AUTOGENERATED FILE **/
768
- .Tooltip-module_tooltip__efL1m {
769
- max-width: 200px;
770
- padding: var(--spacing-8, 0.5rem) var(--spacing-12, 0.75rem);
771
- color: var(--color-white, #ffffff);
772
- text-align: center;
773
- font-family: var(--typography-paragraph-extra-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
774
- font-size: var(--typography-paragraph-extra-small-font-size, 0.75rem);
775
- font-weight: var(--typography-paragraph-extra-small-font-weight, 400);
776
- letter-spacing: var(--typography-paragraph-extra-small-letter-spacing, normal);
777
- line-height: var(--typography-paragraph-extra-small-line-height, 1.125rem);
778
- border-radius: var(--border-solid-border-radius, 7px);
779
- box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
780
- background-color: var(--color-purple-800, #2f2438);
781
- text-wrap: pretty;
782
- /* fixes FF gap */
783
- transform: translate3d(0, 0, 0);
784
- }
785
- .Tooltip-module_tooltip__efL1m.Tooltip-module_reversed__NnCbZ {
786
- background-color: var(--color-white, #ffffff);
787
- color: var(--color-purple-800, #2f2438);
788
- }
789
- .Tooltip-module_tooltip__efL1m[data-placement=top] {
790
- --origin: translateY(4px);
791
- }
792
- .Tooltip-module_tooltip__efL1m[data-placement=bottom] {
793
- --origin: translateY(-4px);
794
- }
795
- .Tooltip-module_tooltip__efL1m[data-placement=right] {
796
- --origin: translateX(-4px);
797
- }
798
- .Tooltip-module_tooltip__efL1m[data-placement=left] {
799
- --origin: translateX(4px);
800
- }
801
- .Tooltip-module_tooltip__efL1m[data-entering] {
802
- animation: Tooltip-module_slide__lFdGA var(--animation-duration-fast, 300ms);
803
- }
804
- .Tooltip-module_tooltip__efL1m[data-exiting] {
805
- animation: Tooltip-module_slide__lFdGA var(--animation-duration-fast, 300ms) reverse var(--animation-easing-function-ease-in, cubic-bezier(0.55, 0.085, 0.68, 0.53));
806
- }
807
-
808
- @keyframes Tooltip-module_slide__lFdGA {
809
- from {
810
- transform: var(--origin);
811
- opacity: 0;
812
- }
813
- to {
814
- transform: translateY(0);
815
- opacity: 1;
816
- }
817
- }
818
- .SVG-module_icon__8J5Ev {
819
- width: 20px;
820
- height: 20px;
821
- display: inline-block;
822
- }
823
- .SVG-module_icon__8J5Ev > use {
824
- pointer-events: none;
825
- }
826
- @media screen and (-ms-high-contrast: active) {
827
- .SVG-module_icon__8J5Ev {
828
- color: black;
829
- }
830
- }
831
- @media screen and (-ms-high-contrast: white-on-black) {
832
- .SVG-module_icon__8J5Ev {
833
- color: white;
834
- }
835
- }
836
- @media screen and (-ms-high-contrast: black-on-white) {
837
- .SVG-module_icon__8J5Ev {
838
- color: black;
839
- }
840
- }
841
-
842
- .SVG-module_inheritSize__Q8iam {
843
- width: inherit;
844
- height: inherit;
845
- display: block;
846
- }
847
- /** THIS IS AN AUTOGENERATED FILE **/
848
- /** THIS IS AN AUTOGENERATED FILE **/
849
- /** THIS IS AN AUTOGENERATED FILE **/
850
- /** THIS IS AN AUTOGENERATED FILE **/
851
- /* stylelint-disable no-descending-specificity */
852
- .Avatar-module_wrapper__LY2q2 {
853
- background: var(--color-gray-300, #eaeaec);
854
- border-radius: 100%;
855
- box-sizing: border-box;
856
- overflow: hidden;
857
- align-items: center;
858
- display: flex;
859
- justify-content: center;
860
- }
861
- .Avatar-module_wrapper__LY2q2:not(.Avatar-module_small__PeksS) {
862
- box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
863
- border: 3px solid var(--color-white, #ffffff);
864
- }
865
- .Avatar-module_wrapper__LY2q2.Avatar-module_personal__2U7-- {
866
- background: var(--color-orange-100, #fff0e8);
867
- }
868
- .Avatar-module_wrapper__LY2q2.Avatar-module_otherUser__b-drl {
869
- background: var(--color-gray-300, #eaeaec);
870
- }
871
- .Avatar-module_wrapper__LY2q2.Avatar-module_company__2qtJE {
872
- border: 0;
873
- background: var(--color-white, #ffffff);
874
- padding: 6px;
875
- border-radius: var(--border-solid-border-radius, 7px);
876
- }
877
- .Avatar-module_wrapper__LY2q2.Avatar-module_small__PeksS {
878
- width: 1.25rem;
879
- height: 1.25rem;
880
- }
881
- .Avatar-module_wrapper__LY2q2.Avatar-module_small__PeksS .Avatar-module_initials__VDY2Q {
882
- margin-bottom: -1px;
883
- }
884
- .Avatar-module_wrapper__LY2q2.Avatar-module_small__PeksS.Avatar-module_company__2qtJE {
885
- padding: 0;
886
- }
887
- .Avatar-module_wrapper__LY2q2.Avatar-module_medium__Vy3V8 {
888
- width: 3rem;
889
- height: 3rem;
890
- }
891
- .Avatar-module_wrapper__LY2q2.Avatar-module_medium__Vy3V8 .Avatar-module_initials__VDY2Q {
892
- margin-bottom: -1px;
893
- }
894
- .Avatar-module_wrapper__LY2q2.Avatar-module_large__qiNWs {
895
- width: 4.5rem;
896
- height: 4.5rem;
897
- }
898
- .Avatar-module_wrapper__LY2q2.Avatar-module_xlarge__Vx4IG {
899
- width: 6rem;
900
- height: 6rem;
901
- }
902
- .Avatar-module_wrapper__LY2q2.Avatar-module_xxlarge__oOoGq {
903
- width: 7.75rem;
904
- height: 7.75rem;
905
- }
906
- .Avatar-module_wrapper__LY2q2 .Avatar-module_initials__VDY2Q {
907
- text-decoration: none;
908
- speak-as: spell-out;
909
- border-bottom: none;
910
- }
911
-
912
- .Avatar-module_avatarImage__FuULy {
913
- width: 100%;
914
- height: 100%;
915
- object-fit: cover;
916
- }
917
- .Avatar-module_loading__i9V-D .Avatar-module_avatarImage__FuULy {
918
- display: none;
919
- }
920
-
921
- .Avatar-module_companyAvatarImage__7rlfG {
922
- object-fit: contain;
923
- box-sizing: border-box;
924
- border-radius: 4px;
925
- }
926
-
927
- .Avatar-module_fallbackIcon__MPWxq {
928
- color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
929
- width: 28px;
930
- }
931
- .Avatar-module_xxlarge__oOoGq .Avatar-module_fallbackIcon__MPWxq {
932
- width: 75px;
933
- }
934
- .Avatar-module_xlarge__Vx4IG .Avatar-module_fallbackIcon__MPWxq {
935
- width: 60px;
936
- }
937
- .Avatar-module_large__qiNWs .Avatar-module_fallbackIcon__MPWxq {
938
- width: 35px;
939
- }
940
- .Avatar-module_medium__Vy3V8 .Avatar-module_fallbackIcon__MPWxq {
941
- width: 25px;
942
- margin-bottom: -1px;
943
- }
944
- .Avatar-module_small__PeksS .Avatar-module_fallbackIcon__MPWxq {
945
- width: 10px;
946
- margin-bottom: -1px;
608
+ .Avatar-module_small__PeksS .Avatar-module_fallbackIcon__MPWxq {
609
+ width: 10px;
610
+ margin-bottom: -1px;
947
611
  }
948
612
 
949
613
  .Avatar-module_initials__VDY2Q {
@@ -5349,7 +5013,8 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
5349
5013
  display: grid;
5350
5014
  max-height: 22rem;
5351
5015
  }
5352
- .ListBox-module_listBox__Uf6Mc.ListBox-module_focus__yrwu3 {
5016
+
5017
+ .ListBox-module_listBox__Uf6Mc:focus-visible {
5353
5018
  outline: none;
5354
5019
  }
5355
5020
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -5613,609 +5278,971 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
5613
5278
  /** THIS IS AN AUTOGENERATED FILE **/
5614
5279
  /** THIS IS AN AUTOGENERATED FILE **/
5615
5280
  /** THIS IS AN AUTOGENERATED FILE **/
5616
- /** THIS IS AN AUTOGENERATED FILE **/
5617
- /** THIS IS AN AUTOGENERATED FILE **/
5618
- /** THIS IS AN AUTOGENERATED FILE **/
5619
- /** THIS IS AN AUTOGENERATED FILE **/
5620
- .GenericNotification-module_notification__-JP1M {
5621
- display: flex;
5622
- box-sizing: border-box;
5623
- pointer-events: all;
5624
- }
5625
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_inline__OciO5, .GenericNotification-module_notification__-JP1M.GenericNotification-module_toast__GOVfC {
5626
- margin-bottom: var(--spacing-24, 1.5rem);
5627
- border-width: var(--border-width-1);
5628
- border-style: solid;
5629
- border-radius: var(--border-solid-border-radius, 7px);
5281
+ .GuidanceBlock-module_rightMargin__-iEFa {
5282
+ margin-right: var(--spacing-8, 0.5rem);
5630
5283
  }
5631
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_inline__OciO5 {
5632
- width: auto;
5633
- min-height: 46px;
5634
- padding: calc(var(--spacing-6, 0.375rem) - var(--border-width-1)) var(--spacing-12, 0.75rem);
5635
- transition: opacity 200ms ease, transform 200ms ease-out, margin-top 200ms ease, margin-bottom 200ms ease;
5284
+
5285
+ .GuidanceBlock-module_noRightMargin__4Uy9N {
5286
+ margin-right: 0;
5636
5287
  }
5637
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_toast__GOVfC {
5638
- container-type: inline-size;
5639
- width: 25rem;
5640
- box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
5641
- max-width: 100%;
5642
- padding: calc(var(--spacing-6, 0.375rem) - var(--border-width-1)) 10px;
5643
- transition: opacity 200ms ease, transform 300ms ease-out, margin-top 200ms ease 200ms, margin-bottom 200ms ease;
5644
- will-change: transform;
5288
+
5289
+ .GuidanceBlock-module_banner__FxKcd.GuidanceBlock-module_noMaxWidth__UzHP1 {
5290
+ max-width: inherit;
5645
5291
  }
5646
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_global__Weka- {
5647
- width: 100%;
5292
+
5293
+ .GuidanceBlock-module_banner__FxKcd {
5294
+ --border-width: var(--border-width-1);
5648
5295
  display: flex;
5649
- align-items: center;
5650
- border-width: 0;
5651
- border-radius: 0;
5652
- margin-bottom: 0;
5653
- padding-top: var(--spacing-16);
5654
- padding-bottom: var(--spacing-16);
5655
- padding-inline-start: var(--spacing-8);
5656
- transition: margin-top 200ms ease, margin-bottom 200ms ease;
5296
+ flex-direction: column;
5297
+ gap: var(--spacing-sm, 0.75rem);
5298
+ min-width: 320px;
5299
+ max-width: 1080px;
5300
+ border: var(--border-width) var(--border-solid-border-style);
5301
+ border-radius: var(--border-solid-border-radius, 7px);
5302
+ padding: calc(var(--spacing-lg, 2.25rem) - var(--border-width));
5303
+ box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
5657
5304
  position: relative;
5658
- z-index: 1030;
5659
- }
5660
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_positive__U-3HK {
5661
- background: var(--color-green-100, #e8f8f4);
5662
- border-color: var(--color-green-500);
5663
- color: var(--color-purple-800, #2f2438);
5664
- }
5665
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_security__QTALa {
5666
- background: var(--color-yellow-100, #fff9e4);
5667
- border-color: var(--color-yellow-700);
5305
+ top: -1px;
5306
+ transition: opacity var(--animation-duration-slow, 400ms) ease, margin-top var(--animation-duration-fast, 300ms) var(--animation-duration-slow, 400ms) ease;
5668
5307
  color: var(--color-purple-800, #2f2438);
5669
5308
  }
5670
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_negative__lUWhD {
5671
- background: var(--color-red-100, #fdeaee);
5672
- border-color: var(--color-red-500);
5673
- color: var(--color-purple-800, #2f2438);
5309
+ @media (min-width: 1024px) {
5310
+ .GuidanceBlock-module_banner__FxKcd {
5311
+ min-height: calc(12rem - var(--spacing-lg, 2.25rem) * 2);
5312
+ flex-direction: row;
5313
+ gap: var(--spacing-md, 1.5rem);
5314
+ width: auto;
5315
+ align-items: center;
5316
+ }
5674
5317
  }
5675
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct {
5676
- opacity: 0%;
5318
+ @media (max-width: 767px) {
5319
+ .GuidanceBlock-module_banner__FxKcd {
5320
+ min-width: unset;
5321
+ }
5677
5322
  }
5678
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_inline__OciO5, .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_global__Weka- {
5679
- margin-bottom: 0;
5323
+
5324
+ .GuidanceBlock-module_illustrationWrapper__AEljX {
5325
+ display: flex;
5680
5326
  }
5681
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_inline__OciO5 {
5682
- transition-timing-function: ease-in;
5683
- transform: translateY(-50%);
5327
+ @media (min-width: 768px) and (max-width: 1023px) {
5328
+ .GuidanceBlock-module_illustrationWrapper__AEljX {
5329
+ text-align: center;
5330
+ justify-content: center;
5331
+ align-self: center;
5332
+ padding: var(--spacing-sm, 0.75rem);
5333
+ }
5684
5334
  }
5685
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_toast__GOVfC {
5686
- transition-timing-function: ease-in;
5687
- transform: translateX(50%);
5335
+ @media (max-width: 767px) {
5336
+ .GuidanceBlock-module_illustrationWrapper__AEljX {
5337
+ display: none;
5338
+ }
5688
5339
  }
5689
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_global__Weka- {
5690
- z-index: 1029;
5691
- opacity: 100%;
5340
+
5341
+ .GuidanceBlock-module_illustration__sU1Vu {
5342
+ width: 155px;
5343
+ height: 155px;
5692
5344
  }
5693
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_noBottomMargin__28nF8 {
5694
- margin-bottom: 0;
5345
+ .GuidanceBlock-module_hasSceneIllustration__tvFRD .GuidanceBlock-module_illustration__sU1Vu {
5346
+ display: flex;
5347
+ justify-content: center;
5348
+ max-width: 300px;
5349
+ max-height: 300px;
5350
+ width: 300px;
5351
+ height: auto;
5695
5352
  }
5696
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_persistent__O7bgI {
5697
- transition: none;
5353
+ .GuidanceBlock-module_hasSceneIllustration__tvFRD .GuidanceBlock-module_illustration__sU1Vu figure {
5354
+ max-height: 100%;
5355
+ max-width: 100%;
5356
+ aspect-ratio: 4/3;
5698
5357
  }
5699
- .GenericNotification-module_notification__-JP1M.GenericNotification-module_subtle__kPns9 {
5700
- background: none;
5701
- border: none;
5702
- padding: 0;
5358
+ .GuidanceBlock-module_hasSceneIllustration__tvFRD .GuidanceBlock-module_illustration__sU1Vu img {
5359
+ height: 100%;
5360
+ object-fit: contain;
5361
+ object-position: center;
5703
5362
  }
5704
5363
 
5705
- .GenericNotification-module_icon__SDb8v {
5706
- align-items: flex-start;
5707
- box-sizing: content-box;
5708
- }
5709
- .GenericNotification-module_positive__U-3HK .GenericNotification-module_icon__SDb8v {
5710
- color: var(--color-green-500, #3f9a86);
5711
- }
5712
- .GenericNotification-module_security__QTALa .GenericNotification-module_icon__SDb8v {
5713
- color: var(--color-yellow-700);
5364
+ .GuidanceBlock-module_descriptionContainer__aywtY {
5365
+ flex: 1;
5366
+ text-align: center;
5367
+ align-self: center;
5368
+ max-width: 780px;
5714
5369
  }
5715
- .GenericNotification-module_negative__lUWhD .GenericNotification-module_icon__SDb8v {
5716
- color: var(--color-red-500, #c93b55);
5370
+ @media (min-width: 1024px) {
5371
+ .GuidanceBlock-module_descriptionContainer__aywtY {
5372
+ padding: 0 var(--spacing-sm, 0.75rem);
5373
+ text-align: left;
5374
+ }
5717
5375
  }
5718
- .GenericNotification-module_inline__OciO5 .GenericNotification-module_icon__SDb8v, .GenericNotification-module_toast__GOVfC .GenericNotification-module_icon__SDb8v {
5719
- width: 22px;
5720
- height: 22px;
5721
- margin-top: var(--spacing-6, 0.375rem);
5376
+ @media (max-width: 767px) {
5377
+ .GuidanceBlock-module_descriptionContainer__aywtY {
5378
+ margin: var(--spacing-sm, 0.75rem);
5379
+ max-width: 100%;
5380
+ }
5722
5381
  }
5723
- .GenericNotification-module_global__Weka- .GenericNotification-module_icon__SDb8v {
5724
- width: 24px;
5725
- height: 24px;
5382
+ @media (min-width: 1024px) {
5383
+ [dir=rtl] .GuidanceBlock-module_descriptionContainer__aywtY {
5384
+ padding: 0 var(--spacing-sm, 0.75rem);
5385
+ text-align: right;
5386
+ }
5726
5387
  }
5727
5388
 
5728
- .GenericNotification-module_textContainer__Avpbk {
5729
- box-sizing: content-box;
5389
+ .GuidanceBlock-module_descriptionAndActions__E5BcL {
5730
5390
  display: flex;
5731
- flex-flow: row wrap;
5732
- flex: 1 0 0;
5391
+ flex: 1;
5392
+ align-items: center;
5393
+ justify-content: space-between;
5394
+ gap: var(--spacing-md, 1.5rem);
5733
5395
  }
5734
- .GenericNotification-module_inline__OciO5 .GenericNotification-module_textContainer__Avpbk, .GenericNotification-module_toast__GOVfC .GenericNotification-module_textContainer__Avpbk {
5735
- margin-inline-start: var(--spacing-6, 0.375rem);
5396
+ @media (max-width: 1023px) {
5397
+ .GuidanceBlock-module_descriptionAndActions__E5BcL {
5398
+ flex-direction: column;
5399
+ width: 100%;
5400
+ align-items: unset;
5401
+ }
5736
5402
  }
5737
- .GenericNotification-module_toast__GOVfC .GenericNotification-module_textContainer__Avpbk {
5738
- margin-inline-start: var(--spacing-6, 0.375rem);
5739
- max-width: calc(100% - var(--spacing-48, 3rem));
5740
- overflow-wrap: break-word;
5741
- hyphens: auto;
5403
+
5404
+ .GuidanceBlock-module_buttonContainer__U2Hxn {
5405
+ display: flex;
5406
+ flex: 1 0 auto;
5407
+ justify-content: center;
5408
+ flex-direction: row-reverse;
5409
+ gap: var(--spacing-sm, 0.75rem);
5410
+ min-width: max-content;
5742
5411
  }
5743
- .GenericNotification-module_global__Weka- .GenericNotification-module_textContainer__Avpbk {
5744
- margin-inline-start: var(--spacing-8);
5412
+ @media (min-width: 768px) {
5413
+ .GuidanceBlock-module_buttonContainer__U2Hxn {
5414
+ text-align: center;
5415
+ }
5745
5416
  }
5746
- .GenericNotification-module_inline__OciO5 .GenericNotification-module_textContainer__Avpbk {
5747
- transition: opacity 200ms ease;
5417
+ @media (max-width: 767px) {
5418
+ .GuidanceBlock-module_buttonContainer__U2Hxn {
5419
+ flex-direction: column;
5420
+ width: 100%;
5421
+ margin-top: var(--spacing-xs, 0.375rem);
5422
+ }
5748
5423
  }
5749
- .GenericNotification-module_textContainer__Avpbk.GenericNotification-module_forceMultiline__JcVA4 {
5750
- flex-direction: column;
5424
+ [dir=rtl] .GuidanceBlock-module_buttonContainer__U2Hxn svg {
5425
+ transform: rotate(180deg);
5751
5426
  }
5752
5427
 
5753
- .GenericNotification-module_title__dvQOr {
5754
- position: relative;
5755
- font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
5756
- font-weight: var(--typography-heading-6-font-weight, 700);
5757
- font-size: var(--typography-heading-6-font-size, 0.875rem);
5758
- line-height: var(--typography-heading-6-line-height, 1.5rem);
5759
- letter-spacing: var(--typography-heading-6-letter-spacing, normal);
5760
- margin: 0;
5761
- padding-right: 6px;
5762
- text-transform: none;
5763
- color: inherit;
5764
- top: 0.37em;
5428
+ .GuidanceBlock-module_hidden__CbgXn {
5429
+ opacity: 0%;
5430
+ margin-bottom: 0;
5765
5431
  }
5766
5432
 
5767
- .GenericNotification-module_text__X-5ld {
5768
- position: relative;
5769
- font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
5770
- font-weight: var(--typography-paragraph-small-font-weight, 400);
5771
- font-size: var(--typography-paragraph-small-font-size, 0.875rem);
5772
- line-height: var(--typography-paragraph-small-line-height, 1.125rem);
5773
- letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
5774
- margin: 0;
5775
- color: inherit;
5776
- }
5777
- .GenericNotification-module_inline__OciO5 .GenericNotification-module_text__X-5ld, .GenericNotification-module_toast__GOVfC .GenericNotification-module_text__X-5ld {
5778
- position: relative;
5779
- font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
5780
- font-weight: var(--typography-paragraph-small-font-weight, 400);
5781
- font-size: var(--typography-paragraph-small-font-size, 0.875rem);
5782
- line-height: var(--typography-paragraph-small-line-height, 1.125rem);
5783
- letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
5784
- margin-top: var(--spacing-6, 0.375rem);
5785
- flex: 0 1 auto;
5786
- padding-bottom: var(--spacing-12, 0.75rem);
5787
- top: 0.21em;
5788
- }
5789
- .GenericNotification-module_toast__GOVfC .GenericNotification-module_text__X-5ld {
5790
- width: 100%;
5791
- }
5792
- .GenericNotification-module_global__Weka- .GenericNotification-module_text__X-5ld {
5793
- position: static;
5794
- font-weight: var(--typography-paragraph-body-font-weight, 400);
5795
- font-size: var(--typography-paragraph-body-font-size, 1rem);
5796
- line-height: var(--typography-paragraph-body-line-height, 1.5rem);
5797
- letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
5798
- }
5799
- .GenericNotification-module_text__X-5ld a[href] {
5800
- color: var(--color-blue-500, #0168b3);
5801
- text-decoration: underline;
5802
- }
5803
- .GenericNotification-module_text__X-5ld a[href]:hover {
5804
- color: var(--color-blue-500, #0168b3);
5805
- text-decoration: none;
5806
- }
5807
- .GenericNotification-module_text__X-5ld strong {
5808
- font-weight: var(--typography-button-secondary-font-weight, 500);
5809
- }
5810
- .GenericNotification-module_text__X-5ld p {
5811
- font-weight: inherit;
5433
+ .GuidanceBlock-module_headingWrapper__zgVmA {
5434
+ margin-bottom: var(--spacing-md, 1.5rem);
5812
5435
  }
5813
5436
 
5814
- .GenericNotification-module_cancel__c6wky {
5437
+ .GuidanceBlock-module_cancel__UaIA- {
5815
5438
  appearance: none;
5439
+ display: inline;
5816
5440
  background: transparent;
5817
- border: none;
5441
+ color: inherit;
5818
5442
  font: inherit;
5819
5443
  margin: 0;
5820
5444
  padding: 0;
5821
- transition: none;
5445
+ border: none;
5822
5446
  cursor: pointer;
5447
+ position: absolute;
5448
+ top: var(--spacing-sm, 0.75rem);
5449
+ right: var(--spacing-sm, 0.75rem);
5823
5450
  color: var(--color-purple-800, #2f2438);
5824
- transform: none;
5825
5451
  }
5826
- .GenericNotification-module_cancel__c6wky .GenericNotification-module_icon__SDb8v {
5452
+ .GuidanceBlock-module_cancel__UaIA- .GuidanceBlock-module_icon__y2xz8 {
5827
5453
  opacity: 70%;
5828
5454
  transition: var(--animation-duration-fast, 300ms) opacity;
5829
5455
  }
5830
- .GenericNotification-module_cancel__c6wky:disabled .GenericNotification-module_icon__SDb8v, .GenericNotification-module_disabled__WGBhD.GenericNotification-module_cancel__c6wky .GenericNotification-module_icon__SDb8v {
5456
+ .GuidanceBlock-module_cancel__UaIA-:disabled .GuidanceBlock-module_icon__y2xz8, .GuidanceBlock-module_cancel__UaIA-.GuidanceBlock-module_disabled__Uhgsr .GuidanceBlock-module_icon__y2xz8 {
5831
5457
  opacity: 30%;
5832
5458
  }
5833
- .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD):hover .GenericNotification-module_icon__SDb8v, .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD):focus .GenericNotification-module_icon__SDb8v, .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD).GenericNotification-module_hover__hUURd .GenericNotification-module_icon__SDb8v {
5459
+ .GuidanceBlock-module_cancel__UaIA-:not(:disabled, .GuidanceBlock-module_disabled__Uhgsr):hover .GuidanceBlock-module_icon__y2xz8, .GuidanceBlock-module_cancel__UaIA-:not(:disabled, .GuidanceBlock-module_disabled__Uhgsr):focus .GuidanceBlock-module_icon__y2xz8, .GuidanceBlock-module_cancel__UaIA-:not(:disabled, .GuidanceBlock-module_disabled__Uhgsr).GuidanceBlock-module_hover__7V9x1 .GuidanceBlock-module_icon__y2xz8 {
5834
5460
  opacity: 100%;
5835
5461
  }
5836
- .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD):active .GenericNotification-module_icon__SDb8v, .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD).GenericNotification-module_active__-6ahb .GenericNotification-module_icon__SDb8v {
5462
+ .GuidanceBlock-module_cancel__UaIA-:not(:disabled, .GuidanceBlock-module_disabled__Uhgsr):active .GuidanceBlock-module_icon__y2xz8, .GuidanceBlock-module_cancel__UaIA-:not(:disabled, .GuidanceBlock-module_disabled__Uhgsr).GuidanceBlock-module_active__YJaZt .GuidanceBlock-module_icon__y2xz8 {
5837
5463
  opacity: 100%;
5838
5464
  }
5839
- .GenericNotification-module_cancel__c6wky:active {
5840
- transform: translateY(1px);
5841
- }
5842
- .GenericNotification-module_inline__OciO5 .GenericNotification-module_cancel__c6wky, .GenericNotification-module_toast__GOVfC .GenericNotification-module_cancel__c6wky {
5843
- width: var(--spacing-48);
5844
- height: var(--spacing-48);
5845
- margin-top: calc(-1 * var(--spacing-6));
5846
- margin-bottom: calc(-1 * var(--spacing-6));
5465
+
5466
+ .GuidanceBlock-module_default__Ffblg {
5467
+ border-color: var(--color-gray-500);
5468
+ background: var(--color-white);
5847
5469
  }
5848
- .GenericNotification-module_inline__OciO5 .GenericNotification-module_cancel__c6wky {
5849
- margin-inline-end: calc(-1 * var(--spacing-12));
5850
- }
5851
- .GenericNotification-module_toast__GOVfC .GenericNotification-module_cancel__c6wky {
5852
- margin-inline-end: -10px;
5853
- }
5854
- .GenericNotification-module_global__Weka- .GenericNotification-module_cancel__c6wky {
5855
- width: var(--spacing-48);
5856
- height: var(--spacing-48);
5857
- margin-top: calc(-1 * var(--spacing-24));
5858
- margin-bottom: calc(-1 * var(--spacing-24));
5859
- }
5860
-
5861
- .GenericNotification-module_cancelLabel__HJzsk {
5862
- position: absolute;
5863
- width: 1px;
5864
- height: 1px;
5865
- padding: 0;
5866
- margin: -1px;
5867
- overflow: hidden;
5868
- clip: rect(0, 0, 0, 0);
5869
- border: 0;
5470
+
5471
+ .GuidanceBlock-module_positive__yENlT {
5472
+ border-color: var(--color-green-500);
5473
+ background: var(--color-green-100, #e8f8f4);
5870
5474
  }
5871
5475
 
5872
- .GenericNotification-module_icon__SDb8v {
5873
- color: var(--icon-color);
5476
+ .GuidanceBlock-module_negative__E-Jvh,
5477
+ .GuidanceBlock-module_assertive__6PZlM {
5478
+ border-color: var(--color-red-500);
5479
+ background: var(--color-red-100, #fdeaee);
5874
5480
  }
5875
5481
 
5876
- .GenericNotification-module_cancel__c6wky {
5877
- position: relative;
5878
- display: flex;
5879
- align-items: center;
5880
- justify-content: center;
5881
- }
5882
- .GenericNotification-module_cancel__c6wky:focus, .GenericNotification-module_cancel__c6wky:focus-visible {
5883
- outline: none;
5884
- }
5885
- .GenericNotification-module_cancel__c6wky:focus-visible::after {
5886
- content: "";
5887
- pointer-events: none;
5888
- position: absolute;
5889
- background: transparent;
5890
- border-radius: var(--border-focus-ring-border-radius, 10px);
5891
- border-width: var(--border-focus-ring-border-width, 2px);
5892
- border-style: var(--border-focus-ring-border-style, solid);
5893
- border-color: var(--color-blue-500, #0168b3);
5894
- inset: var(--spacing-2);
5482
+ .GuidanceBlock-module_informative__ZUH4j {
5483
+ border-color: var(--color-blue-400);
5484
+ background: var(--color-blue-100, #e6f6ff);
5895
5485
  }
5896
5486
 
5897
- .GenericNotification-module_notificationTitle__Oaqb8 {
5898
- top: 0.42em;
5899
- position: relative;
5900
- margin-inline-end: var(--spacing-6, 0.375rem);
5901
- line-height: var(--typography-heading-6-line-height, 1.5rem);
5487
+ .GuidanceBlock-module_cautionary__sJ1CE {
5488
+ border-color: var(--color-yellow-700);
5489
+ background: var(--color-yellow-100, #fff9e4);
5902
5490
  }
5903
5491
 
5904
- @container (max-width: 25rem) {
5905
- .GenericNotification-module_notificationTitle__Oaqb8 {
5906
- width: 100%;
5907
- }
5908
- }
5909
- .GenericNotification-module_success__oLGIP {
5910
- background: var(--color-green-100, #e8f8f4);
5911
- border-color: var(--color-green-500);
5912
- color: var(--color-purple-800, #2f2438);
5913
- --icon-color: var(--color-green-500);
5492
+ .GuidanceBlock-module_prominent__nn-r4 {
5493
+ border-color: var(--color-purple-400);
5494
+ background: var(--color-purple-100, #f4edf8);
5914
5495
  }
5915
5496
 
5916
- .GenericNotification-module_informative__WLimi {
5917
- background: var(--color-blue-100, #e6f6ff);
5918
- border-color: var(--color-blue-400);
5919
- color: var(--color-purple-800, #2f2438);
5920
- --icon-color: var(--color-blue-400);
5497
+ .GuidanceBlock-module_inline__GwOWR,
5498
+ .GuidanceBlock-module_stacked__rDupX {
5499
+ flex-flow: row wrap;
5500
+ align-items: unset;
5501
+ gap: var(--spacing-md, 1.5rem);
5502
+ min-width: unset;
5921
5503
  }
5922
-
5923
- .GenericNotification-module_cautionary__lneFu {
5924
- background: var(--color-yellow-100, #fff9e4);
5925
- border-color: var(--color-yellow-700);
5926
- color: var(--color-purple-800, #2f2438);
5927
- --icon-color: var(--color-yellow-700);
5504
+ @media (max-width: 1023px) {
5505
+ .GuidanceBlock-module_inline__GwOWR,
5506
+ .GuidanceBlock-module_stacked__rDupX {
5507
+ flex-direction: unset;
5508
+ }
5928
5509
  }
5929
-
5930
- .GenericNotification-module_warning__7275P {
5931
- background: var(--color-red-100, #fdeaee);
5932
- border-color: var(--color-red-500);
5933
- color: var(--color-purple-800, #2f2438);
5934
- --icon-color: var(--color-red-500);
5510
+ .GuidanceBlock-module_inline__GwOWR .GuidanceBlock-module_illustrationWrapper__AEljX,
5511
+ .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_illustrationWrapper__AEljX {
5512
+ margin-right: var(--spacing-sm, 0.75rem);
5935
5513
  }
5936
- /** THIS IS AN AUTOGENERATED FILE **/
5937
- /** THIS IS AN AUTOGENERATED FILE **/
5938
- .ToastNotificationsList-module_toastNotificationsList__APiSP {
5939
- display: flex;
5940
- flex-direction: column;
5941
- align-items: flex-end;
5942
- overflow: hidden;
5943
- padding-bottom: 0;
5944
- padding-top: 172px;
5945
- position: fixed;
5946
- right: var(--spacing-md, 1.5rem);
5947
- top: 0;
5948
- bottom: 0;
5949
- z-index: 1100;
5950
- max-width: 100%;
5951
- pointer-events: none;
5514
+ [dir=rtl] .GuidanceBlock-module_inline__GwOWR .GuidanceBlock-module_illustrationWrapper__AEljX,
5515
+ [dir=rtl] .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_illustrationWrapper__AEljX {
5516
+ margin-left: var(--spacing-sm, 0.75rem);
5517
+ margin-right: inherit;
5952
5518
  }
5953
- @media (max-width: 1079px) {
5954
- .ToastNotificationsList-module_toastNotificationsList__APiSP {
5955
- padding-top: 108px;
5519
+ @media (min-width: 768px) and (max-width: 1023px) {
5520
+ .GuidanceBlock-module_inline__GwOWR .GuidanceBlock-module_illustrationWrapper__AEljX,
5521
+ .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_illustrationWrapper__AEljX {
5522
+ padding: 0;
5956
5523
  }
5957
5524
  }
5958
5525
  @media (max-width: 767px) {
5959
- .ToastNotificationsList-module_toastNotificationsList__APiSP {
5960
- left: var(--spacing-md, 1.5rem);
5526
+ .GuidanceBlock-module_inline__GwOWR .GuidanceBlock-module_illustrationWrapper__AEljX,
5527
+ .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_illustrationWrapper__AEljX {
5528
+ display: flex;
5961
5529
  }
5962
5530
  }
5963
- /** THIS IS AN AUTOGENERATED FILE **/
5964
- /** THIS IS AN AUTOGENERATED FILE **/
5965
- /** THIS IS AN AUTOGENERATED FILE **/
5966
- /* stylelint-disable no-descending-specificity */
5967
- @keyframes LikertScaleLegacy-module_pop__hTH48 {
5968
- 0% {
5969
- opacity: 50%;
5970
- -webkit-transform: scale(1);
5531
+ .GuidanceBlock-module_inline__GwOWR .GuidanceBlock-module_descriptionAndActions__E5BcL,
5532
+ .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_descriptionAndActions__E5BcL {
5533
+ margin: auto 0;
5534
+ }
5535
+ .GuidanceBlock-module_inline__GwOWR .GuidanceBlock-module_descriptionContainer__aywtY,
5536
+ .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_descriptionContainer__aywtY {
5537
+ text-align: left;
5538
+ max-width: unset;
5539
+ min-width: 320px;
5540
+ }
5541
+ @media (min-width: 1024px) {
5542
+ .GuidanceBlock-module_inline__GwOWR .GuidanceBlock-module_descriptionContainer__aywtY,
5543
+ .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_descriptionContainer__aywtY {
5544
+ padding: 0;
5971
5545
  }
5972
- 100% {
5973
- opacity: 0%;
5974
- -webkit-transform: scale(1.78);
5546
+ }
5547
+ @media (max-width: 767px) {
5548
+ .GuidanceBlock-module_inline__GwOWR .GuidanceBlock-module_descriptionContainer__aywtY,
5549
+ .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_descriptionContainer__aywtY {
5550
+ margin: 0;
5975
5551
  }
5976
5552
  }
5977
- .LikertScaleLegacy-module_container__5wjIJ {
5978
- width: 220px;
5979
- position: relative;
5980
- box-sizing: border-box;
5553
+ [dir=rtl] .GuidanceBlock-module_inline__GwOWR .GuidanceBlock-module_descriptionContainer__aywtY,
5554
+ [dir=rtl] .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_descriptionContainer__aywtY {
5555
+ text-align: right;
5981
5556
  }
5982
- @media only screen and (max-width: 767px) {
5983
- .LikertScaleLegacy-module_container__5wjIJ {
5984
- width: 258px;
5985
- position: static;
5557
+ @media (min-width: 1024px) {
5558
+ [dir=rtl] .GuidanceBlock-module_inline__GwOWR .GuidanceBlock-module_descriptionContainer__aywtY,
5559
+ [dir=rtl] .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_descriptionContainer__aywtY {
5560
+ padding: 0;
5986
5561
  }
5987
5562
  }
5988
- .LikertScaleLegacy-module_container__5wjIJ.LikertScaleLegacy-module_rated__KXpzU .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_unselected__nP5p9 .LikertScaleLegacy-module_likertItemFill__yj0tC {
5989
- transition: background 0.1s;
5990
- }
5991
- .LikertScaleLegacy-module_container__5wjIJ.LikertScaleLegacy-module_reversed__qrwrP.LikertScaleLegacy-module_rated__KXpzU .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_unselected__nP5p9 .LikertScaleLegacy-module_likertItemFill__yj0tC {
5992
- background-color: transparent;
5993
- border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
5563
+ .GuidanceBlock-module_inline__GwOWR .GuidanceBlock-module_buttonContainer__U2Hxn,
5564
+ .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_buttonContainer__U2Hxn {
5565
+ padding-left: var(--spacing-sm, 0.75rem);
5566
+ justify-content: flex-start;
5567
+ width: unset;
5568
+ min-width: unset;
5994
5569
  }
5995
- .LikertScaleLegacy-module_container__5wjIJ :where(.LikertScaleLegacy-module_likertItem4__0SWtD, .LikertScaleLegacy-module_likertItem5__ZF0By) .LikertScaleLegacy-module_check__3wQsx {
5996
- color: white;
5570
+ @media (max-width: 767px) {
5571
+ .GuidanceBlock-module_inline__GwOWR .GuidanceBlock-module_buttonContainer__U2Hxn,
5572
+ .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_buttonContainer__U2Hxn {
5573
+ flex-direction: row-reverse;
5574
+ }
5997
5575
  }
5998
- .LikertScaleLegacy-module_container__5wjIJ :is(.LikertScaleLegacy-module_likertItem4__0SWtD.LikertScaleLegacy-module_suggested__0xk0D, .LikertScaleLegacy-module_likertItem5__ZF0By.LikertScaleLegacy-module_suggested__0xk0D) .LikertScaleLegacy-module_check__3wQsx {
5999
- color: white;
5576
+ [dir=rtl] .GuidanceBlock-module_inline__GwOWR .GuidanceBlock-module_buttonContainer__U2Hxn,
5577
+ [dir=rtl] .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_buttonContainer__U2Hxn {
5578
+ padding-left: 0;
5579
+ padding-right: var(--spacing-sm, 0.75rem);
6000
5580
  }
6001
-
6002
- .LikertScaleLegacy-module_likertItem__LwX2w:focus,
6003
- .LikertScaleLegacy-module_likertItemFill__yj0tC:focus {
6004
- outline: none;
5581
+ .GuidanceBlock-module_inline__GwOWR .GuidanceBlock-module_buttonContainer__U2Hxn > *,
5582
+ .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_buttonContainer__U2Hxn > * {
5583
+ width: unset;
6005
5584
  }
6006
-
6007
- .LikertScaleLegacy-module_likertItem__LwX2w:focus-visible .LikertScaleLegacy-module_likertItemFill__yj0tC {
6008
- outline-offset: 1px;
6009
- outline: var(--color-blue-500, #0168b3) var(--border-focus-ring-border-style, solid) var(--border-focus-ring-border-width, 2px);
5585
+ .GuidanceBlock-module_inline__GwOWR.GuidanceBlock-module_hasSceneIllustration__tvFRD,
5586
+ .GuidanceBlock-module_stacked__rDupX.GuidanceBlock-module_hasSceneIllustration__tvFRD {
5587
+ justify-content: center;
6010
5588
  }
6011
-
6012
- .LikertScaleLegacy-module_reversed__qrwrP .LikertScaleLegacy-module_likertItem__LwX2w:focus-visible .LikertScaleLegacy-module_likertItemFill__yj0tC {
6013
- outline-color: var(--color-blue-300, #73c0e8);
5589
+ .GuidanceBlock-module_inline__GwOWR.GuidanceBlock-module_centerContent__m3IhB,
5590
+ .GuidanceBlock-module_stacked__rDupX.GuidanceBlock-module_centerContent__m3IhB {
5591
+ flex-direction: column;
6014
5592
  }
6015
-
6016
- .LikertScaleLegacy-module_itemContainer__9Vfq0 {
5593
+ .GuidanceBlock-module_inline__GwOWR.GuidanceBlock-module_centerContent__m3IhB.GuidanceBlock-module_hasSceneIllustration__tvFRD .GuidanceBlock-module_illustration__sU1Vu,
5594
+ .GuidanceBlock-module_stacked__rDupX.GuidanceBlock-module_centerContent__m3IhB.GuidanceBlock-module_hasSceneIllustration__tvFRD .GuidanceBlock-module_illustration__sU1Vu {
6017
5595
  width: 100%;
6018
- white-space: nowrap;
6019
- display: inline-block;
6020
- height: 37px;
6021
- font-size: 0;
6022
5596
  }
6023
-
6024
- .LikertScaleLegacy-module_legend__HYNg- {
5597
+ .GuidanceBlock-module_inline__GwOWR.GuidanceBlock-module_centerContent__m3IhB .GuidanceBlock-module_illustrationWrapper__AEljX,
5598
+ .GuidanceBlock-module_stacked__rDupX.GuidanceBlock-module_centerContent__m3IhB .GuidanceBlock-module_illustrationWrapper__AEljX {
5599
+ margin: 0 auto;
5600
+ align-self: center;
5601
+ }
5602
+ .GuidanceBlock-module_inline__GwOWR.GuidanceBlock-module_centerContent__m3IhB .GuidanceBlock-module_descriptionContainer__aywtY,
5603
+ .GuidanceBlock-module_stacked__rDupX.GuidanceBlock-module_centerContent__m3IhB .GuidanceBlock-module_descriptionContainer__aywtY {
6025
5604
  text-align: center;
6026
- position: absolute;
6027
- top: calc(-1 * var(--spacing-md, 1.5rem));
6028
- left: 0;
6029
- right: 0;
5605
+ min-width: unset;
6030
5606
  }
6031
- @media only screen and (max-width: 767px) {
6032
- .LikertScaleLegacy-module_legend__HYNg- {
6033
- position: initial;
6034
- top: 0;
6035
- }
5607
+ [dir=rtl] .GuidanceBlock-module_inline__GwOWR.GuidanceBlock-module_centerContent__m3IhB .GuidanceBlock-module_descriptionContainer__aywtY,
5608
+ [dir=rtl] .GuidanceBlock-module_stacked__rDupX.GuidanceBlock-module_centerContent__m3IhB .GuidanceBlock-module_descriptionContainer__aywtY {
5609
+ text-align: center;
6036
5610
  }
6037
-
6038
- .LikertScaleLegacy-module_likertItem__LwX2w {
6039
- margin-right: 2px;
6040
- margin-left: 2px;
6041
- font-size: 1px;
6042
- line-height: 1;
5611
+ .GuidanceBlock-module_inline__GwOWR.GuidanceBlock-module_centerContent__m3IhB .GuidanceBlock-module_buttonContainer__U2Hxn,
5612
+ .GuidanceBlock-module_stacked__rDupX.GuidanceBlock-module_centerContent__m3IhB .GuidanceBlock-module_buttonContainer__U2Hxn {
6043
5613
  padding: 0;
6044
- overflow-x: visible;
6045
- display: inline-block;
6046
- width: 18.5%;
6047
- position: relative;
5614
+ flex-direction: column;
5615
+ min-width: unset;
5616
+ justify-content: center;
6048
5617
  }
6049
- .LikertScaleLegacy-module_likertItem__LwX2w[dir=rtl]:first-child, [dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:first-child {
6050
- margin-left: 2px;
5618
+ .GuidanceBlock-module_inline__GwOWR.GuidanceBlock-module_centerContent__m3IhB.GuidanceBlock-module_smallScreenTextAlignment__oWufj .GuidanceBlock-module_descriptionContainer__aywtY,
5619
+ .GuidanceBlock-module_stacked__rDupX.GuidanceBlock-module_centerContent__m3IhB.GuidanceBlock-module_smallScreenTextAlignment__oWufj .GuidanceBlock-module_descriptionContainer__aywtY {
5620
+ text-align: left;
6051
5621
  }
6052
- .LikertScaleLegacy-module_likertItem__LwX2w[dir=rtl]:last-child, [dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:last-child {
6053
- margin-right: 2px;
5622
+ [dir=rtl] .GuidanceBlock-module_inline__GwOWR.GuidanceBlock-module_centerContent__m3IhB.GuidanceBlock-module_smallScreenTextAlignment__oWufj .GuidanceBlock-module_descriptionContainer__aywtY,
5623
+ [dir=rtl] .GuidanceBlock-module_stacked__rDupX.GuidanceBlock-module_centerContent__m3IhB.GuidanceBlock-module_smallScreenTextAlignment__oWufj .GuidanceBlock-module_descriptionContainer__aywtY {
5624
+ text-align: right;
6054
5625
  }
6055
- .LikertScaleLegacy-module_likertItem__LwX2w:first-child .LikertScaleLegacy-module_likertItemFill__yj0tC {
6056
- border-top-left-radius: 35px;
6057
- border-bottom-left-radius: 35px;
5626
+
5627
+ /* stylelint-disable no-descending-specificity */
5628
+ .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_descriptionAndActions__E5BcL {
5629
+ flex-direction: column;
5630
+ align-items: unset;
6058
5631
  }
6059
- [dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:first-child .LikertScaleLegacy-module_likertItemFill__yj0tC {
6060
- border-radius: 0;
6061
- border-top-right-radius: 35px;
6062
- border-bottom-right-radius: 35px;
5632
+ .GuidanceBlock-module_stacked__rDupX .GuidanceBlock-module_descriptionContainer__aywtY {
5633
+ align-self: flex-start;
6063
5634
  }
6064
- .LikertScaleLegacy-module_likertItem__LwX2w:first-child .LikertScaleLegacy-module_likertItemFill__yj0tC::after {
6065
- border-top-left-radius: 35px;
6066
- border-bottom-left-radius: 35px;
5635
+
5636
+ /* stylelint-enable no-descending-specificity */
5637
+ /** THIS IS AN AUTOGENERATED FILE **/
5638
+ /** THIS IS AN AUTOGENERATED FILE **/
5639
+ /** THIS IS AN AUTOGENERATED FILE **/
5640
+ /** THIS IS AN AUTOGENERATED FILE **/
5641
+ /** THIS IS AN AUTOGENERATED FILE **/
5642
+ /** THIS IS AN AUTOGENERATED FILE **/
5643
+ /** THIS IS AN AUTOGENERATED FILE **/
5644
+ /** THIS IS AN AUTOGENERATED FILE **/
5645
+ /** THIS IS AN AUTOGENERATED FILE **/
5646
+ /** THIS IS AN AUTOGENERATED FILE **/
5647
+ .GenericNotification-module_notification__-JP1M {
5648
+ display: flex;
5649
+ box-sizing: border-box;
5650
+ pointer-events: all;
6067
5651
  }
6068
- [dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:first-child .LikertScaleLegacy-module_likertItemFill__yj0tC::after {
6069
- border-radius: 0;
6070
- border-top-right-radius: 35px;
6071
- border-bottom-right-radius: 35px;
6072
- }
6073
- .LikertScaleLegacy-module_likertItem__LwX2w:last-child .LikertScaleLegacy-module_likertItemFill__yj0tC {
6074
- border-top-right-radius: 35px;
6075
- border-bottom-right-radius: 35px;
5652
+ .GenericNotification-module_notification__-JP1M.GenericNotification-module_inline__OciO5, .GenericNotification-module_notification__-JP1M.GenericNotification-module_toast__GOVfC {
5653
+ margin-bottom: var(--spacing-24, 1.5rem);
5654
+ border-width: var(--border-width-1);
5655
+ border-style: solid;
5656
+ border-radius: var(--border-solid-border-radius, 7px);
6076
5657
  }
6077
- [dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:last-child .LikertScaleLegacy-module_likertItemFill__yj0tC {
6078
- border-radius: 0;
6079
- border-top-left-radius: 35px;
6080
- border-bottom-left-radius: 35px;
5658
+ .GenericNotification-module_notification__-JP1M.GenericNotification-module_inline__OciO5 {
5659
+ width: auto;
5660
+ min-height: 46px;
5661
+ padding: calc(var(--spacing-6, 0.375rem) - var(--border-width-1)) var(--spacing-12, 0.75rem);
5662
+ transition: opacity 200ms ease, transform 200ms ease-out, margin-top 200ms ease, margin-bottom 200ms ease;
6081
5663
  }
6082
- .LikertScaleLegacy-module_likertItem__LwX2w:last-child .LikertScaleLegacy-module_likertItemFill__yj0tC::after {
6083
- border-top-right-radius: 35px;
6084
- border-bottom-right-radius: 35px;
5664
+ .GenericNotification-module_notification__-JP1M.GenericNotification-module_toast__GOVfC {
5665
+ container-type: inline-size;
5666
+ width: 25rem;
5667
+ box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
5668
+ max-width: 100%;
5669
+ padding: calc(var(--spacing-6, 0.375rem) - var(--border-width-1)) 10px;
5670
+ transition: opacity 200ms ease, transform 300ms ease-out, margin-top 200ms ease 200ms, margin-bottom 200ms ease;
5671
+ will-change: transform;
6085
5672
  }
6086
- [dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:last-child .LikertScaleLegacy-module_likertItemFill__yj0tC::after {
5673
+ .GenericNotification-module_notification__-JP1M.GenericNotification-module_global__Weka- {
5674
+ width: 100%;
5675
+ display: flex;
5676
+ align-items: center;
5677
+ border-width: 0;
6087
5678
  border-radius: 0;
6088
- border-top-left-radius: 35px;
6089
- border-bottom-left-radius: 35px;
5679
+ margin-bottom: 0;
5680
+ padding-top: var(--spacing-16);
5681
+ padding-bottom: var(--spacing-16);
5682
+ padding-inline-start: var(--spacing-8);
5683
+ transition: margin-top 200ms ease, margin-bottom 200ms ease;
5684
+ position: relative;
5685
+ z-index: 1030;
6090
5686
  }
6091
- .LikertScaleLegacy-module_likertItem__LwX2w:first-child {
6092
- margin-right: 2px;
6093
- margin-left: 0;
5687
+ .GenericNotification-module_notification__-JP1M.GenericNotification-module_positive__U-3HK {
5688
+ background: var(--color-green-100, #e8f8f4);
5689
+ border-color: var(--color-green-500);
5690
+ color: var(--color-purple-800, #2f2438);
6094
5691
  }
6095
- .LikertScaleLegacy-module_likertItem__LwX2w:last-child {
6096
- margin-left: 2px;
6097
- margin-right: 0;
5692
+ .GenericNotification-module_notification__-JP1M.GenericNotification-module_security__QTALa {
5693
+ background: var(--color-yellow-100, #fff9e4);
5694
+ border-color: var(--color-yellow-700);
5695
+ color: var(--color-purple-800, #2f2438);
6098
5696
  }
6099
- .LikertScaleLegacy-module_likertItem__LwX2w::before, .LikertScaleLegacy-module_likertItem__LwX2w::after {
6100
- content: "";
6101
- position: absolute;
6102
- top: 0;
6103
- right: 100%;
6104
- width: 2px;
6105
- height: 100%;
5697
+ .GenericNotification-module_notification__-JP1M.GenericNotification-module_negative__lUWhD {
5698
+ background: var(--color-red-100, #fdeaee);
5699
+ border-color: var(--color-red-500);
5700
+ color: var(--color-purple-800, #2f2438);
6106
5701
  }
6107
- .LikertScaleLegacy-module_likertItem__LwX2w::after {
6108
- right: auto;
6109
- left: 100%;
5702
+ .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct {
5703
+ opacity: 0%;
6110
5704
  }
6111
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field1__TDRE-, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field1__TDRE- {
6112
- background-color: var(--color-yellow-300, #ffe36e);
5705
+ .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_inline__OciO5, .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_global__Weka- {
5706
+ margin-bottom: 0;
6113
5707
  }
6114
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field1__TDRE-::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field1__TDRE-::after {
6115
- background-color: var(--color-yellow-300, #ffe36e);
5708
+ .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_inline__OciO5 {
5709
+ transition-timing-function: ease-in;
5710
+ transform: translateY(-50%);
6116
5711
  }
6117
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field2__s-CD7, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field2__s-CD7 {
6118
- background-color: var(--color-yellow-400, #ffca4d);
5712
+ .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_toast__GOVfC {
5713
+ transition-timing-function: ease-in;
5714
+ transform: translateX(50%);
6119
5715
  }
6120
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field2__s-CD7::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field2__s-CD7::after {
6121
- background-color: var(--color-yellow-400, #ffca4d);
5716
+ .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_global__Weka- {
5717
+ z-index: 1029;
5718
+ opacity: 100%;
6122
5719
  }
6123
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field3__xp5eQ, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field3__xp5eQ {
6124
- background-color: var(--color-orange-400, #ff9461);
5720
+ .GenericNotification-module_notification__-JP1M.GenericNotification-module_noBottomMargin__28nF8 {
5721
+ margin-bottom: 0;
6125
5722
  }
6126
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field3__xp5eQ::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field3__xp5eQ::after {
6127
- background-color: var(--color-orange-400, #ff9461);
5723
+ .GenericNotification-module_notification__-JP1M.GenericNotification-module_persistent__O7bgI {
5724
+ transition: none;
6128
5725
  }
6129
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field4__IVK7E, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field4__IVK7E {
6130
- background-color: var(--color-orange-500, #e96c2f);
5726
+ .GenericNotification-module_notification__-JP1M.GenericNotification-module_subtle__kPns9 {
5727
+ background: none;
5728
+ border: none;
5729
+ padding: 0;
6131
5730
  }
6132
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field4__IVK7E::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field4__IVK7E::after {
6133
- background-color: var(--color-orange-500, #e96c2f);
5731
+
5732
+ .GenericNotification-module_icon__SDb8v {
5733
+ align-items: flex-start;
5734
+ box-sizing: content-box;
6134
5735
  }
6135
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field5__9sETV, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field5__9sETV {
6136
- background-color: var(--color-red-500, #c93b55);
5736
+ .GenericNotification-module_positive__U-3HK .GenericNotification-module_icon__SDb8v {
5737
+ color: var(--color-green-500, #3f9a86);
6137
5738
  }
6138
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field5__9sETV::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field5__9sETV::after {
6139
- background-color: var(--color-red-500, #c93b55);
5739
+ .GenericNotification-module_security__QTALa .GenericNotification-module_icon__SDb8v {
5740
+ color: var(--color-yellow-700);
6140
5741
  }
6141
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field1__TDRE-, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field1__TDRE- {
6142
- background-color: var(--color-blue-100, #e6f6ff);
5742
+ .GenericNotification-module_negative__lUWhD .GenericNotification-module_icon__SDb8v {
5743
+ color: var(--color-red-500, #c93b55);
6143
5744
  }
6144
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field1__TDRE-::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field1__TDRE-::after {
6145
- background-color: var(--color-blue-100, #e6f6ff);
5745
+ .GenericNotification-module_inline__OciO5 .GenericNotification-module_icon__SDb8v, .GenericNotification-module_toast__GOVfC .GenericNotification-module_icon__SDb8v {
5746
+ width: 22px;
5747
+ height: 22px;
5748
+ margin-top: var(--spacing-6, 0.375rem);
6146
5749
  }
6147
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field2__s-CD7, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field2__s-CD7 {
6148
- background-color: var(--color-blue-200, #bde2f5);
5750
+ .GenericNotification-module_global__Weka- .GenericNotification-module_icon__SDb8v {
5751
+ width: 24px;
5752
+ height: 24px;
6149
5753
  }
6150
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field2__s-CD7::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field2__s-CD7::after {
6151
- background-color: var(--color-blue-200, #bde2f5);
5754
+
5755
+ .GenericNotification-module_textContainer__Avpbk {
5756
+ box-sizing: content-box;
5757
+ display: flex;
5758
+ flex-flow: row wrap;
5759
+ flex: 1 0 0;
6152
5760
  }
6153
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field3__xp5eQ, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field3__xp5eQ {
6154
- background-color: var(--color-blue-300, #73c0e8);
5761
+ .GenericNotification-module_inline__OciO5 .GenericNotification-module_textContainer__Avpbk, .GenericNotification-module_toast__GOVfC .GenericNotification-module_textContainer__Avpbk {
5762
+ margin-inline-start: var(--spacing-6, 0.375rem);
6155
5763
  }
6156
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field3__xp5eQ::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field3__xp5eQ::after {
6157
- background-color: var(--color-blue-300, #73c0e8);
5764
+ .GenericNotification-module_toast__GOVfC .GenericNotification-module_textContainer__Avpbk {
5765
+ margin-inline-start: var(--spacing-6, 0.375rem);
5766
+ max-width: calc(100% - var(--spacing-48, 3rem));
5767
+ overflow-wrap: break-word;
5768
+ hyphens: auto;
6158
5769
  }
6159
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field4__IVK7E, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field4__IVK7E {
6160
- background-color: var(--color-blue-400, #008bd6);
5770
+ .GenericNotification-module_global__Weka- .GenericNotification-module_textContainer__Avpbk {
5771
+ margin-inline-start: var(--spacing-8);
6161
5772
  }
6162
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field4__IVK7E::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field4__IVK7E::after {
6163
- background-color: var(--color-blue-400, #008bd6);
5773
+ .GenericNotification-module_inline__OciO5 .GenericNotification-module_textContainer__Avpbk {
5774
+ transition: opacity 200ms ease;
6164
5775
  }
6165
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field5__9sETV, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field5__9sETV {
6166
- background-color: var(--color-blue-500, #0168b3);
5776
+ .GenericNotification-module_textContainer__Avpbk.GenericNotification-module_forceMultiline__JcVA4 {
5777
+ flex-direction: column;
6167
5778
  }
6168
- .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field5__9sETV::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field5__9sETV::after {
6169
- background-color: var(--color-blue-500, #0168b3);
5779
+
5780
+ .GenericNotification-module_title__dvQOr {
5781
+ position: relative;
5782
+ font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
5783
+ font-weight: var(--typography-heading-6-font-weight, 700);
5784
+ font-size: var(--typography-heading-6-font-size, 0.875rem);
5785
+ line-height: var(--typography-heading-6-line-height, 1.5rem);
5786
+ letter-spacing: var(--typography-heading-6-letter-spacing, normal);
5787
+ margin: 0;
5788
+ padding-right: 6px;
5789
+ text-transform: none;
5790
+ color: inherit;
5791
+ top: 0.37em;
6170
5792
  }
6171
5793
 
6172
- .LikertScaleLegacy-module_likertItemFill__yj0tC {
6173
- transition: background 0.1s, border-color 0.1s;
6174
- height: 35px;
6175
- border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
5794
+ .GenericNotification-module_text__X-5ld {
5795
+ position: relative;
5796
+ font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
5797
+ font-weight: var(--typography-paragraph-small-font-weight, 400);
5798
+ font-size: var(--typography-paragraph-small-font-size, 0.875rem);
5799
+ line-height: var(--typography-paragraph-small-line-height, 1.125rem);
5800
+ letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
5801
+ margin: 0;
5802
+ color: inherit;
6176
5803
  }
6177
- .LikertScaleLegacy-module_likertItemFill__yj0tC:hover {
6178
- transition: background 0s, border-color 0s;
5804
+ .GenericNotification-module_inline__OciO5 .GenericNotification-module_text__X-5ld, .GenericNotification-module_toast__GOVfC .GenericNotification-module_text__X-5ld {
5805
+ position: relative;
5806
+ font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
5807
+ font-weight: var(--typography-paragraph-small-font-weight, 400);
5808
+ font-size: var(--typography-paragraph-small-font-size, 0.875rem);
5809
+ line-height: var(--typography-paragraph-small-line-height, 1.125rem);
5810
+ letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
5811
+ margin-top: var(--spacing-6, 0.375rem);
5812
+ flex: 0 1 auto;
5813
+ padding-bottom: var(--spacing-12, 0.75rem);
5814
+ top: 0.21em;
6179
5815
  }
6180
- .LikertScaleLegacy-module_likertItemFill__yj0tC::after {
6181
- content: " ";
6182
- display: block;
6183
- height: 100%;
5816
+ .GenericNotification-module_toast__GOVfC .GenericNotification-module_text__X-5ld {
6184
5817
  width: 100%;
6185
- pointer-events: none;
6186
- }
6187
- .LikertScaleLegacy-module_likertItemFill__yj0tC.LikertScaleLegacy-module_pop__hTH48::after {
6188
- -webkit-animation: LikertScaleLegacy-module_pop__hTH48 cubic-bezier(0, 0.94, 0.32, 1) 0.7s 1;
6189
- }
6190
-
6191
- .LikertScaleLegacy-module_reversed__qrwrP .LikertScaleLegacy-module_likertItemFill__yj0tC {
6192
- border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
6193
5818
  }
6194
-
6195
- .LikertScaleLegacy-module_check__3wQsx {
6196
- display: block;
6197
- position: absolute;
6198
- top: 50%;
6199
- left: 50%;
6200
- margin: -10px 0 0 -10px;
6201
- color: black;
5819
+ .GenericNotification-module_global__Weka- .GenericNotification-module_text__X-5ld {
5820
+ position: static;
5821
+ font-weight: var(--typography-paragraph-body-font-weight, 400);
5822
+ font-size: var(--typography-paragraph-body-font-size, 1rem);
5823
+ line-height: var(--typography-paragraph-body-line-height, 1.5rem);
5824
+ letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
6202
5825
  }
6203
- .LikertScaleLegacy-module_likertItem1__cYmY6 .LikertScaleLegacy-module_check__3wQsx {
6204
- margin-left: -9px;
5826
+ .GenericNotification-module_text__X-5ld a[href] {
5827
+ color: var(--color-blue-500, #0168b3);
5828
+ text-decoration: underline;
6205
5829
  }
6206
- [dir=rtl] .LikertScaleLegacy-module_likertItem1__cYmY6 .LikertScaleLegacy-module_check__3wQsx {
6207
- margin-left: -11px;
5830
+ .GenericNotification-module_text__X-5ld a[href]:hover {
5831
+ color: var(--color-blue-500, #0168b3);
5832
+ text-decoration: none;
6208
5833
  }
6209
- .LikertScaleLegacy-module_likertItem5__ZF0By .LikertScaleLegacy-module_check__3wQsx {
6210
- margin-left: -12px;
5834
+ .GenericNotification-module_text__X-5ld strong {
5835
+ font-weight: var(--typography-button-secondary-font-weight, 500);
6211
5836
  }
6212
- [dir=rtl] .LikertScaleLegacy-module_likertItem5__ZF0By .LikertScaleLegacy-module_check__3wQsx {
6213
- margin-left: -9px;
5837
+ .GenericNotification-module_text__X-5ld p {
5838
+ font-weight: inherit;
6214
5839
  }
6215
5840
 
6216
- .LikertScaleLegacy-module_hovered__vVUN6 :where(.LikertScaleLegacy-module_likertItem4__0SWtD, .LikertScaleLegacy-module_likertItem5__ZF0By) .LikertScaleLegacy-module_check__3wQsx {
6217
- color: black;
6218
- }
5841
+ .GenericNotification-module_cancel__c6wky {
5842
+ appearance: none;
5843
+ background: transparent;
5844
+ border: none;
5845
+ font: inherit;
5846
+ margin: 0;
5847
+ padding: 0;
5848
+ transition: none;
5849
+ cursor: pointer;
5850
+ color: var(--color-purple-800, #2f2438);
5851
+ transform: none;
5852
+ }
5853
+ .GenericNotification-module_cancel__c6wky .GenericNotification-module_icon__SDb8v {
5854
+ opacity: 70%;
5855
+ transition: var(--animation-duration-fast, 300ms) opacity;
5856
+ }
5857
+ .GenericNotification-module_cancel__c6wky:disabled .GenericNotification-module_icon__SDb8v, .GenericNotification-module_disabled__WGBhD.GenericNotification-module_cancel__c6wky .GenericNotification-module_icon__SDb8v {
5858
+ opacity: 30%;
5859
+ }
5860
+ .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD):hover .GenericNotification-module_icon__SDb8v, .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD):focus .GenericNotification-module_icon__SDb8v, .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD).GenericNotification-module_hover__hUURd .GenericNotification-module_icon__SDb8v {
5861
+ opacity: 100%;
5862
+ }
5863
+ .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD):active .GenericNotification-module_icon__SDb8v, .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD).GenericNotification-module_active__-6ahb .GenericNotification-module_icon__SDb8v {
5864
+ opacity: 100%;
5865
+ }
5866
+ .GenericNotification-module_cancel__c6wky:active {
5867
+ transform: translateY(1px);
5868
+ }
5869
+ .GenericNotification-module_inline__OciO5 .GenericNotification-module_cancel__c6wky, .GenericNotification-module_toast__GOVfC .GenericNotification-module_cancel__c6wky {
5870
+ width: var(--spacing-48);
5871
+ height: var(--spacing-48);
5872
+ margin-top: calc(-1 * var(--spacing-6));
5873
+ margin-bottom: calc(-1 * var(--spacing-6));
5874
+ }
5875
+ .GenericNotification-module_inline__OciO5 .GenericNotification-module_cancel__c6wky {
5876
+ margin-inline-end: calc(-1 * var(--spacing-12));
5877
+ }
5878
+ .GenericNotification-module_toast__GOVfC .GenericNotification-module_cancel__c6wky {
5879
+ margin-inline-end: -10px;
5880
+ }
5881
+ .GenericNotification-module_global__Weka- .GenericNotification-module_cancel__c6wky {
5882
+ width: var(--spacing-48);
5883
+ height: var(--spacing-48);
5884
+ margin-top: calc(-1 * var(--spacing-24));
5885
+ margin-bottom: calc(-1 * var(--spacing-24));
5886
+ }
5887
+
5888
+ .GenericNotification-module_cancelLabel__HJzsk {
5889
+ position: absolute;
5890
+ width: 1px;
5891
+ height: 1px;
5892
+ padding: 0;
5893
+ margin: -1px;
5894
+ overflow: hidden;
5895
+ clip: rect(0, 0, 0, 0);
5896
+ border: 0;
5897
+ }
5898
+
5899
+ .GenericNotification-module_icon__SDb8v {
5900
+ color: var(--icon-color);
5901
+ }
5902
+
5903
+ .GenericNotification-module_cancel__c6wky {
5904
+ position: relative;
5905
+ display: flex;
5906
+ align-items: center;
5907
+ justify-content: center;
5908
+ }
5909
+ .GenericNotification-module_cancel__c6wky:focus, .GenericNotification-module_cancel__c6wky:focus-visible {
5910
+ outline: none;
5911
+ }
5912
+ .GenericNotification-module_cancel__c6wky:focus-visible::after {
5913
+ content: "";
5914
+ pointer-events: none;
5915
+ position: absolute;
5916
+ background: transparent;
5917
+ border-radius: var(--border-focus-ring-border-radius, 10px);
5918
+ border-width: var(--border-focus-ring-border-width, 2px);
5919
+ border-style: var(--border-focus-ring-border-style, solid);
5920
+ border-color: var(--color-blue-500, #0168b3);
5921
+ inset: var(--spacing-2);
5922
+ }
5923
+
5924
+ .GenericNotification-module_notificationTitle__Oaqb8 {
5925
+ top: 0.42em;
5926
+ position: relative;
5927
+ margin-inline-end: var(--spacing-6, 0.375rem);
5928
+ line-height: var(--typography-heading-6-line-height, 1.5rem);
5929
+ }
5930
+
5931
+ @container (max-width: 25rem) {
5932
+ .GenericNotification-module_notificationTitle__Oaqb8 {
5933
+ width: 100%;
5934
+ }
5935
+ }
5936
+ .GenericNotification-module_success__oLGIP {
5937
+ background: var(--color-green-100, #e8f8f4);
5938
+ border-color: var(--color-green-500);
5939
+ color: var(--color-purple-800, #2f2438);
5940
+ --icon-color: var(--color-green-500);
5941
+ }
5942
+
5943
+ .GenericNotification-module_informative__WLimi {
5944
+ background: var(--color-blue-100, #e6f6ff);
5945
+ border-color: var(--color-blue-400);
5946
+ color: var(--color-purple-800, #2f2438);
5947
+ --icon-color: var(--color-blue-400);
5948
+ }
5949
+
5950
+ .GenericNotification-module_cautionary__lneFu {
5951
+ background: var(--color-yellow-100, #fff9e4);
5952
+ border-color: var(--color-yellow-700);
5953
+ color: var(--color-purple-800, #2f2438);
5954
+ --icon-color: var(--color-yellow-700);
5955
+ }
5956
+
5957
+ .GenericNotification-module_warning__7275P {
5958
+ background: var(--color-red-100, #fdeaee);
5959
+ border-color: var(--color-red-500);
5960
+ color: var(--color-purple-800, #2f2438);
5961
+ --icon-color: var(--color-red-500);
5962
+ }
5963
+ /** THIS IS AN AUTOGENERATED FILE **/
5964
+ /** THIS IS AN AUTOGENERATED FILE **/
5965
+ .ToastNotificationsList-module_toastNotificationsList__APiSP {
5966
+ display: flex;
5967
+ flex-direction: column;
5968
+ align-items: flex-end;
5969
+ overflow: hidden;
5970
+ padding-bottom: 0;
5971
+ padding-top: 172px;
5972
+ position: fixed;
5973
+ right: var(--spacing-md, 1.5rem);
5974
+ top: 0;
5975
+ bottom: 0;
5976
+ z-index: 1100;
5977
+ max-width: 100%;
5978
+ pointer-events: none;
5979
+ }
5980
+ @media (max-width: 1079px) {
5981
+ .ToastNotificationsList-module_toastNotificationsList__APiSP {
5982
+ padding-top: 108px;
5983
+ }
5984
+ }
5985
+ @media (max-width: 767px) {
5986
+ .ToastNotificationsList-module_toastNotificationsList__APiSP {
5987
+ left: var(--spacing-md, 1.5rem);
5988
+ }
5989
+ }
5990
+ /** THIS IS AN AUTOGENERATED FILE **/
5991
+ /** THIS IS AN AUTOGENERATED FILE **/
5992
+ /** THIS IS AN AUTOGENERATED FILE **/
5993
+ /* stylelint-disable no-descending-specificity */
5994
+ @keyframes LikertScaleLegacy-module_pop__hTH48 {
5995
+ 0% {
5996
+ opacity: 50%;
5997
+ -webkit-transform: scale(1);
5998
+ }
5999
+ 100% {
6000
+ opacity: 0%;
6001
+ -webkit-transform: scale(1.78);
6002
+ }
6003
+ }
6004
+ .LikertScaleLegacy-module_container__5wjIJ {
6005
+ width: 220px;
6006
+ position: relative;
6007
+ box-sizing: border-box;
6008
+ }
6009
+ @media only screen and (max-width: 767px) {
6010
+ .LikertScaleLegacy-module_container__5wjIJ {
6011
+ width: 258px;
6012
+ position: static;
6013
+ }
6014
+ }
6015
+ .LikertScaleLegacy-module_container__5wjIJ.LikertScaleLegacy-module_rated__KXpzU .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_unselected__nP5p9 .LikertScaleLegacy-module_likertItemFill__yj0tC {
6016
+ transition: background 0.1s;
6017
+ }
6018
+ .LikertScaleLegacy-module_container__5wjIJ.LikertScaleLegacy-module_reversed__qrwrP.LikertScaleLegacy-module_rated__KXpzU .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_unselected__nP5p9 .LikertScaleLegacy-module_likertItemFill__yj0tC {
6019
+ background-color: transparent;
6020
+ border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
6021
+ }
6022
+ .LikertScaleLegacy-module_container__5wjIJ :where(.LikertScaleLegacy-module_likertItem4__0SWtD, .LikertScaleLegacy-module_likertItem5__ZF0By) .LikertScaleLegacy-module_check__3wQsx {
6023
+ color: white;
6024
+ }
6025
+ .LikertScaleLegacy-module_container__5wjIJ :is(.LikertScaleLegacy-module_likertItem4__0SWtD.LikertScaleLegacy-module_suggested__0xk0D, .LikertScaleLegacy-module_likertItem5__ZF0By.LikertScaleLegacy-module_suggested__0xk0D) .LikertScaleLegacy-module_check__3wQsx {
6026
+ color: white;
6027
+ }
6028
+
6029
+ .LikertScaleLegacy-module_likertItem__LwX2w:focus,
6030
+ .LikertScaleLegacy-module_likertItemFill__yj0tC:focus {
6031
+ outline: none;
6032
+ }
6033
+
6034
+ .LikertScaleLegacy-module_likertItem__LwX2w:focus-visible .LikertScaleLegacy-module_likertItemFill__yj0tC {
6035
+ outline-offset: 1px;
6036
+ outline: var(--color-blue-500, #0168b3) var(--border-focus-ring-border-style, solid) var(--border-focus-ring-border-width, 2px);
6037
+ }
6038
+
6039
+ .LikertScaleLegacy-module_reversed__qrwrP .LikertScaleLegacy-module_likertItem__LwX2w:focus-visible .LikertScaleLegacy-module_likertItemFill__yj0tC {
6040
+ outline-color: var(--color-blue-300, #73c0e8);
6041
+ }
6042
+
6043
+ .LikertScaleLegacy-module_itemContainer__9Vfq0 {
6044
+ width: 100%;
6045
+ white-space: nowrap;
6046
+ display: inline-block;
6047
+ height: 37px;
6048
+ font-size: 0;
6049
+ }
6050
+
6051
+ .LikertScaleLegacy-module_legend__HYNg- {
6052
+ text-align: center;
6053
+ position: absolute;
6054
+ top: calc(-1 * var(--spacing-md, 1.5rem));
6055
+ left: 0;
6056
+ right: 0;
6057
+ }
6058
+ @media only screen and (max-width: 767px) {
6059
+ .LikertScaleLegacy-module_legend__HYNg- {
6060
+ position: initial;
6061
+ top: 0;
6062
+ }
6063
+ }
6064
+
6065
+ .LikertScaleLegacy-module_likertItem__LwX2w {
6066
+ margin-right: 2px;
6067
+ margin-left: 2px;
6068
+ font-size: 1px;
6069
+ line-height: 1;
6070
+ padding: 0;
6071
+ overflow-x: visible;
6072
+ display: inline-block;
6073
+ width: 18.5%;
6074
+ position: relative;
6075
+ }
6076
+ .LikertScaleLegacy-module_likertItem__LwX2w[dir=rtl]:first-child, [dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:first-child {
6077
+ margin-left: 2px;
6078
+ }
6079
+ .LikertScaleLegacy-module_likertItem__LwX2w[dir=rtl]:last-child, [dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:last-child {
6080
+ margin-right: 2px;
6081
+ }
6082
+ .LikertScaleLegacy-module_likertItem__LwX2w:first-child .LikertScaleLegacy-module_likertItemFill__yj0tC {
6083
+ border-top-left-radius: 35px;
6084
+ border-bottom-left-radius: 35px;
6085
+ }
6086
+ [dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:first-child .LikertScaleLegacy-module_likertItemFill__yj0tC {
6087
+ border-radius: 0;
6088
+ border-top-right-radius: 35px;
6089
+ border-bottom-right-radius: 35px;
6090
+ }
6091
+ .LikertScaleLegacy-module_likertItem__LwX2w:first-child .LikertScaleLegacy-module_likertItemFill__yj0tC::after {
6092
+ border-top-left-radius: 35px;
6093
+ border-bottom-left-radius: 35px;
6094
+ }
6095
+ [dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:first-child .LikertScaleLegacy-module_likertItemFill__yj0tC::after {
6096
+ border-radius: 0;
6097
+ border-top-right-radius: 35px;
6098
+ border-bottom-right-radius: 35px;
6099
+ }
6100
+ .LikertScaleLegacy-module_likertItem__LwX2w:last-child .LikertScaleLegacy-module_likertItemFill__yj0tC {
6101
+ border-top-right-radius: 35px;
6102
+ border-bottom-right-radius: 35px;
6103
+ }
6104
+ [dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:last-child .LikertScaleLegacy-module_likertItemFill__yj0tC {
6105
+ border-radius: 0;
6106
+ border-top-left-radius: 35px;
6107
+ border-bottom-left-radius: 35px;
6108
+ }
6109
+ .LikertScaleLegacy-module_likertItem__LwX2w:last-child .LikertScaleLegacy-module_likertItemFill__yj0tC::after {
6110
+ border-top-right-radius: 35px;
6111
+ border-bottom-right-radius: 35px;
6112
+ }
6113
+ [dir=rtl] .LikertScaleLegacy-module_likertItem__LwX2w:last-child .LikertScaleLegacy-module_likertItemFill__yj0tC::after {
6114
+ border-radius: 0;
6115
+ border-top-left-radius: 35px;
6116
+ border-bottom-left-radius: 35px;
6117
+ }
6118
+ .LikertScaleLegacy-module_likertItem__LwX2w:first-child {
6119
+ margin-right: 2px;
6120
+ margin-left: 0;
6121
+ }
6122
+ .LikertScaleLegacy-module_likertItem__LwX2w:last-child {
6123
+ margin-left: 2px;
6124
+ margin-right: 0;
6125
+ }
6126
+ .LikertScaleLegacy-module_likertItem__LwX2w::before, .LikertScaleLegacy-module_likertItem__LwX2w::after {
6127
+ content: "";
6128
+ position: absolute;
6129
+ top: 0;
6130
+ right: 100%;
6131
+ width: 2px;
6132
+ height: 100%;
6133
+ }
6134
+ .LikertScaleLegacy-module_likertItem__LwX2w::after {
6135
+ right: auto;
6136
+ left: 100%;
6137
+ }
6138
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field1__TDRE-, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field1__TDRE- {
6139
+ background-color: var(--color-yellow-300, #ffe36e);
6140
+ }
6141
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field1__TDRE-::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field1__TDRE-::after {
6142
+ background-color: var(--color-yellow-300, #ffe36e);
6143
+ }
6144
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field2__s-CD7, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field2__s-CD7 {
6145
+ background-color: var(--color-yellow-400, #ffca4d);
6146
+ }
6147
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field2__s-CD7::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field2__s-CD7::after {
6148
+ background-color: var(--color-yellow-400, #ffca4d);
6149
+ }
6150
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field3__xp5eQ, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field3__xp5eQ {
6151
+ background-color: var(--color-orange-400, #ff9461);
6152
+ }
6153
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field3__xp5eQ::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field3__xp5eQ::after {
6154
+ background-color: var(--color-orange-400, #ff9461);
6155
+ }
6156
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field4__IVK7E, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field4__IVK7E {
6157
+ background-color: var(--color-orange-500, #e96c2f);
6158
+ }
6159
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field4__IVK7E::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field4__IVK7E::after {
6160
+ background-color: var(--color-orange-500, #e96c2f);
6161
+ }
6162
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field5__9sETV, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field5__9sETV {
6163
+ background-color: var(--color-red-500, #c93b55);
6164
+ }
6165
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field5__9sETV::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_classicalColorSchema__nPw3y .LikertScaleLegacy-module_field5__9sETV::after {
6166
+ background-color: var(--color-red-500, #c93b55);
6167
+ }
6168
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field1__TDRE-, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field1__TDRE- {
6169
+ background-color: var(--color-blue-100, #e6f6ff);
6170
+ }
6171
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field1__TDRE-::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field1__TDRE-::after {
6172
+ background-color: var(--color-blue-100, #e6f6ff);
6173
+ }
6174
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field2__s-CD7, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field2__s-CD7 {
6175
+ background-color: var(--color-blue-200, #bde2f5);
6176
+ }
6177
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field2__s-CD7::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field2__s-CD7::after {
6178
+ background-color: var(--color-blue-200, #bde2f5);
6179
+ }
6180
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field3__xp5eQ, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field3__xp5eQ {
6181
+ background-color: var(--color-blue-300, #73c0e8);
6182
+ }
6183
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field3__xp5eQ::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field3__xp5eQ::after {
6184
+ background-color: var(--color-blue-300, #73c0e8);
6185
+ }
6186
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field4__IVK7E, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field4__IVK7E {
6187
+ background-color: var(--color-blue-400, #008bd6);
6188
+ }
6189
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field4__IVK7E::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field4__IVK7E::after {
6190
+ background-color: var(--color-blue-400, #008bd6);
6191
+ }
6192
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field5__9sETV, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field5__9sETV {
6193
+ background-color: var(--color-blue-500, #0168b3);
6194
+ }
6195
+ .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field5__9sETV::after, .LikertScaleLegacy-module_likertItem__LwX2w.LikertScaleLegacy-module_selected__MVmcb.LikertScaleLegacy-module_blueColorSchema__w8XlF .LikertScaleLegacy-module_field5__9sETV::after {
6196
+ background-color: var(--color-blue-500, #0168b3);
6197
+ }
6198
+
6199
+ .LikertScaleLegacy-module_likertItemFill__yj0tC {
6200
+ transition: background 0.1s, border-color 0.1s;
6201
+ height: 35px;
6202
+ border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-gray-500, #878792);
6203
+ }
6204
+ .LikertScaleLegacy-module_likertItemFill__yj0tC:hover {
6205
+ transition: background 0s, border-color 0s;
6206
+ }
6207
+ .LikertScaleLegacy-module_likertItemFill__yj0tC::after {
6208
+ content: " ";
6209
+ display: block;
6210
+ height: 100%;
6211
+ width: 100%;
6212
+ pointer-events: none;
6213
+ }
6214
+ .LikertScaleLegacy-module_likertItemFill__yj0tC.LikertScaleLegacy-module_pop__hTH48::after {
6215
+ -webkit-animation: LikertScaleLegacy-module_pop__hTH48 cubic-bezier(0, 0.94, 0.32, 1) 0.7s 1;
6216
+ }
6217
+
6218
+ .LikertScaleLegacy-module_reversed__qrwrP .LikertScaleLegacy-module_likertItemFill__yj0tC {
6219
+ border-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
6220
+ }
6221
+
6222
+ .LikertScaleLegacy-module_check__3wQsx {
6223
+ display: block;
6224
+ position: absolute;
6225
+ top: 50%;
6226
+ left: 50%;
6227
+ margin: -10px 0 0 -10px;
6228
+ color: black;
6229
+ }
6230
+ .LikertScaleLegacy-module_likertItem1__cYmY6 .LikertScaleLegacy-module_check__3wQsx {
6231
+ margin-left: -9px;
6232
+ }
6233
+ [dir=rtl] .LikertScaleLegacy-module_likertItem1__cYmY6 .LikertScaleLegacy-module_check__3wQsx {
6234
+ margin-left: -11px;
6235
+ }
6236
+ .LikertScaleLegacy-module_likertItem5__ZF0By .LikertScaleLegacy-module_check__3wQsx {
6237
+ margin-left: -12px;
6238
+ }
6239
+ [dir=rtl] .LikertScaleLegacy-module_likertItem5__ZF0By .LikertScaleLegacy-module_check__3wQsx {
6240
+ margin-left: -9px;
6241
+ }
6242
+
6243
+ .LikertScaleLegacy-module_hovered__vVUN6 :where(.LikertScaleLegacy-module_likertItem4__0SWtD, .LikertScaleLegacy-module_likertItem5__ZF0By) .LikertScaleLegacy-module_check__3wQsx {
6244
+ color: black;
6245
+ }
6219
6246
 
6220
6247
  .LikertScaleLegacy-module_hovered__vVUN6.LikertScaleLegacy-module_reversed__qrwrP .LikertScaleLegacy-module_itemContainer__9Vfq0 > :not(.LikertScaleLegacy-module_suggested__0xk0D.LikertScaleLegacy-module_likertItem__LwX2w) .LikertScaleLegacy-module_check__3wQsx {
6221
6248
  color: white;
@@ -7777,6 +7804,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7777
7804
  border-radius: var(--border-solid-border-radius, 7px);
7778
7805
  background: var(--color-white, #ffffff);
7779
7806
  overflow: auto;
7807
+ z-index: 100000;
7780
7808
  }
7781
7809
  .Popover-module_popover__B7k5I:focus {
7782
7810
  outline: none;
@@ -8021,9 +8049,16 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
8021
8049
  .ProgressStepper-module_stepperDescription__-55Pn {
8022
8050
  display: flex;
8023
8051
  justify-content: center;
8052
+ color: var(--color-white);
8053
+ font-family: var(--typography-paragraph-small-font-family);
8054
+ font-weight: var(--typography-paragraph-small-font-weight);
8055
+ font-size: var(--typography-paragraph-small-font-size);
8056
+ line-height: var(--typography-paragraph-small-line-height);
8057
+ letter-spacing: var(--typography-paragraph-small-letter-spacing);
8024
8058
  }
8025
- @media (min-width: 768px) {
8059
+ @media (width >= 768px) {
8026
8060
  .ProgressStepper-module_stepperDescription__-55Pn {
8061
+ /* sr hidden styles */
8027
8062
  position: absolute;
8028
8063
  width: 0;
8029
8064
  height: 0;
@@ -12369,851 +12404,489 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
12369
12404
  .NavigationTabs-module_linkAnchor__oUsWX:focus::after {
12370
12405
  border-radius: var(--border-focus-ring-border-radius, 10px) var(--border-focus-ring-border-radius, 10px) 0 0;
12371
12406
  inset: 5px calc(-1 * var(--border-focus-ring-border-width, 2px)) 0 calc(-1 * var(--border-focus-ring-border-width, 2px));
12372
- }
12373
- }
12374
- @media (forced-colors: active) {
12375
- .NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_active__-38QW::before, .NavigationTabs-module_linkAnchor__oUsWX:focus::before {
12376
- background: transparent;
12377
- border: 5px solid transparent;
12378
- height: 0;
12379
- }
12380
- }
12381
-
12382
- .NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T {
12383
- color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.75);
12384
- }
12385
- .NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T:hover {
12386
- color: var(--color-blue-500, #0168b3);
12387
- }
12388
- .NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T.NavigationTabs-module_active__-38QW {
12389
- color: var(--color-blue-500, #0168b3);
12390
- }
12391
- .NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T.NavigationTabs-module_active__-38QW::before {
12392
- background-color: var(--color-blue-500, #0168b3);
12393
- top: 3px;
12394
- }
12395
- @media (max-width: calc(1080px - 1px)) {
12396
- .NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T.NavigationTabs-module_active__-38QW::before {
12397
- top: auto;
12398
- bottom: 0;
12399
- border-radius: var(--border-solid-border-radius, 7px) var(--border-solid-border-radius, 7px) 0 0;
12400
- }
12401
- }
12402
- /** THIS IS AN AUTOGENERATED FILE **/
12403
- /** THIS IS AN AUTOGENERATED FILE **/
12404
- /** THIS IS AN AUTOGENERATED FILE **/
12405
- /** THIS IS AN AUTOGENERATED FILE **/
12406
- /** THIS IS AN AUTOGENERATED FILE **/
12407
- /** THIS IS AN AUTOGENERATED FILE **/
12408
- /** THIS IS AN AUTOGENERATED FILE **/
12409
- /* stylelint-disable selector-no-vendor-prefix */
12410
- .ToggleSwitch-module_checkbox__ezWz3 {
12411
- opacity: 0%;
12412
- position: absolute;
12413
- }
12414
- .ideal-sans .ToggleSwitch-module_checkbox__ezWz3 {
12415
- position: absolute;
12416
- }
12417
-
12418
- .ToggleSwitch-module_track__fcDMP {
12419
- position: relative;
12420
- background-color: var(--color-gray-500, #878792);
12421
- border: var(--border-borderless-border-width, 2px) var(--border-borderless-border-style, solid) var(--border-borderless-border-color, transparent);
12422
- border-radius: var(--spacing-md, 1.5rem);
12423
- box-sizing: content-box;
12424
- width: calc(var(--spacing-md, 1.5rem) * 1.05 * 2);
12425
- height: calc(var(--spacing-md, 1.5rem) * 1.25);
12426
- padding: 0 calc(var(--spacing-md, 1.5rem) * 0.15);
12427
- display: flex;
12428
- align-items: center;
12429
- transition: background-color var(--animation-duration-immediate, 100ms) var(--animation-easing-function-linear, linear);
12430
- /* TODO: Fix */
12431
- /* stylelint-disable no-descending-specificity */
12432
- /* stylelint-enable no-descending-specificity */
12433
- }
12434
- .ToggleSwitch-module_checkbox__ezWz3:focus + .ToggleSwitch-module_track__fcDMP, .ToggleSwitch-module_checkbox__ezWz3:hover:focus + .ToggleSwitch-module_track__fcDMP {
12435
- border-color: transparent;
12436
- outline: 2px solid var(--color-blue-500, #0168b3);
12437
- outline-offset: 1px;
12438
- background-color: var(--color-gray-600, #524e56);
12439
- }
12440
- .ToggleSwitch-module_checkbox__ezWz3 + .ToggleSwitch-module_track__fcDMP:hover, label:hover .ToggleSwitch-module_checkbox__ezWz3 + .ToggleSwitch-module_track__fcDMP {
12441
- background-color: var(--color-purple-500, #844587);
12442
- background-color: var(--color-gray-600, #524e56);
12443
- }
12444
-
12445
- .ToggleSwitch-module_thumb__8PULV {
12446
- display: flex;
12447
- align-items: center;
12448
- justify-content: center;
12449
- background-color: var(--color-white, #ffffff);
12450
- border: var(--border-borderless-border-width, 2px) var(--border-borderless-border-style, solid) var(--border-borderless-border-color, transparent);
12451
- box-sizing: content-box;
12452
- width: calc(var(--spacing-md, 1.5rem) * 0.9);
12453
- height: calc(var(--spacing-md, 1.5rem) * 0.9);
12454
- border-radius: var(--spacing-md, 1.5rem);
12455
- transition: left var(--animation-duration-immediate, 100ms) var(--animation-easing-function-linear, linear), right var(--animation-duration-immediate, 100ms) var(--animation-easing-function-linear, linear);
12456
- }
12457
-
12458
- .ToggleSwitch-module_checkIcon__8iitB {
12459
- color: var(--color-green-500, #3f9a86);
12460
- opacity: 0%;
12461
- transition-duration: var(--animation-duration-rapid, 200ms);
12462
- }
12463
-
12464
- /* stylelint-disable no-descending-specificity */
12465
- .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3 + .ToggleSwitch-module_track__fcDMP {
12466
- border-color: var(--border-borderless-border-color, transparent);
12467
- background-color: var(--color-green-500, #3f9a86);
12468
- }
12469
- .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3:focus + .ToggleSwitch-module_track__fcDMP {
12470
- border-color: transparent;
12471
- background-color: var(--color-green-500, #3f9a86);
12472
- }
12473
- .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_thumb__8PULV {
12474
- position: relative;
12475
- right: auto;
12476
- left: calc(var(--spacing-md, 1.5rem) * 1.1);
12477
- }
12478
- .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_thumb__8PULV[dir=rtl], [dir=rtl] .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_thumb__8PULV {
12479
- right: calc(var(--spacing-md, 1.5rem) * 1.1);
12480
- left: auto;
12481
- }
12482
- .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkIcon__8iitB {
12483
- opacity: 100%;
12484
- transition-delay: var(--animation-duration-immediate, 100ms);
12485
- transition-duration: var(--animation-duration-fast, 300ms);
12486
- }
12487
- .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3 + .ToggleSwitch-module_track__fcDMP:hover, label:hover .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3 + .ToggleSwitch-module_track__fcDMP {
12488
- background-color: var(--color-green-600, #2c7d67);
12489
- }
12490
-
12491
- .ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_thumb__8PULV {
12492
- position: relative;
12493
- right: auto;
12494
- left: calc(var(--spacing-md, 1.5rem) * -0.05);
12495
- }
12496
- .ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_thumb__8PULV[dir=rtl], [dir=rtl] .ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_thumb__8PULV {
12497
- right: calc(var(--spacing-md, 1.5rem) * -0.05);
12498
- left: auto;
12499
- }
12500
-
12501
- .ToggleSwitch-module_reversed__Q3-iM .ToggleSwitch-module_checkbox__ezWz3:focus + .ToggleSwitch-module_track__fcDMP,
12502
- .ToggleSwitch-module_reversed__Q3-iM .ToggleSwitch-module_checkbox__ezWz3:hover:focus + .ToggleSwitch-module_track__fcDMP {
12503
- outline-color: var(--color-blue-300, #73c0e8);
12504
- }
12505
- .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_track__fcDMP {
12506
- background-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.2);
12507
- }
12508
- .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3:focus + .ToggleSwitch-module_track__fcDMP,
12509
- .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3:hover:focus + .ToggleSwitch-module_track__fcDMP {
12510
- background-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
12511
- }
12512
- .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3 + .ToggleSwitch-module_track__fcDMP:hover, label:hover .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3 + .ToggleSwitch-module_track__fcDMP {
12513
- background-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
12514
- }
12515
-
12516
- /* stylelint-enable no-descending-specificity */
12517
- /** THIS IS AN AUTOGENERATED FILE **/
12518
- .ToggleSwitchField-module_container__e7TXD {
12519
- display: flex;
12520
- }
12521
-
12522
- .ToggleSwitchField-module_fullWidth__ybDf- .ToggleSwitchField-module_inner__9-O0m {
12523
- width: 100%;
12524
- }
12525
-
12526
- .ToggleSwitchField-module_on__HQOkN label {
12527
- font-weight: var(--typography-paragraph-bold-font-weight, 600);
12528
- }
12529
- .Well-module_container__pi8-W {
12530
- background-color: var(--background-color);
12531
- border-width: var(--border-width-1);
12532
- border-radius: var(--border-solid-border-radius);
12533
- border-style: var(--border-style);
12534
- margin-bottom: var(--spacing-24);
12535
- color: var(--color-purple-800);
12536
- border-color: var(--border-color);
12537
- }
12538
-
12539
- .Well-module_noMargin__xBvM9 {
12540
- margin: 0;
12541
- }
12542
-
12543
- .Well-module_white__HEVrB {
12544
- --background-color: var(--color-white);
12545
- --border-color: var(--color-gray-500);
12546
- }
12547
-
12548
- .Well-module_gray__ur3Fv {
12549
- --background-color: var(--color-gray-200);
12550
- --border-color: var(--color-gray-500);
12551
- }
12552
-
12553
- .Well-module_blue__H8M0Q {
12554
- --background-color: var(--color-blue-100);
12555
- --border-color: var(--color-blue-400);
12556
- }
12557
-
12558
- .Well-module_yellow__DJAMr {
12559
- --background-color: var(--color-yellow-100);
12560
- --border-color: var(--color-yellow-700);
12561
- }
12562
-
12563
- .Well-module_orange__F0FkU {
12564
- --background-color: var(--color-orange-100);
12565
- --border-color: var(--color-orange-600);
12566
- }
12567
-
12568
- .Well-module_red__40n5z {
12569
- --background-color: var(--color-red-100);
12570
- --border-color: var(--color-red-500);
12571
- }
12572
-
12573
- .Well-module_green__R-zR1 {
12574
- --background-color: var(--color-green-100);
12575
- --border-color: var(--color-green-500);
12576
- }
12577
-
12578
- .Well-module_purple__iXxT8 {
12579
- --background-color: var(--color-purple-100);
12580
- --border-color: var(--color-purple-400);
12581
- }
12582
-
12583
- .Well-module_positive__6ldUu {
12584
- --background-color: var(--color-green-100);
12585
- --border-color: var(--color-green-500);
12586
- }
12587
-
12588
- .Well-module_default__tSiHp {
12589
- --background-color: var(--color-gray-200);
12590
- --border-color: var(--color-gray-500);
12591
- }
12592
-
12593
- .Well-module_negative__mVczy {
12594
- --background-color: var(--color-red-100);
12595
- --border-color: var(--color-red-500);
12596
- }
12597
-
12598
- .Well-module_informative__81djJ {
12599
- --background-color: var(--color-blue-100);
12600
- --border-color: var(--color-blue-400);
12601
- }
12602
-
12603
- .Well-module_cautionary__MSYHT {
12604
- --background-color: var(--color-yellow-100);
12605
- --border-color: var(--color-yellow-700);
12606
- }
12607
-
12608
- .Well-module_assertive__Kl5ql {
12609
- --background-color: var(--color-orange-100);
12610
- --border-color: var(--color-orange-600);
12407
+ }
12611
12408
  }
12612
-
12613
- .Well-module_prominent__wdpIQ {
12614
- --background-color: var(--color-purple-100);
12615
- --border-color: var(--color-purple-400);
12409
+ @media (forced-colors: active) {
12410
+ .NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_active__-38QW::before, .NavigationTabs-module_linkAnchor__oUsWX:focus::before {
12411
+ background: transparent;
12412
+ border: 5px solid transparent;
12413
+ height: 0;
12414
+ }
12616
12415
  }
12617
12416
 
12618
- .Well-module_solid__ianzm {
12619
- --border-style: solid;
12417
+ .NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T {
12418
+ color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.75);
12620
12419
  }
12621
-
12622
- .Well-module_dashed__csujS {
12623
- --border-style: dashed;
12420
+ .NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T:hover {
12421
+ color: var(--color-blue-500, #0168b3);
12624
12422
  }
12625
-
12626
- .Well-module_none__rWwTB {
12627
- --border-color: transparent;
12628
- --border-style: none;
12423
+ .NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T.NavigationTabs-module_active__-38QW {
12424
+ color: var(--color-blue-500, #0168b3);
12629
12425
  }
12630
- /** THIS IS AN AUTOGENERATED FILE **/
12631
- /** THIS IS AN AUTOGENERATED FILE **/
12632
- .FooterRoot-module_footerRoot__3uh1Q {
12633
- display: grid;
12634
- grid-template-areas: "prev stepper next";
12635
- grid-template-columns: 1fr 2fr 1fr;
12636
- flex-grow: 1;
12637
- justify-content: center;
12638
- align-items: center;
12639
- padding: var(--spacing-24, 1.5rem) var(--spacing-12, 0.75rem);
12640
- background: var(--color-blue-500, #0168b3);
12641
- gap: var(--spacing-16, 1rem);
12426
+ .NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T.NavigationTabs-module_active__-38QW::before {
12427
+ background-color: var(--color-blue-500, #0168b3);
12428
+ top: 3px;
12642
12429
  }
12643
- @media (min-width: 768px) {
12644
- .FooterRoot-module_footerRoot__3uh1Q {
12645
- grid-template-columns: 1fr 5fr 1fr;
12646
- padding: var(--spacing-24, 1.5rem) var(--spacing-32, 2rem);
12647
- position: sticky;
12430
+ @media (max-width: calc(1080px - 1px)) {
12431
+ .NavigationTabs-module_linkAnchor__oUsWX.NavigationTabs-module_lightBackground__TR-5T.NavigationTabs-module_active__-38QW::before {
12432
+ top: auto;
12648
12433
  bottom: 0;
12649
- z-index: 1;
12434
+ border-radius: var(--border-solid-border-radius, 7px) var(--border-solid-border-radius, 7px) 0 0;
12650
12435
  }
12651
12436
  }
12652
12437
  /** THIS IS AN AUTOGENERATED FILE **/
12653
12438
  /** THIS IS AN AUTOGENERATED FILE **/
12654
12439
  /** THIS IS AN AUTOGENERATED FILE **/
12655
12440
  /** THIS IS AN AUTOGENERATED FILE **/
12656
- .ProgressStepper-module_stepsContainer__ci3hM {
12657
- width: 100%;
12658
- grid-area: stepper;
12659
- }
12660
-
12661
- .ProgressStepper-module_stepList__kp--2 {
12662
- display: none;
12663
- justify-content: center;
12664
- align-items: flex-end;
12665
- list-style: none;
12666
- margin: 0;
12667
- padding: 0;
12668
- }
12669
- @media (min-width: 768px) {
12670
- .ProgressStepper-module_stepList__kp--2 {
12671
- display: flex;
12672
- }
12673
- }
12674
-
12675
- .ProgressStepper-module_step__Ut-Qg {
12676
- display: flex;
12677
- flex-grow: 1;
12678
- flex-basis: 100%;
12679
- justify-content: center;
12680
- max-width: var(--spacing-96, 6rem);
12681
- overflow-wrap: break-word;
12682
- position: relative;
12683
- container: step/inline-size;
12684
- }
12685
-
12686
- .ProgressStepper-module_stepContent__retc7 {
12687
- display: flex;
12688
- align-items: center;
12689
- flex-direction: column;
12690
- }
12691
-
12692
- .ProgressStepper-module_stepIndicator__YdnP- {
12693
- width: 1.25rem;
12694
- height: 1.25rem;
12695
- position: relative;
12696
- }
12697
-
12698
- .ProgressStepper-module_stepName__zVxii {
12699
- display: none;
12700
- text-align: center;
12701
- margin-bottom: var(--spacing-12, 0.75rem);
12702
- font-weight: var(--typography-paragraph-bold-font-weight, 600);
12703
- }
12704
-
12705
- .ProgressStepper-module_stepIcon__jyegN {
12706
- color: var(--color-white, #ffffff);
12441
+ /** THIS IS AN AUTOGENERATED FILE **/
12442
+ /** THIS IS AN AUTOGENERATED FILE **/
12443
+ /** THIS IS AN AUTOGENERATED FILE **/
12444
+ /* stylelint-disable selector-no-vendor-prefix */
12445
+ .ToggleSwitch-module_checkbox__ezWz3 {
12446
+ opacity: 0%;
12707
12447
  position: absolute;
12708
- width: 1.25rem;
12709
- height: 1.25rem;
12710
- left: 50%;
12711
- top: 50%;
12712
- transform: translate(-50%, -50%);
12713
12448
  }
12714
-
12715
- .ProgressStepper-module_stepDivider__Lp7Fp {
12716
- height: 0;
12717
- display: flex;
12449
+ .ideal-sans .ToggleSwitch-module_checkbox__ezWz3 {
12718
12450
  position: absolute;
12719
- flex-grow: 1;
12720
- min-width: calc(100% - var(--spacing-24, 1.5rem));
12721
- border: solid var(--spacing-1, 0.0625rem) var(--color-white, #ffffff);
12722
- margin: 0;
12723
- border-radius: var(--border-solid-border-radius, 7px);
12724
- left: 100%;
12725
- top: calc(100% - 1.25rem / 2);
12726
- transform: translateX(-50%);
12727
- }
12728
- [dir=rtl] .ProgressStepper-module_stepDivider__Lp7Fp {
12729
- left: unset;
12730
- right: 100%;
12731
- transform: translateX(50%);
12732
12451
  }
12733
12452
 
12734
- .ProgressStepper-module_stepperDescription__jgeSN {
12453
+ .ToggleSwitch-module_track__fcDMP {
12454
+ position: relative;
12455
+ background-color: var(--color-gray-500, #878792);
12456
+ border: var(--border-borderless-border-width, 2px) var(--border-borderless-border-style, solid) var(--border-borderless-border-color, transparent);
12457
+ border-radius: var(--spacing-md, 1.5rem);
12458
+ box-sizing: content-box;
12459
+ width: calc(var(--spacing-md, 1.5rem) * 1.05 * 2);
12460
+ height: calc(var(--spacing-md, 1.5rem) * 1.25);
12461
+ padding: 0 calc(var(--spacing-md, 1.5rem) * 0.15);
12735
12462
  display: flex;
12736
- justify-content: center;
12737
- }
12738
- @media (min-width: 768px) {
12739
- .ProgressStepper-module_stepperDescription__jgeSN {
12740
- position: absolute;
12741
- width: 0;
12742
- height: 0;
12743
- overflow: hidden;
12744
- }
12745
- }
12746
-
12747
- @container step (min-width: 4.5rem) {
12748
- .ProgressStepper-module_stepName__zVxii {
12749
- display: inline;
12750
- }
12463
+ align-items: center;
12464
+ transition: background-color var(--animation-duration-immediate, 100ms) var(--animation-easing-function-linear, linear);
12465
+ /* TODO: Fix */
12466
+ /* stylelint-disable no-descending-specificity */
12467
+ /* stylelint-enable no-descending-specificity */
12751
12468
  }
12752
- .FooterActions-module_footerAction__79XyY {
12753
- display: flex;
12754
- flex-grow: 1;
12755
- flex-basis: auto;
12469
+ .ToggleSwitch-module_checkbox__ezWz3:focus + .ToggleSwitch-module_track__fcDMP, .ToggleSwitch-module_checkbox__ezWz3:hover:focus + .ToggleSwitch-module_track__fcDMP {
12470
+ border-color: transparent;
12471
+ outline: 2px solid var(--color-blue-500, #0168b3);
12472
+ outline-offset: 1px;
12473
+ background-color: var(--color-gray-600, #524e56);
12756
12474
  }
12757
-
12758
- .FooterActions-module_footerActionPrevious__EuPJe {
12759
- grid-area: "prev";
12760
- justify-content: start;
12475
+ .ToggleSwitch-module_checkbox__ezWz3 + .ToggleSwitch-module_track__fcDMP:hover, label:hover .ToggleSwitch-module_checkbox__ezWz3 + .ToggleSwitch-module_track__fcDMP {
12476
+ background-color: var(--color-purple-500, #844587);
12477
+ background-color: var(--color-gray-600, #524e56);
12761
12478
  }
12762
12479
 
12763
- .FooterActions-module_footerActionNext__QUYDX {
12764
- grid-area: "next";
12765
- justify-content: end;
12766
- }
12767
- /** THIS IS AN AUTOGENERATED FILE **/
12768
- .Titles-module_titles__4J9L5 {
12769
- grid-area: titles;
12480
+ .ToggleSwitch-module_thumb__8PULV {
12770
12481
  display: flex;
12771
- flex-direction: column;
12772
12482
  align-items: center;
12773
12483
  justify-content: center;
12774
- flex-grow: 1;
12484
+ background-color: var(--color-white, #ffffff);
12485
+ border: var(--border-borderless-border-width, 2px) var(--border-borderless-border-style, solid) var(--border-borderless-border-color, transparent);
12486
+ box-sizing: content-box;
12487
+ width: calc(var(--spacing-md, 1.5rem) * 0.9);
12488
+ height: calc(var(--spacing-md, 1.5rem) * 0.9);
12489
+ border-radius: var(--spacing-md, 1.5rem);
12490
+ transition: left var(--animation-duration-immediate, 100ms) var(--animation-easing-function-linear, linear), right var(--animation-duration-immediate, 100ms) var(--animation-easing-function-linear, linear);
12775
12491
  }
12776
12492
 
12777
- .Titles-module_pageTitle__vGL5H {
12778
- display: flex;
12779
- flex-direction: column;
12493
+ .ToggleSwitch-module_checkIcon__8iitB {
12494
+ color: var(--color-green-500, #3f9a86);
12495
+ opacity: 0%;
12496
+ transition-duration: var(--animation-duration-rapid, 200ms);
12780
12497
  }
12781
12498
 
12782
- .Titles-module_prefix__xpoFE {
12783
- margin-bottom: var(--spacing-4, 0.25rem);
12499
+ /* stylelint-disable no-descending-specificity */
12500
+ .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3 + .ToggleSwitch-module_track__fcDMP {
12501
+ border-color: var(--border-borderless-border-color, transparent);
12502
+ background-color: var(--color-green-500, #3f9a86);
12784
12503
  }
12785
-
12786
- .Titles-module_status__aCnZe {
12787
- margin-top: var(--spacing-8, 0.5rem);
12504
+ .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3:focus + .ToggleSwitch-module_track__fcDMP {
12505
+ border-color: transparent;
12506
+ background-color: var(--color-green-500, #3f9a86);
12788
12507
  }
12789
- /** THIS IS AN AUTOGENERATED FILE **/
12790
- .Actions-module_actions__LTO83 {
12791
- grid-area: actions;
12792
- display: flex;
12793
- flex-direction: column;
12794
- flex-grow: 1;
12795
- justify-content: center;
12796
- align-items: center;
12508
+ .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_thumb__8PULV {
12509
+ position: relative;
12510
+ right: auto;
12511
+ left: calc(var(--spacing-md, 1.5rem) * 1.1);
12797
12512
  }
12798
- @media (min-width: 768px) {
12799
- .Actions-module_actions__LTO83 {
12800
- flex-direction: row;
12801
- align-items: flex-start;
12802
- justify-content: flex-end;
12803
- margin-top: calc(-1 * var(--spacing-12, 0.75rem));
12804
- }
12513
+ .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_thumb__8PULV[dir=rtl], [dir=rtl] .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_thumb__8PULV {
12514
+ right: calc(var(--spacing-md, 1.5rem) * 1.1);
12515
+ left: auto;
12805
12516
  }
12806
- /** THIS IS AN AUTOGENERATED FILE **/
12807
- .Branding-module_branding__qp0rz {
12808
- justify-content: center;
12809
- grid-area: branding;
12810
- display: flex;
12811
- flex-grow: 1;
12812
- padding-top: var(--spacing-4, 0.25rem);
12517
+ .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkIcon__8iitB {
12518
+ opacity: 100%;
12519
+ transition-delay: var(--animation-duration-immediate, 100ms);
12520
+ transition-duration: var(--animation-duration-fast, 300ms);
12813
12521
  }
12814
- @media (min-width: 768px) {
12815
- .Branding-module_branding__qp0rz {
12816
- justify-content: unset;
12817
- }
12522
+ .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3 + .ToggleSwitch-module_track__fcDMP:hover, label:hover .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3 + .ToggleSwitch-module_track__fcDMP {
12523
+ background-color: var(--color-green-600, #2c7d67);
12524
+ }
12525
+
12526
+ .ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_thumb__8PULV {
12527
+ position: relative;
12528
+ right: auto;
12529
+ left: calc(var(--spacing-md, 1.5rem) * -0.05);
12530
+ }
12531
+ .ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_thumb__8PULV[dir=rtl], [dir=rtl] .ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_thumb__8PULV {
12532
+ right: calc(var(--spacing-md, 1.5rem) * -0.05);
12533
+ left: auto;
12818
12534
  }
12819
12535
 
12820
- .Branding-module_logo__5dDZ6 {
12821
- flex-basis: 7.5rem;
12536
+ .ToggleSwitch-module_reversed__Q3-iM .ToggleSwitch-module_checkbox__ezWz3:focus + .ToggleSwitch-module_track__fcDMP,
12537
+ .ToggleSwitch-module_reversed__Q3-iM .ToggleSwitch-module_checkbox__ezWz3:hover:focus + .ToggleSwitch-module_track__fcDMP {
12538
+ outline-color: var(--color-blue-300, #73c0e8);
12822
12539
  }
12823
- /** THIS IS AN AUTOGENERATED FILE **/
12824
- /** THIS IS AN AUTOGENERATED FILE **/
12825
- /** THIS IS AN AUTOGENERATED FILE **/
12826
- .Root-module_root__q4CXr {
12827
- display: grid;
12828
- background-color: var(--color-white, #ffffff);
12829
- grid-template: "branding" min-content "titles" max-content "actions" min-content/1fr;
12830
- flex-grow: 1;
12831
- justify-content: center;
12832
- align-items: center;
12833
- text-align: center;
12834
- box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
12835
- padding: var(--spacing-24, 1.5rem);
12836
- gap: var(--spacing-16, 1rem);
12540
+ .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_track__fcDMP {
12541
+ background-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.2);
12837
12542
  }
12838
- @media (min-width: 768px) {
12839
- .Root-module_root__q4CXr {
12840
- align-items: start;
12841
- grid-template: "branding titles actions" min-content/1fr max-content 1fr;
12842
- position: sticky;
12843
- top: 0;
12844
- z-index: 1;
12845
- }
12543
+ .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3:focus + .ToggleSwitch-module_track__fcDMP,
12544
+ .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3:hover:focus + .ToggleSwitch-module_track__fcDMP {
12545
+ background-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
12846
12546
  }
12847
- .Main-module_main__ww911 {
12848
- z-index: 0;
12547
+ .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3 + .ToggleSwitch-module_track__fcDMP:hover, label:hover .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3 + .ToggleSwitch-module_track__fcDMP {
12548
+ background-color: rgba(var(--color-white-rgb, 255, 255, 255), 0.65);
12849
12549
  }
12550
+
12551
+ /* stylelint-enable no-descending-specificity */
12850
12552
  /** THIS IS AN AUTOGENERATED FILE **/
12851
- .Wrapper-module_wrapper__-Y3pN {
12852
- display: grid;
12853
- grid-template-rows: min-content 1fr min-content;
12854
- position: relative;
12855
- min-height: 100vh;
12856
- background: var(--color-gray-100, #f9f9f9);
12553
+ .ToggleSwitchField-module_container__e7TXD {
12554
+ display: flex;
12857
12555
  }
12858
- /** THIS IS AN AUTOGENERATED FILE **/
12859
- /** THIS IS AN AUTOGENERATED FILE **/
12860
- /** THIS IS AN AUTOGENERATED FILE **/
12861
- /** THIS IS AN AUTOGENERATED FILE **/
12862
- /** THIS IS AN AUTOGENERATED FILE **/
12863
- /** THIS IS AN AUTOGENERATED FILE **/
12864
- .GuidanceBlock-module_rightMargin__SbVUD {
12865
- margin-right: var(--spacing-8, 0.5rem);
12556
+
12557
+ .ToggleSwitchField-module_fullWidth__ybDf- .ToggleSwitchField-module_inner__9-O0m {
12558
+ width: 100%;
12866
12559
  }
12867
12560
 
12868
- .GuidanceBlock-module_noRightMargin__CbCz9 {
12869
- margin-right: 0;
12561
+ .ToggleSwitchField-module_on__HQOkN label {
12562
+ font-weight: var(--typography-paragraph-bold-font-weight, 600);
12563
+ }
12564
+ .Well-module_container__pi8-W {
12565
+ background-color: var(--background-color);
12566
+ border-width: var(--border-width-1);
12567
+ border-radius: var(--border-solid-border-radius);
12568
+ border-style: var(--border-style);
12569
+ margin-bottom: var(--spacing-24);
12570
+ color: var(--color-purple-800);
12571
+ border-color: var(--border-color);
12870
12572
  }
12871
12573
 
12872
- .GuidanceBlock-module_banner__NyOs1.GuidanceBlock-module_noMaxWidth__Rh070 {
12873
- max-width: inherit;
12574
+ .Well-module_noMargin__xBvM9 {
12575
+ margin: 0;
12874
12576
  }
12875
12577
 
12876
- .GuidanceBlock-module_banner__NyOs1 {
12877
- --border-width: var(--border-width-1);
12878
- display: flex;
12879
- flex-direction: column;
12880
- gap: var(--spacing-sm, 0.75rem);
12881
- min-width: 320px;
12882
- max-width: 1080px;
12883
- border: var(--border-width) var(--border-solid-border-style);
12884
- border-radius: var(--border-solid-border-radius, 7px);
12885
- padding: calc(var(--spacing-lg, 2.25rem) - var(--border-width));
12886
- box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
12887
- position: relative;
12888
- top: -1px;
12889
- transition: opacity var(--animation-duration-slow, 400ms) ease, margin-top var(--animation-duration-fast, 300ms) var(--animation-duration-slow, 400ms) ease;
12890
- color: var(--color-purple-800, #2f2438);
12578
+ .Well-module_white__HEVrB {
12579
+ --background-color: var(--color-white);
12580
+ --border-color: var(--color-gray-500);
12891
12581
  }
12892
- @media (min-width: 1024px) {
12893
- .GuidanceBlock-module_banner__NyOs1 {
12894
- min-height: calc(12rem - var(--spacing-lg, 2.25rem) * 2);
12895
- flex-direction: row;
12896
- gap: var(--spacing-md, 1.5rem);
12897
- width: auto;
12898
- align-items: center;
12899
- }
12582
+
12583
+ .Well-module_gray__ur3Fv {
12584
+ --background-color: var(--color-gray-200);
12585
+ --border-color: var(--color-gray-500);
12900
12586
  }
12901
- @media (max-width: 767px) {
12902
- .GuidanceBlock-module_banner__NyOs1 {
12903
- min-width: unset;
12904
- }
12587
+
12588
+ .Well-module_blue__H8M0Q {
12589
+ --background-color: var(--color-blue-100);
12590
+ --border-color: var(--color-blue-400);
12905
12591
  }
12906
12592
 
12907
- .GuidanceBlock-module_illustrationWrapper__lIGaj {
12908
- display: flex;
12593
+ .Well-module_yellow__DJAMr {
12594
+ --background-color: var(--color-yellow-100);
12595
+ --border-color: var(--color-yellow-700);
12909
12596
  }
12910
- @media (min-width: 768px) and (max-width: 1023px) {
12911
- .GuidanceBlock-module_illustrationWrapper__lIGaj {
12912
- text-align: center;
12913
- justify-content: center;
12914
- align-self: center;
12915
- padding: var(--spacing-sm, 0.75rem);
12916
- }
12597
+
12598
+ .Well-module_orange__F0FkU {
12599
+ --background-color: var(--color-orange-100);
12600
+ --border-color: var(--color-orange-600);
12917
12601
  }
12918
- @media (max-width: 767px) {
12919
- .GuidanceBlock-module_illustrationWrapper__lIGaj {
12920
- display: none;
12921
- }
12602
+
12603
+ .Well-module_red__40n5z {
12604
+ --background-color: var(--color-red-100);
12605
+ --border-color: var(--color-red-500);
12922
12606
  }
12923
12607
 
12924
- .GuidanceBlock-module_illustration__W7PwM {
12925
- width: 155px;
12926
- height: 155px;
12608
+ .Well-module_green__R-zR1 {
12609
+ --background-color: var(--color-green-100);
12610
+ --border-color: var(--color-green-500);
12927
12611
  }
12928
- .GuidanceBlock-module_hasSceneIllustration__CX8GF .GuidanceBlock-module_illustration__W7PwM {
12929
- display: flex;
12930
- justify-content: center;
12931
- max-width: 300px;
12932
- max-height: 300px;
12933
- width: 300px;
12934
- height: auto;
12612
+
12613
+ .Well-module_purple__iXxT8 {
12614
+ --background-color: var(--color-purple-100);
12615
+ --border-color: var(--color-purple-400);
12935
12616
  }
12936
- .GuidanceBlock-module_hasSceneIllustration__CX8GF .GuidanceBlock-module_illustration__W7PwM figure {
12937
- max-height: 100%;
12938
- max-width: 100%;
12939
- aspect-ratio: 4/3;
12617
+
12618
+ .Well-module_positive__6ldUu {
12619
+ --background-color: var(--color-green-100);
12620
+ --border-color: var(--color-green-500);
12940
12621
  }
12941
- .GuidanceBlock-module_hasSceneIllustration__CX8GF .GuidanceBlock-module_illustration__W7PwM img {
12942
- height: 100%;
12943
- object-fit: contain;
12944
- object-position: center;
12622
+
12623
+ .Well-module_default__tSiHp {
12624
+ --background-color: var(--color-gray-200);
12625
+ --border-color: var(--color-gray-500);
12945
12626
  }
12946
12627
 
12947
- .GuidanceBlock-module_descriptionContainer__JyNJp {
12948
- flex: 1;
12949
- text-align: center;
12950
- align-self: center;
12951
- max-width: 780px;
12628
+ .Well-module_negative__mVczy {
12629
+ --background-color: var(--color-red-100);
12630
+ --border-color: var(--color-red-500);
12952
12631
  }
12953
- @media (min-width: 1024px) {
12954
- .GuidanceBlock-module_descriptionContainer__JyNJp {
12955
- padding: 0 var(--spacing-sm, 0.75rem);
12956
- text-align: left;
12957
- }
12632
+
12633
+ .Well-module_informative__81djJ {
12634
+ --background-color: var(--color-blue-100);
12635
+ --border-color: var(--color-blue-400);
12958
12636
  }
12959
- @media (max-width: 767px) {
12960
- .GuidanceBlock-module_descriptionContainer__JyNJp {
12961
- margin: var(--spacing-sm, 0.75rem);
12962
- max-width: 100%;
12963
- }
12637
+
12638
+ .Well-module_cautionary__MSYHT {
12639
+ --background-color: var(--color-yellow-100);
12640
+ --border-color: var(--color-yellow-700);
12964
12641
  }
12965
- @media (min-width: 1024px) {
12966
- [dir=rtl] .GuidanceBlock-module_descriptionContainer__JyNJp {
12967
- padding: 0 var(--spacing-sm, 0.75rem);
12968
- text-align: right;
12969
- }
12642
+
12643
+ .Well-module_assertive__Kl5ql {
12644
+ --background-color: var(--color-orange-100);
12645
+ --border-color: var(--color-orange-600);
12970
12646
  }
12971
12647
 
12972
- .GuidanceBlock-module_descriptionAndActions__2KGZQ {
12973
- display: flex;
12974
- flex: 1;
12975
- align-items: center;
12976
- justify-content: space-between;
12977
- gap: var(--spacing-md, 1.5rem);
12648
+ .Well-module_prominent__wdpIQ {
12649
+ --background-color: var(--color-purple-100);
12650
+ --border-color: var(--color-purple-400);
12978
12651
  }
12979
- @media (max-width: 1023px) {
12980
- .GuidanceBlock-module_descriptionAndActions__2KGZQ {
12981
- flex-direction: column;
12982
- width: 100%;
12983
- align-items: unset;
12984
- }
12652
+
12653
+ .Well-module_solid__ianzm {
12654
+ --border-style: solid;
12985
12655
  }
12986
12656
 
12987
- .GuidanceBlock-module_buttonContainer__6-Ty- {
12988
- display: flex;
12989
- flex: 1 0 auto;
12657
+ .Well-module_dashed__csujS {
12658
+ --border-style: dashed;
12659
+ }
12660
+
12661
+ .Well-module_none__rWwTB {
12662
+ --border-color: transparent;
12663
+ --border-style: none;
12664
+ }
12665
+ /** THIS IS AN AUTOGENERATED FILE **/
12666
+ /** THIS IS AN AUTOGENERATED FILE **/
12667
+ .FooterRoot-module_footerRoot__3uh1Q {
12668
+ display: grid;
12669
+ grid-template-areas: "prev stepper next";
12670
+ grid-template-columns: 1fr 2fr 1fr;
12671
+ flex-grow: 1;
12990
12672
  justify-content: center;
12991
- flex-direction: row-reverse;
12992
- gap: var(--spacing-sm, 0.75rem);
12993
- min-width: max-content;
12673
+ align-items: center;
12674
+ padding: var(--spacing-24, 1.5rem) var(--spacing-12, 0.75rem);
12675
+ background: var(--color-blue-500, #0168b3);
12676
+ gap: var(--spacing-16, 1rem);
12994
12677
  }
12995
12678
  @media (min-width: 768px) {
12996
- .GuidanceBlock-module_buttonContainer__6-Ty- {
12997
- text-align: center;
12998
- }
12999
- }
13000
- @media (max-width: 767px) {
13001
- .GuidanceBlock-module_buttonContainer__6-Ty- {
13002
- flex-direction: column;
13003
- width: 100%;
13004
- margin-top: var(--spacing-xs, 0.375rem);
12679
+ .FooterRoot-module_footerRoot__3uh1Q {
12680
+ grid-template-columns: 1fr 5fr 1fr;
12681
+ padding: var(--spacing-24, 1.5rem) var(--spacing-32, 2rem);
12682
+ position: sticky;
12683
+ bottom: 0;
12684
+ z-index: 1;
13005
12685
  }
13006
12686
  }
13007
- [dir=rtl] .GuidanceBlock-module_buttonContainer__6-Ty- svg {
13008
- transform: rotate(180deg);
13009
- }
13010
-
13011
- .GuidanceBlock-module_hidden__a6zCg {
13012
- opacity: 0%;
13013
- margin-bottom: 0;
13014
- }
13015
-
13016
- .GuidanceBlock-module_headingWrapper__3zGY2 {
13017
- margin-bottom: var(--spacing-md, 1.5rem);
12687
+ /** THIS IS AN AUTOGENERATED FILE **/
12688
+ /** THIS IS AN AUTOGENERATED FILE **/
12689
+ /** THIS IS AN AUTOGENERATED FILE **/
12690
+ /** THIS IS AN AUTOGENERATED FILE **/
12691
+ .ProgressStepper-module_stepsContainer__ci3hM {
12692
+ width: 100%;
12693
+ grid-area: stepper;
13018
12694
  }
13019
12695
 
13020
- .GuidanceBlock-module_cancel__G-4ci {
13021
- appearance: none;
13022
- display: inline;
13023
- background: transparent;
13024
- color: inherit;
13025
- font: inherit;
12696
+ .ProgressStepper-module_stepList__kp--2 {
12697
+ display: none;
12698
+ justify-content: center;
12699
+ align-items: flex-end;
12700
+ list-style: none;
13026
12701
  margin: 0;
13027
12702
  padding: 0;
13028
- border: none;
13029
- cursor: pointer;
13030
- position: absolute;
13031
- top: var(--spacing-sm, 0.75rem);
13032
- right: var(--spacing-sm, 0.75rem);
13033
- color: var(--color-purple-800, #2f2438);
13034
- }
13035
- .GuidanceBlock-module_cancel__G-4ci .GuidanceBlock-module_icon__W0pEX {
13036
- opacity: 70%;
13037
- transition: var(--animation-duration-fast, 300ms) opacity;
13038
12703
  }
13039
- .GuidanceBlock-module_cancel__G-4ci:disabled .GuidanceBlock-module_icon__W0pEX, .GuidanceBlock-module_cancel__G-4ci.GuidanceBlock-module_disabled__GL1dK .GuidanceBlock-module_icon__W0pEX {
13040
- opacity: 30%;
13041
- }
13042
- .GuidanceBlock-module_cancel__G-4ci:not(:disabled, .GuidanceBlock-module_disabled__GL1dK):hover .GuidanceBlock-module_icon__W0pEX, .GuidanceBlock-module_cancel__G-4ci:not(:disabled, .GuidanceBlock-module_disabled__GL1dK):focus .GuidanceBlock-module_icon__W0pEX, .GuidanceBlock-module_cancel__G-4ci:not(:disabled, .GuidanceBlock-module_disabled__GL1dK).GuidanceBlock-module_hover__5PdJM .GuidanceBlock-module_icon__W0pEX {
13043
- opacity: 100%;
13044
- }
13045
- .GuidanceBlock-module_cancel__G-4ci:not(:disabled, .GuidanceBlock-module_disabled__GL1dK):active .GuidanceBlock-module_icon__W0pEX, .GuidanceBlock-module_cancel__G-4ci:not(:disabled, .GuidanceBlock-module_disabled__GL1dK).GuidanceBlock-module_active__3ifEz .GuidanceBlock-module_icon__W0pEX {
13046
- opacity: 100%;
12704
+ @media (min-width: 768px) {
12705
+ .ProgressStepper-module_stepList__kp--2 {
12706
+ display: flex;
12707
+ }
13047
12708
  }
13048
12709
 
13049
- .GuidanceBlock-module_default__9rhEq {
13050
- border-color: var(--color-gray-500);
13051
- background: var(--color-white);
12710
+ .ProgressStepper-module_step__Ut-Qg {
12711
+ display: flex;
12712
+ flex-grow: 1;
12713
+ flex-basis: 100%;
12714
+ justify-content: center;
12715
+ max-width: var(--spacing-96, 6rem);
12716
+ overflow-wrap: break-word;
12717
+ position: relative;
12718
+ container: step/inline-size;
13052
12719
  }
13053
12720
 
13054
- .GuidanceBlock-module_positive__m6n-N {
13055
- border-color: var(--color-green-500);
13056
- background: var(--color-green-100, #e8f8f4);
12721
+ .ProgressStepper-module_stepContent__retc7 {
12722
+ display: flex;
12723
+ align-items: center;
12724
+ flex-direction: column;
13057
12725
  }
13058
12726
 
13059
- .GuidanceBlock-module_negative__Z8tj-,
13060
- .GuidanceBlock-module_assertive__76y6Y {
13061
- border-color: var(--color-red-500);
13062
- background: var(--color-red-100, #fdeaee);
12727
+ .ProgressStepper-module_stepIndicator__YdnP- {
12728
+ width: 1.25rem;
12729
+ height: 1.25rem;
12730
+ position: relative;
13063
12731
  }
13064
12732
 
13065
- .GuidanceBlock-module_informative__QBzhx {
13066
- border-color: var(--color-blue-400);
13067
- background: var(--color-blue-100, #e6f6ff);
12733
+ .ProgressStepper-module_stepName__zVxii {
12734
+ display: none;
12735
+ text-align: center;
12736
+ margin-bottom: var(--spacing-12, 0.75rem);
12737
+ font-weight: var(--typography-paragraph-bold-font-weight, 600);
13068
12738
  }
13069
12739
 
13070
- .GuidanceBlock-module_cautionary__iwOA- {
13071
- border-color: var(--color-yellow-700);
13072
- background: var(--color-yellow-100, #fff9e4);
12740
+ .ProgressStepper-module_stepIcon__jyegN {
12741
+ color: var(--color-white, #ffffff);
12742
+ position: absolute;
12743
+ width: 1.25rem;
12744
+ height: 1.25rem;
12745
+ left: 50%;
12746
+ top: 50%;
12747
+ transform: translate(-50%, -50%);
13073
12748
  }
13074
12749
 
13075
- .GuidanceBlock-module_prominent__LWMSm {
13076
- border-color: var(--color-purple-400);
13077
- background: var(--color-purple-100, #f4edf8);
12750
+ .ProgressStepper-module_stepDivider__Lp7Fp {
12751
+ height: 0;
12752
+ display: flex;
12753
+ position: absolute;
12754
+ flex-grow: 1;
12755
+ min-width: calc(100% - var(--spacing-24, 1.5rem));
12756
+ border: solid var(--spacing-1, 0.0625rem) var(--color-white, #ffffff);
12757
+ margin: 0;
12758
+ border-radius: var(--border-solid-border-radius, 7px);
12759
+ left: 100%;
12760
+ top: calc(100% - 1.25rem / 2);
12761
+ transform: translateX(-50%);
12762
+ }
12763
+ [dir=rtl] .ProgressStepper-module_stepDivider__Lp7Fp {
12764
+ left: unset;
12765
+ right: 100%;
12766
+ transform: translateX(50%);
13078
12767
  }
13079
12768
 
13080
- .GuidanceBlock-module_inline__Dq-OU,
13081
- .GuidanceBlock-module_stacked__h3bUz {
13082
- flex-flow: row wrap;
13083
- align-items: unset;
13084
- gap: var(--spacing-md, 1.5rem);
13085
- min-width: unset;
12769
+ .ProgressStepper-module_stepperDescription__jgeSN {
12770
+ display: flex;
12771
+ justify-content: center;
13086
12772
  }
13087
- @media (max-width: 1023px) {
13088
- .GuidanceBlock-module_inline__Dq-OU,
13089
- .GuidanceBlock-module_stacked__h3bUz {
13090
- flex-direction: unset;
12773
+ @media (min-width: 768px) {
12774
+ .ProgressStepper-module_stepperDescription__jgeSN {
12775
+ position: absolute;
12776
+ width: 0;
12777
+ height: 0;
12778
+ overflow: hidden;
13091
12779
  }
13092
12780
  }
13093
- .GuidanceBlock-module_inline__Dq-OU .GuidanceBlock-module_illustrationWrapper__lIGaj,
13094
- .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_illustrationWrapper__lIGaj {
13095
- margin-right: var(--spacing-sm, 0.75rem);
13096
- }
13097
- [dir=rtl] .GuidanceBlock-module_inline__Dq-OU .GuidanceBlock-module_illustrationWrapper__lIGaj,
13098
- [dir=rtl] .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_illustrationWrapper__lIGaj {
13099
- margin-left: var(--spacing-sm, 0.75rem);
13100
- margin-right: inherit;
13101
- }
13102
- @media (min-width: 768px) and (max-width: 1023px) {
13103
- .GuidanceBlock-module_inline__Dq-OU .GuidanceBlock-module_illustrationWrapper__lIGaj,
13104
- .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_illustrationWrapper__lIGaj {
13105
- padding: 0;
12781
+
12782
+ @container step (min-width: 4.5rem) {
12783
+ .ProgressStepper-module_stepName__zVxii {
12784
+ display: inline;
13106
12785
  }
13107
12786
  }
13108
- @media (max-width: 767px) {
13109
- .GuidanceBlock-module_inline__Dq-OU .GuidanceBlock-module_illustrationWrapper__lIGaj,
13110
- .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_illustrationWrapper__lIGaj {
13111
- display: flex;
13112
- }
12787
+ .FooterActions-module_footerAction__79XyY {
12788
+ display: flex;
12789
+ flex-grow: 1;
12790
+ flex-basis: auto;
13113
12791
  }
13114
- .GuidanceBlock-module_inline__Dq-OU .GuidanceBlock-module_descriptionAndActions__2KGZQ,
13115
- .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_descriptionAndActions__2KGZQ {
13116
- margin: auto 0;
12792
+
12793
+ .FooterActions-module_footerActionPrevious__EuPJe {
12794
+ grid-area: "prev";
12795
+ justify-content: start;
13117
12796
  }
13118
- .GuidanceBlock-module_inline__Dq-OU .GuidanceBlock-module_descriptionContainer__JyNJp,
13119
- .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_descriptionContainer__JyNJp {
13120
- text-align: left;
13121
- max-width: unset;
13122
- min-width: 320px;
12797
+
12798
+ .FooterActions-module_footerActionNext__QUYDX {
12799
+ grid-area: "next";
12800
+ justify-content: end;
13123
12801
  }
13124
- @media (min-width: 1024px) {
13125
- .GuidanceBlock-module_inline__Dq-OU .GuidanceBlock-module_descriptionContainer__JyNJp,
13126
- .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_descriptionContainer__JyNJp {
13127
- padding: 0;
13128
- }
12802
+ /** THIS IS AN AUTOGENERATED FILE **/
12803
+ .Titles-module_titles__4J9L5 {
12804
+ grid-area: titles;
12805
+ display: flex;
12806
+ flex-direction: column;
12807
+ align-items: center;
12808
+ justify-content: center;
12809
+ flex-grow: 1;
13129
12810
  }
13130
- @media (max-width: 767px) {
13131
- .GuidanceBlock-module_inline__Dq-OU .GuidanceBlock-module_descriptionContainer__JyNJp,
13132
- .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_descriptionContainer__JyNJp {
13133
- margin: 0;
13134
- }
12811
+
12812
+ .Titles-module_pageTitle__vGL5H {
12813
+ display: flex;
12814
+ flex-direction: column;
13135
12815
  }
13136
- [dir=rtl] .GuidanceBlock-module_inline__Dq-OU .GuidanceBlock-module_descriptionContainer__JyNJp,
13137
- [dir=rtl] .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_descriptionContainer__JyNJp {
13138
- text-align: right;
12816
+
12817
+ .Titles-module_prefix__xpoFE {
12818
+ margin-bottom: var(--spacing-4, 0.25rem);
13139
12819
  }
13140
- @media (min-width: 1024px) {
13141
- [dir=rtl] .GuidanceBlock-module_inline__Dq-OU .GuidanceBlock-module_descriptionContainer__JyNJp,
13142
- [dir=rtl] .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_descriptionContainer__JyNJp {
13143
- padding: 0;
13144
- }
12820
+
12821
+ .Titles-module_status__aCnZe {
12822
+ margin-top: var(--spacing-8, 0.5rem);
13145
12823
  }
13146
- .GuidanceBlock-module_inline__Dq-OU .GuidanceBlock-module_buttonContainer__6-Ty-,
13147
- .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_buttonContainer__6-Ty- {
13148
- padding-left: var(--spacing-sm, 0.75rem);
13149
- justify-content: flex-start;
13150
- width: unset;
13151
- min-width: unset;
12824
+ /** THIS IS AN AUTOGENERATED FILE **/
12825
+ .Actions-module_actions__LTO83 {
12826
+ grid-area: actions;
12827
+ display: flex;
12828
+ flex-direction: column;
12829
+ flex-grow: 1;
12830
+ justify-content: center;
12831
+ align-items: center;
13152
12832
  }
13153
- @media (max-width: 767px) {
13154
- .GuidanceBlock-module_inline__Dq-OU .GuidanceBlock-module_buttonContainer__6-Ty-,
13155
- .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_buttonContainer__6-Ty- {
13156
- flex-direction: row-reverse;
12833
+ @media (min-width: 768px) {
12834
+ .Actions-module_actions__LTO83 {
12835
+ flex-direction: row;
12836
+ align-items: flex-start;
12837
+ justify-content: flex-end;
12838
+ margin-top: calc(-1 * var(--spacing-12, 0.75rem));
13157
12839
  }
13158
12840
  }
13159
- [dir=rtl] .GuidanceBlock-module_inline__Dq-OU .GuidanceBlock-module_buttonContainer__6-Ty-,
13160
- [dir=rtl] .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_buttonContainer__6-Ty- {
13161
- padding-left: 0;
13162
- padding-right: var(--spacing-sm, 0.75rem);
13163
- }
13164
- .GuidanceBlock-module_inline__Dq-OU .GuidanceBlock-module_buttonContainer__6-Ty- > *,
13165
- .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_buttonContainer__6-Ty- > * {
13166
- width: unset;
13167
- }
13168
- .GuidanceBlock-module_inline__Dq-OU.GuidanceBlock-module_hasSceneIllustration__CX8GF,
13169
- .GuidanceBlock-module_stacked__h3bUz.GuidanceBlock-module_hasSceneIllustration__CX8GF {
12841
+ /** THIS IS AN AUTOGENERATED FILE **/
12842
+ .Branding-module_branding__qp0rz {
13170
12843
  justify-content: center;
12844
+ grid-area: branding;
12845
+ display: flex;
12846
+ flex-grow: 1;
12847
+ padding-top: var(--spacing-4, 0.25rem);
13171
12848
  }
13172
- .GuidanceBlock-module_inline__Dq-OU.GuidanceBlock-module_centerContent__Cyd34,
13173
- .GuidanceBlock-module_stacked__h3bUz.GuidanceBlock-module_centerContent__Cyd34 {
13174
- flex-direction: column;
13175
- }
13176
- .GuidanceBlock-module_inline__Dq-OU.GuidanceBlock-module_centerContent__Cyd34.GuidanceBlock-module_hasSceneIllustration__CX8GF .GuidanceBlock-module_illustration__W7PwM,
13177
- .GuidanceBlock-module_stacked__h3bUz.GuidanceBlock-module_centerContent__Cyd34.GuidanceBlock-module_hasSceneIllustration__CX8GF .GuidanceBlock-module_illustration__W7PwM {
13178
- width: 100%;
13179
- }
13180
- .GuidanceBlock-module_inline__Dq-OU.GuidanceBlock-module_centerContent__Cyd34 .GuidanceBlock-module_illustrationWrapper__lIGaj,
13181
- .GuidanceBlock-module_stacked__h3bUz.GuidanceBlock-module_centerContent__Cyd34 .GuidanceBlock-module_illustrationWrapper__lIGaj {
13182
- margin: 0 auto;
13183
- align-self: center;
13184
- }
13185
- .GuidanceBlock-module_inline__Dq-OU.GuidanceBlock-module_centerContent__Cyd34 .GuidanceBlock-module_descriptionContainer__JyNJp,
13186
- .GuidanceBlock-module_stacked__h3bUz.GuidanceBlock-module_centerContent__Cyd34 .GuidanceBlock-module_descriptionContainer__JyNJp {
13187
- text-align: center;
13188
- min-width: unset;
12849
+ @media (min-width: 768px) {
12850
+ .Branding-module_branding__qp0rz {
12851
+ justify-content: unset;
12852
+ }
13189
12853
  }
13190
- [dir=rtl] .GuidanceBlock-module_inline__Dq-OU.GuidanceBlock-module_centerContent__Cyd34 .GuidanceBlock-module_descriptionContainer__JyNJp,
13191
- [dir=rtl] .GuidanceBlock-module_stacked__h3bUz.GuidanceBlock-module_centerContent__Cyd34 .GuidanceBlock-module_descriptionContainer__JyNJp {
13192
- text-align: center;
12854
+
12855
+ .Branding-module_logo__5dDZ6 {
12856
+ flex-basis: 7.5rem;
13193
12857
  }
13194
- .GuidanceBlock-module_inline__Dq-OU.GuidanceBlock-module_centerContent__Cyd34 .GuidanceBlock-module_buttonContainer__6-Ty-,
13195
- .GuidanceBlock-module_stacked__h3bUz.GuidanceBlock-module_centerContent__Cyd34 .GuidanceBlock-module_buttonContainer__6-Ty- {
13196
- padding: 0;
13197
- flex-direction: column;
13198
- min-width: unset;
12858
+ /** THIS IS AN AUTOGENERATED FILE **/
12859
+ /** THIS IS AN AUTOGENERATED FILE **/
12860
+ /** THIS IS AN AUTOGENERATED FILE **/
12861
+ .Root-module_root__q4CXr {
12862
+ display: grid;
12863
+ background-color: var(--color-white, #ffffff);
12864
+ grid-template: "branding" min-content "titles" max-content "actions" min-content/1fr;
12865
+ flex-grow: 1;
13199
12866
  justify-content: center;
12867
+ align-items: center;
12868
+ text-align: center;
12869
+ box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
12870
+ padding: var(--spacing-24, 1.5rem);
12871
+ gap: var(--spacing-16, 1rem);
13200
12872
  }
13201
- .GuidanceBlock-module_inline__Dq-OU.GuidanceBlock-module_centerContent__Cyd34.GuidanceBlock-module_smallScreenTextAlignment__VI-fw .GuidanceBlock-module_descriptionContainer__JyNJp,
13202
- .GuidanceBlock-module_stacked__h3bUz.GuidanceBlock-module_centerContent__Cyd34.GuidanceBlock-module_smallScreenTextAlignment__VI-fw .GuidanceBlock-module_descriptionContainer__JyNJp {
13203
- text-align: left;
13204
- }
13205
- [dir=rtl] .GuidanceBlock-module_inline__Dq-OU.GuidanceBlock-module_centerContent__Cyd34.GuidanceBlock-module_smallScreenTextAlignment__VI-fw .GuidanceBlock-module_descriptionContainer__JyNJp,
13206
- [dir=rtl] .GuidanceBlock-module_stacked__h3bUz.GuidanceBlock-module_centerContent__Cyd34.GuidanceBlock-module_smallScreenTextAlignment__VI-fw .GuidanceBlock-module_descriptionContainer__JyNJp {
13207
- text-align: right;
12873
+ @media (min-width: 768px) {
12874
+ .Root-module_root__q4CXr {
12875
+ align-items: start;
12876
+ grid-template: "branding titles actions" min-content/1fr max-content 1fr;
12877
+ position: sticky;
12878
+ top: 0;
12879
+ z-index: 1;
12880
+ }
13208
12881
  }
13209
-
13210
- /* stylelint-disable no-descending-specificity */
13211
- .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_descriptionAndActions__2KGZQ {
13212
- flex-direction: column;
13213
- align-items: unset;
12882
+ .Main-module_main__ww911 {
12883
+ z-index: 0;
13214
12884
  }
13215
- .GuidanceBlock-module_stacked__h3bUz .GuidanceBlock-module_descriptionContainer__JyNJp {
13216
- align-self: flex-start;
12885
+ /** THIS IS AN AUTOGENERATED FILE **/
12886
+ .Wrapper-module_wrapper__-Y3pN {
12887
+ display: grid;
12888
+ grid-template-rows: min-content 1fr min-content;
12889
+ position: relative;
12890
+ min-height: 100vh;
12891
+ background: var(--color-gray-100, #f9f9f9);
13217
12892
  }
13218
-
13219
- /* stylelint-enable no-descending-specificity */