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