diff --git a/themes/einfra/default/includes/footer.php b/themes/einfra/default/includes/footer.php index cc5a35b2de4a46b622237b8748ffe3885cd50cd0..debb0e45e09626169dd8c79e88e90e4d5ae28a6f 100644 --- a/themes/einfra/default/includes/footer.php +++ b/themes/einfra/default/includes/footer.php @@ -14,16 +14,12 @@ if (!empty($this->data['htmlinject']['htmlContentPost'])) { </div><!-- #wrap --> <div id="footer"> - <footer> <div class="container"> <div class="row"> - <div class="col-md-4 logo"> - <img src="<?php echo Module::getModuleUrl('cesnet/res/img/footer_logo.png'); ?>" > - </div> - <div class="col-md-8"> + <div class="col-md-8 col-md-push-4 col-xs-12"> <div class="row"> - <div class="col col-sm-6"> + <div class="col col-sm-6 col-xs-12"> <h2> <?php echo $this->t('{cesnet:einfra:footer_other_links}'); ?></h2> <ul> <li><?php echo '<a href="' . $this->t('{cesnet:einfra_links:einfra_link}') . '">' . @@ -36,7 +32,7 @@ if (!empty($this->data['htmlinject']['htmlContentPost'])) { $this->t('{cesnet:einfra_links:it4i_name}') . '</a>'; ?></li> </ul> </div> - <div class="col col-sm-6"> + <div class="col col-sm-6 col-xs-12"> <h2><?php echo $this->t('{cesnet:einfra:footer_helpdesk}'); ?></h2> TEL: +420 234 680 222<br> GSM: +420 602 252 531<br> @@ -44,6 +40,19 @@ if (!empty($this->data['htmlinject']['htmlContentPost'])) { </div> </div> </div> + <div class="col-md-4 col-md-pull-8 col-xs-12"> + <div class="row"> + <div id="footer-logo-cesnet" class="col-md-12 col-sm-4 col-xs-12 footer-logo-wrapper"> + <img src="<?php echo Module::getModuleUrl('cesnet/res/img/cesnet.svg') ?>"/> + </div> + <div id="footer-logo-cerit" class="col-md-12 col-sm-4 col-xs-12 footer-logo-wrapper"> + <img src="<?php echo Module::getModuleUrl('cesnet/res/img/cerit.svg') ?>"/> + </div> + <div id="footer-logo-it4i" class="col-md-12 col-sm-4 col-xs-12 footer-logo-wrapper"> + <img src="<?php echo Module::getModuleUrl('cesnet/res/img/it4i.svg') ?>"/> + </div> + </div> + </div> </div> <div class="row"> <div class="col col-sm-12 copyright"> diff --git a/themes/einfra/default/includes/header.php b/themes/einfra/default/includes/header.php index 1dbe6872278d02e2ec2df398f60d79123707e180..c9d421af3eb103d47c07ffd3bcbe6f2c1b54ae7b 100644 --- a/themes/einfra/default/includes/header.php +++ b/themes/einfra/default/includes/header.php @@ -3,7 +3,7 @@ use SimpleSAML\Module; use SimpleSAML\Utils\HTTP; -/* +/** * Support the htmlinject hook, which allows modules to change header, pre and post body on all pages. */ $this->data['htmlinject'] = [ @@ -30,7 +30,7 @@ if (array_key_exists('pageid', $this->data)) { } // - o - o - o - o - o - o - o - o - o - o - o - o - -/* +/** * Do not allow to frame SimpleSAMLphp pages from another location. This prevents clickjacking attacks in modern * browsers. * @@ -56,7 +56,7 @@ header('X-Frame-Options: SAMEORIGIN'); <link rel="stylesheet" type="text/css" href="/<?php echo $this->data['baseurlpath']; ?>resources/default.css"/> <link rel="icon" type="image/icon" - href="<?php echo Module::getModuleUrl('cesnet/res/img/icons/favicon.ico'); ?>"/> + href="<?php echo Module::getModuleUrl('cesnet/res/img/icons/favicon_einfra.ico'); ?>"/> <?php @@ -97,6 +97,7 @@ header('X-Frame-Options: SAMEORIGIN'); } } + if ($this->isLanguageRTL()) { ?> <link rel="stylesheet" type="text/css" diff --git a/themes/einfra_idp/default/includes/footer.php b/themes/einfra_idp/default/includes/footer.php index cc5a35b2de4a46b622237b8748ffe3885cd50cd0..5789191645df6f70e3ce56d49ead2900d1654d1c 100644 --- a/themes/einfra_idp/default/includes/footer.php +++ b/themes/einfra_idp/default/includes/footer.php @@ -18,12 +18,9 @@ if (!empty($this->data['htmlinject']['htmlContentPost'])) { <footer> <div class="container"> <div class="row"> - <div class="col-md-4 logo"> - <img src="<?php echo Module::getModuleUrl('cesnet/res/img/footer_logo.png'); ?>" > - </div> - <div class="col-md-8"> + <div class="col-md-8 col-md-push-4 col-xs-12"> <div class="row"> - <div class="col col-sm-6"> + <div class="col col-sm-6 col-xs-12"> <h2> <?php echo $this->t('{cesnet:einfra:footer_other_links}'); ?></h2> <ul> <li><?php echo '<a href="' . $this->t('{cesnet:einfra_links:einfra_link}') . '">' . @@ -36,7 +33,7 @@ if (!empty($this->data['htmlinject']['htmlContentPost'])) { $this->t('{cesnet:einfra_links:it4i_name}') . '</a>'; ?></li> </ul> </div> - <div class="col col-sm-6"> + <div class="col col-sm-6 col-xs-12"> <h2><?php echo $this->t('{cesnet:einfra:footer_helpdesk}'); ?></h2> TEL: +420 234 680 222<br> GSM: +420 602 252 531<br> @@ -44,6 +41,19 @@ if (!empty($this->data['htmlinject']['htmlContentPost'])) { </div> </div> </div> + <div class="col-md-4 col-md-pull-8 col-xs-12"> + <div class="row"> + <div id="footer-logo-cesnet" class="col-md-12 col-sm-4 col-xs-12 footer-logo-wrapper"> + <img src="<?php echo Module::getModuleUrl('cesnet/res/img/cesnet.svg') ?>"/> + </div> + <div id="footer-logo-cerit" class="col-md-12 col-sm-4 col-xs-12 footer-logo-wrapper"> + <img src="<?php echo Module::getModuleUrl('cesnet/res/img/cerit.svg') ?>"/> + </div> + <div id="footer-logo-it4i" class="col-md-12 col-sm-4 col-xs-12 footer-logo-wrapper"> + <img src="<?php echo Module::getModuleUrl('cesnet/res/img/it4i.svg') ?>"/> + </div> + </div> + </div> </div> <div class="row"> <div class="col col-sm-12 copyright"> diff --git a/themes/einfra_idp/default/includes/header.php b/themes/einfra_idp/default/includes/header.php index ade58eb383e56b8b8f142dbcf74ab28d45c6aa41..9991a2f92d36913166ee5a6973481cf0df6cce35 100644 --- a/themes/einfra_idp/default/includes/header.php +++ b/themes/einfra_idp/default/includes/header.php @@ -3,7 +3,7 @@ use SimpleSAML\Module; use SimpleSAML\Utils\HTTP; -/* +/** * Support the htmlinject hook, which allows modules to change header, pre and post body on all pages. */ $this->data['htmlinject'] = [ @@ -30,7 +30,7 @@ if (array_key_exists('pageid', $this->data)) { } // - o - o - o - o - o - o - o - o - o - o - o - o - -/* +/** * Do not allow to frame SimpleSAMLphp pages from another location. This prevents clickjacking attacks in modern * browsers. * @@ -56,7 +56,7 @@ header('X-Frame-Options: SAMEORIGIN'); <link rel="stylesheet" type="text/css" href="/<?php echo $this->data['baseurlpath']; ?>resources/default.css"/> <link rel="icon" type="image/icon" - href="<?php echo Module::getModuleUrl('cesnet/res/img/icons/favicon.ico'); ?>"/> + href="<?php echo Module::getModuleUrl('cesnet/res/img/icons/favicon_einfra.ico'); ?>"/> <?php @@ -97,6 +97,7 @@ header('X-Frame-Options: SAMEORIGIN'); } } + if ($this->isLanguageRTL()) { ?> <link rel="stylesheet" type="text/css" diff --git a/www/res/css/einfra.css b/www/res/css/einfra.css index f8be2d2beebad2ab0494e4c20ef930880f502bcd..24142cbc4f5079d94df66ee60283cbde2a5b0823 100644 --- a/www/res/css/einfra.css +++ b/www/res/css/einfra.css @@ -1,5 +1,5 @@ body { - background-color: #4b4d4a; + background-color: #4b4d4a; } html, body { @@ -64,13 +64,13 @@ a:link, a:visited { a:visited { color: #999; -} +} a:hover, a:active { text-decoration: none; color: #333; border-bottom: 1px solid #333; -} +} .ui-widget-content { border: 0 solid #ddd; @@ -78,21 +78,21 @@ a:hover, a:active { #header { - margin: auto; + margin: auto; background: #fff; max-width: 960px; } #header h1 { - line-height: 32px; - font-size: 28px; + line-height: 32px; + font-size: 28px; } #header .header-link { - text-decoration: none; - color: #222; + text-decoration: none; + color: #222; } #header img { - width: 350px; - margin: 0 auto; + width: 350px; + margin: 0 auto; padding-top: 25px; } @@ -100,10 +100,10 @@ a:hover, a:active { #wrap { width: 100%; background: #fff; - padding-bottom: 64px; + padding-bottom: 64px; border: 0 solid #fff; position: relative; - text-align: left; + text-align: left; max-width: 100%; margin: auto; } @@ -136,37 +136,37 @@ a:hover, a:active { } #content { - margin: 0 auto; + margin: 0 auto; max-width: 960px; } .btn:hover { - background-image: none; + background-image: none; } .ui-widget-header { - border-width: 0; - border-bottom: 1px solid #ddd; - background: transparent; + border-width: 0; + border-bottom: 1px solid #ddd; + background: transparent; } .ui-widget-header .ui-state-default { - border: 0; - background: #fff; - color: #337ab7; + border: 0; + background: #fff; + color: #337ab7; } .ui-widget-header .ui-state-default:hover { - background: #eee; - color: #23527c; + background: #eee; + color: #23527c; } .ui-widget-header .ui-state-active { - border: 1px solid #ddd; + border: 1px solid #ddd; } .ui-widget-header .ui-state-active:hover { - background: #fff; + background: #fff; } hr { - border-top: 1px solid #ddd; + border-top: 1px solid #ddd; } ul, menu, dir { display: block; @@ -212,12 +212,12 @@ ul, ol { } #footer { font-size: 0.9em; - color: #e1e5e9; + color: #e1e5e9; background-color: #4b4d4a; - border-top: 10px solid #ddd; - text-align: left; - padding: 16px; - font-family: Helvetica,Arial,sans-serif; + border-top: 10px solid #ddd; + text-align: left; + padding: 16px; + font-family: Helvetica,Arial,sans-serif; } #footer .col { @@ -234,7 +234,7 @@ ul, ol { font-size: 1.05em; text-transform: uppercase; border-bottom: 1px solid #fff; - } +} #footer .col ul li { list-style-type: none; @@ -292,10 +292,51 @@ ul, ol { } #footer img { - margin-top: 10px; + margin-top: 10px; } .row { margin-left: -15px; margin-right: -15px; } + +.footer-logo-wrapper { + margin-top: 1em; + margin-bottom: 1em; +} + +.footer-logo-wrapper img { + width: auto; + height: 100%; + max-height: 60px; +} + +@media only screen and (max-width: 992px) { + .footer-logo-wrapper img { + margin-left: auto; + margin-right: auto; + } + + #footer-logo-cesnet { + margin-top: 24px; + } + + #footer-logo-it4i { + margin-top: 27px; + } +} + +@media only screen and (max-width: 768px) { + .footer-logo-wrapper img { + margin-left: auto; + margin-right: auto; + max-height: 40px; + } + + + #footer-logo-cesnet, + #footer-logo-cerit, + #footer-logo-it4i { + margin-top: 1em; + } +} \ No newline at end of file diff --git a/www/res/img/cerit.svg b/www/res/img/cerit.svg new file mode 100644 index 0000000000000000000000000000000000000000..c3019208b084c2c9d6f0a6aa8736448730804ca6 --- /dev/null +++ b/www/res/img/cerit.svg @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + width="177.2" + height="27.059999" + viewBox="0 0 177.2 27.059999" + version="1.1" + xml:space="preserve" + style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" + id="svg6" + sodipodi:docname="cerit.svg" + inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"><defs + id="defs10" /><sodipodi:namedview + id="namedview8" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + showgrid="false" + inkscape:zoom="7.2824859" + inkscape:cx="72.159426" + inkscape:cy="14.967417" + inkscape:window-width="3840" + inkscape:window-height="2059" + inkscape:window-x="0" + inkscape:window-y="32" + inkscape:window-maximized="1" + inkscape:current-layer="g829" /><g + id="g829" + transform="translate(0.06,-2.77)"><path + d="M -0.06,3 V 29.6 H 4.08 V 3 Z m 4.29,0 2.59,26.6 h 1.4 L 5.64,3 Z m 6.73,0 -2.58,26.6 h 1.4 L 12.37,3 Z m 1.56,0 V 29.6 H 16.7 V 3 Z m 15.69,0 v 20.48 c 0,3.57 3.23,6.35 6.69,6.35 3.46,0 6.69,-2.78 6.69,-6.35 V 3 h -4.18 v 20.33 c 0,1.44 -1.29,2.47 -2.51,2.47 -1.22,0 -2.51,-1.03 -2.51,-2.47 V 3 Z m 26.26,0 v 26.6 h 4.18 V 3 Z m 4.33,0 3.95,26.6 H 64.2 L 60.25,3 Z m 5.55,0 v 26.6 h 4.18 V 3 Z M 82.4,28.12 V 29.6 H 93.76 V 28.12 H 90.15 V 4.48 h 3.61 V 3 H 82.4 v 1.48 h 3.57 v 23.64 z" + style="fill:#ffffff;fill-rule:nonzero" + id="path2" /><path + d="m 115.44,2.77 c -3.02,0 -4.88,2.13 -4.88,5.58 0,3.46 1.84,5.58 4.84,5.58 2.61,0 4.3,-1.46 4.51,-3.99 h -2.26 c -0.17,1.3 -0.99,2.04 -2.25,2.04 -1.59,0 -2.57,-1.37 -2.57,-3.63 0,-2.25 1,-3.63 2.61,-3.63 1.25,0 2.08,0.75 2.21,1.99 h 2.22 c -0.1,-2.32 -1.79,-3.94 -4.43,-3.94 z M 129.13,4.9 V 3.01 h -7.38 v 10.68 h 7.51 V 11.8 h -5.31 V 9.19 h 4.83 V 7.31 h -4.83 V 4.9 Z m 2.11,-1.89 v 10.68 h 2.2 V 9.61 h 1.22 c 1.05,0 1.48,0.4 1.87,1.54 l 0.86,2.54 h 2.4 l -1.07,-2.96 c -0.49,-1.35 -0.85,-1.8 -1.6,-2.07 V 8.63 c 1.2,-0.33 1.95,-1.3 1.95,-2.61 0,-1.9 -1.22,-3.01 -3.9,-3.01 z m 2.2,1.78 h 1.44 c 1.26,0 1.97,0.45 1.97,1.49 0,0.97 -0.51,1.57 -1.85,1.57 h -1.56 z m 10,8.9 V 3.01 h -2.21 V 13.69 Z M 153.56,4.9 V 3.01 h -8.93 V 4.9 h 3.36 v 8.79 h 2.21 V 4.9 Z m 3.37,5.23 V 8.48 h -3.9 v 1.65 z m 5.27,-7.36 c -2.34,0 -3.95,1.29 -3.95,3.16 0,2.34 1.84,2.82 3.84,3.33 1.52,0.39 2.21,0.57 2.21,1.52 0,0.84 -0.72,1.36 -1.84,1.36 -1.37,0 -2.08,-0.67 -2.08,-1.96 h -2.28 c 0,2.43 1.67,3.75 4.33,3.75 2.48,0 4.16,-1.35 4.16,-3.38 0,-2.32 -1.74,-2.85 -3.75,-3.34 -1.68,-0.42 -2.32,-0.69 -2.32,-1.52 0,-0.69 0.66,-1.17 1.64,-1.17 1.21,0 1.86,0.65 1.86,1.76 h 2.23 c 0,-2.3 -1.38,-3.51 -4.05,-3.51 z m 10.47,0 c -3.03,0 -4.89,2.13 -4.89,5.58 0,3.46 1.85,5.58 4.85,5.58 2.6,0 4.3,-1.46 4.51,-3.99 h -2.26 c -0.17,1.3 -1,2.04 -2.25,2.04 -1.6,0 -2.57,-1.37 -2.57,-3.63 0,-2.25 0.99,-3.63 2.61,-3.63 1.24,0 2.07,0.75 2.21,1.99 h 2.21 c -0.1,-2.32 -1.78,-3.94 -4.42,-3.94 z" + style="fill:#ffffff;fill-rule:nonzero" + id="path4" /></g></svg> diff --git a/www/res/img/cesnet.svg b/www/res/img/cesnet.svg new file mode 100644 index 0000000000000000000000000000000000000000..da47c99b39636c6e92c16b5c7ff56756bae8b32f --- /dev/null +++ b/www/res/img/cesnet.svg @@ -0,0 +1,157 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> + +<svg + version="1.1" + x="0px" + y="0px" + viewBox="0 0 224.3 83.899998" + xml:space="preserve" + id="svg285" + sodipodi:docname="cesnet.svg" + width="224.3" + height="83.900002" + inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"><defs + id="defs289" /><sodipodi:namedview + id="namedview287" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + showgrid="false" + inkscape:zoom="4.2541254" + inkscape:cx="151.5" + inkscape:cy="82.743212" + inkscape:window-width="1920" + inkscape:window-height="979" + inkscape:window-x="0" + inkscape:window-y="32" + inkscape:window-maximized="1" + inkscape:current-layer="svg285" /> +<style + type="text/css" + id="style229"> + .st0{fill:none;} + .st1{fill:#FFFFFF;} +</style> +<g + id="Protection_Zone"> + <rect + y="124.8" + class="st0" + width="40.799999" + height="40.799999" + id="rect231" + x="0" /> + <rect + x="262.20001" + y="124.8" + class="st0" + width="40.799999" + height="40.799999" + id="rect233" /> + <rect + x="262.20001" + y="0.1" + class="st0" + width="40.799999" + height="40.799999" + id="rect235" /> + <rect + y="0.1" + class="st0" + width="40.799999" + height="40.799999" + id="rect237" + x="0" /> +</g> +<g + id="cesnet" + transform="translate(-37.8,-41)"> + <g + id="g270"> + <g + id="g252"> + <path + class="st1" + d="m 262.1,58.8 v -8 h -9.5 V 41 h -9.7 v 9.8 h -6.7 v 8 h 6.7 v 17.6 c 0,1.9 0.2,3.6 0.5,5.2 0.3,1.6 1,3.1 1.9,4.4 0.9,1.3 2.2,2.3 3.8,3 1.6,0.7 3.7,1.1 6.3,1.1 1.1,0 2.2,-0.1 3.4,-0.3 1.2,-0.2 2.2,-0.4 3,-0.8 h 0.1 l -0.3,-7.8 -0.2,0.1 c -0.6,0.3 -1.2,0.5 -1.9,0.6 -0.7,0.1 -1.4,0.2 -2,0.2 -2,0 -3.4,-0.5 -3.9,-1.6 -0.6,-1.1 -0.9,-2.5 -0.9,-4.1 V 58.8 Z" + id="path240" /> + <path + class="st1" + d="m 84,66 c 0.2,-2.5 1.3,-4.7 3.2,-6.3 1.9,-1.7 4.3,-2.5 7.1,-2.5 1.5,0 2.8,0.2 3.9,0.7 1.1,0.5 2,1.2 2.8,2 0.7,0.8 1.3,1.8 1.6,2.9 0.3,1 0.5,2.1 0.5,3.3 H 84 Z M 107.7,54.9 C 106,53.2 104.1,51.8 101.8,51 99.5,50.1 97,49.7 94.4,49.7 c -2.9,0 -5.6,0.5 -8,1.5 -2.5,1 -4.6,2.4 -6.4,4.2 -1.8,1.8 -3.2,4 -4.3,6.5 -1,2.5 -1.6,5.4 -1.6,8.4 0,3.1 0.5,6 1.6,8.4 1,2.5 2.5,4.6 4.3,6.3 1.8,1.7 4,3 6.5,4 2.5,0.9 5.3,1.4 8.2,1.4 7.2,0 12.7,-2.6 16.5,-7.7 l 0.1,-0.1 -6.6,-5.3 -0.1,0.2 c -1,1.5 -2.4,2.7 -4,3.6 C 99,82 97,82.4 94.7,82.4 93.4,82.4 92,82.2 90.8,81.7 89.6,81.2 88.4,80.6 87.4,79.8 86.4,79 85.6,78 85,76.9 84.4,75.8 84.1,74.7 84,73.4 h 28.9 v -0.2 c 0.1,-0.4 0.1,-0.9 0.1,-1.3 v -1.3 c 0,-3.4 -0.5,-6.5 -1.4,-9.1 -0.9,-2.7 -2.2,-4.8 -3.9,-6.6" + id="path242" /> + <path + class="st1" + d="m 50.6,61.8 c 0.9,-1.1 1.9,-2.1 3.2,-2.8 1.3,-0.7 2.8,-1.1 4.5,-1.1 1.5,0 3,0.4 4.4,1.1 1.4,0.7 2.5,1.6 3.3,2.6 l 0.1,0.2 6.7,-5.8 0.1,-0.1 -0.1,-0.1 c -1.5,-1.9 -3.7,-3.4 -6.3,-4.4 -2.6,-1.1 -5.4,-1.6 -8.2,-1.6 -2.8,0 -5.5,0.5 -8,1.4 -2.5,1 -4.7,2.3 -6.5,4.1 -1.9,1.8 -3.4,3.9 -4.4,6.4 -1.1,2.5 -1.6,5.3 -1.6,8.4 0,3.2 0.6,6.1 1.6,8.6 1.1,2.5 2.6,4.6 4.5,6.4 1.9,1.8 4.1,3.1 6.6,4 2.5,0.9 5.2,1.4 8,1.4 2.9,0 5.6,-0.5 8,-1.4 2.5,-0.9 4.5,-2.3 6.1,-4 l 0.1,-0.1 -6.1,-6.2 -0.1,-0.1 -0.1,0.2 c -0.9,1.1 -2.1,1.9 -3.5,2.5 -1.5,0.6 -2.9,0.9 -4.4,0.9 -1.8,0 -3.3,-0.4 -4.6,-1 C 52.6,80.6 51.5,79.7 50.6,78.5 49.7,77.4 49,76.1 48.6,74.6 48.3,72.9 48,71.5 48,70 c 0,-1.5 0.2,-2.9 0.6,-4.4 0.5,-1.4 1.1,-2.7 2,-3.8" + id="path244" /> + <path + class="st1" + d="m 186,54.5 c -1.1,-1.4 -2.6,-2.6 -4.4,-3.5 -1.8,-0.9 -4,-1.3 -6.5,-1.3 -2.9,0 -5.4,0.7 -7.5,2.2 -2,1.4 -3.4,3 -4.3,4.7 v -5.8 h -9.4 v 38.4 h 9.9 V 68.1 c 0,-1.2 0.2,-2.5 0.5,-3.7 0.4,-1.2 0.9,-2.3 1.6,-3.2 0.7,-0.9 1.6,-1.7 2.7,-2.3 1.1,-0.6 2.4,-0.9 3.9,-0.9 1.5,0 2.7,0.3 3.6,0.9 0.9,0.6 1.6,1.4 2.1,2.4 0.5,1 0.9,2 1,3.2 0.2,1.2 0.2,2.4 0.2,3.5 v 21.3 h 9.9 v -24 c 0,-2 -0.3,-3.9 -0.8,-5.8 -0.5,-1.9 -1.4,-3.5 -2.5,-5" + id="path246" /> + <path + class="st1" + d="m 129.7,58.1 c 1.2,-0.6 2.6,-0.9 4.1,-0.9 1.7,0 3.3,0.4 4.8,1.2 1.5,0.8 2.6,1.8 3.4,2.8 l 0.1,0.2 6.5,-5.7 -0.1,-0.1 c -1.5,-2 -3.7,-3.5 -6.3,-4.4 -2.6,-1 -5.4,-1.4 -8.1,-1.4 -1.9,0 -3.8,0.2 -5.6,0.7 -1.8,0.5 -3.5,1.2 -4.9,2.2 -1.4,1 -2.6,2.3 -3.5,3.8 -0.9,1.6 -1.3,3.4 -1.3,5.6 0,1.8 0.3,3.4 1,4.6 0.6,1.2 1.5,2.3 2.6,3.1 1.1,0.8 2.3,1.5 3.7,2 1.3,0.5 2.8,0.9 4.2,1.2 2.9,0.7 5.1,1.4 6.5,2.1 1.4,0.7 2.1,1.7 2.1,3.2 0,0.8 -0.2,1.5 -0.5,2 -0.4,0.6 -0.8,1 -1.4,1.3 -0.6,0.3 -1.2,0.6 -1.9,0.7 -0.7,0.2 -1.4,0.2 -2.1,0.2 -2,0 -3.9,-0.4 -5.6,-1.3 -1.7,-0.9 -3,-2 -4.1,-3.4 l -0.1,-0.2 -6.5,6.1 0.1,0.1 c 1.9,2 4.2,3.6 7,4.7 2.8,1.1 5.7,1.6 8.7,1.6 2.1,0 4.1,-0.2 6,-0.7 1.9,-0.5 3.7,-1.2 5.1,-2.2 1.5,-1 2.7,-2.4 3.5,-4 0.9,-1.6 1.3,-3.6 1.3,-6 0,-1.9 -0.4,-3.5 -1.1,-4.8 -0.7,-1.3 -1.7,-2.4 -2.9,-3.3 -1.2,-0.9 -2.5,-1.6 -4,-2.1 -1.5,-0.5 -2.9,-1 -4.3,-1.3 -2.7,-0.6 -4.7,-1.3 -6.1,-1.9 -1.3,-0.6 -2,-1.6 -2,-3 -0.2,-1.1 0.4,-2.1 1.7,-2.7" + id="path248" /> + <path + class="st1" + d="m 204.6,66 c 0.2,-2.5 1.3,-4.7 3.2,-6.3 1.9,-1.7 4.3,-2.5 7.1,-2.5 1.5,0 2.8,0.2 3.9,0.7 1.1,0.5 2,1.2 2.8,2 0.7,0.8 1.3,1.8 1.6,2.9 0.3,1 0.5,2.1 0.5,3.3 h -19.1 z m 23.7,-11.1 c -1.7,-1.7 -3.6,-3.1 -5.9,-3.9 -2.3,-0.9 -4.8,-1.3 -7.4,-1.3 -2.9,0 -5.6,0.5 -8,1.5 -2.5,1 -4.6,2.4 -6.4,4.2 -1.8,1.8 -3.2,4 -4.3,6.5 -1,2.5 -1.6,5.4 -1.6,8.4 0,3.1 0.5,6 1.6,8.4 1,2.5 2.5,4.6 4.3,6.3 1.8,1.7 4,3 6.5,4 2.5,0.9 5.3,1.4 8.2,1.4 7.2,0 12.7,-2.6 16.5,-7.7 l 0.1,-0.1 -6.6,-5.3 -0.1,0.2 c -1,1.5 -2.4,2.7 -4,3.6 -1.6,0.9 -3.6,1.3 -5.9,1.3 -1.3,0 -2.7,-0.2 -3.9,-0.7 -1.2,-0.5 -2.4,-1.1 -3.4,-1.9 -1,-0.8 -1.8,-1.8 -2.4,-2.9 -0.6,-1.1 -0.9,-2.2 -1,-3.5 h 28.9 v -0.2 c 0.1,-0.4 0.1,-0.9 0.1,-1.3 v -1.3 c 0,-3.4 -0.5,-6.5 -1.4,-9.1 -0.9,-2.7 -2.2,-4.8 -3.9,-6.6" + id="path250" /> + </g> + <g + id="g268"> + <polygon + class="st1" + points="146,115 136.1,115 136.1,105.1 146,105.1 " + id="polygon254" /> + <polygon + class="st1" + points="130.1,115 120.2,115 120.2,105.1 130.1,105.1 " + id="polygon256" /> + <polygon + class="st1" + points="104.3,115 104.3,124.9 114.2,124.9 114.2,115 " + id="polygon258" /> + <polygon + class="st1" + points="88.5,115 88.5,124.9 98.3,124.9 98.3,115 " + id="polygon260" /> + <polygon + class="st1" + points="72.6,115 72.6,124.9 82.5,124.9 82.5,115 " + id="polygon262" /> + <polygon + class="st1" + points="50.7,115 40.8,115 40.8,105.1 50.7,105.1 " + id="polygon264" /> + <polygon + class="st1" + points="66.6,115 56.7,115 56.7,105.1 66.6,105.1 " + id="polygon266" /> + </g> + </g> + <g + id="g272"> + </g> + <g + id="g274"> + </g> + <g + id="g276"> + </g> + <g + id="g278"> + </g> + <g + id="g280"> + </g> + <g + id="g282"> + </g> +</g> +</svg> diff --git a/www/res/img/icons/favicon_einfra.ico b/www/res/img/icons/favicon_einfra.ico new file mode 100644 index 0000000000000000000000000000000000000000..4547b483ff0733fbc5dfdc12f70fb1846503f975 Binary files /dev/null and b/www/res/img/icons/favicon_einfra.ico differ diff --git a/www/res/img/it4i.svg b/www/res/img/it4i.svg new file mode 100644 index 0000000000000000000000000000000000000000..46f490350a4cba7ef1865462432f05c5f207bae9 --- /dev/null +++ b/www/res/img/it4i.svg @@ -0,0 +1,426 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> + +<svg + version="1.1" + id="Vrstva_1" + x="0px" + y="0px" + viewBox="0 0 345.53 51.3" + style="enable-background:new 0 0 345.53 51.3;" + xml:space="preserve" + sodipodi:docname="it4i.svg" + inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"><defs + id="defs751" /><sodipodi:namedview + id="namedview749" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + showgrid="false" + inkscape:zoom="3.730501" + inkscape:cx="277.3086" + inkscape:cy="81.490395" + inkscape:window-width="1920" + inkscape:window-height="979" + inkscape:window-x="0" + inkscape:window-y="32" + inkscape:window-maximized="1" + inkscape:current-layer="Vrstva_1" /> +<style + type="text/css" + id="style554"> + .st0{fill:#FFFFFF;} +</style> +<g + id="g746" + transform="translate(-20.17,-91.71)"> + <g + id="g648"> + <g + id="g560"> + <g + id="g558"> + <rect + x="20.559999" + y="113.71" + class="st0" + width="1.6" + height="18.68" + id="rect556" /> + </g> + </g> + <g + id="g566"> + <g + id="g564"> + <rect + x="39" + y="118.83" + class="st0" + width="1.6" + height="18.690001" + id="rect562" /> + </g> + </g> + <g + id="g572"> + <g + id="g570"> + <rect + x="45.139999" + y="113.71" + class="st0" + width="1.6" + height="18.68" + id="rect568" /> + </g> + </g> + <g + id="g578"> + <g + id="g576"> + <rect + x="32.849998" + y="123.96" + class="st0" + width="1.6" + height="18.68" + id="rect574" /> + </g> + </g> + <g + id="g584"> + <g + id="g582"> + <rect + x="26.700001" + y="118.83" + class="st0" + width="1.6" + height="18.68" + id="rect580" /> + </g> + </g> + <g + id="g592"> + <path + class="st0" + d="M 28.25,95.22 25.54,105.3 H 22.88 L 20.17,95.22 h 1.94 l 2.13,8.57 2.12,-8.57 z" + id="path586" /> + <path + class="st0" + d="m 37.29,102.53 c 0,0.89 -0.31,1.6 -0.93,2.13 -0.62,0.53 -1.47,0.79 -2.53,0.79 -0.59,0 -1.2,-0.08 -1.84,-0.25 -0.63,-0.17 -1.2,-0.4 -1.71,-0.7 l 0.75,-1.52 c 0.51,0.29 0.99,0.51 1.45,0.65 0.46,0.14 0.92,0.21 1.38,0.21 0.49,0 0.87,-0.1 1.14,-0.3 0.27,-0.2 0.4,-0.5 0.4,-0.88 0,-0.29 -0.11,-0.55 -0.34,-0.77 -0.23,-0.22 -0.74,-0.5 -1.52,-0.83 -0.59,-0.25 -1.02,-0.45 -1.3,-0.61 -0.27,-0.16 -0.51,-0.33 -0.71,-0.51 -0.3,-0.27 -0.52,-0.57 -0.67,-0.91 -0.15,-0.34 -0.22,-0.71 -0.22,-1.13 0,-0.84 0.3,-1.52 0.9,-2.04 0.6,-0.52 1.39,-0.79 2.38,-0.79 0.57,0 1.13,0.08 1.68,0.23 0.55,0.15 1.07,0.37 1.57,0.65 l -0.68,1.51 c -0.48,-0.25 -0.93,-0.44 -1.35,-0.56 -0.42,-0.12 -0.83,-0.19 -1.22,-0.19 -0.43,0 -0.76,0.1 -1,0.3 -0.24,0.2 -0.37,0.46 -0.37,0.78 0,0.29 0.12,0.55 0.35,0.78 0.23,0.23 0.75,0.52 1.55,0.87 0.57,0.26 0.99,0.47 1.26,0.62 0.27,0.16 0.5,0.32 0.68,0.5 0.31,0.26 0.54,0.55 0.68,0.89 0.14,0.31 0.22,0.67 0.22,1.08 z M 31.36,91.89 h 1.6 l 0.92,1.06 0.92,-1.06 h 1.56 l -1.76,2.3 h -1.48 z" + id="path588" /> + <path + class="st0" + d="m 40.18,95.22 h 3.31 c 1.04,0 1.85,0.22 2.44,0.65 0.59,0.44 0.89,1.05 0.89,1.83 0,0.53 -0.13,0.99 -0.4,1.38 -0.26,0.39 -0.64,0.69 -1.13,0.9 0.63,0.19 1.11,0.48 1.44,0.88 0.33,0.4 0.49,0.89 0.49,1.48 0,0.91 -0.31,1.63 -0.94,2.15 -0.63,0.52 -1.47,0.79 -2.53,0.79 H 40.17 V 95.22 Z M 44.87,98 c 0,-0.41 -0.13,-0.72 -0.4,-0.92 -0.26,-0.2 -0.67,-0.3 -1.22,-0.3 h -1.2 v 2.57 h 1.2 c 0.54,0 0.94,-0.11 1.21,-0.34 0.28,-0.22 0.41,-0.56 0.41,-1.01 z m 0.41,4.26 c 0,-0.49 -0.15,-0.84 -0.46,-1.07 -0.31,-0.22 -0.79,-0.33 -1.45,-0.33 h -1.31 v 2.88 h 1.4 c 0.61,0 1.07,-0.12 1.37,-0.37 0.3,-0.24 0.45,-0.61 0.45,-1.11 z" + id="path590" /> + </g> + <g + id="g646"> + <path + class="st0" + d="m 63.04,96.54 v 8.72 h -1.56 v -8.72 h -3.03 v -1.35 h 7.62 v 1.35 z" + id="path594" /> + <path + class="st0" + d="m 70.3,103.93 h 4.56 v 1.34 H 68.73 V 95.19 h 6.13 v 1.35 H 70.3 v 2.94 h 3.87 v 1.35 H 70.3 Z" + id="path596" /> + <path + class="st0" + d="m 81.67,105.42 c -1.36,0 -2.39,-0.45 -3.1,-1.34 -0.71,-0.89 -1.07,-2.19 -1.07,-3.9 0,-1.61 0.37,-2.87 1.11,-3.78 0.74,-0.91 1.77,-1.37 3.07,-1.37 0.53,0 1.02,0.06 1.48,0.19 0.46,0.13 0.91,0.33 1.35,0.61 l -0.72,1.23 c -0.35,-0.22 -0.7,-0.38 -1.05,-0.48 -0.35,-0.1 -0.69,-0.16 -1.03,-0.16 -0.86,0 -1.51,0.31 -1.94,0.94 -0.43,0.63 -0.65,1.56 -0.65,2.81 0,1.3 0.21,2.26 0.64,2.9 0.43,0.64 1.08,0.96 1.96,0.96 0.4,0 0.77,-0.05 1.1,-0.16 0.33,-0.1 0.72,-0.29 1.15,-0.56 l 0.67,1.15 c -0.44,0.31 -0.91,0.55 -1.42,0.71 -0.51,0.17 -1.02,0.25 -1.55,0.25 z" + id="path598" /> + <path + class="st0" + d="m 88.94,100.69 v 4.57 H 87.37 V 95.19 h 1.57 v 4.15 h 3.69 v -4.15 h 1.57 v 10.08 h -1.57 v -4.57 h -3.69 z" + id="path600" /> + <path + class="st0" + d="m 104.1,105.27 h -1.91 l -3.31,-8.04 v 8.04 H 97.5 V 95.19 h 1.9 l 3.33,8.06 v -8.06 h 1.38 v 10.08 z" + id="path602" /> + <path + class="st0" + d="m 113.63,103.93 v 1.34 h -6.7 v -1.34 h 2.58 v -7.39 h -2.54 v -1.35 h 6.61 v 1.35 h -2.53 v 7.39 z" + id="path604" /> + <path + class="st0" + d="m 120.18,105.42 c -1.36,0 -2.39,-0.45 -3.1,-1.34 -0.71,-0.89 -1.07,-2.19 -1.07,-3.9 0,-1.61 0.37,-2.87 1.11,-3.78 0.74,-0.91 1.77,-1.37 3.07,-1.37 0.53,0 1.02,0.06 1.48,0.19 0.46,0.13 0.91,0.33 1.35,0.61 l -0.72,1.23 c -0.35,-0.22 -0.7,-0.38 -1.05,-0.48 -0.35,-0.1 -0.69,-0.16 -1.03,-0.16 -0.86,0 -1.51,0.31 -1.94,0.94 -0.43,0.63 -0.65,1.56 -0.65,2.81 0,1.3 0.21,2.26 0.64,2.9 0.43,0.64 1.08,0.96 1.96,0.96 0.4,0 0.77,-0.05 1.1,-0.16 0.33,-0.1 0.72,-0.29 1.15,-0.56 l 0.67,1.15 c -0.44,0.31 -0.91,0.55 -1.42,0.71 -0.5,0.17 -1.02,0.25 -1.55,0.25 z" + id="path606" /> + <path + class="st0" + d="m 127.57,102.59 v 2.67 H 126 V 95.19 h 1.57 v 5.32 l 3.87,-5.32 h 1.71 l -2.99,4.11 3.31,5.97 h -1.82 l -2.6,-4.73 z" + id="path608" /> + <path + class="st0" + d="m 142.94,105.27 h -1.6 l -0.75,-2.67 h -3.47 l -0.75,2.67 h -1.54 l 2.94,-10.08 h 2.22 z m -4.07,-8.96 -1.38,4.96 h 2.75 z m 0.72,-2.2 h -1.4 l 1.63,-2.4 1.2,0.89 z" + id="path610" /> + <path + class="st0" + d="m 62.29,122.7 c 0.59,0 1.05,-0.17 1.37,-0.5 0.32,-0.33 0.48,-0.8 0.48,-1.42 v -6.94 h 1.52 v 6.94 c 0,1 -0.31,1.79 -0.93,2.4 -0.62,0.6 -1.43,0.9 -2.45,0.9 -1.03,0 -1.85,-0.3 -2.48,-0.9 -0.63,-0.6 -0.94,-1.4 -0.94,-2.4 v -6.94 h 1.57 v 6.94 c 0,0.61 0.16,1.08 0.48,1.42 0.34,0.33 0.79,0.5 1.38,0.5 z" + id="path612" /> + <path + class="st0" + d="m 75.57,123.93 h -1.91 l -3.31,-8.04 v 8.04 h -1.38 v -10.08 h 1.9 l 3.33,8.06 v -8.06 h 1.38 v 10.08 z" + id="path614" /> + <path + class="st0" + d="m 85.09,122.59 v 1.34 h -6.7 v -1.34 h 2.58 v -7.39 h -2.54 v -1.35 h 6.61 v 1.35 h -2.53 v 7.39 z" + id="path616" /> + <path + class="st0" + d="m 94.65,113.85 -2.81,10.08 h -2.22 l -2.81,-10.08 h 1.63 l 2.32,8.85 2.32,-8.85 z" + id="path618" /> + <path + class="st0" + d="m 98.82,122.59 h 4.56 v 1.34 h -6.13 v -10.08 h 6.13 v 1.35 h -4.56 v 2.94 h 3.87 v 1.35 h -3.87 z" + id="path620" /> + <path + class="st0" + d="m 108.02,119.81 v 4.12 h -1.57 v -10.08 h 3.44 c 1.03,0 1.84,0.26 2.45,0.78 0.61,0.52 0.91,1.23 0.91,2.15 0,0.72 -0.17,1.31 -0.52,1.8 -0.35,0.48 -0.85,0.82 -1.5,1.02 l 2.4,4.34 h -1.77 l -2.19,-4.12 h -1.65 z m 3.64,-3 c 0,-0.51 -0.16,-0.9 -0.47,-1.18 -0.32,-0.28 -0.75,-0.42 -1.31,-0.42 h -1.85 v 3.25 h 1.85 c 0.57,0 1.01,-0.14 1.32,-0.43 0.31,-0.29 0.46,-0.7 0.46,-1.22 z" + id="path622" /> + <path + class="st0" + d="m 122.48,122.59 v 1.34 h -6.59 v -0.89 l 4.56,-7.84 h -4.48 v -1.35 h 6.44 v 0.9 l -4.54,7.84 z" + id="path624" /> + <path + class="st0" + d="m 131.52,122.59 v 1.34 h -6.7 v -1.34 h 2.58 v -7.39 h -2.54 v -1.35 h 6.61 v 1.35 h -2.53 v 7.39 z" + id="path626" /> + <path + class="st0" + d="m 137.87,115.2 v 8.72 h -1.56 v -8.72 h -3.03 v -1.35 h 7.62 v 1.35 z" + id="path628" /> + <path + class="st0" + d="m 149.52,123.93 h -1.6 l -0.75,-2.67 h -3.47 l -0.75,2.67 h -1.54 l 2.94,-10.08 h 2.22 z m -4.08,-8.96 -1.38,4.96 h 2.75 z" + id="path630" /> + <path + class="st0" + d="m 66.04,137.6 c 0,1.67 -0.32,2.94 -0.97,3.83 -0.65,0.88 -1.58,1.32 -2.81,1.32 -1.25,0 -2.2,-0.44 -2.82,-1.31 -0.62,-0.87 -0.94,-2.18 -0.94,-3.93 0,-1.66 0.33,-2.93 0.98,-3.82 0.65,-0.89 1.58,-1.33 2.78,-1.33 1.27,0 2.21,0.44 2.84,1.31 0.63,0.86 0.94,2.18 0.94,3.93 z m -5.92,-0.1 c 0,1.33 0.17,2.3 0.52,2.92 0.35,0.62 0.89,0.93 1.62,0.93 0.75,0 1.29,-0.31 1.64,-0.92 0.35,-0.61 0.52,-1.56 0.52,-2.85 0,-1.31 -0.17,-2.27 -0.52,-2.9 -0.35,-0.63 -0.89,-0.94 -1.64,-0.94 -0.75,0 -1.29,0.3 -1.63,0.9 -0.34,0.62 -0.51,1.57 -0.51,2.86 z" + id="path632" /> + <path + class="st0" + d="m 74.96,139.9 c 0,0.86 -0.31,1.55 -0.92,2.07 -0.61,0.52 -1.44,0.78 -2.47,0.78 -0.58,0 -1.18,-0.08 -1.79,-0.25 -0.61,-0.17 -1.16,-0.4 -1.65,-0.7 l 0.67,-1.23 c 0.5,0.29 0.97,0.5 1.43,0.64 0.46,0.14 0.91,0.2 1.37,0.2 0.56,0 1,-0.12 1.31,-0.37 0.31,-0.25 0.47,-0.59 0.47,-1.05 0,-0.33 -0.12,-0.63 -0.37,-0.89 -0.25,-0.26 -0.8,-0.57 -1.65,-0.93 -0.57,-0.25 -0.99,-0.45 -1.26,-0.61 -0.27,-0.16 -0.5,-0.32 -0.68,-0.48 -0.3,-0.27 -0.52,-0.57 -0.67,-0.89 -0.15,-0.33 -0.22,-0.69 -0.22,-1.1 0,-0.81 0.29,-1.47 0.87,-1.98 0.58,-0.51 1.34,-0.76 2.29,-0.76 0.55,0 1.09,0.07 1.62,0.22 0.53,0.15 1.04,0.36 1.54,0.64 l -0.62,1.23 c -0.46,-0.25 -0.89,-0.43 -1.31,-0.55 -0.42,-0.12 -0.82,-0.18 -1.21,-0.18 -0.5,0 -0.89,0.12 -1.17,0.36 -0.29,0.24 -0.43,0.55 -0.43,0.95 0,0.33 0.13,0.62 0.38,0.88 0.25,0.25 0.81,0.57 1.66,0.94 0.56,0.26 0.97,0.46 1.24,0.61 0.27,0.15 0.5,0.31 0.68,0.47 0.31,0.27 0.54,0.57 0.68,0.89 0.14,0.34 0.21,0.7 0.21,1.09 z" + id="path634" /> + <path + class="st0" + d="m 81.29,133.87 v 8.72 h -1.56 v -8.72 H 76.7 v -1.35 h 7.62 v 1.35 z" + id="path636" /> + <path + class="st0" + d="m 88.52,138.47 v 4.12 h -1.57 v -10.08 h 3.44 c 1.03,0 1.84,0.26 2.45,0.78 0.61,0.52 0.91,1.23 0.91,2.15 0,0.72 -0.17,1.31 -0.52,1.8 -0.35,0.48 -0.85,0.82 -1.5,1.02 l 2.4,4.34 h -1.77 l -2.19,-4.12 h -1.65 z m 3.64,-3 c 0,-0.51 -0.16,-0.9 -0.47,-1.18 -0.32,-0.28 -0.75,-0.42 -1.31,-0.42 h -1.85 v 3.25 h 1.85 c 0.57,0 1.01,-0.14 1.32,-0.43 0.31,-0.29 0.46,-0.69 0.46,-1.22 z" + id="path638" /> + <path + class="st0" + d="m 104.24,142.59 h -1.6 l -0.75,-2.67 h -3.47 l -0.75,2.67 h -1.54 l 2.94,-10.08 h 2.22 z m -4.07,-8.96 -1.38,4.96 h 2.75 z" + id="path640" /> + <path + class="st0" + d="m 112.91,132.51 -2.81,10.08 h -2.22 l -2.81,-10.08 h 1.63 l 2.32,8.85 2.32,-8.85 z" + id="path642" /> + <path + class="st0" + d="m 121.84,142.59 h -1.6 l -0.75,-2.67 h -3.47 l -0.75,2.67 h -1.54 l 2.94,-10.08 h 2.22 z m -4.08,-8.96 -1.38,4.96 h 2.75 z" + id="path644" /> + </g> + </g> + <g + id="g744"> + <g + id="g736"> + <path + class="st0" + d="m 178.79,104.2 v 1.34 h -6.7 v -1.34 h 2.58 v -7.39 h -2.54 v -1.35 h 6.61 v 1.35 h -2.53 v 7.39 z" + id="path650" /> + <path + class="st0" + d="m 184.99,96.82 v 8.72 h -1.56 v -8.72 h -3.03 v -1.35 h 7.62 v 1.35 z" + id="path652" /> + <path + class="st0" + d="m 194.14,103.44 v 2.1 h -1.46 v -2.1 h -4.63 l -0.16,-1 c 0.55,-1.13 1.24,-2.33 2.06,-3.58 0.82,-1.26 1.66,-2.39 2.5,-3.4 h 1.69 v 6.69 h 1.49 v 1.29 z m -4.67,-1.29 h 3.2 v -5.13 c -0.61,0.8 -1.19,1.64 -1.74,2.52 -0.55,0.88 -1.03,1.75 -1.46,2.61 z" + id="path654" /> + <path + class="st0" + d="m 203.65,104.2 v 1.34 h -6.7 v -1.34 h 2.58 V 96.81 H 197 v -1.35 h 6.61 v 1.35 h -2.53 v 7.39 z" + id="path656" /> + <path + class="st0" + d="m 212.16,105.54 h -1.91 l -3.31,-8.04 v 8.04 h -1.38 V 95.46 h 1.9 l 3.33,8.06 v -8.06 h 1.38 v 10.08 z" + id="path658" /> + <path + class="st0" + d="m 221.03,105.54 h -1.91 l -3.31,-8.04 v 8.04 h -1.38 V 95.46 h 1.9 l 3.33,8.06 v -8.06 h 1.38 v 10.08 z" + id="path660" /> + <path + class="st0" + d="m 230.42,100.55 c 0,1.67 -0.32,2.94 -0.97,3.83 -0.65,0.88 -1.58,1.32 -2.81,1.32 -1.25,0 -2.2,-0.44 -2.82,-1.31 -0.62,-0.87 -0.94,-2.18 -0.94,-3.93 0,-1.66 0.33,-2.93 0.98,-3.82 0.65,-0.89 1.58,-1.33 2.78,-1.33 1.27,0 2.21,0.44 2.84,1.31 0.62,0.86 0.94,2.18 0.94,3.93 z m -5.93,-0.09 c 0,1.33 0.17,2.3 0.52,2.92 0.35,0.62 0.89,0.93 1.62,0.93 0.75,0 1.29,-0.31 1.64,-0.92 0.35,-0.61 0.52,-1.56 0.52,-2.85 0,-1.31 -0.17,-2.27 -0.52,-2.9 -0.35,-0.63 -0.89,-0.94 -1.64,-0.94 -0.75,0 -1.29,0.3 -1.63,0.9 -0.34,0.61 -0.51,1.56 -0.51,2.86 z" + id="path662" /> + <path + class="st0" + d="m 239.19,95.46 -2.81,10.08 h -2.22 l -2.81,-10.08 h 1.63 l 2.32,8.85 2.32,-8.85 z" + id="path664" /> + <path + class="st0" + d="m 247.49,105.54 h -1.6 l -0.75,-2.67 h -3.47 l -0.75,2.67 h -1.54 l 2.94,-10.08 h 2.22 z m -4.07,-8.96 -1.38,4.96 h 2.75 z" + id="path666" /> + <path + class="st0" + d="m 252.12,96.82 v 8.72 h -1.56 v -8.72 h -3.03 v -1.35 h 7.62 v 1.35 z" + id="path668" /> + <path + class="st0" + d="m 263.47,104.2 v 1.34 h -6.7 v -1.34 h 2.58 v -7.39 h -2.54 v -1.35 h 6.61 v 1.35 h -2.53 v 7.39 z" + id="path670" /> + <path + class="st0" + d="m 272.33,100.55 c 0,1.67 -0.32,2.94 -0.97,3.83 -0.65,0.88 -1.58,1.32 -2.81,1.32 -1.25,0 -2.2,-0.44 -2.82,-1.31 -0.62,-0.87 -0.94,-2.18 -0.94,-3.93 0,-1.66 0.33,-2.93 0.98,-3.82 0.65,-0.89 1.58,-1.33 2.78,-1.33 1.27,0 2.21,0.44 2.84,1.31 0.63,0.86 0.94,2.18 0.94,3.93 z m -5.92,-0.09 c 0,1.33 0.17,2.3 0.52,2.92 0.35,0.62 0.89,0.93 1.62,0.93 0.75,0 1.29,-0.31 1.64,-0.92 0.35,-0.61 0.52,-1.56 0.52,-2.85 0,-1.31 -0.17,-2.27 -0.52,-2.9 -0.35,-0.63 -0.89,-0.94 -1.64,-0.94 -0.75,0 -1.29,0.3 -1.63,0.9 -0.34,0.61 -0.51,1.56 -0.51,2.86 z" + id="path672" /> + <path + class="st0" + d="m 280.8,105.54 h -1.91 l -3.31,-8.04 v 8.04 H 274.2 V 95.46 h 1.9 l 3.33,8.06 v -8.06 h 1.38 v 10.08 z" + id="path674" /> + <path + class="st0" + d="m 289.44,102.85 c 0,0.86 -0.31,1.55 -0.92,2.07 -0.61,0.52 -1.44,0.78 -2.47,0.78 -0.58,0 -1.18,-0.08 -1.79,-0.25 -0.61,-0.17 -1.16,-0.4 -1.65,-0.7 l 0.67,-1.23 c 0.5,0.29 0.97,0.5 1.43,0.64 0.46,0.14 0.91,0.2 1.37,0.2 0.56,0 1,-0.12 1.31,-0.37 0.31,-0.25 0.47,-0.59 0.47,-1.05 0,-0.33 -0.12,-0.63 -0.37,-0.89 -0.25,-0.26 -0.8,-0.57 -1.65,-0.93 -0.57,-0.25 -0.99,-0.45 -1.26,-0.61 -0.27,-0.16 -0.5,-0.32 -0.68,-0.48 -0.3,-0.27 -0.52,-0.57 -0.67,-0.89 -0.15,-0.33 -0.22,-0.69 -0.22,-1.1 0,-0.81 0.29,-1.47 0.87,-1.98 0.58,-0.51 1.34,-0.76 2.29,-0.76 0.55,0 1.09,0.07 1.62,0.22 0.53,0.15 1.04,0.36 1.54,0.64 l -0.62,1.23 c -0.46,-0.25 -0.89,-0.43 -1.31,-0.55 -0.42,-0.12 -0.82,-0.18 -1.21,-0.18 -0.5,0 -0.89,0.12 -1.17,0.36 -0.29,0.24 -0.43,0.55 -0.43,0.95 0,0.33 0.13,0.62 0.38,0.88 0.25,0.25 0.81,0.57 1.66,0.94 0.56,0.26 0.97,0.46 1.24,0.61 0.27,0.15 0.5,0.31 0.68,0.47 0.31,0.27 0.54,0.57 0.68,0.89 0.13,0.34 0.21,0.7 0.21,1.09 z" + id="path676" /> + <path + class="st0" + d="m 178.75,124.2 h -1.91 l -3.31,-8.04 v 8.04 h -1.38 v -10.08 h 1.9 l 3.33,8.06 v -8.06 h 1.38 v 10.08 z" + id="path678" /> + <path + class="st0" + d="m 188.39,124.2 h -1.6 l -0.75,-2.67 h -3.47 l -0.75,2.67 h -1.54 l 2.94,-10.08 h 2.22 z m -4.07,-8.95 -1.38,4.96 h 2.75 z m 0.71,-2.2 h -1.4 l 1.63,-2.4 1.2,0.89 z" + id="path680" /> + <path + class="st0" + d="m 191.53,120.08 v 4.12 h -1.57 v -10.08 h 3.44 c 1.03,0 1.84,0.26 2.45,0.78 0.61,0.52 0.91,1.23 0.91,2.15 0,0.72 -0.17,1.31 -0.52,1.8 -0.35,0.48 -0.85,0.82 -1.5,1.02 l 2.4,4.34 h -1.77 l -2.19,-4.12 h -1.65 z m 3.64,-3 c 0,-0.51 -0.16,-0.9 -0.47,-1.18 -0.32,-0.28 -0.75,-0.42 -1.31,-0.42 h -1.85 v 3.25 h 1.85 c 0.57,0 1.01,-0.14 1.32,-0.43 0.31,-0.29 0.46,-0.69 0.46,-1.22 z" + id="path682" /> + <path + class="st0" + d="m 205.82,119.21 c 0,1.67 -0.32,2.94 -0.97,3.83 -0.65,0.88 -1.58,1.32 -2.81,1.32 -1.25,0 -2.2,-0.44 -2.82,-1.31 -0.62,-0.87 -0.94,-2.18 -0.94,-3.93 0,-1.66 0.33,-2.93 0.98,-3.82 0.65,-0.89 1.58,-1.33 2.78,-1.33 1.27,0 2.21,0.44 2.84,1.31 0.63,0.87 0.94,2.18 0.94,3.93 z m -5.93,-0.09 c 0,1.33 0.17,2.3 0.52,2.92 0.35,0.62 0.89,0.93 1.62,0.93 0.75,0 1.29,-0.31 1.64,-0.92 0.35,-0.61 0.52,-1.56 0.52,-2.85 0,-1.31 -0.17,-2.27 -0.52,-2.9 -0.35,-0.63 -0.89,-0.94 -1.64,-0.94 -0.75,0 -1.29,0.3 -1.63,0.9 -0.34,0.61 -0.51,1.56 -0.51,2.86 z" + id="path684" /> + <path + class="st0" + d="m 210.48,124.2 h -2.85 v -10.08 h 2.85 c 1.4,0 2.45,0.42 3.17,1.27 0.71,0.85 1.07,2.11 1.07,3.79 0,1.62 -0.37,2.86 -1.1,3.72 -0.73,0.87 -1.78,1.3 -3.14,1.3 z m 2.62,-5.02 c 0,-1.25 -0.21,-2.18 -0.64,-2.78 -0.43,-0.6 -1.08,-0.89 -1.98,-0.89 h -1.29 v 7.32 h 1.29 c 0.89,0 1.55,-0.3 1.98,-0.89 0.43,-0.59 0.64,-1.52 0.64,-2.76 z" + id="path686" /> + <path + class="st0" + d="m 223.19,124.2 h -1.91 l -3.31,-8.04 v 8.04 h -1.38 v -10.08 h 1.9 l 3.33,8.06 v -8.06 h 1.38 v 10.08 z" + id="path688" /> + <path + class="st0" + d="m 231.78,122.87 v 1.34 h -6.7 v -1.34 h 2.58 v -7.39 h -2.54 v -1.35 h 6.61 v 1.35 h -2.53 v 7.39 z m -2.66,-9.82 h -1.4 l 1.63,-2.4 1.2,0.89 z" + id="path690" /> + <path + class="st0" + d="m 245.28,121.51 c 0,0.86 -0.31,1.55 -0.92,2.07 -0.61,0.52 -1.44,0.78 -2.47,0.78 -0.58,0 -1.18,-0.08 -1.79,-0.25 -0.61,-0.17 -1.16,-0.4 -1.65,-0.7 l 0.67,-1.23 c 0.5,0.29 0.97,0.5 1.43,0.64 0.46,0.14 0.91,0.2 1.37,0.2 0.56,0 1,-0.12 1.31,-0.37 0.31,-0.25 0.47,-0.59 0.47,-1.05 0,-0.33 -0.12,-0.63 -0.37,-0.89 -0.25,-0.26 -0.8,-0.57 -1.65,-0.93 -0.57,-0.25 -0.99,-0.45 -1.26,-0.61 -0.27,-0.16 -0.5,-0.32 -0.68,-0.48 -0.3,-0.27 -0.52,-0.57 -0.67,-0.89 -0.15,-0.33 -0.22,-0.69 -0.22,-1.1 0,-0.81 0.29,-1.47 0.87,-1.98 0.58,-0.51 1.34,-0.76 2.29,-0.76 0.55,0 1.09,0.07 1.62,0.22 0.53,0.15 1.04,0.36 1.54,0.64 l -0.62,1.23 c -0.46,-0.25 -0.89,-0.43 -1.31,-0.55 -0.42,-0.12 -0.82,-0.18 -1.21,-0.18 -0.5,0 -0.89,0.12 -1.17,0.36 -0.29,0.24 -0.43,0.55 -0.43,0.95 0,0.33 0.13,0.62 0.38,0.88 0.25,0.25 0.81,0.57 1.66,0.94 0.56,0.26 0.97,0.46 1.24,0.61 0.27,0.15 0.5,0.31 0.68,0.47 0.31,0.27 0.54,0.57 0.68,0.89 0.13,0.34 0.21,0.7 0.21,1.09 z" + id="path692" /> + <path + class="st0" + d="m 250.55,122.98 c 0.59,0 1.05,-0.17 1.37,-0.5 0.32,-0.33 0.48,-0.8 0.48,-1.42 v -6.94 h 1.52 v 6.94 c 0,1 -0.31,1.79 -0.93,2.4 -0.62,0.6 -1.43,0.9 -2.45,0.9 -1.03,0 -1.85,-0.3 -2.48,-0.9 -0.63,-0.6 -0.94,-1.4 -0.94,-2.4 v -6.94 h 1.57 v 6.94 c 0,0.61 0.16,1.08 0.48,1.42 0.34,0.33 0.79,0.5 1.38,0.5 z" + id="path694" /> + <path + class="st0" + d="m 257.79,120.36 v 3.84 h -1.57 v -10.08 h 3.41 c 1.05,0 1.88,0.27 2.5,0.82 0.62,0.55 0.93,1.29 0.93,2.25 0,1.01 -0.31,1.79 -0.93,2.34 -0.62,0.55 -1.45,0.83 -2.51,0.83 z m 3.69,-3.14 c 0,-0.55 -0.17,-0.98 -0.51,-1.28 -0.34,-0.31 -0.8,-0.46 -1.39,-0.46 h -1.79 v 3.55 h 1.79 c 0.61,0 1.08,-0.16 1.41,-0.47 0.32,-0.31 0.49,-0.76 0.49,-1.34 z" + id="path696" /> + <path + class="st0" + d="m 266.55,122.87 h 4.56 v 1.34 h -6.13 v -10.08 h 6.13 v 1.35 h -4.56 v 2.94 h 3.87 v 1.35 h -3.87 z" + id="path698" /> + <path + class="st0" + d="m 274.66,120.08 v 4.12 h -1.57 v -10.08 h 3.44 c 1.03,0 1.84,0.26 2.45,0.78 0.61,0.52 0.91,1.23 0.91,2.15 0,0.72 -0.17,1.31 -0.52,1.8 -0.35,0.48 -0.85,0.82 -1.5,1.02 l 2.4,4.34 h -1.77 l -2.19,-4.12 h -1.65 z m 3.64,-3 c 0,-0.51 -0.16,-0.9 -0.47,-1.18 -0.32,-0.28 -0.75,-0.42 -1.31,-0.42 h -1.85 v 3.25 h 1.85 c 0.57,0 1.01,-0.14 1.32,-0.43 0.31,-0.29 0.46,-0.69 0.46,-1.22 z" + id="path700" /> + <path + class="st0" + d="m 283.53,120.36 v 3.84 h -1.57 v -10.08 h 3.41 c 1.05,0 1.88,0.27 2.5,0.82 0.62,0.55 0.93,1.29 0.93,2.25 0,1.01 -0.31,1.79 -0.93,2.34 -0.62,0.55 -1.45,0.83 -2.51,0.83 z m 3.69,-3.14 c 0,-0.55 -0.17,-0.98 -0.51,-1.28 -0.34,-0.31 -0.8,-0.46 -1.39,-0.46 h -1.79 v 3.55 h 1.79 c 0.61,0 1.08,-0.16 1.41,-0.47 0.33,-0.31 0.49,-0.76 0.49,-1.34 z" + id="path702" /> + <path + class="st0" + d="m 297.79,119.21 c 0,1.67 -0.32,2.94 -0.97,3.83 -0.65,0.88 -1.58,1.32 -2.81,1.32 -1.25,0 -2.2,-0.44 -2.82,-1.31 -0.62,-0.87 -0.94,-2.18 -0.94,-3.93 0,-1.66 0.33,-2.93 0.98,-3.82 0.65,-0.89 1.58,-1.33 2.78,-1.33 1.27,0 2.21,0.44 2.84,1.31 0.63,0.87 0.94,2.18 0.94,3.93 z m -5.93,-0.09 c 0,1.33 0.17,2.3 0.52,2.92 0.35,0.62 0.89,0.93 1.62,0.93 0.75,0 1.29,-0.31 1.64,-0.92 0.35,-0.61 0.52,-1.56 0.52,-2.85 0,-1.31 -0.17,-2.27 -0.52,-2.9 -0.35,-0.63 -0.89,-0.94 -1.64,-0.94 -0.75,0 -1.29,0.3 -1.63,0.9 -0.34,0.61 -0.51,1.56 -0.51,2.86 z" + id="path704" /> + <path + class="st0" + d="m 303.6,124.36 c -1.36,0 -2.39,-0.45 -3.1,-1.34 -0.71,-0.89 -1.07,-2.19 -1.07,-3.9 0,-1.61 0.37,-2.87 1.11,-3.78 0.74,-0.91 1.76,-1.37 3.07,-1.37 0.53,0 1.02,0.06 1.48,0.19 0.46,0.13 0.91,0.33 1.35,0.61 l -0.71,1.23 c -0.35,-0.22 -0.7,-0.38 -1.05,-0.48 -0.35,-0.1 -0.69,-0.16 -1.03,-0.16 -0.86,0 -1.51,0.31 -1.94,0.94 -0.43,0.63 -0.65,1.56 -0.65,2.81 0,1.3 0.21,2.26 0.64,2.9 0.43,0.64 1.08,0.96 1.96,0.96 0.4,0 0.77,-0.05 1.1,-0.16 0.33,-0.1 0.71,-0.29 1.15,-0.56 l 0.67,1.15 c -0.44,0.31 -0.91,0.55 -1.42,0.71 -0.52,0.17 -1.03,0.25 -1.56,0.25 z m -2.66,-13.58 h 1.38 l 0.98,1.1 0.98,-1.1 h 1.37 l -1.77,2.27 h -1.17 z" + id="path706" /> + <path + class="st0" + d="m 314.94,122.87 v 1.34 h -6.7 v -1.34 h 2.58 v -7.39 h -2.54 v -1.35 h 6.61 v 1.35 h -2.54 v 7.39 z m -2.66,-9.82 h -1.4 l 1.63,-2.4 1.2,0.89 z" + id="path708" /> + <path + class="st0" + d="m 321.14,115.48 v 8.72 h -1.56 v -8.72 h -3.03 v -1.35 h 7.62 v 1.35 z" + id="path710" /> + <path + class="st0" + d="m 332.32,124.2 h -1.6 l -0.75,-2.67 h -3.47 l -0.75,2.67 h -1.54 l 2.94,-10.08 h 2.22 z m -4.08,-8.95 -1.38,4.96 h 2.75 z" + id="path712" /> + <path + class="st0" + d="m 337.49,124.36 c -1.36,0 -2.39,-0.45 -3.1,-1.34 -0.71,-0.89 -1.07,-2.19 -1.07,-3.9 0,-1.61 0.37,-2.87 1.11,-3.78 0.74,-0.91 1.76,-1.37 3.07,-1.37 0.53,0 1.02,0.06 1.48,0.19 0.46,0.13 0.91,0.33 1.35,0.61 l -0.71,1.23 c -0.35,-0.22 -0.7,-0.38 -1.05,-0.48 -0.35,-0.1 -0.69,-0.16 -1.03,-0.16 -0.86,0 -1.51,0.31 -1.94,0.94 -0.43,0.63 -0.65,1.56 -0.65,2.81 0,1.3 0.21,2.26 0.64,2.9 0.43,0.64 1.08,0.96 1.96,0.96 0.4,0 0.77,-0.05 1.1,-0.16 0.33,-0.1 0.71,-0.29 1.15,-0.56 l 0.67,1.15 c -0.44,0.31 -0.91,0.55 -1.42,0.71 -0.52,0.17 -1.03,0.25 -1.56,0.25 z m -2.66,-13.58 h 1.38 l 0.98,1.1 0.98,-1.1 h 1.37 l -1.77,2.27 h -1.17 z" + id="path714" /> + <path + class="st0" + d="m 348.99,119.21 c 0,1.67 -0.32,2.94 -0.97,3.83 -0.65,0.88 -1.58,1.32 -2.81,1.32 -1.25,0 -2.2,-0.44 -2.82,-1.31 -0.63,-0.87 -0.94,-2.18 -0.94,-3.93 0,-1.66 0.33,-2.93 0.98,-3.82 0.65,-0.89 1.58,-1.33 2.78,-1.33 1.27,0 2.21,0.44 2.84,1.31 0.63,0.87 0.94,2.18 0.94,3.93 z m -5.92,-0.09 c 0,1.33 0.17,2.3 0.52,2.92 0.35,0.62 0.89,0.93 1.62,0.93 0.75,0 1.29,-0.31 1.64,-0.92 0.35,-0.61 0.52,-1.56 0.52,-2.85 0,-1.31 -0.17,-2.27 -0.52,-2.9 -0.35,-0.63 -0.89,-0.94 -1.64,-0.94 -0.75,0 -1.29,0.3 -1.63,0.9 -0.34,0.61 -0.51,1.56 -0.51,2.86 z" + id="path716" /> + <path + class="st0" + d="m 357.76,114.13 -2.81,10.08 h -2.22 l -2.82,-10.08 h 1.63 l 2.32,8.85 2.32,-8.85 z" + id="path718" /> + <path + class="st0" + d="m 361.15,122.87 h 4.56 v 1.34 h -6.13 v -10.08 h 6.13 v 1.35 h -4.56 v 2.94 h 3.87 v 1.35 h -3.87 z m 2.21,-9.82 h -1.4 l 1.63,-2.4 1.2,0.89 z" + id="path720" /> + <path + class="st0" + d="m 176.21,143.02 c -1.36,0 -2.39,-0.45 -3.1,-1.34 -0.71,-0.89 -1.07,-2.19 -1.07,-3.9 0,-1.61 0.37,-2.87 1.11,-3.78 0.74,-0.91 1.77,-1.37 3.07,-1.37 0.53,0 1.02,0.06 1.48,0.19 0.46,0.13 0.91,0.33 1.35,0.61 l -0.72,1.23 c -0.35,-0.22 -0.7,-0.38 -1.05,-0.48 -0.35,-0.1 -0.69,-0.16 -1.03,-0.16 -0.86,0 -1.51,0.31 -1.94,0.94 -0.43,0.63 -0.65,1.56 -0.65,2.81 0,1.3 0.21,2.26 0.64,2.9 0.43,0.64 1.08,0.96 1.96,0.96 0.4,0 0.77,-0.05 1.1,-0.16 0.33,-0.1 0.72,-0.29 1.15,-0.56 l 0.67,1.15 c -0.44,0.31 -0.91,0.55 -1.42,0.71 -0.5,0.17 -1.02,0.25 -1.55,0.25 z" + id="path722" /> + <path + class="st0" + d="m 182.66,141.53 h 4.56 v 1.34 h -6.13 v -10.08 h 6.13 v 1.35 h -4.56 v 2.94 h 3.87 v 1.35 h -3.87 z" + id="path724" /> + <path + class="st0" + d="m 195.77,142.87 h -1.91 l -3.31,-8.04 v 8.04 h -1.38 v -10.08 h 1.9 l 3.33,8.06 v -8.06 h 1.38 v 10.08 z" + id="path726" /> + <path + class="st0" + d="m 202.02,134.14 v 8.72 h -1.56 v -8.72 h -3.03 v -1.35 h 7.62 v 1.35 z" + id="path728" /> + <path + class="st0" + d="m 208.32,138.74 v 4.12 h -1.57 v -10.08 h 3.44 c 1.03,0 1.84,0.26 2.45,0.78 0.61,0.52 0.91,1.23 0.91,2.15 0,0.72 -0.17,1.31 -0.52,1.8 -0.35,0.48 -0.85,0.82 -1.5,1.02 l 2.4,4.34 h -1.77 l -2.19,-4.12 h -1.65 z m 3.64,-3 c 0,-0.51 -0.16,-0.9 -0.47,-1.18 -0.32,-0.28 -0.75,-0.42 -1.31,-0.42 h -1.85 v 3.25 h 1.85 c 0.57,0 1.01,-0.14 1.32,-0.43 0.31,-0.29 0.46,-0.69 0.46,-1.22 z" + id="path730" /> + <path + class="st0" + d="m 218.75,141.64 c 0.59,0 1.05,-0.17 1.37,-0.5 0.32,-0.33 0.48,-0.8 0.48,-1.42 v -6.94 h 1.52 v 6.94 c 0,1 -0.31,1.79 -0.93,2.4 -0.62,0.6 -1.43,0.9 -2.45,0.9 -1.03,0 -1.85,-0.3 -2.48,-0.9 -0.63,-0.6 -0.94,-1.4 -0.94,-2.4 v -6.94 h 1.57 v 6.94 c 0,0.61 0.16,1.08 0.48,1.42 0.33,0.33 0.79,0.5 1.38,0.5 z" + id="path732" /> + <path + class="st0" + d="m 225.48,134.9 v 7.96 h -1.38 v -10.08 h 1.82 l 1.96,5.07 1.93,-5.07 h 1.8 v 10.08 h -1.38 v -7.96 l -1.8,4.62 h -1.14 z" + id="path734" /> + </g> + <g + id="g742"> + <g + id="g740"> + <rect + x="160.06" + y="95.18" + class="st0" + width="1.6" + height="47.5" + id="rect738" /> + </g> + </g> + </g> +</g> +</svg>