@rei/cedar 11.2.0 → 11.3.1

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 (77) hide show
  1. package/dist/cedar-compiled.css +743 -743
  2. package/dist/cedar.js +61 -35
  3. package/dist/cedar.mjs +61 -36
  4. package/dist/lib/assets/{cedar-compiled-f44fe1c9.css → cedar-compiled-301798f7.css} +1439 -1439
  5. package/dist/lib/src/components/accordion/styles/CdrAccordion.mjs +1 -1
  6. package/dist/lib/src/components/accordion/styles/CdrAccordionGroup.mjs +1 -1
  7. package/dist/lib/src/components/banner/styles/CdrBanner.mjs +1 -1
  8. package/dist/lib/src/components/breadcrumb/styles/CdrBreadcrumb.mjs +1 -1
  9. package/dist/lib/src/components/button/styles/CdrButton.mjs +1 -1
  10. package/dist/lib/src/components/caption/styles/CdrCaption.mjs +1 -1
  11. package/dist/lib/src/components/card/styles/CdrCard.mjs +1 -1
  12. package/dist/lib/src/components/checkbox/styles/CdrCheckbox.mjs +1 -1
  13. package/dist/lib/src/components/chip/styles/CdrChip.mjs +1 -1
  14. package/dist/lib/src/components/chip/styles/CdrChipGroup.mjs +1 -1
  15. package/dist/lib/src/components/container/styles/CdrContainer.mjs +1 -1
  16. package/dist/lib/src/components/formError/styles/CdrFormError.mjs +1 -1
  17. package/dist/lib/src/components/formGroup/styles/CdrFormGroup.mjs +1 -1
  18. package/dist/lib/src/components/grid/styles/CdrGrid.mjs +1 -1
  19. package/dist/lib/src/components/icon/comps/experiences-running.mjs +28 -0
  20. package/dist/lib/src/components/icon/styles/CdrIcon.mjs +1 -1
  21. package/dist/lib/src/components/image/styles/CdrImg.mjs +1 -1
  22. package/dist/lib/src/components/input/styles/CdrInput.mjs +1 -1
  23. package/dist/lib/src/components/labelStandalone/styles/CdrLabelStandalone.mjs +1 -1
  24. package/dist/lib/src/components/labelWrapper/styles/CdrLabelWrapper.mjs +1 -1
  25. package/dist/lib/src/components/link/styles/CdrLink.mjs +1 -1
  26. package/dist/lib/src/components/list/styles/CdrList.mjs +1 -1
  27. package/dist/lib/src/components/modal/styles/CdrModal.mjs +1 -1
  28. package/dist/lib/src/components/pagination/styles/CdrPagination.mjs +1 -1
  29. package/dist/lib/src/components/popover/styles/CdrPopover.mjs +1 -1
  30. package/dist/lib/src/components/popup/styles/CdrPopup.mjs +1 -1
  31. package/dist/lib/src/components/quote/styles/CdrQuote.mjs +1 -1
  32. package/dist/lib/src/components/radio/styles/CdrRadio.mjs +1 -1
  33. package/dist/lib/src/components/rating/styles/CdrRating.mjs +1 -1
  34. package/dist/lib/src/components/select/styles/CdrSelect.mjs +1 -1
  35. package/dist/lib/src/components/table/styles/CdrTable.mjs +1 -1
  36. package/dist/lib/src/components/tabs/styles/CdrTabPanel.mjs +1 -1
  37. package/dist/lib/src/components/tabs/styles/CdrTabs.mjs +1 -1
  38. package/dist/lib/src/components/text/styles/CdrText.mjs +1 -1
  39. package/dist/lib/src/components/toast/styles/CdrToast.mjs +1 -1
  40. package/dist/lib/src/components/tooltip/styles/CdrTooltip.mjs +1 -1
  41. package/dist/lib/src/index.mjs +1 -0
  42. package/dist/style/cdr-accordion-group.css +1 -1
  43. package/dist/style/cdr-accordion.css +1 -1
  44. package/dist/style/cdr-banner.css +1 -1
  45. package/dist/style/cdr-breadcrumb.css +1 -1
  46. package/dist/style/cdr-button.css +1 -1
  47. package/dist/style/cdr-caption.css +1 -1
  48. package/dist/style/cdr-card.css +1 -1
  49. package/dist/style/cdr-checkbox.css +1 -1
  50. package/dist/style/cdr-chip-group.css +1 -1
  51. package/dist/style/cdr-chip.css +1 -1
  52. package/dist/style/cdr-container.css +1 -1
  53. package/dist/style/cdr-form-error.css +1 -1
  54. package/dist/style/cdr-form-group.css +1 -1
  55. package/dist/style/cdr-grid.css +1 -1
  56. package/dist/style/cdr-icon.css +1 -1
  57. package/dist/style/cdr-img.css +1 -1
  58. package/dist/style/cdr-input.css +1 -1
  59. package/dist/style/cdr-label-standalone.css +1 -1
  60. package/dist/style/cdr-label-wrapper.css +1 -1
  61. package/dist/style/cdr-link.css +1 -1
  62. package/dist/style/cdr-list.css +1 -1
  63. package/dist/style/cdr-modal.css +1 -1
  64. package/dist/style/cdr-pagination.css +1 -1
  65. package/dist/style/cdr-popover.css +1 -1
  66. package/dist/style/cdr-popup.css +1 -1
  67. package/dist/style/cdr-quote.css +1 -1
  68. package/dist/style/cdr-radio.css +1 -1
  69. package/dist/style/cdr-rating.css +1 -1
  70. package/dist/style/cdr-select.css +1 -1
  71. package/dist/style/cdr-tab-panel.css +1 -1
  72. package/dist/style/cdr-table.css +1 -1
  73. package/dist/style/cdr-tabs.css +1 -1
  74. package/dist/style/cdr-text.css +1 -1
  75. package/dist/style/cdr-toast.css +1 -1
  76. package/dist/style/cdr-tooltip.css +1 -1
  77. package/package.json +4 -4
@@ -1,40 +1,13 @@
1
- /* ==========================================================================
2
- # CdrCaption
3
-
4
- All values should map to variables in
5
- vars/CdrCaption.vars.pcss
6
- in order to allow for theming
7
-
8
- TOC:
9
-
10
- :Base - CdrCaption
11
- ========================================================================== */
12
- .cdr-caption_11-2-0 {
13
- max-width: 53rem;
14
- line-height: 1;
15
- padding: 0.8rem 0; }
16
- .cdr-caption_11-2-0 cite {
17
- font-family: Graphik, "Helvetica Neue", sans-serif;
18
- font-size: 1.2rem;
19
- font-weight: 400;
20
- letter-spacing: 0.016rem;
21
- line-height: 1.8rem;
22
- color: rgba(66, 59, 47, 0.75);
23
- font-style: normal; }
24
- .cdr-caption__summary_11-2-0 {
25
- font-family: Graphik, "Helvetica Neue", sans-serif;
26
- font-size: 1.4rem;
27
- font-weight: 400;
28
- letter-spacing: 0.008rem;
29
- line-height: 2.2rem;
30
- margin: 0;
31
- color: rgba(12, 11, 8, 0.75); }
32
- .cdr-caption__summary_11-2-0 + cite {
33
- display: inline-block;
34
- margin-top: 0.8rem; }
1
+ .cdr-accordion-group_11-3-1 {
2
+ display: block;
3
+ list-style: none;
4
+ padding: 0;
5
+ margin: 0; }
6
+ .cdr-accordion-group_11-3-1 li + li > .cdr-accordion_11-3-1 {
7
+ border-top: none; }
35
8
 
36
9
  /* intentionally empty */
37
- .cdr-accordion_11-2-0 {
10
+ .cdr-accordion_11-3-1 {
38
11
  border-top: 0.1rem solid #dcd6cb;
39
12
  border-bottom: 0.1rem solid #dcd6cb;
40
13
  position: relative;
@@ -49,9 +22,9 @@
49
22
  ========== */
50
23
  /* Border-Aligned and Compact
51
24
  ========== */ }
52
- .cdr-accordion_11-2-0 + .cdr-accordion_11-2-0 {
25
+ .cdr-accordion_11-3-1 + .cdr-accordion_11-3-1 {
53
26
  border-top: none; }
54
- .cdr-accordion__button_11-2-0 {
27
+ .cdr-accordion__button_11-3-1 {
55
28
  font-family: Graphik, "Helvetica Neue", sans-serif;
56
29
  font-style: normal;
57
30
  font-weight: 600;
@@ -69,17 +42,17 @@
69
42
  text-align: left;
70
43
  width: 100%;
71
44
  z-index: 1; }
72
- .cdr-accordion__button_11-2-0:hover, .cdr-accordion__button_11-2-0:focus {
45
+ .cdr-accordion__button_11-3-1:hover, .cdr-accordion__button_11-3-1:focus {
73
46
  background-color: #f9f8f6; }
74
- .cdr-accordion__label_11-2-0 {
47
+ .cdr-accordion__label_11-3-1 {
75
48
  margin-bottom: 0; }
76
- .cdr-accordion__header_11-2-0 {
49
+ .cdr-accordion__header_11-3-1 {
77
50
  margin: 0;
78
51
  padding: 0;
79
52
  font-weight: unset;
80
53
  font-style: unset;
81
54
  font-size: unset; }
82
- .cdr-accordion__header--unwrapped_11-2-0 {
55
+ .cdr-accordion__header--unwrapped_11-3-1 {
83
56
  font-family: Graphik, "Helvetica Neue", sans-serif;
84
57
  font-style: normal;
85
58
  font-weight: 500;
@@ -87,20 +60,20 @@
87
60
  font-size: 1.8rem;
88
61
  line-height: 2.4rem;
89
62
  margin: 1.6rem 0; }
90
- .cdr-accordion__icon_11-2-0 {
63
+ .cdr-accordion__icon_11-3-1 {
91
64
  margin-left: 1.6rem;
92
65
  fill: #928b80;
93
66
  transition: transform 0.3s cubic-bezier(0.32, 0.94, 0.6, 1); }
94
- .cdr-accordion__icon_11-2-0.open {
67
+ .cdr-accordion__icon_11-3-1.open {
95
68
  transform: rotate(-180deg); }
96
- .cdr-accordion__content-container_11-2-0 {
69
+ .cdr-accordion__content-container_11-3-1 {
97
70
  overflow: hidden;
98
71
  transition-duration: 0.3s;
99
72
  transition-property: max-height;
100
73
  transition-timing-function: cubic-bezier(0.15, 0, 0.15, 1); }
101
- .cdr-accordion__content-container_11-2-0.open {
74
+ .cdr-accordion__content-container_11-3-1.open {
102
75
  transition-duration: 0.3s; }
103
- .cdr-accordion__content_11-2-0 {
76
+ .cdr-accordion__content_11-3-1 {
104
77
  font-family: Graphik, "Helvetica Neue", sans-serif;
105
78
  font-style: normal;
106
79
  font-weight: 400;
@@ -112,29 +85,29 @@
112
85
  padding: 0.8rem 1.6rem 1.6rem;
113
86
  transition: opacity 0.1s linear;
114
87
  opacity: 0; }
115
- .cdr-accordion__content_11-2-0 > * {
88
+ .cdr-accordion__content_11-3-1 > * {
116
89
  font-family: Graphik, "Helvetica Neue", sans-serif;
117
90
  font-style: normal;
118
91
  font-weight: 400;
119
92
  letter-spacing: 0.008rem;
120
93
  font-size: 1.6rem;
121
94
  line-height: 2.6rem; }
122
- .cdr-accordion__content_11-2-0.open {
95
+ .cdr-accordion__content_11-3-1.open {
123
96
  opacity: 1; }
124
- .cdr-accordion__content_11-2-0.closed {
97
+ .cdr-accordion__content_11-3-1.closed {
125
98
  visibility: hidden; }
126
- .cdr-accordion--unwrap_11-2-0 {
99
+ .cdr-accordion--unwrap_11-3-1 {
127
100
  padding: 0; }
128
- .cdr-accordion--border-aligned_11-2-0 {
101
+ .cdr-accordion--border-aligned_11-3-1 {
129
102
  margin: 0 1.6rem; }
130
- .cdr-accordion--border-aligned_11-2-0 .cdr-accordion__button_11-2-0 {
103
+ .cdr-accordion--border-aligned_11-3-1 .cdr-accordion__button_11-3-1 {
131
104
  margin-left: -1.6rem;
132
105
  width: calc(100% + 3.2rem); }
133
- .cdr-accordion--border-aligned_11-2-0 .cdr-accordion__content_11-2-0 {
106
+ .cdr-accordion--border-aligned_11-3-1 .cdr-accordion__content_11-3-1 {
134
107
  padding: 0.8rem 0 1.6rem; }
135
- .cdr-accordion--no-spacing_11-2-0 .cdr-accordion__content_11-2-0 {
108
+ .cdr-accordion--no-spacing_11-3-1 .cdr-accordion__content_11-3-1 {
136
109
  padding: 0; }
137
- .cdr-accordion--compact_11-2-0 .cdr-accordion__button_11-2-0 {
110
+ .cdr-accordion--compact_11-3-1 .cdr-accordion__button_11-3-1 {
138
111
  font-family: Graphik, "Helvetica Neue", sans-serif;
139
112
  font-style: normal;
140
113
  font-weight: 600;
@@ -142,7 +115,7 @@
142
115
  font-size: 1.4rem;
143
116
  line-height: 1.8rem;
144
117
  padding: 1.2rem; }
145
- .cdr-accordion--compact_11-2-0 .cdr-accordion__content_11-2-0 {
118
+ .cdr-accordion--compact_11-3-1 .cdr-accordion__content_11-3-1 {
146
119
  font-family: Graphik, "Helvetica Neue", sans-serif;
147
120
  font-style: normal;
148
121
  font-weight: 400;
@@ -150,19 +123,19 @@
150
123
  font-size: 1.4rem;
151
124
  line-height: 1.8rem;
152
125
  padding: 0.4rem 1.2rem 1.2rem; }
153
- .cdr-accordion--compact_11-2-0 .cdr-accordion__content_11-2-0 > * {
126
+ .cdr-accordion--compact_11-3-1 .cdr-accordion__content_11-3-1 > * {
154
127
  font-family: Graphik, "Helvetica Neue", sans-serif;
155
128
  font-style: normal;
156
129
  font-weight: 400;
157
130
  letter-spacing: -0.016rem;
158
131
  font-size: 1.4rem;
159
132
  line-height: 1.8rem; }
160
- .cdr-accordion--compact_11-2-0.cdr-accordion--border-aligned_11-2-0 .cdr-accordion__button_11-2-0 {
133
+ .cdr-accordion--compact_11-3-1.cdr-accordion--border-aligned_11-3-1 .cdr-accordion__button_11-3-1 {
161
134
  margin-left: -1.2rem;
162
135
  width: calc(100% + 2.4rem); }
163
- .cdr-accordion--compact_11-2-0.cdr-accordion--border-aligned_11-2-0 .cdr-accordion__content_11-2-0 {
136
+ .cdr-accordion--compact_11-3-1.cdr-accordion--border-aligned_11-3-1 .cdr-accordion__content_11-3-1 {
164
137
  padding: 0.4rem 0 1.2rem; }
165
- .cdr-accordion--focused_11-2-0 {
138
+ .cdr-accordion--focused_11-3-1 {
166
139
  /*
167
140
  This z-index change is to fix a Chrome-only visual issue with the light blue focus outline. Basically, the bottom
168
141
  line of the outline is usually covered by the accordion immediately below what's currently focuesd. We increase
@@ -170,15 +143,111 @@
170
143
  */
171
144
  z-index: 10; }
172
145
 
173
- .cdr-accordion-group_11-2-0 {
174
- display: block;
175
- list-style: none;
176
- padding: 0;
177
- margin: 0; }
178
- .cdr-accordion-group_11-2-0 li + li > .cdr-accordion_11-2-0 {
179
- border-top: none; }
146
+ .cdr-breadcrumb_11-3-1 {
147
+ line-height: 1;
148
+ /* List
149
+ ========== */
150
+ /* Item
151
+ ========== */
152
+ /* Link
153
+ ---------- */
154
+ /* Delimiter
155
+ ========== */
156
+ /* Ellipses
157
+ ========== */ }
158
+ .cdr-breadcrumb__list_11-3-1 {
159
+ display: inline-flex;
160
+ flex-wrap: wrap;
161
+ padding: 0;
162
+ margin: 0; }
163
+ .cdr-breadcrumb__item_11-3-1 {
164
+ display: inline-flex;
165
+ flex: none;
166
+ padding: 0;
167
+ color: rgba(66, 59, 47, 0.75); }
168
+ .cdr-breadcrumb__link_11-3-1 {
169
+ text-decoration: none;
170
+ color: inherit; }
171
+ .cdr-breadcrumb__link_11-3-1:hover, .cdr-breadcrumb__link_11-3-1:active, .cdr-breadcrumb__link_11-3-1:focus {
172
+ color: #406eb5; }
173
+ .cdr-breadcrumb__link_11-3-1:hover, .cdr-breadcrumb__link_11-3-1:active, .cdr-breadcrumb__link_11-3-1:focus {
174
+ color: #406eb5;
175
+ text-decoration: underline; }
176
+ .cdr-breadcrumb__delimiter_11-3-1 {
177
+ color: inherit;
178
+ padding: 0 0.8rem; }
179
+ .cdr-breadcrumb__ellipses_11-3-1 {
180
+ font-family: inherit;
181
+ font-size: inherit;
182
+ line-height: inherit;
183
+ border: none;
184
+ background: none;
185
+ background-color: transparent;
186
+ cursor: pointer;
187
+ display: inline-block;
188
+ fill: inherit;
189
+ padding: 0;
190
+ /* Ellipses Icon
191
+ ========== */ }
192
+ .cdr-breadcrumb__ellipses_11-3-1 .cdr-breadcrumb__ellipses-icon_11-3-1 {
193
+ color: rgba(66, 59, 47, 0.75);
194
+ border-bottom: 0.1rem solid transparent;
195
+ fill: inherit; }
196
+ .cdr-breadcrumb__ellipses_11-3-1:hover .cdr-breadcrumb__ellipses-icon_11-3-1, .cdr-breadcrumb__ellipses_11-3-1:active .cdr-breadcrumb__ellipses-icon_11-3-1, .cdr-breadcrumb__ellipses_11-3-1:focus .cdr-breadcrumb__ellipses-icon_11-3-1 {
197
+ color: #406eb5;
198
+ text-decoration: underline; }
199
+ .cdr-breadcrumb__link_11-3-1, .cdr-breadcrumb__delimiter_11-3-1, .cdr-breadcrumb__ellipses_11-3-1 {
200
+ font-family: Graphik, "Helvetica Neue", sans-serif;
201
+ font-style: normal;
202
+ font-weight: 400;
203
+ letter-spacing: -0.008rem;
204
+ font-size: 1.2rem;
205
+ line-height: 1.6rem; }
206
+ @media (min-width: 992px) {
207
+ .cdr-breadcrumb__link_11-3-1, .cdr-breadcrumb__delimiter_11-3-1, .cdr-breadcrumb__ellipses_11-3-1 {
208
+ font-family: Graphik, "Helvetica Neue", sans-serif;
209
+ font-style: normal;
210
+ font-weight: 400;
211
+ letter-spacing: -0.016rem;
212
+ font-size: 1.4rem;
213
+ line-height: 1.8rem; } }
180
214
 
181
- .cdr-card_11-2-0 {
215
+ /* ==========================================================================
216
+ # CdrCaption
217
+
218
+ All values should map to variables in
219
+ vars/CdrCaption.vars.pcss
220
+ in order to allow for theming
221
+
222
+ TOC:
223
+
224
+ :Base - CdrCaption
225
+ ========================================================================== */
226
+ .cdr-caption_11-3-1 {
227
+ max-width: 53rem;
228
+ line-height: 1;
229
+ padding: 0.8rem 0; }
230
+ .cdr-caption_11-3-1 cite {
231
+ font-family: Graphik, "Helvetica Neue", sans-serif;
232
+ font-size: 1.2rem;
233
+ font-weight: 400;
234
+ letter-spacing: 0.016rem;
235
+ line-height: 1.8rem;
236
+ color: rgba(66, 59, 47, 0.75);
237
+ font-style: normal; }
238
+ .cdr-caption__summary_11-3-1 {
239
+ font-family: Graphik, "Helvetica Neue", sans-serif;
240
+ font-size: 1.4rem;
241
+ font-weight: 400;
242
+ letter-spacing: 0.008rem;
243
+ line-height: 2.2rem;
244
+ margin: 0;
245
+ color: rgba(12, 11, 8, 0.75); }
246
+ .cdr-caption__summary_11-3-1 + cite {
247
+ display: inline-block;
248
+ margin-top: 0.8rem; }
249
+
250
+ .cdr-card_11-3-1 {
182
251
  position: relative;
183
252
  background-color: #ffffff;
184
253
  border-radius: 0.4rem;
@@ -188,7 +257,7 @@
188
257
  transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0);
189
258
  cursor: pointer;
190
259
  overflow: hidden; }
191
- .cdr-card_11-2-0:active, .cdr-card_11-2-0:hover {
260
+ .cdr-card_11-3-1:active, .cdr-card_11-3-1:hover {
192
261
  box-shadow: 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2);
193
262
  transform: translateY(-0.2rem);
194
263
  transition: 0.2s; }
@@ -210,7 +279,103 @@
210
279
  top: 0;
211
280
  background-color: transparent; }
212
281
 
213
- .cdr-button_11-2-0 {
282
+ .cdr-chip_11-3-1 {
283
+ display: inline-flex;
284
+ align-items: center;
285
+ position: relative;
286
+ width: -webkit-max-content;
287
+ width: -moz-max-content;
288
+ width: max-content;
289
+ padding: 0.8rem 1.2rem;
290
+ border-radius: 3rem;
291
+ border: 0;
292
+ color: #4e4d49;
293
+ fill: #4e4d49;
294
+ background-color: #ffffff;
295
+ box-shadow: inset 0 0 0 0.1rem #928b80;
296
+ cursor: pointer;
297
+ font-family: Graphik, "Helvetica Neue", sans-serif;
298
+ font-size: 1.4rem;
299
+ line-height: 1.5rem;
300
+ font-weight: 400;
301
+ letter-spacing: -0.008rem;
302
+ transition: color 0.1s cubic-bezier(0.15, 0, 0.15, 0), fill 0.1s cubic-bezier(0.15, 0, 0.15, 0), background-color 0.1s cubic-bezier(0.15, 0, 0.15, 0), box-shadow 0.1s cubic-bezier(0.15, 0, 0.15, 0); }
303
+ .cdr-chip_11-3-1:disabled, .cdr-chip_11-3-1:disabled:hover, .cdr-chip_11-3-1:disabled:focus {
304
+ cursor: not-allowed !important;
305
+ background-color: #ffffff !important;
306
+ box-shadow: inset 0 0 0 0.1rem #dcd6cb !important;
307
+ color: #d1cbbd !important; }
308
+ .cdr-chip_11-3-1:hover {
309
+ background-color: #f9f8f6;
310
+ box-shadow: inset 0 0 0 0.1rem #928b80, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
311
+ .cdr-chip_11-3-1:focus {
312
+ outline: none;
313
+ outline-offset: 0;
314
+ background-color: #ffffff;
315
+ box-shadow: inset 0 0 0 0.3rem #4e4d49; }
316
+ .cdr-chip_11-3-1:active {
317
+ background-color: #edeae3;
318
+ box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
319
+ .cdr-chip_11-3-1[aria-pressed="true"], .cdr-chip_11-3-1[aria-checked="true"] {
320
+ text-shadow: 0 0 0.1rem currentColor;
321
+ background-color: #edeae3;
322
+ box-shadow: inset 0 0 0 0.1rem #4e4d49; }
323
+ .cdr-chip_11-3-1[aria-pressed="true"]:hover, .cdr-chip_11-3-1[aria-checked="true"]:hover {
324
+ background-color: #edeae3;
325
+ box-shadow: inset 0 0 0 0.2rem #726d64, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
326
+ .cdr-chip_11-3-1[aria-pressed="true"]:focus, .cdr-chip_11-3-1[aria-checked="true"]:focus {
327
+ background-color: #edeae3;
328
+ box-shadow: inset 0 0 0 0.3rem #4e4d49; }
329
+ .cdr-chip__icon-left_11-3-1 {
330
+ position: absolute;
331
+ left: 0.8rem; }
332
+ .cdr-chip__icon-right_11-3-1 {
333
+ position: absolute;
334
+ right: 0.8rem; }
335
+ .cdr-chip__icon-left_11-3-1 ~ .cdr-chip__content_11-3-1 {
336
+ margin-left: 1.6rem; }
337
+ .cdr-chip__icon-right_11-3-1 ~ .cdr-chip__content_11-3-1 {
338
+ margin-right: 1.6rem; }
339
+
340
+ .cdr-chip-group_11-3-1 {
341
+ border: none;
342
+ -webkit-margin-start: 0;
343
+ margin-inline-start: 0;
344
+ -webkit-margin-end: 0;
345
+ margin-inline-end: 0;
346
+ -webkit-padding-before: 0;
347
+ padding-block-start: 0;
348
+ -webkit-padding-start: 0;
349
+ padding-inline-start: 0;
350
+ -webkit-padding-end: 0;
351
+ padding-inline-end: 0;
352
+ -webkit-padding-after: 0;
353
+ padding-block-end: 0; }
354
+ .cdr-chip-group_11-3-1 legend {
355
+ -webkit-padding-start: 0;
356
+ padding-inline-start: 0;
357
+ margin-bottom: 0.8rem; }
358
+ .cdr-chip-group__content_11-3-1 > button:not(:last-child) {
359
+ margin-right: 0.8rem;
360
+ margin-bottom: 0.8rem; }
361
+ .cdr-chip-group__legend--hidden_11-3-1 {
362
+ position: absolute;
363
+ width: 0.1rem;
364
+ height: 0.1rem;
365
+ padding: 0;
366
+ margin: -0.1rem;
367
+ overflow: hidden;
368
+ clip: rect(0, 0, 0, 0);
369
+ border: 0; }
370
+ .cdr-chip-group__legend_11-3-1 {
371
+ font-family: Graphik, "Helvetica Neue", sans-serif;
372
+ font-style: normal;
373
+ font-weight: 500;
374
+ letter-spacing: 0;
375
+ font-size: 1.6rem;
376
+ line-height: 2rem; }
377
+
378
+ .cdr-button_11-3-1 {
214
379
  font-family: Graphik, "Helvetica Neue", sans-serif;
215
380
  font-style: normal;
216
381
  font-weight: 500;
@@ -258,138 +423,138 @@
258
423
  /* @lg
259
424
  1200px and up
260
425
  ========== */ }
261
- .cdr-button_11-2-0:hover, .cdr-button_11-2-0:active, .cdr-button_11-2-0:focus {
426
+ .cdr-button_11-3-1:hover, .cdr-button_11-3-1:active, .cdr-button_11-3-1:focus {
262
427
  outline: none;
263
428
  outline-offset: 0;
264
429
  text-decoration: none; }
265
- .cdr-button_11-2-0[disabled] {
430
+ .cdr-button_11-3-1[disabled] {
266
431
  cursor: not-allowed; }
267
- .cdr-button_11-2-0 svg {
432
+ .cdr-button_11-3-1 svg {
268
433
  align-self: center;
269
434
  fill: inherit; }
270
- .cdr-button_11-2-0.cdr-button--has-icon-left_11-2-0 svg {
435
+ .cdr-button_11-3-1.cdr-button--has-icon-left_11-3-1 svg {
271
436
  margin-right: 0.4rem; }
272
- .cdr-button_11-2-0.cdr-button--has-icon-right_11-2-0 svg {
437
+ .cdr-button_11-3-1.cdr-button--has-icon-right_11-3-1 svg {
273
438
  margin-left: 0.4rem; }
274
- .cdr-button--primary_11-2-0 {
439
+ .cdr-button--primary_11-3-1 {
275
440
  background-color: #1f513f;
276
441
  box-shadow: inset 0 0 0 0.1rem #1f513f;
277
442
  color: #f9f8f6;
278
443
  fill: #f9f8f6; }
279
- .cdr-button--primary_11-2-0:hover, .cdr-button--primary_11-2-0:focus {
444
+ .cdr-button--primary_11-3-1:hover, .cdr-button--primary_11-3-1:focus {
280
445
  color: #1f513f;
281
446
  fill: #1f513f;
282
447
  background-color: #f4f2ed;
283
448
  box-shadow: inset 0 0 0 0.3rem #1f513f, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
284
- .cdr-button--primary_11-2-0:active {
449
+ .cdr-button--primary_11-3-1:active {
285
450
  color: #f9f8f6;
286
451
  fill: #f9f8f6;
287
452
  background-color: #1f513f;
288
453
  box-shadow: inset 0 0 0 0.3rem #1f513f, inset 0 0 0 0.5rem #f4f2ed; }
289
- .cdr-button--primary_11-2-0[disabled] {
454
+ .cdr-button--primary_11-3-1[disabled] {
290
455
  background-color: #dcd6cb;
291
456
  box-shadow: inset 0 0 0 0.1rem #dcd6cb;
292
457
  color: #ffffff;
293
458
  fill: #ffffff; }
294
- .cdr-button--primary_11-2-0.cdr-button--elevated_11-2-0 {
459
+ .cdr-button--primary_11-3-1.cdr-button--elevated_11-3-1 {
295
460
  box-shadow: inset 0 0 0 0.1rem #1f513f, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
296
- .cdr-button--primary_11-2-0.cdr-button--elevated_11-2-0:hover, .cdr-button--primary_11-2-0.cdr-button--elevated_11-2-0:focus {
461
+ .cdr-button--primary_11-3-1.cdr-button--elevated_11-3-1:hover, .cdr-button--primary_11-3-1.cdr-button--elevated_11-3-1:focus {
297
462
  box-shadow: inset 0 0 0 0.3rem #1f513f, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
298
- .cdr-button--primary_11-2-0.cdr-button--elevated_11-2-0:active {
463
+ .cdr-button--primary_11-3-1.cdr-button--elevated_11-3-1:active {
299
464
  box-shadow: inset 0 0 0 0.3rem #1f513f, inset 0 0 0 0.5rem #f4f2ed, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
300
- .cdr-button--secondary_11-2-0 {
465
+ .cdr-button--secondary_11-3-1 {
301
466
  background-color: #f9f8f6;
302
467
  box-shadow: inset 0 0 0 0.1rem #928b80;
303
468
  color: #4e4d49;
304
469
  fill: #928b80; }
305
- .cdr-button--secondary_11-2-0:hover, .cdr-button--secondary_11-2-0:focus {
470
+ .cdr-button--secondary_11-3-1:hover, .cdr-button--secondary_11-3-1:focus {
306
471
  color: #4e4d49;
307
472
  fill: #4e4d49;
308
473
  background-color: #f4f2ed;
309
474
  box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
310
- .cdr-button--secondary_11-2-0:active {
475
+ .cdr-button--secondary_11-3-1:active {
311
476
  color: #f9f8f6;
312
477
  fill: #f9f8f6;
313
478
  background-color: #928b80;
314
479
  box-shadow: inset 0 0 0 0.3rem #928b80, inset 0 0 0 0.5rem #f4f2ed; }
315
- .cdr-button--secondary_11-2-0[disabled] {
480
+ .cdr-button--secondary_11-3-1[disabled] {
316
481
  background-color: #f9f8f6;
317
482
  box-shadow: inset 0 0 0 0.1rem #dcd6cb;
318
483
  color: #d1cbbd;
319
484
  fill: #d1cbbd; }
320
- .cdr-button--secondary_11-2-0.cdr-button--elevated_11-2-0 {
485
+ .cdr-button--secondary_11-3-1.cdr-button--elevated_11-3-1 {
321
486
  box-shadow: inset 0 0 0 0.1rem #928b80, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
322
- .cdr-button--secondary_11-2-0.cdr-button--elevated_11-2-0:hover, .cdr-button--secondary_11-2-0.cdr-button--elevated_11-2-0:focus {
487
+ .cdr-button--secondary_11-3-1.cdr-button--elevated_11-3-1:hover, .cdr-button--secondary_11-3-1.cdr-button--elevated_11-3-1:focus {
323
488
  box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
324
- .cdr-button--secondary_11-2-0.cdr-button--elevated_11-2-0:active {
489
+ .cdr-button--secondary_11-3-1.cdr-button--elevated_11-3-1:active {
325
490
  box-shadow: inset 0 0 0 0.3rem #928b80, inset 0 0 0 0.5rem #f4f2ed, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
326
- .cdr-button--dark_11-2-0 {
491
+ .cdr-button--dark_11-3-1 {
327
492
  background-color: #4e4d49;
328
493
  box-shadow: inset 0 0 0 0.1rem #4e4d49;
329
494
  color: #f9f8f6;
330
495
  fill: #f9f8f6; }
331
- .cdr-button--dark_11-2-0:hover, .cdr-button--dark_11-2-0:focus {
496
+ .cdr-button--dark_11-3-1:hover, .cdr-button--dark_11-3-1:focus {
332
497
  color: #4e4d49;
333
498
  fill: #4e4d49;
334
499
  background-color: #edeae3;
335
500
  box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
336
- .cdr-button--dark_11-2-0:active {
501
+ .cdr-button--dark_11-3-1:active {
337
502
  color: #f9f8f6;
338
503
  fill: #f9f8f6;
339
504
  background-color: #4e4d49;
340
505
  box-shadow: inset 0 0 0 0.3rem #4e4d49, inset 0 0 0 0.5rem #edeae3; }
341
- .cdr-button--dark_11-2-0[disabled] {
506
+ .cdr-button--dark_11-3-1[disabled] {
342
507
  background-color: #dcd6cb;
343
508
  box-shadow: inset 0 0 0 0.1rem #dcd6cb;
344
509
  color: #ffffff;
345
510
  fill: #ffffff; }
346
- .cdr-button--dark_11-2-0.cdr-button--elevated_11-2-0 {
511
+ .cdr-button--dark_11-3-1.cdr-button--elevated_11-3-1 {
347
512
  box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
348
- .cdr-button--dark_11-2-0.cdr-button--elevated_11-2-0:hover, .cdr-button--dark_11-2-0.cdr-button--elevated_11-2-0:focus {
513
+ .cdr-button--dark_11-3-1.cdr-button--elevated_11-3-1:hover, .cdr-button--dark_11-3-1.cdr-button--elevated_11-3-1:focus {
349
514
  box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
350
- .cdr-button--dark_11-2-0.cdr-button--elevated_11-2-0:active {
515
+ .cdr-button--dark_11-3-1.cdr-button--elevated_11-3-1:active {
351
516
  box-shadow: inset 0 0 0 0.3rem #4e4d49, inset 0 0 0 0.5rem #edeae3, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
352
- .cdr-button--sale_11-2-0 {
517
+ .cdr-button--sale_11-3-1 {
353
518
  background-color: #c7370f;
354
519
  box-shadow: inset 0 0 0 0.1rem #c7370f;
355
520
  color: #ffffff;
356
521
  fill: #ffffff; }
357
- .cdr-button--sale_11-2-0:hover, .cdr-button--sale_11-2-0:focus {
522
+ .cdr-button--sale_11-3-1:hover, .cdr-button--sale_11-3-1:focus {
358
523
  color: #c7370f;
359
524
  fill: #c7370f;
360
525
  background-color: #f4f2ed;
361
526
  box-shadow: inset 0 0 0 0.3rem #c7370f, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
362
- .cdr-button--sale_11-2-0:active {
527
+ .cdr-button--sale_11-3-1:active {
363
528
  color: #ffffff;
364
529
  fill: #ffffff;
365
530
  background-color: #c7370f;
366
531
  box-shadow: inset 0 0 0 0.3rem #c7370f, inset 0 0 0 0.5rem #f4f2ed; }
367
- .cdr-button--sale_11-2-0[disabled] {
532
+ .cdr-button--sale_11-3-1[disabled] {
368
533
  background-color: #dcd6cb;
369
534
  box-shadow: inset 0 0 0 0.1rem #dcd6cb;
370
535
  color: #ffffff;
371
536
  fill: #ffffff; }
372
- .cdr-button--sale_11-2-0.cdr-button--elevated_11-2-0 {
537
+ .cdr-button--sale_11-3-1.cdr-button--elevated_11-3-1 {
373
538
  box-shadow: inset 0 0 0 0.1rem #c7370f, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
374
- .cdr-button--sale_11-2-0.cdr-button--elevated_11-2-0:hover, .cdr-button--sale_11-2-0.cdr-button--elevated_11-2-0:focus {
539
+ .cdr-button--sale_11-3-1.cdr-button--elevated_11-3-1:hover, .cdr-button--sale_11-3-1.cdr-button--elevated_11-3-1:focus {
375
540
  box-shadow: inset 0 0 0 0.3rem #c7370f, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
376
- .cdr-button--sale_11-2-0.cdr-button--elevated_11-2-0:active {
541
+ .cdr-button--sale_11-3-1.cdr-button--elevated_11-3-1:active {
377
542
  box-shadow: inset 0 0 0 0.3rem #c7370f, inset 0 0 0 0.5rem #f4f2ed, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
378
- .cdr-button--link_11-2-0 {
543
+ .cdr-button--link_11-3-1 {
379
544
  color: #406eb5;
380
545
  fill: #406eb5;
381
546
  background-color: transparent;
382
547
  text-decoration: underline; }
383
- .cdr-button--link_11-2-0:active, .cdr-button--link_11-2-0:focus {
548
+ .cdr-button--link_11-3-1:active, .cdr-button--link_11-3-1:focus {
384
549
  color: #0b2d60; }
385
- .cdr-button--link_11-2-0:hover {
550
+ .cdr-button--link_11-3-1:hover {
386
551
  color: #406eb5;
387
552
  text-decoration: none; }
388
- .cdr-button--link_11-2-0:focus {
553
+ .cdr-button--link_11-3-1:focus {
389
554
  outline: 0.2rem solid Highlight;
390
555
  outline-color: -webkit-focus-ring-color;
391
556
  outline-offset: 0; }
392
- .cdr-button--large_11-2-0 {
557
+ .cdr-button--large_11-3-1 {
393
558
  font-family: Graphik, "Helvetica Neue", sans-serif;
394
559
  font-style: normal;
395
560
  font-weight: 500;
@@ -398,15 +563,15 @@
398
563
  line-height: 2.2rem;
399
564
  padding: 1.2rem 2.4rem;
400
565
  width: auto; }
401
- .cdr-button--large_11-2-0.cdr-button--has-icon-left_11-2-0 {
566
+ .cdr-button--large_11-3-1.cdr-button--has-icon-left_11-3-1 {
402
567
  padding-left: 2rem; }
403
- .cdr-button--large_11-2-0.cdr-button--has-icon-right_11-2-0 {
568
+ .cdr-button--large_11-3-1.cdr-button--has-icon-right_11-3-1 {
404
569
  padding-right: 2rem; }
405
- .cdr-button--large_11-2-0 svg {
570
+ .cdr-button--large_11-3-1 svg {
406
571
  /* This is to correct icon size vs line height */
407
572
  width: 2.4rem;
408
573
  height: 2.4rem; }
409
- .cdr-button--medium_11-2-0 {
574
+ .cdr-button--medium_11-3-1 {
410
575
  font-family: Graphik, "Helvetica Neue", sans-serif;
411
576
  font-style: normal;
412
577
  font-weight: 500;
@@ -415,15 +580,15 @@
415
580
  line-height: 2.2rem;
416
581
  padding: 0.8rem 1.6rem;
417
582
  width: auto; }
418
- .cdr-button--medium_11-2-0.cdr-button--has-icon-left_11-2-0 {
583
+ .cdr-button--medium_11-3-1.cdr-button--has-icon-left_11-3-1 {
419
584
  padding-left: 1.2rem; }
420
- .cdr-button--medium_11-2-0.cdr-button--has-icon-right_11-2-0 {
585
+ .cdr-button--medium_11-3-1.cdr-button--has-icon-right_11-3-1 {
421
586
  padding-right: 1.2rem; }
422
- .cdr-button--medium_11-2-0 svg {
587
+ .cdr-button--medium_11-3-1 svg {
423
588
  /* This is to correct icon size vs line height */
424
589
  width: 2.4rem;
425
590
  height: 2.4rem; }
426
- .cdr-button--small_11-2-0 {
591
+ .cdr-button--small_11-3-1 {
427
592
  font-family: Graphik, "Helvetica Neue", sans-serif;
428
593
  font-style: normal;
429
594
  font-weight: 500;
@@ -432,15 +597,15 @@
432
597
  line-height: 1.8rem;
433
598
  padding: 0.6rem 1.2rem;
434
599
  width: auto; }
435
- .cdr-button--small_11-2-0.cdr-button--has-icon-left_11-2-0 {
600
+ .cdr-button--small_11-3-1.cdr-button--has-icon-left_11-3-1 {
436
601
  padding-left: 0.8rem; }
437
- .cdr-button--small_11-2-0.cdr-button--has-icon-right_11-2-0 {
602
+ .cdr-button--small_11-3-1.cdr-button--has-icon-right_11-3-1 {
438
603
  padding-right: 0.8rem; }
439
- .cdr-button--small_11-2-0 svg {
604
+ .cdr-button--small_11-3-1 svg {
440
605
  /* This is to correct icon size vs line height */
441
606
  width: 2rem;
442
607
  height: 2rem; }
443
- .cdr-button--icon-only_11-2-0 {
608
+ .cdr-button--icon-only_11-3-1 {
444
609
  background: none;
445
610
  border: none;
446
611
  border-radius: 0.2rem;
@@ -449,55 +614,55 @@
449
614
  line-height: normal;
450
615
  padding: 0.8rem;
451
616
  fill: #928b80; }
452
- .cdr-button--icon-only_11-2-0:hover {
617
+ .cdr-button--icon-only_11-3-1:hover {
453
618
  background: none;
454
619
  box-shadow: none;
455
620
  border: none;
456
621
  fill: #928b80; }
457
- .cdr-button--icon-only_11-2-0:active, .cdr-button--icon-only_11-2-0:focus {
622
+ .cdr-button--icon-only_11-3-1:active, .cdr-button--icon-only_11-3-1:focus {
458
623
  background: none;
459
624
  outline: none;
460
625
  border: none;
461
626
  box-shadow: none;
462
627
  fill: #928b80; }
463
- .cdr-button--icon-only_11-2-0:active svg, .cdr-button--icon-only_11-2-0:focus svg {
628
+ .cdr-button--icon-only_11-3-1:active svg, .cdr-button--icon-only_11-3-1:focus svg {
464
629
  box-shadow: inset 0 0 0 0.1rem #928b80; }
465
- .cdr-button--icon-only_11-2-0[disabled] {
630
+ .cdr-button--icon-only_11-3-1[disabled] {
466
631
  background: transparent;
467
632
  box-shadow: none;
468
633
  border: none;
469
634
  fill: #dcd6cb; }
470
- .cdr-button--icon-only_11-2-0 > svg {
635
+ .cdr-button--icon-only_11-3-1 > svg {
471
636
  margin: 0; }
472
- .cdr-button--icon-only-large_11-2-0 {
637
+ .cdr-button--icon-only-large_11-3-1 {
473
638
  padding: 1.2rem; }
474
- .cdr-button--with-background_11-2-0 {
639
+ .cdr-button--with-background_11-3-1 {
475
640
  border-radius: 50%;
476
641
  fill: #928b80;
477
642
  background-color: #f9f8f6;
478
643
  box-shadow: inset 0 0 0 0.1rem #928b80; }
479
- .cdr-button--with-background_11-2-0:hover, .cdr-button--with-background_11-2-0:focus {
644
+ .cdr-button--with-background_11-3-1:hover, .cdr-button--with-background_11-3-1:focus {
480
645
  fill: #928b80;
481
646
  background-color: #f4f2ed;
482
647
  box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
483
- .cdr-button--with-background_11-2-0:hover svg, .cdr-button--with-background_11-2-0:focus svg {
648
+ .cdr-button--with-background_11-3-1:hover svg, .cdr-button--with-background_11-3-1:focus svg {
484
649
  box-shadow: none; }
485
- .cdr-button--with-background_11-2-0:active {
650
+ .cdr-button--with-background_11-3-1:active {
486
651
  color: #f9f8f6;
487
652
  fill: #f9f8f6;
488
653
  background-color: #928b80;
489
654
  box-shadow: inset 0 0 0 0.3rem #928b80, inset 0 0 0 0.5rem #f4f2ed; }
490
- .cdr-button--with-background_11-2-0:active svg {
655
+ .cdr-button--with-background_11-3-1:active svg {
491
656
  box-shadow: none; }
492
- .cdr-button--with-background_11-2-0[disabled] {
657
+ .cdr-button--with-background_11-3-1[disabled] {
493
658
  background-color: #f9f8f6;
494
659
  box-shadow: inset 0 0 0 0.1rem #dcd6cb;
495
660
  fill: #d1cbbd; }
496
- .cdr-button--full-width_11-2-0 {
661
+ .cdr-button--full-width_11-3-1 {
497
662
  width: 100% !important;
498
663
  justify-content: center; }
499
664
  @media (min-width: 0) and (max-width: 767px) {
500
- .cdr-button--small\@xs_11-2-0 {
665
+ .cdr-button--small\@xs_11-3-1 {
501
666
  font-family: Graphik, "Helvetica Neue", sans-serif;
502
667
  font-style: normal;
503
668
  font-weight: 500;
@@ -506,15 +671,15 @@
506
671
  line-height: 1.8rem;
507
672
  padding: 0.6rem 1.2rem;
508
673
  width: auto; }
509
- .cdr-button--small\@xs_11-2-0.cdr-button--has-icon-left_11-2-0 {
674
+ .cdr-button--small\@xs_11-3-1.cdr-button--has-icon-left_11-3-1 {
510
675
  padding-left: 0.8rem; }
511
- .cdr-button--small\@xs_11-2-0.cdr-button--has-icon-right_11-2-0 {
676
+ .cdr-button--small\@xs_11-3-1.cdr-button--has-icon-right_11-3-1 {
512
677
  padding-right: 0.8rem; }
513
- .cdr-button--small\@xs_11-2-0 svg {
678
+ .cdr-button--small\@xs_11-3-1 svg {
514
679
  /* This is to correct icon size vs line height */
515
680
  width: 2rem;
516
681
  height: 2rem; }
517
- .cdr-button--medium\@xs_11-2-0 {
682
+ .cdr-button--medium\@xs_11-3-1 {
518
683
  font-family: Graphik, "Helvetica Neue", sans-serif;
519
684
  font-style: normal;
520
685
  font-weight: 500;
@@ -523,15 +688,15 @@
523
688
  line-height: 2.2rem;
524
689
  padding: 0.8rem 1.6rem;
525
690
  width: auto; }
526
- .cdr-button--medium\@xs_11-2-0.cdr-button--has-icon-left_11-2-0 {
691
+ .cdr-button--medium\@xs_11-3-1.cdr-button--has-icon-left_11-3-1 {
527
692
  padding-left: 1.2rem; }
528
- .cdr-button--medium\@xs_11-2-0.cdr-button--has-icon-right_11-2-0 {
693
+ .cdr-button--medium\@xs_11-3-1.cdr-button--has-icon-right_11-3-1 {
529
694
  padding-right: 1.2rem; }
530
- .cdr-button--medium\@xs_11-2-0 svg {
695
+ .cdr-button--medium\@xs_11-3-1 svg {
531
696
  /* This is to correct icon size vs line height */
532
697
  width: 2.4rem;
533
698
  height: 2.4rem; }
534
- .cdr-button--large\@xs_11-2-0 {
699
+ .cdr-button--large\@xs_11-3-1 {
535
700
  font-family: Graphik, "Helvetica Neue", sans-serif;
536
701
  font-style: normal;
537
702
  font-weight: 500;
@@ -540,19 +705,19 @@
540
705
  line-height: 2.2rem;
541
706
  padding: 1.2rem 2.4rem;
542
707
  width: auto; }
543
- .cdr-button--large\@xs_11-2-0.cdr-button--has-icon-left_11-2-0 {
708
+ .cdr-button--large\@xs_11-3-1.cdr-button--has-icon-left_11-3-1 {
544
709
  padding-left: 2rem; }
545
- .cdr-button--large\@xs_11-2-0.cdr-button--has-icon-right_11-2-0 {
710
+ .cdr-button--large\@xs_11-3-1.cdr-button--has-icon-right_11-3-1 {
546
711
  padding-right: 2rem; }
547
- .cdr-button--large\@xs_11-2-0 svg {
712
+ .cdr-button--large\@xs_11-3-1 svg {
548
713
  /* This is to correct icon size vs line height */
549
714
  width: 2.4rem;
550
715
  height: 2.4rem; }
551
- .cdr-button--fullWidth\@xs_11-2-0 {
716
+ .cdr-button--fullWidth\@xs_11-3-1 {
552
717
  width: 100% !important;
553
718
  justify-content: center; } }
554
719
  @media (min-width: 768px) and (max-width: 991px) {
555
- .cdr-button--small\@sm_11-2-0 {
720
+ .cdr-button--small\@sm_11-3-1 {
556
721
  font-family: Graphik, "Helvetica Neue", sans-serif;
557
722
  font-style: normal;
558
723
  font-weight: 500;
@@ -561,15 +726,15 @@
561
726
  line-height: 1.8rem;
562
727
  padding: 0.6rem 1.2rem;
563
728
  width: auto; }
564
- .cdr-button--small\@sm_11-2-0.cdr-button--has-icon-left_11-2-0 {
729
+ .cdr-button--small\@sm_11-3-1.cdr-button--has-icon-left_11-3-1 {
565
730
  padding-left: 0.8rem; }
566
- .cdr-button--small\@sm_11-2-0.cdr-button--has-icon-right_11-2-0 {
731
+ .cdr-button--small\@sm_11-3-1.cdr-button--has-icon-right_11-3-1 {
567
732
  padding-right: 0.8rem; }
568
- .cdr-button--small\@sm_11-2-0 svg {
733
+ .cdr-button--small\@sm_11-3-1 svg {
569
734
  /* This is to correct icon size vs line height */
570
735
  width: 2rem;
571
736
  height: 2rem; }
572
- .cdr-button--medium\@sm_11-2-0 {
737
+ .cdr-button--medium\@sm_11-3-1 {
573
738
  font-family: Graphik, "Helvetica Neue", sans-serif;
574
739
  font-style: normal;
575
740
  font-weight: 500;
@@ -578,15 +743,15 @@
578
743
  line-height: 2.2rem;
579
744
  padding: 0.8rem 1.6rem;
580
745
  width: auto; }
581
- .cdr-button--medium\@sm_11-2-0.cdr-button--has-icon-left_11-2-0 {
746
+ .cdr-button--medium\@sm_11-3-1.cdr-button--has-icon-left_11-3-1 {
582
747
  padding-left: 1.2rem; }
583
- .cdr-button--medium\@sm_11-2-0.cdr-button--has-icon-right_11-2-0 {
748
+ .cdr-button--medium\@sm_11-3-1.cdr-button--has-icon-right_11-3-1 {
584
749
  padding-right: 1.2rem; }
585
- .cdr-button--medium\@sm_11-2-0 svg {
750
+ .cdr-button--medium\@sm_11-3-1 svg {
586
751
  /* This is to correct icon size vs line height */
587
752
  width: 2.4rem;
588
753
  height: 2.4rem; }
589
- .cdr-button--large\@sm_11-2-0 {
754
+ .cdr-button--large\@sm_11-3-1 {
590
755
  font-family: Graphik, "Helvetica Neue", sans-serif;
591
756
  font-style: normal;
592
757
  font-weight: 500;
@@ -595,19 +760,19 @@
595
760
  line-height: 2.2rem;
596
761
  padding: 1.2rem 2.4rem;
597
762
  width: auto; }
598
- .cdr-button--large\@sm_11-2-0.cdr-button--has-icon-left_11-2-0 {
763
+ .cdr-button--large\@sm_11-3-1.cdr-button--has-icon-left_11-3-1 {
599
764
  padding-left: 2rem; }
600
- .cdr-button--large\@sm_11-2-0.cdr-button--has-icon-right_11-2-0 {
765
+ .cdr-button--large\@sm_11-3-1.cdr-button--has-icon-right_11-3-1 {
601
766
  padding-right: 2rem; }
602
- .cdr-button--large\@sm_11-2-0 svg {
767
+ .cdr-button--large\@sm_11-3-1 svg {
603
768
  /* This is to correct icon size vs line height */
604
769
  width: 2.4rem;
605
770
  height: 2.4rem; }
606
- .cdr-button--fullWidth\@sm_11-2-0 {
771
+ .cdr-button--fullWidth\@sm_11-3-1 {
607
772
  width: 100% !important;
608
773
  justify-content: center; } }
609
774
  @media (min-width: 992px) and (max-width: 1231px) {
610
- .cdr-button--small\@md_11-2-0 {
775
+ .cdr-button--small\@md_11-3-1 {
611
776
  font-family: Graphik, "Helvetica Neue", sans-serif;
612
777
  font-style: normal;
613
778
  font-weight: 500;
@@ -616,15 +781,15 @@
616
781
  line-height: 1.8rem;
617
782
  padding: 0.6rem 1.2rem;
618
783
  width: auto; }
619
- .cdr-button--small\@md_11-2-0.cdr-button--has-icon-left_11-2-0 {
784
+ .cdr-button--small\@md_11-3-1.cdr-button--has-icon-left_11-3-1 {
620
785
  padding-left: 0.8rem; }
621
- .cdr-button--small\@md_11-2-0.cdr-button--has-icon-right_11-2-0 {
786
+ .cdr-button--small\@md_11-3-1.cdr-button--has-icon-right_11-3-1 {
622
787
  padding-right: 0.8rem; }
623
- .cdr-button--small\@md_11-2-0 svg {
788
+ .cdr-button--small\@md_11-3-1 svg {
624
789
  /* This is to correct icon size vs line height */
625
790
  width: 2rem;
626
791
  height: 2rem; }
627
- .cdr-button--medium\@md_11-2-0 {
792
+ .cdr-button--medium\@md_11-3-1 {
628
793
  font-family: Graphik, "Helvetica Neue", sans-serif;
629
794
  font-style: normal;
630
795
  font-weight: 500;
@@ -633,15 +798,15 @@
633
798
  line-height: 2.2rem;
634
799
  padding: 0.8rem 1.6rem;
635
800
  width: auto; }
636
- .cdr-button--medium\@md_11-2-0.cdr-button--has-icon-left_11-2-0 {
801
+ .cdr-button--medium\@md_11-3-1.cdr-button--has-icon-left_11-3-1 {
637
802
  padding-left: 1.2rem; }
638
- .cdr-button--medium\@md_11-2-0.cdr-button--has-icon-right_11-2-0 {
803
+ .cdr-button--medium\@md_11-3-1.cdr-button--has-icon-right_11-3-1 {
639
804
  padding-right: 1.2rem; }
640
- .cdr-button--medium\@md_11-2-0 svg {
805
+ .cdr-button--medium\@md_11-3-1 svg {
641
806
  /* This is to correct icon size vs line height */
642
807
  width: 2.4rem;
643
808
  height: 2.4rem; }
644
- .cdr-button--large\@md_11-2-0 {
809
+ .cdr-button--large\@md_11-3-1 {
645
810
  font-family: Graphik, "Helvetica Neue", sans-serif;
646
811
  font-style: normal;
647
812
  font-weight: 500;
@@ -650,19 +815,19 @@
650
815
  line-height: 2.2rem;
651
816
  padding: 1.2rem 2.4rem;
652
817
  width: auto; }
653
- .cdr-button--large\@md_11-2-0.cdr-button--has-icon-left_11-2-0 {
818
+ .cdr-button--large\@md_11-3-1.cdr-button--has-icon-left_11-3-1 {
654
819
  padding-left: 2rem; }
655
- .cdr-button--large\@md_11-2-0.cdr-button--has-icon-right_11-2-0 {
820
+ .cdr-button--large\@md_11-3-1.cdr-button--has-icon-right_11-3-1 {
656
821
  padding-right: 2rem; }
657
- .cdr-button--large\@md_11-2-0 svg {
822
+ .cdr-button--large\@md_11-3-1 svg {
658
823
  /* This is to correct icon size vs line height */
659
824
  width: 2.4rem;
660
825
  height: 2.4rem; }
661
- .cdr-button--fullWidth\@md_11-2-0 {
826
+ .cdr-button--fullWidth\@md_11-3-1 {
662
827
  width: 100% !important;
663
828
  justify-content: center; } }
664
829
  @media (min-width: 1232px) {
665
- .cdr-button--small\@lg_11-2-0 {
830
+ .cdr-button--small\@lg_11-3-1 {
666
831
  font-family: Graphik, "Helvetica Neue", sans-serif;
667
832
  font-style: normal;
668
833
  font-weight: 500;
@@ -671,15 +836,15 @@
671
836
  line-height: 1.8rem;
672
837
  padding: 0.6rem 1.2rem;
673
838
  width: auto; }
674
- .cdr-button--small\@lg_11-2-0.cdr-button--has-icon-left_11-2-0 {
839
+ .cdr-button--small\@lg_11-3-1.cdr-button--has-icon-left_11-3-1 {
675
840
  padding-left: 0.8rem; }
676
- .cdr-button--small\@lg_11-2-0.cdr-button--has-icon-right_11-2-0 {
841
+ .cdr-button--small\@lg_11-3-1.cdr-button--has-icon-right_11-3-1 {
677
842
  padding-right: 0.8rem; }
678
- .cdr-button--small\@lg_11-2-0 svg {
843
+ .cdr-button--small\@lg_11-3-1 svg {
679
844
  /* This is to correct icon size vs line height */
680
845
  width: 2rem;
681
846
  height: 2rem; }
682
- .cdr-button--medium\@lg_11-2-0 {
847
+ .cdr-button--medium\@lg_11-3-1 {
683
848
  font-family: Graphik, "Helvetica Neue", sans-serif;
684
849
  font-style: normal;
685
850
  font-weight: 500;
@@ -688,15 +853,15 @@
688
853
  line-height: 2.2rem;
689
854
  padding: 0.8rem 1.6rem;
690
855
  width: auto; }
691
- .cdr-button--medium\@lg_11-2-0.cdr-button--has-icon-left_11-2-0 {
856
+ .cdr-button--medium\@lg_11-3-1.cdr-button--has-icon-left_11-3-1 {
692
857
  padding-left: 1.2rem; }
693
- .cdr-button--medium\@lg_11-2-0.cdr-button--has-icon-right_11-2-0 {
858
+ .cdr-button--medium\@lg_11-3-1.cdr-button--has-icon-right_11-3-1 {
694
859
  padding-right: 1.2rem; }
695
- .cdr-button--medium\@lg_11-2-0 svg {
860
+ .cdr-button--medium\@lg_11-3-1 svg {
696
861
  /* This is to correct icon size vs line height */
697
862
  width: 2.4rem;
698
863
  height: 2.4rem; }
699
- .cdr-button--large\@lg_11-2-0 {
864
+ .cdr-button--large\@lg_11-3-1 {
700
865
  font-family: Graphik, "Helvetica Neue", sans-serif;
701
866
  font-style: normal;
702
867
  font-weight: 500;
@@ -705,19 +870,38 @@
705
870
  line-height: 2.2rem;
706
871
  padding: 1.2rem 2.4rem;
707
872
  width: auto; }
708
- .cdr-button--large\@lg_11-2-0.cdr-button--has-icon-left_11-2-0 {
873
+ .cdr-button--large\@lg_11-3-1.cdr-button--has-icon-left_11-3-1 {
709
874
  padding-left: 2rem; }
710
- .cdr-button--large\@lg_11-2-0.cdr-button--has-icon-right_11-2-0 {
875
+ .cdr-button--large\@lg_11-3-1.cdr-button--has-icon-right_11-3-1 {
711
876
  padding-right: 2rem; }
712
- .cdr-button--large\@lg_11-2-0 svg {
877
+ .cdr-button--large\@lg_11-3-1 svg {
713
878
  /* This is to correct icon size vs line height */
714
879
  width: 2.4rem;
715
880
  height: 2.4rem; }
716
- .cdr-button--fullWidth\@lg_11-2-0 {
881
+ .cdr-button--fullWidth\@lg_11-3-1 {
717
882
  width: 100% !important;
718
883
  justify-content: center; } }
719
884
 
720
- .cdr-banner_11-2-0 {
885
+ .cdr-container_11-3-1 {
886
+ font-family: Graphik, "Helvetica Neue", sans-serif;
887
+ font-style: normal;
888
+ font-weight: 400;
889
+ letter-spacing: -0.016rem;
890
+ font-size: 1.6rem;
891
+ line-height: 2.2rem;
892
+ padding-left: 1.6rem;
893
+ padding-right: 1.6rem;
894
+ width: 100%; }
895
+ @media (min-width: 992px) {
896
+ .cdr-container_11-3-1 {
897
+ padding-left: 3.2rem;
898
+ padding-right: 3.2rem; } }
899
+ .cdr-container--static_11-3-1 {
900
+ margin-left: auto;
901
+ margin-right: auto;
902
+ max-width: 123.2rem; }
903
+
904
+ .cdr-banner_11-3-1 {
721
905
  position: relative;
722
906
  font-family: Graphik, "Helvetica Neue", sans-serif;
723
907
  font-style: normal;
@@ -728,286 +912,121 @@
728
912
  display: grid;
729
913
  grid-template-columns: 1fr auto;
730
914
  grid-template-areas: "main info-action" "message-body info-action"; }
731
- .cdr-banner__wrapper--prominence_11-2-0 {
915
+ .cdr-banner__wrapper--prominence_11-3-1 {
732
916
  box-shadow: 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
733
- .cdr-banner__main_11-2-0 {
917
+ .cdr-banner__main_11-3-1 {
734
918
  grid-area: main;
735
919
  display: grid;
736
920
  grid-template-columns: auto 1fr auto;
737
921
  grid-template-areas: "icon-left message icon-right"; }
738
- .cdr-banner__icon-left_11-2-0 {
922
+ .cdr-banner__icon-left_11-3-1 {
739
923
  grid-area: icon-left;
740
924
  display: inherit;
741
925
  align-items: center;
742
926
  justify-items: center; }
743
- .cdr-banner__icon-left_11-2-0 svg {
927
+ .cdr-banner__icon-left_11-3-1 svg {
744
928
  max-height: 2.2rem;
745
929
  max-width: 2.2rem;
746
930
  stroke: white;
747
931
  stroke-width: 0.4rem;
748
932
  paint-order: stroke fill;
749
933
  margin: 0.4rem; }
750
- .cdr-banner__message_11-2-0 {
934
+ .cdr-banner__message_11-3-1 {
751
935
  display: inherit;
752
936
  grid-area: message;
753
937
  padding: 0 0.8rem;
754
938
  align-items: center; }
755
- .cdr-banner__message-body_11-2-0 {
939
+ .cdr-banner__message-body_11-3-1 {
756
940
  grid-area: message-body;
757
941
  background-color: #ffffff;
758
942
  padding: 0.8rem; }
759
- .cdr-banner__icon-right_11-2-0 {
943
+ .cdr-banner__icon-right_11-3-1 {
760
944
  display: inherit;
761
945
  align-items: center;
762
946
  grid-area: icon-right; }
763
- .cdr-banner__icon-right_11-2-0 svg {
947
+ .cdr-banner__icon-right_11-3-1 svg {
764
948
  max-height: 2rem;
765
949
  max-width: 2rem;
766
950
  fill: rgba(3, 3, 1, 0.9) !important; }
767
- .cdr-banner__info-action_11-2-0 {
951
+ .cdr-banner__info-action_11-3-1 {
768
952
  display: inherit;
769
953
  grid-area: info-action;
770
954
  align-content: center;
771
955
  justify-content: center;
772
956
  max-height: 3.2rem;
773
957
  width: 4rem; }
774
- .cdr-banner__info-action_11-2-0 svg {
958
+ .cdr-banner__info-action_11-3-1 svg {
775
959
  max-height: 2.2rem;
776
960
  max-width: 2.2rem;
777
961
  fill: #406eb5 !important; }
778
- .cdr-banner--default_11-2-0 .cdr-banner__main_11-2-0 {
962
+ .cdr-banner--default_11-3-1 .cdr-banner__main_11-3-1 {
779
963
  background-color: #f9f8f6;
780
964
  border-top: 0.1rem solid;
781
965
  border-right: 0.1rem solid;
782
966
  border-bottom: 0.1rem solid;
783
967
  border-color: #e8e0ce; }
784
- .cdr-banner--default_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 {
968
+ .cdr-banner--default_11-3-1 .cdr-banner__main_11-3-1 .cdr-banner__icon-left_11-3-1 {
785
969
  background-color: #e8e0ce; }
786
- .cdr-banner--default_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 svg {
970
+ .cdr-banner--default_11-3-1 .cdr-banner__main_11-3-1 .cdr-banner__icon-left_11-3-1 svg {
787
971
  fill: #726d64; }
788
- .cdr-banner--default_11-2-0 .cdr-banner__wrapper_11-2-0 {
972
+ .cdr-banner--default_11-3-1 .cdr-banner__wrapper_11-3-1 {
789
973
  border-left: 0.4rem solid;
790
974
  border-left-color: #726d64; }
791
- .cdr-banner--info_11-2-0 .cdr-banner__main_11-2-0 {
975
+ .cdr-banner--info_11-3-1 .cdr-banner__main_11-3-1 {
792
976
  background-color: #edf4f5;
793
977
  border-top: 0.1rem solid;
794
978
  border-right: 0.1rem solid;
795
979
  border-bottom: 0.1rem solid;
796
980
  border-color: #c2d8db; }
797
- .cdr-banner--info_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 {
981
+ .cdr-banner--info_11-3-1 .cdr-banner__main_11-3-1 .cdr-banner__icon-left_11-3-1 {
798
982
  background-color: #c2d8db; }
799
- .cdr-banner--info_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 svg {
983
+ .cdr-banner--info_11-3-1 .cdr-banner__main_11-3-1 .cdr-banner__icon-left_11-3-1 svg {
800
984
  fill: #408e86; }
801
- .cdr-banner--info_11-2-0 .cdr-banner__wrapper_11-2-0 {
985
+ .cdr-banner--info_11-3-1 .cdr-banner__wrapper_11-3-1 {
802
986
  border-left: 0.4rem solid;
803
987
  border-left-color: #408e86; }
804
- .cdr-banner--warning_11-2-0 .cdr-banner__main_11-2-0 {
988
+ .cdr-banner--warning_11-3-1 .cdr-banner__main_11-3-1 {
805
989
  background-color: #fefcf1;
806
990
  border-top: 0.1rem solid;
807
991
  border-right: 0.1rem solid;
808
992
  border-bottom: 0.1rem solid;
809
993
  border-color: #f5e9b7; }
810
- .cdr-banner--warning_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 {
994
+ .cdr-banner--warning_11-3-1 .cdr-banner__main_11-3-1 .cdr-banner__icon-left_11-3-1 {
811
995
  background-color: #f5e9b7; }
812
- .cdr-banner--warning_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 svg {
996
+ .cdr-banner--warning_11-3-1 .cdr-banner__main_11-3-1 .cdr-banner__icon-left_11-3-1 svg {
813
997
  fill: #b68b37; }
814
- .cdr-banner--warning_11-2-0 .cdr-banner__wrapper_11-2-0 {
998
+ .cdr-banner--warning_11-3-1 .cdr-banner__wrapper_11-3-1 {
815
999
  border-left: 0.4rem solid;
816
1000
  border-left-color: #b68b37; }
817
- .cdr-banner--success_11-2-0 .cdr-banner__main_11-2-0 {
1001
+ .cdr-banner--success_11-3-1 .cdr-banner__main_11-3-1 {
818
1002
  background-color: #f4fbf5;
819
1003
  border-top: 0.1rem solid;
820
1004
  border-right: 0.1rem solid;
821
1005
  border-bottom: 0.1rem solid;
822
1006
  border-color: #d5e6cb; }
823
- .cdr-banner--success_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 {
1007
+ .cdr-banner--success_11-3-1 .cdr-banner__main_11-3-1 .cdr-banner__icon-left_11-3-1 {
824
1008
  background-color: #d5e6cb; }
825
- .cdr-banner--success_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 svg {
1009
+ .cdr-banner--success_11-3-1 .cdr-banner__main_11-3-1 .cdr-banner__icon-left_11-3-1 svg {
826
1010
  fill: #3b8349; }
827
- .cdr-banner--success_11-2-0 .cdr-banner__wrapper_11-2-0 {
1011
+ .cdr-banner--success_11-3-1 .cdr-banner__wrapper_11-3-1 {
828
1012
  border-left: 0.4rem solid;
829
1013
  border-left-color: #3b8349; }
830
- .cdr-banner--error_11-2-0 .cdr-banner__main_11-2-0 {
1014
+ .cdr-banner--error_11-3-1 .cdr-banner__main_11-3-1 {
831
1015
  background-color: #fdf7f7;
832
1016
  border-top: 0.1rem solid;
833
1017
  border-right: 0.1rem solid;
834
1018
  border-bottom: 0.1rem solid;
835
1019
  border-color: #eecbc1; }
836
- .cdr-banner--error_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 {
1020
+ .cdr-banner--error_11-3-1 .cdr-banner__main_11-3-1 .cdr-banner__icon-left_11-3-1 {
837
1021
  background-color: #eecbc1; }
838
- .cdr-banner--error_11-2-0 .cdr-banner__main_11-2-0 .cdr-banner__icon-left_11-2-0 svg {
1022
+ .cdr-banner--error_11-3-1 .cdr-banner__main_11-3-1 .cdr-banner__icon-left_11-3-1 svg {
839
1023
  fill: #bb4045; }
840
- .cdr-banner--error_11-2-0 .cdr-banner__wrapper_11-2-0 {
1024
+ .cdr-banner--error_11-3-1 .cdr-banner__wrapper_11-3-1 {
841
1025
  border-left: 0.4rem solid;
842
1026
  border-left-color: #bb4045; }
843
1027
 
844
- .cdr-chip_11-2-0 {
845
- display: inline-flex;
846
- align-items: center;
847
- position: relative;
848
- width: -webkit-max-content;
849
- width: -moz-max-content;
850
- width: max-content;
851
- padding: 0.8rem 1.2rem;
852
- border-radius: 3rem;
853
- border: 0;
854
- color: #4e4d49;
855
- fill: #4e4d49;
856
- background-color: #ffffff;
857
- box-shadow: inset 0 0 0 0.1rem #928b80;
858
- cursor: pointer;
859
- font-family: Graphik, "Helvetica Neue", sans-serif;
860
- font-size: 1.4rem;
861
- line-height: 1.5rem;
862
- font-weight: 400;
863
- letter-spacing: -0.008rem;
864
- transition: color 0.1s cubic-bezier(0.15, 0, 0.15, 0), fill 0.1s cubic-bezier(0.15, 0, 0.15, 0), background-color 0.1s cubic-bezier(0.15, 0, 0.15, 0), box-shadow 0.1s cubic-bezier(0.15, 0, 0.15, 0); }
865
- .cdr-chip_11-2-0:disabled, .cdr-chip_11-2-0:disabled:hover, .cdr-chip_11-2-0:disabled:focus {
866
- cursor: not-allowed !important;
867
- background-color: #ffffff !important;
868
- box-shadow: inset 0 0 0 0.1rem #dcd6cb !important;
869
- color: #d1cbbd !important; }
870
- .cdr-chip_11-2-0:hover {
871
- background-color: #f9f8f6;
872
- box-shadow: inset 0 0 0 0.1rem #928b80, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
873
- .cdr-chip_11-2-0:focus {
874
- outline: none;
875
- outline-offset: 0;
876
- background-color: #ffffff;
877
- box-shadow: inset 0 0 0 0.3rem #4e4d49; }
878
- .cdr-chip_11-2-0:active {
879
- background-color: #edeae3;
880
- box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
881
- .cdr-chip_11-2-0[aria-pressed="true"], .cdr-chip_11-2-0[aria-checked="true"] {
882
- text-shadow: 0 0 0.1rem currentColor;
883
- background-color: #edeae3;
884
- box-shadow: inset 0 0 0 0.1rem #4e4d49; }
885
- .cdr-chip_11-2-0[aria-pressed="true"]:hover, .cdr-chip_11-2-0[aria-checked="true"]:hover {
886
- background-color: #edeae3;
887
- box-shadow: inset 0 0 0 0.2rem #726d64, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
888
- .cdr-chip_11-2-0[aria-pressed="true"]:focus, .cdr-chip_11-2-0[aria-checked="true"]:focus {
889
- background-color: #edeae3;
890
- box-shadow: inset 0 0 0 0.3rem #4e4d49; }
891
- .cdr-chip__icon-left_11-2-0 {
892
- position: absolute;
893
- left: 0.8rem; }
894
- .cdr-chip__icon-right_11-2-0 {
895
- position: absolute;
896
- right: 0.8rem; }
897
- .cdr-chip__icon-left_11-2-0 ~ .cdr-chip__content_11-2-0 {
898
- margin-left: 1.6rem; }
899
- .cdr-chip__icon-right_11-2-0 ~ .cdr-chip__content_11-2-0 {
900
- margin-right: 1.6rem; }
901
-
902
- .cdr-breadcrumb_11-2-0 {
903
- line-height: 1;
904
- /* List
905
- ========== */
906
- /* Item
907
- ========== */
908
- /* Link
909
- ---------- */
910
- /* Delimiter
911
- ========== */
912
- /* Ellipses
913
- ========== */ }
914
- .cdr-breadcrumb__list_11-2-0 {
915
- display: inline-flex;
916
- flex-wrap: wrap;
917
- padding: 0;
918
- margin: 0; }
919
- .cdr-breadcrumb__item_11-2-0 {
920
- display: inline-flex;
921
- flex: none;
922
- padding: 0;
923
- color: rgba(66, 59, 47, 0.75); }
924
- .cdr-breadcrumb__link_11-2-0 {
925
- text-decoration: none;
926
- color: inherit; }
927
- .cdr-breadcrumb__link_11-2-0:hover, .cdr-breadcrumb__link_11-2-0:active, .cdr-breadcrumb__link_11-2-0:focus {
928
- color: #406eb5; }
929
- .cdr-breadcrumb__link_11-2-0:hover, .cdr-breadcrumb__link_11-2-0:active, .cdr-breadcrumb__link_11-2-0:focus {
930
- color: #406eb5;
931
- text-decoration: underline; }
932
- .cdr-breadcrumb__delimiter_11-2-0 {
933
- color: inherit;
934
- padding: 0 0.8rem; }
935
- .cdr-breadcrumb__ellipses_11-2-0 {
936
- font-family: inherit;
937
- font-size: inherit;
938
- line-height: inherit;
939
- border: none;
940
- background: none;
941
- background-color: transparent;
942
- cursor: pointer;
943
- display: inline-block;
944
- fill: inherit;
945
- padding: 0;
946
- /* Ellipses Icon
947
- ========== */ }
948
- .cdr-breadcrumb__ellipses_11-2-0 .cdr-breadcrumb__ellipses-icon_11-2-0 {
949
- color: rgba(66, 59, 47, 0.75);
950
- border-bottom: 0.1rem solid transparent;
951
- fill: inherit; }
952
- .cdr-breadcrumb__ellipses_11-2-0:hover .cdr-breadcrumb__ellipses-icon_11-2-0, .cdr-breadcrumb__ellipses_11-2-0:active .cdr-breadcrumb__ellipses-icon_11-2-0, .cdr-breadcrumb__ellipses_11-2-0:focus .cdr-breadcrumb__ellipses-icon_11-2-0 {
953
- color: #406eb5;
954
- text-decoration: underline; }
955
- .cdr-breadcrumb__link_11-2-0, .cdr-breadcrumb__delimiter_11-2-0, .cdr-breadcrumb__ellipses_11-2-0 {
956
- font-family: Graphik, "Helvetica Neue", sans-serif;
957
- font-style: normal;
958
- font-weight: 400;
959
- letter-spacing: -0.008rem;
960
- font-size: 1.2rem;
961
- line-height: 1.6rem; }
962
- @media (min-width: 992px) {
963
- .cdr-breadcrumb__link_11-2-0, .cdr-breadcrumb__delimiter_11-2-0, .cdr-breadcrumb__ellipses_11-2-0 {
964
- font-family: Graphik, "Helvetica Neue", sans-serif;
965
- font-style: normal;
966
- font-weight: 400;
967
- letter-spacing: -0.016rem;
968
- font-size: 1.4rem;
969
- line-height: 1.8rem; } }
970
-
971
- .cdr-chip-group_11-2-0 {
972
- border: none;
973
- -webkit-margin-start: 0;
974
- margin-inline-start: 0;
975
- -webkit-margin-end: 0;
976
- margin-inline-end: 0;
977
- -webkit-padding-before: 0;
978
- padding-block-start: 0;
979
- -webkit-padding-start: 0;
980
- padding-inline-start: 0;
981
- -webkit-padding-end: 0;
982
- padding-inline-end: 0;
983
- -webkit-padding-after: 0;
984
- padding-block-end: 0; }
985
- .cdr-chip-group_11-2-0 legend {
986
- -webkit-padding-start: 0;
987
- padding-inline-start: 0;
988
- margin-bottom: 0.8rem; }
989
- .cdr-chip-group__content_11-2-0 > button:not(:last-child) {
990
- margin-right: 0.8rem;
991
- margin-bottom: 0.8rem; }
992
- .cdr-chip-group__legend--hidden_11-2-0 {
993
- position: absolute;
994
- width: 0.1rem;
995
- height: 0.1rem;
996
- padding: 0;
997
- margin: -0.1rem;
998
- overflow: hidden;
999
- clip: rect(0, 0, 0, 0);
1000
- border: 0; }
1001
- .cdr-chip-group__legend_11-2-0 {
1002
- font-family: Graphik, "Helvetica Neue", sans-serif;
1003
- font-style: normal;
1004
- font-weight: 500;
1005
- letter-spacing: 0;
1006
- font-size: 1.6rem;
1007
- line-height: 2rem; }
1008
-
1009
1028
  /* intentionally empty */
1010
- .cdr-checkbox_11-2-0 {
1029
+ .cdr-checkbox_11-3-1 {
1011
1030
  /* Checked
1012
1031
  ========== */
1013
1032
  /* Disabled
@@ -1016,14 +1035,14 @@
1016
1035
  ========== */
1017
1036
  /* Focus
1018
1037
  ========== */ }
1019
- .cdr-checkbox__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
1038
+ .cdr-checkbox__input_11-3-1:checked ~ .cdr-label-wrapper__figure_11-3-1 {
1020
1039
  box-shadow: inset 0 0 0 0.1rem #4e4d49;
1021
1040
  background-color: #4e4d49;
1022
1041
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath role='presentation' d='M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z'/%3E%3C/svg%3E");
1023
1042
  background-repeat: no-repeat; }
1024
- .cdr-checkbox__input_11-2-0[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0 {
1043
+ .cdr-checkbox__input_11-3-1[indeterminate] ~ .cdr-label-wrapper__figure_11-3-1 {
1025
1044
  box-shadow: inset 0 0 0 0.1rem #4e4d49; }
1026
- .cdr-checkbox__input_11-2-0[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0::after {
1045
+ .cdr-checkbox__input_11-3-1[indeterminate] ~ .cdr-label-wrapper__figure_11-3-1::after {
1027
1046
  content: '';
1028
1047
  position: absolute;
1029
1048
  left: 50%;
@@ -1033,259 +1052,50 @@
1033
1052
  height: 0.2rem;
1034
1053
  background-color: #4e4d49;
1035
1054
  border-radius: 0.2rem; }
1036
- .cdr-checkbox_11-2-0:hover .cdr-label-wrapper__figure_11-2-0 {
1055
+ .cdr-checkbox_11-3-1:hover .cdr-label-wrapper__figure_11-3-1 {
1037
1056
  cursor: pointer;
1038
1057
  box-shadow: inset 0 0 0 0.1rem #20201d, 0 0 0 0.1rem #20201d;
1039
1058
  background-color: #f9f8f6; }
1040
- .cdr-checkbox_11-2-0:hover .cdr-checkbox__input_11-2-0 {
1059
+ .cdr-checkbox_11-3-1:hover .cdr-checkbox__input_11-3-1 {
1041
1060
  /* Hover + Checked
1042
1061
  ========== */
1043
1062
  /* Hover + Indeterminate
1044
1063
  ========== */ }
1045
- .cdr-checkbox_11-2-0:hover .cdr-checkbox__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
1064
+ .cdr-checkbox_11-3-1:hover .cdr-checkbox__input_11-3-1:checked ~ .cdr-label-wrapper__figure_11-3-1 {
1046
1065
  box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
1047
1066
  background-color: #928b80;
1048
1067
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath role='presentation' d='M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z'/%3E%3C/svg%3E"); }
1049
- .cdr-checkbox_11-2-0:hover .cdr-checkbox__input_11-2-0[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0 {
1068
+ .cdr-checkbox_11-3-1:hover .cdr-checkbox__input_11-3-1[indeterminate] ~ .cdr-label-wrapper__figure_11-3-1 {
1050
1069
  box-shadow: inset 0 0 0 0.2rem #4e4d49; }
1051
- .cdr-checkbox_11-2-0:hover .cdr-checkbox__input_11-2-0[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0::after {
1070
+ .cdr-checkbox_11-3-1:hover .cdr-checkbox__input_11-3-1[indeterminate] ~ .cdr-label-wrapper__figure_11-3-1::after {
1052
1071
  background-color: #ffffff; }
1053
- .cdr-checkbox__input_11-2-0:disabled {
1072
+ .cdr-checkbox__input_11-3-1:disabled {
1054
1073
  /* Disabled + Checked
1055
1074
  ========== */
1056
1075
  /* Disabled + Indeterminate
1057
1076
  ========== */ }
1058
- .cdr-checkbox__input_11-2-0:disabled ~ .cdr-label-wrapper__figure_11-2-0 {
1077
+ .cdr-checkbox__input_11-3-1:disabled ~ .cdr-label-wrapper__figure_11-3-1 {
1059
1078
  box-shadow: inset 0 0 0 0.1rem #d1cbbd !important;
1060
1079
  background-color: #f9f8f6 !important;
1061
1080
  background-image: none !important; }
1062
- .cdr-checkbox__input_11-2-0:disabled:checked ~ .cdr-label-wrapper__figure_11-2-0 {
1081
+ .cdr-checkbox__input_11-3-1:disabled:checked ~ .cdr-label-wrapper__figure_11-3-1 {
1063
1082
  background-color: #f9f8f6 !important; }
1064
- .cdr-checkbox__input_11-2-0:disabled[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0 {
1083
+ .cdr-checkbox__input_11-3-1:disabled[indeterminate] ~ .cdr-label-wrapper__figure_11-3-1 {
1065
1084
  box-shadow: inset 0 0 0 0.1rem #d1cbbd !important; }
1066
- .cdr-checkbox__input_11-2-0:disabled[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0::after {
1085
+ .cdr-checkbox__input_11-3-1:disabled[indeterminate] ~ .cdr-label-wrapper__figure_11-3-1::after {
1067
1086
  background-color: #f9f8f6 !important; }
1068
- .cdr-checkbox_11-2-0:active .cdr-label-wrapper__figure_11-2-0, .cdr-checkbox_11-2-0:active .cdr-checkbox__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
1087
+ .cdr-checkbox_11-3-1:active .cdr-label-wrapper__figure_11-3-1, .cdr-checkbox_11-3-1:active .cdr-checkbox__input_11-3-1:checked ~ .cdr-label-wrapper__figure_11-3-1 {
1069
1088
  box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
1070
1089
  background-color: #f9f8f6;
1071
1090
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234e4d49'%3E%3Cpath role='presentation' d='M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z'/%3E%3C/svg%3E"); }
1072
- .cdr-checkbox_11-2-0:active .cdr-checkbox__input_11-2-0[indeterminate] ~ .cdr-label-wrapper__figure_11-2-0::after {
1091
+ .cdr-checkbox_11-3-1:active .cdr-checkbox__input_11-3-1[indeterminate] ~ .cdr-label-wrapper__figure_11-3-1::after {
1073
1092
  content: none; }
1074
- .cdr-checkbox__input_11-2-0:focus ~ .cdr-label-wrapper__figure_11-2-0 {
1093
+ .cdr-checkbox__input_11-3-1:focus ~ .cdr-label-wrapper__figure_11-3-1 {
1075
1094
  box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
1076
1095
  background-color: #f9f8f6; }
1077
- .cdr-checkbox__input_11-2-0:focus:checked ~ .cdr-label-wrapper__figure_11-2-0 {
1096
+ .cdr-checkbox__input_11-3-1:focus:checked ~ .cdr-label-wrapper__figure_11-3-1 {
1078
1097
  background-color: #928b80; }
1079
1098
 
1080
- .cdr-image_11-2-0 {
1081
- max-width: 100%;
1082
- vertical-align: middle;
1083
- border-style: none;
1084
- /* Style variants
1085
- ========================================================================== */
1086
- /* responsive
1087
- ========== */
1088
- /* rounded
1089
- ========== */
1090
- /* circle
1091
- ========== */ }
1092
- .cdr-image--responsive_11-2-0 {
1093
- display: block;
1094
- height: auto;
1095
- width: 100%; }
1096
- .cdr-image--rounded_11-2-0 {
1097
- border-radius: 0.4rem; }
1098
- .cdr-image--circle_11-2-0 {
1099
- border-radius: 999.9rem; }
1100
- /* ==========================================================================
1101
- # MEDIA FRAME
1102
- ========================================================================== */
1103
- .cdr-image-ratio_11-2-0 {
1104
- position: relative;
1105
- overflow: hidden; }
1106
- .cdr-image-ratio_11-2-0::before {
1107
- content: '';
1108
- height: 0;
1109
- display: block;
1110
- padding-bottom: var(--ratio); }
1111
- .cdr-image-ratio__cover_11-2-0 {
1112
- position: absolute;
1113
- top: 0;
1114
- left: 0;
1115
- height: 100%;
1116
- width: 100%;
1117
- -o-object-fit: contain;
1118
- object-fit: contain; }
1119
- .cdr-image-ratio__cover--crop_11-2-0 {
1120
- -o-object-fit: none;
1121
- object-fit: none; }
1122
- .cdr-image-ratio__cover--cover_11-2-0 {
1123
- -o-object-fit: cover;
1124
- object-fit: cover; }
1125
-
1126
- .cdr-container_11-2-0 {
1127
- font-family: Graphik, "Helvetica Neue", sans-serif;
1128
- font-style: normal;
1129
- font-weight: 400;
1130
- letter-spacing: -0.016rem;
1131
- font-size: 1.6rem;
1132
- line-height: 2.2rem;
1133
- padding-left: 1.6rem;
1134
- padding-right: 1.6rem;
1135
- width: 100%; }
1136
- @media (min-width: 992px) {
1137
- .cdr-container_11-2-0 {
1138
- padding-left: 3.2rem;
1139
- padding-right: 3.2rem; } }
1140
- .cdr-container--static_11-2-0 {
1141
- margin-left: auto;
1142
- margin-right: auto;
1143
- max-width: 123.2rem; }
1144
-
1145
- /* ==========================================================================
1146
- # CdrLink
1147
-
1148
- TOC:
1149
-
1150
- :Base Styles
1151
- :States
1152
- :Modifiers
1153
- :Style variants
1154
- :Standalone
1155
- ========================================================================== */
1156
- .cdr-link_11-2-0 {
1157
- font-family: inherit;
1158
- font-size: inherit;
1159
- line-height: inherit;
1160
- align-items: center;
1161
- background-color: transparent;
1162
- border: 0;
1163
- margin: 0;
1164
- color: #406eb5;
1165
- fill: #406eb5;
1166
- cursor: pointer;
1167
- display: inline-flex;
1168
- outline: none;
1169
- padding: 0;
1170
- text-decoration: underline;
1171
- vertical-align: top; }
1172
- .cdr-link_11-2-0:active, .cdr-link_11-2-0:focus {
1173
- color: #0b2d60; }
1174
- .cdr-link_11-2-0:hover {
1175
- color: #406eb5;
1176
- text-decoration: none; }
1177
- .cdr-link_11-2-0:focus {
1178
- outline: 0.2rem solid Highlight;
1179
- outline-color: -webkit-focus-ring-color;
1180
- outline-offset: 0; }
1181
- /* Standalone
1182
- ========== */
1183
- .cdr-link--standalone_11-2-0 {
1184
- text-decoration: none; }
1185
- .cdr-link--standalone_11-2-0:hover, .cdr-link--standalone_11-2-0:active, .cdr-link--standalone_11-2-0:focus, .cdr-link--standalone_11-2-0:visited {
1186
- text-decoration: underline; }
1187
- .cdr-link--inherit-color_11-2-0 {
1188
- fill: inherit;
1189
- color: inherit; }
1190
- .cdr-link--inherit-color_11-2-0:active, .cdr-link--inherit-color_11-2-0:hover, .cdr-link--inherit-color_11-2-0:focus {
1191
- color: inherit;
1192
- fill: inherit; }
1193
-
1194
- /* intentionally empty */
1195
- .cdr-form-group_11-2-0 {
1196
- font-family: Graphik, "Helvetica Neue", sans-serif;
1197
- font-style: normal;
1198
- font-weight: 500;
1199
- letter-spacing: 0;
1200
- font-size: 1.6rem;
1201
- line-height: 2rem;
1202
- border: none;
1203
- -webkit-margin-start: 0;
1204
- margin-inline-start: 0;
1205
- -webkit-margin-end: 0;
1206
- margin-inline-end: 0;
1207
- -webkit-padding-before: 0;
1208
- padding-block-start: 0;
1209
- -webkit-padding-start: 0;
1210
- padding-inline-start: 0;
1211
- -webkit-padding-end: 0;
1212
- padding-inline-end: 0;
1213
- -webkit-padding-after: 0;
1214
- padding-block-end: 0; }
1215
- .cdr-form-group_11-2-0 legend {
1216
- -webkit-padding-start: 0;
1217
- padding-inline-start: 0;
1218
- margin-bottom: 0.8rem; }
1219
- .cdr-form-group--error_11-2-0 {
1220
- box-shadow: inset 0 0 0 0.1rem #b33322;
1221
- background-color: rgba(255, 242, 242, 0.75); }
1222
- .cdr-form-group--error_11-2-0:hover {
1223
- background-color: transparent; }
1224
- .cdr-form-group--disabled_11-2-0 {
1225
- cursor: not-allowed;
1226
- color: #d1cbbd; }
1227
- .cdr-form-group--disabled_11-2-0 .cdr-form-group__optional_11-2-0, .cdr-form-group--disabled_11-2-0 .cdr-form-group__required_11-2-0 {
1228
- color: #d1cbbd; }
1229
- .cdr-form-group__wrapper_11-2-0 {
1230
- border-radius: 0.4rem;
1231
- display: flex;
1232
- flex-direction: column; }
1233
- .cdr-form-group__wrapper_11-2-0 > * {
1234
- flex: 1 1 0; }
1235
- .cdr-form-group__optional_11-2-0 {
1236
- color: rgba(66, 59, 47, 0.75); }
1237
-
1238
- .cdr-grid_11-2-0 {
1239
- display: grid;
1240
- list-style: none;
1241
- margin: 0;
1242
- padding: 0;
1243
- gap: 1.6rem 1.6rem; }
1244
- .cdr-grid--gutter-none_11-2-0 {
1245
- gap: 0 0; }
1246
- .cdr-grid--gutter-small_11-2-0 {
1247
- gap: 0.2rem 0.2rem; }
1248
- .cdr-grid--gutter-medium_11-2-0 {
1249
- gap: 1.6rem 1.6rem; }
1250
- .cdr-grid--gutter-large_11-2-0 {
1251
- gap: 3.2rem 3.2rem; }
1252
- @media (min-width: 0) and (max-width: 767px) {
1253
- .cdr-grid--gutter-none\@xs_11-2-0 {
1254
- gap: 0 0; }
1255
- .cdr-grid--gutter-small\@xs_11-2-0 {
1256
- gap: 0.2rem 0.2rem; }
1257
- .cdr-grid--gutter-medium\@xs_11-2-0 {
1258
- gap: 1.6rem 1.6rem; }
1259
- .cdr-grid--gutter-large\@xs_11-2-0 {
1260
- gap: 3.2rem 3.2rem; } }
1261
- @media (min-width: 768px) and (max-width: 991px) {
1262
- .cdr-grid--gutter-none\@sm_11-2-0 {
1263
- gap: 0 0; }
1264
- .cdr-grid--gutter-small\@sm_11-2-0 {
1265
- gap: 0.2rem 0.2rem; }
1266
- .cdr-grid--gutter-medium\@sm_11-2-0 {
1267
- gap: 1.6rem 1.6rem; }
1268
- .cdr-grid--gutter-large\@sm_11-2-0 {
1269
- gap: 3.2rem 3.2rem; } }
1270
- @media (min-width: 992px) and (max-width: 1231px) {
1271
- .cdr-grid--gutter-none\@md_11-2-0 {
1272
- gap: 0 0; }
1273
- .cdr-grid--gutter-small\@md_11-2-0 {
1274
- gap: 0.2rem 0.2rem; }
1275
- .cdr-grid--gutter-medium\@md_11-2-0 {
1276
- gap: 1.6rem 1.6rem; }
1277
- .cdr-grid--gutter-large\@md_11-2-0 {
1278
- gap: 3.2rem 3.2rem; } }
1279
- @media (min-width: 1232px) {
1280
- .cdr-grid--gutter-none\@lg_11-2-0 {
1281
- gap: 0 0; }
1282
- .cdr-grid--gutter-small\@lg_11-2-0 {
1283
- gap: 0.2rem 0.2rem; }
1284
- .cdr-grid--gutter-medium\@lg_11-2-0 {
1285
- gap: 1.6rem 1.6rem; }
1286
- .cdr-grid--gutter-large\@lg_11-2-0 {
1287
- gap: 3.2rem 3.2rem; } }
1288
-
1289
1099
  /* intentionally empty */
1290
1100
  /* ==========================================================================
1291
1101
  # INPUT LABEL
@@ -1321,7 +1131,7 @@
1321
1131
  /* ==========================================================================
1322
1132
  # INPUT
1323
1133
  ========================================================================== */
1324
- .cdr-input_11-2-0 {
1134
+ .cdr-input_11-3-1 {
1325
1135
  font-family: Graphik, "Helvetica Neue", sans-serif;
1326
1136
  font-style: normal;
1327
1137
  font-weight: 400;
@@ -1362,15 +1172,15 @@
1362
1172
  ========== */
1363
1173
  /* Slot Sections
1364
1174
  ========================================================================== */ }
1365
- .cdr-input_11-2-0[type=number]::-webkit-inner-spin-button, .cdr-input_11-2-0[type=number]::-webkit-outer-spin-button {
1175
+ .cdr-input_11-3-1[type=number]::-webkit-inner-spin-button, .cdr-input_11-3-1[type=number]::-webkit-outer-spin-button {
1366
1176
  -webkit-appearance: none;
1367
1177
  -moz-appearance: none;
1368
1178
  appearance: none;
1369
1179
  margin: 0; }
1370
- .cdr-input_11-2-0:active, .cdr-input_11-2-0:focus {
1180
+ .cdr-input_11-3-1:active, .cdr-input_11-3-1:focus {
1371
1181
  outline: none;
1372
1182
  box-shadow: inset 0 0 0 0.2rem #20201d, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
1373
- .cdr-input_11-2-0::-moz-placeholder {
1183
+ .cdr-input_11-3-1::-moz-placeholder {
1374
1184
  font-family: Graphik, "Helvetica Neue", sans-serif;
1375
1185
  font-style: normal;
1376
1186
  font-weight: 400;
@@ -1378,7 +1188,7 @@
1378
1188
  font-size: 1.6rem;
1379
1189
  line-height: 2.2rem;
1380
1190
  color: rgba(66, 59, 47, 0.75); }
1381
- .cdr-input_11-2-0:-ms-input-placeholder {
1191
+ .cdr-input_11-3-1:-ms-input-placeholder {
1382
1192
  font-family: Graphik, "Helvetica Neue", sans-serif;
1383
1193
  font-style: normal;
1384
1194
  font-weight: 400;
@@ -1386,7 +1196,7 @@
1386
1196
  font-size: 1.6rem;
1387
1197
  line-height: 2.2rem;
1388
1198
  color: rgba(66, 59, 47, 0.75); }
1389
- .cdr-input_11-2-0::placeholder {
1199
+ .cdr-input_11-3-1::placeholder {
1390
1200
  font-family: Graphik, "Helvetica Neue", sans-serif;
1391
1201
  font-style: normal;
1392
1202
  font-weight: 400;
@@ -1394,43 +1204,43 @@
1394
1204
  font-size: 1.6rem;
1395
1205
  line-height: 2.2rem;
1396
1206
  color: rgba(66, 59, 47, 0.75); }
1397
- .cdr-input_11-2-0[disabled] {
1207
+ .cdr-input_11-3-1[disabled] {
1398
1208
  background-color: #f9f8f6;
1399
1209
  color: #d1cbbd;
1400
1210
  box-shadow: inset 0 0 0 0.1rem #d1cbbd; }
1401
- .cdr-input_11-2-0[disabled]:hover {
1211
+ .cdr-input_11-3-1[disabled]:hover {
1402
1212
  box-shadow: inset 0 0 0 0.1rem #d1cbbd;
1403
1213
  cursor: not-allowed; }
1404
- .cdr-input_11-2-0[disabled]::-moz-placeholder {
1214
+ .cdr-input_11-3-1[disabled]::-moz-placeholder {
1405
1215
  color: #d1cbbd; }
1406
- .cdr-input_11-2-0[disabled]:-ms-input-placeholder {
1216
+ .cdr-input_11-3-1[disabled]:-ms-input-placeholder {
1407
1217
  color: #d1cbbd; }
1408
- .cdr-input_11-2-0[disabled]::placeholder {
1218
+ .cdr-input_11-3-1[disabled]::placeholder {
1409
1219
  color: #d1cbbd; }
1410
- .cdr-input--focus_11-2-0 svg {
1220
+ .cdr-input--focus_11-3-1 svg {
1411
1221
  fill: rgba(12, 11, 8, 0.75) !important; }
1412
- .cdr-input--multiline_11-2-0 {
1222
+ .cdr-input--multiline_11-3-1 {
1413
1223
  height: auto; }
1414
- .cdr-input--preicon_11-2-0 {
1224
+ .cdr-input--preicon_11-3-1 {
1415
1225
  /* $input-pre-icon-default-width = 25px with the expectation that
1416
1226
  slot provided icon is close to that width */
1417
1227
  padding-left: 3.7rem !important; }
1418
- .cdr-input--posticon_11-2-0 {
1228
+ .cdr-input--posticon_11-3-1 {
1419
1229
  padding-right: 4.5rem; }
1420
- .cdr-input--posticons_11-2-0 {
1230
+ .cdr-input--posticons_11-3-1 {
1421
1231
  padding-right: 9rem; }
1422
- .cdr-input--primary_11-2-0 {
1232
+ .cdr-input--primary_11-3-1 {
1423
1233
  background-color: rgba(244, 242, 237, 0.15); }
1424
- .cdr-input--primary_11-2-0:active, .cdr-input--primary_11-2-0:focus {
1234
+ .cdr-input--primary_11-3-1:active, .cdr-input--primary_11-3-1:focus {
1425
1235
  background-color: #f9f8f6; }
1426
- .cdr-input--secondary_11-2-0 {
1236
+ .cdr-input--secondary_11-3-1 {
1427
1237
  background-color: rgba(255, 255, 255, 0.85); }
1428
- .cdr-input--secondary_11-2-0:active, .cdr-input--secondary_11-2-0:focus {
1238
+ .cdr-input--secondary_11-3-1:active, .cdr-input--secondary_11-3-1:focus {
1429
1239
  background-color: #ffffff; }
1430
- .cdr-input--error_11-2-0 {
1240
+ .cdr-input--error_11-3-1 {
1431
1241
  background-color: rgba(255, 242, 242, 0.75);
1432
1242
  box-shadow: inset 0 0 0 0.1rem #b33322; }
1433
- .cdr-input--large_11-2-0 {
1243
+ .cdr-input--large_11-3-1 {
1434
1244
  font-family: Graphik, "Helvetica Neue", sans-serif;
1435
1245
  font-style: normal;
1436
1246
  font-weight: 400;
@@ -1440,14 +1250,14 @@
1440
1250
  line-height: 3.2rem;
1441
1251
  padding-left: 0.8rem;
1442
1252
  height: 4.8rem; }
1443
- .cdr-input--large_11-2-0::-moz-placeholder {
1253
+ .cdr-input--large_11-3-1::-moz-placeholder {
1444
1254
  line-height: 3.2rem; }
1445
- .cdr-input--large_11-2-0:-ms-input-placeholder {
1255
+ .cdr-input--large_11-3-1:-ms-input-placeholder {
1446
1256
  line-height: 3.2rem; }
1447
- .cdr-input--large_11-2-0::placeholder {
1257
+ .cdr-input--large_11-3-1::placeholder {
1448
1258
  line-height: 3.2rem; }
1449
1259
  @media (min-width: 0) and (max-width: 767px) {
1450
- .cdr-input--large\@xs_11-2-0 {
1260
+ .cdr-input--large\@xs_11-3-1 {
1451
1261
  font-family: Graphik, "Helvetica Neue", sans-serif;
1452
1262
  font-style: normal;
1453
1263
  font-weight: 400;
@@ -1457,14 +1267,14 @@
1457
1267
  line-height: 3.2rem;
1458
1268
  padding-left: 0.8rem;
1459
1269
  height: 4.8rem; }
1460
- .cdr-input--large\@xs_11-2-0::-moz-placeholder {
1270
+ .cdr-input--large\@xs_11-3-1::-moz-placeholder {
1461
1271
  line-height: 3.2rem; }
1462
- .cdr-input--large\@xs_11-2-0:-ms-input-placeholder {
1272
+ .cdr-input--large\@xs_11-3-1:-ms-input-placeholder {
1463
1273
  line-height: 3.2rem; }
1464
- .cdr-input--large\@xs_11-2-0::placeholder {
1274
+ .cdr-input--large\@xs_11-3-1::placeholder {
1465
1275
  line-height: 3.2rem; } }
1466
1276
  @media (min-width: 768px) and (max-width: 991px) {
1467
- .cdr-input--large\@sm_11-2-0 {
1277
+ .cdr-input--large\@sm_11-3-1 {
1468
1278
  font-family: Graphik, "Helvetica Neue", sans-serif;
1469
1279
  font-style: normal;
1470
1280
  font-weight: 400;
@@ -1474,14 +1284,14 @@
1474
1284
  line-height: 3.2rem;
1475
1285
  padding-left: 0.8rem;
1476
1286
  height: 4.8rem; }
1477
- .cdr-input--large\@sm_11-2-0::-moz-placeholder {
1287
+ .cdr-input--large\@sm_11-3-1::-moz-placeholder {
1478
1288
  line-height: 3.2rem; }
1479
- .cdr-input--large\@sm_11-2-0:-ms-input-placeholder {
1289
+ .cdr-input--large\@sm_11-3-1:-ms-input-placeholder {
1480
1290
  line-height: 3.2rem; }
1481
- .cdr-input--large\@sm_11-2-0::placeholder {
1291
+ .cdr-input--large\@sm_11-3-1::placeholder {
1482
1292
  line-height: 3.2rem; } }
1483
1293
  @media (min-width: 992px) and (max-width: 1231px) {
1484
- .cdr-input--large\@md_11-2-0 {
1294
+ .cdr-input--large\@md_11-3-1 {
1485
1295
  font-family: Graphik, "Helvetica Neue", sans-serif;
1486
1296
  font-style: normal;
1487
1297
  font-weight: 400;
@@ -1491,14 +1301,14 @@
1491
1301
  line-height: 3.2rem;
1492
1302
  padding-left: 0.8rem;
1493
1303
  height: 4.8rem; }
1494
- .cdr-input--large\@md_11-2-0::-moz-placeholder {
1304
+ .cdr-input--large\@md_11-3-1::-moz-placeholder {
1495
1305
  line-height: 3.2rem; }
1496
- .cdr-input--large\@md_11-2-0:-ms-input-placeholder {
1306
+ .cdr-input--large\@md_11-3-1:-ms-input-placeholder {
1497
1307
  line-height: 3.2rem; }
1498
- .cdr-input--large\@md_11-2-0::placeholder {
1308
+ .cdr-input--large\@md_11-3-1::placeholder {
1499
1309
  line-height: 3.2rem; } }
1500
1310
  @media (min-width: 1232px) {
1501
- .cdr-input--large\@lg_11-2-0 {
1311
+ .cdr-input--large\@lg_11-3-1 {
1502
1312
  font-family: Graphik, "Helvetica Neue", sans-serif;
1503
1313
  font-style: normal;
1504
1314
  font-weight: 400;
@@ -1508,24 +1318,24 @@
1508
1318
  line-height: 3.2rem;
1509
1319
  padding-left: 0.8rem;
1510
1320
  height: 4.8rem; }
1511
- .cdr-input--large\@lg_11-2-0::-moz-placeholder {
1321
+ .cdr-input--large\@lg_11-3-1::-moz-placeholder {
1512
1322
  line-height: 3.2rem; }
1513
- .cdr-input--large\@lg_11-2-0:-ms-input-placeholder {
1323
+ .cdr-input--large\@lg_11-3-1:-ms-input-placeholder {
1514
1324
  line-height: 3.2rem; }
1515
- .cdr-input--large\@lg_11-2-0::placeholder {
1325
+ .cdr-input--large\@lg_11-3-1::placeholder {
1516
1326
  line-height: 3.2rem; } }
1517
- .cdr-input__pre-icon_11-2-0 {
1327
+ .cdr-input__pre-icon_11-3-1 {
1518
1328
  position: absolute;
1519
1329
  top: 50%;
1520
1330
  left: 0.8rem;
1521
1331
  transform: translateY(-50%); }
1522
- .cdr-input__post-icon_11-2-0 {
1332
+ .cdr-input__post-icon_11-3-1 {
1523
1333
  display: block;
1524
1334
  position: absolute;
1525
1335
  top: 50%;
1526
1336
  right: 0.8rem;
1527
1337
  transform: translateY(-50%); }
1528
- .cdr-input__helper-text_11-2-0 {
1338
+ .cdr-input__helper-text_11-3-1 {
1529
1339
  font-family: Graphik, "Helvetica Neue", sans-serif;
1530
1340
  font-style: normal;
1531
1341
  font-weight: 400;
@@ -1538,44 +1348,156 @@
1538
1348
  /* ==========================================================================
1539
1349
  # INPUT WRAPPER
1540
1350
  ========================================================================== */
1541
- .cdr-input-wrap_11-2-0 {
1351
+ .cdr-input-wrap_11-3-1 {
1542
1352
  position: relative;
1543
1353
  flex-grow: 1;
1544
1354
  fill: #928b80; }
1545
1355
 
1356
+ .cdr-grid_11-3-1 {
1357
+ display: grid;
1358
+ list-style: none;
1359
+ margin: 0;
1360
+ padding: 0;
1361
+ gap: 1.6rem 1.6rem; }
1362
+ .cdr-grid--gutter-none_11-3-1 {
1363
+ gap: 0 0; }
1364
+ .cdr-grid--gutter-small_11-3-1 {
1365
+ gap: 0.2rem 0.2rem; }
1366
+ .cdr-grid--gutter-medium_11-3-1 {
1367
+ gap: 1.6rem 1.6rem; }
1368
+ .cdr-grid--gutter-large_11-3-1 {
1369
+ gap: 3.2rem 3.2rem; }
1370
+ @media (min-width: 0) and (max-width: 767px) {
1371
+ .cdr-grid--gutter-none\@xs_11-3-1 {
1372
+ gap: 0 0; }
1373
+ .cdr-grid--gutter-small\@xs_11-3-1 {
1374
+ gap: 0.2rem 0.2rem; }
1375
+ .cdr-grid--gutter-medium\@xs_11-3-1 {
1376
+ gap: 1.6rem 1.6rem; }
1377
+ .cdr-grid--gutter-large\@xs_11-3-1 {
1378
+ gap: 3.2rem 3.2rem; } }
1379
+ @media (min-width: 768px) and (max-width: 991px) {
1380
+ .cdr-grid--gutter-none\@sm_11-3-1 {
1381
+ gap: 0 0; }
1382
+ .cdr-grid--gutter-small\@sm_11-3-1 {
1383
+ gap: 0.2rem 0.2rem; }
1384
+ .cdr-grid--gutter-medium\@sm_11-3-1 {
1385
+ gap: 1.6rem 1.6rem; }
1386
+ .cdr-grid--gutter-large\@sm_11-3-1 {
1387
+ gap: 3.2rem 3.2rem; } }
1388
+ @media (min-width: 992px) and (max-width: 1231px) {
1389
+ .cdr-grid--gutter-none\@md_11-3-1 {
1390
+ gap: 0 0; }
1391
+ .cdr-grid--gutter-small\@md_11-3-1 {
1392
+ gap: 0.2rem 0.2rem; }
1393
+ .cdr-grid--gutter-medium\@md_11-3-1 {
1394
+ gap: 1.6rem 1.6rem; }
1395
+ .cdr-grid--gutter-large\@md_11-3-1 {
1396
+ gap: 3.2rem 3.2rem; } }
1397
+ @media (min-width: 1232px) {
1398
+ .cdr-grid--gutter-none\@lg_11-3-1 {
1399
+ gap: 0 0; }
1400
+ .cdr-grid--gutter-small\@lg_11-3-1 {
1401
+ gap: 0.2rem 0.2rem; }
1402
+ .cdr-grid--gutter-medium\@lg_11-3-1 {
1403
+ gap: 1.6rem 1.6rem; }
1404
+ .cdr-grid--gutter-large\@lg_11-3-1 {
1405
+ gap: 3.2rem 3.2rem; } }
1406
+
1546
1407
  /* intentionally empty */
1547
- .cdr-popover--position_11-2-0 {
1548
- position: relative; }
1549
- .cdr-popover--wrapper_11-2-0 {
1550
- width: -webkit-max-content;
1551
- width: -moz-max-content;
1552
- width: max-content;
1553
- height: -webkit-max-content;
1554
- height: -moz-max-content;
1555
- height: max-content; }
1556
- .cdr-popover--wrapper_11-2-0 .cdr-popup--closed_11-2-0 {
1557
- display: none; }
1558
- .cdr-popover__title_11-2-0 {
1559
- font-family: Stuart, Georgia, serif;
1408
+ .cdr-form-group_11-3-1 {
1409
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1560
1410
  font-style: normal;
1561
1411
  font-weight: 500;
1562
1412
  letter-spacing: 0;
1563
- font-size: 1.8rem;
1564
- line-height: 2.4rem;
1565
- margin-bottom: 0.8rem;
1566
- margin-right: 0.8rem; }
1567
- .cdr-popover__container_11-2-0 {
1568
- padding: 0.8rem;
1569
- padding-left: 1.6rem;
1570
- display: flex; }
1571
- .cdr-popover__content_11-2-0 {
1572
- flex: auto; }
1573
- .cdr-popover__close-button_11-2-0 {
1574
- align-self: flex-start;
1575
- flex: none;
1576
- padding: 0; }
1413
+ font-size: 1.6rem;
1414
+ line-height: 2rem;
1415
+ border: none;
1416
+ -webkit-margin-start: 0;
1417
+ margin-inline-start: 0;
1418
+ -webkit-margin-end: 0;
1419
+ margin-inline-end: 0;
1420
+ -webkit-padding-before: 0;
1421
+ padding-block-start: 0;
1422
+ -webkit-padding-start: 0;
1423
+ padding-inline-start: 0;
1424
+ -webkit-padding-end: 0;
1425
+ padding-inline-end: 0;
1426
+ -webkit-padding-after: 0;
1427
+ padding-block-end: 0; }
1428
+ .cdr-form-group_11-3-1 legend {
1429
+ -webkit-padding-start: 0;
1430
+ padding-inline-start: 0;
1431
+ margin-bottom: 0.8rem; }
1432
+ .cdr-form-group--error_11-3-1 {
1433
+ box-shadow: inset 0 0 0 0.1rem #b33322;
1434
+ background-color: rgba(255, 242, 242, 0.75); }
1435
+ .cdr-form-group--error_11-3-1:hover {
1436
+ background-color: transparent; }
1437
+ .cdr-form-group--disabled_11-3-1 {
1438
+ cursor: not-allowed;
1439
+ color: #d1cbbd; }
1440
+ .cdr-form-group--disabled_11-3-1 .cdr-form-group__optional_11-3-1, .cdr-form-group--disabled_11-3-1 .cdr-form-group__required_11-3-1 {
1441
+ color: #d1cbbd; }
1442
+ .cdr-form-group__wrapper_11-3-1 {
1443
+ border-radius: 0.4rem;
1444
+ display: flex;
1445
+ flex-direction: column; }
1446
+ .cdr-form-group__wrapper_11-3-1 > * {
1447
+ flex: 1 1 0; }
1448
+ .cdr-form-group__optional_11-3-1 {
1449
+ color: rgba(66, 59, 47, 0.75); }
1450
+
1451
+ /* ==========================================================================
1452
+ # CdrLink
1453
+
1454
+ TOC:
1455
+
1456
+ :Base Styles
1457
+ :States
1458
+ :Modifiers
1459
+ :Style variants
1460
+ :Standalone
1461
+ ========================================================================== */
1462
+ .cdr-link_11-3-1 {
1463
+ font-family: inherit;
1464
+ font-size: inherit;
1465
+ line-height: inherit;
1466
+ align-items: center;
1467
+ background-color: transparent;
1468
+ border: 0;
1469
+ margin: 0;
1470
+ color: #406eb5;
1471
+ fill: #406eb5;
1472
+ cursor: pointer;
1473
+ display: inline-flex;
1474
+ outline: none;
1475
+ padding: 0;
1476
+ text-decoration: underline;
1477
+ vertical-align: top; }
1478
+ .cdr-link_11-3-1:active, .cdr-link_11-3-1:focus {
1479
+ color: #0b2d60; }
1480
+ .cdr-link_11-3-1:hover {
1481
+ color: #406eb5;
1482
+ text-decoration: none; }
1483
+ .cdr-link_11-3-1:focus {
1484
+ outline: 0.2rem solid Highlight;
1485
+ outline-color: -webkit-focus-ring-color;
1486
+ outline-offset: 0; }
1487
+ /* Standalone
1488
+ ========== */
1489
+ .cdr-link--standalone_11-3-1 {
1490
+ text-decoration: none; }
1491
+ .cdr-link--standalone_11-3-1:hover, .cdr-link--standalone_11-3-1:active, .cdr-link--standalone_11-3-1:focus, .cdr-link--standalone_11-3-1:visited {
1492
+ text-decoration: underline; }
1493
+ .cdr-link--inherit-color_11-3-1 {
1494
+ fill: inherit;
1495
+ color: inherit; }
1496
+ .cdr-link--inherit-color_11-3-1:active, .cdr-link--inherit-color_11-3-1:hover, .cdr-link--inherit-color_11-3-1:focus {
1497
+ color: inherit;
1498
+ fill: inherit; }
1577
1499
 
1578
- .cdr-list_11-2-0 {
1500
+ .cdr-list_11-3-1 {
1579
1501
  list-style-type: none;
1580
1502
  padding: 0;
1581
1503
  margin: 0;
@@ -1591,59 +1513,59 @@
1591
1513
  ========== */
1592
1514
  /* Inline
1593
1515
  ========== */ }
1594
- .cdr-list_11-2-0 > li + li {
1516
+ .cdr-list_11-3-1 > li + li {
1595
1517
  margin-top: 0.8rem; }
1596
- .cdr-list_11-2-0 li > .cdr-list_11-2-0 {
1518
+ .cdr-list_11-3-1 li > .cdr-list_11-3-1 {
1597
1519
  margin-top: 0.8rem;
1598
1520
  padding-left: 1em;
1599
1521
  list-style-type: none; }
1600
- .cdr-list--compact_11-2-0 {
1522
+ .cdr-list--compact_11-3-1 {
1601
1523
  /* nesting
1602
1524
  ---------- */ }
1603
- .cdr-list--compact_11-2-0 > li + li {
1525
+ .cdr-list--compact_11-3-1 > li + li {
1604
1526
  margin-top: 0.4rem; }
1605
- .cdr-list--compact_11-2-0 li > .cdr-list_11-2-0 {
1527
+ .cdr-list--compact_11-3-1 li > .cdr-list_11-3-1 {
1606
1528
  margin-top: 0.4rem; }
1607
- .cdr-list--ordered_11-2-0 {
1529
+ .cdr-list--ordered_11-3-1 {
1608
1530
  list-style-type: decimal;
1609
1531
  padding-left: 1.5em;
1610
1532
  list-style-position: outside; }
1611
- .cdr-list--ordered_11-2-0 li {
1533
+ .cdr-list--ordered_11-3-1 li {
1612
1534
  padding: 0 0 0 0.4rem; }
1613
- .cdr-list--ordered_11-2-0 li {
1535
+ .cdr-list--ordered_11-3-1 li {
1614
1536
  /* nesting
1615
1537
  ---------- */ }
1616
- .cdr-list--ordered_11-2-0 li > .cdr-list_11-2-0 {
1538
+ .cdr-list--ordered_11-3-1 li > .cdr-list_11-3-1 {
1617
1539
  position: relative;
1618
1540
  padding-left: 1em; }
1619
- .cdr-list--ordered_11-2-0 li > .cdr-list_11-2-0 > li {
1541
+ .cdr-list--ordered_11-3-1 li > .cdr-list_11-3-1 > li {
1620
1542
  padding-left: 0; }
1621
- .cdr-list--ordered_11-2-0 li > .cdr-list_11-2-0 > li::before {
1543
+ .cdr-list--ordered_11-3-1 li > .cdr-list_11-3-1 > li::before {
1622
1544
  content: '\2013';
1623
1545
  position: absolute;
1624
1546
  color: rgba(66, 59, 47, 0.75);
1625
1547
  left: 0; }
1626
- .cdr-list--unordered_11-2-0 {
1548
+ .cdr-list--unordered_11-3-1 {
1627
1549
  position: relative;
1628
1550
  padding-left: 1em;
1629
1551
  /* nesting
1630
1552
  ---------- */ }
1631
- .cdr-list--unordered_11-2-0 > li::before {
1553
+ .cdr-list--unordered_11-3-1 > li::before {
1632
1554
  content: '\2022';
1633
1555
  position: relative;
1634
1556
  margin-left: -1em;
1635
1557
  padding-right: 0.8rem;
1636
1558
  color: rgba(66, 59, 47, 0.75); }
1637
- .cdr-list--unordered_11-2-0 li > .cdr-list_11-2-0 {
1559
+ .cdr-list--unordered_11-3-1 li > .cdr-list_11-3-1 {
1638
1560
  position: relative;
1639
1561
  padding-left: 1em; }
1640
- .cdr-list--unordered_11-2-0 li > .cdr-list_11-2-0 > li::before {
1562
+ .cdr-list--unordered_11-3-1 li > .cdr-list_11-3-1 > li::before {
1641
1563
  content: '\2013';
1642
1564
  position: relative;
1643
1565
  margin-left: -1em;
1644
1566
  padding-right: 0.8rem;
1645
1567
  color: rgba(66, 59, 47, 0.75); }
1646
- .cdr-list--inline_11-2-0 {
1568
+ .cdr-list--inline_11-3-1 {
1647
1569
  display: flex;
1648
1570
  flex-wrap: wrap;
1649
1571
  list-style-type: none;
@@ -1652,24 +1574,24 @@
1652
1574
  ---------- */
1653
1575
  /* inline - unordered
1654
1576
  ---------- */ }
1655
- .cdr-list--inline_11-2-0 > li {
1577
+ .cdr-list--inline_11-3-1 > li {
1656
1578
  display: block; }
1657
- .cdr-list--inline_11-2-0 > li + li {
1579
+ .cdr-list--inline_11-3-1 > li + li {
1658
1580
  margin-top: 0;
1659
1581
  padding-left: 1em; }
1660
- .cdr-list--inline_11-2-0.cdr-list--compact_11-2-0 > li + li {
1582
+ .cdr-list--inline_11-3-1.cdr-list--compact_11-3-1 > li + li {
1661
1583
  padding-left: 0.5em; }
1662
- .cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0 {
1584
+ .cdr-list--inline_11-3-1.cdr-list--unordered_11-3-1 {
1663
1585
  left: 0;
1664
1586
  /* inline - unordered - compact
1665
1587
  ---------- */ }
1666
- .cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0 > li {
1588
+ .cdr-list--inline_11-3-1.cdr-list--unordered_11-3-1 > li {
1667
1589
  position: relative; }
1668
- .cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0 > li + li {
1590
+ .cdr-list--inline_11-3-1.cdr-list--unordered_11-3-1 > li + li {
1669
1591
  padding-left: 1.5em; }
1670
- .cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0 > li:first-of-type::before {
1592
+ .cdr-list--inline_11-3-1.cdr-list--unordered_11-3-1 > li:first-of-type::before {
1671
1593
  display: none; }
1672
- .cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0 > li::before {
1594
+ .cdr-list--inline_11-3-1.cdr-list--unordered_11-3-1 > li::before {
1673
1595
  content: '\2022';
1674
1596
  color: rgba(66, 59, 47, 0.75);
1675
1597
  display: block;
@@ -1682,9 +1604,9 @@
1682
1604
  left: 0;
1683
1605
  padding: 0;
1684
1606
  margin: 0; }
1685
- .cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0.cdr-list--compact_11-2-0 > li + li {
1607
+ .cdr-list--inline_11-3-1.cdr-list--unordered_11-3-1.cdr-list--compact_11-3-1 > li + li {
1686
1608
  padding-left: 1em; }
1687
- .cdr-list--inline_11-2-0.cdr-list--unordered_11-2-0.cdr-list--compact_11-2-0 > li + li::before {
1609
+ .cdr-list--inline_11-3-1.cdr-list--unordered_11-3-1.cdr-list--compact_11-3-1 > li + li::before {
1688
1610
  transform: translate(100%, -50%); }
1689
1611
 
1690
1612
  /* intentionally empty */
@@ -1695,11 +1617,11 @@
1695
1617
 
1696
1618
  :Base - Cdrquote
1697
1619
  ========================================================================== */
1698
- .cdr-quote_11-2-0 {
1620
+ .cdr-quote_11-3-1 {
1699
1621
  margin: 0;
1700
1622
  padding: 2.4rem 1.6rem;
1701
1623
  line-height: 1; }
1702
- .cdr-quote_11-2-0 cite {
1624
+ .cdr-quote_11-3-1 cite {
1703
1625
  font-family: Graphik, "Helvetica Neue", sans-serif;
1704
1626
  font-style: normal;
1705
1627
  font-weight: 400;
@@ -1708,7 +1630,7 @@
1708
1630
  line-height: 1.6rem;
1709
1631
  color: rgba(66, 59, 47, 0.75);
1710
1632
  display: block; }
1711
- .cdr-quote__summary_11-2-0 {
1633
+ .cdr-quote__summary_11-3-1 {
1712
1634
  font-family: Stuart, Georgia, serif;
1713
1635
  font-weight: 400;
1714
1636
  font-size: 2.4rem;
@@ -1717,33 +1639,273 @@
1717
1639
  color: rgba(12, 11, 8, 0.75);
1718
1640
  margin: 0; }
1719
1641
  @media (min-width: 0) and (max-width: 767px) {
1720
- .cdr-quote__summary_11-2-0 {
1642
+ .cdr-quote__summary_11-3-1 {
1721
1643
  font-size: 1.8rem;
1722
1644
  line-height: 2.8rem; } }
1723
- .cdr-quote__summary_11-2-0 + cite {
1645
+ .cdr-quote__summary_11-3-1 + cite {
1724
1646
  padding-top: 1.6rem; }
1725
- .cdr-quote--pull_11-2-0 {
1647
+ .cdr-quote--pull_11-3-1 {
1726
1648
  border-style: solid;
1727
1649
  border-color: #dcd6cb; }
1728
1650
  @media (min-width: 0) {
1729
- .cdr-quote--pull_11-2-0 {
1651
+ .cdr-quote--pull_11-3-1 {
1730
1652
  border-width: 0 0 0.1rem 0;
1731
1653
  padding: 2.4rem 1.6rem;
1732
1654
  margin: 0 0 1.6rem; } }
1733
1655
  @media (min-width: 768px) {
1734
- .cdr-quote--pull_11-2-0 {
1656
+ .cdr-quote--pull_11-3-1 {
1735
1657
  border-width: 0 0 0 0.1rem;
1736
1658
  padding: 0.8rem 1.6rem 0.8rem 3.2rem;
1737
1659
  margin: 1.6rem 0; } }
1738
- .cdr-quote--pull_11-2-0 .cdr-quote__summary_11-2-0 {
1660
+ .cdr-quote--pull_11-3-1 .cdr-quote__summary_11-3-1 {
1739
1661
  font-weight: 600; }
1740
1662
 
1663
+ /* intentionally empty */
1664
+ .cdr-radio_11-3-1 {
1665
+ /* Figure
1666
+ ========== */
1667
+ /* States
1668
+ ========================================================================== */
1669
+ /* Checked
1670
+ ========== */ }
1671
+ .cdr-radio_11-3-1 .cdr-label-wrapper__figure_11-3-1 {
1672
+ border-radius: 100%; }
1673
+ .cdr-radio_11-3-1 .cdr-label-wrapper__figure_11-3-1::after {
1674
+ content: '';
1675
+ position: absolute;
1676
+ width: 0.4rem;
1677
+ height: 0.4rem;
1678
+ left: 50%;
1679
+ top: 50%;
1680
+ transform: translate(-50%, -50%);
1681
+ border-radius: 999.9rem; }
1682
+ .cdr-radio__input_11-3-1:checked ~ .cdr-label-wrapper__figure_11-3-1 {
1683
+ box-shadow: inset 0 0 0 0.1rem #4e4d49;
1684
+ background-color: #4e4d49; }
1685
+ .cdr-radio__input_11-3-1:checked ~ .cdr-label-wrapper__figure_11-3-1::after {
1686
+ background-color: #ffffff; }
1687
+ .cdr-radio_11-3-1:hover .cdr-label-wrapper__figure_11-3-1 {
1688
+ cursor: pointer;
1689
+ box-shadow: inset 0 0 0 0.1rem #20201d, 0 0 0 0.1rem #20201d;
1690
+ background-color: #f9f8f6; }
1691
+ .cdr-radio_11-3-1:hover .cdr-radio__input_11-3-1:checked ~ .cdr-label-wrapper__figure_11-3-1 {
1692
+ box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
1693
+ background-color: #928b80; }
1694
+ .cdr-radio__input_11-3-1:disabled {
1695
+ /* Disabled + Checked
1696
+ ========== */ }
1697
+ .cdr-radio__input_11-3-1:disabled ~ .cdr-label-wrapper__figure_11-3-1 {
1698
+ cursor: not-allowed !important;
1699
+ box-shadow: inset 0 0 0 0.1rem #d1cbbd !important;
1700
+ background-color: #f9f8f6 !important; }
1701
+ .cdr-radio__input_11-3-1:disabled ~ .cdr-label-wrapper__figure_11-3-1:after {
1702
+ background-color: #f9f8f6 !important; }
1703
+ .cdr-radio__input_11-3-1:disabled:checked ~ .cdr-label-wrapper__figure_11-3-1::after {
1704
+ background-color: #f9f8f6 !important; }
1705
+ .cdr-radio__input_11-3-1:focus ~ .cdr-label-wrapper__figure_11-3-1 {
1706
+ box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
1707
+ background-color: #f9f8f6; }
1708
+ .cdr-radio__input_11-3-1:focus:checked ~ .cdr-label-wrapper__figure_11-3-1 {
1709
+ background-color: #928b80; }
1710
+ .cdr-radio_11-3-1:active .cdr-label-wrapper__figure_11-3-1, .cdr-radio_11-3-1:active .cdr-radio__input_11-3-1:checked ~ .cdr-label-wrapper__figure_11-3-1 {
1711
+ box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
1712
+ background-color: #f9f8f6; }
1713
+ .cdr-radio_11-3-1:active .cdr-label-wrapper__figure_11-3-1::after, .cdr-radio_11-3-1:active .cdr-radio__input_11-3-1:checked ~ .cdr-label-wrapper__figure_11-3-1::after {
1714
+ background-color: #4e4d49; }
1715
+
1716
+ .cdr-image_11-3-1 {
1717
+ max-width: 100%;
1718
+ vertical-align: middle;
1719
+ border-style: none;
1720
+ /* Style variants
1721
+ ========================================================================== */
1722
+ /* responsive
1723
+ ========== */
1724
+ /* rounded
1725
+ ========== */
1726
+ /* circle
1727
+ ========== */ }
1728
+ .cdr-image--responsive_11-3-1 {
1729
+ display: block;
1730
+ height: auto;
1731
+ width: 100%; }
1732
+ .cdr-image--rounded_11-3-1 {
1733
+ border-radius: 0.4rem; }
1734
+ .cdr-image--circle_11-3-1 {
1735
+ border-radius: 999.9rem; }
1736
+ /* ==========================================================================
1737
+ # MEDIA FRAME
1738
+ ========================================================================== */
1739
+ .cdr-image-ratio_11-3-1 {
1740
+ position: relative;
1741
+ overflow: hidden; }
1742
+ .cdr-image-ratio_11-3-1::before {
1743
+ content: '';
1744
+ height: 0;
1745
+ display: block;
1746
+ padding-bottom: var(--ratio); }
1747
+ .cdr-image-ratio__cover_11-3-1 {
1748
+ position: absolute;
1749
+ top: 0;
1750
+ left: 0;
1751
+ height: 100%;
1752
+ width: 100%;
1753
+ -o-object-fit: contain;
1754
+ object-fit: contain; }
1755
+ .cdr-image-ratio__cover--crop_11-3-1 {
1756
+ -o-object-fit: none;
1757
+ object-fit: none; }
1758
+ .cdr-image-ratio__cover--cover_11-3-1 {
1759
+ -o-object-fit: cover;
1760
+ object-fit: cover; }
1761
+
1762
+ /* intentionally empty */
1763
+ .cdr-popover--position_11-3-1 {
1764
+ position: relative; }
1765
+ .cdr-popover--wrapper_11-3-1 {
1766
+ width: -webkit-max-content;
1767
+ width: -moz-max-content;
1768
+ width: max-content;
1769
+ height: -webkit-max-content;
1770
+ height: -moz-max-content;
1771
+ height: max-content; }
1772
+ .cdr-popover--wrapper_11-3-1 .cdr-popup--closed_11-3-1 {
1773
+ display: none; }
1774
+ .cdr-popover__title_11-3-1 {
1775
+ font-family: Stuart, Georgia, serif;
1776
+ font-style: normal;
1777
+ font-weight: 500;
1778
+ letter-spacing: 0;
1779
+ font-size: 1.8rem;
1780
+ line-height: 2.4rem;
1781
+ margin-bottom: 0.8rem;
1782
+ margin-right: 0.8rem; }
1783
+ .cdr-popover__container_11-3-1 {
1784
+ padding: 0.8rem;
1785
+ padding-left: 1.6rem;
1786
+ display: flex; }
1787
+ .cdr-popover__content_11-3-1 {
1788
+ flex: auto; }
1789
+ .cdr-popover__close-button_11-3-1 {
1790
+ align-self: flex-start;
1791
+ flex: none;
1792
+ padding: 0; }
1793
+
1794
+ .cdr-tab-panel_11-3-1 {
1795
+ width: 100%;
1796
+ height: 100%;
1797
+ padding-top: 0.2rem; }
1798
+
1799
+ @-webkit-keyframes exit-left {
1800
+ from {
1801
+ transform: translateX(0);
1802
+ opacity: 1; }
1803
+ to {
1804
+ transform: translateX(-1rem);
1805
+ opacity: 0; } }
1806
+
1807
+ @keyframes exit-left {
1808
+ from {
1809
+ transform: translateX(0);
1810
+ opacity: 1; }
1811
+ to {
1812
+ transform: translateX(-1rem);
1813
+ opacity: 0; } }
1814
+
1815
+ @-webkit-keyframes exit-right {
1816
+ from {
1817
+ transform: translateX(0);
1818
+ opacity: 1; }
1819
+ to {
1820
+ transform: translateX(1rem);
1821
+ opacity: 0; } }
1822
+
1823
+ @keyframes exit-right {
1824
+ from {
1825
+ transform: translateX(0);
1826
+ opacity: 1; }
1827
+ to {
1828
+ transform: translateX(1rem);
1829
+ opacity: 0; } }
1830
+
1831
+ @-webkit-keyframes enter-left {
1832
+ from {
1833
+ transform: translateX(-1rem);
1834
+ opacity: 0; }
1835
+ to {
1836
+ transform: translateX(0);
1837
+ opacity: 1; } }
1838
+
1839
+ @keyframes enter-left {
1840
+ from {
1841
+ transform: translateX(-1rem);
1842
+ opacity: 0; }
1843
+ to {
1844
+ transform: translateX(0);
1845
+ opacity: 1; } }
1846
+
1847
+ @-webkit-keyframes enter-right {
1848
+ from {
1849
+ transform: translateX(1rem);
1850
+ opacity: 0; }
1851
+ to {
1852
+ transform: translateX(0);
1853
+ opacity: 1; } }
1854
+
1855
+ @keyframes enter-right {
1856
+ from {
1857
+ transform: translateX(1rem);
1858
+ opacity: 0; }
1859
+ to {
1860
+ transform: translateX(0);
1861
+ opacity: 1; } }
1862
+
1863
+ .cdr-tab-panel-enter-left_11-3-1 {
1864
+ -webkit-animation-duration: 0.2s;
1865
+ animation-duration: 0.2s;
1866
+ -webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
1867
+ animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
1868
+
1869
+ .cdr-tab-panel-enter-left_11-3-1 {
1870
+ -webkit-animation-name: enter-left;
1871
+ animation-name: enter-left; }
1872
+
1873
+ .cdr-tab-panel-enter-right_11-3-1 {
1874
+ -webkit-animation-duration: 0.2s;
1875
+ animation-duration: 0.2s;
1876
+ -webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
1877
+ animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
1878
+
1879
+ .cdr-tab-panel-enter-right_11-3-1 {
1880
+ -webkit-animation-name: enter-right;
1881
+ animation-name: enter-right; }
1882
+
1883
+ .cdr-tab-panel-exit-left_11-3-1 {
1884
+ -webkit-animation-duration: 0.2s;
1885
+ animation-duration: 0.2s;
1886
+ -webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
1887
+ animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
1888
+
1889
+ .cdr-tab-panel-exit-left_11-3-1 {
1890
+ -webkit-animation-name: exit-left;
1891
+ animation-name: exit-left; }
1892
+
1893
+ .cdr-tab-panel-exit-right_11-3-1 {
1894
+ -webkit-animation-duration: 0.2s;
1895
+ animation-duration: 0.2s;
1896
+ -webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
1897
+ animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
1898
+
1899
+ .cdr-tab-panel-exit-right_11-3-1 {
1900
+ -webkit-animation-name: exit-right;
1901
+ animation-name: exit-right; }
1902
+
1741
1903
  @charset "UTF-8";
1742
- .cdr-rating__icon_11-2-0 {
1904
+ .cdr-rating__icon_11-3-1 {
1743
1905
  width: 2.4rem;
1744
1906
  height: 2.4rem;
1745
1907
  font-size: 2.4rem; }
1746
- .cdr-rating__count_11-2-0 {
1908
+ .cdr-rating__count_11-3-1 {
1747
1909
  font-family: Graphik, "Helvetica Neue", sans-serif;
1748
1910
  font-style: normal;
1749
1911
  font-weight: 400;
@@ -1751,7 +1913,7 @@
1751
1913
  font-size: 1.4rem;
1752
1914
  line-height: 1.8rem;
1753
1915
  margin-left: 0.8rem; }
1754
- .cdr-rating_11-2-0 {
1916
+ .cdr-rating_11-3-1 {
1755
1917
  display: flex;
1756
1918
  align-items: center;
1757
1919
  position: relative;
@@ -1773,14 +1935,14 @@
1773
1935
  ========== */
1774
1936
  /* Small
1775
1937
  ========== */ }
1776
- .cdr-rating__number_11-2-0 {
1938
+ .cdr-rating__number_11-3-1 {
1777
1939
  font-weight: 600; }
1778
- .cdr-rating__ratings_11-2-0 {
1940
+ .cdr-rating__ratings_11-3-1 {
1779
1941
  display: flex; }
1780
- .cdr-rating__icon_11-2-0 {
1942
+ .cdr-rating__icon_11-3-1 {
1781
1943
  position: relative;
1782
1944
  z-index: 1; }
1783
- .cdr-rating__caption-sr_11-2-0 {
1945
+ .cdr-rating__caption-sr_11-3-1 {
1784
1946
  position: absolute;
1785
1947
  width: 0.1rem;
1786
1948
  height: 0.1rem;
@@ -1789,7 +1951,7 @@
1789
1951
  overflow: hidden;
1790
1952
  clip: rect(0, 0, 0, 0);
1791
1953
  border: 0; }
1792
- .cdr-rating__placeholder_11-2-0::after {
1954
+ .cdr-rating__placeholder_11-3-1::after {
1793
1955
  content: '';
1794
1956
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
1795
1957
  background-repeat: no-repeat;
@@ -1798,7 +1960,7 @@
1798
1960
  left: 0;
1799
1961
  width: 100%;
1800
1962
  height: 100%; }
1801
- .cdr-rating__placeholder_11-2-0::before {
1963
+ .cdr-rating__placeholder_11-3-1::before {
1802
1964
  content: "☆";
1803
1965
  display: block;
1804
1966
  position: absolute;
@@ -1809,7 +1971,7 @@
1809
1971
  color: #BD7B2D;
1810
1972
  width: auto;
1811
1973
  overflow: hidden; }
1812
- .cdr-rating__placeholder--no-reviews_11-2-0::after {
1974
+ .cdr-rating__placeholder--no-reviews_11-3-1::after {
1813
1975
  content: '';
1814
1976
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23928B80' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
1815
1977
  background-repeat: no-repeat;
@@ -1818,7 +1980,7 @@
1818
1980
  left: 0;
1819
1981
  width: 100%;
1820
1982
  height: 100%; }
1821
- .cdr-rating__placeholder--no-reviews_11-2-0::before {
1983
+ .cdr-rating__placeholder--no-reviews_11-3-1::before {
1822
1984
  content: "☆";
1823
1985
  display: block;
1824
1986
  position: absolute;
@@ -1829,7 +1991,7 @@
1829
1991
  color: #BD7B2D;
1830
1992
  width: auto;
1831
1993
  overflow: hidden; }
1832
- .cdr-rating__100_11-2-0::after {
1994
+ .cdr-rating__100_11-3-1::after {
1833
1995
  content: '';
1834
1996
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
1835
1997
  background-repeat: no-repeat;
@@ -1838,7 +2000,7 @@
1838
2000
  left: 0;
1839
2001
  width: 100%;
1840
2002
  height: 100%; }
1841
- .cdr-rating__100_11-2-0::before {
2003
+ .cdr-rating__100_11-3-1::before {
1842
2004
  content: "★";
1843
2005
  display: block;
1844
2006
  position: absolute;
@@ -1849,7 +2011,7 @@
1849
2011
  color: #BD7B2D;
1850
2012
  width: auto;
1851
2013
  overflow: hidden; }
1852
- .cdr-rating__75_11-2-0::after {
2014
+ .cdr-rating__75_11-3-1::after {
1853
2015
  content: '';
1854
2016
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M14.175 17.967l2.639 1.668-1.274-5.767 4.284-3.907-5.643-.515z'/%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M14.182 9.453L12 4.041l-2.179 5.41-5.645.51 4.284 3.907-1.274 5.767L12 16.579l2.18 1.389z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006 1.669-7.552-5.535-5.048 7.298-.66L12 1.364zm0 2.677L9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767L12 16.579l2.007 1.273v-8.83L12 4.042zm2.507 5.439v8.689l2.307 1.466-1.274-5.767 4.284-3.907-5.317-.481z'/%3E %3C/g%3E %3C/svg%3E");
1855
2017
  background-repeat: no-repeat;
@@ -1858,7 +2020,7 @@
1858
2020
  left: 0;
1859
2021
  width: 100%;
1860
2022
  height: 100%; }
1861
- .cdr-rating__75_11-2-0::before {
2023
+ .cdr-rating__75_11-3-1::before {
1862
2024
  content: "★";
1863
2025
  display: block;
1864
2026
  position: absolute;
@@ -1869,7 +2031,7 @@
1869
2031
  color: #BD7B2D;
1870
2032
  width: 0.75em;
1871
2033
  overflow: hidden; }
1872
- .cdr-rating__50_11-2-0::after {
2034
+ .cdr-rating__50_11-3-1::after {
1873
2035
  content: '';
1874
2036
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M16.815 19.635l-4.817-3.009-.006-12.615 2.188 5.44 5.645.51-4.284 3.907z'/%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M7.186 19.635L12 16.579V4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006 1.669-7.552-5.535-5.048 7.298-.66L12 1.364zm-.247 3.289L9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767 4.567-2.9V4.653zm.5.015v12.07l4.561 2.897-1.274-5.767 4.284-3.907-5.645-.51-1.926-4.783z'/%3E %3C/g%3E %3C/svg%3E");
1875
2037
  background-repeat: no-repeat;
@@ -1878,7 +2040,7 @@
1878
2040
  left: 0;
1879
2041
  width: 100%;
1880
2042
  height: 100%; }
1881
- .cdr-rating__50_11-2-0::before {
2043
+ .cdr-rating__50_11-3-1::before {
1882
2044
  content: "★";
1883
2045
  display: block;
1884
2046
  position: absolute;
@@ -1889,7 +2051,7 @@
1889
2051
  color: #BD7B2D;
1890
2052
  width: 0.5em;
1891
2053
  overflow: hidden; }
1892
- .cdr-rating__25_11-2-0::after {
2054
+ .cdr-rating__25_11-3-1::after {
1893
2055
  content: '';
1894
2056
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M9.822 17.968l-2.633 1.667 1.274-5.767-4.284-3.907 5.643-.515z'/%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M9.816 9.453l2.182-5.412 2.179 5.41 5.645.51-4.284 3.907 1.274 5.767-4.814-3.056-2.18 1.389z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.145 7.298.66-5.535 5.048 1.669 7.552L12 17.763 5.69 21.77l1.669-7.552L1.824 9.17l7.298-.66L12 1.365zM9.503 9.479l-5.327.482 4.284 3.907-1.274 5.767 2.317-1.472V9.479zM12 4.04l-1.997 4.957v8.848L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04z'/%3E %3C/g%3E %3C/svg%3E");
1895
2057
  background-repeat: no-repeat;
@@ -1898,7 +2060,7 @@
1898
2060
  left: 0;
1899
2061
  width: 100%;
1900
2062
  height: 100%; }
1901
- .cdr-rating__25_11-2-0::before {
2063
+ .cdr-rating__25_11-3-1::before {
1902
2064
  content: "★";
1903
2065
  display: block;
1904
2066
  position: absolute;
@@ -1909,32 +2071,32 @@
1909
2071
  color: #BD7B2D;
1910
2072
  width: 0.33em;
1911
2073
  overflow: hidden; }
1912
- .cdr-rating--linked_11-2-0 {
2074
+ .cdr-rating--linked_11-3-1 {
1913
2075
  display: inline-flex;
1914
2076
  text-decoration: none; }
1915
- .cdr-rating--linked_11-2-0 .cdr-rating__count_11-2-0:hover, .cdr-rating--linked_11-2-0 .cdr-rating__count_11-2-0:active, .cdr-rating--linked_11-2-0 .cdr-rating__count_11-2-0:focus {
2077
+ .cdr-rating--linked_11-3-1 .cdr-rating__count_11-3-1:hover, .cdr-rating--linked_11-3-1 .cdr-rating__count_11-3-1:active, .cdr-rating--linked_11-3-1 .cdr-rating__count_11-3-1:focus {
1916
2078
  color: #406eb5;
1917
2079
  text-decoration: underline; }
1918
- .cdr-rating--linked_11-2-0 .cdr-rating__count_11-2-0 > .cdr-rating__number_11-2-0 {
2080
+ .cdr-rating--linked_11-3-1 .cdr-rating__count_11-3-1 > .cdr-rating__number_11-3-1 {
1919
2081
  border-right: 0.1rem solid #b2ab9f;
1920
2082
  padding: 0 0.6rem;
1921
2083
  margin-right: 0.6rem; }
1922
- .cdr-rating--large_11-2-0 .cdr-rating__icon_11-2-0 {
2084
+ .cdr-rating--large_11-3-1 .cdr-rating__icon_11-3-1 {
1923
2085
  width: 3.2rem;
1924
2086
  height: 3.2rem;
1925
2087
  font-size: 3.2rem; }
1926
- .cdr-rating--large_11-2-0 .cdr-rating__count_11-2-0 {
2088
+ .cdr-rating--large_11-3-1 .cdr-rating__count_11-3-1 {
1927
2089
  font-family: Graphik, "Helvetica Neue", sans-serif;
1928
2090
  font-style: normal;
1929
2091
  font-weight: 400;
1930
2092
  letter-spacing: -0.016rem;
1931
2093
  font-size: 1.6rem;
1932
2094
  line-height: 2.2rem; }
1933
- .cdr-rating--medium_11-2-0 .cdr-rating__icon_11-2-0 {
2095
+ .cdr-rating--medium_11-3-1 .cdr-rating__icon_11-3-1 {
1934
2096
  width: 2.4rem;
1935
2097
  height: 2.4rem;
1936
2098
  font-size: 2.4rem; }
1937
- .cdr-rating--medium_11-2-0 .cdr-rating__count_11-2-0 {
2099
+ .cdr-rating--medium_11-3-1 .cdr-rating__count_11-3-1 {
1938
2100
  font-family: Graphik, "Helvetica Neue", sans-serif;
1939
2101
  font-style: normal;
1940
2102
  font-weight: 400;
@@ -1942,11 +2104,11 @@
1942
2104
  font-size: 1.4rem;
1943
2105
  line-height: 1.8rem;
1944
2106
  margin-left: 0.8rem; }
1945
- .cdr-rating--small_11-2-0 .cdr-rating__icon_11-2-0 {
2107
+ .cdr-rating--small_11-3-1 .cdr-rating__icon_11-3-1 {
1946
2108
  width: 1.6rem;
1947
2109
  height: 1.6rem;
1948
2110
  font-size: 1.6rem; }
1949
- .cdr-rating--small_11-2-0 .cdr-rating__count_11-2-0 {
2111
+ .cdr-rating--small_11-3-1 .cdr-rating__count_11-3-1 {
1950
2112
  font-family: Graphik, "Helvetica Neue", sans-serif;
1951
2113
  font-style: normal;
1952
2114
  font-weight: 400;
@@ -1955,11 +2117,11 @@
1955
2117
  line-height: 1.6rem;
1956
2118
  margin-left: 0.4rem; }
1957
2119
  @media (min-width: 0) and (max-width: 767px) {
1958
- .cdr-rating--small\@xs_11-2-0 .cdr-rating__icon_11-2-0 {
2120
+ .cdr-rating--small\@xs_11-3-1 .cdr-rating__icon_11-3-1 {
1959
2121
  width: 1.6rem;
1960
2122
  height: 1.6rem;
1961
2123
  font-size: 1.6rem; }
1962
- .cdr-rating--small\@xs_11-2-0 .cdr-rating__count_11-2-0 {
2124
+ .cdr-rating--small\@xs_11-3-1 .cdr-rating__count_11-3-1 {
1963
2125
  font-family: Graphik, "Helvetica Neue", sans-serif;
1964
2126
  font-style: normal;
1965
2127
  font-weight: 400;
@@ -1967,11 +2129,11 @@
1967
2129
  font-size: 1.2rem;
1968
2130
  line-height: 1.6rem;
1969
2131
  margin-left: 0.4rem; }
1970
- .cdr-rating--medium\@xs_11-2-0 .cdr-rating__icon_11-2-0 {
2132
+ .cdr-rating--medium\@xs_11-3-1 .cdr-rating__icon_11-3-1 {
1971
2133
  width: 2.4rem;
1972
2134
  height: 2.4rem;
1973
2135
  font-size: 2.4rem; }
1974
- .cdr-rating--medium\@xs_11-2-0 .cdr-rating__count_11-2-0 {
2136
+ .cdr-rating--medium\@xs_11-3-1 .cdr-rating__count_11-3-1 {
1975
2137
  font-family: Graphik, "Helvetica Neue", sans-serif;
1976
2138
  font-style: normal;
1977
2139
  font-weight: 400;
@@ -1979,11 +2141,11 @@
1979
2141
  font-size: 1.4rem;
1980
2142
  line-height: 1.8rem;
1981
2143
  margin-left: 0.8rem; }
1982
- .cdr-rating--large\@xs_11-2-0 .cdr-rating__icon_11-2-0 {
2144
+ .cdr-rating--large\@xs_11-3-1 .cdr-rating__icon_11-3-1 {
1983
2145
  width: 3.2rem;
1984
2146
  height: 3.2rem;
1985
2147
  font-size: 3.2rem; }
1986
- .cdr-rating--large\@xs_11-2-0 .cdr-rating__count_11-2-0 {
2148
+ .cdr-rating--large\@xs_11-3-1 .cdr-rating__count_11-3-1 {
1987
2149
  font-family: Graphik, "Helvetica Neue", sans-serif;
1988
2150
  font-style: normal;
1989
2151
  font-weight: 400;
@@ -1991,11 +2153,11 @@
1991
2153
  font-size: 1.6rem;
1992
2154
  line-height: 2.2rem; } }
1993
2155
  @media (min-width: 768px) and (max-width: 991px) {
1994
- .cdr-rating--small\@sm_11-2-0 .cdr-rating__icon_11-2-0 {
2156
+ .cdr-rating--small\@sm_11-3-1 .cdr-rating__icon_11-3-1 {
1995
2157
  width: 1.6rem;
1996
2158
  height: 1.6rem;
1997
2159
  font-size: 1.6rem; }
1998
- .cdr-rating--small\@sm_11-2-0 .cdr-rating__count_11-2-0 {
2160
+ .cdr-rating--small\@sm_11-3-1 .cdr-rating__count_11-3-1 {
1999
2161
  font-family: Graphik, "Helvetica Neue", sans-serif;
2000
2162
  font-style: normal;
2001
2163
  font-weight: 400;
@@ -2003,11 +2165,11 @@
2003
2165
  font-size: 1.2rem;
2004
2166
  line-height: 1.6rem;
2005
2167
  margin-left: 0.4rem; }
2006
- .cdr-rating--medium\@sm_11-2-0 .cdr-rating__icon_11-2-0 {
2168
+ .cdr-rating--medium\@sm_11-3-1 .cdr-rating__icon_11-3-1 {
2007
2169
  width: 2.4rem;
2008
2170
  height: 2.4rem;
2009
2171
  font-size: 2.4rem; }
2010
- .cdr-rating--medium\@sm_11-2-0 .cdr-rating__count_11-2-0 {
2172
+ .cdr-rating--medium\@sm_11-3-1 .cdr-rating__count_11-3-1 {
2011
2173
  font-family: Graphik, "Helvetica Neue", sans-serif;
2012
2174
  font-style: normal;
2013
2175
  font-weight: 400;
@@ -2015,11 +2177,11 @@
2015
2177
  font-size: 1.4rem;
2016
2178
  line-height: 1.8rem;
2017
2179
  margin-left: 0.8rem; }
2018
- .cdr-rating--large\@sm_11-2-0 .cdr-rating__icon_11-2-0 {
2180
+ .cdr-rating--large\@sm_11-3-1 .cdr-rating__icon_11-3-1 {
2019
2181
  width: 3.2rem;
2020
2182
  height: 3.2rem;
2021
2183
  font-size: 3.2rem; }
2022
- .cdr-rating--large\@sm_11-2-0 .cdr-rating__count_11-2-0 {
2184
+ .cdr-rating--large\@sm_11-3-1 .cdr-rating__count_11-3-1 {
2023
2185
  font-family: Graphik, "Helvetica Neue", sans-serif;
2024
2186
  font-style: normal;
2025
2187
  font-weight: 400;
@@ -2027,11 +2189,11 @@
2027
2189
  font-size: 1.6rem;
2028
2190
  line-height: 2.2rem; } }
2029
2191
  @media (min-width: 992px) and (max-width: 1231px) {
2030
- .cdr-rating--small\@md_11-2-0 .cdr-rating__icon_11-2-0 {
2192
+ .cdr-rating--small\@md_11-3-1 .cdr-rating__icon_11-3-1 {
2031
2193
  width: 1.6rem;
2032
2194
  height: 1.6rem;
2033
2195
  font-size: 1.6rem; }
2034
- .cdr-rating--small\@md_11-2-0 .cdr-rating__count_11-2-0 {
2196
+ .cdr-rating--small\@md_11-3-1 .cdr-rating__count_11-3-1 {
2035
2197
  font-family: Graphik, "Helvetica Neue", sans-serif;
2036
2198
  font-style: normal;
2037
2199
  font-weight: 400;
@@ -2039,11 +2201,11 @@
2039
2201
  font-size: 1.2rem;
2040
2202
  line-height: 1.6rem;
2041
2203
  margin-left: 0.4rem; }
2042
- .cdr-rating--medium\@md_11-2-0 .cdr-rating__icon_11-2-0 {
2204
+ .cdr-rating--medium\@md_11-3-1 .cdr-rating__icon_11-3-1 {
2043
2205
  width: 2.4rem;
2044
2206
  height: 2.4rem;
2045
2207
  font-size: 2.4rem; }
2046
- .cdr-rating--medium\@md_11-2-0 .cdr-rating__count_11-2-0 {
2208
+ .cdr-rating--medium\@md_11-3-1 .cdr-rating__count_11-3-1 {
2047
2209
  font-family: Graphik, "Helvetica Neue", sans-serif;
2048
2210
  font-style: normal;
2049
2211
  font-weight: 400;
@@ -2051,11 +2213,11 @@
2051
2213
  font-size: 1.4rem;
2052
2214
  line-height: 1.8rem;
2053
2215
  margin-left: 0.8rem; }
2054
- .cdr-rating--large\@md_11-2-0 .cdr-rating__icon_11-2-0 {
2216
+ .cdr-rating--large\@md_11-3-1 .cdr-rating__icon_11-3-1 {
2055
2217
  width: 3.2rem;
2056
2218
  height: 3.2rem;
2057
2219
  font-size: 3.2rem; }
2058
- .cdr-rating--large\@md_11-2-0 .cdr-rating__count_11-2-0 {
2220
+ .cdr-rating--large\@md_11-3-1 .cdr-rating__count_11-3-1 {
2059
2221
  font-family: Graphik, "Helvetica Neue", sans-serif;
2060
2222
  font-style: normal;
2061
2223
  font-weight: 400;
@@ -2063,11 +2225,11 @@
2063
2225
  font-size: 1.6rem;
2064
2226
  line-height: 2.2rem; } }
2065
2227
  @media (min-width: 1232px) {
2066
- .cdr-rating--small\@lg_11-2-0 .cdr-rating__icon_11-2-0 {
2228
+ .cdr-rating--small\@lg_11-3-1 .cdr-rating__icon_11-3-1 {
2067
2229
  width: 1.6rem;
2068
2230
  height: 1.6rem;
2069
2231
  font-size: 1.6rem; }
2070
- .cdr-rating--small\@lg_11-2-0 .cdr-rating__count_11-2-0 {
2232
+ .cdr-rating--small\@lg_11-3-1 .cdr-rating__count_11-3-1 {
2071
2233
  font-family: Graphik, "Helvetica Neue", sans-serif;
2072
2234
  font-style: normal;
2073
2235
  font-weight: 400;
@@ -2075,11 +2237,11 @@
2075
2237
  font-size: 1.2rem;
2076
2238
  line-height: 1.6rem;
2077
2239
  margin-left: 0.4rem; }
2078
- .cdr-rating--medium\@lg_11-2-0 .cdr-rating__icon_11-2-0 {
2240
+ .cdr-rating--medium\@lg_11-3-1 .cdr-rating__icon_11-3-1 {
2079
2241
  width: 2.4rem;
2080
2242
  height: 2.4rem;
2081
2243
  font-size: 2.4rem; }
2082
- .cdr-rating--medium\@lg_11-2-0 .cdr-rating__count_11-2-0 {
2244
+ .cdr-rating--medium\@lg_11-3-1 .cdr-rating__count_11-3-1 {
2083
2245
  font-family: Graphik, "Helvetica Neue", sans-serif;
2084
2246
  font-style: normal;
2085
2247
  font-weight: 400;
@@ -2087,11 +2249,11 @@
2087
2249
  font-size: 1.4rem;
2088
2250
  line-height: 1.8rem;
2089
2251
  margin-left: 0.8rem; }
2090
- .cdr-rating--large\@lg_11-2-0 .cdr-rating__icon_11-2-0 {
2252
+ .cdr-rating--large\@lg_11-3-1 .cdr-rating__icon_11-3-1 {
2091
2253
  width: 3.2rem;
2092
2254
  height: 3.2rem;
2093
2255
  font-size: 3.2rem; }
2094
- .cdr-rating--large\@lg_11-2-0 .cdr-rating__count_11-2-0 {
2256
+ .cdr-rating--large\@lg_11-3-1 .cdr-rating__count_11-3-1 {
2095
2257
  font-family: Graphik, "Helvetica Neue", sans-serif;
2096
2258
  font-style: normal;
2097
2259
  font-weight: 400;
@@ -2099,8 +2261,88 @@
2099
2261
  font-size: 1.6rem;
2100
2262
  line-height: 2.2rem; } }
2101
2263
 
2264
+ .cdr-table_11-3-1 {
2265
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2266
+ font-style: normal;
2267
+ font-weight: 400;
2268
+ letter-spacing: -0.016rem;
2269
+ font-size: 1.4rem;
2270
+ line-height: 1.8rem;
2271
+ color: rgba(12, 11, 8, 0.75);
2272
+ border: none;
2273
+ border-collapse: collapse; }
2274
+ .cdr-table_11-3-1 tr {
2275
+ background-color: #ffffff; }
2276
+ .cdr-table_11-3-1 thead tr {
2277
+ background-color: #f4f2ed; }
2278
+ .cdr-table_11-3-1 th,
2279
+ .cdr-table_11-3-1 td {
2280
+ color: rgba(12, 11, 8, 0.75);
2281
+ padding: 0.8rem 1.6rem;
2282
+ text-align: left; }
2283
+ .cdr-table_11-3-1 th {
2284
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2285
+ font-style: normal;
2286
+ font-weight: 600;
2287
+ letter-spacing: -0.008rem;
2288
+ font-size: 1.4rem;
2289
+ line-height: 1.8rem; }
2290
+ .cdr-table_11-3-1 caption {
2291
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2292
+ font-style: normal;
2293
+ font-weight: 600;
2294
+ letter-spacing: -0.008rem;
2295
+ font-size: 1.6rem;
2296
+ line-height: 2.2rem;
2297
+ text-align: left;
2298
+ margin-bottom: 0.8rem; }
2299
+ .cdr-table--small_11-3-1 th, .cdr-table--small_11-3-1 td {
2300
+ padding: 0.4rem 1.6rem; }
2301
+ .cdr-table--medium_11-3-1 th, .cdr-table--medium_11-3-1 td {
2302
+ padding: 0.8rem 1.6rem; }
2303
+ .cdr-table--large_11-3-1 th, .cdr-table--large_11-3-1 td {
2304
+ padding: 1.6rem; }
2305
+ .cdr-table--striped_11-3-1 tr:nth-child(odd) {
2306
+ background-color: #f9f8f6; }
2307
+ .cdr-table--striped_11-3-1 thead + tbody tr:nth-child(even) {
2308
+ background-color: #f9f8f6; }
2309
+ .cdr-table--striped_11-3-1 thead + tbody tr:nth-child(odd) {
2310
+ background-color: #ffffff; }
2311
+ .cdr-table--striped_11-3-1 tbody tr:nth-child(odd),
2312
+ .cdr-table--striped_11-3-1 tfoot tr:nth-child(odd) {
2313
+ background-color: #f9f8f6; }
2314
+ .cdr-table--border_11-3-1 tr + tr > * {
2315
+ border-top: 0.1rem solid #dcd6cb; }
2316
+ .cdr-table--border_11-3-1 thead tr + tr > * {
2317
+ border-top: 0.1rem solid #928b80; }
2318
+ .cdr-table--border_11-3-1 tbody tr + tr > *, .cdr-table--border_11-3-1 tfoot tr + tr > * {
2319
+ border-top: 0.1rem solid #dcd6cb; }
2320
+ .cdr-table--border_11-3-1 thead + tbody,
2321
+ .cdr-table--border_11-3-1 tbody + tfoot {
2322
+ border-top: 0.1rem solid #dcd6cb; }
2323
+ .cdr-table--full-width_11-3-1 {
2324
+ width: 100%; }
2325
+ .cdr-table--responsive_11-3-1 {
2326
+ display: block;
2327
+ width: 100%;
2328
+ overflow-x: auto; }
2329
+ .cdr-table--hover_11-3-1 tr:hover > * {
2330
+ background-color: #f4f2ed; }
2331
+ @media (min-width: 0) and (max-width: 767px) {
2332
+ .cdr-table--full-width\@xs_11-3-1 {
2333
+ width: 100%; } }
2334
+ @media (min-width: 768px) and (max-width: 991px) {
2335
+ .cdr-table--full-width\@sm_11-3-1 {
2336
+ width: 100%; } }
2337
+ @media (min-width: 992px) and (max-width: 1231px) {
2338
+ .cdr-table--full-width\@md_11-3-1 {
2339
+ width: 100%; } }
2340
+ @media (min-width: 1232px) {
2341
+ .cdr-table--full-width\@lg_11-3-1 {
2342
+ width: 100%; } }
2343
+
2102
2344
  /* intentionally empty */
2103
- .cdr-tabs_11-2-0 {
2345
+ .cdr-tabs_11-3-1 {
2104
2346
  /* overflow-x: auto; */
2105
2347
  display: flex;
2106
2348
  flex-flow: column;
@@ -2114,24 +2356,24 @@
2114
2356
  ========== */
2115
2357
  /* Centered
2116
2358
  ========== */ }
2117
- .cdr-tabs_11-2-0 ::-webkit-scrollbar {
2359
+ .cdr-tabs_11-3-1 ::-webkit-scrollbar {
2118
2360
  -webkit-appearance: none;
2119
2361
  width: 0.7rem; }
2120
- .cdr-tabs_11-2-0 ::-webkit-scrollbar-thumb {
2362
+ .cdr-tabs_11-3-1 ::-webkit-scrollbar-thumb {
2121
2363
  border-radius: 0.4rem;
2122
2364
  background-color: rgba(0, 0, 0, 0.5);
2123
2365
  -webkit-box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.5); }
2124
- .cdr-tabs__header-container_11-2-0 {
2366
+ .cdr-tabs__header-container_11-3-1 {
2125
2367
  overflow-x: auto;
2126
2368
  border-bottom: 0.1rem solid #928b80;
2127
2369
  -webkit-overflow-scrolling: touch;
2128
2370
  -ms-overflow-style: -ms-autohiding-scrollbar; }
2129
- .cdr-tabs__header-container_11-2-0::-webkit-scrollbar {
2371
+ .cdr-tabs__header-container_11-3-1::-webkit-scrollbar {
2130
2372
  width: 0 !important;
2131
2373
  height: 0 !important; }
2132
- .cdr-tabs__gradient-container_11-2-0 {
2374
+ .cdr-tabs__gradient-container_11-3-1 {
2133
2375
  position: relative; }
2134
- .cdr-tabs__gradient_11-2-0 {
2376
+ .cdr-tabs__gradient_11-3-1 {
2135
2377
  transition: opacity 0.2s ease;
2136
2378
  -webkit-transition: opacity 0.2s ease;
2137
2379
  position: absolute;
@@ -2141,19 +2383,19 @@
2141
2383
  width: 4.8rem;
2142
2384
  pointer-events: none;
2143
2385
  opacity: 0; }
2144
- .cdr-tabs__gradient--left_11-2-0 {
2386
+ .cdr-tabs__gradient--left_11-3-1 {
2145
2387
  left: 0; }
2146
- .cdr-tabs__gradient--right_11-2-0 {
2388
+ .cdr-tabs__gradient--right_11-3-1 {
2147
2389
  right: 0; }
2148
- .cdr-tabs__gradient--active_11-2-0 {
2390
+ .cdr-tabs__gradient--active_11-3-1 {
2149
2391
  opacity: 1; }
2150
- .cdr-tabs__header_11-2-0 {
2392
+ .cdr-tabs__header_11-3-1 {
2151
2393
  display: flex;
2152
2394
  width: 100%;
2153
2395
  margin: 0;
2154
2396
  padding: 0;
2155
2397
  position: relative; }
2156
- .cdr-tabs__header-item_11-2-0 {
2398
+ .cdr-tabs__header-item_11-3-1 {
2157
2399
  font-family: Graphik, "Helvetica Neue", sans-serif;
2158
2400
  font-style: normal;
2159
2401
  font-weight: inherit;
@@ -2169,29 +2411,29 @@
2169
2411
  padding: 1.2rem 0.8rem;
2170
2412
  white-space: nowrap;
2171
2413
  outline-offset: -0.3rem; }
2172
- .cdr-tabs__header-item_11-2-0 + .cdr-tabs__header-item_11-2-0 {
2414
+ .cdr-tabs__header-item_11-3-1 + .cdr-tabs__header-item_11-3-1 {
2173
2415
  margin-left: 1.6rem; }
2174
- .cdr-tabs__header-item-active_11-2-0 {
2416
+ .cdr-tabs__header-item-active_11-3-1 {
2175
2417
  color: rgba(12, 11, 8, 0.75);
2176
2418
  font-weight: 500; }
2177
- .cdr-tabs__header-item_11-2-0::before {
2419
+ .cdr-tabs__header-item_11-3-1::before {
2178
2420
  display: block;
2179
2421
  content: attr(js-name);
2180
2422
  font-weight: 500;
2181
2423
  height: 0;
2182
2424
  overflow: hidden;
2183
2425
  visibility: hidden; }
2184
- .cdr-tabs__header-item_11-2-0:active, .cdr-tabs__header-item_11-2-0:hover, .cdr-tabs__header-item_11-2-0:focus {
2426
+ .cdr-tabs__header-item_11-3-1:active, .cdr-tabs__header-item_11-3-1:hover, .cdr-tabs__header-item_11-3-1:focus {
2185
2427
  text-decoration: none;
2186
2428
  color: #406eb5; }
2187
- .cdr-tabs__header-item--disabled_11-2-0 {
2429
+ .cdr-tabs__header-item--disabled_11-3-1 {
2188
2430
  border: none;
2189
2431
  background-color: transparent;
2190
2432
  color: #d1cbbd; }
2191
- .cdr-tabs__header-item--disabled_11-2-0:active, .cdr-tabs__header-item--disabled_11-2-0:hover, .cdr-tabs__header-item--disabled_11-2-0:focus {
2433
+ .cdr-tabs__header-item--disabled_11-3-1:active, .cdr-tabs__header-item--disabled_11-3-1:hover, .cdr-tabs__header-item--disabled_11-3-1:focus {
2192
2434
  color: #d1cbbd;
2193
2435
  cursor: not-allowed; }
2194
- .cdr-tabs__underline_11-2-0 {
2436
+ .cdr-tabs__underline_11-3-1 {
2195
2437
  z-index: 1;
2196
2438
  position: absolute;
2197
2439
  width: 3rem;
@@ -2201,326 +2443,37 @@
2201
2443
  box-sizing: border-box;
2202
2444
  border: none;
2203
2445
  background-color: #406eb5;
2204
- transition: 0.4s cubic-bezier(0.32, 0.94, 0.6, 1); }
2205
- .cdr-tabs__content-container_11-2-0 {
2206
- position: relative;
2207
- flex: 1 1 auto;
2208
- overflow-x: hidden;
2209
- overflow-y: auto; }
2210
- .cdr-tabs_11-2-0 .fade-enter-active_11-2-0,
2211
- .cdr-tabs_11-2-0 .fade-leave-active_11-2-0 {
2212
- opacity: 0.5s; }
2213
- .cdr-tabs_11-2-0 .fade-enter_11-2-0,
2214
- .cdr-tabs_11-2-0 .fade-leave-to_11-2-0 {
2215
- opacity: 0; }
2216
- .cdr-tabs--compact_11-2-0 .cdr-tabs__header-item-label_11-2-0, .cdr-tabs--small_11-2-0 .cdr-tabs__header-item-label_11-2-0 {
2217
- font-family: Graphik, "Helvetica Neue", sans-serif;
2218
- font-style: normal;
2219
- font-weight: inherit;
2220
- letter-spacing: -0.008rem;
2221
- font-size: 1.4rem;
2222
- line-height: 1.8rem;
2223
- padding: 0.6rem 1.2rem; }
2224
- .cdr-tabs--compact_11-2-0 .cdr-tabs__header-item_11-2-0 + .cdr-tabs--compact_11-2-0 .cdr-tabs__header-item_11-2-0, .cdr-tabs--small_11-2-0 .cdr-tabs__header-item_11-2-0 + .cdr-tabs--compact_11-2-0 .cdr-tabs__header-item_11-2-0, .cdr-tabs--compact_11-2-0 .cdr-tabs__header-item_11-2-0 + .cdr-tabs--small_11-2-0 .cdr-tabs__header-item_11-2-0, .cdr-tabs--small_11-2-0 .cdr-tabs__header-item_11-2-0 + .cdr-tabs--small_11-2-0 .cdr-tabs__header-item_11-2-0 {
2225
- margin-left: 0.8rem; }
2226
- .cdr-tabs--no-border_11-2-0 .cdr-tabs__header_11-2-0,
2227
- .cdr-tabs--no-border_11-2-0 .cdr-tabs__header-container_11-2-0 {
2228
- border-bottom: 0.1rem solid transparent; }
2229
- .cdr-tabs--full-width_11-2-0 .cdr-tabs__header-item_11-2-0 {
2230
- flex-grow: 1; }
2231
- .cdr-tabs--centered_11-2-0 .cdr-tabs__header-item_11-2-0:first-of-type {
2232
- margin-left: auto; }
2233
- .cdr-tabs--centered_11-2-0 .cdr-tabs__header-item_11-2-0:last-of-type {
2234
- margin-right: auto; }
2235
-
2236
- /* intentionally empty */
2237
- .cdr-radio_11-2-0 {
2238
- /* Figure
2239
- ========== */
2240
- /* States
2241
- ========================================================================== */
2242
- /* Checked
2243
- ========== */ }
2244
- .cdr-radio_11-2-0 .cdr-label-wrapper__figure_11-2-0 {
2245
- border-radius: 100%; }
2246
- .cdr-radio_11-2-0 .cdr-label-wrapper__figure_11-2-0::after {
2247
- content: '';
2248
- position: absolute;
2249
- width: 0.4rem;
2250
- height: 0.4rem;
2251
- left: 50%;
2252
- top: 50%;
2253
- transform: translate(-50%, -50%);
2254
- border-radius: 999.9rem; }
2255
- .cdr-radio__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
2256
- box-shadow: inset 0 0 0 0.1rem #4e4d49;
2257
- background-color: #4e4d49; }
2258
- .cdr-radio__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0::after {
2259
- background-color: #ffffff; }
2260
- .cdr-radio_11-2-0:hover .cdr-label-wrapper__figure_11-2-0 {
2261
- cursor: pointer;
2262
- box-shadow: inset 0 0 0 0.1rem #20201d, 0 0 0 0.1rem #20201d;
2263
- background-color: #f9f8f6; }
2264
- .cdr-radio_11-2-0:hover .cdr-radio__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
2265
- box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
2266
- background-color: #928b80; }
2267
- .cdr-radio__input_11-2-0:disabled {
2268
- /* Disabled + Checked
2269
- ========== */ }
2270
- .cdr-radio__input_11-2-0:disabled ~ .cdr-label-wrapper__figure_11-2-0 {
2271
- cursor: not-allowed !important;
2272
- box-shadow: inset 0 0 0 0.1rem #d1cbbd !important;
2273
- background-color: #f9f8f6 !important; }
2274
- .cdr-radio__input_11-2-0:disabled ~ .cdr-label-wrapper__figure_11-2-0:after {
2275
- background-color: #f9f8f6 !important; }
2276
- .cdr-radio__input_11-2-0:disabled:checked ~ .cdr-label-wrapper__figure_11-2-0::after {
2277
- background-color: #f9f8f6 !important; }
2278
- .cdr-radio__input_11-2-0:focus ~ .cdr-label-wrapper__figure_11-2-0 {
2279
- box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
2280
- background-color: #f9f8f6; }
2281
- .cdr-radio__input_11-2-0:focus:checked ~ .cdr-label-wrapper__figure_11-2-0 {
2282
- background-color: #928b80; }
2283
- .cdr-radio_11-2-0:active .cdr-label-wrapper__figure_11-2-0, .cdr-radio_11-2-0:active .cdr-radio__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0 {
2284
- box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
2285
- background-color: #f9f8f6; }
2286
- .cdr-radio_11-2-0:active .cdr-label-wrapper__figure_11-2-0::after, .cdr-radio_11-2-0:active .cdr-radio__input_11-2-0:checked ~ .cdr-label-wrapper__figure_11-2-0::after {
2287
- background-color: #4e4d49; }
2288
-
2289
- /* intentionally empty */
2290
- .cdr-tooltip--position_11-2-0 {
2291
- position: relative; }
2292
- .cdr-tooltip--wrapper_11-2-0 {
2293
- width: -webkit-max-content;
2294
- width: -moz-max-content;
2295
- width: max-content;
2296
- height: -webkit-max-content;
2297
- height: -moz-max-content;
2298
- height: max-content; }
2299
- .cdr-tooltip--wrapper_11-2-0 .cdr-popup--closed_11-2-0 {
2300
- position: absolute;
2301
- width: 0.1rem;
2302
- height: 0.1rem;
2303
- padding: 0;
2304
- margin: -0.1rem;
2305
- overflow: hidden;
2306
- clip: rect(0, 0, 0, 0);
2307
- border: 0; }
2308
- .cdr-tooltip--wrapper_11-2-0 .cdr-popup__content_11-2-0 {
2309
- font-family: Graphik, "Helvetica Neue", sans-serif;
2310
- font-style: normal;
2311
- font-weight: 600;
2312
- letter-spacing: -0.008rem;
2313
- font-size: 1.2rem;
2314
- line-height: 1.6rem;
2315
- background: #373734;
2316
- color: #f9f8f6;
2317
- border: 0.1rem solid #f9f8f6;
2318
- padding: 0.6rem 1.2rem; }
2319
- .cdr-tooltip--wrapper_11-2-0 .cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::before {
2320
- border-bottom-color: #f9f8f6; }
2321
- .cdr-tooltip--wrapper_11-2-0 .cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::after {
2322
- border-bottom-color: #373734; }
2323
- .cdr-tooltip--wrapper_11-2-0 .cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::before {
2324
- border-top-color: #f9f8f6; }
2325
- .cdr-tooltip--wrapper_11-2-0 .cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::after {
2326
- border-top-color: #373734; }
2327
- .cdr-tooltip--wrapper_11-2-0 .cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::before {
2328
- border-right-color: #f9f8f6; }
2329
- .cdr-tooltip--wrapper_11-2-0 .cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::after {
2330
- border-right-color: #373734; }
2331
- .cdr-tooltip--wrapper_11-2-0 .cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::before {
2332
- border-left-color: #f9f8f6; }
2333
- .cdr-tooltip--wrapper_11-2-0 .cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::after {
2334
- border-left-color: #373734; }
2335
-
2336
- .cdr-tab-panel_11-2-0 {
2337
- width: 100%;
2338
- height: 100%;
2339
- padding-top: 0.2rem; }
2340
-
2341
- @-webkit-keyframes exit-left {
2342
- from {
2343
- transform: translateX(0);
2344
- opacity: 1; }
2345
- to {
2346
- transform: translateX(-1rem);
2347
- opacity: 0; } }
2348
-
2349
- @keyframes exit-left {
2350
- from {
2351
- transform: translateX(0);
2352
- opacity: 1; }
2353
- to {
2354
- transform: translateX(-1rem);
2355
- opacity: 0; } }
2356
-
2357
- @-webkit-keyframes exit-right {
2358
- from {
2359
- transform: translateX(0);
2360
- opacity: 1; }
2361
- to {
2362
- transform: translateX(1rem);
2363
- opacity: 0; } }
2364
-
2365
- @keyframes exit-right {
2366
- from {
2367
- transform: translateX(0);
2368
- opacity: 1; }
2369
- to {
2370
- transform: translateX(1rem);
2371
- opacity: 0; } }
2372
-
2373
- @-webkit-keyframes enter-left {
2374
- from {
2375
- transform: translateX(-1rem);
2376
- opacity: 0; }
2377
- to {
2378
- transform: translateX(0);
2379
- opacity: 1; } }
2380
-
2381
- @keyframes enter-left {
2382
- from {
2383
- transform: translateX(-1rem);
2384
- opacity: 0; }
2385
- to {
2386
- transform: translateX(0);
2387
- opacity: 1; } }
2388
-
2389
- @-webkit-keyframes enter-right {
2390
- from {
2391
- transform: translateX(1rem);
2392
- opacity: 0; }
2393
- to {
2394
- transform: translateX(0);
2395
- opacity: 1; } }
2396
-
2397
- @keyframes enter-right {
2398
- from {
2399
- transform: translateX(1rem);
2400
- opacity: 0; }
2401
- to {
2402
- transform: translateX(0);
2403
- opacity: 1; } }
2404
-
2405
- .cdr-tab-panel-enter-left_11-2-0 {
2406
- -webkit-animation-duration: 0.2s;
2407
- animation-duration: 0.2s;
2408
- -webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
2409
- animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
2410
-
2411
- .cdr-tab-panel-enter-left_11-2-0 {
2412
- -webkit-animation-name: enter-left;
2413
- animation-name: enter-left; }
2414
-
2415
- .cdr-tab-panel-enter-right_11-2-0 {
2416
- -webkit-animation-duration: 0.2s;
2417
- animation-duration: 0.2s;
2418
- -webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
2419
- animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
2420
-
2421
- .cdr-tab-panel-enter-right_11-2-0 {
2422
- -webkit-animation-name: enter-right;
2423
- animation-name: enter-right; }
2424
-
2425
- .cdr-tab-panel-exit-left_11-2-0 {
2426
- -webkit-animation-duration: 0.2s;
2427
- animation-duration: 0.2s;
2428
- -webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
2429
- animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
2430
-
2431
- .cdr-tab-panel-exit-left_11-2-0 {
2432
- -webkit-animation-name: exit-left;
2433
- animation-name: exit-left; }
2434
-
2435
- .cdr-tab-panel-exit-right_11-2-0 {
2436
- -webkit-animation-duration: 0.2s;
2437
- animation-duration: 0.2s;
2438
- -webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
2439
- animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
2440
-
2441
- .cdr-tab-panel-exit-right_11-2-0 {
2442
- -webkit-animation-name: exit-right;
2443
- animation-name: exit-right; }
2444
-
2445
- .cdr-table_11-2-0 {
2446
- font-family: Graphik, "Helvetica Neue", sans-serif;
2447
- font-style: normal;
2448
- font-weight: 400;
2449
- letter-spacing: -0.016rem;
2450
- font-size: 1.4rem;
2451
- line-height: 1.8rem;
2452
- color: rgba(12, 11, 8, 0.75);
2453
- border: none;
2454
- border-collapse: collapse; }
2455
- .cdr-table_11-2-0 tr {
2456
- background-color: #ffffff; }
2457
- .cdr-table_11-2-0 thead tr {
2458
- background-color: #f4f2ed; }
2459
- .cdr-table_11-2-0 th,
2460
- .cdr-table_11-2-0 td {
2461
- color: rgba(12, 11, 8, 0.75);
2462
- padding: 0.8rem 1.6rem;
2463
- text-align: left; }
2464
- .cdr-table_11-2-0 th {
2465
- font-family: Graphik, "Helvetica Neue", sans-serif;
2466
- font-style: normal;
2467
- font-weight: 600;
2468
- letter-spacing: -0.008rem;
2469
- font-size: 1.4rem;
2470
- line-height: 1.8rem; }
2471
- .cdr-table_11-2-0 caption {
2472
- font-family: Graphik, "Helvetica Neue", sans-serif;
2473
- font-style: normal;
2474
- font-weight: 600;
2475
- letter-spacing: -0.008rem;
2476
- font-size: 1.6rem;
2477
- line-height: 2.2rem;
2478
- text-align: left;
2479
- margin-bottom: 0.8rem; }
2480
- .cdr-table--small_11-2-0 th, .cdr-table--small_11-2-0 td {
2481
- padding: 0.4rem 1.6rem; }
2482
- .cdr-table--medium_11-2-0 th, .cdr-table--medium_11-2-0 td {
2483
- padding: 0.8rem 1.6rem; }
2484
- .cdr-table--large_11-2-0 th, .cdr-table--large_11-2-0 td {
2485
- padding: 1.6rem; }
2486
- .cdr-table--striped_11-2-0 tr:nth-child(odd) {
2487
- background-color: #f9f8f6; }
2488
- .cdr-table--striped_11-2-0 thead + tbody tr:nth-child(even) {
2489
- background-color: #f9f8f6; }
2490
- .cdr-table--striped_11-2-0 thead + tbody tr:nth-child(odd) {
2491
- background-color: #ffffff; }
2492
- .cdr-table--striped_11-2-0 tbody tr:nth-child(odd),
2493
- .cdr-table--striped_11-2-0 tfoot tr:nth-child(odd) {
2494
- background-color: #f9f8f6; }
2495
- .cdr-table--border_11-2-0 tr + tr > * {
2496
- border-top: 0.1rem solid #dcd6cb; }
2497
- .cdr-table--border_11-2-0 thead tr + tr > * {
2498
- border-top: 0.1rem solid #928b80; }
2499
- .cdr-table--border_11-2-0 tbody tr + tr > *, .cdr-table--border_11-2-0 tfoot tr + tr > * {
2500
- border-top: 0.1rem solid #dcd6cb; }
2501
- .cdr-table--border_11-2-0 thead + tbody,
2502
- .cdr-table--border_11-2-0 tbody + tfoot {
2503
- border-top: 0.1rem solid #dcd6cb; }
2504
- .cdr-table--full-width_11-2-0 {
2505
- width: 100%; }
2506
- .cdr-table--responsive_11-2-0 {
2507
- display: block;
2508
- width: 100%;
2509
- overflow-x: auto; }
2510
- .cdr-table--hover_11-2-0 tr:hover > * {
2511
- background-color: #f4f2ed; }
2512
- @media (min-width: 0) and (max-width: 767px) {
2513
- .cdr-table--full-width\@xs_11-2-0 {
2514
- width: 100%; } }
2515
- @media (min-width: 768px) and (max-width: 991px) {
2516
- .cdr-table--full-width\@sm_11-2-0 {
2517
- width: 100%; } }
2518
- @media (min-width: 992px) and (max-width: 1231px) {
2519
- .cdr-table--full-width\@md_11-2-0 {
2520
- width: 100%; } }
2521
- @media (min-width: 1232px) {
2522
- .cdr-table--full-width\@lg_11-2-0 {
2523
- width: 100%; } }
2446
+ transition: 0.4s cubic-bezier(0.32, 0.94, 0.6, 1); }
2447
+ .cdr-tabs__content-container_11-3-1 {
2448
+ position: relative;
2449
+ flex: 1 1 auto;
2450
+ overflow-x: hidden;
2451
+ overflow-y: auto; }
2452
+ .cdr-tabs_11-3-1 .fade-enter-active_11-3-1,
2453
+ .cdr-tabs_11-3-1 .fade-leave-active_11-3-1 {
2454
+ opacity: 0.5s; }
2455
+ .cdr-tabs_11-3-1 .fade-enter_11-3-1,
2456
+ .cdr-tabs_11-3-1 .fade-leave-to_11-3-1 {
2457
+ opacity: 0; }
2458
+ .cdr-tabs--compact_11-3-1 .cdr-tabs__header-item-label_11-3-1, .cdr-tabs--small_11-3-1 .cdr-tabs__header-item-label_11-3-1 {
2459
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2460
+ font-style: normal;
2461
+ font-weight: inherit;
2462
+ letter-spacing: -0.008rem;
2463
+ font-size: 1.4rem;
2464
+ line-height: 1.8rem;
2465
+ padding: 0.6rem 1.2rem; }
2466
+ .cdr-tabs--compact_11-3-1 .cdr-tabs__header-item_11-3-1 + .cdr-tabs--compact_11-3-1 .cdr-tabs__header-item_11-3-1, .cdr-tabs--small_11-3-1 .cdr-tabs__header-item_11-3-1 + .cdr-tabs--compact_11-3-1 .cdr-tabs__header-item_11-3-1, .cdr-tabs--compact_11-3-1 .cdr-tabs__header-item_11-3-1 + .cdr-tabs--small_11-3-1 .cdr-tabs__header-item_11-3-1, .cdr-tabs--small_11-3-1 .cdr-tabs__header-item_11-3-1 + .cdr-tabs--small_11-3-1 .cdr-tabs__header-item_11-3-1 {
2467
+ margin-left: 0.8rem; }
2468
+ .cdr-tabs--no-border_11-3-1 .cdr-tabs__header_11-3-1,
2469
+ .cdr-tabs--no-border_11-3-1 .cdr-tabs__header-container_11-3-1 {
2470
+ border-bottom: 0.1rem solid transparent; }
2471
+ .cdr-tabs--full-width_11-3-1 .cdr-tabs__header-item_11-3-1 {
2472
+ flex-grow: 1; }
2473
+ .cdr-tabs--centered_11-3-1 .cdr-tabs__header-item_11-3-1:first-of-type {
2474
+ margin-left: auto; }
2475
+ .cdr-tabs--centered_11-3-1 .cdr-tabs__header-item_11-3-1:last-of-type {
2476
+ margin-right: auto; }
2524
2477
 
2525
2478
  /* intentionally empty */
2526
2479
  /* ==========================================================================
@@ -2537,7 +2490,7 @@
2537
2490
 
2538
2491
  /* Style variants
2539
2492
  ========================================================================== */
2540
- .cdr-select_11-2-0 {
2493
+ .cdr-select_11-3-1 {
2541
2494
  font-family: Graphik, "Helvetica Neue", sans-serif;
2542
2495
  font-style: normal;
2543
2496
  font-weight: 400;
@@ -2575,34 +2528,34 @@
2575
2528
  /* @lg
2576
2529
  1200px and up
2577
2530
  ========== */ }
2578
- .cdr-select_11-2-0[disabled] {
2531
+ .cdr-select_11-3-1[disabled] {
2579
2532
  background-color: #f9f8f6;
2580
2533
  color: #d1cbbd;
2581
2534
  box-shadow: inset 0 0 0 0.1rem #d1cbbd; }
2582
- .cdr-select_11-2-0[disabled]:hover {
2535
+ .cdr-select_11-3-1[disabled]:hover {
2583
2536
  box-shadow: inset 0 0 0 0.1rem #d1cbbd;
2584
2537
  cursor: not-allowed; }
2585
- .cdr-select_11-2-0:active, .cdr-select_11-2-0:focus {
2538
+ .cdr-select_11-3-1:active, .cdr-select_11-3-1:focus {
2586
2539
  box-shadow: inset 0 0 0 0.2rem #20201d, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
2587
2540
  outline: none; }
2588
- .cdr-select_11-2-0::-ms-expand {
2541
+ .cdr-select_11-3-1::-ms-expand {
2589
2542
  display: none; }
2590
- .cdr-select--primary_11-2-0 {
2543
+ .cdr-select--primary_11-3-1 {
2591
2544
  background-color: rgba(244, 242, 237, 0.15); }
2592
- .cdr-select--primary_11-2-0:active, .cdr-select--primary_11-2-0:focus {
2545
+ .cdr-select--primary_11-3-1:active, .cdr-select--primary_11-3-1:focus {
2593
2546
  background-color: #f9f8f6; }
2594
- .cdr-select--secondary_11-2-0 {
2547
+ .cdr-select--secondary_11-3-1 {
2595
2548
  background-color: rgba(255, 255, 255, 0.85); }
2596
- .cdr-select--secondary_11-2-0:active, .cdr-select--secondary_11-2-0:focus {
2549
+ .cdr-select--secondary_11-3-1:active, .cdr-select--secondary_11-3-1:focus {
2597
2550
  background-color: #ffffff; }
2598
- .cdr-select--error_11-2-0 {
2551
+ .cdr-select--error_11-3-1 {
2599
2552
  background-color: rgba(255, 242, 242, 0.75);
2600
2553
  box-shadow: inset 0 0 0 0.1rem #b33322; }
2601
- .cdr-select--preicon_11-2-0 {
2554
+ .cdr-select--preicon_11-3-1 {
2602
2555
  /* $input-pre-icon-default-width = 25px with the expectation that
2603
2556
  slot provided icon is close to that width */
2604
2557
  padding-left: 3.7rem; }
2605
- .cdr-select__prompt_11-2-0 {
2558
+ .cdr-select__prompt_11-3-1 {
2606
2559
  font-family: Graphik, "Helvetica Neue", sans-serif;
2607
2560
  font-style: normal;
2608
2561
  font-weight: 400;
@@ -2611,29 +2564,29 @@
2611
2564
  line-height: 2.2rem;
2612
2565
  font-style: normal;
2613
2566
  color: rgba(12, 11, 8, 0.75); }
2614
- .cdr-select__prompt_11-2-0[disabled] {
2567
+ .cdr-select__prompt_11-3-1[disabled] {
2615
2568
  color: #d1cbbd; }
2616
- .cdr-select__caret_11-2-0 {
2569
+ .cdr-select__caret_11-3-1 {
2617
2570
  fill: rgba(12, 11, 8, 0.75);
2618
2571
  position: absolute;
2619
2572
  top: 50%;
2620
2573
  right: 0.8rem;
2621
2574
  transform: translateY(-50%);
2622
2575
  pointer-events: none; }
2623
- .cdr-select__caret--disabled_11-2-0 {
2576
+ .cdr-select__caret--disabled_11-3-1 {
2624
2577
  fill: #dcd6cb; }
2625
- .cdr-select__pre-icon_11-2-0 {
2578
+ .cdr-select__pre-icon_11-3-1 {
2626
2579
  position: absolute;
2627
2580
  top: 50%;
2628
2581
  left: 0.8rem;
2629
2582
  transform: translateY(-50%); }
2630
- .cdr-select--multiple_11-2-0 {
2583
+ .cdr-select--multiple_11-3-1 {
2631
2584
  height: auto;
2632
2585
  padding: 0.8rem; }
2633
- .cdr-select--multiple_11-2-0 + .cdr-select__caret_11-2-0 {
2586
+ .cdr-select--multiple_11-3-1 + .cdr-select__caret_11-3-1 {
2634
2587
  display: none; }
2635
2588
  @media (min-width: 0) and (max-width: 767px) {
2636
- .cdr-select--large\@xs_11-2-0 {
2589
+ .cdr-select--large\@xs_11-3-1 {
2637
2590
  font-family: Graphik, "Helvetica Neue", sans-serif;
2638
2591
  font-style: normal;
2639
2592
  font-weight: 400;
@@ -2642,7 +2595,7 @@
2642
2595
  line-height: 2.4rem;
2643
2596
  height: 4.8rem;
2644
2597
  padding-left: 0.8rem; } }
2645
- .cdr-select--large_11-2-0 {
2598
+ .cdr-select--large_11-3-1 {
2646
2599
  font-family: Graphik, "Helvetica Neue", sans-serif;
2647
2600
  font-style: normal;
2648
2601
  font-weight: 400;
@@ -2652,7 +2605,7 @@
2652
2605
  height: 4.8rem;
2653
2606
  padding-left: 0.8rem; }
2654
2607
  @media (min-width: 768px) and (max-width: 991px) {
2655
- .cdr-select--large\@sm_11-2-0 {
2608
+ .cdr-select--large\@sm_11-3-1 {
2656
2609
  font-family: Graphik, "Helvetica Neue", sans-serif;
2657
2610
  font-style: normal;
2658
2611
  font-weight: 400;
@@ -2662,7 +2615,7 @@
2662
2615
  height: 4.8rem;
2663
2616
  padding-left: 0.8rem; } }
2664
2617
  @media (min-width: 992px) and (max-width: 1231px) {
2665
- .cdr-select--large\@md_11-2-0 {
2618
+ .cdr-select--large\@md_11-3-1 {
2666
2619
  font-family: Graphik, "Helvetica Neue", sans-serif;
2667
2620
  font-style: normal;
2668
2621
  font-weight: 400;
@@ -2672,7 +2625,7 @@
2672
2625
  height: 4.8rem;
2673
2626
  padding-left: 0.8rem; } }
2674
2627
  @media (min-width: 1232px) {
2675
- .cdr-select--large\@lg_11-2-0 {
2628
+ .cdr-select--large\@lg_11-3-1 {
2676
2629
  font-family: Graphik, "Helvetica Neue", sans-serif;
2677
2630
  font-style: normal;
2678
2631
  font-weight: 400;
@@ -2685,11 +2638,11 @@
2685
2638
  # SELECT WRAPPER
2686
2639
  ========================================================================== */
2687
2640
  /* Sets new origin for relative positioning of Select and Caret */
2688
- .cdr-select-wrap_11-2-0 {
2641
+ .cdr-select-wrap_11-3-1 {
2689
2642
  position: relative;
2690
2643
  flex: 1; }
2691
2644
 
2692
- .cdr-text_11-2-0 {
2645
+ .cdr-text_11-3-1 {
2693
2646
  font-family: Graphik, "Helvetica Neue", sans-serif;
2694
2647
  font-style: normal;
2695
2648
  font-weight: 400;
@@ -2698,7 +2651,7 @@
2698
2651
  line-height: 2.2rem;
2699
2652
  margin: 0; }
2700
2653
 
2701
- .cdr-toast_11-2-0 {
2654
+ .cdr-toast_11-3-1 {
2702
2655
  position: relative;
2703
2656
  border-left: 0.4rem solid;
2704
2657
  box-shadow: 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2);
@@ -2710,186 +2663,159 @@
2710
2663
  font-size: 1.4rem;
2711
2664
  line-height: 1.8rem; }
2712
2665
  @media (min-width: 768px) {
2713
- .cdr-toast_11-2-0 {
2666
+ .cdr-toast_11-3-1 {
2714
2667
  width: 39rem; } }
2715
- .cdr-toast__transition--toast-enter_11-2-0 {
2668
+ .cdr-toast__transition--toast-enter_11-3-1 {
2716
2669
  opacity: 0;
2717
2670
  transform: translateX(2.4rem); }
2718
- .cdr-toast__transition--toast-enter-active_11-2-0 {
2671
+ .cdr-toast__transition--toast-enter-active_11-3-1 {
2719
2672
  transition: all 0.5s cubic-bezier(0.32, 0.94, 0.6, 1); }
2720
- .cdr-toast__transition--toast-leave-to_11-2-0 {
2673
+ .cdr-toast__transition--toast-leave-to_11-3-1 {
2721
2674
  opacity: 0; }
2722
- .cdr-toast__transition--toast-leave-active_11-2-0 {
2675
+ .cdr-toast__transition--toast-leave-active_11-3-1 {
2723
2676
  transition: opacity 0.2s cubic-bezier(0.32, 0.94, 0.6, 1); }
2724
- .cdr-toast__main_11-2-0 {
2677
+ .cdr-toast__main_11-3-1 {
2725
2678
  display: grid;
2726
2679
  grid-template-columns: auto 1fr auto;
2727
2680
  grid-template-areas: "icon-left message close-button"; }
2728
- .cdr-toast__icon-left_11-2-0 {
2681
+ .cdr-toast__icon-left_11-3-1 {
2729
2682
  width: 3.2rem;
2730
2683
  grid-area: icon-left;
2731
2684
  display: inherit;
2732
2685
  align-items: center;
2733
2686
  justify-items: center; }
2734
- .cdr-toast__icon-left_11-2-0 svg {
2687
+ .cdr-toast__icon-left_11-3-1 svg {
2735
2688
  max-height: 2.2rem;
2736
2689
  max-width: 2.2rem;
2737
2690
  stroke: white;
2738
2691
  stroke-width: 0.4rem;
2739
2692
  paint-order: stroke fill;
2740
2693
  margin: 0.4rem; }
2741
- .cdr-toast__message_11-2-0 {
2694
+ .cdr-toast__message_11-3-1 {
2742
2695
  display: inherit;
2743
2696
  align-items: center;
2744
2697
  grid-area: message;
2745
2698
  padding: 0.7rem; }
2746
- .cdr-toast__close-button_11-2-0 {
2699
+ .cdr-toast__close-button_11-3-1 {
2747
2700
  display: inherit;
2748
2701
  align-content: center;
2749
2702
  grid-area: close-button;
2750
2703
  max-height: 3.2rem; }
2751
- .cdr-toast__close-button_11-2-0 svg {
2704
+ .cdr-toast__close-button_11-3-1 svg {
2752
2705
  height: 2.2rem;
2753
2706
  width: 2.2rem;
2754
2707
  fill: rgba(3, 3, 1, 0.9) !important; }
2755
- .cdr-toast--default_11-2-0 {
2708
+ .cdr-toast--default_11-3-1 {
2756
2709
  border-left-color: #726d64; }
2757
- .cdr-toast--default_11-2-0 .cdr-toast__main_11-2-0 {
2710
+ .cdr-toast--default_11-3-1 .cdr-toast__main_11-3-1 {
2758
2711
  background-color: #f9f8f6;
2759
2712
  border-top: 0.1rem solid;
2760
2713
  border-right: 0.1rem solid;
2761
2714
  border-bottom: 0.1rem solid;
2762
2715
  border-color: #e8e0ce; }
2763
- .cdr-toast--default_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 {
2716
+ .cdr-toast--default_11-3-1 .cdr-toast__main_11-3-1 .cdr-toast__icon-left_11-3-1 {
2764
2717
  background-color: #e8e0ce; }
2765
- .cdr-toast--default_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 svg {
2718
+ .cdr-toast--default_11-3-1 .cdr-toast__main_11-3-1 .cdr-toast__icon-left_11-3-1 svg {
2766
2719
  fill: #726d64; }
2767
- .cdr-toast--info_11-2-0 {
2720
+ .cdr-toast--info_11-3-1 {
2768
2721
  border-left-color: #408e86; }
2769
- .cdr-toast--info_11-2-0 .cdr-toast__main_11-2-0 {
2722
+ .cdr-toast--info_11-3-1 .cdr-toast__main_11-3-1 {
2770
2723
  background-color: #edf4f5;
2771
2724
  border-top: 0.1rem solid;
2772
2725
  border-right: 0.1rem solid;
2773
2726
  border-bottom: 0.1rem solid;
2774
2727
  border-color: #c2d8db; }
2775
- .cdr-toast--info_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 {
2728
+ .cdr-toast--info_11-3-1 .cdr-toast__main_11-3-1 .cdr-toast__icon-left_11-3-1 {
2776
2729
  background-color: #c2d8db; }
2777
- .cdr-toast--info_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 svg {
2730
+ .cdr-toast--info_11-3-1 .cdr-toast__main_11-3-1 .cdr-toast__icon-left_11-3-1 svg {
2778
2731
  fill: #408e86; }
2779
- .cdr-toast--warning_11-2-0 {
2732
+ .cdr-toast--warning_11-3-1 {
2780
2733
  border-left-color: #b68b37; }
2781
- .cdr-toast--warning_11-2-0 .cdr-toast__main_11-2-0 {
2734
+ .cdr-toast--warning_11-3-1 .cdr-toast__main_11-3-1 {
2782
2735
  background-color: #fefcf1;
2783
2736
  border-top: 0.1rem solid;
2784
2737
  border-right: 0.1rem solid;
2785
2738
  border-bottom: 0.1rem solid;
2786
2739
  border-color: #f5e9b7; }
2787
- .cdr-toast--warning_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 {
2740
+ .cdr-toast--warning_11-3-1 .cdr-toast__main_11-3-1 .cdr-toast__icon-left_11-3-1 {
2788
2741
  background-color: #f5e9b7; }
2789
- .cdr-toast--warning_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 svg {
2742
+ .cdr-toast--warning_11-3-1 .cdr-toast__main_11-3-1 .cdr-toast__icon-left_11-3-1 svg {
2790
2743
  fill: #b68b37; }
2791
- .cdr-toast--success_11-2-0 {
2744
+ .cdr-toast--success_11-3-1 {
2792
2745
  border-left-color: #3b8349; }
2793
- .cdr-toast--success_11-2-0 .cdr-toast__main_11-2-0 {
2746
+ .cdr-toast--success_11-3-1 .cdr-toast__main_11-3-1 {
2794
2747
  background-color: #f4fbf5;
2795
2748
  border-top: 0.1rem solid;
2796
2749
  border-right: 0.1rem solid;
2797
2750
  border-bottom: 0.1rem solid;
2798
2751
  border-color: #d5e6cb; }
2799
- .cdr-toast--success_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 {
2752
+ .cdr-toast--success_11-3-1 .cdr-toast__main_11-3-1 .cdr-toast__icon-left_11-3-1 {
2800
2753
  background-color: #d5e6cb; }
2801
- .cdr-toast--success_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 svg {
2754
+ .cdr-toast--success_11-3-1 .cdr-toast__main_11-3-1 .cdr-toast__icon-left_11-3-1 svg {
2802
2755
  fill: #3b8349; }
2803
- .cdr-toast--error_11-2-0 {
2756
+ .cdr-toast--error_11-3-1 {
2804
2757
  border-left-color: #bb4045; }
2805
- .cdr-toast--error_11-2-0 .cdr-toast__main_11-2-0 {
2758
+ .cdr-toast--error_11-3-1 .cdr-toast__main_11-3-1 {
2806
2759
  background-color: #fdf7f7;
2807
2760
  border-top: 0.1rem solid;
2808
2761
  border-right: 0.1rem solid;
2809
2762
  border-bottom: 0.1rem solid;
2810
2763
  border-color: #eecbc1; }
2811
- .cdr-toast--error_11-2-0 .cdr-toast__main_11-2-0 svg {
2764
+ .cdr-toast--error_11-3-1 .cdr-toast__main_11-3-1 svg {
2812
2765
  fill: #bb4045; }
2813
- .cdr-toast--error_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 {
2766
+ .cdr-toast--error_11-3-1 .cdr-toast__main_11-3-1 .cdr-toast__icon-left_11-3-1 {
2814
2767
  background-color: #eecbc1; }
2815
- .cdr-toast--error_11-2-0 .cdr-toast__main_11-2-0 .cdr-toast__icon-left_11-2-0 svg {
2768
+ .cdr-toast--error_11-3-1 .cdr-toast__main_11-3-1 .cdr-toast__icon-left_11-3-1 svg {
2816
2769
  fill: #bb4045; }
2817
2770
 
2818
2771
  /* intentionally empty */
2819
- .cdr-pagination_11-2-0 {
2820
- display: flex;
2821
- justify-content: center;
2822
- align-items: center;
2823
- list-style: none;
2824
- padding: 0;
2825
- /* Responsive */ }
2826
- .cdr-pagination__li--links_11-2-0 {
2827
- display: none; }
2828
- .cdr-pagination__li--links_11-2-0 + .cdr-pagination__li--links_11-2-0 {
2829
- margin-left: 0.4rem; }
2830
- .cdr-pagination__li--select_11-2-0 {
2831
- display: block; }
2832
- .cdr-pagination__link_11-2-0 {
2772
+ .cdr-tooltip--position_11-3-1 {
2773
+ position: relative; }
2774
+ .cdr-tooltip--wrapper_11-3-1 {
2775
+ width: -webkit-max-content;
2776
+ width: -moz-max-content;
2777
+ width: max-content;
2778
+ height: -webkit-max-content;
2779
+ height: -moz-max-content;
2780
+ height: max-content; }
2781
+ .cdr-tooltip--wrapper_11-3-1 .cdr-popup--closed_11-3-1 {
2782
+ position: absolute;
2783
+ width: 0.1rem;
2784
+ height: 0.1rem;
2785
+ padding: 0;
2786
+ margin: -0.1rem;
2787
+ overflow: hidden;
2788
+ clip: rect(0, 0, 0, 0);
2789
+ border: 0; }
2790
+ .cdr-tooltip--wrapper_11-3-1 .cdr-popup__content_11-3-1 {
2833
2791
  font-family: Graphik, "Helvetica Neue", sans-serif;
2834
2792
  font-style: normal;
2835
- font-weight: 400;
2836
- letter-spacing: -0.016rem;
2837
- font-size: 1.6rem;
2838
- line-height: 2.2rem;
2839
- background-color: transparent;
2840
- border: none;
2841
- padding: 0;
2842
- color: rgba(12, 11, 8, 0.75);
2843
- fill: rgba(12, 11, 8, 0.75);
2844
- display: block;
2845
- padding: 0.6rem 1.2rem;
2846
- text-decoration: none;
2847
- border-radius: 0.4rem; }
2848
- .cdr-pagination__link_11-2-0:hover, .cdr-pagination__link_11-2-0:focus, .cdr-pagination__link_11-2-0:active {
2849
- background-color: #f9f8f6;
2850
- cursor: pointer; }
2851
- .cdr-pagination__link_11-2-0.current {
2852
- position: relative; }
2853
- .cdr-pagination__link_11-2-0.current:after {
2854
- content: '';
2855
- position: absolute;
2856
- bottom: 0;
2857
- left: 50%;
2858
- transform: translateX(-50%);
2859
- height: 0.2rem;
2860
- width: 80%;
2861
- background-color: #406eb5; }
2862
- .cdr-pagination__link_11-2-0.current:hover, .cdr-pagination__link_11-2-0.current:focus, .cdr-pagination__link_11-2-0.current:active {
2863
- text-decoration: none; }
2864
- .cdr-pagination__link_11-2-0.cdr-pagination__link--disabled_11-2-0 {
2865
- color: #d1cbbd;
2866
- fill: #d1cbbd;
2867
- cursor: not-allowed; }
2868
- .cdr-pagination__link_11-2-0.cdr-pagination__link--disabled_11-2-0:hover, .cdr-pagination__link_11-2-0.cdr-pagination__link--disabled_11-2-0:focus, .cdr-pagination__link_11-2-0.cdr-pagination__link--disabled_11-2-0:active {
2869
- color: #d1cbbd;
2870
- background-color: transparent; }
2871
- .cdr-pagination__ellipse_11-2-0 {
2872
- display: block;
2793
+ font-weight: 600;
2794
+ letter-spacing: -0.008rem;
2795
+ font-size: 1.2rem;
2796
+ line-height: 1.6rem;
2797
+ background: #373734;
2798
+ color: #f9f8f6;
2799
+ border: 0.1rem solid #f9f8f6;
2873
2800
  padding: 0.6rem 1.2rem; }
2874
- .cdr-pagination__prev_11-2-0 {
2875
- display: flex;
2876
- align-items: center;
2877
- margin-right: 1.6rem; }
2878
- .cdr-pagination__next_11-2-0 {
2879
- display: flex;
2880
- align-items: center;
2881
- margin-left: 1.6rem; }
2882
- .cdr-pagination__caret--prev_11-2-0 {
2883
- margin-right: 0.2rem; }
2884
- .cdr-pagination__caret--next_11-2-0 {
2885
- margin-left: 0.2rem; }
2886
- @media (min-width: 768px) {
2887
- .cdr-pagination__li--links_11-2-0 {
2888
- display: block; }
2889
- .cdr-pagination__li--select_11-2-0 {
2890
- display: none; } }
2801
+ .cdr-tooltip--wrapper_11-3-1 .cdr-popup--bottom_11-3-1 .cdr-popup__arrow_11-3-1::before {
2802
+ border-bottom-color: #f9f8f6; }
2803
+ .cdr-tooltip--wrapper_11-3-1 .cdr-popup--bottom_11-3-1 .cdr-popup__arrow_11-3-1::after {
2804
+ border-bottom-color: #373734; }
2805
+ .cdr-tooltip--wrapper_11-3-1 .cdr-popup--top_11-3-1 .cdr-popup__arrow_11-3-1::before {
2806
+ border-top-color: #f9f8f6; }
2807
+ .cdr-tooltip--wrapper_11-3-1 .cdr-popup--top_11-3-1 .cdr-popup__arrow_11-3-1::after {
2808
+ border-top-color: #373734; }
2809
+ .cdr-tooltip--wrapper_11-3-1 .cdr-popup--right_11-3-1 .cdr-popup__arrow_11-3-1::before {
2810
+ border-right-color: #f9f8f6; }
2811
+ .cdr-tooltip--wrapper_11-3-1 .cdr-popup--right_11-3-1 .cdr-popup__arrow_11-3-1::after {
2812
+ border-right-color: #373734; }
2813
+ .cdr-tooltip--wrapper_11-3-1 .cdr-popup--left_11-3-1 .cdr-popup__arrow_11-3-1::before {
2814
+ border-left-color: #f9f8f6; }
2815
+ .cdr-tooltip--wrapper_11-3-1 .cdr-popup--left_11-3-1 .cdr-popup__arrow_11-3-1::after {
2816
+ border-left-color: #373734; }
2891
2817
 
2892
- .cdr-modal_11-2-0 {
2818
+ .cdr-modal_11-3-1 {
2893
2819
  bottom: 0;
2894
2820
  height: 100%;
2895
2821
  left: 0;
@@ -2900,9 +2826,9 @@
2900
2826
  visibility: visible;
2901
2827
  z-index: 1000; }
2902
2828
  @supports (-webkit-touch-callout: none) {
2903
- .cdr-modal_11-2-0 * {
2829
+ .cdr-modal_11-3-1 * {
2904
2830
  will-change: transform; } }
2905
- .cdr-modal__overlay_11-2-0 {
2831
+ .cdr-modal__overlay_11-3-1 {
2906
2832
  background-color: rgba(244, 242, 237, 0.85);
2907
2833
  -webkit-backdrop-filter: blur(1.6rem);
2908
2834
  backdrop-filter: blur(1.6rem);
@@ -2914,13 +2840,13 @@
2914
2840
  top: 0;
2915
2841
  transition: opacity 150ms;
2916
2842
  z-index: 0; }
2917
- .cdr-modal__outerWrap_11-2-0 {
2843
+ .cdr-modal__outerWrap_11-3-1 {
2918
2844
  display: flex;
2919
2845
  box-sizing: border-box;
2920
2846
  min-height: 100%;
2921
2847
  position: static;
2922
2848
  z-index: -1; }
2923
- .cdr-modal__contentWrap_11-2-0 {
2849
+ .cdr-modal__contentWrap_11-3-1 {
2924
2850
  align-items: flex-start;
2925
2851
  background-color: #ffffff;
2926
2852
  display: flex;
@@ -2935,19 +2861,19 @@
2935
2861
  transition: opacity 150ms 150ms;
2936
2862
  width: 100%;
2937
2863
  z-index: 0; }
2938
- .cdr-modal__contentWrap_11-2-0:focus {
2864
+ .cdr-modal__contentWrap_11-3-1:focus {
2939
2865
  outline: 0; }
2940
- .cdr-modal__innerWrap_11-2-0 {
2866
+ .cdr-modal__innerWrap_11-3-1 {
2941
2867
  width: 100%;
2942
2868
  padding: 1.6rem; }
2943
- .cdr-modal__dialog_11-2-0 {
2869
+ .cdr-modal__dialog_11-3-1 {
2944
2870
  width: 100%; }
2945
- .cdr-modal__content_11-2-0 {
2871
+ .cdr-modal__content_11-3-1 {
2946
2872
  position: relative; }
2947
- .cdr-modal__header_11-2-0 {
2873
+ .cdr-modal__header_11-3-1 {
2948
2874
  display: flex;
2949
2875
  padding-bottom: 1.6rem; }
2950
- .cdr-modal__title_11-2-0 {
2876
+ .cdr-modal__title_11-3-1 {
2951
2877
  flex: auto;
2952
2878
  font-family: Stuart, Georgia, serif;
2953
2879
  font-style: normal;
@@ -2955,7 +2881,7 @@
2955
2881
  letter-spacing: 0;
2956
2882
  font-size: 2.4rem;
2957
2883
  line-height: 3rem; }
2958
- .cdr-modal__close-button_11-2-0 {
2884
+ .cdr-modal__close-button_11-3-1 {
2959
2885
  align-self: flex-start;
2960
2886
  border: 0.1rem solid #928b80;
2961
2887
  flex: none;
@@ -2964,20 +2890,20 @@
2964
2890
  position: relative;
2965
2891
  top: -0.2rem;
2966
2892
  right: -0.4rem; }
2967
- .cdr-modal__close-button_11-2-0:hover, .cdr-modal__close-button_11-2-0:focus {
2893
+ .cdr-modal__close-button_11-3-1:hover, .cdr-modal__close-button_11-3-1:focus {
2968
2894
  border: 0.1rem solid #928b80; }
2969
- .cdr-modal__text_11-2-0 {
2895
+ .cdr-modal__text_11-3-1 {
2970
2896
  padding: 0;
2971
2897
  position: relative; }
2972
- .cdr-modal__text-content_11-2-0 {
2898
+ .cdr-modal__text-content_11-3-1 {
2973
2899
  overflow: auto;
2974
2900
  position: relative; }
2975
2901
  @media (min-width: 768px) {
2976
- .cdr-modal__outerWrap_11-2-0 {
2902
+ .cdr-modal__outerWrap_11-3-1 {
2977
2903
  padding: 1.6rem; }
2978
- .cdr-modal__innerWrap_11-2-0 {
2904
+ .cdr-modal__innerWrap_11-3-1 {
2979
2905
  padding: 2.4rem; }
2980
- .cdr-modal__contentWrap_11-2-0 {
2906
+ .cdr-modal__contentWrap_11-3-1 {
2981
2907
  border-radius: 0.4rem;
2982
2908
  box-shadow: 0 1.6rem 1.6rem 0 rgba(12, 11, 8, 0.2);
2983
2909
  min-height: auto;
@@ -2985,27 +2911,101 @@
2985
2911
  top: auto;
2986
2912
  left: auto;
2987
2913
  right: auto; }
2988
- .cdr-modal__dialog_11-2-0 {
2914
+ .cdr-modal__dialog_11-3-1 {
2989
2915
  max-width: 64rem; }
2990
- .cdr-modal__close-button_11-2-0 {
2916
+ .cdr-modal__close-button_11-3-1 {
2991
2917
  margin-left: 1.2rem;
2992
2918
  right: -0.8rem;
2993
2919
  top: -0.5rem; } }
2994
- .closed_11-2-0 {
2920
+ .closed_11-3-1 {
2995
2921
  transition: z-index 0s 300ms, visibility 0s 300ms;
2996
2922
  visibility: hidden;
2997
2923
  z-index: -1; }
2998
- .closed_11-2-0 .cdr-modal__overlay_11-2-0 {
2924
+ .closed_11-3-1 .cdr-modal__overlay_11-3-1 {
2999
2925
  opacity: 0;
3000
2926
  transition: opacity 150ms 150ms; }
3001
- .closed_11-2-0 .cdr-modal__contentWrap_11-2-0 {
2927
+ .closed_11-3-1 .cdr-modal__contentWrap_11-3-1 {
3002
2928
  opacity: 0;
3003
2929
  transition: opacity 150ms; }
3004
- .cdr-modal__noscroll_11-2-0 {
2930
+ .cdr-modal__noscroll_11-3-1 {
3005
2931
  overflow: hidden !important;
3006
2932
  position: fixed !important;
3007
2933
  width: 100%; }
3008
2934
 
2935
+ /* intentionally empty */
2936
+ .cdr-pagination_11-3-1 {
2937
+ display: flex;
2938
+ justify-content: center;
2939
+ align-items: center;
2940
+ list-style: none;
2941
+ padding: 0;
2942
+ /* Responsive */ }
2943
+ .cdr-pagination__li--links_11-3-1 {
2944
+ display: none; }
2945
+ .cdr-pagination__li--links_11-3-1 + .cdr-pagination__li--links_11-3-1 {
2946
+ margin-left: 0.4rem; }
2947
+ .cdr-pagination__li--select_11-3-1 {
2948
+ display: block; }
2949
+ .cdr-pagination__link_11-3-1 {
2950
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2951
+ font-style: normal;
2952
+ font-weight: 400;
2953
+ letter-spacing: -0.016rem;
2954
+ font-size: 1.6rem;
2955
+ line-height: 2.2rem;
2956
+ background-color: transparent;
2957
+ border: none;
2958
+ padding: 0;
2959
+ color: rgba(12, 11, 8, 0.75);
2960
+ fill: rgba(12, 11, 8, 0.75);
2961
+ display: block;
2962
+ padding: 0.6rem 1.2rem;
2963
+ text-decoration: none;
2964
+ border-radius: 0.4rem; }
2965
+ .cdr-pagination__link_11-3-1:hover, .cdr-pagination__link_11-3-1:focus, .cdr-pagination__link_11-3-1:active {
2966
+ background-color: #f9f8f6;
2967
+ cursor: pointer; }
2968
+ .cdr-pagination__link_11-3-1.current {
2969
+ position: relative; }
2970
+ .cdr-pagination__link_11-3-1.current:after {
2971
+ content: '';
2972
+ position: absolute;
2973
+ bottom: 0;
2974
+ left: 50%;
2975
+ transform: translateX(-50%);
2976
+ height: 0.2rem;
2977
+ width: 80%;
2978
+ background-color: #406eb5; }
2979
+ .cdr-pagination__link_11-3-1.current:hover, .cdr-pagination__link_11-3-1.current:focus, .cdr-pagination__link_11-3-1.current:active {
2980
+ text-decoration: none; }
2981
+ .cdr-pagination__link_11-3-1.cdr-pagination__link--disabled_11-3-1 {
2982
+ color: #d1cbbd;
2983
+ fill: #d1cbbd;
2984
+ cursor: not-allowed; }
2985
+ .cdr-pagination__link_11-3-1.cdr-pagination__link--disabled_11-3-1:hover, .cdr-pagination__link_11-3-1.cdr-pagination__link--disabled_11-3-1:focus, .cdr-pagination__link_11-3-1.cdr-pagination__link--disabled_11-3-1:active {
2986
+ color: #d1cbbd;
2987
+ background-color: transparent; }
2988
+ .cdr-pagination__ellipse_11-3-1 {
2989
+ display: block;
2990
+ padding: 0.6rem 1.2rem; }
2991
+ .cdr-pagination__prev_11-3-1 {
2992
+ display: flex;
2993
+ align-items: center;
2994
+ margin-right: 1.6rem; }
2995
+ .cdr-pagination__next_11-3-1 {
2996
+ display: flex;
2997
+ align-items: center;
2998
+ margin-left: 1.6rem; }
2999
+ .cdr-pagination__caret--prev_11-3-1 {
3000
+ margin-right: 0.2rem; }
3001
+ .cdr-pagination__caret--next_11-3-1 {
3002
+ margin-left: 0.2rem; }
3003
+ @media (min-width: 768px) {
3004
+ .cdr-pagination__li--links_11-3-1 {
3005
+ display: block; }
3006
+ .cdr-pagination__li--select_11-3-1 {
3007
+ display: none; } }
3008
+
3009
3009
  /* ==========================================================================
3010
3010
  # CdrIcon
3011
3011
 
@@ -3017,7 +3017,7 @@
3017
3017
 
3018
3018
  :Base Styles
3019
3019
  ========================================================================== */
3020
- .cdr-icon_11-2-0 {
3020
+ .cdr-icon_11-3-1 {
3021
3021
  display: inline-block;
3022
3022
  vertical-align: middle;
3023
3023
  flex: 0 0 auto;
@@ -3036,107 +3036,44 @@
3036
3036
  /* @lg
3037
3037
  1200px and up
3038
3038
  ========== */ }
3039
- .cdr-icon--small_11-2-0 {
3039
+ .cdr-icon--small_11-3-1 {
3040
3040
  width: 1.6rem;
3041
3041
  height: 1.6rem; }
3042
- .cdr-icon--large_11-2-0 {
3042
+ .cdr-icon--large_11-3-1 {
3043
3043
  width: 3.2rem;
3044
3044
  height: 3.2rem; }
3045
3045
  @media (min-width: 0) and (max-width: 767px) {
3046
- .cdr-icon--small\@xs_11-2-0 {
3046
+ .cdr-icon--small\@xs_11-3-1 {
3047
3047
  width: 1.6rem;
3048
3048
  height: 1.6rem; }
3049
- .cdr-icon--large\@xs_11-2-0 {
3049
+ .cdr-icon--large\@xs_11-3-1 {
3050
3050
  width: 3.2rem;
3051
3051
  height: 3.2rem; } }
3052
3052
  @media (min-width: 768px) and (max-width: 991px) {
3053
- .cdr-icon--small\@sm_11-2-0 {
3053
+ .cdr-icon--small\@sm_11-3-1 {
3054
3054
  width: 1.6rem;
3055
3055
  height: 1.6rem; }
3056
- .cdr-icon--large\@sm_11-2-0 {
3056
+ .cdr-icon--large\@sm_11-3-1 {
3057
3057
  width: 3.2rem;
3058
3058
  height: 3.2rem; } }
3059
3059
  @media (min-width: 992px) and (max-width: 1231px) {
3060
- .cdr-icon--small\@md_11-2-0 {
3060
+ .cdr-icon--small\@md_11-3-1 {
3061
3061
  width: 1.6rem;
3062
3062
  height: 1.6rem; }
3063
- .cdr-icon--large\@md_11-2-0 {
3063
+ .cdr-icon--large\@md_11-3-1 {
3064
3064
  width: 3.2rem;
3065
3065
  height: 3.2rem; } }
3066
3066
  @media (min-width: 1232px) {
3067
- .cdr-icon--small\@lg_11-2-0 {
3067
+ .cdr-icon--small\@lg_11-3-1 {
3068
3068
  width: 1.6rem;
3069
3069
  height: 1.6rem; }
3070
- .cdr-icon--large\@lg_11-2-0 {
3070
+ .cdr-icon--large\@lg_11-3-1 {
3071
3071
  width: 3.2rem;
3072
3072
  height: 3.2rem; } }
3073
- .cdr-icon--inherit-color_11-2-0 {
3073
+ .cdr-icon--inherit-color_11-3-1 {
3074
3074
  fill: inherit; }
3075
3075
 
3076
- .cdr-label-standalone_11-2-0 {
3077
- display: grid;
3078
- grid-template-areas: "label label info" "input input input" "post post post"; }
3079
- .cdr-label-standalone__label-wrapper_11-2-0 {
3080
- grid-area: label; }
3081
- .cdr-label-standalone__label_11-2-0 {
3082
- font-family: Graphik, "Helvetica Neue", sans-serif;
3083
- font-style: normal;
3084
- font-weight: 400;
3085
- letter-spacing: -0.016rem;
3086
- font-size: 1.4rem;
3087
- line-height: 1.8rem;
3088
- color: rgba(12, 11, 8, 0.75);
3089
- margin: 0; }
3090
- .cdr-label-standalone__label--sr-only_11-2-0 {
3091
- position: absolute;
3092
- width: 0.1rem;
3093
- height: 0.1rem;
3094
- padding: 0;
3095
- margin: -0.1rem;
3096
- overflow: hidden;
3097
- clip: rect(0, 0, 0, 0);
3098
- border: 0; }
3099
- .cdr-label-standalone__label--disabled_11-2-0 {
3100
- color: #d1cbbd; }
3101
- .cdr-label-standalone__label--disabled_11-2-0 .cdr-label-standalone__optional_11-2-0 {
3102
- color: #d1cbbd; }
3103
- .cdr-label-standalone__optional_11-2-0 {
3104
- color: rgba(66, 59, 47, 0.75); }
3105
- .cdr-label-standalone__helper_11-2-0 {
3106
- font-family: Graphik, "Helvetica Neue", sans-serif;
3107
- font-style: normal;
3108
- font-weight: 400;
3109
- letter-spacing: -0.016rem;
3110
- font-size: 1.4rem;
3111
- line-height: 1.8rem;
3112
- color: rgba(66, 59, 47, 0.75);
3113
- margin-top: 0.2rem; }
3114
- .cdr-label-standalone__info_11-2-0 {
3115
- font-family: Graphik, "Helvetica Neue", sans-serif;
3116
- font-style: normal;
3117
- font-weight: 400;
3118
- letter-spacing: -0.016rem;
3119
- font-size: 1.4rem;
3120
- line-height: 1.8rem;
3121
- grid-area: info;
3122
- order: 2;
3123
- align-self: end;
3124
- justify-self: end; }
3125
- .cdr-label-standalone__post-content_11-2-0 {
3126
- grid-area: post; }
3127
- .cdr-label-standalone__info-action_11-2-0 {
3128
- display: flex;
3129
- justify-content: center;
3130
- align-items: center;
3131
- width: 4rem; }
3132
- .cdr-label-standalone__input-wrap_11-2-0 {
3133
- position: relative;
3134
- display: flex;
3135
- grid-area: input; }
3136
- .cdr-label-standalone__input-spacing_11-2-0 {
3137
- margin-top: 0.8rem; }
3138
-
3139
- .cdr-label-wrapper_11-2-0 {
3076
+ .cdr-label-wrapper_11-3-1 {
3140
3077
  font-family: Graphik, "Helvetica Neue", sans-serif;
3141
3078
  font-style: normal;
3142
3079
  font-weight: 400;
@@ -3176,38 +3113,38 @@
3176
3113
  /* @lg
3177
3114
  1200px and up
3178
3115
  ========== */ }
3179
- .cdr-label-wrapper__container_11-2-0 {
3116
+ .cdr-label-wrapper__container_11-3-1 {
3180
3117
  font-size: 0;
3181
3118
  line-height: 1; }
3182
- .cdr-label-wrapper_11-2-0 input {
3119
+ .cdr-label-wrapper_11-3-1 input {
3183
3120
  position: absolute;
3184
3121
  opacity: 0;
3185
3122
  z-index: -1; }
3186
- .cdr-label-wrapper--primary_11-2-0:hover {
3123
+ .cdr-label-wrapper--primary_11-3-1:hover {
3187
3124
  background-color: #f9f8f6;
3188
3125
  cursor: pointer; }
3189
- .cdr-label-wrapper--primary_11-2-0:focus-within {
3126
+ .cdr-label-wrapper--primary_11-3-1:focus-within {
3190
3127
  background-color: #f9f8f6;
3191
3128
  box-shadow: inset 0 0 0 0.2rem #20201d; }
3192
- .cdr-label-wrapper--primary_11-2-0:active {
3129
+ .cdr-label-wrapper--primary_11-3-1:active {
3193
3130
  background-color: #edeae3; }
3194
- .cdr-label-wrapper--secondary_11-2-0 {
3131
+ .cdr-label-wrapper--secondary_11-3-1 {
3195
3132
  background-color: rgba(244, 242, 237, 0.15); }
3196
- .cdr-label-wrapper--secondary_11-2-0:hover {
3133
+ .cdr-label-wrapper--secondary_11-3-1:hover {
3197
3134
  background-color: rgba(255, 255, 255, 0.75);
3198
3135
  cursor: pointer; }
3199
- .cdr-label-wrapper--secondary_11-2-0:focus-within {
3136
+ .cdr-label-wrapper--secondary_11-3-1:focus-within {
3200
3137
  background-color: rgba(255, 255, 255, 0.75); }
3201
- .cdr-label-wrapper--secondary_11-2-0:active {
3138
+ .cdr-label-wrapper--secondary_11-3-1:active {
3202
3139
  background-color: #ffffff; }
3203
- .cdr-label-wrapper--disabled_11-2-0 {
3140
+ .cdr-label-wrapper--disabled_11-3-1 {
3204
3141
  color: #d1cbbd !important;
3205
3142
  cursor: not-allowed !important; }
3206
- .cdr-label-wrapper--disabled_11-2-0:hover, .cdr-label-wrapper--disabled_11-2-0:focus-within, .cdr-label-wrapper--disabled_11-2-0:active {
3143
+ .cdr-label-wrapper--disabled_11-3-1:hover, .cdr-label-wrapper--disabled_11-3-1:focus-within, .cdr-label-wrapper--disabled_11-3-1:active {
3207
3144
  background-color: transparent !important; }
3208
- .cdr-label-wrapper--disabled_11-2-0 .cdr-label-wrapper__figure_11-2-0 {
3145
+ .cdr-label-wrapper--disabled_11-3-1 .cdr-label-wrapper__figure_11-3-1 {
3209
3146
  cursor: not-allowed !important; }
3210
- .cdr-label-wrapper__figure_11-2-0 {
3147
+ .cdr-label-wrapper__figure_11-3-1 {
3211
3148
  top: 1.1rem;
3212
3149
  width: 1.6rem;
3213
3150
  height: 1.6rem;
@@ -3217,19 +3154,19 @@
3217
3154
  background-color: rgba(244, 242, 237, 0.15);
3218
3155
  box-shadow: 0 0 0 0.1rem #928b80;
3219
3156
  transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0); }
3220
- .cdr-label-wrapper__figure_11-2-0::after {
3157
+ .cdr-label-wrapper__figure_11-3-1::after {
3221
3158
  width: 0.4rem;
3222
3159
  height: 0.4rem; }
3223
- .cdr-label-wrapper__content_11-2-0 {
3160
+ .cdr-label-wrapper__content_11-3-1 {
3224
3161
  -webkit-user-select: text;
3225
3162
  -moz-user-select: text;
3226
3163
  -ms-user-select: text;
3227
3164
  user-select: text; }
3228
- .cdr-label-wrapper--hide-figure_11-2-0 {
3165
+ .cdr-label-wrapper--hide-figure_11-3-1 {
3229
3166
  padding-left: 0; }
3230
- .cdr-label-wrapper--hide-figure_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3167
+ .cdr-label-wrapper--hide-figure_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3231
3168
  display: none; }
3232
- .cdr-label-wrapper--small_11-2-0 {
3169
+ .cdr-label-wrapper--small_11-3-1 {
3233
3170
  font-family: Graphik, "Helvetica Neue", sans-serif;
3234
3171
  font-style: normal;
3235
3172
  font-weight: 400;
@@ -3237,13 +3174,13 @@
3237
3174
  font-size: 1.4rem;
3238
3175
  line-height: 1.8rem;
3239
3176
  padding-left: 3.2rem; }
3240
- .cdr-label-wrapper--small_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3177
+ .cdr-label-wrapper--small_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3241
3178
  width: 1.6rem;
3242
3179
  height: 1.6rem; }
3243
- .cdr-label-wrapper--small_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
3180
+ .cdr-label-wrapper--small_11-3-1 > .cdr-label-wrapper__figure_11-3-1::after {
3244
3181
  width: 0.4rem;
3245
3182
  height: 0.4rem; }
3246
- .cdr-label-wrapper--medium_11-2-0 {
3183
+ .cdr-label-wrapper--medium_11-3-1 {
3247
3184
  font-family: Graphik, "Helvetica Neue", sans-serif;
3248
3185
  font-style: normal;
3249
3186
  font-weight: 400;
@@ -3251,13 +3188,13 @@
3251
3188
  font-size: 1.6rem;
3252
3189
  line-height: 2.2rem;
3253
3190
  padding-left: 3.2rem; }
3254
- .cdr-label-wrapper--medium_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3191
+ .cdr-label-wrapper--medium_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3255
3192
  width: 1.6rem;
3256
3193
  height: 1.6rem; }
3257
- .cdr-label-wrapper--medium_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
3194
+ .cdr-label-wrapper--medium_11-3-1 > .cdr-label-wrapper__figure_11-3-1::after {
3258
3195
  width: 0.4rem;
3259
3196
  height: 0.4rem; }
3260
- .cdr-label-wrapper--large_11-2-0 {
3197
+ .cdr-label-wrapper--large_11-3-1 {
3261
3198
  font-family: Graphik, "Helvetica Neue", sans-serif;
3262
3199
  font-style: normal;
3263
3200
  font-weight: 400;
@@ -3265,14 +3202,14 @@
3265
3202
  font-size: 1.6rem;
3266
3203
  line-height: 2.2rem;
3267
3204
  padding-left: 3.6rem; }
3268
- .cdr-label-wrapper--large_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3205
+ .cdr-label-wrapper--large_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3269
3206
  width: 2rem;
3270
3207
  height: 2rem; }
3271
- .cdr-label-wrapper--large_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
3208
+ .cdr-label-wrapper--large_11-3-1 > .cdr-label-wrapper__figure_11-3-1::after {
3272
3209
  width: 0.5rem;
3273
3210
  height: 0.5rem; }
3274
3211
  @media (min-width: 0) and (max-width: 767px) {
3275
- .cdr-label-wrapper--small\@xs_11-2-0 {
3212
+ .cdr-label-wrapper--small\@xs_11-3-1 {
3276
3213
  font-family: Graphik, "Helvetica Neue", sans-serif;
3277
3214
  font-style: normal;
3278
3215
  font-weight: 400;
@@ -3280,13 +3217,13 @@
3280
3217
  font-size: 1.4rem;
3281
3218
  line-height: 1.8rem;
3282
3219
  padding-left: 3.2rem; }
3283
- .cdr-label-wrapper--small\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3220
+ .cdr-label-wrapper--small\@xs_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3284
3221
  width: 1.6rem;
3285
3222
  height: 1.6rem; }
3286
- .cdr-label-wrapper--small\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
3223
+ .cdr-label-wrapper--small\@xs_11-3-1 > .cdr-label-wrapper__figure_11-3-1::after {
3287
3224
  width: 0.4rem;
3288
3225
  height: 0.4rem; }
3289
- .cdr-label-wrapper--medium\@xs_11-2-0 {
3226
+ .cdr-label-wrapper--medium\@xs_11-3-1 {
3290
3227
  font-family: Graphik, "Helvetica Neue", sans-serif;
3291
3228
  font-style: normal;
3292
3229
  font-weight: 400;
@@ -3294,13 +3231,13 @@
3294
3231
  font-size: 1.6rem;
3295
3232
  line-height: 2.2rem;
3296
3233
  padding-left: 3.2rem; }
3297
- .cdr-label-wrapper--medium\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3234
+ .cdr-label-wrapper--medium\@xs_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3298
3235
  width: 1.6rem;
3299
3236
  height: 1.6rem; }
3300
- .cdr-label-wrapper--medium\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
3237
+ .cdr-label-wrapper--medium\@xs_11-3-1 > .cdr-label-wrapper__figure_11-3-1::after {
3301
3238
  width: 0.4rem;
3302
3239
  height: 0.4rem; }
3303
- .cdr-label-wrapper--large\@xs_11-2-0 {
3240
+ .cdr-label-wrapper--large\@xs_11-3-1 {
3304
3241
  font-family: Graphik, "Helvetica Neue", sans-serif;
3305
3242
  font-style: normal;
3306
3243
  font-weight: 400;
@@ -3308,14 +3245,14 @@
3308
3245
  font-size: 1.6rem;
3309
3246
  line-height: 2.2rem;
3310
3247
  padding-left: 3.6rem; }
3311
- .cdr-label-wrapper--large\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3248
+ .cdr-label-wrapper--large\@xs_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3312
3249
  width: 2rem;
3313
3250
  height: 2rem; }
3314
- .cdr-label-wrapper--large\@xs_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
3251
+ .cdr-label-wrapper--large\@xs_11-3-1 > .cdr-label-wrapper__figure_11-3-1::after {
3315
3252
  width: 0.5rem;
3316
3253
  height: 0.5rem; } }
3317
3254
  @media (min-width: 768px) and (max-width: 991px) {
3318
- .cdr-label-wrapper--small\@sm_11-2-0 {
3255
+ .cdr-label-wrapper--small\@sm_11-3-1 {
3319
3256
  font-family: Graphik, "Helvetica Neue", sans-serif;
3320
3257
  font-style: normal;
3321
3258
  font-weight: 400;
@@ -3323,13 +3260,13 @@
3323
3260
  font-size: 1.4rem;
3324
3261
  line-height: 1.8rem;
3325
3262
  padding-left: 3.2rem; }
3326
- .cdr-label-wrapper--small\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3263
+ .cdr-label-wrapper--small\@sm_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3327
3264
  width: 1.6rem;
3328
3265
  height: 1.6rem; }
3329
- .cdr-label-wrapper--small\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
3266
+ .cdr-label-wrapper--small\@sm_11-3-1 > .cdr-label-wrapper__figure_11-3-1::after {
3330
3267
  width: 0.4rem;
3331
3268
  height: 0.4rem; }
3332
- .cdr-label-wrapper--medium\@sm_11-2-0 {
3269
+ .cdr-label-wrapper--medium\@sm_11-3-1 {
3333
3270
  font-family: Graphik, "Helvetica Neue", sans-serif;
3334
3271
  font-style: normal;
3335
3272
  font-weight: 400;
@@ -3337,13 +3274,13 @@
3337
3274
  font-size: 1.6rem;
3338
3275
  line-height: 2.2rem;
3339
3276
  padding-left: 3.2rem; }
3340
- .cdr-label-wrapper--medium\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3277
+ .cdr-label-wrapper--medium\@sm_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3341
3278
  width: 1.6rem;
3342
3279
  height: 1.6rem; }
3343
- .cdr-label-wrapper--medium\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
3280
+ .cdr-label-wrapper--medium\@sm_11-3-1 > .cdr-label-wrapper__figure_11-3-1::after {
3344
3281
  width: 0.4rem;
3345
3282
  height: 0.4rem; }
3346
- .cdr-label-wrapper--large\@sm_11-2-0 {
3283
+ .cdr-label-wrapper--large\@sm_11-3-1 {
3347
3284
  font-family: Graphik, "Helvetica Neue", sans-serif;
3348
3285
  font-style: normal;
3349
3286
  font-weight: 400;
@@ -3351,14 +3288,14 @@
3351
3288
  font-size: 1.6rem;
3352
3289
  line-height: 2.2rem;
3353
3290
  padding-left: 3.6rem; }
3354
- .cdr-label-wrapper--large\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3291
+ .cdr-label-wrapper--large\@sm_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3355
3292
  width: 2rem;
3356
3293
  height: 2rem; }
3357
- .cdr-label-wrapper--large\@sm_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
3294
+ .cdr-label-wrapper--large\@sm_11-3-1 > .cdr-label-wrapper__figure_11-3-1::after {
3358
3295
  width: 0.5rem;
3359
3296
  height: 0.5rem; } }
3360
3297
  @media (min-width: 992px) and (max-width: 1231px) {
3361
- .cdr-label-wrapper--small\@md_11-2-0 {
3298
+ .cdr-label-wrapper--small\@md_11-3-1 {
3362
3299
  font-family: Graphik, "Helvetica Neue", sans-serif;
3363
3300
  font-style: normal;
3364
3301
  font-weight: 400;
@@ -3366,13 +3303,13 @@
3366
3303
  font-size: 1.4rem;
3367
3304
  line-height: 1.8rem;
3368
3305
  padding-left: 3.2rem; }
3369
- .cdr-label-wrapper--small\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3306
+ .cdr-label-wrapper--small\@md_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3370
3307
  width: 1.6rem;
3371
3308
  height: 1.6rem; }
3372
- .cdr-label-wrapper--small\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
3309
+ .cdr-label-wrapper--small\@md_11-3-1 > .cdr-label-wrapper__figure_11-3-1::after {
3373
3310
  width: 0.4rem;
3374
3311
  height: 0.4rem; }
3375
- .cdr-label-wrapper--medium\@md_11-2-0 {
3312
+ .cdr-label-wrapper--medium\@md_11-3-1 {
3376
3313
  font-family: Graphik, "Helvetica Neue", sans-serif;
3377
3314
  font-style: normal;
3378
3315
  font-weight: 400;
@@ -3380,13 +3317,13 @@
3380
3317
  font-size: 1.6rem;
3381
3318
  line-height: 2.2rem;
3382
3319
  padding-left: 3.2rem; }
3383
- .cdr-label-wrapper--medium\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3320
+ .cdr-label-wrapper--medium\@md_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3384
3321
  width: 1.6rem;
3385
3322
  height: 1.6rem; }
3386
- .cdr-label-wrapper--medium\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
3323
+ .cdr-label-wrapper--medium\@md_11-3-1 > .cdr-label-wrapper__figure_11-3-1::after {
3387
3324
  width: 0.4rem;
3388
3325
  height: 0.4rem; }
3389
- .cdr-label-wrapper--large\@md_11-2-0 {
3326
+ .cdr-label-wrapper--large\@md_11-3-1 {
3390
3327
  font-family: Graphik, "Helvetica Neue", sans-serif;
3391
3328
  font-style: normal;
3392
3329
  font-weight: 400;
@@ -3394,14 +3331,14 @@
3394
3331
  font-size: 1.6rem;
3395
3332
  line-height: 2.2rem;
3396
3333
  padding-left: 3.6rem; }
3397
- .cdr-label-wrapper--large\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3334
+ .cdr-label-wrapper--large\@md_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3398
3335
  width: 2rem;
3399
3336
  height: 2rem; }
3400
- .cdr-label-wrapper--large\@md_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
3337
+ .cdr-label-wrapper--large\@md_11-3-1 > .cdr-label-wrapper__figure_11-3-1::after {
3401
3338
  width: 0.5rem;
3402
3339
  height: 0.5rem; } }
3403
3340
  @media (min-width: 1232px) {
3404
- .cdr-label-wrapper--small\@lg_11-2-0 {
3341
+ .cdr-label-wrapper--small\@lg_11-3-1 {
3405
3342
  font-family: Graphik, "Helvetica Neue", sans-serif;
3406
3343
  font-style: normal;
3407
3344
  font-weight: 400;
@@ -3409,13 +3346,13 @@
3409
3346
  font-size: 1.4rem;
3410
3347
  line-height: 1.8rem;
3411
3348
  padding-left: 3.2rem; }
3412
- .cdr-label-wrapper--small\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3349
+ .cdr-label-wrapper--small\@lg_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3413
3350
  width: 1.6rem;
3414
3351
  height: 1.6rem; }
3415
- .cdr-label-wrapper--small\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
3352
+ .cdr-label-wrapper--small\@lg_11-3-1 > .cdr-label-wrapper__figure_11-3-1::after {
3416
3353
  width: 0.4rem;
3417
3354
  height: 0.4rem; }
3418
- .cdr-label-wrapper--medium\@lg_11-2-0 {
3355
+ .cdr-label-wrapper--medium\@lg_11-3-1 {
3419
3356
  font-family: Graphik, "Helvetica Neue", sans-serif;
3420
3357
  font-style: normal;
3421
3358
  font-weight: 400;
@@ -3423,13 +3360,13 @@
3423
3360
  font-size: 1.6rem;
3424
3361
  line-height: 2.2rem;
3425
3362
  padding-left: 3.2rem; }
3426
- .cdr-label-wrapper--medium\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3363
+ .cdr-label-wrapper--medium\@lg_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3427
3364
  width: 1.6rem;
3428
3365
  height: 1.6rem; }
3429
- .cdr-label-wrapper--medium\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
3366
+ .cdr-label-wrapper--medium\@lg_11-3-1 > .cdr-label-wrapper__figure_11-3-1::after {
3430
3367
  width: 0.4rem;
3431
3368
  height: 0.4rem; }
3432
- .cdr-label-wrapper--large\@lg_11-2-0 {
3369
+ .cdr-label-wrapper--large\@lg_11-3-1 {
3433
3370
  font-family: Graphik, "Helvetica Neue", sans-serif;
3434
3371
  font-style: normal;
3435
3372
  font-weight: 400;
@@ -3437,14 +3374,14 @@
3437
3374
  font-size: 1.6rem;
3438
3375
  line-height: 2.2rem;
3439
3376
  padding-left: 3.6rem; }
3440
- .cdr-label-wrapper--large\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0 {
3377
+ .cdr-label-wrapper--large\@lg_11-3-1 > .cdr-label-wrapper__figure_11-3-1 {
3441
3378
  width: 2rem;
3442
3379
  height: 2rem; }
3443
- .cdr-label-wrapper--large\@lg_11-2-0 > .cdr-label-wrapper__figure_11-2-0::after {
3380
+ .cdr-label-wrapper--large\@lg_11-3-1 > .cdr-label-wrapper__figure_11-3-1::after {
3444
3381
  width: 0.5rem;
3445
3382
  height: 0.5rem; } }
3446
3383
 
3447
- .cdr-form-error_11-2-0 {
3384
+ .cdr-form-error_11-3-1 {
3448
3385
  font-family: Graphik, "Helvetica Neue", sans-serif;
3449
3386
  font-style: normal;
3450
3387
  font-weight: 400;
@@ -3454,9 +3391,72 @@
3454
3391
  color: #b33322;
3455
3392
  fill: #b33322;
3456
3393
  margin-top: 0.4rem; }
3457
- .cdr-form-error__icon_11-2-0 {
3394
+ .cdr-form-error__icon_11-3-1 {
3458
3395
  margin-right: 0.4rem; }
3459
3396
 
3397
+ .cdr-label-standalone_11-3-1 {
3398
+ display: grid;
3399
+ grid-template-areas: "label label info" "input input input" "post post post"; }
3400
+ .cdr-label-standalone__label-wrapper_11-3-1 {
3401
+ grid-area: label; }
3402
+ .cdr-label-standalone__label_11-3-1 {
3403
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3404
+ font-style: normal;
3405
+ font-weight: 400;
3406
+ letter-spacing: -0.016rem;
3407
+ font-size: 1.4rem;
3408
+ line-height: 1.8rem;
3409
+ color: rgba(12, 11, 8, 0.75);
3410
+ margin: 0; }
3411
+ .cdr-label-standalone__label--sr-only_11-3-1 {
3412
+ position: absolute;
3413
+ width: 0.1rem;
3414
+ height: 0.1rem;
3415
+ padding: 0;
3416
+ margin: -0.1rem;
3417
+ overflow: hidden;
3418
+ clip: rect(0, 0, 0, 0);
3419
+ border: 0; }
3420
+ .cdr-label-standalone__label--disabled_11-3-1 {
3421
+ color: #d1cbbd; }
3422
+ .cdr-label-standalone__label--disabled_11-3-1 .cdr-label-standalone__optional_11-3-1 {
3423
+ color: #d1cbbd; }
3424
+ .cdr-label-standalone__optional_11-3-1 {
3425
+ color: rgba(66, 59, 47, 0.75); }
3426
+ .cdr-label-standalone__helper_11-3-1 {
3427
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3428
+ font-style: normal;
3429
+ font-weight: 400;
3430
+ letter-spacing: -0.016rem;
3431
+ font-size: 1.4rem;
3432
+ line-height: 1.8rem;
3433
+ color: rgba(66, 59, 47, 0.75);
3434
+ margin-top: 0.2rem; }
3435
+ .cdr-label-standalone__info_11-3-1 {
3436
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3437
+ font-style: normal;
3438
+ font-weight: 400;
3439
+ letter-spacing: -0.016rem;
3440
+ font-size: 1.4rem;
3441
+ line-height: 1.8rem;
3442
+ grid-area: info;
3443
+ order: 2;
3444
+ align-self: end;
3445
+ justify-self: end; }
3446
+ .cdr-label-standalone__post-content_11-3-1 {
3447
+ grid-area: post; }
3448
+ .cdr-label-standalone__info-action_11-3-1 {
3449
+ display: flex;
3450
+ justify-content: center;
3451
+ align-items: center;
3452
+ width: 4rem; }
3453
+ .cdr-label-standalone__input-wrap_11-3-1 {
3454
+ position: relative;
3455
+ display: flex;
3456
+ grid-area: input; }
3457
+ .cdr-label-standalone__input-spacing_11-3-1 {
3458
+ margin-top: 0.8rem; }
3459
+
3460
3460
  @-webkit-keyframes popup-exit-down {
3461
3461
  from {
3462
3462
  top: calc(100% + 1.4rem); }
@@ -3649,17 +3649,17 @@
3649
3649
  to {
3650
3650
  right: -1.5rem; } }
3651
3651
 
3652
- .cdr-popup_11-2-0 {
3652
+ .cdr-popup_11-3-1 {
3653
3653
  opacity: 0;
3654
3654
  transition: opacity 0.2s cubic-bezier(0.32, 0.94, 0.6, 1); }
3655
3655
 
3656
- .cdr-popup--open_11-2-0 {
3656
+ .cdr-popup--open_11-3-1 {
3657
3657
  opacity: 1; }
3658
3658
 
3659
- .cdr-popup--closed_11-2-0 {
3659
+ .cdr-popup--closed_11-3-1 {
3660
3660
  opacity: 0; }
3661
3661
 
3662
- .cdr-popup__content_11-2-0 {
3662
+ .cdr-popup__content_11-3-1 {
3663
3663
  -webkit-animation-duration: 0.2s;
3664
3664
  animation-duration: 0.2s;
3665
3665
  -webkit-animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
@@ -3677,7 +3677,7 @@
3677
3677
  position: absolute;
3678
3678
  z-index: 100; }
3679
3679
 
3680
- .cdr-popup__arrow_11-2-0::before, .cdr-popup__arrow_11-2-0::after {
3680
+ .cdr-popup__arrow_11-3-1::before, .cdr-popup__arrow_11-3-1::after {
3681
3681
  content: '';
3682
3682
  position: absolute;
3683
3683
  margin: auto;
@@ -3693,134 +3693,134 @@
3693
3693
  animation-fill-mode: forwards;
3694
3694
  z-index: 100; }
3695
3695
 
3696
- .cdr-popup__arrow_11-2-0::before {
3696
+ .cdr-popup__arrow_11-3-1::before {
3697
3697
  border-width: 1rem; }
3698
3698
 
3699
- .cdr-popup__arrow_11-2-0::after {
3699
+ .cdr-popup__arrow_11-3-1::after {
3700
3700
  border-width: 0.9rem; }
3701
3701
 
3702
- .cdr-popup--top_11-2-0 .cdr-popup__content_11-2-0, .cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::after, .cdr-popup--bottom_11-2-0 .cdr-popup__content_11-2-0, .cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::after {
3702
+ .cdr-popup--top_11-3-1 .cdr-popup__content_11-3-1, .cdr-popup--top_11-3-1 .cdr-popup__arrow_11-3-1::before, .cdr-popup--top_11-3-1 .cdr-popup__arrow_11-3-1::after, .cdr-popup--bottom_11-3-1 .cdr-popup__content_11-3-1, .cdr-popup--bottom_11-3-1 .cdr-popup__arrow_11-3-1::before, .cdr-popup--bottom_11-3-1 .cdr-popup__arrow_11-3-1::after {
3703
3703
  left: 50%;
3704
3704
  transform: translateX(-50%); }
3705
3705
 
3706
- .cdr-popup--bottom_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__content_11-2-0 {
3706
+ .cdr-popup--bottom_11-3-1.cdr-popup--open_11-3-1 .cdr-popup__content_11-3-1 {
3707
3707
  -webkit-animation-name: popup-enter-down;
3708
3708
  animation-name: popup-enter-down; }
3709
3709
 
3710
- .cdr-popup--bottom_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--bottom_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::after {
3710
+ .cdr-popup--bottom_11-3-1.cdr-popup--open_11-3-1 .cdr-popup__arrow_11-3-1::before, .cdr-popup--bottom_11-3-1.cdr-popup--open_11-3-1 .cdr-popup__arrow_11-3-1::after {
3711
3711
  -webkit-animation-name: popup-arrow-enter-down;
3712
3712
  animation-name: popup-arrow-enter-down; }
3713
3713
 
3714
- .cdr-popup--bottom_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__content_11-2-0 {
3714
+ .cdr-popup--bottom_11-3-1.cdr-popup--exit_11-3-1 .cdr-popup__content_11-3-1 {
3715
3715
  -webkit-animation-name: popup-exit-down;
3716
3716
  animation-name: popup-exit-down; }
3717
3717
 
3718
- .cdr-popup--bottom_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--bottom_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::after {
3718
+ .cdr-popup--bottom_11-3-1.cdr-popup--exit_11-3-1 .cdr-popup__arrow_11-3-1::before, .cdr-popup--bottom_11-3-1.cdr-popup--exit_11-3-1 .cdr-popup__arrow_11-3-1::after {
3719
3719
  -webkit-animation-name: popup-arrow-exit-down;
3720
3720
  animation-name: popup-arrow-exit-down; }
3721
3721
 
3722
- .cdr-popup--bottom_11-2-0 .cdr-popup__content_11-2-0 {
3722
+ .cdr-popup--bottom_11-3-1 .cdr-popup__content_11-3-1 {
3723
3723
  top: calc(100% + 1.4rem); }
3724
3724
 
3725
- .cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::before {
3725
+ .cdr-popup--bottom_11-3-1 .cdr-popup__arrow_11-3-1::before {
3726
3726
  border-bottom-color: #928b80; }
3727
3727
 
3728
- .cdr-popup--bottom_11-2-0 .cdr-popup__arrow_11-2-0::after {
3728
+ .cdr-popup--bottom_11-3-1 .cdr-popup__arrow_11-3-1::after {
3729
3729
  border-bottom-color: #ffffff; }
3730
3730
 
3731
- .cdr-popup--top_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__content_11-2-0 {
3731
+ .cdr-popup--top_11-3-1.cdr-popup--open_11-3-1 .cdr-popup__content_11-3-1 {
3732
3732
  -webkit-animation-name: popup-enter-up;
3733
3733
  animation-name: popup-enter-up; }
3734
3734
 
3735
- .cdr-popup--top_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--top_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::after {
3735
+ .cdr-popup--top_11-3-1.cdr-popup--open_11-3-1 .cdr-popup__arrow_11-3-1::before, .cdr-popup--top_11-3-1.cdr-popup--open_11-3-1 .cdr-popup__arrow_11-3-1::after {
3736
3736
  -webkit-animation-name: popup-arrow-enter-up;
3737
3737
  animation-name: popup-arrow-enter-up; }
3738
3738
 
3739
- .cdr-popup--top_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__content_11-2-0 {
3739
+ .cdr-popup--top_11-3-1.cdr-popup--exit_11-3-1 .cdr-popup__content_11-3-1 {
3740
3740
  -webkit-animation-name: popup-exit-up;
3741
3741
  animation-name: popup-exit-up; }
3742
3742
 
3743
- .cdr-popup--top_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--top_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::after {
3743
+ .cdr-popup--top_11-3-1.cdr-popup--exit_11-3-1 .cdr-popup__arrow_11-3-1::before, .cdr-popup--top_11-3-1.cdr-popup--exit_11-3-1 .cdr-popup__arrow_11-3-1::after {
3744
3744
  -webkit-animation-name: popup-arrow-exit-up;
3745
3745
  animation-name: popup-arrow-exit-up; }
3746
3746
 
3747
- .cdr-popup--top_11-2-0 .cdr-popup__content_11-2-0 {
3747
+ .cdr-popup--top_11-3-1 .cdr-popup__content_11-3-1 {
3748
3748
  bottom: calc(100% + 1.4rem); }
3749
3749
 
3750
- .cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::before {
3750
+ .cdr-popup--top_11-3-1 .cdr-popup__arrow_11-3-1::before {
3751
3751
  border-top-color: #928b80; }
3752
3752
 
3753
- .cdr-popup--top_11-2-0 .cdr-popup__arrow_11-2-0::after {
3753
+ .cdr-popup--top_11-3-1 .cdr-popup__arrow_11-3-1::after {
3754
3754
  border-top-color: #ffffff; }
3755
3755
 
3756
- .cdr-popup--corner-left_11-2-0 .cdr-popup__content_11-2-0 {
3756
+ .cdr-popup--corner-left_11-3-1 .cdr-popup__content_11-3-1 {
3757
3757
  left: 0;
3758
3758
  transform: unset; }
3759
3759
 
3760
- .cdr-popup--corner-right_11-2-0 .cdr-popup__content_11-2-0 {
3760
+ .cdr-popup--corner-right_11-3-1 .cdr-popup__content_11-3-1 {
3761
3761
  left: unset;
3762
3762
  right: 0;
3763
3763
  transform: unset; }
3764
3764
 
3765
- .cdr-popup--left_11-2-0 .cdr-popup__content_11-2-0, .cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::after, .cdr-popup--right_11-2-0 .cdr-popup__content_11-2-0, .cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::after {
3765
+ .cdr-popup--left_11-3-1 .cdr-popup__content_11-3-1, .cdr-popup--left_11-3-1 .cdr-popup__arrow_11-3-1::before, .cdr-popup--left_11-3-1 .cdr-popup__arrow_11-3-1::after, .cdr-popup--right_11-3-1 .cdr-popup__content_11-3-1, .cdr-popup--right_11-3-1 .cdr-popup__arrow_11-3-1::before, .cdr-popup--right_11-3-1 .cdr-popup__arrow_11-3-1::after {
3766
3766
  top: 50%;
3767
3767
  transform: translateY(-50%); }
3768
3768
 
3769
- .cdr-popup--left_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__content_11-2-0 {
3769
+ .cdr-popup--left_11-3-1.cdr-popup--open_11-3-1 .cdr-popup__content_11-3-1 {
3770
3770
  -webkit-animation-name: popup-enter-left;
3771
3771
  animation-name: popup-enter-left; }
3772
3772
 
3773
- .cdr-popup--left_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--left_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::after {
3773
+ .cdr-popup--left_11-3-1.cdr-popup--open_11-3-1 .cdr-popup__arrow_11-3-1::before, .cdr-popup--left_11-3-1.cdr-popup--open_11-3-1 .cdr-popup__arrow_11-3-1::after {
3774
3774
  -webkit-animation-name: popup-arrow-enter-left;
3775
3775
  animation-name: popup-arrow-enter-left; }
3776
3776
 
3777
- .cdr-popup--left_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__content_11-2-0 {
3777
+ .cdr-popup--left_11-3-1.cdr-popup--exit_11-3-1 .cdr-popup__content_11-3-1 {
3778
3778
  -webkit-animation-name: popup-exit-left;
3779
3779
  animation-name: popup-exit-left; }
3780
3780
 
3781
- .cdr-popup--left_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--left_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::after {
3781
+ .cdr-popup--left_11-3-1.cdr-popup--exit_11-3-1 .cdr-popup__arrow_11-3-1::before, .cdr-popup--left_11-3-1.cdr-popup--exit_11-3-1 .cdr-popup__arrow_11-3-1::after {
3782
3782
  -webkit-animation-name: popup-arrow-exit-left;
3783
3783
  animation-name: popup-arrow-exit-left; }
3784
3784
 
3785
- .cdr-popup--left_11-2-0 .cdr-popup__content_11-2-0 {
3785
+ .cdr-popup--left_11-3-1 .cdr-popup__content_11-3-1 {
3786
3786
  right: calc(100% + 1.4rem); }
3787
3787
 
3788
- .cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::before {
3788
+ .cdr-popup--left_11-3-1 .cdr-popup__arrow_11-3-1::before {
3789
3789
  border-left-color: #928b80; }
3790
3790
 
3791
- .cdr-popup--left_11-2-0 .cdr-popup__arrow_11-2-0::after {
3791
+ .cdr-popup--left_11-3-1 .cdr-popup__arrow_11-3-1::after {
3792
3792
  border-left-color: #ffffff; }
3793
3793
 
3794
- .cdr-popup--right_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__content_11-2-0 {
3794
+ .cdr-popup--right_11-3-1.cdr-popup--open_11-3-1 .cdr-popup__content_11-3-1 {
3795
3795
  -webkit-animation-name: popup-enter-right;
3796
3796
  animation-name: popup-enter-right; }
3797
3797
 
3798
- .cdr-popup--right_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--right_11-2-0.cdr-popup--open_11-2-0 .cdr-popup__arrow_11-2-0::after {
3798
+ .cdr-popup--right_11-3-1.cdr-popup--open_11-3-1 .cdr-popup__arrow_11-3-1::before, .cdr-popup--right_11-3-1.cdr-popup--open_11-3-1 .cdr-popup__arrow_11-3-1::after {
3799
3799
  -webkit-animation-name: popup-arrow-enter-right;
3800
3800
  animation-name: popup-arrow-enter-right; }
3801
3801
 
3802
- .cdr-popup--right_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__content_11-2-0 {
3802
+ .cdr-popup--right_11-3-1.cdr-popup--exit_11-3-1 .cdr-popup__content_11-3-1 {
3803
3803
  -webkit-animation-name: popup-exit-right;
3804
3804
  animation-name: popup-exit-right; }
3805
3805
 
3806
- .cdr-popup--right_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::before, .cdr-popup--right_11-2-0.cdr-popup--exit_11-2-0 .cdr-popup__arrow_11-2-0::after {
3806
+ .cdr-popup--right_11-3-1.cdr-popup--exit_11-3-1 .cdr-popup__arrow_11-3-1::before, .cdr-popup--right_11-3-1.cdr-popup--exit_11-3-1 .cdr-popup__arrow_11-3-1::after {
3807
3807
  -webkit-animation-name: popup-arrow-exit-right;
3808
3808
  animation-name: popup-arrow-exit-right; }
3809
3809
 
3810
- .cdr-popup--right_11-2-0 .cdr-popup__content_11-2-0 {
3810
+ .cdr-popup--right_11-3-1 .cdr-popup__content_11-3-1 {
3811
3811
  left: calc(100% + 1.4rem); }
3812
3812
 
3813
- .cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::before {
3813
+ .cdr-popup--right_11-3-1 .cdr-popup__arrow_11-3-1::before {
3814
3814
  border-right-color: #928b80; }
3815
3815
 
3816
- .cdr-popup--right_11-2-0 .cdr-popup__arrow_11-2-0::after {
3816
+ .cdr-popup--right_11-3-1 .cdr-popup__arrow_11-3-1::after {
3817
3817
  border-right-color: #ffffff; }
3818
3818
 
3819
- .cdr-popup--corner-top_11-2-0 .cdr-popup__content_11-2-0 {
3819
+ .cdr-popup--corner-top_11-3-1 .cdr-popup__content_11-3-1 {
3820
3820
  top: 0;
3821
3821
  transform: unset; }
3822
3822
 
3823
- .cdr-popup--corner-bottom_11-2-0 .cdr-popup__content_11-2-0 {
3823
+ .cdr-popup--corner-bottom_11-3-1 .cdr-popup__content_11-3-1 {
3824
3824
  top: unset;
3825
3825
  bottom: 0;
3826
3826
  transform: unset; }