You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/10 20:32:26 UTC

[GitHub] pritidesai closed pull request #297: Update home page illustrations based upon feedback

pritidesai closed pull request #297: Update home page illustrations based upon feedback
URL: https://github.com/apache/incubator-openwhisk-website/pull/297
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/_layouts/home.html b/_layouts/home.html
index 2850beb..6eba522 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -66,7 +66,7 @@ <h4>Write functions in any language</h4>
 
     <main>
         <div class="image-wrapper">
-            <img src="{{ site.github.url }}/images/elements/illustration-integrators.png" alt="Apache OpenWhisk benefits for package creators"/>
+            <img src="{{ site.github.url }}/images/elements/illustration-integrators.png" alt="OpenWhisk's out-of-box packages easily integrate with our own services"/>
         </div>
         <div class="content">
             <h4>Integrate easily with many popular services</h4>
@@ -100,7 +100,7 @@ <h4>Combine your functions into rich compositions</h4>
             </p>
         </div>
         <div class="image-wrapper">
-            <img src="{{ site.github.url }}/images/elements/illustration-developers-flexible.png" alt="Apache OpenWhisk is integrates with many popular languages and apps"/>
+            <img src="{{ site.github.url }}/images/runtimes/OW-Runtime-Compositions.png" alt="OpenWhiks allows you to create compositions from Actions in any supported language."/>
         </div>
     </main>
 
diff --git a/css/highlite-syntax-colors.css b/css/highlite-syntax-colors.css
deleted file mode 100644
index beb6212..0000000
--- a/css/highlite-syntax-colors.css
+++ /dev/null
@@ -1,69 +0,0 @@
-.highlight .hll { background-color: inherit }
-.highlight  { background: inherit; }
-.highlight .c { color: #888888 } /* Comment */
-.highlight .err { color: #FF0000; background-color: inherit } /* Error */
-.highlight .k { color: #008800; font-weight: bold } /* Keyword */
-.highlight .o { color: #333333 } /* Operator */
-.highlight .ch { color: #888888 } /* Comment.Hashbang */
-.highlight .cm { color: #888888 } /* Comment.Multiline */
-.highlight .cp { color: #557799 } /* Comment.Preproc */
-.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
-.highlight .c1 { color: #888888 } /* Comment.Single */
-.highlight .cs { color: #cc0000; font-weight: bold } /* Comment.Special */
-.highlight .gd { color: #A00000 } /* Generic.Deleted */
-.highlight .ge { font-style: italic } /* Generic.Emph */
-.highlight .gr { color: #FF0000 } /* Generic.Error */
-.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
-.highlight .gi { color: #00A000 } /* Generic.Inserted */
-.highlight .go { color: #888888 } /* Generic.Output */
-.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
-.highlight .gs { font-weight: bold } /* Generic.Strong */
-.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
-.highlight .gt { color: #0044DD } /* Generic.Traceback */
-.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
-.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
-.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
-.highlight .kp { color: #003388; font-weight: bold } /* Keyword.Pseudo */
-.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
-.highlight .kt { color: #333399; font-weight: bold } /* Keyword.Type */
-.highlight .m { color: #6600EE; font-weight: bold } /* Literal.Number */
-.highlight .s { background-color: inherit } /* Literal.String */
-.highlight .na { color: #0000CC } /* Name.Attribute */
-.highlight .nb { color: #007020 } /* Name.Builtin */
-.highlight .nc { color: #BB0066; font-weight: bold } /* Name.Class */
-.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
-.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
-.highlight .ni { color: #880000; font-weight: bold } /* Name.Entity */
-.highlight .ne { color: #FF0000; font-weight: bold } /* Name.Exception */
-.highlight .nf { color: #0066BB; font-weight: bold } /* Name.Function */
-.highlight .nl { color: #997700; font-weight: bold } /* Name.Label */
-.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
-.highlight .nt { color: #007700 } /* Name.Tag */
-.highlight .nv { color: #996633 } /* Name.Variable */
-.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
-.highlight .w { color: #bbbbbb } /* Text.Whitespace */
-.highlight .mb { color: #6600EE; font-weight: bold } /* Literal.Number.Bin */
-.highlight .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */
-.highlight .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */
-.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
-.highlight .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */
-.highlight .sa { background-color: inherit } /* Literal.String.Affix */
-.highlight .sb { background-color: inherit } /* Literal.String.Backtick */
-.highlight .sc { color: #0044DD } /* Literal.String.Char */
-.highlight .dl { background-color: inherit } /* Literal.String.Delimiter */
-.highlight .sd { color: #DD4422 } /* Literal.String.Doc */
-.highlight .s2 { background-color: inherit } /* Literal.String.Double */
-.highlight .se { color: #666666; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */
-.highlight .sh { background-color: inherit } /* Literal.String.Heredoc */
-.highlight .si { background-color: inherit } /* Literal.String.Interpol */
-.highlight .sx { color: #DD2200; background-color: inherit } /* Literal.String.Other */
-.highlight .sr { color: #000000; background-color: inherit } /* Literal.String.Regex */
-.highlight .s1 { background-color: inherit } /* Literal.String.Single */
-.highlight .ss { color: #AA6600 } /* Literal.String.Symbol */
-.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
-.highlight .fm { color: #0066BB; font-weight: bold } /* Name.Function.Magic */
-.highlight .vc { color: #336699 } /* Name.Variable.Class */
-.highlight .vg { color: #dd7700; font-weight: bold } /* Name.Variable.Global */
-.highlight .vi { color: #3333BB } /* Name.Variable.Instance */
-.highlight .vm { color: #996633 } /* Name.Variable.Magic */
-.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
diff --git a/images/elements/OW-Abstract Architecture Diagram.png b/images/elements/OW-Abstract Architecture Diagram.png
index 8007c7f..2b61f9c 100644
Binary files a/images/elements/OW-Abstract Architecture Diagram.png and b/images/elements/OW-Abstract Architecture Diagram.png differ
diff --git a/images/elements/OW-Abstract Architecture Diagram.pptx b/images/elements/OW-Abstract Architecture Diagram.pptx
index beb7916..112b434 100644
Binary files a/images/elements/OW-Abstract Architecture Diagram.pptx and b/images/elements/OW-Abstract Architecture Diagram.pptx differ
diff --git a/images/elements/illustration-developers-flexible.png b/images/elements/illustration-developers-flexible.png
deleted file mode 100644
index 189e5ab..0000000
Binary files a/images/elements/illustration-developers-flexible.png and /dev/null differ
diff --git a/images/elements/illustration-developers-flexible.svg b/images/elements/illustration-developers-flexible.svg
deleted file mode 100644
index 9314ef9..0000000
--- a/images/elements/illustration-developers-flexible.svg
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="448px" height="389px" viewBox="0 0 448 389" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
-    <title>illustration-developers-flexible</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Developers" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.900000036">
-        <g id="Developer" transform="translate(-726.000000, -916.000000)">
-            <g id="illustration-developers-flexible" transform="translate(726.000000, 916.000000)">
-                <path d="M21.4414062,288.808594 L93.7592077,288.808594" id="Path-2" stroke="#CCD5DF" stroke-width="12" stroke-linecap="round"></path>
-                <g id="Group-6" transform="translate(0.000000, 39.000000)">
-                    <path d="M109.841099,146.158901 L182.158901,146.158901" id="Path-2-Copy" stroke="#CCD5DF" stroke-width="12" stroke-linecap="round" transform="translate(146.000000, 146.158901) rotate(-90.000000) translate(-146.000000, -146.158901) "></path>
-                    <path d="M240.841099,146.158901 L313.158901,146.158901" id="Path-2-Copy-2" stroke="#CCD5DF" stroke-width="12" stroke-linecap="round" transform="translate(277.000000, 146.158901) rotate(-90.000000) translate(-277.000000, -146.158901) "></path>
-                    <path d="M347.027344,195.027344 L347.027344,66.2049678 C347.027344,49.2266334 360.790048,35.4778354 377.775543,35.4961771 L408.523742,35.5293802" id="Path-7" stroke="#CCD5DF" stroke-width="12" stroke-linecap="round"></path>
-                    <polygon id="Triangle-Copy" fill="#D3DBE3" transform="translate(395.675007, 36.130213) scale(1, -1) translate(-395.675007, -36.130213) " points="415.350013 -4.26325641e-14 415.350013 72.2604254 376 36.1302127"></polygon>
-                    <ellipse id="Oval-5-Copy-17" fill="#CCD5DF" cx="19.5984597" cy="250.62908" rx="19.5" ry="19.5224486"></ellipse>
-                </g>
-                <g id="Group-20-Copy-5" transform="translate(46.000000, 188.000000)">
-                    <path d="M176.762434,88.3510773 L201.292694,66.9434232 L180.4589,32.8189836 L151.207412,42.3497259 C144.152327,36.22947 136.03813,31.4436866 127.262731,28.2270646 L120.775617,-5.68434189e-14 L80.5170777,-5.68434189e-14 L74.0299631,28.2270646 C65.2551156,31.4490305 57.1413215,36.2376697 50.0852822,42.358855 L20.8337938,32.8189836 L-1.42108547e-14,66.9434232 L24.52111,88.3602064 C23.8989326,92.2948328 23.4871975,96.3024917 23.4871975,100.419699 C23.4871975,104.536907 23.8989326,108.544566 24.52111,112.479192 L-1.42108547e-14,133.895975 L20.8429435,168.020415 L50.0852822,158.489673 C57.1414214,164.61321 65.2592463,169.399305 74.0391128,172.612334 L80.5170777,200.839399 L120.775617,200.839399 L127.253581,172.612334 C136.030655,169.399236 144.145464,164.613092 151.198262,158.489673 L180.440601,168.020415 L201.292694,133.895975 L176.762434,112.488321 C177.393762,108.544566 177.805497,104.536907 177.805497,100.419699 C177.805497,96.3024917 177.393762,92.2948328 176.762434,88.3510773 Z" id="Combined-Shape" fill="#5BB9FF"></path>
-                    <path d="M100.753645,150.879997 C73.0701292,150.166762 51,127.570381 51,99.9399986 C51,72.3096166 73.0701292,49.7132351 100.753645,49 C128.437161,49.7132351 150.507291,72.3096166 150.507291,99.9399986 C150.507291,127.570381 128.437161,150.166762 100.753645,150.879997 L100.753645,150.879997 Z" id="Path" fill="#FFFFFF"></path>
-                </g>
-                <g id="Group-20-Copy-9" transform="translate(246.000000, 149.000000)">
-                    <path d="M176.762434,88.3510773 L201.292694,66.9434232 L180.4589,32.8189836 L151.207412,42.3497259 C144.152327,36.22947 136.03813,31.4436866 127.262731,28.2270646 L120.775617,3.97903932e-13 L80.5170777,3.97903932e-13 L74.0299631,28.2270646 C65.2551156,31.4490305 57.1413215,36.2376697 50.0852822,42.358855 L20.8337938,32.8189836 L-1.42108547e-14,66.9434232 L24.52111,88.3602064 C23.8989326,92.2948328 23.4871975,96.3024917 23.4871975,100.419699 C23.4871975,104.536907 23.8989326,108.544566 24.52111,112.479192 L-1.42108547e-14,133.895975 L20.8429435,168.020415 L50.0852822,158.489673 C57.1414214,164.61321 65.2592463,169.399305 74.0391128,172.612334 L80.5170777,200.839399 L120.775617,200.839399 L127.253581,172.612334 C136.030655,169.399236 144.145464,164.613092 151.198262,158.489673 L180.440601,168.020415 L201.292694,133.895975 L176.762434,112.488321 C177.393762,108.544566 177.805497,104.536907 177.805497,100.419699 C177.805497,96.3024917 177.393762,92.2948328 176.762434,88.3510773 Z" id="Combined-Shape" fill="#FFBF1F"></path>
-                    <path d="M100.755001,149.88039 C73.0707306,149.167152 51,126.570683 51,98.9401949 C51,71.3097064 73.0707306,48.7132378 100.755001,48 C128.439272,48.7132378 150.510002,71.3097064 150.510002,98.9401949 C150.510002,126.570683 128.439272,149.167152 100.755001,149.88039 L100.755001,149.88039 Z" id="Path" fill="#FFFFFF"></path>
-                </g>
-                <g id="Group-20-Copy-10" transform="translate(111.000000, 0.000000)">
-                    <path d="M176.762434,88.3510773 L201.292694,66.9434232 L180.4589,32.8189836 L151.207412,42.3497259 C144.152327,36.22947 136.03813,31.4436866 127.262731,28.2270646 L120.775617,-5.68434189e-14 L80.5170777,-5.68434189e-14 L74.0299631,28.2270646 C65.2551156,31.4490305 57.1413215,36.2376697 50.0852822,42.358855 L20.8337938,32.8189836 L-1.42108547e-14,66.9434232 L24.52111,88.3602064 C23.8989326,92.2948328 23.4871975,96.3024917 23.4871975,100.419699 C23.4871975,104.536907 23.8989326,108.544566 24.52111,112.479192 L-1.42108547e-14,133.895975 L20.8429435,168.020415 L50.0852822,158.489673 C57.1414214,164.61321 65.2592463,169.399305 74.0391128,172.612334 L80.5170777,200.839399 L120.775617,200.839399 L127.253581,172.612334 C136.030655,169.399236 144.145464,164.613092 151.198262,158.489673 L180.440601,168.020415 L201.292694,133.895975 L176.762434,112.488321 C177.393762,108.544566 177.805497,104.536907 177.805497,100.419699 C177.805497,96.3024917 177.393762,92.2948328 176.762434,88.3510773 Z" id="Combined-Shape" fill="#FF813A"></path>
-                    <path d="M100.753645,150.879997 C73.0701292,150.166762 51,127.570381 51,99.9399986 C51,72.3096166 73.0701292,49.7132351 100.753645,49 C128.437161,49.7132351 150.507291,72.3096166 150.507291,99.9399986 C150.507291,127.570381 128.437161,150.166762 100.753645,150.879997 L100.753645,150.879997 Z" id="Path" fill="#FFFFFF"></path>
-                </g>
-                <path d="M130.165,275.439 C130.165,276.387005 130.001502,277.261496 129.6745,278.0625 C129.347498,278.863504 128.887003,279.556497 128.293,280.1415 C127.698997,280.726503 126.983504,281.182498 126.1465,281.5095 C125.309496,281.836502 124.381005,282 123.361,282 L118.267,282 L118.267,268.887 L123.361,268.887 C124.381005,268.887 125.309496,269.051998 126.1465,269.382 C126.983504,269.712002 127.698997,270.167997 128.293,270.75 C128.887003,271.332003 129.347498,272.023496 129.6745,272.8245 C130.001502,273.625504 130.165,274.496995 130.165,275.439 Z M127.051,275.439 C127.051,274.790997 126.967001,274.206003 126.799,273.684 C126.630999,273.161997 126.389502,272.719502 126.0745,272.3565 C125.759498,271.993498 125.374002,271.714501 124.918,271.5195 C124.461998,271.324499 123.943003,271.227 123.361,271.227 L121.327,271.227 L121.327,279.66 L123.361,279.66 C123.943003,279.66 124.461998,279.562501 124.918,279.3675 C125.374002,279.172499 125.759498,278.893502 126.0745,278.5305 C126.389502,278.167498 126.630999,277.725003 126.799,277.203 C126.967001,276.680997 127.051,276.093003 127.051,275.439 Z M135.835,272.523 C136.543004,272.523 137.187997,272.633999 137.77,272.856 C138.352003,273.078001 138.851498,273.395998 139.2685,273.81 C139.685502,274.224002 140.009499,274.726497 140.2405,275.3175 C140.471501,275.908503 140.587,276.572996 140.587,277.311 C140.587,278.055004 140.471501,278.725497 140.2405,279.3225 C140.009499,279.919503 139.685502,280.426498 139.2685,280.8435 C138.851498,281.260502 138.352003,281.581499 137.77,281.8065 C137.187997,282.031501 136.543004,282.144 135.835,282.144 C135.120996,282.144 134.471503,282.031501 133.8865,281.8065 C133.301497,281.581499 132.797502,281.260502 132.3745,280.8435 C131.951498,280.426498 131.624501,279.919503 131.3935,279.3225 C131.162499,278.725497 131.047,278.055004 131.047,277.311 C131.047,276.572996 131.162499,275.908503 131.3935,275.3175 C131.624501,274.726497 131.951498,274.224002 132.3745,273.81 C132.797502,273.395998 133.301497,273.078001 133.8865,272.856 C134.471503,272.633999 135.120996,272.523 135.835,272.523 Z M135.835,280.074 C136.477003,280.074 136.949498,279.847502 137.2525,279.3945 C137.555502,278.941498 137.707,278.253005 137.707,277.329 C137.707,276.404995 137.555502,275.718002 137.2525,275.268 C136.949498,274.817998 136.477003,274.593 135.835,274.593 C135.174997,274.593 134.692002,274.817998 134.386,275.268 C134.079998,275.718002 133.927,276.404995 133.927,277.329 C133.927,278.253005 134.079998,278.941498 134.386,279.3945 C134.692002,279.847502 135.174997,280.074 135.835,280.074 Z M148.849,274.881 C148.765,274.983001 148.684,275.064 148.606,275.124 C148.528,275.184 148.417001,275.214 148.273,275.214 C148.134999,275.214 148.010501,275.181 147.8995,275.115 C147.788499,275.049 147.664001,274.9755 147.526,274.8945 C147.387999,274.8135 147.226001,274.74 147.04,274.674 C146.853999,274.608 146.623001,274.575 146.347,274.575 C146.004998,274.575 145.709501,274.637999 145.4605,274.764 C145.211499,274.890001 145.006001,275.069999 144.844,275.304 C144.681999,275.538001 144.562,275.824498 144.484,276.1635 C144.406,276.502502 144.367,276.884998 144.367,277.311 C144.367,278.205004 144.539498,278.891998 144.8845,279.372 C145.229502,279.852002 145.704997,280.092 146.311,280.092 C146.635002,280.092 146.891499,280.0515 147.0805,279.9705 C147.269501,279.8895 147.429999,279.7995 147.562,279.7005 C147.694001,279.6015 147.815499,279.51 147.9265,279.426 C148.037501,279.342 148.176999,279.3 148.345,279.3 C148.567001,279.3 148.734999,279.380999 148.849,279.543 L149.659,280.542 C149.370999,280.872002 149.068002,281.140499 148.75,281.3475 C148.431998,281.554501 148.106502,281.716499 147.7735,281.8335 C147.440498,281.950501 147.106002,282.0315 146.77,282.0765 C146.433998,282.1215 146.107002,282.144 145.789,282.144 C145.218997,282.144 144.674503,282.036001 144.1555,281.82 C143.636497,281.603999 143.180502,281.290502 142.7875,280.8795 C142.394498,280.468498 142.082501,279.963003 141.8515,279.363 C141.620499,278.762997 141.505,278.079004 141.505,277.311 C141.505,276.638997 141.605499,276.010503 141.8065,275.4255 C142.007501,274.840497 142.304498,274.333502 142.6975,273.9045 C143.090502,273.475498 143.576497,273.138001 144.1555,272.892 C144.734503,272.645999 145.404996,272.523 146.167,272.523 C146.899004,272.523 147.540997,272.639999 148.093,272.874 C148.645003,273.108001 149.142998,273.449998 149.587,273.9 L148.849,274.881 Z M153.538,268.527 L153.538,276.078 L153.952,276.078 C154.126001,276.078 154.258,276.0525 154.348,276.0015 C154.438,275.9505 154.528,275.865001 154.618,275.745 L156.382,273.117 C156.490001,272.966999 156.612999,272.8545 156.751,272.7795 C156.889001,272.7045 157.065999,272.667 157.282,272.667 L159.838,272.667 L157.426,275.988 C157.197999,276.288002 156.928002,276.533999 156.616,276.726 C156.754001,276.828001 156.879999,276.946499 156.994,277.0815 C157.108001,277.216501 157.215999,277.367999 157.318,277.536 L159.946,282 L157.426,282 C157.215999,282 157.036001,281.9655 156.886,281.8965 C156.735999,281.8275 156.610001,281.706001 156.508,281.532 L154.744,278.229 C154.66,278.078999 154.573,277.9815 154.483,277.9365 C154.393,277.8915 154.258001,277.869 154.078,277.869 L153.538,277.869 L153.538,282 L150.748,282 L150.748,268.527 L153.538,268.527 Z M166.183,276.213 C166.183,275.990999 166.1545,275.775001 166.0975,275.565 C166.0405,275.354999 165.947501,275.167501 165.8185,275.0025 C165.689499,274.837499 165.520001,274.704001 165.31,274.602 C165.099999,274.499999 164.845002,274.449 164.545,274.449 C164.016997,274.449 163.603002,274.600498 163.303,274.9035 C163.002999,275.206502 162.805,275.642997 162.709,276.213 L166.183,276.213 Z M162.673,277.833 C162.763,278.613004 162.999998,279.178498 163.384,279.5295 C163.768002,279.880502 164.262997,280.056 164.869,280.056 C165.193002,280.056 165.471999,280.017 165.706,279.939 C165.940001,279.861 166.148499,279.774 166.3315,279.678 C166.514501,279.582 166.682499,279.495 166.8355,279.417 C166.988501,279.339 167.148999,279.3 167.317,279.3 C167.539001,279.3 167.706999,279.380999 167.821,279.543 L168.631,280.542 C168.342999,280.872002 168.032502,281.140499 167.6995,281.3475 C167.366498,281.554501 167.024502,281.716499 166.6735,281.8335 C166.322498,281.950501 165.971502,282.0315 165.6205,282.0765 C165.269498,282.1215 164.935002,282.144 164.617,282.144 C163.962997,282.144 163.349503,282.037501 162.7765,281.8245 C162.203497,281.611499 161.702502,281.295002 161.2735,280.875 C160.844498,280.454998 160.505501,279.933003 160.2565,279.309 C160.007499,278.684997 159.883,277.959004 159.883,277.131 C159.883,276.506997 159.989499,275.916003 160.2025,275.358 C160.415501,274.799997 160.721498,274.311002 161.1205,273.891 C161.519502,273.470998 162.002497,273.138001 162.5695,272.892 C163.136503,272.645999 163.776996,272.523 164.491,272.523 C165.109003,272.523 165.674497,272.618999 166.1875,272.811 C166.700503,273.003001 167.141498,273.281998 167.5105,273.648 C167.879502,274.014002 168.167499,274.462497 168.3745,274.9935 C168.581501,275.524503 168.685,276.125997 168.685,276.798 C168.685,277.008001 168.676,277.178999 168.658,277.311 C168.64,277.443001 168.607,277.548 168.559,277.626 C168.511,277.704 168.4465,277.758 168.3655,277.788 C168.2845,277.818 168.181001,277.833 168.055,277.833 L162.673,277.833 Z M172.69,274.107 C172.978001,273.602997 173.309498,273.207001 173.6845,272.919 C174.059502,272.630999 174.489998,272.487 174.976,272.487 C175.396002,272.487 175.737999,272.585999 176.002,272.784 L175.822,274.836 C175.792,274.968001 175.7425,275.058 175.6735,275.106 C175.6045,275.154 175.510001,275.178 175.39,275.178 C175.342,275.178 175.279,275.175 175.201,275.169 C175.123,275.163 175.042,275.1555 174.958,275.1465 C174.874,275.1375 174.7885,275.1285 174.7015,275.1195 C174.6145,275.1105 174.535,275.106 174.463,275.106 C174.054998,275.106 173.729501,275.213999 173.4865,275.43 C173.243499,275.646001 173.038001,275.945998 172.87,276.33 L172.87,282 L170.08,282 L170.08,272.667 L171.736,272.667 C171.874001,272.667 171.9895,272.679 172.0825,272.703 C172.1755,272.727 172.2535,272.7645 172.3165,272.8155 C172.3795,272.8665 172.4275,272.934 172.4605,273.018 C172.4935,273.102 172.522,273.203999 172.546,273.324 L172.69,274.107 Z" id="Docker" fill="#29648F"></path>
-                <path d="M131.051,299.928 C131.125667,299.928 131.191,299.958333 131.247,300.019 L131.786,300.6 C131.375331,301.076002 130.87717,301.446999 130.2915,301.713 C129.70583,301.979001 128.997671,302.112 128.167,302.112 C127.44833,302.112 126.795003,301.987168 126.207,301.7375 C125.618997,301.487832 125.117335,301.137836 124.702,300.6875 C124.286665,300.237164 123.964668,299.697003 123.736,299.067 C123.507332,298.436997 123.393,297.744004 123.393,296.988 C123.393,296.231996 123.511999,295.539003 123.75,294.909 C123.988001,294.278997 124.322831,293.737669 124.7545,293.285 C125.186169,292.832331 125.702997,292.481168 126.305,292.2315 C126.907003,291.981832 127.571996,291.857 128.3,291.857 C129.014004,291.857 129.643997,291.971332 130.19,292.2 C130.736003,292.428668 131.216665,292.738998 131.632,293.131 L131.184,293.754 C131.156,293.800667 131.119834,293.839167 131.0755,293.8695 C131.031166,293.899833 130.971667,293.915 130.897,293.915 C130.813,293.915 130.710334,293.8695 130.589,293.7785 C130.467666,293.6875 130.309001,293.586001 130.113,293.474 C129.916999,293.361999 129.672001,293.2605 129.378,293.1695 C129.083999,293.0785 128.722335,293.033 128.293,293.033 C127.774997,293.033 127.301335,293.122832 126.872,293.3025 C126.442665,293.482168 126.072835,293.742332 125.7625,294.083 C125.452165,294.423668 125.210668,294.838998 125.038,295.329 C124.865332,295.819002 124.779,296.371997 124.779,296.988 C124.779,297.613336 124.868832,298.170998 125.0485,298.661 C125.228168,299.151002 125.473165,299.565165 125.7835,299.9035 C126.093835,300.241835 126.460165,300.499666 126.8825,300.677 C127.304835,300.854334 127.760998,300.943 128.251,300.943 C128.549668,300.943 128.819165,300.9255 129.0595,300.8905 C129.299835,300.8555 129.521499,300.800667 129.7245,300.726 C129.927501,300.651333 130.116499,300.556834 130.2915,300.4425 C130.466501,300.328166 130.640332,300.191667 130.813,300.033 C130.892334,299.963 130.971666,299.928 131.051,299.928 Z M138.786,294.909 L138.786,302 L138.044,302 C137.866666,302 137.754667,301.913668 137.708,301.741 L137.61,300.978 C137.301998,301.318668 136.956669,301.592832 136.574,301.8005 C136.191331,302.008168 135.752669,302.112 135.258,302.112 C134.870665,302.112 134.528835,302.047834 134.2325,301.9195 C133.936165,301.791166 133.687668,301.610335 133.487,301.377 C133.286332,301.143665 133.135834,300.861335 133.0355,300.53 C132.935166,300.198665 132.885,299.832335 132.885,299.431 L132.885,294.909 L134.131,294.909 L134.131,299.431 C134.131,299.967669 134.253499,300.382999 134.4985,300.677 C134.743501,300.971001 135.117997,301.118 135.622,301.118 C135.990669,301.118 136.334832,301.030501 136.6545,300.8555 C136.974168,300.680499 137.269332,300.439002 137.54,300.131 L137.54,294.909 L138.786,294.909 Z M144.89,296.078 C144.834,296.180667 144.747667,296.232 144.631,296.232 C144.561,296.232 144.481667,296.206334 144.393,296.155 C144.304333,296.103666 144.195834,296.0465 144.0675,295.9835 C143.939166,295.9205 143.786334,295.862167 143.609,295.8085 C143.431666,295.754833 143.221668,295.728 142.979,295.728 C142.768999,295.728 142.580001,295.754833 142.412,295.8085 C142.243999,295.862167 142.100501,295.935666 141.9815,296.029 C141.862499,296.122334 141.7715,296.230833 141.7085,296.3545 C141.6455,296.478167 141.614,296.612333 141.614,296.757 C141.614,296.939001 141.666499,297.090666 141.7715,297.212 C141.876501,297.333334 142.015332,297.438333 142.188,297.527 C142.360668,297.615667 142.556666,297.693833 142.776,297.7615 C142.995334,297.829167 143.220499,297.9015 143.4515,297.9785 C143.682501,298.0555 143.907666,298.140666 144.127,298.234 C144.346334,298.327334 144.542332,298.443999 144.715,298.584 C144.887668,298.724001 145.026499,298.895499 145.1315,299.0985 C145.236501,299.301501 145.289,299.545332 145.289,299.83 C145.289,300.156668 145.230667,300.458832 145.114,300.7365 C144.997333,301.014168 144.824668,301.254499 144.596,301.4575 C144.367332,301.660501 144.087335,301.820333 143.756,301.937 C143.424665,302.053667 143.042002,302.112 142.608,302.112 C142.113331,302.112 141.665335,302.031501 141.264,301.8705 C140.862665,301.709499 140.522001,301.503001 140.242,301.251 L140.536,300.775 C140.573334,300.714333 140.617666,300.667667 140.669,300.635 C140.720334,300.602333 140.785666,300.586 140.865,300.586 C140.949,300.586 141.037666,300.618666 141.131,300.684 C141.224334,300.749334 141.337499,300.821666 141.4705,300.901 C141.603501,300.980334 141.765666,301.052666 141.957,301.118 C142.148334,301.183334 142.386332,301.216 142.671,301.216 C142.913668,301.216 143.125999,301.1845 143.308,301.1215 C143.490001,301.0585 143.641666,300.973334 143.763,300.866 C143.884334,300.758666 143.974166,300.635001 144.0325,300.495 C144.090834,300.354999 144.12,300.205667 144.12,300.047 C144.12,299.850999 144.067501,299.688834 143.9625,299.5605 C143.857499,299.432166 143.718668,299.3225 143.546,299.2315 C143.373332,299.1405 143.176168,299.061167 142.9545,298.9935 C142.732832,298.925833 142.506501,298.854667 142.2755,298.78 C142.044499,298.705333 141.818168,298.620167 141.5965,298.5245 C141.374832,298.428833 141.177668,298.308667 141.005,298.164 C140.832332,298.019333 140.693501,297.840834 140.5885,297.6285 C140.483499,297.416166 140.431,297.158335 140.431,296.855 C140.431,296.584332 140.486999,296.324168 140.599,296.0745 C140.711001,295.824832 140.874332,295.605501 141.089,295.4165 C141.303668,295.227499 141.567332,295.077001 141.88,294.965 C142.192668,294.852999 142.549665,294.797 142.951,294.797 C143.417669,294.797 143.836498,294.870499 144.2075,295.0175 C144.578502,295.164501 144.899332,295.366332 145.17,295.623 L144.89,296.078 Z M148.999,302.112 C148.438997,302.112 148.008502,301.955668 147.7075,301.643 C147.406498,301.330332 147.256,300.880003 147.256,300.292 L147.256,295.952 L146.402,295.952 C146.327333,295.952 146.264334,295.929834 146.213,295.8855 C146.161666,295.841166 146.136,295.772334 146.136,295.679 L146.136,295.182 L147.298,295.035 L147.585,292.844 C147.599,292.774 147.6305,292.716834 147.6795,292.6725 C147.7285,292.628166 147.792666,292.606 147.872,292.606 L148.502,292.606 L148.502,295.049 L150.553,295.049 L150.553,295.952 L148.502,295.952 L148.502,300.208 C148.502,300.506668 148.574333,300.728333 148.719,300.873 C148.863667,301.017667 149.050332,301.09 149.279,301.09 C149.409667,301.09 149.522833,301.0725 149.6185,301.0375 C149.714167,301.0025 149.797,300.964 149.867,300.922 C149.937,300.88 149.9965,300.8415 150.0455,300.8065 C150.0945,300.7715 150.137666,300.754 150.175,300.754 C150.240334,300.754 150.298666,300.793666 150.35,300.873 L150.714,301.468 C150.499332,301.668668 150.240335,301.826166 149.937,301.9405 C149.633665,302.054834 149.321002,302.112 148.999,302.112 Z M154.795,294.797 C155.313003,294.797 155.779665,294.883332 156.195,295.056 C156.610335,295.228668 156.964999,295.473665 157.259,295.791 C157.553001,296.108335 157.778166,296.492164 157.9345,296.9425 C158.090834,297.392836 158.169,297.895664 158.169,298.451 C158.169,299.011003 158.090834,299.514998 157.9345,299.963 C157.778166,300.411002 157.553001,300.793665 157.259,301.111 C156.964999,301.428335 156.610335,301.672166 156.195,301.8425 C155.779665,302.012834 155.313003,302.098 154.795,302.098 C154.272331,302.098 153.802169,302.012834 153.3845,301.8425 C152.966831,301.672166 152.611001,301.428335 152.317,301.111 C152.022999,300.793665 151.797834,300.411002 151.6415,299.963 C151.485166,299.514998 151.407,299.011003 151.407,298.451 C151.407,297.895664 151.485166,297.392836 151.6415,296.9425 C151.797834,296.492164 152.022999,296.108335 152.317,295.791 C152.611001,295.473665 152.966831,295.228668 153.3845,295.056 C153.802169,294.883332 154.272331,294.797 154.795,294.797 Z M154.795,301.125 C155.495004,301.125 156.017665,300.890502 156.363,300.4215 C156.708335,299.952498 156.881,299.298004 156.881,298.458 C156.881,297.613329 156.708335,296.955336 156.363,296.484 C156.017665,296.012664 155.495004,295.777 154.795,295.777 C154.440332,295.777 154.131168,295.837666 153.8675,295.959 C153.603832,296.080334 153.384501,296.255332 153.2095,296.484 C153.034499,296.712668 152.903834,296.993832 152.8175,297.3275 C152.731166,297.661168 152.688,298.037998 152.688,298.458 C152.688,299.298004 152.861832,299.952498 153.2095,300.4215 C153.557168,300.890502 154.085663,301.125 154.795,301.125 Z M159.744,302 L159.744,294.909 L160.493,294.909 C160.670334,294.909 160.78,294.995332 160.822,295.168 L160.913,295.896 C161.174335,295.573998 161.468332,295.310334 161.795,295.105 C162.121668,294.899666 162.499665,294.797 162.929,294.797 C163.405002,294.797 163.791165,294.929999 164.0875,295.196 C164.383835,295.462001 164.597333,295.821331 164.728,296.274 C164.830667,296.017332 164.962499,295.795668 165.1235,295.609 C165.284501,295.422332 165.465332,295.268334 165.666,295.147 C165.866668,295.025666 166.080166,294.937 166.3065,294.881 C166.532834,294.825 166.762666,294.797 166.996,294.797 C167.369335,294.797 167.701832,294.856499 167.9935,294.9755 C168.285168,295.094501 168.532499,295.268332 168.7355,295.497 C168.938501,295.725668 169.093666,296.006832 169.201,296.3405 C169.308334,296.674168 169.362,297.055665 169.362,297.485 L169.362,302 L168.109,302 L168.109,297.485 C168.109,296.929664 167.987668,296.508501 167.745,296.2215 C167.502332,295.934499 167.152336,295.791 166.695,295.791 C166.489666,295.791 166.294834,295.827166 166.1105,295.8995 C165.926166,295.971834 165.764001,296.077999 165.624,296.218 C165.483999,296.358001 165.373167,296.534166 165.2915,296.7465 C165.209833,296.958834 165.169,297.204999 165.169,297.485 L165.169,302 L163.916,302 L163.916,297.485 C163.916,296.915664 163.801668,296.491001 163.573,296.211 C163.344332,295.930999 163.010669,295.791 162.572,295.791 C162.263998,295.791 161.979335,295.873833 161.718,296.0395 C161.456665,296.205167 161.216334,296.430332 160.997,296.715 L160.997,302 L159.744,302 Z M137.519,313.859 L137.519,315 L131.828,315 L131.828,304.969 L133.179,304.969 L133.179,313.859 L137.519,313.859 Z M141.201,307.797 C141.719003,307.797 142.185665,307.883332 142.601,308.056 C143.016335,308.228668 143.370999,308.473665 143.665,308.791 C143.959001,309.108335 144.184166,309.492164 144.3405,309.9425 C144.496834,310.392836 144.575,310.895664 144.575,311.451 C144.575,312.011003 144.496834,312.514998 144.3405,312.963 C144.184166,313.411002 143.959001,313.793665 143.665,314.111 C143.370999,314.428335 143.016335,314.672166 142.601,314.8425 C142.185665,315.012834 141.719003,315.098 141.201,315.098 C140.678331,315.098 140.208169,315.012834 139.7905,314.8425 C139.372831,314.672166 139.017001,314.428335 138.723,314.111 C138.428999,313.793665 138.203834,313.411002 138.0475,312.963 C137.891166,312.514998 137.813,312.011003 137.813,311.451 C137.813,310.895664 137.891166,310.392836 138.0475,309.9425 C138.203834,309.492164 138.428999,309.108335 138.723,308.791 C139.017001,308.473665 139.372831,308.228668 139.7905,308.056 C140.208169,307.883332 140.678331,307.797 141.201,307.797 Z M141.201,314.125 C141.901004,314.125 142.423665,313.890502 142.769,313.4215 C143.114335,312.952498 143.287,312.298004 143.287,311.458 C143.287,310.613329 143.114335,309.955336 142.769,309.484 C142.423665,309.012664 141.901004,308.777 141.201,308.777 C140.846332,308.777 140.537168,308.837666 140.2735,308.959 C140.009832,309.080334 139.790501,309.255332 139.6155,309.484 C139.440499,309.712668 139.309834,309.993832 139.2235,310.3275 C139.137166,310.661168 139.094,311.037998 139.094,311.458 C139.094,312.298004 139.267832,312.952498 139.6155,313.4215 C139.963168,313.890502 140.491663,314.125 141.201,314.125 Z M148.586,311.535 C148.838001,311.535 149.059666,311.5 149.251,311.43 C149.442334,311.36 149.603333,311.262001 149.734,311.136 C149.864667,311.009999 149.962666,310.859501 150.028,310.6845 C150.093334,310.509499 150.126,310.317001 150.126,310.107 C150.126,309.672998 149.994168,309.327668 149.7305,309.071 C149.466832,308.814332 149.085336,308.686 148.586,308.686 C148.081997,308.686 147.698168,308.814332 147.4345,309.071 C147.170832,309.327668 147.039,309.672998 147.039,310.107 C147.039,310.317001 147.072833,310.509499 147.1405,310.6845 C147.208167,310.859501 147.307333,311.009999 147.438,311.136 C147.568667,311.262001 147.729666,311.36 147.921,311.43 C148.112334,311.5 148.333999,311.535 148.586,311.535 Z M150.833,315.385 C150.833,315.212332 150.784,315.072334 150.686,314.965 C150.588,314.857666 150.456167,314.773667 150.2905,314.713 C150.124833,314.652333 149.932334,314.609167 149.713,314.5835 C149.493666,314.557833 149.261501,314.538 149.0165,314.524 C148.771499,314.51 148.523001,314.496 148.271,314.482 C148.018999,314.468 147.776335,314.444667 147.543,314.412 C147.281665,314.533334 147.068167,314.686166 146.9025,314.8705 C146.736833,315.054834 146.654,315.270665 146.654,315.518 C146.654,315.676667 146.694833,315.824833 146.7765,315.9625 C146.858167,316.100167 146.982999,316.219166 147.151,316.3195 C147.319001,316.419834 147.530165,316.499166 147.7845,316.5575 C148.038835,316.615834 148.338665,316.645 148.684,316.645 C149.020002,316.645 149.320999,316.614667 149.587,316.554 C149.853001,316.493333 150.078166,316.407001 150.2625,316.295 C150.446834,316.182999 150.588,316.050001 150.686,315.896 C150.784,315.741999 150.833,315.571668 150.833,315.385 Z M152.1,308.189 L152.1,308.651 C152.1,308.805001 152.002001,308.903 151.806,308.945 L151.001,309.05 C151.159667,309.358002 151.239,309.698665 151.239,310.072 C151.239,310.417335 151.172501,310.731165 151.0395,311.0135 C150.906499,311.295835 150.723335,311.537332 150.49,311.738 C150.256666,311.938668 149.976668,312.092666 149.65,312.2 C149.323332,312.307334 148.968669,312.361 148.586,312.361 C148.254665,312.361 147.942001,312.321334 147.648,312.242 C147.498666,312.335334 147.384334,312.434499 147.305,312.5395 C147.225666,312.644501 147.186,312.750666 147.186,312.858 C147.186,313.026001 147.254833,313.153166 147.3925,313.2395 C147.530167,313.325834 147.710999,313.387666 147.935,313.425 C148.159001,313.462334 148.414499,313.485667 148.7015,313.495 C148.988501,313.504333 149.282498,313.5195 149.5835,313.5405 C149.884502,313.5615 150.178499,313.597666 150.4655,313.649 C150.752501,313.700334 151.007999,313.784333 151.232,313.901 C151.456001,314.017667 151.636833,314.178666 151.7745,314.384 C151.912167,314.589334 151.981,314.855332 151.981,315.182 C151.981,315.485335 151.905167,315.779332 151.7535,316.064 C151.601833,316.348668 151.383668,316.601832 151.099,316.8235 C150.814332,317.045168 150.465502,317.222499 150.0525,317.3555 C149.639498,317.488501 149.174003,317.555 148.656,317.555 C148.137997,317.555 147.685335,317.503667 147.298,317.401 C146.910665,317.298333 146.588668,317.160668 146.332,316.988 C146.075332,316.815332 145.882834,316.615834 145.7545,316.3895 C145.626166,316.163166 145.562,315.926335 145.562,315.679 C145.562,315.328998 145.671666,315.032668 145.891,314.79 C146.110334,314.547332 146.411331,314.353667 146.794,314.209 C146.583999,314.115666 146.417167,313.990834 146.2935,313.8345 C146.169833,313.678166 146.108,313.467001 146.108,313.201 C146.108,313.098333 146.126666,312.992167 146.164,312.8825 C146.201334,312.772833 146.2585,312.663167 146.3355,312.5535 C146.4125,312.443833 146.506999,312.34 146.619,312.242 C146.731001,312.144 146.861666,312.057667 147.011,311.983 C146.660998,311.786999 146.388001,311.526835 146.192,311.2025 C145.995999,310.878165 145.898,310.501335 145.898,310.072 C145.898,309.726665 145.964499,309.412835 146.0975,309.1305 C146.230501,308.848165 146.415999,308.607834 146.654,308.4095 C146.892001,308.211166 147.175498,308.058334 147.5045,307.951 C147.833502,307.843666 148.193998,307.79 148.586,307.79 C148.894002,307.79 149.180999,307.823833 149.447,307.8915 C149.713001,307.959167 149.955666,308.058333 150.175,308.189 L152.1,308.189 Z M154.711,307.909 L154.711,315 L153.465,315 L153.465,307.909 L154.711,307.909 Z M154.977,305.683 C154.977,305.804334 154.9525,305.917499 154.9035,306.0225 C154.8545,306.127501 154.789167,306.220833 154.7075,306.3025 C154.625833,306.384167 154.530167,306.448333 154.4205,306.495 C154.310833,306.541667 154.195334,306.565 154.074,306.565 C153.952666,306.565 153.839501,306.541667 153.7345,306.495 C153.629499,306.448333 153.537334,306.384167 153.458,306.3025 C153.378666,306.220833 153.315667,306.127501 153.269,306.0225 C153.222333,305.917499 153.199,305.804334 153.199,305.683 C153.199,305.561666 153.222333,305.446167 153.269,305.3365 C153.315667,305.226833 153.378666,305.131167 153.458,305.0495 C153.537334,304.967833 153.629499,304.903667 153.7345,304.857 C153.839501,304.810333 153.952666,304.787 154.074,304.787 C154.195334,304.787 154.310833,304.810333 154.4205,304.857 C154.530167,304.903667 154.625833,304.967833 154.7075,305.0495 C154.789167,305.131167 154.8545,305.226833 154.9035,305.3365 C154.9525,305.446167 154.977,305.561666 154.977,305.683 Z M161.69,309.169 C161.652666,309.220334 161.615334,309.26 161.578,309.288 C161.540666,309.316 161.489334,309.33 161.424,309.33 C161.354,309.33 161.277,309.300834 161.193,309.2425 C161.109,309.184166 161.005167,309.12 160.8815,309.05 C160.757833,308.98 160.606168,308.915834 160.4265,308.8575 C160.246832,308.799166 160.026335,308.77 159.765,308.77 C159.414998,308.77 159.107001,308.831833 158.841,308.9555 C158.574999,309.079167 158.352168,309.257666 158.1725,309.491 C157.992832,309.724334 157.8575,310.006665 157.7665,310.338 C157.6755,310.669335 157.63,311.040331 157.63,311.451 C157.63,311.880335 157.679,312.261832 157.777,312.5955 C157.875,312.929168 158.013832,313.209166 158.1935,313.4355 C158.373168,313.661834 158.590165,313.834499 158.8445,313.9535 C159.098835,314.072501 159.384665,314.132 159.702,314.132 C160.005335,314.132 160.254999,314.095834 160.451,314.0235 C160.647001,313.951166 160.809166,313.870667 160.9375,313.782 C161.065834,313.693333 161.173166,313.612834 161.2595,313.5405 C161.345834,313.468166 161.431,313.432 161.515,313.432 C161.617667,313.432 161.697,313.471666 161.753,313.551 L162.103,314.006 C161.948999,314.197334 161.774001,314.360666 161.578,314.496 C161.381999,314.631334 161.170834,314.7445 160.9445,314.8355 C160.718166,314.9265 160.481335,314.993 160.234,315.035 C159.986665,315.077 159.734668,315.098 159.478,315.098 C159.034664,315.098 158.622835,315.016334 158.2425,314.853 C157.862165,314.689666 157.532001,314.452835 157.252,314.1425 C156.971999,313.832165 156.752667,313.450669 156.594,312.998 C156.435333,312.545331 156.356,312.02967 156.356,311.451 C156.356,310.923664 156.429499,310.436002 156.5765,309.988 C156.723501,309.539998 156.938165,309.153835 157.2205,308.8295 C157.502835,308.505165 157.850498,308.252001 158.2635,308.07 C158.676502,307.887999 159.151331,307.797 159.688,307.797 C160.187336,307.797 160.627165,307.877499 161.0075,308.0385 C161.387835,308.199501 161.724999,308.426999 162.019,308.721 L161.69,309.169 Z" id="Custom-Logic" fill="#29648F"></path>
-                <path d="M193.5495,92.887 L193.5495,106 L191.9655,106 C191.731499,106 191.535001,105.9625 191.376,105.8875 C191.216999,105.8125 191.059501,105.682001 190.9035,105.496 L184.7205,97.675 C184.7445,97.9090012 184.761,98.1354989 184.77,98.3545 C184.779,98.5735011 184.7835,98.778999 184.7835,98.971 L184.7835,106 L182.1015,106 L182.1015,92.887 L183.7035,92.887 C183.835501,92.887 183.9465,92.8929999 184.0365,92.905 C184.1265,92.9170001 184.2075,92.9394998 184.2795,92.9725 C184.3515,93.0055002 184.4205,93.0519997 184.4865,93.112 C184.5525,93.1720003 184.6275,93.2529995 184.7115,93.355 L190.9485,101.23 C190.9185,100.977999 190.8975,100.733501 190.8855,100.4965 C190.8735,100.259499 190.8675,100.036001 190.8675,99.826 L190.8675,92.887 L193.5495,92.887 Z M199.7865,96.523 C200.494504,96.523 201.139497,96.6339989 201.7215,96.856 C202.303503,97.0780011 202.802998,97.3959979 203.22,97.81 C203.637002,98.2240021 203.960999,98.726497 204.192,99.3175 C204.423001,99.908503 204.5385,100.572996 204.5385,101.311 C204.5385,102.055004 204.423001,102.725497 204.192,103.3225 C203.960999,103.919503 203.637002,104.426498 203.22,104.8435 C202.802998,105.260502 202.303503,105.581499 201.7215,105.8065 C201.139497,106.031501 200.494504,106.144 199.7865,106.144 C199.072496,106.144 198.423003,106.031501 197.838,105.8065 C197.252997,105.581499 196.749002,105.260502 196.326,104.8435 C195.902998,104.426498 195.576001,103.919503 195.345,103.3225 C195.113999,102.725497 194.9985,102.055004 194.9985,101.311 C194.9985,100.572996 195.113999,99.908503 195.345,99.3175 C195.576001,98.726497 195.902998,98.2240021 196.326,97.81 C196.749002,97.3959979 197.252997,97.0780011 197.838,96.856 C198.423003,96.6339989 199.072496,96.523 199.7865,96.523 Z M199.7865,104.074 C200.428503,104.074 200.900998,103.847502 201.204,103.3945 C201.507002,102.941498 201.6585,102.253005 201.6585,101.329 C201.6585,100.404995 201.507002,99.7180022 201.204,99.268 C200.900998,98.8179977 200.428503,98.593 199.7865,98.593 C199.126497,98.593 198.643502,98.8179977 198.3375,99.268 C198.031498,99.7180022 197.8785,100.404995 197.8785,101.329 C197.8785,102.253005 198.031498,102.941498 198.3375,103.3945 C198.643502,103.847502 199.126497,104.074 199.7865,104.074 Z M211.6035,99.169 C211.393499,98.9349988 211.165501,98.7715005 210.9195,98.6785 C210.673499,98.5854995 210.415501,98.539 210.1455,98.539 C209.887499,98.539 209.650501,98.5899995 209.4345,98.692 C209.218499,98.7940005 209.031001,98.9574989 208.872,99.1825 C208.712999,99.4075011 208.5885,99.6999982 208.4985,100.06 C208.4085,100.420002 208.3635,100.854997 208.3635,101.365 C208.3635,101.857002 208.3995,102.270998 208.4715,102.607 C208.5435,102.943002 208.643999,103.214499 208.773,103.4215 C208.902001,103.628501 209.056499,103.777 209.2365,103.867 C209.416501,103.957 209.617499,104.002 209.8395,104.002 C210.043501,104.002 210.227999,103.9825 210.393,103.9435 C210.558001,103.9045 210.709499,103.849 210.8475,103.777 C210.985501,103.705 211.115999,103.613501 211.239,103.5025 C211.362001,103.391499 211.483499,103.264001 211.6035,103.12 L211.6035,99.169 Z M214.3935,92.527 L214.3935,106 L212.6655,106 C212.317498,106 212.089501,105.844002 211.9815,105.532 L211.7655,104.821 C211.579499,105.019001 211.384501,105.198999 211.1805,105.361 C210.976499,105.523001 210.756001,105.662499 210.519,105.7795 C210.281999,105.896501 210.027001,105.9865 209.754,106.0495 C209.480999,106.1125 209.185502,106.144 208.8675,106.144 C208.381498,106.144 207.931502,106.036001 207.5175,105.82 C207.103498,105.603999 206.746501,105.292002 206.4465,104.884 C206.146499,104.475998 205.911001,103.976503 205.74,103.3855 C205.568999,102.794497 205.4835,102.121004 205.4835,101.365 C205.4835,100.668997 205.579499,100.022503 205.7715,99.4255 C205.963501,98.828497 206.234998,98.3125022 206.586,97.8775 C206.937002,97.4424978 207.358498,97.1020012 207.8505,96.856 C208.342502,96.6099988 208.885497,96.487 209.4795,96.487 C209.965502,96.487 210.373498,96.5559993 210.7035,96.694 C211.033502,96.8320007 211.333499,97.0179988 211.6035,97.252 L211.6035,92.527 L214.3935,92.527 Z M222.0885,100.213 C222.0885,99.9909989 222.06,99.775001 222.003,99.565 C221.946,99.3549989 221.853001,99.1675008 221.724,99.0025 C221.594999,98.8374992 221.425501,98.7040005 221.2155,98.602 C221.005499,98.4999995 220.750501,98.449 220.4505,98.449 C219.922497,98.449 219.508501,98.6004985 219.2085,98.9035 C218.908499,99.2065015 218.7105,99.6429971 218.6145,100.213 L222.0885,100.213 Z M218.5785,101.833 C218.6685,102.613004 218.905498,103.178498 219.2895,103.5295 C219.673502,103.880502 220.168497,104.056 220.7745,104.056 C221.098502,104.056 221.377499,104.017 221.6115,103.939 C221.845501,103.861 222.053999,103.774 222.237,103.678 C222.420001,103.582 222.587999,103.495 222.741,103.417 C222.894001,103.339 223.054499,103.3 223.2225,103.3 C223.444501,103.3 223.612499,103.380999 223.7265,103.543 L224.5365,104.542 C224.248499,104.872002 223.938002,105.140499 223.605,105.3475 C223.271998,105.554501 222.930002,105.716499 222.579,105.8335 C222.227998,105.950501 221.877002,106.0315 221.526,106.0765 C221.174998,106.1215 220.840502,106.144 220.5225,106.144 C219.868497,106.144 219.255003,106.037501 218.682,105.8245 C218.108997,105.611499 217.608002,105.295002 217.179,104.875 C216.749998,104.454998 216.411001,103.933003 216.162,103.309 C215.912999,102.684997 215.7885,101.959004 215.7885,101.131 C215.7885,100.506997 215.894999,99.9160028 216.108,99.358 C216.321001,98.7999972 216.626998,98.3110021 217.026,97.891 C217.425002,97.4709979 217.907997,97.1380012 218.475,96.892 C219.042003,96.6459988 219.682496,96.523 220.3965,96.523 C221.014503,96.523 221.579997,96.618999 222.093,96.811 C222.606003,97.003001 223.046998,97.2819982 223.416,97.648 C223.785002,98.0140018 224.072999,98.4624973 224.28,98.9935 C224.487001,99.5245027 224.5905,100.125997 224.5905,100.798 C224.5905,101.008001 224.5815,101.178999 224.5635,101.311 C224.5455,101.443001 224.5125,101.548 224.4645,101.626 C224.4165,101.704 224.352,101.758 224.271,101.788 C224.19,101.818 224.086501,101.833 223.9605,101.833 L218.5785,101.833 Z M225.6075,104.587 C225.6075,104.370999 225.648,104.170001 225.729,103.984 C225.81,103.797999 225.920999,103.636001 226.062,103.498 C226.203001,103.359999 226.369499,103.2505 226.5615,103.1695 C226.753501,103.0885 226.963499,103.048 227.1915,103.048 C227.413501,103.048 227.620499,103.0885 227.8125,103.1695 C228.004501,103.2505 228.172499,103.359999 228.3165,103.498 C228.460501,103.636001 228.573,103.797999 228.654,103.984 C228.735,104.170001 228.7755,104.370999 228.7755,104.587 C228.7755,104.803001 228.735,105.005499 228.654,105.1945 C228.573,105.383501 228.460501,105.546999 228.3165,105.685 C228.172499,105.823001 228.004501,105.931 227.8125,106.009 C227.620499,106.087 227.413501,106.126 227.1915,106.126 C226.963499,106.126 226.753501,106.087 226.5615,106.009 C226.369499,105.931 226.203001,105.823001 226.062,105.685 C225.920999,105.546999 225.81,105.383501 225.729,105.1945 C225.648,105.005499 225.6075,104.803001 225.6075,104.587 Z M233.1405,96.667 L233.1405,106.018 C233.1405,106.456002 233.085001,106.868498 232.974,107.2555 C232.862999,107.642502 232.680001,107.981499 232.425,108.2725 C232.169999,108.563501 231.834002,108.792999 231.417,108.961 C230.999998,109.129001 230.482503,109.213 229.8645,109.213 C229.636499,109.213 229.425001,109.1995 229.23,109.1725 C229.034999,109.1455 228.832501,109.105 228.6225,109.051 L228.7125,107.584 C228.7245,107.457999 228.7665,107.365 228.8385,107.305 C228.9105,107.245 229.054499,107.215 229.2705,107.215 C229.486501,107.215 229.663499,107.197 229.8015,107.161 C229.939501,107.125 230.049,107.062 230.13,106.972 C230.211,106.882 230.268,106.760501 230.301,106.6075 C230.334,106.454499 230.3505,106.258001 230.3505,106.018 L230.3505,96.667 L233.1405,96.667 Z M233.4285,94.111 C233.4285,94.3330011 233.3835,94.541499 233.2935,94.7365 C233.2035,94.931501 233.080501,95.1024993 232.9245,95.2495 C232.768499,95.3965007 232.587001,95.5134996 232.38,95.6005 C232.172999,95.6875004 231.952501,95.731 231.7185,95.731 C231.490499,95.731 231.277501,95.6875004 231.0795,95.6005 C230.881499,95.5134996 230.706001,95.3965007 230.553,95.2495 C230.399999,95.1024993 230.28,94.931501 230.193,94.7365 C230.106,94.541499 230.0625,94.3330011 230.0625,94.111 C230.0625,93.8829989 230.106,93.670001 230.193,93.472 C230.28,93.273999 230.399999,93.1000007 230.553,92.95 C230.706001,92.7999992 230.881499,92.6830004 231.0795,92.599 C231.277501,92.5149996 231.490499,92.473 231.7185,92.473 C231.952501,92.473 232.172999,92.5149996 232.38,92.599 C232.587001,92.6830004 232.768499,92.7999992 232.9245,92.95 C233.080501,93.1000007 233.2035,93.273999 233.2935,93.472 C233.3835,93.670001 233.4285,93.8829989 233.4285,94.111 Z M241.0245,98.71 C240.9525,98.8240006 240.876,98.9049998 240.795,98.953 C240.714,99.0010002 240.610501,99.025 240.4845,99.025 C240.352499,99.025 240.220501,98.9965003 240.0885,98.9395 C239.956499,98.8824997 239.814001,98.8210003 239.661,98.755 C239.507999,98.6889997 239.335501,98.6275003 239.1435,98.5705 C238.951499,98.5134997 238.732501,98.485 238.4865,98.485 C238.132498,98.485 237.861001,98.5524993 237.672,98.6875 C237.482999,98.8225007 237.3885,99.0099988 237.3885,99.25 C237.3885,99.4240009 237.449999,99.5679994 237.573,99.682 C237.696001,99.7960006 237.859499,99.8964996 238.0635,99.9835 C238.267501,100.0705 238.498499,100.153 238.7565,100.231 C239.014501,100.309 239.278499,100.396 239.5485,100.492 C239.818501,100.588 240.082499,100.700499 240.3405,100.8295 C240.598501,100.958501 240.829499,101.117499 241.0335,101.3065 C241.237501,101.495501 241.400999,101.724999 241.524,101.995 C241.647001,102.265001 241.7085,102.588998 241.7085,102.967 C241.7085,103.429002 241.624501,103.854998 241.4565,104.245 C241.288499,104.635002 241.038002,104.970999 240.705,105.253 C240.371998,105.535001 239.961002,105.753999 239.472,105.91 C238.982998,106.066001 238.420503,106.144 237.7845,106.144 C237.466498,106.144 237.148502,106.114 236.8305,106.054 C236.512498,105.994 236.205001,105.913001 235.908,105.811 C235.610999,105.708999 235.336501,105.587501 235.0845,105.4465 C234.832499,105.305499 234.616501,105.154001 234.4365,104.992 L235.0845,103.966 C235.1565,103.845999 235.247999,103.7515 235.359,103.6825 C235.470001,103.6135 235.612499,103.579 235.7865,103.579 C235.948501,103.579 236.093999,103.615 236.223,103.687 C236.352001,103.759 236.491499,103.837 236.6415,103.921 C236.791501,104.005 236.966999,104.083 237.168,104.155 C237.369001,104.227 237.622498,104.263 237.9285,104.263 C238.144501,104.263 238.327499,104.2405 238.4775,104.1955 C238.627501,104.1505 238.7475,104.089 238.8375,104.011 C238.9275,103.933 238.9935,103.846 239.0355,103.75 C239.0775,103.654 239.0985,103.555001 239.0985,103.453 C239.0985,103.266999 239.035501,103.114001 238.9095,102.994 C238.783499,102.873999 238.618501,102.7705 238.4145,102.6835 C238.210499,102.5965 237.978001,102.5155 237.717,102.4405 C237.455999,102.3655 237.190501,102.28 236.9205,102.184 C236.650499,102.088 236.385001,101.972501 236.124,101.8375 C235.862999,101.702499 235.630501,101.531501 235.4265,101.3245 C235.222499,101.117499 235.057501,100.864001 234.9315,100.564 C234.805499,100.263998 234.7425,99.9010021 234.7425,99.475 C234.7425,99.078998 234.818999,98.7025018 234.972,98.3455 C235.125001,97.9884982 235.354498,97.6750013 235.6605,97.405 C235.966502,97.1349986 236.350498,96.9205008 236.8125,96.7615 C237.274502,96.6024992 237.814497,96.523 238.4325,96.523 C238.768502,96.523 239.093998,96.5529997 239.409,96.613 C239.724002,96.6730003 240.019499,96.7569995 240.2955,96.865 C240.571501,96.9730005 240.823499,97.1004993 241.0515,97.2475 C241.279501,97.3945007 241.480499,97.5549991 241.6545,97.729 L241.0245,98.71 Z" id="Node.js" fill="#FFFFFF"></path>
-                <path d="M193.5495,93.887 L193.5495,107 L191.9655,107 C191.731499,107 191.535001,106.9625 191.376,106.8875 C191.216999,106.8125 191.059501,106.682001 190.9035,106.496 L184.7205,98.675 C184.7445,98.9090012 184.761,99.1354989 184.77,99.3545 C184.779,99.5735011 184.7835,99.778999 184.7835,99.971 L184.7835,107 L182.1015,107 L182.1015,93.887 L183.7035,93.887 C183.835501,93.887 183.9465,93.8929999 184.0365,93.905 C184.1265,93.9170001 184.2075,93.9394998 184.2795,93.9725 C184.3515,94.0055002 184.4205,94.0519997 184.4865,94.112 C184.5525,94.1720003 184.6275,94.2529995 184.7115,94.355 L190.9485,102.23 C190.9185,101.977999 190.8975,101.733501 190.8855,101.4965 C190.8735,101.259499 190.8675,101.036001 190.8675,100.826 L190.8675,93.887 L193.5495,93.887 Z M199.7865,97.523 C200.494504,97.523 201.139497,97.6339989 201.7215,97.856 C202.303503,98.0780011 202.802998,98.3959979 203.22,98.81 C203.637002,99.2240021 203.960999,99.726497 204.192,100.3175 C204.423001,100.908503 204.5385,101.572996 204.5385,102.311 C204.5385,103.055004 204.423001,103.725497 204.192,104.3225 C203.960999,104.919503 203.637002,105.426498 203.22,105.8435 C202.802998,106.260502 202.303503,106.581499 201.7215,106.8065 C201.139497,107.031501 200.494504,107.144 199.7865,107.144 C199.072496,107.144 198.423003,107.031501 197.838,106.8065 C197.252997,106.581499 196.749002,106.260502 196.326,105.8435 C195.902998,105.426498 195.576001,104.919503 195.345,104.3225 C195.113999,103.725497 194.9985,103.055004 194.9985,102.311 C194.9985,101.572996 195.113999,100.908503 195.345,100.3175 C195.576001,99.726497 195.902998,99.2240021 196.326,98.81 C196.749002,98.3959979 197.252997,98.0780011 197.838,97.856 C198.423003,97.6339989 199.072496,97.523 199.7865,97.523 Z M199.7865,105.074 C200.428503,105.074 200.900998,104.847502 201.204,104.3945 C201.507002,103.941498 201.6585,103.253005 201.6585,102.329 C201.6585,101.404995 201.507002,100.718002 201.204,100.268 C200.900998,99.8179977 200.428503,99.593 199.7865,99.593 C199.126497,99.593 198.643502,99.8179977 198.3375,100.268 C198.031498,100.718002 197.8785,101.404995 197.8785,102.329 C197.8785,103.253005 198.031498,103.941498 198.3375,104.3945 C198.643502,104.847502 199.126497,105.074 199.7865,105.074 Z M211.6035,100.169 C211.393499,99.9349988 211.165501,99.7715005 210.9195,99.6785 C210.673499,99.5854995 210.415501,99.539 210.1455,99.539 C209.887499,99.539 209.650501,99.5899995 209.4345,99.692 C209.218499,99.7940005 209.031001,99.9574989 208.872,100.1825 C208.712999,100.407501 208.5885,100.699998 208.4985,101.06 C208.4085,101.420002 208.3635,101.854997 208.3635,102.365 C208.3635,102.857002 208.3995,103.270998 208.4715,103.607 C208.5435,103.943002 208.643999,104.214499 208.773,104.4215 C208.902001,104.628501 209.056499,104.777 209.2365,104.867 C209.416501,104.957 209.617499,105.002 209.8395,105.002 C210.043501,105.002 210.227999,104.9825 210.393,104.9435 C210.558001,104.9045 210.709499,104.849 210.8475,104.777 C210.985501,104.705 211.115999,104.613501 211.239,104.5025 C211.362001,104.391499 211.483499,104.264001 211.6035,104.12 L211.6035,100.169 Z M214.3935,93.527 L214.3935,107 L212.6655,107 C212.317498,107 212.089501,106.844002 211.9815,106.532 L211.7655,105.821 C211.579499,106.019001 211.384501,106.198999 211.1805,106.361 C210.976499,106.523001 210.756001,106.662499 210.519,106.7795 C210.281999,106.896501 210.027001,106.9865 209.754,107.0495 C209.480999,107.1125 209.185502,107.144 208.8675,107.144 C208.381498,107.144 207.931502,107.036001 207.5175,106.82 C207.103498,106.603999 206.746501,106.292002 206.4465,105.884 C206.146499,105.475998 205.911001,104.976503 205.74,104.3855 C205.568999,103.794497 205.4835,103.121004 205.4835,102.365 C205.4835,101.668997 205.579499,101.022503 205.7715,100.4255 C205.963501,99.828497 206.234998,99.3125022 206.586,98.8775 C206.937002,98.4424978 207.358498,98.1020012 207.8505,97.856 C208.342502,97.6099988 208.885497,97.487 209.4795,97.487 C209.965502,97.487 210.373498,97.5559993 210.7035,97.694 C211.033502,97.8320007 211.333499,98.0179988 211.6035,98.252 L211.6035,93.527 L214.3935,93.527 Z M222.0885,101.213 C222.0885,100.990999 222.06,100.775001 222.003,100.565 C221.946,100.354999 221.853001,100.167501 221.724,100.0025 C221.594999,99.8374992 221.425501,99.7040005 221.2155,99.602 C221.005499,99.4999995 220.750501,99.449 220.4505,99.449 C219.922497,99.449 219.508501,99.6004985 219.2085,99.9035 C218.908499,100.206502 218.7105,100.642997 218.6145,101.213 L222.0885,101.213 Z M218.5785,102.833 C218.6685,103.613004 218.905498,104.178498 219.2895,104.5295 C219.673502,104.880502 220.168497,105.056 220.7745,105.056 C221.098502,105.056 221.377499,105.017 221.6115,104.939 C221.845501,104.861 222.053999,104.774 222.237,104.678 C222.420001,104.582 222.587999,104.495 222.741,104.417 C222.894001,104.339 223.054499,104.3 223.2225,104.3 C223.444501,104.3 223.612499,104.380999 223.7265,104.543 L224.5365,105.542 C224.248499,105.872002 223.938002,106.140499 223.605,106.3475 C223.271998,106.554501 222.930002,106.716499 222.579,106.8335 C222.227998,106.950501 221.877002,107.0315 221.526,107.0765 C221.174998,107.1215 220.840502,107.144 220.5225,107.144 C219.868497,107.144 219.255003,107.037501 218.682,106.8245 C218.108997,106.611499 217.608002,106.295002 217.179,105.875 C216.749998,105.454998 216.411001,104.933003 216.162,104.309 C215.912999,103.684997 215.7885,102.959004 215.7885,102.131 C215.7885,101.506997 215.894999,100.916003 216.108,100.358 C216.321001,99.7999972 216.626998,99.3110021 217.026,98.891 C217.425002,98.4709979 217.907997,98.1380012 218.475,97.892 C219.042003,97.6459988 219.682496,97.523 220.3965,97.523 C221.014503,97.523 221.579997,97.618999 222.093,97.811 C222.606003,98.003001 223.046998,98.2819982 223.416,98.648 C223.785002,99.0140018 224.072999,99.4624973 224.28,99.9935 C224.487001,100.524503 224.5905,101.125997 224.5905,101.798 C224.5905,102.008001 224.5815,102.178999 224.5635,102.311 C224.5455,102.443001 224.5125,102.548 224.4645,102.626 C224.4165,102.704 224.352,102.758 224.271,102.788 C224.19,102.818 224.086501,102.833 223.9605,102.833 L218.5785,102.833 Z M225.6075,105.587 C225.6075,105.370999 225.648,105.170001 225.729,104.984 C225.81,104.797999 225.920999,104.636001 226.062,104.498 C226.203001,104.359999 226.369499,104.2505 226.5615,104.1695 C226.753501,104.0885 226.963499,104.048 227.1915,104.048 C227.413501,104.048 227.620499,104.0885 227.8125,104.1695 C228.004501,104.2505 228.172499,104.359999 228.3165,104.498 C228.460501,104.636001 228.573,104.797999 228.654,104.984 C228.735,105.170001 228.7755,105.370999 228.7755,105.587 C228.7755,105.803001 228.735,106.005499 228.654,106.1945 C228.573,106.383501 228.460501,106.546999 228.3165,106.685 C228.172499,106.823001 228.004501,106.931 227.8125,107.009 C227.620499,107.087 227.413501,107.126 227.1915,107.126 C226.963499,107.126 226.753501,107.087 226.5615,107.009 C226.369499,106.931 226.203001,106.823001 226.062,106.685 C225.920999,106.546999 225.81,106.383501 225.729,106.1945 C225.648,106.005499 225.6075,105.803001 225.6075,105.587 Z M233.1405,97.667 L233.1405,107.018 C233.1405,107.456002 233.085001,107.868498 232.974,108.2555 C232.862999,108.642502 232.680001,108.981499 232.425,109.2725 C232.169999,109.563501 231.834002,109.792999 231.417,109.961 C230.999998,110.129001 230.482503,110.213 229.8645,110.213 C229.636499,110.213 229.425001,110.1995 229.23,110.1725 C229.034999,110.1455 228.832501,110.105 228.6225,110.051 L228.7125,108.584 C228.7245,108.457999 228.7665,108.365 228.8385,108.305 C228.9105,108.245 229.054499,108.215 229.2705,108.215 C229.486501,108.215 229.663499,108.197 229.8015,108.161 C229.939501,108.125 230.049,108.062 230.13,107.972 C230.211,107.882 230.268,107.760501 230.301,107.6075 C230.334,107.454499 230.3505,107.258001 230.3505,107.018 L230.3505,97.667 L233.1405,97.667 Z M233.4285,95.111 C233.4285,95.3330011 233.3835,95.541499 233.2935,95.7365 C233.2035,95.931501 233.080501,96.1024993 232.9245,96.2495 C232.768499,96.3965007 232.587001,96.5134996 232.38,96.6005 C232.172999,96.6875004 231.952501,96.731 231.7185,96.731 C231.490499,96.731 231.277501,96.6875004 231.0795,96.6005 C230.881499,96.5134996 230.706001,96.3965007 230.553,96.2495 C230.399999,96.1024993 230.28,95.931501 230.193,95.7365 C230.106,95.541499 230.0625,95.3330011 230.0625,95.111 C230.0625,94.8829989 230.106,94.670001 230.193,94.472 C230.28,94.273999 230.399999,94.1000007 230.553,93.95 C230.706001,93.7999992 230.881499,93.6830004 231.0795,93.599 C231.277501,93.5149996 231.490499,93.473 231.7185,93.473 C231.952501,93.473 232.172999,93.5149996 232.38,93.599 C232.587001,93.6830004 232.768499,93.7999992 232.9245,93.95 C233.080501,94.1000007 233.2035,94.273999 233.2935,94.472 C233.3835,94.670001 233.4285,94.8829989 233.4285,95.111 Z M241.0245,99.71 C240.9525,99.8240006 240.876,99.9049998 240.795,99.953 C240.714,100.001 240.610501,100.025 240.4845,100.025 C240.352499,100.025 240.220501,99.9965003 240.0885,99.9395 C239.956499,99.8824997 239.814001,99.8210003 239.661,99.755 C239.507999,99.6889997 239.335501,99.6275003 239.1435,99.5705 C238.951499,99.5134997 238.732501,99.485 238.4865,99.485 C238.132498,99.485 237.861001,99.5524993 237.672,99.6875 C237.482999,99.8225007 237.3885,100.009999 237.3885,100.25 C237.3885,100.424001 237.449999,100.567999 237.573,100.682 C237.696001,100.796001 237.859499,100.8965 238.0635,100.9835 C238.267501,101.0705 238.498499,101.153 238.7565,101.231 C239.014501,101.309 239.278499,101.396 239.5485,101.492 C239.818501,101.588 240.082499,101.700499 240.3405,101.8295 C240.598501,101.958501 240.829499,102.117499 241.0335,102.3065 C241.237501,102.495501 241.400999,102.724999 241.524,102.995 C241.647001,103.265001 241.7085,103.588998 241.7085,103.967 C241.7085,104.429002 241.624501,104.854998 241.4565,105.245 C241.288499,105.635002 241.038002,105.970999 240.705,106.253 C240.371998,106.535001 239.961002,106.753999 239.472,106.91 C238.982998,107.066001 238.420503,107.144 237.7845,107.144 C237.466498,107.144 237.148502,107.114 236.8305,107.054 C236.512498,106.994 236.205001,106.913001 235.908,106.811 C235.610999,106.708999 235.336501,106.587501 235.0845,106.4465 C234.832499,106.305499 234.616501,106.154001 234.4365,105.992 L235.0845,104.966 C235.1565,104.845999 235.247999,104.7515 235.359,104.6825 C235.470001,104.6135 235.612499,104.579 235.7865,104.579 C235.948501,104.579 236.093999,104.615 236.223,104.687 C236.352001,104.759 236.491499,104.837 236.6415,104.921 C236.791501,105.005 236.966999,105.083 237.168,105.155 C237.369001,105.227 237.622498,105.263 237.9285,105.263 C238.144501,105.263 238.327499,105.2405 238.4775,105.1955 C238.627501,105.1505 238.7475,105.089 238.8375,105.011 C238.9275,104.933 238.9935,104.846 239.0355,104.75 C239.0775,104.654 239.0985,104.555001 239.0985,104.453 C239.0985,104.266999 239.035501,104.114001 238.9095,103.994 C238.783499,103.873999 238.618501,103.7705 238.4145,103.6835 C238.210499,103.5965 237.978001,103.5155 237.717,103.4405 C237.455999,103.3655 237.190501,103.28 236.9205,103.184 C236.650499,103.088 236.385001,102.972501 236.124,102.8375 C235.862999,102.702499 235.630501,102.531501 235.4265,102.3245 C235.222499,102.117499 235.057501,101.864001 234.9315,101.564 C234.805499,101.263998 234.7425,100.901002 234.7425,100.475 C234.7425,100.078998 234.818999,99.7025018 234.972,99.3455 C235.125001,98.9884982 235.354498,98.6750013 235.6605,98.405 C235.966502,98.1349986 236.350498,97.9205008 236.8125,97.7615 C237.274502,97.6024992 237.814497,97.523 238.4325,97.523 C238.768502,97.523 239.093998,97.5529997 239.409,97.613 C239.724002,97.6730003 240.019499,97.7569995 240.2955,97.865 C240.571501,97.9730005 240.823499,98.1004993 241.0515,98.2475 C241.279501,98.3945007 241.480499,98.5549991 241.6545,98.729 L241.0245,99.71 Z" id="Node.js" fill="#29648F"></path>
-                <path d="M323.384,251.322 C324.176004,251.322 324.745998,251.133002 325.094,250.755 C325.442002,250.376998 325.616,249.849003 325.616,249.171 C325.616,248.870999 325.571,248.598001 325.481,248.352 C325.391,248.105999 325.254501,247.894501 325.0715,247.7175 C324.888499,247.540499 324.657501,247.404 324.3785,247.308 C324.099499,247.212 323.768002,247.164 323.384,247.164 L321.8,247.164 L321.8,251.322 L323.384,251.322 Z M323.384,244.887 C324.308005,244.887 325.101497,244.996499 325.7645,245.2155 C326.427503,245.434501 326.973498,245.735998 327.4025,246.12 C327.831502,246.504002 328.147999,246.956997 328.352,247.479 C328.556001,248.001003 328.658,248.564997 328.658,249.171 C328.658,249.825003 328.553001,250.424997 328.343,250.971 C328.132999,251.517003 327.812002,251.984998 327.38,252.375 C326.947998,252.765002 326.400503,253.069499 325.7375,253.2885 C325.074497,253.507501 324.290005,253.617 323.384,253.617 L321.8,253.617 L321.8,258 L318.758,258 L318.758,244.887 L323.384,244.887 Z M338.747,248.667 L333.761,260.421 C333.677,260.607001 333.575001,260.7435 333.455,260.8305 C333.334999,260.9175 333.143001,260.961 332.879,260.961 L330.791,260.961 L332.591,257.181 L328.865,248.667 L331.331,248.667 C331.547001,248.667 331.713499,248.715 331.8305,248.811 C331.947501,248.907 332.033,249.020999 332.087,249.153 L333.617,253.176 C333.761001,253.542002 333.878,253.916998 333.968,254.301 L334.166,253.725 C334.232,253.532999 334.301,253.344001 334.373,253.158 L335.759,249.153 C335.813,249.014999 335.908999,248.8995 336.047,248.8065 C336.185001,248.7135 336.334999,248.667 336.497,248.667 L338.747,248.667 Z M342.905,258.144 C342.460998,258.144 342.069502,258.079501 341.7305,257.9505 C341.391498,257.821499 341.106501,257.638501 340.8755,257.4015 C340.644499,257.164499 340.469001,256.878002 340.349,256.542 C340.228999,256.205998 340.169,255.831002 340.169,255.417 L340.169,250.593 L339.377,250.593 C339.232999,250.593 339.110001,250.5465 339.008,250.4535 C338.905999,250.3605 338.855,250.224001 338.855,250.044 L338.855,248.955 L340.34,248.667 L340.889,246.39 C340.961,246.101999 341.164998,245.958 341.501,245.958 L342.959,245.958 L342.959,248.685 L345.272,248.685 L345.272,250.593 L342.959,250.593 L342.959,255.228 C342.959,255.444001 343.011499,255.622499 343.1165,255.7635 C343.221501,255.904501 343.372999,255.975 343.571,255.975 C343.673001,255.975 343.7585,255.9645 343.8275,255.9435 C343.8965,255.9225 343.9565,255.8985 344.0075,255.8715 C344.0585,255.8445 344.1065,255.8205 344.1515,255.7995 C344.1965,255.7785 344.249,255.768 344.309,255.768 C344.393,255.768 344.4605,255.7875 344.5115,255.8265 C344.5625,255.8655 344.615,255.927 344.669,256.011 L345.515,257.334 C345.154998,257.604001 344.750002,257.806499 344.3,257.9415 C343.849998,258.076501 343.385002,258.144 342.905,258.144 Z M349.268,249.486 C349.604002,249.197999 349.968498,248.965501 350.3615,248.7885 C350.754502,248.611499 351.223997,248.523 351.77,248.523 C352.280003,248.523 352.731498,248.611499 353.1245,248.7885 C353.517502,248.965501 353.848999,249.211498 354.119,249.5265 C354.389001,249.841502 354.592999,250.216498 354.731,250.6515 C354.869001,251.086502 354.938,251.558997 354.938,252.069 L354.938,258 L352.148,258 L352.148,252.069 C352.148,251.612998 352.043001,251.257501 351.833,251.0025 C351.622999,250.747499 351.314002,250.62 350.906,250.62 C350.599998,250.62 350.313501,250.684499 350.0465,250.8135 C349.779499,250.942501 349.520001,251.117999 349.268,251.34 L349.268,258 L346.478,258 L346.478,244.527 L349.268,244.527 L349.268,249.486 Z M361.04,248.523 C361.748004,248.523 362.392997,248.633999 362.975,248.856 C363.557003,249.078001 364.056498,249.395998 364.4735,249.81 C364.890502,250.224002 365.214499,250.726497 365.4455,251.3175 C365.676501,251.908503 365.792,252.572996 365.792,253.311 C365.792,254.055004 365.676501,254.725497 365.4455,255.3225 C365.214499,255.919503 364.890502,256.426498 364.4735,256.8435 C364.056498,257.260502 363.557003,257.581499 362.975,257.8065 C362.392997,258.031501 361.748004,258.144 361.04,258.144 C360.325996,258.144 359.676503,258.031501 359.0915,257.8065 C358.506497,257.581499 358.002502,257.260502 357.5795,256.8435 C357.156498,256.426498 356.829501,255.919503 356.5985,255.3225 C356.367499,254.725497 356.252,254.055004 356.252,253.311 C356.252,252.572996 356.367499,251.908503 356.5985,251.3175 C356.829501,250.726497 357.156498,250.224002 357.5795,249.81 C358.002502,249.395998 358.506497,249.078001 359.0915,248.856 C359.676503,248.633999 360.325996,248.523 361.04,248.523 Z M361.04,256.074 C361.682003,256.074 362.154498,255.847502 362.4575,255.3945 C362.760502,254.941498 362.912,254.253005 362.912,253.329 C362.912,252.404995 362.760502,251.718002 362.4575,251.268 C362.154498,250.817998 361.682003,250.593 361.04,250.593 C360.379997,250.593 359.897002,250.817998 359.591,251.268 C359.284998,251.718002 359.132,252.404995 359.132,253.329 C359.132,254.253005 359.284998,254.941498 359.591,255.3945 C359.897002,255.847502 360.379997,256.074 361.04,256.074 Z M369.77,249.675 C369.950001,249.506999 370.135999,249.351001 370.328,249.207 C370.520001,249.062999 370.725499,248.9415 370.9445,248.8425 C371.163501,248.7435 371.400499,248.6655 371.6555,248.6085 C371.910501,248.5515 372.187999,248.523 372.488,248.523 C372.998003,248.523 373.449498,248.611499 373.8425,248.7885 C374.235502,248.965501 374.566999,249.211498 374.837,249.5265 C375.107001,249.841502 375.310999,250.216498 375.449,250.6515 C375.587001,251.086502 375.656,251.558997 375.656,252.069 L375.656,258 L372.866,258 L372.866,252.069 C372.866,251.612998 372.761001,251.257501 372.551,251.0025 C372.340999,250.747499 372.032002,250.62 371.624,250.62 C371.317998,250.62 371.031501,250.684499 370.7645,250.8135 C370.497499,250.942501 370.238001,251.117999 369.986,251.34 L369.986,258 L367.196,258 L367.196,248.667 L368.924,248.667 C369.272002,248.667 369.499999,248.822998 369.608,249.135 L369.77,249.675 Z" id="Python" fill="#29648F"></path>
-                <path d="M27.036,153.777 C27.3600016,154.143002 27.522,154.451999 27.522,154.704 C27.522,154.956001 27.4380008,155.082 27.27,155.082 C27.1859996,155.082 27.0330011,155.04 26.811,154.956 C26.5889989,154.872 26.3700011,154.83 26.154,154.83 C25.7339979,154.83 25.2150031,155.042998 24.597,155.469 C23.9789969,155.895002 23.3910028,156.422997 22.833,157.053 C22.2749972,157.683003 21.798002,158.411996 21.402,159.24 C21.005998,160.068004 20.808,160.835996 20.808,161.544 C20.808,162.000002 20.9669984,162.374999 21.285,162.669 C21.6030016,162.963001 22.058997,163.11 22.653,163.11 C23.247003,163.11 23.8769967,162.996001 24.543,162.768 C25.2090033,162.539999 25.7549979,162.312001 26.181,162.084 C26.6070021,161.855999 26.8799994,161.742 27,161.742 C27.204001,161.742 27.306,161.870999 27.306,162.129 C27.306,162.387001 27.0480026,162.719998 26.532,163.128 C26.0159974,163.536002 25.3710039,163.901998 24.597,164.226 C23.8229961,164.550002 23.1240031,164.712 22.5,164.712 C21.695996,164.712 20.9310036,164.370003 20.205,163.686 C19.4789964,163.001997 19.116,162.276004 19.116,161.508 C19.116,160.475995 19.4669965,159.312006 20.169,158.016 C20.8710035,156.719994 21.7739945,155.598005 22.878,154.65 C23.9820055,153.701995 25.0439949,153.228 26.064,153.228 C26.3880016,153.228 26.7119984,153.410998 27.036,153.777 Z M31.32,150.798 C31.524001,150.798 31.7459988,150.968998 31.986,151.311 C32.2260012,151.653002 32.346,151.985998 32.346,152.31 C32.346,153.126004 32.1570019,154.48499 31.779,156.387 C31.4009981,158.28901 30.8940032,160.187991 30.258,162.084 C31.5060062,159.839989 32.528996,158.238005 33.327,157.278 C34.125004,156.317995 34.8119971,155.838 35.388,155.838 C35.7000016,155.838 36.056998,156.098997 36.459,156.621 C36.861002,157.143003 37.062,157.637998 37.062,158.106 C37.062,158.790003 36.9120015,159.659995 36.612,160.716 C35.8559962,163.380013 35.1660031,164.712 34.542,164.712 C34.2899987,164.712 34.164,164.574001 34.164,164.298 C34.164,164.021999 34.2149995,163.707002 34.317,163.353 C34.4190005,162.998998 34.565999,162.540003 34.758,161.976 C35.3220028,160.295992 35.604,159.150003 35.604,158.538 C35.604,158.309999 35.5470006,158.118001 35.433,157.962 C35.3189994,157.805999 35.1810008,157.728 35.019,157.728 C34.8569992,157.728 34.6680011,157.805999 34.452,157.962 C34.2359989,158.118001 33.9660016,158.411998 33.642,158.844 C33.1979978,159.420003 32.7810019,160.004997 32.391,160.599 C32.000998,161.193003 31.7940001,161.508 31.77,161.544 C31.6859996,161.688001 31.5990004,161.828999 31.509,161.967 C31.4189995,162.105001 31.2630011,162.353998 31.041,162.714 C30.8189989,163.074002 30.6480006,163.346999 30.528,163.533 C30.4079994,163.719001 30.2760007,163.919999 30.132,164.136 C29.8679987,164.520002 29.6610007,164.712 29.511,164.712 C29.3609992,164.712 29.1750011,164.580001 28.953,164.316 C28.7309989,164.051999 28.6319999,163.818001 28.656,163.614 C29.4120038,160.517985 29.8619993,158.616004 30.006,157.908 C30.5940029,155.039986 30.888,152.898007 30.888,151.482 C30.888,151.025998 31.0319986,150.798 31.32,150.798 Z M46.584,158.16 C46.584,158.520002 46.4400014,158.939998 46.152,159.42 C46.2840007,159.600001 46.35,159.764999 46.35,159.915 C46.35,160.065001 46.2660008,160.433997 46.098,161.022 C45.9299992,161.610003 45.8160003,162.065998 45.756,162.39 C45.6959997,162.714002 45.6570001,162.995999 45.639,163.236 C45.6209999,163.476001 45.6030001,163.673999 45.585,163.83 C45.5669999,163.986001 45.5460001,164.135999 45.522,164.28 C45.4739998,164.568001 45.348001,164.712 45.144,164.712 C44.7119978,164.712 44.4660003,164.016007 44.406,162.624 C43.9019975,163.236003 43.347003,163.736998 42.741,164.127 C42.134997,164.517002 41.5680026,164.712 41.04,164.712 C40.5119974,164.712 40.0080024,164.481002 39.528,164.019 C39.0479976,163.556998 38.808,163.068003 38.808,162.552 C38.808,161.819996 39.0839972,160.926005 39.636,159.87 C40.1880028,158.813995 40.8989956,157.878004 41.769,157.062 C42.6390043,156.245996 43.4519962,155.838 44.208,155.838 C44.7840029,155.838 45.3239975,156.086998 45.828,156.585 C46.3320025,157.083002 46.584,157.607997 46.584,158.16 Z M45.324,158.898 C45.324,158.405998 45.2400008,158.007002 45.072,157.701 C44.9039992,157.394998 44.6700015,157.242 44.37,157.242 C43.8659975,157.242 43.2780034,157.577997 42.606,158.25 C41.9339966,158.922003 41.3640023,159.680996 40.896,160.527 C40.4279977,161.373004 40.194,162.053997 40.194,162.57 C40.194,162.798001 40.2659993,162.977999 40.41,163.11 C40.5540007,163.242001 40.7399989,163.314 40.968,163.326 C41.6280033,163.35 42.3719959,162.987004 43.2,162.237 C44.0280041,161.486996 44.6339981,160.524006 45.018,159.348 C45.0780003,159.167999 45.1799993,159.054 45.324,159.006 L45.324,158.898 Z M52.254,154.164 C52.254,154.272001 52.2030005,154.371 52.101,154.461 C51.9989995,154.551 51.8940005,154.596 51.786,154.596 C51.5099986,154.596 51.2010017,154.428002 50.859,154.092 C50.5169983,153.755998 50.346,153.471001 50.346,153.237 C50.346,153.002999 50.4359991,152.784001 50.616,152.58 C50.7960009,152.375999 50.981999,152.274 51.174,152.274 C51.366001,152.274 51.5939987,152.510998 51.858,152.985 C52.1220013,153.459002 52.254,153.851998 52.254,154.164 Z M50.22,155.838 C50.424001,155.838 50.6189991,155.960999 50.805,156.207 C50.9910009,156.453001 51.084,156.695999 51.084,156.936 C51.084,157.656004 50.4720061,159.941981 49.248,163.794 C49.043999,164.406003 48.7800016,164.712 48.456,164.712 C48.2999992,164.712 48.1650006,164.625001 48.051,164.451 C47.9369994,164.276999 47.8979998,164.082001 47.934,163.866 C48.0180004,163.493998 48.1739989,162.882004 48.402,162.03 C48.6300011,161.177996 48.9059984,160.068007 49.23,158.7 C49.5540016,157.331993 49.7459997,156.564001 49.806,156.396 C49.9260006,156.023998 50.0639992,155.838 50.22,155.838 Z M58.95,155.838 C59.346002,155.838 59.744998,156.080998 60.147,156.567 C60.549002,157.053002 60.75,157.565997 60.75,158.106 C60.75,158.958004 60.552002,159.995994 60.156,161.22 C59.4119963,163.548012 58.7700027,164.712 58.23,164.712 C57.9779987,164.712 57.852,164.550002 57.852,164.226 C57.852,163.961999 57.9899986,163.440004 58.266,162.66 C58.9860036,160.58399 59.346,159.174004 59.346,158.43 C59.346,158.165999 59.2890006,157.941001 59.175,157.755 C59.0609994,157.568999 58.9440006,157.476 58.824,157.476 C58.7039994,157.476 58.5810006,157.512 58.455,157.584 C58.3289994,157.656 58.1910007,157.772999 58.041,157.935 C57.8909993,158.097001 57.7470007,158.261999 57.609,158.43 C57.4709993,158.598001 57.303001,158.831998 57.105,159.132 C56.906999,159.432002 56.7360007,159.695999 56.592,159.924 C55.787996,161.160006 55.185002,162.098997 54.783,162.741 C54.380998,163.383003 54.1020008,163.823999 53.946,164.064 C53.6339984,164.496002 53.4000008,164.712 53.244,164.712 C53.0879992,164.712 52.8990011,164.583001 52.677,164.325 C52.4549989,164.066999 52.3649998,163.833001 52.407,163.623 C52.4490002,163.412999 52.568999,162.996003 52.767,162.372 C52.965001,161.747997 53.1119995,161.250002 53.208,160.878 C53.5200016,159.713994 53.6999998,158.418007 53.748,156.99 C53.7720001,156.557998 53.8049998,156.249001 53.847,156.063 C53.8890002,155.876999 53.9759993,155.784 54.108,155.784 C54.3480012,155.784 54.5909988,155.915999 54.837,156.18 C55.0830012,156.444001 55.206,156.749998 55.206,157.098 C55.206,157.446002 55.110001,158.087995 54.918,159.024 C54.725999,159.960005 54.4740016,160.877995 54.162,161.778 C55.3380059,159.76199 56.3039962,158.268005 57.06,157.296 C57.8160038,156.323995 58.4459975,155.838 58.95,155.838 Z M21.042,175.79 C20.441997,176.846005 20.142,177.850995 20.142,178.805 C20.142,179.759005 20.3759977,180.343999 20.844,180.56 C21.7440045,180.403999 22.5059969,179.816005 23.13,178.796 C23.7540031,177.775995 24.066,176.798005 24.066,175.862 C24.066,175.441998 23.9940007,175.046002 23.85,174.674 C23.7059993,174.301998 23.5020013,174.038001 23.238,173.882 C22.3739957,174.098001 21.642003,174.733995 21.042,175.79 Z M25.488,175.844 C25.488,177.296007 25.0170047,178.636994 24.075,179.867 C23.1329953,181.097006 22.0380062,181.712 20.79,181.712 C20.1779969,181.712 19.674002,181.436003 19.278,180.884 C18.881998,180.331997 18.684,179.621004 18.684,178.751 C18.684,177.880996 18.887998,176.981005 19.296,176.051 C19.704002,175.120995 20.2469966,174.353003 20.925,173.747 C21.6030034,173.140997 22.2989964,172.838 23.013,172.838 C23.7270036,172.838 24.3179977,173.140997 24.786,173.747 C25.2540023,174.353003 25.488,175.051996 25.488,175.844 Z M28.638,181.217 C28.4699992,181.583002 28.3170007,181.766 28.179,181.766 C28.0409993,181.766 27.8820009,181.652001 27.702,181.424 C27.5219991,181.195999 27.4499998,180.980001 27.486,180.776 C28.3860045,177.355983 28.8659997,175.520001 28.926,175.268 C28.3379971,175.376001 27.9660008,175.43 27.81,175.43 C27.6539992,175.43 27.4860009,175.352001 27.306,175.196 C27.1259991,175.039999 27.036,174.863001 27.036,174.665 C27.036,174.466999 27.2849975,174.305001 27.783,174.179 C28.2810025,174.052999 28.7699976,173.942 29.25,173.846 C29.2860002,173.665999 29.3369997,173.402002 29.403,173.054 C29.4690003,172.705998 29.5199998,172.454001 29.556,172.298 C29.8560015,170.713992 30.2339977,169.586003 30.69,168.914 C31.1460023,168.241997 31.7819959,167.906 32.598,167.906 C33.198003,167.906 33.6839981,168.139998 34.056,168.608 C34.4280019,169.076002 34.614,169.612997 34.614,170.219 C34.614,170.825003 34.4640015,171.128 34.164,171.128 C33.8759986,171.128 33.6540008,170.810003 33.498,170.174 C33.4379997,169.933999 33.3330007,169.715001 33.183,169.517 C33.0329992,169.318999 32.853001,169.22 32.643,169.22 C32.4329989,169.22 32.2500008,169.294999 32.094,169.445 C31.9379992,169.595001 31.7880007,169.855998 31.644,170.228 C31.4159989,170.852003 31.2420006,171.409998 31.122,171.902 L30.708,173.63 C31.1640023,173.57 31.595998,173.54 32.004,173.54 C32.796004,173.54 33.192,173.701998 33.192,174.026 C33.192,174.230001 33.0120018,174.385999 32.652,174.494 C32.0399969,174.674001 31.2840045,174.829999 30.384,174.962 C29.8319972,177.182011 29.4450011,178.687996 29.223,179.48 C29.0009989,180.272004 28.8060008,180.850998 28.638,181.217 Z M42.624,175.286 L45.792,175.124 C46.2480023,175.124 46.476,175.219999 46.476,175.412 C46.476,176.192004 44.9340154,176.582 41.85,176.582 C41.2259969,178.52601 40.914,179.647998 40.914,179.948 C40.914,180.188001 41.0519986,180.308 41.328,180.308 C42.6480066,180.308 44.0879922,180.110002 45.648,179.714 C46.1760026,179.581999 46.4819996,179.516 46.566,179.516 C46.770001,179.516 46.872,179.647999 46.872,179.912 C46.872,180.344002 46.2480062,180.760998 45,181.163 C43.7519938,181.565002 42.5340059,181.766 41.346,181.766 C40.8179974,181.766 40.350002,181.616002 39.942,181.316 C39.533998,181.015998 39.33,180.641002 39.33,180.191 C39.33,179.740998 39.4979983,178.976005 39.834,177.896 C40.1700017,176.815995 40.5059983,175.667006 40.842,174.449 C41.1780017,173.230994 41.346,172.208004 41.346,171.38 C41.346,171.187999 41.3819996,171.038001 41.454,170.93 C41.6820011,170.521998 42.9329886,170.318 45.207,170.318 C47.4810114,170.318 48.618,170.497998 48.618,170.858 C48.618,171.098001 48.3720025,171.26 47.88,171.344 C47.4959981,171.416 46.9590034,171.476 46.269,171.524 C45.5789965,171.572 45.1260011,171.608 44.91,171.632 C44.6939989,171.656 44.0100058,171.751999 42.858,171.92 L42.858,171.956 C42.858,172.748004 42.6480021,173.857993 42.228,175.286 L42.624,175.286 Z M54.972,172.838 C55.1520009,172.838 55.337999,172.909999 55.53,173.054 C55.722001,173.198001 55.818,173.386999 55.818,173.621 C55.818,173.855001 55.3650045,174.96499 54.459,176.951 C53.5529955,178.93701 52.9350016,180.235997 52.605,180.848 C52.2749983,181.460003 51.9720014,181.766 51.696,181.766 C51.5399992,181.766 51.357001,181.655001 51.147,181.433 C50.9369989,181.210999 50.7780005,180.962001 50.67,180.686 C50.3459984,179.917996 50.0010018,178.706008 49.635,177.05 C49.2689982,175.393992 49.086,174.164004 49.086,173.36 C49.086,173.011998 49.187999,172.838 49.392,172.838 C49.6320012,172.838 49.8839987,172.942999 50.148,173.153 C50.4120013,173.363001 50.5709997,173.578999 50.625,173.801 C50.6790003,174.023001 50.7479996,174.559996 50.832,175.412 C51.0000008,177.36801 51.3059978,178.879995 51.75,179.948 C52.0740016,179.239996 52.4939974,178.232007 53.01,176.924 C53.5260026,175.615993 53.9429984,174.608004 54.261,173.9 C54.5790016,173.191996 54.8159992,172.838 54.972,172.838 Z M62.712,177.338 C62.0279966,177.734002 61.2660042,177.932 60.426,177.932 C59.5859958,177.932 58.770004,177.830001 57.978,177.626 C57.8099992,178.154003 57.726,178.636998 57.726,179.075 C57.726,179.513002 57.8639986,179.851999 58.14,180.092 C58.4160014,180.332001 58.8449971,180.452 59.427,180.452 C60.0090029,180.452 60.6119969,180.344001 61.236,180.128 C61.8600031,179.911999 62.2079996,179.804 62.28,179.804 C62.5800015,179.804 62.73,179.917999 62.73,180.146 C62.73,180.458002 62.3670036,180.796998 61.641,181.163 C60.9149964,181.529002 60.2100034,181.712 59.526,181.712 C58.6139954,181.712 57.8640029,181.436003 57.276,180.884 C56.6879971,180.331997 56.394,179.633004 56.394,178.787 C56.394,177.940996 56.6189977,177.053005 57.069,176.123 C57.5190022,175.192995 58.1039964,174.413003 58.824,173.783 C59.5440036,173.152997 60.2549965,172.838 60.957,172.838 C61.6590035,172.838 62.2979971,173.170997 62.874,173.837 C63.4500029,174.503003 63.738,175.153997 63.738,175.79 C63.738,176.426003 63.3960034,176.941998 62.712,177.338 Z M61.056,174.17 C60.5879977,174.17 60.1080025,174.409998 59.616,174.89 C59.1239975,175.370002 58.7100017,175.963996 58.374,176.672 C58.9020026,176.780001 59.4839968,176.834 60.12,176.834 C60.7560032,176.834 61.2959978,176.735001 61.74,176.537 C62.1840022,176.338999 62.406,176.072002 62.406,175.736 C62.406,175.399998 62.2560015,175.055002 61.956,174.701 C61.6559985,174.346998 61.3560015,174.17 61.056,174.17 Z M70.956,172.838 C71.352002,172.838 71.750998,173.080998 72.153,173.567 C72.555002,174.053002 72.756,174.565997 72.756,175.106 C72.756,175.958004 72.558002,176.995994 72.162,178.22 C71.4179963,180.548012 70.7760027,181.712 70.236,181.712 C69.9839987,181.712 69.858,181.550002 69.858,181.226 C69.858,180.961999 69.9959986,180.440004 70.272,179.66 C70.9920036,177.58399 71.352,176.174004 71.352,175.43 C71.352,175.165999 71.2950006,174.941001 71.181,174.755 C71.0669994,174.568999 70.9500006,174.476 70.83,174.476 C70.7099994,174.476 70.5870006,174.512 70.461,174.584 C70.3349994,174.656 70.1970008,174.772999 70.047,174.935 C69.8969992,175.097001 69.7530007,175.261999 69.615,175.43 C69.4769993,175.598001 69.309001,175.831998 69.111,176.132 C68.912999,176.432002 68.7420007,176.695999 68.598,176.924 C67.793996,178.160006 67.191002,179.098997 66.789,179.741 C66.386998,180.383003 66.1080008,180.823999 65.952,181.064 C65.6399984,181.496002 65.4060008,181.712 65.25,181.712 C65.0939992,181.712 64.9050011,181.583001 64.683,181.325 C64.4609989,181.066999 64.3709998,180.833001 64.413,180.623 C64.4550002,180.412999 64.574999,179.996003 64.773,179.372 C64.971001,178.747997 65.1179995,178.250002 65.214,177.878 C65.5260016,176.713994 65.7059998,175.418007 65.754,173.99 C65.7780001,173.557998 65.8109998,173.249001 65.853,173.063 C65.8950002,172.876999 65.9819993,172.784 66.114,172.784 C66.3540012,172.784 66.5969988,172.915999 66.843,173.18 C67.0890012,173.444001 67.212,173.749998 67.212,174.098 C67.212,174.446002 67.116001,175.087995 66.924,176.024 C66.731999,176.960005 66.4800016,177.877995 66.168,178.778 C67.3440059,176.76199 68.3099962,175.268005 69.066,174.296 C69.8220038,173.323995 70.4519975,172.838 70.956,172.838 Z M75.942,179.984 C75.942,180.224001 76.0799986,180.344 76.356,180.344 C76.8360024,180.344 77.3969968,180.218001 78.039,179.966 C78.6810032,179.713999 79.0379996,179.588 79.11,179.588 C79.314001,179.588 79.416,179.689999 79.416,179.894 C79.416,180.218002 79.0620035,180.601998 78.354,181.046 C77.6459965,181.490002 77.0070028,181.712 76.437,181.712 C75.8669971,181.712 75.3990018,181.559002 75.033,181.253 C74.6669982,180.946998 74.484,180.626002 74.484,180.29 C74.484,179.953998 74.5529993,179.525003 74.691,179.003 C74.8290007,178.480997 75.0299987,177.794004 75.294,176.942 C75.5580013,176.089996 75.7679992,175.358003 75.924,174.746 C75.3479971,174.866001 74.9730009,174.926 74.799,174.926 C74.6249991,174.926 74.4510009,174.836001 74.277,174.656 C74.1029991,174.475999 74.016,174.302001 74.016,174.134 C74.016,173.869999 74.7659925,173.606001 76.266,173.342 C76.458001,172.285995 76.5689998,171.530002 76.599,171.074 C76.6290001,170.617998 76.6649998,170.351 76.707,170.273 C76.7490002,170.195 76.8509992,170.156 77.013,170.156 C77.1750008,170.156 77.3969986,170.278999 77.679,170.525 C77.9610014,170.771001 78.102,171.031999 78.102,171.308 C78.102,171.584001 78.000001,172.189995 77.796,173.126 C78.4200031,173.054 78.9659977,173.018 79.434,173.018 C80.1420035,173.018 80.496,173.161999 80.496,173.45 C80.496,173.630001 80.3100019,173.773999 79.938,173.882 C79.5659981,173.990001 78.7440064,174.169999 77.472,174.422 C77.1959986,175.418005 76.8720019,176.521994 76.5,177.734 C76.1279981,178.946006 75.942,179.695999 75.942,179.984 Z M86.832,173.504 C87.1800017,173.948002 87.354,174.298999 87.354,174.557 C87.354,174.815001 87.2640009,174.944 87.084,174.944 C86.9519993,174.944 86.7480014,174.833001 86.472,174.611 C86.1959986,174.388999 85.9110015,174.278 85.617,174.278 C85.3229985,174.278 84.8640031,174.451998 84.24,174.8 C83.6159969,175.148002 83.304,175.513998 83.304,175.898 C83.304,176.078001 83.4779983,176.299999 83.826,176.564 C84.1740017,176.828001 84.5549979,177.088999 84.969,177.347 C85.3830021,177.605001 85.7639983,177.937998 86.112,178.346 C86.4600017,178.754002 86.634,179.197998 86.634,179.678 C86.634,180.158002 86.3130032,180.616998 85.671,181.055 C85.0289968,181.493002 84.2760043,181.712 83.412,181.712 C82.5479957,181.712 81.7890033,181.505002 81.135,181.091 C80.4809967,180.676998 80.154,180.302002 80.154,179.966 C80.154,179.629998 80.2799987,179.462 80.532,179.462 C80.6640007,179.462 80.8859984,179.569999 81.198,179.786 C81.8220031,180.206002 82.4699966,180.416 83.142,180.416 C83.8140034,180.416 84.3089984,180.329001 84.627,180.155 C84.9450016,179.980999 85.104,179.753001 85.104,179.471 C85.104,179.188999 84.9300017,178.892002 84.582,178.58 C84.2339983,178.267998 83.8500021,177.995001 83.43,177.761 C83.0099979,177.526999 82.6260017,177.236002 82.278,176.888 C81.9299983,176.539998 81.756,176.186002 81.756,175.826 C81.756,175.189997 82.2479951,174.533003 83.232,173.855 C84.2160049,173.176997 85.0379967,172.838 85.698,172.838 C86.106002,172.838 86.4839983,173.059998 86.832,173.504 Z" id="Chain-of-Events" fill="#29648F"></path>
-                <path d="M108.294693,165.717182 C108.176289,165.33488 107.996381,164.936672 107.732135,164.887062 L107.723112,164.845405 L107.643378,164.886873 C107.53768,164.911678 107.510795,164.976626 107.501404,164.935157 L107.63767,164.879867 C107.534734,164.912625 107.594765,164.8615 107.623491,164.822872 C107.58077,164.837452 107.538969,164.850896 107.50122,164.853547 C107.487962,164.877026 107.522212,164.863204 107.540995,164.864719 C107.493486,164.902021 107.434928,164.971134 107.362928,164.982117 C107.260545,165.023585 107.330151,164.92285 107.210274,164.971513 C106.890049,165.089669 106.584739,165.229789 106.275931,165.366123 C105.965282,165.498859 105.666233,165.658293 105.366632,165.831929 C105.344719,165.824355 105.361292,165.815834 105.375287,165.79936 C105.202745,165.918842 105.034254,165.997423 104.882704,166.115578 C104.82875,166.127129 104.803707,166.112359 104.781978,166.105732 C104.803891,166.112359 104.584945,166.258918 104.358633,166.403962 C104.245016,166.475726 104.130295,166.548437 104.042827,166.603728 C103.957017,166.66148 103.897722,166.700108 103.893119,166.700676 L103.922029,166.771683 C103.752986,166.888703 103.826643,166.732866 103.679513,166.856134 C103.675646,166.987166 103.412505,167.025226 103.389303,167.109677 C103.385804,167.101724 103.307175,167.151713 103.293733,167.120659 C103.302203,167.18485 103.221917,167.185796 103.181774,167.231619 C103.173672,167.257561 103.204055,167.236353 103.227073,167.242223 C103.193743,167.272898 103.162807,167.306792 103.130398,167.338793 C103.077917,167.355077 103.04827,167.335006 103.090439,167.295431 C102.946623,167.396166 102.518306,167.67565 102.111718,167.992436 C101.909713,168.153007 101.707524,168.314145 101.537007,168.4501 C101.368148,168.588138 101.241457,168.713868 101.174061,168.781656 C101.238327,168.782034 101.307012,168.680542 101.383616,168.703453 C101.333529,168.800023 101.265212,168.79207 101.258214,168.852663 C101.164117,168.800969 101.078675,168.98199 100.955299,168.955481 L100.971319,169.018156 L100.911105,169.025162 C100.624209,169.369594 100.85089,169.109613 100.559759,169.37376 C100.403606,169.540389 100.381325,169.674451 100.271575,169.742049 C100.285386,169.729173 100.344864,169.719706 100.313192,169.771588 C100.271575,169.742049 100.227013,169.907732 100.17177,169.891069 C100.135125,169.936135 99.9983069,170.062622 100.091115,170.067735 C100.043606,170.063948 99.918757,170.174151 99.966266,170.081179 C99.9266752,170.120943 99.8824808,170.154079 99.865908,170.194601 L99.9281483,170.155026 C99.806798,170.301395 99.6985218,170.340212 99.6592993,170.474652 L99.7263274,170.442273 C99.6526702,170.528618 99.5924554,170.601708 99.5132738,170.587317 L99.5769873,170.48696 C99.4508493,170.626892 99.3770079,170.713615 99.2972739,170.853735 L99.3364964,170.813782 C99.289724,170.906943 99.1171819,171.170711 98.9426142,171.427472 C98.8558827,171.55661 98.7702562,171.685559 98.7030439,171.794247 C98.6376731,171.90445 98.5942153,171.997422 98.582246,172.046843 L98.6739493,172.013517 L98.613182,172.166703 C98.6245989,172.152312 98.5268189,171.997422 98.5496527,171.995718 C98.4997499,172.064074 98.3971821,172.203816 98.2686502,172.379156 C98.2043842,172.466826 98.1336733,172.563017 98.0596477,172.663941 C97.9896733,172.767706 97.9167526,172.876205 97.8438319,172.984325 C97.6974381,173.200186 97.5514126,173.414912 97.4313512,173.592334 C97.3173666,173.774112 97.2249268,173.915369 97.176313,173.977098 C97.0853462,174.068555 97.0943693,173.950589 97.0882925,173.944719 C97.0234741,174.086733 97.0998936,174.031821 97.027157,174.140698 C97.0004562,174.166071 96.9965892,174.112295 97.0008245,174.091088 C96.9755969,174.14316 96.9323233,174.178947 96.9507376,174.195799 C97.0045074,174.144864 97.0433616,174.206024 97.0951058,174.202995 L97.0019294,174.342926 L96.9709933,174.314334 C96.9511059,174.346334 97.0140828,174.453886 96.9133565,174.584729 C96.8476174,174.687168 96.785377,174.797182 96.7235049,174.908331 C96.7207428,174.787335 96.7205586,174.687168 96.7225842,174.623546 C96.6456124,174.419424 96.6793106,174.156414 96.6329065,173.953808 L96.6491111,173.973689 C96.6314334,173.864433 96.6306968,173.498226 96.6400881,173.127854 C96.6496635,172.75767 96.6715766,172.3837 96.6638426,172.255698 L96.6531622,172.289592 C96.6198323,172.06521 96.6934896,172.098725 96.7242415,171.925279 C96.648927,171.944403 96.6148605,171.750885 96.6144922,171.677796 L96.6306968,171.681583 C96.6268298,171.57138 96.5771111,171.317269 96.5837403,171.134544 L96.6238835,171.145338 C96.5947889,170.990448 96.6367735,170.707177 96.6470855,170.598489 C96.6903592,170.351574 96.8082108,169.981012 96.8050804,169.643776 L96.9533156,169.450826 L96.9468706,169.417879 C96.9468706,169.417879 96.6133873,169.273024 96.2355256,169.172478 C95.8576638,169.073068 95.4339504,169.019671 95.2498072,169.228905 L95.2107689,169.214704 L95.2013776,169.307865 C95.1643648,169.415606 95.2030349,169.474305 95.1639965,169.460483 L95.1927228,169.30938 C95.1634441,169.418825 95.1544211,169.337593 95.1382165,169.291202 C95.1269837,169.337215 95.1151986,169.381902 95.0969684,169.416932 C95.1091219,169.441358 95.1163034,169.403298 95.1277203,169.387393 C95.1323239,169.44969 95.1571832,169.539064 95.1293776,169.609503 C95.1100426,169.723493 95.0630861,169.607041 95.0406206,169.740345 C94.9139301,170.441895 94.8023393,171.128485 94.7745337,171.851242 C94.7566718,171.866769 94.7583291,171.847076 94.7518841,171.825869 C94.7570401,172.044381 94.7434135,172.23752 94.756856,172.436151 C94.7371527,172.490684 94.7115568,172.505264 94.6942473,172.52117 C94.7102678,172.505264 94.7135823,172.779446 94.7167128,173.059498 C94.7180018,173.199808 94.7194749,173.341443 94.7207639,173.449184 C94.7216846,173.556926 94.7209481,173.630962 94.7187384,173.635317 L94.7925798,173.647815 C94.7975516,173.861593 94.7097153,173.712194 94.7334698,173.909878 C94.8406411,173.983536 94.7325491,174.23935 94.7922115,174.305245 C94.783925,174.304298 94.7859506,174.401057 94.752989,174.396702 C94.8109941,174.423401 94.7715874,174.495733 94.7892652,174.556136 C94.8060222,174.577344 94.8051015,174.538905 94.8213061,174.521296 L94.8487434,174.659901 C94.8334595,174.715382 94.8012345,174.731287 94.7918432,174.672209 C94.7911066,174.855691 94.8102575,175.387392 94.8555567,175.921744 C94.8684467,176.055047 94.8811526,176.18873 94.8936744,176.317111 C94.8955158,176.343999 94.9045388,176.414438 94.9130094,176.471811 C94.92148,176.5307 94.9297664,176.58902 94.9378687,176.646205 C94.9544416,176.760952 94.9702779,176.871912 94.9855618,176.97795 C95.0446717,177.403613 95.1069121,177.743121 95.1428201,177.919976 C95.1647331,177.791785 95.1017561,177.589557 95.1487126,177.461176 C95.2133469,177.619664 95.182595,177.745204 95.2310246,177.795382 C95.1930911,177.871881 95.2052446,177.981516 95.218687,178.099861 C95.2253162,178.159128 95.2324978,178.220667 95.2341551,178.283343 L95.2341551,178.330491 C95.2323136,178.340716 95.2350758,178.344693 95.2413366,178.344693 L95.2547791,178.349995 C95.2715361,178.357569 95.2847944,178.367604 95.2928967,178.38048 L95.3919657,178.320456 L95.4599146,178.354539 C96.3314641,178.275769 95.6646818,178.324811 96.3995971,178.317237 C96.8279141,178.290727 97.0461238,178.204194 97.2481288,178.222182 C97.2282413,178.224076 97.1427989,178.1934 97.2317401,178.172382 C97.2508909,178.221803 97.3902873,178.121068 97.4250904,178.169731 C97.4834638,178.157802 97.6747885,178.146631 97.6035251,178.083198 C97.6392489,178.114819 97.8108703,178.113115 97.7125378,178.15269 C97.7705429,178.150228 97.8265225,178.151554 97.8661132,178.131672 L97.7907987,178.121447 C97.9821234,178.087174 98.0940825,178.127317 98.2113817,178.048735 L98.1369878,178.030179 C98.2515249,178.01238 98.3459903,177.992687 98.4004967,178.053091 L98.2857755,178.092476 C98.4756271,178.061233 98.5894276,178.037942 98.7415298,177.976403 L98.6849979,177.983598 C98.7811206,177.93626 99.0855092,177.844993 99.3856626,177.752021 C99.6837904,177.652422 99.9773146,177.549982 100.05576,177.48333 L99.9616624,177.451519 L100.104557,177.36953 C100.086511,177.373506 100.070123,177.557178 100.050604,177.544112 C100.21578,177.501697 100.724383,177.362334 101.220097,177.203847 C101.71802,177.050093 102.204342,176.881191 102.356444,176.847297 C102.48424,176.83461 102.404321,176.920765 102.40561,176.929286 C102.543902,176.860362 102.450173,176.853735 102.57447,176.815675 C102.61093,176.813403 102.580731,176.8579 102.564158,176.871723 C102.616086,176.847107 102.671881,176.847486 102.66783,176.821923 C102.594725,176.827604 102.601907,176.754325 102.559738,176.72346 L102.718286,176.672714 L102.724731,176.714939 C102.760086,176.703578 102.776106,176.57444 102.936495,176.539789 C103.20203,176.464616 103.473825,176.34078 103.735492,176.251974 C103.740464,176.277347 103.691298,176.31162 103.641948,176.34646 C103.677119,176.334152 103.727758,176.308401 103.765508,176.312566 C103.688168,176.295525 103.862919,176.241938 103.808045,176.243832 C103.959226,176.072657 104.235809,176.065083 104.374837,175.931779 C104.358817,175.838997 104.149262,174.315849 104.106541,174.215303 C104.156628,174.196557 104.206531,174.17819 104.224945,174.180273 C104.202664,174.161716 104.101201,174.190308 104.054981,174.225528 L104.067318,174.283659 C103.955912,174.352015 104.026807,174.26283 103.91227,174.314334 C103.888699,174.272298 103.991635,174.218522 104.083891,174.175539 C103.99716,174.205267 103.9003,174.207539 103.885017,174.270783 C103.798285,174.284984 103.872495,174.212462 103.769559,174.232912 C103.706582,174.274002 103.633845,174.355234 103.545272,174.359778 L103.543615,174.351258 C103.335533,174.380796 103.277528,174.535497 103.086204,174.558977 L103.099462,174.536633 C103.028198,174.53455 102.919738,174.615782 102.798204,174.630552 C102.833375,174.627712 102.872782,174.649676 102.807779,174.68073 C102.669303,174.700612 102.592332,174.764045 102.486265,174.76272 L102.411871,174.839786 C102.187032,174.916852 101.639022,175.133471 101.086777,175.323012 C100.535084,175.513501 99.9800767,175.686568 99.7528441,175.742238 L99.7690487,175.730498 C99.4256217,175.833506 98.8962101,175.952797 98.3632998,176.053154 C98.2843024,176.068302 98.2060415,176.080989 98.1272282,176.094622 C98.151351,176.046905 98.1786042,175.994076 98.2185632,175.951661 C98.1944405,175.975709 98.1509827,175.983662 98.179709,175.920039 C98.269755,175.818925 98.2879852,175.724439 98.3664302,175.658355 L98.3717704,175.552696 C98.4257243,175.450257 98.5356578,175.281923 98.658113,175.070985 C98.7836986,174.862129 98.9210694,174.609344 99.082563,174.372276 C99.2405578,174.132935 99.3897137,173.886588 99.5313198,173.687389 C99.6745832,173.488948 99.7929873,173.325348 99.8611202,173.230861 L99.8557801,173.249986 C99.9077085,173.177843 99.9664501,173.096421 100.030532,173.007805 C100.096455,172.920703 100.17269,172.830382 100.250215,172.734001 C100.408762,172.543324 100.573938,172.326705 100.754215,172.122394 C100.93357,171.917326 101.113662,171.7115 101.279207,171.522338 C101.446777,171.334879 101.604588,171.168817 101.722992,171.026803 C101.834951,170.980412 101.938623,170.862446 102.031247,170.788598 C101.971953,170.820788 101.966061,170.780456 102.003994,170.745994 C102.275605,170.507978 102.001048,170.706041 102.259769,170.44606 C102.330848,170.367479 102.461222,170.242886 102.621058,170.097084 C102.781999,169.951662 102.983268,169.798855 103.17938,169.641882 C103.278265,169.564816 103.376966,169.487939 103.471799,169.414091 C103.570316,169.345925 103.664597,169.280598 103.751144,169.220763 C103.924423,169.102229 104.066582,169.00831 104.1465,168.960404 C104.265456,168.779762 104.505579,168.688305 104.642582,168.539664 L104.635032,168.564279 C104.717712,168.498385 105.004055,168.293506 105.31452,168.121385 C105.622407,167.944909 105.928085,167.756882 106.031389,167.691366 L105.997875,167.698751 C106.163972,167.557873 106.174284,167.637212 106.331358,167.575672 C106.276115,167.519435 106.415696,167.391811 106.474069,167.352426 L106.479594,167.368521 C106.565404,167.306414 106.742182,167.126529 106.895573,167.043025 L106.908095,167.083735 C107.018028,166.978266 107.270673,166.872419 107.362192,166.821483 C107.58077,166.723398 107.946846,166.645953 108.215695,166.464554 L108.448452,166.491063 L108.471286,166.467963 C108.471286,166.467963 108.412729,166.100241 108.294693,165.717182" id="Fill-6-Copy-2" fill="#6EBBF9" transform="translate(101.582767, 171.601676) scale(-1, 1) rotate(-308.000000) translate(-101.582767, -171.601676) "></path>
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/images/apache-openwhisk-action-animation.gif b/images/elements/unused/apache-openwhisk-action-animation.gif
similarity index 100%
rename from images/apache-openwhisk-action-animation.gif
rename to images/elements/unused/apache-openwhisk-action-animation.gif
diff --git a/images/runtimes/OW-Runtime-Compositions.png b/images/runtimes/OW-Runtime-Compositions.png
new file mode 100644
index 0000000..0bd9fc7
Binary files /dev/null and b/images/runtimes/OW-Runtime-Compositions.png differ
diff --git a/images/runtimes/OW-Runtime-Compositions.pptx b/images/runtimes/OW-Runtime-Compositions.pptx
new file mode 100644
index 0000000..e634ccd
Binary files /dev/null and b/images/runtimes/OW-Runtime-Compositions.pptx differ
diff --git a/images/runtimes/OW-Runtimes-small.png b/images/runtimes/OW-Runtimes-small.png
deleted file mode 100644
index d22f8a8..0000000
Binary files a/images/runtimes/OW-Runtimes-small.png and /dev/null differ
diff --git a/images/runtimes/OW-Runtimes.png b/images/runtimes/OW-Runtimes.png
index b7e18da..6b31cce 100644
Binary files a/images/runtimes/OW-Runtimes.png and b/images/runtimes/OW-Runtimes.png differ
diff --git a/images/runtimes/OW-Runtimes.pptx b/images/runtimes/OW-Runtimes.pptx
index a409aef..2d67c06 100644
Binary files a/images/runtimes/OW-Runtimes.pptx and b/images/runtimes/OW-Runtimes.pptx differ
diff --git a/images/runtimes/logo-go-notext-fuschia.png b/images/runtimes/logo-go-notext-fuschia.png
new file mode 100644
index 0000000..b916f59
Binary files /dev/null and b/images/runtimes/logo-go-notext-fuschia.png differ
diff --git a/images/runtimes/logo-go-notext-lightblue.png b/images/runtimes/logo-go-notext-lightblue.png
deleted file mode 100644
index 47922e0..0000000
Binary files a/images/runtimes/logo-go-notext-lightblue.png and /dev/null differ
diff --git a/images/runtimes/logo-go-notext-lightblue.svg b/images/runtimes/logo-go-notext-lightblue.svg
deleted file mode 100644
index d902ba3..0000000
--- a/images/runtimes/logo-go-notext-lightblue.svg
+++ /dev/null
@@ -1,125 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   version="1.1"
-   id="Layer_1"
-   x="0px"
-   y="0px"
-   viewBox="0 0 246.46532 92.081192"
-   xml:space="preserve"
-   sodipodi:docname="logo-go-notext-lightblue.svg"
-   width="246.46532"
-   height="92.081192"
-   inkscape:version="0.92.2 5c3e80d, 2017-08-06"><metadata
-     id="metadata48"><rdf:RDF><cc:Work
-         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
-     id="defs46"><filter
-       style="color-interpolation-filters:sRGB"
-       inkscape:label="Drop Shadow"
-       id="filter110"><feFlood
-         flood-opacity="0.776471"
-         flood-color="rgb(0,0,0)"
-         result="flood"
-         id="feFlood100" /><feComposite
-         in="flood"
-         in2="SourceGraphic"
-         operator="in"
-         result="composite1"
-         id="feComposite102" /><feGaussianBlur
-         in="composite1"
-         stdDeviation="1"
-         result="blur"
-         id="feGaussianBlur104" /><feOffset
-         dx="1"
-         dy="1"
-         result="offset"
-         id="feOffset106" /><feComposite
-         in="SourceGraphic"
-         in2="offset"
-         operator="over"
-         result="composite2"
-         id="feComposite108" /></filter></defs><sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="1302"
-     inkscape:window-height="739"
-     id="namedview44"
-     showgrid="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:pagecheckerboard="true"
-     inkscape:zoom="3.2986386"
-     inkscape:cx="123.23266"
-     inkscape:cy="46.040596"
-     inkscape:window-x="219"
-     inkscape:window-y="3"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="Layer_1" /><style
-     type="text/css"
-     id="style2">
-	.st0{fill:#2DBCAF;}
-	.st1{fill:#5DC9E1;}
-	.st2{fill:#FDDD00;}
-	.st3{fill:#CE3262;}
-	.st4{fill:#00ACD7;}
-	.st5{fill:#FFFFFF;}
-</style><g
-     id="g41"
-     transform="translate(-4.1612236,-70.19224)"
-     style="filter:url(#filter110)"><g
-       id="g10"><g
-         id="g8"><g
-           id="g6"><path
-             class="st1"
-             d="m 40.2,101.1 c -0.4,0 -0.5,-0.2 -0.3,-0.5 L 42,97.9 c 0.2,-0.3 0.7,-0.5 1.1,-0.5 h 35.7 c 0.4,0 0.5,0.3 0.3,0.6 l -1.7,2.6 c -0.2,0.3 -0.7,0.6 -1,0.6 z"
-             id="path4"
-             inkscape:connector-curvature="0"
-             style="fill:#5dc9e1" /></g></g></g><g
-       id="g18"><g
-         id="g16"><g
-           id="g14"><path
-             class="st1"
-             d="m 25.1,110.3 c -0.4,0 -0.5,-0.2 -0.3,-0.5 l 2.1,-2.7 c 0.2,-0.3 0.7,-0.5 1.1,-0.5 h 45.6 c 0.4,0 0.6,0.3 0.5,0.6 l -0.8,2.4 c -0.1,0.4 -0.5,0.6 -0.9,0.6 z"
-             id="path12"
-             inkscape:connector-curvature="0"
-             style="fill:#5dc9e1" /></g></g></g><g
-       id="g26"><g
-         id="g24"><g
-           id="g22"><path
-             class="st1"
-             d="m 49.3,119.5 c -0.4,0 -0.5,-0.3 -0.3,-0.6 l 1.4,-2.5 c 0.2,-0.3 0.6,-0.6 1,-0.6 h 20 c 0.4,0 0.6,0.3 0.6,0.7 l -0.2,2.4 c 0,0.4 -0.4,0.7 -0.7,0.7 z"
-             id="path20"
-             inkscape:connector-curvature="0"
-             style="fill:#5dc9e1" /></g></g></g><g
-       id="g39"><g
-         id="CXHf1q_7_"><g
-           id="g36"><g
-             id="g30"><path
-               class="st1"
-               d="m 153.1,99.3 c -6.3,1.6 -10.6,2.8 -16.8,4.4 -1.5,0.4 -1.6,0.5 -2.9,-1 -1.5,-1.7 -2.6,-2.8 -4.7,-3.8 -6.3,-3.1 -12.4,-2.2 -18.1,1.5 -6.8,4.4 -10.3,10.9 -10.2,19 0.1,8 5.6,14.6 13.5,15.7 6.8,0.9 12.5,-1.5 17,-6.6 0.9,-1.1 1.7,-2.3 2.7,-3.7 -3.6,0 -8.1,0 -19.3,0 -2.1,0 -2.6,-1.3 -1.9,-3 1.3,-3.1 3.7,-8.3 5.1,-10.9 0.3,-0.6 1,-1.6 2.5,-1.6 5.1,0 23.9,0 36.4,0 -0.2,2.7 -0.2,5.4 -0.6,8.1 -1.1,7.2 -3.8,13.8 -8.2,19.6 -7.2,9.5 -16.6,15.4 -28.5,17 -9.8,1.3 -18.9,-0.6 -26.9,-6.6 -7.4,-5.6 -11.6,-13 -12.7,-22.2 -1.3,-10.9 1.9,-20.7 8.5,-29.3 7.1,-9.3 16.5,-15.2 28,-17.3 9.4,-1.7 18.4,-0.6 26.5,4.9 5.3,3.5 9.1,8.3 11.6,14.1 0.6,0.9 0.2,1.4 -1,1.7 z"
-               id="path28"
-               inkscape:connector-curvature="0"
-               style="fill:#5dc9e1" /></g><g
-             id="g34"><path
-               class="st1"
-               d="m 186.2,154.6 c -9.1,-0.2 -17.4,-2.8 -24.4,-8.8 -5.9,-5.1 -9.6,-11.6 -10.8,-19.3 -1.8,-11.3 1.3,-21.3 8.1,-30.2 7.3,-9.6 16.1,-14.6 28,-16.7 10.2,-1.8 19.8,-0.8 28.5,5.1 7.9,5.4 12.8,12.7 14.1,22.3 1.7,13.5 -2.2,24.5 -11.5,33.9 -6.6,6.7 -14.7,10.9 -24,12.8 -2.7,0.5 -5.4,0.6 -8,0.9 z M 210,114.2 c -0.1,-1.3 -0.1,-2.3 -0.3,-3.3 -1.8,-9.9 -10.9,-15.5 -20.4,-13.3 -9.3,2.1 -15.3,8 -17.5,17.4 -1.8,7.8 2,15.7 9.2,18.9 5.5,2.4 11,2.1 16.3,-0.6 7.9,-4.1 12.2,-10.5 12.7,-19.1 z"
-               id="path32"
-               inkscape:connector-curvature="0"
-               style="fill:#5dc9e1" /></g></g></g></g></g></svg>
\ No newline at end of file


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services