@kickstartds/ds-agency-premium 1.6.71--canary.45.1893.0 → 1.6.71--canary.1897.4e4f047.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/button/button.css +2 -2
- package/dist/components/footer/footer.css +1 -1
- package/dist/components/footer/footer.schema.dereffed.json +20 -12
- package/dist/components/header/header.schema.dereffed.json +20 -12
- package/dist/components/hero/hero.css +1 -1
- package/dist/components/nav-dropdown/nav-dropdown.css +3 -3
- package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +20 -12
- package/dist/components/nav-main/nav-main.schema.dereffed.json +20 -12
- package/dist/components/nav-main/nav-main.schema.json +20 -12
- package/dist/components/nav-topbar/nav-topbar.css +3 -3
- package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +20 -12
- package/dist/components/page-wrapper/index.js +6 -0
- package/dist/components/page-wrapper/tokens.css +245 -245
- package/dist/components/presets.json +42 -26
- package/dist/components/settings/settings.schema.dereffed.json +40 -24
- package/dist/components/stats/stats.css +3 -3
- package/dist/components/teaser-card/teaser-card.css +3 -4
- package/dist/global.css +1 -1
- package/dist/static/favicon/android-chrome-192x192.png +0 -0
- package/dist/static/favicon/android-chrome-512x512.png +0 -0
- package/dist/static/favicon/apple-touch-icon.png +0 -0
- package/dist/static/favicon/favicon-16x16.png +0 -0
- package/dist/static/favicon/favicon-32x32.png +0 -0
- package/dist/static/favicon/favicon.ico +0 -0
- package/dist/static/favicon/site.webmanifest +1 -19
- package/dist/static/guenther/brands/cadillac.png +0 -0
- package/dist/static/guenther/brands/corvette.png +0 -0
- package/dist/static/guenther/brands/infiniti.png +0 -0
- package/dist/static/guenther/brands/isuzu.png +0 -0
- package/dist/static/guenther/brands/kia.png +0 -0
- package/dist/static/guenther/brands/maserati.png +0 -0
- package/dist/static/guenther/brands/micro.png +0 -0
- package/dist/static/guenther/brands/msg.png +0 -0
- package/dist/static/guenther/brands/nissan.png +0 -0
- package/dist/static/guenther/brands/saab.png +0 -0
- package/dist/static/guenther/brands/subaru.png +0 -0
- package/dist/static/guenther/contact.jpg +0 -0
- package/dist/static/guenther/header.jpg +0 -0
- package/dist/static/guenther/header.png +0 -0
- package/dist/static/logo-inverted.svg +20 -12
- package/dist/static/logo.svg +54 -12
- package/dist/tokens/IconSprite.js +6 -0
- package/dist/tokens/icon-sprite.html +2 -0
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +245 -245
- package/dist/tokens/tokens.js +376 -375
- package/package.json +1 -1
- package/dist/static/favicon/browserconfig.xml +0 -9
- package/dist/static/favicon/favicon-192-192.png +0 -20
- package/dist/static/favicon/mstile-144x144.png +0 -0
- package/dist/static/favicon/mstile-150x150.png +0 -0
- package/dist/static/favicon/mstile-310x150.png +0 -0
- package/dist/static/favicon/mstile-310x310.png +0 -0
- package/dist/static/favicon/mstile-70x70.png +0 -0
- package/dist/static/favicon/safari-pinned-tab.svg +0 -30
|
@@ -2703,7 +2703,7 @@
|
|
|
2703
2703
|
"id": "layout-footer--footer",
|
|
2704
2704
|
"group": "Layout/Footer",
|
|
2705
2705
|
"name": "Footer",
|
|
2706
|
-
"code": "<Footer\n byline=\"© 2024 systemics Inc. All rights reserved.\"\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n inverted: false,\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n label: '
|
|
2706
|
+
"code": "<Footer\n byline=\"© 2024 systemics Inc. All rights reserved.\"\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n inverted: false,\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n label: 'Fahrzeugsuche',\n url: '#'\n },\n {\n items: [\n {\n label: 'Nissan',\n url: '#'\n },\n {\n active: true,\n label: 'Kia',\n url: '#'\n },\n {\n label: 'Maserati',\n url: '#'\n },\n {\n label: 'Corvette',\n url: '#'\n }\n ],\n label: 'Marken',\n url: '#'\n },\n {\n label: 'Standorte',\n url: '#'\n },\n {\n label: 'Bonusprogramm',\n url: '#'\n },\n {\n label: 'News',\n url: '#'\n },\n {\n label: 'Jobs',\n url: '#'\n },\n {\n label: 'Kontakt',\n url: '#'\n }\n ]}\n/>",
|
|
2707
2707
|
"args": {
|
|
2708
2708
|
"logo": {
|
|
2709
2709
|
"src": "/logo.svg",
|
|
@@ -2719,43 +2719,51 @@
|
|
|
2719
2719
|
"navItems": [
|
|
2720
2720
|
{
|
|
2721
2721
|
"url": "#",
|
|
2722
|
-
"label": "
|
|
2722
|
+
"label": "Fahrzeugsuche",
|
|
2723
2723
|
"active": true
|
|
2724
2724
|
},
|
|
2725
2725
|
{
|
|
2726
2726
|
"url": "#",
|
|
2727
|
-
"label": "
|
|
2728
|
-
},
|
|
2729
|
-
{
|
|
2730
|
-
"url": "#",
|
|
2731
|
-
"label": "Dropdown",
|
|
2727
|
+
"label": "Marken",
|
|
2732
2728
|
"items": [
|
|
2733
2729
|
{
|
|
2734
2730
|
"url": "#",
|
|
2735
|
-
"label": "
|
|
2731
|
+
"label": "Nissan"
|
|
2736
2732
|
},
|
|
2737
2733
|
{
|
|
2738
2734
|
"url": "#",
|
|
2739
|
-
"label": "
|
|
2735
|
+
"label": "Kia",
|
|
2740
2736
|
"active": true
|
|
2741
2737
|
},
|
|
2742
2738
|
{
|
|
2743
2739
|
"url": "#",
|
|
2744
|
-
"label": "
|
|
2740
|
+
"label": "Maserati"
|
|
2745
2741
|
},
|
|
2746
2742
|
{
|
|
2747
2743
|
"url": "#",
|
|
2748
|
-
"label": "
|
|
2744
|
+
"label": "Corvette"
|
|
2749
2745
|
}
|
|
2750
2746
|
]
|
|
2751
2747
|
},
|
|
2752
2748
|
{
|
|
2753
2749
|
"url": "#",
|
|
2754
|
-
"label": "
|
|
2750
|
+
"label": "Standorte"
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"url": "#",
|
|
2754
|
+
"label": "Bonusprogramm"
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"url": "#",
|
|
2758
|
+
"label": "News"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"url": "#",
|
|
2762
|
+
"label": "Jobs"
|
|
2755
2763
|
},
|
|
2756
2764
|
{
|
|
2757
2765
|
"url": "#",
|
|
2758
|
-
"label": "
|
|
2766
|
+
"label": "Kontakt"
|
|
2759
2767
|
}
|
|
2760
2768
|
]
|
|
2761
2769
|
},
|
|
@@ -2936,7 +2944,7 @@
|
|
|
2936
2944
|
"id": "layout-header--header",
|
|
2937
2945
|
"group": "Layout/Header",
|
|
2938
2946
|
"name": "Header",
|
|
2939
|
-
"code": "<Header\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n label: '
|
|
2947
|
+
"code": "<Header\n logo={{\n alt: 'Systemics Logo',\n height: 40,\n homepageHref: '#',\n src: '/logo.svg',\n srcInverted: '/logo-inverted.svg',\n width: 176\n }}\n navItems={[\n {\n active: true,\n label: 'Fahrzeugsuche',\n url: '#'\n },\n {\n items: [\n {\n label: 'Nissan',\n url: '#'\n },\n {\n active: true,\n label: 'Kia',\n url: '#'\n },\n {\n label: 'Maserati',\n url: '#'\n },\n {\n label: 'Corvette',\n url: '#'\n }\n ],\n label: 'Marken',\n url: '#'\n },\n {\n label: 'Standorte',\n url: '#'\n },\n {\n label: 'Bonusprogramm',\n url: '#'\n },\n {\n label: 'News',\n url: '#'\n },\n {\n label: 'Jobs',\n url: '#'\n },\n {\n label: 'Kontakt',\n url: '#'\n }\n ]}\n/>",
|
|
2940
2948
|
"args": {
|
|
2941
2949
|
"logo": {
|
|
2942
2950
|
"src": "/logo.svg",
|
|
@@ -2953,43 +2961,51 @@
|
|
|
2953
2961
|
"navItems": [
|
|
2954
2962
|
{
|
|
2955
2963
|
"url": "#",
|
|
2956
|
-
"label": "
|
|
2964
|
+
"label": "Fahrzeugsuche",
|
|
2957
2965
|
"active": true
|
|
2958
2966
|
},
|
|
2959
2967
|
{
|
|
2960
2968
|
"url": "#",
|
|
2961
|
-
"label": "
|
|
2962
|
-
},
|
|
2963
|
-
{
|
|
2964
|
-
"url": "#",
|
|
2965
|
-
"label": "Dropdown",
|
|
2969
|
+
"label": "Marken",
|
|
2966
2970
|
"items": [
|
|
2967
2971
|
{
|
|
2968
2972
|
"url": "#",
|
|
2969
|
-
"label": "
|
|
2973
|
+
"label": "Nissan"
|
|
2970
2974
|
},
|
|
2971
2975
|
{
|
|
2972
2976
|
"url": "#",
|
|
2973
|
-
"label": "
|
|
2977
|
+
"label": "Kia",
|
|
2974
2978
|
"active": true
|
|
2975
2979
|
},
|
|
2976
2980
|
{
|
|
2977
2981
|
"url": "#",
|
|
2978
|
-
"label": "
|
|
2982
|
+
"label": "Maserati"
|
|
2979
2983
|
},
|
|
2980
2984
|
{
|
|
2981
2985
|
"url": "#",
|
|
2982
|
-
"label": "
|
|
2986
|
+
"label": "Corvette"
|
|
2983
2987
|
}
|
|
2984
2988
|
]
|
|
2985
2989
|
},
|
|
2986
2990
|
{
|
|
2987
2991
|
"url": "#",
|
|
2988
|
-
"label": "
|
|
2992
|
+
"label": "Standorte"
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"url": "#",
|
|
2996
|
+
"label": "Bonusprogramm"
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"url": "#",
|
|
3000
|
+
"label": "News"
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"url": "#",
|
|
3004
|
+
"label": "Jobs"
|
|
2989
3005
|
},
|
|
2990
3006
|
{
|
|
2991
3007
|
"url": "#",
|
|
2992
|
-
"label": "
|
|
3008
|
+
"label": "Kontakt"
|
|
2993
3009
|
}
|
|
2994
3010
|
]
|
|
2995
3011
|
},
|
|
@@ -132,43 +132,51 @@
|
|
|
132
132
|
"examples": [
|
|
133
133
|
[
|
|
134
134
|
{
|
|
135
|
-
"label": "
|
|
135
|
+
"label": "Fahrzeugsuche",
|
|
136
136
|
"url": "#",
|
|
137
137
|
"active": true
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
|
-
"label": "
|
|
141
|
-
"url": "#"
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"label": "Dropdown",
|
|
140
|
+
"label": "Marken",
|
|
145
141
|
"url": "#",
|
|
146
142
|
"items": [
|
|
147
143
|
{
|
|
148
|
-
"label": "
|
|
144
|
+
"label": "Nissan",
|
|
149
145
|
"url": "#"
|
|
150
146
|
},
|
|
151
147
|
{
|
|
152
|
-
"label": "
|
|
148
|
+
"label": "Kia",
|
|
153
149
|
"active": true,
|
|
154
150
|
"url": "#"
|
|
155
151
|
},
|
|
156
152
|
{
|
|
157
|
-
"label": "
|
|
153
|
+
"label": "Maserati",
|
|
158
154
|
"url": "#"
|
|
159
155
|
},
|
|
160
156
|
{
|
|
161
|
-
"label": "
|
|
157
|
+
"label": "Corvette",
|
|
162
158
|
"url": "#"
|
|
163
159
|
}
|
|
164
160
|
]
|
|
165
161
|
},
|
|
166
162
|
{
|
|
167
|
-
"label": "
|
|
163
|
+
"label": "Standorte",
|
|
164
|
+
"url": "#"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"label": "Bonusprogramm",
|
|
168
|
+
"url": "#"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"label": "News",
|
|
172
|
+
"url": "#"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"label": "Jobs",
|
|
168
176
|
"url": "#"
|
|
169
177
|
},
|
|
170
178
|
{
|
|
171
|
-
"label": "
|
|
179
|
+
"label": "Kontakt",
|
|
172
180
|
"url": "#"
|
|
173
181
|
}
|
|
174
182
|
]
|
|
@@ -289,43 +297,51 @@
|
|
|
289
297
|
"examples": [
|
|
290
298
|
[
|
|
291
299
|
{
|
|
292
|
-
"label": "
|
|
300
|
+
"label": "Fahrzeugsuche",
|
|
293
301
|
"url": "#",
|
|
294
302
|
"active": true
|
|
295
303
|
},
|
|
296
304
|
{
|
|
297
|
-
"label": "
|
|
298
|
-
"url": "#"
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"label": "Dropdown",
|
|
305
|
+
"label": "Marken",
|
|
302
306
|
"url": "#",
|
|
303
307
|
"items": [
|
|
304
308
|
{
|
|
305
|
-
"label": "
|
|
309
|
+
"label": "Nissan",
|
|
306
310
|
"url": "#"
|
|
307
311
|
},
|
|
308
312
|
{
|
|
309
|
-
"label": "
|
|
313
|
+
"label": "Kia",
|
|
310
314
|
"active": true,
|
|
311
315
|
"url": "#"
|
|
312
316
|
},
|
|
313
317
|
{
|
|
314
|
-
"label": "
|
|
318
|
+
"label": "Maserati",
|
|
315
319
|
"url": "#"
|
|
316
320
|
},
|
|
317
321
|
{
|
|
318
|
-
"label": "
|
|
322
|
+
"label": "Corvette",
|
|
319
323
|
"url": "#"
|
|
320
324
|
}
|
|
321
325
|
]
|
|
322
326
|
},
|
|
323
327
|
{
|
|
324
|
-
"label": "
|
|
328
|
+
"label": "Standorte",
|
|
329
|
+
"url": "#"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"label": "Bonusprogramm",
|
|
333
|
+
"url": "#"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"label": "News",
|
|
337
|
+
"url": "#"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"label": "Jobs",
|
|
325
341
|
"url": "#"
|
|
326
342
|
},
|
|
327
343
|
{
|
|
328
|
-
"label": "
|
|
344
|
+
"label": "Kontakt",
|
|
329
345
|
"url": "#"
|
|
330
346
|
}
|
|
331
347
|
]
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
.dsa-stats {
|
|
2
2
|
--dsa-stats--gap-vertical: var(--ks-spacing-stack-l);
|
|
3
3
|
--dsa-stats--gap-horizontal: var(--ks-spacing-inline-m);
|
|
4
|
-
--dsa-stats__item--gap: var(--ks-spacing-stack-
|
|
4
|
+
--dsa-stats__item--gap: var(--ks-spacing-stack-s);
|
|
5
5
|
--dsa-stats__icon--color: var(--ks-text-color-primary);
|
|
6
6
|
--dsa-stats__icon--size: 5em;
|
|
7
|
-
--dsa-stats__number--font: var(--ks-font-display-
|
|
7
|
+
--dsa-stats__number--font: var(--ks-font-display-xxl);
|
|
8
8
|
--dsa-stats__number--font-weight: var(--ks-font-weight-semi-bold);
|
|
9
9
|
--dsa-stats__number--background: var(--dsa-typo--highlight);
|
|
10
10
|
--dsa-stats__topic__font: var(--ks-font-interface-xl);
|
|
11
11
|
--dsa-stats__topic--color: var(--ks-text-color-display);
|
|
12
|
-
--dsa-stats__copy--font: var(--ks-font-copy-
|
|
12
|
+
--dsa-stats__copy--font: var(--ks-font-copy-m);
|
|
13
13
|
--dsa-stats__copy--color: var(--ks-text-color-default);
|
|
14
14
|
}
|
|
15
15
|
|
|
@@ -8,12 +8,11 @@
|
|
|
8
8
|
--dsa-teaser-card--border-width: var(--ks-border-width-default);
|
|
9
9
|
--dsa-teaser-card--border-color: var(--ks-border-color-card-interactive);
|
|
10
10
|
--dsa-teaser-card--border-color_hover: var(--ks-border-color-card-interactive-hover);
|
|
11
|
-
--dsa-teaser-card--border-radius: var(--ks-border-radius-card)
|
|
12
|
-
var(--ks-border-radius-card) calc(var(--ks-border-radius-card) * 3);
|
|
11
|
+
--dsa-teaser-card--border-radius: var(--ks-border-radius-card);
|
|
13
12
|
--dsa-teaser-card--shadow: none;
|
|
14
13
|
--dsa-teaser-card--shadow_hover: none;
|
|
15
|
-
--dsa-teaser-card__image--transform_hover: scale(1.
|
|
16
|
-
--dsa-teaser-card__image--transition: transform var(--ks-transition-
|
|
14
|
+
--dsa-teaser-card__image--transform_hover: scale(1.1);
|
|
15
|
+
--dsa-teaser-card__image--transition: transform var(--ks-transition-fade);
|
|
17
16
|
--dsa-teaser-card__topic--color: var(--dsa-topic--color);
|
|
18
17
|
--dsa-teaser-card__label--font: var(--ks-font-interface-s);
|
|
19
18
|
--dsa-teaser-card__label--font-weight: var(--ks-font-weight-semi-bold);
|
package/dist/global.css
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,19 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "",
|
|
3
|
-
"short_name": "",
|
|
4
|
-
"icons": [
|
|
5
|
-
{
|
|
6
|
-
"src": "/android-chrome-192x192.png",
|
|
7
|
-
"sizes": "192x192",
|
|
8
|
-
"type": "image/png"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"src": "/android-chrome-512x512.png",
|
|
12
|
-
"sizes": "512x512",
|
|
13
|
-
"type": "image/png"
|
|
14
|
-
}
|
|
15
|
-
],
|
|
16
|
-
"theme_color": "#ffffff",
|
|
17
|
-
"background_color": "#ffffff",
|
|
18
|
-
"display": "standalone"
|
|
19
|
-
}
|
|
1
|
+
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,13 +1,21 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="
|
|
7
|
-
<path d="
|
|
8
|
-
<path d="
|
|
9
|
-
<path d="
|
|
10
|
-
<path d="
|
|
11
|
-
<path d="
|
|
12
|
-
<path d="
|
|
1
|
+
<svg width="1392" height="534" viewBox="0 0 1392 534" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M100.133 63.2C99.0666 64.5333 98.8 117.467 98.9333 262.133L99.3333 459.333L272.4 459.733C367.467 459.867 445.333 459.6 445.333 458.933C445.333 458.4 423.6 436.267 396.933 409.6L348.533 361.333H276.267C228.8 361.333 202.933 360.8 201.2 360C198.667 358.667 198.667 356.133 198.667 261.6C198.667 187.867 199.067 164.133 200.267 162.933C201.467 161.733 247.2 161.333 398 161.333C548.8 161.333 594.533 160.933 595.733 159.733C596.933 158.533 597.333 146 597.333 111.867C597.333 71.4666 597.067 65.2 595.2 63.4666C593.333 61.6 569.067 61.3333 347.467 61.3333C142.133 61.3333 101.467 61.6 100.133 63.2Z" fill="white"/>
|
|
3
|
+
<path d="M890.933 260.667C878.133 264.667 869.333 276.133 866.533 292.533C864.4 304.933 866.4 318.933 871.6 329.2C883.6 352.8 920.4 353.867 934.267 330.8C945.733 311.733 942 279.2 927.067 266.8C918 259.333 903.2 256.8 890.933 260.667ZM917.2 272.933C926 279.467 930.267 292.4 928.933 308.4C927.467 326.133 919.333 336 905.467 337.067C891.6 338 883.2 331.467 879.333 316.533C874.667 298.533 878.8 280.933 889.6 272.933C896.533 267.733 910.133 267.733 917.2 272.933Z" fill="white"/>
|
|
4
|
+
<path d="M1230.13 260.133C1218.8 262.8 1210.67 272.4 1210.67 283.067C1210.67 296.933 1217.2 303.333 1236.67 308.133C1250.27 311.6 1256 315.733 1256 322.267C1255.87 336.133 1239.2 341.6 1221.87 333.467C1217.33 331.333 1213.2 328.933 1212.8 328.133C1210.67 324.8 1209.33 327.067 1209.33 333.733C1209.33 340.933 1209.33 340.933 1215.07 343.333C1218.67 344.8 1225.47 345.867 1234.13 346.267C1245.87 346.933 1248.27 346.667 1252.93 344.267C1266.4 337.333 1271.6 321.467 1264.27 309.067C1261.6 304.4 1254.67 300.8 1243.33 298C1226 293.733 1222.67 291.333 1222.67 282.667C1222.67 273.867 1228.67 269.333 1240.27 269.333C1247.47 269.333 1257.07 272.8 1261.6 276.933C1263.87 278.933 1264 278.667 1264 271.733C1264 264.933 1263.73 264.267 1260.4 262.8C1255.6 260.933 1243.33 258.667 1238.8 258.8C1236.93 258.933 1232.93 259.467 1230.13 260.133Z" fill="white"/>
|
|
5
|
+
<path d="M651.333 261.6C651.067 262.533 644.4 281.733 636.8 304.267L622.8 345.333H628.667H634.4L638.267 333.6L642.267 322L658.4 321.6L674.533 321.2L678.133 333.333L681.733 345.333H688H694.267L680 302.933L665.733 260.667L658.8 260.267C654.133 260 651.733 260.4 651.333 261.6ZM664.667 292.133C668 301.867 670.667 310.4 670.667 310.933C670.667 311.467 665.067 312 658.133 312H645.733L651.733 292.667C655.067 282.133 658 273.6 658.267 273.867C658.533 274.133 661.467 282.267 664.667 292.133Z" fill="white"/>
|
|
6
|
+
<path d="M709.6 293.6C710 331.333 710.667 333.867 720.133 341.6C729.6 349.2 748.933 349.467 760.133 342.133C769.333 336 770 332.933 770.4 294.267L770.8 260H765.467H760.133L759.733 292.267C759.333 328 758.667 331.2 750.667 335.333C744.8 338.4 733.2 338 728.8 334.533C722.267 329.467 722 327.867 721.333 293.333L720.667 260.667L714.933 260.267L709.067 259.867L709.6 293.6Z" fill="white"/>
|
|
7
|
+
<path d="M788 265.333V270.667H802H816V308V345.333H821.333H826.667L826.933 308.267L827.333 271.333L841.733 270.933L856 270.533V265.333V260H822H788V265.333Z" fill="white"/>
|
|
8
|
+
<path d="M962.667 302.667V345.333H968H973.333V324.667V304H992.667H1012V324.667V345.333H1018H1024V302.533V259.867L1018.4 260.267L1012.67 260.667L1012.27 277.733L1011.87 294.8L992.933 294.4L974 294L973.6 276.933L973.2 260H968H962.667V302.667Z" fill="white"/>
|
|
9
|
+
<path d="M1055.47 302.133C1047.73 325.2 1041.33 344.4 1041.33 344.8C1041.33 345.067 1043.87 345.333 1047.07 345.333H1052.67L1056.4 333.333L1060 321.2L1076.27 321.6L1092.53 322L1096.13 333.333L1099.73 344.667L1106 345.067C1110.8 345.333 1112.13 345.067 1111.73 343.733C1111.33 342.8 1104.8 323.6 1097.2 301.067L1083.33 260H1076.53H1069.6L1055.47 302.133ZM1076.93 311.733C1070.4 311.867 1064.67 311.867 1064.4 311.467C1063.87 311.067 1070.93 287.867 1075.47 274.667C1075.87 273.6 1079.07 281.333 1082.53 292L1088.8 311.333L1076.93 311.733Z" fill="white"/>
|
|
10
|
+
<path d="M1128.27 295.067L1128.67 330.267L1132.27 335.6C1137.47 343.6 1146 347.333 1158.8 347.2C1175.47 347.067 1184.8 340 1188 324.933C1188.8 320.8 1189.2 306.133 1189.07 289.333L1188.67 260.667L1183.07 260.267L1177.33 259.867V291.333C1177.33 324.667 1176.67 328.667 1170.8 334C1168.67 335.733 1165.33 336.667 1159.6 337.067C1152.53 337.467 1150.67 337.067 1146.67 334.4C1139.47 329.6 1138.8 325.867 1138.8 290.933L1138.67 260H1133.2H1127.87L1128.27 295.067Z" fill="white"/>
|
|
11
|
+
<path d="M397.333 360.667L496.667 460H571.333H646L546.667 360.667L447.333 261.333H372.667H298L397.333 360.667Z" fill="#C41631"/>
|
|
12
|
+
<path d="M796 362V369.333H804H812V362V354.667H804H796V362Z" fill="white"/>
|
|
13
|
+
<path d="M822.667 362V369.333H830.667H838.667V362V354.667H830.667H822.667V362Z" fill="white"/>
|
|
14
|
+
<path d="M720.667 379.2C712.267 381.867 707.333 384.8 702.667 390.133C695.333 398.533 692.8 405.733 692.8 418.667C692.667 438 698.4 449.067 712.133 456.667C718.933 460.4 720.267 460.667 734 460.667C744.667 460.667 750.933 460 757.067 458.133L765.333 455.6V435.733V416H747.333H729.333V423.333V430.667H737.333H745.333V438.667V446.667H739.333C726.8 446.667 718.4 440.667 715.067 429.467C712.667 420.8 713.333 411.867 717.2 404.267C724 390.933 741.867 388.667 756.933 399.467L763.333 404L763.733 395.2C764 390.267 763.867 385.467 763.467 384.533C763.067 383.6 758.8 381.6 753.867 380.133C743.867 376.933 729.067 376.533 720.667 379.2Z" fill="white"/>
|
|
15
|
+
<path d="M784.267 410.933C784.667 442.267 784.8 443.467 787.733 448.4C792.933 456.533 801.067 460.4 814.8 461.067C830 461.867 838.133 459.2 844.533 451.733C850.933 444.267 852 437.867 852 406V378.667H841.333H830.667V408.533C830.667 438 830.667 438.533 827.6 442.133C825.067 445.067 823.2 445.733 818.267 445.867C813.2 446 811.467 445.333 808.4 442.267L804.667 438.667L804.267 408.667L803.867 378.667H793.867H783.867L784.267 410.933Z" fill="white"/>
|
|
16
|
+
<path d="M872 419.333V460H881.333H890.667L890.933 432.8L891.333 405.6L906.4 432.8L921.6 460H931.467H941.333V419.333V378.667H932H922.667L922.4 401.333L922 424L909.467 401.333L896.8 378.667H884.4H872V419.333Z" fill="white"/>
|
|
17
|
+
<path d="M953.333 386.667V394.667H965.333H977.333V427.333V460H988H998.667V427.333V394.667H1010.67H1022.67V386.667V378.667H988H953.333V386.667Z" fill="white"/>
|
|
18
|
+
<path d="M1034.67 419.333V460H1045.33H1056V442V424H1069.33H1082.67V442V460H1093.33H1104V419.333V378.667H1093.33H1082.67V393.333V408H1069.33H1056V393.333V378.667H1045.33H1034.67V419.333Z" fill="white"/>
|
|
19
|
+
<path d="M1125.33 419.333V460H1152.67H1180.13L1179.73 452.267L1179.33 444.667L1162.4 444.267L1145.33 443.867V434V424H1161.33H1177.47L1177.07 416.267L1176.67 408.667L1161.07 408.267L1145.33 407.867V401.333V394.667H1162.67H1180V386.667V378.667H1152.67H1125.33V419.333Z" fill="white"/>
|
|
20
|
+
<path d="M1197.33 419.2V460H1208H1218.67V445.333V430.667L1222.4 430.8C1225.47 430.8 1227.73 433.2 1236.8 445.067L1247.47 459.333L1259.73 459.733C1266.53 459.867 1272 459.733 1272 459.333C1272 458.8 1266.27 451.333 1259.2 442.533L1246.53 426.533L1252.4 420.933C1265.07 409.2 1264 390.4 1250.27 382.533C1245.07 379.6 1243.2 379.333 1221.07 378.933L1197.33 378.4V419.2ZM1233.2 394.8C1240.53 397.333 1242.27 405.2 1237.07 411.333C1234.67 414 1232.4 414.933 1226.4 415.6L1218.67 416.4V404.8V393.333H1223.87C1226.67 393.333 1230.8 394 1233.2 394.8Z" fill="white"/>
|
|
13
21
|
</svg>
|