@alfalab/core-components-tabs 8.9.5 → 8.9.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/components/primary-tablist/Component.collapsible.js +1 -1
  2. package/components/primary-tablist/Component.desktop.js +1 -1
  3. package/components/primary-tablist/Component.mobile.js +2 -2
  4. package/components/primary-tablist/index.css +142 -140
  5. package/components/primary-tablist/mobile.css +295 -258
  6. package/components/scroll-controls/Component.js +1 -1
  7. package/components/scroll-controls/index.css +17 -15
  8. package/components/scrollable-container/Component.js +1 -1
  9. package/components/scrollable-container/index.css +12 -10
  10. package/components/secondary-tablist/Component.desktop.js +1 -1
  11. package/components/secondary-tablist/Component.mobile.js +2 -2
  12. package/components/secondary-tablist/index.css +25 -23
  13. package/components/secondary-tablist/mobile.css +92 -55
  14. package/components/tab/Component.js +1 -1
  15. package/components/tab/index.css +3 -3
  16. package/cssm/components/primary-tablist/index.module.css +10 -8
  17. package/cssm/components/primary-tablist/mobile.module.css +5 -3
  18. package/cssm/components/primary-tablist/text-styles.module.css +3 -1
  19. package/cssm/components/scroll-controls/index.module.css +5 -3
  20. package/cssm/components/scrollable-container/index.module.css +6 -4
  21. package/cssm/components/secondary-tablist/index.module.css +8 -6
  22. package/cssm/components/secondary-tablist/mobile.module.css +4 -2
  23. package/cssm/vars.css +3 -1
  24. package/esm/components/primary-tablist/Component.collapsible.js +1 -1
  25. package/esm/components/primary-tablist/Component.desktop.js +1 -1
  26. package/esm/components/primary-tablist/Component.mobile.js +2 -2
  27. package/esm/components/primary-tablist/index.css +142 -140
  28. package/esm/components/primary-tablist/mobile.css +295 -258
  29. package/esm/components/scroll-controls/Component.js +1 -1
  30. package/esm/components/scroll-controls/index.css +17 -15
  31. package/esm/components/scrollable-container/Component.js +1 -1
  32. package/esm/components/scrollable-container/index.css +12 -10
  33. package/esm/components/secondary-tablist/Component.desktop.js +1 -1
  34. package/esm/components/secondary-tablist/Component.mobile.js +2 -2
  35. package/esm/components/secondary-tablist/index.css +25 -23
  36. package/esm/components/secondary-tablist/mobile.css +92 -55
  37. package/esm/components/tab/Component.js +1 -1
  38. package/esm/components/tab/index.css +3 -3
  39. package/esm/index.module-923011fe.js +4 -0
  40. package/esm/index.module-c4db491f.js +4 -0
  41. package/index.module-30e1ee94.js +6 -0
  42. package/index.module-ba45dec1.js +6 -0
  43. package/modern/components/primary-tablist/Component.collapsible.js +1 -1
  44. package/modern/components/primary-tablist/Component.desktop.js +1 -1
  45. package/modern/components/primary-tablist/Component.mobile.js +2 -2
  46. package/modern/components/primary-tablist/index.css +142 -140
  47. package/modern/components/primary-tablist/mobile.css +295 -258
  48. package/modern/components/scroll-controls/Component.js +1 -1
  49. package/modern/components/scroll-controls/index.css +17 -15
  50. package/modern/components/scrollable-container/Component.js +1 -1
  51. package/modern/components/scrollable-container/index.css +12 -10
  52. package/modern/components/secondary-tablist/Component.desktop.js +1 -1
  53. package/modern/components/secondary-tablist/Component.mobile.js +2 -2
  54. package/modern/components/secondary-tablist/index.css +25 -23
  55. package/modern/components/secondary-tablist/mobile.css +92 -55
  56. package/modern/components/tab/Component.js +1 -1
  57. package/modern/components/tab/index.css +3 -3
  58. package/modern/index.module-40a8f256.js +4 -0
  59. package/modern/index.module-aafb2a3f.js +4 -0
  60. package/package.json +5 -3
  61. package/esm/index.module-11df563c.js +0 -4
  62. package/esm/index.module-4a05dce7.js +0 -4
  63. package/index.module-0549d777.js +0 -6
  64. package/index.module-3c0656cb.js +0 -6
  65. package/modern/index.module-77e86557.js +0 -4
  66. package/modern/index.module-fac94b15.js +0 -4
@@ -1,4 +1,4 @@
1
- /* hash: 1rklg */
1
+ /* hash: g83ye */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  }/* deprecated */:root {
4
4
  --color-light-accent-primary: #ef3124;
@@ -17,15 +17,17 @@
17
17
 
18
18
  /* Hard up */
19
19
  }:root {
20
- }:root {
21
- --gap-2xs: 4px;
22
- --gap-xs: 8px;
23
- --gap-s: 12px;
24
- --gap-m: 16px;
25
- --gap-l: 20px;
26
- --gap-xl: 24px;
27
- --gap-2xl: 32px;
28
- --gap-2xs-neg: -4px;
20
+ }:root { /* deprecated */
21
+ --gap-2xs: 4px; /* deprecated */
22
+ --gap-xs: 8px; /* deprecated */
23
+ --gap-s: 12px; /* deprecated */ /* deprecated */
24
+ --gap-m: 16px; /* deprecated */
25
+ --gap-l: 20px; /* deprecated */
26
+ --gap-xl: 24px; /* deprecated */
27
+ --gap-2xl: 32px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
28
+ --gap-2xs-neg: -4px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
29
+
30
+ /* новые значения, используйте их */
29
31
  }:root {
30
32
  --font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
31
33
  sans-serif;
@@ -92,11 +94,11 @@
92
94
  /* size l */
93
95
 
94
96
  /* size xl */
95
- }.tabs__component_e1h5l {
97
+ }.tabs__component_1ibzv {
96
98
  position: relative;
97
99
  display: inline-flex;
98
100
  min-width: 100%
99
- }.tabs__component_e1h5l:before {
101
+ }.tabs__component_1ibzv:before {
100
102
  content: '';
101
103
  display: block;
102
104
  position: absolute;
@@ -104,273 +106,273 @@
104
106
  height: 1px;
105
107
  width: 100%;
106
108
  background-color: var(--primary-tablist-bottom-border-color);
107
- }.tabs__desktop_e1h5l.paragraph-primary-large .title {
109
+ }.tabs__desktop_1ibzv.paragraph-primary-large .title {
108
110
  font-size: 18px;
109
111
  line-height: 24px;
110
112
  font-weight: 400;
111
- }.tabs__desktop_e1h5l.paragraph-primary-medium .title {
113
+ }.tabs__desktop_1ibzv.paragraph-primary-medium .title {
112
114
  font-size: 16px;
113
115
  line-height: 24px;
114
116
  font-weight: 400;
115
- }.tabs__desktop_e1h5l.paragraph-primary-small .title {
117
+ }.tabs__desktop_1ibzv.paragraph-primary-small .title {
116
118
  font-size: 14px;
117
119
  line-height: 20px;
118
120
  font-weight: 400;
119
- }.tabs__desktop_e1h5l.action-primary-large .title {
121
+ }.tabs__desktop_1ibzv.action-primary-large .title {
120
122
  font-size: 18px;
121
123
  line-height: 24px;
122
124
  font-weight: 500;
123
- }.tabs__desktop_e1h5l.action-primary-medium .title {
125
+ }.tabs__desktop_1ibzv.action-primary-medium .title {
124
126
  font-size: 16px;
125
127
  line-height: 24px;
126
128
  font-weight: 500;
127
- }.tabs__desktop_e1h5l.action-primary-small .title {
129
+ }.tabs__desktop_1ibzv.action-primary-small .title {
128
130
  font-size: 14px;
129
131
  line-height: 20px;
130
132
  font-weight: 500;
131
- }.tabs__desktop_e1h5l.accent-primary-large .title {
133
+ }.tabs__desktop_1ibzv.accent-primary-large .title {
132
134
  font-size: 18px;
133
135
  line-height: 24px;
134
136
  font-weight: 700;
135
- }.tabs__desktop_e1h5l.accent-primary-medium .title {
137
+ }.tabs__desktop_1ibzv.accent-primary-medium .title {
136
138
  font-size: 16px;
137
139
  line-height: 24px;
138
140
  font-weight: 700;
139
- }.tabs__desktop_e1h5l.accent-primary-small .title {
141
+ }.tabs__desktop_1ibzv.accent-primary-small .title {
140
142
  font-size: 14px;
141
143
  line-height: 20px;
142
144
  font-weight: 700;
143
- }.tabs__desktop_e1h5l.paragraph-primary-large .title, .tabs__desktop_e1h5l.paragraph-primary-medium .title, .tabs__desktop_e1h5l.accent-primary-large .title, .tabs__desktop_e1h5l.accent-primary-medium .title, .tabs__desktop_e1h5l.action-primary-large .title, .tabs__desktop_e1h5l.action-primary-medium .title {
145
+ }.tabs__desktop_1ibzv.paragraph-primary-large .title, .tabs__desktop_1ibzv.paragraph-primary-medium .title, .tabs__desktop_1ibzv.accent-primary-large .title, .tabs__desktop_1ibzv.accent-primary-medium .title, .tabs__desktop_1ibzv.action-primary-large .title, .tabs__desktop_1ibzv.action-primary-medium .title {
144
146
  padding-bottom: calc(24px / 2);
145
- }.tabs__desktop_e1h5l.paragraph-primary-large .title + .title,
146
- .tabs__desktop_e1h5l.paragraph-primary-large .pickerWrapper,
147
- .tabs__desktop_e1h5l.paragraph-primary-medium .title + .title,
148
- .tabs__desktop_e1h5l.paragraph-primary-medium .pickerWrapper,
149
- .tabs__desktop_e1h5l.accent-primary-large .title + .title,
150
- .tabs__desktop_e1h5l.accent-primary-large .pickerWrapper,
151
- .tabs__desktop_e1h5l.accent-primary-medium .title + .title,
152
- .tabs__desktop_e1h5l.accent-primary-medium .pickerWrapper,
153
- .tabs__desktop_e1h5l.action-primary-large .title + .title,
154
- .tabs__desktop_e1h5l.action-primary-large .pickerWrapper,
155
- .tabs__desktop_e1h5l.action-primary-medium .title + .title,
156
- .tabs__desktop_e1h5l.action-primary-medium .pickerWrapper {
147
+ }.tabs__desktop_1ibzv.paragraph-primary-large .title + .title,
148
+ .tabs__desktop_1ibzv.paragraph-primary-large .pickerWrapper,
149
+ .tabs__desktop_1ibzv.paragraph-primary-medium .title + .title,
150
+ .tabs__desktop_1ibzv.paragraph-primary-medium .pickerWrapper,
151
+ .tabs__desktop_1ibzv.accent-primary-large .title + .title,
152
+ .tabs__desktop_1ibzv.accent-primary-large .pickerWrapper,
153
+ .tabs__desktop_1ibzv.accent-primary-medium .title + .title,
154
+ .tabs__desktop_1ibzv.accent-primary-medium .pickerWrapper,
155
+ .tabs__desktop_1ibzv.action-primary-large .title + .title,
156
+ .tabs__desktop_1ibzv.action-primary-large .pickerWrapper,
157
+ .tabs__desktop_1ibzv.action-primary-medium .title + .title,
158
+ .tabs__desktop_1ibzv.action-primary-medium .pickerWrapper {
157
159
  margin-left: 24px;
158
- }.tabs__desktop_e1h5l.paragraph-primary-large .option, .tabs__desktop_e1h5l.paragraph-primary-medium .option, .tabs__desktop_e1h5l.accent-primary-large .option, .tabs__desktop_e1h5l.accent-primary-medium .option, .tabs__desktop_e1h5l.action-primary-large .option, .tabs__desktop_e1h5l.action-primary-medium .option {
160
+ }.tabs__desktop_1ibzv.paragraph-primary-large .option, .tabs__desktop_1ibzv.paragraph-primary-medium .option, .tabs__desktop_1ibzv.accent-primary-large .option, .tabs__desktop_1ibzv.accent-primary-medium .option, .tabs__desktop_1ibzv.action-primary-large .option, .tabs__desktop_1ibzv.action-primary-medium .option {
159
161
  padding: 0;
160
- }.tabs__desktop_e1h5l.paragraph-primary-large .scrollControls > button, .tabs__desktop_e1h5l.paragraph-primary-medium .scrollControls > button, .tabs__desktop_e1h5l.accent-primary-large .scrollControls > button, .tabs__desktop_e1h5l.accent-primary-medium .scrollControls > button, .tabs__desktop_e1h5l.action-primary-large .scrollControls > button, .tabs__desktop_e1h5l.action-primary-medium .scrollControls > button {
162
+ }.tabs__desktop_1ibzv.paragraph-primary-large .scrollControls > button, .tabs__desktop_1ibzv.paragraph-primary-medium .scrollControls > button, .tabs__desktop_1ibzv.accent-primary-large .scrollControls > button, .tabs__desktop_1ibzv.accent-primary-medium .scrollControls > button, .tabs__desktop_1ibzv.action-primary-large .scrollControls > button, .tabs__desktop_1ibzv.action-primary-medium .scrollControls > button {
161
163
  box-sizing: content-box;
162
164
  width: 24px;
163
165
  height: 24px;
164
166
  padding: 0;
165
- }.tabs__desktop_e1h5l.paragraph-primary-large .scrollControls button:first-child, .tabs__desktop_e1h5l.paragraph-primary-medium .scrollControls button:first-child, .tabs__desktop_e1h5l.accent-primary-large .scrollControls button:first-child, .tabs__desktop_e1h5l.accent-primary-medium .scrollControls button:first-child, .tabs__desktop_e1h5l.action-primary-large .scrollControls button:first-child, .tabs__desktop_e1h5l.action-primary-medium .scrollControls button:first-child {
167
+ }.tabs__desktop_1ibzv.paragraph-primary-large .scrollControls button:first-child, .tabs__desktop_1ibzv.paragraph-primary-medium .scrollControls button:first-child, .tabs__desktop_1ibzv.accent-primary-large .scrollControls button:first-child, .tabs__desktop_1ibzv.accent-primary-medium .scrollControls button:first-child, .tabs__desktop_1ibzv.action-primary-large .scrollControls button:first-child, .tabs__desktop_1ibzv.action-primary-medium .scrollControls button:first-child {
166
168
  margin: 0 0 0 calc(24px / 2);
167
- }.tabs__desktop_e1h5l.paragraph-primary-small .title, .tabs__desktop_e1h5l.accent-primary-small .title, .tabs__desktop_e1h5l.action-primary-small .title {
169
+ }.tabs__desktop_1ibzv.paragraph-primary-small .title, .tabs__desktop_1ibzv.accent-primary-small .title, .tabs__desktop_1ibzv.action-primary-small .title {
168
170
  padding-bottom: calc(20px / 2);
169
- }.tabs__desktop_e1h5l.paragraph-primary-small .title + .title,
170
- .tabs__desktop_e1h5l.paragraph-primary-small .pickerWrapper,
171
- .tabs__desktop_e1h5l.accent-primary-small .title + .title,
172
- .tabs__desktop_e1h5l.accent-primary-small .pickerWrapper,
173
- .tabs__desktop_e1h5l.action-primary-small .title + .title,
174
- .tabs__desktop_e1h5l.action-primary-small .pickerWrapper {
171
+ }.tabs__desktop_1ibzv.paragraph-primary-small .title + .title,
172
+ .tabs__desktop_1ibzv.paragraph-primary-small .pickerWrapper,
173
+ .tabs__desktop_1ibzv.accent-primary-small .title + .title,
174
+ .tabs__desktop_1ibzv.accent-primary-small .pickerWrapper,
175
+ .tabs__desktop_1ibzv.action-primary-small .title + .title,
176
+ .tabs__desktop_1ibzv.action-primary-small .pickerWrapper {
175
177
  margin-left: 20px;
176
- }.tabs__desktop_e1h5l.paragraph-primary-small .option, .tabs__desktop_e1h5l.accent-primary-small .option, .tabs__desktop_e1h5l.action-primary-small .option {
178
+ }.tabs__desktop_1ibzv.paragraph-primary-small .option, .tabs__desktop_1ibzv.accent-primary-small .option, .tabs__desktop_1ibzv.action-primary-small .option {
177
179
  padding: 0;
178
- }.tabs__desktop_e1h5l.paragraph-primary-small .scrollControls > button, .tabs__desktop_e1h5l.accent-primary-small .scrollControls > button, .tabs__desktop_e1h5l.action-primary-small .scrollControls > button {
180
+ }.tabs__desktop_1ibzv.paragraph-primary-small .scrollControls > button, .tabs__desktop_1ibzv.accent-primary-small .scrollControls > button, .tabs__desktop_1ibzv.action-primary-small .scrollControls > button {
179
181
  box-sizing: content-box;
180
182
  width: 20px;
181
183
  height: 20px;
182
184
  padding: 0;
183
- }.tabs__desktop_e1h5l.paragraph-primary-small .scrollControls button:first-child, .tabs__desktop_e1h5l.accent-primary-small .scrollControls button:first-child, .tabs__desktop_e1h5l.action-primary-small .scrollControls button:first-child {
185
+ }.tabs__desktop_1ibzv.paragraph-primary-small .scrollControls button:first-child, .tabs__desktop_1ibzv.accent-primary-small .scrollControls button:first-child, .tabs__desktop_1ibzv.action-primary-small .scrollControls button:first-child {
184
186
  margin: 0 0 0 calc(20px / 2);
185
- }.tabs__desktop_e1h5l.headline-system-xlarge .title {
187
+ }.tabs__desktop_1ibzv.headline-system-xlarge .title {
186
188
  font-size: 48px;
187
189
  line-height: 52px;
188
190
  font-weight: 700;
189
- }.tabs__desktop_e1h5l.headline-system-large .title {
191
+ }.tabs__desktop_1ibzv.headline-system-large .title {
190
192
  font-size: 40px;
191
193
  line-height: 48px;
192
194
  font-weight: 700;
193
- }.tabs__desktop_e1h5l.headline-system-medium .title {
195
+ }.tabs__desktop_1ibzv.headline-system-medium .title {
194
196
  font-size: 30px;
195
197
  line-height: 36px;
196
198
  font-weight: 700;
197
- }.tabs__desktop_e1h5l.headline-system-small .title {
199
+ }.tabs__desktop_1ibzv.headline-system-small .title {
198
200
  font-size: 22px;
199
201
  line-height: 26px;
200
202
  font-weight: 700;
201
- }.tabs__desktop_e1h5l.headline-system-xsmall .title {
203
+ }.tabs__desktop_1ibzv.headline-system-xsmall .title {
202
204
  font-size: 18px;
203
205
  line-height: 22px;
204
206
  font-weight: 700;
205
- }.tabs__desktop_e1h5l.headline-xlarge .title {
207
+ }.tabs__desktop_1ibzv.headline-xlarge .title {
206
208
  font-size: 48px;
207
209
  line-height: 64px;
208
210
  font-weight: 500;
209
211
  font-feature-settings: 'ss01';
210
212
  font-family: var(--font-family-styrene);
211
- }.tabs__desktop_e1h5l.headline-large .title {
213
+ }.tabs__desktop_1ibzv.headline-large .title {
212
214
  font-size: 40px;
213
215
  line-height: 48px;
214
216
  font-weight: 500;
215
217
  font-feature-settings: 'ss01';
216
218
  font-family: var(--font-family-styrene);
217
- }.tabs__desktop_e1h5l.headline-medium .title {
219
+ }.tabs__desktop_1ibzv.headline-medium .title {
218
220
  font-size: 32px;
219
221
  line-height: 40px;
220
222
  font-weight: 500;
221
223
  font-feature-settings: 'ss01';
222
224
  font-family: var(--font-family-styrene);
223
- }.tabs__desktop_e1h5l.headline-small .title {
225
+ }.tabs__desktop_1ibzv.headline-small .title {
224
226
  font-size: 24px;
225
227
  line-height: 32px;
226
228
  font-weight: 500;
227
229
  font-feature-settings: 'ss01';
228
230
  font-family: var(--font-family-styrene);
229
- }.tabs__desktop_e1h5l.headline-xsmall .title {
231
+ }.tabs__desktop_1ibzv.headline-xsmall .title {
230
232
  font-size: 20px;
231
233
  line-height: 24px;
232
234
  font-weight: 500;
233
235
  font-feature-settings: 'ss01';
234
236
  font-family: var(--font-family-styrene);
235
- }.tabs__desktop_e1h5l.headline-system-xlarge .title {
237
+ }.tabs__desktop_1ibzv.headline-system-xlarge .title {
236
238
  padding-bottom: calc(52px / 2);
237
- }.tabs__desktop_e1h5l.headline-system-xlarge .title + .title,
238
- .tabs__desktop_e1h5l.headline-system-xlarge .pickerWrapper {
239
+ }.tabs__desktop_1ibzv.headline-system-xlarge .title + .title,
240
+ .tabs__desktop_1ibzv.headline-system-xlarge .pickerWrapper {
239
241
  margin-left: 52px;
240
- }.tabs__desktop_e1h5l.headline-system-xlarge .option {
242
+ }.tabs__desktop_1ibzv.headline-system-xlarge .option {
241
243
  padding: 0;
242
- }.tabs__desktop_e1h5l.headline-system-xlarge .scrollControls > button {
244
+ }.tabs__desktop_1ibzv.headline-system-xlarge .scrollControls > button {
243
245
  box-sizing: content-box;
244
246
  width: 52px;
245
247
  height: 52px;
246
248
  padding: 0;
247
- }.tabs__desktop_e1h5l.headline-system-xlarge .scrollControls button:first-child {
249
+ }.tabs__desktop_1ibzv.headline-system-xlarge .scrollControls button:first-child {
248
250
  margin: 0 0 0 calc(52px / 2);
249
- }.tabs__desktop_e1h5l.headline-system-large .title, .tabs__desktop_e1h5l.headline-large .title {
251
+ }.tabs__desktop_1ibzv.headline-system-large .title, .tabs__desktop_1ibzv.headline-large .title {
250
252
  padding-bottom: calc(48px / 2);
251
- }.tabs__desktop_e1h5l.headline-system-large .title + .title,
252
- .tabs__desktop_e1h5l.headline-system-large .pickerWrapper,
253
- .tabs__desktop_e1h5l.headline-large .title + .title,
254
- .tabs__desktop_e1h5l.headline-large .pickerWrapper {
253
+ }.tabs__desktop_1ibzv.headline-system-large .title + .title,
254
+ .tabs__desktop_1ibzv.headline-system-large .pickerWrapper,
255
+ .tabs__desktop_1ibzv.headline-large .title + .title,
256
+ .tabs__desktop_1ibzv.headline-large .pickerWrapper {
255
257
  margin-left: 48px;
256
- }.tabs__desktop_e1h5l.headline-system-large .option, .tabs__desktop_e1h5l.headline-large .option {
258
+ }.tabs__desktop_1ibzv.headline-system-large .option, .tabs__desktop_1ibzv.headline-large .option {
257
259
  padding: 0;
258
- }.tabs__desktop_e1h5l.headline-system-large .scrollControls > button, .tabs__desktop_e1h5l.headline-large .scrollControls > button {
260
+ }.tabs__desktop_1ibzv.headline-system-large .scrollControls > button, .tabs__desktop_1ibzv.headline-large .scrollControls > button {
259
261
  box-sizing: content-box;
260
262
  width: 48px;
261
263
  height: 48px;
262
264
  padding: 0;
263
- }.tabs__desktop_e1h5l.headline-system-large .scrollControls button:first-child, .tabs__desktop_e1h5l.headline-large .scrollControls button:first-child {
265
+ }.tabs__desktop_1ibzv.headline-system-large .scrollControls button:first-child, .tabs__desktop_1ibzv.headline-large .scrollControls button:first-child {
264
266
  margin: 0 0 0 calc(48px / 2);
265
- }.tabs__desktop_e1h5l.headline-system-medium .title {
267
+ }.tabs__desktop_1ibzv.headline-system-medium .title {
266
268
  padding-bottom: calc(36px / 2);
267
- }.tabs__desktop_e1h5l.headline-system-medium .title + .title,
268
- .tabs__desktop_e1h5l.headline-system-medium .pickerWrapper {
269
+ }.tabs__desktop_1ibzv.headline-system-medium .title + .title,
270
+ .tabs__desktop_1ibzv.headline-system-medium .pickerWrapper {
269
271
  margin-left: 36px;
270
- }.tabs__desktop_e1h5l.headline-system-medium .option {
272
+ }.tabs__desktop_1ibzv.headline-system-medium .option {
271
273
  padding: 0;
272
- }.tabs__desktop_e1h5l.headline-system-medium .scrollControls > button {
274
+ }.tabs__desktop_1ibzv.headline-system-medium .scrollControls > button {
273
275
  box-sizing: content-box;
274
276
  width: 36px;
275
277
  height: 36px;
276
278
  padding: 0;
277
- }.tabs__desktop_e1h5l.headline-system-medium .scrollControls button:first-child {
279
+ }.tabs__desktop_1ibzv.headline-system-medium .scrollControls button:first-child {
278
280
  margin: 0 0 0 calc(36px / 2);
279
- }.tabs__desktop_e1h5l.headline-system-small .title {
281
+ }.tabs__desktop_1ibzv.headline-system-small .title {
280
282
  padding-bottom: calc(26px / 2);
281
- }.tabs__desktop_e1h5l.headline-system-small .title + .title,
282
- .tabs__desktop_e1h5l.headline-system-small .pickerWrapper {
283
+ }.tabs__desktop_1ibzv.headline-system-small .title + .title,
284
+ .tabs__desktop_1ibzv.headline-system-small .pickerWrapper {
283
285
  margin-left: 26px;
284
- }.tabs__desktop_e1h5l.headline-system-small .option {
286
+ }.tabs__desktop_1ibzv.headline-system-small .option {
285
287
  padding: 0;
286
- }.tabs__desktop_e1h5l.headline-system-small .scrollControls > button {
288
+ }.tabs__desktop_1ibzv.headline-system-small .scrollControls > button {
287
289
  box-sizing: content-box;
288
290
  width: 26px;
289
291
  height: 26px;
290
292
  padding: 0;
291
- }.tabs__desktop_e1h5l.headline-system-small .scrollControls button:first-child {
293
+ }.tabs__desktop_1ibzv.headline-system-small .scrollControls button:first-child {
292
294
  margin: 0 0 0 calc(26px / 2);
293
- }.tabs__desktop_e1h5l.headline-system-xsmall .title {
295
+ }.tabs__desktop_1ibzv.headline-system-xsmall .title {
294
296
  padding-bottom: calc(22px / 2);
295
- }.tabs__desktop_e1h5l.headline-system-xsmall .title + .title,
296
- .tabs__desktop_e1h5l.headline-system-xsmall .pickerWrapper {
297
+ }.tabs__desktop_1ibzv.headline-system-xsmall .title + .title,
298
+ .tabs__desktop_1ibzv.headline-system-xsmall .pickerWrapper {
297
299
  margin-left: 22px;
298
- }.tabs__desktop_e1h5l.headline-system-xsmall .option {
300
+ }.tabs__desktop_1ibzv.headline-system-xsmall .option {
299
301
  padding: 0;
300
- }.tabs__desktop_e1h5l.headline-system-xsmall .scrollControls > button {
302
+ }.tabs__desktop_1ibzv.headline-system-xsmall .scrollControls > button {
301
303
  box-sizing: content-box;
302
304
  width: 22px;
303
305
  height: 22px;
304
306
  padding: 0;
305
- }.tabs__desktop_e1h5l.headline-system-xsmall .scrollControls button:first-child {
307
+ }.tabs__desktop_1ibzv.headline-system-xsmall .scrollControls button:first-child {
306
308
  margin: 0 0 0 calc(22px / 2);
307
- }.tabs__desktop_e1h5l.headline-xlarge .title {
309
+ }.tabs__desktop_1ibzv.headline-xlarge .title {
308
310
  padding-bottom: calc(64px / 2);
309
- }.tabs__desktop_e1h5l.headline-xlarge .title + .title,
310
- .tabs__desktop_e1h5l.headline-xlarge .pickerWrapper {
311
+ }.tabs__desktop_1ibzv.headline-xlarge .title + .title,
312
+ .tabs__desktop_1ibzv.headline-xlarge .pickerWrapper {
311
313
  margin-left: 64px;
312
- }.tabs__desktop_e1h5l.headline-xlarge .option {
314
+ }.tabs__desktop_1ibzv.headline-xlarge .option {
313
315
  padding: 0;
314
- }.tabs__desktop_e1h5l.headline-xlarge .scrollControls > button {
316
+ }.tabs__desktop_1ibzv.headline-xlarge .scrollControls > button {
315
317
  box-sizing: content-box;
316
318
  width: 64px;
317
319
  height: 64px;
318
320
  padding: 0;
319
- }.tabs__desktop_e1h5l.headline-xlarge .scrollControls button:first-child {
321
+ }.tabs__desktop_1ibzv.headline-xlarge .scrollControls button:first-child {
320
322
  margin: 0 0 0 calc(64px / 2);
321
- }.tabs__desktop_e1h5l.headline-medium .title {
323
+ }.tabs__desktop_1ibzv.headline-medium .title {
322
324
  padding-bottom: calc(40px / 2);
323
- }.tabs__desktop_e1h5l.headline-medium .title + .title,
324
- .tabs__desktop_e1h5l.headline-medium .pickerWrapper {
325
+ }.tabs__desktop_1ibzv.headline-medium .title + .title,
326
+ .tabs__desktop_1ibzv.headline-medium .pickerWrapper {
325
327
  margin-left: 40px;
326
- }.tabs__desktop_e1h5l.headline-medium .option {
328
+ }.tabs__desktop_1ibzv.headline-medium .option {
327
329
  padding: 0;
328
- }.tabs__desktop_e1h5l.headline-medium .scrollControls > button {
330
+ }.tabs__desktop_1ibzv.headline-medium .scrollControls > button {
329
331
  box-sizing: content-box;
330
332
  width: 40px;
331
333
  height: 40px;
332
334
  padding: 0;
333
- }.tabs__desktop_e1h5l.headline-medium .scrollControls button:first-child {
335
+ }.tabs__desktop_1ibzv.headline-medium .scrollControls button:first-child {
334
336
  margin: 0 0 0 calc(40px / 2);
335
- }.tabs__desktop_e1h5l.headline-small .title {
337
+ }.tabs__desktop_1ibzv.headline-small .title {
336
338
  padding-bottom: calc(32px / 2);
337
- }.tabs__desktop_e1h5l.headline-small .title + .title,
338
- .tabs__desktop_e1h5l.headline-small .pickerWrapper {
339
+ }.tabs__desktop_1ibzv.headline-small .title + .title,
340
+ .tabs__desktop_1ibzv.headline-small .pickerWrapper {
339
341
  margin-left: 32px;
340
- }.tabs__desktop_e1h5l.headline-small .option {
342
+ }.tabs__desktop_1ibzv.headline-small .option {
341
343
  padding: 0;
342
- }.tabs__desktop_e1h5l.headline-small .scrollControls > button {
344
+ }.tabs__desktop_1ibzv.headline-small .scrollControls > button {
343
345
  box-sizing: content-box;
344
346
  width: 32px;
345
347
  height: 32px;
346
348
  padding: 0;
347
- }.tabs__desktop_e1h5l.headline-small .scrollControls button:first-child {
349
+ }.tabs__desktop_1ibzv.headline-small .scrollControls button:first-child {
348
350
  margin: 0 0 0 calc(32px / 2);
349
- }.tabs__desktop_e1h5l.headline-xsmall .title {
351
+ }.tabs__desktop_1ibzv.headline-xsmall .title {
350
352
  padding-bottom: calc(24px / 2);
351
- }.tabs__desktop_e1h5l.headline-xsmall .title + .title,
352
- .tabs__desktop_e1h5l.headline-xsmall .pickerWrapper {
353
+ }.tabs__desktop_1ibzv.headline-xsmall .title + .title,
354
+ .tabs__desktop_1ibzv.headline-xsmall .pickerWrapper {
353
355
  margin-left: 24px;
354
- }.tabs__desktop_e1h5l.headline-xsmall .option {
356
+ }.tabs__desktop_1ibzv.headline-xsmall .option {
355
357
  padding: 0;
356
- }.tabs__desktop_e1h5l.headline-xsmall .scrollControls > button {
358
+ }.tabs__desktop_1ibzv.headline-xsmall .scrollControls > button {
357
359
  box-sizing: content-box;
358
360
  width: 24px;
359
361
  height: 24px;
360
362
  padding: 0;
361
- }.tabs__desktop_e1h5l.headline-xsmall .scrollControls button:first-child {
363
+ }.tabs__desktop_1ibzv.headline-xsmall .scrollControls button:first-child {
362
364
  margin: 0 0 0 calc(24px / 2);
363
- }.tabs__fullWidthScroll_e1h5l {
365
+ }.tabs__fullWidthScroll_1ibzv {
364
366
  min-width: calc(100% - 2 * var(--gap-m));
365
367
  margin: 0 var(--gap-m);
366
- }.tabs__container_e1h5l {
368
+ }.tabs__container_1ibzv {
367
369
  position: relative;
368
370
  overflow: hidden;
369
371
 
370
372
  /* focus-outline fix */
371
373
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
372
374
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
373
- }.tabs__title_e1h5l {
375
+ }.tabs__title_1ibzv {
374
376
  display: flex;
375
377
  align-items: center;
376
378
  height: 100%;
@@ -386,83 +388,83 @@
386
388
  -webkit-user-select: none;
387
389
  user-select: none;
388
390
  outline: none
389
- }.tabs__title_e1h5l:not(:disabled):hover {
391
+ }.tabs__title_1ibzv:not(:disabled):hover {
390
392
  color: var(--primary-tablist-hover-color);
391
- }.tabs__focused_e1h5l {
393
+ }.tabs__focused_1ibzv {
392
394
  outline: 2px solid var(--focus-color);
393
395
  outline-offset: 2px;
394
- }.tabs__collapsed_e1h5l {
396
+ }.tabs__collapsed_1ibzv {
395
397
  order: 99;
396
398
  visibility: collapse;
397
- }.tabs__selected_e1h5l {
399
+ }.tabs__selected_1ibzv {
398
400
  cursor: default;
399
401
  color: var(--primary-tablist-selected-color);
400
- }.tabs__disabled_e1h5l {
402
+ }.tabs__disabled_1ibzv {
401
403
  cursor: var(--disabled-cursor);
402
404
  color: var(--primary-tablist-disabled-color);
403
- }.tabs__line_e1h5l {
405
+ }.tabs__line_1ibzv {
404
406
  position: absolute;
405
407
  height: 3px;
406
408
  bottom: 0;
407
409
  left: 0;
408
410
  background-color: var(--primary-tablist-line-color);
409
411
  transition: transform 0.2s ease, width 0.2s ease;
410
- }.tabs__option_e1h5l {
412
+ }.tabs__option_1ibzv {
411
413
  color: var(--color-light-text-primary);
412
- }/* sizes */.tabs__s_e1h5l .tabs__title_e1h5l, .tabs__xs_e1h5l .tabs__title_e1h5l, .tabs__xxs_e1h5l .tabs__title_e1h5l {
414
+ }/* sizes */.tabs__s_1ibzv .tabs__title_1ibzv, .tabs__xs_1ibzv .tabs__title_1ibzv, .tabs__xxs_1ibzv .tabs__title_1ibzv {
413
415
  padding: var(--primary-tablist-s-padding);
414
416
  font-size: var(--primary-tablist-s-font-size);
415
417
  font-weight: var(--primary-tablist-s-font-weight);
416
418
  font-family: var(--primary-tablist-s-font-family);
417
419
  line-height: 24px;
418
- }.tabs__s_e1h5l .tabs__title_e1h5l + .tabs__title_e1h5l, .tabs__xs_e1h5l .tabs__title_e1h5l + .tabs__title_e1h5l, .tabs__xxs_e1h5l .tabs__title_e1h5l + .tabs__title_e1h5l {
420
+ }.tabs__s_1ibzv .tabs__title_1ibzv + .tabs__title_1ibzv, .tabs__xs_1ibzv .tabs__title_1ibzv + .tabs__title_1ibzv, .tabs__xxs_1ibzv .tabs__title_1ibzv + .tabs__title_1ibzv {
419
421
  margin-left: var(--primary-tablist-s-gaps);
420
- }.tabs__s_e1h5l .tabs__pickerWrapper_e1h5l, .tabs__xs_e1h5l .tabs__pickerWrapper_e1h5l, .tabs__xxs_e1h5l .tabs__pickerWrapper_e1h5l {
422
+ }.tabs__s_1ibzv .tabs__pickerWrapper_1ibzv, .tabs__xs_1ibzv .tabs__pickerWrapper_1ibzv, .tabs__xxs_1ibzv .tabs__pickerWrapper_1ibzv {
421
423
  margin-left: var(--primary-tablist-s-gaps);
422
- }.tabs__s_e1h5l .tabs__option_e1h5l, .tabs__xs_e1h5l .tabs__option_e1h5l, .tabs__xxs_e1h5l .tabs__option_e1h5l {
424
+ }.tabs__s_1ibzv .tabs__option_1ibzv, .tabs__xs_1ibzv .tabs__option_1ibzv, .tabs__xxs_1ibzv .tabs__option_1ibzv {
423
425
  padding: 0;
424
- }.tabs__m_e1h5l .tabs__title_e1h5l {
426
+ }.tabs__m_1ibzv .tabs__title_1ibzv {
425
427
  padding: var(--primary-tablist-m-padding);
426
428
  font-size: var(--primary-tablist-m-font-size);
427
429
  font-weight: var(--primary-tablist-m-font-weight);
428
430
  font-family: var(--primary-tablist-m-font-family);
429
431
  line-height: 24px;
430
- }.tabs__m_e1h5l .tabs__title_e1h5l + .tabs__title_e1h5l {
432
+ }.tabs__m_1ibzv .tabs__title_1ibzv + .tabs__title_1ibzv {
431
433
  margin-left: var(--primary-tablist-m-gaps);
432
- }.tabs__m_e1h5l .tabs__pickerWrapper_e1h5l {
434
+ }.tabs__m_1ibzv .tabs__pickerWrapper_1ibzv {
433
435
  margin-left: var(--primary-tablist-m-gaps);
434
- }.tabs__m_e1h5l .tabs__option_e1h5l {
436
+ }.tabs__m_1ibzv .tabs__option_1ibzv {
435
437
  padding: 0;
436
- }.tabs__l_e1h5l .tabs__title_e1h5l {
438
+ }.tabs__l_1ibzv .tabs__title_1ibzv {
437
439
  padding: var(--primary-tablist-l-padding);
438
440
  font-size: var(--primary-tablist-l-font-size);
439
441
  font-weight: var(--primary-tablist-l-font-weight);
440
442
  font-family: var(--primary-tablist-l-font-family);
441
443
  line-height: 24px;
442
- }.tabs__l_e1h5l .tabs__title_e1h5l + .tabs__title_e1h5l {
444
+ }.tabs__l_1ibzv .tabs__title_1ibzv + .tabs__title_1ibzv {
443
445
  margin-left: var(--primary-tablist-l-gaps);
444
- }.tabs__l_e1h5l .tabs__pickerWrapper_e1h5l {
446
+ }.tabs__l_1ibzv .tabs__pickerWrapper_1ibzv {
445
447
  margin-left: var(--primary-tablist-l-gaps);
446
- }.tabs__l_e1h5l .tabs__option_e1h5l {
448
+ }.tabs__l_1ibzv .tabs__option_1ibzv {
447
449
  padding: 0;
448
- }.tabs__xl_e1h5l .tabs__title_e1h5l {
450
+ }.tabs__xl_1ibzv .tabs__title_1ibzv {
449
451
  padding: var(--primary-tablist-xl-padding);
450
452
  font-size: var(--primary-tablist-xl-font-size);
451
453
  font-weight: var(--primary-tablist-xl-font-weight);
452
454
  font-family: var(--primary-tablist-xl-font-family);
453
455
  line-height: 32px;
454
- }.tabs__xl_e1h5l .tabs__title_e1h5l + .tabs__title_e1h5l {
456
+ }.tabs__xl_1ibzv .tabs__title_1ibzv + .tabs__title_1ibzv {
455
457
  margin-left: var(--primary-tablist-xl-gaps);
456
- }.tabs__xl_e1h5l .tabs__pickerWrapper_e1h5l {
458
+ }.tabs__xl_1ibzv .tabs__pickerWrapper_1ibzv {
457
459
  margin-left: var(--primary-tablist-xl-gaps);
458
- }.tabs__xl_e1h5l .tabs__option_e1h5l {
460
+ }.tabs__xl_1ibzv .tabs__option_1ibzv {
459
461
  padding: 0;
460
- }.tabs__rightAddons_e1h5l {
462
+ }.tabs__rightAddons_1ibzv {
461
463
  display: flex;
462
464
  justify-content: center;
463
465
  align-items: center;
464
466
  margin-left: var(--gap-xs);
465
- }.tabs__rightAddonsMarginZero_e1h5l {
467
+ }.tabs__rightAddonsMarginZero_1ibzv {
466
468
  margin-left: 0;
467
469
  } :root {
468
470
  --color-dark-indigo: #0b1f35; /* deprecated */
@@ -1938,35 +1940,70 @@
1938
1940
  --border-radius-circle: 50%;
1939
1941
  --border-radius-pill: 99px;
1940
1942
  } :root {
1941
- --gap-3xs: 2px;
1942
- --gap-2xs: 4px;
1943
- --gap-xs: 8px;
1944
- --gap-s: 12px;
1945
- --gap-2s: 14px;
1946
- --gap-m: 16px;
1947
- --gap-l: 20px;
1948
- --gap-xl: 24px;
1949
- --gap-2xl: 32px;
1950
- --gap-3xl: 40px;
1951
- --gap-4xl: 48px;
1952
- --gap-5xl: 64px;
1953
- --gap-6xl: 72px;
1954
- --gap-7xl: 96px;
1955
- --gap-8xl: 128px;
1956
- --gap-3xs-neg: -2px;
1957
- --gap-2xs-neg: -4px;
1958
- --gap-xs-neg: -8px;
1959
- --gap-s-neg: -12px;
1960
- --gap-m-neg: -16px;
1961
- --gap-l-neg: -20px;
1962
- --gap-xl-neg: -24px;
1963
- --gap-2xl-neg: -32px;
1964
- --gap-3xl-neg: -40px;
1965
- --gap-4xl-neg: -48px;
1966
- --gap-5xl-neg: -64px;
1967
- --gap-6xl-neg: -72px;
1968
- --gap-7xl-neg: -96px;
1969
- --gap-8xl-neg: -128px;
1943
+ --gap-3xs: 2px; /* deprecated */
1944
+ --gap-2xs: 4px; /* deprecated */
1945
+ --gap-xs: 8px; /* deprecated */
1946
+ --gap-s: 12px; /* deprecated */
1947
+ --gap-2s: 14px; /* deprecated */
1948
+ --gap-m: 16px; /* deprecated */
1949
+ --gap-l: 20px; /* deprecated */
1950
+ --gap-xl: 24px; /* deprecated */
1951
+ --gap-2xl: 32px; /* deprecated */
1952
+ --gap-3xl: 40px; /* deprecated */
1953
+ --gap-4xl: 48px; /* deprecated */
1954
+ --gap-5xl: 64px; /* deprecated */
1955
+ --gap-6xl: 72px; /* deprecated */
1956
+ --gap-7xl: 96px; /* deprecated */
1957
+ --gap-8xl: 128px; /* deprecated */
1958
+ --gap-3xs-neg: -2px; /* deprecated */
1959
+ --gap-2xs-neg: -4px; /* deprecated */
1960
+ --gap-xs-neg: -8px; /* deprecated */
1961
+ --gap-s-neg: -12px; /* deprecated */
1962
+ --gap-m-neg: -16px; /* deprecated */
1963
+ --gap-l-neg: -20px; /* deprecated */
1964
+ --gap-xl-neg: -24px; /* deprecated */
1965
+ --gap-2xl-neg: -32px; /* deprecated */
1966
+ --gap-3xl-neg: -40px; /* deprecated */
1967
+ --gap-4xl-neg: -48px; /* deprecated */
1968
+ --gap-5xl-neg: -64px; /* deprecated */
1969
+ --gap-6xl-neg: -72px; /* deprecated */
1970
+ --gap-7xl-neg: -96px; /* deprecated */
1971
+ --gap-8xl-neg: -128px; /* deprecated */
1972
+
1973
+ /* новые значения, используйте их */
1974
+ --gap-0: 0;
1975
+ --gap-2: 2px;
1976
+ --gap-4: 4px;
1977
+ --gap-8: 8px;
1978
+ --gap-12: 12px;
1979
+ --gap-16: 16px;
1980
+ --gap-20: 20px;
1981
+ --gap-24: 24px;
1982
+ --gap-32: 32px;
1983
+ --gap-40: 40px;
1984
+ --gap-48: 48px;
1985
+ --gap-56: 56px;
1986
+ --gap-64: 64px;
1987
+ --gap-72: 72px;
1988
+ --gap-80: 80px;
1989
+ --gap-96: 96px;
1990
+ --gap-128: 128px;
1991
+ --gap-2-neg: -2px;
1992
+ --gap-4-neg: -4px;
1993
+ --gap-8-neg: -8px;
1994
+ --gap-12-neg: -12px;
1995
+ --gap-16-neg: -16px;
1996
+ --gap-20-neg: -20px;
1997
+ --gap-24-neg: -24px;
1998
+ --gap-32-neg: -32px;
1999
+ --gap-40-neg: -40px;
2000
+ --gap-48-neg: -48px;
2001
+ --gap-56-neg: -56px;
2002
+ --gap-64-neg: -64px;
2003
+ --gap-72-neg: -72px;
2004
+ --gap-80-neg: -80px;
2005
+ --gap-96-neg: -96px;
2006
+ --gap-128-neg: -128px;
1970
2007
  } :root {
1971
2008
  --font-family-system: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
1972
2009
  sans-serif;
@@ -2052,221 +2089,221 @@
2052
2089
 
2053
2090
  /* size xl */
2054
2091
  --secondary-tablist-xl-gaps: var(--gap-m);
2055
- } .tabs__title_30mve {
2056
- } .tabs__mobile_30mve .tabs__title_30mve {
2092
+ } .tabs__title_28ae6 {
2093
+ } .tabs__mobile_28ae6 .tabs__title_28ae6 {
2057
2094
  padding: var(--primary-tablist-mobile-padding);
2058
2095
  font-size: var(--primary-tablist-mobile-font-size);
2059
2096
  font-weight: var(--primary-tablist-mobile-font-weight);
2060
2097
  font-family: var(--primary-tablist-mobile-font-family);
2061
2098
  line-height: var(--primary-tablist-mobile-line-height)
2062
- } .tabs__mobile_30mve .tabs__title_30mve + .tabs__title_30mve {
2099
+ } .tabs__mobile_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6 {
2063
2100
  margin-left: var(--primary-tablist-mobile-gaps);
2064
- } .tabs__mobile_30mve.tabs__paragraph-primary-large_30mve .tabs__title_30mve {
2101
+ } .tabs__mobile_28ae6.tabs__paragraph-primary-large_28ae6 .tabs__title_28ae6 {
2065
2102
  font-size: 18px;
2066
2103
  line-height: 24px;
2067
2104
  font-weight: 400;
2068
- } .tabs__mobile_30mve.tabs__paragraph-primary-medium_30mve .tabs__title_30mve {
2105
+ } .tabs__mobile_28ae6.tabs__paragraph-primary-medium_28ae6 .tabs__title_28ae6 {
2069
2106
  font-size: 16px;
2070
2107
  line-height: 24px;
2071
2108
  font-weight: 400;
2072
- } .tabs__mobile_30mve.tabs__paragraph-primary-small_30mve .tabs__title_30mve {
2109
+ } .tabs__mobile_28ae6.tabs__paragraph-primary-small_28ae6 .tabs__title_28ae6 {
2073
2110
  font-size: 14px;
2074
2111
  line-height: 20px;
2075
2112
  font-weight: 400;
2076
- } .tabs__mobile_30mve.tabs__action-primary-large_30mve .tabs__title_30mve {
2113
+ } .tabs__mobile_28ae6.tabs__action-primary-large_28ae6 .tabs__title_28ae6 {
2077
2114
  font-size: 18px;
2078
2115
  line-height: 24px;
2079
2116
  font-weight: 500;
2080
- } .tabs__mobile_30mve.tabs__action-primary-medium_30mve .tabs__title_30mve {
2117
+ } .tabs__mobile_28ae6.tabs__action-primary-medium_28ae6 .tabs__title_28ae6 {
2081
2118
  font-size: 16px;
2082
2119
  line-height: 24px;
2083
2120
  font-weight: 500;
2084
- } .tabs__mobile_30mve.tabs__action-primary-small_30mve .tabs__title_30mve {
2121
+ } .tabs__mobile_28ae6.tabs__action-primary-small_28ae6 .tabs__title_28ae6 {
2085
2122
  font-size: 14px;
2086
2123
  line-height: 20px;
2087
2124
  font-weight: 500;
2088
- } .tabs__mobile_30mve.tabs__accent-primary-large_30mve .tabs__title_30mve {
2125
+ } .tabs__mobile_28ae6.tabs__accent-primary-large_28ae6 .tabs__title_28ae6 {
2089
2126
  font-size: 18px;
2090
2127
  line-height: 24px;
2091
2128
  font-weight: 700;
2092
- } .tabs__mobile_30mve.tabs__accent-primary-medium_30mve .tabs__title_30mve {
2129
+ } .tabs__mobile_28ae6.tabs__accent-primary-medium_28ae6 .tabs__title_28ae6 {
2093
2130
  font-size: 16px;
2094
2131
  line-height: 24px;
2095
2132
  font-weight: 700;
2096
- } .tabs__mobile_30mve.tabs__accent-primary-small_30mve .tabs__title_30mve {
2133
+ } .tabs__mobile_28ae6.tabs__accent-primary-small_28ae6 .tabs__title_28ae6 {
2097
2134
  font-size: 14px;
2098
2135
  line-height: 20px;
2099
2136
  font-weight: 700;
2100
- } .tabs__mobile_30mve.tabs__paragraph-primary-large_30mve .tabs__title_30mve, .tabs__mobile_30mve.tabs__paragraph-primary-medium_30mve .tabs__title_30mve, .tabs__mobile_30mve.tabs__accent-primary-large_30mve .tabs__title_30mve, .tabs__mobile_30mve.tabs__accent-primary-medium_30mve .tabs__title_30mve, .tabs__mobile_30mve.tabs__action-primary-large_30mve .tabs__title_30mve, .tabs__mobile_30mve.tabs__action-primary-medium_30mve .tabs__title_30mve {
2137
+ } .tabs__mobile_28ae6.tabs__paragraph-primary-large_28ae6 .tabs__title_28ae6, .tabs__mobile_28ae6.tabs__paragraph-primary-medium_28ae6 .tabs__title_28ae6, .tabs__mobile_28ae6.tabs__accent-primary-large_28ae6 .tabs__title_28ae6, .tabs__mobile_28ae6.tabs__accent-primary-medium_28ae6 .tabs__title_28ae6, .tabs__mobile_28ae6.tabs__action-primary-large_28ae6 .tabs__title_28ae6, .tabs__mobile_28ae6.tabs__action-primary-medium_28ae6 .tabs__title_28ae6 {
2101
2138
  padding-bottom: calc(24px / 2);
2102
- } .tabs__mobile_30mve.tabs__paragraph-primary-large_30mve .tabs__title_30mve + .tabs__title_30mve,
2103
- .tabs__mobile_30mve.tabs__paragraph-primary-large_30mve .tabs__pickerWrapper_30mve,
2104
- .tabs__mobile_30mve.tabs__paragraph-primary-medium_30mve .tabs__title_30mve + .tabs__title_30mve,
2105
- .tabs__mobile_30mve.tabs__paragraph-primary-medium_30mve .tabs__pickerWrapper_30mve,
2106
- .tabs__mobile_30mve.tabs__accent-primary-large_30mve .tabs__title_30mve + .tabs__title_30mve,
2107
- .tabs__mobile_30mve.tabs__accent-primary-large_30mve .tabs__pickerWrapper_30mve,
2108
- .tabs__mobile_30mve.tabs__accent-primary-medium_30mve .tabs__title_30mve + .tabs__title_30mve,
2109
- .tabs__mobile_30mve.tabs__accent-primary-medium_30mve .tabs__pickerWrapper_30mve,
2110
- .tabs__mobile_30mve.tabs__action-primary-large_30mve .tabs__title_30mve + .tabs__title_30mve,
2111
- .tabs__mobile_30mve.tabs__action-primary-large_30mve .tabs__pickerWrapper_30mve,
2112
- .tabs__mobile_30mve.tabs__action-primary-medium_30mve .tabs__title_30mve + .tabs__title_30mve,
2113
- .tabs__mobile_30mve.tabs__action-primary-medium_30mve .tabs__pickerWrapper_30mve {
2139
+ } .tabs__mobile_28ae6.tabs__paragraph-primary-large_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2140
+ .tabs__mobile_28ae6.tabs__paragraph-primary-large_28ae6 .tabs__pickerWrapper_28ae6,
2141
+ .tabs__mobile_28ae6.tabs__paragraph-primary-medium_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2142
+ .tabs__mobile_28ae6.tabs__paragraph-primary-medium_28ae6 .tabs__pickerWrapper_28ae6,
2143
+ .tabs__mobile_28ae6.tabs__accent-primary-large_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2144
+ .tabs__mobile_28ae6.tabs__accent-primary-large_28ae6 .tabs__pickerWrapper_28ae6,
2145
+ .tabs__mobile_28ae6.tabs__accent-primary-medium_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2146
+ .tabs__mobile_28ae6.tabs__accent-primary-medium_28ae6 .tabs__pickerWrapper_28ae6,
2147
+ .tabs__mobile_28ae6.tabs__action-primary-large_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2148
+ .tabs__mobile_28ae6.tabs__action-primary-large_28ae6 .tabs__pickerWrapper_28ae6,
2149
+ .tabs__mobile_28ae6.tabs__action-primary-medium_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2150
+ .tabs__mobile_28ae6.tabs__action-primary-medium_28ae6 .tabs__pickerWrapper_28ae6 {
2114
2151
  margin-left: 24px;
2115
- } .tabs__mobile_30mve.tabs__paragraph-primary-large_30mve .tabs__option_30mve, .tabs__mobile_30mve.tabs__paragraph-primary-medium_30mve .tabs__option_30mve, .tabs__mobile_30mve.tabs__accent-primary-large_30mve .tabs__option_30mve, .tabs__mobile_30mve.tabs__accent-primary-medium_30mve .tabs__option_30mve, .tabs__mobile_30mve.tabs__action-primary-large_30mve .tabs__option_30mve, .tabs__mobile_30mve.tabs__action-primary-medium_30mve .tabs__option_30mve {
2152
+ } .tabs__mobile_28ae6.tabs__paragraph-primary-large_28ae6 .tabs__option_28ae6, .tabs__mobile_28ae6.tabs__paragraph-primary-medium_28ae6 .tabs__option_28ae6, .tabs__mobile_28ae6.tabs__accent-primary-large_28ae6 .tabs__option_28ae6, .tabs__mobile_28ae6.tabs__accent-primary-medium_28ae6 .tabs__option_28ae6, .tabs__mobile_28ae6.tabs__action-primary-large_28ae6 .tabs__option_28ae6, .tabs__mobile_28ae6.tabs__action-primary-medium_28ae6 .tabs__option_28ae6 {
2116
2153
  padding: 0;
2117
- } .tabs__mobile_30mve.tabs__paragraph-primary-large_30mve .tabs__scrollControls_30mve > button, .tabs__mobile_30mve.tabs__paragraph-primary-medium_30mve .tabs__scrollControls_30mve > button, .tabs__mobile_30mve.tabs__accent-primary-large_30mve .tabs__scrollControls_30mve > button, .tabs__mobile_30mve.tabs__accent-primary-medium_30mve .tabs__scrollControls_30mve > button, .tabs__mobile_30mve.tabs__action-primary-large_30mve .tabs__scrollControls_30mve > button, .tabs__mobile_30mve.tabs__action-primary-medium_30mve .tabs__scrollControls_30mve > button {
2154
+ } .tabs__mobile_28ae6.tabs__paragraph-primary-large_28ae6 .tabs__scrollControls_28ae6 > button, .tabs__mobile_28ae6.tabs__paragraph-primary-medium_28ae6 .tabs__scrollControls_28ae6 > button, .tabs__mobile_28ae6.tabs__accent-primary-large_28ae6 .tabs__scrollControls_28ae6 > button, .tabs__mobile_28ae6.tabs__accent-primary-medium_28ae6 .tabs__scrollControls_28ae6 > button, .tabs__mobile_28ae6.tabs__action-primary-large_28ae6 .tabs__scrollControls_28ae6 > button, .tabs__mobile_28ae6.tabs__action-primary-medium_28ae6 .tabs__scrollControls_28ae6 > button {
2118
2155
  box-sizing: content-box;
2119
2156
  width: 24px;
2120
2157
  height: 24px;
2121
2158
  padding: 0;
2122
- } .tabs__mobile_30mve.tabs__paragraph-primary-large_30mve .tabs__scrollControls_30mve button:first-child, .tabs__mobile_30mve.tabs__paragraph-primary-medium_30mve .tabs__scrollControls_30mve button:first-child, .tabs__mobile_30mve.tabs__accent-primary-large_30mve .tabs__scrollControls_30mve button:first-child, .tabs__mobile_30mve.tabs__accent-primary-medium_30mve .tabs__scrollControls_30mve button:first-child, .tabs__mobile_30mve.tabs__action-primary-large_30mve .tabs__scrollControls_30mve button:first-child, .tabs__mobile_30mve.tabs__action-primary-medium_30mve .tabs__scrollControls_30mve button:first-child {
2159
+ } .tabs__mobile_28ae6.tabs__paragraph-primary-large_28ae6 .tabs__scrollControls_28ae6 button:first-child, .tabs__mobile_28ae6.tabs__paragraph-primary-medium_28ae6 .tabs__scrollControls_28ae6 button:first-child, .tabs__mobile_28ae6.tabs__accent-primary-large_28ae6 .tabs__scrollControls_28ae6 button:first-child, .tabs__mobile_28ae6.tabs__accent-primary-medium_28ae6 .tabs__scrollControls_28ae6 button:first-child, .tabs__mobile_28ae6.tabs__action-primary-large_28ae6 .tabs__scrollControls_28ae6 button:first-child, .tabs__mobile_28ae6.tabs__action-primary-medium_28ae6 .tabs__scrollControls_28ae6 button:first-child {
2123
2160
  margin: 0 0 0 calc(24px / 2);
2124
- } .tabs__mobile_30mve.tabs__paragraph-primary-small_30mve .tabs__title_30mve, .tabs__mobile_30mve.tabs__accent-primary-small_30mve .tabs__title_30mve, .tabs__mobile_30mve.tabs__action-primary-small_30mve .tabs__title_30mve {
2161
+ } .tabs__mobile_28ae6.tabs__paragraph-primary-small_28ae6 .tabs__title_28ae6, .tabs__mobile_28ae6.tabs__accent-primary-small_28ae6 .tabs__title_28ae6, .tabs__mobile_28ae6.tabs__action-primary-small_28ae6 .tabs__title_28ae6 {
2125
2162
  padding-bottom: calc(20px / 2);
2126
- } .tabs__mobile_30mve.tabs__paragraph-primary-small_30mve .tabs__title_30mve + .tabs__title_30mve,
2127
- .tabs__mobile_30mve.tabs__paragraph-primary-small_30mve .tabs__pickerWrapper_30mve,
2128
- .tabs__mobile_30mve.tabs__accent-primary-small_30mve .tabs__title_30mve + .tabs__title_30mve,
2129
- .tabs__mobile_30mve.tabs__accent-primary-small_30mve .tabs__pickerWrapper_30mve,
2130
- .tabs__mobile_30mve.tabs__action-primary-small_30mve .tabs__title_30mve + .tabs__title_30mve,
2131
- .tabs__mobile_30mve.tabs__action-primary-small_30mve .tabs__pickerWrapper_30mve {
2163
+ } .tabs__mobile_28ae6.tabs__paragraph-primary-small_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2164
+ .tabs__mobile_28ae6.tabs__paragraph-primary-small_28ae6 .tabs__pickerWrapper_28ae6,
2165
+ .tabs__mobile_28ae6.tabs__accent-primary-small_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2166
+ .tabs__mobile_28ae6.tabs__accent-primary-small_28ae6 .tabs__pickerWrapper_28ae6,
2167
+ .tabs__mobile_28ae6.tabs__action-primary-small_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2168
+ .tabs__mobile_28ae6.tabs__action-primary-small_28ae6 .tabs__pickerWrapper_28ae6 {
2132
2169
  margin-left: 20px;
2133
- } .tabs__mobile_30mve.tabs__paragraph-primary-small_30mve .tabs__option_30mve, .tabs__mobile_30mve.tabs__accent-primary-small_30mve .tabs__option_30mve, .tabs__mobile_30mve.tabs__action-primary-small_30mve .tabs__option_30mve {
2170
+ } .tabs__mobile_28ae6.tabs__paragraph-primary-small_28ae6 .tabs__option_28ae6, .tabs__mobile_28ae6.tabs__accent-primary-small_28ae6 .tabs__option_28ae6, .tabs__mobile_28ae6.tabs__action-primary-small_28ae6 .tabs__option_28ae6 {
2134
2171
  padding: 0;
2135
- } .tabs__mobile_30mve.tabs__paragraph-primary-small_30mve .tabs__scrollControls_30mve > button, .tabs__mobile_30mve.tabs__accent-primary-small_30mve .tabs__scrollControls_30mve > button, .tabs__mobile_30mve.tabs__action-primary-small_30mve .tabs__scrollControls_30mve > button {
2172
+ } .tabs__mobile_28ae6.tabs__paragraph-primary-small_28ae6 .tabs__scrollControls_28ae6 > button, .tabs__mobile_28ae6.tabs__accent-primary-small_28ae6 .tabs__scrollControls_28ae6 > button, .tabs__mobile_28ae6.tabs__action-primary-small_28ae6 .tabs__scrollControls_28ae6 > button {
2136
2173
  box-sizing: content-box;
2137
2174
  width: 20px;
2138
2175
  height: 20px;
2139
2176
  padding: 0;
2140
- } .tabs__mobile_30mve.tabs__paragraph-primary-small_30mve .tabs__scrollControls_30mve button:first-child, .tabs__mobile_30mve.tabs__accent-primary-small_30mve .tabs__scrollControls_30mve button:first-child, .tabs__mobile_30mve.tabs__action-primary-small_30mve .tabs__scrollControls_30mve button:first-child {
2177
+ } .tabs__mobile_28ae6.tabs__paragraph-primary-small_28ae6 .tabs__scrollControls_28ae6 button:first-child, .tabs__mobile_28ae6.tabs__accent-primary-small_28ae6 .tabs__scrollControls_28ae6 button:first-child, .tabs__mobile_28ae6.tabs__action-primary-small_28ae6 .tabs__scrollControls_28ae6 button:first-child {
2141
2178
  margin: 0 0 0 calc(20px / 2);
2142
- } .tabs__mobile_30mve.tabs__headline-system-xlarge_30mve .tabs__title_30mve {
2179
+ } .tabs__mobile_28ae6.tabs__headline-system-xlarge_28ae6 .tabs__title_28ae6 {
2143
2180
  font-size: 34px;
2144
2181
  line-height: 40px;
2145
2182
  font-weight: 600;
2146
- } .tabs__mobile_30mve.tabs__headline-system-large_30mve .tabs__title_30mve {
2183
+ } .tabs__mobile_28ae6.tabs__headline-system-large_28ae6 .tabs__title_28ae6 {
2147
2184
  font-size: 30px;
2148
2185
  line-height: 36px;
2149
2186
  font-weight: 600;
2150
- } .tabs__mobile_30mve.tabs__headline-system-medium_30mve .tabs__title_30mve {
2187
+ } .tabs__mobile_28ae6.tabs__headline-system-medium_28ae6 .tabs__title_28ae6 {
2151
2188
  font-size: 26px;
2152
2189
  line-height: 32px;
2153
2190
  font-weight: 600;
2154
- } .tabs__mobile_30mve.tabs__headline-system-small_30mve .tabs__title_30mve {
2191
+ } .tabs__mobile_28ae6.tabs__headline-system-small_28ae6 .tabs__title_28ae6 {
2155
2192
  font-size: 20px;
2156
2193
  line-height: 28px;
2157
2194
  font-weight: 600;
2158
- } .tabs__mobile_30mve.tabs__headline-system-xsmall_30mve .tabs__title_30mve {
2195
+ } .tabs__mobile_28ae6.tabs__headline-system-xsmall_28ae6 .tabs__title_28ae6 {
2159
2196
  font-size: 16px;
2160
2197
  line-height: 20px;
2161
2198
  font-weight: 600;
2162
- } .tabs__mobile_30mve.tabs__headline-xlarge_30mve .tabs__title_30mve {
2199
+ } .tabs__mobile_28ae6.tabs__headline-xlarge_28ae6 .tabs__title_28ae6 {
2163
2200
  font-size: 34px;
2164
2201
  line-height: 40px;
2165
2202
  font-weight: 500;
2166
2203
  font-feature-settings: 'ss01';
2167
2204
  font-family: var(--font-family-styrene);
2168
- } .tabs__mobile_30mve.tabs__headline-large_30mve .tabs__title_30mve {
2205
+ } .tabs__mobile_28ae6.tabs__headline-large_28ae6 .tabs__title_28ae6 {
2169
2206
  font-size: 30px;
2170
2207
  line-height: 36px;
2171
2208
  font-weight: 500;
2172
2209
  font-feature-settings: 'ss01';
2173
2210
  font-family: var(--font-family-styrene);
2174
- } .tabs__mobile_30mve.tabs__headline-medium_30mve .tabs__title_30mve {
2211
+ } .tabs__mobile_28ae6.tabs__headline-medium_28ae6 .tabs__title_28ae6 {
2175
2212
  font-size: 26px;
2176
2213
  line-height: 32px;
2177
2214
  font-weight: 500;
2178
2215
  font-feature-settings: 'ss01';
2179
2216
  font-family: var(--font-family-styrene);
2180
- } .tabs__mobile_30mve.tabs__headline-small_30mve .tabs__title_30mve {
2217
+ } .tabs__mobile_28ae6.tabs__headline-small_28ae6 .tabs__title_28ae6 {
2181
2218
  font-size: 20px;
2182
2219
  line-height: 28px;
2183
2220
  font-weight: 500;
2184
2221
  font-feature-settings: 'ss01';
2185
2222
  font-family: var(--font-family-styrene);
2186
- } .tabs__mobile_30mve.tabs__headline-xsmall_30mve .tabs__title_30mve {
2223
+ } .tabs__mobile_28ae6.tabs__headline-xsmall_28ae6 .tabs__title_28ae6 {
2187
2224
  font-size: 16px;
2188
2225
  line-height: 20px;
2189
2226
  font-weight: 500;
2190
2227
  font-feature-settings: 'ss01';
2191
2228
  font-family: var(--font-family-styrene);
2192
- } .tabs__mobile_30mve.tabs__headline-system-xlarge_30mve .tabs__title_30mve, .tabs__mobile_30mve.tabs__headline-xlarge_30mve .tabs__title_30mve {
2229
+ } .tabs__mobile_28ae6.tabs__headline-system-xlarge_28ae6 .tabs__title_28ae6, .tabs__mobile_28ae6.tabs__headline-xlarge_28ae6 .tabs__title_28ae6 {
2193
2230
  padding-bottom: calc(40px / 2);
2194
- } .tabs__mobile_30mve.tabs__headline-system-xlarge_30mve .tabs__title_30mve + .tabs__title_30mve,
2195
- .tabs__mobile_30mve.tabs__headline-system-xlarge_30mve .tabs__pickerWrapper_30mve,
2196
- .tabs__mobile_30mve.tabs__headline-xlarge_30mve .tabs__title_30mve + .tabs__title_30mve,
2197
- .tabs__mobile_30mve.tabs__headline-xlarge_30mve .tabs__pickerWrapper_30mve {
2231
+ } .tabs__mobile_28ae6.tabs__headline-system-xlarge_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2232
+ .tabs__mobile_28ae6.tabs__headline-system-xlarge_28ae6 .tabs__pickerWrapper_28ae6,
2233
+ .tabs__mobile_28ae6.tabs__headline-xlarge_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2234
+ .tabs__mobile_28ae6.tabs__headline-xlarge_28ae6 .tabs__pickerWrapper_28ae6 {
2198
2235
  margin-left: 40px;
2199
- } .tabs__mobile_30mve.tabs__headline-system-xlarge_30mve .tabs__option_30mve, .tabs__mobile_30mve.tabs__headline-xlarge_30mve .tabs__option_30mve {
2236
+ } .tabs__mobile_28ae6.tabs__headline-system-xlarge_28ae6 .tabs__option_28ae6, .tabs__mobile_28ae6.tabs__headline-xlarge_28ae6 .tabs__option_28ae6 {
2200
2237
  padding: 0;
2201
- } .tabs__mobile_30mve.tabs__headline-system-xlarge_30mve .tabs__scrollControls_30mve > button, .tabs__mobile_30mve.tabs__headline-xlarge_30mve .tabs__scrollControls_30mve > button {
2238
+ } .tabs__mobile_28ae6.tabs__headline-system-xlarge_28ae6 .tabs__scrollControls_28ae6 > button, .tabs__mobile_28ae6.tabs__headline-xlarge_28ae6 .tabs__scrollControls_28ae6 > button {
2202
2239
  box-sizing: content-box;
2203
2240
  width: 40px;
2204
2241
  height: 40px;
2205
2242
  padding: 0;
2206
- } .tabs__mobile_30mve.tabs__headline-system-xlarge_30mve .tabs__scrollControls_30mve button:first-child, .tabs__mobile_30mve.tabs__headline-xlarge_30mve .tabs__scrollControls_30mve button:first-child {
2243
+ } .tabs__mobile_28ae6.tabs__headline-system-xlarge_28ae6 .tabs__scrollControls_28ae6 button:first-child, .tabs__mobile_28ae6.tabs__headline-xlarge_28ae6 .tabs__scrollControls_28ae6 button:first-child {
2207
2244
  margin: 0 0 0 calc(40px / 2);
2208
- } .tabs__mobile_30mve.tabs__headline-system-large_30mve .tabs__title_30mve, .tabs__mobile_30mve.tabs__headline-large_30mve .tabs__title_30mve {
2245
+ } .tabs__mobile_28ae6.tabs__headline-system-large_28ae6 .tabs__title_28ae6, .tabs__mobile_28ae6.tabs__headline-large_28ae6 .tabs__title_28ae6 {
2209
2246
  padding-bottom: calc(36px / 2);
2210
- } .tabs__mobile_30mve.tabs__headline-system-large_30mve .tabs__title_30mve + .tabs__title_30mve,
2211
- .tabs__mobile_30mve.tabs__headline-system-large_30mve .tabs__pickerWrapper_30mve,
2212
- .tabs__mobile_30mve.tabs__headline-large_30mve .tabs__title_30mve + .tabs__title_30mve,
2213
- .tabs__mobile_30mve.tabs__headline-large_30mve .tabs__pickerWrapper_30mve {
2247
+ } .tabs__mobile_28ae6.tabs__headline-system-large_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2248
+ .tabs__mobile_28ae6.tabs__headline-system-large_28ae6 .tabs__pickerWrapper_28ae6,
2249
+ .tabs__mobile_28ae6.tabs__headline-large_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2250
+ .tabs__mobile_28ae6.tabs__headline-large_28ae6 .tabs__pickerWrapper_28ae6 {
2214
2251
  margin-left: 36px;
2215
- } .tabs__mobile_30mve.tabs__headline-system-large_30mve .tabs__option_30mve, .tabs__mobile_30mve.tabs__headline-large_30mve .tabs__option_30mve {
2252
+ } .tabs__mobile_28ae6.tabs__headline-system-large_28ae6 .tabs__option_28ae6, .tabs__mobile_28ae6.tabs__headline-large_28ae6 .tabs__option_28ae6 {
2216
2253
  padding: 0;
2217
- } .tabs__mobile_30mve.tabs__headline-system-large_30mve .tabs__scrollControls_30mve > button, .tabs__mobile_30mve.tabs__headline-large_30mve .tabs__scrollControls_30mve > button {
2254
+ } .tabs__mobile_28ae6.tabs__headline-system-large_28ae6 .tabs__scrollControls_28ae6 > button, .tabs__mobile_28ae6.tabs__headline-large_28ae6 .tabs__scrollControls_28ae6 > button {
2218
2255
  box-sizing: content-box;
2219
2256
  width: 36px;
2220
2257
  height: 36px;
2221
2258
  padding: 0;
2222
- } .tabs__mobile_30mve.tabs__headline-system-large_30mve .tabs__scrollControls_30mve button:first-child, .tabs__mobile_30mve.tabs__headline-large_30mve .tabs__scrollControls_30mve button:first-child {
2259
+ } .tabs__mobile_28ae6.tabs__headline-system-large_28ae6 .tabs__scrollControls_28ae6 button:first-child, .tabs__mobile_28ae6.tabs__headline-large_28ae6 .tabs__scrollControls_28ae6 button:first-child {
2223
2260
  margin: 0 0 0 calc(36px / 2);
2224
- } .tabs__mobile_30mve.tabs__headline-system-medium_30mve .tabs__title_30mve, .tabs__mobile_30mve.tabs__headline-medium_30mve .tabs__title_30mve {
2261
+ } .tabs__mobile_28ae6.tabs__headline-system-medium_28ae6 .tabs__title_28ae6, .tabs__mobile_28ae6.tabs__headline-medium_28ae6 .tabs__title_28ae6 {
2225
2262
  padding-bottom: calc(32px / 2);
2226
- } .tabs__mobile_30mve.tabs__headline-system-medium_30mve .tabs__title_30mve + .tabs__title_30mve,
2227
- .tabs__mobile_30mve.tabs__headline-system-medium_30mve .tabs__pickerWrapper_30mve,
2228
- .tabs__mobile_30mve.tabs__headline-medium_30mve .tabs__title_30mve + .tabs__title_30mve,
2229
- .tabs__mobile_30mve.tabs__headline-medium_30mve .tabs__pickerWrapper_30mve {
2263
+ } .tabs__mobile_28ae6.tabs__headline-system-medium_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2264
+ .tabs__mobile_28ae6.tabs__headline-system-medium_28ae6 .tabs__pickerWrapper_28ae6,
2265
+ .tabs__mobile_28ae6.tabs__headline-medium_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2266
+ .tabs__mobile_28ae6.tabs__headline-medium_28ae6 .tabs__pickerWrapper_28ae6 {
2230
2267
  margin-left: 32px;
2231
- } .tabs__mobile_30mve.tabs__headline-system-medium_30mve .tabs__option_30mve, .tabs__mobile_30mve.tabs__headline-medium_30mve .tabs__option_30mve {
2268
+ } .tabs__mobile_28ae6.tabs__headline-system-medium_28ae6 .tabs__option_28ae6, .tabs__mobile_28ae6.tabs__headline-medium_28ae6 .tabs__option_28ae6 {
2232
2269
  padding: 0;
2233
- } .tabs__mobile_30mve.tabs__headline-system-medium_30mve .tabs__scrollControls_30mve > button, .tabs__mobile_30mve.tabs__headline-medium_30mve .tabs__scrollControls_30mve > button {
2270
+ } .tabs__mobile_28ae6.tabs__headline-system-medium_28ae6 .tabs__scrollControls_28ae6 > button, .tabs__mobile_28ae6.tabs__headline-medium_28ae6 .tabs__scrollControls_28ae6 > button {
2234
2271
  box-sizing: content-box;
2235
2272
  width: 32px;
2236
2273
  height: 32px;
2237
2274
  padding: 0;
2238
- } .tabs__mobile_30mve.tabs__headline-system-medium_30mve .tabs__scrollControls_30mve button:first-child, .tabs__mobile_30mve.tabs__headline-medium_30mve .tabs__scrollControls_30mve button:first-child {
2275
+ } .tabs__mobile_28ae6.tabs__headline-system-medium_28ae6 .tabs__scrollControls_28ae6 button:first-child, .tabs__mobile_28ae6.tabs__headline-medium_28ae6 .tabs__scrollControls_28ae6 button:first-child {
2239
2276
  margin: 0 0 0 calc(32px / 2);
2240
- } .tabs__mobile_30mve.tabs__headline-system-small_30mve .tabs__title_30mve, .tabs__mobile_30mve.tabs__headline-small_30mve .tabs__title_30mve {
2277
+ } .tabs__mobile_28ae6.tabs__headline-system-small_28ae6 .tabs__title_28ae6, .tabs__mobile_28ae6.tabs__headline-small_28ae6 .tabs__title_28ae6 {
2241
2278
  padding-bottom: calc(28px / 2);
2242
- } .tabs__mobile_30mve.tabs__headline-system-small_30mve .tabs__title_30mve + .tabs__title_30mve,
2243
- .tabs__mobile_30mve.tabs__headline-system-small_30mve .tabs__pickerWrapper_30mve,
2244
- .tabs__mobile_30mve.tabs__headline-small_30mve .tabs__title_30mve + .tabs__title_30mve,
2245
- .tabs__mobile_30mve.tabs__headline-small_30mve .tabs__pickerWrapper_30mve {
2279
+ } .tabs__mobile_28ae6.tabs__headline-system-small_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2280
+ .tabs__mobile_28ae6.tabs__headline-system-small_28ae6 .tabs__pickerWrapper_28ae6,
2281
+ .tabs__mobile_28ae6.tabs__headline-small_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2282
+ .tabs__mobile_28ae6.tabs__headline-small_28ae6 .tabs__pickerWrapper_28ae6 {
2246
2283
  margin-left: 28px;
2247
- } .tabs__mobile_30mve.tabs__headline-system-small_30mve .tabs__option_30mve, .tabs__mobile_30mve.tabs__headline-small_30mve .tabs__option_30mve {
2284
+ } .tabs__mobile_28ae6.tabs__headline-system-small_28ae6 .tabs__option_28ae6, .tabs__mobile_28ae6.tabs__headline-small_28ae6 .tabs__option_28ae6 {
2248
2285
  padding: 0;
2249
- } .tabs__mobile_30mve.tabs__headline-system-small_30mve .tabs__scrollControls_30mve > button, .tabs__mobile_30mve.tabs__headline-small_30mve .tabs__scrollControls_30mve > button {
2286
+ } .tabs__mobile_28ae6.tabs__headline-system-small_28ae6 .tabs__scrollControls_28ae6 > button, .tabs__mobile_28ae6.tabs__headline-small_28ae6 .tabs__scrollControls_28ae6 > button {
2250
2287
  box-sizing: content-box;
2251
2288
  width: 28px;
2252
2289
  height: 28px;
2253
2290
  padding: 0;
2254
- } .tabs__mobile_30mve.tabs__headline-system-small_30mve .tabs__scrollControls_30mve button:first-child, .tabs__mobile_30mve.tabs__headline-small_30mve .tabs__scrollControls_30mve button:first-child {
2291
+ } .tabs__mobile_28ae6.tabs__headline-system-small_28ae6 .tabs__scrollControls_28ae6 button:first-child, .tabs__mobile_28ae6.tabs__headline-small_28ae6 .tabs__scrollControls_28ae6 button:first-child {
2255
2292
  margin: 0 0 0 calc(28px / 2);
2256
- } .tabs__mobile_30mve.tabs__headline-system-xsmall_30mve .tabs__title_30mve, .tabs__mobile_30mve.tabs__headline-xsmall_30mve .tabs__title_30mve {
2293
+ } .tabs__mobile_28ae6.tabs__headline-system-xsmall_28ae6 .tabs__title_28ae6, .tabs__mobile_28ae6.tabs__headline-xsmall_28ae6 .tabs__title_28ae6 {
2257
2294
  padding-bottom: calc(20px / 2);
2258
- } .tabs__mobile_30mve.tabs__headline-system-xsmall_30mve .tabs__title_30mve + .tabs__title_30mve,
2259
- .tabs__mobile_30mve.tabs__headline-system-xsmall_30mve .tabs__pickerWrapper_30mve,
2260
- .tabs__mobile_30mve.tabs__headline-xsmall_30mve .tabs__title_30mve + .tabs__title_30mve,
2261
- .tabs__mobile_30mve.tabs__headline-xsmall_30mve .tabs__pickerWrapper_30mve {
2295
+ } .tabs__mobile_28ae6.tabs__headline-system-xsmall_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2296
+ .tabs__mobile_28ae6.tabs__headline-system-xsmall_28ae6 .tabs__pickerWrapper_28ae6,
2297
+ .tabs__mobile_28ae6.tabs__headline-xsmall_28ae6 .tabs__title_28ae6 + .tabs__title_28ae6,
2298
+ .tabs__mobile_28ae6.tabs__headline-xsmall_28ae6 .tabs__pickerWrapper_28ae6 {
2262
2299
  margin-left: 20px;
2263
- } .tabs__mobile_30mve.tabs__headline-system-xsmall_30mve .tabs__option_30mve, .tabs__mobile_30mve.tabs__headline-xsmall_30mve .tabs__option_30mve {
2300
+ } .tabs__mobile_28ae6.tabs__headline-system-xsmall_28ae6 .tabs__option_28ae6, .tabs__mobile_28ae6.tabs__headline-xsmall_28ae6 .tabs__option_28ae6 {
2264
2301
  padding: 0;
2265
- } .tabs__mobile_30mve.tabs__headline-system-xsmall_30mve .tabs__scrollControls_30mve > button, .tabs__mobile_30mve.tabs__headline-xsmall_30mve .tabs__scrollControls_30mve > button {
2302
+ } .tabs__mobile_28ae6.tabs__headline-system-xsmall_28ae6 .tabs__scrollControls_28ae6 > button, .tabs__mobile_28ae6.tabs__headline-xsmall_28ae6 .tabs__scrollControls_28ae6 > button {
2266
2303
  box-sizing: content-box;
2267
2304
  width: 20px;
2268
2305
  height: 20px;
2269
2306
  padding: 0;
2270
- } .tabs__mobile_30mve.tabs__headline-system-xsmall_30mve .tabs__scrollControls_30mve button:first-child, .tabs__mobile_30mve.tabs__headline-xsmall_30mve .tabs__scrollControls_30mve button:first-child {
2307
+ } .tabs__mobile_28ae6.tabs__headline-system-xsmall_28ae6 .tabs__scrollControls_28ae6 button:first-child, .tabs__mobile_28ae6.tabs__headline-xsmall_28ae6 .tabs__scrollControls_28ae6 button:first-child {
2271
2308
  margin: 0 0 0 calc(20px / 2);
2272
2309
  }