@rei/cedar 11.0.1 → 11.1.0

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