create-zuplo-api 6.55.0 → 6.55.2
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/templates/default-empty/docs/pages/introduction.mdx +3 -3
- package/dist/templates/default-empty/docs/zudoku.config.tsx +2 -3
- package/package.json +1 -1
- package/dist/templates/default-empty/docs/public/logodark.svg +0 -16
- package/dist/templates/default-empty/docs/public/logolight.svg +0 -16
- package/dist/templates/default-empty/docs/zuplo/README-template.md +0 -11
- package/dist/templates/default-empty/docs/zuplo/gitignore +0 -32
- package/dist/templates/default-empty/docs/zuplo/pages/introduction.mdx +0 -129
- package/dist/templates/default-empty/docs/zuplo/pages/markdown.mdx +0 -103
- package/dist/templates/default-empty/docs/zuplo/public/banner-dark.svg +0 -100
- package/dist/templates/default-empty/docs/zuplo/public/banner.svg +0 -100
- package/dist/templates/default-empty/docs/zuplo/tsconfig.json +0 -16
- package/dist/templates/default-empty/docs/zuplo/zudoku.config.tsx +0 -89
- /package/dist/templates/default-empty/docs/{pages → public}/banner-dark.svg +0 -0
- /package/dist/templates/default-empty/docs/{pages → public}/banner.svg +0 -0
|
@@ -6,8 +6,8 @@ category: ""
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
<div>
|
|
9
|
-
<img src="
|
|
10
|
-
<img src="
|
|
9
|
+
<img src="/banner.svg" className="dark:hidden" />
|
|
10
|
+
<img src="/banner-dark.svg" className="hidden dark:block" />
|
|
11
11
|
</div>
|
|
12
12
|
|
|
13
13
|
# Welcome to Better API Documentation
|
|
@@ -39,7 +39,7 @@ Let's walk you through everything we've set up so you know how to customize it:
|
|
|
39
39
|
{
|
|
40
40
|
// ...
|
|
41
41
|
"page": {
|
|
42
|
-
"
|
|
42
|
+
"title": "My Developer Portal",
|
|
43
43
|
"banner": {
|
|
44
44
|
"message": (
|
|
45
45
|
<div className="w-full text-center">
|
|
@@ -10,10 +10,9 @@ const config: ZudokuConfig = {
|
|
|
10
10
|
title: "My Developer Portal",
|
|
11
11
|
logo: {
|
|
12
12
|
src: {
|
|
13
|
-
light: "/
|
|
14
|
-
dark: "/
|
|
13
|
+
light: "https://cdn.zuplo.com/assets/my-dev-portal-light.svg",
|
|
14
|
+
dark: "https://cdn.zuplo.com/assets/my-dev-portal-dark.svg",
|
|
15
15
|
},
|
|
16
|
-
alt: "My Developer Portal",
|
|
17
16
|
},
|
|
18
17
|
},
|
|
19
18
|
navigation: [
|
package/package.json
CHANGED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<svg width="169" height="38" viewBox="0 0 169 38" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M129.1 24.192C128.225 24.192 127.462 24.0107 126.812 23.648C126.172 23.2747 125.67 22.752 125.308 22.08C124.956 21.408 124.78 20.6187 124.78 19.712C124.78 18.8053 124.956 18.0213 125.308 17.36C125.67 16.688 126.172 16.1653 126.812 15.792C127.452 15.4187 128.209 15.232 129.084 15.232C129.937 15.232 130.678 15.4187 131.308 15.792C131.937 16.1653 132.422 16.6987 132.764 17.392C133.116 18.0853 133.292 18.912 133.292 19.872V20.352H127.26C127.292 21.0347 127.473 21.5413 127.804 21.872C128.145 22.2027 128.593 22.368 129.148 22.368C129.553 22.368 129.889 22.2827 130.156 22.112C130.433 21.9413 130.63 21.68 130.748 21.328L133.164 21.472C132.94 22.3253 132.465 22.992 131.74 23.472C131.014 23.952 130.134 24.192 129.1 24.192ZM127.26 18.88H130.828C130.796 18.2507 130.62 17.7813 130.3 17.472C129.99 17.1627 129.585 17.008 129.084 17.008C128.582 17.008 128.166 17.1733 127.836 17.504C127.516 17.824 127.324 18.2827 127.26 18.88Z" fill="white"/>
|
|
3
|
-
<path d="M119.087 24V15.424H121.359L121.439 17.92L121.263 17.872C121.402 17.008 121.647 16.384 121.999 16C122.351 15.616 122.837 15.424 123.455 15.424H124.239V17.408H123.455C123.007 17.408 122.639 17.4667 122.351 17.584C122.063 17.7013 121.845 17.888 121.695 18.144C121.557 18.4 121.487 18.7467 121.487 19.184V24H119.087Z" fill="white"/>
|
|
4
|
-
<path d="M113.412 24.192C112.537 24.192 111.775 24.0107 111.124 23.648C110.484 23.2747 109.983 22.752 109.62 22.08C109.268 21.408 109.092 20.6187 109.092 19.712C109.092 18.8053 109.268 18.0213 109.62 17.36C109.983 16.688 110.484 16.1653 111.124 15.792C111.764 15.4187 112.521 15.232 113.396 15.232C114.249 15.232 114.991 15.4187 115.62 15.792C116.249 16.1653 116.735 16.6987 117.076 17.392C117.428 18.0853 117.604 18.912 117.604 19.872V20.352H111.572C111.604 21.0347 111.785 21.5413 112.116 21.872C112.457 22.2027 112.905 22.368 113.46 22.368C113.865 22.368 114.201 22.2827 114.468 22.112C114.745 21.9413 114.943 21.68 115.06 21.328L117.476 21.472C117.252 22.3253 116.777 22.992 116.052 23.472C115.327 23.952 114.447 24.192 113.412 24.192ZM111.572 18.88H115.14C115.108 18.2507 114.932 17.7813 114.612 17.472C114.303 17.1627 113.897 17.008 113.396 17.008C112.895 17.008 112.479 17.1733 112.148 17.504C111.828 17.824 111.636 18.2827 111.572 18.88Z" fill="white"/>
|
|
5
|
-
<path d="M99.9779 24V12.64H102.378V17.424H102.058C102.143 16.9227 102.309 16.512 102.554 16.192C102.81 15.872 103.125 15.632 103.498 15.472C103.882 15.312 104.298 15.232 104.746 15.232C105.386 15.232 105.919 15.3707 106.346 15.648C106.773 15.9253 107.093 16.3093 107.306 16.8C107.53 17.2907 107.642 17.8507 107.642 18.48V24H105.242V19.056C105.242 18.416 105.141 17.936 104.938 17.616C104.746 17.296 104.415 17.136 103.946 17.136C103.455 17.136 103.071 17.3013 102.794 17.632C102.517 17.9627 102.378 18.4587 102.378 19.12V24H99.9779Z" fill="white"/>
|
|
6
|
-
<path d="M90.3347 24.192C89.46 24.192 88.6973 24.0107 88.0467 23.648C87.396 23.2747 86.8893 22.752 86.5267 22.08C86.164 21.408 85.9827 20.6187 85.9827 19.712C85.9827 18.8053 86.164 18.0213 86.5267 17.36C86.8893 16.688 87.396 16.1653 88.0467 15.792C88.6973 15.4187 89.46 15.232 90.3347 15.232C91.2093 15.232 91.972 15.4187 92.6227 15.792C93.2733 16.1653 93.78 16.688 94.1427 17.36C94.5053 18.0213 94.6867 18.8053 94.6867 19.712C94.6867 20.6187 94.5053 21.408 94.1427 22.08C93.78 22.752 93.2733 23.2747 92.6227 23.648C91.972 24.0107 91.2093 24.192 90.3347 24.192ZM90.3347 22.352C90.932 22.352 91.396 22.1227 91.7267 21.664C92.0573 21.1947 92.2227 20.544 92.2227 19.712C92.2227 18.88 92.0573 18.2347 91.7267 17.776C91.396 17.3067 90.932 17.072 90.3347 17.072C89.7373 17.072 89.2733 17.3067 88.9427 17.776C88.612 18.2347 88.4467 18.88 88.4467 19.712C88.4467 20.544 88.612 21.1947 88.9427 21.664C89.2733 22.1227 89.7373 22.352 90.3347 22.352Z" fill="white"/>
|
|
7
|
-
<path d="M80.3023 26.592C79.481 26.592 78.793 26.4907 78.2383 26.288C77.6943 26.0853 77.257 25.8027 76.9263 25.44C76.6063 25.0773 76.3823 24.6613 76.2543 24.192L78.7183 24.016C78.8036 24.2933 78.9636 24.512 79.1983 24.672C79.4436 24.832 79.8116 24.912 80.3023 24.912C80.8783 24.912 81.3156 24.7733 81.6143 24.496C81.9236 24.2293 82.0783 23.7973 82.0783 23.2V22.288C81.8756 22.6827 81.5503 23.0027 81.1023 23.248C80.6543 23.4827 80.153 23.6 79.5983 23.6C78.8943 23.6 78.2703 23.4293 77.7263 23.088C77.1823 22.736 76.7556 22.2507 76.4463 21.632C76.1476 21.0027 75.9983 20.2667 75.9983 19.424C75.9983 18.6027 76.1476 17.8773 76.4463 17.248C76.7556 16.6187 77.177 16.128 77.7103 15.776C78.2543 15.4133 78.873 15.232 79.5663 15.232C80.1956 15.232 80.7236 15.3707 81.1503 15.648C81.5876 15.9253 81.9183 16.2933 82.1423 16.752V15.424H84.4943V23.152C84.4943 23.92 84.3183 24.5547 83.9663 25.056C83.6143 25.568 83.1236 25.952 82.4943 26.208C81.865 26.464 81.1343 26.592 80.3023 26.592ZM80.2863 21.824C80.841 21.824 81.2783 21.6107 81.5983 21.184C81.929 20.7573 82.0943 20.1653 82.0943 19.408C82.0943 18.9067 82.0196 18.4747 81.8703 18.112C81.7316 17.7493 81.5236 17.472 81.2463 17.28C80.9796 17.088 80.6596 16.992 80.2863 16.992C79.7103 16.992 79.2623 17.2107 78.9423 17.648C78.6223 18.0853 78.4623 18.672 78.4623 19.408C78.4623 20.1547 78.6276 20.7467 78.9583 21.184C79.289 21.6107 79.7316 21.824 80.2863 21.824Z" fill="white"/>
|
|
8
|
-
<path d="M70.6159 24.192C69.7413 24.192 68.9786 24.0107 68.3279 23.648C67.6772 23.2747 67.1706 22.752 66.8079 22.08C66.4453 21.408 66.2639 20.6187 66.2639 19.712C66.2639 18.8053 66.4453 18.0213 66.8079 17.36C67.1706 16.688 67.6772 16.1653 68.3279 15.792C68.9786 15.4187 69.7413 15.232 70.6159 15.232C71.4906 15.232 72.2533 15.4187 72.9039 15.792C73.5546 16.1653 74.0612 16.688 74.4239 17.36C74.7866 18.0213 74.9679 18.8053 74.9679 19.712C74.9679 20.6187 74.7866 21.408 74.4239 22.08C74.0612 22.752 73.5546 23.2747 72.9039 23.648C72.2533 24.0107 71.4906 24.192 70.6159 24.192ZM70.6159 22.352C71.2133 22.352 71.6772 22.1227 72.0079 21.664C72.3386 21.1947 72.5039 20.544 72.5039 19.712C72.5039 18.88 72.3386 18.2347 72.0079 17.776C71.6772 17.3067 71.2133 17.072 70.6159 17.072C70.0186 17.072 69.5546 17.3067 69.2239 17.776C68.8933 18.2347 68.7279 18.88 68.7279 19.712C68.7279 20.544 68.8933 21.1947 69.2239 21.664C69.5546 22.1227 70.0186 22.352 70.6159 22.352Z" fill="white"/>
|
|
9
|
-
<path d="M64.1085 24C63.4045 24 62.8552 23.824 62.4605 23.472C62.0659 23.12 61.8685 22.5493 61.8685 21.76V12.64H64.2685V21.504C64.2685 21.76 64.3272 21.9413 64.4445 22.048C64.5619 22.1547 64.7325 22.208 64.9565 22.208H65.5325V24H64.1085Z" fill="white"/>
|
|
10
|
-
<path d="M51.431 24V15.424H53.703L53.783 17.92L53.607 17.872C53.7457 17.008 53.991 16.384 54.343 16C54.695 15.616 55.1804 15.424 55.799 15.424H56.583V17.408H55.799C55.351 17.408 54.983 17.4667 54.695 17.584C54.407 17.7013 54.1884 17.888 54.039 18.144C53.9004 18.4 53.831 18.7467 53.831 19.184V24H51.431Z" fill="white"/>
|
|
11
|
-
<path d="M44.5283 24.192C43.6429 24.192 42.9496 23.9093 42.4483 23.344C41.9576 22.768 41.7123 21.968 41.7123 20.944V15.424H44.1123V20.384C44.1123 21.0453 44.2136 21.5307 44.4163 21.84C44.6189 22.1387 44.9389 22.288 45.3763 22.288C45.8669 22.288 46.2456 22.1227 46.5123 21.792C46.7896 21.4507 46.9283 20.944 46.9283 20.272V15.424H49.3283V24H47.1363L47.0723 21.536L47.3763 21.6C47.2483 22.4533 46.9443 23.0987 46.4643 23.536C45.9843 23.9733 45.3389 24.192 44.5283 24.192Z" fill="white"/>
|
|
12
|
-
<path d="M35.8659 24.192C34.9912 24.192 34.2286 24.0107 33.5779 23.648C32.9272 23.2747 32.4206 22.752 32.0579 22.08C31.6952 21.408 31.5139 20.6187 31.5139 19.712C31.5139 18.8053 31.6952 18.0213 32.0579 17.36C32.4206 16.688 32.9272 16.1653 33.5779 15.792C34.2286 15.4187 34.9912 15.232 35.8659 15.232C36.7406 15.232 37.5032 15.4187 38.1539 15.792C38.8046 16.1653 39.3112 16.688 39.6739 17.36C40.0366 18.0213 40.2179 18.8053 40.2179 19.712C40.2179 20.6187 40.0366 21.408 39.6739 22.08C39.3112 22.752 38.8046 23.2747 38.1539 23.648C37.5032 24.0107 36.7406 24.192 35.8659 24.192ZM35.8659 22.352C36.4632 22.352 36.9272 22.1227 37.2579 21.664C37.5886 21.1947 37.7539 20.544 37.7539 19.712C37.7539 18.88 37.5886 18.2347 37.2579 17.776C36.9272 17.3067 36.4632 17.072 35.8659 17.072C35.2686 17.072 34.8046 17.3067 34.4739 17.776C34.1432 18.2347 33.9779 18.88 33.9779 19.712C33.9779 20.544 34.1432 21.1947 34.4739 21.664C34.8046 22.1227 35.2686 22.352 35.8659 22.352Z" fill="white"/>
|
|
13
|
-
<path d="M23.7601 26.4V24.608H24.8961C25.1734 24.608 25.3761 24.5653 25.5041 24.48C25.6427 24.4053 25.7494 24.2667 25.8241 24.064L26.0001 23.568H25.3441L22.3361 15.424H24.7841L26.7521 21.328L28.5921 15.424H31.0401L27.7441 24.816C27.5521 25.3813 27.2747 25.7867 26.9121 26.032C26.5494 26.2773 26.0427 26.4 25.3921 26.4H23.7601Z" fill="white"/>
|
|
14
|
-
<path d="M4.67773 36.5479C5.37875 36.8385 6.14843 37 6.95801 37V38L6.59961 37.9912C5.78622 37.95 5.01012 37.7678 4.29395 37.4707L4.67773 36.5479ZM9.12012 37V38H6.95801V37H9.12012ZM17.7725 37V38H13.4463V37H17.7725ZM26.4248 37V38H22.0986V37H26.4248ZM35.0771 37V38H30.751V37H35.0771ZM43.7285 37V38H39.4023V37H43.7285ZM52.3809 37V38H48.0547V37H52.3809ZM61.0332 37V38H56.707V37H61.0332ZM69.6846 37V38H65.3594V37H69.6846ZM78.3369 37V38H74.0107V37H78.3369ZM86.9893 37V38H82.6631V37H86.9893ZM95.6406 37V38H91.3154V37H95.6406ZM104.293 37V38H99.9668V37H104.293ZM112.945 37V38H108.619V37H112.945ZM121.598 37V38H117.271V37H121.598ZM130.249 37V38H125.923V37H130.249ZM138.901 37V38H134.575V37H138.901ZM147.554 37V38H143.228V37H147.554ZM154.042 37V38H151.88V37H154.042ZM156.322 36.5479L156.705 37.4707C155.989 37.7676 155.213 37.95 154.4 37.9912L154.042 38V37C154.852 37 155.621 36.8385 156.322 36.5479ZM0 31.042V29.0352H1V31.042C1 31.8516 1.16147 32.6213 1.45215 33.3223L0.989258 33.5137L0.990234 33.5146L0.52832 33.7051C0.231522 32.9892 0.0499878 32.2133 0.00878906 31.4004L0 31.042ZM1 21.0068V25.0215H0V21.0068H1ZM1 12.9785V16.9932H0V12.9785H1ZM0 6.95801C0 6.01445 0.18802 5.11441 0.52832 4.29395L0.990234 4.48535L1.45215 4.67773C1.16147 5.37875 1 6.14843 1 6.95801V8.96484H0V6.95801ZM9.12012 0V1H6.95801C6.14843 1 5.37875 1.16147 4.67773 1.45215L4.48535 0.989258L4.29395 0.52832C5.01002 0.231317 5.78635 0.0500037 6.59961 0.00878906L6.95801 0H9.12012ZM154.4 0.00878906C155.213 0.0499885 155.989 0.231522 156.705 0.52832L156.515 0.990234L156.514 0.989258L156.322 1.45215C155.621 1.16147 154.852 1 154.042 1H151.88V0H154.042L154.4 0.00878906ZM17.7725 0V1H13.4463V0H17.7725ZM26.4248 0V1H22.0986V0H26.4248ZM35.0771 0V1H30.751V0H35.0771ZM43.7285 0V1H39.4023V0H43.7285ZM52.3809 0V1H48.0547V0H52.3809ZM61.0332 0V1H56.707V0H61.0332ZM69.6846 0V1H65.3594V0H69.6846ZM78.3369 0V1H74.0107V0H78.3369ZM86.9893 0V1H82.6631V0H86.9893ZM95.6406 0V1H91.3154V0H95.6406ZM104.293 0V1H99.9668V0H104.293ZM112.945 0V1H108.619V0H112.945ZM121.598 0V1H117.271V0H121.598ZM130.249 0V1H125.923V0H130.249ZM138.901 0V1H134.575V0H138.901ZM147.554 0V1H143.228V0H147.554Z" fill="#545B69"/>
|
|
15
|
-
<path d="M163.138 20.3596C162.946 22.5249 161.764 24.268 159.891 25.141C158.019 26.014 155.924 25.8006 154.141 24.5547C154.05 24.491 153.973 24.4099 153.913 24.3162C153.853 24.2224 153.812 24.1178 153.793 24.0084C153.774 23.8989 153.776 23.7867 153.8 23.6782C153.825 23.5697 153.87 23.467 153.933 23.376C153.997 23.285 154.078 23.2074 154.172 23.1477C154.266 23.088 154.37 23.0473 154.48 23.028C154.589 23.0087 154.701 23.0112 154.81 23.0353C154.918 23.0593 155.021 23.1045 155.112 23.1683C156.404 24.0724 157.847 24.2273 159.176 23.6073C160.506 22.9873 161.314 21.7819 161.453 20.2114C161.458 20.0974 161.487 19.9856 161.536 19.8828C161.586 19.78 161.656 19.6883 161.741 19.6131C161.827 19.538 161.928 19.481 162.036 19.4456C162.145 19.4102 162.259 19.3971 162.373 19.4071C162.486 19.4171 162.597 19.45 162.698 19.5038C162.798 19.5576 162.887 19.6312 162.958 19.7202C163.03 19.8092 163.083 19.9117 163.113 20.0216C163.144 20.1315 163.152 20.2465 163.138 20.3596ZM167.358 15.1241C167.821 16.1166 168.134 17.1726 168.287 18.2574C168.305 18.3945 168.29 18.5341 168.243 18.6641L164.991 27.5994C164.944 27.7295 164.866 27.8461 164.764 27.9387C163.046 29.4908 160.881 30.4612 158.58 30.7116C156.278 30.9621 153.956 30.4798 151.944 29.3335C149.932 28.1872 148.334 26.4354 147.376 24.3275C146.418 22.2196 146.149 19.8631 146.608 17.5938C147.068 15.3244 148.232 13.2579 149.934 11.6885C151.636 10.1191 153.791 9.12694 156.09 8.85328C158.389 8.57962 160.716 9.03844 162.739 10.1644C164.762 11.2903 166.378 13.026 167.358 15.1241ZM165.824 15.8393C164.999 14.0755 163.641 12.6154 161.941 11.665C160.242 10.7145 158.287 10.3217 156.352 10.5421C154.417 10.7624 152.601 11.5846 151.158 12.8929C149.716 14.2011 148.721 15.9292 148.313 17.8333C147.906 19.7374 148.107 21.7213 148.887 23.5052C149.668 25.2891 150.989 26.7828 152.664 27.7756C154.339 28.7683 156.284 29.21 158.224 29.0383C160.163 28.8665 162 28.0901 163.475 26.8184L166.579 18.2879C166.442 17.4408 166.187 16.6168 165.824 15.8393ZM153.58 20.6152C153.807 20.5091 153.998 20.3379 154.128 20.1233C154.259 19.9087 154.322 19.6603 154.311 19.4095C154.3 19.1587 154.215 18.9168 154.067 18.7144C153.918 18.5119 153.713 18.3581 153.477 18.2722C153.242 18.1864 152.985 18.1724 152.742 18.232C152.498 18.2917 152.277 18.4223 152.108 18.6074C151.938 18.7925 151.827 19.0237 151.789 19.2718C151.751 19.5199 151.787 19.7738 151.893 20.0013C152.035 20.3064 152.293 20.5425 152.609 20.6576C152.926 20.7727 153.275 20.7575 153.58 20.6152ZM159.409 15.0962C159.181 15.2023 158.99 15.3734 158.86 15.5881C158.73 15.8027 158.666 16.0511 158.677 16.3019C158.688 16.5527 158.773 16.7946 158.922 16.997C159.07 17.1994 159.275 17.3533 159.511 17.4392C159.747 17.525 160.003 17.539 160.247 17.4794C160.491 17.4197 160.711 17.2891 160.881 17.104C161.051 16.9189 161.161 16.6877 161.2 16.4396C161.238 16.1915 161.202 15.9376 161.096 15.7101C160.953 15.405 160.696 15.1689 160.379 15.0538C160.063 14.9387 159.714 14.9539 159.409 15.0962Z" fill="white"/>
|
|
16
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<svg width="172" height="38" viewBox="0 0 172 38" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M129.099 24.192C128.225 24.192 127.462 24.0107 126.811 23.648C126.171 23.2747 125.67 22.752 125.307 22.08C124.955 21.408 124.779 20.6187 124.779 19.712C124.779 18.8053 124.955 18.0213 125.307 17.36C125.67 16.688 126.171 16.1653 126.811 15.792C127.451 15.4187 128.209 15.232 129.083 15.232C129.937 15.232 130.678 15.4187 131.307 15.792C131.937 16.1653 132.422 16.6987 132.763 17.392C133.115 18.0853 133.291 18.912 133.291 19.872V20.352H127.259C127.291 21.0347 127.473 21.5413 127.803 21.872C128.145 22.2027 128.593 22.368 129.147 22.368C129.553 22.368 129.889 22.2827 130.155 22.112C130.433 21.9413 130.63 21.68 130.747 21.328L133.163 21.472C132.939 22.3253 132.465 22.992 131.739 23.472C131.014 23.952 130.134 24.192 129.099 24.192ZM127.259 18.88H130.827C130.795 18.2507 130.619 17.7813 130.299 17.472C129.99 17.1627 129.585 17.008 129.083 17.008C128.582 17.008 128.166 17.1733 127.835 17.504C127.515 17.824 127.323 18.2827 127.259 18.88Z" fill="#111827"/>
|
|
3
|
-
<path d="M119.087 24V15.424H121.359L121.439 17.92L121.263 17.872C121.402 17.008 121.647 16.384 121.999 16C122.351 15.616 122.837 15.424 123.455 15.424H124.239V17.408H123.455C123.007 17.408 122.639 17.4667 122.351 17.584C122.063 17.7013 121.845 17.888 121.695 18.144C121.557 18.4 121.487 18.7467 121.487 19.184V24H119.087Z" fill="#111827"/>
|
|
4
|
-
<path d="M113.412 24.192C112.537 24.192 111.775 24.0107 111.124 23.648C110.484 23.2747 109.983 22.752 109.62 22.08C109.268 21.408 109.092 20.6187 109.092 19.712C109.092 18.8053 109.268 18.0213 109.62 17.36C109.983 16.688 110.484 16.1653 111.124 15.792C111.764 15.4187 112.521 15.232 113.396 15.232C114.249 15.232 114.991 15.4187 115.62 15.792C116.249 16.1653 116.735 16.6987 117.076 17.392C117.428 18.0853 117.604 18.912 117.604 19.872V20.352H111.572C111.604 21.0347 111.785 21.5413 112.116 21.872C112.457 22.2027 112.905 22.368 113.46 22.368C113.865 22.368 114.201 22.2827 114.468 22.112C114.745 21.9413 114.943 21.68 115.06 21.328L117.476 21.472C117.252 22.3253 116.777 22.992 116.052 23.472C115.327 23.952 114.447 24.192 113.412 24.192ZM111.572 18.88H115.14C115.108 18.2507 114.932 17.7813 114.612 17.472C114.303 17.1627 113.897 17.008 113.396 17.008C112.895 17.008 112.479 17.1733 112.148 17.504C111.828 17.824 111.636 18.2827 111.572 18.88Z" fill="#111827"/>
|
|
5
|
-
<path d="M99.9779 24V12.64H102.378V17.424H102.058C102.143 16.9227 102.309 16.512 102.554 16.192C102.81 15.872 103.125 15.632 103.498 15.472C103.882 15.312 104.298 15.232 104.746 15.232C105.386 15.232 105.919 15.3707 106.346 15.648C106.773 15.9253 107.093 16.3093 107.306 16.8C107.53 17.2907 107.642 17.8507 107.642 18.48V24H105.242V19.056C105.242 18.416 105.141 17.936 104.938 17.616C104.746 17.296 104.415 17.136 103.946 17.136C103.455 17.136 103.071 17.3013 102.794 17.632C102.517 17.9627 102.378 18.4587 102.378 19.12V24H99.9779Z" fill="#111827"/>
|
|
6
|
-
<path d="M90.3346 24.192C89.4599 24.192 88.6973 24.0107 88.0466 23.648C87.3959 23.2747 86.8893 22.752 86.5266 22.08C86.1639 21.408 85.9826 20.6187 85.9826 19.712C85.9826 18.8053 86.1639 18.0213 86.5266 17.36C86.8893 16.688 87.3959 16.1653 88.0466 15.792C88.6973 15.4187 89.4599 15.232 90.3346 15.232C91.2093 15.232 91.9719 15.4187 92.6226 15.792C93.2733 16.1653 93.7799 16.688 94.1426 17.36C94.5053 18.0213 94.6866 18.8053 94.6866 19.712C94.6866 20.6187 94.5053 21.408 94.1426 22.08C93.7799 22.752 93.2733 23.2747 92.6226 23.648C91.9719 24.0107 91.2093 24.192 90.3346 24.192ZM90.3346 22.352C90.9319 22.352 91.3959 22.1227 91.7266 21.664C92.0573 21.1947 92.2226 20.544 92.2226 19.712C92.2226 18.88 92.0573 18.2347 91.7266 17.776C91.3959 17.3067 90.9319 17.072 90.3346 17.072C89.7373 17.072 89.2733 17.3067 88.9426 17.776C88.6119 18.2347 88.4466 18.88 88.4466 19.712C88.4466 20.544 88.6119 21.1947 88.9426 21.664C89.2733 22.1227 89.7373 22.352 90.3346 22.352Z" fill="#111827"/>
|
|
7
|
-
<path d="M80.3022 26.592C79.4809 26.592 78.7929 26.4907 78.2382 26.288C77.6942 26.0853 77.2569 25.8027 76.9262 25.44C76.6062 25.0773 76.3822 24.6613 76.2542 24.192L78.7182 24.016C78.8036 24.2933 78.9636 24.512 79.1982 24.672C79.4436 24.832 79.8116 24.912 80.3022 24.912C80.8782 24.912 81.3156 24.7733 81.6142 24.496C81.9236 24.2293 82.0782 23.7973 82.0782 23.2V22.288C81.8756 22.6827 81.5502 23.0027 81.1022 23.248C80.6542 23.4827 80.1529 23.6 79.5982 23.6C78.8942 23.6 78.2702 23.4293 77.7262 23.088C77.1822 22.736 76.7556 22.2507 76.4462 21.632C76.1476 21.0027 75.9982 20.2667 75.9982 19.424C75.9982 18.6027 76.1476 17.8773 76.4462 17.248C76.7556 16.6187 77.1769 16.128 77.7102 15.776C78.2542 15.4133 78.8729 15.232 79.5662 15.232C80.1956 15.232 80.7236 15.3707 81.1502 15.648C81.5876 15.9253 81.9182 16.2933 82.1422 16.752V15.424H84.4942V23.152C84.4942 23.92 84.3182 24.5547 83.9662 25.056C83.6142 25.568 83.1236 25.952 82.4942 26.208C81.8649 26.464 81.1342 26.592 80.3022 26.592ZM80.2862 21.824C80.8409 21.824 81.2782 21.6107 81.5982 21.184C81.9289 20.7573 82.0942 20.1653 82.0942 19.408C82.0942 18.9067 82.0196 18.4747 81.8702 18.112C81.7316 17.7493 81.5236 17.472 81.2462 17.28C80.9796 17.088 80.6596 16.992 80.2862 16.992C79.7102 16.992 79.2622 17.2107 78.9422 17.648C78.6222 18.0853 78.4622 18.672 78.4622 19.408C78.4622 20.1547 78.6276 20.7467 78.9582 21.184C79.2889 21.6107 79.7316 21.824 80.2862 21.824Z" fill="#111827"/>
|
|
8
|
-
<path d="M70.6159 24.192C69.7412 24.192 68.9785 24.0107 68.3279 23.648C67.6772 23.2747 67.1705 22.752 66.8079 22.08C66.4452 21.408 66.2639 20.6187 66.2639 19.712C66.2639 18.8053 66.4452 18.0213 66.8079 17.36C67.1705 16.688 67.6772 16.1653 68.3279 15.792C68.9785 15.4187 69.7412 15.232 70.6159 15.232C71.4905 15.232 72.2532 15.4187 72.9039 15.792C73.5545 16.1653 74.0612 16.688 74.4239 17.36C74.7865 18.0213 74.9679 18.8053 74.9679 19.712C74.9679 20.6187 74.7865 21.408 74.4239 22.08C74.0612 22.752 73.5545 23.2747 72.9039 23.648C72.2532 24.0107 71.4905 24.192 70.6159 24.192ZM70.6159 22.352C71.2132 22.352 71.6772 22.1227 72.0079 21.664C72.3385 21.1947 72.5039 20.544 72.5039 19.712C72.5039 18.88 72.3385 18.2347 72.0079 17.776C71.6772 17.3067 71.2132 17.072 70.6159 17.072C70.0185 17.072 69.5545 17.3067 69.2239 17.776C68.8932 18.2347 68.7279 18.88 68.7279 19.712C68.7279 20.544 68.8932 21.1947 69.2239 21.664C69.5545 22.1227 70.0185 22.352 70.6159 22.352Z" fill="#111827"/>
|
|
9
|
-
<path d="M64.1085 24C63.4045 24 62.8552 23.824 62.4605 23.472C62.0659 23.12 61.8685 22.5493 61.8685 21.76V12.64H64.2685V21.504C64.2685 21.76 64.3272 21.9413 64.4445 22.048C64.5619 22.1547 64.7325 22.208 64.9565 22.208H65.5325V24H64.1085Z" fill="#111827"/>
|
|
10
|
-
<path d="M51.431 24V15.424H53.703L53.783 17.92L53.607 17.872C53.7457 17.008 53.991 16.384 54.343 16C54.695 15.616 55.1804 15.424 55.799 15.424H56.583V17.408H55.799C55.351 17.408 54.983 17.4667 54.695 17.584C54.407 17.7013 54.1884 17.888 54.039 18.144C53.9004 18.4 53.831 18.7467 53.831 19.184V24H51.431Z" fill="#111827"/>
|
|
11
|
-
<path d="M44.5283 24.192C43.6429 24.192 42.9496 23.9093 42.4483 23.344C41.9576 22.768 41.7123 21.968 41.7123 20.944V15.424H44.1123V20.384C44.1123 21.0453 44.2136 21.5307 44.4163 21.84C44.6189 22.1387 44.9389 22.288 45.3763 22.288C45.8669 22.288 46.2456 22.1227 46.5123 21.792C46.7896 21.4507 46.9283 20.944 46.9283 20.272V15.424H49.3283V24H47.1363L47.0723 21.536L47.3763 21.6C47.2483 22.4533 46.9443 23.0987 46.4643 23.536C45.9843 23.9733 45.3389 24.192 44.5283 24.192Z" fill="#111827"/>
|
|
12
|
-
<path d="M35.8659 24.192C34.9912 24.192 34.2285 24.0107 33.5779 23.648C32.9272 23.2747 32.4205 22.752 32.0579 22.08C31.6952 21.408 31.5139 20.6187 31.5139 19.712C31.5139 18.8053 31.6952 18.0213 32.0579 17.36C32.4205 16.688 32.9272 16.1653 33.5779 15.792C34.2285 15.4187 34.9912 15.232 35.8659 15.232C36.7405 15.232 37.5032 15.4187 38.1539 15.792C38.8045 16.1653 39.3112 16.688 39.6739 17.36C40.0365 18.0213 40.2179 18.8053 40.2179 19.712C40.2179 20.6187 40.0365 21.408 39.6739 22.08C39.3112 22.752 38.8045 23.2747 38.1539 23.648C37.5032 24.0107 36.7405 24.192 35.8659 24.192ZM35.8659 22.352C36.4632 22.352 36.9272 22.1227 37.2579 21.664C37.5885 21.1947 37.7539 20.544 37.7539 19.712C37.7539 18.88 37.5885 18.2347 37.2579 17.776C36.9272 17.3067 36.4632 17.072 35.8659 17.072C35.2685 17.072 34.8045 17.3067 34.4739 17.776C34.1432 18.2347 33.9779 18.88 33.9779 19.712C33.9779 20.544 34.1432 21.1947 34.4739 21.664C34.8045 22.1227 35.2685 22.352 35.8659 22.352Z" fill="#111827"/>
|
|
13
|
-
<path d="M23.76 26.4V24.608H24.896C25.1733 24.608 25.376 24.5653 25.504 24.48C25.6427 24.4053 25.7493 24.2667 25.824 24.064L26 23.568H25.344L22.336 15.424H24.784L26.752 21.328L28.592 15.424H31.04L27.744 24.816C27.552 25.3813 27.2747 25.7867 26.912 26.032C26.5493 26.2773 26.0427 26.4 25.392 26.4H23.76Z" fill="#111827"/>
|
|
14
|
-
<path d="M4.67773 36.5479C5.37875 36.8385 6.14843 37 6.95801 37V38L6.59961 37.9912C5.78622 37.95 5.01012 37.7678 4.29395 37.4707L4.67773 36.5479ZM9.12012 37V38H6.95801V37H9.12012ZM17.7725 37V38H13.4463V37H17.7725ZM26.4248 37V38H22.0986V37H26.4248ZM35.0771 37V38H30.751V37H35.0771ZM43.7285 37V38H39.4023V37H43.7285ZM52.3809 37V38H48.0547V37H52.3809ZM61.0332 37V38H56.707V37H61.0332ZM69.6846 37V38H65.3594V37H69.6846ZM78.3369 37V38H74.0107V37H78.3369ZM86.9893 37V38H82.6631V37H86.9893ZM95.6406 37V38H91.3154V37H95.6406ZM104.293 37V38H99.9668V37H104.293ZM112.945 37V38H108.619V37H112.945ZM121.598 37V38H117.271V37H121.598ZM130.249 37V38H125.923V37H130.249ZM138.901 37V38H134.575V37H138.901ZM147.554 37V38H143.228V37H147.554ZM154.042 37V38H151.88V37H154.042ZM156.322 36.5479L156.705 37.4707C155.989 37.7676 155.213 37.95 154.4 37.9912L154.042 38V37C154.852 37 155.621 36.8385 156.322 36.5479ZM0 31.042V29.0352H1V31.042C1 31.8516 1.16147 32.6213 1.45215 33.3223L0.989258 33.5137L0.990234 33.5146L0.52832 33.7051C0.231522 32.9892 0.0499878 32.2133 0.00878906 31.4004L0 31.042ZM1 21.0068V25.0215H0V21.0068H1ZM1 12.9785V16.9932H0V12.9785H1ZM0 6.95801C0 6.01445 0.18802 5.11441 0.52832 4.29395L0.990234 4.48535L1.45215 4.67773C1.16147 5.37875 1 6.14843 1 6.95801V8.96484H0V6.95801ZM9.12012 0V1H6.95801C6.14843 1 5.37875 1.16147 4.67773 1.45215L4.48535 0.989258L4.29395 0.52832C5.01002 0.231317 5.78635 0.0500037 6.59961 0.00878906L6.95801 0H9.12012ZM154.4 0.00878906C155.213 0.0499885 155.989 0.231522 156.705 0.52832L156.515 0.990234L156.514 0.989258L156.322 1.45215C155.621 1.16147 154.852 1 154.042 1H151.88V0H154.042L154.4 0.00878906ZM17.7725 0V1H13.4463V0H17.7725ZM26.4248 0V1H22.0986V0H26.4248ZM35.0771 0V1H30.751V0H35.0771ZM43.7285 0V1H39.4023V0H43.7285ZM52.3809 0V1H48.0547V0H52.3809ZM61.0332 0V1H56.707V0H61.0332ZM69.6846 0V1H65.3594V0H69.6846ZM78.3369 0V1H74.0107V0H78.3369ZM86.9893 0V1H82.6631V0H86.9893ZM95.6406 0V1H91.3154V0H95.6406ZM104.293 0V1H99.9668V0H104.293ZM112.945 0V1H108.619V0H112.945ZM121.598 0V1H117.271V0H121.598ZM130.249 0V1H125.923V0H130.249ZM138.901 0V1H134.575V0H138.901ZM147.554 0V1H143.228V0H147.554Z" fill="#CACAD7"/>
|
|
15
|
-
<path d="M163.138 20.3596C162.946 22.5249 161.764 24.268 159.891 25.141C158.019 26.014 155.924 25.8006 154.141 24.5547C154.05 24.491 153.973 24.4099 153.913 24.3162C153.853 24.2224 153.812 24.1178 153.793 24.0084C153.774 23.8989 153.776 23.7867 153.8 23.6782C153.825 23.5697 153.87 23.467 153.933 23.376C153.997 23.285 154.078 23.2074 154.172 23.1477C154.266 23.088 154.37 23.0473 154.48 23.028C154.589 23.0087 154.701 23.0112 154.81 23.0353C154.918 23.0593 155.021 23.1045 155.112 23.1683C156.404 24.0724 157.847 24.2272 159.176 23.6073C160.506 22.9873 161.314 21.7819 161.453 20.2114C161.458 20.0974 161.487 19.9856 161.536 19.8828C161.586 19.78 161.656 19.6883 161.741 19.6131C161.827 19.538 161.928 19.481 162.036 19.4456C162.145 19.4102 162.259 19.3971 162.373 19.4071C162.486 19.4171 162.597 19.45 162.698 19.5038C162.798 19.5576 162.887 19.6312 162.958 19.7202C163.03 19.8092 163.083 19.9117 163.113 20.0216C163.144 20.1315 163.152 20.2465 163.138 20.3596ZM167.358 15.1241C167.821 16.1166 168.134 17.1726 168.287 18.2574C168.305 18.3945 168.29 18.5341 168.243 18.6641L164.991 27.5994C164.944 27.7295 164.866 27.8461 164.764 27.9387C163.046 29.4908 160.881 30.4612 158.58 30.7116C156.278 30.9621 153.956 30.4798 151.944 29.3335C149.932 28.1872 148.334 26.4354 147.376 24.3275C146.418 22.2196 146.149 19.8631 146.608 17.5938C147.068 15.3244 148.232 13.2579 149.934 11.6885C151.636 10.1191 153.791 9.12693 156.09 8.85328C158.389 8.57962 160.716 9.03843 162.739 10.1644C164.762 11.2903 166.378 13.0259 167.358 15.1241ZM165.824 15.8393C164.999 14.0755 163.641 12.6154 161.941 11.665C160.242 10.7145 158.287 10.3217 156.352 10.5421C154.417 10.7624 152.601 11.5846 151.158 12.8928C149.716 14.2011 148.721 15.9291 148.313 17.8332C147.906 19.7373 148.107 21.7213 148.887 23.5052C149.668 25.2891 150.989 26.7828 152.664 27.7756C154.339 28.7683 156.284 29.21 158.224 29.0383C160.163 28.8665 162 28.0901 163.475 26.8184L166.579 18.2879C166.442 17.4408 166.187 16.6168 165.824 15.8393ZM153.58 20.6152C153.807 20.5091 153.998 20.3379 154.128 20.1233C154.259 19.9087 154.322 19.6603 154.311 19.4095C154.3 19.1587 154.215 18.9168 154.067 18.7144C153.918 18.5119 153.713 18.3581 153.477 18.2722C153.242 18.1863 152.985 18.1724 152.742 18.232C152.498 18.2917 152.277 18.4223 152.108 18.6074C151.938 18.7925 151.827 19.0237 151.789 19.2718C151.751 19.5199 151.787 19.7738 151.893 20.0013C152.035 20.3064 152.293 20.5424 152.609 20.6576C152.926 20.7727 153.275 20.7575 153.58 20.6152ZM159.409 15.0962C159.181 15.2023 158.99 15.3734 158.86 15.588C158.73 15.8027 158.666 16.0511 158.677 16.3019C158.688 16.5526 158.773 16.7946 158.922 16.997C159.07 17.1994 159.275 17.3533 159.511 17.4392C159.747 17.525 160.003 17.539 160.247 17.4793C160.491 17.4197 160.711 17.289 160.881 17.104C161.051 16.9189 161.161 16.6877 161.2 16.4396C161.238 16.1915 161.202 15.9376 161.096 15.7101C160.953 15.405 160.696 15.1689 160.379 15.0538C160.063 14.9387 159.714 14.9539 159.409 15.0962Z" fill="#111827"/>
|
|
16
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# Developer Portal
|
|
2
|
-
|
|
3
|
-
This is your Zuplo Developer Portal powered by [Zudoku](https://zudoku.dev).
|
|
4
|
-
This developer portal allows you to ship a beautiful API documentation for your
|
|
5
|
-
users. You can customize this portal to match your brand and style.
|
|
6
|
-
|
|
7
|
-
This developer portal is configured to work with your Zuplo API. When you
|
|
8
|
-
publish your API, your developer portal will be automatically published with the
|
|
9
|
-
latest API documentation.
|
|
10
|
-
|
|
11
|
-
For more information, visit the [Zudoku Documentation](https://zudoku.dev/docs).
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
2
|
-
|
|
3
|
-
# dependencies
|
|
4
|
-
/node_modules
|
|
5
|
-
/.pnp
|
|
6
|
-
.pnp.*
|
|
7
|
-
.yarn/*
|
|
8
|
-
!.yarn/patches
|
|
9
|
-
!.yarn/plugins
|
|
10
|
-
!.yarn/releases
|
|
11
|
-
!.yarn/versions
|
|
12
|
-
|
|
13
|
-
# testing
|
|
14
|
-
/coverage
|
|
15
|
-
|
|
16
|
-
# zudoku
|
|
17
|
-
/dist/
|
|
18
|
-
|
|
19
|
-
# misc
|
|
20
|
-
.DS_Store
|
|
21
|
-
*.pem
|
|
22
|
-
|
|
23
|
-
# debug
|
|
24
|
-
npm-debug.log*
|
|
25
|
-
yarn-debug.log*
|
|
26
|
-
yarn-error.log*
|
|
27
|
-
|
|
28
|
-
# env files (can opt-in for commiting if needed)
|
|
29
|
-
.env*
|
|
30
|
-
|
|
31
|
-
# typescript
|
|
32
|
-
*.tsbuildinfo
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Welcome to your new Zudoku documentation site.
|
|
3
|
-
sidebar_label: My Developer Portal
|
|
4
|
-
sidebar_icon: panel-top
|
|
5
|
-
category: ""
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
<div>
|
|
9
|
-
<img src="/banner.svg" className="dark:hidden" />
|
|
10
|
-
<img src="/banner-dark.svg" className="hidden dark:block" />
|
|
11
|
-
</div>
|
|
12
|
-
|
|
13
|
-
# Welcome to Better API Documentation
|
|
14
|
-
|
|
15
|
-
Welcome to your new developer portal that makes sense. 🎉
|
|
16
|
-
|
|
17
|
-
This is your new developer portal, built with ["Zudoku by Zuplo"](https://github.com/zuplo/zudoku) and designed to elevate your API documentation experience. We've streamlined the setup process so you can focus on what matters most: creating exceptional developer experiences.
|
|
18
|
-
|
|
19
|
-
Think of this as your API's professional showcase—presenting your endpoints and documentation in the best possible light. Whether you're launching innovative new features or improving existing services, this portal provides the foundation for clear, accessible, and engaging developer documentation.
|
|
20
|
-
|
|
21
|
-
Let's explore what we've configured for you and how you can customize it to perfectly match your needs.
|
|
22
|
-
|
|
23
|
-
## Let's Review Your Configuration
|
|
24
|
-
|
|
25
|
-
The developer portal is configured in the `zudoku.config.tsx` file. We've created a starter configuration to get you up and running quickly.
|
|
26
|
-
Let's walk you through everything we've set up so you know how to customize it:
|
|
27
|
-
|
|
28
|
-
<Stepper>
|
|
29
|
-
|
|
30
|
-
1. **Change the Basics**
|
|
31
|
-
|
|
32
|
-
First, you may want to change the title and banner we've put in place. These are part of the `page` section in your configuration.
|
|
33
|
-
|
|
34
|
-
:::tip
|
|
35
|
-
**Have a company logo?** Learn how you can [add your logo](https://zuplo.com/docs/dev-portal/zudoku/configuration/page#logo) in our documentation.
|
|
36
|
-
:::
|
|
37
|
-
|
|
38
|
-
```jsx
|
|
39
|
-
{
|
|
40
|
-
// ...
|
|
41
|
-
"page": {
|
|
42
|
-
"title": "My Developer Portal",
|
|
43
|
-
"banner": {
|
|
44
|
-
"message": (
|
|
45
|
-
<div className="w-full text-center">
|
|
46
|
-
<strong>Congrats!</strong> 🙌 You just created your first developer
|
|
47
|
-
portal.
|
|
48
|
-
</div>
|
|
49
|
-
),
|
|
50
|
-
"color": "info",
|
|
51
|
-
"dismissible": true,
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
1. **API Reference**
|
|
57
|
-
|
|
58
|
-
Your [API Reference](/api) is generated from your Zuplo OpenAPI file in `../routes.oas.json`—you can add other APIs whenever you need them.
|
|
59
|
-
Improve your documentation by adding more details to the OpenAPI file.
|
|
60
|
-
|
|
61
|
-
```json
|
|
62
|
-
{
|
|
63
|
-
// ...
|
|
64
|
-
"apis": {
|
|
65
|
-
"type": "file",
|
|
66
|
-
"input": "../config/routes.oas.json",
|
|
67
|
-
"navigationId": "api"
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
1. **Authentication & Login**
|
|
73
|
-
|
|
74
|
-
We've configured your project to use [Auth0](https://auth0.com) as an authentication provider with our demo account. We support many authentication providers—check the [documentation on how to configure](https://zuplo.com/docs/dev-portal/zudoku/configuration/authentication#authentication-providers) each one.
|
|
75
|
-
|
|
76
|
-
:::caution
|
|
77
|
-
You must change the authentication provider before taking this to **production**. Using our demo provider is not secure for production use.
|
|
78
|
-
:::
|
|
79
|
-
|
|
80
|
-
```json
|
|
81
|
-
{
|
|
82
|
-
// ...
|
|
83
|
-
"authentication": {
|
|
84
|
-
"type": "auth0",
|
|
85
|
-
"domain": "auth.zuplo.io",
|
|
86
|
-
"clientId": "kWQs12Q9Og4w6zzI82qJSa3klN1sMtvz",
|
|
87
|
-
"audience": "https://api.example.com/"
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
```
|
|
91
|
-
|
|
92
|
-
1. **API Keys**
|
|
93
|
-
|
|
94
|
-
We've enabled API Keys on your developer portal. This connects to the API Key Service in Zuplo.
|
|
95
|
-
To add API Keys for your users, create a consumer with the matching email address in **Services => API Key Service** in Zuplo, or [create a Consumer using the Zuplo API](https://zuplo.com/docs/api/api-keys-consumers#creates-a-consumer).
|
|
96
|
-
|
|
97
|
-
```json
|
|
98
|
-
{
|
|
99
|
-
// ...
|
|
100
|
-
"apiKeys": {
|
|
101
|
-
"enabled": true
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
```
|
|
105
|
-
|
|
106
|
-
</Stepper>
|
|
107
|
-
|
|
108
|
-
## Make It Yours
|
|
109
|
-
|
|
110
|
-
You can customize the look and feel of your documentation site by modifying the `theme` section in `zudoku.config.tsx`. Why not try changing the primary color of your site?
|
|
111
|
-
|
|
112
|
-
```json
|
|
113
|
-
{
|
|
114
|
-
// ...
|
|
115
|
-
"theme": {
|
|
116
|
-
"light": {
|
|
117
|
-
"primary": "316 100% 50%",
|
|
118
|
-
"primaryForeground": "360 100% 100%"
|
|
119
|
-
},
|
|
120
|
-
"dark": {
|
|
121
|
-
"primary": "316 100% 50%",
|
|
122
|
-
"primaryForeground": "360 100% 100%"
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
// ...
|
|
126
|
-
}
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
We have extensive customization options available. From colors to fonts and borders, find the [full list of options](https://zuplo.com/docs/dev-portal/zudoku/customization/colors-theme) in our documentation.
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
# Welcome to Our Documentation
|
|
2
|
-
|
|
3
|
-
## Overview
|
|
4
|
-
|
|
5
|
-
This page demonstrates various markdown features and formatting options available in our documentation system. Whether you're writing technical documentation, guides, or tutorials, these examples will help you create beautiful and well-structured content.
|
|
6
|
-
|
|
7
|
-
### Key Features
|
|
8
|
-
|
|
9
|
-
- **Rich Text Formatting**: Bold, italic, and code formatting
|
|
10
|
-
- **Lists**: Ordered and unordered lists
|
|
11
|
-
- **Code Blocks**: Syntax highlighting for multiple languages
|
|
12
|
-
- **Tables**: Organized data presentation
|
|
13
|
-
- **Images**: Visual content integration
|
|
14
|
-
- **Links**: Internal and external references
|
|
15
|
-
|
|
16
|
-
## Text Formatting
|
|
17
|
-
|
|
18
|
-
You can make text **bold** or _italic_ to emphasize important points. For technical terms, use `inline code` formatting.
|
|
19
|
-
|
|
20
|
-
### Code Examples
|
|
21
|
-
|
|
22
|
-
Here's a simple JavaScript function:
|
|
23
|
-
|
|
24
|
-
```javascript
|
|
25
|
-
function greet(name) {
|
|
26
|
-
return `Hello, ${name}!`;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
// Example usage
|
|
30
|
-
console.log(greet("World"));
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
And here's a Python example:
|
|
34
|
-
|
|
35
|
-
```python
|
|
36
|
-
def calculate_fibonacci(n):
|
|
37
|
-
if n <= 1:
|
|
38
|
-
return n
|
|
39
|
-
return calculate_fibonacci(n-1) + calculate_fibonacci(n-2)
|
|
40
|
-
|
|
41
|
-
# Print first 10 Fibonacci numbers
|
|
42
|
-
for i in range(10):
|
|
43
|
-
print(calculate_fibonacci(i))
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
## Lists and Organization
|
|
47
|
-
|
|
48
|
-
### Unordered Lists
|
|
49
|
-
|
|
50
|
-
- First item
|
|
51
|
-
- Second item
|
|
52
|
-
- Nested item
|
|
53
|
-
- Another nested item
|
|
54
|
-
- Third item
|
|
55
|
-
|
|
56
|
-
### Ordered Lists
|
|
57
|
-
|
|
58
|
-
1. First step
|
|
59
|
-
2. Second step
|
|
60
|
-
1. Sub-step A
|
|
61
|
-
2. Sub-step B
|
|
62
|
-
3. Third step
|
|
63
|
-
|
|
64
|
-
## Tables
|
|
65
|
-
|
|
66
|
-
| Feature | Description | Status |
|
|
67
|
-
| ----------- | --------------------- | ------ |
|
|
68
|
-
| Markdown | Basic text formatting | ✅ |
|
|
69
|
-
| Code Blocks | Syntax highlighting | ✅ |
|
|
70
|
-
| Tables | Data organization | ✅ |
|
|
71
|
-
| Images | Visual content | ✅ |
|
|
72
|
-
|
|
73
|
-
## Blockquotes
|
|
74
|
-
|
|
75
|
-
> "The best way to predict the future is to implement it."
|
|
76
|
-
>
|
|
77
|
-
> — Alan Kay
|
|
78
|
-
|
|
79
|
-
## Links and References
|
|
80
|
-
|
|
81
|
-
- [Internal Link](#overview)
|
|
82
|
-
- [External Link](https://example.com)
|
|
83
|
-
- [Documentation Home](/)
|
|
84
|
-
|
|
85
|
-
## Horizontal Rules
|
|
86
|
-
|
|
87
|
-
---
|
|
88
|
-
|
|
89
|
-
## Additional Tips
|
|
90
|
-
|
|
91
|
-
1. Use headings to create a clear hierarchy
|
|
92
|
-
2. Keep paragraphs short and focused
|
|
93
|
-
3. Include code examples when relevant
|
|
94
|
-
4. Use lists for better readability
|
|
95
|
-
5. Add tables for structured data
|
|
96
|
-
|
|
97
|
-
## Conclusion
|
|
98
|
-
|
|
99
|
-
This example demonstrates the power and flexibility of markdown for creating beautiful documentation. Feel free to use these patterns in your own documentation to maintain consistency and readability.
|
|
100
|
-
|
|
101
|
-
---
|
|
102
|
-
|
|
103
|
-
_Last updated: March 2024_
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
<svg width="757" height="270" viewBox="0 0 757 270" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_162_322)">
|
|
3
|
-
<rect width="757" height="270" rx="8" fill="#181822"/>
|
|
4
|
-
<g filter="url(#filter0_f_162_322)">
|
|
5
|
-
<circle cx="745.667" cy="338.667" r="249.667" fill="#D06DB6" fill-opacity="0.3"/>
|
|
6
|
-
</g>
|
|
7
|
-
<path d="M669.949 134.692L1039 134.692" stroke="url(#paint0_linear_162_322)" stroke-width="1.42491"/>
|
|
8
|
-
<g filter="url(#filter1_f_162_322)">
|
|
9
|
-
<circle cx="621.596" cy="271.652" r="168.596" fill="#FF02BD" fill-opacity="0.3"/>
|
|
10
|
-
</g>
|
|
11
|
-
<path d="M570.465 133.912L819.679 133.912" stroke="url(#paint1_linear_162_322)" stroke-width="0.962216"/>
|
|
12
|
-
<path d="M702.179 134.12H788.076C796.579 134.12 803.472 127.227 803.472 118.724V59.8385" stroke="url(#paint2_linear_162_322)" stroke-width="0.962216"/>
|
|
13
|
-
<path d="M688.817 133.912H708.061C716.564 133.912 723.457 140.805 723.457 149.307V259" stroke="#D06DB6" stroke-width="0.962216"/>
|
|
14
|
-
<path d="M723.457 184.909H684.006C675.503 184.909 668.611 191.802 668.611 200.305V243.604" stroke="url(#paint3_linear_162_322)" stroke-width="0.962216"/>
|
|
15
|
-
<path d="M723.788 279.305V258.911C723.788 250.408 716.896 243.515 708.393 243.515H556.994" stroke="url(#paint4_linear_162_322)" stroke-width="0.962216"/>
|
|
16
|
-
<path d="M672.459 59.34V133.912" stroke="url(#paint5_linear_162_322)" stroke-width="0.962216"/>
|
|
17
|
-
<circle cx="672.941" cy="133.431" r="4.32997" fill="#D06DB6"/>
|
|
18
|
-
<circle cx="722.976" cy="184.428" r="4.32997" fill="#D06DB6"/>
|
|
19
|
-
<rect x="745.306" y="133.98" width="8.65994" height="8.65994" rx="1.44332" transform="rotate(-45 745.306 133.98)" fill="#D06DB6" stroke="#D06DB6" stroke-width="0.962216"/>
|
|
20
|
-
<g clip-path="url(#clip1_162_322)">
|
|
21
|
-
<mask id="path-15-inside-1_162_322" fill="white">
|
|
22
|
-
<path d="M540 -10V30.7177H837V-10H540Z"/>
|
|
23
|
-
</mask>
|
|
24
|
-
<path d="M813.048 35.8074L813.26 36.0193L864.457 -15.177L864.245 -15.3889L864.034 -15.6008L812.837 35.5964L813.048 35.8074ZM808.258 35.8074L808.47 36.0193L859.667 -15.177L859.455 -15.3889L859.244 -15.6008L808.047 35.5964L808.258 35.8074ZM803.467 35.8074L803.679 36.0193L854.876 -15.177L854.664 -15.3889L854.453 -15.6008L803.255 35.5964L803.467 35.8074ZM798.677 35.8074L798.889 36.0193L850.086 -15.177L849.874 -15.3889L849.663 -15.6008L798.465 35.5964L798.677 35.8074ZM793.887 35.8074L794.099 36.0193L845.296 -15.177L845.084 -15.3889L844.873 -15.6008L793.675 35.5964L793.887 35.8074ZM789.096 35.8074L789.308 36.0193L840.505 -15.177L840.293 -15.3889L840.082 -15.6008L788.884 35.5964L789.096 35.8074ZM784.306 35.8074L784.518 36.0193L835.714 -15.177L835.503 -15.3889L835.292 -15.6008L784.094 35.5964L784.306 35.8074ZM779.516 35.8074L779.728 36.0193L830.924 -15.177L830.713 -15.3889L830.502 -15.6008L779.304 35.5964L779.516 35.8074ZM774.726 35.8074L774.938 36.0193L826.134 -15.177L825.922 -15.3889L825.712 -15.6008L774.514 35.5964L774.726 35.8074ZM769.935 35.8074L770.147 36.0193L821.343 -15.177L821.131 -15.3889L820.921 -15.6008L769.723 35.5964L769.935 35.8074ZM765.145 35.8074L765.357 36.0193L816.553 -15.177L816.341 -15.3889L816.13 -15.6008L764.933 35.5964L765.145 35.8074ZM760.355 35.8074L760.567 36.0193L811.763 -15.177L811.551 -15.3889L811.34 -15.6008L760.143 35.5964L760.355 35.8074ZM755.564 35.8074L755.776 36.0193L806.972 -15.177L806.76 -15.3889L806.549 -15.6008L755.352 35.5964L755.564 35.8074ZM750.774 35.8074L750.986 36.0193L802.182 -15.177L801.97 -15.3889L801.759 -15.6008L750.562 35.5964L750.774 35.8074ZM745.984 35.8074L746.196 36.0193L797.392 -15.177L797.18 -15.3889L796.969 -15.6008L745.772 35.5964L745.984 35.8074ZM741.194 35.8074L741.406 36.0193L792.602 -15.177L792.39 -15.3889L792.179 -15.6008L740.982 35.5964L741.194 35.8074ZM736.403 35.8074L736.615 36.0193L787.811 -15.177L787.599 -15.3889L787.388 -15.6008L736.191 35.5964L736.403 35.8074ZM731.613 35.8074L731.825 36.0193L783.021 -15.177L782.809 -15.3889L782.598 -15.6008L731.401 35.5964L731.613 35.8074ZM726.823 35.8074L727.035 36.0193L778.231 -15.177L778.019 -15.3889L777.808 -15.6008L726.611 35.5964L726.823 35.8074ZM722.032 35.8074L722.244 36.0193L773.44 -15.177L773.228 -15.3889L773.017 -15.6008L721.82 35.5964L722.032 35.8074ZM717.242 35.8074L717.454 36.0193L768.65 -15.177L768.438 -15.3889L768.227 -15.6008L717.03 35.5964L717.242 35.8074ZM712.452 35.8074L712.664 36.0193L763.86 -15.177L763.648 -15.3889L763.437 -15.6008L712.24 35.5964L712.452 35.8074ZM707.662 35.8074L707.874 36.0193L759.07 -15.177L758.858 -15.3889L758.647 -15.6008L707.45 35.5964L707.662 35.8074ZM702.871 35.8074L703.083 36.0193L754.279 -15.177L754.067 -15.3889L753.856 -15.6008L702.659 35.5964L702.871 35.8074ZM698.081 35.8074L698.293 36.0193L749.489 -15.177L749.277 -15.3889L749.066 -15.6008L697.869 35.5964L698.081 35.8074ZM693.291 35.8074L693.503 36.0193L744.699 -15.177L744.487 -15.3889L744.276 -15.6008L693.079 35.5964L693.291 35.8074ZM688.5 35.8074L688.712 36.0193L739.908 -15.177L739.696 -15.3889L739.485 -15.6008L688.288 35.5964L688.5 35.8074ZM683.71 35.8074L683.922 36.0193L735.118 -15.177L734.906 -15.3889L734.695 -15.6008L683.498 35.5964L683.71 35.8074ZM678.92 35.8074L679.131 36.0193L730.328 -15.177L730.116 -15.3889L729.905 -15.6008L678.708 35.5964L678.92 35.8074ZM674.13 35.8074L674.341 36.0193L725.538 -15.177L725.326 -15.3889L725.115 -15.6008L673.918 35.5964L674.13 35.8074ZM669.339 35.8074L669.55 36.0193L720.747 -15.177L720.535 -15.3889L720.324 -15.6008L669.127 35.5964L669.339 35.8074ZM664.548 35.8074L664.76 36.0193L715.957 -15.177L715.745 -15.3889L715.534 -15.6008L664.337 35.5964L664.548 35.8074ZM659.758 35.8074L659.97 36.0193L711.167 -15.177L710.955 -15.3889L710.744 -15.6008L659.547 35.5964L659.758 35.8074ZM654.967 35.8074L655.179 36.0193L706.376 -15.177L706.164 -15.3889L705.953 -15.6008L654.755 35.5964L654.967 35.8074ZM650.177 35.8074L650.389 36.0193L701.586 -15.177L701.374 -15.3889L701.163 -15.6008L649.965 35.5964L650.177 35.8074ZM645.387 35.8074L645.599 36.0193L696.796 -15.177L696.584 -15.3889L696.373 -15.6008L645.175 35.5964L645.387 35.8074ZM640.596 35.8074L640.808 36.0193L692.005 -15.177L691.793 -15.3889L691.582 -15.6008L640.384 35.5964L640.596 35.8074ZM635.806 35.8074L636.018 36.0193L687.214 -15.177L687.003 -15.3889L686.792 -15.6008L635.594 35.5964L635.806 35.8074ZM631.016 35.8074L631.228 36.0193L682.424 -15.177L682.213 -15.3889L682.002 -15.6008L630.804 35.5964L631.016 35.8074ZM626.226 35.8074L626.438 36.0193L677.634 -15.177L677.422 -15.3889L677.212 -15.6008L626.014 35.5964L626.226 35.8074ZM621.435 35.8074L621.647 36.0193L672.843 -15.177L672.631 -15.3889L672.421 -15.6008L621.223 35.5964L621.435 35.8074ZM616.645 35.8074L616.857 36.0193L668.053 -15.177L667.841 -15.3889L667.63 -15.6008L616.433 35.5964L616.645 35.8074ZM611.855 35.8074L612.067 36.0193L663.263 -15.177L663.051 -15.3889L662.84 -15.6008L611.643 35.5964L611.855 35.8074ZM607.064 35.8074L607.276 36.0193L658.472 -15.177L658.26 -15.3889L658.049 -15.6008L606.852 35.5964L607.064 35.8074ZM602.274 35.8074L602.486 36.0193L653.682 -15.177L653.47 -15.3889L653.259 -15.6008L602.062 35.5964L602.274 35.8074ZM597.484 35.8074L597.696 36.0193L648.892 -15.177L648.68 -15.3889L648.469 -15.6008L597.272 35.5964L597.484 35.8074ZM592.694 35.8074L592.906 36.0193L644.102 -15.177L643.89 -15.3889L643.679 -15.6008L592.482 35.5964L592.694 35.8074ZM587.903 35.8074L588.115 36.0193L639.311 -15.177L639.099 -15.3889L638.888 -15.6008L587.691 35.5964L587.903 35.8074ZM583.113 35.8074L583.325 36.0193L634.521 -15.177L634.309 -15.3889L634.098 -15.6008L582.901 35.5964L583.113 35.8074ZM578.323 35.8074L578.535 36.0193L629.731 -15.177L629.519 -15.3889L629.308 -15.6008L578.111 35.5964L578.323 35.8074ZM573.532 35.8074L573.744 36.0193L624.94 -15.177L624.728 -15.3889L624.517 -15.6008L573.32 35.5964L573.532 35.8074ZM568.742 35.8074L568.954 36.0193L620.15 -15.177L619.938 -15.3889L619.727 -15.6008L568.53 35.5964L568.742 35.8074ZM563.952 35.8074L564.164 36.0193L615.36 -15.177L615.148 -15.3889L614.937 -15.6008L563.74 35.5964L563.952 35.8074ZM559.162 35.8074L559.374 36.0193L610.57 -15.177L610.358 -15.3889L610.147 -15.6008L558.95 35.5964L559.162 35.8074ZM554.371 35.8074L554.583 36.0193L605.779 -15.177L605.567 -15.3889L605.356 -15.6008L554.159 35.5964L554.371 35.8074ZM549.581 35.8074L549.793 36.0193L600.989 -15.177L600.777 -15.3889L600.566 -15.6008L549.369 35.5964L549.581 35.8074ZM544.791 35.8074L545.003 36.0193L596.199 -15.177L595.987 -15.3889L595.776 -15.6008L544.579 35.5964L544.791 35.8074ZM540 35.8074L540.212 36.0193L591.408 -15.177L591.196 -15.3889L590.985 -15.6008L539.788 35.5964L540 35.8074ZM535.21 35.8074L535.422 36.0193L586.618 -15.177L586.406 -15.3889L586.195 -15.6008L534.998 35.5964L535.21 35.8074ZM530.42 35.8074L530.631 36.0193L581.828 -15.177L581.616 -15.3889L581.405 -15.6008L530.208 35.5964L530.42 35.8074ZM525.63 35.8074L525.841 36.0193L577.038 -15.177L576.826 -15.3889L576.615 -15.6008L525.418 35.5964L525.63 35.8074ZM520.839 35.8074L521.05 36.0193L572.247 -15.177L572.035 -15.3889L571.824 -15.6008L520.627 35.5964L520.839 35.8074ZM516.048 35.8074L516.26 36.0193L567.457 -15.177L567.245 -15.3889L567.034 -15.6008L515.837 35.5964L516.048 35.8074ZM511.258 35.8074L511.47 36.0193L562.667 -15.177L562.455 -15.3889L562.244 -15.6008L511.047 35.5964L511.258 35.8074ZM506.467 35.8074L506.679 36.0193L557.876 -15.177L557.664 -15.3889L557.453 -15.6008L506.255 35.5964L506.467 35.8074ZM501.677 35.8074L501.889 36.0193L553.086 -15.177L552.874 -15.3889L552.663 -15.6008L501.465 35.5964L501.677 35.8074ZM496.887 35.8074L497.099 36.0193L548.296 -15.177L548.084 -15.3889L547.873 -15.6008L496.675 35.5964L496.887 35.8074Z" fill="url(#paint6_linear_162_322)"/>
|
|
25
|
-
</g>
|
|
26
|
-
<path d="M540 30.7177V30.119H837V30.7177V31.3165H540V30.7177Z" fill="url(#paint7_linear_162_322)" mask="url(#path-15-inside-1_162_322)"/>
|
|
27
|
-
<rect x="601.277" y="30.2517" width="5.45645" height="5.45645" rx="1.19758" transform="rotate(-45 601.277 30.2517)" fill="#D06DB6"/>
|
|
28
|
-
<path d="M37.262 202V193.236H34.168V192.06H41.56V193.236H38.466V202H37.262ZM42.4208 202V192.06H43.5968V196.218L43.4568 196.19C43.5501 195.779 43.7088 195.443 43.9328 195.182C44.1568 194.921 44.4321 194.729 44.7588 194.608C45.0854 194.477 45.4448 194.412 45.8368 194.412C46.3688 194.412 46.8168 194.533 47.1808 194.776C47.5541 195.009 47.8341 195.341 48.0208 195.77C48.2168 196.19 48.3148 196.675 48.3148 197.226V202H47.1388V197.562C47.1388 196.843 47.0081 196.311 46.7468 195.966C46.4948 195.621 46.1074 195.448 45.5848 195.448C44.9874 195.448 44.5068 195.63 44.1428 195.994C43.7788 196.358 43.5968 196.885 43.5968 197.576V202H42.4208ZM50.4188 202V194.58H51.5948V202H50.4188ZM50.3908 193.418V192.046H51.6228V193.418H50.3908ZM56.4021 202.168C55.7394 202.168 55.1747 202.061 54.7081 201.846C54.2507 201.631 53.8914 201.337 53.6301 200.964C53.3781 200.581 53.2334 200.147 53.1961 199.662L54.4281 199.578C54.5027 200.026 54.6941 200.385 55.0021 200.656C55.3101 200.917 55.7767 201.048 56.4021 201.048C56.9061 201.048 57.3074 200.969 57.6061 200.81C57.9141 200.642 58.0681 200.376 58.0681 200.012C58.0681 199.816 58.0214 199.653 57.9281 199.522C57.8347 199.391 57.6527 199.279 57.3821 199.186C57.1114 199.083 56.7101 198.985 56.1781 198.892C55.4687 198.761 54.9087 198.603 54.4981 198.416C54.0967 198.22 53.8074 197.982 53.6301 197.702C53.4621 197.413 53.3781 197.072 53.3781 196.68C53.3781 196.017 53.6207 195.476 54.1061 195.056C54.5914 194.627 55.2821 194.412 56.1781 194.412C56.7847 194.412 57.2934 194.524 57.7041 194.748C58.1241 194.963 58.4507 195.252 58.6841 195.616C58.9267 195.971 59.0854 196.363 59.1601 196.792L57.9281 196.876C57.8721 196.615 57.7694 196.386 57.6201 196.19C57.4707 195.985 57.2747 195.826 57.0321 195.714C56.7894 195.593 56.5001 195.532 56.1641 195.532C55.6321 195.532 55.2401 195.635 54.9881 195.84C54.7361 196.045 54.6101 196.307 54.6101 196.624C54.6101 196.867 54.6661 197.067 54.7781 197.226C54.8994 197.375 55.0907 197.501 55.3521 197.604C55.6134 197.697 55.9634 197.781 56.4021 197.856C57.1581 197.987 57.7461 198.145 58.1661 198.332C58.5861 198.519 58.8801 198.747 59.0481 199.018C59.2161 199.289 59.3001 199.62 59.3001 200.012C59.3001 200.469 59.1694 200.861 58.9081 201.188C58.6561 201.505 58.3107 201.748 57.8721 201.916C57.4427 202.084 56.9527 202.168 56.4021 202.168ZM64.5419 202V194.58H65.7179V202H64.5419ZM64.5139 193.418V192.046H65.7459V193.418H64.5139ZM70.5251 202.168C69.8625 202.168 69.2978 202.061 68.8311 201.846C68.3738 201.631 68.0145 201.337 67.7531 200.964C67.5011 200.581 67.3565 200.147 67.3191 199.662L68.5511 199.578C68.6258 200.026 68.8171 200.385 69.1251 200.656C69.4331 200.917 69.8998 201.048 70.5251 201.048C71.0291 201.048 71.4305 200.969 71.7291 200.81C72.0371 200.642 72.1911 200.376 72.1911 200.012C72.1911 199.816 72.1445 199.653 72.0511 199.522C71.9578 199.391 71.7758 199.279 71.5051 199.186C71.2345 199.083 70.8331 198.985 70.3011 198.892C69.5918 198.761 69.0318 198.603 68.6211 198.416C68.2198 198.22 67.9305 197.982 67.7531 197.702C67.5851 197.413 67.5011 197.072 67.5011 196.68C67.5011 196.017 67.7438 195.476 68.2291 195.056C68.7145 194.627 69.4051 194.412 70.3011 194.412C70.9078 194.412 71.4165 194.524 71.8271 194.748C72.2471 194.963 72.5738 195.252 72.8071 195.616C73.0498 195.971 73.2085 196.363 73.2831 196.792L72.0511 196.876C71.9951 196.615 71.8925 196.386 71.7431 196.19C71.5938 195.985 71.3978 195.826 71.1551 195.714C70.9125 195.593 70.6231 195.532 70.2871 195.532C69.7551 195.532 69.3631 195.635 69.1111 195.84C68.8591 196.045 68.7331 196.307 68.7331 196.624C68.7331 196.867 68.7891 197.067 68.9011 197.226C69.0225 197.375 69.2138 197.501 69.4751 197.604C69.7365 197.697 70.0865 197.781 70.5251 197.856C71.2811 197.987 71.8691 198.145 72.2891 198.332C72.7091 198.519 73.0031 198.747 73.1711 199.018C73.3391 199.289 73.4231 199.62 73.4231 200.012C73.4231 200.469 73.2925 200.861 73.0311 201.188C72.7791 201.505 72.4338 201.748 71.9951 201.916C71.5658 202.084 71.0758 202.168 70.5251 202.168ZM78.9869 204.1V203.064H79.8409C80.1023 203.064 80.2936 203.022 80.4149 202.938C80.5456 202.863 80.6436 202.737 80.7089 202.56L80.9749 201.86H80.5689L77.8529 194.58H79.1409L81.3529 200.768L83.4669 194.58H84.7549L81.7449 202.938C81.6049 203.339 81.3949 203.633 81.1149 203.82C80.8349 204.007 80.4476 204.1 79.9529 204.1H78.9869ZM88.7133 202.168C88.032 202.168 87.4346 202.009 86.9213 201.692C86.408 201.375 86.0113 200.927 85.7313 200.348C85.4513 199.76 85.3113 199.074 85.3113 198.29C85.3113 197.497 85.4513 196.811 85.7313 196.232C86.0113 195.653 86.408 195.205 86.9213 194.888C87.4346 194.571 88.032 194.412 88.7133 194.412C89.3946 194.412 89.9873 194.571 90.4913 194.888C91.0046 195.205 91.4013 195.653 91.6813 196.232C91.9613 196.811 92.1013 197.497 92.1013 198.29C92.1013 199.074 91.9613 199.76 91.6813 200.348C91.4013 200.927 91.0046 201.375 90.4913 201.692C89.9873 202.009 89.3946 202.168 88.7133 202.168ZM88.7133 201.048C89.3946 201.048 89.922 200.805 90.2953 200.32C90.678 199.825 90.8693 199.149 90.8693 198.29C90.8693 197.431 90.678 196.759 90.2953 196.274C89.922 195.779 89.3946 195.532 88.7133 195.532C88.032 195.532 87.5 195.779 87.1173 196.274C86.7346 196.759 86.5433 197.431 86.5433 198.29C86.5433 199.149 86.7346 199.825 87.1173 200.32C87.5 200.805 88.032 201.048 88.7133 201.048ZM96.14 202.168C95.4027 202.168 94.81 201.921 94.362 201.426C93.9233 200.922 93.704 200.231 93.704 199.354V194.58H94.88V199.032C94.88 199.751 95.006 200.283 95.258 200.628C95.5193 200.964 95.916 201.132 96.448 201.132C97.036 201.132 97.498 200.945 97.834 200.572C98.17 200.189 98.338 199.667 98.338 199.004V194.58H99.514V202H98.394V200.166L98.576 200.264C98.4267 200.871 98.142 201.342 97.722 201.678C97.302 202.005 96.7747 202.168 96.14 202.168ZM101.757 202V194.58H102.793L102.849 196.456L102.737 196.414C102.83 195.779 103.031 195.317 103.339 195.028C103.656 194.729 104.076 194.58 104.599 194.58H105.327V195.7H104.613C104.239 195.7 103.927 195.77 103.675 195.91C103.432 196.041 103.245 196.241 103.115 196.512C102.993 196.773 102.933 197.109 102.933 197.52V202H101.757ZM113.459 202.168C112.769 202.168 112.167 202.009 111.653 201.692C111.149 201.375 110.757 200.927 110.477 200.348C110.197 199.76 110.057 199.074 110.057 198.29C110.057 197.506 110.197 196.825 110.477 196.246C110.757 195.667 111.149 195.219 111.653 194.902C112.167 194.575 112.769 194.412 113.459 194.412C114.029 194.412 114.533 194.515 114.971 194.72C115.419 194.916 115.783 195.205 116.063 195.588C116.343 195.971 116.525 196.437 116.609 196.988L115.377 197.072C115.293 196.577 115.079 196.199 114.733 195.938C114.388 195.667 113.963 195.532 113.459 195.532C112.778 195.532 112.246 195.779 111.863 196.274C111.481 196.759 111.289 197.431 111.289 198.29C111.289 199.149 111.481 199.825 111.863 200.32C112.246 200.805 112.778 201.048 113.459 201.048C113.963 201.048 114.388 200.908 114.733 200.628C115.079 200.348 115.293 199.928 115.377 199.368L116.609 199.452C116.525 200.003 116.343 200.483 116.063 200.894C115.783 201.295 115.419 201.608 114.971 201.832C114.533 202.056 114.029 202.168 113.459 202.168ZM120.965 202.168C120.284 202.168 119.687 202.009 119.173 201.692C118.66 201.375 118.263 200.927 117.983 200.348C117.703 199.76 117.563 199.074 117.563 198.29C117.563 197.497 117.703 196.811 117.983 196.232C118.263 195.653 118.66 195.205 119.173 194.888C119.687 194.571 120.284 194.412 120.965 194.412C121.647 194.412 122.239 194.571 122.743 194.888C123.257 195.205 123.653 195.653 123.933 196.232C124.213 196.811 124.353 197.497 124.353 198.29C124.353 199.074 124.213 199.76 123.933 200.348C123.653 200.927 123.257 201.375 122.743 201.692C122.239 202.009 121.647 202.168 120.965 202.168ZM120.965 201.048C121.647 201.048 122.174 200.805 122.547 200.32C122.93 199.825 123.121 199.149 123.121 198.29C123.121 197.431 122.93 196.759 122.547 196.274C122.174 195.779 121.647 195.532 120.965 195.532C120.284 195.532 119.752 195.779 119.369 196.274C118.987 196.759 118.795 197.431 118.795 198.29C118.795 199.149 118.987 199.825 119.369 200.32C119.752 200.805 120.284 201.048 120.965 201.048ZM125.956 202V194.58H127.034L127.076 196.47L126.936 196.344C127.029 195.905 127.193 195.546 127.426 195.266C127.659 194.977 127.939 194.762 128.266 194.622C128.602 194.482 128.961 194.412 129.344 194.412C129.913 194.412 130.38 194.538 130.744 194.79C131.117 195.042 131.393 195.383 131.57 195.812C131.757 196.232 131.85 196.703 131.85 197.226V202H130.674V197.562C130.674 197.105 130.618 196.722 130.506 196.414C130.403 196.097 130.235 195.859 130.002 195.7C129.769 195.532 129.465 195.448 129.092 195.448C128.523 195.448 128.051 195.63 127.678 195.994C127.314 196.349 127.132 196.871 127.132 197.562V202H125.956ZM136.246 202C135.574 202 135.075 201.846 134.748 201.538C134.431 201.23 134.272 200.749 134.272 200.096V192.844H135.448V200.068C135.448 200.404 135.523 200.637 135.672 200.768C135.821 200.899 136.05 200.964 136.358 200.964H137.422V202H136.246ZM133.18 195.616V194.58H137.422V195.616H133.18ZM141.692 202.168C140.992 202.168 140.385 202.009 139.872 201.692C139.368 201.375 138.976 200.927 138.696 200.348C138.425 199.76 138.29 199.074 138.29 198.29C138.29 197.506 138.425 196.825 138.696 196.246C138.976 195.667 139.363 195.219 139.858 194.902C140.362 194.575 140.954 194.412 141.636 194.412C142.28 194.412 142.849 194.566 143.344 194.874C143.838 195.173 144.221 195.611 144.492 196.19C144.772 196.769 144.912 197.473 144.912 198.304V198.654H139.522C139.568 199.447 139.778 200.045 140.152 200.446C140.534 200.847 141.048 201.048 141.692 201.048C142.177 201.048 142.574 200.936 142.882 200.712C143.199 200.479 143.418 200.175 143.54 199.802L144.8 199.9C144.604 200.563 144.23 201.109 143.68 201.538C143.138 201.958 142.476 202.168 141.692 202.168ZM139.522 197.618H143.624C143.568 196.899 143.358 196.372 142.994 196.036C142.639 195.7 142.186 195.532 141.636 195.532C141.066 195.532 140.595 195.709 140.222 196.064C139.858 196.409 139.624 196.927 139.522 197.618ZM146.505 202V194.58H147.583L147.625 196.47L147.485 196.344C147.578 195.905 147.741 195.546 147.975 195.266C148.208 194.977 148.488 194.762 148.815 194.622C149.151 194.482 149.51 194.412 149.893 194.412C150.462 194.412 150.929 194.538 151.293 194.79C151.666 195.042 151.941 195.383 152.119 195.812C152.305 196.232 152.399 196.703 152.399 197.226V202H151.223V197.562C151.223 197.105 151.167 196.722 151.055 196.414C150.952 196.097 150.784 195.859 150.551 195.7C150.317 195.532 150.014 195.448 149.641 195.448C149.071 195.448 148.6 195.63 148.227 195.994C147.863 196.349 147.681 196.871 147.681 197.562V202H146.505ZM156.795 202C156.123 202 155.624 201.846 155.297 201.538C154.98 201.23 154.821 200.749 154.821 200.096V192.844H155.997V200.068C155.997 200.404 156.072 200.637 156.221 200.768C156.37 200.899 156.599 200.964 156.907 200.964H157.971V202H156.795ZM153.729 195.616V194.58H157.971V195.616H153.729ZM159.413 202V200.418H160.995V202H159.413ZM170.209 202.224C169.323 202.224 168.543 202.019 167.871 201.608C167.199 201.188 166.677 200.591 166.303 199.816C165.93 199.041 165.743 198.117 165.743 197.044C165.743 195.971 165.93 195.047 166.303 194.272C166.677 193.488 167.199 192.886 167.871 192.466C168.543 192.046 169.323 191.836 170.209 191.836C171.413 191.836 172.347 192.139 173.009 192.746C173.672 193.353 174.106 194.179 174.311 195.224L173.037 195.308C172.897 194.599 172.599 194.039 172.141 193.628C171.684 193.217 171.04 193.012 170.209 193.012C169.575 193.012 169.015 193.175 168.529 193.502C168.053 193.819 167.68 194.281 167.409 194.888C167.139 195.485 167.003 196.204 167.003 197.044C167.003 197.884 167.139 198.603 167.409 199.2C167.68 199.797 168.053 200.255 168.529 200.572C169.015 200.889 169.575 201.048 170.209 201.048C171.077 201.048 171.749 200.824 172.225 200.376C172.701 199.919 173 199.303 173.121 198.528L174.395 198.612C174.274 199.331 174.036 199.961 173.681 200.502C173.327 201.043 172.855 201.468 172.267 201.776C171.689 202.075 171.003 202.224 170.209 202.224ZM176.104 202V192.06H177.28V196.218L177.14 196.19C177.234 195.779 177.392 195.443 177.616 195.182C177.84 194.921 178.116 194.729 178.442 194.608C178.769 194.477 179.128 194.412 179.52 194.412C180.052 194.412 180.5 194.533 180.864 194.776C181.238 195.009 181.518 195.341 181.704 195.77C181.9 196.19 181.998 196.675 181.998 197.226V202H180.822V197.562C180.822 196.843 180.692 196.311 180.43 195.966C180.178 195.621 179.791 195.448 179.268 195.448C178.671 195.448 178.19 195.63 177.826 195.994C177.462 196.358 177.28 196.885 177.28 197.576V202H176.104ZM186.104 202.168C185.339 202.168 184.728 201.991 184.27 201.636C183.822 201.281 183.598 200.787 183.598 200.152C183.598 199.517 183.785 199.018 184.158 198.654C184.532 198.29 185.124 198.033 185.936 197.884L188.568 197.394C188.568 196.769 188.419 196.302 188.12 195.994C187.831 195.686 187.392 195.532 186.804 195.532C186.291 195.532 185.885 195.649 185.586 195.882C185.288 196.106 185.082 196.433 184.97 196.862L183.724 196.764C183.864 196.064 184.2 195.499 184.732 195.07C185.274 194.631 185.964 194.412 186.804 194.412C187.756 194.412 188.484 194.683 188.988 195.224C189.492 195.756 189.744 196.493 189.744 197.436V200.502C189.744 200.67 189.772 200.791 189.828 200.866C189.894 200.931 189.996 200.964 190.136 200.964H190.43V202C190.393 202.009 190.332 202.014 190.248 202.014C190.164 202.023 190.076 202.028 189.982 202.028C189.646 202.028 189.371 201.977 189.156 201.874C188.951 201.762 188.802 201.594 188.708 201.37C188.615 201.137 188.568 200.833 188.568 200.46L188.708 200.488C188.643 200.805 188.484 201.095 188.232 201.356C187.98 201.608 187.668 201.809 187.294 201.958C186.921 202.098 186.524 202.168 186.104 202.168ZM186.216 201.132C186.711 201.132 187.131 201.039 187.476 200.852C187.831 200.656 188.102 200.395 188.288 200.068C188.475 199.732 188.568 199.359 188.568 198.948V198.416L186.16 198.864C185.656 198.957 185.306 199.102 185.11 199.298C184.924 199.485 184.83 199.732 184.83 200.04C184.83 200.385 184.952 200.656 185.194 200.852C185.446 201.039 185.787 201.132 186.216 201.132ZM191.759 202V194.58H192.837L192.879 196.47L192.739 196.344C192.832 195.905 192.995 195.546 193.229 195.266C193.462 194.977 193.742 194.762 194.069 194.622C194.405 194.482 194.764 194.412 195.147 194.412C195.716 194.412 196.183 194.538 196.547 194.79C196.92 195.042 197.195 195.383 197.373 195.812C197.559 196.232 197.653 196.703 197.653 197.226V202H196.477V197.562C196.477 197.105 196.421 196.722 196.309 196.414C196.206 196.097 196.038 195.859 195.805 195.7C195.571 195.532 195.268 195.448 194.895 195.448C194.325 195.448 193.854 195.63 193.481 195.994C193.117 196.349 192.935 196.871 192.935 197.562V202H191.759ZM202.543 204.268C202.011 204.268 201.531 204.179 201.101 204.002C200.672 203.825 200.313 203.573 200.023 203.246C199.734 202.919 199.538 202.541 199.435 202.112L200.667 202.028C200.779 202.373 200.975 202.644 201.255 202.84C201.545 203.045 201.974 203.148 202.543 203.148C203.215 203.148 203.729 203.013 204.083 202.742C204.447 202.471 204.629 202.065 204.629 201.524V200.32C204.452 200.712 204.167 201.025 203.775 201.258C203.383 201.491 202.945 201.608 202.459 201.608C201.834 201.608 201.274 201.454 200.779 201.146C200.294 200.838 199.911 200.413 199.631 199.872C199.361 199.331 199.225 198.71 199.225 198.01C199.225 197.301 199.361 196.68 199.631 196.148C199.902 195.607 200.275 195.182 200.751 194.874C201.237 194.566 201.787 194.412 202.403 194.412C202.926 194.412 203.393 194.533 203.803 194.776C204.223 195.019 204.517 195.345 204.685 195.756V194.58H205.805V201.496C205.805 202.075 205.675 202.569 205.413 202.98C205.152 203.4 204.779 203.717 204.293 203.932C203.808 204.156 203.225 204.268 202.543 204.268ZM202.515 200.488C203.15 200.488 203.659 200.269 204.041 199.83C204.424 199.382 204.62 198.775 204.629 198.01C204.639 197.497 204.555 197.058 204.377 196.694C204.209 196.321 203.962 196.036 203.635 195.84C203.318 195.635 202.945 195.532 202.515 195.532C201.862 195.532 201.353 195.756 200.989 196.204C200.635 196.643 200.457 197.245 200.457 198.01C200.457 198.775 200.639 199.382 201.003 199.83C201.377 200.269 201.881 200.488 202.515 200.488ZM210.803 202.168C210.103 202.168 209.496 202.009 208.983 201.692C208.479 201.375 208.087 200.927 207.807 200.348C207.536 199.76 207.401 199.074 207.401 198.29C207.401 197.506 207.536 196.825 207.807 196.246C208.087 195.667 208.474 195.219 208.969 194.902C209.473 194.575 210.066 194.412 210.747 194.412C211.391 194.412 211.96 194.566 212.455 194.874C212.95 195.173 213.332 195.611 213.603 196.19C213.883 196.769 214.023 197.473 214.023 198.304V198.654H208.633C208.68 199.447 208.89 200.045 209.263 200.446C209.646 200.847 210.159 201.048 210.803 201.048C211.288 201.048 211.685 200.936 211.993 200.712C212.31 200.479 212.53 200.175 212.651 199.802L213.911 199.9C213.715 200.563 213.342 201.109 212.791 201.538C212.25 201.958 211.587 202.168 210.803 202.168ZM208.633 197.618H212.735C212.679 196.899 212.469 196.372 212.105 196.036C211.75 195.7 211.298 195.532 210.747 195.532C210.178 195.532 209.706 195.709 209.333 196.064C208.969 196.409 208.736 196.927 208.633 197.618ZM219.253 202V194.58H220.429V202H219.253ZM219.225 193.418V192.046H220.457V193.418H219.225ZM224.826 202C224.154 202 223.655 201.846 223.328 201.538C223.011 201.23 222.852 200.749 222.852 200.096V192.844H224.028V200.068C224.028 200.404 224.103 200.637 224.252 200.768C224.402 200.899 224.63 200.964 224.938 200.964H226.002V202H224.826ZM221.76 195.616V194.58H226.002V195.616H221.76ZM233.809 202C233.137 202 232.637 201.846 232.311 201.538C231.993 201.23 231.835 200.749 231.835 200.096V192.844H233.011V200.068C233.011 200.404 233.085 200.637 233.235 200.768C233.384 200.899 233.613 200.964 233.921 200.964H234.985V202H233.809ZM230.743 195.616V194.58H234.985V195.616H230.743ZM239.254 202.168C238.573 202.168 237.976 202.009 237.462 201.692C236.949 201.375 236.552 200.927 236.272 200.348C235.992 199.76 235.852 199.074 235.852 198.29C235.852 197.497 235.992 196.811 236.272 196.232C236.552 195.653 236.949 195.205 237.462 194.888C237.976 194.571 238.573 194.412 239.254 194.412C239.936 194.412 240.528 194.571 241.032 194.888C241.546 195.205 241.942 195.653 242.222 196.232C242.502 196.811 242.642 197.497 242.642 198.29C242.642 199.074 242.502 199.76 242.222 200.348C241.942 200.927 241.546 201.375 241.032 201.692C240.528 202.009 239.936 202.168 239.254 202.168ZM239.254 201.048C239.936 201.048 240.463 200.805 240.836 200.32C241.219 199.825 241.41 199.149 241.41 198.29C241.41 197.431 241.219 196.759 240.836 196.274C240.463 195.779 239.936 195.532 239.254 195.532C238.573 195.532 238.041 195.779 237.658 196.274C237.276 196.759 237.084 197.431 237.084 198.29C237.084 199.149 237.276 199.825 237.658 200.32C238.041 200.805 238.573 201.048 239.254 201.048ZM36.604 219L34.308 211.58H35.596L37.332 217.768L39.096 211.58H40.356L42.12 217.768L43.87 211.58H45.158L42.862 219H41.378L39.726 213.358L38.074 219H36.604ZM46.454 219V209.06H47.63V213.218L47.49 213.19C47.5833 212.779 47.742 212.443 47.966 212.182C48.19 211.921 48.4653 211.729 48.792 211.608C49.1187 211.477 49.478 211.412 49.87 211.412C50.402 211.412 50.85 211.533 51.214 211.776C51.5873 212.009 51.8673 212.341 52.054 212.77C52.25 213.19 52.348 213.675 52.348 214.226V219H51.172V214.562C51.172 213.843 51.0413 213.311 50.78 212.966C50.528 212.621 50.1407 212.448 49.618 212.448C49.0207 212.448 48.54 212.63 48.176 212.994C47.812 213.358 47.63 213.885 47.63 214.576V219H46.454ZM56.454 219.168C55.6887 219.168 55.0774 218.991 54.62 218.636C54.172 218.281 53.948 217.787 53.948 217.152C53.948 216.517 54.1347 216.018 54.508 215.654C54.8814 215.29 55.474 215.033 56.286 214.884L58.918 214.394C58.918 213.769 58.7687 213.302 58.47 212.994C58.1807 212.686 57.742 212.532 57.154 212.532C56.6407 212.532 56.2347 212.649 55.936 212.882C55.6374 213.106 55.432 213.433 55.32 213.862L54.074 213.764C54.214 213.064 54.55 212.499 55.082 212.07C55.6234 211.631 56.314 211.412 57.154 211.412C58.106 211.412 58.834 211.683 59.338 212.224C59.842 212.756 60.094 213.493 60.094 214.436V217.502C60.094 217.67 60.122 217.791 60.178 217.866C60.2434 217.931 60.346 217.964 60.486 217.964H60.78V219C60.7427 219.009 60.682 219.014 60.598 219.014C60.514 219.023 60.4254 219.028 60.332 219.028C59.996 219.028 59.7207 218.977 59.506 218.874C59.3007 218.762 59.1514 218.594 59.058 218.37C58.9647 218.137 58.918 217.833 58.918 217.46L59.058 217.488C58.9927 217.805 58.834 218.095 58.582 218.356C58.33 218.608 58.0174 218.809 57.644 218.958C57.2707 219.098 56.874 219.168 56.454 219.168ZM56.566 218.132C57.0607 218.132 57.4807 218.039 57.826 217.852C58.1807 217.656 58.4514 217.395 58.638 217.068C58.8247 216.732 58.918 216.359 58.918 215.948V215.416L56.51 215.864C56.006 215.957 55.656 216.102 55.46 216.298C55.2734 216.485 55.18 216.732 55.18 217.04C55.18 217.385 55.3014 217.656 55.544 217.852C55.796 218.039 56.1367 218.132 56.566 218.132ZM64.4551 219C63.7831 219 63.2838 218.846 62.9571 218.538C62.6398 218.23 62.4811 217.749 62.4811 217.096V209.844H63.6571V217.068C63.6571 217.404 63.7318 217.637 63.8811 217.768C64.0305 217.899 64.2591 217.964 64.5671 217.964H65.6311V219H64.4551ZM61.3891 212.616V211.58H65.6311V212.616H61.3891ZM69.9008 219.168C69.2008 219.168 68.5941 219.009 68.0808 218.692C67.5768 218.375 67.1848 217.927 66.9048 217.348C66.6341 216.76 66.4988 216.074 66.4988 215.29C66.4988 214.506 66.6341 213.825 66.9048 213.246C67.1848 212.667 67.5721 212.219 68.0668 211.902C68.5708 211.575 69.1635 211.412 69.8448 211.412C70.4888 211.412 71.0581 211.566 71.5528 211.874C72.0475 212.173 72.4301 212.611 72.7008 213.19C72.9808 213.769 73.1208 214.473 73.1208 215.304V215.654H67.7308C67.7775 216.447 67.9875 217.045 68.3608 217.446C68.7435 217.847 69.2568 218.048 69.9008 218.048C70.3861 218.048 70.7828 217.936 71.0908 217.712C71.4081 217.479 71.6275 217.175 71.7488 216.802L73.0088 216.9C72.8128 217.563 72.4395 218.109 71.8888 218.538C71.3475 218.958 70.6848 219.168 69.9008 219.168ZM67.7308 214.618H71.8328C71.7768 213.899 71.5668 213.372 71.2028 213.036C70.8481 212.7 70.3955 212.532 69.8448 212.532C69.2755 212.532 68.8041 212.709 68.4308 213.064C68.0668 213.409 67.8335 213.927 67.7308 214.618ZM76.385 219L73.683 211.58H74.971L77.127 217.796L79.283 211.58H80.571L77.869 219H76.385ZM84.5297 219.168C83.8297 219.168 83.2231 219.009 82.7097 218.692C82.2057 218.375 81.8137 217.927 81.5337 217.348C81.2631 216.76 81.1277 216.074 81.1277 215.29C81.1277 214.506 81.2631 213.825 81.5337 213.246C81.8137 212.667 82.2011 212.219 82.6957 211.902C83.1997 211.575 83.7924 211.412 84.4737 211.412C85.1177 211.412 85.6871 211.566 86.1817 211.874C86.6764 212.173 87.0591 212.611 87.3297 213.19C87.6097 213.769 87.7497 214.473 87.7497 215.304V215.654H82.3597C82.4064 216.447 82.6164 217.045 82.9897 217.446C83.3724 217.847 83.8857 218.048 84.5297 218.048C85.0151 218.048 85.4117 217.936 85.7197 217.712C86.0371 217.479 86.2564 217.175 86.3777 216.802L87.6377 216.9C87.4417 217.563 87.0684 218.109 86.5177 218.538C85.9764 218.958 85.3137 219.168 84.5297 219.168ZM82.3597 214.618H86.4617C86.4057 213.899 86.1957 213.372 85.8317 213.036C85.4771 212.7 85.0244 212.532 84.4737 212.532C83.9044 212.532 83.4331 212.709 83.0597 213.064C82.6957 213.409 82.4624 213.927 82.3597 214.618ZM89.3427 219V211.58H90.3787L90.4347 213.456L90.3227 213.414C90.416 212.779 90.6167 212.317 90.9247 212.028C91.242 211.729 91.662 211.58 92.1847 211.58H92.9127V212.7H92.1987C91.8253 212.7 91.5127 212.77 91.2607 212.91C91.018 213.041 90.8313 213.241 90.7007 213.512C90.5793 213.773 90.5187 214.109 90.5187 214.52V219H89.3427ZM98.4693 221.1V220.064H99.3233C99.5847 220.064 99.776 220.022 99.8973 219.938C100.028 219.863 100.126 219.737 100.191 219.56L100.457 218.86H100.051L97.3353 211.58H98.6233L100.835 217.768L102.949 211.58H104.237L101.227 219.938C101.087 220.339 100.877 220.633 100.597 220.82C100.317 221.007 99.93 221.1 99.4353 221.1H98.4693ZM108.196 219.168C107.514 219.168 106.917 219.009 106.404 218.692C105.89 218.375 105.494 217.927 105.214 217.348C104.934 216.76 104.794 216.074 104.794 215.29C104.794 214.497 104.934 213.811 105.214 213.232C105.494 212.653 105.89 212.205 106.404 211.888C106.917 211.571 107.514 211.412 108.196 211.412C108.877 211.412 109.47 211.571 109.974 211.888C110.487 212.205 110.884 212.653 111.164 213.232C111.444 213.811 111.584 214.497 111.584 215.29C111.584 216.074 111.444 216.76 111.164 217.348C110.884 217.927 110.487 218.375 109.974 218.692C109.47 219.009 108.877 219.168 108.196 219.168ZM108.196 218.048C108.877 218.048 109.404 217.805 109.778 217.32C110.16 216.825 110.352 216.149 110.352 215.29C110.352 214.431 110.16 213.759 109.778 213.274C109.404 212.779 108.877 212.532 108.196 212.532C107.514 212.532 106.982 212.779 106.6 213.274C106.217 213.759 106.026 214.431 106.026 215.29C106.026 216.149 106.217 216.825 106.6 217.32C106.982 217.805 107.514 218.048 108.196 218.048ZM115.622 219.168C114.885 219.168 114.292 218.921 113.844 218.426C113.406 217.922 113.186 217.231 113.186 216.354V211.58H114.362V216.032C114.362 216.751 114.488 217.283 114.74 217.628C115.002 217.964 115.398 218.132 115.93 218.132C116.518 218.132 116.98 217.945 117.316 217.572C117.652 217.189 117.82 216.667 117.82 216.004V211.58H118.996V219H117.876V217.166L118.058 217.264C117.909 217.871 117.624 218.342 117.204 218.678C116.784 219.005 116.257 219.168 115.622 219.168ZM126.223 219L123.927 211.58H125.215L126.951 217.768L128.715 211.58H129.975L131.739 217.768L133.489 211.58H134.777L132.481 219H130.997L129.345 213.358L127.693 219H126.223ZM137.897 219.168C137.132 219.168 136.521 218.991 136.063 218.636C135.615 218.281 135.391 217.787 135.391 217.152C135.391 216.517 135.578 216.018 135.951 215.654C136.325 215.29 136.917 215.033 137.729 214.884L140.361 214.394C140.361 213.769 140.212 213.302 139.913 212.994C139.624 212.686 139.185 212.532 138.597 212.532C138.084 212.532 137.678 212.649 137.379 212.882C137.081 213.106 136.875 213.433 136.763 213.862L135.517 213.764C135.657 213.064 135.993 212.499 136.525 212.07C137.067 211.631 137.757 211.412 138.597 211.412C139.549 211.412 140.277 211.683 140.781 212.224C141.285 212.756 141.537 213.493 141.537 214.436V217.502C141.537 217.67 141.565 217.791 141.621 217.866C141.687 217.931 141.789 217.964 141.929 217.964H142.223V219C142.186 219.009 142.125 219.014 142.041 219.014C141.957 219.023 141.869 219.028 141.775 219.028C141.439 219.028 141.164 218.977 140.949 218.874C140.744 218.762 140.595 218.594 140.501 218.37C140.408 218.137 140.361 217.833 140.361 217.46L140.501 217.488C140.436 217.805 140.277 218.095 140.025 218.356C139.773 218.608 139.461 218.809 139.087 218.958C138.714 219.098 138.317 219.168 137.897 219.168ZM138.009 218.132C138.504 218.132 138.924 218.039 139.269 217.852C139.624 217.656 139.895 217.395 140.081 217.068C140.268 216.732 140.361 216.359 140.361 215.948V215.416L137.953 215.864C137.449 215.957 137.099 216.102 136.903 216.298C136.717 216.485 136.623 216.732 136.623 217.04C136.623 217.385 136.745 217.656 136.987 217.852C137.239 218.039 137.58 218.132 138.009 218.132ZM143.552 219V211.58H144.63L144.672 213.47L144.532 213.344C144.625 212.905 144.788 212.546 145.022 212.266C145.255 211.977 145.535 211.762 145.862 211.622C146.198 211.482 146.557 211.412 146.94 211.412C147.509 211.412 147.976 211.538 148.34 211.79C148.713 212.042 148.988 212.383 149.166 212.812C149.352 213.232 149.446 213.703 149.446 214.226V219H148.27V214.562C148.27 214.105 148.214 213.722 148.102 213.414C147.999 213.097 147.831 212.859 147.598 212.7C147.364 212.532 147.061 212.448 146.688 212.448C146.118 212.448 145.647 212.63 145.274 212.994C144.91 213.349 144.728 213.871 144.728 214.562V219H143.552ZM153.842 219C153.17 219 152.671 218.846 152.344 218.538C152.027 218.23 151.868 217.749 151.868 217.096V209.844H153.044V217.068C153.044 217.404 153.119 217.637 153.268 217.768C153.417 217.899 153.646 217.964 153.954 217.964H155.018V219H153.842ZM150.776 212.616V211.58H155.018V212.616H150.776ZM162.824 219C162.152 219 161.653 218.846 161.326 218.538C161.009 218.23 160.85 217.749 160.85 217.096V209.844H162.026V217.068C162.026 217.404 162.101 217.637 162.25 217.768C162.4 217.899 162.628 217.964 162.936 217.964H164V219H162.824ZM159.758 212.616V211.58H164V212.616H159.758ZM168.27 219.168C167.589 219.168 166.991 219.009 166.478 218.692C165.965 218.375 165.568 217.927 165.288 217.348C165.008 216.76 164.868 216.074 164.868 215.29C164.868 214.497 165.008 213.811 165.288 213.232C165.568 212.653 165.965 212.205 166.478 211.888C166.991 211.571 167.589 211.412 168.27 211.412C168.951 211.412 169.544 211.571 170.048 211.888C170.561 212.205 170.958 212.653 171.238 213.232C171.518 213.811 171.658 214.497 171.658 215.29C171.658 216.074 171.518 216.76 171.238 217.348C170.958 217.927 170.561 218.375 170.048 218.692C169.544 219.009 168.951 219.168 168.27 219.168ZM168.27 218.048C168.951 218.048 169.479 217.805 169.852 217.32C170.235 216.825 170.426 216.149 170.426 215.29C170.426 214.431 170.235 213.759 169.852 213.274C169.479 212.779 168.951 212.532 168.27 212.532C167.589 212.532 167.057 212.779 166.674 213.274C166.291 213.759 166.1 214.431 166.1 215.29C166.1 216.149 166.291 216.825 166.674 217.32C167.057 217.805 167.589 218.048 168.27 218.048ZM176.897 221.1V211.58H177.989L178.017 213.176L177.849 213.092C178.036 212.541 178.344 212.126 178.773 211.846C179.212 211.557 179.716 211.412 180.285 211.412C181.023 211.412 181.625 211.594 182.091 211.958C182.567 212.322 182.917 212.798 183.141 213.386C183.375 213.974 183.491 214.609 183.491 215.29C183.491 215.971 183.375 216.606 183.141 217.194C182.917 217.782 182.567 218.258 182.091 218.622C181.625 218.986 181.023 219.168 180.285 219.168C179.903 219.168 179.543 219.103 179.207 218.972C178.881 218.841 178.601 218.659 178.367 218.426C178.143 218.193 177.989 217.917 177.905 217.6L178.073 217.404V221.1H176.897ZM180.173 218.048C180.817 218.048 181.326 217.805 181.699 217.32C182.073 216.835 182.259 216.158 182.259 215.29C182.259 214.422 182.073 213.745 181.699 213.26C181.326 212.775 180.817 212.532 180.173 212.532C179.744 212.532 179.371 212.635 179.053 212.84C178.745 213.045 178.503 213.353 178.325 213.764C178.157 214.175 178.073 214.683 178.073 215.29C178.073 215.897 178.157 216.405 178.325 216.816C178.493 217.227 178.736 217.535 179.053 217.74C179.371 217.945 179.744 218.048 180.173 218.048ZM185.087 219V211.58H186.123L186.179 213.456L186.067 213.414C186.16 212.779 186.361 212.317 186.669 212.028C186.986 211.729 187.406 211.58 187.929 211.58H188.657V212.7H187.943C187.569 212.7 187.257 212.77 187.005 212.91C186.762 213.041 186.575 213.241 186.445 213.512C186.323 213.773 186.263 214.109 186.263 214.52V219H185.087ZM192.729 219.168C192.029 219.168 191.422 219.009 190.909 218.692C190.405 218.375 190.013 217.927 189.733 217.348C189.462 216.76 189.327 216.074 189.327 215.29C189.327 214.506 189.462 213.825 189.733 213.246C190.013 212.667 190.4 212.219 190.895 211.902C191.399 211.575 191.992 211.412 192.673 211.412C193.317 211.412 193.886 211.566 194.381 211.874C194.876 212.173 195.258 212.611 195.529 213.19C195.809 213.769 195.949 214.473 195.949 215.304V215.654H190.559C190.606 216.447 190.816 217.045 191.189 217.446C191.572 217.847 192.085 218.048 192.729 218.048C193.214 218.048 193.611 217.936 193.919 217.712C194.236 217.479 194.456 217.175 194.577 216.802L195.837 216.9C195.641 217.563 195.268 218.109 194.717 218.538C194.176 218.958 193.513 219.168 192.729 219.168ZM190.559 214.618H194.661C194.605 213.899 194.395 213.372 194.031 213.036C193.676 212.7 193.224 212.532 192.673 212.532C192.104 212.532 191.632 212.709 191.259 213.064C190.895 213.409 190.662 213.927 190.559 214.618ZM200.244 219.168C199.581 219.168 199.017 219.061 198.55 218.846C198.093 218.631 197.733 218.337 197.472 217.964C197.22 217.581 197.075 217.147 197.038 216.662L198.27 216.578C198.345 217.026 198.536 217.385 198.844 217.656C199.152 217.917 199.619 218.048 200.244 218.048C200.748 218.048 201.149 217.969 201.448 217.81C201.756 217.642 201.91 217.376 201.91 217.012C201.91 216.816 201.863 216.653 201.77 216.522C201.677 216.391 201.495 216.279 201.224 216.186C200.953 216.083 200.552 215.985 200.02 215.892C199.311 215.761 198.751 215.603 198.34 215.416C197.939 215.22 197.649 214.982 197.472 214.702C197.304 214.413 197.22 214.072 197.22 213.68C197.22 213.017 197.463 212.476 197.948 212.056C198.433 211.627 199.124 211.412 200.02 211.412C200.627 211.412 201.135 211.524 201.546 211.748C201.966 211.963 202.293 212.252 202.526 212.616C202.769 212.971 202.927 213.363 203.002 213.792L201.77 213.876C201.714 213.615 201.611 213.386 201.462 213.19C201.313 212.985 201.117 212.826 200.874 212.714C200.631 212.593 200.342 212.532 200.006 212.532C199.474 212.532 199.082 212.635 198.83 212.84C198.578 213.045 198.452 213.307 198.452 213.624C198.452 213.867 198.508 214.067 198.62 214.226C198.741 214.375 198.933 214.501 199.194 214.604C199.455 214.697 199.805 214.781 200.244 214.856C201 214.987 201.588 215.145 202.008 215.332C202.428 215.519 202.722 215.747 202.89 216.018C203.058 216.289 203.142 216.62 203.142 217.012C203.142 217.469 203.011 217.861 202.75 218.188C202.498 218.505 202.153 218.748 201.714 218.916C201.285 219.084 200.795 219.168 200.244 219.168ZM207.645 219.168C206.945 219.168 206.338 219.009 205.825 218.692C205.321 218.375 204.929 217.927 204.649 217.348C204.378 216.76 204.243 216.074 204.243 215.29C204.243 214.506 204.378 213.825 204.649 213.246C204.929 212.667 205.316 212.219 205.811 211.902C206.315 211.575 206.908 211.412 207.589 211.412C208.233 211.412 208.802 211.566 209.297 211.874C209.792 212.173 210.174 212.611 210.445 213.19C210.725 213.769 210.865 214.473 210.865 215.304V215.654H205.475C205.522 216.447 205.732 217.045 206.105 217.446C206.488 217.847 207.001 218.048 207.645 218.048C208.13 218.048 208.527 217.936 208.835 217.712C209.152 217.479 209.372 217.175 209.493 216.802L210.753 216.9C210.557 217.563 210.184 218.109 209.633 218.538C209.092 218.958 208.429 219.168 207.645 219.168ZM205.475 214.618H209.577C209.521 213.899 209.311 213.372 208.947 213.036C208.592 212.7 208.14 212.532 207.589 212.532C207.02 212.532 206.548 212.709 206.175 213.064C205.811 213.409 205.578 213.927 205.475 214.618ZM212.458 219V211.58H213.536L213.578 213.47L213.438 213.344C213.531 212.905 213.695 212.546 213.928 212.266C214.161 211.977 214.441 211.762 214.768 211.622C215.104 211.482 215.463 211.412 215.846 211.412C216.415 211.412 216.882 211.538 217.246 211.79C217.619 212.042 217.895 212.383 218.072 212.812C218.259 213.232 218.352 213.703 218.352 214.226V219H217.176V214.562C217.176 214.105 217.12 213.722 217.008 213.414C216.905 213.097 216.737 212.859 216.504 212.7C216.271 212.532 215.967 212.448 215.594 212.448C215.025 212.448 214.553 212.63 214.18 212.994C213.816 213.349 213.634 213.871 213.634 214.562V219H212.458ZM222.748 219C222.076 219 221.577 218.846 221.25 218.538C220.933 218.23 220.774 217.749 220.774 217.096V209.844H221.95V217.068C221.95 217.404 222.025 217.637 222.174 217.768C222.323 217.899 222.552 217.964 222.86 217.964H223.924V219H222.748ZM219.682 212.616V211.58H223.924V212.616H219.682ZM231.913 219.168C231.231 219.168 230.634 219.009 230.121 218.692C229.607 218.375 229.211 217.927 228.931 217.348C228.651 216.76 228.511 216.074 228.511 215.29C228.511 214.497 228.651 213.811 228.931 213.232C229.211 212.653 229.607 212.205 230.121 211.888C230.634 211.571 231.231 211.412 231.913 211.412C232.594 211.412 233.187 211.571 233.691 211.888C234.204 212.205 234.601 212.653 234.881 213.232C235.161 213.811 235.301 214.497 235.301 215.29C235.301 216.074 235.161 216.76 234.881 217.348C234.601 217.927 234.204 218.375 233.691 218.692C233.187 219.009 232.594 219.168 231.913 219.168ZM231.913 218.048C232.594 218.048 233.121 217.805 233.495 217.32C233.877 216.825 234.069 216.149 234.069 215.29C234.069 214.431 233.877 213.759 233.495 213.274C233.121 212.779 232.594 212.532 231.913 212.532C231.231 212.532 230.699 212.779 230.317 213.274C229.934 213.759 229.743 214.431 229.743 215.29C229.743 216.149 229.934 216.825 230.317 217.32C230.699 217.805 231.231 218.048 231.913 218.048ZM236.903 219V211.58H237.981L238.023 213.47L237.883 213.344C237.977 212.905 238.14 212.546 238.373 212.266C238.607 211.977 238.887 211.762 239.213 211.622C239.549 211.482 239.909 211.412 240.291 211.412C240.861 211.412 241.327 211.538 241.691 211.79C242.065 212.042 242.34 212.383 242.517 212.812C242.704 213.232 242.797 213.703 242.797 214.226V219H241.621V214.562C241.621 214.105 241.565 213.722 241.453 213.414C241.351 213.097 241.183 212.859 240.949 212.7C240.716 212.532 240.413 212.448 240.039 212.448C239.47 212.448 238.999 212.63 238.625 212.994C238.261 213.349 238.079 213.871 238.079 214.562V219H236.903ZM35.442 238.1V237.064H36.296C36.5573 237.064 36.7487 237.022 36.87 236.938C37.0007 236.863 37.0987 236.737 37.164 236.56L37.43 235.86H37.024L34.308 228.58H35.596L37.808 234.768L39.922 228.58H41.21L38.2 236.938C38.06 237.339 37.85 237.633 37.57 237.82C37.29 238.007 36.9027 238.1 36.408 238.1H35.442ZM45.1684 236.168C44.4871 236.168 43.8897 236.009 43.3764 235.692C42.8631 235.375 42.4664 234.927 42.1864 234.348C41.9064 233.76 41.7664 233.074 41.7664 232.29C41.7664 231.497 41.9064 230.811 42.1864 230.232C42.4664 229.653 42.8631 229.205 43.3764 228.888C43.8897 228.571 44.4871 228.412 45.1684 228.412C45.8497 228.412 46.4424 228.571 46.9464 228.888C47.4597 229.205 47.8564 229.653 48.1364 230.232C48.4164 230.811 48.5564 231.497 48.5564 232.29C48.5564 233.074 48.4164 233.76 48.1364 234.348C47.8564 234.927 47.4597 235.375 46.9464 235.692C46.4424 236.009 45.8497 236.168 45.1684 236.168ZM45.1684 235.048C45.8497 235.048 46.3771 234.805 46.7504 234.32C47.1331 233.825 47.3244 233.149 47.3244 232.29C47.3244 231.431 47.1331 230.759 46.7504 230.274C46.3771 229.779 45.8497 229.532 45.1684 229.532C44.4871 229.532 43.9551 229.779 43.5724 230.274C43.1897 230.759 42.9984 231.431 42.9984 232.29C42.9984 233.149 43.1897 233.825 43.5724 234.32C43.9551 234.805 44.4871 235.048 45.1684 235.048ZM52.5951 236.168C51.8577 236.168 51.2651 235.921 50.8171 235.426C50.3784 234.922 50.1591 234.231 50.1591 233.354V228.58H51.3351V233.032C51.3351 233.751 51.4611 234.283 51.7131 234.628C51.9744 234.964 52.3711 235.132 52.9031 235.132C53.4911 235.132 53.9531 234.945 54.2891 234.572C54.6251 234.189 54.7931 233.667 54.7931 233.004V228.58H55.9691V236H54.8491V234.166L55.0311 234.264C54.8817 234.871 54.5971 235.342 54.1771 235.678C53.7571 236.005 53.2297 236.168 52.5951 236.168ZM58.2118 236V228.58H59.2478L59.3038 230.456L59.1918 230.414C59.2851 229.779 59.4858 229.317 59.7938 229.028C60.1111 228.729 60.5311 228.58 61.0538 228.58H61.7818V229.7H61.0678C60.6945 229.7 60.3818 229.77 60.1298 229.91C59.8871 230.041 59.7005 230.241 59.5698 230.512C59.4485 230.773 59.3878 231.109 59.3878 231.52V236H58.2118ZM67.1845 236V226.06H70.2645C71.7952 226.06 72.9712 226.494 73.7925 227.362C74.6232 228.221 75.0385 229.448 75.0385 231.044C75.0385 232.631 74.6325 233.853 73.8205 234.712C73.0085 235.571 71.8512 236 70.3485 236H67.1845ZM68.3885 234.824H70.2645C71.4312 234.824 72.3085 234.511 72.8965 233.886C73.4845 233.251 73.7785 232.304 73.7785 231.044C73.7785 229.765 73.4845 228.813 72.8965 228.188C72.3085 227.553 71.4312 227.236 70.2645 227.236H68.3885V234.824ZM79.8813 236.168C79.1999 236.168 78.6026 236.009 78.0893 235.692C77.5759 235.375 77.1793 234.927 76.8993 234.348C76.6193 233.76 76.4793 233.074 76.4793 232.29C76.4793 231.497 76.6193 230.811 76.8993 230.232C77.1793 229.653 77.5759 229.205 78.0893 228.888C78.6026 228.571 79.1999 228.412 79.8813 228.412C80.5626 228.412 81.1553 228.571 81.6593 228.888C82.1726 229.205 82.5693 229.653 82.8493 230.232C83.1293 230.811 83.2693 231.497 83.2693 232.29C83.2693 233.074 83.1293 233.76 82.8493 234.348C82.5693 234.927 82.1726 235.375 81.6593 235.692C81.1553 236.009 80.5626 236.168 79.8813 236.168ZM79.8813 235.048C80.5626 235.048 81.0899 234.805 81.4633 234.32C81.8459 233.825 82.0373 233.149 82.0373 232.29C82.0373 231.431 81.8459 230.759 81.4633 230.274C81.0899 229.779 80.5626 229.532 79.8813 229.532C79.1999 229.532 78.6679 229.779 78.2853 230.274C77.9026 230.759 77.7113 231.431 77.7113 232.29C77.7113 233.149 77.9026 233.825 78.2853 234.32C78.6679 234.805 79.1999 235.048 79.8813 235.048ZM87.77 236.168C87.0793 236.168 86.4773 236.009 85.964 235.692C85.46 235.375 85.068 234.927 84.788 234.348C84.508 233.76 84.368 233.074 84.368 232.29C84.368 231.506 84.508 230.825 84.788 230.246C85.068 229.667 85.46 229.219 85.964 228.902C86.4773 228.575 87.0793 228.412 87.77 228.412C88.3393 228.412 88.8433 228.515 89.282 228.72C89.73 228.916 90.094 229.205 90.374 229.588C90.654 229.971 90.836 230.437 90.92 230.988L89.688 231.072C89.604 230.577 89.3893 230.199 89.044 229.938C88.6986 229.667 88.274 229.532 87.77 229.532C87.0886 229.532 86.5566 229.779 86.174 230.274C85.7913 230.759 85.6 231.431 85.6 232.29C85.6 233.149 85.7913 233.825 86.174 234.32C86.5566 234.805 87.0886 235.048 87.77 235.048C88.274 235.048 88.6986 234.908 89.044 234.628C89.3893 234.348 89.604 233.928 89.688 233.368L90.92 233.452C90.836 234.003 90.654 234.483 90.374 234.894C90.094 235.295 89.73 235.608 89.282 235.832C88.8433 236.056 88.3393 236.168 87.77 236.168ZM94.8138 236.168C94.0765 236.168 93.4838 235.921 93.0358 235.426C92.5971 234.922 92.3778 234.231 92.3778 233.354V228.58H93.5538V233.032C93.5538 233.751 93.6798 234.283 93.9318 234.628C94.1931 234.964 94.5898 235.132 95.1218 235.132C95.7098 235.132 96.1718 234.945 96.5078 234.572C96.8438 234.189 97.0118 233.667 97.0118 233.004V228.58H98.1878V236H97.0678V234.166L97.2498 234.264C97.1005 234.871 96.8158 235.342 96.3958 235.678C95.9758 236.005 95.4485 236.168 94.8138 236.168ZM100.431 236V228.58H101.509L101.551 230.456L101.383 230.4C101.467 229.989 101.611 229.639 101.817 229.35C102.031 229.051 102.293 228.823 102.601 228.664C102.909 228.496 103.249 228.412 103.623 228.412C104.267 228.412 104.789 228.589 105.191 228.944C105.601 229.299 105.858 229.793 105.961 230.428L105.737 230.414C105.811 229.985 105.947 229.625 106.143 229.336C106.348 229.037 106.609 228.809 106.927 228.65C107.244 228.491 107.608 228.412 108.019 228.412C108.551 228.412 108.999 228.524 109.363 228.748C109.727 228.963 110.002 229.28 110.189 229.7C110.375 230.12 110.469 230.629 110.469 231.226V236H109.293V231.478C109.293 230.806 109.162 230.302 108.901 229.966C108.639 229.621 108.252 229.448 107.739 229.448C107.393 229.448 107.09 229.532 106.829 229.7C106.577 229.868 106.381 230.111 106.241 230.428C106.101 230.736 106.031 231.114 106.031 231.562V236H104.855V231.562C104.855 230.899 104.738 230.381 104.505 230.008C104.271 229.635 103.879 229.448 103.329 229.448C102.983 229.448 102.68 229.532 102.419 229.7C102.167 229.868 101.966 230.111 101.817 230.428C101.677 230.745 101.607 231.123 101.607 231.562V236H100.431ZM115.442 236.168C114.742 236.168 114.135 236.009 113.622 235.692C113.118 235.375 112.726 234.927 112.446 234.348C112.175 233.76 112.04 233.074 112.04 232.29C112.04 231.506 112.175 230.825 112.446 230.246C112.726 229.667 113.113 229.219 113.608 228.902C114.112 228.575 114.704 228.412 115.386 228.412C116.03 228.412 116.599 228.566 117.094 228.874C117.588 229.173 117.971 229.611 118.242 230.19C118.522 230.769 118.662 231.473 118.662 232.304V232.654H113.272C113.318 233.447 113.528 234.045 113.902 234.446C114.284 234.847 114.798 235.048 115.442 235.048C115.927 235.048 116.324 234.936 116.632 234.712C116.949 234.479 117.168 234.175 117.29 233.802L118.55 233.9C118.354 234.563 117.98 235.109 117.43 235.538C116.888 235.958 116.226 236.168 115.442 236.168ZM113.272 231.618H117.374C117.318 230.899 117.108 230.372 116.744 230.036C116.389 229.7 115.936 229.532 115.386 229.532C114.816 229.532 114.345 229.709 113.972 230.064C113.608 230.409 113.374 230.927 113.272 231.618ZM120.255 236V228.58H121.333L121.375 230.47L121.235 230.344C121.328 229.905 121.491 229.546 121.725 229.266C121.958 228.977 122.238 228.762 122.565 228.622C122.901 228.482 123.26 228.412 123.643 228.412C124.212 228.412 124.679 228.538 125.043 228.79C125.416 229.042 125.691 229.383 125.869 229.812C126.055 230.232 126.149 230.703 126.149 231.226V236H124.973V231.562C124.973 231.105 124.917 230.722 124.805 230.414C124.702 230.097 124.534 229.859 124.301 229.7C124.067 229.532 123.764 229.448 123.391 229.448C122.821 229.448 122.35 229.63 121.977 229.994C121.613 230.349 121.431 230.871 121.431 231.562V236H120.255ZM130.545 236C129.873 236 129.374 235.846 129.047 235.538C128.73 235.23 128.571 234.749 128.571 234.096V226.844H129.747V234.068C129.747 234.404 129.822 234.637 129.971 234.768C130.12 234.899 130.349 234.964 130.657 234.964H131.721V236H130.545ZM127.479 229.616V228.58H131.721V229.616H127.479ZM135.177 236.168C134.411 236.168 133.8 235.991 133.343 235.636C132.895 235.281 132.671 234.787 132.671 234.152C132.671 233.517 132.857 233.018 133.231 232.654C133.604 232.29 134.197 232.033 135.009 231.884L137.641 231.394C137.641 230.769 137.491 230.302 137.193 229.994C136.903 229.686 136.465 229.532 135.877 229.532C135.363 229.532 134.957 229.649 134.659 229.882C134.36 230.106 134.155 230.433 134.043 230.862L132.797 230.764C132.937 230.064 133.273 229.499 133.805 229.07C134.346 228.631 135.037 228.412 135.877 228.412C136.829 228.412 137.557 228.683 138.061 229.224C138.565 229.756 138.817 230.493 138.817 231.436V234.502C138.817 234.67 138.845 234.791 138.901 234.866C138.966 234.931 139.069 234.964 139.209 234.964H139.503V236C139.465 236.009 139.405 236.014 139.321 236.014C139.237 236.023 139.148 236.028 139.055 236.028C138.719 236.028 138.443 235.977 138.229 235.874C138.023 235.762 137.874 235.594 137.781 235.37C137.687 235.137 137.641 234.833 137.641 234.46L137.781 234.488C137.715 234.805 137.557 235.095 137.305 235.356C137.053 235.608 136.74 235.809 136.367 235.958C135.993 236.098 135.597 236.168 135.177 236.168ZM135.289 235.132C135.783 235.132 136.203 235.039 136.549 234.852C136.903 234.656 137.174 234.395 137.361 234.068C137.547 233.732 137.641 233.359 137.641 232.948V232.416L135.233 232.864C134.729 232.957 134.379 233.102 134.183 233.298C133.996 233.485 133.903 233.732 133.903 234.04C133.903 234.385 134.024 234.656 134.267 234.852C134.519 235.039 134.859 235.132 135.289 235.132ZM143.178 236C142.506 236 142.006 235.846 141.68 235.538C141.362 235.23 141.204 234.749 141.204 234.096V226.844H142.38V234.068C142.38 234.404 142.454 234.637 142.604 234.768C142.753 234.899 142.982 234.964 143.29 234.964H144.354V236H143.178ZM140.112 229.616V228.58H144.354V229.616H140.112ZM145.862 236V228.58H147.038V236H145.862ZM145.834 227.418V226.046H147.066V227.418H145.834ZM152.041 236.168C151.36 236.168 150.763 236.009 150.249 235.692C149.736 235.375 149.339 234.927 149.059 234.348C148.779 233.76 148.639 233.074 148.639 232.29C148.639 231.497 148.779 230.811 149.059 230.232C149.339 229.653 149.736 229.205 150.249 228.888C150.763 228.571 151.36 228.412 152.041 228.412C152.723 228.412 153.315 228.571 153.819 228.888C154.333 229.205 154.729 229.653 155.009 230.232C155.289 230.811 155.429 231.497 155.429 232.29C155.429 233.074 155.289 233.76 155.009 234.348C154.729 234.927 154.333 235.375 153.819 235.692C153.315 236.009 152.723 236.168 152.041 236.168ZM152.041 235.048C152.723 235.048 153.25 234.805 153.623 234.32C154.006 233.825 154.197 233.149 154.197 232.29C154.197 231.431 154.006 230.759 153.623 230.274C153.25 229.779 152.723 229.532 152.041 229.532C151.36 229.532 150.828 229.779 150.445 230.274C150.063 230.759 149.871 231.431 149.871 232.29C149.871 233.149 150.063 233.825 150.445 234.32C150.828 234.805 151.36 235.048 152.041 235.048ZM157.032 236V228.58H158.11L158.152 230.47L158.012 230.344C158.105 229.905 158.269 229.546 158.502 229.266C158.735 228.977 159.015 228.762 159.342 228.622C159.678 228.482 160.037 228.412 160.42 228.412C160.989 228.412 161.456 228.538 161.82 228.79C162.193 229.042 162.469 229.383 162.646 229.812C162.833 230.232 162.926 230.703 162.926 231.226V236H161.75V231.562C161.75 231.105 161.694 230.722 161.582 230.414C161.479 230.097 161.311 229.859 161.078 229.7C160.845 229.532 160.541 229.448 160.168 229.448C159.599 229.448 159.127 229.63 158.754 229.994C158.39 230.349 158.208 230.871 158.208 231.562V236H157.032ZM164.663 236V234.418H166.245V236H164.663Z" fill="white"/>
|
|
29
|
-
<path d="M44.56 119V106.856L33.692 87.76H41.084L47.904 100.344L54.68 87.76H62.072L51.248 106.856V119H44.56ZM72.2601 119.528C69.8547 119.528 67.7574 119.029 65.9681 118.032C64.1787 117.005 62.7854 115.568 61.7881 113.72C60.7907 111.872 60.2921 109.701 60.2921 107.208C60.2921 104.715 60.7907 102.559 61.7881 100.74C62.7854 98.892 64.1787 97.4547 65.9681 96.428C67.7574 95.4013 69.8547 94.888 72.2601 94.888C74.6654 94.888 76.7627 95.4013 78.5521 96.428C80.3414 97.4547 81.7347 98.892 82.7321 100.74C83.7294 102.559 84.2281 104.715 84.2281 107.208C84.2281 109.701 83.7294 111.872 82.7321 113.72C81.7347 115.568 80.3414 117.005 78.5521 118.032C76.7627 119.029 74.6654 119.528 72.2601 119.528ZM72.2601 114.468C73.9027 114.468 75.1787 113.837 76.0881 112.576C76.9974 111.285 77.4521 109.496 77.4521 107.208C77.4521 104.92 76.9974 103.145 76.0881 101.884C75.1787 100.593 73.9027 99.948 72.2601 99.948C70.6174 99.948 69.3414 100.593 68.4321 101.884C67.5227 103.145 67.0681 104.92 67.0681 107.208C67.0681 109.496 67.5227 111.285 68.4321 112.576C69.3414 113.837 70.6174 114.468 72.2601 114.468ZM96.0816 119.528C93.6469 119.528 91.7403 118.751 90.3616 117.196C89.0123 115.612 88.3376 113.412 88.3376 110.596V95.416H94.9376V109.056C94.9376 110.875 95.2163 112.209 95.7736 113.06C96.3309 113.881 97.2109 114.292 98.4136 114.292C99.7629 114.292 100.804 113.837 101.538 112.928C102.3 111.989 102.682 110.596 102.682 108.748V95.416H109.282V119H103.254L103.078 112.224L103.914 112.4C103.562 114.747 102.726 116.521 101.406 117.724C100.086 118.927 98.3109 119.528 96.0816 119.528ZM115.064 119V95.416H121.312L121.532 102.28L121.048 102.148C121.429 99.772 122.104 98.056 123.072 97C124.04 95.944 125.375 95.416 127.076 95.416H129.232V100.872H127.076C125.844 100.872 124.832 101.033 124.04 101.356C123.248 101.679 122.647 102.192 122.236 102.896C121.855 103.6 121.664 104.553 121.664 105.756V119H115.064ZM144.119 119V87.76H151.511L163.919 109.32V87.76H170.607V119H163.127L150.807 98.188V119H144.119ZM186.942 119.528C184.536 119.528 182.439 119.029 180.65 118.032C178.89 117.005 177.511 115.568 176.514 113.72C175.546 111.872 175.062 109.701 175.062 107.208C175.062 104.715 175.546 102.559 176.514 100.74C177.511 98.892 178.89 97.4547 180.65 96.428C182.41 95.4013 184.492 94.888 186.898 94.888C189.244 94.888 191.283 95.4013 193.014 96.428C194.744 97.4547 196.079 98.9213 197.018 100.828C197.986 102.735 198.47 105.008 198.47 107.648V108.968H181.882C181.97 110.845 182.468 112.239 183.378 113.148C184.316 114.057 185.548 114.512 187.074 114.512C188.188 114.512 189.112 114.277 189.846 113.808C190.608 113.339 191.151 112.62 191.474 111.652L198.118 112.048C197.502 114.395 196.196 116.228 194.202 117.548C192.207 118.868 189.787 119.528 186.942 119.528ZM181.882 104.92H191.694C191.606 103.189 191.122 101.899 190.242 101.048C189.391 100.197 188.276 99.772 186.898 99.772C185.519 99.772 184.375 100.227 183.466 101.136C182.586 102.016 182.058 103.277 181.882 104.92ZM206.705 119L199.709 95.416H206.353L210.401 111.388L214.757 95.416H220.125L224.481 111.388L228.573 95.416H235.217L228.221 119H221.797L217.441 104.26L213.085 119H206.705Z" fill="white"/>
|
|
30
|
-
<path d="M37.256 169V137.76H48.036C53.1107 137.76 57.012 139.124 59.74 141.852C62.468 144.551 63.832 148.408 63.832 153.424C63.832 158.411 62.4827 162.253 59.784 164.952C57.1147 167.651 53.2867 169 48.3 169H37.256ZM43.944 163.368H48.036C51.0573 163.368 53.2867 162.561 54.724 160.948C56.1907 159.305 56.924 156.783 56.924 153.38C56.924 149.977 56.1907 147.469 54.724 145.856C53.2867 144.213 51.0573 143.392 48.036 143.392H43.944V163.368ZM79.4768 169.528C77.0714 169.528 74.9741 169.029 73.1848 168.032C71.4248 167.005 70.0461 165.568 69.0488 163.72C68.0808 161.872 67.5968 159.701 67.5968 157.208C67.5968 154.715 68.0808 152.559 69.0488 150.74C70.0461 148.892 71.4248 147.455 73.1848 146.428C74.9448 145.401 77.0274 144.888 79.4328 144.888C81.7794 144.888 83.8181 145.401 85.5488 146.428C87.2794 147.455 88.6141 148.921 89.5528 150.828C90.5208 152.735 91.0048 155.008 91.0048 157.648V158.968H74.4168C74.5048 160.845 75.0034 162.239 75.9128 163.148C76.8514 164.057 78.0834 164.512 79.6088 164.512C80.7234 164.512 81.6474 164.277 82.3808 163.808C83.1434 163.339 83.6861 162.62 84.0088 161.652L90.6528 162.048C90.0368 164.395 88.7314 166.228 86.7368 167.548C84.7421 168.868 82.3221 169.528 79.4768 169.528ZM74.4168 154.92H84.2288C84.1408 153.189 83.6568 151.899 82.7768 151.048C81.9261 150.197 80.8114 149.772 79.4328 149.772C78.0541 149.772 76.9101 150.227 76.0008 151.136C75.1208 152.016 74.5928 153.277 74.4168 154.92ZM100.868 169L92.2443 145.416H99.1523L104.74 162.356L110.284 145.416H117.192L108.524 169H100.868ZM131.401 169V137.76H143.897C147.651 137.76 150.585 138.669 152.697 140.488C154.838 142.307 155.909 144.8 155.909 147.968C155.909 150.051 155.425 151.869 154.457 153.424C153.518 154.949 152.139 156.137 150.321 156.988C148.531 157.809 146.39 158.22 143.897 158.22H138.089V169H131.401ZM138.089 152.588H143.501C145.261 152.588 146.625 152.207 147.593 151.444C148.561 150.652 149.045 149.493 149.045 147.968C149.045 146.472 148.561 145.343 147.593 144.58C146.654 143.788 145.29 143.392 143.501 143.392H138.089V152.588ZM170.057 169.528C167.652 169.528 165.554 169.029 163.765 168.032C161.976 167.005 160.582 165.568 159.585 163.72C158.588 161.872 158.089 159.701 158.089 157.208C158.089 154.715 158.588 152.559 159.585 150.74C160.582 148.892 161.976 147.455 163.765 146.428C165.554 145.401 167.652 144.888 170.057 144.888C172.462 144.888 174.56 145.401 176.349 146.428C178.138 147.455 179.532 148.892 180.529 150.74C181.526 152.559 182.025 154.715 182.025 157.208C182.025 159.701 181.526 161.872 180.529 163.72C179.532 165.568 178.138 167.005 176.349 168.032C174.56 169.029 172.462 169.528 170.057 169.528ZM170.057 164.468C171.7 164.468 172.976 163.837 173.885 162.576C174.794 161.285 175.249 159.496 175.249 157.208C175.249 154.92 174.794 153.145 173.885 151.884C172.976 150.593 171.7 149.948 170.057 149.948C168.414 149.948 167.138 150.593 166.229 151.884C165.32 153.145 164.865 154.92 164.865 157.208C164.865 159.496 165.32 161.285 166.229 162.576C167.138 163.837 168.414 164.468 170.057 164.468ZM186.134 169V145.416H192.382L192.602 152.28L192.118 152.148C192.5 149.772 193.174 148.056 194.142 147C195.11 145.944 196.445 145.416 198.146 145.416H200.302V150.872H198.146C196.914 150.872 195.902 151.033 195.11 151.356C194.318 151.679 193.717 152.192 193.306 152.896C192.925 153.6 192.734 154.553 192.734 155.756V169H186.134ZM213.176 169C210.741 169 208.952 168.443 207.808 167.328C206.664 166.184 206.092 164.38 206.092 161.916V139.872H212.692V161.124C212.692 162.268 212.927 163.045 213.396 163.456C213.895 163.867 214.628 164.072 215.596 164.072H218.896V169H213.176ZM202.308 150.344V145.416H218.896V150.344H202.308ZM229.654 169.528C227.219 169.528 225.225 168.971 223.67 167.856C222.145 166.712 221.382 165.128 221.382 163.104C221.382 161.021 222.027 159.423 223.318 158.308C224.638 157.164 226.574 156.328 229.126 155.8L236.738 154.304C236.738 152.779 236.386 151.635 235.682 150.872C235.007 150.08 234.025 149.684 232.734 149.684C231.473 149.684 230.49 149.977 229.786 150.564C229.082 151.121 228.627 151.957 228.422 153.072L221.778 152.764C222.218 150.183 223.377 148.232 225.254 146.912C227.161 145.563 229.654 144.888 232.734 144.888C236.254 144.888 238.894 145.724 240.654 147.396C242.443 149.068 243.338 151.517 243.338 154.744V162.796C243.338 163.471 243.441 163.925 243.646 164.16C243.881 164.365 244.218 164.468 244.658 164.468H245.318V169C245.113 169.059 244.775 169.117 244.306 169.176C243.866 169.235 243.426 169.264 242.986 169.264C242.047 169.264 241.167 169.103 240.346 168.78C239.554 168.457 238.909 167.915 238.41 167.152C237.911 166.36 237.662 165.245 237.662 163.808L238.234 164.248C237.941 165.304 237.413 166.228 236.65 167.02C235.917 167.812 234.949 168.428 233.746 168.868C232.573 169.308 231.209 169.528 229.654 169.528ZM231.238 164.996C232.323 164.996 233.277 164.791 234.098 164.38C234.919 163.94 235.565 163.309 236.034 162.488C236.503 161.667 236.738 160.699 236.738 159.584V158.44L231.37 159.584C230.314 159.789 229.507 160.141 228.95 160.64C228.422 161.109 228.158 161.725 228.158 162.488C228.158 163.28 228.422 163.896 228.95 164.336C229.478 164.776 230.241 164.996 231.238 164.996ZM254.513 169C252.577 169 251.067 168.516 249.981 167.548C248.896 166.58 248.353 165.011 248.353 162.84V137.76H254.953V162.136C254.953 162.84 255.115 163.339 255.437 163.632C255.76 163.925 256.229 164.072 256.845 164.072H258.429V169H254.513Z" fill="black"/>
|
|
31
|
-
<path d="M37.256 169V137.76H48.036C53.1107 137.76 57.012 139.124 59.74 141.852C62.468 144.551 63.832 148.408 63.832 153.424C63.832 158.411 62.4827 162.253 59.784 164.952C57.1147 167.651 53.2867 169 48.3 169H37.256ZM43.944 163.368H48.036C51.0573 163.368 53.2867 162.561 54.724 160.948C56.1907 159.305 56.924 156.783 56.924 153.38C56.924 149.977 56.1907 147.469 54.724 145.856C53.2867 144.213 51.0573 143.392 48.036 143.392H43.944V163.368ZM79.4768 169.528C77.0714 169.528 74.9741 169.029 73.1848 168.032C71.4248 167.005 70.0461 165.568 69.0488 163.72C68.0808 161.872 67.5968 159.701 67.5968 157.208C67.5968 154.715 68.0808 152.559 69.0488 150.74C70.0461 148.892 71.4248 147.455 73.1848 146.428C74.9448 145.401 77.0274 144.888 79.4328 144.888C81.7794 144.888 83.8181 145.401 85.5488 146.428C87.2794 147.455 88.6141 148.921 89.5528 150.828C90.5208 152.735 91.0048 155.008 91.0048 157.648V158.968H74.4168C74.5048 160.845 75.0034 162.239 75.9128 163.148C76.8514 164.057 78.0834 164.512 79.6088 164.512C80.7234 164.512 81.6474 164.277 82.3808 163.808C83.1434 163.339 83.6861 162.62 84.0088 161.652L90.6528 162.048C90.0368 164.395 88.7314 166.228 86.7368 167.548C84.7421 168.868 82.3221 169.528 79.4768 169.528ZM74.4168 154.92H84.2288C84.1408 153.189 83.6568 151.899 82.7768 151.048C81.9261 150.197 80.8114 149.772 79.4328 149.772C78.0541 149.772 76.9101 150.227 76.0008 151.136C75.1208 152.016 74.5928 153.277 74.4168 154.92ZM100.868 169L92.2443 145.416H99.1523L104.74 162.356L110.284 145.416H117.192L108.524 169H100.868ZM131.401 169V137.76H143.897C147.651 137.76 150.585 138.669 152.697 140.488C154.838 142.307 155.909 144.8 155.909 147.968C155.909 150.051 155.425 151.869 154.457 153.424C153.518 154.949 152.139 156.137 150.321 156.988C148.531 157.809 146.39 158.22 143.897 158.22H138.089V169H131.401ZM138.089 152.588H143.501C145.261 152.588 146.625 152.207 147.593 151.444C148.561 150.652 149.045 149.493 149.045 147.968C149.045 146.472 148.561 145.343 147.593 144.58C146.654 143.788 145.29 143.392 143.501 143.392H138.089V152.588ZM170.057 169.528C167.652 169.528 165.554 169.029 163.765 168.032C161.976 167.005 160.582 165.568 159.585 163.72C158.588 161.872 158.089 159.701 158.089 157.208C158.089 154.715 158.588 152.559 159.585 150.74C160.582 148.892 161.976 147.455 163.765 146.428C165.554 145.401 167.652 144.888 170.057 144.888C172.462 144.888 174.56 145.401 176.349 146.428C178.138 147.455 179.532 148.892 180.529 150.74C181.526 152.559 182.025 154.715 182.025 157.208C182.025 159.701 181.526 161.872 180.529 163.72C179.532 165.568 178.138 167.005 176.349 168.032C174.56 169.029 172.462 169.528 170.057 169.528ZM170.057 164.468C171.7 164.468 172.976 163.837 173.885 162.576C174.794 161.285 175.249 159.496 175.249 157.208C175.249 154.92 174.794 153.145 173.885 151.884C172.976 150.593 171.7 149.948 170.057 149.948C168.414 149.948 167.138 150.593 166.229 151.884C165.32 153.145 164.865 154.92 164.865 157.208C164.865 159.496 165.32 161.285 166.229 162.576C167.138 163.837 168.414 164.468 170.057 164.468ZM186.134 169V145.416H192.382L192.602 152.28L192.118 152.148C192.5 149.772 193.174 148.056 194.142 147C195.11 145.944 196.445 145.416 198.146 145.416H200.302V150.872H198.146C196.914 150.872 195.902 151.033 195.11 151.356C194.318 151.679 193.717 152.192 193.306 152.896C192.925 153.6 192.734 154.553 192.734 155.756V169H186.134ZM213.176 169C210.741 169 208.952 168.443 207.808 167.328C206.664 166.184 206.092 164.38 206.092 161.916V139.872H212.692V161.124C212.692 162.268 212.927 163.045 213.396 163.456C213.895 163.867 214.628 164.072 215.596 164.072H218.896V169H213.176ZM202.308 150.344V145.416H218.896V150.344H202.308ZM229.654 169.528C227.219 169.528 225.225 168.971 223.67 167.856C222.145 166.712 221.382 165.128 221.382 163.104C221.382 161.021 222.027 159.423 223.318 158.308C224.638 157.164 226.574 156.328 229.126 155.8L236.738 154.304C236.738 152.779 236.386 151.635 235.682 150.872C235.007 150.08 234.025 149.684 232.734 149.684C231.473 149.684 230.49 149.977 229.786 150.564C229.082 151.121 228.627 151.957 228.422 153.072L221.778 152.764C222.218 150.183 223.377 148.232 225.254 146.912C227.161 145.563 229.654 144.888 232.734 144.888C236.254 144.888 238.894 145.724 240.654 147.396C242.443 149.068 243.338 151.517 243.338 154.744V162.796C243.338 163.471 243.441 163.925 243.646 164.16C243.881 164.365 244.218 164.468 244.658 164.468H245.318V169C245.113 169.059 244.775 169.117 244.306 169.176C243.866 169.235 243.426 169.264 242.986 169.264C242.047 169.264 241.167 169.103 240.346 168.78C239.554 168.457 238.909 167.915 238.41 167.152C237.911 166.36 237.662 165.245 237.662 163.808L238.234 164.248C237.941 165.304 237.413 166.228 236.65 167.02C235.917 167.812 234.949 168.428 233.746 168.868C232.573 169.308 231.209 169.528 229.654 169.528ZM231.238 164.996C232.323 164.996 233.277 164.791 234.098 164.38C234.919 163.94 235.565 163.309 236.034 162.488C236.503 161.667 236.738 160.699 236.738 159.584V158.44L231.37 159.584C230.314 159.789 229.507 160.141 228.95 160.64C228.422 161.109 228.158 161.725 228.158 162.488C228.158 163.28 228.422 163.896 228.95 164.336C229.478 164.776 230.241 164.996 231.238 164.996ZM254.513 169C252.577 169 251.067 168.516 249.981 167.548C248.896 166.58 248.353 165.011 248.353 162.84V137.76H254.953V162.136C254.953 162.84 255.115 163.339 255.437 163.632C255.76 163.925 256.229 164.072 256.845 164.072H258.429V169H254.513Z" fill="url(#paint8_linear_162_322)"/>
|
|
32
|
-
<g clip-path="url(#clip2_162_322)">
|
|
33
|
-
<mask id="mask0_162_322" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="34" y="34" width="27" height="27">
|
|
34
|
-
<path d="M61 34H34V61H61V34Z" fill="white"/>
|
|
35
|
-
</mask>
|
|
36
|
-
<g mask="url(#mask0_162_322)">
|
|
37
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M34 47.5L34 34H47.5H61V47.5C53.5453 47.5 47.5018 41.4576 47.5 34.0032C47.4982 41.4576 41.4548 47.5 34 47.5ZM47.5 61C47.5 53.5441 53.5442 47.5 61 47.5V61H47.5ZM47.5 61C47.5 53.5441 41.4558 47.5 34 47.5V61H47.5Z" fill="white"/>
|
|
38
|
-
</g>
|
|
39
|
-
</g>
|
|
40
|
-
</g>
|
|
41
|
-
<rect x="0.5" y="0.5" width="756" height="269" rx="7.5" stroke="#262434"/>
|
|
42
|
-
<defs>
|
|
43
|
-
<filter id="filter0_f_162_322" x="236.606" y="-170.394" width="1018.12" height="1018.12" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
44
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
45
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
46
|
-
<feGaussianBlur stdDeviation="129.697" result="effect1_foregroundBlur_162_322"/>
|
|
47
|
-
</filter>
|
|
48
|
-
<filter id="filter1_f_162_322" x="277.836" y="-72.1077" width="687.52" height="687.52" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
49
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
50
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
51
|
-
<feGaussianBlur stdDeviation="87.5821" result="effect1_foregroundBlur_162_322"/>
|
|
52
|
-
</filter>
|
|
53
|
-
<linearGradient id="paint0_linear_162_322" x1="669.949" y1="135.192" x2="1039" y2="135.192" gradientUnits="userSpaceOnUse">
|
|
54
|
-
<stop stop-color="#D06DB6" stop-opacity="0"/>
|
|
55
|
-
<stop offset="1" stop-color="#D06DB6"/>
|
|
56
|
-
</linearGradient>
|
|
57
|
-
<linearGradient id="paint1_linear_162_322" x1="570.465" y1="134.412" x2="819.679" y2="134.412" gradientUnits="userSpaceOnUse">
|
|
58
|
-
<stop stop-color="#D06DB6" stop-opacity="0"/>
|
|
59
|
-
<stop offset="1" stop-color="#D06DB6"/>
|
|
60
|
-
</linearGradient>
|
|
61
|
-
<linearGradient id="paint2_linear_162_322" x1="803.472" y1="140.246" x2="803.472" y2="55.2438" gradientUnits="userSpaceOnUse">
|
|
62
|
-
<stop stop-color="#D06DB6"/>
|
|
63
|
-
<stop offset="1" stop-color="#D06DB6" stop-opacity="0"/>
|
|
64
|
-
</linearGradient>
|
|
65
|
-
<linearGradient id="paint3_linear_162_322" x1="668.611" y1="180.068" x2="668.611" y2="247.235" gradientUnits="userSpaceOnUse">
|
|
66
|
-
<stop stop-color="#D06DB6"/>
|
|
67
|
-
<stop offset="1" stop-color="#D06DB6" stop-opacity="0"/>
|
|
68
|
-
</linearGradient>
|
|
69
|
-
<linearGradient id="paint4_linear_162_322" x1="640.391" y1="243.515" x2="556.994" y2="243.515" gradientUnits="userSpaceOnUse">
|
|
70
|
-
<stop stop-color="#D06DB6"/>
|
|
71
|
-
<stop offset="1" stop-color="#D06DB6" stop-opacity="0"/>
|
|
72
|
-
</linearGradient>
|
|
73
|
-
<linearGradient id="paint5_linear_162_322" x1="672.959" y1="59.34" x2="672.959" y2="133.912" gradientUnits="userSpaceOnUse">
|
|
74
|
-
<stop stop-color="#D06DB6" stop-opacity="0"/>
|
|
75
|
-
<stop offset="1" stop-color="#D06DB6"/>
|
|
76
|
-
</linearGradient>
|
|
77
|
-
<linearGradient id="paint6_linear_162_322" x1="496.675" y1="10.2091" x2="823.527" y2="10.2091" gradientUnits="userSpaceOnUse">
|
|
78
|
-
<stop stop-color="#D06DB6"/>
|
|
79
|
-
<stop offset="1" stop-color="#D06DB6" stop-opacity="0"/>
|
|
80
|
-
</linearGradient>
|
|
81
|
-
<linearGradient id="paint7_linear_162_322" x1="540" y1="10.3589" x2="837" y2="10.3589" gradientUnits="userSpaceOnUse">
|
|
82
|
-
<stop stop-color="#D06DB6"/>
|
|
83
|
-
<stop offset="1" stop-color="#D06DB6"/>
|
|
84
|
-
</linearGradient>
|
|
85
|
-
<linearGradient id="paint8_linear_162_322" x1="34" y1="128" x2="416" y2="128" gradientUnits="userSpaceOnUse">
|
|
86
|
-
<stop stop-color="#8D83FF"/>
|
|
87
|
-
<stop offset="0.5" stop-color="#FF02BD"/>
|
|
88
|
-
<stop offset="1" stop-color="#8D83FF"/>
|
|
89
|
-
</linearGradient>
|
|
90
|
-
<clipPath id="clip0_162_322">
|
|
91
|
-
<rect width="757" height="270" rx="8" fill="white"/>
|
|
92
|
-
</clipPath>
|
|
93
|
-
<clipPath id="clip1_162_322">
|
|
94
|
-
<path d="M540 -10V30.7177H837V-10H540Z" fill="white"/>
|
|
95
|
-
</clipPath>
|
|
96
|
-
<clipPath id="clip2_162_322">
|
|
97
|
-
<rect width="27" height="27" fill="white" transform="translate(34 34)"/>
|
|
98
|
-
</clipPath>
|
|
99
|
-
</defs>
|
|
100
|
-
</svg>
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
<svg width="757" height="270" viewBox="0 0 757 270" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_162_213)">
|
|
3
|
-
<rect width="757" height="270" rx="8" fill="#FAFAFA"/>
|
|
4
|
-
<g filter="url(#filter0_f_162_213)">
|
|
5
|
-
<circle cx="745.667" cy="338.667" r="249.667" fill="#8D83FF" fill-opacity="0.3"/>
|
|
6
|
-
</g>
|
|
7
|
-
<path d="M669.949 134.692L1039 134.692" stroke="url(#paint0_linear_162_213)" stroke-width="1.42491"/>
|
|
8
|
-
<g filter="url(#filter1_f_162_213)">
|
|
9
|
-
<circle cx="630.252" cy="262.082" r="151.252" fill="#FF02BD" fill-opacity="0.3"/>
|
|
10
|
-
</g>
|
|
11
|
-
<path d="M584.381 138.511L807.958 138.511" stroke="url(#paint1_linear_162_213)" stroke-width="0.863232"/>
|
|
12
|
-
<path d="M702.546 138.698H779.607C787.235 138.698 793.418 132.514 793.418 124.886V72.0581" stroke="url(#paint2_linear_162_213)" stroke-width="0.863232"/>
|
|
13
|
-
<path d="M690.558 138.512H707.823C715.451 138.512 721.635 144.695 721.635 152.323V250.732" stroke="white" stroke-width="0.863232"/>
|
|
14
|
-
<path d="M721.635 184.263H686.242C678.614 184.263 672.431 190.446 672.431 198.074V236.92" stroke="url(#paint3_linear_162_213)" stroke-width="0.863232"/>
|
|
15
|
-
<path d="M721.932 268.948V250.652C721.932 243.024 715.748 236.84 708.12 236.84H572.296" stroke="url(#paint4_linear_162_213)" stroke-width="0.863232"/>
|
|
16
|
-
<path d="M675.883 71.6108V138.511" stroke="url(#paint5_linear_162_213)" stroke-width="0.863232"/>
|
|
17
|
-
<circle cx="676.315" cy="138.08" r="3.88454" fill="white"/>
|
|
18
|
-
<circle cx="721.203" cy="183.831" r="3.88454" fill="white"/>
|
|
19
|
-
<rect x="741.236" y="138.573" width="7.76909" height="7.76909" rx="1.29485" transform="rotate(-45 741.236 138.573)" fill="white" stroke="white" stroke-width="0.863232"/>
|
|
20
|
-
<g clip-path="url(#clip1_162_213)">
|
|
21
|
-
<mask id="path-15-inside-1_162_213" fill="white">
|
|
22
|
-
<path d="M511 0.00012207V45.7904H845V0.00012207H511Z"/>
|
|
23
|
-
</mask>
|
|
24
|
-
<path d="M818.064 51.514L818.302 51.7523L875.877 -5.8219L875.638 -6.06018L875.401 -6.29846L817.826 51.2767L818.064 51.514ZM812.677 51.514L812.916 51.7523L870.49 -5.8219L870.252 -6.06018L870.014 -6.29846L812.439 51.2767L812.677 51.514ZM807.291 51.514L807.529 51.7523L865.103 -5.8219L864.865 -6.06018L864.628 -6.29846L807.052 51.2767L807.291 51.514ZM801.903 51.514L802.141 51.7523L859.716 -5.8219L859.477 -6.06018L859.24 -6.29846L801.665 51.2767L801.903 51.514ZM796.516 51.514L796.755 51.7523L854.329 -5.8219L854.091 -6.06018L853.853 -6.29846L796.278 51.2767L796.516 51.514ZM791.129 51.514L791.367 51.7523L848.941 -5.8219L848.703 -6.06018L848.466 -6.29846L790.89 51.2767L791.129 51.514ZM785.742 51.514L785.98 51.7523L843.554 -5.8219L843.316 -6.06018L843.079 -6.29846L785.504 51.2767L785.742 51.514ZM780.355 51.514L780.594 51.7523L838.168 -5.8219L837.929 -6.06018L837.692 -6.29846L780.117 51.2767L780.355 51.514ZM774.968 51.514L775.206 51.7523L832.78 -5.8219L832.542 -6.06018L832.304 -6.29846L774.729 51.2767L774.968 51.514ZM769.581 51.514L769.819 51.7523L827.393 -5.8219L827.155 -6.06018L826.918 -6.29846L769.343 51.2767L769.581 51.514ZM764.193 51.514L764.431 51.7523L822.006 -5.8219L821.767 -6.06018L821.53 -6.29846L763.955 51.2767L764.193 51.514ZM758.806 51.514L759.045 51.7523L816.619 -5.8219L816.381 -6.06018L816.143 -6.29846L758.568 51.2767L758.806 51.514ZM753.42 51.514L753.658 51.7523L811.232 -5.8219L810.994 -6.06018L810.757 -6.29846L753.181 51.2767L753.42 51.514ZM748.032 51.514L748.27 51.7523L805.844 -5.8219L805.606 -6.06018L805.369 -6.29846L747.794 51.2767L748.032 51.514ZM742.645 51.514L742.884 51.7523L800.458 -5.8219L800.219 -6.06018L799.982 -6.29846L742.407 51.2767L742.645 51.514ZM737.259 51.514L737.497 51.7523L795.071 -5.8219L794.833 -6.06018L794.595 -6.29846L737.02 51.2767L737.259 51.514ZM731.871 51.514L732.109 51.7523L789.683 -5.8219L789.445 -6.06018L789.208 -6.29846L731.633 51.2767L731.871 51.514ZM726.484 51.514L726.722 51.7523L784.297 -5.8219L784.058 -6.06018L783.821 -6.29846L726.246 51.2767L726.484 51.514ZM721.096 51.514L721.335 51.7523L778.909 -5.8219L778.671 -6.06018L778.433 -6.29846L720.858 51.2767L721.096 51.514ZM715.71 51.514L715.948 51.7523L773.522 -5.8219L773.284 -6.06018L773.047 -6.29846L715.471 51.2767L715.71 51.514ZM710.323 51.514L710.561 51.7523L768.135 -5.8219L767.897 -6.06018L767.66 -6.29846L710.085 51.2767L710.323 51.514ZM704.935 51.514L705.174 51.7523L762.748 -5.8219L762.51 -6.06018L762.272 -6.29846L704.697 51.2767L704.935 51.514ZM699.549 51.514L699.787 51.7523L757.361 -5.8219L757.123 -6.06018L756.885 -6.29846L699.31 51.2767L699.549 51.514ZM694.161 51.514L694.399 51.7523L751.973 -5.8219L751.735 -6.06018L751.498 -6.29846L693.923 51.2767L694.161 51.514ZM688.774 51.514L689.012 51.7523L746.587 -5.8219L746.348 -6.06018L746.111 -6.29846L688.536 51.2767L688.774 51.514ZM683.387 51.514L683.626 51.7523L741.2 -5.8219L740.962 -6.06018L740.724 -6.29846L683.149 51.2767L683.387 51.514ZM678 51.514L678.238 51.7523L735.812 -5.8219L735.574 -6.06018L735.337 -6.29846L677.761 51.2767L678 51.514ZM672.613 51.514L672.851 51.7523L730.426 -5.8219L730.187 -6.06018L729.95 -6.29846L672.375 51.2767L672.613 51.514ZM667.225 51.514L667.464 51.7523L725.038 -5.8219L724.8 -6.06018L724.562 -6.29846L666.987 51.2767L667.225 51.514ZM661.839 51.514L662.077 51.7523L719.651 -5.8219L719.413 -6.06018L719.176 -6.29846L661.6 51.2767L661.839 51.514ZM656.452 51.514L656.69 51.7523L714.264 -5.8219L714.026 -6.06018L713.789 -6.29846L656.214 51.2767L656.452 51.514ZM651.064 51.514L651.302 51.7523L708.877 -5.8219L708.638 -6.06018L708.401 -6.29846L650.826 51.2767L651.064 51.514ZM645.677 51.514L645.916 51.7523L703.49 -5.8219L703.252 -6.06018L703.014 -6.29846L645.439 51.2767L645.677 51.514ZM640.291 51.514L640.529 51.7523L698.103 -5.8219L697.865 -6.06018L697.628 -6.29846L640.052 51.2767L640.291 51.514ZM634.903 51.514L635.141 51.7523L692.716 -5.8219L692.477 -6.06018L692.24 -6.29846L634.665 51.2767L634.903 51.514ZM629.516 51.514L629.755 51.7523L687.329 -5.8219L687.091 -6.06018L686.853 -6.29846L629.278 51.2767L629.516 51.514ZM624.129 51.514L624.367 51.7523L681.941 -5.8219L681.703 -6.06018L681.466 -6.29846L623.89 51.2767L624.129 51.514ZM618.742 51.514L618.98 51.7523L676.554 -5.8219L676.316 -6.06018L676.079 -6.29846L618.504 51.2767L618.742 51.514ZM613.355 51.514L613.594 51.7523L671.168 -5.8219L670.929 -6.06018L670.692 -6.29846L613.117 51.2767L613.355 51.514ZM607.968 51.514L608.206 51.7523L665.78 -5.8219L665.542 -6.06018L665.304 -6.29846L607.729 51.2767L607.968 51.514ZM602.581 51.514L602.819 51.7523L660.393 -5.8219L660.155 -6.06018L659.918 -6.29846L602.343 51.2767L602.581 51.514ZM597.193 51.514L597.431 51.7523L655.006 -5.8219L654.767 -6.06018L654.53 -6.29846L596.955 51.2767L597.193 51.514ZM591.806 51.514L592.045 51.7523L649.619 -5.8219L649.381 -6.06018L649.143 -6.29846L591.568 51.2767L591.806 51.514ZM586.42 51.514L586.658 51.7523L644.232 -5.8219L643.994 -6.06018L643.757 -6.29846L586.181 51.2767L586.42 51.514ZM581.032 51.514L581.27 51.7523L638.844 -5.8219L638.606 -6.06018L638.369 -6.29846L580.794 51.2767L581.032 51.514ZM575.645 51.514L575.884 51.7523L633.458 -5.8219L633.219 -6.06018L632.982 -6.29846L575.407 51.2767L575.645 51.514ZM570.259 51.514L570.497 51.7523L628.071 -5.8219L627.833 -6.06018L627.595 -6.29846L570.02 51.2767L570.259 51.514ZM564.871 51.514L565.109 51.7523L622.683 -5.8219L622.445 -6.06018L622.208 -6.29846L564.633 51.2767L564.871 51.514ZM559.484 51.514L559.722 51.7523L617.297 -5.8219L617.058 -6.06018L616.821 -6.29846L559.246 51.2767L559.484 51.514ZM554.096 51.514L554.335 51.7523L611.909 -5.8219L611.671 -6.06018L611.433 -6.29846L553.858 51.2767L554.096 51.514ZM548.71 51.514L548.948 51.7523L606.522 -5.8219L606.284 -6.06018L606.047 -6.29846L548.471 51.2767L548.71 51.514ZM543.323 51.514L543.561 51.7523L601.135 -5.8219L600.897 -6.06018L600.66 -6.29846L543.085 51.2767L543.323 51.514ZM537.935 51.514L538.174 51.7523L595.748 -5.8219L595.51 -6.06018L595.272 -6.29846L537.697 51.2767L537.935 51.514ZM532.549 51.514L532.787 51.7523L590.361 -5.8219L590.123 -6.06018L589.885 -6.29846L532.31 51.2767L532.549 51.514ZM527.161 51.514L527.399 51.7523L584.973 -5.8219L584.735 -6.06018L584.498 -6.29846L526.923 51.2767L527.161 51.514ZM521.774 51.514L522.012 51.7523L579.587 -5.8219L579.348 -6.06018L579.111 -6.29846L521.536 51.2767L521.774 51.514ZM516.387 51.514L516.626 51.7523L574.2 -5.8219L573.962 -6.06018L573.724 -6.29846L516.149 51.2767L516.387 51.514ZM511 51.514L511.238 51.7523L568.812 -5.8219L568.574 -6.06018L568.337 -6.29846L510.761 51.2767L511 51.514ZM505.613 51.514L505.851 51.7523L563.426 -5.8219L563.187 -6.06018L562.95 -6.29846L505.375 51.2767L505.613 51.514ZM500.225 51.514L500.464 51.7523L558.038 -5.8219L557.8 -6.06018L557.562 -6.29846L499.987 51.2767L500.225 51.514ZM494.839 51.514L495.077 51.7523L552.651 -5.8219L552.413 -6.06018L552.176 -6.29846L494.6 51.2767L494.839 51.514ZM489.452 51.514L489.69 51.7523L547.264 -5.8219L547.026 -6.06018L546.789 -6.29846L489.214 51.2767L489.452 51.514ZM484.064 51.514L484.302 51.7523L541.877 -5.8219L541.638 -6.06018L541.401 -6.29846L483.826 51.2767L484.064 51.514ZM478.677 51.514L478.916 51.7523L536.49 -5.8219L536.252 -6.06018L536.014 -6.29846L478.439 51.2767L478.677 51.514ZM473.291 51.514L473.529 51.7523L531.103 -5.8219L530.865 -6.06018L530.628 -6.29846L473.052 51.2767L473.291 51.514ZM467.903 51.514L468.141 51.7523L525.716 -5.8219L525.477 -6.06018L525.24 -6.29846L467.665 51.2767L467.903 51.514ZM462.516 51.514L462.755 51.7523L520.329 -5.8219L520.091 -6.06018L519.853 -6.29846L462.278 51.2767L462.516 51.514Z" fill="url(#paint6_linear_162_213)"/>
|
|
25
|
-
</g>
|
|
26
|
-
<path d="M511 45.7904V45.1171H845V45.7904V46.4638H511V45.7904Z" fill="url(#paint7_linear_162_213)" mask="url(#path-15-inside-1_162_213)"/>
|
|
27
|
-
<rect x="579.911" y="45.2664" width="6.13621" height="6.13621" rx="1.34677" transform="rotate(-45 579.911 45.2664)" fill="white"/>
|
|
28
|
-
<path d="M37.262 202V193.236H34.168V192.06H41.56V193.236H38.466V202H37.262ZM42.4208 202V192.06H43.5968V196.218L43.4568 196.19C43.5501 195.779 43.7088 195.443 43.9328 195.182C44.1568 194.921 44.4321 194.729 44.7588 194.608C45.0854 194.477 45.4448 194.412 45.8368 194.412C46.3688 194.412 46.8168 194.533 47.1808 194.776C47.5541 195.009 47.8341 195.341 48.0208 195.77C48.2168 196.19 48.3148 196.675 48.3148 197.226V202H47.1388V197.562C47.1388 196.843 47.0081 196.311 46.7468 195.966C46.4948 195.621 46.1074 195.448 45.5848 195.448C44.9874 195.448 44.5068 195.63 44.1428 195.994C43.7788 196.358 43.5968 196.885 43.5968 197.576V202H42.4208ZM50.4188 202V194.58H51.5948V202H50.4188ZM50.3908 193.418V192.046H51.6228V193.418H50.3908ZM56.4021 202.168C55.7394 202.168 55.1747 202.061 54.7081 201.846C54.2507 201.631 53.8914 201.337 53.6301 200.964C53.3781 200.581 53.2334 200.147 53.1961 199.662L54.4281 199.578C54.5027 200.026 54.6941 200.385 55.0021 200.656C55.3101 200.917 55.7767 201.048 56.4021 201.048C56.9061 201.048 57.3074 200.969 57.6061 200.81C57.9141 200.642 58.0681 200.376 58.0681 200.012C58.0681 199.816 58.0214 199.653 57.9281 199.522C57.8347 199.391 57.6527 199.279 57.3821 199.186C57.1114 199.083 56.7101 198.985 56.1781 198.892C55.4687 198.761 54.9087 198.603 54.4981 198.416C54.0967 198.22 53.8074 197.982 53.6301 197.702C53.4621 197.413 53.3781 197.072 53.3781 196.68C53.3781 196.017 53.6207 195.476 54.1061 195.056C54.5914 194.627 55.2821 194.412 56.1781 194.412C56.7847 194.412 57.2934 194.524 57.7041 194.748C58.1241 194.963 58.4507 195.252 58.6841 195.616C58.9267 195.971 59.0854 196.363 59.1601 196.792L57.9281 196.876C57.8721 196.615 57.7694 196.386 57.6201 196.19C57.4707 195.985 57.2747 195.826 57.0321 195.714C56.7894 195.593 56.5001 195.532 56.1641 195.532C55.6321 195.532 55.2401 195.635 54.9881 195.84C54.7361 196.045 54.6101 196.307 54.6101 196.624C54.6101 196.867 54.6661 197.067 54.7781 197.226C54.8994 197.375 55.0907 197.501 55.3521 197.604C55.6134 197.697 55.9634 197.781 56.4021 197.856C57.1581 197.987 57.7461 198.145 58.1661 198.332C58.5861 198.519 58.8801 198.747 59.0481 199.018C59.2161 199.289 59.3001 199.62 59.3001 200.012C59.3001 200.469 59.1694 200.861 58.9081 201.188C58.6561 201.505 58.3107 201.748 57.8721 201.916C57.4427 202.084 56.9527 202.168 56.4021 202.168ZM64.5419 202V194.58H65.7179V202H64.5419ZM64.5139 193.418V192.046H65.7459V193.418H64.5139ZM70.5251 202.168C69.8625 202.168 69.2978 202.061 68.8311 201.846C68.3738 201.631 68.0145 201.337 67.7531 200.964C67.5011 200.581 67.3565 200.147 67.3191 199.662L68.5511 199.578C68.6258 200.026 68.8171 200.385 69.1251 200.656C69.4331 200.917 69.8998 201.048 70.5251 201.048C71.0291 201.048 71.4305 200.969 71.7291 200.81C72.0371 200.642 72.1911 200.376 72.1911 200.012C72.1911 199.816 72.1445 199.653 72.0511 199.522C71.9578 199.391 71.7758 199.279 71.5051 199.186C71.2345 199.083 70.8331 198.985 70.3011 198.892C69.5918 198.761 69.0318 198.603 68.6211 198.416C68.2198 198.22 67.9305 197.982 67.7531 197.702C67.5851 197.413 67.5011 197.072 67.5011 196.68C67.5011 196.017 67.7438 195.476 68.2291 195.056C68.7145 194.627 69.4051 194.412 70.3011 194.412C70.9078 194.412 71.4165 194.524 71.8271 194.748C72.2471 194.963 72.5738 195.252 72.8071 195.616C73.0498 195.971 73.2085 196.363 73.2831 196.792L72.0511 196.876C71.9951 196.615 71.8925 196.386 71.7431 196.19C71.5938 195.985 71.3978 195.826 71.1551 195.714C70.9125 195.593 70.6231 195.532 70.2871 195.532C69.7551 195.532 69.3631 195.635 69.1111 195.84C68.8591 196.045 68.7331 196.307 68.7331 196.624C68.7331 196.867 68.7891 197.067 68.9011 197.226C69.0225 197.375 69.2138 197.501 69.4751 197.604C69.7365 197.697 70.0865 197.781 70.5251 197.856C71.2811 197.987 71.8691 198.145 72.2891 198.332C72.7091 198.519 73.0031 198.747 73.1711 199.018C73.3391 199.289 73.4231 199.62 73.4231 200.012C73.4231 200.469 73.2925 200.861 73.0311 201.188C72.7791 201.505 72.4338 201.748 71.9951 201.916C71.5658 202.084 71.0758 202.168 70.5251 202.168ZM78.9869 204.1V203.064H79.8409C80.1023 203.064 80.2936 203.022 80.4149 202.938C80.5456 202.863 80.6436 202.737 80.7089 202.56L80.9749 201.86H80.5689L77.8529 194.58H79.1409L81.3529 200.768L83.4669 194.58H84.7549L81.7449 202.938C81.6049 203.339 81.3949 203.633 81.1149 203.82C80.8349 204.007 80.4476 204.1 79.9529 204.1H78.9869ZM88.7133 202.168C88.032 202.168 87.4346 202.009 86.9213 201.692C86.408 201.375 86.0113 200.927 85.7313 200.348C85.4513 199.76 85.3113 199.074 85.3113 198.29C85.3113 197.497 85.4513 196.811 85.7313 196.232C86.0113 195.653 86.408 195.205 86.9213 194.888C87.4346 194.571 88.032 194.412 88.7133 194.412C89.3946 194.412 89.9873 194.571 90.4913 194.888C91.0046 195.205 91.4013 195.653 91.6813 196.232C91.9613 196.811 92.1013 197.497 92.1013 198.29C92.1013 199.074 91.9613 199.76 91.6813 200.348C91.4013 200.927 91.0046 201.375 90.4913 201.692C89.9873 202.009 89.3946 202.168 88.7133 202.168ZM88.7133 201.048C89.3946 201.048 89.922 200.805 90.2953 200.32C90.678 199.825 90.8693 199.149 90.8693 198.29C90.8693 197.431 90.678 196.759 90.2953 196.274C89.922 195.779 89.3946 195.532 88.7133 195.532C88.032 195.532 87.5 195.779 87.1173 196.274C86.7346 196.759 86.5433 197.431 86.5433 198.29C86.5433 199.149 86.7346 199.825 87.1173 200.32C87.5 200.805 88.032 201.048 88.7133 201.048ZM96.14 202.168C95.4027 202.168 94.81 201.921 94.362 201.426C93.9233 200.922 93.704 200.231 93.704 199.354V194.58H94.88V199.032C94.88 199.751 95.006 200.283 95.258 200.628C95.5193 200.964 95.916 201.132 96.448 201.132C97.036 201.132 97.498 200.945 97.834 200.572C98.17 200.189 98.338 199.667 98.338 199.004V194.58H99.514V202H98.394V200.166L98.576 200.264C98.4267 200.871 98.142 201.342 97.722 201.678C97.302 202.005 96.7747 202.168 96.14 202.168ZM101.757 202V194.58H102.793L102.849 196.456L102.737 196.414C102.83 195.779 103.031 195.317 103.339 195.028C103.656 194.729 104.076 194.58 104.599 194.58H105.327V195.7H104.613C104.239 195.7 103.927 195.77 103.675 195.91C103.432 196.041 103.245 196.241 103.115 196.512C102.993 196.773 102.933 197.109 102.933 197.52V202H101.757ZM113.459 202.168C112.769 202.168 112.167 202.009 111.653 201.692C111.149 201.375 110.757 200.927 110.477 200.348C110.197 199.76 110.057 199.074 110.057 198.29C110.057 197.506 110.197 196.825 110.477 196.246C110.757 195.667 111.149 195.219 111.653 194.902C112.167 194.575 112.769 194.412 113.459 194.412C114.029 194.412 114.533 194.515 114.971 194.72C115.419 194.916 115.783 195.205 116.063 195.588C116.343 195.971 116.525 196.437 116.609 196.988L115.377 197.072C115.293 196.577 115.079 196.199 114.733 195.938C114.388 195.667 113.963 195.532 113.459 195.532C112.778 195.532 112.246 195.779 111.863 196.274C111.481 196.759 111.289 197.431 111.289 198.29C111.289 199.149 111.481 199.825 111.863 200.32C112.246 200.805 112.778 201.048 113.459 201.048C113.963 201.048 114.388 200.908 114.733 200.628C115.079 200.348 115.293 199.928 115.377 199.368L116.609 199.452C116.525 200.003 116.343 200.483 116.063 200.894C115.783 201.295 115.419 201.608 114.971 201.832C114.533 202.056 114.029 202.168 113.459 202.168ZM120.965 202.168C120.284 202.168 119.687 202.009 119.173 201.692C118.66 201.375 118.263 200.927 117.983 200.348C117.703 199.76 117.563 199.074 117.563 198.29C117.563 197.497 117.703 196.811 117.983 196.232C118.263 195.653 118.66 195.205 119.173 194.888C119.687 194.571 120.284 194.412 120.965 194.412C121.647 194.412 122.239 194.571 122.743 194.888C123.257 195.205 123.653 195.653 123.933 196.232C124.213 196.811 124.353 197.497 124.353 198.29C124.353 199.074 124.213 199.76 123.933 200.348C123.653 200.927 123.257 201.375 122.743 201.692C122.239 202.009 121.647 202.168 120.965 202.168ZM120.965 201.048C121.647 201.048 122.174 200.805 122.547 200.32C122.93 199.825 123.121 199.149 123.121 198.29C123.121 197.431 122.93 196.759 122.547 196.274C122.174 195.779 121.647 195.532 120.965 195.532C120.284 195.532 119.752 195.779 119.369 196.274C118.987 196.759 118.795 197.431 118.795 198.29C118.795 199.149 118.987 199.825 119.369 200.32C119.752 200.805 120.284 201.048 120.965 201.048ZM125.956 202V194.58H127.034L127.076 196.47L126.936 196.344C127.029 195.905 127.193 195.546 127.426 195.266C127.659 194.977 127.939 194.762 128.266 194.622C128.602 194.482 128.961 194.412 129.344 194.412C129.913 194.412 130.38 194.538 130.744 194.79C131.117 195.042 131.393 195.383 131.57 195.812C131.757 196.232 131.85 196.703 131.85 197.226V202H130.674V197.562C130.674 197.105 130.618 196.722 130.506 196.414C130.403 196.097 130.235 195.859 130.002 195.7C129.769 195.532 129.465 195.448 129.092 195.448C128.523 195.448 128.051 195.63 127.678 195.994C127.314 196.349 127.132 196.871 127.132 197.562V202H125.956ZM136.246 202C135.574 202 135.075 201.846 134.748 201.538C134.431 201.23 134.272 200.749 134.272 200.096V192.844H135.448V200.068C135.448 200.404 135.523 200.637 135.672 200.768C135.821 200.899 136.05 200.964 136.358 200.964H137.422V202H136.246ZM133.18 195.616V194.58H137.422V195.616H133.18ZM141.692 202.168C140.992 202.168 140.385 202.009 139.872 201.692C139.368 201.375 138.976 200.927 138.696 200.348C138.425 199.76 138.29 199.074 138.29 198.29C138.29 197.506 138.425 196.825 138.696 196.246C138.976 195.667 139.363 195.219 139.858 194.902C140.362 194.575 140.954 194.412 141.636 194.412C142.28 194.412 142.849 194.566 143.344 194.874C143.838 195.173 144.221 195.611 144.492 196.19C144.772 196.769 144.912 197.473 144.912 198.304V198.654H139.522C139.568 199.447 139.778 200.045 140.152 200.446C140.534 200.847 141.048 201.048 141.692 201.048C142.177 201.048 142.574 200.936 142.882 200.712C143.199 200.479 143.418 200.175 143.54 199.802L144.8 199.9C144.604 200.563 144.23 201.109 143.68 201.538C143.138 201.958 142.476 202.168 141.692 202.168ZM139.522 197.618H143.624C143.568 196.899 143.358 196.372 142.994 196.036C142.639 195.7 142.186 195.532 141.636 195.532C141.066 195.532 140.595 195.709 140.222 196.064C139.858 196.409 139.624 196.927 139.522 197.618ZM146.505 202V194.58H147.583L147.625 196.47L147.485 196.344C147.578 195.905 147.741 195.546 147.975 195.266C148.208 194.977 148.488 194.762 148.815 194.622C149.151 194.482 149.51 194.412 149.893 194.412C150.462 194.412 150.929 194.538 151.293 194.79C151.666 195.042 151.941 195.383 152.119 195.812C152.305 196.232 152.399 196.703 152.399 197.226V202H151.223V197.562C151.223 197.105 151.167 196.722 151.055 196.414C150.952 196.097 150.784 195.859 150.551 195.7C150.317 195.532 150.014 195.448 149.641 195.448C149.071 195.448 148.6 195.63 148.227 195.994C147.863 196.349 147.681 196.871 147.681 197.562V202H146.505ZM156.795 202C156.123 202 155.624 201.846 155.297 201.538C154.98 201.23 154.821 200.749 154.821 200.096V192.844H155.997V200.068C155.997 200.404 156.072 200.637 156.221 200.768C156.37 200.899 156.599 200.964 156.907 200.964H157.971V202H156.795ZM153.729 195.616V194.58H157.971V195.616H153.729ZM159.413 202V200.418H160.995V202H159.413ZM170.209 202.224C169.323 202.224 168.543 202.019 167.871 201.608C167.199 201.188 166.677 200.591 166.303 199.816C165.93 199.041 165.743 198.117 165.743 197.044C165.743 195.971 165.93 195.047 166.303 194.272C166.677 193.488 167.199 192.886 167.871 192.466C168.543 192.046 169.323 191.836 170.209 191.836C171.413 191.836 172.347 192.139 173.009 192.746C173.672 193.353 174.106 194.179 174.311 195.224L173.037 195.308C172.897 194.599 172.599 194.039 172.141 193.628C171.684 193.217 171.04 193.012 170.209 193.012C169.575 193.012 169.015 193.175 168.529 193.502C168.053 193.819 167.68 194.281 167.409 194.888C167.139 195.485 167.003 196.204 167.003 197.044C167.003 197.884 167.139 198.603 167.409 199.2C167.68 199.797 168.053 200.255 168.529 200.572C169.015 200.889 169.575 201.048 170.209 201.048C171.077 201.048 171.749 200.824 172.225 200.376C172.701 199.919 173 199.303 173.121 198.528L174.395 198.612C174.274 199.331 174.036 199.961 173.681 200.502C173.327 201.043 172.855 201.468 172.267 201.776C171.689 202.075 171.003 202.224 170.209 202.224ZM176.104 202V192.06H177.28V196.218L177.14 196.19C177.234 195.779 177.392 195.443 177.616 195.182C177.84 194.921 178.116 194.729 178.442 194.608C178.769 194.477 179.128 194.412 179.52 194.412C180.052 194.412 180.5 194.533 180.864 194.776C181.238 195.009 181.518 195.341 181.704 195.77C181.9 196.19 181.998 196.675 181.998 197.226V202H180.822V197.562C180.822 196.843 180.692 196.311 180.43 195.966C180.178 195.621 179.791 195.448 179.268 195.448C178.671 195.448 178.19 195.63 177.826 195.994C177.462 196.358 177.28 196.885 177.28 197.576V202H176.104ZM186.104 202.168C185.339 202.168 184.728 201.991 184.27 201.636C183.822 201.281 183.598 200.787 183.598 200.152C183.598 199.517 183.785 199.018 184.158 198.654C184.532 198.29 185.124 198.033 185.936 197.884L188.568 197.394C188.568 196.769 188.419 196.302 188.12 195.994C187.831 195.686 187.392 195.532 186.804 195.532C186.291 195.532 185.885 195.649 185.586 195.882C185.288 196.106 185.082 196.433 184.97 196.862L183.724 196.764C183.864 196.064 184.2 195.499 184.732 195.07C185.274 194.631 185.964 194.412 186.804 194.412C187.756 194.412 188.484 194.683 188.988 195.224C189.492 195.756 189.744 196.493 189.744 197.436V200.502C189.744 200.67 189.772 200.791 189.828 200.866C189.894 200.931 189.996 200.964 190.136 200.964H190.43V202C190.393 202.009 190.332 202.014 190.248 202.014C190.164 202.023 190.076 202.028 189.982 202.028C189.646 202.028 189.371 201.977 189.156 201.874C188.951 201.762 188.802 201.594 188.708 201.37C188.615 201.137 188.568 200.833 188.568 200.46L188.708 200.488C188.643 200.805 188.484 201.095 188.232 201.356C187.98 201.608 187.668 201.809 187.294 201.958C186.921 202.098 186.524 202.168 186.104 202.168ZM186.216 201.132C186.711 201.132 187.131 201.039 187.476 200.852C187.831 200.656 188.102 200.395 188.288 200.068C188.475 199.732 188.568 199.359 188.568 198.948V198.416L186.16 198.864C185.656 198.957 185.306 199.102 185.11 199.298C184.924 199.485 184.83 199.732 184.83 200.04C184.83 200.385 184.952 200.656 185.194 200.852C185.446 201.039 185.787 201.132 186.216 201.132ZM191.759 202V194.58H192.837L192.879 196.47L192.739 196.344C192.832 195.905 192.995 195.546 193.229 195.266C193.462 194.977 193.742 194.762 194.069 194.622C194.405 194.482 194.764 194.412 195.147 194.412C195.716 194.412 196.183 194.538 196.547 194.79C196.92 195.042 197.195 195.383 197.373 195.812C197.559 196.232 197.653 196.703 197.653 197.226V202H196.477V197.562C196.477 197.105 196.421 196.722 196.309 196.414C196.206 196.097 196.038 195.859 195.805 195.7C195.571 195.532 195.268 195.448 194.895 195.448C194.325 195.448 193.854 195.63 193.481 195.994C193.117 196.349 192.935 196.871 192.935 197.562V202H191.759ZM202.543 204.268C202.011 204.268 201.531 204.179 201.101 204.002C200.672 203.825 200.313 203.573 200.023 203.246C199.734 202.919 199.538 202.541 199.435 202.112L200.667 202.028C200.779 202.373 200.975 202.644 201.255 202.84C201.545 203.045 201.974 203.148 202.543 203.148C203.215 203.148 203.729 203.013 204.083 202.742C204.447 202.471 204.629 202.065 204.629 201.524V200.32C204.452 200.712 204.167 201.025 203.775 201.258C203.383 201.491 202.945 201.608 202.459 201.608C201.834 201.608 201.274 201.454 200.779 201.146C200.294 200.838 199.911 200.413 199.631 199.872C199.361 199.331 199.225 198.71 199.225 198.01C199.225 197.301 199.361 196.68 199.631 196.148C199.902 195.607 200.275 195.182 200.751 194.874C201.237 194.566 201.787 194.412 202.403 194.412C202.926 194.412 203.393 194.533 203.803 194.776C204.223 195.019 204.517 195.345 204.685 195.756V194.58H205.805V201.496C205.805 202.075 205.675 202.569 205.413 202.98C205.152 203.4 204.779 203.717 204.293 203.932C203.808 204.156 203.225 204.268 202.543 204.268ZM202.515 200.488C203.15 200.488 203.659 200.269 204.041 199.83C204.424 199.382 204.62 198.775 204.629 198.01C204.639 197.497 204.555 197.058 204.377 196.694C204.209 196.321 203.962 196.036 203.635 195.84C203.318 195.635 202.945 195.532 202.515 195.532C201.862 195.532 201.353 195.756 200.989 196.204C200.635 196.643 200.457 197.245 200.457 198.01C200.457 198.775 200.639 199.382 201.003 199.83C201.377 200.269 201.881 200.488 202.515 200.488ZM210.803 202.168C210.103 202.168 209.496 202.009 208.983 201.692C208.479 201.375 208.087 200.927 207.807 200.348C207.536 199.76 207.401 199.074 207.401 198.29C207.401 197.506 207.536 196.825 207.807 196.246C208.087 195.667 208.474 195.219 208.969 194.902C209.473 194.575 210.066 194.412 210.747 194.412C211.391 194.412 211.96 194.566 212.455 194.874C212.95 195.173 213.332 195.611 213.603 196.19C213.883 196.769 214.023 197.473 214.023 198.304V198.654H208.633C208.68 199.447 208.89 200.045 209.263 200.446C209.646 200.847 210.159 201.048 210.803 201.048C211.288 201.048 211.685 200.936 211.993 200.712C212.31 200.479 212.53 200.175 212.651 199.802L213.911 199.9C213.715 200.563 213.342 201.109 212.791 201.538C212.25 201.958 211.587 202.168 210.803 202.168ZM208.633 197.618H212.735C212.679 196.899 212.469 196.372 212.105 196.036C211.75 195.7 211.298 195.532 210.747 195.532C210.178 195.532 209.706 195.709 209.333 196.064C208.969 196.409 208.736 196.927 208.633 197.618ZM219.253 202V194.58H220.429V202H219.253ZM219.225 193.418V192.046H220.457V193.418H219.225ZM224.826 202C224.154 202 223.655 201.846 223.328 201.538C223.011 201.23 222.852 200.749 222.852 200.096V192.844H224.028V200.068C224.028 200.404 224.103 200.637 224.252 200.768C224.402 200.899 224.63 200.964 224.938 200.964H226.002V202H224.826ZM221.76 195.616V194.58H226.002V195.616H221.76ZM233.809 202C233.137 202 232.637 201.846 232.311 201.538C231.993 201.23 231.835 200.749 231.835 200.096V192.844H233.011V200.068C233.011 200.404 233.085 200.637 233.235 200.768C233.384 200.899 233.613 200.964 233.921 200.964H234.985V202H233.809ZM230.743 195.616V194.58H234.985V195.616H230.743ZM239.254 202.168C238.573 202.168 237.976 202.009 237.462 201.692C236.949 201.375 236.552 200.927 236.272 200.348C235.992 199.76 235.852 199.074 235.852 198.29C235.852 197.497 235.992 196.811 236.272 196.232C236.552 195.653 236.949 195.205 237.462 194.888C237.976 194.571 238.573 194.412 239.254 194.412C239.936 194.412 240.528 194.571 241.032 194.888C241.546 195.205 241.942 195.653 242.222 196.232C242.502 196.811 242.642 197.497 242.642 198.29C242.642 199.074 242.502 199.76 242.222 200.348C241.942 200.927 241.546 201.375 241.032 201.692C240.528 202.009 239.936 202.168 239.254 202.168ZM239.254 201.048C239.936 201.048 240.463 200.805 240.836 200.32C241.219 199.825 241.41 199.149 241.41 198.29C241.41 197.431 241.219 196.759 240.836 196.274C240.463 195.779 239.936 195.532 239.254 195.532C238.573 195.532 238.041 195.779 237.658 196.274C237.276 196.759 237.084 197.431 237.084 198.29C237.084 199.149 237.276 199.825 237.658 200.32C238.041 200.805 238.573 201.048 239.254 201.048ZM36.604 219L34.308 211.58H35.596L37.332 217.768L39.096 211.58H40.356L42.12 217.768L43.87 211.58H45.158L42.862 219H41.378L39.726 213.358L38.074 219H36.604ZM46.454 219V209.06H47.63V213.218L47.49 213.19C47.5833 212.779 47.742 212.443 47.966 212.182C48.19 211.921 48.4653 211.729 48.792 211.608C49.1187 211.477 49.478 211.412 49.87 211.412C50.402 211.412 50.85 211.533 51.214 211.776C51.5873 212.009 51.8673 212.341 52.054 212.77C52.25 213.19 52.348 213.675 52.348 214.226V219H51.172V214.562C51.172 213.843 51.0413 213.311 50.78 212.966C50.528 212.621 50.1407 212.448 49.618 212.448C49.0207 212.448 48.54 212.63 48.176 212.994C47.812 213.358 47.63 213.885 47.63 214.576V219H46.454ZM56.454 219.168C55.6887 219.168 55.0774 218.991 54.62 218.636C54.172 218.281 53.948 217.787 53.948 217.152C53.948 216.517 54.1347 216.018 54.508 215.654C54.8814 215.29 55.474 215.033 56.286 214.884L58.918 214.394C58.918 213.769 58.7687 213.302 58.47 212.994C58.1807 212.686 57.742 212.532 57.154 212.532C56.6407 212.532 56.2347 212.649 55.936 212.882C55.6374 213.106 55.432 213.433 55.32 213.862L54.074 213.764C54.214 213.064 54.55 212.499 55.082 212.07C55.6234 211.631 56.314 211.412 57.154 211.412C58.106 211.412 58.834 211.683 59.338 212.224C59.842 212.756 60.094 213.493 60.094 214.436V217.502C60.094 217.67 60.122 217.791 60.178 217.866C60.2434 217.931 60.346 217.964 60.486 217.964H60.78V219C60.7427 219.009 60.682 219.014 60.598 219.014C60.514 219.023 60.4254 219.028 60.332 219.028C59.996 219.028 59.7207 218.977 59.506 218.874C59.3007 218.762 59.1514 218.594 59.058 218.37C58.9647 218.137 58.918 217.833 58.918 217.46L59.058 217.488C58.9927 217.805 58.834 218.095 58.582 218.356C58.33 218.608 58.0174 218.809 57.644 218.958C57.2707 219.098 56.874 219.168 56.454 219.168ZM56.566 218.132C57.0607 218.132 57.4807 218.039 57.826 217.852C58.1807 217.656 58.4514 217.395 58.638 217.068C58.8247 216.732 58.918 216.359 58.918 215.948V215.416L56.51 215.864C56.006 215.957 55.656 216.102 55.46 216.298C55.2734 216.485 55.18 216.732 55.18 217.04C55.18 217.385 55.3014 217.656 55.544 217.852C55.796 218.039 56.1367 218.132 56.566 218.132ZM64.4551 219C63.7831 219 63.2838 218.846 62.9571 218.538C62.6398 218.23 62.4811 217.749 62.4811 217.096V209.844H63.6571V217.068C63.6571 217.404 63.7318 217.637 63.8811 217.768C64.0305 217.899 64.2591 217.964 64.5671 217.964H65.6311V219H64.4551ZM61.3891 212.616V211.58H65.6311V212.616H61.3891ZM69.9008 219.168C69.2008 219.168 68.5941 219.009 68.0808 218.692C67.5768 218.375 67.1848 217.927 66.9048 217.348C66.6341 216.76 66.4988 216.074 66.4988 215.29C66.4988 214.506 66.6341 213.825 66.9048 213.246C67.1848 212.667 67.5721 212.219 68.0668 211.902C68.5708 211.575 69.1635 211.412 69.8448 211.412C70.4888 211.412 71.0581 211.566 71.5528 211.874C72.0475 212.173 72.4301 212.611 72.7008 213.19C72.9808 213.769 73.1208 214.473 73.1208 215.304V215.654H67.7308C67.7775 216.447 67.9875 217.045 68.3608 217.446C68.7435 217.847 69.2568 218.048 69.9008 218.048C70.3861 218.048 70.7828 217.936 71.0908 217.712C71.4081 217.479 71.6275 217.175 71.7488 216.802L73.0088 216.9C72.8128 217.563 72.4395 218.109 71.8888 218.538C71.3475 218.958 70.6848 219.168 69.9008 219.168ZM67.7308 214.618H71.8328C71.7768 213.899 71.5668 213.372 71.2028 213.036C70.8481 212.7 70.3955 212.532 69.8448 212.532C69.2755 212.532 68.8041 212.709 68.4308 213.064C68.0668 213.409 67.8335 213.927 67.7308 214.618ZM76.385 219L73.683 211.58H74.971L77.127 217.796L79.283 211.58H80.571L77.869 219H76.385ZM84.5297 219.168C83.8297 219.168 83.2231 219.009 82.7097 218.692C82.2057 218.375 81.8137 217.927 81.5337 217.348C81.2631 216.76 81.1277 216.074 81.1277 215.29C81.1277 214.506 81.2631 213.825 81.5337 213.246C81.8137 212.667 82.2011 212.219 82.6957 211.902C83.1997 211.575 83.7924 211.412 84.4737 211.412C85.1177 211.412 85.6871 211.566 86.1817 211.874C86.6764 212.173 87.0591 212.611 87.3297 213.19C87.6097 213.769 87.7497 214.473 87.7497 215.304V215.654H82.3597C82.4064 216.447 82.6164 217.045 82.9897 217.446C83.3724 217.847 83.8857 218.048 84.5297 218.048C85.0151 218.048 85.4117 217.936 85.7197 217.712C86.0371 217.479 86.2564 217.175 86.3777 216.802L87.6377 216.9C87.4417 217.563 87.0684 218.109 86.5177 218.538C85.9764 218.958 85.3137 219.168 84.5297 219.168ZM82.3597 214.618H86.4617C86.4057 213.899 86.1957 213.372 85.8317 213.036C85.4771 212.7 85.0244 212.532 84.4737 212.532C83.9044 212.532 83.4331 212.709 83.0597 213.064C82.6957 213.409 82.4624 213.927 82.3597 214.618ZM89.3427 219V211.58H90.3787L90.4347 213.456L90.3227 213.414C90.416 212.779 90.6167 212.317 90.9247 212.028C91.242 211.729 91.662 211.58 92.1847 211.58H92.9127V212.7H92.1987C91.8253 212.7 91.5127 212.77 91.2607 212.91C91.018 213.041 90.8313 213.241 90.7007 213.512C90.5793 213.773 90.5187 214.109 90.5187 214.52V219H89.3427ZM98.4693 221.1V220.064H99.3233C99.5847 220.064 99.776 220.022 99.8973 219.938C100.028 219.863 100.126 219.737 100.191 219.56L100.457 218.86H100.051L97.3353 211.58H98.6233L100.835 217.768L102.949 211.58H104.237L101.227 219.938C101.087 220.339 100.877 220.633 100.597 220.82C100.317 221.007 99.93 221.1 99.4353 221.1H98.4693ZM108.196 219.168C107.514 219.168 106.917 219.009 106.404 218.692C105.89 218.375 105.494 217.927 105.214 217.348C104.934 216.76 104.794 216.074 104.794 215.29C104.794 214.497 104.934 213.811 105.214 213.232C105.494 212.653 105.89 212.205 106.404 211.888C106.917 211.571 107.514 211.412 108.196 211.412C108.877 211.412 109.47 211.571 109.974 211.888C110.487 212.205 110.884 212.653 111.164 213.232C111.444 213.811 111.584 214.497 111.584 215.29C111.584 216.074 111.444 216.76 111.164 217.348C110.884 217.927 110.487 218.375 109.974 218.692C109.47 219.009 108.877 219.168 108.196 219.168ZM108.196 218.048C108.877 218.048 109.404 217.805 109.778 217.32C110.16 216.825 110.352 216.149 110.352 215.29C110.352 214.431 110.16 213.759 109.778 213.274C109.404 212.779 108.877 212.532 108.196 212.532C107.514 212.532 106.982 212.779 106.6 213.274C106.217 213.759 106.026 214.431 106.026 215.29C106.026 216.149 106.217 216.825 106.6 217.32C106.982 217.805 107.514 218.048 108.196 218.048ZM115.622 219.168C114.885 219.168 114.292 218.921 113.844 218.426C113.406 217.922 113.186 217.231 113.186 216.354V211.58H114.362V216.032C114.362 216.751 114.488 217.283 114.74 217.628C115.002 217.964 115.398 218.132 115.93 218.132C116.518 218.132 116.98 217.945 117.316 217.572C117.652 217.189 117.82 216.667 117.82 216.004V211.58H118.996V219H117.876V217.166L118.058 217.264C117.909 217.871 117.624 218.342 117.204 218.678C116.784 219.005 116.257 219.168 115.622 219.168ZM126.223 219L123.927 211.58H125.215L126.951 217.768L128.715 211.58H129.975L131.739 217.768L133.489 211.58H134.777L132.481 219H130.997L129.345 213.358L127.693 219H126.223ZM137.897 219.168C137.132 219.168 136.521 218.991 136.063 218.636C135.615 218.281 135.391 217.787 135.391 217.152C135.391 216.517 135.578 216.018 135.951 215.654C136.325 215.29 136.917 215.033 137.729 214.884L140.361 214.394C140.361 213.769 140.212 213.302 139.913 212.994C139.624 212.686 139.185 212.532 138.597 212.532C138.084 212.532 137.678 212.649 137.379 212.882C137.081 213.106 136.875 213.433 136.763 213.862L135.517 213.764C135.657 213.064 135.993 212.499 136.525 212.07C137.067 211.631 137.757 211.412 138.597 211.412C139.549 211.412 140.277 211.683 140.781 212.224C141.285 212.756 141.537 213.493 141.537 214.436V217.502C141.537 217.67 141.565 217.791 141.621 217.866C141.687 217.931 141.789 217.964 141.929 217.964H142.223V219C142.186 219.009 142.125 219.014 142.041 219.014C141.957 219.023 141.869 219.028 141.775 219.028C141.439 219.028 141.164 218.977 140.949 218.874C140.744 218.762 140.595 218.594 140.501 218.37C140.408 218.137 140.361 217.833 140.361 217.46L140.501 217.488C140.436 217.805 140.277 218.095 140.025 218.356C139.773 218.608 139.461 218.809 139.087 218.958C138.714 219.098 138.317 219.168 137.897 219.168ZM138.009 218.132C138.504 218.132 138.924 218.039 139.269 217.852C139.624 217.656 139.895 217.395 140.081 217.068C140.268 216.732 140.361 216.359 140.361 215.948V215.416L137.953 215.864C137.449 215.957 137.099 216.102 136.903 216.298C136.717 216.485 136.623 216.732 136.623 217.04C136.623 217.385 136.745 217.656 136.987 217.852C137.239 218.039 137.58 218.132 138.009 218.132ZM143.552 219V211.58H144.63L144.672 213.47L144.532 213.344C144.625 212.905 144.788 212.546 145.022 212.266C145.255 211.977 145.535 211.762 145.862 211.622C146.198 211.482 146.557 211.412 146.94 211.412C147.509 211.412 147.976 211.538 148.34 211.79C148.713 212.042 148.988 212.383 149.166 212.812C149.352 213.232 149.446 213.703 149.446 214.226V219H148.27V214.562C148.27 214.105 148.214 213.722 148.102 213.414C147.999 213.097 147.831 212.859 147.598 212.7C147.364 212.532 147.061 212.448 146.688 212.448C146.118 212.448 145.647 212.63 145.274 212.994C144.91 213.349 144.728 213.871 144.728 214.562V219H143.552ZM153.842 219C153.17 219 152.671 218.846 152.344 218.538C152.027 218.23 151.868 217.749 151.868 217.096V209.844H153.044V217.068C153.044 217.404 153.119 217.637 153.268 217.768C153.417 217.899 153.646 217.964 153.954 217.964H155.018V219H153.842ZM150.776 212.616V211.58H155.018V212.616H150.776ZM162.824 219C162.152 219 161.653 218.846 161.326 218.538C161.009 218.23 160.85 217.749 160.85 217.096V209.844H162.026V217.068C162.026 217.404 162.101 217.637 162.25 217.768C162.4 217.899 162.628 217.964 162.936 217.964H164V219H162.824ZM159.758 212.616V211.58H164V212.616H159.758ZM168.27 219.168C167.589 219.168 166.991 219.009 166.478 218.692C165.965 218.375 165.568 217.927 165.288 217.348C165.008 216.76 164.868 216.074 164.868 215.29C164.868 214.497 165.008 213.811 165.288 213.232C165.568 212.653 165.965 212.205 166.478 211.888C166.991 211.571 167.589 211.412 168.27 211.412C168.951 211.412 169.544 211.571 170.048 211.888C170.561 212.205 170.958 212.653 171.238 213.232C171.518 213.811 171.658 214.497 171.658 215.29C171.658 216.074 171.518 216.76 171.238 217.348C170.958 217.927 170.561 218.375 170.048 218.692C169.544 219.009 168.951 219.168 168.27 219.168ZM168.27 218.048C168.951 218.048 169.479 217.805 169.852 217.32C170.235 216.825 170.426 216.149 170.426 215.29C170.426 214.431 170.235 213.759 169.852 213.274C169.479 212.779 168.951 212.532 168.27 212.532C167.589 212.532 167.057 212.779 166.674 213.274C166.291 213.759 166.1 214.431 166.1 215.29C166.1 216.149 166.291 216.825 166.674 217.32C167.057 217.805 167.589 218.048 168.27 218.048ZM176.897 221.1V211.58H177.989L178.017 213.176L177.849 213.092C178.036 212.541 178.344 212.126 178.773 211.846C179.212 211.557 179.716 211.412 180.285 211.412C181.023 211.412 181.625 211.594 182.091 211.958C182.567 212.322 182.917 212.798 183.141 213.386C183.375 213.974 183.491 214.609 183.491 215.29C183.491 215.971 183.375 216.606 183.141 217.194C182.917 217.782 182.567 218.258 182.091 218.622C181.625 218.986 181.023 219.168 180.285 219.168C179.903 219.168 179.543 219.103 179.207 218.972C178.881 218.841 178.601 218.659 178.367 218.426C178.143 218.193 177.989 217.917 177.905 217.6L178.073 217.404V221.1H176.897ZM180.173 218.048C180.817 218.048 181.326 217.805 181.699 217.32C182.073 216.835 182.259 216.158 182.259 215.29C182.259 214.422 182.073 213.745 181.699 213.26C181.326 212.775 180.817 212.532 180.173 212.532C179.744 212.532 179.371 212.635 179.053 212.84C178.745 213.045 178.503 213.353 178.325 213.764C178.157 214.175 178.073 214.683 178.073 215.29C178.073 215.897 178.157 216.405 178.325 216.816C178.493 217.227 178.736 217.535 179.053 217.74C179.371 217.945 179.744 218.048 180.173 218.048ZM185.087 219V211.58H186.123L186.179 213.456L186.067 213.414C186.16 212.779 186.361 212.317 186.669 212.028C186.986 211.729 187.406 211.58 187.929 211.58H188.657V212.7H187.943C187.569 212.7 187.257 212.77 187.005 212.91C186.762 213.041 186.575 213.241 186.445 213.512C186.323 213.773 186.263 214.109 186.263 214.52V219H185.087ZM192.729 219.168C192.029 219.168 191.422 219.009 190.909 218.692C190.405 218.375 190.013 217.927 189.733 217.348C189.462 216.76 189.327 216.074 189.327 215.29C189.327 214.506 189.462 213.825 189.733 213.246C190.013 212.667 190.4 212.219 190.895 211.902C191.399 211.575 191.992 211.412 192.673 211.412C193.317 211.412 193.886 211.566 194.381 211.874C194.876 212.173 195.258 212.611 195.529 213.19C195.809 213.769 195.949 214.473 195.949 215.304V215.654H190.559C190.606 216.447 190.816 217.045 191.189 217.446C191.572 217.847 192.085 218.048 192.729 218.048C193.214 218.048 193.611 217.936 193.919 217.712C194.236 217.479 194.456 217.175 194.577 216.802L195.837 216.9C195.641 217.563 195.268 218.109 194.717 218.538C194.176 218.958 193.513 219.168 192.729 219.168ZM190.559 214.618H194.661C194.605 213.899 194.395 213.372 194.031 213.036C193.676 212.7 193.224 212.532 192.673 212.532C192.104 212.532 191.632 212.709 191.259 213.064C190.895 213.409 190.662 213.927 190.559 214.618ZM200.244 219.168C199.581 219.168 199.017 219.061 198.55 218.846C198.093 218.631 197.733 218.337 197.472 217.964C197.22 217.581 197.075 217.147 197.038 216.662L198.27 216.578C198.345 217.026 198.536 217.385 198.844 217.656C199.152 217.917 199.619 218.048 200.244 218.048C200.748 218.048 201.149 217.969 201.448 217.81C201.756 217.642 201.91 217.376 201.91 217.012C201.91 216.816 201.863 216.653 201.77 216.522C201.677 216.391 201.495 216.279 201.224 216.186C200.953 216.083 200.552 215.985 200.02 215.892C199.311 215.761 198.751 215.603 198.34 215.416C197.939 215.22 197.649 214.982 197.472 214.702C197.304 214.413 197.22 214.072 197.22 213.68C197.22 213.017 197.463 212.476 197.948 212.056C198.433 211.627 199.124 211.412 200.02 211.412C200.627 211.412 201.135 211.524 201.546 211.748C201.966 211.963 202.293 212.252 202.526 212.616C202.769 212.971 202.927 213.363 203.002 213.792L201.77 213.876C201.714 213.615 201.611 213.386 201.462 213.19C201.313 212.985 201.117 212.826 200.874 212.714C200.631 212.593 200.342 212.532 200.006 212.532C199.474 212.532 199.082 212.635 198.83 212.84C198.578 213.045 198.452 213.307 198.452 213.624C198.452 213.867 198.508 214.067 198.62 214.226C198.741 214.375 198.933 214.501 199.194 214.604C199.455 214.697 199.805 214.781 200.244 214.856C201 214.987 201.588 215.145 202.008 215.332C202.428 215.519 202.722 215.747 202.89 216.018C203.058 216.289 203.142 216.62 203.142 217.012C203.142 217.469 203.011 217.861 202.75 218.188C202.498 218.505 202.153 218.748 201.714 218.916C201.285 219.084 200.795 219.168 200.244 219.168ZM207.645 219.168C206.945 219.168 206.338 219.009 205.825 218.692C205.321 218.375 204.929 217.927 204.649 217.348C204.378 216.76 204.243 216.074 204.243 215.29C204.243 214.506 204.378 213.825 204.649 213.246C204.929 212.667 205.316 212.219 205.811 211.902C206.315 211.575 206.908 211.412 207.589 211.412C208.233 211.412 208.802 211.566 209.297 211.874C209.792 212.173 210.174 212.611 210.445 213.19C210.725 213.769 210.865 214.473 210.865 215.304V215.654H205.475C205.522 216.447 205.732 217.045 206.105 217.446C206.488 217.847 207.001 218.048 207.645 218.048C208.13 218.048 208.527 217.936 208.835 217.712C209.152 217.479 209.372 217.175 209.493 216.802L210.753 216.9C210.557 217.563 210.184 218.109 209.633 218.538C209.092 218.958 208.429 219.168 207.645 219.168ZM205.475 214.618H209.577C209.521 213.899 209.311 213.372 208.947 213.036C208.592 212.7 208.14 212.532 207.589 212.532C207.02 212.532 206.548 212.709 206.175 213.064C205.811 213.409 205.578 213.927 205.475 214.618ZM212.458 219V211.58H213.536L213.578 213.47L213.438 213.344C213.531 212.905 213.695 212.546 213.928 212.266C214.161 211.977 214.441 211.762 214.768 211.622C215.104 211.482 215.463 211.412 215.846 211.412C216.415 211.412 216.882 211.538 217.246 211.79C217.619 212.042 217.895 212.383 218.072 212.812C218.259 213.232 218.352 213.703 218.352 214.226V219H217.176V214.562C217.176 214.105 217.12 213.722 217.008 213.414C216.905 213.097 216.737 212.859 216.504 212.7C216.271 212.532 215.967 212.448 215.594 212.448C215.025 212.448 214.553 212.63 214.18 212.994C213.816 213.349 213.634 213.871 213.634 214.562V219H212.458ZM222.748 219C222.076 219 221.577 218.846 221.25 218.538C220.933 218.23 220.774 217.749 220.774 217.096V209.844H221.95V217.068C221.95 217.404 222.025 217.637 222.174 217.768C222.323 217.899 222.552 217.964 222.86 217.964H223.924V219H222.748ZM219.682 212.616V211.58H223.924V212.616H219.682ZM231.913 219.168C231.231 219.168 230.634 219.009 230.121 218.692C229.607 218.375 229.211 217.927 228.931 217.348C228.651 216.76 228.511 216.074 228.511 215.29C228.511 214.497 228.651 213.811 228.931 213.232C229.211 212.653 229.607 212.205 230.121 211.888C230.634 211.571 231.231 211.412 231.913 211.412C232.594 211.412 233.187 211.571 233.691 211.888C234.204 212.205 234.601 212.653 234.881 213.232C235.161 213.811 235.301 214.497 235.301 215.29C235.301 216.074 235.161 216.76 234.881 217.348C234.601 217.927 234.204 218.375 233.691 218.692C233.187 219.009 232.594 219.168 231.913 219.168ZM231.913 218.048C232.594 218.048 233.121 217.805 233.495 217.32C233.877 216.825 234.069 216.149 234.069 215.29C234.069 214.431 233.877 213.759 233.495 213.274C233.121 212.779 232.594 212.532 231.913 212.532C231.231 212.532 230.699 212.779 230.317 213.274C229.934 213.759 229.743 214.431 229.743 215.29C229.743 216.149 229.934 216.825 230.317 217.32C230.699 217.805 231.231 218.048 231.913 218.048ZM236.903 219V211.58H237.981L238.023 213.47L237.883 213.344C237.977 212.905 238.14 212.546 238.373 212.266C238.607 211.977 238.887 211.762 239.213 211.622C239.549 211.482 239.909 211.412 240.291 211.412C240.861 211.412 241.327 211.538 241.691 211.79C242.065 212.042 242.34 212.383 242.517 212.812C242.704 213.232 242.797 213.703 242.797 214.226V219H241.621V214.562C241.621 214.105 241.565 213.722 241.453 213.414C241.351 213.097 241.183 212.859 240.949 212.7C240.716 212.532 240.413 212.448 240.039 212.448C239.47 212.448 238.999 212.63 238.625 212.994C238.261 213.349 238.079 213.871 238.079 214.562V219H236.903ZM35.442 238.1V237.064H36.296C36.5573 237.064 36.7487 237.022 36.87 236.938C37.0007 236.863 37.0987 236.737 37.164 236.56L37.43 235.86H37.024L34.308 228.58H35.596L37.808 234.768L39.922 228.58H41.21L38.2 236.938C38.06 237.339 37.85 237.633 37.57 237.82C37.29 238.007 36.9027 238.1 36.408 238.1H35.442ZM45.1684 236.168C44.4871 236.168 43.8897 236.009 43.3764 235.692C42.8631 235.375 42.4664 234.927 42.1864 234.348C41.9064 233.76 41.7664 233.074 41.7664 232.29C41.7664 231.497 41.9064 230.811 42.1864 230.232C42.4664 229.653 42.8631 229.205 43.3764 228.888C43.8897 228.571 44.4871 228.412 45.1684 228.412C45.8497 228.412 46.4424 228.571 46.9464 228.888C47.4597 229.205 47.8564 229.653 48.1364 230.232C48.4164 230.811 48.5564 231.497 48.5564 232.29C48.5564 233.074 48.4164 233.76 48.1364 234.348C47.8564 234.927 47.4597 235.375 46.9464 235.692C46.4424 236.009 45.8497 236.168 45.1684 236.168ZM45.1684 235.048C45.8497 235.048 46.3771 234.805 46.7504 234.32C47.1331 233.825 47.3244 233.149 47.3244 232.29C47.3244 231.431 47.1331 230.759 46.7504 230.274C46.3771 229.779 45.8497 229.532 45.1684 229.532C44.4871 229.532 43.9551 229.779 43.5724 230.274C43.1897 230.759 42.9984 231.431 42.9984 232.29C42.9984 233.149 43.1897 233.825 43.5724 234.32C43.9551 234.805 44.4871 235.048 45.1684 235.048ZM52.5951 236.168C51.8577 236.168 51.2651 235.921 50.8171 235.426C50.3784 234.922 50.1591 234.231 50.1591 233.354V228.58H51.3351V233.032C51.3351 233.751 51.4611 234.283 51.7131 234.628C51.9744 234.964 52.3711 235.132 52.9031 235.132C53.4911 235.132 53.9531 234.945 54.2891 234.572C54.6251 234.189 54.7931 233.667 54.7931 233.004V228.58H55.9691V236H54.8491V234.166L55.0311 234.264C54.8817 234.871 54.5971 235.342 54.1771 235.678C53.7571 236.005 53.2297 236.168 52.5951 236.168ZM58.2118 236V228.58H59.2478L59.3038 230.456L59.1918 230.414C59.2851 229.779 59.4858 229.317 59.7938 229.028C60.1111 228.729 60.5311 228.58 61.0538 228.58H61.7818V229.7H61.0678C60.6945 229.7 60.3818 229.77 60.1298 229.91C59.8871 230.041 59.7005 230.241 59.5698 230.512C59.4485 230.773 59.3878 231.109 59.3878 231.52V236H58.2118ZM67.1845 236V226.06H70.2645C71.7952 226.06 72.9712 226.494 73.7925 227.362C74.6232 228.221 75.0385 229.448 75.0385 231.044C75.0385 232.631 74.6325 233.853 73.8205 234.712C73.0085 235.571 71.8512 236 70.3485 236H67.1845ZM68.3885 234.824H70.2645C71.4312 234.824 72.3085 234.511 72.8965 233.886C73.4845 233.251 73.7785 232.304 73.7785 231.044C73.7785 229.765 73.4845 228.813 72.8965 228.188C72.3085 227.553 71.4312 227.236 70.2645 227.236H68.3885V234.824ZM79.8813 236.168C79.1999 236.168 78.6026 236.009 78.0893 235.692C77.5759 235.375 77.1793 234.927 76.8993 234.348C76.6193 233.76 76.4793 233.074 76.4793 232.29C76.4793 231.497 76.6193 230.811 76.8993 230.232C77.1793 229.653 77.5759 229.205 78.0893 228.888C78.6026 228.571 79.1999 228.412 79.8813 228.412C80.5626 228.412 81.1553 228.571 81.6593 228.888C82.1726 229.205 82.5693 229.653 82.8493 230.232C83.1293 230.811 83.2693 231.497 83.2693 232.29C83.2693 233.074 83.1293 233.76 82.8493 234.348C82.5693 234.927 82.1726 235.375 81.6593 235.692C81.1553 236.009 80.5626 236.168 79.8813 236.168ZM79.8813 235.048C80.5626 235.048 81.0899 234.805 81.4633 234.32C81.8459 233.825 82.0373 233.149 82.0373 232.29C82.0373 231.431 81.8459 230.759 81.4633 230.274C81.0899 229.779 80.5626 229.532 79.8813 229.532C79.1999 229.532 78.6679 229.779 78.2853 230.274C77.9026 230.759 77.7113 231.431 77.7113 232.29C77.7113 233.149 77.9026 233.825 78.2853 234.32C78.6679 234.805 79.1999 235.048 79.8813 235.048ZM87.77 236.168C87.0793 236.168 86.4773 236.009 85.964 235.692C85.46 235.375 85.068 234.927 84.788 234.348C84.508 233.76 84.368 233.074 84.368 232.29C84.368 231.506 84.508 230.825 84.788 230.246C85.068 229.667 85.46 229.219 85.964 228.902C86.4773 228.575 87.0793 228.412 87.77 228.412C88.3393 228.412 88.8433 228.515 89.282 228.72C89.73 228.916 90.094 229.205 90.374 229.588C90.654 229.971 90.836 230.437 90.92 230.988L89.688 231.072C89.604 230.577 89.3893 230.199 89.044 229.938C88.6986 229.667 88.274 229.532 87.77 229.532C87.0886 229.532 86.5566 229.779 86.174 230.274C85.7913 230.759 85.6 231.431 85.6 232.29C85.6 233.149 85.7913 233.825 86.174 234.32C86.5566 234.805 87.0886 235.048 87.77 235.048C88.274 235.048 88.6986 234.908 89.044 234.628C89.3893 234.348 89.604 233.928 89.688 233.368L90.92 233.452C90.836 234.003 90.654 234.483 90.374 234.894C90.094 235.295 89.73 235.608 89.282 235.832C88.8433 236.056 88.3393 236.168 87.77 236.168ZM94.8138 236.168C94.0765 236.168 93.4838 235.921 93.0358 235.426C92.5971 234.922 92.3778 234.231 92.3778 233.354V228.58H93.5538V233.032C93.5538 233.751 93.6798 234.283 93.9318 234.628C94.1931 234.964 94.5898 235.132 95.1218 235.132C95.7098 235.132 96.1718 234.945 96.5078 234.572C96.8438 234.189 97.0118 233.667 97.0118 233.004V228.58H98.1878V236H97.0678V234.166L97.2498 234.264C97.1005 234.871 96.8158 235.342 96.3958 235.678C95.9758 236.005 95.4485 236.168 94.8138 236.168ZM100.431 236V228.58H101.509L101.551 230.456L101.383 230.4C101.467 229.989 101.611 229.639 101.817 229.35C102.031 229.051 102.293 228.823 102.601 228.664C102.909 228.496 103.249 228.412 103.623 228.412C104.267 228.412 104.789 228.589 105.191 228.944C105.601 229.299 105.858 229.793 105.961 230.428L105.737 230.414C105.811 229.985 105.947 229.625 106.143 229.336C106.348 229.037 106.609 228.809 106.927 228.65C107.244 228.491 107.608 228.412 108.019 228.412C108.551 228.412 108.999 228.524 109.363 228.748C109.727 228.963 110.002 229.28 110.189 229.7C110.375 230.12 110.469 230.629 110.469 231.226V236H109.293V231.478C109.293 230.806 109.162 230.302 108.901 229.966C108.639 229.621 108.252 229.448 107.739 229.448C107.393 229.448 107.09 229.532 106.829 229.7C106.577 229.868 106.381 230.111 106.241 230.428C106.101 230.736 106.031 231.114 106.031 231.562V236H104.855V231.562C104.855 230.899 104.738 230.381 104.505 230.008C104.271 229.635 103.879 229.448 103.329 229.448C102.983 229.448 102.68 229.532 102.419 229.7C102.167 229.868 101.966 230.111 101.817 230.428C101.677 230.745 101.607 231.123 101.607 231.562V236H100.431ZM115.442 236.168C114.742 236.168 114.135 236.009 113.622 235.692C113.118 235.375 112.726 234.927 112.446 234.348C112.175 233.76 112.04 233.074 112.04 232.29C112.04 231.506 112.175 230.825 112.446 230.246C112.726 229.667 113.113 229.219 113.608 228.902C114.112 228.575 114.704 228.412 115.386 228.412C116.03 228.412 116.599 228.566 117.094 228.874C117.588 229.173 117.971 229.611 118.242 230.19C118.522 230.769 118.662 231.473 118.662 232.304V232.654H113.272C113.318 233.447 113.528 234.045 113.902 234.446C114.284 234.847 114.798 235.048 115.442 235.048C115.927 235.048 116.324 234.936 116.632 234.712C116.949 234.479 117.168 234.175 117.29 233.802L118.55 233.9C118.354 234.563 117.98 235.109 117.43 235.538C116.888 235.958 116.226 236.168 115.442 236.168ZM113.272 231.618H117.374C117.318 230.899 117.108 230.372 116.744 230.036C116.389 229.7 115.936 229.532 115.386 229.532C114.816 229.532 114.345 229.709 113.972 230.064C113.608 230.409 113.374 230.927 113.272 231.618ZM120.255 236V228.58H121.333L121.375 230.47L121.235 230.344C121.328 229.905 121.491 229.546 121.725 229.266C121.958 228.977 122.238 228.762 122.565 228.622C122.901 228.482 123.26 228.412 123.643 228.412C124.212 228.412 124.679 228.538 125.043 228.79C125.416 229.042 125.691 229.383 125.869 229.812C126.055 230.232 126.149 230.703 126.149 231.226V236H124.973V231.562C124.973 231.105 124.917 230.722 124.805 230.414C124.702 230.097 124.534 229.859 124.301 229.7C124.067 229.532 123.764 229.448 123.391 229.448C122.821 229.448 122.35 229.63 121.977 229.994C121.613 230.349 121.431 230.871 121.431 231.562V236H120.255ZM130.545 236C129.873 236 129.374 235.846 129.047 235.538C128.73 235.23 128.571 234.749 128.571 234.096V226.844H129.747V234.068C129.747 234.404 129.822 234.637 129.971 234.768C130.12 234.899 130.349 234.964 130.657 234.964H131.721V236H130.545ZM127.479 229.616V228.58H131.721V229.616H127.479ZM135.177 236.168C134.411 236.168 133.8 235.991 133.343 235.636C132.895 235.281 132.671 234.787 132.671 234.152C132.671 233.517 132.857 233.018 133.231 232.654C133.604 232.29 134.197 232.033 135.009 231.884L137.641 231.394C137.641 230.769 137.491 230.302 137.193 229.994C136.903 229.686 136.465 229.532 135.877 229.532C135.363 229.532 134.957 229.649 134.659 229.882C134.36 230.106 134.155 230.433 134.043 230.862L132.797 230.764C132.937 230.064 133.273 229.499 133.805 229.07C134.346 228.631 135.037 228.412 135.877 228.412C136.829 228.412 137.557 228.683 138.061 229.224C138.565 229.756 138.817 230.493 138.817 231.436V234.502C138.817 234.67 138.845 234.791 138.901 234.866C138.966 234.931 139.069 234.964 139.209 234.964H139.503V236C139.465 236.009 139.405 236.014 139.321 236.014C139.237 236.023 139.148 236.028 139.055 236.028C138.719 236.028 138.443 235.977 138.229 235.874C138.023 235.762 137.874 235.594 137.781 235.37C137.687 235.137 137.641 234.833 137.641 234.46L137.781 234.488C137.715 234.805 137.557 235.095 137.305 235.356C137.053 235.608 136.74 235.809 136.367 235.958C135.993 236.098 135.597 236.168 135.177 236.168ZM135.289 235.132C135.783 235.132 136.203 235.039 136.549 234.852C136.903 234.656 137.174 234.395 137.361 234.068C137.547 233.732 137.641 233.359 137.641 232.948V232.416L135.233 232.864C134.729 232.957 134.379 233.102 134.183 233.298C133.996 233.485 133.903 233.732 133.903 234.04C133.903 234.385 134.024 234.656 134.267 234.852C134.519 235.039 134.859 235.132 135.289 235.132ZM143.178 236C142.506 236 142.006 235.846 141.68 235.538C141.362 235.23 141.204 234.749 141.204 234.096V226.844H142.38V234.068C142.38 234.404 142.454 234.637 142.604 234.768C142.753 234.899 142.982 234.964 143.29 234.964H144.354V236H143.178ZM140.112 229.616V228.58H144.354V229.616H140.112ZM145.862 236V228.58H147.038V236H145.862ZM145.834 227.418V226.046H147.066V227.418H145.834ZM152.041 236.168C151.36 236.168 150.763 236.009 150.249 235.692C149.736 235.375 149.339 234.927 149.059 234.348C148.779 233.76 148.639 233.074 148.639 232.29C148.639 231.497 148.779 230.811 149.059 230.232C149.339 229.653 149.736 229.205 150.249 228.888C150.763 228.571 151.36 228.412 152.041 228.412C152.723 228.412 153.315 228.571 153.819 228.888C154.333 229.205 154.729 229.653 155.009 230.232C155.289 230.811 155.429 231.497 155.429 232.29C155.429 233.074 155.289 233.76 155.009 234.348C154.729 234.927 154.333 235.375 153.819 235.692C153.315 236.009 152.723 236.168 152.041 236.168ZM152.041 235.048C152.723 235.048 153.25 234.805 153.623 234.32C154.006 233.825 154.197 233.149 154.197 232.29C154.197 231.431 154.006 230.759 153.623 230.274C153.25 229.779 152.723 229.532 152.041 229.532C151.36 229.532 150.828 229.779 150.445 230.274C150.063 230.759 149.871 231.431 149.871 232.29C149.871 233.149 150.063 233.825 150.445 234.32C150.828 234.805 151.36 235.048 152.041 235.048ZM157.032 236V228.58H158.11L158.152 230.47L158.012 230.344C158.105 229.905 158.269 229.546 158.502 229.266C158.735 228.977 159.015 228.762 159.342 228.622C159.678 228.482 160.037 228.412 160.42 228.412C160.989 228.412 161.456 228.538 161.82 228.79C162.193 229.042 162.469 229.383 162.646 229.812C162.833 230.232 162.926 230.703 162.926 231.226V236H161.75V231.562C161.75 231.105 161.694 230.722 161.582 230.414C161.479 230.097 161.311 229.859 161.078 229.7C160.845 229.532 160.541 229.448 160.168 229.448C159.599 229.448 159.127 229.63 158.754 229.994C158.39 230.349 158.208 230.871 158.208 231.562V236H157.032ZM164.663 236V234.418H166.245V236H164.663Z" fill="#1F1D39"/>
|
|
29
|
-
<path d="M44.56 119V106.856L33.692 87.76H41.084L47.904 100.344L54.68 87.76H62.072L51.248 106.856V119H44.56ZM72.2601 119.528C69.8547 119.528 67.7574 119.029 65.9681 118.032C64.1787 117.005 62.7854 115.568 61.7881 113.72C60.7907 111.872 60.2921 109.701 60.2921 107.208C60.2921 104.715 60.7907 102.559 61.7881 100.74C62.7854 98.892 64.1787 97.4547 65.9681 96.428C67.7574 95.4013 69.8547 94.888 72.2601 94.888C74.6654 94.888 76.7627 95.4013 78.5521 96.428C80.3414 97.4547 81.7347 98.892 82.7321 100.74C83.7294 102.559 84.2281 104.715 84.2281 107.208C84.2281 109.701 83.7294 111.872 82.7321 113.72C81.7347 115.568 80.3414 117.005 78.5521 118.032C76.7627 119.029 74.6654 119.528 72.2601 119.528ZM72.2601 114.468C73.9027 114.468 75.1787 113.837 76.0881 112.576C76.9974 111.285 77.4521 109.496 77.4521 107.208C77.4521 104.92 76.9974 103.145 76.0881 101.884C75.1787 100.593 73.9027 99.948 72.2601 99.948C70.6174 99.948 69.3414 100.593 68.4321 101.884C67.5227 103.145 67.0681 104.92 67.0681 107.208C67.0681 109.496 67.5227 111.285 68.4321 112.576C69.3414 113.837 70.6174 114.468 72.2601 114.468ZM96.0816 119.528C93.6469 119.528 91.7403 118.751 90.3616 117.196C89.0123 115.612 88.3376 113.412 88.3376 110.596V95.416H94.9376V109.056C94.9376 110.875 95.2163 112.209 95.7736 113.06C96.3309 113.881 97.2109 114.292 98.4136 114.292C99.7629 114.292 100.804 113.837 101.538 112.928C102.3 111.989 102.682 110.596 102.682 108.748V95.416H109.282V119H103.254L103.078 112.224L103.914 112.4C103.562 114.747 102.726 116.521 101.406 117.724C100.086 118.927 98.3109 119.528 96.0816 119.528ZM115.064 119V95.416H121.312L121.532 102.28L121.048 102.148C121.429 99.772 122.104 98.056 123.072 97C124.04 95.944 125.375 95.416 127.076 95.416H129.232V100.872H127.076C125.844 100.872 124.832 101.033 124.04 101.356C123.248 101.679 122.647 102.192 122.236 102.896C121.855 103.6 121.664 104.553 121.664 105.756V119H115.064ZM144.119 119V87.76H151.511L163.919 109.32V87.76H170.607V119H163.127L150.807 98.188V119H144.119ZM186.942 119.528C184.536 119.528 182.439 119.029 180.65 118.032C178.89 117.005 177.511 115.568 176.514 113.72C175.546 111.872 175.062 109.701 175.062 107.208C175.062 104.715 175.546 102.559 176.514 100.74C177.511 98.892 178.89 97.4547 180.65 96.428C182.41 95.4013 184.492 94.888 186.898 94.888C189.244 94.888 191.283 95.4013 193.014 96.428C194.744 97.4547 196.079 98.9213 197.018 100.828C197.986 102.735 198.47 105.008 198.47 107.648V108.968H181.882C181.97 110.845 182.468 112.239 183.378 113.148C184.316 114.057 185.548 114.512 187.074 114.512C188.188 114.512 189.112 114.277 189.846 113.808C190.608 113.339 191.151 112.62 191.474 111.652L198.118 112.048C197.502 114.395 196.196 116.228 194.202 117.548C192.207 118.868 189.787 119.528 186.942 119.528ZM181.882 104.92H191.694C191.606 103.189 191.122 101.899 190.242 101.048C189.391 100.197 188.276 99.772 186.898 99.772C185.519 99.772 184.375 100.227 183.466 101.136C182.586 102.016 182.058 103.277 181.882 104.92ZM206.705 119L199.709 95.416H206.353L210.401 111.388L214.757 95.416H220.125L224.481 111.388L228.573 95.416H235.217L228.221 119H221.797L217.441 104.26L213.085 119H206.705Z" fill="#1F1D39"/>
|
|
30
|
-
<path d="M37.256 169V137.76H48.036C53.1107 137.76 57.012 139.124 59.74 141.852C62.468 144.551 63.832 148.408 63.832 153.424C63.832 158.411 62.4827 162.253 59.784 164.952C57.1147 167.651 53.2867 169 48.3 169H37.256ZM43.944 163.368H48.036C51.0573 163.368 53.2867 162.561 54.724 160.948C56.1907 159.305 56.924 156.783 56.924 153.38C56.924 149.977 56.1907 147.469 54.724 145.856C53.2867 144.213 51.0573 143.392 48.036 143.392H43.944V163.368ZM79.4768 169.528C77.0714 169.528 74.9741 169.029 73.1848 168.032C71.4248 167.005 70.0461 165.568 69.0488 163.72C68.0808 161.872 67.5968 159.701 67.5968 157.208C67.5968 154.715 68.0808 152.559 69.0488 150.74C70.0461 148.892 71.4248 147.455 73.1848 146.428C74.9448 145.401 77.0274 144.888 79.4328 144.888C81.7794 144.888 83.8181 145.401 85.5488 146.428C87.2794 147.455 88.6141 148.921 89.5528 150.828C90.5208 152.735 91.0048 155.008 91.0048 157.648V158.968H74.4168C74.5048 160.845 75.0034 162.239 75.9128 163.148C76.8514 164.057 78.0834 164.512 79.6088 164.512C80.7234 164.512 81.6474 164.277 82.3808 163.808C83.1434 163.339 83.6861 162.62 84.0088 161.652L90.6528 162.048C90.0368 164.395 88.7314 166.228 86.7368 167.548C84.7421 168.868 82.3221 169.528 79.4768 169.528ZM74.4168 154.92H84.2288C84.1408 153.189 83.6568 151.899 82.7768 151.048C81.9261 150.197 80.8114 149.772 79.4328 149.772C78.0541 149.772 76.9101 150.227 76.0008 151.136C75.1208 152.016 74.5928 153.277 74.4168 154.92ZM100.868 169L92.2443 145.416H99.1523L104.74 162.356L110.284 145.416H117.192L108.524 169H100.868ZM131.401 169V137.76H143.897C147.651 137.76 150.585 138.669 152.697 140.488C154.838 142.307 155.909 144.8 155.909 147.968C155.909 150.051 155.425 151.869 154.457 153.424C153.518 154.949 152.139 156.137 150.321 156.988C148.531 157.809 146.39 158.22 143.897 158.22H138.089V169H131.401ZM138.089 152.588H143.501C145.261 152.588 146.625 152.207 147.593 151.444C148.561 150.652 149.045 149.493 149.045 147.968C149.045 146.472 148.561 145.343 147.593 144.58C146.654 143.788 145.29 143.392 143.501 143.392H138.089V152.588ZM170.057 169.528C167.652 169.528 165.554 169.029 163.765 168.032C161.976 167.005 160.582 165.568 159.585 163.72C158.588 161.872 158.089 159.701 158.089 157.208C158.089 154.715 158.588 152.559 159.585 150.74C160.582 148.892 161.976 147.455 163.765 146.428C165.554 145.401 167.652 144.888 170.057 144.888C172.462 144.888 174.56 145.401 176.349 146.428C178.138 147.455 179.532 148.892 180.529 150.74C181.526 152.559 182.025 154.715 182.025 157.208C182.025 159.701 181.526 161.872 180.529 163.72C179.532 165.568 178.138 167.005 176.349 168.032C174.56 169.029 172.462 169.528 170.057 169.528ZM170.057 164.468C171.7 164.468 172.976 163.837 173.885 162.576C174.794 161.285 175.249 159.496 175.249 157.208C175.249 154.92 174.794 153.145 173.885 151.884C172.976 150.593 171.7 149.948 170.057 149.948C168.414 149.948 167.138 150.593 166.229 151.884C165.32 153.145 164.865 154.92 164.865 157.208C164.865 159.496 165.32 161.285 166.229 162.576C167.138 163.837 168.414 164.468 170.057 164.468ZM186.134 169V145.416H192.382L192.602 152.28L192.118 152.148C192.5 149.772 193.174 148.056 194.142 147C195.11 145.944 196.445 145.416 198.146 145.416H200.302V150.872H198.146C196.914 150.872 195.902 151.033 195.11 151.356C194.318 151.679 193.717 152.192 193.306 152.896C192.925 153.6 192.734 154.553 192.734 155.756V169H186.134ZM213.176 169C210.741 169 208.952 168.443 207.808 167.328C206.664 166.184 206.092 164.38 206.092 161.916V139.872H212.692V161.124C212.692 162.268 212.927 163.045 213.396 163.456C213.895 163.867 214.628 164.072 215.596 164.072H218.896V169H213.176ZM202.308 150.344V145.416H218.896V150.344H202.308ZM229.654 169.528C227.219 169.528 225.225 168.971 223.67 167.856C222.145 166.712 221.382 165.128 221.382 163.104C221.382 161.021 222.027 159.423 223.318 158.308C224.638 157.164 226.574 156.328 229.126 155.8L236.738 154.304C236.738 152.779 236.386 151.635 235.682 150.872C235.007 150.08 234.025 149.684 232.734 149.684C231.473 149.684 230.49 149.977 229.786 150.564C229.082 151.121 228.627 151.957 228.422 153.072L221.778 152.764C222.218 150.183 223.377 148.232 225.254 146.912C227.161 145.563 229.654 144.888 232.734 144.888C236.254 144.888 238.894 145.724 240.654 147.396C242.443 149.068 243.338 151.517 243.338 154.744V162.796C243.338 163.471 243.441 163.925 243.646 164.16C243.881 164.365 244.218 164.468 244.658 164.468H245.318V169C245.113 169.059 244.775 169.117 244.306 169.176C243.866 169.235 243.426 169.264 242.986 169.264C242.047 169.264 241.167 169.103 240.346 168.78C239.554 168.457 238.909 167.915 238.41 167.152C237.911 166.36 237.662 165.245 237.662 163.808L238.234 164.248C237.941 165.304 237.413 166.228 236.65 167.02C235.917 167.812 234.949 168.428 233.746 168.868C232.573 169.308 231.209 169.528 229.654 169.528ZM231.238 164.996C232.323 164.996 233.277 164.791 234.098 164.38C234.919 163.94 235.565 163.309 236.034 162.488C236.503 161.667 236.738 160.699 236.738 159.584V158.44L231.37 159.584C230.314 159.789 229.507 160.141 228.95 160.64C228.422 161.109 228.158 161.725 228.158 162.488C228.158 163.28 228.422 163.896 228.95 164.336C229.478 164.776 230.241 164.996 231.238 164.996ZM254.513 169C252.577 169 251.067 168.516 249.981 167.548C248.896 166.58 248.353 165.011 248.353 162.84V137.76H254.953V162.136C254.953 162.84 255.115 163.339 255.437 163.632C255.76 163.925 256.229 164.072 256.845 164.072H258.429V169H254.513Z" fill="black"/>
|
|
31
|
-
<path d="M37.256 169V137.76H48.036C53.1107 137.76 57.012 139.124 59.74 141.852C62.468 144.551 63.832 148.408 63.832 153.424C63.832 158.411 62.4827 162.253 59.784 164.952C57.1147 167.651 53.2867 169 48.3 169H37.256ZM43.944 163.368H48.036C51.0573 163.368 53.2867 162.561 54.724 160.948C56.1907 159.305 56.924 156.783 56.924 153.38C56.924 149.977 56.1907 147.469 54.724 145.856C53.2867 144.213 51.0573 143.392 48.036 143.392H43.944V163.368ZM79.4768 169.528C77.0714 169.528 74.9741 169.029 73.1848 168.032C71.4248 167.005 70.0461 165.568 69.0488 163.72C68.0808 161.872 67.5968 159.701 67.5968 157.208C67.5968 154.715 68.0808 152.559 69.0488 150.74C70.0461 148.892 71.4248 147.455 73.1848 146.428C74.9448 145.401 77.0274 144.888 79.4328 144.888C81.7794 144.888 83.8181 145.401 85.5488 146.428C87.2794 147.455 88.6141 148.921 89.5528 150.828C90.5208 152.735 91.0048 155.008 91.0048 157.648V158.968H74.4168C74.5048 160.845 75.0034 162.239 75.9128 163.148C76.8514 164.057 78.0834 164.512 79.6088 164.512C80.7234 164.512 81.6474 164.277 82.3808 163.808C83.1434 163.339 83.6861 162.62 84.0088 161.652L90.6528 162.048C90.0368 164.395 88.7314 166.228 86.7368 167.548C84.7421 168.868 82.3221 169.528 79.4768 169.528ZM74.4168 154.92H84.2288C84.1408 153.189 83.6568 151.899 82.7768 151.048C81.9261 150.197 80.8114 149.772 79.4328 149.772C78.0541 149.772 76.9101 150.227 76.0008 151.136C75.1208 152.016 74.5928 153.277 74.4168 154.92ZM100.868 169L92.2443 145.416H99.1523L104.74 162.356L110.284 145.416H117.192L108.524 169H100.868ZM131.401 169V137.76H143.897C147.651 137.76 150.585 138.669 152.697 140.488C154.838 142.307 155.909 144.8 155.909 147.968C155.909 150.051 155.425 151.869 154.457 153.424C153.518 154.949 152.139 156.137 150.321 156.988C148.531 157.809 146.39 158.22 143.897 158.22H138.089V169H131.401ZM138.089 152.588H143.501C145.261 152.588 146.625 152.207 147.593 151.444C148.561 150.652 149.045 149.493 149.045 147.968C149.045 146.472 148.561 145.343 147.593 144.58C146.654 143.788 145.29 143.392 143.501 143.392H138.089V152.588ZM170.057 169.528C167.652 169.528 165.554 169.029 163.765 168.032C161.976 167.005 160.582 165.568 159.585 163.72C158.588 161.872 158.089 159.701 158.089 157.208C158.089 154.715 158.588 152.559 159.585 150.74C160.582 148.892 161.976 147.455 163.765 146.428C165.554 145.401 167.652 144.888 170.057 144.888C172.462 144.888 174.56 145.401 176.349 146.428C178.138 147.455 179.532 148.892 180.529 150.74C181.526 152.559 182.025 154.715 182.025 157.208C182.025 159.701 181.526 161.872 180.529 163.72C179.532 165.568 178.138 167.005 176.349 168.032C174.56 169.029 172.462 169.528 170.057 169.528ZM170.057 164.468C171.7 164.468 172.976 163.837 173.885 162.576C174.794 161.285 175.249 159.496 175.249 157.208C175.249 154.92 174.794 153.145 173.885 151.884C172.976 150.593 171.7 149.948 170.057 149.948C168.414 149.948 167.138 150.593 166.229 151.884C165.32 153.145 164.865 154.92 164.865 157.208C164.865 159.496 165.32 161.285 166.229 162.576C167.138 163.837 168.414 164.468 170.057 164.468ZM186.134 169V145.416H192.382L192.602 152.28L192.118 152.148C192.5 149.772 193.174 148.056 194.142 147C195.11 145.944 196.445 145.416 198.146 145.416H200.302V150.872H198.146C196.914 150.872 195.902 151.033 195.11 151.356C194.318 151.679 193.717 152.192 193.306 152.896C192.925 153.6 192.734 154.553 192.734 155.756V169H186.134ZM213.176 169C210.741 169 208.952 168.443 207.808 167.328C206.664 166.184 206.092 164.38 206.092 161.916V139.872H212.692V161.124C212.692 162.268 212.927 163.045 213.396 163.456C213.895 163.867 214.628 164.072 215.596 164.072H218.896V169H213.176ZM202.308 150.344V145.416H218.896V150.344H202.308ZM229.654 169.528C227.219 169.528 225.225 168.971 223.67 167.856C222.145 166.712 221.382 165.128 221.382 163.104C221.382 161.021 222.027 159.423 223.318 158.308C224.638 157.164 226.574 156.328 229.126 155.8L236.738 154.304C236.738 152.779 236.386 151.635 235.682 150.872C235.007 150.08 234.025 149.684 232.734 149.684C231.473 149.684 230.49 149.977 229.786 150.564C229.082 151.121 228.627 151.957 228.422 153.072L221.778 152.764C222.218 150.183 223.377 148.232 225.254 146.912C227.161 145.563 229.654 144.888 232.734 144.888C236.254 144.888 238.894 145.724 240.654 147.396C242.443 149.068 243.338 151.517 243.338 154.744V162.796C243.338 163.471 243.441 163.925 243.646 164.16C243.881 164.365 244.218 164.468 244.658 164.468H245.318V169C245.113 169.059 244.775 169.117 244.306 169.176C243.866 169.235 243.426 169.264 242.986 169.264C242.047 169.264 241.167 169.103 240.346 168.78C239.554 168.457 238.909 167.915 238.41 167.152C237.911 166.36 237.662 165.245 237.662 163.808L238.234 164.248C237.941 165.304 237.413 166.228 236.65 167.02C235.917 167.812 234.949 168.428 233.746 168.868C232.573 169.308 231.209 169.528 229.654 169.528ZM231.238 164.996C232.323 164.996 233.277 164.791 234.098 164.38C234.919 163.94 235.565 163.309 236.034 162.488C236.503 161.667 236.738 160.699 236.738 159.584V158.44L231.37 159.584C230.314 159.789 229.507 160.141 228.95 160.64C228.422 161.109 228.158 161.725 228.158 162.488C228.158 163.28 228.422 163.896 228.95 164.336C229.478 164.776 230.241 164.996 231.238 164.996ZM254.513 169C252.577 169 251.067 168.516 249.981 167.548C248.896 166.58 248.353 165.011 248.353 162.84V137.76H254.953V162.136C254.953 162.84 255.115 163.339 255.437 163.632C255.76 163.925 256.229 164.072 256.845 164.072H258.429V169H254.513Z" fill="url(#paint8_linear_162_213)"/>
|
|
32
|
-
<g clip-path="url(#clip2_162_213)">
|
|
33
|
-
<mask id="mask0_162_213" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="34" y="34" width="27" height="27">
|
|
34
|
-
<path d="M61 34H34V61H61V34Z" fill="white"/>
|
|
35
|
-
</mask>
|
|
36
|
-
<g mask="url(#mask0_162_213)">
|
|
37
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M34 47.5L34 34H47.5H61V47.5C53.5453 47.5 47.5018 41.4576 47.5 34.0032C47.4982 41.4576 41.4548 47.5 34 47.5ZM47.5 61C47.5 53.5441 53.5442 47.5 61 47.5V61H47.5ZM47.5 61C47.5 53.5441 41.4558 47.5 34 47.5V61H47.5Z" fill="#1F1D39"/>
|
|
38
|
-
</g>
|
|
39
|
-
</g>
|
|
40
|
-
</g>
|
|
41
|
-
<rect x="0.5" y="0.5" width="756" height="269" rx="7.5" stroke="#E4E4E4"/>
|
|
42
|
-
<defs>
|
|
43
|
-
<filter id="filter0_f_162_213" x="236.606" y="-170.394" width="1018.12" height="1018.12" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
44
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
45
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
46
|
-
<feGaussianBlur stdDeviation="129.697" result="effect1_foregroundBlur_162_213"/>
|
|
47
|
-
</filter>
|
|
48
|
-
<filter id="filter1_f_162_213" x="321.855" y="-46.3146" width="616.794" height="616.794" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
49
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
50
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
51
|
-
<feGaussianBlur stdDeviation="78.5725" result="effect1_foregroundBlur_162_213"/>
|
|
52
|
-
</filter>
|
|
53
|
-
<linearGradient id="paint0_linear_162_213" x1="669.949" y1="135.192" x2="1039" y2="135.192" gradientUnits="userSpaceOnUse">
|
|
54
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
55
|
-
<stop offset="1" stop-color="white"/>
|
|
56
|
-
</linearGradient>
|
|
57
|
-
<linearGradient id="paint1_linear_162_213" x1="584.381" y1="139.011" x2="807.958" y2="139.011" gradientUnits="userSpaceOnUse">
|
|
58
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
59
|
-
<stop offset="1" stop-color="white"/>
|
|
60
|
-
</linearGradient>
|
|
61
|
-
<linearGradient id="paint2_linear_162_213" x1="793.418" y1="144.194" x2="793.418" y2="67.9361" gradientUnits="userSpaceOnUse">
|
|
62
|
-
<stop stop-color="white"/>
|
|
63
|
-
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
64
|
-
</linearGradient>
|
|
65
|
-
<linearGradient id="paint3_linear_162_213" x1="672.431" y1="179.92" x2="672.431" y2="240.177" gradientUnits="userSpaceOnUse">
|
|
66
|
-
<stop stop-color="white"/>
|
|
67
|
-
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
68
|
-
</linearGradient>
|
|
69
|
-
<linearGradient id="paint4_linear_162_213" x1="647.114" y1="236.84" x2="572.296" y2="236.84" gradientUnits="userSpaceOnUse">
|
|
70
|
-
<stop stop-color="white"/>
|
|
71
|
-
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
72
|
-
</linearGradient>
|
|
73
|
-
<linearGradient id="paint5_linear_162_213" x1="676.383" y1="71.6108" x2="676.383" y2="138.511" gradientUnits="userSpaceOnUse">
|
|
74
|
-
<stop stop-color="white" stop-opacity="0"/>
|
|
75
|
-
<stop offset="1" stop-color="white"/>
|
|
76
|
-
</linearGradient>
|
|
77
|
-
<linearGradient id="paint6_linear_162_213" x1="462.278" y1="22.7269" x2="829.848" y2="22.7269" gradientUnits="userSpaceOnUse">
|
|
78
|
-
<stop stop-color="white"/>
|
|
79
|
-
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
80
|
-
</linearGradient>
|
|
81
|
-
<linearGradient id="paint7_linear_162_213" x1="511" y1="22.8953" x2="845" y2="22.8953" gradientUnits="userSpaceOnUse">
|
|
82
|
-
<stop stop-color="white"/>
|
|
83
|
-
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
84
|
-
</linearGradient>
|
|
85
|
-
<linearGradient id="paint8_linear_162_213" x1="34" y1="128" x2="416" y2="128" gradientUnits="userSpaceOnUse">
|
|
86
|
-
<stop stop-color="#8D83FF"/>
|
|
87
|
-
<stop offset="0.5" stop-color="#FF02BD"/>
|
|
88
|
-
<stop offset="1" stop-color="#8D83FF"/>
|
|
89
|
-
</linearGradient>
|
|
90
|
-
<clipPath id="clip0_162_213">
|
|
91
|
-
<rect width="757" height="270" rx="8" fill="white"/>
|
|
92
|
-
</clipPath>
|
|
93
|
-
<clipPath id="clip1_162_213">
|
|
94
|
-
<path d="M511 0.00012207V45.7904H845V0.00012207H511Z" fill="white"/>
|
|
95
|
-
</clipPath>
|
|
96
|
-
<clipPath id="clip2_162_213">
|
|
97
|
-
<rect width="27" height="27" fill="white" transform="translate(34 34)"/>
|
|
98
|
-
</clipPath>
|
|
99
|
-
</defs>
|
|
100
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"target": "ES2022",
|
|
4
|
-
"lib": ["ESNext", "DOM", "DOM.Iterable", "WebWorker"],
|
|
5
|
-
"module": "ESNext",
|
|
6
|
-
"moduleResolution": "Bundler",
|
|
7
|
-
"useDefineForClassFields": true,
|
|
8
|
-
"skipLibCheck": true,
|
|
9
|
-
"skipDefaultLibCheck": true,
|
|
10
|
-
"resolveJsonModule": true,
|
|
11
|
-
"isolatedModules": true,
|
|
12
|
-
"useUnknownInCatchVariables": false,
|
|
13
|
-
"jsx": "react-jsx"
|
|
14
|
-
},
|
|
15
|
-
"include": ["src", "zudoku.config.tsx"]
|
|
16
|
-
}
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import type { ZudokuConfig } from "zudoku";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Developer Portal Configuration
|
|
5
|
-
* For more information, see:
|
|
6
|
-
* https://zuplo.com/docs/dev-portal/zudoku/configuration/overview
|
|
7
|
-
*/
|
|
8
|
-
const config: ZudokuConfig = {
|
|
9
|
-
site: {
|
|
10
|
-
title: "My Developer Portal",
|
|
11
|
-
logo: {
|
|
12
|
-
src: {
|
|
13
|
-
light: "https://cdn.zuplo.com/assets/my-dev-portal-light.svg",
|
|
14
|
-
dark: "https://cdn.zuplo.com/assets/my-dev-portal-dark.svg",
|
|
15
|
-
},
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
navigation: [
|
|
19
|
-
{
|
|
20
|
-
type: "category",
|
|
21
|
-
label: "Documentation",
|
|
22
|
-
items: [
|
|
23
|
-
{
|
|
24
|
-
type: "category",
|
|
25
|
-
label: "Getting Started",
|
|
26
|
-
icon: "sparkles",
|
|
27
|
-
items: [
|
|
28
|
-
{
|
|
29
|
-
type: "doc",
|
|
30
|
-
file: "introduction",
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
type: "doc",
|
|
34
|
-
file: "markdown",
|
|
35
|
-
},
|
|
36
|
-
],
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
type: "category",
|
|
40
|
-
label: "Useful Links",
|
|
41
|
-
collapsible: false,
|
|
42
|
-
icon: "link",
|
|
43
|
-
items: [
|
|
44
|
-
{
|
|
45
|
-
type: "link",
|
|
46
|
-
label: "Zuplo Docs",
|
|
47
|
-
to: "https://zuplo.com/docs/dev-portal/introduction",
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
type: "link",
|
|
51
|
-
label: "Developer Portal Docs",
|
|
52
|
-
to: "https://zuplo.com/docs/dev-portal/introduction",
|
|
53
|
-
},
|
|
54
|
-
],
|
|
55
|
-
},
|
|
56
|
-
],
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
type: "link",
|
|
60
|
-
to: "/api",
|
|
61
|
-
label: "API Reference",
|
|
62
|
-
},
|
|
63
|
-
],
|
|
64
|
-
redirects: [{ from: "/", to: "/api" }],
|
|
65
|
-
apis: [
|
|
66
|
-
{
|
|
67
|
-
type: "file",
|
|
68
|
-
input: "../config/routes.oas.json",
|
|
69
|
-
path: "api",
|
|
70
|
-
},
|
|
71
|
-
],
|
|
72
|
-
authentication: {
|
|
73
|
-
// IMPORTANT: This is a demo Auth0 configuration.
|
|
74
|
-
// In a real application, you should replace these values with your own
|
|
75
|
-
// identity provider's configuration.
|
|
76
|
-
// This configuration WILL NOT WORK with custom domains.
|
|
77
|
-
// For more information, see:
|
|
78
|
-
// https://zuplo.com/docs/dev-portal/zudoku/configuration/authentication
|
|
79
|
-
type: "auth0",
|
|
80
|
-
domain: "auth.zuplo.site",
|
|
81
|
-
clientId: "f8I87rdsCRo4nU2FHf0fHVwA9P7xi7Ml",
|
|
82
|
-
audience: "https://api.example.com/",
|
|
83
|
-
},
|
|
84
|
-
apiKeys: {
|
|
85
|
-
enabled: true,
|
|
86
|
-
},
|
|
87
|
-
};
|
|
88
|
-
|
|
89
|
-
export default config;
|
|
File without changes
|
|
File without changes
|