From 84eecdae189b400f0f1bf9d6661929aa0213f429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 6 Mar 2023 21:31:17 +0100 Subject: [PATCH 01/25] =?UTF-8?q?Oprava=20e-mailu=20o=20vyd=C3=A1n=C3=AD?= =?UTF-8?q?=20nov=C3=A9ho=20=C4=8D=C3=ADsla?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seminar/models/tvorba.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seminar/models/tvorba.py b/seminar/models/tvorba.py index f2c10e3e..fe920806 100644 --- a/seminar/models/tvorba.py +++ b/seminar/models/tvorba.py @@ -289,7 +289,7 @@ class Cislo(SeminarModelBase): email.send() posli(text_mailu, resitele_vsichni.filter(zasilat=pm.Resitel.ZASILAT_NIKAM)) - posli(text_mailu + 'P. S. Také by vám brzy měla přijít papírová verze. Připomínáme, že pokud papírovou verzi čísla nevyužijete, můžete v https://mam.mff.cuni.cz/resitel/osobni-udaje/ zaškrtnout, abychom vám ji neposílali. Děkujeme. (Čísla vždy můžete nalézt v našem archivu a dál vám budou chodit e-mailem.)\n', + posli(text_mailu + 'P. S. Brzy budeme též rozesílat papírovou verzi čísla. Připomínáme, že pokud papírovou verzi čísla nevyužijete, můžete v https://mam.mff.cuni.cz/resitel/osobni-udaje/ zaškrtnout, abychom vám ji neposílali. Čísla vždy můžete nalézt v našem archivu a dál vám budou chodit e-mailem. Děkujeme.\n', resitele_vsichni.exclude(zasilat=pm.Resitel.ZASILAT_NIKAM)) def save(self, *args, **kwargs): From ea46d09e53f7e3301447fed1f338eefd132eb442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 6 Mar 2023 22:11:58 +0100 Subject: [PATCH 02/25] =?UTF-8?q?Defaultn=C4=9B=20e-mail=20o=20nov=C3=A9m?= =?UTF-8?q?=20=C4=8D=C3=ADsle=20zas=C3=ADlat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- personalni/forms.py | 2 +- seminar/models/tvorba.py | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/personalni/forms.py b/personalni/forms.py index f9d90182..e57031d1 100644 --- a/personalni/forms.py +++ b/personalni/forms.py @@ -69,7 +69,7 @@ class PrihlaskaForm(PasswordResetForm): max_value=date.today().year+8, required=True) zasilat = forms.ChoiceField(label='Kam zasílat čísla',choices = Resitel.ZASILAT_CHOICES, required=True) - zasilat_cislo_emailem = forms.BooleanField(label='Chci dostávat e-mailem upozornění na vydání nového čísla', required=False) + zasilat_cislo_emailem = forms.BooleanField(label='Chci dostávat e-mailem upozornění na vydání nového čísla', required=False, initial=True) jak_se_dozvedeli = forms.CharField(widget=forms.Textarea({"rows": 3, "cols": 20}), label='Jak ses o M&M dozvěděl(a)? (Nechceš-li odpovídat, napiš „nechci uvést“.)', required=True) diff --git a/seminar/models/tvorba.py b/seminar/models/tvorba.py index fe920806..f2feb569 100644 --- a/seminar/models/tvorba.py +++ b/seminar/models/tvorba.py @@ -288,8 +288,10 @@ class Cislo(SeminarModelBase): email.send() - posli(text_mailu, resitele_vsichni.filter(zasilat=pm.Resitel.ZASILAT_NIKAM)) - posli(text_mailu + 'P. S. Brzy budeme též rozesílat papírovou verzi čísla. Připomínáme, že pokud papírovou verzi čísla nevyužijete, můžete v https://mam.mff.cuni.cz/resitel/osobni-udaje/ zaškrtnout, abychom vám ji neposílali. Čísla vždy můžete nalézt v našem archivu a dál vám budou chodit e-mailem. Děkujeme.\n', + paticka = "---\nK odběru těchto e-mailů jste se přihlásili na stránkách https://mam.matfyz.cz. Z odběru se lze odhlásit na https://mam.matfyz.cz/resitel/osobni-udaje/" + + posli(text_mailu + paticka, resitele_vsichni.filter(zasilat=pm.Resitel.ZASILAT_NIKAM)) + posli(text_mailu + 'P. S. Brzy budeme též rozesílat papírovou verzi čísla. Připomínáme, že pokud papírovou verzi čísla nevyužijete, můžete v https://mam.mff.cuni.cz/resitel/osobni-udaje/ zaškrtnout, abychom vám ji neposílali. Čísla vždy můžete nalézt v našem archivu a dál vám budou chodit e-mailem. Děkujeme.\n' + paticka, resitele_vsichni.exclude(zasilat=pm.Resitel.ZASILAT_NIKAM)) def save(self, *args, **kwargs): From e7a7dad50cd8a8a4caf869254e38a176ddb4df8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 6 Mar 2023 22:15:41 +0100 Subject: [PATCH 03/25] =?UTF-8?q?Defaultn=C4=9B=20nezas=C3=ADlat=20=C4=8D?= =?UTF-8?q?=C3=ADslo=20pap=C3=ADrov=C4=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- personalni/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/personalni/forms.py b/personalni/forms.py index e57031d1..735e1a57 100644 --- a/personalni/forms.py +++ b/personalni/forms.py @@ -68,7 +68,7 @@ class PrihlaskaForm(PasswordResetForm): min_value=date.today().year, max_value=date.today().year+8, required=True) - zasilat = forms.ChoiceField(label='Kam zasílat čísla',choices = Resitel.ZASILAT_CHOICES, required=True) + zasilat = forms.ChoiceField(label='Kam zasílat čísla',choices = Resitel.ZASILAT_CHOICES, required=True, initial=Resitel.ZASILAT_NIKAM) zasilat_cislo_emailem = forms.BooleanField(label='Chci dostávat e-mailem upozornění na vydání nového čísla', required=False, initial=True) jak_se_dozvedeli = forms.CharField(widget=forms.Textarea({"rows": 3, "cols": 20}), label='Jak ses o M&M dozvěděl(a)? (Nechceš-li odpovídat, napiš „nechci uvést“.)', required=True) From 1dd51afb11116ee221ff35cc09aacc55abe5a0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 6 Mar 2023 22:24:33 +0100 Subject: [PATCH 04/25] =?UTF-8?q?Zas=C3=ADl=C3=A1n=C3=AD=20je=20zdarma=20(?= =?UTF-8?q?Rozhodl=20jsem=20se=20pro=20formulaci=20nen=C3=AD=20zpoplatn?= =?UTF-8?q?=C4=9Bno,=20proto=C5=BEe=20z=20na=C5=A1eho=20pohledu=20zdarma?= =?UTF-8?q?=20nen=C3=AD=20a=20nechci=20vyvol=C3=A1vat=20ten=20pocit,=20?= =?UTF-8?q?=C5=BEe=20n=C3=A1s=20to=20tak=C3=A9=20nic=20nestoj=C3=AD.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- personalni/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/personalni/forms.py b/personalni/forms.py index 735e1a57..2494d08a 100644 --- a/personalni/forms.py +++ b/personalni/forms.py @@ -68,7 +68,7 @@ class PrihlaskaForm(PasswordResetForm): min_value=date.today().year, max_value=date.today().year+8, required=True) - zasilat = forms.ChoiceField(label='Kam zasílat čísla',choices = Resitel.ZASILAT_CHOICES, required=True, initial=Resitel.ZASILAT_NIKAM) + zasilat = forms.ChoiceField(label='Kam zasílat čísla (zasílání není zpoplatněno)',choices = Resitel.ZASILAT_CHOICES, required=True, initial=Resitel.ZASILAT_NIKAM) zasilat_cislo_emailem = forms.BooleanField(label='Chci dostávat e-mailem upozornění na vydání nového čísla', required=False, initial=True) jak_se_dozvedeli = forms.CharField(widget=forms.Textarea({"rows": 3, "cols": 20}), label='Jak ses o M&M dozvěděl(a)? (Nechceš-li odpovídat, napiš „nechci uvést“.)', required=True) From cfdbcc8ee1f9eb54cc932d74d07d323e3b85c63e Mon Sep 17 00:00:00 2001 From: "Pavel \"LEdoian\" Turinsky" Date: Tue, 7 Mar 2023 23:59:42 +0100 Subject: [PATCH 05/25] =?UTF-8?q?Omezen=C3=AD=20na=20po=C4=8Det=20adres=20?= =?UTF-8?q?v=20hlavi=C4=8Dce=20mail=C5=AF=20z=20testwebu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Není úplně žádoucí, aby se v mailu z testwebu poslala spousta adres, protože je to náchylné na automatické zpracování v případě, že se k takovému mailu dostane někdo další. --- various/mail_prefixer.py | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/various/mail_prefixer.py b/various/mail_prefixer.py index 14d4386b..2af0b3f7 100644 --- a/various/mail_prefixer.py +++ b/various/mail_prefixer.py @@ -7,6 +7,11 @@ Used to distinguish testing emails from production ones.""" from django.core.mail.backends.smtp import EmailBackend as DjangoSMTPBackend from django.conf import settings +def omezovatko_poctu_mailu(maily:list, maximum:int) -> str: + if len(maily) <= maximum: return str(maily) + # Aspoň zhruba simulujeme tisk pole… + return '[' + ", ".join(f"'{mail}'" for mail in maily[:maximum - 1]) + f', … ({len(maily)} e-mailů) ]' + class PrefixingMailBackend(DjangoSMTPBackend): # method _send is not probably meant to be monkey_patched, so we patch send_messages instead. def send_messages(self, messages): @@ -16,10 +21,13 @@ class PrefixingMailBackend(DjangoSMTPBackend): if message.from_email != settings.SERVER_EMAIL: message.subject = prefix + ' ' + message.subject + to = omezovatko_poctu_mailu(message.to, 3) + cc = omezovatko_poctu_mailu(message.cc, 3) + bcc = omezovatko_poctu_mailu(message.bcc, 3) message.body = f"""Bylo by posláno na e-maily: - To: {message.to} - Cc: {message.cc} - Bcc: {message.bcc} + To: {to} + Cc: {cc} + Bcc: {bcc} """+ "\n\n" + message.body message.to = settings.TESTOVACI_EMAILOVA_KONFERENCE message.cc = [] From c8023244bd539ef77092e6d5c408419b62ad2773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 13 Mar 2023 23:35:04 +0100 Subject: [PATCH 06/25] =?UTF-8?q?Reforma=20p=C5=99ihl=C3=A1=C5=A1ky=20a=20?= =?UTF-8?q?editace=20osobn=C3=ADch=20dat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- personalni/forms.py | 216 ++++++------------ .../templates/personalni/udaje/edit.html | 100 +------- .../templates/personalni/udaje/prihlaska.html | 135 ++--------- .../templates/personalni/udaje/udaje.html | 75 ++++++ 4 files changed, 166 insertions(+), 360 deletions(-) create mode 100644 personalni/templates/personalni/udaje/udaje.html diff --git a/personalni/forms.py b/personalni/forms.py index 2494d08a..3199a8a2 100644 --- a/personalni/forms.py +++ b/personalni/forms.py @@ -25,106 +25,85 @@ class TelInput(forms.TextInput): input_pattern="^[+]?[()/0-9. -]{9,}$" -class PrihlaskaForm(PasswordResetForm): - username = forms.CharField(label='Přihlašovací jméno', - max_length=256, - required=True, - help_text='Tímto jménem se následně budeš přihlašovat pro odevzdání řešení a další činnosti v semináři') +class UdajeForm(forms.Form): + username = None + err_logger = logging.getLogger('seminar.prihlaska.problem') jmeno = forms.CharField(label='Jméno', max_length=256, required=True) prezdivka_resitele = forms.CharField(label='Přezdívka (veřejná)', max_length=256, required=False) prijmeni = forms.CharField(label='Příjmení', max_length=256, required=True) - pohlavi_muz = forms.ChoiceField(label='Pohlaví', - choices = ((True,'muž'),(False,'žena')), required=True) - email = forms.EmailField(label='E-mail',max_length=256, required=True) - telefon = forms.CharField(widget=TelInput(),label='Telefon',max_length=256, required=False) - datum_narozeni = forms.DateField(widget=DateInput(),label='Datum narození', required=False) + pohlavi_muz = forms.ChoiceField(label='Pohlaví', choices=((True, 'muž'), (False, 'žena')), required=True) + email = forms.EmailField(label='E-mail', max_length=256, required=True) + telefon = forms.CharField(widget=TelInput(), label='Telefon', max_length=256, required=False) + datum_narozeni = forms.DateField(widget=DateInput(), label='Datum narození', required=False) ulice = forms.CharField(label='Ulice a číslo popisné', max_length=256, required=False) mesto = forms.CharField(label='Město', max_length=256, required=False) psc = forms.CharField(label='PSČ', max_length=32, required=False) - stat = forms.ChoiceField(label='Stát', - choices = (('CZ', 'Česká Republika'), - ('SK', 'Slovenská Republika'), - ('other', 'Jiné')), - required=False) + stat = forms.ChoiceField(label='Stát', choices=(('CZ', 'Česká republika'), ('SK', 'Slovenská republika'), ('other', 'Jiné')), required=False) stat_text = forms.CharField(label='Stát', max_length=256, required=False) - skola = forms.ModelChoiceField(label="Škola", + skola = forms.ModelChoiceField( + label="Škola", queryset=Skola.objects.all(), widget=autocomplete.ModelSelect2( url='autocomplete_skola', - attrs = {'data-placeholder--id': '-1', - 'data-placeholder--text' : '---', - 'data-allow-clear': 'true'}) - ,required=False) - + attrs={ + 'data-placeholder--id': '-1', + 'data-placeholder--text': '---', + 'data-allow-clear': 'true' + } + ), + required=False, + ) + skola_nazev = forms.CharField(label='Název školy', max_length=256, required=False) skola_adresa = forms.CharField(label='Adresa školy', max_length=256, required=False) -# trida = forms.CharField(label='Třída',max_length=10, required=True) - rok_maturity = forms.IntegerField( - label='Rok maturity', - min_value=date.today().year, + label='Rok maturity', + min_value=date.today().year, max_value=date.today().year+8, - required=True) - zasilat = forms.ChoiceField(label='Kam zasílat čísla (zasílání není zpoplatněno)',choices = Resitel.ZASILAT_CHOICES, required=True, initial=Resitel.ZASILAT_NIKAM) - zasilat_cislo_emailem = forms.BooleanField(label='Chci dostávat e-mailem upozornění na vydání nového čísla', required=False, initial=True) - - jak_se_dozvedeli = forms.CharField(widget=forms.Textarea({"rows": 3, "cols": 20}), label='Jak ses o M&M dozvěděl(a)? (Nechceš-li odpovídat, napiš „nechci uvést“.)', required=True) + required=True, + ) - gdpr = forms.BooleanField(label='Souhlasím se zpracováním osobních údajů', required=True) - spam = forms.BooleanField(label='Souhlasím se zasíláním materiálů od MFF UK', required=False) - - def clean_username(self): - err_logger = logging.getLogger('seminar.prihlaska.problem') - username = self.cleaned_data.get('username') - try: - User.objects.get(username=username) - msg = "Username {} exists".format(username) - err_logger.info(msg) - raise forms.ValidationError('Přihlašovací jméno je již použito') + zasilat = forms.ChoiceField(label='Kam zasílat (odměny, pozvánky, případně čísla nebo propagační materiály)', choices=[it for it in Resitel.ZASILAT_CHOICES if it[0] != Resitel.ZASILAT_NIKAM], required=True, initial=Resitel.ZASILAT_DOMU) + zasilat_cislo_papirove = forms.BooleanField(label='Chci dostávat čísla poštou (zasílání není zpoplatněno)', required=False, initial=False) + zasilat_cislo_emailem = forms.BooleanField(label='Chci dostávat e-mailem upozornění na vydání nového čísla', required=False, initial=True) + spam = forms.BooleanField(label='Souhlasím se zasíláním propagačních materiálů od MFF UK', required=False) - except ObjectDoesNotExist: - pass - return username + def clean_prezdivka_resitele(self): + prezdivka_resitele = self.cleaned_data.get('prezdivka_resitele') + if prezdivka_resitele == '': + return prezdivka_resitele + if Resitel.objects.filter(prezdivka_resitele=prezdivka_resitele).exclude(osoba__user__username=self.username).count() > 0: + raise forms.ValidationError('Přezdívka je již použita') + return prezdivka_resitele def clean_email(self): - err_logger = logging.getLogger('seminar.prihlaska.problem') email = self.cleaned_data.get('email') try: - osoba = Osoba.objects.get(email=email) + osoba = Osoba.objects.exclude(user__username=self.username).get(email=email) msg = "Email {} exists".format(email) if osoba.user is not None: - err_logger.info(msg) + self.err_logger.info(msg) raise forms.ValidationError('E-mail je již použit') else: msg += ', but currently has no User, so allowing registration.' - err_logger.info(msg) + self.err_logger.info(msg) except ObjectDoesNotExist: pass return email - def clean_prezdivka_resitele(self): - prezdivka_resitele = self.cleaned_data.get('prezdivka_resitele') - if prezdivka_resitele == '': - return prezdivka_resitele - if Resitel.objects.filter(prezdivka_resitele=prezdivka_resitele).count() > 0: - raise forms.ValidationError('Přezdívka je již použita') - return prezdivka_resitele - def clean_zasilat(self): zasilat = self.cleaned_data.get('zasilat') ulice = self.cleaned_data.get('ulice') if zasilat == Resitel.ZASILAT_DOMU and ulice == "": - raise forms.ValidationError('Nevyplněná adresa bydliště, nelze zasílat čísla domů.') + raise forms.ValidationError('Nevyplněná adresa bydliště, nelze zasílat domů.') return zasilat def clean(self): super().clean() - - err_logger = logging.getLogger('seminar.prihlaska.problem') data = self.cleaned_data if data.get('stat') != 'other' and data.get('stat_text') != '': @@ -140,106 +119,41 @@ class PrihlaskaForm(PasswordResetForm): self.add_error('skola_adresa',forms.ValidationError('Je nutné vyplnit adresu školy')) -class ProfileEditForm(forms.Form): - username = forms.CharField(label='Přihlašovací jméno', - max_length=256, - required=False, - disabled=True) - - jmeno = forms.CharField(label='Jméno', max_length=256, required=True) - prezdivka_resitele = forms.CharField(label='Přezdívka (veřejná)', max_length=256, required=False) - prijmeni = forms.CharField(label='Příjmení', max_length=256, required=True) - pohlavi_muz = forms.ChoiceField(label='Pohlaví', - choices = ((True,'muž'),(False,'žena')), required=True) - email = forms.EmailField(label='E-mail',max_length=256, required=True) - telefon = forms.CharField(widget=TelInput(),label='Telefon',max_length=256, required=False) - datum_narozeni = forms.DateField(widget=DateInput(),label='Datum narození', required=False) - ulice = forms.CharField(label='Ulice', max_length=256, required=False) - mesto = forms.CharField(label='Město', max_length=256, required=False) - psc = forms.CharField(label='PSČ', max_length=32, required=False) - stat = forms.ChoiceField(label='Stát', - choices = (('CZ', 'Česká republika'), - ('SK', 'Slovenská republika'), - ('other', 'Jiné')), - required=False) - stat_text = forms.CharField(label='Stát', max_length=256, required=False) - - skola = forms.ModelChoiceField(label="Škola", - queryset=Skola.objects.all(), - widget=autocomplete.ModelSelect2( - url='autocomplete_skola', - attrs = {'data-placeholder--id': '-1', - 'data-placeholder--text' : '---', - 'data-allow-clear': 'true'}) - ,required=False) - - skola_nazev = forms.CharField(label='Název školy', max_length=256, required=False) - skola_adresa = forms.CharField(label='Adresa školy', max_length=256, required=False) -# trida = forms.CharField(label='Třída',max_length=10, required=True) - rok_maturity = forms.IntegerField( - label='Rok maturity', - min_value=date.today().year, - max_value=date.today().year+8, - required=True) - zasilat = forms.ChoiceField(label='Kam zasílat čísla',choices = Resitel.ZASILAT_CHOICES, required=True) - zasilat_cislo_emailem = forms.BooleanField(label='Chci dostávat email s upozorněním na vydání nového čísla', required=False) - - spam = forms.BooleanField(label='Souhlasím se zasíláním materiálů od MFF UK', required=False) -# def clean_username(self): -# err_logger = logging.getLogger('seminar.prihlaska.problem') -# username = self.cleaned_data.get('username') -# try: -# User.objects.get(username=username) -# msg = "Username {} exists".format(username) -# err_logger.info(msg) -# raise forms.ValidationError('Přihlašovací jméno je již použito') -# -# except ObjectDoesNotExist: -# pass -# return username -# +class PrihlaskaForm(PasswordResetForm, UdajeForm): + username = forms.CharField( + label='Přihlašovací jméno', + max_length=256, + required=True, + help_text='Tímto jménem se následně budeš přihlašovat pro odevzdání řešení a další činnosti v semináři', + ) - def clean_prezdivka_resitele(self): - prezdivka_resitele = self.cleaned_data.get('prezdivka_resitele') - if prezdivka_resitele == '': - return prezdivka_resitele - if Resitel.objects.filter(prezdivka_resitele=prezdivka_resitele).exclude(osoba__user__username=self.username).count() > 0: - raise forms.ValidationError('Přezdívka je již použita') - return prezdivka_resitele + jak_se_dozvedeli = forms.CharField(widget=forms.Textarea({"rows": 3, "cols": 20}), label='Jak ses o M&M dozvěděl(a)? (Nechceš-li odpovídat, napiš „nechci uvést“.)', required=True) - def clean_email(self): - err_logger = logging.getLogger('seminar.prihlaska.problem') - email = self.cleaned_data.get('email') + gdpr = forms.BooleanField(label='Souhlasím se zpracováním osobních údajů', required=True) + + def clean_username(self): + username = self.cleaned_data.get('username') try: - Osoba.objects.exclude(user__username=self.username).get(email=email) - msg = "Email {} exists (in edit)".format(email) - err_logger.info(msg) - raise forms.ValidationError('Email je již použit') + User.objects.get(username=username) + msg = "Username {} exists".format(username) + self.err_logger.info(msg) + raise forms.ValidationError('Přihlašovací jméno je již použito') except ObjectDoesNotExist: pass - return email - #def clean(self): - # super().clean() - # - # err_logger = logging.getLogger('seminar.prihlaska.problem') - - # data = self.cleaned_data - # if data.get('password') != data.get('password_check'): - # self.add_error('password_check',forms.ValidationError('Hesla se neshodují')) - # if data.get('stat') != '' and data.get('stat_text') != '': - # self.add_error('stat',forms.ValidationError('Nelze mít vybraný stát z menu a zároven zapsaný textem')) - # if data.get('skola') and (data.get('skola_nazev') or data.get('skola_adresa')): - # self.add_error('skola',forms.ValidationError('Pokud je škola v seznamu, nevypisujte ji ručně, pokud není, zrušte výběr ze seznamu (křížek vpravo)')) - # if not data.get('skola'): - # if data.get('skola_nazev')=='' and data.get('skola_adresa')=='': - # self.add_error('skola',forms.ValidationError('Je nutné vyplnit školu')) - # elif data.get('skola_nazev')=='': - # self.add_error('skola_nazev',forms.ValidationError('Je nutné vyplnit název školy')) - # elif data.get('skola_adresa')=='': - # self.add_error('skola_adresa',forms.ValidationError('Je nutné vyplnit adresu školy')) + return username + + +class ProfileEditForm(UdajeForm): + err_logger = logging.getLogger('seminar.edit.problem') + username = forms.CharField( + label='Přihlašovací jméno', + max_length=256, + required=False, + disabled=True, + ) class PoMaturiteProfileEditForm(ProfileEditForm): diff --git a/personalni/templates/personalni/udaje/edit.html b/personalni/templates/personalni/udaje/edit.html index 9091925d..085e4246 100644 --- a/personalni/templates/personalni/udaje/edit.html +++ b/personalni/templates/personalni/udaje/edit.html @@ -1,109 +1,19 @@ {% extends "base.html" %} {% load static %} -{% block script %} - -{% endblock %} - - - {% block content %}

{% block nadpis1a %} Změna osobních údajů {% endblock %}

-
- {% csrf_token %} - {{form.non_field_errors}}
+

Změnit heslo

-

- Přihlašovací údaje -

- - {% include "personalni/udaje/prihlaska_field.html" with field=form.username %} -
-

- Změnit heslo -

- -
- -

- Osobní údaje -

- - {% include "personalni/udaje/prihlaska_field.html" with field=form.jmeno %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.prezdivka_resitele %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.prijmeni %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.pohlavi_muz%} - {% include "personalni/udaje/prihlaska_field.html" with field=form.email %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.telefon %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.datum_narozeni %} -
- -
- -

- Bydliště -

- - {% include "personalni/udaje/prihlaska_field.html" with field=form.ulice %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.mesto %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.psc %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.stat %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.stat_text id="id_li_stat_text"%} -
- -
- -

- Škola -

- - {% include "personalni/udaje/prihlaska_field.html" with field=form.skola %} - - - {% include "personalni/udaje/prihlaska_field.html" with field=form.skola_nazev id="id_li_skola_nazev" %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.skola_adresa id="id_li_skola_adresa" %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.rok_maturity %} -
Vyplň prosím celý název a adresu školy.
- -
- -

- Pošta -

- - {% include "personalni/udaje/prihlaska_field.html" with field=form.zasilat %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.zasilat_cislo_emailem %} -
- -
- -

- Zasílání propagačních materiálů -

- - {% include "personalni/udaje/prihlaska_field.html" with field=form.spam %} -
- -
- - + + {% include "personalni/udaje/udaje.html"%} +
- + {% endblock %} diff --git a/personalni/templates/personalni/udaje/prihlaska.html b/personalni/templates/personalni/udaje/prihlaska.html index 33adba03..f26936de 100644 --- a/personalni/templates/personalni/udaje/prihlaska.html +++ b/personalni/templates/personalni/udaje/prihlaska.html @@ -5,16 +5,6 @@ {% endblock %} - - {% block content %}

{% block nadpis1a %} @@ -25,109 +15,26 @@

Tučně popsaná pole jsou povinná.

- {% csrf_token %} - {{form.non_field_errors}} - - -
-

- Přihlašovací údaje -

- - {% include "personalni/udaje/prihlaska_field.html" with field=form.username %} -{# {% include "personalni/udaje/prihlaska_field.html" with field=form.password %}#} -{# {% include "personalni/udaje/prihlaska_field.html" with field=form.password_check %}#} -
- -
- -

- Osobní údaje -

- - {% include "personalni/udaje/prihlaska_field.html" with field=form.jmeno %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.prezdivka_resitele %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.prijmeni %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.pohlavi_muz%} - {% include "personalni/udaje/prihlaska_field.html" with field=form.email %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.telefon %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.datum_narozeni %} -
- -
- -

- Bydliště -

- - {% include "personalni/udaje/prihlaska_field.html" with field=form.ulice %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.mesto %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.psc %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.stat %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.stat_text id="id_li_stat_text"%} -
- -
- -

- Škola -

- - {% include "personalni/udaje/prihlaska_field.html" with field=form.skola %} - - - {% include "personalni/udaje/prihlaska_field.html" with field=form.skola_nazev id="id_li_skola_nazev" %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.skola_adresa id="id_li_skola_adresa" %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.rok_maturity %} -
(Prosíme, zkuste ji najít, téměř jistě ji v seznamu máme. Školy se dobře hledají podle příjmení lidí v jejich názvu, podle ulice, případně název ulice mezera město, atd. Nezadávejte slova, která se často zkracují – gymnázium, střední odborná škola, křestní jména…)
Vyplň prosím celý název a adresu školy.
- -
- -

- Pošta -

- - {% include "personalni/udaje/prihlaska_field.html" with field=form.zasilat %} - {% include "personalni/udaje/prihlaska_field.html" with field=form.zasilat_cislo_emailem %} -
-
- -

- GDPR -

- {% include "personalni/udaje/gdpr.html" %} - - {% include "personalni/udaje/prihlaska_field.html" with field=form.gdpr %} -
- -
- -

- Zasílání propagačních materiálů -

- - {% include "personalni/udaje/prihlaska_field.html" with field=form.spam %} -
- - - -
- -

- Ostatní -

- - {% include "personalni/udaje/prihlaska_field.html" with field=form.jak_se_dozvedeli %} -
- - - - + {% include "personalni/udaje/udaje.html" %} +

+ GDPR +

+ {% include "personalni/udaje/gdpr.html" %} + + {% include "personalni/udaje/prihlaska_field.html" with field=form.gdpr %} +
+ +
+ +

+ Ostatní +

+ + {% include "personalni/udaje/prihlaska_field.html" with field=form.jak_se_dozvedeli %} +
+ +
+ +
- - - {% endblock %} diff --git a/personalni/templates/personalni/udaje/udaje.html b/personalni/templates/personalni/udaje/udaje.html new file mode 100644 index 00000000..f39e8b47 --- /dev/null +++ b/personalni/templates/personalni/udaje/udaje.html @@ -0,0 +1,75 @@ +{% load static %} + +{% block script %} + +{% endblock %} + +{% csrf_token %} +{{form.non_field_errors}} + +
+

+ Přihlašovací údaje +

+ + {% include "personalni/udaje/prihlaska_field.html" with field=form.username %} +
+ +
+ +

+ Osobní údaje +

+ + {% include "personalni/udaje/prihlaska_field.html" with field=form.jmeno %} + {% include "personalni/udaje/prihlaska_field.html" with field=form.prezdivka_resitele %} + {% include "personalni/udaje/prihlaska_field.html" with field=form.prijmeni %} + {% include "personalni/udaje/prihlaska_field.html" with field=form.pohlavi_muz%} + {% include "personalni/udaje/prihlaska_field.html" with field=form.email %} + {% include "personalni/udaje/prihlaska_field.html" with field=form.telefon %} + {% include "personalni/udaje/prihlaska_field.html" with field=form.datum_narozeni %} +
+ +
+ +

+ Škola +

+ + {% include "personalni/udaje/prihlaska_field.html" with field=form.skola %} + + + {% include "personalni/udaje/prihlaska_field.html" with field=form.skola_nazev id="id_li_skola_nazev" %} + {% include "personalni/udaje/prihlaska_field.html" with field=form.skola_adresa id="id_li_skola_adresa" %} + {% include "personalni/udaje/prihlaska_field.html" with field=form.rok_maturity %} +
(Prosíme, zkuste ji najít, téměř jistě ji v seznamu máme. Školy se dobře hledají podle příjmení lidí v jejich názvu, podle ulice, případně název ulice mezera město, atd. Nezadávejte slova, která se často zkracují – gymnázium, střední odborná škola, křestní jména…)
Vyplň prosím celý název a adresu školy.
+ +
+ +

+ Pošta +

+ + {% include "personalni/udaje/prihlaska_field.html" with field=form.zasilat_cislo_emailem %} + {% include "personalni/udaje/prihlaska_field.html" with field=form.zasilat_cislo_papirove %} + {% include "personalni/udaje/prihlaska_field.html" with field=form.spam %} + {% include "personalni/udaje/prihlaska_field.html" with field=form.zasilat %} +
+
+

+ Bydliště (povinné při volbě „domů“) +

+ + {% include "personalni/udaje/prihlaska_field.html" with field=form.ulice %} + {% include "personalni/udaje/prihlaska_field.html" with field=form.mesto %} + {% include "personalni/udaje/prihlaska_field.html" with field=form.psc %} + {% include "personalni/udaje/prihlaska_field.html" with field=form.stat %} + {% include "personalni/udaje/prihlaska_field.html" with field=form.stat_text id="id_li_stat_text"%} +
+ +
+ + From c97a84104169de9540bf2483482eb75b04c71dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 13 Mar 2023 23:45:05 +0100 Subject: [PATCH 07/25] =?UTF-8?q?Reforma=20nastaven=C3=AD=20zas=C3=ADl?= =?UTF-8?q?=C3=A1n=C3=AD=20po=C5=A1tou?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- personalni/views.py | 7 +++- .../0112_resitel_zasilat_cislo_papirove.py | 42 +++++++++++++++++++ seminar/models/personalni.py | 2 + seminar/models/tvorba.py | 4 +- seminar/templates/seminar/archiv/obalky.tex | 2 + seminar/utils.py | 2 +- 6 files changed, 54 insertions(+), 5 deletions(-) create mode 100644 seminar/migrations/0112_resitel_zasilat_cislo_papirove.py diff --git a/personalni/views.py b/personalni/views.py index a52f7f5f..df1cb8f1 100644 --- a/personalni/views.py +++ b/personalni/views.py @@ -165,6 +165,7 @@ def resitelEditView(request): resitel_edit.rok_maturity = fcd['rok_maturity'] resitel_edit.zasilat = fcd['zasilat'] resitel_edit.zasilat_cislo_emailem = fcd['zasilat_cislo_emailem'] + resitel_edit.zasilat_cislo_papirove = fcd['zasilat_cislo_papirove'] if fcd.get('skola'): resitel_edit.skola = fcd['skola'] else: @@ -267,7 +268,8 @@ def prihlaskaView(request): prezdivka_resitele=fcd['prezdivka_resitele'], rok_maturity = fcd['rok_maturity'], zasilat = fcd['zasilat'], - zasilat_cislo_emailem = fcd['zasilat_cislo_emailem'] + zasilat_cislo_emailem = fcd['zasilat_cislo_emailem'], + zasilat_cislo_papirove = fcd['zasilat_cislo_papirove'], ) if fcd.get('skola'): @@ -284,7 +286,7 @@ def prihlaskaView(request): except m.Resitel.DoesNotExist: # Stejný trik: orig_resitel = r - resitel_attrs = ['skola', 'rok_maturity', 'zasilat', 'zasilat_cislo_emailem'] + resitel_attrs = ['skola', 'rok_maturity', 'zasilat', 'zasilat_cislo_emailem', 'zasilat_cislo_papirove'] for attr in resitel_attrs: new = getattr(r, attr) old = getattr(orig_resitel, attr) @@ -345,6 +347,7 @@ def dataResiteluCsvResponse(queryset, columns=None, with_header=True): 'rok_maturity', 'zasilat', 'zasilat_cislo_emailem', + 'zasilat_cislo_papirove', 'osoba__datum_registrace', 'osoba__datum_souhlasu_udaje', 'osoba__datum_souhlasu_zasilani', diff --git a/seminar/migrations/0112_resitel_zasilat_cislo_papirove.py b/seminar/migrations/0112_resitel_zasilat_cislo_papirove.py new file mode 100644 index 00000000..63660ddc --- /dev/null +++ b/seminar/migrations/0112_resitel_zasilat_cislo_papirove.py @@ -0,0 +1,42 @@ +# Generated by Django 2.2.28 on 2023-03-13 22:02 + +from django.db import migrations, models + +ZASILAT_DOMU = 'domu' +ZASILAT_DO_SKOLY = 'do_skoly' +ZASILAT_NIKAM = 'nikam' + + +def default_zasilat_papirove(apps, schema_editor): + Resitel = apps.get_model('seminar', 'Resitel') + + for resitel in Resitel.objects.all(): + resitel.zasilat_cislo_papirove = resitel.zasilat != ZASILAT_NIKAM + if resitel.zasilat == ZASILAT_NIKAM: + resitel.zasilat = ZASILAT_DOMU if resitel.osoba.ulice else ZASILAT_DO_SKOLY + resitel.save() + + +def vrat_nikam(apps, schema_editor): + Resitel = apps.get_model('seminar', 'Resitel') + + for resitel in Resitel.objects.all(): + if not resitel.zasilat_cislo_papirove: + resitel.zasilat = ZASILAT_NIKAM + resitel.save() + + +class Migration(migrations.Migration): + + dependencies = [ + ('seminar', '0111_nikam2nezasilat_papirove'), + ] + + operations = [ + migrations.AddField( + model_name='resitel', + name='zasilat_cislo_papirove', + field=models.BooleanField(default=True, help_text='True pokud chce řešitel dostávat číslo papírově', verbose_name='zasílat číslo papírově'), + ), + migrations.RunPython(default_zasilat_papirove, vrat_nikam), + ] diff --git a/seminar/models/personalni.py b/seminar/models/personalni.py index 9ac85e51..205c9f4a 100644 --- a/seminar/models/personalni.py +++ b/seminar/models/personalni.py @@ -236,6 +236,8 @@ class Resitel(SeminarModelBase): zasilat_cislo_emailem = models.BooleanField('zasílat číslo emailem', help_text='True pokud chce řešitel dostávat číslo emailem', default=False) + zasilat_cislo_papirove = models.BooleanField('zasílat číslo papírově', help_text='True pokud chce řešitel dostávat číslo papírově', default=True) + poznamka = models.TextField('neveřejná poznámka', blank=True, help_text='Neveřejná poznámka k řešiteli (plain text)') diff --git a/seminar/models/tvorba.py b/seminar/models/tvorba.py index f2feb569..af21e587 100644 --- a/seminar/models/tvorba.py +++ b/seminar/models/tvorba.py @@ -290,9 +290,9 @@ class Cislo(SeminarModelBase): paticka = "---\nK odběru těchto e-mailů jste se přihlásili na stránkách https://mam.matfyz.cz. Z odběru se lze odhlásit na https://mam.matfyz.cz/resitel/osobni-udaje/" - posli(text_mailu + paticka, resitele_vsichni.filter(zasilat=pm.Resitel.ZASILAT_NIKAM)) + posli(text_mailu + paticka, resitele_vsichni.filter(zasilat=pm.Resitel.zasilat_cislo_papirove)) posli(text_mailu + 'P. S. Brzy budeme též rozesílat papírovou verzi čísla. Připomínáme, že pokud papírovou verzi čísla nevyužijete, můžete v https://mam.mff.cuni.cz/resitel/osobni-udaje/ zaškrtnout, abychom vám ji neposílali. Čísla vždy můžete nalézt v našem archivu a dál vám budou chodit e-mailem. Děkujeme.\n' + paticka, - resitele_vsichni.exclude(zasilat=pm.Resitel.ZASILAT_NIKAM)) + resitele_vsichni.exclude(zasilat=pm.Resitel.zasilat_cislo_papirove)) def save(self, *args, **kwargs): super().save(*args, **kwargs) diff --git a/seminar/templates/seminar/archiv/obalky.tex b/seminar/templates/seminar/archiv/obalky.tex index ba18d318..9ae62121 100644 --- a/seminar/templates/seminar/archiv/obalky.tex +++ b/seminar/templates/seminar/archiv/obalky.tex @@ -100,6 +100,7 @@ {% with o=r.osoba %} {% with s=r.skola %} {% spaceless %} + {% if r.zasilat_cislo_papirove %} {% if r.zasilat == "do_skoly" %} {% if o.stat == "CZ" %} \obalka{{o.jmeno|sloz}}{{o.prijmeni|sloz}}{{s.nazev|sloz}}{{s.ulice|sloz}}{{s.psc|sloz}}{{s.mesto|sloz}}{{''|sloz}} @@ -115,6 +116,7 @@ {% endif %} {% else %} {% endif %} + {% endif %} {% endspaceless %} {% endwith %} {% endwith %} diff --git a/seminar/utils.py b/seminar/utils.py index e7d52529..e10920b8 100644 --- a/seminar/utils.py +++ b/seminar/utils.py @@ -265,7 +265,7 @@ def merge_resitele(cilovy, zdrojovy): # Postup: # Sjednotit / upravit informace cílového řešitele print('Upravuji data modelu') - fieldy_shoda = ['skola', 'rok_maturity', 'zasilat', 'zasilat_cislo_emailem'] + fieldy_shoda = ['skola', 'rok_maturity', 'zasilat', 'zasilat_cislo_emailem', 'zasilat_cislo_papirove'] for f in fieldy_shoda: zf = getattr(zdrojovy, f) From 99161d016d6e698f7564290f0e26523cb3aedb9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Sun, 26 Mar 2023 01:52:17 +0100 Subject: [PATCH 08/25] =?UTF-8?q?Apr=C3=ADl=202023?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mamweb/templates/base.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/mamweb/templates/base.html b/mamweb/templates/base.html index fc2ff76e..b10103e5 100644 --- a/mamweb/templates/base.html +++ b/mamweb/templates/base.html @@ -170,6 +170,22 @@ rotace_a_posun($('.container'), randomUhel()); {% endif %} + {% if april == 2023 %} + + {% endif %} {% render_block "js" %} From cd9aa73a34f71549941c4165eefb9b15a38bc3a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Wed, 29 Mar 2023 20:29:00 +0200 Subject: [PATCH 09/25] =?UTF-8?q?hotfix:=20p=C5=99ihl=C3=A1=C5=A1ky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- personalni/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/personalni/views.py b/personalni/views.py index a52f7f5f..88bc8697 100644 --- a/personalni/views.py +++ b/personalni/views.py @@ -264,7 +264,7 @@ def prihlaskaView(request): err_logger.warning(f'Zaregistrovala se osoba s kolizním jménem. ID osob: {[o.id for o in kolize]}') r = s.Resitel( - prezdivka_resitele=fcd['prezdivka_resitele'], + prezdivka_resitele=fcd['prezdivka_resitele'] if fcd['prezdivka_resitele'] != "" else None, rok_maturity = fcd['rok_maturity'], zasilat = fcd['zasilat'], zasilat_cislo_emailem = fcd['zasilat_cislo_emailem'] From b8a9d67cc287b1eb00cd8612f125caf3971c8793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 17 Apr 2023 20:15:39 +0200 Subject: [PATCH 10/25] send_mail -> EmailMessage --- korektury/admin.py | 9 +++++++-- korektury/views.py | 9 +++++++-- odevzdavatko/views.py | 10 +++++----- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/korektury/admin.py b/korektury/admin.py index f2b0a319..5f92c542 100644 --- a/korektury/admin.py +++ b/korektury/admin.py @@ -12,7 +12,7 @@ from django.contrib import admin from reversion.admin import VersionAdmin from korektury.models import KorekturovanePDF -from django.core.mail import send_mail +from django.core.mail import EmailMessage from django.urls import reverse # Register your models here. @@ -64,6 +64,11 @@ Popis souboru: S pozdravem a korekturám zdar! Korekturovátko ''' - send_mail(predmet,text,odesilatel,[prijemce]) + EmailMessage( + subject=predmet, + body=text, + from_email=odesilatel, + to=[prijemce], + ).send() admin.site.register(KorekturovanePDF, KorekturovanePDFAdmin) diff --git a/korektury/views.py b/korektury/views.py index efeab19d..564e1331 100644 --- a/korektury/views.py +++ b/korektury/views.py @@ -8,7 +8,7 @@ from django.views import generic from django.utils.translation import ugettext as _ from django.conf import settings from django.http import HttpResponseForbidden -from django.core.mail import send_mail +from django.core.mail import EmailMessage from django.db.models import Count,Q from .models import Oprava,Komentar,KorekturovanePDF, Organizator @@ -207,7 +207,12 @@ class KorekturyView(generic.TemplateView): print("---- Konec upozornění") return - send_mail(subject, text, from_email, list(emails)) + EmailMessage( + subject=subject, + body=text, + from_email=from_email, + to=list(emails), + ).send() def get_context_data(self, **kwargs): context = super().get_context_data(**kwargs) diff --git a/odevzdavatko/views.py b/odevzdavatko/views.py index 2390d27f..d3c74812 100644 --- a/odevzdavatko/views.py +++ b/odevzdavatko/views.py @@ -1,7 +1,7 @@ from django.core.exceptions import PermissionDenied from django.views.generic import ListView, DetailView, FormView from django.contrib.auth.mixins import LoginRequiredMixin -from django.core.mail import send_mail +from django.core.mail import EmailMessage from django.utils import timezone from django.views.generic import ListView, DetailView, FormView, CreateView from django.views.generic.list import MultipleObjectTemplateResponseMixin,MultipleObjectMixin @@ -449,11 +449,11 @@ class NahrajReseniView(LoginRequiredMixin, CreateView): seznam = "problému " + str(problemy[0]) if len(problemy) == 1 else 'následujícím problémům:\n' + ', \n'.join(map(str, problemy)) seznam_do_subjectu = "problému " + str(problemy[0]) + ("" if len(problemy) == 1 else f" (a dalším { len(problemy) - 1 })") - send_mail( + EmailMessage( subject="Nové řešení k " + seznam_do_subjectu, - message=f"Řešitel{ '' if resitel.pohlavi_muz else 'ka' } { resitel } právě nahrál{'' if resitel.pohlavi_muz else 'a' } nové řešení k { seznam }.\n\nHurá do opravování: { self.object.absolute_url() }", + body=f"Řešitel{ '' if resitel.pohlavi_muz else 'ka' } { resitel } právě nahrál{'' if resitel.pohlavi_muz else 'a' } nové řešení k { seznam }.\n\nHurá do opravování: { self.object.absolute_url() }", from_email="submitovatko@mam.mff.cuni.cz", # FIXME: Chceme to mít radši tady, nebo v nastavení? - recipient_list=list(prijemci), - ) + to=list(prijemci), + ).send() return formularOKView(self.request, text='Řešení úspěšně odevzdáno') From 397aacf8991ecc1d80ddd5b3a096fa16cb360d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 17 Apr 2023 20:41:01 +0200 Subject: [PATCH 11/25] =?UTF-8?q?Pos=C3=ADl=C3=A1n=C3=AD=20e-mail=C5=AF=20?= =?UTF-8?q?p=C5=99=C3=ADjemc=C5=AFm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../0112_prijemce_zasilat_cislo_emailem.py | 18 ++++++++++++++++++ seminar/models/personalni.py | 2 ++ seminar/models/tvorba.py | 4 ++++ 3 files changed, 24 insertions(+) create mode 100644 seminar/migrations/0112_prijemce_zasilat_cislo_emailem.py diff --git a/seminar/migrations/0112_prijemce_zasilat_cislo_emailem.py b/seminar/migrations/0112_prijemce_zasilat_cislo_emailem.py new file mode 100644 index 00000000..8efaf925 --- /dev/null +++ b/seminar/migrations/0112_prijemce_zasilat_cislo_emailem.py @@ -0,0 +1,18 @@ +# Generated by Django 2.2.28 on 2023-04-17 18:38 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('seminar', '0111_nikam2nezasilat_papirove'), + ] + + operations = [ + migrations.AddField( + model_name='prijemce', + name='zasilat_cislo_emailem', + field=models.BooleanField(default=False, help_text='True pokud chce příjemce dostávat číslo emailem', verbose_name='zasílat číslo emailem'), + ), + ] diff --git a/seminar/models/personalni.py b/seminar/models/personalni.py index 9ac85e51..2cb8539a 100644 --- a/seminar/models/personalni.py +++ b/seminar/models/personalni.py @@ -192,6 +192,8 @@ class Prijemce(SeminarModelBase): help_text='Které osobě či na jakou adresu se mají zasílat čísla', on_delete=models.CASCADE) + zasilat_cislo_emailem = models.BooleanField('zasílat číslo emailem', help_text='True pokud chce příjemce dostávat číslo emailem', default=False) + # FIXME: možná chceme něco jako vazbu na osobu XOR školu a počet kusů k zaslání # FIXME: a možná taky posílání na mail a možná taky přes něj chceme posílat i řešitelům diff --git a/seminar/models/tvorba.py b/seminar/models/tvorba.py index f2feb569..855c90f4 100644 --- a/seminar/models/tvorba.py +++ b/seminar/models/tvorba.py @@ -265,6 +265,7 @@ class Cislo(SeminarModelBase): poslat_z_mailu = 'zadani@mam.mff.cuni.cz' predmet = 'Vyšlo číslo {}'.format(self.kod()) + # TODO Možná nechceme všem psát „Ahoj“, např. příjemcům… text_mailu = 'Ahoj,\n' \ 'na adrese {} najdete nejnovější číslo.\n' \ 'Vaše M&M\n'.format(odkaz) @@ -294,6 +295,9 @@ class Cislo(SeminarModelBase): posli(text_mailu + 'P. S. Brzy budeme též rozesílat papírovou verzi čísla. Připomínáme, že pokud papírovou verzi čísla nevyužijete, můžete v https://mam.mff.cuni.cz/resitel/osobni-udaje/ zaškrtnout, abychom vám ji neposílali. Čísla vždy můžete nalézt v našem archivu a dál vám budou chodit e-mailem. Děkujeme.\n' + paticka, resitele_vsichni.exclude(zasilat=pm.Resitel.ZASILAT_NIKAM)) + paticka_prijemce = "---\nPokud tyto e-maily nechcete nadále dostávat, prosíme, ozvěte se nám na mam@matfyz.cz." + posli(text_mailu + paticka_prijemce, pm.Prijemce.objects.filter(zasilat_cislo_emailem=True)) + def save(self, *args, **kwargs): super().save(*args, **kwargs) self.vygeneruj_nahled() From 254e7949ef99672e8b2b563d9670a1a94635c8d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 17 Apr 2023 21:44:18 +0200 Subject: [PATCH 12/25] =?UTF-8?q?SQLite=20ne=C5=BEere=20date?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seminar/models/personalni.py | 1 + 1 file changed, 1 insertion(+) diff --git a/seminar/models/personalni.py b/seminar/models/personalni.py index 9ac85e51..f871981a 100644 --- a/seminar/models/personalni.py +++ b/seminar/models/personalni.py @@ -402,6 +402,7 @@ class Organizator(SeminarModelBase): editable=False ) + # Ne, date to nebude. SQLite: invalid literal for int() with base 10: b'17 23:00:00' organizuje_od = models.DateTimeField('Organizuje od', blank=True, null=True) organizuje_do = models.DateTimeField('Organizuje do', blank=True, null=True) From 5b698cce4267757136f8ddfa8d69b142ae692563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 17 Apr 2023 22:16:44 +0200 Subject: [PATCH 13/25] =?UTF-8?q?Oprava=20migrac=C3=AD=20po=20p=C5=99edcho?= =?UTF-8?q?z=C3=ADm=20mergey=20(0f5b2b128f794ea746a6a404055f1ae77fa9a125)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...cislo_papirove.py => 0113_resitel_zasilat_cislo_papirove.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename seminar/migrations/{0112_resitel_zasilat_cislo_papirove.py => 0113_resitel_zasilat_cislo_papirove.py} (95%) diff --git a/seminar/migrations/0112_resitel_zasilat_cislo_papirove.py b/seminar/migrations/0113_resitel_zasilat_cislo_papirove.py similarity index 95% rename from seminar/migrations/0112_resitel_zasilat_cislo_papirove.py rename to seminar/migrations/0113_resitel_zasilat_cislo_papirove.py index 63660ddc..9539f328 100644 --- a/seminar/migrations/0112_resitel_zasilat_cislo_papirove.py +++ b/seminar/migrations/0113_resitel_zasilat_cislo_papirove.py @@ -29,7 +29,7 @@ def vrat_nikam(apps, schema_editor): class Migration(migrations.Migration): dependencies = [ - ('seminar', '0111_nikam2nezasilat_papirove'), + ('seminar', '0112_prijemce_zasilat_cislo_emailem'), ] operations = [ From 61e71efcc4c25960505772d67cf19df302a8195e Mon Sep 17 00:00:00 2001 From: "Pavel \"LEdoian\" Turinsky" Date: Mon, 15 May 2023 23:43:39 +0200 Subject: [PATCH 14/25] =?UTF-8?q?Make:=20spr=C3=A1vn=C4=9B=20nastavit=20or?= =?UTF-8?q?g=C5=AFm=20pr=C3=A1va?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tohle je trošku fishy, protože by se to teoreticky mělo dít i u produkce, leč tam zůstávají práva persistentně v DB (a až se rozbijí, tak se budeme divit)… --- make/init_local | 1 + 1 file changed, 1 insertion(+) diff --git a/make/init_local b/make/init_local index 75ee1ccf..1b2f7c1e 100755 --- a/make/init_local +++ b/make/init_local @@ -8,3 +8,4 @@ ensure_venv ./manage.py testdata ./manage.py loaddata data/* make/sync_prod_flatpages +./manage.py load_org_permissions deploy_v2/admin_org_prava.json From 0c5c923b06b14344d6cf2454117254911b849800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 22 May 2023 23:06:16 +0200 Subject: [PATCH 15/25] =?UTF-8?q?Autocomplete=20=C5=99e=C5=A1itel=C5=AF:?= =?UTF-8?q?=20oprava=20v=C3=ADceslovn=C3=A9ho=20hled=C3=A1n=C3=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/views/autocomplete.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/views/autocomplete.py b/api/views/autocomplete.py index 601f4e35..84a915bf 100644 --- a/api/views/autocomplete.py +++ b/api/views/autocomplete.py @@ -37,9 +37,9 @@ class ResitelAutocomplete(LoginRequiredAjaxMixin,autocomplete.Select2QuerySetVie query = Q() for part in parts: query &= ( - Q(osoba__jmeno__istartswith=self.q)| - Q(osoba__prijmeni__istartswith=self.q)| - Q(osoba__prezdivka__istartswith=self.q) + Q(osoba__jmeno__istartswith=part)| + Q(osoba__prijmeni__istartswith=part)| + Q(osoba__prezdivka__istartswith=part) ) qs = qs.filter(query) return qs From c7ce943fc0e9aa8d3ac89dd67c6f872c7d8efaa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 22 May 2023 23:10:38 +0200 Subject: [PATCH 16/25] =?UTF-8?q?Vlo=C5=BEit=20=C5=99e=C5=A1en=C3=AD:=20v?= =?UTF-8?q?=C3=ADce=20=C5=99e=C5=A1itel=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odevzdavatko/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odevzdavatko/forms.py b/odevzdavatko/forms.py index 223d807f..a2056cae 100644 --- a/odevzdavatko/forms.py +++ b/odevzdavatko/forms.py @@ -30,7 +30,7 @@ class PosliReseniForm(forms.Form): # FIXME pridat vice resitelu resitel = forms.ModelChoiceField(label="Řešitel", queryset=Resitel.objects.all(), - widget=autocomplete.ModelSelect2( + widget=autocomplete.ModelSelect2Multiple( url='autocomplete_resitel', attrs = {'data-placeholder--id': '-1', 'data-placeholder--text' : '---', From 831ed6c64c48c4e2db2e256d10de89aa1a24a25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 22 May 2023 23:21:19 +0200 Subject: [PATCH 17/25] =?UTF-8?q?zbyl=C3=A9=20FIXME=20po=20=E2=80=9EVlo?= =?UTF-8?q?=C5=BEit=20=C5=99e=C5=A1en=C3=AD:=20v=C3=ADce=20=C5=99e=C5=A1it?= =?UTF-8?q?el=C5=AF=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odevzdavatko/forms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/odevzdavatko/forms.py b/odevzdavatko/forms.py index a2056cae..2d2a8990 100644 --- a/odevzdavatko/forms.py +++ b/odevzdavatko/forms.py @@ -27,7 +27,6 @@ class PosliReseniForm(forms.Form): #problem = models.ManyToManyField(Problem, verbose_name='problém', help_text='Problém', # through='Hodnoceni') - # FIXME pridat vice resitelu resitel = forms.ModelChoiceField(label="Řešitel", queryset=Resitel.objects.all(), widget=autocomplete.ModelSelect2Multiple( From c93fa6c5744e6bfbc818da3579456629af29bf20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 22 May 2023 23:34:37 +0200 Subject: [PATCH 18/25] =?UTF-8?q?oprava=20=E2=80=9EVlo=C5=BEit=20=C5=99e?= =?UTF-8?q?=C5=A1en=C3=AD:=20v=C3=ADce=20=C5=99e=C5=A1itel=C5=AF=E2=80=9C?= =?UTF-8?q?=20a=20v=C3=ADce=20=C5=99e=C5=A1en=C3=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odevzdavatko/forms.py | 16 +++++++++++++--- odevzdavatko/views.py | 4 ++-- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/odevzdavatko/forms.py b/odevzdavatko/forms.py index 2d2a8990..1a4e0a74 100644 --- a/odevzdavatko/forms.py +++ b/odevzdavatko/forms.py @@ -21,13 +21,23 @@ class DateInput(forms.DateInput): class PosliReseniForm(forms.Form): - #FIXME jen podproblémy daného problému - problem = forms.ModelChoiceField(label='Problém',queryset=m.Problem.objects.all()) + problem = forms.ModelMultipleChoiceField( + queryset=m.Problem.objects.all(), + label="Problémy", + widget=autocomplete.ModelSelect2Multiple( + url='autocomplete_problem_odevzdatelny', + attrs={ + 'data-placeholder--id': '-1', + 'data-placeholder--text': '---', + 'data-allow-clear': 'true' + }, + ), + ) # to_field_name #problem = models.ManyToManyField(Problem, verbose_name='problém', help_text='Problém', # through='Hodnoceni') - resitel = forms.ModelChoiceField(label="Řešitel", + resitel = forms.ModelMultipleChoiceField(label="Řešitelé", queryset=Resitel.objects.all(), widget=autocomplete.ModelSelect2Multiple( url='autocomplete_resitel', diff --git a/odevzdavatko/views.py b/odevzdavatko/views.py index d3c74812..5660af71 100644 --- a/odevzdavatko/views.py +++ b/odevzdavatko/views.py @@ -360,8 +360,8 @@ class PosliReseniView(LoginRequiredMixin, FormView): forma=data['forma'], poznamka=data['poznamka'], ) - nove_reseni.resitele.add(data['resitel']) - nove_reseni.problem.add(data['problem']) + nove_reseni.resitele.add(*data['resitel']) + nove_reseni.problem.add(*data['problem']) nove_reseni.save() context = self.get_context_data() From 669255461ba7ab3f5ad498d008b7711c824d8689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 22 May 2023 23:39:04 +0200 Subject: [PATCH 19/25] =?UTF-8?q?Vlo=C5=BEit=20=C5=99e=C5=A1en=C3=AD:=20i?= =?UTF-8?q?=20nezadan=C3=A9=20probl=C3=A9my?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odevzdavatko/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odevzdavatko/forms.py b/odevzdavatko/forms.py index 1a4e0a74..0bc99927 100644 --- a/odevzdavatko/forms.py +++ b/odevzdavatko/forms.py @@ -25,7 +25,7 @@ class PosliReseniForm(forms.Form): queryset=m.Problem.objects.all(), label="Problémy", widget=autocomplete.ModelSelect2Multiple( - url='autocomplete_problem_odevzdatelny', + url='autocomplete_problem', attrs={ 'data-placeholder--id': '-1', 'data-placeholder--text': '---', From 3c958c917b39e99b2789a51a7e67305df5c5126a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Thu, 1 Jun 2023 14:24:14 +0200 Subject: [PATCH 20/25] =?UTF-8?q?E-mail=20=C5=99e=C5=A1itel=C5=AFm=20k=20p?= =?UTF-8?q?rvn=C3=ADmu=20=C4=8D=C3=ADslu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seminar/models/tvorba.py | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/seminar/models/tvorba.py b/seminar/models/tvorba.py index fdc7e434..124d5695 100644 --- a/seminar/models/tvorba.py +++ b/seminar/models/tvorba.py @@ -264,12 +264,20 @@ class Cislo(SeminarModelBase): odkaz = self.absolute_url() poslat_z_mailu = 'zadani@mam.mff.cuni.cz' - predmet = 'Vyšlo číslo {}'.format(self.kod()) + predmet = 'Vyšlo číslo {}. číslo M&M'.format(self.kod()) # TODO Možná nechceme všem psát „Ahoj“, např. příjemcům… text_mailu = 'Ahoj,\n' \ 'na adrese {} najdete nejnovější číslo.\n' \ 'Vaše M&M\n'.format(odkaz) + text_mailu_prvni = 'Milý řešiteli,\n'\ + 'právě jsme na našem webu zveřejnili první číslo {}. ročníku, najdeš ho na tomto odkazu: {}.\n\n'\ + 'Doufáme, že tě M&M baví, a byli bychom rádi, kdyby mohlo dělat radost i dalším středoškolákům. Máme na tebe proto jednu prosbu. Sdílej prosím odkaz alespoň s jedním svým kamarádem, který by mohl mít o řešení M&M zájem. Je to pro nás moc důležité a velmi nám tím pomůžeš. Díky!\n\n'\ + 'Organizátoři M&M\n'.format(self.rocnik.rocnik, odkaz) + + text_mailu_resitel = text_mailu_prvni if self.poradi == "1" else text_mailu + + # Prijemci e-mailu resitele_vsichni = aktivniResitele(self).filter(zasilat_cislo_emailem=True) @@ -291,8 +299,8 @@ class Cislo(SeminarModelBase): paticka = "---\nK odběru těchto e-mailů jste se přihlásili na stránkách https://mam.matfyz.cz. Z odběru se lze odhlásit na https://mam.matfyz.cz/resitel/osobni-udaje/" - posli(text_mailu + paticka, resitele_vsichni.filter(zasilat=pm.Resitel.zasilat_cislo_papirove)) - posli(text_mailu + 'P. S. Brzy budeme též rozesílat papírovou verzi čísla. Připomínáme, že pokud papírovou verzi čísla nevyužijete, můžete v https://mam.mff.cuni.cz/resitel/osobni-udaje/ zaškrtnout, abychom vám ji neposílali. Čísla vždy můžete nalézt v našem archivu a dál vám budou chodit e-mailem. Děkujeme.\n' + paticka, + posli(text_mailu_resitel + paticka, resitele_vsichni.filter(zasilat=pm.Resitel.zasilat_cislo_papirove)) + posli(text_mailu_resitel + 'P. S. Brzy budeme též rozesílat papírovou verzi čísla. Připomínáme, že pokud papírovou verzi čísla nevyužijete, můžete v https://mam.mff.cuni.cz/resitel/osobni-udaje/ zaškrtnout, abychom vám ji neposílali. Čísla vždy můžete nalézt v našem archivu a dál vám budou chodit e-mailem. Děkujeme.\n' + paticka, resitele_vsichni.exclude(zasilat=pm.Resitel.zasilat_cislo_papirove)) paticka_prijemce = "---\nPokud tyto e-maily nechcete nadále dostávat, prosíme, ozvěte se nám na mam@matfyz.cz." From 389a979f4c65058fc2922861d5e2366b0205370f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Thu, 1 Jun 2023 14:42:01 +0200 Subject: [PATCH 21/25] =?UTF-8?q?Jak=20=C5=99esit=20(oproti=20mamtex=20je?= =?UTF-8?q?=20tam=20ubran=C3=BD=20n=C4=9Bjak=C3=BD=20text=20nav=C3=ADc)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Důležitý je celý postup, nejen výsledek. --- mamweb/static/css/mamweb.css | 2 +- .../templates/seminar/jakresit/jak-resit.html | 4 +- .../{jakresit_3.svg => jak_resit.svg} | 20948 +++++------- .../templates/seminar/jakresit/jakresit_1.svg | 26775 --------------- .../templates/seminar/jakresit/jakresit_2.svg | 26847 ---------------- 5 files changed, 7524 insertions(+), 67052 deletions(-) rename seminar/templates/seminar/jakresit/{jakresit_3.svg => jak_resit.svg} (74%) delete mode 100644 seminar/templates/seminar/jakresit/jakresit_1.svg delete mode 100644 seminar/templates/seminar/jakresit/jakresit_2.svg diff --git a/mamweb/static/css/mamweb.css b/mamweb/static/css/mamweb.css index 63c5f527..75f65ae4 100644 --- a/mamweb/static/css/mamweb.css +++ b/mamweb/static/css/mamweb.css @@ -1201,7 +1201,7 @@ div.gdpr { /* Jak řešit */ .jakresit svg { - width: 33%; + width: 100%; padding: 10px; filter: none; } diff --git a/seminar/templates/seminar/jakresit/jak-resit.html b/seminar/templates/seminar/jakresit/jak-resit.html index fd278c68..c0962307 100644 --- a/seminar/templates/seminar/jakresit/jak-resit.html +++ b/seminar/templates/seminar/jakresit/jak-resit.html @@ -8,9 +8,7 @@
-{% include 'seminar/jakresit/jakresit_1.svg' %} -{% include 'seminar/jakresit/jakresit_2.svg' %} -{% include 'seminar/jakresit/jakresit_3.svg' %} +{% include 'seminar/jakresit/jak_resit.svg' %}
{% endblock %} diff --git a/seminar/templates/seminar/jakresit/jakresit_3.svg b/seminar/templates/seminar/jakresit/jak_resit.svg similarity index 74% rename from seminar/templates/seminar/jakresit/jakresit_3.svg rename to seminar/templates/seminar/jakresit/jak_resit.svg index 391ebc7c..1c25918c 100644 --- a/seminar/templates/seminar/jakresit/jakresit_3.svg +++ b/seminar/templates/seminar/jakresit/jak_resit.svg @@ -1,22 +1,34 @@ + inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" + sodipodi:docname="jak_resit_2023.svg" + 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" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:ns10="http://www.iki.fi/pav/software/textext/"> + + + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + id="path30242" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(0.8)" /> + id="path28764" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(0.8)" /> + id="path27326" /> + id="path27100" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(0.8)" /> + id="path26604" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + id="path6554" /> + id="path6534" /> + id="path6524" /> + id="path6514" /> + id="path6504" /> + id="path6494" /> + id="path6484" /> + id="path6474" /> + id="path6464" /> + id="path6454" /> + id="path6444" /> + id="path6434" /> + id="path6424" /> + id="path4376" /> + id="path4322" /> + id="path4234" /> + id="path4231" /> + id="id-58d9e82b-c60c-4c26-8d27-25478f5c3f75"> + id="id-74bba7de-3236-4e7e-b81c-cd74e04b7ee8" /> + id="id-03b7ac0a-6c29-4a9d-af6b-0ed77e89ca3a"> + id="id-ee253b46-36ae-4066-9d45-202f798baf2d" /> + id="id-cb2f407b-bab3-4e77-9fdc-0ca956fc1b84"> + id="id-7e4771e9-92bb-4d1e-a5c7-dda49f957914" /> + id="id-919a82c7-b3f8-43ea-83c0-f090eafd962c"> + id="id-ec7a370b-cc7d-422d-9e34-0ed9b9fff025" /> + id="id-b735b9c6-1c34-4638-8ff0-837d84fe7813"> + id="id-8f0afab4-48ba-4dc7-bda9-195ce5634890" /> + id="id-6d3c83a3-17a6-4aa5-8071-8cba135fc03c"> + id="id-0a2ab759-764e-4239-a7de-48f100e6f29e" /> @@ -1252,153 +1211,123 @@ id="id-938187a9-6c43-4b06-ae83-2e0d890ebc3f"> + id="id-a14891fa-6c5f-4ff1-aa30-3573d524d466"> + id="id-5210200e-6890-47d6-830b-11df2fc23808" /> + id="id-17ad1d9b-4cf5-4c32-a2ee-7639a759bf60"> + id="id-bd6ca3ea-cc7d-4507-a3e2-39597cc9abad" /> + id="id-877be989-c3e8-463e-ab72-12905964a25a"> + id="id-2e2d9275-1f7f-4ca4-96de-385d7f14e3bd" /> + id="id-8e46c3d7-2ae5-48fb-b81f-c2d2fb5f39c3"> + id="id-5aa23712-4d3a-4891-85b1-386cc2512dae" /> + id="id-0d892061-d218-4311-899f-85701b4be68f"> + id="id-7e8988dd-d516-40ed-bc87-8ab52987cd89" /> + id="id-9b5b3bfc-2c1a-4fd0-9512-d959b819d637"> + id="id-d8d36dd5-7fa5-42e1-bc71-73a86ef45998" /> + id="id-62cda65d-6afc-4d78-b067-d9c1d218a1b9"> + id="id-8932ff6f-4582-4a08-b549-0c04de3fc2c5" /> + id="id-8c6c107e-9cb4-4111-ad7b-57eeb17d2aed"> + id="id-928c198b-e2ce-437a-9d6f-6111dc486160" /> + id="id-f4f73b4b-a0fd-4c8f-90c7-382fe6527634"> + id="id-b7e98946-2f1f-4715-b501-99202c87f8ba" /> + id="id-748e4a0c-1247-4b21-8a16-0a04bc85e6b0"> + id="id-8159b334-036f-42f2-a878-94b5a496d7d9" /> + id="id-32bb3d59-aebc-4725-acc7-b53a104f9f46"> + id="id-9c126854-d9b0-495d-9bb5-6a7b691c87d3" /> + id="id-5727edde-9de0-41e1-89a8-8986cef89c4b"> + id="id-c6dc18f1-77c4-4f5b-a06e-43bb7768df91" /> + id="id-b0077620-6c8a-4f68-9dbb-dc8d1b9835f5"> + id="id-b638c59c-001d-4905-9069-60e913071ed4" /> + id="id-599edc1a-3101-4a5e-a36c-a1e06fd00603"> + id="id-b6c3c897-cd4c-4513-b250-6c0f1cc93d01" /> + id="id-f4a5ae47-3416-47ab-8812-32b53f3495f7"> + id="id-b6ca682c-0dcf-41d5-b3ff-c44f705f97f8" /> @@ -1512,533 +1441,427 @@ id="id-866b9d89-8530-4c01-aca3-dfcf9f167ff2"> + id="id-20191577-925b-4721-a301-0ccf2bef2e5d"> + id="id-83ddc62a-d385-458c-9a65-ce4685218283" /> + id="id-20d87416-09ea-4128-a07c-8673d7f8c7d6"> + id="id-b60c2c94-6119-42f8-9243-a9fb6b7956b6" /> + id="id-11ca6b63-98d0-4c31-adaa-d7c8ef6ebeaf"> + id="id-ea1e6583-4504-48c3-9640-5aff1ef440d9" /> + id="id-c45079c9-23f8-4dec-ac1e-f3c235e56be0"> + id="id-43eb4b39-30e1-49fe-bf53-7512d6e184bf" /> + id="id-d62d6ad1-de4d-4326-b6e5-d9f58c55a657"> + id="id-833553d8-3b78-481f-bc28-499fce6cde4a" /> + id="id-c879be9a-3e07-47c9-b649-35c47c607dea"> + id="id-a2b475a1-a500-4480-bf4a-b2f18902336d" /> + id="id-3627a21a-748e-4669-abe2-db2d5936e1ad"> + id="id-d4f92ba7-9d7f-432f-87b8-c62c637f54d9" /> + id="id-360a72b5-4350-4ed2-b6ed-bf301ed20617"> + id="id-316cce9d-8d85-4db5-a0c6-06c5ebf063c1" /> + id="id-ceb12ac5-b089-4228-afa9-45f0988961cc"> + id="id-593adde4-7447-4606-b45a-89a4f09d1f79" /> + id="id-ee89bf1e-3112-42ce-b5c5-1a1e2b33021b"> + id="id-a036848a-04b8-4a0a-be9d-67cafa333b6f" /> + id="id-ab394ddf-f5af-44e2-b3c2-949aca23c50c"> + id="id-e3ef12f2-4daf-41fc-bd4b-b01d7bed7de8" /> + id="id-871a3fc0-c26b-4640-ae1e-80edc9f3478c"> + id="id-889754da-088e-4c02-b581-8f3b4bb78480" /> + id="id-ebe903d1-4931-410e-b4b7-202df3cd04a1"> + id="id-47244d09-43d9-4251-9e33-19cde29199e3" /> + id="id-ba5745aa-1289-44ca-9bf5-714ea7d9e412"> + id="id-2729e7fc-133c-4056-846a-262388c92619" /> + id="id-5cc2b572-d8c8-44f0-9442-b75285964682"> + id="id-d71dc0ea-aaae-4dd1-a425-79a6ae0508b3" /> + id="id-da783539-92f7-4567-be7a-7dc759988c09"> + id="id-706149b8-fd12-4472-9155-2c9347d11df6" /> + id="id-05207000-a1a0-4181-af65-f69d26a00f2b"> + id="id-226fc5f1-016c-4ccd-9bc7-6c8046610ad5" /> + id="id-bb3325d4-8349-4130-a31f-74b88cbb0ac5"> + id="id-5f1b874e-cf6a-48ff-bd7f-6b4eff1050d6" /> + id="id-647aa125-e033-450a-8c26-4fb4632e6038"> + id="id-79837ffc-4b11-4e2e-bf98-9fd918406fda" /> + id="id-15901e59-f61e-483d-b584-42e5f16a8920"> + id="id-9156cb20-bbbe-49f2-9744-50dd0275bfed" /> + id="id-c829d63a-3ce0-432a-b8ec-3a172fd5b478"> + id="id-015f30ac-8f9f-46c4-8f3d-0af411cf62e4" /> + id="id-11268275-85a7-461a-bd59-d1c59f4d1f64"> + id="id-5cd31979-7685-4605-b6c0-848506a2beb7" /> + id="id-5439d6f9-0564-430c-911a-b48b11f1cfee"> + id="id-d62182a5-fce9-4890-9f8e-109759ad7160" /> + id="id-86d6269f-59e8-48e9-a2f3-7bc81c99da56"> + id="id-dd04b27d-cc34-4610-b646-930f7113b526" /> + id="id-86137479-757a-4e85-a165-a693f3d9275c"> + id="id-d304a14e-8252-4663-a649-c2ce5b2322cb" /> + id="id-56bb2087-fcfa-42e8-a0ed-bf083f02fe3d"> + id="id-9e5b78d5-1bac-4827-9fc3-8bfd30caefd9" /> + id="id-fbf179a1-1dc1-46de-81b3-fd68a69e017d"> + id="id-26b00489-7799-45ef-b0f9-3d60390935f7" /> + id="id-8bfb977f-9c54-4b7e-9fc8-3d9bb93601fe"> + id="id-7440fed1-4052-4cbe-8ae8-f5bfa4e0efaf" /> + id="id-ec97404c-f0be-4376-af0b-1029187c308f"> + id="id-2c37c930-6bac-4396-945c-a7e8770dda63" /> + id="id-1c8d4c32-8532-47aa-a514-dd0ab61727a3"> + id="id-e424f076-98c2-42cb-a9a4-d03422302178" /> + id="id-7de674f4-c3d7-405b-b075-9d13c30d637d"> + id="id-7ebfe0d2-7802-499a-9103-db734acf6286" /> + id="id-d48ea2d0-cfe9-43bc-9932-18c1705f55ef"> + id="id-16886f91-a964-484b-b587-d92273bc5305" /> + id="id-a89cd2da-6157-4837-8441-5121f4008184"> + id="id-0d8375ee-e17d-4ad9-99ae-ecf128386732" /> + id="id-731039a8-64c7-404b-af82-a33119403d11"> + id="id-5e777343-eef0-4e22-afa4-be591a88a956" /> + id="id-6eb9234b-e6a0-4092-90a2-2f03220fdc6a"> + id="id-ce6b921a-e014-45c1-9c78-bc3b6ee9ffe8" /> + id="id-9596bd78-82f3-4e33-bbeb-19b3c8b98dd2"> + id="id-5209fab9-6735-44f1-80f1-2fe6d290ad89" /> + id="id-a3db7721-f118-4907-96b3-a4da9b324107"> + id="id-3c8ee776-868b-4b19-9c33-bd43e8539c94" /> + id="id-9d5968d4-e64d-48ea-90b9-d587f4b48307"> + id="id-629ec691-0873-4d1f-a992-f4437b701560" /> + id="id-7425609a-f637-4bb8-ad79-b7e235f3ca0b"> + id="id-eeb3a1ae-762f-45f3-a39f-ce081c2cd41c" /> + id="id-c37bec20-1030-41c0-9677-d6c2ad54d3c0"> + id="id-30a1933d-e57c-44b7-9250-d7b76208091c" /> + id="id-14860a42-d29b-4f56-8349-c840df740407"> + id="id-3faef2ce-8a7c-4c98-ba7d-17ed072bdd03" /> + id="id-d8d8dc3b-b230-4a82-b41f-cfd5e7b8782d"> + id="id-1b8d2c64-6ef8-4c87-9ce6-d952acb73dd9" /> + id="id-5a3be5fb-8e16-4035-967b-518c8ed25199"> + id="id-70c191ed-25a8-4628-8747-afef17700007" /> + id="id-988e8322-c234-4500-a837-c8bf58481953"> + id="id-e853d99d-5570-4bd2-94d1-3c561ce3ade1" /> + id="id-3db3deb0-f4c1-4ba0-a36d-0a09bdcb7349"> + id="id-95105687-efb0-413f-99ac-a377c9982742" /> + id="id-4249c0ef-e74a-4576-87a3-7d06a9feb885"> + id="id-77191fb2-d906-49df-bf8a-6ef9203755ac" /> + id="id-a35509f2-6d6b-4417-b5f1-f5efb6afaf48"> + id="id-d3cc4973-73c8-4cd1-ba87-79ca757f59db" /> + id="id-e67d6789-4a49-4240-9fa0-4fb801eeafab"> + id="id-1e3b3a4a-220b-478e-a7be-43d6d5bc4703" /> + id="id-513e8846-5ec9-4bd7-9a2c-a0af322b6372"> + id="id-e6f9ac80-f641-4928-a876-b28442b2adee" /> + id="id-f515ca8f-c37d-43c9-a40e-7b27915f5c4c"> + id="id-6f9b3634-ff93-4727-b336-609336b25724" /> + id="id-e28c822d-c4cc-4c87-82a5-68e401b69f28"> + id="id-484e893c-610c-446c-a425-025b1b78d9ff" /> + id="id-5f07d7d3-4207-4990-b597-dce03dedc306"> + id="id-17ab1bf2-deff-4644-ab4d-86fa6d410810" /> + id="id-2117854d-0de9-4d7c-bd8d-c1d8840a6629"> + id="id-797400ec-3c98-453b-bdd0-5aa77b2e5bb4" /> @@ -2156,183 +1979,147 @@ id="id-1a266726-eb14-4e24-8106-d7164008b378"> + id="id-db9d19c0-979e-44ae-8eb4-1049dc3af9b6"> + id="id-b41e8575-0aac-40d1-a6e0-3d70f34e06f7" /> + id="id-c0e2f17b-efc4-4601-b0cd-1b05a2c1472a"> + id="id-c9e7462f-ddce-4002-9dcc-34974d56c68d" /> + id="id-9fad458f-fd52-48bd-9c31-c52e676e41c9"> + id="id-26a21e17-c19a-40b6-8516-7e9ef072cd11" /> + id="id-7a50b7f5-3e0e-4ba9-a6e5-45a41b167ad4"> + id="id-8c1e6e9c-4781-4550-939f-e1fdf7e15edb" /> + id="id-4ec6d2fc-058c-4157-bce4-817edc818764"> + id="id-d68e8c2e-736a-4abd-9b0b-fa2a9e769159" /> + id="id-b75baacf-ed92-4684-9c5e-05b6019516ec"> + id="id-e55daa28-2131-4d17-9f3e-d9d9c3f5a092" /> + id="id-286a8cbc-bc94-4327-bf46-d5dabb8841bc"> + id="id-48fc9c54-4fee-41fc-9f08-bf4cb9f04ed1" /> + id="id-ca3a4e32-2302-4fde-82cf-6c4b61eba3ab"> + id="id-825431fc-6a7f-482c-bdda-cc5dd2c07c45" /> + id="id-938b3d18-c01e-4ed5-b365-e44484cdfeac"> + id="id-6f9a7211-e495-4e3e-a03c-d56ca017dd08" /> + id="id-e2a8e4af-edd9-4a95-95db-01ffe6a52259"> + id="id-1fe9917b-9e7d-4b27-aa5d-950f3bb92c12" /> + id="id-4aa7dbf5-c775-4133-8361-c4b6c03e2b87"> + id="id-1063295c-5946-40cb-8c0f-737e198e14bc" /> + id="id-8e26d3f9-0acc-40cc-8b7c-7a11f5b79e8c"> + id="id-9b92f3e4-9f8a-4648-8aa9-b1096e7b546b" /> + id="id-3b3bfe1a-ed36-4905-b50c-39831b0f0fcc"> + id="id-70859586-f380-42ce-b947-7bbaffe01c6e" /> + id="id-60de2980-e1f0-4c47-8d84-b48afdf96bd8"> + id="id-17bb5264-38c6-4828-b7e6-e48098dedbb9" /> + id="id-f5ae276e-c137-45f3-90a3-04d00bbf1698"> + id="id-8f5478bf-32be-4c44-8dda-22254c605163" /> + id="id-bdcec0e4-a7eb-46ae-9284-b55b9194326d"> + id="id-ce684b25-dd47-4d0d-bb0b-3944adbcbe36" /> + id="id-27c1fd3d-626a-4793-9acb-d71e97391d77"> + id="id-29459746-1b61-4e72-be89-c4d34eb3f57b" /> + id="id-1801de5e-72a6-4d20-88ee-8f08b08dc12d"> + id="id-4d10b06e-7f70-48d4-a578-21da1c77ccfb" /> @@ -2342,383 +2129,307 @@ id="id-8ee390bd-e362-4043-b76f-8fae701d2b9d"> + id="id-370090c0-f229-4cc3-b977-d1f2b2cfb282"> + id="id-f7b0409f-6d68-425b-bd2b-b8196eca4bf5" /> + id="id-9488b61b-8748-4b99-a3ce-f86fb51eac50"> + id="id-4bf623d1-d500-401e-b646-72d69561e577" /> + id="id-6b538197-379f-422b-a81d-d4d84913155d"> + id="id-8fa9b461-2f7c-4c61-bc9c-92f7a416a324" /> + id="id-f6418776-b05a-42f6-94eb-29f04542ee17"> + id="id-09045097-edad-4a43-bf86-b07f8f358f63" /> + id="id-c0679ceb-f5b2-41a9-8d39-ad22866fed8f"> + id="id-37d298fd-4917-431c-bf88-583cc01fa857" /> + id="id-c990d75b-e47f-46e8-bd3f-759fb991cafe"> + id="id-a6349817-5dd2-4da7-a6d3-7ebda60ec3ef" /> + id="id-4d9d4e27-ee31-4e15-a85c-7c5dc455b02f"> + id="id-c8a0277b-fb57-4f45-88d1-cd2722e8ebaf" /> + id="id-de50a2d6-fb1e-4b2b-bc10-f211389e7d09"> + id="id-c14b5fdf-53e9-43c8-8cf3-8786b23c1357" /> + id="id-d8d9aff2-a4b0-4e9b-8b69-5e97cefc7bfa"> + id="id-c5a8d00b-5634-4cd2-8afe-e9e51cf1b265" /> + id="id-6dfbdb36-fd0d-4e40-93f0-0d02bc2c5cf6"> + id="id-a008abef-0965-4fa9-b9b4-279dadb21b67" /> + id="id-e028364c-5b83-4bcf-a9d7-cdb669d0cdcf"> + id="id-cbe15ad5-7a10-49fa-b92f-5112a7e4d587" /> + id="id-d4cff158-f5af-4692-9760-dbb894f61a84"> + id="id-a5a2ab1e-d242-402a-8bab-16e8a36fb652" /> + id="id-3babefc6-79d4-4d6e-baba-314bfdd22cc5"> + id="id-ae190d07-f842-4069-b90e-83fc2e3156e0" /> + id="id-c2a9c6c8-804e-4359-882b-cb7610edffa4"> + id="id-9d99f6b7-2e04-4a33-b4d8-9c159746384a" /> + id="id-2a50fd73-ca50-461a-8eda-6bf80acc1641"> + id="id-6b09adb5-13cb-46e1-89d6-3dcc4ffe780b" /> + id="id-cc00f59c-a5d5-406a-8c88-29a1ea56c0ff"> + id="id-b4f6ca8f-13e1-4d81-b89e-cb800c6d4256" /> + id="id-59c940ac-21ce-4f82-940d-30dcf09dddc4"> + id="id-cd882bdb-b6bd-4684-90f7-b87c7b0f80c2" /> + id="id-2949049c-3af9-40d9-92fd-7a42e0ca038e"> + id="id-e87db3a9-156b-4af5-b647-78835aba8505" /> + id="id-4a71ee48-769b-4dc5-8865-a4d6a804da20"> + id="id-ed00a3e2-70c9-4957-9001-af9e27a854e7" /> + id="id-330ba1c6-e272-4897-a0e2-3ac94b5ad2e2"> + id="id-d3bac7c2-de64-4c1c-ae78-feab0f3eed1f" /> + id="id-5497a3de-845e-4c79-b809-3096ea7c4360"> + id="id-05665a3b-447d-4848-b458-60642cba6adc" /> + id="id-afb81de3-fcbb-484c-89d5-cfa52f1e4d72"> + id="id-a156bd31-e009-4a29-b320-fbed4c2bc419" /> + id="id-35242800-b040-42a0-91f8-544563fa571a"> + id="id-ee222360-06be-4819-bbec-6d5316d18964" /> + id="id-4eae52fb-fcd9-4c6c-afaf-885896464b3b"> + id="id-cd272b01-ca78-4b58-a0b4-02df35b014cf" /> + id="id-0bf0725f-f2ef-4d35-a60d-3a5f6d6d8657"> + id="id-3571f176-2935-43a3-a8df-6ccb88e6ef44" /> + id="id-29b57628-9858-473c-b8f6-1869f1c54db7"> + id="id-6fb8a592-81a4-46bd-8c7d-54389c7f7204" /> + id="id-7f711d12-11d1-4f90-98b0-14a81148589f"> + id="id-dd444034-82f2-4610-b34a-9bde91838752" /> + id="id-d483172b-eef6-4f3c-9f43-af04f0a2856d"> + id="id-24a609d8-5b9b-403d-9d3e-e43bf54378eb" /> + id="id-7062763c-299d-4ac9-b156-06fa9950e65e"> + id="id-c3ccaae8-8806-474d-8a5d-f67427ea4f17" /> + id="id-4afdef35-231b-4176-937a-51623c739bec"> + id="id-f3495068-d6e7-4a83-8aed-e599cb957d14" /> + id="id-8ea65ab2-940a-4409-aecb-41deb443e3fb"> + id="id-0868500f-e489-4ce9-a4d6-7412e00ec043" /> + id="id-362b39e6-8324-4ec3-bad6-c6d820cdf9a4"> + id="id-629dbe59-ecc1-4666-969a-5d6223425e66" /> + id="id-2ba1aa66-5168-4252-9a67-474ef3911b44"> + id="id-fc0af5e4-b0e8-4e85-b7a2-133b5e00f054" /> + id="id-85dd834a-0056-4d06-aeed-b2864777dc6c"> + id="id-4171190d-99a2-4561-b3e0-6d3580cf05de" /> + id="id-6d110b19-6ebf-4fb0-98fb-44055883caa9"> + id="id-04cae73f-72b9-4346-a225-6b8ef3dfea49" /> + id="id-5907229d-cd57-47c2-8720-cfe65c6f8cc9"> + id="id-4bfc7d03-f540-45a3-bbec-0aebc6139447" /> + id="id-3ebf5f52-1146-4d24-9542-5311d10d2025"> + id="id-30287741-6df7-47bd-86ac-32fbd086f215" /> + id="id-115048c2-58bb-4b2c-89ee-e1e3c5eca9e9"> + id="id-1ecad964-cf4c-47ca-be8e-fb47461c68e3" /> @@ -2728,313 +2439,251 @@ id="id-2e586840-ba83-43a2-b1ba-75c1f178fe7a"> + id="id-ddc09d16-7f10-47d4-aa9a-cd4ffdcc2aee"> + id="id-b299f53a-9603-4bc5-aa37-ed9566683c71" /> + id="id-5213cb68-d4e8-498f-abc7-00c0c5e8417f"> + id="id-d6a63460-22ef-4917-b24b-bdae54463558" /> + id="id-35038faf-ec69-4739-9d59-368b62527749"> + id="id-b85b87e2-e118-45d0-91be-43c6b32f7278" /> + id="id-e2e4ef6c-e715-4bec-9514-94f975c9043b"> + id="id-df8d504f-3866-4e34-b575-8191ef3248c1" /> + id="id-53305245-91a1-4f23-ba25-e1e2ba997b1e"> + id="id-9f8e35e3-7816-45f2-89d3-4b70d58d6a52" /> + id="id-bb54557c-f00c-4836-99bf-c21186854765"> + id="id-601603ca-5de6-4ef0-8616-acc20364c538" /> + id="id-757f8a4b-8d7c-403c-bfe0-7b48bc875bc4"> + id="id-8f6a4071-5304-4fc9-bbd0-a668b6f311ad" /> + id="id-1f8626e2-e0b5-4175-8286-81341c9f6e30"> + id="id-948174ab-9265-4d14-916a-513dc2176828" /> + id="id-2aa4e615-4f0d-4e5e-8bac-776f9ef66a04"> + id="id-886b8908-3239-43ce-9df4-3a4be133d1b1" /> + id="id-5b3ba1d6-b1f5-4ef4-bba7-74f46c5b8b2a"> + id="id-81ce085e-adb9-4a16-a725-7399ed174197" /> + id="id-864319a9-3c41-4fc9-b630-9279c9543d2e"> + id="id-3d776d4e-6df7-4657-b5f7-32c421b948c8" /> + id="id-4641e063-99d4-46df-beca-34484eeafdff"> + id="id-3267f133-a3e4-4638-9b18-53744ec45680" /> + id="id-682a44f2-499e-4ba0-aea6-d91b97cd360b"> + id="id-3150c039-5518-49be-8866-bc5d45e8412e" /> + id="id-b9bc7d0e-492d-46a8-aae6-b095e788df2c"> + id="id-156b015c-72d2-4e8d-a43d-3f71f8002a31" /> + id="id-67c50d9c-47fb-4806-b0bc-d2104a18c249"> + id="id-021d5287-3906-4193-b196-22a15bb05563" /> + id="id-3b31ff6e-d6b3-4531-824c-116db12ae036"> + id="id-d8e393fa-2fd5-45da-b616-59bf2a31d011" /> + id="id-d81e0164-c391-4493-a557-b98f0301bba0"> + id="id-1f7d6351-0d68-4817-a0dc-bf9430df72dd" /> + id="id-26c223e6-13d3-47bc-8571-ebe69ce64f74"> + id="id-9f78ae27-da46-4cae-9610-edd197791fb8" /> + id="id-fd7e146e-fdb0-49a4-9587-fd6e8332b092"> + id="id-b07c15f0-88b5-4fa4-85eb-1548642e53a6" /> + id="id-c2fa87bf-1f45-41c7-a4c9-795985193384"> + id="id-1e74fb07-89e6-4045-8046-b25c23c35827" /> + id="id-c15edaf6-d264-44c8-85dc-67cbdae4efbb"> + id="id-05438fcf-49c3-486a-9862-2908b17ca473" /> + id="id-65327638-e5c3-4fa6-94f6-a387e64d25c6"> + id="id-a2a3460f-df3c-455b-b53a-9bce15c8f50a" /> + id="id-ed2624f0-e19b-4aa4-907b-fb4f5d72e157"> + id="id-e636cdc3-3ae1-4993-9148-a0920f01822b" /> + id="id-b69c849b-9703-41e5-8af0-7e30c7e1b155"> + id="id-15d2c571-f9a1-46f3-b9c0-b7cabf2994f6" /> + id="id-172ba32e-38db-4b24-b013-be90fe0eb329"> + id="id-71ba2af7-4fc0-43ff-a726-7b0a1fa1f411" /> + id="id-95f42b18-62e1-4547-8b97-a91d473ede6f"> + id="id-45784045-d046-43d3-9939-275a27c39c0c" /> + id="id-33ab558b-a585-4fc1-aa36-20464889a9e8"> + id="id-8b8b17ce-7cd0-470d-b0df-f726a27ce062" /> + id="id-edaa639b-b280-4a98-a67c-553c01e977c2"> + id="id-1ccf3fe5-4fb6-4cc2-ab89-bbd5baa0d3fc" /> + id="id-17ba2fda-eb63-4bee-b4a3-1bd53fc83b4b"> + id="id-e4b4ed38-03e4-4a90-8512-5d35a6ecce68" /> + id="id-22ccb208-0473-4b07-8e3c-3cdd9947cf9b"> + id="id-276044c6-d417-468f-ab8e-5b027291bac2" /> + id="id-a2831b9e-d6ff-4af2-aa54-990ae033608c"> + id="id-828228cc-37e7-4c61-8747-1108a5187370" /> @@ -3044,383 +2693,307 @@ id="g79784"> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> @@ -3430,233 +3003,187 @@ id="id-bbd7b9fb-e6b9-4868-ab11-d2406bf430d8"> + id="id-772f94d3-1c7c-413c-b02b-77fee8b232b1"> + id="id-7bf53810-bef0-4644-895c-afa8d5f4c1a8" /> + id="id-08cf0f37-1788-4dd9-842c-73fd28c590c7"> + id="id-247ba765-3580-4bba-85bd-f999fd587a8e" /> + id="id-d4588d22-5358-4c82-8582-ceb1ed91ddbe"> + id="id-9b8b45b2-24e9-4586-99ed-232be95d0f2a" /> + id="id-e9016403-9827-4813-8775-b30ca6772f13"> + id="id-5684dc98-a475-4304-a660-5945e8d4161d" /> + id="id-04de9723-8e0f-4a3e-b198-aa92e212cf9d"> + id="id-37f764fe-a25f-44eb-9e07-611d03e3628e" /> + id="id-f7a213d1-55c2-4417-8bca-ecf6af70346d"> + id="id-e133a3b8-c4ca-43a3-8156-340baee375ba" /> + id="id-558e1bfc-3507-450b-96ff-78352ac5c5e5"> + id="id-2d60e0d4-0350-45e7-aa09-33f36e94a55e" /> + id="id-8e9d253d-e017-4e16-b27e-8ee6f6fdfc6d"> + id="id-fc684379-08b4-486f-872a-6a93198b2de5" /> + id="id-1d012433-f204-4f69-a977-b0f7131cacd7"> + id="id-f6e1f947-f403-4789-b020-867dbf11861b" /> + id="id-0b4125e2-3610-45f6-ad7a-231d5ae93139"> + id="id-d44d535a-072f-4d4a-a0a1-088918a0b650" /> + id="id-f2c00f08-ada4-4cfa-903e-390d92bba462"> + id="id-b98ed50a-27e3-4abe-ab90-81af3760872c" /> + id="id-ecb1a6f9-551a-476d-9896-e698d1ffa6e8"> + id="id-4aa1ae69-5b27-40c3-abfd-201fd4d25c96" /> + id="id-b8e583dd-2d0c-47c8-819d-662faee17a76"> + id="id-c5148675-f0aa-4734-9a46-a558041e162a" /> + id="id-03fe1a7f-5086-4b5c-92cb-bce8480c44d0"> + id="id-23f14dd3-1abe-4646-962f-b6005d27e986" /> + id="id-d348df3c-aff1-4243-b567-d75aa4340561"> + id="id-c2ab98f8-e781-48fb-a668-0a2b740f0a4d" /> + id="id-7fe7088a-1265-48b7-99a8-d6e6b78e882b"> + id="id-63231045-4a0b-44fd-bd65-bb509a6d6e3a" /> + id="id-41ab9fd8-ab99-41b9-8347-3f61eb41d911"> + id="id-80b5b671-68ea-477f-b635-e554fe5073ec" /> + id="id-ee40d6c2-2120-4645-a397-132b9a1f866b"> + id="id-4d1ee7f1-49c2-468c-8bce-652609decfec" /> + id="id-4caf66f9-96f0-4644-9c84-320357b119a1"> + id="id-d3b8a1ac-016f-4be5-a0f0-6a12c86f2198" /> + id="id-e78979c5-5838-43f4-8c7d-beabb68ae356"> + id="id-9d6ac180-41e1-4985-89f7-890b6d3d1cd0" /> + id="id-38ffa48e-e27a-46a2-9c2f-45d249e3fadb"> + id="id-9a3e34dc-fe1b-420c-b327-3c2b9d7b1a08" /> + id="id-73a26404-9d18-4769-857f-17fa4668d155"> + id="id-9fbd6f1e-6ec0-4c4a-a7f2-656feb4aa277" /> + id="id-46de0d22-ba59-4550-82e4-b2d190af608a"> + id="id-62f2ae84-563c-434a-accb-9b675ec3b652" /> @@ -3666,133 +3193,107 @@ id="g8171"> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> @@ -3807,10 +3308,9 @@ inkscape:stockid="TriangleOutL"> + id="path29974-0" /> + id="path29974-5" /> + id="base" + inkscape:pagecheckerboard="0"> + units="cm" /> @@ -3875,7 +3373,6 @@ image/svg+xml - @@ -3883,9 +3380,9 @@ id="layer1" inkscape:groupmode="layer" inkscape:label="Layer 1" - transform="translate(-7.028636,-3.6067411)"> + style="display:inline"> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> @@ -4324,8 +3739,7 @@ + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> @@ -5481,8 +4746,7 @@ + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + id="g162436"> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + id="id-cae7ab4b-fee5-46f4-9ccf-3e1f9547ce36"> + style="fill:#000000;fill-opacity:1"> + id="g162381"> + style="stroke:none" /> + id="g162384"> + style="stroke:none" /> + id="g162387"> + style="stroke:none" /> + id="g162390"> + style="stroke:none" /> + id="g162393"> + style="stroke:none" /> + id="g162396"> + style="stroke:none" /> + id="g162399"> + style="stroke:none" /> + id="g162402"> + style="stroke:none" /> + id="g162405"> + style="stroke:none" /> + style="fill:#000000;fill-opacity:1"> + id="g162409"> + style="stroke:none" /> + style="fill:#000000;fill-opacity:1"> + id="g162413"> + style="stroke:none" /> + id="g162416"> + style="stroke:none" /> + style="fill:#000000;fill-opacity:1"> + id="g162420"> + style="stroke:none" /> + id="g162423"> + style="stroke:none" /> + id="g162426"> + style="stroke:none" /> + id="g162429"> + style="stroke:none" /> + id="g162432"> + style="stroke:none" /> + style="fill:#000000;stroke:none" /> + style="fill:#000000;stroke:none" /> + style="fill:#000000;stroke:none" /> + style="fill:#000000;stroke:none" /> + style="fill:#000000;stroke:none" /> + style="fill:#000000;stroke:none" /> @@ -7390,8 +6436,7 @@ + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> @@ -7921,8 +6895,7 @@ + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> @@ -8435,8 +7334,7 @@ + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> @@ -9283,8 +8049,7 @@ + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + style="stroke:none" /> + transform="translate(61.136,121.696)" + id="g49370"> + id="id-60d7662d-7183-4f6e-9700-9bc34ef4d12e" + d="m 5.3125,-2.296875 c 0,-0.796875 -0.640625,-1.4375 -1.4375,-1.4375 -0.78125,0 -1.4375,0.640625 -1.4375,1.4375 0,0.78125 0.65625,1.421875 1.4375,1.421875 0.796875,0 1.4375,-0.640625 1.4375,-1.421875 z m 0,0" + style="stroke:none" /> + + + transform="translate(73.866,121.696)" + id="g49374"> + id="id-6e09400c-cb66-492c-a886-3adbcd9bd1bb" + d="m 5.859375,-0.453125 -0.0625,-0.6875 C 5.5,-0.9375 5.21875,-0.75 4.875,-0.640625 c -0.3125,0.109375 -0.671875,0.109375 -1,0.109375 -0.65625,0 -1.25,-0.34375 -1.65625,-0.859375 -0.453125,-0.578125 -0.671875,-1.328125 -0.671875,-2.0625 0,-0.75 0.21875,-1.5 0.671875,-2.09375 0.40625,-0.5 1,-0.859375 1.65625,-0.859375 0.296875,0 0.59375,0.03125 0.890625,0.125 0.296875,0.09375 0.578125,0.234375 0.84375,0.421875 l 0.125,-0.8125 C 5.4375,-6.796875 5.140625,-6.890625 4.8125,-6.953125 4.5,-7.015625 4.1875,-7.03125 3.875,-7.03125 c -0.890625,0 -1.6875,0.390625 -2.28125,1.046875 -0.609375,0.6875 -0.9375,1.59375 -0.9375,2.53125 0,0.921875 0.328125,1.828125 0.9375,2.515625 C 2.1875,-0.296875 2.984375,0.109375 3.875,0.109375 4.21875,0.109375 4.5625,0.09375 4.90625,0 5.25,-0.09375 5.546875,-0.265625 5.859375,-0.453125 Z m -0.8125,-8.21875 H 4.46875 L 3.5,-7.703125 2.53125,-8.671875 H 1.9375 l 1.265625,1.328125 h 0.59375 z m 0,0" + style="stroke:none" /> + transform="translate(80.2311,121.696)" + id="g49377"> + id="id-b14c786f-b90a-4309-b939-c5789e5f7928" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(82.6112,121.696)" + id="g49380"> + id="id-1f7348dd-bc94-4b09-9fcb-821468dcff55" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(87.3992,121.696)" + id="g49383"> + style="stroke:none" /> + transform="translate(92.5469,121.696)" + id="g49386"> + id="id-9e1759fa-8472-4d9e-87ea-312df5388770" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> - - + transform="translate(97.4176,121.696)" + id="g49389"> + id="id-73d01843-d1da-4c76-b447-56884fa8593d" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + style="stroke:none" /> - - - - - - - - - + transform="translate(105.329,121.696)" + id="g49393"> + id="id-43b50252-41d9-4bd4-bf6b-c174f696d96f" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(113.244,121.696)" + id="g49396"> + id="id-5acb80a0-6649-46a2-a757-e3e0d4fb3f48" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + style="stroke:none" /> + transform="translate(118.392,121.696)" + id="g49399"> + id="id-79f359b9-e24b-4636-ad9d-f6c72820e79f" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + style="stroke:none" /> + transform="translate(122.723,121.696)" + id="g49402"> + id="id-9fd7cca7-7a9d-4346-81ac-4e5279809511" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(127.151,121.696)" + id="g49405"> + id="id-2bd9e220-b560-4615-bd37-0185c96cdbe2" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" /> - - - + transform="translate(134.297,121.696)" + id="g49409"> + style="stroke:none" /> - - - + transform="translate(139.547,121.696)" + id="g49413"> + id="id-c307348a-896f-4733-b3a6-b5a3eeaf8d5c" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> - - + transform="translate(144.695,121.696)" + id="g49416"> + id="id-0d28a52b-8866-42a1-8bde-c33d2523c619" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(149.123,121.696)" + id="g49419"> + id="id-27fa9a74-6779-4ed4-ad49-961bed6270c9" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + transform="translate(153.717,121.696)" + id="g49422"> + id="id-5c0443da-5e28-472f-87b5-338c40edc73b" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(158.048,121.696)" + id="g49425"> + style="stroke:none" /> + transform="translate(163.196,121.696)" + id="g49428"> + id="id-1716f087-6ddd-48fd-b075-f33df7f7d449" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(167.984,121.696)" + id="g49431"> + id="id-e14be83e-386c-4ac1-989a-7ecdc106fa14" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + transform="translate(172.577,121.696)" + id="g49434"> + id="id-135b9502-1b91-4580-a4e8-7a5433f5eadd" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(177.365,121.696)" + id="g49437"> + id="id-0f412b4d-424c-484e-a501-5dd9ea6339a5" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(184.28,121.696)" + id="g49441"> + id="id-2f52ced6-b87c-4ea7-80af-2e608ad50a65" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> - - + transform="translate(189.151,121.696)" + id="g49444"> + id="id-fdc68187-c965-4f36-9ce0-4f1a29e8f9c3" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> - - - - - - - - - + transform="translate(194.299,121.696)" + id="g49447"> + id="id-bc267d76-2ff6-4015-a3bb-eaecd309d037" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + style="stroke:none" /> + transform="translate(198.893,121.696)" + id="g49450"> + id="id-5d90b365-d71b-4ce6-b8fd-4c2cc3fafa87" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> + transform="translate(203.494,121.696)" + id="g49454"> - - - + style="stroke:none" /> - - + transform="translate(208.476,121.696)" + id="g49457"> + id="id-b3241f08-9166-45c7-a9a4-02dbff82d64d" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(210.856,121.696)" + id="g49460"> + id="id-131a4f5c-c9d5-4937-9b49-cd0918c2e0c8" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" /> + transform="translate(213.236,121.696)" + id="g49463"> - - - - - - + style="stroke:none" /> + transform="translate(217.83,121.696)" + id="g49466"> + id="id-ce804f05-8b31-4cc9-aa34-b8151863fa92" + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + style="stroke:none" /> + + + + - + id="id-3c716607-fe77-4cdf-bbe1-00b444bdbf86"> + - - + d="" + id="id-d612ce20-1ed5-4e54-9072-140127e24e39" /> + + - - - - + d="m 15.125,-7.0625 c 0,-4.15625 -1.515625,-7.734375 -6.921875,-7.734375 -5.71875,0 -6.9375,3.953125 -6.9375,7.734375 0,3.859375 1.34375,7.515625 6.921875,7.515625 5.328125,0 6.9375,-3.28125 6.9375,-7.515625 z m -3.046875,-0.328125 c 0,1.828125 0,6.1875 -3.875,6.1875 -3.90625,0 -3.90625,-4.3125 -3.90625,-6.1875 0,-1.828125 0,-5.78125 3.890625,-5.78125 3.890625,0 3.890625,3.921875 3.890625,5.78125 z m 0,0" + id="id-2a1ceb45-41dd-4e1c-a402-b3145fcf55fe" /> + + - - + d="M 10.3125,-0.984375 V -13.34375 c 0,-0.65625 -0.15625,-0.984375 -1,-0.984375 H 8.546875 c -0.78125,0 -0.984375,0.265625 -0.984375,0.984375 v 4.6875 C 6.625,-9.546875 5.59375,-9.6875 4.953125,-9.6875 c -4.1875,0 -4.1875,3.96875 -4.1875,4.984375 0,0.9375 0,4.9375 4.09375,4.9375 0.859375,0 1.75,-0.25 2.640625,-1.203125 C 7.5,-0.203125 7.78125,0 8.484375,0 H 9.3125 c 0.78125,0 1,-0.265625 1,-0.984375 z M 7.5,-2.578125 c 0,0.34375 0,0.53125 -0.59375,0.953125 -0.53125,0.328125 -1,0.359375 -1.25,0.359375 -2.078125,0 -2.078125,-1.890625 -2.078125,-3.4375 0,-1.5625 0,-3.5 2.3125,-3.5 0.59375,0 1.15625,0.203125 1.609375,0.640625 z m 0,0" + id="id-afb4aae0-d102-4e8a-9ab7-d4d1a94e632d" /> + + - - - - + d="M 16.65625,-0.984375 V -6.71875 c 0,-2.125 -0.921875,-2.96875 -3.015625,-2.96875 -1.46875,0 -2.609375,0.6875 -3.359375,2.046875 C 9.953125,-9.625 8.203125,-9.6875 7.328125,-9.6875 c -0.390625,0 -1.25,0 -2.1875,0.6875 C 4.5,-8.53125 4.09375,-7.875 3.953125,-7.5625 H 3.921875 V -8.59375 C 3.921875,-9.25 3.78125,-9.578125 2.9375,-9.578125 H 2.234375 c -0.75,0 -1,0.21875 -1,0.984375 v 7.609375 C 1.234375,-0.25 1.46875,0 2.234375,0 H 3.0625 C 3.84375,0 4.046875,-0.265625 4.046875,-0.984375 V -5.5625 c 0,-1.859375 1.265625,-2.640625 2.28125,-2.640625 0.984375,0 1.21875,0.4375 1.21875,1.53125 v 5.6875 C 7.546875,-0.25 7.765625,0 8.53125,0 h 0.828125 c 0.78125,0 0.984375,-0.265625 0.984375,-0.984375 V -5.5625 c 0,-1.859375 1.265625,-2.640625 2.28125,-2.640625 0.984375,0 1.21875,0.4375 1.21875,1.53125 v 5.6875 C 13.84375,-0.25 14.0625,0 14.828125,0 h 0.828125 c 0.78125,0 1,-0.265625 1,-0.984375 z m 0,0" + id="id-53dd6210-af1c-46ef-b827-7dc9a22d470e" /> + + - - + d="m 9.890625,-5.375 c 0,-2.65625 -1.234375,-4.4375 -4.3125,-4.4375 -3.3125,0 -4.9375,1.859375 -4.9375,5 0,3.390625 1.96875,5.046875 5.203125,5.046875 0.78125,0 1.96875,-0.109375 3.328125,-0.796875 0.453125,-0.21875 0.59375,-0.28125 0.59375,-0.53125 0,-0.140625 -0.0625,-0.75 -0.078125,-0.90625 -0.078125,-0.640625 -0.109375,-0.671875 -0.28125,-0.671875 -0.09375,0 -0.125,0 -0.359375,0.21875 -1.21875,1.046875 -2.453125,1.1875 -3.125,1.1875 -2.328125,0 -2.578125,-1.828125 -2.640625,-3.15625 h 5.625 c 0.46875,0 0.984375,-0.015625 0.984375,-0.953125 z M 7.59375,-5.515625 H 3.3125 c 0.046875,-1.265625 0.46875,-2.8125 2.265625,-2.8125 1.65625,0 1.96875,1.203125 2.015625,2.8125 z M 8.640625,-14 c 0.09375,-0.171875 0,-0.390625 -0.21875,-0.390625 h -0.96875 c 0,0 -0.078125,0.01563 -0.125,0.03125 l -2.015625,2.09375 -2.03125,-2.09375 c -0.03125,-0.01563 -0.125,-0.03125 -0.125,-0.03125 H 2.1875 c -0.203125,0 -0.328125,0.265625 -0.21875,0.421875 l 1.984375,2.828125 c 0.03125,0.0625 0.09375,0.09375 0.171875,0.09375 h 2.296875 c 0.078125,0 0.140625,-0.03125 0.1875,-0.09375 z m 0,0" + id="id-79af8906-7c74-4b6c-87ba-7b5771abe29d" /> + + - - + d="M 10.328125,-0.984375 V -6.71875 c 0,-2.125 -0.90625,-2.96875 -3.015625,-2.96875 -2.171875,0 -3.09375,1.5625 -3.359375,2.125 H 3.921875 V -8.59375 C 3.921875,-9.25 3.78125,-9.578125 2.9375,-9.578125 H 2.234375 c -0.75,0 -1,0.21875 -1,0.984375 v 7.609375 C 1.234375,-0.25 1.46875,0 2.234375,0 H 3.0625 C 3.84375,0 4.046875,-0.265625 4.046875,-0.984375 V -5.5625 c 0,-1.796875 1.203125,-2.640625 2.28125,-2.640625 0.984375,0 1.1875,0.484375 1.1875,1.53125 v 5.6875 c 0,0.65625 0.140625,0.984375 1,0.984375 H 9.34375 c 0.78125,0 0.984375,-0.265625 0.984375,-0.984375 z m 0,0" + id="id-133ae8ff-4011-46ce-b1aa-b928a3f6253f" /> + + - + d="M 9.796875,-0.984375 V -6.53125 c 0,-3.265625 -3.140625,-3.28125 -4.171875,-3.28125 -0.984375,0 -2.015625,0.078125 -3.390625,0.65625 -0.4375,0.1875 -0.546875,0.25 -0.546875,0.484375 0,0.140625 0.125,1.34375 0.15625,1.5 0.015625,0.125 0.125,0.234375 0.265625,0.234375 0.09375,0 0.15625,-0.0625 0.21875,-0.125 C 3.21875,-8 4.25,-8.453125 5.53125,-8.453125 c 1.125,0 1.453125,0.6875 1.453125,1.90625 v 0.71875 c -0.71875,0 -6.140625,0.046875 -6.140625,3.078125 0,1.453125 1.15625,2.984375 2.984375,2.984375 0.703125,0 2.25,-0.21875 3.21875,-1.640625 v 0.421875 C 7.046875,-0.328125 7.1875,0 8.03125,0 h 0.765625 c 0.78125,0 1,-0.265625 1,-0.984375 z M 6.984375,-3.1875 c 0,1.921875 -1.96875,1.921875 -2.03125,1.921875 C 4.09375,-1.265625 3.53125,-2 3.53125,-2.78125 c 0,-2.03125 2.875,-2.171875 3.453125,-2.203125 z m 0,0" + id="id-8fd55d08-75d3-4d12-883e-cb32a2c11822" /> + + + + style="fill:#000000;fill-opacity:1" + id="id-d1a4d829-1665-44fb-84be-588a6c5f6f7e"> + id="g24799" + transform="translate(170.304,42.696)"> + d="m 15.125,-7.0625 c 0,-4.15625 -1.515625,-7.734375 -6.921875,-7.734375 -5.71875,0 -6.9375,3.953125 -6.9375,7.734375 0,3.859375 1.34375,7.515625 6.921875,7.515625 5.328125,0 6.9375,-3.28125 6.9375,-7.515625 z m -3.046875,-0.328125 c 0,1.828125 0,6.1875 -3.875,6.1875 -3.90625,0 -3.90625,-4.3125 -3.90625,-6.1875 0,-1.828125 0,-5.78125 3.890625,-5.78125 3.890625,0 3.890625,3.921875 3.890625,5.78125 z m 0,0" + id="id-30d6fb6a-c990-413a-ae38-bc1f704965b7" /> - - + id="g24802" + transform="translate(186.72,42.696)"> + d="M 10.3125,-0.984375 V -13.34375 c 0,-0.65625 -0.15625,-0.984375 -1,-0.984375 H 8.546875 c -0.78125,0 -0.984375,0.265625 -0.984375,0.984375 v 4.6875 C 6.625,-9.546875 5.59375,-9.6875 4.953125,-9.6875 c -4.1875,0 -4.1875,3.96875 -4.1875,4.984375 0,0.9375 0,4.9375 4.09375,4.9375 0.859375,0 1.75,-0.25 2.640625,-1.203125 C 7.5,-0.203125 7.78125,0 8.484375,0 H 9.3125 c 0.78125,0 1,-0.265625 1,-0.984375 z M 7.5,-2.578125 c 0,0.34375 0,0.53125 -0.59375,0.953125 -0.53125,0.328125 -1,0.359375 -1.25,0.359375 -2.078125,0 -2.078125,-1.890625 -2.078125,-3.4375 0,-1.5625 0,-3.5 2.3125,-3.5 0.59375,0 1.15625,0.203125 1.609375,0.640625 z m 0,0" + id="id-70168983-7b83-417a-9a04-03cc48d63ac8" /> + id="g24805" + transform="translate(198.314,42.696)"> + d="M 16.65625,-0.984375 V -6.71875 c 0,-2.125 -0.921875,-2.96875 -3.015625,-2.96875 -1.46875,0 -2.609375,0.6875 -3.359375,2.046875 C 9.953125,-9.625 8.203125,-9.6875 7.328125,-9.6875 c -0.390625,0 -1.25,0 -2.1875,0.6875 C 4.5,-8.53125 4.09375,-7.875 3.953125,-7.5625 H 3.921875 V -8.59375 C 3.921875,-9.25 3.78125,-9.578125 2.9375,-9.578125 H 2.234375 c -0.75,0 -1,0.21875 -1,0.984375 v 7.609375 C 1.234375,-0.25 1.46875,0 2.234375,0 H 3.0625 C 3.84375,0 4.046875,-0.265625 4.046875,-0.984375 V -5.5625 c 0,-1.859375 1.265625,-2.640625 2.28125,-2.640625 0.984375,0 1.21875,0.4375 1.21875,1.53125 v 5.6875 C 7.546875,-0.25 7.765625,0 8.53125,0 h 0.828125 c 0.78125,0 0.984375,-0.265625 0.984375,-0.984375 V -5.5625 c 0,-1.859375 1.265625,-2.640625 2.28125,-2.640625 0.984375,0 1.21875,0.4375 1.21875,1.53125 v 5.6875 C 13.84375,-0.25 14.0625,0 14.828125,0 h 0.828125 c 0.78125,0 1,-0.265625 1,-0.984375 z m 0,0" + id="id-d5df11f4-89e6-4870-9497-8b0b007bc481" /> + id="g24808" + transform="translate(216.222,42.696)"> + d="m 9.890625,-5.375 c 0,-2.65625 -1.234375,-4.4375 -4.3125,-4.4375 -3.3125,0 -4.9375,1.859375 -4.9375,5 0,3.390625 1.96875,5.046875 5.203125,5.046875 0.78125,0 1.96875,-0.109375 3.328125,-0.796875 0.453125,-0.21875 0.59375,-0.28125 0.59375,-0.53125 0,-0.140625 -0.0625,-0.75 -0.078125,-0.90625 -0.078125,-0.640625 -0.109375,-0.671875 -0.28125,-0.671875 -0.09375,0 -0.125,0 -0.359375,0.21875 -1.21875,1.046875 -2.453125,1.1875 -3.125,1.1875 -2.328125,0 -2.578125,-1.828125 -2.640625,-3.15625 h 5.625 c 0.46875,0 0.984375,-0.015625 0.984375,-0.953125 z M 7.59375,-5.515625 H 3.3125 c 0.046875,-1.265625 0.46875,-2.8125 2.265625,-2.8125 1.65625,0 1.96875,1.203125 2.015625,2.8125 z M 8.640625,-14 c 0.09375,-0.171875 0,-0.390625 -0.21875,-0.390625 h -0.96875 c 0,0 -0.078125,0.01563 -0.125,0.03125 l -2.015625,2.09375 -2.03125,-2.09375 c -0.03125,-0.01563 -0.125,-0.03125 -0.125,-0.03125 H 2.1875 c -0.203125,0 -0.328125,0.265625 -0.21875,0.421875 l 1.984375,2.828125 c 0.03125,0.0625 0.09375,0.09375 0.171875,0.09375 h 2.296875 c 0.078125,0 0.140625,-0.03125 0.1875,-0.09375 z m 0,0" + id="id-01111581-9c5d-4c40-b6c2-d6315b1d7d33" /> + id="g24811" + transform="translate(226.783,42.696)"> + d="M 10.328125,-0.984375 V -6.71875 c 0,-2.125 -0.90625,-2.96875 -3.015625,-2.96875 -2.171875,0 -3.09375,1.5625 -3.359375,2.125 H 3.921875 V -8.59375 C 3.921875,-9.25 3.78125,-9.578125 2.9375,-9.578125 H 2.234375 c -0.75,0 -1,0.21875 -1,0.984375 v 7.609375 C 1.234375,-0.25 1.46875,0 2.234375,0 H 3.0625 C 3.84375,0 4.046875,-0.265625 4.046875,-0.984375 V -5.5625 c 0,-1.796875 1.203125,-2.640625 2.28125,-2.640625 0.984375,0 1.1875,0.484375 1.1875,1.53125 v 5.6875 c 0,0.65625 0.140625,0.984375 1,0.984375 H 9.34375 c 0.78125,0 0.984375,-0.265625 0.984375,-0.984375 z m 0,0" + id="id-a3372147-26a4-4448-91f9-bfdd2221e179" /> + id="g24814" + transform="translate(238.377,42.696)"> + d="M 9.796875,-0.984375 V -6.53125 c 0,-3.265625 -3.140625,-3.28125 -4.171875,-3.28125 -0.984375,0 -2.015625,0.078125 -3.390625,0.65625 -0.4375,0.1875 -0.546875,0.25 -0.546875,0.484375 0,0.140625 0.125,1.34375 0.15625,1.5 0.015625,0.125 0.125,0.234375 0.265625,0.234375 0.09375,0 0.15625,-0.0625 0.21875,-0.125 C 3.21875,-8 4.25,-8.453125 5.53125,-8.453125 c 1.125,0 1.453125,0.6875 1.453125,1.90625 v 0.71875 c -0.71875,0 -6.140625,0.046875 -6.140625,3.078125 0,1.453125 1.15625,2.984375 2.984375,2.984375 0.703125,0 2.25,-0.21875 3.21875,-1.640625 v 0.421875 C 7.046875,-0.328125 7.1875,0 8.03125,0 h 0.765625 c 0.78125,0 1,-0.265625 1,-0.984375 z M 6.984375,-3.1875 c 0,1.921875 -1.96875,1.921875 -2.03125,1.921875 C 4.09375,-1.265625 3.53125,-2 3.53125,-2.78125 c 0,-2.03125 2.875,-2.171875 3.453125,-2.203125 z m 0,0" + id="id-59031d1f-6aaf-492c-b863-cf58891650b7" /> - + + + + + + + + + - - + id="id-e2bb5b4b-c4e3-462c-998a-5b9e4ede8d23" + d="" + style="stroke:none" /> + + - - + id="id-35bad527-4da6-4458-9bbe-cc0dc98e0820" + d="m 14.5625,-13.78125 c 0,-0.546875 -0.515625,-0.546875 -0.8125,-0.546875 h -0.796875 c -0.4375,0 -1.03125,0 -1.359375,0.90625 l -2.796875,7.65625 -1.078125,3.1875 C 7.703125,-2.640625 7.484375,-3.359375 7.171875,-4.21875 l -3.34375,-9.234375 c -0.34375,-0.875 -0.921875,-0.875 -1.34375,-0.875 h -1.125 c -0.28125,0 -0.796875,0 -0.796875,0.546875 0,0.109375 0.015625,0.125 0.09375,0.375 L 5.28125,-0.875 C 5.59375,0 6.203125,0 6.609375,0 h 1.90625 c 0.421875,0 1,0 1.34375,-0.90625 l 4.59375,-12.5 c 0.09375,-0.25 0.109375,-0.265625 0.109375,-0.375 z m 0,0" + style="stroke:none" /> + + - - + id="id-268b3325-3bba-4a7a-a1f3-3e3e74c9e1a9" + d="m 9.765625,-8.90625 c 0,-0.546875 -0.546875,-0.546875 -0.828125,-0.546875 H 8.484375 c -0.328125,0 -0.78125,0 -1.09375,0.46875 C 7.328125,-8.875 5.65625,-4.3125 5.5625,-2.9375 H 5.53125 C 5.4375,-3.953125 4.578125,-5.859375 3.703125,-7.84375 3.125,-9.15625 2.96875,-9.453125 1.9375,-9.453125 H 1.40625 c -0.296875,0 -0.8125,0 -0.8125,0.53125 0,0.078125 0.0625,0.21875 0.109375,0.328125 L 4.609375,0 C 4.4375,0.4375 4.375,0.65625 4.3125,0.875 4.0625,1.546875 3.71875,2.484375 2.609375,2.484375 1.921875,2.484375 1.453125,2.1875 1.21875,2.046875 1.109375,1.984375 1.078125,1.96875 1.015625,1.96875 0.90625,1.96875 0.75,2.03125 0.75,2.265625 c 0,0.171875 0.125,1.59375 0.171875,1.6875 0.1875,0.234375 1.3125,0.28125 1.640625,0.28125 2.5625,0 3.578125,-2.4375 3.734375,-2.9375 l 3.375,-9.78125 c 0.09375,-0.28125 0.09375,-0.3125 0.09375,-0.421875 z m 0,0" + style="stroke:none" /> + + - - + id="id-694f3c81-411a-4cf6-adf7-3ce4d1372a1b" + d="m 10.796875,-4.765625 c 0,-1 0,-4.921875 -3.875,-4.921875 C 5.21875,-9.6875 4.1875,-8.734375 4,-8.53125 v -4.8125 C 4,-14 3.859375,-14.328125 3.015625,-14.328125 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 V -0.984375 C 1.265625,-0.25 1.484375,0 2.25,0 h 0.828125 c 0.34375,0 0.96875,0 0.984375,-0.8125 0.953125,1.046875 2.015625,1.046875 2.34375,1.046875 4.390625,0 4.390625,-3.96875 4.390625,-5 z M 8,-4.75 c 0,1.53125 0,3.484375 -2.3125,3.484375 -0.875,0 -1.390625,-0.515625 -1.625,-0.796875 V -7.484375 C 4.34375,-7.71875 4.953125,-8.203125 5.90625,-8.203125 8,-8.203125 8,-6.296875 8,-4.75 Z m 0,0" + style="stroke:none" /> + + - - - - + id="id-d8bbc9e2-8a84-43b0-a4d1-5d3412fbceda" + d="m 9.890625,-5.375 c 0,-2.65625 -1.234375,-4.4375 -4.3125,-4.4375 -3.3125,0 -4.9375,1.859375 -4.9375,5 0,3.390625 1.96875,5.046875 5.203125,5.046875 0.78125,0 1.96875,-0.109375 3.328125,-0.796875 0.453125,-0.21875 0.59375,-0.28125 0.59375,-0.53125 0,-0.140625 -0.0625,-0.75 -0.078125,-0.90625 -0.078125,-0.640625 -0.109375,-0.671875 -0.28125,-0.671875 -0.09375,0 -0.125,0 -0.359375,0.21875 -1.21875,1.046875 -2.453125,1.1875 -3.125,1.1875 -2.328125,0 -2.578125,-1.828125 -2.640625,-3.15625 h 5.625 c 0.46875,0 0.984375,-0.015625 0.984375,-0.953125 z M 7.59375,-5.515625 H 3.3125 c 0.046875,-1.265625 0.46875,-2.8125 2.265625,-2.8125 1.65625,0 1.96875,1.203125 2.015625,2.8125 z m 0,0" + style="stroke:none" /> + + - - + id="id-9e7474fe-6088-44cd-8c4b-6630fe782335" + d="M 7.359375,-8.15625 V -9.125 c 0,-0.421875 0,-0.5625 -0.375,-0.5625 -0.578125,0 -2.09375,0.203125 -3.0625,2.4375 H 3.90625 v -1.34375 c 0,-0.65625 -0.140625,-0.984375 -1,-0.984375 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 v 7.609375 C 1.265625,-0.25 1.484375,0 2.25,0 H 3.015625 C 3.796875,0 4,-0.265625 4,-0.984375 V -4.75 C 4,-6.71875 5.640625,-7.515625 6.9375,-7.59375 7.3125,-7.625 7.359375,-7.625 7.359375,-8.15625 Z m 0,0" + style="stroke:none" /> + + - - - - + id="id-4f4e85e9-d058-4684-9fe4-80f69cd907f3" + d="m 8.1875,-2.90625 c 0,-1.15625 -0.625,-1.890625 -1,-2.21875 C 6.359375,-5.859375 5.640625,-5.984375 4.765625,-6.15625 3.640625,-6.359375 2.8125,-6.53125 2.8125,-7.328125 c 0,-0.859375 0.671875,-1.015625 1.484375,-1.015625 1.390625,0 2.125,0.515625 2.671875,0.96875 0.203125,0.203125 0.234375,0.203125 0.328125,0.203125 0.203125,0 0.25,-0.1875 0.265625,-0.265625 0.03125,-0.15625 0.25,-1.328125 0.25,-1.421875 0,-0.328125 -1.09375,-0.625 -1.328125,-0.703125 C 5.65625,-9.796875 5,-9.8125 4.46875,-9.8125 c -0.9375,0 -3.703125,0 -3.703125,2.953125 0,1.015625 0.453125,1.640625 1.015625,2.125 0.71875,0.671875 1.53125,0.8125 2.703125,1.03125 0.59375,0.109375 1.65625,0.296875 1.65625,1.203125 0,0.96875 -0.8125,1.109375 -1.609375,1.109375 -0.921875,0 -2.078125,-0.265625 -3.046875,-1.421875 -0.09375,-0.09375 -0.15625,-0.15625 -0.28125,-0.15625 -0.21875,0 -0.25,0.1875 -0.28125,0.296875 -0.03125,0.296875 -0.28125,1.46875 -0.28125,1.6875 0,0.359375 1.546875,0.859375 1.546875,0.859375 1.140625,0.359375 1.984375,0.359375 2.34375,0.359375 1.046875,0 3.65625,-0.09375 3.65625,-3.140625 z m 0,0" + style="stroke:none" /> + + - - + id="id-9d6a201f-0a7d-4ca1-81cd-7d8a65224382" + d="M 4,-0.984375 V -8.46875 C 4,-9.125 3.859375,-9.453125 3.015625,-9.453125 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 v 7.484375 C 1.265625,-0.25 1.484375,0 2.25,0 H 3.015625 C 3.796875,0 4,-0.265625 4,-0.984375 Z m 0.15625,-11.53125 v -0.390625 c 0,-0.671875 -0.15625,-1 -1,-1 H 2.109375 c -0.78125,0 -1,0.265625 -1,1 v 0.390625 c 0,0.59375 0.109375,0.984375 1,0.984375 H 3.15625 c 0.875,0 1,-0.359375 1,-0.984375 z m 0,0" + style="stroke:none" /> + + - - + id="id-b7b62047-665c-4a35-b239-9f24e60191ad" + d="m 4.5,-0.5625 v -1.578125 c 0,-0.546875 -0.015625,-0.5625 -0.546875,-0.5625 h -1.59375 c -0.546875,0 -0.5625,0.015625 -0.5625,0.5625 V -0.5625 C 1.796875,-0.015625 1.8125,0 2.5,0 2.375,0.328125 2.265625,0.65625 2.140625,0.984375 2.03125,1.296875 1.8125,1.921875 1.8125,1.921875 1.8125,2.1875 2.03125,2.1875 2.359375,2.1875 h 0.25 C 3.015625,2.1875 3.03125,2.171875 3.25,1.84375 L 4.3125,0.125 C 4.5,-0.171875 4.5,-0.203125 4.5,-0.5625 Z m 0,0" + style="stroke:none" /> + + - - + id="id-778b76c5-0631-483c-8434-ad89dff03357" + d="m 9.4375,-1.03125 c 0,-0.234375 -0.078125,-1.171875 -0.125,-1.453125 0,-0.0625 -0.03125,-0.265625 -0.25,-0.265625 -0.078125,0 -0.125,0 -0.328125,0.203125 -0.34375,0.3125 -1.3125,1.15625 -3.015625,1.15625 -2.140625,0 -2.140625,-2.078125 -2.140625,-3.40625 0,-1.671875 0.09375,-3.40625 2.203125,-3.40625 1.34375,0 1.90625,0.328125 2.640625,0.953125 0.25,0.234375 0.296875,0.234375 0.375,0.234375 0.203125,0 0.25,-0.1875 0.265625,-0.28125 0.046875,-0.15625 0.25,-1.3125 0.25,-1.421875 0,-0.1875 -0.140625,-0.265625 -0.5,-0.4375 C 7.828125,-9.609375 7.203125,-9.8125 5.765625,-9.8125 c -3.078125,0 -5,1.453125 -5,5.0625 0,3.421875 1.78125,4.984375 4.890625,4.984375 0.5625,0 1.796875,-0.03125 3.1875,-0.734375 0.578125,-0.3125 0.59375,-0.328125 0.59375,-0.53125 z m 0,0" + style="stroke:none" /> + + - - + id="id-878bdb29-8ceb-4905-ad49-b4d05c07e299" + d="m 10.703125,-4.640625 c 0,-3.390625 -1.65625,-5.171875 -5.015625,-5.171875 -3.453125,0 -5.046875,1.84375 -5.046875,5.171875 0,3.359375 1.78125,4.875 5.015625,4.875 3.25,0 5.046875,-1.5 5.046875,-4.875 z m -2.8125,-0.25 c 0,1.625 0,3.5 -2.203125,3.5 -2.234375,0 -2.234375,-1.859375 -2.234375,-3.5 0,-1.59375 0,-3.4375 2.203125,-3.4375 2.234375,0 2.234375,1.828125 2.234375,3.4375 z m 0,0" + style="stroke:none" /> + + - - + id="id-f034c871-50a3-474c-bcf2-b8d5947b2bc8" + d="m 7.703125,-0.96875 c 0,-0.0625 -0.046875,-0.203125 -0.15625,-0.640625 -0.109375,-0.421875 -0.15625,-0.53125 -0.34375,-0.53125 -0.09375,0 -0.125,0.015625 -0.234375,0.140625 -0.234375,0.15625 -0.796875,0.609375 -1.65625,0.609375 -0.5,0 -0.8125,-0.34375 -0.8125,-1.703125 v -4.875 h 1.84375 c 0.25,0 0.984375,0 0.984375,-0.75 0,-0.734375 -0.734375,-0.734375 -0.984375,-0.734375 H 4.5 v -1.71875 c 0,-0.671875 -0.140625,-1 -0.984375,-1 H 2.875 c -0.75,0 -1,0.234375 -1,1 v 1.71875 H 1.40625 c -0.234375,0 -1,0 -1,0.734375 0,0.75 0.75,0.75 1,0.75 H 1.8125 V -2.75 c 0,2.09375 0.75,2.984375 2.171875,2.984375 0.1875,0 1.09375,0 2.171875,-0.34375 C 6.5,-0.203125 7.703125,-0.578125 7.703125,-0.96875 Z m 0,0" + style="stroke:none" /> + + - - + id="id-8aa8e1be-2498-4038-bf3e-cdc305c68cc6" + d="m 9.890625,-5.375 c 0,-2.65625 -1.234375,-4.4375 -4.3125,-4.4375 -3.3125,0 -4.9375,1.859375 -4.9375,5 0,3.390625 1.96875,5.046875 5.203125,5.046875 0.78125,0 1.96875,-0.109375 3.328125,-0.796875 0.453125,-0.21875 0.59375,-0.28125 0.59375,-0.53125 0,-0.140625 -0.0625,-0.75 -0.078125,-0.90625 -0.078125,-0.640625 -0.109375,-0.671875 -0.28125,-0.671875 -0.09375,0 -0.125,0 -0.359375,0.21875 -1.21875,1.046875 -2.453125,1.1875 -3.125,1.1875 -2.328125,0 -2.578125,-1.828125 -2.640625,-3.15625 h 5.625 c 0.46875,0 0.984375,-0.015625 0.984375,-0.953125 z M 7.59375,-5.515625 H 3.3125 c 0.046875,-1.265625 0.46875,-2.8125 2.265625,-2.8125 1.65625,0 1.96875,1.203125 2.015625,2.8125 z M 8.640625,-14 c 0.09375,-0.171875 0,-0.390625 -0.21875,-0.390625 h -0.96875 c 0,0 -0.078125,0.01563 -0.125,0.03125 l -2.015625,2.09375 -2.03125,-2.09375 c -0.03125,-0.01563 -0.125,-0.03125 -0.125,-0.03125 H 2.1875 c -0.203125,0 -0.328125,0.265625 -0.21875,0.421875 l 1.984375,2.828125 c 0.03125,0.0625 0.09375,0.09375 0.171875,0.09375 h 2.296875 c 0.078125,0 0.140625,-0.03125 0.1875,-0.09375 z m 0,0" + style="stroke:none" /> + + - + id="id-1f9ec332-1398-4fa5-8488-4930bdb07e09" + d="M 9.796875,-0.984375 V -6.53125 c 0,-3.265625 -3.140625,-3.28125 -4.171875,-3.28125 -0.984375,0 -2.015625,0.078125 -3.390625,0.65625 -0.4375,0.1875 -0.546875,0.25 -0.546875,0.484375 0,0.140625 0.125,1.34375 0.15625,1.5 0.015625,0.125 0.125,0.234375 0.265625,0.234375 0.09375,0 0.15625,-0.0625 0.21875,-0.125 C 3.21875,-8 4.25,-8.453125 5.53125,-8.453125 c 1.125,0 1.453125,0.6875 1.453125,1.90625 v 0.71875 c -0.71875,0 -6.140625,0.046875 -6.140625,3.078125 0,1.453125 1.15625,2.984375 2.984375,2.984375 0.703125,0 2.25,-0.21875 3.21875,-1.640625 v 0.421875 C 7.046875,-0.328125 7.1875,0 8.03125,0 h 0.765625 c 0.78125,0 1,-0.265625 1,-0.984375 z M 6.984375,-3.1875 c 0,1.921875 -1.96875,1.921875 -2.03125,1.921875 C 4.09375,-1.265625 3.53125,-2 3.53125,-2.78125 c 0,-2.03125 2.875,-2.171875 3.453125,-2.203125 z m 0,0" + style="stroke:none" /> + + + + + + + + + + transform="translate(116.884,42.696)" + id="g38231"> + id="id-a288cb35-6f12-48f6-b107-727e2917d0ea" + d="m 14.5625,-13.78125 c 0,-0.546875 -0.515625,-0.546875 -0.8125,-0.546875 h -0.796875 c -0.4375,0 -1.03125,0 -1.359375,0.90625 l -2.796875,7.65625 -1.078125,3.1875 C 7.703125,-2.640625 7.484375,-3.359375 7.171875,-4.21875 l -3.34375,-9.234375 c -0.34375,-0.875 -0.921875,-0.875 -1.34375,-0.875 h -1.125 c -0.28125,0 -0.796875,0 -0.796875,0.546875 0,0.109375 0.015625,0.125 0.09375,0.375 L 5.28125,-0.875 C 5.59375,0 6.203125,0 6.609375,0 h 1.90625 c 0.421875,0 1,0 1.34375,-0.90625 l 4.59375,-12.5 c 0.09375,-0.25 0.109375,-0.265625 0.109375,-0.375 z m 0,0" + style="stroke:none" /> + + + transform="translate(131.395,42.696)" + id="g38235"> + id="id-537c8990-ed79-43d6-84e1-c85dad4d2d24" + d="m 9.765625,-8.90625 c 0,-0.546875 -0.546875,-0.546875 -0.828125,-0.546875 H 8.484375 c -0.328125,0 -0.78125,0 -1.09375,0.46875 C 7.328125,-8.875 5.65625,-4.3125 5.5625,-2.9375 H 5.53125 C 5.4375,-3.953125 4.578125,-5.859375 3.703125,-7.84375 3.125,-9.15625 2.96875,-9.453125 1.9375,-9.453125 H 1.40625 c -0.296875,0 -0.8125,0 -0.8125,0.53125 0,0.078125 0.0625,0.21875 0.109375,0.328125 L 4.609375,0 C 4.4375,0.4375 4.375,0.65625 4.3125,0.875 4.0625,1.546875 3.71875,2.484375 2.609375,2.484375 1.921875,2.484375 1.453125,2.1875 1.21875,2.046875 1.109375,1.984375 1.078125,1.96875 1.015625,1.96875 0.90625,1.96875 0.75,2.03125 0.75,2.265625 c 0,0.171875 0.125,1.59375 0.171875,1.6875 0.1875,0.234375 1.3125,0.28125 1.640625,0.28125 2.5625,0 3.578125,-2.4375 3.734375,-2.9375 l 3.375,-9.78125 c 0.09375,-0.28125 0.09375,-0.3125 0.09375,-0.421875 z m 0,0" + style="stroke:none" /> + transform="translate(141.727,42.696)" + id="g38238"> + id="id-8d9d39e4-9c89-45ef-8bcd-e0931f3b3a44" + d="m 10.796875,-4.765625 c 0,-1 0,-4.921875 -3.875,-4.921875 C 5.21875,-9.6875 4.1875,-8.734375 4,-8.53125 v -4.8125 C 4,-14 3.859375,-14.328125 3.015625,-14.328125 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 V -0.984375 C 1.265625,-0.25 1.484375,0 2.25,0 h 0.828125 c 0.34375,0 0.96875,0 0.984375,-0.8125 0.953125,1.046875 2.015625,1.046875 2.34375,1.046875 4.390625,0 4.390625,-3.96875 4.390625,-5 z M 8,-4.75 c 0,1.53125 0,3.484375 -2.3125,3.484375 -0.875,0 -1.390625,-0.515625 -1.625,-0.796875 V -7.484375 C 4.34375,-7.71875 4.953125,-8.203125 5.90625,-8.203125 8,-8.203125 8,-6.296875 8,-4.75 Z m 0,0" + style="stroke:none" /> + + + transform="translate(153.961,42.696)" + id="g38242"> + id="id-7fa2b856-830d-4d51-b5bf-a0c0d72bbdfe" + d="m 9.890625,-5.375 c 0,-2.65625 -1.234375,-4.4375 -4.3125,-4.4375 -3.3125,0 -4.9375,1.859375 -4.9375,5 0,3.390625 1.96875,5.046875 5.203125,5.046875 0.78125,0 1.96875,-0.109375 3.328125,-0.796875 0.453125,-0.21875 0.59375,-0.28125 0.59375,-0.53125 0,-0.140625 -0.0625,-0.75 -0.078125,-0.90625 -0.078125,-0.640625 -0.109375,-0.671875 -0.28125,-0.671875 -0.09375,0 -0.125,0 -0.359375,0.21875 -1.21875,1.046875 -2.453125,1.1875 -3.125,1.1875 -2.328125,0 -2.578125,-1.828125 -2.640625,-3.15625 h 5.625 c 0.46875,0 0.984375,-0.015625 0.984375,-0.953125 z M 7.59375,-5.515625 H 3.3125 c 0.046875,-1.265625 0.46875,-2.8125 2.265625,-2.8125 1.65625,0 1.96875,1.203125 2.015625,2.8125 z m 0,0" + style="stroke:none" /> + transform="translate(164.521,42.696)" + id="g38245"> + id="id-23c2fefd-992d-4e85-9fbb-6c8860644de8" + d="M 7.359375,-8.15625 V -9.125 c 0,-0.421875 0,-0.5625 -0.375,-0.5625 -0.578125,0 -2.09375,0.203125 -3.0625,2.4375 H 3.90625 v -1.34375 c 0,-0.65625 -0.140625,-0.984375 -1,-0.984375 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 v 7.609375 C 1.265625,-0.25 1.484375,0 2.25,0 H 3.015625 C 3.796875,0 4,-0.265625 4,-0.984375 V -4.75 C 4,-6.71875 5.640625,-7.515625 6.9375,-7.59375 7.3125,-7.625 7.359375,-7.625 7.359375,-8.15625 Z m 0,0" + style="stroke:none" /> + transform="translate(179.795,42.696)" + id="g38249"> + id="id-b357e4fb-493b-40de-b213-d427e21ed2ab" + d="m 8.1875,-2.90625 c 0,-1.15625 -0.625,-1.890625 -1,-2.21875 C 6.359375,-5.859375 5.640625,-5.984375 4.765625,-6.15625 3.640625,-6.359375 2.8125,-6.53125 2.8125,-7.328125 c 0,-0.859375 0.671875,-1.015625 1.484375,-1.015625 1.390625,0 2.125,0.515625 2.671875,0.96875 0.203125,0.203125 0.234375,0.203125 0.328125,0.203125 0.203125,0 0.25,-0.1875 0.265625,-0.265625 0.03125,-0.15625 0.25,-1.328125 0.25,-1.421875 0,-0.328125 -1.09375,-0.625 -1.328125,-0.703125 C 5.65625,-9.796875 5,-9.8125 4.46875,-9.8125 c -0.9375,0 -3.703125,0 -3.703125,2.953125 0,1.015625 0.453125,1.640625 1.015625,2.125 0.71875,0.671875 1.53125,0.8125 2.703125,1.03125 0.59375,0.109375 1.65625,0.296875 1.65625,1.203125 0,0.96875 -0.8125,1.109375 -1.609375,1.109375 -0.921875,0 -2.078125,-0.265625 -3.046875,-1.421875 -0.09375,-0.09375 -0.15625,-0.15625 -0.28125,-0.15625 -0.21875,0 -0.25,0.1875 -0.28125,0.296875 -0.03125,0.296875 -0.28125,1.46875 -0.28125,1.6875 0,0.359375 1.546875,0.859375 1.546875,0.859375 1.140625,0.359375 1.984375,0.359375 2.34375,0.359375 1.046875,0 3.65625,-0.09375 3.65625,-3.140625 z m 0,0" + style="stroke:none" /> + transform="translate(188.508,42.696)" + id="g38252"> + id="id-da6e07c2-57fa-44d2-a391-67a0928baca0" + d="M 4,-0.984375 V -8.46875 C 4,-9.125 3.859375,-9.453125 3.015625,-9.453125 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 v 7.484375 C 1.265625,-0.25 1.484375,0 2.25,0 H 3.015625 C 3.796875,0 4,-0.265625 4,-0.984375 Z m 0.15625,-11.53125 v -0.390625 c 0,-0.671875 -0.15625,-1 -1,-1 H 2.109375 c -0.78125,0 -1,0.265625 -1,1 v 0.390625 c 0,0.59375 0.109375,0.984375 1,0.984375 H 3.15625 c 0.875,0 1,-0.359375 1,-0.984375 z m 0,0" + style="stroke:none" /> - - + transform="translate(193.788,42.696)" + id="g38255"> + id="id-7589b683-4e51-4a46-8bfb-09e3281f3ba0" + d="m 4.5,-0.5625 v -1.578125 c 0,-0.546875 -0.015625,-0.5625 -0.546875,-0.5625 h -1.59375 c -0.546875,0 -0.5625,0.015625 -0.5625,0.5625 V -0.5625 C 1.796875,-0.015625 1.8125,0 2.5,0 2.375,0.328125 2.265625,0.65625 2.140625,0.984375 2.03125,1.296875 1.8125,1.921875 1.8125,1.921875 1.8125,2.1875 2.03125,2.1875 2.359375,2.1875 h 0.25 C 3.015625,2.1875 3.03125,2.171875 3.25,1.84375 L 4.3125,0.125 C 4.5,-0.171875 4.5,-0.203125 4.5,-0.5625 Z m 0,0" + style="stroke:none" /> - - - + transform="translate(207.663,42.696)" + id="g38259"> + id="id-00e54c40-27b1-401f-9620-eb2eccadc0ec" + d="m 9.4375,-1.03125 c 0,-0.234375 -0.078125,-1.171875 -0.125,-1.453125 0,-0.0625 -0.03125,-0.265625 -0.25,-0.265625 -0.078125,0 -0.125,0 -0.328125,0.203125 -0.34375,0.3125 -1.3125,1.15625 -3.015625,1.15625 -2.140625,0 -2.140625,-2.078125 -2.140625,-3.40625 0,-1.671875 0.09375,-3.40625 2.203125,-3.40625 1.34375,0 1.90625,0.328125 2.640625,0.953125 0.25,0.234375 0.296875,0.234375 0.375,0.234375 0.203125,0 0.25,-0.1875 0.265625,-0.28125 0.046875,-0.15625 0.25,-1.3125 0.25,-1.421875 0,-0.1875 -0.140625,-0.265625 -0.5,-0.4375 C 7.828125,-9.609375 7.203125,-9.8125 5.765625,-9.8125 c -3.078125,0 -5,1.453125 -5,5.0625 0,3.421875 1.78125,4.984375 4.890625,4.984375 0.5625,0 1.796875,-0.03125 3.1875,-0.734375 0.578125,-0.3125 0.59375,-0.328125 0.59375,-0.53125 z m 0,0" + style="stroke:none" /> + transform="translate(217.765,42.696)" + id="g38262"> + id="id-e5fd7b34-dc6d-4bf0-9086-08cec69b1a7d" + d="m 10.703125,-4.640625 c 0,-3.390625 -1.65625,-5.171875 -5.015625,-5.171875 -3.453125,0 -5.046875,1.84375 -5.046875,5.171875 0,3.359375 1.78125,4.875 5.015625,4.875 3.25,0 5.046875,-1.5 5.046875,-4.875 z m -2.8125,-0.25 c 0,1.625 0,3.5 -2.203125,3.5 -2.234375,0 -2.234375,-1.859375 -2.234375,-3.5 0,-1.59375 0,-3.4375 2.203125,-3.4375 2.234375,0 2.234375,1.828125 2.234375,3.4375 z m 0,0" + style="stroke:none" /> - - - + transform="translate(236.712,42.696)" + id="g38266"> + id="id-1d4bb9ba-aa57-46ff-841d-e20f9beee405" + d="m 7.703125,-0.96875 c 0,-0.0625 -0.046875,-0.203125 -0.15625,-0.640625 -0.109375,-0.421875 -0.15625,-0.53125 -0.34375,-0.53125 -0.09375,0 -0.125,0.015625 -0.234375,0.140625 -0.234375,0.15625 -0.796875,0.609375 -1.65625,0.609375 -0.5,0 -0.8125,-0.34375 -0.8125,-1.703125 v -4.875 h 1.84375 c 0.25,0 0.984375,0 0.984375,-0.75 0,-0.734375 -0.734375,-0.734375 -0.984375,-0.734375 H 4.5 v -1.71875 c 0,-0.671875 -0.140625,-1 -0.984375,-1 H 2.875 c -0.75,0 -1,0.234375 -1,1 v 1.71875 H 1.40625 c -0.234375,0 -1,0 -1,0.734375 0,0.75 0.75,0.75 1,0.75 H 1.8125 V -2.75 c 0,2.09375 0.75,2.984375 2.171875,2.984375 0.1875,0 1.09375,0 2.171875,-0.34375 C 6.5,-0.203125 7.703125,-0.578125 7.703125,-0.96875 Z m 0,0" + style="stroke:none" /> + transform="translate(245.064,42.696)" + id="g38269"> + id="id-006cfb8f-3e03-4a47-b751-5adf5720cfa3" + d="m 9.890625,-5.375 c 0,-2.65625 -1.234375,-4.4375 -4.3125,-4.4375 -3.3125,0 -4.9375,1.859375 -4.9375,5 0,3.390625 1.96875,5.046875 5.203125,5.046875 0.78125,0 1.96875,-0.109375 3.328125,-0.796875 0.453125,-0.21875 0.59375,-0.28125 0.59375,-0.53125 0,-0.140625 -0.0625,-0.75 -0.078125,-0.90625 -0.078125,-0.640625 -0.109375,-0.671875 -0.28125,-0.671875 -0.09375,0 -0.125,0 -0.359375,0.21875 -1.21875,1.046875 -2.453125,1.1875 -3.125,1.1875 -2.328125,0 -2.578125,-1.828125 -2.640625,-3.15625 h 5.625 c 0.46875,0 0.984375,-0.015625 0.984375,-0.953125 z M 7.59375,-5.515625 H 3.3125 c 0.046875,-1.265625 0.46875,-2.8125 2.265625,-2.8125 1.65625,0 1.96875,1.203125 2.015625,2.8125 z M 8.640625,-14 c 0.09375,-0.171875 0,-0.390625 -0.21875,-0.390625 h -0.96875 c 0,0 -0.078125,0.01563 -0.125,0.03125 l -2.015625,2.09375 -2.03125,-2.09375 c -0.03125,-0.01563 -0.125,-0.03125 -0.125,-0.03125 H 2.1875 c -0.203125,0 -0.328125,0.265625 -0.21875,0.421875 l 1.984375,2.828125 c 0.03125,0.0625 0.09375,0.09375 0.171875,0.09375 h 2.296875 c 0.078125,0 0.140625,-0.03125 0.1875,-0.09375 z m 0,0" + style="stroke:none" /> + + + transform="translate(263.208,42.696)" + id="g38273"> + id="id-77f22620-e927-4668-a1b6-947187ad3f65" + d="m 10.796875,-4.765625 c 0,-1 0,-4.921875 -3.875,-4.921875 C 5.21875,-9.6875 4.1875,-8.734375 4,-8.53125 v -4.8125 C 4,-14 3.859375,-14.328125 3.015625,-14.328125 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 V -0.984375 C 1.265625,-0.25 1.484375,0 2.25,0 h 0.828125 c 0.34375,0 0.96875,0 0.984375,-0.8125 0.953125,1.046875 2.015625,1.046875 2.34375,1.046875 4.390625,0 4.390625,-3.96875 4.390625,-5 z M 8,-4.75 c 0,1.53125 0,3.484375 -2.3125,3.484375 -0.875,0 -1.390625,-0.515625 -1.625,-0.796875 V -7.484375 C 4.34375,-7.71875 4.953125,-8.203125 5.90625,-8.203125 8,-8.203125 8,-6.296875 8,-4.75 Z m 0,0" + style="stroke:none" /> + transform="translate(274.801,42.696)" + id="g38276"> + id="id-f09fe71d-c9b2-443c-ae8c-27df30854494" + d="M 9.796875,-0.984375 V -6.53125 c 0,-3.265625 -3.140625,-3.28125 -4.171875,-3.28125 -0.984375,0 -2.015625,0.078125 -3.390625,0.65625 -0.4375,0.1875 -0.546875,0.25 -0.546875,0.484375 0,0.140625 0.125,1.34375 0.15625,1.5 0.015625,0.125 0.125,0.234375 0.265625,0.234375 0.09375,0 0.15625,-0.0625 0.21875,-0.125 C 3.21875,-8 4.25,-8.453125 5.53125,-8.453125 c 1.125,0 1.453125,0.6875 1.453125,1.90625 v 0.71875 c -0.71875,0 -6.140625,0.046875 -6.140625,3.078125 0,1.453125 1.15625,2.984375 2.984375,2.984375 0.703125,0 2.25,-0.21875 3.21875,-1.640625 v 0.421875 C 7.046875,-0.328125 7.1875,0 8.03125,0 h 0.765625 c 0.78125,0 1,-0.265625 1,-0.984375 z M 6.984375,-3.1875 c 0,1.921875 -1.96875,1.921875 -2.03125,1.921875 C 4.09375,-1.265625 3.53125,-2 3.53125,-2.78125 c 0,-2.03125 2.875,-2.171875 3.453125,-2.203125 z m 0,0" + style="stroke:none" /> + transform="translate(285.649,42.696)" + id="g38279"> + id="id-392be3c0-dd77-4244-ba5a-6a529644493f" + d="M 9.765625,-8.875 C 9.765625,-9.453125 9.25,-9.453125 8.9375,-9.453125 H 8.515625 c -0.875,0 -1.09375,0.296875 -1.28125,0.875 l -2.046875,6.25 -2.046875,-6.25 C 3,-9 2.84375,-9.453125 1.859375,-9.453125 h -0.5 c -0.3125,0 -0.828125,0 -0.828125,0.578125 0,0.0625 0,0.09375 0.109375,0.390625 L 3.09375,-0.875 C 3.390625,0 4.03125,0 4.40625,0 h 1.5 c 0.375,0 1.015625,0 1.296875,-0.875 l 2.46875,-7.609375 C 9.765625,-8.78125 9.765625,-8.8125 9.765625,-8.875 Z m 0,0" + style="stroke:none" /> + transform="translate(295.98,42.696)" + id="g38282"> + id="id-9a9d7af5-dcd5-43a0-9060-84061bb26c29" + d="M 4,-0.984375 V -8.46875 C 4,-9.125 3.859375,-9.453125 3.015625,-9.453125 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 v 7.484375 C 1.265625,-0.25 1.484375,0 2.25,0 H 3.015625 C 3.796875,0 4,-0.265625 4,-0.984375 Z M 6.09375,-14.0625 c 0,-0.265625 -0.234375,-0.265625 -0.5625,-0.265625 h -1.6875 c -0.421875,0 -0.4375,0.01563 -0.625,0.234375 l -1.765625,2.421875 c -0.1875,0.234375 -0.1875,0.3125 -0.1875,0.3125 0,0.265625 0.21875,0.265625 0.546875,0.265625 H 2.578125 L 5.859375,-13.75 c 0.109375,-0.09375 0.234375,-0.1875 0.234375,-0.3125 z m 0,0" + style="stroke:none" /> + + + + - + id="id-2f142673-ea99-4412-9538-7d6efc182b3a"> + - - - - + id="id-c46616c6-92ee-45ee-84b5-ccd9d44b51dd" + d="" + style="stroke:none" /> + + - - + id="id-7a646f02-d52f-4425-834d-3508b42c4ee7" + d="m 15.125,-7.0625 c 0,-4.15625 -1.515625,-7.734375 -6.921875,-7.734375 -5.71875,0 -6.9375,3.953125 -6.9375,7.734375 0,3.859375 1.34375,7.515625 6.921875,7.515625 5.328125,0 6.9375,-3.28125 6.9375,-7.515625 z m -3.046875,-0.328125 c 0,1.828125 0,6.1875 -3.875,6.1875 -3.90625,0 -3.90625,-4.3125 -3.90625,-6.1875 0,-1.828125 0,-5.78125 3.890625,-5.78125 3.890625,0 3.890625,3.921875 3.890625,5.78125 z m 0,0" + style="stroke:none" /> + + - - + id="id-9519406f-d5e4-4556-a620-c235ad359828" + d="M 10.3125,-0.984375 V -13.34375 c 0,-0.65625 -0.15625,-0.984375 -1,-0.984375 H 8.546875 c -0.78125,0 -0.984375,0.265625 -0.984375,0.984375 v 4.6875 C 6.625,-9.546875 5.59375,-9.6875 4.953125,-9.6875 c -4.1875,0 -4.1875,3.96875 -4.1875,4.984375 0,0.9375 0,4.9375 4.09375,4.9375 0.859375,0 1.75,-0.25 2.640625,-1.203125 C 7.5,-0.203125 7.78125,0 8.484375,0 H 9.3125 c 0.78125,0 1,-0.265625 1,-0.984375 z M 7.5,-2.578125 c 0,0.34375 0,0.53125 -0.59375,0.953125 -0.53125,0.328125 -1,0.359375 -1.25,0.359375 -2.078125,0 -2.078125,-1.890625 -2.078125,-3.4375 0,-1.5625 0,-3.5 2.3125,-3.5 0.59375,0 1.15625,0.203125 1.609375,0.640625 z m 0,0" + style="stroke:none" /> + + - - - - - + id="id-ccf080c9-f66b-425f-94c1-e1e89006328a" + d="m 9.890625,-5.375 c 0,-2.65625 -1.234375,-4.4375 -4.3125,-4.4375 -3.3125,0 -4.9375,1.859375 -4.9375,5 0,3.390625 1.96875,5.046875 5.203125,5.046875 0.78125,0 1.96875,-0.109375 3.328125,-0.796875 0.453125,-0.21875 0.59375,-0.28125 0.59375,-0.53125 0,-0.140625 -0.0625,-0.75 -0.078125,-0.90625 -0.078125,-0.640625 -0.109375,-0.671875 -0.28125,-0.671875 -0.09375,0 -0.125,0 -0.359375,0.21875 -1.21875,1.046875 -2.453125,1.1875 -3.125,1.1875 -2.328125,0 -2.578125,-1.828125 -2.640625,-3.15625 h 5.625 c 0.46875,0 0.984375,-0.015625 0.984375,-0.953125 z M 7.59375,-5.515625 H 3.3125 c 0.046875,-1.265625 0.46875,-2.8125 2.265625,-2.8125 1.65625,0 1.96875,1.203125 2.015625,2.8125 z m 0,0" + style="stroke:none" /> + + - - + id="id-707cd435-5226-4ac6-83cc-6b1fdba0796f" + d="M 9.765625,-8.875 C 9.765625,-9.453125 9.25,-9.453125 8.9375,-9.453125 H 8.515625 c -0.875,0 -1.09375,0.296875 -1.28125,0.875 l -2.046875,6.25 -2.046875,-6.25 C 3,-9 2.84375,-9.453125 1.859375,-9.453125 h -0.5 c -0.3125,0 -0.828125,0 -0.828125,0.578125 0,0.0625 0,0.09375 0.109375,0.390625 L 3.09375,-0.875 C 3.390625,0 4.03125,0 4.40625,0 h 1.5 c 0.375,0 1.015625,0 1.296875,-0.875 l 2.46875,-7.609375 C 9.765625,-8.78125 9.765625,-8.8125 9.765625,-8.875 Z m 0,0" + style="stroke:none" /> + + - - - - + id="id-8defe20f-20d3-417a-942a-a5c947f29c63" + d="m 9.109375,-0.765625 c 0,-0.78125 -0.640625,-0.78125 -1.234375,-0.78125 l -3.171875,0.03125 h -0.9375 l 5.03125,-6.375 c 0.203125,-0.265625 0.25,-0.375 0.25,-0.703125 0,-0.859375 -0.640625,-0.859375 -0.984375,-0.859375 h -6.125 c -0.265625,0 -0.984375,0 -0.984375,0.78125 0,0.765625 0.65625,0.765625 1.21875,0.765625 l 3,-0.046875 h 0.75 L 0.890625,-1.5625 c -0.203125,0.265625 -0.25,0.359375 -0.25,0.6875 C 0.640625,0 1.28125,0 1.625,0 h 6.5 c 0.265625,0 0.984375,0 0.984375,-0.765625 z m 0,0" + style="stroke:none" /> + + - - + id="id-43c9c4fe-2c47-4d95-998a-d8421cdc52ab" + d="m 4.625,0.65625 v -9.125 C 4.625,-9.125 4.484375,-9.453125 3.640625,-9.453125 H 2.875 c -0.78125,0 -1,0.265625 -1,0.984375 v 9.625 c 0,0.515625 0,1.34375 -1.234375,1.34375 -0.375,0 -0.84375,-0.078125 -1.296875,-0.375 -0.046875,-0.015625 -0.125,-0.078125 -0.21875,-0.078125 -0.15625,0 -0.171875,0.015625 -0.359375,0.5625 -0.09375,0.203125 -0.234375,0.59375 -0.234375,0.65625 0,0.390625 1.71875,0.96875 3.015625,0.96875 2.28125,0 3.078125,-1.53125 3.078125,-3.578125 z m 0,-13.171875 v -0.390625 c 0,-0.671875 -0.140625,-1 -0.984375,-1 h -1.0625 c -0.78125,0 -0.984375,0.265625 -0.984375,1 v 0.390625 c 0,0.59375 0.09375,0.984375 0.984375,0.984375 h 1.0625 C 4.5,-11.53125 4.625,-11.890625 4.625,-12.515625 Z m 0,0" + style="stroke:none" /> + + - - + id="id-aca4989a-a26e-4bf5-8369-04206f6ecfdb" + d="M 7.359375,-8.15625 V -9.125 c 0,-0.421875 0,-0.5625 -0.375,-0.5625 -0.578125,0 -2.09375,0.203125 -3.0625,2.4375 H 3.90625 v -1.34375 c 0,-0.65625 -0.140625,-0.984375 -1,-0.984375 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 v 7.609375 C 1.265625,-0.25 1.484375,0 2.25,0 H 3.015625 C 3.796875,0 4,-0.265625 4,-0.984375 V -4.75 C 4,-6.71875 5.640625,-7.515625 6.9375,-7.59375 7.3125,-7.625 7.359375,-7.625 7.359375,-8.15625 Z M 7.1875,-14 c 0.109375,-0.171875 0,-0.390625 -0.203125,-0.390625 h -0.96875 c 0,0 -0.09375,0.01563 -0.125,0.03125 l -2.03125,2.09375 -2.015625,-2.09375 c -0.046875,-0.01563 -0.125,-0.03125 -0.125,-0.03125 H 0.75 c -0.21875,0 -0.34375,0.265625 -0.234375,0.421875 L 2.5,-11.140625 c 0.046875,0.0625 0.109375,0.09375 0.1875,0.09375 h 2.296875 c 0.078125,0 0.140625,-0.03125 0.1875,-0.09375 z m 0,0" + style="stroke:none" /> + + - - + id="id-8a1b3451-c48b-46d3-8b1d-a5a1e6d6600b" + d="m 8.1875,-2.90625 c 0,-1.15625 -0.625,-1.890625 -1,-2.21875 C 6.359375,-5.859375 5.640625,-5.984375 4.765625,-6.15625 3.640625,-6.359375 2.8125,-6.53125 2.8125,-7.328125 c 0,-0.859375 0.671875,-1.015625 1.484375,-1.015625 1.390625,0 2.125,0.515625 2.671875,0.96875 0.203125,0.203125 0.234375,0.203125 0.328125,0.203125 0.203125,0 0.25,-0.1875 0.265625,-0.265625 0.03125,-0.15625 0.25,-1.328125 0.25,-1.421875 0,-0.328125 -1.09375,-0.625 -1.328125,-0.703125 C 5.65625,-9.796875 5,-9.8125 4.46875,-9.8125 c -0.9375,0 -3.703125,0 -3.703125,2.953125 0,1.015625 0.453125,1.640625 1.015625,2.125 0.71875,0.671875 1.53125,0.8125 2.703125,1.03125 0.59375,0.109375 1.65625,0.296875 1.65625,1.203125 0,0.96875 -0.8125,1.109375 -1.609375,1.109375 -0.921875,0 -2.078125,-0.265625 -3.046875,-1.421875 -0.09375,-0.09375 -0.15625,-0.15625 -0.28125,-0.15625 -0.21875,0 -0.25,0.1875 -0.28125,0.296875 -0.03125,0.296875 -0.28125,1.46875 -0.28125,1.6875 0,0.359375 1.546875,0.859375 1.546875,0.859375 1.140625,0.359375 1.984375,0.359375 2.34375,0.359375 1.046875,0 3.65625,-0.09375 3.65625,-3.140625 z M 7.703125,-14 c 0.109375,-0.171875 0,-0.390625 -0.203125,-0.390625 H 6.53125 c 0,0 -0.09375,0.01563 -0.125,0.03125 l -2.03125,2.09375 -2.015625,-2.09375 c -0.046875,-0.01563 -0.125,-0.03125 -0.125,-0.03125 h -0.96875 c -0.21875,0 -0.34375,0.265625 -0.234375,0.421875 l 1.984375,2.828125 c 0.046875,0.0625 0.109375,0.09375 0.1875,0.09375 H 5.5 c 0.078125,0 0.140625,-0.03125 0.1875,-0.09375 z m 0,0" + style="stroke:none" /> + + - - + id="id-40465343-1d93-43bc-a7d0-50ba7e18589b" + d="M 10.328125,-0.984375 V -6.71875 c 0,-2.125 -0.90625,-2.96875 -3.015625,-2.96875 -2.171875,0 -3.09375,1.5625 -3.359375,2.125 H 3.921875 V -8.59375 C 3.921875,-9.25 3.78125,-9.578125 2.9375,-9.578125 H 2.234375 c -0.75,0 -1,0.21875 -1,0.984375 v 7.609375 C 1.234375,-0.25 1.46875,0 2.234375,0 H 3.0625 C 3.84375,0 4.046875,-0.265625 4.046875,-0.984375 V -5.5625 c 0,-1.796875 1.203125,-2.640625 2.28125,-2.640625 0.984375,0 1.1875,0.484375 1.1875,1.53125 v 5.6875 c 0,0.65625 0.140625,0.984375 1,0.984375 H 9.34375 c 0.78125,0 0.984375,-0.265625 0.984375,-0.984375 z m 0,0" + style="stroke:none" /> + + - - - - + id="id-c93075fc-6ba3-4ac9-8e86-0d4d488b889b" + d="M 4,-0.984375 V -8.46875 C 4,-9.125 3.859375,-9.453125 3.015625,-9.453125 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 v 7.484375 C 1.265625,-0.25 1.484375,0 2.25,0 H 3.015625 C 3.796875,0 4,-0.265625 4,-0.984375 Z M 6.09375,-14.0625 c 0,-0.265625 -0.234375,-0.265625 -0.5625,-0.265625 h -1.6875 c -0.421875,0 -0.4375,0.01563 -0.625,0.234375 l -1.765625,2.421875 c -0.1875,0.234375 -0.1875,0.3125 -0.1875,0.3125 0,0.265625 0.21875,0.265625 0.546875,0.265625 H 2.578125 L 5.859375,-13.75 c 0.109375,-0.09375 0.234375,-0.1875 0.234375,-0.3125 z m 0,0" + style="stroke:none" /> + + - + id="id-2aabd77d-3fc9-4ff1-a4da-f79a1a7aeb25" + d="m 5.140625,-13.90625 c 0,-0.421875 -0.09375,-0.421875 -0.5625,-0.421875 H 3 c -0.453125,0 -0.5625,0 -0.5625,0.421875 0,1.84375 0.125,3.71875 0.171875,5.5625 0,0.5 0.078125,3.984375 0.125,4.09375 0.046875,0.203125 0.171875,0.203125 0.546875,0.203125 h 1.015625 c 0.53125,0 0.5625,-0.015625 0.578125,-0.578125 L 5.015625,-9.25 c 0.03125,-1.53125 0.125,-3.125 0.125,-4.65625 z m 0,12.921875 V -1.71875 C 5.140625,-2.375 5,-2.703125 4.15625,-2.703125 H 3.421875 c -0.78125,0 -0.984375,0.265625 -0.984375,0.984375 v 0.734375 C 2.4375,-0.25 2.671875,0 3.421875,0 H 4.15625 C 4.9375,0 5.140625,-0.265625 5.140625,-0.984375 Z m 0,0" + style="stroke:none" /> + + + - - - + transform="translate(131.583,42.696)" + id="g49335"> + id="id-7c671026-e918-4b1d-b2e2-7c875e1a114a" + d="m 15.125,-7.0625 c 0,-4.15625 -1.515625,-7.734375 -6.921875,-7.734375 -5.71875,0 -6.9375,3.953125 -6.9375,7.734375 0,3.859375 1.34375,7.515625 6.921875,7.515625 5.328125,0 6.9375,-3.28125 6.9375,-7.515625 z m -3.046875,-0.328125 c 0,1.828125 0,6.1875 -3.875,6.1875 -3.90625,0 -3.90625,-4.3125 -3.90625,-6.1875 0,-1.828125 0,-5.78125 3.890625,-5.78125 3.890625,0 3.890625,3.921875 3.890625,5.78125 z m 0,0" + style="stroke:none" /> + transform="translate(147.999,42.696)" + id="g49339"> + id="id-82e66893-6b9e-43e5-ba0e-be2b41079d4f" + d="M 10.3125,-0.984375 V -13.34375 c 0,-0.65625 -0.15625,-0.984375 -1,-0.984375 H 8.546875 c -0.78125,0 -0.984375,0.265625 -0.984375,0.984375 v 4.6875 C 6.625,-9.546875 5.59375,-9.6875 4.953125,-9.6875 c -4.1875,0 -4.1875,3.96875 -4.1875,4.984375 0,0.9375 0,4.9375 4.09375,4.9375 0.859375,0 1.75,-0.25 2.640625,-1.203125 C 7.5,-0.203125 7.78125,0 8.484375,0 H 9.3125 c 0.78125,0 1,-0.265625 1,-0.984375 z M 7.5,-2.578125 c 0,0.34375 0,0.53125 -0.59375,0.953125 -0.53125,0.328125 -1,0.359375 -1.25,0.359375 -2.078125,0 -2.078125,-1.890625 -2.078125,-3.4375 0,-1.5625 0,-3.5 2.3125,-3.5 0.59375,0 1.15625,0.203125 1.609375,0.640625 z m 0,0" + style="stroke:none" /> + transform="translate(159.593,42.696)" + id="g49342"> + id="id-662c878b-2c98-490e-bafc-f7051ee8a899" + d="m 9.890625,-5.375 c 0,-2.65625 -1.234375,-4.4375 -4.3125,-4.4375 -3.3125,0 -4.9375,1.859375 -4.9375,5 0,3.390625 1.96875,5.046875 5.203125,5.046875 0.78125,0 1.96875,-0.109375 3.328125,-0.796875 0.453125,-0.21875 0.59375,-0.28125 0.59375,-0.53125 0,-0.140625 -0.0625,-0.75 -0.078125,-0.90625 -0.078125,-0.640625 -0.109375,-0.671875 -0.28125,-0.671875 -0.09375,0 -0.125,0 -0.359375,0.21875 -1.21875,1.046875 -2.453125,1.1875 -3.125,1.1875 -2.328125,0 -2.578125,-1.828125 -2.640625,-3.15625 h 5.625 c 0.46875,0 0.984375,-0.015625 0.984375,-0.953125 z M 7.59375,-5.515625 H 3.3125 c 0.046875,-1.265625 0.46875,-2.8125 2.265625,-2.8125 1.65625,0 1.96875,1.203125 2.015625,2.8125 z m 0,0" + style="stroke:none" /> + transform="translate(170.154,42.696)" + id="g49345"> + id="id-61ed2fcb-1470-479d-863c-c77ca27fbe07" + d="M 9.765625,-8.875 C 9.765625,-9.453125 9.25,-9.453125 8.9375,-9.453125 H 8.515625 c -0.875,0 -1.09375,0.296875 -1.28125,0.875 l -2.046875,6.25 -2.046875,-6.25 C 3,-9 2.84375,-9.453125 1.859375,-9.453125 h -0.5 c -0.3125,0 -0.828125,0 -0.828125,0.578125 0,0.0625 0,0.09375 0.109375,0.390625 L 3.09375,-0.875 C 3.390625,0 4.03125,0 4.40625,0 h 1.5 c 0.375,0 1.015625,0 1.296875,-0.875 l 2.46875,-7.609375 C 9.765625,-8.78125 9.765625,-8.8125 9.765625,-8.875 Z m 0,0" + style="stroke:none" /> + transform="translate(180.485,42.696)" + id="g49349"> + id="id-dd5d6df4-0825-495b-9b82-86d6d8cc9251" + d="m 9.109375,-0.765625 c 0,-0.78125 -0.640625,-0.78125 -1.234375,-0.78125 l -3.171875,0.03125 h -0.9375 l 5.03125,-6.375 c 0.203125,-0.265625 0.25,-0.375 0.25,-0.703125 0,-0.859375 -0.640625,-0.859375 -0.984375,-0.859375 h -6.125 c -0.265625,0 -0.984375,0 -0.984375,0.78125 0,0.765625 0.65625,0.765625 1.21875,0.765625 l 3,-0.046875 h 0.75 L 0.890625,-1.5625 c -0.203125,0.265625 -0.25,0.359375 -0.25,0.6875 C 0.640625,0 1.28125,0 1.625,0 h 6.5 c 0.265625,0 0.984375,0 0.984375,-0.765625 z m 0,0" + style="stroke:none" /> + transform="translate(190.329,42.696)" + id="g49352"> + id="id-e6379215-4b1d-49e8-a714-4e86a6a50930" + d="M 10.3125,-0.984375 V -13.34375 c 0,-0.65625 -0.15625,-0.984375 -1,-0.984375 H 8.546875 c -0.78125,0 -0.984375,0.265625 -0.984375,0.984375 v 4.6875 C 6.625,-9.546875 5.59375,-9.6875 4.953125,-9.6875 c -4.1875,0 -4.1875,3.96875 -4.1875,4.984375 0,0.9375 0,4.9375 4.09375,4.9375 0.859375,0 1.75,-0.25 2.640625,-1.203125 C 7.5,-0.203125 7.78125,0 8.484375,0 H 9.3125 c 0.78125,0 1,-0.265625 1,-0.984375 z M 7.5,-2.578125 c 0,0.34375 0,0.53125 -0.59375,0.953125 -0.53125,0.328125 -1,0.359375 -1.25,0.359375 -2.078125,0 -2.078125,-1.890625 -2.078125,-3.4375 0,-1.5625 0,-3.5 2.3125,-3.5 0.59375,0 1.15625,0.203125 1.609375,0.640625 z m 0,0" + style="stroke:none" /> + transform="translate(201.922,42.696)" + id="g49355"> + id="id-7b960773-8dad-4c07-b1ea-17cab4c59be4" + d="m 9.890625,-5.375 c 0,-2.65625 -1.234375,-4.4375 -4.3125,-4.4375 -3.3125,0 -4.9375,1.859375 -4.9375,5 0,3.390625 1.96875,5.046875 5.203125,5.046875 0.78125,0 1.96875,-0.109375 3.328125,-0.796875 0.453125,-0.21875 0.59375,-0.28125 0.59375,-0.53125 0,-0.140625 -0.0625,-0.75 -0.078125,-0.90625 -0.078125,-0.640625 -0.109375,-0.671875 -0.28125,-0.671875 -0.09375,0 -0.125,0 -0.359375,0.21875 -1.21875,1.046875 -2.453125,1.1875 -3.125,1.1875 -2.328125,0 -2.578125,-1.828125 -2.640625,-3.15625 h 5.625 c 0.46875,0 0.984375,-0.015625 0.984375,-0.953125 z M 7.59375,-5.515625 H 3.3125 c 0.046875,-1.265625 0.46875,-2.8125 2.265625,-2.8125 1.65625,0 1.96875,1.203125 2.015625,2.8125 z m 0,0" + style="stroke:none" /> + transform="translate(212.483,42.696)" + id="g49358"> + id="id-574161b1-3caf-4ccf-ba8e-26611f1ff10b" + d="m 4.625,0.65625 v -9.125 C 4.625,-9.125 4.484375,-9.453125 3.640625,-9.453125 H 2.875 c -0.78125,0 -1,0.265625 -1,0.984375 v 9.625 c 0,0.515625 0,1.34375 -1.234375,1.34375 -0.375,0 -0.84375,-0.078125 -1.296875,-0.375 -0.046875,-0.015625 -0.125,-0.078125 -0.21875,-0.078125 -0.15625,0 -0.171875,0.015625 -0.359375,0.5625 -0.09375,0.203125 -0.234375,0.59375 -0.234375,0.65625 0,0.390625 1.71875,0.96875 3.015625,0.96875 2.28125,0 3.078125,-1.53125 3.078125,-3.578125 z m 0,-13.171875 v -0.390625 c 0,-0.671875 -0.140625,-1 -0.984375,-1 h -1.0625 c -0.78125,0 -0.984375,0.265625 -0.984375,1 v 0.390625 c 0,0.59375 0.09375,0.984375 0.984375,0.984375 h 1.0625 C 4.5,-11.53125 4.625,-11.890625 4.625,-12.515625 Z m 0,0" + style="stroke:none" /> + transform="translate(225.978,42.696)" + id="g49362"> + id="id-ce0a9bcd-52b5-4e98-955c-aefe6a8b5861" + d="M 7.359375,-8.15625 V -9.125 c 0,-0.421875 0,-0.5625 -0.375,-0.5625 -0.578125,0 -2.09375,0.203125 -3.0625,2.4375 H 3.90625 v -1.34375 c 0,-0.65625 -0.140625,-0.984375 -1,-0.984375 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 v 7.609375 C 1.265625,-0.25 1.484375,0 2.25,0 H 3.015625 C 3.796875,0 4,-0.265625 4,-0.984375 V -4.75 C 4,-6.71875 5.640625,-7.515625 6.9375,-7.59375 7.3125,-7.625 7.359375,-7.625 7.359375,-8.15625 Z M 7.1875,-14 c 0.109375,-0.171875 0,-0.390625 -0.203125,-0.390625 h -0.96875 c 0,0 -0.09375,0.01563 -0.125,0.03125 l -2.03125,2.09375 -2.015625,-2.09375 c -0.046875,-0.01563 -0.125,-0.03125 -0.125,-0.03125 H 0.75 c -0.21875,0 -0.34375,0.265625 -0.234375,0.421875 L 2.5,-11.140625 c 0.046875,0.0625 0.109375,0.09375 0.1875,0.09375 h 2.296875 c 0.078125,0 0.140625,-0.03125 0.1875,-0.09375 z m 0,0" + style="stroke:none" /> + transform="translate(233.668,42.696)" + id="g49365"> + id="id-19e42996-2ec5-40a1-af96-a3be984bf3f7" + d="m 9.890625,-5.375 c 0,-2.65625 -1.234375,-4.4375 -4.3125,-4.4375 -3.3125,0 -4.9375,1.859375 -4.9375,5 0,3.390625 1.96875,5.046875 5.203125,5.046875 0.78125,0 1.96875,-0.109375 3.328125,-0.796875 0.453125,-0.21875 0.59375,-0.28125 0.59375,-0.53125 0,-0.140625 -0.0625,-0.75 -0.078125,-0.90625 -0.078125,-0.640625 -0.109375,-0.671875 -0.28125,-0.671875 -0.09375,0 -0.125,0 -0.359375,0.21875 -1.21875,1.046875 -2.453125,1.1875 -3.125,1.1875 -2.328125,0 -2.578125,-1.828125 -2.640625,-3.15625 h 5.625 c 0.46875,0 0.984375,-0.015625 0.984375,-0.953125 z M 7.59375,-5.515625 H 3.3125 c 0.046875,-1.265625 0.46875,-2.8125 2.265625,-2.8125 1.65625,0 1.96875,1.203125 2.015625,2.8125 z m 0,0" + style="stroke:none" /> + transform="translate(244.229,42.696)" + id="g49368"> + id="id-e08f84c4-9085-455e-bbd8-85563dfa26ab" + d="m 8.1875,-2.90625 c 0,-1.15625 -0.625,-1.890625 -1,-2.21875 C 6.359375,-5.859375 5.640625,-5.984375 4.765625,-6.15625 3.640625,-6.359375 2.8125,-6.53125 2.8125,-7.328125 c 0,-0.859375 0.671875,-1.015625 1.484375,-1.015625 1.390625,0 2.125,0.515625 2.671875,0.96875 0.203125,0.203125 0.234375,0.203125 0.328125,0.203125 0.203125,0 0.25,-0.1875 0.265625,-0.265625 0.03125,-0.15625 0.25,-1.328125 0.25,-1.421875 0,-0.328125 -1.09375,-0.625 -1.328125,-0.703125 C 5.65625,-9.796875 5,-9.8125 4.46875,-9.8125 c -0.9375,0 -3.703125,0 -3.703125,2.953125 0,1.015625 0.453125,1.640625 1.015625,2.125 0.71875,0.671875 1.53125,0.8125 2.703125,1.03125 0.59375,0.109375 1.65625,0.296875 1.65625,1.203125 0,0.96875 -0.8125,1.109375 -1.609375,1.109375 -0.921875,0 -2.078125,-0.265625 -3.046875,-1.421875 -0.09375,-0.09375 -0.15625,-0.15625 -0.28125,-0.15625 -0.21875,0 -0.25,0.1875 -0.28125,0.296875 -0.03125,0.296875 -0.28125,1.46875 -0.28125,1.6875 0,0.359375 1.546875,0.859375 1.546875,0.859375 1.140625,0.359375 1.984375,0.359375 2.34375,0.359375 1.046875,0 3.65625,-0.09375 3.65625,-3.140625 z M 7.703125,-14 c 0.109375,-0.171875 0,-0.390625 -0.203125,-0.390625 H 6.53125 c 0,0 -0.09375,0.01563 -0.125,0.03125 l -2.03125,2.09375 -2.015625,-2.09375 c -0.046875,-0.01563 -0.125,-0.03125 -0.125,-0.03125 h -0.96875 c -0.21875,0 -0.34375,0.265625 -0.234375,0.421875 l 1.984375,2.828125 c 0.046875,0.0625 0.109375,0.09375 0.1875,0.09375 H 5.5 c 0.078125,0 0.140625,-0.03125 0.1875,-0.09375 z m 0,0" + style="stroke:none" /> + transform="translate(252.942,42.696)" + id="g49371"> + id="id-f45fce94-7bff-4d61-8153-4b7584ee81b0" + d="m 9.890625,-5.375 c 0,-2.65625 -1.234375,-4.4375 -4.3125,-4.4375 -3.3125,0 -4.9375,1.859375 -4.9375,5 0,3.390625 1.96875,5.046875 5.203125,5.046875 0.78125,0 1.96875,-0.109375 3.328125,-0.796875 0.453125,-0.21875 0.59375,-0.28125 0.59375,-0.53125 0,-0.140625 -0.0625,-0.75 -0.078125,-0.90625 -0.078125,-0.640625 -0.109375,-0.671875 -0.28125,-0.671875 -0.09375,0 -0.125,0 -0.359375,0.21875 -1.21875,1.046875 -2.453125,1.1875 -3.125,1.1875 -2.328125,0 -2.578125,-1.828125 -2.640625,-3.15625 h 5.625 c 0.46875,0 0.984375,-0.015625 0.984375,-0.953125 z M 7.59375,-5.515625 H 3.3125 c 0.046875,-1.265625 0.46875,-2.8125 2.265625,-2.8125 1.65625,0 1.96875,1.203125 2.015625,2.8125 z m 0,0" + style="stroke:none" /> - - + transform="translate(263.503,42.696)" + id="g49375"> + id="id-391a5634-83fc-43f9-8505-8579be545cc5" + d="M 10.328125,-0.984375 V -6.71875 c 0,-2.125 -0.90625,-2.96875 -3.015625,-2.96875 -2.171875,0 -3.09375,1.5625 -3.359375,2.125 H 3.921875 V -8.59375 C 3.921875,-9.25 3.78125,-9.578125 2.9375,-9.578125 H 2.234375 c -0.75,0 -1,0.21875 -1,0.984375 v 7.609375 C 1.234375,-0.25 1.46875,0 2.234375,0 H 3.0625 C 3.84375,0 4.046875,-0.265625 4.046875,-0.984375 V -5.5625 c 0,-1.796875 1.203125,-2.640625 2.28125,-2.640625 0.984375,0 1.1875,0.484375 1.1875,1.53125 v 5.6875 c 0,0.65625 0.140625,0.984375 1,0.984375 H 9.34375 c 0.78125,0 0.984375,-0.265625 0.984375,-0.984375 z m 0,0" + style="stroke:none" /> + transform="translate(275.096,42.696)" + id="g49378"> + id="id-1aab7c85-a283-430a-803a-ffece84c1b40" + d="M 4,-0.984375 V -8.46875 C 4,-9.125 3.859375,-9.453125 3.015625,-9.453125 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 v 7.484375 C 1.265625,-0.25 1.484375,0 2.25,0 H 3.015625 C 3.796875,0 4,-0.265625 4,-0.984375 Z M 6.09375,-14.0625 c 0,-0.265625 -0.234375,-0.265625 -0.5625,-0.265625 h -1.6875 c -0.421875,0 -0.4375,0.01563 -0.625,0.234375 l -1.765625,2.421875 c -0.1875,0.234375 -0.1875,0.3125 -0.1875,0.3125 0,0.265625 0.21875,0.265625 0.546875,0.265625 H 2.578125 L 5.859375,-13.75 c 0.109375,-0.09375 0.234375,-0.1875 0.234375,-0.3125 z m 0,0" + style="stroke:none" /> + transform="translate(280.376,42.696)" + id="g49381"> - - - - - - + id="id-b3be6282-1196-4290-bd80-fad2eb8e046e" + d="m 5.140625,-13.90625 c 0,-0.421875 -0.09375,-0.421875 -0.5625,-0.421875 H 3 c -0.453125,0 -0.5625,0 -0.5625,0.421875 0,1.84375 0.125,3.71875 0.171875,5.5625 0,0.5 0.078125,3.984375 0.125,4.09375 0.046875,0.203125 0.171875,0.203125 0.546875,0.203125 h 1.015625 c 0.53125,0 0.5625,-0.015625 0.578125,-0.578125 L 5.015625,-9.25 c 0.03125,-1.53125 0.125,-3.125 0.125,-4.65625 z m 0,12.921875 V -1.71875 C 5.140625,-2.375 5,-2.703125 4.15625,-2.703125 H 3.421875 c -0.78125,0 -0.984375,0.265625 -0.984375,0.984375 v 0.734375 C 2.4375,-0.25 2.671875,0 3.421875,0 H 4.15625 C 4.9375,0 5.140625,-0.265625 5.140625,-0.984375 Z m 0,0" + style="stroke:none" /> - Zaregistruj se a nahraj řešení do odevzdávátka. + ns10:texconverter="pdflatex" + ns10:pdfconverter="inkscape" + ns10:text="\\begin{minipage}{9cm}\n\\nadpis{\n\\faLightbulbO \\textbf{ Tipy}\n}\n\\vspace{-2 mm}\n\\podnadpis{\n\\begin{itemize}\n\\item P\u0159e\u010dti si v\u0161echna zad\xe1n\xed v \u010d\xedsle.\n\\item \u0158e\u0161 v\xedce t\xe9mat najednou, dozv\xed\u0161 se n\u011bco nov\xe9ho z r\u016fzn\xfdch oblast\xed.\n\\item Ptej se!\n\\begin{itemize}[leftmargin=*]\n\\item Ke ka\u017ed\xe9mu t\xe9m\xe1tku existuje e-mailov\xe1 konference,\nkde m\u016f\u017ee\u0161 diskutovat s ostatn\xedmi \u0159e\u0161iteli \u010di se pt\xe1t na nejasnosti.\n\\item St\xe1le nev\xed\u0161? Napi\u0161 p\u0159\xedmo vedouc\xedmu t\xe9m\xe1tka, r\xe1d ti porad\xed.\n\\end{itemize}\n\\item M\u016f\u017eu googlit?\n\\begin{itemize}[leftmargin=*]\n\\item Ano! Pokud v\u0161ak nebude uvedeno jinak, nehledej pros\xedm p\u0159\xedmo \u0159e\u0161en\xed\nzadan\xfdch \xfaloh, mohl(a) by ses tak ochudit o radost z objevov\xe1n\xed. \n\\end{itemize}\n\\item S odevzd\xe1n\xedm neot\xe1lej\n\\begin{itemize}[leftmargin=*]\n\\item Stihneme-li ti \u0159e\u0161en\xed opravit p\u0159ed 1.~deadlinem, m\u016f\u017ee\u0161 si jej je\u0161t\u011b zlep\u0161it.\n\\end{itemize}\n\\end{itemize}\n}\n\\end{minipage}" + ns10:preamble="/home/katerina/.config/inkscape/extensions/textext/default_packages.tex" + ns10:scale="1.0" + ns10:alignment="middle center" + ns10:inkscapeversion="1.0" + ns10:jacobian_sqrt="0.352778" + id="g55445"> + id="id-edef931b-08ad-4fc2-87c2-7d70890295fa"> + id="id-d6c9ef9c-9248-4f98-a22d-e2c289f3e56a"> + id="id-8157a8f5-ddb7-4871-9b4d-c6843af28922" + overflow="visible"> + id="id-4d010def-39b4-49ff-a4d6-2f443adb69b6" + d="M 1.5,-0.734375 V -9.5 h 2.984375 v 8.765625 z M 0.734375,0 h 4.5 v -10.25 h -4.5 z m 0,0" + style="stroke:none" /> + id="id-3187fa06-9c66-421c-a0d2-0413e9b15e23" + overflow="visible"> + id="id-a554291f-0096-4367-aa7d-cbaae0131f31" + d="m 4.90625,-6.40625 c 0,-0.734375 -0.859375,-1.0625 -1.484375,-1.0625 -0.109375,0 -0.21875,0.109375 -0.21875,0.21875 0,0.109375 0.109375,0.203125 0.21875,0.203125 0.359375,0 1.0625,0.171875 1.0625,0.640625 0,0.109375 0.109375,0.21875 0.21875,0.21875 0.109375,0 0.203125,-0.109375 0.203125,-0.21875 z m 1.0625,0 c 0,0.4375 -0.171875,0.890625 -0.453125,1.203125 C 5.390625,-5.0625 5.25,-4.90625 5.109375,-4.75 4.640625,-4.203125 4.25,-3.53125 4.171875,-2.765625 H 2.65625 C 2.578125,-3.53125 2.1875,-4.203125 1.703125,-4.75 1.578125,-4.90625 1.4375,-5.0625 1.296875,-5.203125 1.03125,-5.515625 0.84375,-5.96875 0.84375,-6.40625 c 0,-1.34375 1.375,-2.125 2.578125,-2.125 1.203125,0 2.546875,0.78125 2.546875,2.125 z m 0.859375,0 c 0,-1.8125 -1.71875,-2.984375 -3.40625,-2.984375 C 1.734375,-9.390625 0,-8.21875 0,-6.40625 c 0,0.6875 0.21875,1.296875 0.6875,1.796875 0.453125,0.5 1.0625,1.21875 1.125,1.9375 C 1.609375,-2.5625 1.5,-2.359375 1.5,-2.140625 c 0,0.15625 0.046875,0.328125 0.15625,0.4375 C 1.546875,-1.609375 1.5,-1.4375 1.5,-1.28125 1.5,-1.0625 1.609375,-0.859375 1.796875,-0.734375 1.75,-0.640625 1.703125,-0.53125 1.703125,-0.4375 1.703125,0 2.0625,0.21875 2.4375,0.21875 c 0.1875,0.375 0.5625,0.625 0.984375,0.625 0.421875,0 0.796875,-0.25 0.984375,-0.625 0.375,0 0.71875,-0.21875 0.71875,-0.65625 0,-0.09375 -0.046875,-0.203125 -0.09375,-0.296875 0.1875,-0.125 0.296875,-0.328125 0.296875,-0.546875 0,-0.15625 -0.0625,-0.328125 -0.171875,-0.421875 0.109375,-0.109375 0.171875,-0.28125 0.171875,-0.4375 0,-0.21875 -0.109375,-0.421875 -0.3125,-0.53125 0.046875,-0.71875 0.65625,-1.4375 1.125,-1.9375 0.46875,-0.5 0.6875,-1.109375 0.6875,-1.796875 z m 0,0" + style="stroke:none" /> + id="id-e9508e70-2b59-4eb7-b212-7bcb5be3472e" + overflow="visible"> + id="id-4ee13070-0654-444f-9872-f0310ed7095e" + d="" + style="stroke:none" /> + id="id-6da60ebd-28e0-49e4-a87c-197eab51b132" + overflow="visible"> + id="id-8efe56b1-175e-48e8-931c-e987d99c18f5" + d="M 8.265625,-7.546875 V -7.65625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 h -6.65625 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 0.109375 c 0,0.5625 0.28125,0.5625 0.609375,0.5625 L 3.5,-7.015625 v 6.4375 C 3.5,-0.140625 3.640625,0 4.078125,0 H 4.6875 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 v -6.4375 l 2.390625,0.03125 c 0.328125,0 0.609375,0 0.609375,-0.5625 z m 0,0" + style="stroke:none" /> + id="id-e20ae773-f118-4af0-b801-bc36fc004d4f" + overflow="visible"> + id="id-a9805253-755b-4f85-8a66-a2ccb0efeaed" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 Z M 2.40625,-7.25 v -0.21875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.21875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.578125,-0.21875 0.578125,-0.578125 z m 0,0" + style="stroke:none" /> + id="id-e15994b3-90d0-48e4-a792-737adedb00f6" + overflow="visible"> + id="id-866665a2-cd1d-4e11-8d46-cbc3f713537e" + d="m 6.25,-2.765625 c 0,-0.578125 0,-2.84375 -2.15625,-2.84375 -0.71875,0 -1.34375,0.296875 -1.78125,0.703125 0,-0.453125 -0.15625,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 V 1.75 c 0,0.421875 0.125,0.5625 0.5625,0.5625 H 1.78125 c 0.453125,0 0.578125,-0.15625 0.578125,-0.5625 V -0.46875 C 2.890625,0.125 3.546875,0.125 3.71875,0.125 6.25,0.125 6.25,-2.15625 6.25,-2.765625 Z m -1.625,0.03125 c 0,0.46875 0,2 -1.34375,2 -0.28125,0 -0.5,-0.09375 -0.640625,-0.203125 -0.28125,-0.203125 -0.28125,-0.25 -0.28125,-0.46875 v -2.875 c 0.125,-0.125 0.515625,-0.390625 1.03125,-0.390625 1.21875,0 1.234375,1.40625 1.234375,1.9375 z m 0,0" + style="stroke:none" /> + id="id-17536c7f-7830-4f7b-a125-ae75dbdd591d" + overflow="visible"> + id="id-219dd52d-62f7-4e8f-9d83-597bc184041f" + d="m 5.65625,-5.15625 c 0,-0.3125 -0.328125,-0.3125 -0.484375,-0.3125 H 4.90625 c -0.1875,0 -0.453125,0 -0.625,0.265625 -0.03125,0.0625 -1,2.703125 -1.0625,3.5 H 3.203125 C 3.140625,-2.28125 2.65625,-3.390625 2.140625,-4.546875 1.8125,-5.296875 1.71875,-5.46875 1.125,-5.46875 H 0.8125 c -0.171875,0 -0.46875,0 -0.46875,0.3125 0,0.046875 0.03125,0.125 0.0625,0.1875 L 2.671875,0 C 2.5625,0.25 2.53125,0.375 2.5,0.5 2.359375,0.890625 2.15625,1.4375 1.5,1.4375 1.109375,1.4375 0.84375,1.265625 0.703125,1.1875 0.640625,1.140625 0.625,1.140625 0.578125,1.140625 0.53125,1.140625 0.4375,1.171875 0.4375,1.3125 c 0,0.09375 0.0625,0.921875 0.09375,0.96875 0.109375,0.140625 0.765625,0.171875 0.953125,0.171875 1.484375,0 2.0625,-1.40625 2.15625,-1.703125 L 5.59375,-4.90625 c 0.0625,-0.15625 0.0625,-0.1875 0.0625,-0.25 z m 0,0" + style="stroke:none" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="id-55d1d151-f868-481d-8d44-ccfb80b94d36" + overflow="visible"> + style="stroke:none" /> + id="id-9d14adbb-fbd8-4048-af00-90f7bbc4c58e" + overflow="visible"> + id="id-c9f487e9-5806-4a60-91a3-c9e91807858a" + d="m 5.3125,-2.296875 c 0,-0.796875 -0.640625,-1.4375 -1.4375,-1.4375 -0.78125,0 -1.4375,0.640625 -1.4375,1.4375 0,0.78125 0.65625,1.421875 1.4375,1.421875 0.796875,0 1.4375,-0.640625 1.4375,-1.421875 z m 0,0" + style="stroke:none" /> + id="id-10e8a1f4-178b-4d00-8e4a-2242e648c553" + overflow="visible"> + id="id-c9f6c197-db28-481d-98b9-3350d9f7efca" + d="" + style="stroke:none" /> + id="id-8ad19104-0e1f-41e5-b930-586ef667cef0" + overflow="visible"> + id="id-7c6de08c-acb8-4850-bd6d-b04e6d3b523b" + d="m 5.796875,-4.90625 c 0,-1.0625 -0.984375,-2.015625 -2.359375,-2.015625 H 0.953125 V 0 H 1.84375 v -2.875 h 1.671875 c 1.234375,0 2.28125,-0.90625 2.28125,-2.03125 z M 5,-4.90625 c 0,0.796875 -0.640625,1.453125 -1.78125,1.453125 H 1.8125 v -2.90625 H 3.21875 C 4.3125,-6.359375 5,-5.75 5,-4.90625 Z m 0,0" + style="stroke:none" /> + id="id-91c76385-e4c1-4d9f-bb4b-e9b4ad17b43b" + overflow="visible"> + id="id-3c7b395a-0bc1-4781-9db4-8fc63d88dc44" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + style="stroke:none" /> + id="id-ade4e2aa-46de-4896-a637-1aa6890d8208" + overflow="visible"> + id="id-5e1aa20d-1384-49ee-bbbf-e7a45a065553" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + id="id-2f0c3883-d8c4-46b7-8190-8f21475aded8" + overflow="visible"> + id="id-c9ee327f-b189-49d0-a1cf-94d45b41dd27" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + style="stroke:none" /> + id="id-aac8517b-823e-48fd-9bed-5b7f09608013" + overflow="visible"> + id="id-586a0586-d449-4e46-90cb-7bb9a3551c58" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + id="id-6c094bc2-6d57-488f-8577-11297c7a5be6" + overflow="visible"> + id="id-ff22f81a-f4ff-49ce-bd0b-df7ac27e416a" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" /> + id="id-70680f49-a1a9-40ab-958c-a4f2cd80e56e" + overflow="visible"> + id="id-f8d5d94f-ae20-416c-a80c-8e6f9f263530" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + id="id-5fab6086-0337-4304-9356-9216a88486d4" + overflow="visible"> + id="id-8cff43b9-2450-40ed-bb44-eec649d1702d" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + id="id-a2b23b0b-0df3-4924-ba34-7659140c82ef" + overflow="visible"> + id="id-e22cd717-9276-4981-bafe-67cf52798385" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" /> + id="id-4c7b7671-35ad-453a-aa54-b81619c85aa1" + overflow="visible"> + id="id-cff881ad-57da-4bdc-973f-bfa749a14d2b" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + style="stroke:none" /> + id="id-41cd4c96-676b-4085-991a-668525d91aae" + overflow="visible"> + id="id-edd81d97-a412-4284-8c46-7f14df0365d3" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + id="id-e2234906-584b-4f25-abb5-b067ea4d8383" + overflow="visible"> + id="id-e1efe2be-795d-4648-adca-d40e9290954f" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + id="id-53afcea4-8813-47ca-bdcb-90ec2d46e1a7" + overflow="visible"> + id="id-f9f5241c-65ed-4599-b54a-6e5e27f195c8" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + id="id-6ef92327-c6e6-422b-864a-b7e8b5761413" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" /> + + - - + id="id-73b44d0e-1701-48bc-91c4-86ca150cadaf" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + + - - - - - - - + id="id-f2685ccd-261a-425b-b0d0-02cf5452ed01" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + + id="id-3c377c12-ae2f-40f9-b700-8b6b58d3ccdb" + overflow="visible"> + id="id-41a382da-6485-4ff2-88c7-84129f19e29e" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + id="id-da82ff7d-9c14-4b83-acac-ad961900df7d" + overflow="visible"> + id="id-d0d379d0-eb88-4f42-a515-8cdf7cbd90be" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" /> + id="id-a3521ea2-286f-47ee-a63c-4aa9b4fc74b0" + overflow="visible"> + id="id-6993a956-61ff-48a9-97ce-6e12077407f4" + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + style="stroke:none" /> + id="id-c51a2145-d4d8-469f-9059-655a97b952fc" + overflow="visible"> + id="id-fcab3540-c109-406a-8e5e-0b089235f04b" + d="M 6.15625,0 4.171875,-3.25 C 5.203125,-3.546875 5.875,-4.25 5.875,-5.0625 5.875,-6.046875 4.78125,-6.921875 3.359375,-6.921875 H 0.953125 V 0 H 1.8125 V -3.15625 H 3.390625 L 5.265625,0 Z M 5.0625,-5.0625 c 0,0.703125 -0.640625,1.296875 -1.8125,1.296875 H 1.8125 v -2.59375 H 3.25 c 1.15625,0 1.8125,0.59375 1.8125,1.296875 z M 4.78125,-8.671875 H 4.1875 L 3.21875,-7.703125 2.25,-8.671875 H 1.671875 l 1.25,1.328125 h 0.59375 z m 0,0" + style="stroke:none" /> + id="id-719a35ab-66c4-4bd0-ab11-12737a9da5e4" + overflow="visible"> + id="id-d317e96c-0967-422f-8f55-e7f251aa4384" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.0625,-4.1875 H 2.84375 L 1.515625,-5.25 H 2.125 Z m 0,0" + style="stroke:none" /> + id="id-8f63bd6b-cda3-4885-8509-eb75ec940a5a" + overflow="visible"> + id="id-ba20c3a2-1e27-4dc3-b573-bb5de994ce8a" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + id="id-1be417d0-d66a-4dbf-ba52-cbaba2e85979" + overflow="visible"> + id="id-d64f650e-21ee-4987-8612-f3242867e945" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" /> + id="id-d0d2646f-a385-44aa-9053-9e147dc4c14a" + overflow="visible"> + id="id-e328ce65-a022-4f6a-a63c-32b5cbf94937" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + id="id-f09a6042-d177-4419-87d1-6f38af9b0ab8" + overflow="visible"> + id="id-60f8bb2f-e184-491a-abfb-5ab7cc5328b1" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" /> + id="id-5adff2da-7b8d-42a1-9062-d5ccebb9606f" + overflow="visible"> + id="id-b69179de-0646-473a-8b2d-25c648774b53" + d="m 1.796875,-0.015625 v -0.8125 H 0.96875 V 0 h 0.25 l -0.25,1.25 H 1.375 Z m 0,0" + style="stroke:none" /> + id="id-d554f422-6bf9-41b1-b3f7-ea707dfecbfd" + overflow="visible"> + id="id-c3a57cdf-6a5c-492b-b2aa-7ba26cbe62eb" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.203125,-4.21875 H 3.171875 L 2.21875,-5.71875 1.25,-6.953125 H 0.671875 l 1.234375,1.71875 h 0.609375 z m 0,0" + style="stroke:none" /> + id="id-8244c1b4-486c-4070-8945-be95e7ce6d7f" + overflow="visible"> + id="id-3bb4b4c1-4217-4e96-b55a-f09398994920" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="id-d6d25667-051f-4a6b-9200-e0b14561477d" + overflow="visible"> + id="id-50f14d20-0500-45f3-9fbc-32b53bff3a14" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + style="stroke:none" /> + id="id-4093cb90-a39c-47c6-801b-b3fd4ba64b44" + overflow="visible"> + id="id-795089d5-2f19-429b-8eec-8c8170718d72" + d="M 2.75,-1.921875 V -2.5 H 0.109375 v 0.578125 z m 0,0" + style="stroke:none" /> + id="id-703f6352-fba2-4d66-b1ef-acb4c4dec4b3" + overflow="visible"> + id="id-5d5e3fc3-13a1-46f4-bcb7-bcf154c022b2" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m -0.75,-2.5 H 2.9375 L 1.609375,-5.25 H 2.21875 Z m 0,0" + style="stroke:none" /> + id="id-84169e9e-52a7-4961-ad11-c501d797676e" + overflow="visible"> + id="id-0fcbefd6-671e-4a0e-9357-4f4b36fa9a5d" + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + style="stroke:none" /> + id="id-a1bb4145-100e-4a8a-b726-53d70abc6315" + overflow="visible"> + id="id-2116445a-a9c1-4c53-ad84-964ace0a8bf5" + d="M 2,-6.921875 H 1.171875 l 0.078125,4.75 V -1.75 H 1.921875 V -2.171875 Z M 2,0 V -0.828125 H 1.171875 V 0 Z m 0,0" + style="stroke:none" /> + id="id-a2695ceb-32d5-4adf-bd8d-4b0fd6e89fd3" + overflow="visible"> + id="id-a0313d92-1adb-42ca-8d5a-1ee1a879abc4" + d="M 6.484375,0 3.671875,-4.1875 6.34375,-6.921875 H 5.421875 l -3.625,3.703125 V -6.921875 H 0.953125 V 0 h 0.84375 V -2.265625 L 3.125,-3.625 5.578125,0 Z m 0,0" + style="stroke:none" /> + id="id-e6a9c828-c14e-4ef1-8a5f-fcdd0ce18a11" + overflow="visible"> + id="id-9990ad14-c94c-45d5-b8c4-87b420fb0245" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> + id="id-b5e7ded8-b8ea-44dd-9d5e-27548050709f" + overflow="visible"> + id="id-98660c4a-6089-4bf6-887b-d865bebfc5c7" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + style="stroke:none" /> + id="id-29603dec-5554-44d4-aab0-964d5e7038e4" + overflow="visible"> + id="id-626dbca8-c254-414c-a84e-efa20c625989" + d="M 4.578125,0 2.59375,-2.28125 4.421875,-4.421875 H 3.59375 l -1.328125,1.640625 -1.375,-1.640625 H 0.0625 L 1.9375,-2.28125 0,0 h 0.8125 l 1.453125,-1.875 1.5,1.875 z m 0,0" + style="stroke:none" /> + id="id-e70a40cc-9a39-4aea-bc03-806fd7823db5" + overflow="visible"> + id="id-e62bbcc6-23e2-456d-abc2-72485396b8a8" + d="M 3.453125,-6.25 V -6.921875 C 3.34375,-6.953125 3.03125,-7.03125 2.65625,-7.03125 1.71875,-7.03125 1,-6.3125 1,-5.328125 v 0.90625 H 0.265625 V -3.84375 H 1 V 0 h 0.75 v -3.84375 h 1.09375 v -0.578125 h -1.125 v -1.1875 c 0,-0.734375 0.671875,-0.8125 0.9375,-0.8125 0.1875,0 0.46875,0.015625 0.796875,0.171875 z m 0,0" + style="stroke:none" /> + id="id-e016284e-0809-44f1-9b2f-3d5bf2d68c55" + overflow="visible"> + id="id-80a67d2a-3c1c-4564-9359-e9d6ea437d7b" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" /> + id="id-915f8c09-35c1-4255-9752-8db61be64514" + overflow="visible"> + id="id-12d3af6a-73ed-4ba8-90d5-cf111daaef8d" + d="M 4.96875,-1.890625 C 4.96875,-2.53125 4.671875,-3.015625 4.453125,-3.25 3.984375,-3.75 3.65625,-3.84375 2.734375,-4.0625 2.15625,-4.203125 2,-4.25 1.6875,-4.5 1.625,-4.5625 1.34375,-4.859375 1.34375,-5.296875 c 0,-0.578125 0.546875,-1.1875 1.453125,-1.1875 0.84375,0 1.3125,0.328125 1.6875,0.640625 l 0.15625,-0.796875 c -0.546875,-0.328125 -1.109375,-0.5 -1.828125,-0.5 -1.390625,0 -2.25,0.984375 -2.25,1.96875 0,0.421875 0.140625,0.84375 0.53125,1.265625 0.421875,0.453125 0.859375,0.5625 1.453125,0.703125 0.84375,0.21875 0.9375,0.25 1.21875,0.484375 0.203125,0.171875 0.421875,0.5 0.421875,0.9375 0,0.65625 -0.546875,1.3125 -1.453125,1.3125 -0.40625,0 -1.3125,-0.09375 -2.140625,-0.8125 l -0.15625,0.8125 c 0.875,0.546875 1.671875,0.6875 2.296875,0.6875 1.328125,0 2.234375,-1 2.234375,-2.109375 z m 0,0" + style="stroke:none" /> + id="id-5e80220f-f1de-4cea-832b-d9ecacaf5468" + overflow="visible"> + id="id-d1df6415-2105-4b21-9f18-4a33a69f1fc0" + d="m 4.140625,-5.484375 c 0,-0.671875 -0.40625,-1.546875 -1.90625,-1.546875 C 1.625,-7.03125 1.09375,-6.859375 0.5625,-6.5 l 0.21875,0.625 c 0.25,-0.21875 0.734375,-0.546875 1.453125,-0.546875 0.46875,0 1.125,0.078125 1.125,0.921875 0,0.453125 -0.21875,0.640625 -0.34375,0.765625 C 1.875,-3.765625 1.875,-2.5 1.875,-2.0625 V -1.75 h 0.671875 v -0.53125 c 0,-0.6875 0.328125,-1.421875 1.015625,-2 0.203125,-0.171875 0.578125,-0.484375 0.578125,-1.203125 z M 2.625,0 V -0.828125 H 1.796875 V 0 Z m 0,0" + style="stroke:none" /> + id="id-1ea8f639-1462-49b4-a8fe-6a630e6f935b" + overflow="visible"> + id="id-4650f052-8654-483b-b13a-e02af2fde254" + d="M 6.09375,0 V -6.921875 H 5.3125 v 6.21875 H 5.296875 l -0.65625,-1.375 L 2.1875,-6.921875 H 0.953125 V 0 h 0.78125 V -6.203125 H 1.75 L 2.40625,-4.84375 4.859375,0 Z m 0,0" + style="stroke:none" /> + id="id-d4701854-fb86-4076-9b1a-59e3fa0072b2" + overflow="visible"> + id="id-1e44d566-50b6-4731-8129-ddc623f61c7b" + d="M 7.71875,0 V -6.921875 H 6.578125 L 5.28125,-3.53125 C 4.9375,-2.625 4.46875,-1.390625 4.359375,-0.921875 H 4.34375 c -0.046875,-0.21875 -0.171875,-0.578125 -0.3125,-1 l -1.5625,-4.125 -0.34375,-0.875 H 1 V 0 H 1.78125 V -6.1875 C 1.84375,-5.859375 2.25,-4.78125 2.5,-4.09375 l 1.484375,3.875 h 0.71875 L 6.03125,-3.6875 6.515625,-4.953125 C 6.609375,-5.25 6.875,-5.96875 6.921875,-6.1875 H 6.9375 V 0 Z m 0,0" + style="stroke:none" /> + id="id-b0bdf596-d10f-4734-a719-2f955375bfca" + overflow="visible"> + id="id-712f5d10-7b6d-47d6-b4f2-49274d5644eb" + d="m 4.828125,-3.90625 -0.109375,-0.625 c -0.6875,0 -1.265625,0.1875 -1.5625,0.3125 -0.21875,-0.171875 -0.546875,-0.3125 -0.953125,-0.3125 -0.859375,0 -1.578125,0.71875 -1.578125,1.625 0,0.359375 0.125,0.71875 0.328125,0.984375 C 0.65625,-1.515625 0.65625,-1.125 0.65625,-1.078125 0.65625,-0.8125 0.75,-0.53125 0.921875,-0.3125 0.40625,-0.015625 0.28125,0.453125 0.28125,0.703125 c 0,0.75 0.984375,1.34375 2.203125,1.34375 1.21875,0 2.203125,-0.578125 2.203125,-1.34375 C 4.6875,-0.6875 3.03125,-0.6875 2.640625,-0.6875 h -0.875 c -0.125,0 -0.578125,0 -0.578125,-0.53125 0,-0.109375 0.03125,-0.265625 0.109375,-0.359375 0.203125,0.15625 0.53125,0.296875 0.90625,0.296875 0.890625,0 1.59375,-0.75 1.59375,-1.625 0,-0.484375 -0.21875,-0.859375 -0.328125,-1 l 0.046875,0.015625 C 3.734375,-3.890625 4,-3.9375 4.25,-3.9375 c 0.171875,0 0.578125,0.03125 0.578125,0.03125 z m -1.734375,1 c 0,0.765625 -0.46875,1.046875 -0.890625,1.046875 -0.375,0 -0.890625,-0.21875 -0.890625,-1.046875 0,-0.828125 0.515625,-1.0625 0.890625,-1.0625 0.421875,0 0.890625,0.28125 0.890625,1.0625 z M 4,0.71875 c 0,0.4375 -0.6875,0.765625 -1.5,0.765625 -0.8125,0 -1.515625,-0.3125 -1.515625,-0.78125 0,-0.03125 0,-0.671875 0.765625,-0.671875 H 2.65625 C 2.875,0.03125 4,0.03125 4,0.71875 Z m 0,0" + style="stroke:none" /> + id="id-83dd51ab-39c5-4c3a-b506-fc12c765a789" + overflow="visible"> + id="id-d1dfc8de-1b14-49f4-b5f9-fec96f5a948d" + d="M 6.359375,0 3.765625,-6.921875 H 2.875 L 0.28125,0 H 1.015625 L 1.78125,-2.03125 H 4.6875 L 5.4375,0 Z M 4.46875,-2.59375 H 2 c 0.5,-1.421875 0.140625,-0.375 0.640625,-1.796875 0.203125,-0.59375 0.515625,-1.4375 0.59375,-1.8125 0.03125,0.140625 0.09375,0.390625 0.328125,1.046875 z m 0,0" + style="stroke:none" /> + id="id-45662695-3abe-46b6-bcd2-1cdac490d2a1" + overflow="visible"> + id="id-a40d9dcf-b058-40db-a899-d0e4a964df35" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.984375,-6.921875 H 3.203125 L 1.875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + id="id-feaddd21-18e3-429d-adee-2026f5f2b5f6" + overflow="visible"> + id="id-f7fae61f-5cf4-4fcb-9e6f-1d69487f568f" + d="m 3.3125,2.5 c -0.484375,-0.484375 -1.75,-1.765625 -1.75,-5 0,-0.546875 0.03125,-1.71875 0.4375,-2.890625 0.40625,-1.15625 0.984375,-1.75 1.3125,-2.09375 H 2.703125 C 2.375,-7.171875 1.71875,-6.5625 1.25,-5.34375 0.859375,-4.28125 0.78125,-3.21875 0.78125,-2.5 c 0,3.234375 1.4375,4.546875 1.921875,5 z m 0,0" + style="stroke:none" /> + id="id-0041385e-8a21-46a8-baa2-07fdc6021805" + overflow="visible"> + id="id-9f13740d-a524-43d1-be10-a60c666de5d5" + d="m 3.078125,-2.5 c 0,-3.21875 -1.4375,-4.53125 -1.90625,-4.984375 H 0.5625 C 1.03125,-7 2.296875,-5.71875 2.296875,-2.5 c 0,0.5625 -0.03125,1.734375 -0.4375,2.90625 C 1.453125,1.5625 0.890625,2.15625 0.5625,2.5 h 0.609375 c 0.3125,-0.3125 0.984375,-0.921875 1.4375,-2.140625 0.40625,-1.0625 0.46875,-2.125 0.46875,-2.859375 z m 0,0" + style="stroke:none" /> + id="id-d8c9bf31-21ca-42dc-9c36-f083cec04e31" + overflow="visible"> + id="id-fd89495d-974d-454c-9505-b33e7f5da59c" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + style="stroke:none" /> + id="id-644287f2-9350-4ac9-a216-d9674e6010aa" + overflow="visible"> + id="id-1f444ce7-41d5-43e7-84c0-ff517c1116ca" + d="m 4.234375,0 v -0.578125 h -1.25 v -6.1875 H 2.78125 C 2.1875,-6.15625 1.359375,-6.125 0.890625,-6.09375 v 0.578125 C 1.21875,-5.53125 1.6875,-5.546875 2.1875,-5.765625 v 5.1875 H 0.953125 V 0 Z m 0,0" + style="stroke:none" /> + id="id-efaa521d-9b70-4d9c-9551-1bf60d50720b" + overflow="visible"> + id="id-6ac86b79-e5a9-497a-b1fe-4899f616d8f4" + d="" + style="stroke:none" /> + id="id-bc8e7540-d0ca-4102-be68-7e9b822bbe4f" + overflow="visible"> + id="id-38f344c7-6e33-4005-86d9-55f5f2ca9556" + d="M 5.71875,-2.546875 V -2.90625 H 0 v 0.359375 z m 0,0" + style="stroke:none" /> - + + + + + - - + id="id-3b4f5884-9d5e-434e-ac2a-5e253c9aa188" + d="m 4.90625,-6.40625 c 0,-0.734375 -0.859375,-1.0625 -1.484375,-1.0625 -0.109375,0 -0.21875,0.109375 -0.21875,0.21875 0,0.109375 0.109375,0.203125 0.21875,0.203125 0.359375,0 1.0625,0.171875 1.0625,0.640625 0,0.109375 0.109375,0.21875 0.21875,0.21875 0.109375,0 0.203125,-0.109375 0.203125,-0.21875 z m 1.0625,0 c 0,0.4375 -0.171875,0.890625 -0.453125,1.203125 C 5.390625,-5.0625 5.25,-4.90625 5.109375,-4.75 4.640625,-4.203125 4.25,-3.53125 4.171875,-2.765625 H 2.65625 C 2.578125,-3.53125 2.1875,-4.203125 1.703125,-4.75 1.578125,-4.90625 1.4375,-5.0625 1.296875,-5.203125 1.03125,-5.515625 0.84375,-5.96875 0.84375,-6.40625 c 0,-1.34375 1.375,-2.125 2.578125,-2.125 1.203125,0 2.546875,0.78125 2.546875,2.125 z m 0.859375,0 c 0,-1.8125 -1.71875,-2.984375 -3.40625,-2.984375 C 1.734375,-9.390625 0,-8.21875 0,-6.40625 c 0,0.6875 0.21875,1.296875 0.6875,1.796875 0.453125,0.5 1.0625,1.21875 1.125,1.9375 C 1.609375,-2.5625 1.5,-2.359375 1.5,-2.140625 c 0,0.15625 0.046875,0.328125 0.15625,0.4375 C 1.546875,-1.609375 1.5,-1.4375 1.5,-1.28125 1.5,-1.0625 1.609375,-0.859375 1.796875,-0.734375 1.75,-0.640625 1.703125,-0.53125 1.703125,-0.4375 1.703125,0 2.0625,0.21875 2.4375,0.21875 c 0.1875,0.375 0.5625,0.625 0.984375,0.625 0.421875,0 0.796875,-0.25 0.984375,-0.625 0.375,0 0.71875,-0.21875 0.71875,-0.65625 0,-0.09375 -0.046875,-0.203125 -0.09375,-0.296875 0.1875,-0.125 0.296875,-0.328125 0.296875,-0.546875 0,-0.15625 -0.0625,-0.328125 -0.171875,-0.421875 0.109375,-0.109375 0.171875,-0.28125 0.171875,-0.4375 0,-0.21875 -0.109375,-0.421875 -0.3125,-0.53125 0.046875,-0.71875 0.65625,-1.4375 1.125,-1.9375 0.46875,-0.5 0.6875,-1.109375 0.6875,-1.796875 z m 0,0" + style="stroke:none" /> + + + + - - + id="id-7ea07cb3-5275-4c19-8c1e-2b7dd47e5393" + d="M 8.265625,-7.546875 V -7.65625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 h -6.65625 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 0.109375 c 0,0.5625 0.28125,0.5625 0.609375,0.5625 L 3.5,-7.015625 v 6.4375 C 3.5,-0.140625 3.640625,0 4.078125,0 H 4.6875 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 v -6.4375 l 2.390625,0.03125 c 0.328125,0 0.609375,0 0.609375,-0.5625 z m 0,0" + style="stroke:none" /> + + - - + id="id-de92c57a-ac6e-4d64-a076-387b86c9fee0" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 Z M 2.40625,-7.25 v -0.21875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.21875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.578125,-0.21875 0.578125,-0.578125 z m 0,0" + style="stroke:none" /> + + - - + id="id-91bf5fd7-e9d3-4605-b5b5-336830f92045" + d="m 6.25,-2.765625 c 0,-0.578125 0,-2.84375 -2.15625,-2.84375 -0.71875,0 -1.34375,0.296875 -1.78125,0.703125 0,-0.453125 -0.15625,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 V 1.75 c 0,0.421875 0.125,0.5625 0.5625,0.5625 H 1.78125 c 0.453125,0 0.578125,-0.15625 0.578125,-0.5625 V -0.46875 C 2.890625,0.125 3.546875,0.125 3.71875,0.125 6.25,0.125 6.25,-2.15625 6.25,-2.765625 Z m -1.625,0.03125 c 0,0.46875 0,2 -1.34375,2 -0.28125,0 -0.5,-0.09375 -0.640625,-0.203125 -0.28125,-0.203125 -0.28125,-0.25 -0.28125,-0.46875 v -2.875 c 0.125,-0.125 0.515625,-0.390625 1.03125,-0.390625 1.21875,0 1.234375,1.40625 1.234375,1.9375 z m 0,0" + style="stroke:none" /> + + + + - - + id="id-c86d9900-324f-4924-b7df-0334f5110348" + d="m 5.65625,-5.15625 c 0,-0.3125 -0.328125,-0.3125 -0.484375,-0.3125 H 4.90625 c -0.1875,0 -0.453125,0 -0.625,0.265625 -0.03125,0.0625 -1,2.703125 -1.0625,3.5 H 3.203125 C 3.140625,-2.28125 2.65625,-3.390625 2.140625,-4.546875 1.8125,-5.296875 1.71875,-5.46875 1.125,-5.46875 H 0.8125 c -0.171875,0 -0.46875,0 -0.46875,0.3125 0,0.046875 0.03125,0.125 0.0625,0.1875 L 2.671875,0 C 2.5625,0.25 2.53125,0.375 2.5,0.5 2.359375,0.890625 2.15625,1.4375 1.5,1.4375 1.109375,1.4375 0.84375,1.265625 0.703125,1.1875 0.640625,1.140625 0.625,1.140625 0.578125,1.140625 0.53125,1.140625 0.4375,1.171875 0.4375,1.3125 c 0,0.09375 0.0625,0.921875 0.09375,0.96875 0.109375,0.140625 0.765625,0.171875 0.953125,0.171875 1.484375,0 2.0625,-1.40625 2.15625,-1.703125 L 5.59375,-4.90625 c 0.0625,-0.15625 0.0625,-0.1875 0.0625,-0.25 z m 0,0" + style="stroke:none" /> + + + + - - + id="id-43156f2e-bc1d-40b3-b88a-4d85a8abfe39" + d="m 5.3125,-2.296875 c 0,-0.796875 -0.640625,-1.4375 -1.4375,-1.4375 -0.78125,0 -1.4375,0.640625 -1.4375,1.4375 0,0.78125 0.65625,1.421875 1.4375,1.421875 0.796875,0 1.4375,-0.640625 1.4375,-1.421875 z m 0,0" + style="stroke:none" /> + + + + - - + id="id-654f64cc-4619-4b6b-9b35-5ca9b9f172de" + d="m 5.796875,-4.90625 c 0,-1.0625 -0.984375,-2.015625 -2.359375,-2.015625 H 0.953125 V 0 H 1.84375 v -2.875 h 1.671875 c 1.234375,0 2.28125,-0.90625 2.28125,-2.03125 z M 5,-4.90625 c 0,0.796875 -0.640625,1.453125 -1.78125,1.453125 H 1.8125 v -2.90625 H 3.21875 C 4.3125,-6.359375 5,-5.75 5,-4.90625 Z m 0,0" + style="stroke:none" /> + + - - + id="id-9f171423-5d4b-4e80-97f8-4f95448b9fd3" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + style="stroke:none" /> + + - - + id="id-77618e67-61c5-4af3-a930-e31a8d38a3e9" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + + - - + id="id-656dca5a-4007-41fa-bb77-fd488b6d49f0" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + style="stroke:none" /> + + - - + id="id-ecab5c29-108f-4c7c-bfbd-4f5773c77867" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + + - - + id="id-27636486-3c13-4076-b548-4801ccb5ff6a" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" /> + + + + - - + id="id-ec7c889d-93c4-4a72-a834-ca2fb422714f" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="id-ee175300-f6d6-41c7-850b-d8a8339ef119" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" /> + + + transform="translate(111.313,69.891)" + id="g53988"> + id="id-e427cccb-141f-49a3-a8a5-e3d5baa70298" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + transform="translate(115.907,69.891)" + id="g53991"> + id="id-f3ca3e5f-4b8f-431c-bb65-f440dcdfbd53" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" /> + transform="translate(119.726,69.891)" + id="g53994"> + id="id-e5ff4402-be2a-4d2e-9910-6453e76b12b1" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(124.154,69.891)" + id="g53997"> - - - + style="stroke:none" /> + transform="translate(128.583,69.891)" + id="g54000"> + id="id-c3717c7c-b408-423b-9929-dd8c5944c589" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(133.73,69.891)" + id="g54003"> + id="id-a5e6a04a-cb37-43e6-aa76-ddd28beaa8c6" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> - - - - - - - - - - - - - - - - - - + transform="translate(138.868,69.891)" + id="g54007"> - - - + style="stroke:none" /> + transform="translate(146.984,69.891)" + id="g54011"> + id="id-4bf2a124-93e2-41e8-b80c-9bccdffe093e" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(151.314,69.891)" + id="g54014"> + id="id-67d45055-8ace-425d-b30d-9d7f4ddbb9ae" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(156.102,69.891)" + id="g54017"> + style="stroke:none" /> - - + transform="translate(161.25,69.891)" + id="g54020"> + id="id-01492f0e-dd4a-4b87-b68b-c8b9593c36b1" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(166.038,69.891)" + id="g54023"> + id="id-298ac3cb-a386-409a-850b-fe45f815c27b" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> - - + transform="translate(171.186,69.891)" + id="g54026"> + id="id-0ff1f2b8-7b6c-4716-b2a4-7ffcdcce1607" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(176.883,69.891)" + id="g54030"> + id="id-04ba2969-105e-4155-aae2-b7cb4f5b0381" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> - - - - - - - - - - - - + transform="translate(184.795,69.891)" + id="g54034"> - - - + id="id-10d5deb6-92b7-4143-afdf-f51b59b13ca4" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + style="stroke:none" /> + + transform="translate(189.223,69.891)" + id="g54037"> + id="id-dc561737-2b4e-4029-8224-c7a230dc304d" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> - - + transform="translate(191.603,69.891)" + id="g54040"> + id="id-41ca89d7-4ed9-47ae-8b61-979c7bea10e7" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + transform="translate(195.422,69.891)" + id="g54043"> + id="id-8d09f690-2c7f-46ac-aef4-6d670d37325c" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(197.802,69.891)" + id="g54046"> + id="id-89a68706-a530-4271-a4c7-142e7700925c" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(202.23,69.891)" + id="g54049"> + id="id-543deb09-e477-48e3-ac2c-cc3926a20ad4" + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + style="stroke:none" /> - - - + transform="translate(61.136,89.816)" + id="g54053"> + id="id-5ee31ff8-348c-45d4-b0be-f4f4b056ca58" + d="m 5.3125,-2.296875 c 0,-0.796875 -0.640625,-1.4375 -1.4375,-1.4375 -0.78125,0 -1.4375,0.640625 -1.4375,1.4375 0,0.78125 0.65625,1.421875 1.4375,1.421875 0.796875,0 1.4375,-0.640625 1.4375,-1.421875 z m 0,0" + style="stroke:none" /> + transform="translate(73.866,89.816)" + id="g54057"> + id="id-b9581b69-c389-4518-9038-260befddd4b5" + d="M 6.15625,0 4.171875,-3.25 C 5.203125,-3.546875 5.875,-4.25 5.875,-5.0625 5.875,-6.046875 4.78125,-6.921875 3.359375,-6.921875 H 0.953125 V 0 H 1.8125 V -3.15625 H 3.390625 L 5.265625,0 Z M 5.0625,-5.0625 c 0,0.703125 -0.640625,1.296875 -1.8125,1.296875 H 1.8125 v -2.59375 H 3.25 c 1.15625,0 1.8125,0.59375 1.8125,1.296875 z M 4.78125,-8.671875 H 4.1875 L 3.21875,-7.703125 2.25,-8.671875 H 1.671875 l 1.25,1.328125 h 0.59375 z m 0,0" + style="stroke:none" /> + transform="translate(80.2999,89.816)" + id="g54060"> + id="id-011c84e4-8c27-48e7-be4d-e995eb8f5025" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(84.7282,89.816)" + id="g54063"> + id="id-44295254-f740-423f-bd94-c173d0c2af61" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" /> + + + transform="translate(92.2032,89.816)" + id="g54067"> + id="id-f71f5797-bab2-489f-83c0-c3881fb99e66" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + transform="translate(96.7969,89.816)" + id="g54070"> + id="id-11723c2c-d434-499c-97f1-f91a0c36ae5e" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(99.177,89.816)" + id="g54073"> + id="id-279ac348-9575-47de-a132-33d86273374a" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + style="stroke:none" /> - - + transform="translate(103.605,89.816)" + id="g54076"> + id="id-4358e5a4-81b5-4163-8da3-1945dbcbba94" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(111.68,89.816)" + id="g54080"> + id="id-a4599ad5-6b58-45da-a091-9b5c2cd2586f" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(115.278,89.816)" + id="g54083"> + id="id-6060f44b-4c24-4383-9b06-54588924bfcd" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.0625,-4.1875 H 2.84375 L 1.515625,-5.25 H 2.125 Z m 0,0" + style="stroke:none" /> + transform="translate(119.706,89.816)" + id="g54086"> + id="id-f2d070d3-a23b-4ee7-bb56-b4372277cf80" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(127.621,89.816)" + id="g54089"> + id="id-09614c34-6729-44a6-8aa5-c899e2df1db9" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + + + + transform="translate(139.663,89.816)" + id="g54096"> + id="id-cba3801e-07f3-4062-afed-4129f2ed9824" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(144.801,89.816)" + id="g54100"> + id="id-ff5e4cdd-e4a8-40ab-bd39-85693aff560e" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(149.589,89.816)" + id="g54103"> + id="id-c7db2f1d-47c4-411b-ac31-5d80b03a09ba" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" /> + transform="translate(152.246,89.816)" + id="g54106"> + id="id-9348ea55-116c-495d-b773-725d65226832" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(156.674,89.816)" + id="g54109"> + style="stroke:none" /> - - + transform="translate(161.822,89.816)" + id="g54112"> + id="id-df52332b-28a7-4919-8dc4-22eb45950bf8" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> - + transform="translate(166.969,89.816)" + id="g54115"> + + transform="translate(171.951,89.816)" + id="g54118"> + id="id-c1cb8031-e368-4ed9-b28c-ccebdb6efc1e" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(177.098,89.816)" + id="g54121"> + id="id-444cae70-8562-4b1f-87b6-a3d709c71c0c" + d="m 1.796875,-0.015625 v -0.8125 H 0.96875 V 0 h 0.25 l -0.25,1.25 H 1.375 Z m 0,0" + style="stroke:none" /> + transform="translate(183.522,89.816)" + id="g54125"> + id="id-cb0f6fed-c257-4ff8-a041-d8539fdc45c3" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + transform="translate(188.67,89.816)" + id="g54128"> + id="id-7a367eed-9399-4522-a710-d78a21a53dd6" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + transform="translate(193.651,89.816)" + id="g54131"> + id="id-b3650bfb-a846-4b3d-b837-3001ade7f016" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(197.982,89.816)" + id="g54134"> + id="id-58602489-b202-457d-afa5-68c15cb5cc3b" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + transform="translate(202.576,89.816)" + id="g54137"> + id="id-36493261-1f56-46fc-8179-8a0f754cc8b2" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(204.956,89.816)" + id="g54140"> + id="id-1dfcac32-89cf-4045-a1f7-2d4ae1d0fe50" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" /> - - - + transform="translate(212.421,89.816)" + id="g54144"> + id="id-e86d0d8c-b34f-4a49-a070-67fcea7c4a1f" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + transform="translate(216.24,89.816)" + id="g54147"> + style="stroke:none" /> + + + transform="translate(224.324,89.816)" + id="g54151"> + id="id-0695d1db-7408-47de-b364-03b551a1c077" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(229.472,89.816)" + id="g54154"> + id="id-0b87a97c-ee2c-4838-9698-eff65808a46d" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.203125,-4.21875 H 3.171875 L 2.21875,-5.71875 1.25,-6.953125 H 0.671875 l 1.234375,1.71875 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(233.9,89.816)" + id="g54157"> + id="id-387ff826-59dc-4b52-a50f-c1525a57921a" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + style="stroke:none" /> + transform="translate(238.329,89.816)" + id="g54160"> + style="stroke:none" /> + transform="translate(246.956,89.816)" + id="g54164"> + id="id-3dabf783-7245-4cea-bead-34d7a9865073" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(252.104,89.816)" + id="g54167"> + id="id-243820d8-3180-42f5-9cd8-2f2da4f899eb" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + transform="translate(257.085,89.816)" + id="g54170"> + id="id-71f1e57f-c460-423b-a2c3-f4ef6a2c1e33" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + transform="translate(261.679,89.816)" + id="g54173"> + id="id-2dec848c-2f70-4152-a8c8-c8a257e39f0c" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.0625,-4.1875 H 2.84375 L 1.515625,-5.25 H 2.125 Z m 0,0" + style="stroke:none" /> + transform="translate(266.107,89.816)" + id="g54176"> + id="id-e5bff5e4-233d-4aec-8523-08cad62afde1" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(271.255,89.816)" + id="g54179"> + id="id-33209c23-bd5b-4570-840a-f96d3fb48618" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> - - - - - - - - - + transform="translate(279.893,89.816)" + id="g54183"> + id="id-76748a0d-12a7-44e6-b2ba-9a4874ae559d" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" /> + + + transform="translate(287.88,89.816)" + id="g54187"> + id="id-5f5ed99b-97bf-4287-a705-45dc50aaa06a" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" /> + + + transform="translate(291.274,89.816)" + id="g54191"> + id="id-97c61767-44f5-4d17-bacd-fcbc733ace3d" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + style="stroke:none" /> + transform="translate(296.422,89.816)" + id="g54194"> + id="id-bfbf75d6-9d6c-4698-9407-3b30a3d62694" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(300.752,89.816)" + id="g54197"> + id="id-02c77506-f52b-403e-ad30-32840299afa3" + d="M 2.75,-1.921875 V -2.5 H 0.109375 v 0.578125 z m 0,0" + style="stroke:none" /> + transform="translate(73.866,101.771)" + id="g54201"> + id="id-2b0ba0bb-d510-4298-af69-852f31e86c84" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> - - + transform="translate(79.0137,101.771)" + id="g54204"> + id="id-eb76f43e-e8ec-4260-848c-2a88f31f5594" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m -0.75,-2.5 H 2.9375 L 1.609375,-5.25 H 2.21875 Z m 0,0" + style="stroke:none" /> + transform="translate(83.6074,101.771)" + id="g54207"> + id="id-d1849b14-2761-4035-ae6c-890c07c18076" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + style="stroke:none" /> + transform="translate(88.0358,101.771)" + id="g54210"> + id="id-d034be18-154c-4e7b-8fee-d48c3bb18c58" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(96.501,101.771)" + id="g54214"> + id="id-8949ac27-bae6-446b-883b-9127dd9eb4f3" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + transform="translate(101.482,101.771)" + id="g54217"> + id="id-c41d8038-1c75-4363-a922-91d7c641e773" + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + style="stroke:none" /> + transform="translate(106.63,101.771)" + id="g54220"> + id="id-1e3cd450-e257-43a1-b4e6-81485beffb9e" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" /> - - + transform="translate(109.01,101.771)" + id="g54223"> + id="id-74caff85-c25d-4be1-8c4c-269b4ce04903" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> - - + transform="translate(113.798,101.771)" + id="g54226"> + id="id-4e4edbf9-2514-47b0-866a-5b38fcaabf55" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + transform="translate(117.617,101.771)" + id="g54229"> + id="id-37e01e46-afbf-4c46-9cd1-aa197ced0ed1" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(121.214,101.771)" + id="g54232"> + id="id-af5d6203-db59-4a56-b374-d211846eb4f6" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(123.594,101.771)" + id="g54235"> + id="id-c6379234-b6aa-4142-8578-c2e50749a36b" + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(61.136,121.696)" + id="g54239"> + id="id-ab877059-98f1-4d47-ac0c-3007074511c5" + d="m 5.3125,-2.296875 c 0,-0.796875 -0.640625,-1.4375 -1.4375,-1.4375 -0.78125,0 -1.4375,0.640625 -1.4375,1.4375 0,0.78125 0.65625,1.421875 1.4375,1.421875 0.796875,0 1.4375,-0.640625 1.4375,-1.421875 z m 0,0" + style="stroke:none" /> + + + transform="translate(73.866,121.696)" + id="g54243"> + id="id-8558ef92-9f62-4b27-a6c4-49e69e6d5869" + d="m 5.796875,-4.90625 c 0,-1.0625 -0.984375,-2.015625 -2.359375,-2.015625 H 0.953125 V 0 H 1.84375 v -2.875 h 1.671875 c 1.234375,0 2.28125,-0.90625 2.28125,-2.03125 z M 5,-4.90625 c 0,0.796875 -0.640625,1.453125 -1.78125,1.453125 H 1.8125 v -2.90625 H 3.21875 C 4.3125,-6.359375 5,-5.75 5,-4.90625 Z m 0,0" + style="stroke:none" /> + transform="translate(80.2311,121.696)" + id="g54246"> + id="id-73c59119-67a8-4358-bdab-256133057a39" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(83.8286,121.696)" + id="g54249"> - - - + style="stroke:none" /> + transform="translate(88.257,121.696)" + id="g54252"> + id="id-8d61b4a3-95b2-4bc7-91e4-c1f26021b9b6" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" /> + transform="translate(94.2315,121.696)" + id="g54256"> + id="id-f809bba5-b2c4-42e0-b9e4-30202e0e4270" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + transform="translate(98.0502,121.696)" + id="g54259"> + id="id-5bb77f94-2ff1-407b-b333-b356ec24815e" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(102.479,121.696)" + id="g54262"> + id="id-47f9bd33-5fde-4774-accb-bfed165625f9" + d="M 2,-6.921875 H 1.171875 l 0.078125,4.75 V -1.75 H 1.921875 V -2.171875 Z M 2,0 V -0.828125 H 1.171875 V 0 Z m 0,0" + style="stroke:none" /> + + + transform="translate(73.866,141.622)" + id="g54266"> + id="id-511f778b-debd-467f-992c-e0551cde492e" + d="M 5.71875,-2.546875 V -2.90625 H 0 v 0.359375 z m 0,0" + style="stroke:none" /> + + + transform="translate(84.576,141.622)" + id="g54270"> + id="id-32c47b91-25e5-4791-83a7-9849bba9e522" + d="M 6.484375,0 3.671875,-4.1875 6.34375,-6.921875 H 5.421875 l -3.625,3.703125 V -6.921875 H 0.953125 V 0 h 0.84375 V -2.265625 L 3.125,-3.625 5.578125,0 Z m 0,0" + style="stroke:none" /> + transform="translate(91.495,141.622)" + id="g54273"> + id="id-02c1c593-7f3e-4a5e-aef3-ec122d4c7811" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + + + transform="translate(99.8786,141.622)" + id="g54277"> + id="id-ac8dfc9f-96b8-4ef8-b0f9-3258b1a4ae5b" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> + transform="translate(104.749,141.622)" + id="g54280"> + id="id-30eb8893-77fd-4eb9-b4dd-357f8bc7726c" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> - - + transform="translate(109.537,141.622)" + id="g54283"> + id="id-9540b02d-c805-49d6-a8dd-2c1fe76630f6" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + style="stroke:none" /> + transform="translate(113.868,141.622)" + id="g54286"> + id="id-a1dc6a8a-7f2c-4619-a230-1408d045a38b" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + transform="translate(119.016,141.622)" + id="g54289"> + id="id-b36281a7-f9b5-459d-adc3-140b375f8c9c" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.0625,-4.1875 H 2.84375 L 1.515625,-5.25 H 2.125 Z m 0,0" + style="stroke:none" /> + transform="translate(123.444,141.622)" + id="g54292"> + id="id-412e2dda-2896-4080-a22f-4eb49a994cfb" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(131.359,141.622)" + id="g54295"> + id="id-eae3fc4e-c5b7-4ca8-9145-7f738e9c12e3" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(140.452,141.622)" + id="g54299"> + id="id-65060dbc-2b90-49bb-8c17-072d6266f712" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(144.05,141.622)" + id="g54302"> + id="id-e7c2fd8f-ebc2-48a2-aa7c-8553830ddf6e" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.0625,-4.1875 H 2.84375 L 1.515625,-5.25 H 2.125 Z m 0,0" + style="stroke:none" /> + transform="translate(148.478,141.622)" + id="g54305"> + id="id-8639dbfe-bb32-4b0e-a730-97f95bb00687" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(156.393,141.622)" + id="g54308"> + id="id-bf532673-1941-488a-9c11-db51349defc6" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(161.181,141.622)" + id="g54311"> + id="id-34f9ace6-a2fe-470b-a630-d47441e6b18e" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(164.779,141.622)" + id="g54314"> + id="id-0584ab2e-4e4f-4473-9111-53897ddb9aa8" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> + transform="translate(169.65,141.622)" + id="g54317"> + id="id-8928a30a-e54a-4762-84cb-f1d9f4ce72af" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(178.752,141.622)" + id="g54321"> + id="id-aed280f2-6530-423b-8362-0fef99152e00" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> - - + transform="translate(183.181,141.622)" + id="g54324"> + id="id-4ae8980d-ecc5-4c1e-bea9-f0dc34bd7f7a" + d="M 4.578125,0 2.59375,-2.28125 4.421875,-4.421875 H 3.59375 l -1.328125,1.640625 -1.375,-1.640625 H 0.0625 L 1.9375,-2.28125 0,0 h 0.8125 l 1.453125,-1.875 1.5,1.875 z m 0,0" + style="stroke:none" /> - - + transform="translate(187.775,141.622)" + id="g54327"> + + + + style="stroke:none" /> + transform="translate(193.973,141.622)" + id="g54333"> + id="id-7a18895a-f5a0-42b1-8a5e-c3fff2631ace" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(197.571,141.622)" + id="g54336"> + id="id-6e3a4a6c-4523-4cc0-abda-c30ac9eea16c" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" /> + + + + + + + transform="translate(84.576,153.577)" + id="g54409"> + id="id-8430c4a8-529b-4ee3-875f-ba1ed0f58b6b" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> + transform="translate(89.4467,153.577)" + id="g54412"> + id="id-8dd0ba7c-120b-476f-9c7c-70f573a0b160" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + transform="translate(94.5944,153.577)" + id="g54415"> + id="id-0d8e7d16-57ad-4bb7-8307-c03700a632a6" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(101.812,153.577)" + id="g54419"> + + + + id="id-c6512fd9-dc9a-4e00-9a0e-3ddf9f065a2a" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + style="stroke:none" /> - - + transform="translate(114.875,153.577)" + id="g54425"> + id="id-ca24e109-335e-4869-820a-f991a7e91e43" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + style="stroke:none" /> + transform="translate(119.206,153.577)" + id="g54428"> + id="id-8591c5c7-9f53-4e9d-9fa9-c6ddb801757c" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(123.634,153.577)" + id="g54431"> + id="id-c9d13c5d-1877-4618-9fb7-defb54828de5" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" /> + + + transform="translate(130.243,153.577)" + id="g54435"> + style="stroke:none" /> + transform="translate(135.39,153.577)" + id="g54438"> + style="stroke:none" /> + transform="translate(137.77,153.577)" + id="g54441"> + id="id-00a2fc39-e37b-45f1-8d35-8f93e97515a0" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> - - + transform="translate(141.589,153.577)" + id="g54444"> + id="id-8baa4a9f-e4ff-45fc-8606-38e36871512e" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> - - + transform="translate(146.46,153.577)" + id="g54447"> + id="id-48183ec4-2ee6-48d3-b180-1357f7795a1a" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(151.607,153.577)" + id="g54450"> + id="id-6a4f4e07-e89e-4de7-b35e-8715a8190bb8" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(155.205,153.577)" + id="g54453"> + id="id-9873b823-9f2f-43df-a540-960394958e53" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + transform="translate(160.186,153.577)" + id="g54456"> + id="id-39432488-e307-4bb4-b40f-acf94ebc0936" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + transform="translate(164.78,153.577)" + id="g54459"> + id="id-259226eb-d384-468d-98aa-508a8706b215" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(169.568,153.577)" + id="g54462"> + style="stroke:none" /> + transform="translate(175.965,153.577)" + id="g54466"> + id="id-d95672e5-1fac-43c1-88fe-0d6fd4e9b5b9" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + transform="translate(182.573,153.577)" + id="g54470"> - - - - - - - - - + style="stroke:none" /> + transform="translate(187.554,153.577)" + id="g54473"> + id="id-abc2c023-0012-405b-86f1-c81bab37f503" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + transform="translate(191.373,153.577)" + id="g54476"> + id="id-ed221881-4dfa-4638-ae3e-2d3692bf83ea" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(194.971,153.577)" + id="g54479"> + id="id-6d1d5b3b-c14c-4fcf-a495-4c4c1a25fdc8" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(199.759,153.577)" + id="g54482"> + id="id-d87f24d7-3c33-441e-81a0-68f678bdeb88" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(203.356,153.577)" + id="g54485"> + style="stroke:none" /> + transform="translate(208.504,153.577)" + id="g54488"> - - - + style="stroke:none" /> - - + transform="translate(210.884,153.577)" + id="g54491"> + id="id-4e9e03c5-d9b2-4a5e-a13e-71dbddab573e" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> - - + transform="translate(218.799,153.577)" + id="g54494"> + id="id-75092ac1-2691-43cd-bea8-02beff9a454e" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" /> + transform="translate(223.969,153.577)" + id="g54498"> + id="id-505962cb-35d2-46f4-9c11-f45b139eebd9" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + style="stroke:none" /> - - + transform="translate(227.373,153.577)" + id="g54501"> + id="id-b00b26e5-e96e-468a-a845-35a4da68c5e3" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(231.801,153.577)" + id="g54504"> + id="id-9d29d06e-1355-43c2-9b38-9c7273c122c6" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" /> + transform="translate(235.62,153.577)" + id="g54507"> + id="id-b73aa2ab-c861-469b-8628-a79ad0c1d655" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" /> + transform="translate(238,153.577)" + id="g54510"> + id="id-e05c260d-1c70-43d8-a2b5-83f2db8a44fe" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(241.598,153.577)" + id="g54513"> + id="id-bbbc13be-440e-4d32-8035-37e2b5b81a6b" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(246.026,153.577)" + id="g54516"> + id="id-628f45e8-d259-4664-a7ae-4d106674f38f" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(248.406,153.577)" + id="g54519"> + id="id-63e6725d-abf8-4e6c-9b3a-034a4a5790b4" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" /> + + + transform="translate(253.576,153.577)" + id="g54523"> + id="id-987e1133-71a9-4217-a38b-f39425148157" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + style="stroke:none" /> + transform="translate(258.004,153.577)" + id="g54526"> + id="id-f4fca460-d24c-4dc3-b76b-d79ed662493d" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" /> + transform="translate(263.183,153.577)" + id="g54530"> + id="id-7a032a6b-9d1b-4f4a-978d-8b31863c845a" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + transform="translate(267.002,153.577)" + id="g54533"> + style="stroke:none" /> + + + transform="translate(274.22,153.577)" + id="g54537"> + id="id-1f54aa36-f2cc-432b-a973-db9c76c2e59e" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" /> + transform="translate(279.368,153.577)" + id="g54540"> + style="stroke:none" /> + transform="translate(282.965,153.577)" + id="g54543"> + style="stroke:none" /> + transform="translate(287.753,153.577)" + id="g54546"> + id="id-cc6d0e66-5075-4b15-99c7-b6d95b2bc557" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + + + transform="translate(294.14,153.577)" + id="g54550"> + id="id-5d429f30-c219-480b-bb64-c6ca2a0ab0db" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(299.288,153.577)" + id="g54553"> + id="id-d9c4ad94-7bd0-4b7c-bb31-f3d1100947bd" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(84.576,165.532)" + id="g54557"> + id="id-69ab56d6-47c6-46d3-ae9a-8eda339b9639" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> - - + transform="translate(89.7237,165.532)" + id="g54560"> + id="id-438c3cd1-c313-42a9-b43a-5ba205003ca5" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(94.1521,165.532)" + id="g54563"> + id="id-46d68641-517a-4dbf-b687-6148d2865ee3" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" /> + transform="translate(96.8091,165.532)" + id="g54566"> + id="id-b2581644-d97e-41bc-88d8-7144e5d8c7b1" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(101.597,165.532)" + id="g54569"> + id="id-6e6fae37-3f65-42c3-9d7e-6d011c9f6183" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + transform="translate(105.416,165.532)" + id="g54572"> + style="stroke:none" /> + transform="translate(110.563,165.532)" + id="g54575"> + id="id-49b668ee-3c3e-432f-b8db-5fa1b92272fe" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + transform="translate(115.545,165.532)" + id="g54578"> + id="id-a0f368fc-305f-4fe3-9f73-42669298d89b" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + transform="translate(119.363,165.532)" + id="g54581"> + id="id-2a055064-bd2e-4dd5-87bd-3cde45e2fab6" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(122.961,165.532)" + id="g54584"> + id="id-cb3a1dd0-e61f-4af2-b95a-4ebce4c6bc08" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" /> + transform="translate(125.341,165.532)" + id="g54587"> + id="id-ad023a79-a0ea-413f-9095-7d9f8cf8441c" + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + style="stroke:none" /> + + + transform="translate(73.866,181.472)" + id="g54591"> + id="id-e2c57e86-d47d-42de-a261-2b155005220f" + d="M 5.71875,-2.546875 V -2.90625 H 0 v 0.359375 z m 0,0" + style="stroke:none" /> + transform="translate(84.576,181.472)" + id="g54595"> + + + + style="stroke:none" /> + transform="translate(93.7087,181.472)" + id="g54601"> + id="id-e9e808ac-d751-4ec1-8009-3bf080060427" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> - - + transform="translate(98.4967,181.472)" + id="g54604"> + id="id-e073697c-0844-4d8a-8405-9e8a58b600b8" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(100.877,181.472)" + id="g54607"> + style="stroke:none" /> + + + transform="translate(109.121,181.472)" + id="g54611"> + id="id-bdc4b625-723f-4df8-99bb-7a8c9550e531" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(114.269,181.472)" + id="g54614"> + style="stroke:none" /> + transform="translate(118.697,181.472)" + id="g54617"> + id="id-bfecf3e7-02b8-4daa-8d92-aca8df9efd9f" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + transform="translate(123.291,181.472)" + id="g54620"> + style="stroke:none" /> - - + transform="translate(125.671,181.472)" + id="g54623"> + id="id-f0211037-fa02-4bca-81b0-695061c15dc2" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" /> + transform="translate(129.489,181.472)" + id="g54626"> + id="id-8761b400-6833-41b9-afea-37492408a1a4" + d="m 4.140625,-5.484375 c 0,-0.671875 -0.40625,-1.546875 -1.90625,-1.546875 C 1.625,-7.03125 1.09375,-6.859375 0.5625,-6.5 l 0.21875,0.625 c 0.25,-0.21875 0.734375,-0.546875 1.453125,-0.546875 0.46875,0 1.125,0.078125 1.125,0.921875 0,0.453125 -0.21875,0.640625 -0.34375,0.765625 C 1.875,-3.765625 1.875,-2.5 1.875,-2.0625 V -1.75 h 0.671875 v -0.53125 c 0,-0.6875 0.328125,-1.421875 1.015625,-2 0.203125,-0.171875 0.578125,-0.484375 0.578125,-1.203125 z M 2.625,0 V -0.828125 H 1.796875 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(138.009,181.472)" + id="g54630"> + id="id-24e1a223-ff16-415e-b872-12ce63102e57" + d="M 6.09375,0 V -6.921875 H 5.3125 v 6.21875 H 5.296875 l -0.65625,-1.375 L 2.1875,-6.921875 H 0.953125 V 0 h 0.78125 V -6.203125 H 1.75 L 2.40625,-4.84375 4.859375,0 Z m 0,0" + style="stroke:none" /> + transform="translate(145.066,181.472)" + id="g54633"> + style="stroke:none" /> + transform="translate(149.854,181.472)" + id="g54636"> + id="id-dd2a8da7-0efb-4e92-b677-63bab4d35297" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" /> + transform="translate(155.002,181.472)" + id="g54639"> + style="stroke:none" /> + transform="translate(157.382,181.472)" + id="g54642"> + id="id-807ae9d5-366c-4e4c-a49b-30e66e48b1cc" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" /> + transform="translate(165.026,181.472)" + id="g54646"> + style="stroke:none" /> + transform="translate(169.895,181.472)" + id="g54650"> + style="stroke:none" /> + transform="translate(173.299,181.472)" + id="g54653"> + id="id-921e77b6-e417-45fa-a547-c65b33d5249f" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(175.679,181.472)" + id="g54656"> + id="id-3f98c0ae-dd87-4cdd-b38d-51862ebd9270" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + + + + transform="translate(192.391,181.472)" + id="g54663"> + id="id-4bbc87ac-7120-4793-8bbb-20d5253b1f09" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + transform="translate(196.985,181.472)" + id="g54666"> + id="id-8034ff73-25d1-4029-82dc-600b07d5a4fa" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> - - + transform="translate(201.413,181.472)" + id="g54669"> + style="stroke:none" /> + transform="translate(206.561,181.472)" + id="g54672"> + id="id-e7dba114-6ac0-49ef-bf04-62270c3011d5" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + transform="translate(211.542,181.472)" + id="g54675"> + id="id-199a28b3-9e06-4c4c-9c3c-ecc53693ea15" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(216.69,181.472)" + id="g54678"> + id="id-6ecdaf16-6220-4d9a-a295-a9982a18c632" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + style="stroke:none" /> + transform="translate(221.118,181.472)" + id="g54681"> + id="id-fe7e1a4b-e1b0-41c0-ba78-4d31010c2886" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(223.498,181.472)" + id="g54684"> + id="id-dd4270b4-e27a-40bd-a34b-6018ee414278" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(231.414,181.472)" + id="g54687"> + id="id-ca95b1ad-0d1d-49d2-9a48-fcba25fd0a71" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" /> + + + transform="translate(240.377,181.472)" + id="g54691"> + id="id-92f675d7-858c-432f-ba7c-88623e36f125" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + + + + transform="translate(248.403,181.472)" + id="g54697"> + style="stroke:none" /> + transform="translate(256.318,181.472)" + id="g54700"> + id="id-7e5a7ff7-0c5a-4771-8820-57454643ffa4" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> - - + transform="translate(261.106,181.472)" + id="g54703"> + id="id-9d7863e8-fb73-4e5b-a316-a479cfec36d1" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(264.704,181.472)" + id="g54706"> + id="id-b3ba35c6-b2e6-484d-a8cb-275b1cb10fbc" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> + transform="translate(269.574,181.472)" + id="g54709"> + + + + + + + + + id="id-a8cdf0f8-8b07-40ec-a660-f9a63bb0d2eb" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" /> + transform="translate(284.35,181.472)" + id="g54719"> + id="id-c6be49ac-9959-4ef2-b88b-47736a4e10c8" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(289.138,181.472)" + id="g54722"> + id="id-774603c1-a0ee-4c4c-ac64-ea7f5aac4d52" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + transform="translate(298.101,181.472)" + id="g54726"> + id="id-1191207e-46cf-4a18-b441-cf427ccfb214" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(301.699,181.472)" + id="g54729"> + style="stroke:none" /> - - - + transform="translate(84.576,193.427)" + id="g54733"> + id="id-a9e0a524-ecd7-4cf4-a595-31417d133ab1" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" /> + + + transform="translate(90.0026,193.427)" + id="g54737"> + id="id-3bfadeae-2790-4096-b7a9-76306e1200ff" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + transform="translate(94.705,193.427)" + id="g54741"> + id="id-b6826586-7626-499a-8ab0-94fb50d181db" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" /> + transform="translate(98.1092,193.427)" + id="g54744"> + id="id-d1ff9dda-68ae-45fb-a0ef-7d6981688332" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(102.897,193.427)" + id="g54747"> + id="id-03f73185-f661-417c-9042-0de726a37335" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + transform="translate(108.045,193.427)" + id="g54750"> + id="id-a00a502c-02d7-4a10-b079-1b2aaf5415ad" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(110.425,193.427)" + id="g54753"> + id="id-46918f19-d4e9-487e-8744-56952f735697" + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + style="stroke:none" /> - - - + transform="translate(61.136,213.353)" + id="g54757"> + id="id-65e4126c-9703-4dca-af26-a78fd2c2d289" + d="m 5.3125,-2.296875 c 0,-0.796875 -0.640625,-1.4375 -1.4375,-1.4375 -0.78125,0 -1.4375,0.640625 -1.4375,1.4375 0,0.78125 0.65625,1.421875 1.4375,1.421875 0.796875,0 1.4375,-0.640625 1.4375,-1.421875 z m 0,0" + style="stroke:none" /> + + + transform="translate(73.866,213.353)" + id="g54761"> + id="id-d0a4e101-234e-4b40-86d5-9ba2f3853ac6" + d="M 7.71875,0 V -6.921875 H 6.578125 L 5.28125,-3.53125 C 4.9375,-2.625 4.46875,-1.390625 4.359375,-0.921875 H 4.34375 c -0.046875,-0.21875 -0.171875,-0.578125 -0.3125,-1 l -1.5625,-4.125 -0.34375,-0.875 H 1 V 0 H 1.78125 V -6.1875 C 1.84375,-5.859375 2.25,-4.78125 2.5,-4.09375 l 1.484375,3.875 h 0.71875 L 6.03125,-3.6875 6.515625,-4.953125 C 6.609375,-5.25 6.875,-5.96875 6.921875,-6.1875 H 6.9375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(82.5833,213.353)" + id="g54764"> + id="id-052d1a7a-e4cf-4354-8a7e-9eb1fbfd7763" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + style="stroke:none" /> + transform="translate(87.7309,213.353)" + id="g54767"> + id="id-24d296c8-bf80-4849-8035-11bc87a70715" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + style="stroke:none" /> + transform="translate(92.0617,213.353)" + id="g54770"> + id="id-43885d90-3383-4d23-904b-13dbfd67dc4b" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" /> + + + transform="translate(100.527,213.353)" + id="g54774"> + id="id-bf82684d-f4ce-4faa-bf75-ff3be51fa124" + d="m 4.828125,-3.90625 -0.109375,-0.625 c -0.6875,0 -1.265625,0.1875 -1.5625,0.3125 -0.21875,-0.171875 -0.546875,-0.3125 -0.953125,-0.3125 -0.859375,0 -1.578125,0.71875 -1.578125,1.625 0,0.359375 0.125,0.71875 0.328125,0.984375 C 0.65625,-1.515625 0.65625,-1.125 0.65625,-1.078125 0.65625,-0.8125 0.75,-0.53125 0.921875,-0.3125 0.40625,-0.015625 0.28125,0.453125 0.28125,0.703125 c 0,0.75 0.984375,1.34375 2.203125,1.34375 1.21875,0 2.203125,-0.578125 2.203125,-1.34375 C 4.6875,-0.6875 3.03125,-0.6875 2.640625,-0.6875 h -0.875 c -0.125,0 -0.578125,0 -0.578125,-0.53125 0,-0.109375 0.03125,-0.265625 0.109375,-0.359375 0.203125,0.15625 0.53125,0.296875 0.90625,0.296875 0.890625,0 1.59375,-0.75 1.59375,-1.625 0,-0.484375 -0.21875,-0.859375 -0.328125,-1 l 0.046875,0.015625 C 3.734375,-3.890625 4,-3.9375 4.25,-3.9375 c 0.171875,0 0.578125,0.03125 0.578125,0.03125 z m -1.734375,1 c 0,0.765625 -0.46875,1.046875 -0.890625,1.046875 -0.375,0 -0.890625,-0.21875 -0.890625,-1.046875 0,-0.828125 0.515625,-1.0625 0.890625,-1.0625 0.421875,0 0.890625,0.28125 0.890625,1.0625 z M 4,0.71875 c 0,0.4375 -0.6875,0.765625 -1.5,0.765625 -0.8125,0 -1.515625,-0.3125 -1.515625,-0.78125 0,-0.03125 0,-0.671875 0.765625,-0.671875 H 2.65625 C 2.875,0.03125 4,0.03125 4,0.71875 Z m 0,0" + style="stroke:none" /> + transform="translate(105.508,213.353)" + id="g54777"> + id="id-b423f6fb-cb60-4cbb-8050-dbcb97d7935c" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> - - - - - - - - - - - - - - - - - - - - - + id="id-c755ed28-552b-4e9c-9a6c-acc307ec3b05" + style="fill:#000000;fill-opacity:1"> + - - + id="id-8516d0b5-79db-4465-92b8-ec36b6a7dcde" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + + - - + id="id-c19e994c-0820-4563-af97-8736af3b2d92" + d="m 4.828125,-3.90625 -0.109375,-0.625 c -0.6875,0 -1.265625,0.1875 -1.5625,0.3125 -0.21875,-0.171875 -0.546875,-0.3125 -0.953125,-0.3125 -0.859375,0 -1.578125,0.71875 -1.578125,1.625 0,0.359375 0.125,0.71875 0.328125,0.984375 C 0.65625,-1.515625 0.65625,-1.125 0.65625,-1.078125 0.65625,-0.8125 0.75,-0.53125 0.921875,-0.3125 0.40625,-0.015625 0.28125,0.453125 0.28125,0.703125 c 0,0.75 0.984375,1.34375 2.203125,1.34375 1.21875,0 2.203125,-0.578125 2.203125,-1.34375 C 4.6875,-0.6875 3.03125,-0.6875 2.640625,-0.6875 h -0.875 c -0.125,0 -0.578125,0 -0.578125,-0.53125 0,-0.109375 0.03125,-0.265625 0.109375,-0.359375 0.203125,0.15625 0.53125,0.296875 0.90625,0.296875 0.890625,0 1.59375,-0.75 1.59375,-1.625 0,-0.484375 -0.21875,-0.859375 -0.328125,-1 l 0.046875,0.015625 C 3.734375,-3.890625 4,-3.9375 4.25,-3.9375 c 0.171875,0 0.578125,0.03125 0.578125,0.03125 z m -1.734375,1 c 0,0.765625 -0.46875,1.046875 -0.890625,1.046875 -0.375,0 -0.890625,-0.21875 -0.890625,-1.046875 0,-0.828125 0.515625,-1.0625 0.890625,-1.0625 0.421875,0 0.890625,0.28125 0.890625,1.0625 z M 4,0.71875 c 0,0.4375 -0.6875,0.765625 -1.5,0.765625 -0.8125,0 -1.515625,-0.3125 -1.515625,-0.78125 0,-0.03125 0,-0.671875 0.765625,-0.671875 H 2.65625 C 2.875,0.03125 4,0.03125 4,0.71875 Z m 0,0" + style="stroke:none" /> + + - - + id="id-fc101dff-1d91-41ec-a9ef-92bd2b234bc3" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" /> + + - - + id="id-6cdf9c34-1400-4f95-971b-ce1f0b9cc8d6" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" /> + + - - + id="id-2bd184e3-eae9-4227-8b5e-7b729e9518d5" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + + - - + id="id-c0128077-4fc2-4468-99a9-70c572d2758f" + d="m 4.140625,-5.484375 c 0,-0.671875 -0.40625,-1.546875 -1.90625,-1.546875 C 1.625,-7.03125 1.09375,-6.859375 0.5625,-6.5 l 0.21875,0.625 c 0.25,-0.21875 0.734375,-0.546875 1.453125,-0.546875 0.46875,0 1.125,0.078125 1.125,0.921875 0,0.453125 -0.21875,0.640625 -0.34375,0.765625 C 1.875,-3.765625 1.875,-2.5 1.875,-2.0625 V -1.75 h 0.671875 v -0.53125 c 0,-0.6875 0.328125,-1.421875 1.015625,-2 0.203125,-0.171875 0.578125,-0.484375 0.578125,-1.203125 z M 2.625,0 V -0.828125 H 1.796875 V 0 Z m 0,0" + style="stroke:none" /> + + + + - - + id="id-337d30e2-a44f-4e8b-9f91-5c43b798163c" + d="M 5.71875,-2.546875 V -2.90625 H 0 v 0.359375 z m 0,0" + style="stroke:none" /> + + + + - - + id="id-90d3dee2-d960-4961-a71e-610c6b514320" + d="M 6.359375,0 3.765625,-6.921875 H 2.875 L 0.28125,0 H 1.015625 L 1.78125,-2.03125 H 4.6875 L 5.4375,0 Z M 4.46875,-2.59375 H 2 c 0.5,-1.421875 0.140625,-0.375 0.640625,-1.796875 0.203125,-0.59375 0.515625,-1.4375 0.59375,-1.8125 0.03125,0.140625 0.09375,0.390625 0.328125,1.046875 z m 0,0" + style="stroke:none" /> + + - - + id="id-50b61e67-4074-4a38-a9ab-a790ee5fd90d" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + + - - + id="id-2ede1e36-15ee-41bd-9436-e2a35d48f0d7" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + + - - + id="id-537ec821-752c-430f-801e-47fb2d217fc4" + d="M 2,-6.921875 H 1.171875 l 0.078125,4.75 V -1.75 H 1.921875 V -2.171875 Z M 2,0 V -0.828125 H 1.171875 V 0 Z m 0,0" + style="stroke:none" /> + + + + - - + id="id-007ad50f-341f-4847-b3ba-e5d2367cc668" + d="m 5.796875,-4.90625 c 0,-1.0625 -0.984375,-2.015625 -2.359375,-2.015625 H 0.953125 V 0 H 1.84375 v -2.875 h 1.671875 c 1.234375,0 2.28125,-0.90625 2.28125,-2.03125 z M 5,-4.90625 c 0,0.796875 -0.640625,1.453125 -1.78125,1.453125 H 1.8125 v -2.90625 H 3.21875 C 4.3125,-6.359375 5,-5.75 5,-4.90625 Z m 0,0" + style="stroke:none" /> + + + + - - + id="id-eb988d9e-dc2a-497c-a542-68e7d72bf5b0" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + + - - + id="id-aa6d7307-2984-4074-8145-a2ff4d88d6d7" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> + + - - + id="id-1cf27fe7-68f3-4e40-bd36-be667d131840" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" /> + + - - + id="id-dd42d8ac-eb06-4af0-89f9-8f9530d30cb9" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + + + + - - + id="id-d46d1692-5a22-45bf-8a4e-dce4c773a7ee" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + + - - + id="id-642c4315-6b54-4746-bf34-552127692d68" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" /> + + - - + id="id-ec823034-2deb-4fde-99aa-8dd580ece7aa" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + + - - + id="id-cc7e9c4f-669b-4af5-abc2-f07ed2952544" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> + + + + - - + id="id-4057136c-fa79-48c2-91f3-7e0e7e94d749" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + + - - + id="id-d0f58803-e584-45d6-8824-ec383da9ae93" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + + - - + id="id-ad85e7d4-ff0d-418b-b7a9-9a2580e8fd6c" + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + style="stroke:none" /> + + - - + id="id-bc108731-8714-4730-b7f7-44cf22fd1203" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" /> + + - - + id="id-18170411-0f3c-4e76-97b6-6cb5abcab40f" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + + - + id="id-b40f677e-9603-487f-9705-495cc7f46199" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + - - + transform="translate(189.122,233.278)" + id="g54866"> + id="id-103fe270-1c2b-4ed6-9399-77060cac10cc" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(194.269,233.278)" + id="g54869"> + id="id-dabb6ad5-97ba-45e1-9ad1-42e60ade1f77" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + transform="translate(198.863,233.278)" + id="g54872"> + id="id-8eb1ef46-5cdc-4747-8d45-0ba2a0dde002" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(203.291,233.278)" + id="g54875"> + id="id-bf383bea-709f-47e0-8490-e098296c2563" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + transform="translate(208.439,233.278)" + id="g54878"> + id="id-3b9efa71-1aaa-4f29-bb20-4883e2422439" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + + + + + + + transform="translate(225.706,233.278)" + id="g54888"> + id="id-718caf81-5edb-48f6-8b64-1b93b32eed06" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" /> + transform="translate(228.363,233.278)" + id="g54891"> + id="id-c381d62f-89d0-4741-8409-762a64092c4a" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" /> + transform="translate(230.743,233.278)" + id="g54894"> + id="id-cd8bfc69-7bc1-4b5a-a099-4fd701fb34ea" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(235.891,233.278)" + id="g54897"> + id="id-9cf25097-1791-4052-a929-0491556262eb" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(240.679,233.278)" + id="g54900"> + id="id-f01fb6d6-949a-4c58-887c-8d1e9cf45e84" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> + transform="translate(245.55,233.278)" + id="g54903"> + id="id-74a3a831-52cf-4f9c-8326-23fa011e895f" + d="m 1.796875,-0.015625 v -0.8125 H 0.96875 V 0 h 0.25 l -0.25,1.25 H 1.375 Z m 0,0" + style="stroke:none" /> + transform="translate(251.027,233.278)" + id="g54907"> + id="id-4b26ba26-e52b-40b4-9cd0-4900e1a3e899" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(256.175,233.278)" + id="g54910"> + id="id-a1d408a6-cf67-4add-9afc-594811728b7a" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + + + + transform="translate(265.751,233.278)" + id="g54916"> + style="stroke:none" /> + transform="translate(268.131,233.278)" + id="g54919"> + style="stroke:none" /> + transform="translate(272.559,233.278)" + id="g54922"> + id="id-2c02070d-9108-4f17-9390-99c7ab92ba19" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + transform="translate(277.707,233.278)" + id="g54925"> + id="id-c92a32b8-7100-451d-867a-f0177333201b" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(282.135,233.278)" + id="g54928"> + id="id-cd6eb2ac-3092-4e9d-be3c-7c2af812cbea" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" /> + transform="translate(287.502,233.278)" + id="g54932"> + id="id-ce0cfaa4-95c1-4324-8b02-65dc3bc31905" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" /> + transform="translate(292.371,233.278)" + id="g54936"> + id="id-d30d55cc-9f74-4954-8558-afa6e3b217ec" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" /> + transform="translate(295.775,233.278)" + id="g54939"> + id="id-4a9f944e-ffef-4af5-9663-4d157dc44882" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> - - + transform="translate(300.756,233.278)" + id="g54942"> + id="id-3e05189e-bc44-4851-b7d1-da5cb260f41c" + d="M 2.75,-1.921875 V -2.5 H 0.109375 v 0.578125 z m 0,0" + style="stroke:none" /> + + + transform="translate(84.576,245.233)" + id="g54946"> + id="id-b690bbdf-b7c4-4539-9696-fd54aaebba12" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + transform="translate(88.3947,245.233)" + id="g54949"> + id="id-fa02d320-cc63-4cea-ae0e-88907337bd33" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(90.7747,245.233)" + id="g54952"> + id="id-b38c92a4-72d8-4013-8eeb-9a000ba39a05" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(102.655,245.233)" + id="g54956"> + style="stroke:none" /> - - - - - - + transform="translate(107.524,245.233)" + id="g54960"> + id="id-9561f807-cf62-4dc5-a58e-b1400d628c76" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + style="stroke:none" /> + transform="translate(110.928,245.233)" + id="g54963"> + id="id-f83988c2-82d4-4ac2-85d5-3ba8fdd7c168" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(113.308,245.233)" + id="g54966"> + id="id-6d4dc7e5-a67a-4eee-b55b-67eab2330e61" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(121.223,245.233)" + id="g54969"> + id="id-d4d191db-1f9b-4283-b77a-a37250d04818" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + transform="translate(130.16,245.233)" + id="g54973"> + id="id-f7d768d1-839b-4ad6-9cb5-f795268c5fe3" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + style="stroke:none" /> + transform="translate(133.564,245.233)" + id="g54976"> + style="stroke:none" /> + transform="translate(137.992,245.233)" + id="g54979"> + id="id-441fd77e-bf04-4e68-a346-a9b83d5505f9" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" /> + transform="translate(141.811,245.233)" + id="g54982"> + style="stroke:none" /> + transform="translate(146.24,245.233)" + id="g54985"> + style="stroke:none" /> + + + + transform="translate(157.732,245.233)" + id="g54992"> + id="id-d5606897-95ab-4999-aa66-d25b36cc8c51" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(162.063,245.233)" + id="g54995"> + id="id-fb420b58-4883-424c-92cf-f63c12e0788a" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(166.851,245.233)" + id="g54998"> + id="id-5993441e-a47a-452d-9e0c-a6e9be698d35" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + transform="translate(171.999,245.233)" + id="g55001"> + id="id-cc3e0998-7177-483a-8118-f3b27943fbaf" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(176.787,245.233)" + id="g55004"> + id="id-496f7cb3-748f-4934-8e35-dba61c2da831" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(181.935,245.233)" + id="g55007"> + id="id-e1e32984-9257-40b0-a068-aa0a9d0cf953" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m -0.75,-2.5 H 2.9375 L 1.609375,-5.25 H 2.21875 Z m 0,0" + style="stroke:none" /> + transform="translate(186.528,245.233)" + id="g55010"> + id="id-55b8a2ea-6bd7-4bdc-938f-c645f87c1b60" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + style="stroke:none" /> + transform="translate(190.957,245.233)" + id="g55013"> + id="id-e381c59a-e08a-481f-8335-c5b68dfe20ae" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="id-0e1f3063-d575-4bf5-9bfa-d734a2242249" + style="fill:#000000;fill-opacity:1"> + - - + id="id-f05a6a08-aae2-4df5-9822-bde5a3f6d780" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.984375,-6.921875 H 3.203125 L 1.875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + + - - + id="id-b64fa177-7aeb-43a9-96c6-2f0233d20e1b" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" /> + + - - + id="id-d1fcb2a9-d6e1-40be-85c8-966d4b329abc" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + + - - + id="id-bb1c7840-1c16-483d-8aae-4d4dae588c26" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + + - - + id="id-b00473ef-ee46-40b1-a2f6-3087427f4f1a" + d="m 1.796875,-0.015625 v -0.8125 H 0.96875 V 0 h 0.25 l -0.25,1.25 H 1.375 Z m 0,0" + style="stroke:none" /> + + + + - - + id="id-72498925-64b5-4f02-ac40-a4369840d6f3" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + + - - + id="id-6a7169ac-c06a-4b9c-97d5-94f439aeaecb" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + + - - + id="id-c57a6b5e-3cc7-4e27-aa1e-7f735a7362c6" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + + - - + id="id-549f3fba-6d59-463c-94b6-04c6eb39ac5f" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" /> + + - - + id="id-3c10f36e-8567-4353-b53c-009eb962ecfc" + d="m 3.3125,2.5 c -0.484375,-0.484375 -1.75,-1.765625 -1.75,-5 0,-0.546875 0.03125,-1.71875 0.4375,-2.890625 0.40625,-1.15625 0.984375,-1.75 1.3125,-2.09375 H 2.703125 C 2.375,-7.171875 1.71875,-6.5625 1.25,-5.34375 0.859375,-4.28125 0.78125,-3.21875 0.78125,-2.5 c 0,3.234375 1.4375,4.546875 1.921875,5 z m 0,0" + style="stroke:none" /> + + - - + id="id-21467438-4a12-43cb-842f-e56daa83713d" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + + - - + id="id-923f9462-fb0e-445b-935b-aa46c3b22188" + d="m 3.078125,-2.5 c 0,-3.21875 -1.4375,-4.53125 -1.90625,-4.984375 H 0.5625 C 1.03125,-7 2.296875,-5.71875 2.296875,-2.5 c 0,0.5625 -0.03125,1.734375 -0.4375,2.90625 C 1.453125,1.5625 0.890625,2.15625 0.5625,2.5 h 0.609375 c 0.3125,-0.3125 0.984375,-0.921875 1.4375,-2.140625 0.40625,-1.0625 0.46875,-2.125 0.46875,-2.859375 z m 0,0" + style="stroke:none" /> + + + + - - + id="id-fdb59f03-d588-420a-a0fc-6771129da8e7" + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + style="stroke:none" /> + + + + - + id="id-aac20f3a-5886-40b1-9daf-9f340c8b25a9" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + style="stroke:none" /> + - - + transform="translate(274.793,245.233)" + id="g55063"> + id="id-68f2ec43-a65b-4460-9d8b-d7bd867cf6a5" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + transform="translate(278.612,245.233)" + id="g55066"> + id="id-bcb6b9e0-1ad4-4f18-8e98-20d0ec0d6b13" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(283.04,245.233)" + id="g55069"> + id="id-78aaca1e-b9ef-4596-8b52-166c3a44804f" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + + + transform="translate(290.824,245.233)" + id="g55073"> + id="id-6d6cc85b-3e11-4f7b-8bf7-f33cd77846f3" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(294.421,245.233)" + id="g55076"> + id="id-d86a82ec-b4e4-42c8-9f9a-0f41e6f2e408" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(299.209,245.233)" + id="g55079"> + id="id-b87d8398-a7fb-4247-b161-3572cbb45f14" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> + + + transform="translate(84.576,257.188)" + id="g55083"> + + + + + + + + + id="id-a4787819-9ac2-4950-bd54-c028315db084" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(99.4123,257.188)" + id="g55093"> + id="id-54784ef3-9a82-4836-8502-0a362fad3f2b" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(104.56,257.188)" + id="g55096"> + id="id-61de76f6-eed7-48ab-a19d-4b37ca2022ad" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + transform="translate(109.708,257.188)" + id="g55099"> + id="id-3533cf58-f972-46ae-82e4-32960c00864d" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" /> + transform="translate(112.088,257.188)" + id="g55102"> + id="id-b6680a42-730d-44d8-ac52-2e9a19c37fd5" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(119.003,257.188)" + id="g55106"> + id="id-cd592d95-ff45-440d-b347-4708f6ccc662" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + + + transform="translate(127.302,257.188)" + id="g55110"> + id="id-698871ca-aeee-4150-97e9-c95fb33a4c71" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" /> + transform="translate(130.706,257.188)" + id="g55113"> + style="stroke:none" /> + transform="translate(135.494,257.188)" + id="g55116"> + id="id-a2ff9658-b03a-4692-af16-d0830a0e0962" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + transform="translate(140.642,257.188)" + id="g55119"> + id="id-5a4cbebf-c156-43d5-ac75-f9725998ac1e" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + transform="translate(145.623,257.188)" + id="g55122"> + id="id-8d11e54d-e8d8-48c4-8b50-c23214f83936" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + transform="translate(149.441,257.188)" + id="g55125"> + style="stroke:none" /> - - - + transform="translate(156.367,257.188)" + id="g55129"> + id="id-edba5ed0-718f-48d5-8a02-bdeb2feaf672" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" /> - - - + transform="translate(164.015,257.188)" + id="g55133"> + id="id-b8fb08c5-f202-4983-aa8c-5aaa7735d0e1" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + transform="translate(168.996,257.188)" + id="g55136"> - - + id="id-f4f3f942-d8b2-4785-864e-f60df6236aa0" + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + style="stroke:none" /> + + - - - - - + style="stroke:none" /> + + - - + id="id-abd6547b-cb1a-4d7f-9d5f-5e9e1aaec45e" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + + - - + id="id-a4e48b55-dda2-4af3-b5bb-50f7c83ecbd0" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + + - - + id="id-28356791-3781-491b-8907-eeea4b5c795d" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + + - - + id="id-6479bb84-41c9-4079-9eaa-71aaf1873fa0" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + + - - + style="stroke:none" /> + + - - - - - + id="id-17e30654-e1a7-4687-818f-a0131f957cdb" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + + transform="translate(205.334,257.188)" + id="g55160"> + id="id-eb8966aa-0261-4171-8cb4-1d01219b8f26" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(207.714,257.188)" + id="g55163"> + id="id-01f92b46-71e1-4e38-9a57-a23ac3beb209" + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(61.136,277.113)" + id="g55167"> + id="id-8ad30945-7ef4-4969-a74e-90f6e4249c22" + d="m 5.3125,-2.296875 c 0,-0.796875 -0.640625,-1.4375 -1.4375,-1.4375 -0.78125,0 -1.4375,0.640625 -1.4375,1.4375 0,0.78125 0.65625,1.421875 1.4375,1.421875 0.796875,0 1.4375,-0.640625 1.4375,-1.421875 z m 0,0" + style="stroke:none" /> + transform="translate(73.866,277.113)" + id="g55171"> + id="id-2a3af2a9-8d0e-4b79-bdb6-e9a59f9984c5" + d="M 4.96875,-1.890625 C 4.96875,-2.53125 4.671875,-3.015625 4.453125,-3.25 3.984375,-3.75 3.65625,-3.84375 2.734375,-4.0625 2.15625,-4.203125 2,-4.25 1.6875,-4.5 1.625,-4.5625 1.34375,-4.859375 1.34375,-5.296875 c 0,-0.578125 0.546875,-1.1875 1.453125,-1.1875 0.84375,0 1.3125,0.328125 1.6875,0.640625 l 0.15625,-0.796875 c -0.546875,-0.328125 -1.109375,-0.5 -1.828125,-0.5 -1.390625,0 -2.25,0.984375 -2.25,1.96875 0,0.421875 0.140625,0.84375 0.53125,1.265625 0.421875,0.453125 0.859375,0.5625 1.453125,0.703125 0.84375,0.21875 0.9375,0.25 1.21875,0.484375 0.203125,0.171875 0.421875,0.5 0.421875,0.9375 0,0.65625 -0.546875,1.3125 -1.453125,1.3125 -0.40625,0 -1.3125,-0.09375 -2.140625,-0.8125 l -0.15625,0.8125 c 0.875,0.546875 1.671875,0.6875 2.296875,0.6875 1.328125,0 2.234375,-1 2.234375,-2.109375 z m 0,0" + style="stroke:none" /> - - - + transform="translate(82.7188,277.113)" + id="g55175"> + id="id-dbc57f8c-4c53-4828-a0e3-ccec1ad3eaab" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + transform="translate(87.979,277.113)" + id="g55179"> + id="id-b30f1966-9025-4784-9e98-92ab2c76afb6" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + transform="translate(93.1267,277.113)" + id="g55182"> + style="stroke:none" /> + transform="translate(97.5551,277.113)" + id="g55185"> + id="id-f2deb6cd-2c2c-4b22-a67c-26917ea057e0" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + transform="translate(102.149,277.113)" + id="g55188"> + id="id-cff059d0-0fe7-4278-ae0d-eef0d1a639a0" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(106.48,277.113)" + id="g55191"> + id="id-d6f76271-e4e9-4968-a7e2-a5f7b74ee7b1" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + transform="translate(111.627,277.113)" + id="g55194"> + id="id-082fcbce-0b8e-47d1-bb3a-c57ddfdb0cee" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(116.415,277.113)" + id="g55197"> + id="id-e1b36b83-24d4-42d1-a988-7c1c7d652bc1" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(121.563,277.113)" + id="g55200"> + style="stroke:none" /> + + + + transform="translate(135.176,277.113)" + id="g55207"> + + + + + + + id="id-4314abce-15c7-41f2-923d-95e2e5fa1361" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + transform="translate(149.733,277.113)" + id="g55216"> + id="id-654e0d9a-4f82-4dac-b580-20b156741415" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(153.331,277.113)" + id="g55219"> + style="stroke:none" /> + transform="translate(158.119,277.113)" + id="g55222"> + id="id-c8fae146-a605-45d3-8aca-861dc3e4234f" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(160.499,277.113)" + id="g55225"> + style="stroke:none" /> + transform="translate(164.927,277.113)" + id="g55228"> + id="id-cb823763-ed3a-4bb6-9de2-ddd805107269" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" /> + + + + + + + + + discordový kanál, + + + + + + + + + + + id="g12333"> + id="id-c2a62dc8-e74a-48df-92f5-816de75a10b3"> + id="id-db8a5971-e581-4d1b-97b8-4951ff8d9594"> + id="id-7095e557-fced-4f7f-9c2d-d01d97595c8f" + overflow="visible"> + style="stroke:none" /> + id="id-74e2163d-0f1a-4fb2-8ac5-63facff835da" + overflow="visible"> + id="id-8a153723-206c-4dd8-87d9-c38b7406fb7e" + d="m 6.5625,-2.390625 c 0,-1.34375 -1,-2.34375 -2.1875,-2.625 l -1.140625,-0.25 C 2.96875,-5.328125 2.21875,-5.609375 2.21875,-6.28125 c 0,-1.015625 1.015625,-1.046875 1.421875,-1.046875 0.671875,0 1.265625,0.15625 1.859375,0.734375 0.1875,0.171875 0.203125,0.1875 0.25,0.1875 0.078125,0 0.125,-0.03125 0.171875,-0.21875 L 6.09375,-7.65625 C 6.125,-7.75 6.125,-7.78125 6.125,-7.8125 6.125,-7.90625 6.109375,-7.921875 5.8125,-8.078125 4.953125,-8.5 4.25,-8.5625 3.640625,-8.5625 c -1.0625,0 -2.90625,0.25 -2.90625,2.484375 0,0.859375 0.4375,1.40625 0.671875,1.640625 0.609375,0.625 1.15625,0.75 2.09375,0.953125 0.671875,0.15625 0.9375,0.21875 1.203125,0.453125 0.109375,0.125 0.359375,0.375 0.359375,0.828125 0,1.125 -1.015625,1.15625 -1.421875,1.15625 -1,0 -1.875,-0.40625 -2.46875,-0.9375 C 1.03125,-2.125 1,-2.125 0.953125,-2.125 c -0.0625,0 -0.125,0.03125 -0.171875,0.21875 L 0.609375,-0.875 c -0.03125,0.09375 -0.03125,0.125 -0.03125,0.15625 0,0.25 1.25,0.6875 1.3125,0.703125 0.796875,0.25 1.4375,0.28125 1.75,0.28125 1.796875,0 2.921875,-0.796875 2.921875,-2.65625 z m 0,0" + style="stroke:none" /> + id="id-a8abc416-c6f2-4dd7-a3c9-5246c9253ce0" + overflow="visible"> + id="id-7138b5f9-31ce-4349-b4ca-c53f895f3527" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" /> + id="id-b6f9bf21-0235-40fe-a65d-1e4e01c1cc78" + overflow="visible"> + id="id-937e3cc7-ef73-4bbe-ab6e-995509eb7bd0" + d="m 6.25,-2.765625 c 0,-0.578125 0,-2.84375 -2.15625,-2.84375 -0.71875,0 -1.34375,0.296875 -1.78125,0.703125 0,-0.453125 -0.15625,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 V 1.75 c 0,0.421875 0.125,0.5625 0.5625,0.5625 H 1.78125 c 0.453125,0 0.578125,-0.15625 0.578125,-0.5625 V -0.46875 C 2.890625,0.125 3.546875,0.125 3.71875,0.125 6.25,0.125 6.25,-2.15625 6.25,-2.765625 Z m -1.625,0.03125 c 0,0.46875 0,2 -1.34375,2 -0.28125,0 -0.5,-0.09375 -0.640625,-0.203125 -0.28125,-0.203125 -0.28125,-0.25 -0.28125,-0.46875 v -2.875 c 0.125,-0.125 0.515625,-0.390625 1.03125,-0.390625 1.21875,0 1.234375,1.40625 1.234375,1.9375 z m 0,0" + style="stroke:none" /> + id="id-a717effe-5244-4ac6-93b6-ec92a19af6e0" + overflow="visible"> + id="id-4e684b17-e55d-4f66-a648-6b703a47a2c5" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 Z M 2.40625,-7.25 v -0.21875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.21875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.578125,-0.21875 0.578125,-0.578125 z m 0,0" + style="stroke:none" /> + id="id-9fe8f3ff-4246-4072-a08e-573e0366e811" + overflow="visible"> + id="id-cf70e099-654a-442c-b24c-97f9ece86777" + d="M 4.734375,-1.6875 C 4.734375,-2.359375 4.375,-2.765625 4.15625,-2.96875 3.6875,-3.390625 3.265625,-3.46875 2.765625,-3.5625 2.109375,-3.6875 1.625,-3.78125 1.625,-4.25 c 0,-0.484375 0.390625,-0.578125 0.859375,-0.578125 0.796875,0 1.234375,0.296875 1.546875,0.5625 0.109375,0.125 0.140625,0.125 0.1875,0.125 0.125,0 0.140625,-0.109375 0.15625,-0.15625 C 4.40625,-4.40625 4.515625,-5.0625 4.515625,-5.125 c 0,-0.1875 -0.625,-0.359375 -0.765625,-0.40625 -0.46875,-0.140625 -0.859375,-0.140625 -1.171875,-0.140625 -0.53125,0 -2.140625,0 -2.140625,1.703125 0,0.59375 0.265625,0.9375 0.59375,1.234375 0.421875,0.375 0.875,0.46875 1.5625,0.59375 0.34375,0.0625 0.953125,0.171875 0.953125,0.6875 0,0.5625 -0.46875,0.65625 -0.921875,0.65625 -0.53125,0 -1.203125,-0.15625 -1.765625,-0.828125 -0.0625,-0.0625 -0.09375,-0.09375 -0.171875,-0.09375 -0.109375,0 -0.140625,0.109375 -0.15625,0.171875 C 0.515625,-1.375 0.375,-0.6875 0.375,-0.578125 c 0,0.21875 0.890625,0.5 0.890625,0.5 C 1.921875,0.125 2.421875,0.125 2.625,0.125 c 0.609375,0 2.109375,-0.046875 2.109375,-1.8125 z m -0.28125,-6.421875 c 0.0625,-0.09375 0,-0.21875 -0.109375,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.078125,0.015625 L 2.53125,-7.09375 1.359375,-8.3125 c -0.015625,0 -0.0625,-0.015625 -0.0625,-0.015625 h -0.5625 c -0.125,0 -0.203125,0.15625 -0.140625,0.25 L 1.75,-6.4375 c 0.015625,0.03125 0.0625,0.046875 0.109375,0.046875 h 1.3125 c 0.0625,0 0.09375,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" /> + id="id-426b91d1-ece4-4254-8701-d2805a4a1051" + overflow="visible"> + + + + style="stroke:none" /> + id="id-e9c03452-8cf8-44c0-8693-37bf4088c037" + overflow="visible"> + id="id-3d2cc21c-0db7-4a35-b330-98df8e40f974" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + style="stroke:none" /> + id="id-34abb7f9-45b0-40fa-8388-0d773bb3e86e" + overflow="visible"> + id="id-a352ba93-db62-49a8-9b8e-78ab0f197073" + d="" + style="stroke:none" /> + id="id-c5f2b7b2-f39f-43e0-96e3-eb8b08c1a560" + overflow="visible"> + id="id-c0cd74bb-53d0-4270-ad05-0f7dc31ab6cd" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + id="id-e35d4a3d-fcdb-436d-890d-cbd9eefebad7" + overflow="visible"> + id="id-06c2907a-46a6-46a6-afe2-220ddf7edee8" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + style="stroke:none" /> + id="id-e7ee3b94-0fd9-4391-aeda-b516ff4a1e2e" + overflow="visible"> + id="id-f42adc5e-b19f-444c-b3f8-64208aeeeb97" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" /> + id="id-1c8d67d2-ed4c-4a75-8ce1-6da79ddfbbd0" + overflow="visible"> + id="id-4127928a-17ca-4f7e-8d05-0048df0abf5d" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + id="id-345258b2-8ee6-45e4-a9f1-a2dc9430f6f0" + overflow="visible"> + id="id-f87a6775-b38a-4680-b84c-9361e20ab90b" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + style="stroke:none" /> + id="id-ff40f6db-b8c6-43fe-8947-6c8a82a15df9" + overflow="visible"> + id="id-f3e55dde-4692-4c54-a7a4-52a3398a555e" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" /> + id="id-c7cb5af7-0af4-4944-b75c-c3541fcd1dfb" + overflow="visible"> + id="id-0f44d70b-5b11-4de9-8dc5-6755aa1b096c" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + id="id-608969c1-63cb-499a-8598-06ec8fe8d44b" + overflow="visible"> + id="id-d93bb9ca-988e-40ff-b455-c40af1146826" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m -0.75,-2.5 H 2.9375 L 1.609375,-5.25 H 2.21875 Z m 0,0" + style="stroke:none" /> + id="id-3cd228c9-3e57-4760-8f58-133a4544e228" + overflow="visible"> + id="id-637c2533-3024-48fe-9328-e4d5352967f8" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" /> + id="id-09b5b019-d630-498e-a220-8f6d042cde80" + overflow="visible"> + + + + + + + id="id-153fad7b-25ad-4143-bc0b-3770976e86b7" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + id="id-a9eb223e-42aa-4158-9b51-9521596c7f37" + overflow="visible"> + id="id-279080ef-0e84-4436-83ed-8018b5fbdb52" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" /> + id="id-5507cb9c-69d3-4ea5-bf30-208c992a3300" + overflow="visible"> + id="id-42ee6521-8ca4-4584-bfd1-0e14a3e37637" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" /> + id="id-ad16ef85-c4c7-475d-8243-cbd749bca559" + overflow="visible"> + id="id-545d537c-4b8f-4925-be1e-c3c725165e90" + d="m 1.796875,-0.015625 v -0.8125 H 0.96875 V 0 h 0.25 l -0.25,1.25 H 1.375 Z m 0,0" + style="stroke:none" /> + id="id-4dbdb5ca-2a02-490f-9bee-2f73c0c4c61e" + overflow="visible"> + id="id-88b79691-1109-4bd2-b81f-63fae230e7ef" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + id="id-f8f893b4-c4f0-4ed6-b00f-09afff6e9ce1" + overflow="visible"> + id="id-512cedb6-d9ff-42d1-bc4e-afa2e80d7edd" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + id="id-c67ed901-f824-4d91-ac0c-22aeeb3d64b4" + overflow="visible"> + id="id-d72aa9b7-008d-4cf5-98ec-bcfabf629b64" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> + transform="translate(-162.378,-29.7465)" + id="id-eb2d5491-397a-4152-9d95-a5f5e43b2002"> - - - - - - - - - - - - - - - - - - - - - + transform="translate(177.323,38.309)" + id="g12186"> + id="id-d52bb9d7-6b09-44b2-9e41-3cd41a3cdfb6" + d="m 6.5625,-2.390625 c 0,-1.34375 -1,-2.34375 -2.1875,-2.625 l -1.140625,-0.25 C 2.96875,-5.328125 2.21875,-5.609375 2.21875,-6.28125 c 0,-1.015625 1.015625,-1.046875 1.421875,-1.046875 0.671875,0 1.265625,0.15625 1.859375,0.734375 0.1875,0.171875 0.203125,0.1875 0.25,0.1875 0.078125,0 0.125,-0.03125 0.171875,-0.21875 L 6.09375,-7.65625 C 6.125,-7.75 6.125,-7.78125 6.125,-7.8125 6.125,-7.90625 6.109375,-7.921875 5.8125,-8.078125 4.953125,-8.5 4.25,-8.5625 3.640625,-8.5625 c -1.0625,0 -2.90625,0.25 -2.90625,2.484375 0,0.859375 0.4375,1.40625 0.671875,1.640625 0.609375,0.625 1.15625,0.75 2.09375,0.953125 0.671875,0.15625 0.9375,0.21875 1.203125,0.453125 0.109375,0.125 0.359375,0.375 0.359375,0.828125 0,1.125 -1.015625,1.15625 -1.421875,1.15625 -1,0 -1.875,-0.40625 -2.46875,-0.9375 C 1.03125,-2.125 1,-2.125 0.953125,-2.125 c -0.0625,0 -0.125,0.03125 -0.171875,0.21875 L 0.609375,-0.875 c -0.03125,0.09375 -0.03125,0.125 -0.03125,0.15625 0,0.25 1.25,0.6875 1.3125,0.703125 0.796875,0.25 1.4375,0.28125 1.75,0.28125 1.796875,0 2.921875,-0.796875 2.921875,-2.65625 z m 0,0" + style="stroke:none" /> + transform="translate(184.629,38.309)" + id="g12190"> + id="id-aeb76a59-94fb-4ebc-827f-5c66fdade02c" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" /> - - + transform="translate(190.739,38.309)" + id="g12194"> - - - - - + style="stroke:none" /> + transform="translate(197.447,38.309)" + id="g12197"> - - - - - - - - - - - - - - - - - - - - - - - - - - + style="stroke:none" /> + transform="translate(200.502,38.309)" + id="g12200"> + id="id-ef9bb575-ca57-4c91-b6e9-29626f11ca3d" + d="M 4.734375,-1.6875 C 4.734375,-2.359375 4.375,-2.765625 4.15625,-2.96875 3.6875,-3.390625 3.265625,-3.46875 2.765625,-3.5625 2.109375,-3.6875 1.625,-3.78125 1.625,-4.25 c 0,-0.484375 0.390625,-0.578125 0.859375,-0.578125 0.796875,0 1.234375,0.296875 1.546875,0.5625 0.109375,0.125 0.140625,0.125 0.1875,0.125 0.125,0 0.140625,-0.109375 0.15625,-0.15625 C 4.40625,-4.40625 4.515625,-5.0625 4.515625,-5.125 c 0,-0.1875 -0.625,-0.359375 -0.765625,-0.40625 -0.46875,-0.140625 -0.859375,-0.140625 -1.171875,-0.140625 -0.53125,0 -2.140625,0 -2.140625,1.703125 0,0.59375 0.265625,0.9375 0.59375,1.234375 0.421875,0.375 0.875,0.46875 1.5625,0.59375 0.34375,0.0625 0.953125,0.171875 0.953125,0.6875 0,0.5625 -0.46875,0.65625 -0.921875,0.65625 -0.53125,0 -1.203125,-0.15625 -1.765625,-0.828125 -0.0625,-0.0625 -0.09375,-0.09375 -0.171875,-0.09375 -0.109375,0 -0.140625,0.109375 -0.15625,0.171875 C 0.515625,-1.375 0.375,-0.6875 0.375,-0.578125 c 0,0.21875 0.890625,0.5 0.890625,0.5 C 1.921875,0.125 2.421875,0.125 2.625,0.125 c 0.609375,0 2.109375,-0.046875 2.109375,-1.8125 z m -0.28125,-6.421875 c 0.0625,-0.09375 0,-0.21875 -0.109375,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.078125,0.015625 L 2.53125,-7.09375 1.359375,-8.3125 c -0.015625,0 -0.0625,-0.015625 -0.0625,-0.015625 h -0.5625 c -0.125,0 -0.203125,0.15625 -0.140625,0.25 L 1.75,-6.4375 c 0.015625,0.03125 0.0625,0.046875 0.109375,0.046875 h 1.3125 c 0.0625,0 0.09375,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" /> + transform="translate(209.931,38.309)" + id="g12204"> + id="id-dbe8b409-2ddb-445e-9ad6-350dfe75f3e6" + d="m 4.25,-4.71875 v -0.5625 c 0,-0.234375 0,-0.328125 -0.203125,-0.328125 -0.34375,0 -1.21875,0.125 -1.78125,1.40625 V -4.96875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.578125 v 4.390625 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 V -2.75 c 0,-1.140625 0.953125,-1.59375 1.703125,-1.65625 0.21875,0 0.234375,0 0.234375,-0.3125 z M 4.15625,-8.109375 c 0.0625,-0.09375 0,-0.21875 -0.109375,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.078125,0.015625 L 2.234375,-7.09375 1.0625,-8.3125 c -0.015625,0 -0.078125,-0.015625 -0.078125,-0.015625 H 0.4375 c -0.125,0 -0.203125,0.15625 -0.140625,0.25 L 1.453125,-6.4375 C 1.46875,-6.40625 1.5,-6.390625 1.546875,-6.390625 H 2.875 c 0.046875,0 0.09375,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" /> - + + id="id-42df5ddf-639f-4f3a-a56c-10248865af99" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" /> + transform="translate(220.491,38.309)" + id="g12210"> + id="id-58fb2762-5949-4863-816f-2ab9c529836d" + d="M 4.734375,-1.6875 C 4.734375,-2.359375 4.375,-2.765625 4.15625,-2.96875 3.6875,-3.390625 3.265625,-3.46875 2.765625,-3.5625 2.109375,-3.6875 1.625,-3.78125 1.625,-4.25 c 0,-0.484375 0.390625,-0.578125 0.859375,-0.578125 0.796875,0 1.234375,0.296875 1.546875,0.5625 0.109375,0.125 0.140625,0.125 0.1875,0.125 0.125,0 0.140625,-0.109375 0.15625,-0.15625 C 4.40625,-4.40625 4.515625,-5.0625 4.515625,-5.125 c 0,-0.1875 -0.625,-0.359375 -0.765625,-0.40625 -0.46875,-0.140625 -0.859375,-0.140625 -1.171875,-0.140625 -0.53125,0 -2.140625,0 -2.140625,1.703125 0,0.59375 0.265625,0.9375 0.59375,1.234375 0.421875,0.375 0.875,0.46875 1.5625,0.59375 0.34375,0.0625 0.953125,0.171875 0.953125,0.6875 0,0.5625 -0.46875,0.65625 -0.921875,0.65625 -0.53125,0 -1.203125,-0.15625 -1.765625,-0.828125 -0.0625,-0.0625 -0.09375,-0.09375 -0.171875,-0.09375 -0.109375,0 -0.140625,0.109375 -0.15625,0.171875 C 0.515625,-1.375 0.375,-0.6875 0.375,-0.578125 c 0,0.21875 0.890625,0.5 0.890625,0.5 C 1.921875,0.125 2.421875,0.125 2.625,0.125 c 0.609375,0 2.109375,-0.046875 2.109375,-1.8125 z m -0.28125,-6.421875 c 0.0625,-0.09375 0,-0.21875 -0.109375,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.078125,0.015625 L 2.53125,-7.09375 1.359375,-8.3125 c -0.015625,0 -0.0625,-0.015625 -0.0625,-0.015625 h -0.5625 c -0.125,0 -0.203125,0.15625 -0.140625,0.25 L 1.75,-6.4375 c 0.015625,0.03125 0.0625,0.046875 0.109375,0.046875 h 1.3125 c 0.0625,0 0.09375,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" /> + transform="translate(225.532,38.309)" + id="g12213"> + id="id-7470ee55-d3b3-450f-bc3b-a19d5eac1a6e" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" /> + transform="translate(231.643,38.309)" + id="g12216"> + id="id-39c35119-1477-423b-baa4-9cadc764b490" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" /> + transform="translate(238.351,38.309)" + id="g12219"> + id="id-75b65d58-afb3-4bee-af62-7d74d486ec29" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + style="stroke:none" /> + + id="g24066"> + id="id-adbcc954-bdaf-4423-8d6d-ba549f2e84e1"> + id="id-977d8e91-056b-4f44-8f37-0d927751c426"> + id="id-4e1bc5e6-4add-4730-ad65-8cdc623edcec" + overflow="visible"> + style="stroke:none" /> + id="id-ed7bc87e-6615-4f6c-bb0f-5a0e04e86c44" + overflow="visible"> + id="id-64884a70-feec-4d2b-a982-5dc85d1b7b8f" + d="m 6.5625,-2.390625 c 0,-1.34375 -1,-2.34375 -2.1875,-2.625 l -1.140625,-0.25 C 2.96875,-5.328125 2.21875,-5.609375 2.21875,-6.28125 c 0,-1.015625 1.015625,-1.046875 1.421875,-1.046875 0.671875,0 1.265625,0.15625 1.859375,0.734375 0.1875,0.171875 0.203125,0.1875 0.25,0.1875 0.078125,0 0.125,-0.03125 0.171875,-0.21875 L 6.09375,-7.65625 C 6.125,-7.75 6.125,-7.78125 6.125,-7.8125 6.125,-7.90625 6.109375,-7.921875 5.8125,-8.078125 4.953125,-8.5 4.25,-8.5625 3.640625,-8.5625 c -1.0625,0 -2.90625,0.25 -2.90625,2.484375 0,0.859375 0.4375,1.40625 0.671875,1.640625 0.609375,0.625 1.15625,0.75 2.09375,0.953125 0.671875,0.15625 0.9375,0.21875 1.203125,0.453125 0.109375,0.125 0.359375,0.375 0.359375,0.828125 0,1.125 -1.015625,1.15625 -1.421875,1.15625 -1,0 -1.875,-0.40625 -2.46875,-0.9375 C 1.03125,-2.125 1,-2.125 0.953125,-2.125 c -0.0625,0 -0.125,0.03125 -0.171875,0.21875 L 0.609375,-0.875 c -0.03125,0.09375 -0.03125,0.125 -0.03125,0.15625 0,0.25 1.25,0.6875 1.3125,0.703125 0.796875,0.25 1.4375,0.28125 1.75,0.28125 1.796875,0 2.921875,-0.796875 2.921875,-2.65625 z m 0,0" + style="stroke:none" /> + id="id-2bbc649c-ca6a-40cf-9c76-724b75d076cf" + overflow="visible"> + id="id-a1c70f37-300c-4863-be9b-7e21fcc2a7c4" + d="m 6.1875,-2.6875 c 0,-1.96875 -0.953125,-2.984375 -2.90625,-2.984375 -1.984375,0 -2.90625,1.0625 -2.90625,2.984375 0,1.953125 1.03125,2.8125 2.90625,2.8125 1.875,0 2.90625,-0.859375 2.90625,-2.8125 z m -1.625,-0.140625 c 0,0.9375 0,2.03125 -1.28125,2.03125 C 2,-0.796875 2,-1.875 2,-2.828125 2,-3.75 2,-4.8125 3.28125,-4.8125 c 1.28125,0 1.28125,1.046875 1.28125,1.984375 z m 0,0" + style="stroke:none" /> + id="id-db06980d-47ea-46a8-9ce4-74dd07648404" + overflow="visible"> + id="id-461d9f8f-94b3-423d-be0c-93509edeca43" + d="M 5.96875,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 4.921875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.5625 v 2.84375 c 0,0.78125 -0.40625,1.46875 -1.265625,1.46875 -0.65625,0 -0.734375,-0.171875 -0.734375,-0.8125 v -3.5 c 0,-0.375 -0.078125,-0.5625 -0.578125,-0.5625 h -0.46875 c -0.4375,0 -0.578125,0.125 -0.578125,0.5625 V -1.5 c 0,1.265625 0.6875,1.625 1.9375,1.625 0.3125,0 1.171875,0 1.734375,-1.015625 v 0.3125 C 4.390625,-0.1875 4.46875,0 4.953125,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" /> + id="id-5c15a072-3428-423c-a3d2-6c357700bd7f" + overflow="visible"> + id="id-e7914aa8-a470-4edc-a591-b126b6b4caa8" + d="M 4.734375,-1.6875 C 4.734375,-2.359375 4.375,-2.765625 4.15625,-2.96875 3.6875,-3.390625 3.265625,-3.46875 2.765625,-3.5625 2.109375,-3.6875 1.625,-3.78125 1.625,-4.25 c 0,-0.484375 0.390625,-0.578125 0.859375,-0.578125 0.796875,0 1.234375,0.296875 1.546875,0.5625 0.109375,0.125 0.140625,0.125 0.1875,0.125 0.125,0 0.140625,-0.109375 0.15625,-0.15625 C 4.40625,-4.40625 4.515625,-5.0625 4.515625,-5.125 c 0,-0.1875 -0.625,-0.359375 -0.765625,-0.40625 -0.46875,-0.140625 -0.859375,-0.140625 -1.171875,-0.140625 -0.53125,0 -2.140625,0 -2.140625,1.703125 0,0.59375 0.265625,0.9375 0.59375,1.234375 0.421875,0.375 0.875,0.46875 1.5625,0.59375 0.34375,0.0625 0.953125,0.171875 0.953125,0.6875 0,0.5625 -0.46875,0.65625 -0.921875,0.65625 -0.53125,0 -1.203125,-0.15625 -1.765625,-0.828125 -0.0625,-0.0625 -0.09375,-0.09375 -0.171875,-0.09375 -0.109375,0 -0.140625,0.109375 -0.15625,0.171875 C 0.515625,-1.375 0.375,-0.6875 0.375,-0.578125 c 0,0.21875 0.890625,0.5 0.890625,0.5 C 1.921875,0.125 2.421875,0.125 2.625,0.125 c 0.609375,0 2.109375,-0.046875 2.109375,-1.8125 z m 0,0" + style="stroke:none" /> + id="id-31afcaa3-969c-4874-b0e4-a0e082ac2a2f" + overflow="visible"> + id="id-eb15e67a-9d72-4ffb-abf0-a0b3060b04cc" + d="m 4.453125,-0.5625 c 0,-0.03125 -0.015625,-0.125 -0.09375,-0.375 -0.0625,-0.234375 -0.078125,-0.3125 -0.1875,-0.3125 -0.0625,0 -0.078125,0.015625 -0.140625,0.09375 -0.140625,0.09375 -0.453125,0.359375 -0.953125,0.359375 -0.296875,0 -0.46875,-0.203125 -0.46875,-1 v -2.8125 h 1.0625 c 0.140625,0 0.578125,0 0.578125,-0.4375 0,-0.421875 -0.4375,-0.421875 -0.578125,-0.421875 h -1.0625 v -1 c 0,-0.375 -0.09375,-0.578125 -0.578125,-0.578125 h -0.375 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 1 H 0.8125 c -0.125,0 -0.578125,0 -0.578125,0.421875 0,0.4375 0.4375,0.4375 0.578125,0.4375 h 0.234375 v 3.015625 c 0,1.21875 0.4375,1.71875 1.265625,1.71875 0.109375,0 0.625,0 1.25,-0.1875 0.203125,-0.0625 0.890625,-0.265625 0.890625,-0.5 z m 0,0" + style="stroke:none" /> + id="id-f86eb7ee-12c0-45d1-94ce-6e4e1a4b4cdd" + overflow="visible"> + id="id-2372ad9b-1ad3-4ef3-92a8-7dae328ed2b9" + d="m 4.25,-4.71875 v -0.5625 c 0,-0.234375 0,-0.328125 -0.203125,-0.328125 -0.34375,0 -1.21875,0.125 -1.78125,1.40625 V -4.96875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.578125 v 4.390625 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 V -2.75 c 0,-1.140625 0.953125,-1.59375 1.703125,-1.65625 0.21875,0 0.234375,0 0.234375,-0.3125 z M 4.15625,-8.109375 c 0.0625,-0.09375 0,-0.21875 -0.109375,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.078125,0.015625 L 2.234375,-7.09375 1.0625,-8.3125 c -0.015625,0 -0.078125,-0.015625 -0.078125,-0.015625 H 0.4375 c -0.125,0 -0.203125,0.15625 -0.140625,0.25 L 1.453125,-6.4375 C 1.46875,-6.40625 1.5,-6.390625 1.546875,-6.390625 H 2.875 c 0.046875,0 0.09375,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" /> + id="id-ba95223d-91ad-4bb4-a9f7-e73ece693876" + overflow="visible"> + + + + style="stroke:none" /> + id="id-65163f88-bf0c-4956-8c85-edd69ede557c" + overflow="visible"> + id="id-9ab5adf9-2ad4-4fa5-a355-f7efc8742361" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z M 5,-8.109375 c 0.0625,-0.09375 0,-0.21875 -0.125,-0.21875 H 4.3125 c 0,0 -0.046875,0.015625 -0.0625,0.015625 L 3.078125,-7.09375 1.90625,-8.3125 c -0.03125,0 -0.078125,-0.015625 -0.078125,-0.015625 h -0.5625 c -0.125,0 -0.1875,0.15625 -0.125,0.25 L 2.28125,-6.4375 c 0.03125,0.03125 0.0625,0.046875 0.109375,0.046875 H 3.71875 c 0.046875,0 0.078125,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" /> + id="id-b692a16c-a3c0-4399-b6a4-67efa54245f6" + overflow="visible"> + id="id-e1693c6b-6413-4645-a1b5-0bf2a1388c4a" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" /> + id="id-ee5ead65-60de-4f99-83d3-80226662a9f7" + overflow="visible"> + id="id-1669e07d-fcef-4787-b41d-c1ff4c6fca80" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + style="stroke:none" /> + id="id-186fcc19-52f0-45d0-9ee6-494f323487e7" + overflow="visible"> + id="id-5d52f681-f93e-4b61-bbd8-5bbb10af0afb" + d="" + style="stroke:none" /> + id="id-57c66728-4576-4678-ab43-59d7bdfbe3fd" + overflow="visible"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + id="id-539ecd6e-3699-4fbc-8cf1-9e1c9e15903e" + d="m 4.453125,-0.5625 c 0,-0.03125 -0.015625,-0.125 -0.09375,-0.375 -0.0625,-0.234375 -0.078125,-0.3125 -0.1875,-0.3125 -0.0625,0 -0.078125,0.015625 -0.140625,0.09375 -0.140625,0.09375 -0.453125,0.359375 -0.953125,0.359375 -0.296875,0 -0.46875,-0.203125 -0.46875,-1 v -2.8125 h 1.0625 c 0.140625,0 0.578125,0 0.578125,-0.4375 0,-0.421875 -0.4375,-0.421875 -0.578125,-0.421875 h -1.0625 v -1 c 0,-0.375 -0.09375,-0.578125 -0.578125,-0.578125 h -0.375 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 1 H 0.8125 c -0.125,0 -0.578125,0 -0.578125,0.421875 0,0.4375 0.4375,0.4375 0.578125,0.4375 h 0.234375 v 3.015625 c 0,1.21875 0.4375,1.71875 1.265625,1.71875 0.109375,0 0.625,0 1.25,-0.1875 0.203125,-0.0625 0.890625,-0.265625 0.890625,-0.5 z m 0,0" + style="stroke:none" /> + + transform="translate(208.023,38.309)" + id="g24008"> + id="id-42d6eaaf-f7bf-4b72-8247-9cebf096898b" + d="m 4.25,-4.71875 v -0.5625 c 0,-0.234375 0,-0.328125 -0.203125,-0.328125 -0.34375,0 -1.21875,0.125 -1.78125,1.40625 V -4.96875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.578125 v 4.390625 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 V -2.75 c 0,-1.140625 0.953125,-1.59375 1.703125,-1.65625 0.21875,0 0.234375,0 0.234375,-0.3125 z M 4.15625,-8.109375 c 0.0625,-0.09375 0,-0.21875 -0.109375,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.078125,0.015625 L 2.234375,-7.09375 1.0625,-8.3125 c -0.015625,0 -0.078125,-0.015625 -0.078125,-0.015625 H 0.4375 c -0.125,0 -0.203125,0.15625 -0.140625,0.25 L 1.453125,-6.4375 C 1.46875,-6.40625 1.5,-6.390625 1.546875,-6.390625 H 2.875 c 0.046875,0 0.09375,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" /> + transform="translate(212.473,38.309)" + id="g24011"> + id="id-d4ad9ab0-0c75-490c-ad80-203685dee3b0" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" /> + transform="translate(218.583,38.309)" + id="g24014"> + id="id-c1c950f6-5c4d-47c0-a45b-aec354e05849" + d="M 5.96875,-0.578125 V -7.71875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 h -0.4375 C 4.5,-8.296875 4.375,-8.140625 4.375,-7.71875 v 2.703125 c -0.53125,-0.5 -1.140625,-0.59375 -1.5,-0.59375 -2.4375,0 -2.4375,2.296875 -2.4375,2.890625 0,0.546875 0,2.84375 2.375,2.84375 0.5,0 1.015625,-0.140625 1.53125,-0.6875 C 4.34375,-0.125 4.5,0 4.90625,0 H 5.390625 C 5.84375,0 5.96875,-0.15625 5.96875,-0.578125 Z M 4.34375,-1.5 c 0,0.203125 0,0.3125 -0.34375,0.5625 -0.3125,0.1875 -0.578125,0.203125 -0.71875,0.203125 -1.21875,0 -1.21875,-1.09375 -1.21875,-1.984375 0,-0.90625 0,-2.03125 1.34375,-2.03125 0.34375,0 0.671875,0.125 0.9375,0.375 z m 0,0" + style="stroke:none" /> + transform="translate(225.291,38.309)" + id="g24017"> + id="id-2cebecc4-9ebc-4b6d-8ef4-bb32240a5e4f" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z M 5,-8.109375 c 0.0625,-0.09375 0,-0.21875 -0.125,-0.21875 H 4.3125 c 0,0 -0.046875,0.015625 -0.0625,0.015625 L 3.078125,-7.09375 1.90625,-8.3125 c -0.03125,0 -0.078125,-0.015625 -0.078125,-0.015625 h -0.5625 c -0.125,0 -0.1875,0.15625 -0.125,0.25 L 2.28125,-6.4375 c 0.03125,0.03125 0.0625,0.046875 0.109375,0.046875 H 3.71875 c 0.046875,0 0.078125,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" /> + transform="translate(231.401,38.309)" + id="g24020"> + id="id-d3db807f-5a5a-4371-a148-3f22db7c0710" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" /> - - + transform="translate(238.109,38.309)" + id="g24023"> + id="id-ca0b075a-0d0c-4901-baca-147faa1deba3" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + style="stroke:none" /> + transform="translate(181.177,50.573)" + id="g24027"> + id="id-dffe0b59-b11c-4d7f-bf97-df7244a13fbc" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + transform="translate(186.325,50.573)" + id="g24030"> + id="id-00fa832f-4207-401a-bd62-2e5e3d772dce" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + transform="translate(190.918,50.573)" + id="g24033"> + id="id-8739f6d2-9787-42fc-91af-4ea99fa5f8ef" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(195.706,50.573)" + id="g24036"> + id="id-d5e948a9-61ee-4fc9-8bac-7906f82bc8ee" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> + + + + + + + + + + transform="translate(215.684,50.573)" + id="g24049"> + id="id-7bb78a31-5663-4038-8f8d-e5e222227da8" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" /> + transform="translate(219.089,50.573)" + id="g24052"> + id="id-6c796ee2-53ea-4e39-9c07-e7bf6a14f9c7" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + + + transform="translate(224.349,50.573)" + id="g24056"> + id="id-be9b2083-3d38-4217-82c0-99be80b284b5" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + style="stroke:none" /> + transform="translate(228.777,50.573)" + id="g24059"> + id="id-cb2971b9-de3b-47f2-920b-2a3365bf34b7" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + + + - + ns10:texconverter="pdflatex" + ns10:pdfconverter="inkscape" + ns10:text="\\nadpis{\\textbf{Dort}}\n\\vspace{-2 mm}\n\\podnadpis{za nejlep\u0161\xed \u010dl\xe1nek}" + ns10:preamble="/home/katerina/.config/inkscape/extensions/textext/default_packages.tex" + ns10:scale="1.0662968392813867" + ns10:alignment="middle center" + ns10:inkscapeversion="1.0" + ns10:jacobian_sqrt="0.376166" + id="g29871"> + id="id-290ef964-ff65-4b10-ae85-b482a33a4a01"> + id="id-8f3afe4e-446d-4daa-bdce-08c7be576cd6"> + id="id-4c8a2e50-9422-4968-98f4-4b1fa25c0b80" + overflow="visible"> + style="stroke:none" /> + id="id-5ea68760-8dbd-4394-bd04-40b753822565" + overflow="visible"> + id="id-2ec398c4-c516-4b84-8279-2a7186e37cfd" + d="m 8.75,-4.09375 c 0,-0.9375 -0.15625,-2.09375 -0.828125,-2.953125 -0.890625,-1.109375 -2.328125,-1.25 -3.109375,-1.25 H 1.65625 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 7.140625 C 1.09375,-0.140625 1.21875,0 1.65625,0 H 4.8125 C 7.734375,0 8.75,-1.75 8.75,-4.09375 Z m -1.71875,0 c 0,1.359375 -0.140625,3.0625 -2.6875,3.0625 H 2.8125 v -6.234375 h 1.53125 c 2.578125,0 2.6875,1.84375 2.6875,3.171875 z m 0,0" + style="stroke:none" /> + id="id-4655d36e-87d7-43b6-ab20-84feff226705" + overflow="visible"> - - - - - - - - - + style="stroke:none" /> - - - - - - + id="id-e68e4441-bc15-4157-82e3-45a0c9fafa8a" + overflow="visible"> + id="id-b715bc5d-b1b7-4c5b-af89-f49bab4f8b9b" + d="m 4.25,-4.71875 v -0.5625 c 0,-0.234375 0,-0.328125 -0.203125,-0.328125 -0.34375,0 -1.21875,0.125 -1.78125,1.40625 V -4.96875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.578125 v 4.390625 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 V -2.75 c 0,-1.140625 0.953125,-1.59375 1.703125,-1.65625 0.21875,0 0.234375,0 0.234375,-0.3125 z m 0,0" + style="stroke:none" /> + id="id-3cd8305a-7adf-425f-b7f3-526a892a9d47" + overflow="visible"> + id="id-c27ae1c9-f255-49ce-8c88-1c7fd5da1786" + d="m 4.453125,-0.5625 c 0,-0.03125 -0.015625,-0.125 -0.09375,-0.375 -0.0625,-0.234375 -0.078125,-0.3125 -0.1875,-0.3125 -0.0625,0 -0.078125,0.015625 -0.140625,0.09375 -0.140625,0.09375 -0.453125,0.359375 -0.953125,0.359375 -0.296875,0 -0.46875,-0.203125 -0.46875,-1 v -2.8125 h 1.0625 c 0.140625,0 0.578125,0 0.578125,-0.4375 0,-0.421875 -0.4375,-0.421875 -0.578125,-0.421875 h -1.0625 v -1 c 0,-0.375 -0.09375,-0.578125 -0.578125,-0.578125 h -0.375 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 1 H 0.8125 c -0.125,0 -0.578125,0 -0.578125,0.421875 0,0.4375 0.4375,0.4375 0.578125,0.4375 h 0.234375 v 3.015625 c 0,1.21875 0.4375,1.71875 1.265625,1.71875 0.109375,0 0.625,0 1.25,-0.1875 0.203125,-0.0625 0.890625,-0.265625 0.890625,-0.5 z m 0,0" + style="stroke:none" /> + id="id-9e8edbc4-c23b-4226-8409-194ec8283f22" + overflow="visible"> + style="stroke:none" /> + id="id-2248c123-da1a-4764-a616-8e1cc491b11b" + overflow="visible"> + id="id-4677a7b8-5c37-448f-982e-b43b5af1a020" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" /> + id="id-c68d1a71-75e9-48b6-9326-c8d292ff22aa" + overflow="visible"> + style="stroke:none" /> + id="id-df1cd212-5d4c-455e-bac5-741cd867c8cd" + overflow="visible"> + id="id-6f00588a-550c-4ac5-a60d-bd30079d7574" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + id="id-db88de62-0114-4230-b4e8-1f28f8502b31" + overflow="visible"> + id="id-74cf17cd-d016-428e-8662-2fd0fcaf51d9" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + id="id-d850d011-9ada-493b-aae2-f4429bdda07d" + overflow="visible"> + id="id-469b8d84-e747-4353-b139-89f9f46cc152" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" /> + id="id-1ab88046-4f35-4526-9c96-75932c36b305" + overflow="visible"> + id="id-d52885bb-437c-4bd7-a04d-febc815e018e" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" /> + id="id-6bcb1224-04be-4ba7-af3f-c7a1f506914a" + overflow="visible"> + id="id-61b7f47c-4172-455d-9a02-8c734571942d" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" /> + id="id-fb6c610c-6264-410b-b810-2036ce8bdade" + overflow="visible"> + id="id-68421051-863d-4c4b-9e52-dae0bfccbd34" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" /> + id="id-7e7f05c6-7852-487b-8ee7-23fa294f341d" + overflow="visible"> + id="id-f1e7b833-54cb-4d56-a6be-fcba2efb9124" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + id="id-68503e11-2b81-44f8-bfdf-f60b790ed165" + overflow="visible"> + id="id-85df5e37-296d-41f7-b36d-8d19978894f7" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + style="stroke:none" /> + id="id-7c431624-0a44-41f3-9e0d-b3ce2da480a9" + overflow="visible"> + id="id-d6bbb5c9-48c8-4d9a-86dd-36376630d7d7" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + id="id-cd1f673b-1916-4ac8-8fa4-5ba853a701d3" + overflow="visible"> + id="id-c3331b6d-ff7e-4cee-8469-38f013dfee2d" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + style="stroke:none" /> + + + + - + id="id-37297b7e-c989-4e9f-a651-cf4f1131dd3e" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + style="stroke:none" /> + + + + + + + + + + + + + + + + + + + + + + + id="id-8d5958ce-9868-46db-a0e5-2754cc80d50b" + overflow="visible"> + id="id-5fc71d8d-c5da-445e-a138-0773b34346c5" + d="" + style="stroke:none" /> + id="id-77368d72-917f-470e-a0c0-5e8826c40bf1" + overflow="visible"> + id="id-8f80b2eb-7133-4833-a54c-b777fb014dd5" + d="m 7.65625,-5.71875 c 0,-1.796875 -1.171875,-2.578125 -3,-2.578125 h -3 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 7.140625 C 1.09375,-0.140625 1.21875,0 1.65625,0 H 2.265625 C 2.71875,0 2.84375,-0.15625 2.84375,-0.578125 v -2.625 h 1.8125 c 1.875,0 3,-0.796875 3,-2.515625 z m -1.65625,0 c 0,0.8125 -0.125,1.578125 -1.734375,1.578125 H 2.8125 v -3.125 H 4.28125 C 5.84375,-7.265625 6,-6.546875 6,-5.71875 Z m 0,0" + style="stroke:none" /> + id="id-b44b75cc-87e8-479b-b87e-915c0cd665bb" + overflow="visible"> + id="id-8133114e-a8bf-463a-bf05-c8baf1bdc9b0" + d="m 4.25,-4.71875 v -0.5625 c 0,-0.234375 0,-0.328125 -0.203125,-0.328125 -0.34375,0 -1.21875,0.125 -1.78125,1.40625 V -4.96875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.578125 v 4.390625 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 V -2.75 c 0,-1.140625 0.953125,-1.59375 1.703125,-1.65625 0.21875,0 0.234375,0 0.234375,-0.3125 z m 0,0" + style="stroke:none" /> + id="id-25f0a1f0-f63b-448f-879b-5f358cc19310" + overflow="visible"> + id="id-845b649e-bc62-412b-b7ea-0aebf9170992" + d="m 6.1875,-2.6875 c 0,-1.96875 -0.953125,-2.984375 -2.90625,-2.984375 -1.984375,0 -2.90625,1.0625 -2.90625,2.984375 0,1.953125 1.03125,2.8125 2.90625,2.8125 1.875,0 2.90625,-0.859375 2.90625,-2.8125 z m -1.625,-0.140625 c 0,0.9375 0,2.03125 -1.28125,2.03125 C 2,-0.796875 2,-1.875 2,-2.828125 2,-3.75 2,-4.8125 3.28125,-4.8125 c 1.28125,0 1.28125,1.046875 1.28125,1.984375 z m 0,0" + style="stroke:none" /> + id="id-648bf190-5277-416b-a7cd-2251c6bf1eea" + overflow="visible"> + id="id-aeea3e90-3e9e-4b84-b9ad-31291868a67f" + d="m 9.640625,-0.578125 v -3.3125 c 0,-1.21875 -0.53125,-1.71875 -1.75,-1.71875 -0.84375,0 -1.5,0.390625 -1.9375,1.1875 C 5.765625,-5.5625 4.75,-5.609375 4.25,-5.609375 c -0.234375,0 -0.734375,0 -1.28125,0.390625 C 2.609375,-4.9375 2.359375,-4.546875 2.28125,-4.375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.078125 0.734375,-1.53125 1.3125,-1.53125 0.578125,0 0.703125,0.25 0.703125,0.890625 v 3.28125 C 4.359375,-0.140625 4.5,0 4.9375,0 h 0.484375 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 V -3.21875 c 0,-1.078125 0.734375,-1.53125 1.3125,-1.53125 0.578125,0 0.71875,0.25 0.71875,0.890625 v 3.28125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 9.0625 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 z m 0,0" + style="stroke:none" /> + id="id-29713f03-b424-478f-bca5-4e2b9360ed1e" + overflow="visible"> + id="id-b3c076d0-1eda-47d6-96d8-10b84a71b9fd" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 Z M 2.40625,-7.25 v -0.21875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.21875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.578125,-0.21875 0.578125,-0.578125 z m 0,0" + style="stroke:none" /> + id="id-43c54cab-de98-4aaa-be65-33c3dabe3157" + overflow="visible"> + id="id-08069560-44ef-4327-8803-0286d7e34795" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" /> + id="id-9b8a26f1-3288-495a-b4a5-ca72ccb6866c" + overflow="visible"> + id="id-3518ad42-ce18-49bc-91b4-381097002487" + d="M 5.96875,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 4.921875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.5625 v 2.84375 c 0,0.78125 -0.40625,1.46875 -1.265625,1.46875 -0.65625,0 -0.734375,-0.171875 -0.734375,-0.8125 v -3.5 c 0,-0.375 -0.078125,-0.5625 -0.578125,-0.5625 h -0.46875 c -0.4375,0 -0.578125,0.125 -0.578125,0.5625 V -1.5 c 0,1.265625 0.6875,1.625 1.9375,1.625 0.3125,0 1.171875,0 1.734375,-1.015625 v 0.3125 C 4.390625,-0.1875 4.46875,0 4.953125,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" /> + id="id-9296bd7b-dd69-4d1c-9d38-7c541addbc82" + overflow="visible"> + id="id-3f173276-53e7-4bbd-8b28-0faedbcb900d" + d="m 4.453125,-0.5625 c 0,-0.03125 -0.015625,-0.125 -0.09375,-0.375 -0.0625,-0.234375 -0.078125,-0.3125 -0.1875,-0.3125 -0.0625,0 -0.078125,0.015625 -0.140625,0.09375 -0.140625,0.09375 -0.453125,0.359375 -0.953125,0.359375 -0.296875,0 -0.46875,-0.203125 -0.46875,-1 v -2.8125 h 1.0625 c 0.140625,0 0.578125,0 0.578125,-0.4375 0,-0.421875 -0.4375,-0.421875 -0.578125,-0.421875 h -1.0625 v -1 c 0,-0.375 -0.09375,-0.578125 -0.578125,-0.578125 h -0.375 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 1 H 0.8125 c -0.125,0 -0.578125,0 -0.578125,0.421875 0,0.4375 0.4375,0.4375 0.578125,0.4375 h 0.234375 v 3.015625 c 0,1.21875 0.4375,1.71875 1.265625,1.71875 0.109375,0 0.625,0 1.25,-0.1875 0.203125,-0.0625 0.890625,-0.265625 0.890625,-0.5 z m 0,0" + style="stroke:none" /> + id="id-abbf1c9e-b44d-4ab7-a036-1e09cc0c9006" + overflow="visible"> + id="id-7e347ff2-20a2-4c1a-aacd-7e6aa79f7d43" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + style="stroke:none" /> + id="id-16d85394-236d-42f7-8028-5536395d783d" + overflow="visible"> + id="id-f521882c-fe45-48c5-9ae8-98290a6792a3" + d="m 6.25,-2.765625 c 0,-0.578125 0,-2.84375 -2.15625,-2.84375 -0.71875,0 -1.34375,0.296875 -1.78125,0.703125 0,-0.453125 -0.15625,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 V 1.75 c 0,0.421875 0.125,0.5625 0.5625,0.5625 H 1.78125 c 0.453125,0 0.578125,-0.15625 0.578125,-0.5625 V -0.46875 C 2.890625,0.125 3.546875,0.125 3.71875,0.125 6.25,0.125 6.25,-2.15625 6.25,-2.765625 Z m -1.625,0.03125 c 0,0.46875 0,2 -1.34375,2 -0.28125,0 -0.5,-0.09375 -0.640625,-0.203125 -0.28125,-0.203125 -0.28125,-0.25 -0.28125,-0.46875 v -2.875 c 0.125,-0.125 0.515625,-0.390625 1.03125,-0.390625 1.21875,0 1.234375,1.40625 1.234375,1.9375 z m 0,0" + style="stroke:none" /> + id="id-8c42836f-9c87-4071-830c-8dd4c3f5a487" + overflow="visible"> + id="id-8e57cab5-9297-4e40-ad69-2b740322c755" + d="m 4.25,-4.71875 v -0.5625 c 0,-0.234375 0,-0.328125 -0.203125,-0.328125 -0.34375,0 -1.21875,0.125 -1.78125,1.40625 V -4.96875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.578125 v 4.390625 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 V -2.75 c 0,-1.140625 0.953125,-1.59375 1.703125,-1.65625 0.21875,0 0.234375,0 0.234375,-0.3125 z M 4.15625,-8.109375 c 0.0625,-0.09375 0,-0.21875 -0.109375,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.078125,0.015625 L 2.234375,-7.09375 1.0625,-8.3125 c -0.015625,0 -0.078125,-0.015625 -0.078125,-0.015625 H 0.4375 c -0.125,0 -0.203125,0.15625 -0.140625,0.25 L 1.453125,-6.4375 C 1.46875,-6.40625 1.5,-6.390625 1.546875,-6.390625 H 2.875 c 0.046875,0 0.09375,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" /> + id="id-68b600c3-4420-40e8-b30a-64b9b6a6dabe" + overflow="visible"> + id="id-219884db-b0a6-4360-b0fa-fba37fb4d7c1" + d="m 2.671875,0.375 v -5.28125 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.65625 c -0.453125,0 -0.5625,0.15625 -0.5625,0.5625 v 5.578125 c 0,0.296875 0,0.78125 -0.71875,0.78125 -0.21875,0 -0.5,-0.046875 -0.75,-0.21875 C -0.40625,1.21875 -0.453125,1.1875 -0.5,1.1875 c -0.09375,0 -0.109375,0 -0.21875,0.3125 -0.046875,0.125 -0.125,0.359375 -0.125,0.390625 0,0.21875 0.984375,0.5625 1.734375,0.5625 1.328125,0 1.78125,-0.890625 1.78125,-2.078125 z m 0,-7.625 v -0.21875 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 H 1.5 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.5625,-0.21875 0.5625,-0.578125 z m 0,0" + style="stroke:none" /> + id="id-0f1f8935-1bf2-46a1-8808-fc55e179b4e5" + overflow="visible"> + id="id-e523d122-6577-4683-aec5-80b2361db48c" + d="M 5.671875,-0.578125 V -3.78125 c 0,-1.890625 -1.828125,-1.890625 -2.421875,-1.890625 -0.5625,0 -1.15625,0.046875 -1.953125,0.375 -0.25,0.109375 -0.3125,0.140625 -0.3125,0.28125 0,0.078125 0.0625,0.765625 0.078125,0.875 0.015625,0.0625 0.078125,0.125 0.15625,0.125 0.0625,0 0.09375,-0.03125 0.125,-0.078125 0.515625,-0.53125 1.125,-0.796875 1.859375,-0.796875 0.640625,0 0.84375,0.390625 0.84375,1.09375 V -3.375 c -0.421875,0 -3.5625,0.03125 -3.5625,1.78125 0,0.84375 0.671875,1.71875 1.734375,1.71875 0.40625,0 1.296875,-0.109375 1.859375,-0.9375 v 0.234375 C 4.078125,-0.1875 4.15625,0 4.65625,0 h 0.4375 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 z m -1.625,-1.265625 c 0,1.109375 -1.140625,1.109375 -1.171875,1.109375 -0.515625,0 -0.828125,-0.421875 -0.828125,-0.875 0,-1.171875 1.65625,-1.265625 2,-1.265625 z m 0,0" + style="stroke:none" /> + id="id-03e5b19c-410e-43b7-b4ad-584cbafefe55" + overflow="visible"> + id="id-95224bfd-55c1-43b9-b376-c34c7a8605fd" + d="m 5.46875,-0.59375 c 0,-0.140625 -0.046875,-0.6875 -0.078125,-0.84375 0,-0.03125 -0.03125,-0.15625 -0.140625,-0.15625 -0.046875,0 -0.078125,0 -0.1875,0.125 -0.203125,0.171875 -0.765625,0.671875 -1.75,0.671875 -1.25,0 -1.25,-1.21875 -1.25,-1.96875 0,-0.96875 0.0625,-1.984375 1.28125,-1.984375 0.78125,0 1.109375,0.203125 1.53125,0.546875 0.140625,0.140625 0.171875,0.140625 0.21875,0.140625 0.125,0 0.140625,-0.109375 0.15625,-0.15625 0.015625,-0.09375 0.140625,-0.765625 0.140625,-0.828125 0,-0.109375 -0.078125,-0.15625 -0.28125,-0.25 -0.578125,-0.265625 -0.9375,-0.375 -1.78125,-0.375 -1.78125,0 -2.890625,0.828125 -2.890625,2.921875 0,1.984375 1.03125,2.875 2.84375,2.875 0.3125,0 1.03125,0 1.828125,-0.40625 0.34375,-0.1875 0.359375,-0.203125 0.359375,-0.3125 z m -0.3125,-7.515625 c 0.0625,-0.09375 0,-0.21875 -0.125,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.0625,0.015625 L 3.234375,-7.09375 2.0625,-8.3125 c -0.03125,0 -0.078125,-0.015625 -0.078125,-0.015625 h -0.5625 c -0.125,0 -0.1875,0.15625 -0.125,0.25 L 2.4375,-6.4375 C 2.46875,-6.40625 2.5,-6.390625 2.546875,-6.390625 H 3.875 c 0.046875,0 0.078125,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" /> + id="id-0c5a831b-3d61-4ada-8659-5f147fc7d809" + overflow="visible"> + id="id-3692cc6c-3ac7-4220-9fa7-aa32e02489b2" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" /> + id="id-b5d9a99b-c262-4ce4-90de-2539406a1dc2" + overflow="visible"> + id="id-ed67f3bf-b0b9-49f6-9029-7c6ec50c871a" + d="m 5.9375,-0.265625 c 0,0 0,-0.109375 -0.109375,-0.265625 L 3.734375,-3.25 5.578125,-4.953125 c 0.140625,-0.140625 0.1875,-0.171875 0.1875,-0.265625 0,-0.25 -0.25,-0.25 -0.40625,-0.25 H 4.65625 c -0.203125,0 -0.4375,0 -0.71875,0.25 L 2.21875,-3.625 v -4.09375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.25 c -0.4375,0 -0.578125,0.140625 -0.578125,0.578125 v 7.140625 C 0.828125,-0.140625 0.953125,0 1.40625,0 H 1.609375 C 2.0625,0 2.1875,-0.15625 2.1875,-0.578125 V -1.8125 C 2.375,-1.984375 2.5625,-2.15625 2.75,-2.328125 l 1.546875,2.03125 C 4.5,-0.03125 4.59375,0 4.9375,0 H 5.515625 C 5.671875,0 5.9375,0 5.9375,-0.265625 Z m 0,0" + style="stroke:none" /> + id="id-4a5dc3a6-1533-4305-bb0e-480a9668f025" + overflow="visible"> + id="id-407742b6-1ce1-46af-b0f1-0965c1305e3b" + d="" + style="stroke:none" /> + id="id-2349c5e8-545d-422f-842a-6f12da86e689" + overflow="visible"> + id="id-df08218f-44be-40de-85c3-022fac40c8dc" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + id="id-44a4b189-ee4a-4c32-a301-b2eb70e09457" + overflow="visible"> + id="id-7bba17ca-ed68-4cbf-b315-b449ee62453d" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + id="id-cdc27f2f-6f54-4a41-b664-de3894fb5d9e" + overflow="visible"> + id="id-9464949c-867b-4131-ae1d-a061dc32ce1b" + d="M 7.71875,0 V -6.921875 H 6.578125 L 5.28125,-3.53125 C 4.9375,-2.625 4.46875,-1.390625 4.359375,-0.921875 H 4.34375 c -0.046875,-0.21875 -0.171875,-0.578125 -0.3125,-1 l -1.5625,-4.125 -0.34375,-0.875 H 1 V 0 H 1.78125 V -6.1875 C 1.84375,-5.859375 2.25,-4.78125 2.5,-4.09375 l 1.484375,3.875 h 0.71875 L 6.03125,-3.6875 6.515625,-4.953125 C 6.609375,-5.25 6.875,-5.96875 6.921875,-6.1875 H 6.9375 V 0 Z m 0,0" + style="stroke:none" /> + id="id-a93aae19-8c9b-4a4b-b340-f23eac2aa930" + overflow="visible"> + id="id-9b567122-d39d-40ed-83ba-b3935fe2981a" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + id="id-815c7ce8-6a45-484b-b2be-f90f0a3572af" + overflow="visible"> + id="id-a97e0889-534a-4bcc-8170-79e267d5ebe2" + d="M 3.453125,-6.25 V -6.921875 C 3.34375,-6.953125 3.03125,-7.03125 2.65625,-7.03125 1.71875,-7.03125 1,-6.3125 1,-5.328125 v 0.90625 H 0.265625 V -3.84375 H 1 V 0 h 0.75 v -3.84375 h 1.09375 v -0.578125 h -1.125 v -1.1875 c 0,-0.734375 0.671875,-0.8125 0.9375,-0.8125 0.1875,0 0.46875,0.015625 0.796875,0.171875 z m 0,0" + style="stroke:none" /> + id="id-c4528739-c8da-4589-9e68-e8c0bebbf8e9" + overflow="visible"> + id="id-56740f64-a061-48ab-b884-5dc7882a8684" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + style="stroke:none" /> + id="id-594bf97b-1684-4945-a5e6-11590e168ae3" + overflow="visible"> + id="id-09248ad4-c93a-4bbd-a115-190198c1bc52" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" /> - + + + + + - - + id="id-db7458ac-e5c1-4246-a6c1-99f6e828c6ac" + d="m 7.65625,-5.71875 c 0,-1.796875 -1.171875,-2.578125 -3,-2.578125 h -3 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 7.140625 C 1.09375,-0.140625 1.21875,0 1.65625,0 H 2.265625 C 2.71875,0 2.84375,-0.15625 2.84375,-0.578125 v -2.625 h 1.8125 c 1.875,0 3,-0.796875 3,-2.515625 z m -1.65625,0 c 0,0.8125 -0.125,1.578125 -1.734375,1.578125 H 2.8125 v -3.125 H 4.28125 C 5.84375,-7.265625 6,-6.546875 6,-5.71875 Z m 0,0" + style="stroke:none" /> + + - - + id="id-1beaa671-150c-40c6-a75c-98c4b31bbbae" + d="m 4.25,-4.71875 v -0.5625 c 0,-0.234375 0,-0.328125 -0.203125,-0.328125 -0.34375,0 -1.21875,0.125 -1.78125,1.40625 V -4.96875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.578125 v 4.390625 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 V -2.75 c 0,-1.140625 0.953125,-1.59375 1.703125,-1.65625 0.21875,0 0.234375,0 0.234375,-0.3125 z m 0,0" + style="stroke:none" /> + + - - + id="id-c1e1f70b-373a-4575-9641-82c29fe8b06c" + d="m 6.1875,-2.6875 c 0,-1.96875 -0.953125,-2.984375 -2.90625,-2.984375 -1.984375,0 -2.90625,1.0625 -2.90625,2.984375 0,1.953125 1.03125,2.8125 2.90625,2.8125 1.875,0 2.90625,-0.859375 2.90625,-2.8125 z m -1.625,-0.140625 c 0,0.9375 0,2.03125 -1.28125,2.03125 C 2,-0.796875 2,-1.875 2,-2.828125 2,-3.75 2,-4.8125 3.28125,-4.8125 c 1.28125,0 1.28125,1.046875 1.28125,1.984375 z m 0,0" + style="stroke:none" /> + + - - + id="id-397ed049-f6ce-4ae6-98a4-f61a64c6f4ba" + d="m 9.640625,-0.578125 v -3.3125 c 0,-1.21875 -0.53125,-1.71875 -1.75,-1.71875 -0.84375,0 -1.5,0.390625 -1.9375,1.1875 C 5.765625,-5.5625 4.75,-5.609375 4.25,-5.609375 c -0.234375,0 -0.734375,0 -1.28125,0.390625 C 2.609375,-4.9375 2.359375,-4.546875 2.28125,-4.375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.078125 0.734375,-1.53125 1.3125,-1.53125 0.578125,0 0.703125,0.25 0.703125,0.890625 v 3.28125 C 4.359375,-0.140625 4.5,0 4.9375,0 h 0.484375 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 V -3.21875 c 0,-1.078125 0.734375,-1.53125 1.3125,-1.53125 0.578125,0 0.71875,0.25 0.71875,0.890625 v 3.28125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 9.0625 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 z m 0,0" + style="stroke:none" /> + + - - + id="id-4c9e7a24-bdc9-43fc-8fc5-304b3de66e7b" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 Z M 2.40625,-7.25 v -0.21875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.21875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.578125,-0.21875 0.578125,-0.578125 z m 0,0" + style="stroke:none" /> + + - - + id="id-38542426-7ffb-4ba5-ae91-e78b6fc4786a" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" /> + + - - + id="id-013461ad-10c8-4458-989d-d00313abfab6" + d="M 5.96875,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 4.921875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.5625 v 2.84375 c 0,0.78125 -0.40625,1.46875 -1.265625,1.46875 -0.65625,0 -0.734375,-0.171875 -0.734375,-0.8125 v -3.5 c 0,-0.375 -0.078125,-0.5625 -0.578125,-0.5625 h -0.46875 c -0.4375,0 -0.578125,0.125 -0.578125,0.5625 V -1.5 c 0,1.265625 0.6875,1.625 1.9375,1.625 0.3125,0 1.171875,0 1.734375,-1.015625 v 0.3125 C 4.390625,-0.1875 4.46875,0 4.953125,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" /> + + - - - - - + id="id-6f9d4a9e-e308-4150-8d0f-4b521248a655" + d="m 4.453125,-0.5625 c 0,-0.03125 -0.015625,-0.125 -0.09375,-0.375 -0.0625,-0.234375 -0.078125,-0.3125 -0.1875,-0.3125 -0.0625,0 -0.078125,0.015625 -0.140625,0.09375 -0.140625,0.09375 -0.453125,0.359375 -0.953125,0.359375 -0.296875,0 -0.46875,-0.203125 -0.46875,-1 v -2.8125 h 1.0625 c 0.140625,0 0.578125,0 0.578125,-0.4375 0,-0.421875 -0.4375,-0.421875 -0.578125,-0.421875 h -1.0625 v -1 c 0,-0.375 -0.09375,-0.578125 -0.578125,-0.578125 h -0.375 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 1 H 0.8125 c -0.125,0 -0.578125,0 -0.578125,0.421875 0,0.4375 0.4375,0.4375 0.578125,0.4375 h 0.234375 v 3.015625 c 0,1.21875 0.4375,1.71875 1.265625,1.71875 0.109375,0 0.625,0 1.25,-0.1875 0.203125,-0.0625 0.890625,-0.265625 0.890625,-0.5 z m 0,0" + style="stroke:none" /> + + transform="translate(203.961,38.309)" + id="g41381"> + id="id-86601fc1-6256-40b0-9300-c78d60cb00aa" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + style="stroke:none" /> + + + transform="translate(211.403,38.309)" + id="g41385"> + id="id-4b38af35-f972-472f-a748-9d7b51855874" + d="m 6.25,-2.765625 c 0,-0.578125 0,-2.84375 -2.15625,-2.84375 -0.71875,0 -1.34375,0.296875 -1.78125,0.703125 0,-0.453125 -0.15625,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 V 1.75 c 0,0.421875 0.125,0.5625 0.5625,0.5625 H 1.78125 c 0.453125,0 0.578125,-0.15625 0.578125,-0.5625 V -0.46875 C 2.890625,0.125 3.546875,0.125 3.71875,0.125 6.25,0.125 6.25,-2.15625 6.25,-2.765625 Z m -1.625,0.03125 c 0,0.46875 0,2 -1.34375,2 -0.28125,0 -0.5,-0.09375 -0.640625,-0.203125 -0.28125,-0.203125 -0.28125,-0.25 -0.28125,-0.46875 v -2.875 c 0.125,-0.125 0.515625,-0.390625 1.03125,-0.390625 1.21875,0 1.234375,1.40625 1.234375,1.9375 z m 0,0" + style="stroke:none" /> + id="id-cd7e19d3-a5b3-406a-97df-cabc92a1da3f" + style="fill:#000000;fill-opacity:1"> + transform="translate(217.74,38.309)" + id="g41389"> + id="id-2c28916f-27cc-425b-a0bb-5cfece939287" + d="m 4.25,-4.71875 v -0.5625 c 0,-0.234375 0,-0.328125 -0.203125,-0.328125 -0.34375,0 -1.21875,0.125 -1.78125,1.40625 V -4.96875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.578125 v 4.390625 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 V -2.75 c 0,-1.140625 0.953125,-1.59375 1.703125,-1.65625 0.21875,0 0.234375,0 0.234375,-0.3125 z M 4.15625,-8.109375 c 0.0625,-0.09375 0,-0.21875 -0.109375,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.078125,0.015625 L 2.234375,-7.09375 1.0625,-8.3125 c -0.015625,0 -0.078125,-0.015625 -0.078125,-0.015625 H 0.4375 c -0.125,0 -0.203125,0.15625 -0.140625,0.25 L 1.453125,-6.4375 C 1.46875,-6.40625 1.5,-6.390625 1.546875,-6.390625 H 2.875 c 0.046875,0 0.09375,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" /> + transform="translate(222.19,38.309)" + id="g41392"> + id="id-20b0e81f-b0fb-42e3-b118-1ae67bdc2a1a" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 Z M 2.40625,-7.25 v -0.21875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.21875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.578125,-0.21875 0.578125,-0.578125 z m 0,0" + style="stroke:none" /> + transform="translate(225.245,38.309)" + id="g41395"> + id="id-66079ff0-755c-4976-93de-fe5047076c63" + d="m 2.671875,0.375 v -5.28125 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.65625 c -0.453125,0 -0.5625,0.15625 -0.5625,0.5625 v 5.578125 c 0,0.296875 0,0.78125 -0.71875,0.78125 -0.21875,0 -0.5,-0.046875 -0.75,-0.21875 C -0.40625,1.21875 -0.453125,1.1875 -0.5,1.1875 c -0.09375,0 -0.109375,0 -0.21875,0.3125 -0.046875,0.125 -0.125,0.359375 -0.125,0.390625 0,0.21875 0.984375,0.5625 1.734375,0.5625 1.328125,0 1.78125,-0.890625 1.78125,-2.078125 z m 0,-7.625 v -0.21875 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 H 1.5 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.5625,-0.21875 0.5625,-0.578125 z m 0,0" + style="stroke:none" /> + transform="translate(228.665,38.309)" + id="g41398"> + id="id-57d46ef5-3f0d-4bfd-b274-1ca388752750" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + style="stroke:none" /> + transform="translate(231.72,38.309)" + id="g41401"> + id="id-f3f9b4d7-06fe-4b62-bf24-4c25239a3f31" + d="m 9.640625,-0.578125 v -3.3125 c 0,-1.21875 -0.53125,-1.71875 -1.75,-1.71875 -0.84375,0 -1.5,0.390625 -1.9375,1.1875 C 5.765625,-5.5625 4.75,-5.609375 4.25,-5.609375 c -0.234375,0 -0.734375,0 -1.28125,0.390625 C 2.609375,-4.9375 2.359375,-4.546875 2.28125,-4.375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.078125 0.734375,-1.53125 1.3125,-1.53125 0.578125,0 0.703125,0.25 0.703125,0.890625 v 3.28125 C 4.359375,-0.140625 4.5,0 4.9375,0 h 0.484375 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 V -3.21875 c 0,-1.078125 0.734375,-1.53125 1.3125,-1.53125 0.578125,0 0.71875,0.25 0.71875,0.890625 v 3.28125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 9.0625 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 z m 0,0" + style="stroke:none" /> + transform="translate(242.081,38.309)" + id="g41404"> + id="id-e57e6028-7a16-4bce-a847-f0c3c40d241b" + d="M 5.671875,-0.578125 V -3.78125 c 0,-1.890625 -1.828125,-1.890625 -2.421875,-1.890625 -0.5625,0 -1.15625,0.046875 -1.953125,0.375 -0.25,0.109375 -0.3125,0.140625 -0.3125,0.28125 0,0.078125 0.0625,0.765625 0.078125,0.875 0.015625,0.0625 0.078125,0.125 0.15625,0.125 0.0625,0 0.09375,-0.03125 0.125,-0.078125 0.515625,-0.53125 1.125,-0.796875 1.859375,-0.796875 0.640625,0 0.84375,0.390625 0.84375,1.09375 V -3.375 c -0.421875,0 -3.5625,0.03125 -3.5625,1.78125 0,0.84375 0.671875,1.71875 1.734375,1.71875 0.40625,0 1.296875,-0.109375 1.859375,-0.9375 v 0.234375 C 4.078125,-0.1875 4.15625,0 4.65625,0 h 0.4375 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 z m -1.625,-1.265625 c 0,1.109375 -1.140625,1.109375 -1.171875,1.109375 -0.515625,0 -0.828125,-0.421875 -0.828125,-0.875 0,-1.171875 1.65625,-1.265625 2,-1.265625 z m 0,0" + style="stroke:none" /> - - + transform="translate(248.358,38.309)" + id="g41407"> + id="id-a45f8e3a-a500-427b-965b-91dc9afcc4a9" + d="m 5.46875,-0.59375 c 0,-0.140625 -0.046875,-0.6875 -0.078125,-0.84375 0,-0.03125 -0.03125,-0.15625 -0.140625,-0.15625 -0.046875,0 -0.078125,0 -0.1875,0.125 -0.203125,0.171875 -0.765625,0.671875 -1.75,0.671875 -1.25,0 -1.25,-1.21875 -1.25,-1.96875 0,-0.96875 0.0625,-1.984375 1.28125,-1.984375 0.78125,0 1.109375,0.203125 1.53125,0.546875 0.140625,0.140625 0.171875,0.140625 0.21875,0.140625 0.125,0 0.140625,-0.109375 0.15625,-0.15625 0.015625,-0.09375 0.140625,-0.765625 0.140625,-0.828125 0,-0.109375 -0.078125,-0.15625 -0.28125,-0.25 -0.578125,-0.265625 -0.9375,-0.375 -1.78125,-0.375 -1.78125,0 -2.890625,0.828125 -2.890625,2.921875 0,1.984375 1.03125,2.875 2.84375,2.875 0.3125,0 1.03125,0 1.828125,-0.40625 0.34375,-0.1875 0.359375,-0.203125 0.359375,-0.3125 z m -0.3125,-7.515625 c 0.0625,-0.09375 0,-0.21875 -0.125,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.0625,0.015625 L 3.234375,-7.09375 2.0625,-8.3125 c -0.03125,0 -0.078125,-0.015625 -0.078125,-0.015625 h -0.5625 c -0.125,0 -0.1875,0.15625 -0.125,0.25 L 2.4375,-6.4375 C 2.46875,-6.40625 2.5,-6.390625 2.546875,-6.390625 H 3.875 c 0.046875,0 0.078125,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" /> - - + transform="translate(254.202,38.309)" + id="g41410"> + id="id-9fa77d6d-eb4f-41de-95b0-04b5c2a2e015" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" /> + transform="translate(260.313,38.309)" + id="g41413"> + id="id-5f83ef9c-e9ef-4ac0-97c4-38f07d4bcc2b" + d="m 5.9375,-0.265625 c 0,0 0,-0.109375 -0.109375,-0.265625 L 3.734375,-3.25 5.578125,-4.953125 c 0.140625,-0.140625 0.1875,-0.171875 0.1875,-0.265625 0,-0.25 -0.25,-0.25 -0.40625,-0.25 H 4.65625 c -0.203125,0 -0.4375,0 -0.71875,0.25 L 2.21875,-3.625 v -4.09375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.25 c -0.4375,0 -0.578125,0.140625 -0.578125,0.578125 v 7.140625 C 0.828125,-0.140625 0.953125,0 1.40625,0 H 1.609375 C 2.0625,0 2.1875,-0.15625 2.1875,-0.578125 V -1.8125 C 2.375,-1.984375 2.5625,-2.15625 2.75,-2.328125 l 1.546875,2.03125 C 4.5,-0.03125 4.59375,0 4.9375,0 H 5.515625 C 5.671875,0 5.9375,0 5.9375,-0.265625 Z m 0,0" + style="stroke:none" /> + id="id-c13a3d6e-560b-47bd-9bc2-be50d0e2df58" + style="fill:#000000;fill-opacity:1"> + transform="translate(188.6,50.573)" + id="g41417"> + id="id-8461df1c-e76a-48d1-95ad-68ac8ccf9e46" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(193.748,50.573)" + id="g41420"> + id="id-4098e7a4-d62f-4d5e-8c16-fcc7005721c5" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + id="id-14f4a5fe-f3e4-4426-a46e-b065a8f6d107" + style="fill:#000000;fill-opacity:1"> + transform="translate(201.853,50.573)" + id="g41424"> + id="id-7088fd9c-ec44-4647-ae1c-f9f2ad3c6613" + d="M 7.71875,0 V -6.921875 H 6.578125 L 5.28125,-3.53125 C 4.9375,-2.625 4.46875,-1.390625 4.359375,-0.921875 H 4.34375 c -0.046875,-0.21875 -0.171875,-0.578125 -0.3125,-1 l -1.5625,-4.125 -0.34375,-0.875 H 1 V 0 H 1.78125 V -6.1875 C 1.84375,-5.859375 2.25,-4.78125 2.5,-4.09375 l 1.484375,3.875 h 0.71875 L 6.03125,-3.6875 6.515625,-4.953125 C 6.609375,-5.25 6.875,-5.96875 6.921875,-6.1875 H 6.9375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(210.571,50.573)" + id="g41427"> + id="id-fc1cc95e-ae84-43cb-9a3b-f008ed300441" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(215.359,50.573)" + id="g41430"> + id="id-d06fff94-f71f-42e8-84c8-2a55a529ae11" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(218.956,50.573)" + id="g41433"> + id="id-9d3a1500-7954-4356-ac72-776213f266ab" + d="M 3.453125,-6.25 V -6.921875 C 3.34375,-6.953125 3.03125,-7.03125 2.65625,-7.03125 1.71875,-7.03125 1,-6.3125 1,-5.328125 v 0.90625 H 0.265625 V -3.84375 H 1 V 0 h 0.75 v -3.84375 h 1.09375 v -0.578125 h -1.125 v -1.1875 c 0,-0.734375 0.671875,-0.8125 0.9375,-0.8125 0.1875,0 0.46875,0.015625 0.796875,0.171875 z m 0,0" + style="stroke:none" /> + transform="translate(222.001,50.573)" + id="g41436"> + id="id-f983d158-02ee-492b-897a-5d7a3fa46eb6" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + style="stroke:none" /> + + + + + + + - + id="id-77638f69-feb5-44e1-9c3d-c02ba7b77504"> + + + + + + + + + + + + + + + + + + + + + + - - + id="id-f6b2c9d7-1652-4417-89b2-9e9dd24c1864" + d="M 5.96875,-0.578125 V -7.71875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 h -0.4375 C 4.5,-8.296875 4.375,-8.140625 4.375,-7.71875 v 2.703125 c -0.53125,-0.5 -1.140625,-0.59375 -1.5,-0.59375 -2.4375,0 -2.4375,2.296875 -2.4375,2.890625 0,0.546875 0,2.84375 2.375,2.84375 0.5,0 1.015625,-0.140625 1.53125,-0.6875 C 4.34375,-0.125 4.5,0 4.90625,0 H 5.390625 C 5.84375,0 5.96875,-0.15625 5.96875,-0.578125 Z M 4.34375,-1.5 c 0,0.203125 0,0.3125 -0.34375,0.5625 -0.3125,0.1875 -0.578125,0.203125 -0.71875,0.203125 -1.21875,0 -1.21875,-1.09375 -1.21875,-1.984375 0,-0.90625 0,-2.03125 1.34375,-2.03125 0.34375,0 0.671875,0.125 0.9375,0.375 z m 0,0" + style="stroke:none" /> + + - - + id="id-73fff907-7698-4f16-ad70-e5a17b14e2b8" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" /> + + - - + id="id-056e0452-b062-4e5f-9fa5-698427f3491f" + d="M 4.734375,-1.6875 C 4.734375,-2.359375 4.375,-2.765625 4.15625,-2.96875 3.6875,-3.390625 3.265625,-3.46875 2.765625,-3.5625 2.109375,-3.6875 1.625,-3.78125 1.625,-4.25 c 0,-0.484375 0.390625,-0.578125 0.859375,-0.578125 0.796875,0 1.234375,0.296875 1.546875,0.5625 0.109375,0.125 0.140625,0.125 0.1875,0.125 0.125,0 0.140625,-0.109375 0.15625,-0.15625 C 4.40625,-4.40625 4.515625,-5.0625 4.515625,-5.125 c 0,-0.1875 -0.625,-0.359375 -0.765625,-0.40625 -0.46875,-0.140625 -0.859375,-0.140625 -1.171875,-0.140625 -0.53125,0 -2.140625,0 -2.140625,1.703125 0,0.59375 0.265625,0.9375 0.59375,1.234375 0.421875,0.375 0.875,0.46875 1.5625,0.59375 0.34375,0.0625 0.953125,0.171875 0.953125,0.6875 0,0.5625 -0.46875,0.65625 -0.921875,0.65625 -0.53125,0 -1.203125,-0.15625 -1.765625,-0.828125 -0.0625,-0.0625 -0.09375,-0.09375 -0.171875,-0.09375 -0.109375,0 -0.140625,0.109375 -0.15625,0.171875 C 0.515625,-1.375 0.375,-0.6875 0.375,-0.578125 c 0,0.21875 0.890625,0.5 0.890625,0.5 C 1.921875,0.125 2.421875,0.125 2.625,0.125 c 0.609375,0 2.109375,-0.046875 2.109375,-1.8125 z m 0,0" + style="stroke:none" /> + + - - + id="id-a3ea5e40-e97c-4c0c-9fa8-8556f074e29c" + d="m 5.9375,-0.265625 c 0,0 0,-0.109375 -0.109375,-0.265625 L 3.734375,-3.25 5.578125,-4.953125 c 0.140625,-0.140625 0.1875,-0.171875 0.1875,-0.265625 0,-0.25 -0.25,-0.25 -0.40625,-0.25 H 4.65625 c -0.203125,0 -0.4375,0 -0.71875,0.25 L 2.21875,-3.625 v -4.09375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.25 c -0.4375,0 -0.578125,0.140625 -0.578125,0.578125 v 7.140625 C 0.828125,-0.140625 0.953125,0 1.40625,0 H 1.609375 C 2.0625,0 2.1875,-0.15625 2.1875,-0.578125 V -1.8125 C 2.375,-1.984375 2.5625,-2.15625 2.75,-2.328125 l 1.546875,2.03125 C 4.5,-0.03125 4.59375,0 4.9375,0 H 5.515625 C 5.671875,0 5.9375,0 5.9375,-0.265625 Z m 0,0" + style="stroke:none" /> + + - - + id="id-9d651da9-8b73-43a9-9f60-ab1c38589dc1" + d="m 6.1875,-2.6875 c 0,-1.96875 -0.953125,-2.984375 -2.90625,-2.984375 -1.984375,0 -2.90625,1.0625 -2.90625,2.984375 0,1.953125 1.03125,2.8125 2.90625,2.8125 1.875,0 2.90625,-0.859375 2.90625,-2.8125 z m -1.625,-0.140625 c 0,0.9375 0,2.03125 -1.28125,2.03125 C 2,-0.796875 2,-1.875 2,-2.828125 2,-3.75 2,-4.8125 3.28125,-4.8125 c 1.28125,0 1.28125,1.046875 1.28125,1.984375 z m 0,0" + style="stroke:none" /> + + - + id="id-6e54ca11-3619-48a5-a7ee-d5421c1dc6b5" + d="m 5.65625,-5.140625 c 0,-0.328125 -0.296875,-0.328125 -0.484375,-0.328125 h -0.25 c -0.5,0 -0.625,0.171875 -0.734375,0.515625 L 3,-1.34375 1.8125,-4.953125 C 1.734375,-5.21875 1.65625,-5.46875 1.078125,-5.46875 H 0.78125 c -0.171875,0 -0.46875,0 -0.46875,0.328125 0,0.03125 0,0.0625 0.0625,0.234375 L 1.796875,-0.5 c 0.15625,0.5 0.53125,0.5 0.75,0.5 h 0.875 C 3.640625,0 4,0 4.171875,-0.5 L 5.59375,-4.90625 c 0.0625,-0.171875 0.0625,-0.203125 0.0625,-0.234375 z m 0,0" + style="stroke:none" /> + + + + id="id-60d6778e-d74d-40dc-b55a-9049084b705b" + style="fill:#000000;fill-opacity:1"> + transform="translate(160.265,38.309)" + id="g47213"> + id="id-30001e93-5873-421c-93b5-fa08c64591cc" + d="m 8.375,-0.34375 -3.34375,-4.5 3.140625,-2.953125 C 8.3125,-7.921875 8.3125,-8 8.3125,-8.046875 c 0,-0.25 -0.234375,-0.25 -0.40625,-0.25 H 7.1875 c -0.203125,0 -0.453125,0 -0.703125,0.234375 l -3.84375,3.640625 V -7.71875 c 0,-0.390625 -0.078125,-0.578125 -0.578125,-0.578125 H 1.65625 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 7.140625 C 1.09375,-0.140625 1.21875,0 1.65625,0 H 2.0625 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 v -2 L 3.96875,-3.84375 6.640625,-0.25 C 6.84375,0 7.015625,0 7.25,0 H 7.953125 C 8.21875,0 8.375,0 8.375,-0.34375 Z m 0,0" + style="stroke:none" /> + transform="translate(169.398,38.309)" + id="g47216"> + id="id-7eb767ff-b5e7-4f4e-9544-456766da850a" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" /> + transform="translate(176.106,38.309)" + id="g47219"> + id="id-b8a6f362-9c80-42c0-ba7a-9430bc11bfaf" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 Z M 2.40625,-7.25 v -0.21875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.21875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.578125,-0.21875 0.578125,-0.578125 z m 0,0" + style="stroke:none" /> + transform="translate(179.16,38.309)" + id="g47222"> + id="id-a48ef188-2266-4b35-ab64-abc4fade939f" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.203125,0 -1.75,0.828125 -1.921875,1.15625 V -7.71875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 h -0.4375 c -0.4375,0 -0.578125,0.140625 -0.578125,0.578125 v 7.140625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" /> + transform="translate(185.868,38.309)" + id="g47225"> + id="id-45612231-447b-4cdc-baec-a6b4ad6d7a6a" + d="m 5.65625,-5.15625 c 0,-0.3125 -0.328125,-0.3125 -0.484375,-0.3125 H 4.90625 c -0.1875,0 -0.453125,0 -0.625,0.265625 -0.03125,0.0625 -1,2.703125 -1.0625,3.5 H 3.203125 C 3.140625,-2.28125 2.65625,-3.390625 2.140625,-4.546875 1.8125,-5.296875 1.71875,-5.46875 1.125,-5.46875 H 0.8125 c -0.171875,0 -0.46875,0 -0.46875,0.3125 0,0.046875 0.03125,0.125 0.0625,0.1875 L 2.671875,0 C 2.5625,0.25 2.53125,0.375 2.5,0.5 2.359375,0.890625 2.15625,1.4375 1.5,1.4375 1.109375,1.4375 0.84375,1.265625 0.703125,1.1875 0.640625,1.140625 0.625,1.140625 0.578125,1.140625 0.53125,1.140625 0.4375,1.171875 0.4375,1.3125 c 0,0.09375 0.0625,0.921875 0.09375,0.96875 0.109375,0.140625 0.765625,0.171875 0.953125,0.171875 1.484375,0 2.0625,-1.40625 2.15625,-1.703125 L 5.59375,-4.90625 c 0.0625,-0.15625 0.0625,-0.1875 0.0625,-0.25 z m 0,0" + style="stroke:none" /> - - - + id="id-bd2e8dad-2e13-4068-8b59-5e36467acf28" + style="fill:#000000;fill-opacity:1"> + transform="translate(196.233,38.309)" + id="g47229"> + id="id-80e12029-18ef-4af1-86af-bc0407c231cf" + d="M 9.1875,-0.296875 V -0.875 c 0,-0.21875 0,-0.34375 -0.15625,-0.34375 C 9,-1.21875 8.984375,-1.203125 8.921875,-1.171875 8.34375,-0.9375 7.84375,-0.9375 7.6875,-0.9375 7.421875,-0.9375 7.046875,-0.96875 6.59375,-1.21875 8.171875,-2.640625 8.765625,-4.75 8.765625,-4.859375 8.765625,-4.96875 8.671875,-5 8.59375,-5.015625 8.46875,-5.0625 7.8125,-5.25 7.71875,-5.25 c -0.109375,0 -0.125,0.0625 -0.203125,0.3125 -0.46875,1.53125 -1.3125,2.515625 -1.890625,2.96875 -0.109375,-0.109375 -1.171875,-1.203125 -1.671875,-2.09375 1.421875,-1.015625 2.15625,-1.75 2.15625,-2.546875 0,-1 -0.828125,-1.953125 -2.015625,-1.953125 -1.109375,0 -2.21875,0.890625 -2.21875,2.3125 0,0.90625 0.296875,1.78125 0.5,2.25 -0.328125,0.21875 -1.03125,0.71875 -1.234375,0.875 -0.1875,0.1875 -0.59375,0.671875 -0.59375,1.375 0,1.109375 1.03125,2.015625 2.40625,2.015625 1.390625,0 2.46875,-0.640625 2.515625,-0.65625 0.5625,0.3125 1.265625,0.65625 2.203125,0.65625 0.78125,0 1.375,-0.203125 1.40625,-0.234375 C 9.1875,0 9.1875,-0.0625 9.1875,-0.296875 Z M 4.75,-6.59375 c 0,0.75 -0.65625,1.359375 -1.1875,1.734375 C 3.265625,-5.6875 3.234375,-6.21875 3.234375,-6.53125 c 0,-0.875 0.546875,-1.171875 0.859375,-1.171875 0.453125,0 0.65625,0.640625 0.65625,1.109375 z m -0.34375,5.375 c -0.671875,0.28125 -1.3125,0.28125 -1.421875,0.28125 -0.765625,0 -0.8125,-0.96875 -0.8125,-1.140625 0,-0.8125 0.453125,-1.0625 0.609375,-1.15625 0.5,0.875 1.171875,1.5625 1.625,2.015625 z m 0,0" + style="stroke:none" /> + + + transform="translate(210.539,38.309)" + id="g47233"> + id="id-97820e1c-a49e-4339-a0b2-b70088ab7ad4" + d="M 5.96875,-0.578125 V -7.71875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 h -0.4375 C 4.5,-8.296875 4.375,-8.140625 4.375,-7.71875 v 2.703125 c -0.53125,-0.5 -1.140625,-0.59375 -1.5,-0.59375 -2.4375,0 -2.4375,2.296875 -2.4375,2.890625 0,0.546875 0,2.84375 2.375,2.84375 0.5,0 1.015625,-0.140625 1.53125,-0.6875 C 4.34375,-0.125 4.5,0 4.90625,0 H 5.390625 C 5.84375,0 5.96875,-0.15625 5.96875,-0.578125 Z M 4.34375,-1.5 c 0,0.203125 0,0.3125 -0.34375,0.5625 -0.3125,0.1875 -0.578125,0.203125 -0.71875,0.203125 -1.21875,0 -1.21875,-1.09375 -1.21875,-1.984375 0,-0.90625 0,-2.03125 1.34375,-2.03125 0.34375,0 0.671875,0.125 0.9375,0.375 z m 0,0" + style="stroke:none" /> + transform="translate(217.247,38.309)" + id="g47236"> + id="id-0e9ca444-ae5f-4827-a7f7-6971dd0ea8eb" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" /> + transform="translate(223.357,38.309)" + id="g47239"> + id="id-24923579-740b-4a84-b7a0-257c35d0a4f9" + d="M 4.734375,-1.6875 C 4.734375,-2.359375 4.375,-2.765625 4.15625,-2.96875 3.6875,-3.390625 3.265625,-3.46875 2.765625,-3.5625 2.109375,-3.6875 1.625,-3.78125 1.625,-4.25 c 0,-0.484375 0.390625,-0.578125 0.859375,-0.578125 0.796875,0 1.234375,0.296875 1.546875,0.5625 0.109375,0.125 0.140625,0.125 0.1875,0.125 0.125,0 0.140625,-0.109375 0.15625,-0.15625 C 4.40625,-4.40625 4.515625,-5.0625 4.515625,-5.125 c 0,-0.1875 -0.625,-0.359375 -0.765625,-0.40625 -0.46875,-0.140625 -0.859375,-0.140625 -1.171875,-0.140625 -0.53125,0 -2.140625,0 -2.140625,1.703125 0,0.59375 0.265625,0.9375 0.59375,1.234375 0.421875,0.375 0.875,0.46875 1.5625,0.59375 0.34375,0.0625 0.953125,0.171875 0.953125,0.6875 0,0.5625 -0.46875,0.65625 -0.921875,0.65625 -0.53125,0 -1.203125,-0.15625 -1.765625,-0.828125 -0.0625,-0.0625 -0.09375,-0.09375 -0.171875,-0.09375 -0.109375,0 -0.140625,0.109375 -0.15625,0.171875 C 0.515625,-1.375 0.375,-0.6875 0.375,-0.578125 c 0,0.21875 0.890625,0.5 0.890625,0.5 C 1.921875,0.125 2.421875,0.125 2.625,0.125 c 0.609375,0 2.109375,-0.046875 2.109375,-1.8125 z m 0,0" + style="stroke:none" /> + transform="translate(228.399,38.309)" + id="g47242"> + id="id-715ca264-358a-4b23-a50b-a18f14b0363a" + d="m 5.9375,-0.265625 c 0,0 0,-0.109375 -0.109375,-0.265625 L 3.734375,-3.25 5.578125,-4.953125 c 0.140625,-0.140625 0.1875,-0.171875 0.1875,-0.265625 0,-0.25 -0.25,-0.25 -0.40625,-0.25 H 4.65625 c -0.203125,0 -0.4375,0 -0.71875,0.25 L 2.21875,-3.625 v -4.09375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.25 c -0.4375,0 -0.578125,0.140625 -0.578125,0.578125 v 7.140625 C 0.828125,-0.140625 0.953125,0 1.40625,0 H 1.609375 C 2.0625,0 2.1875,-0.15625 2.1875,-0.578125 V -1.8125 C 2.375,-1.984375 2.5625,-2.15625 2.75,-2.328125 l 1.546875,2.03125 C 4.5,-0.03125 4.59375,0 4.9375,0 H 5.515625 C 5.671875,0 5.9375,0 5.9375,-0.265625 Z m 0,0" + style="stroke:none" /> - - - - - - - - - + id="id-99af342b-7191-4f93-9bec-7001621a3b5d" + style="fill:#000000;fill-opacity:1"> + transform="translate(234.382,38.309)" + id="g47246"> + id="id-0e89031a-b1fe-43e6-8289-02d382ee8825" + d="m 6.1875,-2.6875 c 0,-1.96875 -0.953125,-2.984375 -2.90625,-2.984375 -1.984375,0 -2.90625,1.0625 -2.90625,2.984375 0,1.953125 1.03125,2.8125 2.90625,2.8125 1.875,0 2.90625,-0.859375 2.90625,-2.8125 z m -1.625,-0.140625 c 0,0.9375 0,2.03125 -1.28125,2.03125 C 2,-0.796875 2,-1.875 2,-2.828125 2,-3.75 2,-4.8125 3.28125,-4.8125 c 1.28125,0 1.28125,1.046875 1.28125,1.984375 z m 0,0" + style="stroke:none" /> + transform="translate(240.958,38.309)" + id="g47249"> + id="id-eb3505de-7bce-4829-9866-bc5b04b2e51a" + d="m 5.65625,-5.140625 c 0,-0.328125 -0.296875,-0.328125 -0.484375,-0.328125 h -0.25 c -0.5,0 -0.625,0.171875 -0.734375,0.515625 L 3,-1.34375 1.8125,-4.953125 C 1.734375,-5.21875 1.65625,-5.46875 1.078125,-5.46875 H 0.78125 c -0.171875,0 -0.46875,0 -0.46875,0.328125 0,0.03125 0,0.0625 0.0625,0.234375 L 1.796875,-0.5 c 0.15625,0.5 0.53125,0.5 0.75,0.5 h 0.875 C 3.640625,0 4,0 4.171875,-0.5 L 5.59375,-4.90625 c 0.0625,-0.171875 0.0625,-0.203125 0.0625,-0.234375 z m 0,0" + style="stroke:none" /> + transform="translate(246.935,38.309)" + id="g47252"> + id="id-32902daa-e9c2-47c1-bd43-e646027395a1" + d="m 5.9375,-0.265625 c 0,0 0,-0.109375 -0.109375,-0.265625 L 3.734375,-3.25 5.578125,-4.953125 c 0.140625,-0.140625 0.1875,-0.171875 0.1875,-0.265625 0,-0.25 -0.25,-0.25 -0.40625,-0.25 H 4.65625 c -0.203125,0 -0.4375,0 -0.71875,0.25 L 2.21875,-3.625 v -4.09375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.25 c -0.4375,0 -0.578125,0.140625 -0.578125,0.578125 v 7.140625 C 0.828125,-0.140625 0.953125,0 1.40625,0 H 1.609375 C 2.0625,0 2.1875,-0.15625 2.1875,-0.578125 V -1.8125 C 2.375,-1.984375 2.5625,-2.15625 2.75,-2.328125 l 1.546875,2.03125 C 4.5,-0.03125 4.59375,0 4.9375,0 H 5.515625 C 5.671875,0 5.9375,0 5.9375,-0.265625 Z m 0,0" + style="stroke:none" /> + transform="translate(253.278,38.309)" + id="g47255"> + id="id-3c76807b-10f6-4547-bbb0-73236857c4ac" + d="m 5.65625,-5.15625 c 0,-0.3125 -0.328125,-0.3125 -0.484375,-0.3125 H 4.90625 c -0.1875,0 -0.453125,0 -0.625,0.265625 -0.03125,0.0625 -1,2.703125 -1.0625,3.5 H 3.203125 C 3.140625,-2.28125 2.65625,-3.390625 2.140625,-4.546875 1.8125,-5.296875 1.71875,-5.46875 1.125,-5.46875 H 0.8125 c -0.171875,0 -0.46875,0 -0.46875,0.3125 0,0.046875 0.03125,0.125 0.0625,0.1875 L 2.671875,0 C 2.5625,0.25 2.53125,0.375 2.5,0.5 2.359375,0.890625 2.15625,1.4375 1.5,1.4375 1.109375,1.4375 0.84375,1.265625 0.703125,1.1875 0.640625,1.140625 0.625,1.140625 0.578125,1.140625 0.53125,1.140625 0.4375,1.171875 0.4375,1.3125 c 0,0.09375 0.0625,0.921875 0.09375,0.96875 0.109375,0.140625 0.765625,0.171875 0.953125,0.171875 1.484375,0 2.0625,-1.40625 2.15625,-1.703125 L 5.59375,-4.90625 c 0.0625,-0.15625 0.0625,-0.1875 0.0625,-0.25 z m 0,0" + style="stroke:none" /> + + + + + - + id="id-8e5f75ae-6305-4b7d-9e02-c093f7bf3abe"> + - - + d="" + id="id-54048481-0d0c-43bc-bfca-06d1a3813097" /> + + - - + d="m 8.015625,-2.3125 c 0,-1.6875 -1.65625,-1.953125 -2.09375,-2.03125 1.09375,-0.25 1.734375,-0.875 1.734375,-1.796875 0,-2.15625 -2.546875,-2.15625 -3.046875,-2.15625 H 1.65625 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 7.140625 C 1.09375,-0.140625 1.21875,0 1.65625,0 H 4.9375 C 5.828125,0 8.015625,-0.15625 8.015625,-2.3125 Z M 6.03125,-6.109375 C 6.03125,-4.75 4.453125,-4.75 4.15625,-4.75 H 2.765625 v -2.515625 h 1.40625 c 0.46875,0 1.859375,0.03125 1.859375,1.15625 z m 0.328125,3.765625 c 0,1.234375 -1.28125,1.3125 -1.859375,1.3125 H 2.765625 V -3.890625 H 4.28125 c 0.421875,0 2.078125,0 2.078125,1.546875 z m 0,0" + id="id-842407a3-efee-404d-81b9-f21338708b67" /> + + - - + d="m 6.1875,-2.6875 c 0,-1.96875 -0.953125,-2.984375 -2.90625,-2.984375 -1.984375,0 -2.90625,1.0625 -2.90625,2.984375 0,1.953125 1.03125,2.8125 2.90625,2.8125 1.875,0 2.90625,-0.859375 2.90625,-2.8125 z m -1.625,-0.140625 c 0,0.9375 0,2.03125 -1.28125,2.03125 C 2,-0.796875 2,-1.875 2,-2.828125 2,-3.75 2,-4.8125 3.28125,-4.8125 c 1.28125,0 1.28125,1.046875 1.28125,1.984375 z m 0,0" + id="id-bd843c6b-64c0-4377-9823-846c5765f51d" /> + + - - + d="M 5.96875,-0.578125 V -7.71875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 h -0.4375 C 4.5,-8.296875 4.375,-8.140625 4.375,-7.71875 v 2.703125 c -0.53125,-0.5 -1.140625,-0.59375 -1.5,-0.59375 -2.4375,0 -2.4375,2.296875 -2.4375,2.890625 0,0.546875 0,2.84375 2.375,2.84375 0.5,0 1.015625,-0.140625 1.53125,-0.6875 C 4.34375,-0.125 4.5,0 4.90625,0 H 5.390625 C 5.84375,0 5.96875,-0.15625 5.96875,-0.578125 Z M 4.34375,-1.5 c 0,0.203125 0,0.3125 -0.34375,0.5625 -0.3125,0.1875 -0.578125,0.203125 -0.71875,0.203125 -1.21875,0 -1.21875,-1.09375 -1.21875,-1.984375 0,-0.90625 0,-2.03125 1.34375,-2.03125 0.34375,0 0.671875,0.125 0.9375,0.375 z m 0,0" + id="id-80d970de-a2e9-46b6-b0bf-3040c49443d8" /> + + - - - - + d="m 5.65625,-5.140625 c 0,-0.328125 -0.296875,-0.328125 -0.484375,-0.328125 h -0.25 c -0.5,0 -0.625,0.171875 -0.734375,0.515625 L 3,-1.34375 1.8125,-4.953125 C 1.734375,-5.21875 1.65625,-5.46875 1.078125,-5.46875 H 0.78125 c -0.171875,0 -0.46875,0 -0.46875,0.328125 0,0.03125 0,0.0625 0.0625,0.234375 L 1.796875,-0.5 c 0.15625,0.5 0.53125,0.5 0.75,0.5 h 0.875 C 3.640625,0 4,0 4.171875,-0.5 L 5.59375,-4.90625 c 0.0625,-0.171875 0.0625,-0.203125 0.0625,-0.234375 z m 0,0" + id="id-15c7df78-4287-4c8b-94be-cdae4d01411c" /> + + - - - - + d="M 5.671875,-0.578125 V -3.78125 c 0,-1.890625 -1.828125,-1.890625 -2.421875,-1.890625 -0.5625,0 -1.15625,0.046875 -1.953125,0.375 -0.25,0.109375 -0.3125,0.140625 -0.3125,0.28125 0,0.078125 0.0625,0.765625 0.078125,0.875 0.015625,0.0625 0.078125,0.125 0.15625,0.125 0.0625,0 0.09375,-0.03125 0.125,-0.078125 0.515625,-0.53125 1.125,-0.796875 1.859375,-0.796875 0.640625,0 0.84375,0.390625 0.84375,1.09375 V -3.375 c -0.421875,0 -3.5625,0.03125 -3.5625,1.78125 0,0.84375 0.671875,1.71875 1.734375,1.71875 0.40625,0 1.296875,-0.109375 1.859375,-0.9375 v 0.234375 C 4.078125,-0.1875 4.15625,0 4.65625,0 h 0.4375 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 z m -1.625,-1.265625 c 0,1.109375 -1.140625,1.109375 -1.171875,1.109375 -0.515625,0 -0.828125,-0.421875 -0.828125,-0.875 0,-1.171875 1.65625,-1.265625 2,-1.265625 z m 0.96875,-6.296875 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 3.703125 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 2.3125,-6.75 c -0.09375,0.125 -0.09375,0.171875 -0.09375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 h 0.4375 L 4.875,-7.953125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + id="id-4fbf98d3-605b-4ecb-8e16-8453335319d8" /> + + - - - - + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + id="id-8ea17d29-e6c6-4ef6-bc6c-7e87e28e085e" /> + + - - + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + id="id-8e462bf3-132f-4951-84c6-fd58949965f8" /> + + - - + d="" + id="id-0643083e-37bf-4d86-bbc6-48be234cd013" /> + + - - - - + d="m 5.3125,-2.296875 c 0,-0.796875 -0.640625,-1.4375 -1.4375,-1.4375 -0.78125,0 -1.4375,0.640625 -1.4375,1.4375 0,0.78125 0.65625,1.421875 1.4375,1.421875 0.796875,0 1.4375,-0.640625 1.4375,-1.421875 z m 0,0" + id="id-43191810-fbe8-4e47-92f9-5edddfd3ef0b" /> + + - - - - + d="" + id="id-5a6d4f10-9b39-4314-b9d1-ff3a4a9eafac" /> + + - - + d="M 5.578125,0 V -0.65625 H 4.625 L 2,-0.640625 H 1.6875 l 3.828125,-5.875 v -0.40625 H 0.6875 v 0.625 h 2 c 0.109375,0 0.234375,-0.015625 0.359375,-0.015625 h 1.34375 L 0.5625,-0.421875 V 0 Z m 0,0" + id="id-ed0b2d26-456f-47f0-a85e-64c31f86001a" /> + + - - + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + id="id-1a40ff33-5eff-4a2c-b541-1b351429211b" /> + + - - + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + id="id-7b610702-21cf-4006-a8f6-aec7be73ea74" /> + + - - - - + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + id="id-d97ab1ff-807a-4577-960e-a2b37573f517" /> + + - - + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + id="id-6caf8cdb-fa9c-4775-9153-7a7b182b4346" /> + + - - - - + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + id="id-54476577-ecd6-42ba-bf80-8a497d197432" /> + + - - + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-87325158-a5df-473c-acef-4749ae8386b1" /> + + - - + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-9bfaf21d-8657-4b1e-8bb3-45c2349b616a" /> + + - - + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.0625,-4.1875 H 2.84375 L 1.515625,-5.25 H 2.125 Z m 0,0" + id="id-7304657e-9b57-4d88-a155-24b6a0954ba8" /> + + - - + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + id="id-3c34e96a-8a39-40ff-aafd-89f9f9540c6e" /> + + - - - - + id="id-1996ec9f-c74a-4c0e-a230-41ae7cf6d5f6" /> + + - - + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + id="id-e698046f-1409-474f-98b7-0cdda08a605b" /> + + - - - - + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + id="id-65d27490-1582-420c-9fb6-dcb8e57d64fd" /> + + - - - - + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.984375,-6.921875 H 3.203125 L 1.875,-5.25 h 0.609375 z m 0,0" + id="id-7ddb01ba-7895-4750-b3f8-6e4468c7c342" /> + + + + + - - + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-87542ba7-377f-48fe-980b-de5200b1fbd1" /> + + - - + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-565d9ce4-88a0-4e35-b0ec-2529b2b558cc" /> + + - - + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + id="id-d2d56660-02a1-4d71-9f6d-bcec1733fc41" /> + + - - + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + id="id-dcb36539-a77d-45cd-a996-0bf9315e0b39" /> + + - - + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-0ce10724-e2be-4fb7-a8b5-6dbfd28b32df" /> + + - - + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + id="id-0602dd47-92c8-4091-8a60-5e1378a55c54" /> + + - - - - + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + id="id-668f5bdb-3ef2-468c-b9b8-d96ec61fc1a8" /> + + - - + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + id="id-93a9d1b4-462f-40b9-8a9d-5863bf2a90e7" /> + + - - - - + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-2d29df73-421d-4932-974c-02d375aecfe1" /> + + - - + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + id="id-4b6cbc95-3950-47c1-817e-8f35f5fa2824" /> + + - - + d="m 1.796875,-0.015625 v -0.8125 H 0.96875 V 0 h 0.25 l -0.25,1.25 H 1.375 Z m 0,0" + id="id-2ffe3ac1-11f9-4e6e-8384-92556769db6e" /> + + - - + id="id-23e66668-a511-4ab4-8fa9-b6190d87bfda" /> + + - - + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + id="id-69199928-ccd5-4196-84d6-303e53986373" /> + + - - + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + id="id-729d8b7b-66db-414c-8b1b-bf2c3b35e7ce" /> + + - - + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m -0.75,-2.5 H 2.9375 L 1.609375,-5.25 H 2.21875 Z m 0,0" + id="id-1c50ec29-49c0-4b60-a7ef-f0875dee32cb" /> + + - - + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + id="id-b9fabad0-00b3-41ad-989e-e8753ec96117" /> + + - - + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + id="id-19618333-f3cb-4cb6-ac6c-2b31d0693345" /> + + - - - - - - - - - + id="id-0fd604f2-6fe8-4325-8a88-e1fe7c859bc5" /> + + - - + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + id="id-da07e78b-4951-471c-b9a7-1a8a17e3a430" /> + + - - + d="m 5.796875,-4.90625 c 0,-1.0625 -0.984375,-2.015625 -2.359375,-2.015625 H 0.953125 V 0 H 1.84375 v -2.875 h 1.671875 c 1.234375,0 2.28125,-0.90625 2.28125,-2.03125 z M 5,-4.90625 c 0,0.796875 -0.640625,1.453125 -1.78125,1.453125 H 1.8125 v -2.90625 H 3.21875 C 4.3125,-6.359375 5,-5.75 5,-4.90625 Z m 0,0" + id="id-223d6018-44ef-42be-9a88-5114e2abffca" /> + + - - - - + d="M 2.75,-1.921875 V -2.5 H 0.109375 v 0.578125 z m 0,0" + id="id-379e91be-fd96-425a-bda9-cf4cdae70461" /> + + - - + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + id="id-2041824f-3f5e-4d44-b728-754012c7d5a4" /> + + - - + d="" + id="id-176e43a3-04b3-456a-87eb-75496ff94138" /> + + - - + d="m 5.6875,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.03125 -0.15625,0.1875 -0.203125,0.671875 -0.53125,1.234375 -1.015625,1.234375 -0.171875,0 -0.234375,-0.09375 -0.234375,-0.328125 0,-0.25 0.078125,-0.484375 0.171875,-0.703125 0.1875,-0.53125 0.609375,-1.625 0.609375,-2.203125 0,-0.65625 -0.421875,-1.0625 -1.140625,-1.0625 -0.90625,0 -1.390625,0.640625 -1.5625,0.875 -0.046875,-0.5625 -0.453125,-0.875 -0.921875,-0.875 -0.453125,0 -0.640625,0.390625 -0.734375,0.5625 C 0.421875,-3.5 0.296875,-2.90625 0.296875,-2.875 c 0,0.109375 0.109375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.015625 0.171875,-0.234375 0.171875,-0.703125 0.375,-1.1875 0.734375,-1.1875 0.1875,0 0.296875,0.125 0.296875,0.453125 0,0.21875 -0.03125,0.328125 -0.15625,0.84375 L 0.875,-0.59375 c -0.03125,0.15625 -0.09375,0.390625 -0.09375,0.4375 0,0.171875 0.140625,0.265625 0.296875,0.265625 0.125,0 0.296875,-0.078125 0.375,-0.28125 0,-0.015625 0.125,-0.484375 0.1875,-0.734375 l 0.21875,-0.890625 C 1.90625,-2.03125 1.96875,-2.25 2.03125,-2.46875 l 0.125,-0.5 c 0.140625,-0.3125 0.671875,-1.21875 1.625,-1.21875 0.453125,0 0.53125,0.375 0.53125,0.703125 0,0.609375 -0.484375,1.890625 -0.640625,2.3125 C 3.578125,-0.9375 3.5625,-0.8125 3.5625,-0.703125 c 0,0.46875 0.359375,0.8125 0.828125,0.8125 0.9375,0 1.296875,-1.453125 1.296875,-1.53125 z m 0,0" + id="id-044d37e0-56e0-4db3-b80a-0f8d1f90046d" /> + + - - - - + d="m 4.140625,-2.8125 c 0,-0.90625 -0.53125,-1.59375 -1.328125,-1.59375 -0.453125,0 -0.875,0.296875 -1.171875,0.59375 l 0.734375,-3 c 0,0 0,-0.109375 -0.125,-0.109375 -0.21875,0 -0.953125,0.078125 -1.21875,0.109375 -0.078125,0 -0.1875,0.015625 -0.1875,0.1875 0,0.125 0.09375,0.125 0.25,0.125 0.46875,0 0.484375,0.0625 0.484375,0.171875 0,0.0625 -0.078125,0.40625 -0.125,0.609375 l -0.828125,3.25 c -0.109375,0.5 -0.15625,0.671875 -0.15625,1.015625 0,0.9375 0.53125,1.5625 1.265625,1.5625 1.171875,0 2.40625,-1.484375 2.40625,-2.921875 z M 2.90625,-1.140625 c -0.328125,0.671875 -0.78125,1.03125 -1.171875,1.03125 -0.34375,0 -0.671875,-0.265625 -0.671875,-1 0,-0.203125 0,-0.390625 0.15625,-1.015625 L 1.453125,-3.046875 C 1.5,-3.265625 1.5,-3.28125 1.59375,-3.390625 2.078125,-4.03125 2.53125,-4.1875 2.796875,-4.1875 c 0.359375,0 0.625,0.296875 0.625,0.9375 0,0.59375 -0.328125,1.734375 -0.515625,2.109375 z m 0,0" + id="id-58b238a6-bc33-4e96-82fb-7ac72d7a9f52" /> + + - - + d="" + id="id-41041e47-ccc5-4468-ab45-954440c6a635" /> + + - - + d="m 3.578125,-1.203125 c 0,-0.546875 -0.4375,-1.09375 -1.203125,-1.25 0.71875,-0.265625 0.984375,-0.78125 0.984375,-1.21875 0,-0.546875 -0.625,-0.953125 -1.40625,-0.953125 -0.765625,0 -1.359375,0.375 -1.359375,0.9375 0,0.234375 0.15625,0.359375 0.359375,0.359375 0.21875,0 0.359375,-0.15625 0.359375,-0.34375 0,-0.203125 -0.140625,-0.359375 -0.359375,-0.375 0.25,-0.296875 0.71875,-0.375 0.984375,-0.375 0.3125,0 0.75,0.15625 0.75,0.75 0,0.296875 -0.09375,0.625 -0.28125,0.828125 -0.21875,0.265625 -0.421875,0.28125 -0.765625,0.3125 -0.171875,0.015625 -0.1875,0.015625 -0.21875,0.015625 0,0 -0.078125,0.015625 -0.078125,0.09375 0,0.09375 0.0625,0.09375 0.1875,0.09375 h 0.375 c 0.546875,0 0.9375,0.375 0.9375,1.125 0,0.859375 -0.515625,1.125 -0.90625,1.125 -0.28125,0 -0.90625,-0.078125 -1.1875,-0.5 0.328125,0 0.40625,-0.234375 0.40625,-0.390625 0,-0.21875 -0.171875,-0.375 -0.390625,-0.375 -0.1875,0 -0.390625,0.125 -0.390625,0.40625 0,0.65625 0.71875,1.078125 1.5625,1.078125 0.96875,0 1.640625,-0.65625 1.640625,-1.34375 z m 0,0" + id="id-1f46df74-d0b7-4a45-a2df-4c15dc9d47b3" /> + + - - + d="m 5.609375,-1.734375 c 0,-0.1875 -0.15625,-0.1875 -0.25,-0.1875 H 3.21875 V -4.0625 c 0,-0.078125 0,-0.25 -0.15625,-0.25 -0.171875,0 -0.171875,0.15625 -0.171875,0.25 v 2.140625 H 0.75 c -0.09375,0 -0.265625,0 -0.265625,0.171875 0,0.171875 0.15625,0.171875 0.265625,0.171875 H 2.890625 V 0.5625 c 0,0.09375 0,0.265625 0.15625,0.265625 0.171875,0 0.171875,-0.171875 0.171875,-0.265625 v -2.140625 h 2.140625 c 0.09375,0 0.25,0 0.25,-0.15625 z m 0,0" + id="id-bc5b9f23-35cf-4253-95f8-1fa6ce5f87e6" /> + + - - + d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0" + id="id-1be2b4a5-c974-4db8-b74f-c80e5d218c71" /> + + - - + d="" + id="id-4727aabc-875e-4195-bca4-0e4d5bca616b" /> + + - + d="m 3.28125,-1.90625 c 0,-0.8125 -0.5625,-1.171875 -1.046875,-1.171875 -0.359375,0 -0.671875,0.203125 -0.875,0.390625 L 1.84375,-4.625 c 0,-0.015625 0.03125,-0.109375 0.03125,-0.109375 0,-0.046875 -0.03125,-0.109375 -0.125,-0.109375 -0.140625,0 -0.71875,0.0625 -0.890625,0.078125 -0.046875,0 -0.15625,0.015625 -0.15625,0.15625 0,0.09375 0.109375,0.09375 0.1875,0.09375 0.328125,0 0.328125,0.0625 0.328125,0.109375 0,0.046875 -0.0625,0.328125 -0.109375,0.484375 L 0.953125,-3.28125 0.5,-1.421875 C 0.453125,-1.25 0.453125,-1.15625 0.453125,-1.078125 c 0,0.703125 0.453125,1.140625 1.03125,1.140625 0.875,0 1.796875,-0.9375 1.796875,-1.96875 z m -0.5625,-0.296875 c 0,0.28125 -0.140625,1 -0.359375,1.40625 C 2.1875,-0.453125 1.84375,-0.125 1.484375,-0.125 c -0.328125,0 -0.53125,-0.296875 -0.53125,-0.71875 0,-0.25 0.0625,-0.484375 0.265625,-1.28125 C 1.25,-2.25 1.25,-2.265625 1.390625,-2.421875 1.65625,-2.71875 1.96875,-2.875 2.21875,-2.875 c 0.265625,0 0.5,0.203125 0.5,0.671875 z m 0,0" + id="id-f9a904e5-3f4a-46a3-bd01-9f7ed91c3353" /> + + + + + + - - - - - - + id="id-8ea24d45-8f21-4340-aa6e-edc352257efb"> + id="g11687" + transform="translate(152.564,48.604)"> + d="m 8.015625,-2.3125 c 0,-1.6875 -1.65625,-1.953125 -2.09375,-2.03125 1.09375,-0.25 1.734375,-0.875 1.734375,-1.796875 0,-2.15625 -2.546875,-2.15625 -3.046875,-2.15625 H 1.65625 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 7.140625 C 1.09375,-0.140625 1.21875,0 1.65625,0 H 4.9375 C 5.828125,0 8.015625,-0.15625 8.015625,-2.3125 Z M 6.03125,-6.109375 C 6.03125,-4.75 4.453125,-4.75 4.15625,-4.75 H 2.765625 v -2.515625 h 1.40625 c 0.46875,0 1.859375,0.03125 1.859375,1.15625 z m 0.328125,3.765625 c 0,1.234375 -1.28125,1.3125 -1.859375,1.3125 H 2.765625 V -3.890625 H 4.28125 c 0.421875,0 2.078125,0 2.078125,1.546875 z m 0,0" + id="id-43b75523-8cd9-4ba9-b906-4e705f556cb7" /> + id="g11690" + transform="translate(161.331,48.604)"> + d="m 6.1875,-2.6875 c 0,-1.96875 -0.953125,-2.984375 -2.90625,-2.984375 -1.984375,0 -2.90625,1.0625 -2.90625,2.984375 0,1.953125 1.03125,2.8125 2.90625,2.8125 1.875,0 2.90625,-0.859375 2.90625,-2.8125 z m -1.625,-0.140625 c 0,0.9375 0,2.03125 -1.28125,2.03125 C 2,-0.796875 2,-1.875 2,-2.828125 2,-3.75 2,-4.8125 3.28125,-4.8125 c 1.28125,0 1.28125,1.046875 1.28125,1.984375 z m 0,0" + id="id-f976c007-e2e7-4ae2-8b7e-0a25781a8225" /> + id="id-1e6a51ad-b1a1-4fa1-be60-29d7e87753fc"> + id="g11694" + transform="translate(168.277,48.604)"> + d="M 5.96875,-0.578125 V -7.71875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 h -0.4375 C 4.5,-8.296875 4.375,-8.140625 4.375,-7.71875 v 2.703125 c -0.53125,-0.5 -1.140625,-0.59375 -1.5,-0.59375 -2.4375,0 -2.4375,2.296875 -2.4375,2.890625 0,0.546875 0,2.84375 2.375,2.84375 0.5,0 1.015625,-0.140625 1.53125,-0.6875 C 4.34375,-0.125 4.5,0 4.90625,0 H 5.390625 C 5.84375,0 5.96875,-0.15625 5.96875,-0.578125 Z M 4.34375,-1.5 c 0,0.203125 0,0.3125 -0.34375,0.5625 -0.3125,0.1875 -0.578125,0.203125 -0.71875,0.203125 -1.21875,0 -1.21875,-1.09375 -1.21875,-1.984375 0,-0.90625 0,-2.03125 1.34375,-2.03125 0.34375,0 0.671875,0.125 0.9375,0.375 z m 0,0" + id="id-623f30cc-9d7a-4de2-98e6-221a586cf7c1" /> - - + id="g11697" + transform="translate(174.985,48.604)"> + d="m 6.1875,-2.6875 c 0,-1.96875 -0.953125,-2.984375 -2.90625,-2.984375 -1.984375,0 -2.90625,1.0625 -2.90625,2.984375 0,1.953125 1.03125,2.8125 2.90625,2.8125 1.875,0 2.90625,-0.859375 2.90625,-2.8125 z m -1.625,-0.140625 c 0,0.9375 0,2.03125 -1.28125,2.03125 C 2,-0.796875 2,-1.875 2,-2.828125 2,-3.75 2,-4.8125 3.28125,-4.8125 c 1.28125,0 1.28125,1.046875 1.28125,1.984375 z m 0,0" + id="id-2e900a18-a2fa-4af5-a7c1-d3b376a860a9" /> + id="g11700" + transform="translate(181.56,48.604)"> + d="m 5.65625,-5.140625 c 0,-0.328125 -0.296875,-0.328125 -0.484375,-0.328125 h -0.25 c -0.5,0 -0.625,0.171875 -0.734375,0.515625 L 3,-1.34375 1.8125,-4.953125 C 1.734375,-5.21875 1.65625,-5.46875 1.078125,-5.46875 H 0.78125 c -0.171875,0 -0.46875,0 -0.46875,0.328125 0,0.03125 0,0.0625 0.0625,0.234375 L 1.796875,-0.5 c 0.15625,0.5 0.53125,0.5 0.75,0.5 h 0.875 C 3.640625,0 4,0 4.171875,-0.5 L 5.59375,-4.90625 c 0.0625,-0.171875 0.0625,-0.203125 0.0625,-0.234375 z m 0,0" + id="id-0b2e9a9f-a296-4d04-a584-24733cc1d096" /> + id="g11703" + transform="translate(187.538,48.604)"> + d="M 5.671875,-0.578125 V -3.78125 c 0,-1.890625 -1.828125,-1.890625 -2.421875,-1.890625 -0.5625,0 -1.15625,0.046875 -1.953125,0.375 -0.25,0.109375 -0.3125,0.140625 -0.3125,0.28125 0,0.078125 0.0625,0.765625 0.078125,0.875 0.015625,0.0625 0.078125,0.125 0.15625,0.125 0.0625,0 0.09375,-0.03125 0.125,-0.078125 0.515625,-0.53125 1.125,-0.796875 1.859375,-0.796875 0.640625,0 0.84375,0.390625 0.84375,1.09375 V -3.375 c -0.421875,0 -3.5625,0.03125 -3.5625,1.78125 0,0.84375 0.671875,1.71875 1.734375,1.71875 0.40625,0 1.296875,-0.109375 1.859375,-0.9375 v 0.234375 C 4.078125,-0.1875 4.15625,0 4.65625,0 h 0.4375 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 z m -1.625,-1.265625 c 0,1.109375 -1.140625,1.109375 -1.171875,1.109375 -0.515625,0 -0.828125,-0.421875 -0.828125,-0.875 0,-1.171875 1.65625,-1.265625 2,-1.265625 z m 0.96875,-6.296875 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 3.703125 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 2.3125,-6.75 c -0.09375,0.125 -0.09375,0.171875 -0.09375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 h 0.4375 L 4.875,-7.953125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + id="id-e57ca600-816a-42a6-9da9-41586832abac" /> + id="g11706" + transform="translate(193.814,48.604)"> + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + id="id-d5c3dd7f-884b-4e30-8b14-1fa811374116" /> + id="g11709" + transform="translate(200.522,48.604)"> + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + id="id-03eee9f1-1473-44b0-bd19-45fc3dea2eeb" /> + + + id="g11713" + transform="translate(61.136,68.838)"> + d="m 5.3125,-2.296875 c 0,-0.796875 -0.640625,-1.4375 -1.4375,-1.4375 -0.78125,0 -1.4375,0.640625 -1.4375,1.4375 0,0.78125 0.65625,1.421875 1.4375,1.421875 0.796875,0 1.4375,-0.640625 1.4375,-1.421875 z m 0,0" + id="id-4919843d-f450-4ac1-87b1-5f82321bcb90" /> + + + id="g11717" + transform="translate(73.866,68.838)"> + d="M 5.578125,0 V -0.65625 H 4.625 L 2,-0.640625 H 1.6875 l 3.828125,-5.875 v -0.40625 H 0.6875 v 0.625 h 2 c 0.109375,0 0.234375,-0.015625 0.359375,-0.015625 h 1.34375 L 0.5625,-0.421875 V 0 Z m 0,0" + id="id-92371e0f-cbe8-411d-abb2-5a18644abba0" /> + id="g11720" + transform="translate(79.9541,68.838)"> + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + id="id-386a3e83-95f9-4dab-80be-8d810ae32dfb" /> + + + id="g11724" + transform="translate(88.0298,68.838)"> + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + id="id-36ab81ad-d9f5-4cd6-885f-bc4b7090e239" /> + id="g11727" + transform="translate(91.8485,68.838)"> + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + id="id-789ccd0c-746d-48d8-aa41-6f12b9146ebb" /> + id="id-1bfb71e5-3179-4680-8e9e-e21d3807f57a"> + id="g11731" + transform="translate(96.7172,68.838)"> + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + id="id-ddbaff53-c33f-4ecb-972c-b6fe765d69b4" /> - - + id="g11734" + transform="translate(100.121,68.838)"> + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + id="id-c8ad584a-7428-4a60-b3ab-c893d50a7ab8" /> - - + id="g11737" + transform="translate(104.909,68.838)"> + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-1db842af-1612-4d98-aca8-879bcc6f275a" /> + id="g11740" + transform="translate(109.503,68.838)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-dac71e32-6477-4e1d-ab27-29b37d2e485e" /> + + + + id="id-552a97dc-2393-46ba-a86a-dfc5fe27cb00"> + id="g11747" + transform="translate(122.357,68.838)"> + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + id="id-d62abbea-30b2-4571-89f1-eb25c5beb2b6" /> + id="g11750" + transform="translate(125.761,68.838)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-2041bd37-4509-4734-8059-43f95783db6e" /> + id="g11753" + transform="translate(130.19,68.838)"> + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + id="id-c9594e11-0927-4ffb-81cc-443149402cff" /> + id="g11756" + transform="translate(134.008,68.838)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-251ee68c-8840-4886-8fca-e2f58fbba055" /> + id="g11759" + transform="translate(138.437,68.838)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-156a71b4-e1d2-4ef1-82b6-250601869447" /> + id="g11762" + transform="translate(143.584,68.838)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + id="id-b395ddcc-f5b5-4072-ade3-823ce3b7a2d4" /> + id="id-0e113bed-5944-460d-83ca-23e49a7a70ac"> + id="g11766" + transform="translate(149.252,68.838)"> + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.984375,-6.921875 H 3.203125 L 1.875,-5.25 h 0.609375 z m 0,0" + id="id-48a8f3e0-939f-4c04-a1d2-09ad91fb9677" /> - - + id="g11769" + transform="translate(154.4,68.838)"> + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + id="id-850bbb99-631c-4968-8676-b0b4b3ab114a" /> + id="g11772" + transform="translate(156.78,68.838)"> + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-605eb430-c712-4e20-8225-27acb37d08ae" /> + id="g11775" + transform="translate(161.761,68.838)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-a2b8b322-1c83-4c21-8a3c-ed24d1bf5426" /> + id="g11778" + transform="translate(166.909,68.838)"> + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + id="id-21e3dd41-811e-43b8-9a9b-831e09c2b9a3" /> + + + id="g11782" + transform="translate(174.78,68.838)"> + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + id="id-30ef6dd3-fb00-4a66-ac89-7a910e09f507" /> + id="g11785" + transform="translate(179.111,68.838)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + id="id-51dfc31f-947b-4820-bcbb-f32a3175a964" /> + id="g11788" + transform="translate(181.491,68.838)"> + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + id="id-b0dc62d1-b469-49bb-9750-7a2ab7f7fa08" /> + id="g11791" + transform="translate(185.31,68.838)"> + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-aae2230d-90e1-4d2c-9ef2-9062d2ac1347" /> - - + id="g11794" + transform="translate(190.18,68.838)"> + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + id="id-c053c74f-9f58-4883-8854-9ec9de7b28d9" /> + id="g11797" + transform="translate(194.968,68.838)"> + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + id="id-1e618ecd-9a5d-45e3-8c4b-739644a2abe2" /> + id="id-78ffc293-81ef-4651-9689-f0243998cc66"> + id="g11801" + transform="translate(202.075,68.838)"> + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-151dd9cb-94ed-45f3-a8c8-71638c9d7069" /> + id="g11804" + transform="translate(207.056,68.838)"> + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + id="id-9be12263-b086-42bb-b7ae-9ae2cdc1ac55" /> + id="g11807" + transform="translate(212.204,68.838)"> + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-9205543f-c0e4-4665-8db8-e626fd3e3350" /> + id="g11810" + transform="translate(216.797,68.838)"> + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + id="id-214e0fb6-4e54-4ff6-a651-fd5c309d993f" /> + id="g11813" + transform="translate(221.391,68.838)"> + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-7cd72d2b-931a-4fc3-a416-6fa7b42d4e8f" /> + id="g11816" + transform="translate(226.262,68.838)"> + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + id="id-f05fff8d-c00d-4bfd-848f-dba9cf33bbe1" /> + id="g11819" + transform="translate(228.642,68.838)"> + id="id-0a53d7d1-4c1f-45b3-ac6b-674d3bd9b763" /> + id="id-fd0c98b9-2022-4ed5-843f-66b2bb154b89"> + id="g11823" + transform="translate(236.348,68.838)"> + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + id="id-a07f2659-0da8-465c-9578-6e82f7651603" /> + id="g11826" + transform="translate(239.946,68.838)"> + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-da93b594-4ca6-4d47-845c-2ec3841d9880" /> + id="g11829" + transform="translate(244.927,68.838)"> + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + id="id-de738b03-eceb-4379-9d32-c644fa9101ee" /> + id="g11832" + transform="translate(247.307,68.838)"> + id="id-fcb5287e-09c9-464d-889c-07af1c0003eb" /> + + + + + + id="g11839" + transform="translate(257.845,68.838)"> + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + id="id-4d1604fc-f79a-477a-a3d9-301ad4915476" /> + + + id="g11843" + transform="translate(263.272,68.838)"> + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-5a86b4a9-ca61-4c06-87ba-0056e930df26" /> + + + id="g11847" + transform="translate(268.522,68.838)"> + id="id-2bbef054-ae67-4796-a6f8-766ee685ab96" /> + id="g11850" + transform="translate(273.67,68.838)"> + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + id="id-92f62792-c8d1-4ca9-8542-d022ff8719da" /> + + + + + + id="g11857" + transform="translate(284.873,68.838)"> + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-8dbc31f0-d3aa-4e0c-9005-fd312f1c65a7" /> + + + id="g11861" + transform="translate(289.465,68.838)"> + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-87de0056-2099-48e5-baa4-960f0038e2be" /> + id="g11864" + transform="translate(294.446,68.838)"> + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + id="id-47f82c99-9300-4ecd-a586-9098e243f9fb" /> + id="g11867" + transform="translate(296.826,68.838)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + id="id-0be411f9-0eb7-4038-99c2-df167ebffd29" /> + id="g11870" + transform="translate(299.206,68.838)"> + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-b2d641b3-e3e2-4821-8fed-dc8670865085" /> + id="id-33e4d1e2-9228-4b35-9557-e53226e80473"> + id="g11874" + transform="translate(73.866,80.793)"> + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + id="id-fa4cfff1-2c2a-4f58-a827-5c20a2a221b5" /> + id="g11877" + transform="translate(76.523,80.793)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-4e7c8fe2-96f0-4f4a-8b7e-7de5df0f75dd" /> + id="id-ae6b5f35-d089-42cd-b5d8-05d3d9d59467"> + id="g11881" + transform="translate(83.8605,80.793)"> + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + id="id-50bdbe15-6f50-4a6e-ae5d-53d45a757cfd" /> + id="g11884" + transform="translate(89.0082,80.793)"> + + + + id="id-b6c6170a-c3eb-410f-a28a-4889352c5f01" /> + id="g11890" + transform="translate(98.0303,80.793)"> + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-3b8e7bd3-9f0c-4510-8059-53dcfc202e56" /> + id="g11893" + transform="translate(103.178,80.793)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-96886447-4607-4f91-8819-f96e364686ba" /> + + + id="g11897" + transform="translate(107.596,80.793)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-f4624b2b-115f-42e4-a447-ae31fbcbb61a" /> + + + + id="id-d7035980-1953-4f74-ace7-5772d2a94ba0"> + id="g11904" + transform="translate(120.634,80.793)"> + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-2c56a07f-8f11-4aca-9aa4-88d16130c924" /> + + + id="g11908" + transform="translate(128.137,80.793)"> + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + id="id-1c0ae2d1-8ca2-480e-809e-1766cbc19895" /> + + + + + + + id="g11917" + transform="translate(142.404,80.793)"> + id="id-8c32e494-7f05-4aca-9bc5-993aadfc9be5" /> + id="g11920" + transform="translate(147.192,80.793)"> + id="id-6737d0f0-7f6f-450c-97a6-055593095178" /> + id="g11923" + transform="translate(152.339,80.793)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + id="id-9e3d47ae-e6fd-47bf-a78e-92a173796600" /> + id="g11926" + transform="translate(154.719,80.793)"> + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + id="id-d2ad98fd-071b-4c78-a56f-525adfda20f0" /> - - - + id="id-be0c085e-1819-4cc7-bc5d-cea148ea4743"> + id="g11930" + transform="translate(160.396,80.793)"> + d="M 5.578125,0 V -0.65625 H 4.625 L 2,-0.640625 H 1.6875 l 3.828125,-5.875 v -0.40625 H 0.6875 v 0.625 h 2 c 0.109375,0 0.234375,-0.015625 0.359375,-0.015625 h 1.34375 L 0.5625,-0.421875 V 0 Z m 0,0" + id="id-c02ac79a-1aeb-4743-b53f-65ce0baef06d" /> + id="g11933" + transform="translate(166.484,80.793)"> + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + id="id-7d88fb5a-c5ab-4aba-a9cc-62cbc1f4c2e9" /> + id="id-f720a544-26ce-4a32-8c01-c34814cfbb92"> + id="g11937" + transform="translate(174.171,80.793)"> + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-6a30fa5a-8cf3-46ab-970f-52c5b813fae4" /> + id="g11940" + transform="translate(178.765,80.793)"> + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m -0.75,-2.5 H 2.9375 L 1.609375,-5.25 H 2.21875 Z m 0,0" + id="id-f7b4aec0-4938-45b4-9d28-4924a1c977f4" /> + id="g11943" + transform="translate(183.359,80.793)"> + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + id="id-7d591a06-3445-4c80-b29d-18b739746862" /> - - + id="g11946" + transform="translate(186.016,80.793)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + id="id-e96c1963-a711-4182-9d90-04f4fab043e7" /> + id="g11949" + transform="translate(188.396,80.793)"> + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + id="id-597cd4d8-e677-41e5-a941-b4fdb81ccfbd" /> + id="g11952" + transform="translate(196.311,80.793)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-db6a5fb7-f80c-403d-b990-5657dfbf00eb" /> + id="g11955" + transform="translate(200.74,80.793)"> + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + id="id-2a1fece1-7d56-471c-8c1d-69012a13067b" /> + id="g11958" + transform="translate(205.168,80.793)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-fbf54e6d-e859-42be-8429-916afac68fff" /> + id="g11961" + transform="translate(210.316,80.793)"> + id="id-f257b803-55f5-4021-8756-f6c87f25008f" /> + id="id-284f034d-b4d2-418b-be44-fd02de3b2240"> + id="g11965" + transform="translate(217.653,80.793)"> + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + id="id-0977fdd3-4dc1-4d30-840c-f6045805ab46" /> + id="id-64df04d5-17f8-48af-bfec-397d022477a7"> + id="g11969" + transform="translate(223.08,80.793)"> + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-0dec3b9e-312c-49f7-aa10-8c033f40c241" /> + id="g11972" + transform="translate(228.061,80.793)"> + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-5302eed4-1593-499f-ae02-4d7175cc5bd0" /> - - + id="g11975" + transform="translate(232.655,80.793)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-ca9ec370-e619-484b-92df-a87de407a432" /> + + + id="g11979" + transform="translate(237.073,80.793)"> + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-6d7666d1-0d3e-4e1a-ac1c-c38ac372f747" /> + id="g11982" + transform="translate(242.221,80.793)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-b1080cfe-5651-4358-a18a-0b10371c5594" /> + id="g11985" + transform="translate(246.649,80.793)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-2b42e321-2c45-409b-9875-db3fe7ff94b3" /> + id="g11988" + transform="translate(251.797,80.793)"> + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + id="id-08a23db4-cbdc-4501-a0d3-dec41af9eee2" /> + id="id-1bece6f6-1ec5-4938-8efc-907a46708a1b"> + id="g11992" + transform="translate(259.494,80.793)"> + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + id="id-58491fe7-5a62-4c0d-9b05-9bdd02b03fcd" /> + id="g11995" + transform="translate(262.898,80.793)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-5aa6d893-49e1-47c7-95d9-a669dedbc60f" /> + id="g11998" + transform="translate(267.327,80.793)"> + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + id="id-a8319d94-dffb-4106-aa04-eaf8d37a0881" /> + id="g12001" + transform="translate(271.145,80.793)"> + id="id-25fdff86-4a1f-48e7-99d7-2ea8ab3f83be" /> - - + id="g12004" + transform="translate(275.574,80.793)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-eb7fb695-6e6c-4f10-beac-14e0f20bab11" /> - - + id="g12007" + transform="translate(280.721,80.793)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + id="id-5a54e23d-e8a8-4114-8fea-971506d2ed2c" /> - - - - - - + id="id-284e73ff-47e9-47a6-93d2-67286f9f025e"> + id="g12011" + transform="translate(286.011,80.793)"> + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-7a3b6a3e-7e21-4a9f-8cf1-eb9329f40dd6" /> - - + id="g12014" + transform="translate(290.604,80.793)"> + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + id="id-53d53357-4e89-4056-afdb-db7168d3cdb7" /> + id="g12017" + transform="translate(294.423,80.793)"> + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + id="id-ccc82408-e116-4ee2-ac14-2f53b5361d1d" /> + id="g12020" + transform="translate(299.211,80.793)"> + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-62a834c5-ba64-4b25-b656-8a3c7522c296" /> - - - + id="id-8b3902e2-aa47-40a1-bf99-4db95725ec95"> + id="g12024" + transform="translate(73.866,92.748)"> + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + id="id-f24bcb56-3403-41f3-8dde-d4a9f716e318" /> + id="id-d00968af-58bf-464f-ab95-a60874c9ba70"> + id="g12028" + transform="translate(78.7347,92.748)"> + id="id-8d6e952d-e32e-4c29-aba8-a6131583e133" /> + id="g12031" + transform="translate(82.1389,92.748)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + id="id-ecad945b-06fe-462f-b6ab-6623347b3cae" /> + id="g12034" + transform="translate(84.519,92.748)"> + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-10125dc0-7622-40ee-bbf2-a325abefe835" /> + id="g12037" + transform="translate(89.6667,92.748)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.203125,-4.21875 H 3.171875 L 2.21875,-5.71875 1.25,-6.953125 H 0.671875 l 1.234375,1.71875 h 0.609375 z m 0,0" + id="id-674e53ee-78fa-4a3c-834e-a09d747c1c03" /> + id="g12040" + transform="translate(94.0951,92.748)"> + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + id="id-f3931947-1169-44a8-87d8-296eae09d8fd" /> + id="g12043" + transform="translate(96.4751,92.748)"> + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + id="id-8fafda41-4ce7-4cb6-97e6-b0fe54dd02cf" /> - - + id="g12046" + transform="translate(101.623,92.748)"> + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + id="id-0fe2ae07-064f-4bb6-9de3-0e9b40165a5f" /> + id="g12049" + transform="translate(104.28,92.748)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-44ddad28-c117-4ab8-80e6-e493fabaf5b1" /> + id="g12052" + transform="translate(108.708,92.748)"> + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + id="id-6089164d-8c25-42c8-b87b-0138d5fff5fe" /> + id="g12055" + transform="translate(116.623,92.748)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-f8e1bdce-97b1-4f2c-a8fa-738f0cc9c924" /> + + + id="g12059" + transform="translate(124.369,92.748)"> + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + id="id-aa59bf58-e595-4fd7-a440-ccd1f9434b0c" /> + + + id="g12063" + transform="translate(129.796,92.748)"> + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-64aabe30-fb52-4bdb-8ff0-4d2a01008534" /> + + + id="g12067" + transform="translate(135.056,92.748)"> + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-f356e645-b108-454d-82b3-dc50ac18394a" /> + id="g12070" + transform="translate(140.204,92.748)"> + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + id="id-0c00fb7e-cfae-4f72-b4f1-0f0eee159692" /> + id="id-3d0c37bc-c671-497a-80db-5df09684b836"> + id="g12074" + transform="translate(148.115,92.748)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-9af61817-6364-4979-a623-4d56534437dc" /> + id="g12077" + transform="translate(153.263,92.748)"> + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + id="id-54d79703-358c-4873-ac25-04c9d2447a79" /> + id="g12080" + transform="translate(158.051,92.748)"> + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-e8f03218-4cb7-4dbc-84fe-0c7a1eee0e23" /> + id="g12083" + transform="translate(162.645,92.748)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + id="id-b7004fbc-2c3a-4913-8a85-db7c7685d7c9" /> + id="g12086" + transform="translate(165.025,92.748)"> + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + id="id-a2263313-ca4c-46bc-8c55-2ab15867955e" /> + + + + id="id-55fdbeeb-cf22-4a82-84e6-d12d494b5066"> + id="g12093" + transform="translate(61.136,112.673)"> + d="m 5.3125,-2.296875 c 0,-0.796875 -0.640625,-1.4375 -1.4375,-1.4375 -0.78125,0 -1.4375,0.640625 -1.4375,1.4375 0,0.78125 0.65625,1.421875 1.4375,1.421875 0.796875,0 1.4375,-0.640625 1.4375,-1.421875 z m 0,0" + id="id-4164f4d0-e457-4db8-8613-3afee0d5684a" /> + id="id-35cf45a7-43ca-4acf-b61f-db42c7d8e0b4" /> + id="id-809ff280-d3ff-483c-a8d1-aa6831d878da" /> + id="id-0579ec25-b017-4017-bbbc-87c0b4bdd38c" /> + id="id-e8823fc4-1eae-4e84-b58e-f8f9f7fee7e3" /> + id="id-ecea983e-8de8-40c1-b276-fad9934b2259" /> + id="id-d2d355e7-54fe-433f-8315-9a8daacac496" /> + id="id-df8aa430-2e68-4ffa-ba07-9420a42d9b7c" /> + id="id-00719290-be9e-4995-8638-24eaa02ef2cd" /> + id="id-95514ab3-c2be-40f3-8154-bc93c4c4b958" /> + id="id-cca078de-6e05-414b-b61b-8fd386ac8f2a" /> + id="id-af595d09-0dc7-427d-bb2a-81cbbbde4aa6" /> + id="id-14c29939-008f-40a7-9532-b1392dc61689" /> + id="id-85fa1619-9712-426a-b0e5-7683a6cdac75" /> + id="id-319c408d-f9bd-4bec-ba44-3bfc248ecfd3" /> + id="id-87070e61-c82f-48f0-895f-55aa2c6a1639" /> + id="id-3d428104-0903-4db2-ae42-ce87d2be0200" /> + id="id-ed248c37-d328-4dda-8442-35449091094a" /> + id="id-4ed5fbe9-24ae-4db7-9fe2-9212eff34e80" /> + id="id-eb769c40-0f3a-4aa7-95c9-7b054ca6ed1f" /> + id="id-3e83e59c-0431-4767-8f2c-45301c034956" /> + id="id-c7cb597f-7948-44e1-895e-6682a7387443" /> + id="id-1a0b9bf5-e1aa-4fe7-b7a9-c9f8473fe3ce" /> + id="id-2a12429e-4009-4d25-bb02-6e8a65a04292" /> + id="id-ff07ca93-4c17-4e96-ae2d-46f71662031d" /> + id="id-473d9344-ddb5-46b8-92d1-7fcfc2a300d1" /> + id="id-ccbc8532-47f7-44ba-bf08-96ebff1388ae" /> + id="id-9a528261-a2be-4778-b23a-8ac2caa89b17" /> + id="id-e83fc48a-c102-4269-bd56-2cb0cba2c5e8" /> + id="id-43289f48-33f1-49af-bc7a-89cd4e4098fd" /> + id="id-cf37b5c4-37d5-4070-ad76-0125bc7f7787" /> + id="id-62c190a9-a41a-4c04-ac98-b1166c791d4a" /> + id="id-75c32cac-5e1e-4e2c-9716-c011f7d4ac86" /> + id="id-b41ebb8c-bf97-4182-8a17-682517f84539" /> + id="id-9befada5-8f8b-4941-b4c0-c234d677c6a0" /> + id="id-d86b9b5b-b25b-4585-af66-680c7db15f93" /> + id="id-50854e71-ea4a-4408-8a42-0a42672181cd" /> + id="id-4c63a7a2-fdb9-4c41-a695-eed389c3340d" /> + id="id-9facce88-47f2-48e6-a536-57200ef66108" /> + id="id-859bdf67-1bed-406e-9f5a-9802afb90c5f" /> + id="id-905b560d-673e-4c8d-bf8d-3bc73970c0c8" /> + id="id-e7ba9ba7-acda-41a9-b4a5-b4b1b872cf74" /> + id="id-5ae13fc9-4e82-4e15-a8b0-56707cc88593" /> + id="id-e3c1ee93-8841-4e49-b65f-df5c7d596b13" /> + id="id-c2f55178-5e40-4cc8-a3bc-85084b2d353d" /> + id="id-5340d0b4-74aa-45bb-a242-21750b50d59c" /> + id="id-706e166a-3f5b-4e79-b7d3-974d207f1f39" /> + id="id-5b34d10e-88fe-49e1-94e3-18e03a4f3b38" /> + id="id-6932ccaa-9730-419f-aa2d-9e200f266ddb" /> + id="id-d8aa7c54-3595-495d-a7c8-4748c40dcefa" /> + id="id-752627ab-f4ef-4e68-87b6-45a06e942862" /> @@ -22601,8 +17060,7 @@ + id="id-1a4f5e8a-aa9d-43eb-9a8f-837b03df4dbc" /> + id="id-078d9452-a893-4636-b4ab-fae9ffefbfe9" /> + id="id-5077e53f-0b36-44e0-9669-80a471aa52d7" /> + id="id-ba5e3995-aea5-453c-ac27-ce060758f151" /> + id="id-097560c0-e3c0-46f0-ae72-1c979b92f4ce" /> + id="id-65db38c5-fe0e-4c43-b7a6-03f312f69cd7" /> + id="id-9afcf542-ac80-483c-84de-ee5967b3fd5b" /> + id="id-3d2cc223-21a5-4bff-a92f-7431012c942e" /> + id="id-8c50f327-53c8-4fed-a8fe-f1e511e8069a" /> + id="id-f9471415-e449-423d-83cb-29a97e4bd6d6" /> + id="id-acdd2547-a70b-4b8d-bb35-a15d38e6b810" /> + id="id-87008365-c838-4c42-9c5a-c92fc464c0d6" /> + id="id-dc65011c-dbf4-43e4-8a3c-d202a8f2028e" /> + id="id-e62c1674-0659-4324-b8e1-0a9b92a312da" /> + id="id-515c2d7d-6623-4c59-bb1f-33eb8f0ac8ba" /> + id="id-c1985916-4e69-473a-a084-ec6e2169ae49" /> + id="id-acc52b6c-4f0d-4687-be13-a757d82fba1d" /> + id="id-4d750828-e9a9-43b2-9ea3-23354aa3ef51" /> + id="id-ca47502d-b366-4e95-80f6-4e475b44a698" /> + id="id-712f78c8-d549-477c-9484-4613f0dd015c" /> + id="id-ff08ec0d-818f-464a-832d-c71bc54793bf" /> + id="id-2e735abd-50c8-42d8-82d5-0ec9df8d893b" /> + id="id-7d04de8a-be70-46c2-a657-d986f62d62c9" /> + id="id-3bf33c86-1e74-48b6-8b8c-e07ec56abe90" /> + id="id-950338fc-ceac-457e-9512-29838ad2723d" /> + id="id-0da50f4b-da3b-464f-a163-528f4fe01750" /> + id="id-81f4c931-692c-48bf-9ea5-7ac3acf0c23e" /> + id="id-15d39ab8-1fa8-41f3-9067-b8785a491eb2" /> + id="id-de5c2f1b-fe93-46a1-aa75-705e071c0df7" /> + id="id-00e85240-7f01-45ed-96e6-08dc9fd8c086" /> + id="id-98c5935e-eeca-422f-b13c-b06bc0082bcd" /> + id="id-4b77a1b4-130f-43f4-989c-9a225ac9ab7c" /> + id="id-80a82135-0fa4-4c24-a0f9-689c6544f905" /> + id="id-e9110e39-1fa1-4a43-a46b-51f4f4bd3cd2" /> + id="id-46729b59-4c99-4d24-8167-e022ff30daf5" /> + id="id-945e42bf-e61a-47d3-b2ae-7e5c24cbc76b" /> + id="id-66a63928-bcd0-4840-b322-aab3e9755c2b" /> + id="id-b713bfbf-0bfe-4fbc-8341-b2ad78db9152" /> + id="id-6120e42f-44bd-423e-9790-c3c46c6f7cef" /> + id="id-4f053ccb-ca89-4822-a907-d6830407f380" /> + id="id-7aef2ff2-fa1a-47f9-832a-02ed18a55722" /> + id="id-3c9e65ce-fc2d-4702-810b-2107799de3b8" /> + id="id-1968994e-a327-49ea-bbe4-613ad43510f7" /> + id="id-61d4c6f5-883b-4023-bbd3-7946a3f993ff" /> + id="id-49921832-da62-433a-bd81-6d1dfcfcb27f" /> + id="id-aef19b41-465d-4e3f-ae8c-8dab9da218f9" /> + id="id-c1fa89a9-fbec-492d-bc76-75657edcc2d0" /> + id="id-aca27830-12dc-4ba9-9363-029a97e9c101" /> + id="id-42f6bf64-a79a-4d4c-805a-b6675b92d80c" /> + id="id-6758ce29-8ced-44c9-bbc6-66a16c4c1e85" /> + id="id-75ac2fd8-5145-4712-a306-7ddbe5c6034c" /> + id="id-0539c0fe-91ca-407a-975f-fc97eda40b06" /> + id="id-197c70df-47ac-45e1-8046-222f05d42b12" /> + id="id-45276555-d6a2-41d4-b62d-094345739255" /> + id="id-dd441bed-93b2-40ec-984f-30a9a2cc8d7f" /> + id="id-ae2ce7fe-f2c1-4955-ae6c-ee9e7558e069" /> + id="id-919321be-1969-4571-9799-6d23d69ac348" /> + id="id-71f4f205-b058-4ea2-8a5e-3958db5f005f" /> + id="id-97cb1649-2bc9-4942-99e9-dd24c5b66873" /> + id="id-b56d66b5-a5fd-49d5-a8fc-6319a532248e" /> + id="id-4eb12c89-86f4-4265-bbaf-6cd7eadeed80" /> + id="id-3175b6b2-9608-4d2f-9fa2-66c544b7a0e5" /> + id="id-5b02ef85-d84b-4dbe-ba43-e80f96779f34" /> + id="id-c815e89b-3c95-40f4-946e-6510de37506a" /> + id="id-ca7f1d49-d108-4b7d-806e-442f3ba6c3d8" /> + id="id-6f9351c2-498d-41e3-b76b-37ffe03c8b40" /> + id="id-3b35a540-9b18-4fd3-bcf5-8ab4a46be0ec" /> + id="id-b0236c4f-2dfd-43f4-b916-de8502ba41d0" /> + id="id-aef6dde2-52e6-4e28-b086-a2d85f26ee3f" /> + id="id-3ddfbb08-d662-41e8-a131-7eb2eac018ec" /> + id="id-df9a30af-8b0f-4d71-910c-e9d38e96261d" /> + id="id-05faa8c5-b2cd-4184-82d9-c2fd566d9b49" /> + id="id-0fdd99de-b3e6-4863-a38d-93de1e836f5b" /> @@ -23378,580 +17764,466 @@ ns10:pdfconverter="inkscape" ns10:texconverter="pdflatex" ns10:version="1.0.1" - transform="matrix(0.352778,0,0,0.352778,-91.48283,142.33915)"> + transform="matrix(0.352778,0,0,0.352778,104.838,144.985)"> + id="id-25033946-31f0-4d81-8900-a9b164ac9141"> + id="id-67fb3fc0-e827-4ca3-bacb-16089b0995d9" /> + id="id-8fe9f9cb-03eb-4e84-9b00-646d7620d7dd"> + id="id-eaaf223d-80d9-4618-bd64-cef1093a4696" /> + id="id-e582c64a-f42e-4fec-bd07-fe2a5ab4618e"> + id="id-38cbce34-d5a4-40e9-afdb-2484e42a3fc6" /> + id="id-956b4461-9f7a-4193-a594-da24ab87e15b"> + id="id-a743c385-ad21-43fd-9a74-c553f78ecdca" /> + id="id-537439a5-1a98-4933-bd43-0634789e82e1"> + id="id-67ce1451-b2be-41c9-84b0-6d1539300898" /> + id="id-537a63d7-6db3-4923-b054-d64119360c2e"> + id="id-792f08ac-71c3-4478-90a4-8ff901884b2d" /> + id="id-5aa87a0c-c41b-4918-8e7d-e92fe7d24d0b"> + id="id-5c4b34db-7dcd-4665-9e58-2c3817156f25" /> + id="id-b838f0f3-51d7-46d8-9627-d6f1d9b0891d"> + id="id-0c7e29b0-e92c-4722-a065-785e8446105e" /> + id="id-8a3a6c10-2e9d-49e2-b2ee-a6fcdf183e19"> + id="id-fda54c15-c5ce-4ce6-b812-2053ef4bae46" /> + id="id-f91047c8-cfc7-425b-a3be-a87175bedb3e"> + id="id-4db67080-bcad-453c-bc75-e172e110b0eb" /> + id="id-28e20f96-1b56-452d-b1e4-6dfd8a238df4"> + id="id-2bf38fc7-77d4-4454-a537-38d23e66f820" /> + id="id-16979672-7b3e-41c2-bdb7-06a7f7b9d43e"> + id="id-42341c04-9daa-4448-b3af-88c8d76c99ae" /> + id="id-d0276b1c-ad83-4126-9714-e1427158069f"> + id="id-ded65d04-66ef-4240-b00d-967a1ade611c" /> + id="id-cf7a194f-0bd7-4687-aa33-ba5a50aca3b2"> + id="id-b2f51f0c-8672-4b65-84cd-9387d0e1a02e" /> + id="id-ae937d98-4632-4150-ac55-03407f124296"> + id="id-9303b732-ef0b-4f7e-a2d2-5bff91eef6e6" /> + id="id-fd8c5801-7c3e-44a9-9328-563425bdd322"> + id="id-30d1ec24-2c1a-40a7-ab2b-15d58b459468" /> + id="id-03537fad-2099-46af-9ab0-2c3fd0397e4b"> + id="id-1d7f8b9e-5c91-42cb-b394-b0a382e590ab" /> + id="id-ff84af27-c470-46b8-9633-8e7f75c61a0f"> + id="id-a4bb3c5a-23b0-4299-b0cf-307daa80f371" /> + id="id-8f3b8007-d283-421f-aa48-3f2fc25072c6"> + id="id-77245cba-ad49-4432-b0ba-fdf76a78f094" /> + id="id-313d0088-6b18-4d4a-9f21-6d1b5a0cf35a"> + id="id-34e9db84-d013-44b5-930f-10feab075d1b" /> + id="id-83b1641f-1560-4a9d-846c-ee73a5f4648d"> + id="id-021b2587-8419-44eb-8577-d1e76704fe78" /> + id="id-34ed1925-eb57-454d-8b44-da8732c8125e"> + id="id-e8393790-983e-4ea2-a0a4-c6707ba94077" /> + id="id-b582dca2-7742-4c22-9cf6-67d7a8fc30eb"> + id="id-6aa052f2-2ddf-4793-a356-14018802062e" /> + id="id-fbafaf9e-e82c-44ce-b31e-fde0fcaf5894"> + id="id-e279077e-922e-475a-a549-182cf4240d9e" /> + id="id-a775fb7f-6280-488c-b097-c20c4ed50274"> + id="id-2a132e20-de11-41f9-a53d-5c494956e370" /> + id="id-674e4fca-04c5-4c0f-be69-19e313b3e0e4"> + id="id-2fa0e6a8-a93e-4a8b-b8de-05a2f2e95542" /> + id="id-c3905136-1da3-4666-b578-54e163ab5e63"> + id="id-2de80991-e041-46ee-bc92-2807e2ee5ffd" /> + id="id-ae92f8a4-62dc-40ad-b72e-f9e0d54862bc"> + id="id-7ce62de2-bf40-4d0d-87ee-9202f09b3cdf" /> + id="id-38260ba7-a8f9-48bd-9b84-53f62f90bacb"> + id="id-a4c4328b-75ed-46d7-a984-18dc1d6abf92" /> + id="id-9a9bbc35-b5cc-4146-8611-13b300e0f8e3"> + id="id-e2642b70-dc37-4a4a-910a-55dcb0ab2ac4" /> + id="id-4d8db689-830b-46e6-b673-35e37e992bbc"> + id="id-719808fd-65a5-4152-9c77-51904f144823" /> + id="id-981aa35b-3360-4dfb-9e88-8b2e86aa7b65"> + id="id-a8543a3c-ce74-4e6b-b69c-c5873232ff7c" /> + id="id-0bbd4969-7bd6-44eb-a9aa-68310fc67e77"> + id="id-4168d2b3-08a2-4f5b-a6ed-aa6b7473921d" /> + id="id-bd22697a-d39e-4027-bea9-cb429b185000"> + id="id-fe0865e1-2b51-4943-800f-6ec86cfb35b7" /> + id="id-286e737d-2778-42f9-94cd-fd786aaca2e4"> + id="id-89a60ff8-04ef-4643-8ece-fdef3dfd4ece" /> + id="id-ba039891-2105-4721-addf-5f624ddb45c4"> + id="id-d7cb6eef-5699-4900-93c0-08839f336f94" /> + id="id-d4ce8532-6be1-4351-b0fa-63d508f4bdac"> + id="id-a425343e-2513-4f72-bdcd-f92a69177bf0" /> + id="id-30e8341e-9e43-494e-8830-eff1e7fbe0bb"> + id="id-142f0c0c-5e0f-40cd-98ef-590c9837720c" /> + id="id-e272fd45-36d2-40df-9950-8f1d844c9d7a"> + id="id-fd77e374-ad2c-4de0-b9a7-7bd42bc7c5d7" /> + id="id-9c843153-5a18-48eb-a6e8-ba0f660bbab8"> + id="id-9dbc27cc-a69b-466e-8cac-3b234f0ec225" /> + id="id-61767a6a-2ee8-4cfc-a32a-90d192419704"> + id="id-ea330810-da1c-44f7-9413-9562f9792ca9" /> + id="id-94c637d9-1f9d-472e-a60b-9f7626c5d772"> + id="id-689dadcd-bb61-4d86-96d6-bc22018c6c68" /> + id="id-0ba8fe5d-77c4-4e3b-8b72-1c6b58227b06"> + id="id-70f50031-d02b-47f3-8f7e-c9ef341eeadc" /> + id="id-59bc3606-b868-4066-bced-5a3b41eb5d17"> + id="id-d48a7266-ac7a-4a26-bf41-c06069d947cc" /> + id="id-8391c626-3dc5-4637-8d46-fbfe36907622"> + id="id-1fef4326-5a57-4b4f-912a-ed3709798d87" /> + id="id-eb4af17f-1e17-422f-aee2-b407c3ed6eda"> + id="id-2f089b17-eb7a-460d-a80e-e70455096fe5" /> + id="id-575709f7-884b-4996-9ca1-39c3ccbcc3aa"> + id="id-aa216856-42b8-4405-86d3-c15787461714" /> + id="id-d83ba645-557b-481b-b836-589086abebd4"> + id="id-f6e1d635-3fb2-43c1-af5a-c8d5c8ea591f" /> + id="id-1d5e5a87-c561-4311-ad53-39b1be108e1e"> + id="id-583465d8-fa4b-41df-8b51-024ac3d381ca" /> + id="id-e7ff930b-4270-4033-af97-9904f6abae56"> + id="id-a9a8e73a-ea1e-483a-90fb-e64a4212bf9d" /> + id="id-c1aea53e-e4da-44e2-b2f1-92f6c621fbca"> + id="id-16f1c5c2-4859-43e3-857f-f8221d37c83a" /> + id="id-9373be9d-b05a-41ac-b7b3-b880b0e80d51"> + id="id-4f5fa909-2611-47d8-9b95-7f401090638e" /> + id="id-952986d3-d72a-44ac-bbf8-7207927ee9b3"> + id="id-28d1da7e-180a-4ffa-b6cb-90cc75c74348" /> + id="id-7a5a7b17-2fe7-470f-838d-8b772d39d5fc"> + id="id-b8a700c5-e040-40c5-b2d3-0eeece65dcfa" /> + id="id-a9bfd71d-eacd-41b5-b698-c17a8a4ba7dd"> + id="id-acb0230a-f081-4ac3-9adc-b9acc0d899ed" /> + id="id-56726b97-3bf8-441f-84ca-4f05bfa7c39c"> + id="id-1efbdbb6-bb5f-4a72-ac82-250995ddc547" /> + id="id-85aa0b55-6bb4-4d3f-83eb-86e724303e46"> + id="id-89eae0fd-960e-4e2d-a7a2-2a2cae95825d" /> @@ -23967,8 +18239,7 @@ + id="id-3b3e9393-9f7d-4f60-ab37-91ff7d2348bd" /> + id="id-ed9bb6c2-dc91-4054-aef4-3f4e54c4d792" /> + id="id-698d1128-5665-4d3d-9e90-5a8300203a25" /> + id="id-a814f555-de62-4b25-b1a5-0c64ad0773a7" /> + id="id-a488ae62-51ec-47fb-b4b1-c050acea2902" /> + id="id-337a0b7f-1afc-4607-b52a-ff3f3d6d7345" /> + id="id-485188b4-4eb4-453e-a1eb-d58dd89fd2ca" /> + id="id-e461d06c-1dca-49c7-bfb4-025c6392da26" /> + id="id-1b5a174a-b53a-4136-af64-006e97071763" /> + id="id-98e1185e-fd84-4e9c-9268-fca9a970cc21" /> + id="id-6d14e290-04f5-4263-8c12-908cac565f41" /> + id="id-3f4076d5-d7d5-46b4-a83e-e3a4255b99bb" /> + id="id-de68ff1f-f023-47e0-bd6f-9268cb9011e4" /> + id="id-bdce3878-932a-40b3-a1b6-b203e9e316f6" /> + id="id-cebb0f6c-e68b-4799-a025-ea15a7a59b01" /> + id="id-e4f79256-f7c7-4863-a212-25691cbba218" /> + id="id-a1d8208b-ff67-4318-885c-65db97f46b4e" /> + id="id-41b0c706-5c87-47e1-bf53-0f49c0dbbc66" /> + id="id-c238342f-cad9-4bce-964e-85fe8006111d" /> + id="id-7cadcb13-5d08-4dc9-a37d-bc48c8cf021c" /> + id="id-5d69271b-7486-4fa7-bd9e-01d7ba7bc8f1" /> + id="id-354e7eb5-65de-4d5d-9a3a-6c29a2ccc970" /> + id="id-64bde9e4-36a5-404e-9041-2fa9d2d01364" /> + id="id-5e4f243a-c1a2-45ea-abe7-6111db166e8e" /> + id="id-f3f7f476-1a8f-49fa-b793-5f8d2819a4d0" /> + id="id-c8eb22bd-30d9-4d00-8d02-5d3761d15cc1" /> + id="id-061422e4-58ce-4b9c-affa-a2855331bd00" /> + id="id-4afab655-f98c-4fc3-9ad1-afea96266083" /> + id="id-83894088-9b41-4358-9872-aa51d2c3e8bc" /> + id="id-805b32c9-9241-4e80-bf35-bc5d87706a95" /> + id="id-28606d45-cdcd-4cef-95f5-e10de6c71518" /> + id="id-1e47acab-c5ab-48e6-89bf-93914ede0295" /> + id="id-7c436451-9998-47c0-a0ce-e4bc7b60e0f9" /> + id="id-92354177-58f3-483e-a75b-7f3c3e23bf9c" /> + id="id-951776cb-2e90-469a-b2c3-20c246e24b37" /> + id="id-6800a5ea-a8d4-4881-bfb8-c14a14d95b0d" /> + id="id-a79b4c11-fb23-4008-8c3f-d11b92095d15" /> + id="id-714cc7d5-4bcc-42cb-a3b0-f3b7202d462c" /> + id="id-2a763160-2dc7-4704-8ee3-290437e9554d" /> + id="id-e0a86bce-4429-43cb-ada9-90214fe12cc3" /> + id="id-1cbbb5b2-1059-4478-a78d-468e825851ec" /> + id="id-65b6ab4c-de11-4270-9b7d-622e6de3413f" /> + id="id-6e493986-900c-4e17-86c5-6de3869f1e31" /> + id="id-f939dc51-c49a-4f99-a23e-0ccf024fb5ec" /> + id="id-f3a1beee-f752-4afd-b149-d93503d057c3" /> + id="id-800ada82-d9e5-4161-be3f-0ed0f0d60928" /> + id="id-96077d76-a248-414c-b5ac-9f6412299a87" /> + id="id-4f853244-e1ce-450d-a6a8-f2b4c6bf5f51" /> + id="id-556771b8-75a2-40a7-ab90-01a5172051a2" /> + id="id-d75b4cd6-7eb6-44be-94b4-96bac7bcd910" /> + id="id-53d5c6bf-cb0d-420e-9fff-71a4a35ef856" /> + id="id-a45a8401-9a54-4579-84e2-a9faec47e5a4" /> + id="id-2ffb47df-18a6-4b09-aefc-4be85239bb4f" /> + id="id-7ceb423c-6aa9-4c25-88b8-80a37be76071" /> + id="id-4b1b56dd-44df-4cf7-98d7-075d24b317de" /> + id="id-fe10867a-47e3-4706-a9e3-9343ed274185" /> + id="id-73131b92-8762-4ea0-8668-b6dbde6ae95a" /> + id="id-df30c522-cdbd-46a7-b2a6-d301992b988c" /> + id="id-0d480ce6-ccf6-4e7e-b242-3cb61acfcad4" /> + id="id-6af62015-a759-46a7-99f9-8b7af96af628" /> + id="id-c996593b-4470-4fd5-857b-001f74aa9460" /> + id="id-4b214153-e2fc-4d24-be0d-df9e9f9cc818" /> + id="id-10317393-7834-4a41-8fba-436756c4df20" /> + id="id-8ae33eef-1594-4617-b87b-f9a2ac07bedf" /> + id="id-a832da54-6fc7-4572-9ce0-d494eb80b00e" /> + id="id-246c5581-638a-45c2-aa29-ed4a86e5a4b6" /> + id="id-1098bcff-ffdc-49d7-aee6-6f661c9257f3" /> + id="id-bfa9dd12-3fda-459c-9732-600c833155c4" /> + id="id-2564fc85-f38a-486d-9afb-5d8fed15a275" /> + id="id-7ecc5045-c035-409b-97c9-34b595722b1d" /> + id="id-d4ceca41-7e6e-4fc3-83a9-0f8c27197df0" /> + id="id-f4d0100c-92dd-4bf8-b909-edfaefa14adb" /> + id="id-05f0ec0f-6c01-49a1-80a7-1082001bb06b" /> + id="id-93439d1d-9d9a-4957-bdf2-78102707192c" /> + id="id-38984e2b-b78e-43c1-884a-35827647ff04" /> + id="id-293e0908-5d20-4cc9-858d-f10f5ee3eea4" /> + id="id-c85bf31e-d5db-427b-b84e-63b5d6d13ade" /> + id="id-9c7b31a7-5f6e-47e4-be51-eaa837efb030" /> + id="id-0ebd7681-1065-4e83-baf2-023e9dea9c8a" /> + id="id-92b573e0-f947-4d91-84a6-c3300291d1ce" /> + id="id-a81f605d-6ae1-46c3-865e-14bb0efe0f3b" /> + id="id-79a71104-07ea-4e9a-8220-f4034fd2e129" /> + id="id-22010478-1ae9-4f68-83eb-a3b773aaa957" /> + id="id-54d1829b-cc55-4821-93a5-a3c7bf5ce089" /> + id="id-e2a745d3-d333-4f4a-917a-bd141f4f187e" /> + id="id-b073205e-b6d3-4b46-bb89-252ea015f243" /> + id="id-1450b7ca-1dd3-4d9d-a3d0-6345a72c544b" /> + id="id-64d43efb-7ac1-4da8-aa5e-7bb4cd01fcd7" /> + id="id-f0cdb638-bf2b-40a8-9928-193613984294" /> + id="id-203e7f06-ec3b-41da-84b9-672272f8a763" /> + id="id-f77dc8ec-db78-485a-bfc7-28b8d463c694" /> + id="id-b239bd18-321d-4cc7-beee-4f01c7decab1" /> + id="id-cd0b0c60-d371-412e-be61-90284fe8c7ad" /> + id="id-fd487f85-d34e-4551-9456-f26084f7971c" /> + id="id-ce138469-5aad-4493-b7d4-0c16a84d3dd5" /> + id="id-7d76cd66-1efb-467d-bdfd-1e90532a1106" /> + id="id-2bedf17e-ba7e-4d50-99a8-30b21bed8d59" /> + id="id-539898e9-b781-4f8f-b42a-c12736d70442" /> + id="id-a41e2319-86c0-4f04-8b48-05782715453d" /> + id="id-a2b27847-8008-4a33-8510-f4d90cc78d84" /> + id="id-6bf0de6f-b888-4f33-9bae-14464f165635" /> + id="id-0b1a77a8-c704-4fd6-82c3-0a4dc3659230" /> + id="id-ae825768-1767-4c5b-9dfc-a87683b9ca96" /> + id="id-7875891a-6279-453b-8884-fc54958f17b8" /> + id="id-e2b20630-a4cb-4fbd-a006-52fc87850f7b" /> + id="id-642f6ffa-41eb-4cc5-bb88-f6a8bd8130a6" /> + id="id-95b097f1-3260-4bfd-b1a7-190efaaf1330" /> + id="id-ba483037-9c35-4b23-9824-cace27d7ec26" /> + id="id-db616afd-810e-4dc9-b361-56c6d700d15d" /> + id="id-cb9d25ae-93e9-4a3f-80cd-7963d18b540c" /> + id="id-5654f222-f4a7-4894-bdeb-147ddc9a58bd" /> + id="id-b42374d7-b3ad-4777-ad51-5c8433dd2577" /> + id="id-1cf6c033-306f-4f00-a0e2-c78c2df7cf43" /> + id="id-96842c0e-6735-4d50-8506-823e18eb8ec8" /> + id="id-c8387aca-07f2-403d-9640-b5bb866b17f4" /> + id="id-198dfdf1-2d30-434e-957c-6311de522b51" /> + id="id-f6bd4a8d-386a-47d1-adb5-673e07e68971" /> + id="id-091335a9-ee02-4b5d-9744-8d66394760f3" /> + id="id-9aa405ad-df5d-4a82-8cba-ed79147107c5" /> + id="id-523a7163-7ab8-4d7e-9dc0-1157e16a6db0" /> + id="id-3e1f2c03-56c0-4361-bcca-0d3024cf717c" /> + id="id-3b2a2f34-c305-4a99-8219-d9da2c1ecdbf" /> + id="id-10482b9a-4c51-4c2c-90bf-2c287fcd1c4c" /> + id="id-2bccb626-5fe5-4f75-a96c-18ee1c61ee00" /> + id="id-5b2dc047-1661-479d-8bea-2c4638936bb6" /> + id="id-a830cdd2-6d7e-43cd-b7bf-d829e8a31b9d" /> + id="id-9d0d418a-7aa4-455a-8066-c700a94dfb12" /> + id="id-d3444af1-80df-4353-8e9a-ec9b3fbeed76" /> + id="id-b9ed97c2-c700-4d6d-a3cf-7b5beb80d3fe" /> + id="id-b12fd62f-4977-4f31-b0e5-da81b2ecc472" /> + id="id-8f506779-8f6e-41eb-9ecb-7455bd28d35a" /> + id="id-da500793-f6d6-47ec-904f-87e6e1090983" /> + id="id-5bbec66c-f649-477f-8645-354986466eaa" /> + id="id-585e9e4a-b655-4d18-a2d5-a4fdc2b7f8c4" /> + id="id-2885316e-442d-483b-9a7d-78f481a118db" /> + id="id-7fc3e56c-675d-4f16-9897-618db1b9888e" /> + id="id-b509295f-4d2a-47c8-a6cc-6884d502be28" /> + id="id-000053c7-12eb-4f25-aa8d-fb5dccb4dfcd" /> + id="id-cf08e8a8-c7e3-48c2-8ed1-7f2d273515e8" /> + id="id-e4758fbb-72b4-46bb-a987-beeb75ef6221" /> + id="id-fb6cb178-48c0-4988-a067-ae46ab939312" /> + id="id-a5c96c01-872b-44e6-95f4-21bdbf593e9d" /> + id="id-e4dfbb06-04e0-4396-ac47-8fc88fe8909e" /> + id="id-c8e40d2c-a9f3-4f14-a807-0730db7d3b14" /> + id="id-163f20f8-52cf-4d22-ac28-f955d2ac33c0" /> + id="id-454861a4-9d18-4baa-a3be-ce5c72bf47c9" /> + id="id-e98039e5-76d1-482f-aa56-99ff2e1dfcad" /> + id="id-9960a79e-0ff9-49cc-abaf-376c8b4a58f7" /> + id="id-f4a6078f-a1d0-49eb-88b0-cb8ad002104a" /> + id="id-7df2fa13-8ce8-4656-b1b9-b2c89f32ddfc" /> + id="id-4f8d22c3-f066-4de1-92c4-a4beeb7d4fb1" /> + id="id-937f45c4-845b-448f-adb9-cacc070ae39a" /> + id="id-8191f094-00c9-4eb6-ae51-508707fa1e4d" /> + id="id-7f6c5e13-21dd-455d-9801-e1f452345247" /> + id="id-26ebad55-6e7e-4308-955c-ee2d9e472186" /> + id="id-9c87afea-7a95-4b1d-bd22-2a0321f0f719" /> + id="id-39d2c941-7823-497c-a150-f8ccf7a6979e" /> + id="id-84bb4d63-edd0-4e34-9e4d-4b07e84dd856" /> + id="id-254001c8-19e6-47a0-8687-fe80ef8d7772" /> + id="id-d24f78f1-b35a-4b77-a132-43e0091cc3e3" /> + id="id-2a901665-91df-4608-ac9e-23a02c289821" /> + id="id-2b6404a1-614d-43c4-b1a2-b174d0925f5d" /> + id="id-d6ef9ea7-9fc3-4376-905a-c05d460013eb" /> + id="id-051d961c-3ea1-4425-908c-8df6d5e50cbe" /> + id="id-96f964ef-a0c2-4668-b692-8e255d5638cb" /> + id="id-8c789640-1712-495c-b221-43d087b71fc8" /> + id="id-7e269996-8954-4794-932c-479f7fb48a4c" /> + id="id-761a9918-a1a8-483d-9c52-4d92eea008e4" /> + id="id-fa6c0fd1-db53-4dd1-a237-48ed51ff2dfc" /> + id="id-8596af94-969b-4288-9e46-4fdf820d0c40" /> + id="id-f206d001-d2b5-4851-bd89-65ac2cd93feb" /> + id="id-a0e6a628-cdd9-4775-973b-9d405c453063" /> + id="id-faf463e0-4c2e-489b-94fb-c0e79f5f5fb5" /> + id="id-5d2e4666-cfa7-4529-afa3-652d93c13300" /> + id="id-706fb835-45e1-4492-a10f-175fd08d5ebe" /> + id="id-50783649-02ad-4b07-9b48-16ffda82a1b0" /> + id="id-6e000c60-c1fe-4591-a25e-2c0dc4ceacb8" /> + id="id-6e8bd34f-ddf6-44e8-ada3-c4176e6ce144" /> + id="id-e8bf8391-32cd-47e2-8bc4-cd3656044948" /> + id="id-42c5b690-c9b3-4719-87ba-bb25aed513f0" /> + id="id-9e243e2e-8243-47ec-b997-078f7c4ef1fd" /> + id="id-5bcf6baf-c472-4d5e-bb96-42e85604c2c6" /> + id="id-ba298a96-4289-44f3-9828-879d75645a2d" /> + id="id-abe7085d-a539-48cc-a410-9400a7cc40bf" /> + id="id-55623bc1-0919-4590-b58b-efb95e12b14b" /> + id="id-eb4d9987-684f-45cf-ab91-467b4f534213" /> + id="id-dce441af-c4f8-44de-9105-f88ba1f6a107" /> + id="id-09354d1d-24ab-4b60-a68c-e49e08d579dd" /> + id="id-21684360-fca3-46e1-8a2f-5c62d77255a8" /> + id="id-b86e48d1-df8b-4fa3-a56a-6ffe9708201b" /> + id="id-25684d56-9d56-4181-af0b-38ce151d664b" /> + id="id-1da7aa50-1091-4586-93c0-37c4ba9ce8b5" /> + id="id-b70acbe5-06b8-42a4-9207-0555dab144e2" /> + id="id-9f744f9b-602d-492a-919a-b92e499ac3d9" /> + id="id-b0fc650e-d938-4662-9584-28a3f7cd0938" /> + id="id-d3ec15cb-2a69-482f-9ade-be4ef2c9de3b" /> + id="id-6ac37054-1ee8-4ee4-9a2c-199c2191bc99" /> + id="id-158db0b2-058a-4b0f-8eff-d415e02b549b" /> + id="id-d3abf955-5425-4c49-a372-38b1e80daafd" /> + id="id-6733291f-4b28-4a3e-97aa-f3a4ae92bf3a" /> + id="id-1ebf3180-b123-4f95-ab88-e64861f30333" /> + id="id-8cd213a4-3476-4d08-85c6-ca5383ba8262" /> + id="id-6a9ce4de-e8f7-44dd-9790-438e3f2b1dc8" /> + id="id-623de901-c5c8-4f25-b2b0-05f30bc69844" /> + id="id-344ac010-9946-4ce7-bf9d-0b23bc36a2f5" /> + id="id-ed3e289f-1452-460d-85cd-e07b8a93b5a3" /> + id="id-cf7e982e-b841-4156-8d4d-a17032802955" /> + id="id-f163c830-d025-4e9d-8d95-03d106a4a327" /> + id="id-130fd6c7-49b6-46f5-9466-6416c7046d8a" /> + id="id-79a8ebec-2115-45e4-99e2-71283e070992" /> + id="id-8dd1b743-2d9e-4da4-9120-982f4fb32bac" /> + id="id-3ab434df-46d3-44ec-8495-171c1d5dd2a2" /> + id="id-96386c7d-bc1b-4b03-a51e-8bea9d14f57f" /> + id="id-64606eb0-aa3e-4b2e-996c-2eeec35fff15" /> + id="id-133bd9de-c6c7-4291-889c-3c78c7c1d7e2" /> + id="id-d33f4b33-0898-4560-ae22-a622f61307d6" /> + id="id-a607ed08-e0ba-4427-8fc9-8a8d81c1a2c5" /> + id="id-e4056a0c-b69a-4493-aa91-e02d603f3d07" /> + id="id-bbd0b318-b6f2-46b1-a582-1d2acb0b24bb" /> + id="id-084f3df7-dd17-4f7f-8aa7-13bff4285a82" /> + id="id-fc4927a9-d106-4bbb-b58b-d7cb04437618" /> + id="id-39b31475-1593-49f1-8b6f-69458f1653c7" /> + id="id-c9795f68-aaa7-4dbe-9f25-3e2c26c04207" /> + id="id-b43e47c9-4ccb-4341-9d2f-48239774fff9" /> + id="id-9d94e8eb-7c26-46cb-945e-4a25745febe4" /> + id="id-f226cb96-995c-49c4-bd5c-80fc6df19d4e" /> + id="id-6f64aecb-9c4f-4500-b196-9912f9934607" /> + id="id-e39eea0b-6616-4b9a-b6c1-f3e54d741d19" /> + id="id-362abe5d-93c0-4a55-aac5-b39209591c0e" /> + id="id-281e651d-a309-4c04-b74f-a5353b77294d" /> + id="id-cec18192-21c0-435f-8eb4-787ef11239fe" /> + id="id-a62ea7be-0428-49c2-820c-9010c6bc5c71" /> + id="id-bf5a6e3e-866a-4838-83cb-fed191ccf50f" /> + id="id-38503756-ed5a-4eb9-bae5-fbd6ffe5c0ea" /> + id="id-63f5a07e-eaa8-42c0-a940-209bfe26b27d" /> + id="id-90545768-6740-4cfe-a057-99ac2663e62c" /> + id="id-e69246ef-f1cd-4755-9474-c179c2a3dfc7" /> + id="id-6e91aefa-d7e8-4d60-a7df-62017d2b10f2" /> + id="id-a0df56ab-42bd-4cc1-9ed6-fa5ec647c655" /> + id="id-2465c28e-c25d-4b61-ac12-62735cc8ec90" /> + id="id-b4d1a0c0-b2fd-42e8-97a6-1e0a2a63a837" /> + Po registraci nahraj řešení do odevzdávátka. + Stihneme-li ti řešení opravit před deadlinem, můžešsi jej ještě zlepšit. + Řešení odevzdaná do 1. deadlinu ti opravíme jiždo vydání následujícího čísla, jinak až o číslo později. + Problémy hodnotíme individuálně, za hezký článek mů-žeš určitě očekávat více bodů než za řešení uzavřené úlohy diff --git a/seminar/templates/seminar/jakresit/jakresit_1.svg b/seminar/templates/seminar/jakresit/jakresit_1.svg deleted file mode 100644 index 514e3221..00000000 --- a/seminar/templates/seminar/jakresit/jakresit_1.svg +++ /dev/null @@ -1,26775 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/seminar/templates/seminar/jakresit/jakresit_2.svg b/seminar/templates/seminar/jakresit/jakresit_2.svg deleted file mode 100644 index 93fa9f2e..00000000 --- a/seminar/templates/seminar/jakresit/jakresit_2.svg +++ /dev/null @@ -1,26847 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From b2f0c47449acb6a661957e806284a34a834d4614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Thu, 1 Jun 2023 14:47:03 +0200 Subject: [PATCH 22/25] =?UTF-8?q?Oprava=20p=C5=99edm=C4=9Btu=20v=20e-mailu?= =?UTF-8?q?=20o=20nov=C3=A9m=20=C4=8D=C3=ADsle=20(oprava=20commitu=203c958?= =?UTF-8?q?c91)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seminar/models/tvorba.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/seminar/models/tvorba.py b/seminar/models/tvorba.py index 124d5695..4cf37218 100644 --- a/seminar/models/tvorba.py +++ b/seminar/models/tvorba.py @@ -264,31 +264,33 @@ class Cislo(SeminarModelBase): odkaz = self.absolute_url() poslat_z_mailu = 'zadani@mam.mff.cuni.cz' - predmet = 'Vyšlo číslo {}. číslo M&M'.format(self.kod()) + predmet = 'Vyšlo číslo {}'.format(self.kod()) # TODO Možná nechceme všem psát „Ahoj“, např. příjemcům… text_mailu = 'Ahoj,\n' \ 'na adrese {} najdete nejnovější číslo.\n' \ 'Vaše M&M\n'.format(odkaz) + predmet_prvni = 'Právě vyšlo 1. číslo M&M, pomoz nám ho poslat dál!' text_mailu_prvni = 'Milý řešiteli,\n'\ 'právě jsme na našem webu zveřejnili první číslo {}. ročníku, najdeš ho na tomto odkazu: {}.\n\n'\ 'Doufáme, že tě M&M baví, a byli bychom rádi, kdyby mohlo dělat radost i dalším středoškolákům. Máme na tebe proto jednu prosbu. Sdílej prosím odkaz alespoň s jedním svým kamarádem, který by mohl mít o řešení M&M zájem. Je to pro nás moc důležité a velmi nám tím pomůžeš. Díky!\n\n'\ 'Organizátoři M&M\n'.format(self.rocnik.rocnik, odkaz) + predmet_resitel = predmet_prvni if self.poradi == "1" else predmet text_mailu_resitel = text_mailu_prvni if self.poradi == "1" else text_mailu # Prijemci e-mailu resitele_vsichni = aktivniResitele(self).filter(zasilat_cislo_emailem=True) - def posli(text, resitele): + def posli(subject, text, resitele): emaily = map(lambda resitel: resitel.osoba.email, resitele) if not settings.POSLI_MAILOVOU_NOTIFIKACI: print("Poslal bych upozornění na tyto adresy: ", " ".join(emaily)) return email = EmailMessage( - subject=predmet, + subject=subject, body=text, from_email=poslat_z_mailu, bcc=list(emaily) @@ -299,12 +301,12 @@ class Cislo(SeminarModelBase): paticka = "---\nK odběru těchto e-mailů jste se přihlásili na stránkách https://mam.matfyz.cz. Z odběru se lze odhlásit na https://mam.matfyz.cz/resitel/osobni-udaje/" - posli(text_mailu_resitel + paticka, resitele_vsichni.filter(zasilat=pm.Resitel.zasilat_cislo_papirove)) - posli(text_mailu_resitel + 'P. S. Brzy budeme též rozesílat papírovou verzi čísla. Připomínáme, že pokud papírovou verzi čísla nevyužijete, můžete v https://mam.mff.cuni.cz/resitel/osobni-udaje/ zaškrtnout, abychom vám ji neposílali. Čísla vždy můžete nalézt v našem archivu a dál vám budou chodit e-mailem. Děkujeme.\n' + paticka, + posli(predmet_resitel, text_mailu_resitel + paticka, resitele_vsichni.filter(zasilat=pm.Resitel.zasilat_cislo_papirove)) + posli(predmet_resitel, text_mailu_resitel + 'P. S. Brzy budeme též rozesílat papírovou verzi čísla. Připomínáme, že pokud papírovou verzi čísla nevyužijete, můžete v https://mam.mff.cuni.cz/resitel/osobni-udaje/ zaškrtnout, abychom vám ji neposílali. Čísla vždy můžete nalézt v našem archivu a dál vám budou chodit e-mailem. Děkujeme.\n' + paticka, resitele_vsichni.exclude(zasilat=pm.Resitel.zasilat_cislo_papirove)) paticka_prijemce = "---\nPokud tyto e-maily nechcete nadále dostávat, prosíme, ozvěte se nám na mam@matfyz.cz." - posli(text_mailu + paticka_prijemce, pm.Prijemce.objects.filter(zasilat_cislo_emailem=True)) + posli(predmet, text_mailu + paticka_prijemce, pm.Prijemce.objects.filter(zasilat_cislo_emailem=True)) def save(self, *args, **kwargs): super().save(*args, **kwargs) From 4b6e82120de77ec49ec5cfd023b342dad4d23ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Thu, 1 Jun 2023 15:08:55 +0200 Subject: [PATCH 23/25] =?UTF-8?q?FIX:=20Pos=C3=ADl=C3=A1n=C3=AD=20e-mailu?= =?UTF-8?q?=20i=20=C5=99e=C5=A1itel=C5=AFm,=20kte=C5=99=C3=AD=20necht?= =?UTF-8?q?=C4=9Bj=C3=AD=20pap=C3=ADrov=C3=A9=20=C4=8D=C3=ADslo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seminar/models/tvorba.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seminar/models/tvorba.py b/seminar/models/tvorba.py index 4cf37218..54e769c8 100644 --- a/seminar/models/tvorba.py +++ b/seminar/models/tvorba.py @@ -301,9 +301,9 @@ class Cislo(SeminarModelBase): paticka = "---\nK odběru těchto e-mailů jste se přihlásili na stránkách https://mam.matfyz.cz. Z odběru se lze odhlásit na https://mam.matfyz.cz/resitel/osobni-udaje/" - posli(predmet_resitel, text_mailu_resitel + paticka, resitele_vsichni.filter(zasilat=pm.Resitel.zasilat_cislo_papirove)) + posli(predmet_resitel, text_mailu_resitel + paticka, resitele_vsichni.filter(zasilat_cislo_papirove=False)) posli(predmet_resitel, text_mailu_resitel + 'P. S. Brzy budeme též rozesílat papírovou verzi čísla. Připomínáme, že pokud papírovou verzi čísla nevyužijete, můžete v https://mam.mff.cuni.cz/resitel/osobni-udaje/ zaškrtnout, abychom vám ji neposílali. Čísla vždy můžete nalézt v našem archivu a dál vám budou chodit e-mailem. Děkujeme.\n' + paticka, - resitele_vsichni.exclude(zasilat=pm.Resitel.zasilat_cislo_papirove)) + resitele_vsichni.filter(zasilat_cislo_papirove=True)) paticka_prijemce = "---\nPokud tyto e-maily nechcete nadále dostávat, prosíme, ozvěte se nám na mam@matfyz.cz." posli(predmet, text_mailu + paticka_prijemce, pm.Prijemce.objects.filter(zasilat_cislo_emailem=True)) From fc4fc8779832324bf2aebb31eb5920e6c8585e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Fri, 2 Jun 2023 00:22:30 +0200 Subject: [PATCH 24/25] =?UTF-8?q?Revert=20"Jak=20=C5=99esit=20(oproti=20ma?= =?UTF-8?q?mtex=20je=20tam=20ubran=C3=BD=20n=C4=9Bjak=C3=BD=20text=20nav?= =?UTF-8?q?=C3=ADc)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 389a979f4c65058fc2922861d5e2366b0205370f. --- mamweb/static/css/mamweb.css | 2 +- .../templates/seminar/jakresit/jak-resit.html | 4 +- .../templates/seminar/jakresit/jakresit_1.svg | 26775 +++++++++++++++ .../templates/seminar/jakresit/jakresit_2.svg | 26847 ++++++++++++++++ .../{jak_resit.svg => jakresit_3.svg} | 20754 +++++++----- 5 files changed, 66955 insertions(+), 7427 deletions(-) create mode 100644 seminar/templates/seminar/jakresit/jakresit_1.svg create mode 100644 seminar/templates/seminar/jakresit/jakresit_2.svg rename seminar/templates/seminar/jakresit/{jak_resit.svg => jakresit_3.svg} (74%) diff --git a/mamweb/static/css/mamweb.css b/mamweb/static/css/mamweb.css index 75f65ae4..63c5f527 100644 --- a/mamweb/static/css/mamweb.css +++ b/mamweb/static/css/mamweb.css @@ -1201,7 +1201,7 @@ div.gdpr { /* Jak řešit */ .jakresit svg { - width: 100%; + width: 33%; padding: 10px; filter: none; } diff --git a/seminar/templates/seminar/jakresit/jak-resit.html b/seminar/templates/seminar/jakresit/jak-resit.html index c0962307..fd278c68 100644 --- a/seminar/templates/seminar/jakresit/jak-resit.html +++ b/seminar/templates/seminar/jakresit/jak-resit.html @@ -8,7 +8,9 @@
-{% include 'seminar/jakresit/jak_resit.svg' %} +{% include 'seminar/jakresit/jakresit_1.svg' %} +{% include 'seminar/jakresit/jakresit_2.svg' %} +{% include 'seminar/jakresit/jakresit_3.svg' %}
{% endblock %} diff --git a/seminar/templates/seminar/jakresit/jakresit_1.svg b/seminar/templates/seminar/jakresit/jakresit_1.svg new file mode 100644 index 00000000..514e3221 --- /dev/null +++ b/seminar/templates/seminar/jakresit/jakresit_1.svg @@ -0,0 +1,26775 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/seminar/templates/seminar/jakresit/jakresit_2.svg b/seminar/templates/seminar/jakresit/jakresit_2.svg new file mode 100644 index 00000000..93fa9f2e --- /dev/null +++ b/seminar/templates/seminar/jakresit/jakresit_2.svg @@ -0,0 +1,26847 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/seminar/templates/seminar/jakresit/jak_resit.svg b/seminar/templates/seminar/jakresit/jakresit_3.svg similarity index 74% rename from seminar/templates/seminar/jakresit/jak_resit.svg rename to seminar/templates/seminar/jakresit/jakresit_3.svg index 1c25918c..391ebc7c 100644 --- a/seminar/templates/seminar/jakresit/jak_resit.svg +++ b/seminar/templates/seminar/jakresit/jakresit_3.svg @@ -1,34 +1,22 @@ + inkscape:version="1.0.2 (1.0.2+r75+1)" + sodipodi:docname="jakresit_3.svg"> - - + style="fill:#6f250f;fill-opacity:1;fill-rule:evenodd;stroke:#6f250f;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.8)" + inkscape:connector-curvature="0" /> + id="path30242" + inkscape:connector-curvature="0" /> + style="fill:#6f250f;fill-opacity:1;fill-rule:evenodd;stroke:#6f250f;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(0.8)" + inkscape:connector-curvature="0" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(0.8)" + inkscape:connector-curvature="0" /> + id="path28764" + inkscape:connector-curvature="0" /> + style="fill:#6f250f;fill-opacity:0.94117647;fill-rule:evenodd;stroke:#6f250f;stroke-width:1.00000003pt;stroke-opacity:0.94117647" + transform="scale(0.8)" + inkscape:connector-curvature="0" /> + id="path27326" + inkscape:connector-curvature="0" /> + id="path27100" + inkscape:connector-curvature="0" /> + style="fill:#6f250f;fill-opacity:0.94117647;fill-rule:evenodd;stroke:#6f250f;stroke-width:1.00000003pt;stroke-opacity:0.94117647" + transform="scale(0.8)" + inkscape:connector-curvature="0" /> + id="path26604" + inkscape:connector-curvature="0" /> + style="fill:#6f250f;fill-opacity:0.94117647;fill-rule:evenodd;stroke:#6f250f;stroke-width:1.00000003pt;stroke-opacity:0.94117647" + transform="scale(-0.8)" + inkscape:connector-curvature="0" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.8)" + inkscape:connector-curvature="0" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.8)" + inkscape:connector-curvature="0" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.8)" + inkscape:connector-curvature="0" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.8)" + inkscape:connector-curvature="0" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.8)" + inkscape:connector-curvature="0" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.8)" + inkscape:connector-curvature="0" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.8)" + inkscape:connector-curvature="0" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.8)" + inkscape:connector-curvature="0" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.8)" + inkscape:connector-curvature="0" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.8)" + inkscape:connector-curvature="0" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.8)" + inkscape:connector-curvature="0" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.8)" + inkscape:connector-curvature="0" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.8)" + inkscape:connector-curvature="0" /> + id="path6554" + inkscape:connector-curvature="0" /> + id="path6534" + inkscape:connector-curvature="0" /> + id="path6524" + inkscape:connector-curvature="0" /> + id="path6514" + inkscape:connector-curvature="0" /> + id="path6504" + inkscape:connector-curvature="0" /> + id="path6494" + inkscape:connector-curvature="0" /> + id="path6484" + inkscape:connector-curvature="0" /> + id="path6474" + inkscape:connector-curvature="0" /> + id="path6464" + inkscape:connector-curvature="0" /> + id="path6454" + inkscape:connector-curvature="0" /> + id="path6444" + inkscape:connector-curvature="0" /> + id="path6434" + inkscape:connector-curvature="0" /> + id="path6424" + inkscape:connector-curvature="0" /> + id="path4376" + inkscape:connector-curvature="0" /> + id="path4322" + inkscape:connector-curvature="0" /> + id="path4234" + inkscape:connector-curvature="0" /> + id="path4231" + inkscape:connector-curvature="0" /> + id="id-58d9e82b-c60c-4c26-8d27-25478f5c3f75" + style="overflow:visible"> + id="id-74bba7de-3236-4e7e-b81c-cd74e04b7ee8" + inkscape:connector-curvature="0" /> + id="id-03b7ac0a-6c29-4a9d-af6b-0ed77e89ca3a" + style="overflow:visible"> + id="id-ee253b46-36ae-4066-9d45-202f798baf2d" + inkscape:connector-curvature="0" /> + id="id-cb2f407b-bab3-4e77-9fdc-0ca956fc1b84" + style="overflow:visible"> + id="id-7e4771e9-92bb-4d1e-a5c7-dda49f957914" + inkscape:connector-curvature="0" /> + id="id-919a82c7-b3f8-43ea-83c0-f090eafd962c" + style="overflow:visible"> + id="id-ec7a370b-cc7d-422d-9e34-0ed9b9fff025" + inkscape:connector-curvature="0" /> + id="id-b735b9c6-1c34-4638-8ff0-837d84fe7813" + style="overflow:visible"> + id="id-8f0afab4-48ba-4dc7-bda9-195ce5634890" + inkscape:connector-curvature="0" /> + id="id-6d3c83a3-17a6-4aa5-8071-8cba135fc03c" + style="overflow:visible"> + id="id-0a2ab759-764e-4239-a7de-48f100e6f29e" + inkscape:connector-curvature="0" /> @@ -1211,123 +1252,153 @@ id="id-938187a9-6c43-4b06-ae83-2e0d890ebc3f"> + id="id-a14891fa-6c5f-4ff1-aa30-3573d524d466" + style="overflow:visible"> + id="id-5210200e-6890-47d6-830b-11df2fc23808" + inkscape:connector-curvature="0" /> + id="id-17ad1d9b-4cf5-4c32-a2ee-7639a759bf60" + style="overflow:visible"> + id="id-bd6ca3ea-cc7d-4507-a3e2-39597cc9abad" + inkscape:connector-curvature="0" /> + id="id-877be989-c3e8-463e-ab72-12905964a25a" + style="overflow:visible"> + id="id-2e2d9275-1f7f-4ca4-96de-385d7f14e3bd" + inkscape:connector-curvature="0" /> + id="id-8e46c3d7-2ae5-48fb-b81f-c2d2fb5f39c3" + style="overflow:visible"> + id="id-5aa23712-4d3a-4891-85b1-386cc2512dae" + inkscape:connector-curvature="0" /> + id="id-0d892061-d218-4311-899f-85701b4be68f" + style="overflow:visible"> + id="id-7e8988dd-d516-40ed-bc87-8ab52987cd89" + inkscape:connector-curvature="0" /> + id="id-9b5b3bfc-2c1a-4fd0-9512-d959b819d637" + style="overflow:visible"> + id="id-d8d36dd5-7fa5-42e1-bc71-73a86ef45998" + inkscape:connector-curvature="0" /> + id="id-62cda65d-6afc-4d78-b067-d9c1d218a1b9" + style="overflow:visible"> + id="id-8932ff6f-4582-4a08-b549-0c04de3fc2c5" + inkscape:connector-curvature="0" /> + id="id-8c6c107e-9cb4-4111-ad7b-57eeb17d2aed" + style="overflow:visible"> + id="id-928c198b-e2ce-437a-9d6f-6111dc486160" + inkscape:connector-curvature="0" /> + id="id-f4f73b4b-a0fd-4c8f-90c7-382fe6527634" + style="overflow:visible"> + id="id-b7e98946-2f1f-4715-b501-99202c87f8ba" + inkscape:connector-curvature="0" /> + id="id-748e4a0c-1247-4b21-8a16-0a04bc85e6b0" + style="overflow:visible"> + id="id-8159b334-036f-42f2-a878-94b5a496d7d9" + inkscape:connector-curvature="0" /> + id="id-32bb3d59-aebc-4725-acc7-b53a104f9f46" + style="overflow:visible"> + id="id-9c126854-d9b0-495d-9bb5-6a7b691c87d3" + inkscape:connector-curvature="0" /> + id="id-5727edde-9de0-41e1-89a8-8986cef89c4b" + style="overflow:visible"> + id="id-c6dc18f1-77c4-4f5b-a06e-43bb7768df91" + inkscape:connector-curvature="0" /> + id="id-b0077620-6c8a-4f68-9dbb-dc8d1b9835f5" + style="overflow:visible"> + id="id-b638c59c-001d-4905-9069-60e913071ed4" + inkscape:connector-curvature="0" /> + id="id-599edc1a-3101-4a5e-a36c-a1e06fd00603" + style="overflow:visible"> + id="id-b6c3c897-cd4c-4513-b250-6c0f1cc93d01" + inkscape:connector-curvature="0" /> + id="id-f4a5ae47-3416-47ab-8812-32b53f3495f7" + style="overflow:visible"> + id="id-b6ca682c-0dcf-41d5-b3ff-c44f705f97f8" + inkscape:connector-curvature="0" /> @@ -1441,427 +1512,533 @@ id="id-866b9d89-8530-4c01-aca3-dfcf9f167ff2"> + id="id-20191577-925b-4721-a301-0ccf2bef2e5d" + style="overflow:visible"> + id="id-83ddc62a-d385-458c-9a65-ce4685218283" + inkscape:connector-curvature="0" /> + id="id-20d87416-09ea-4128-a07c-8673d7f8c7d6" + style="overflow:visible"> + id="id-b60c2c94-6119-42f8-9243-a9fb6b7956b6" + inkscape:connector-curvature="0" /> + id="id-11ca6b63-98d0-4c31-adaa-d7c8ef6ebeaf" + style="overflow:visible"> + id="id-ea1e6583-4504-48c3-9640-5aff1ef440d9" + inkscape:connector-curvature="0" /> + id="id-c45079c9-23f8-4dec-ac1e-f3c235e56be0" + style="overflow:visible"> + id="id-43eb4b39-30e1-49fe-bf53-7512d6e184bf" + inkscape:connector-curvature="0" /> + id="id-d62d6ad1-de4d-4326-b6e5-d9f58c55a657" + style="overflow:visible"> + id="id-833553d8-3b78-481f-bc28-499fce6cde4a" + inkscape:connector-curvature="0" /> + id="id-c879be9a-3e07-47c9-b649-35c47c607dea" + style="overflow:visible"> + id="id-a2b475a1-a500-4480-bf4a-b2f18902336d" + inkscape:connector-curvature="0" /> + id="id-3627a21a-748e-4669-abe2-db2d5936e1ad" + style="overflow:visible"> + id="id-d4f92ba7-9d7f-432f-87b8-c62c637f54d9" + inkscape:connector-curvature="0" /> + id="id-360a72b5-4350-4ed2-b6ed-bf301ed20617" + style="overflow:visible"> + id="id-316cce9d-8d85-4db5-a0c6-06c5ebf063c1" + inkscape:connector-curvature="0" /> + id="id-ceb12ac5-b089-4228-afa9-45f0988961cc" + style="overflow:visible"> + id="id-593adde4-7447-4606-b45a-89a4f09d1f79" + inkscape:connector-curvature="0" /> + id="id-ee89bf1e-3112-42ce-b5c5-1a1e2b33021b" + style="overflow:visible"> + id="id-a036848a-04b8-4a0a-be9d-67cafa333b6f" + inkscape:connector-curvature="0" /> + id="id-ab394ddf-f5af-44e2-b3c2-949aca23c50c" + style="overflow:visible"> + id="id-e3ef12f2-4daf-41fc-bd4b-b01d7bed7de8" + inkscape:connector-curvature="0" /> + id="id-871a3fc0-c26b-4640-ae1e-80edc9f3478c" + style="overflow:visible"> + id="id-889754da-088e-4c02-b581-8f3b4bb78480" + inkscape:connector-curvature="0" /> + id="id-ebe903d1-4931-410e-b4b7-202df3cd04a1" + style="overflow:visible"> + id="id-47244d09-43d9-4251-9e33-19cde29199e3" + inkscape:connector-curvature="0" /> + id="id-ba5745aa-1289-44ca-9bf5-714ea7d9e412" + style="overflow:visible"> + id="id-2729e7fc-133c-4056-846a-262388c92619" + inkscape:connector-curvature="0" /> + id="id-5cc2b572-d8c8-44f0-9442-b75285964682" + style="overflow:visible"> + id="id-d71dc0ea-aaae-4dd1-a425-79a6ae0508b3" + inkscape:connector-curvature="0" /> + id="id-da783539-92f7-4567-be7a-7dc759988c09" + style="overflow:visible"> + id="id-706149b8-fd12-4472-9155-2c9347d11df6" + inkscape:connector-curvature="0" /> + id="id-05207000-a1a0-4181-af65-f69d26a00f2b" + style="overflow:visible"> + id="id-226fc5f1-016c-4ccd-9bc7-6c8046610ad5" + inkscape:connector-curvature="0" /> + id="id-bb3325d4-8349-4130-a31f-74b88cbb0ac5" + style="overflow:visible"> + id="id-5f1b874e-cf6a-48ff-bd7f-6b4eff1050d6" + inkscape:connector-curvature="0" /> + id="id-647aa125-e033-450a-8c26-4fb4632e6038" + style="overflow:visible"> + id="id-79837ffc-4b11-4e2e-bf98-9fd918406fda" + inkscape:connector-curvature="0" /> + id="id-15901e59-f61e-483d-b584-42e5f16a8920" + style="overflow:visible"> + id="id-9156cb20-bbbe-49f2-9744-50dd0275bfed" + inkscape:connector-curvature="0" /> + id="id-c829d63a-3ce0-432a-b8ec-3a172fd5b478" + style="overflow:visible"> + id="id-015f30ac-8f9f-46c4-8f3d-0af411cf62e4" + inkscape:connector-curvature="0" /> + id="id-11268275-85a7-461a-bd59-d1c59f4d1f64" + style="overflow:visible"> + id="id-5cd31979-7685-4605-b6c0-848506a2beb7" + inkscape:connector-curvature="0" /> + id="id-5439d6f9-0564-430c-911a-b48b11f1cfee" + style="overflow:visible"> + id="id-d62182a5-fce9-4890-9f8e-109759ad7160" + inkscape:connector-curvature="0" /> + id="id-86d6269f-59e8-48e9-a2f3-7bc81c99da56" + style="overflow:visible"> + id="id-dd04b27d-cc34-4610-b646-930f7113b526" + inkscape:connector-curvature="0" /> + id="id-86137479-757a-4e85-a165-a693f3d9275c" + style="overflow:visible"> + id="id-d304a14e-8252-4663-a649-c2ce5b2322cb" + inkscape:connector-curvature="0" /> + id="id-56bb2087-fcfa-42e8-a0ed-bf083f02fe3d" + style="overflow:visible"> + id="id-9e5b78d5-1bac-4827-9fc3-8bfd30caefd9" + inkscape:connector-curvature="0" /> + id="id-fbf179a1-1dc1-46de-81b3-fd68a69e017d" + style="overflow:visible"> + id="id-26b00489-7799-45ef-b0f9-3d60390935f7" + inkscape:connector-curvature="0" /> + id="id-8bfb977f-9c54-4b7e-9fc8-3d9bb93601fe" + style="overflow:visible"> + id="id-7440fed1-4052-4cbe-8ae8-f5bfa4e0efaf" + inkscape:connector-curvature="0" /> + id="id-ec97404c-f0be-4376-af0b-1029187c308f" + style="overflow:visible"> + id="id-2c37c930-6bac-4396-945c-a7e8770dda63" + inkscape:connector-curvature="0" /> + id="id-1c8d4c32-8532-47aa-a514-dd0ab61727a3" + style="overflow:visible"> + id="id-e424f076-98c2-42cb-a9a4-d03422302178" + inkscape:connector-curvature="0" /> + id="id-7de674f4-c3d7-405b-b075-9d13c30d637d" + style="overflow:visible"> + id="id-7ebfe0d2-7802-499a-9103-db734acf6286" + inkscape:connector-curvature="0" /> + id="id-d48ea2d0-cfe9-43bc-9932-18c1705f55ef" + style="overflow:visible"> + id="id-16886f91-a964-484b-b587-d92273bc5305" + inkscape:connector-curvature="0" /> + id="id-a89cd2da-6157-4837-8441-5121f4008184" + style="overflow:visible"> + id="id-0d8375ee-e17d-4ad9-99ae-ecf128386732" + inkscape:connector-curvature="0" /> + id="id-731039a8-64c7-404b-af82-a33119403d11" + style="overflow:visible"> + id="id-5e777343-eef0-4e22-afa4-be591a88a956" + inkscape:connector-curvature="0" /> + id="id-6eb9234b-e6a0-4092-90a2-2f03220fdc6a" + style="overflow:visible"> + id="id-ce6b921a-e014-45c1-9c78-bc3b6ee9ffe8" + inkscape:connector-curvature="0" /> + id="id-9596bd78-82f3-4e33-bbeb-19b3c8b98dd2" + style="overflow:visible"> + id="id-5209fab9-6735-44f1-80f1-2fe6d290ad89" + inkscape:connector-curvature="0" /> + id="id-a3db7721-f118-4907-96b3-a4da9b324107" + style="overflow:visible"> + id="id-3c8ee776-868b-4b19-9c33-bd43e8539c94" + inkscape:connector-curvature="0" /> + id="id-9d5968d4-e64d-48ea-90b9-d587f4b48307" + style="overflow:visible"> + id="id-629ec691-0873-4d1f-a992-f4437b701560" + inkscape:connector-curvature="0" /> + id="id-7425609a-f637-4bb8-ad79-b7e235f3ca0b" + style="overflow:visible"> + id="id-eeb3a1ae-762f-45f3-a39f-ce081c2cd41c" + inkscape:connector-curvature="0" /> + id="id-c37bec20-1030-41c0-9677-d6c2ad54d3c0" + style="overflow:visible"> + id="id-30a1933d-e57c-44b7-9250-d7b76208091c" + inkscape:connector-curvature="0" /> + id="id-14860a42-d29b-4f56-8349-c840df740407" + style="overflow:visible"> + id="id-3faef2ce-8a7c-4c98-ba7d-17ed072bdd03" + inkscape:connector-curvature="0" /> + id="id-d8d8dc3b-b230-4a82-b41f-cfd5e7b8782d" + style="overflow:visible"> + id="id-1b8d2c64-6ef8-4c87-9ce6-d952acb73dd9" + inkscape:connector-curvature="0" /> + id="id-5a3be5fb-8e16-4035-967b-518c8ed25199" + style="overflow:visible"> + id="id-70c191ed-25a8-4628-8747-afef17700007" + inkscape:connector-curvature="0" /> + id="id-988e8322-c234-4500-a837-c8bf58481953" + style="overflow:visible"> + id="id-e853d99d-5570-4bd2-94d1-3c561ce3ade1" + inkscape:connector-curvature="0" /> + id="id-3db3deb0-f4c1-4ba0-a36d-0a09bdcb7349" + style="overflow:visible"> + id="id-95105687-efb0-413f-99ac-a377c9982742" + inkscape:connector-curvature="0" /> + id="id-4249c0ef-e74a-4576-87a3-7d06a9feb885" + style="overflow:visible"> + id="id-77191fb2-d906-49df-bf8a-6ef9203755ac" + inkscape:connector-curvature="0" /> + id="id-a35509f2-6d6b-4417-b5f1-f5efb6afaf48" + style="overflow:visible"> + id="id-d3cc4973-73c8-4cd1-ba87-79ca757f59db" + inkscape:connector-curvature="0" /> + id="id-e67d6789-4a49-4240-9fa0-4fb801eeafab" + style="overflow:visible"> + id="id-1e3b3a4a-220b-478e-a7be-43d6d5bc4703" + inkscape:connector-curvature="0" /> + id="id-513e8846-5ec9-4bd7-9a2c-a0af322b6372" + style="overflow:visible"> + id="id-e6f9ac80-f641-4928-a876-b28442b2adee" + inkscape:connector-curvature="0" /> + id="id-f515ca8f-c37d-43c9-a40e-7b27915f5c4c" + style="overflow:visible"> + id="id-6f9b3634-ff93-4727-b336-609336b25724" + inkscape:connector-curvature="0" /> + id="id-e28c822d-c4cc-4c87-82a5-68e401b69f28" + style="overflow:visible"> + id="id-484e893c-610c-446c-a425-025b1b78d9ff" + inkscape:connector-curvature="0" /> + id="id-5f07d7d3-4207-4990-b597-dce03dedc306" + style="overflow:visible"> + id="id-17ab1bf2-deff-4644-ab4d-86fa6d410810" + inkscape:connector-curvature="0" /> + id="id-2117854d-0de9-4d7c-bd8d-c1d8840a6629" + style="overflow:visible"> + id="id-797400ec-3c98-453b-bdd0-5aa77b2e5bb4" + inkscape:connector-curvature="0" /> @@ -1979,147 +2156,183 @@ id="id-1a266726-eb14-4e24-8106-d7164008b378"> + id="id-db9d19c0-979e-44ae-8eb4-1049dc3af9b6" + style="overflow:visible"> + id="id-b41e8575-0aac-40d1-a6e0-3d70f34e06f7" + inkscape:connector-curvature="0" /> + id="id-c0e2f17b-efc4-4601-b0cd-1b05a2c1472a" + style="overflow:visible"> + id="id-c9e7462f-ddce-4002-9dcc-34974d56c68d" + inkscape:connector-curvature="0" /> + id="id-9fad458f-fd52-48bd-9c31-c52e676e41c9" + style="overflow:visible"> + id="id-26a21e17-c19a-40b6-8516-7e9ef072cd11" + inkscape:connector-curvature="0" /> + id="id-7a50b7f5-3e0e-4ba9-a6e5-45a41b167ad4" + style="overflow:visible"> + id="id-8c1e6e9c-4781-4550-939f-e1fdf7e15edb" + inkscape:connector-curvature="0" /> + id="id-4ec6d2fc-058c-4157-bce4-817edc818764" + style="overflow:visible"> + id="id-d68e8c2e-736a-4abd-9b0b-fa2a9e769159" + inkscape:connector-curvature="0" /> + id="id-b75baacf-ed92-4684-9c5e-05b6019516ec" + style="overflow:visible"> + id="id-e55daa28-2131-4d17-9f3e-d9d9c3f5a092" + inkscape:connector-curvature="0" /> + id="id-286a8cbc-bc94-4327-bf46-d5dabb8841bc" + style="overflow:visible"> + id="id-48fc9c54-4fee-41fc-9f08-bf4cb9f04ed1" + inkscape:connector-curvature="0" /> + id="id-ca3a4e32-2302-4fde-82cf-6c4b61eba3ab" + style="overflow:visible"> + id="id-825431fc-6a7f-482c-bdda-cc5dd2c07c45" + inkscape:connector-curvature="0" /> + id="id-938b3d18-c01e-4ed5-b365-e44484cdfeac" + style="overflow:visible"> + id="id-6f9a7211-e495-4e3e-a03c-d56ca017dd08" + inkscape:connector-curvature="0" /> + id="id-e2a8e4af-edd9-4a95-95db-01ffe6a52259" + style="overflow:visible"> + id="id-1fe9917b-9e7d-4b27-aa5d-950f3bb92c12" + inkscape:connector-curvature="0" /> + id="id-4aa7dbf5-c775-4133-8361-c4b6c03e2b87" + style="overflow:visible"> + id="id-1063295c-5946-40cb-8c0f-737e198e14bc" + inkscape:connector-curvature="0" /> + id="id-8e26d3f9-0acc-40cc-8b7c-7a11f5b79e8c" + style="overflow:visible"> + id="id-9b92f3e4-9f8a-4648-8aa9-b1096e7b546b" + inkscape:connector-curvature="0" /> + id="id-3b3bfe1a-ed36-4905-b50c-39831b0f0fcc" + style="overflow:visible"> + id="id-70859586-f380-42ce-b947-7bbaffe01c6e" + inkscape:connector-curvature="0" /> + id="id-60de2980-e1f0-4c47-8d84-b48afdf96bd8" + style="overflow:visible"> + id="id-17bb5264-38c6-4828-b7e6-e48098dedbb9" + inkscape:connector-curvature="0" /> + id="id-f5ae276e-c137-45f3-90a3-04d00bbf1698" + style="overflow:visible"> + id="id-8f5478bf-32be-4c44-8dda-22254c605163" + inkscape:connector-curvature="0" /> + id="id-bdcec0e4-a7eb-46ae-9284-b55b9194326d" + style="overflow:visible"> + id="id-ce684b25-dd47-4d0d-bb0b-3944adbcbe36" + inkscape:connector-curvature="0" /> + id="id-27c1fd3d-626a-4793-9acb-d71e97391d77" + style="overflow:visible"> + id="id-29459746-1b61-4e72-be89-c4d34eb3f57b" + inkscape:connector-curvature="0" /> + id="id-1801de5e-72a6-4d20-88ee-8f08b08dc12d" + style="overflow:visible"> + id="id-4d10b06e-7f70-48d4-a578-21da1c77ccfb" + inkscape:connector-curvature="0" /> @@ -2129,307 +2342,383 @@ id="id-8ee390bd-e362-4043-b76f-8fae701d2b9d"> + id="id-370090c0-f229-4cc3-b977-d1f2b2cfb282" + style="overflow:visible"> + id="id-f7b0409f-6d68-425b-bd2b-b8196eca4bf5" + inkscape:connector-curvature="0" /> + id="id-9488b61b-8748-4b99-a3ce-f86fb51eac50" + style="overflow:visible"> + id="id-4bf623d1-d500-401e-b646-72d69561e577" + inkscape:connector-curvature="0" /> + id="id-6b538197-379f-422b-a81d-d4d84913155d" + style="overflow:visible"> + id="id-8fa9b461-2f7c-4c61-bc9c-92f7a416a324" + inkscape:connector-curvature="0" /> + id="id-f6418776-b05a-42f6-94eb-29f04542ee17" + style="overflow:visible"> + id="id-09045097-edad-4a43-bf86-b07f8f358f63" + inkscape:connector-curvature="0" /> + id="id-c0679ceb-f5b2-41a9-8d39-ad22866fed8f" + style="overflow:visible"> + id="id-37d298fd-4917-431c-bf88-583cc01fa857" + inkscape:connector-curvature="0" /> + id="id-c990d75b-e47f-46e8-bd3f-759fb991cafe" + style="overflow:visible"> + id="id-a6349817-5dd2-4da7-a6d3-7ebda60ec3ef" + inkscape:connector-curvature="0" /> + id="id-4d9d4e27-ee31-4e15-a85c-7c5dc455b02f" + style="overflow:visible"> + id="id-c8a0277b-fb57-4f45-88d1-cd2722e8ebaf" + inkscape:connector-curvature="0" /> + id="id-de50a2d6-fb1e-4b2b-bc10-f211389e7d09" + style="overflow:visible"> + id="id-c14b5fdf-53e9-43c8-8cf3-8786b23c1357" + inkscape:connector-curvature="0" /> + id="id-d8d9aff2-a4b0-4e9b-8b69-5e97cefc7bfa" + style="overflow:visible"> + id="id-c5a8d00b-5634-4cd2-8afe-e9e51cf1b265" + inkscape:connector-curvature="0" /> + id="id-6dfbdb36-fd0d-4e40-93f0-0d02bc2c5cf6" + style="overflow:visible"> + id="id-a008abef-0965-4fa9-b9b4-279dadb21b67" + inkscape:connector-curvature="0" /> + id="id-e028364c-5b83-4bcf-a9d7-cdb669d0cdcf" + style="overflow:visible"> + id="id-cbe15ad5-7a10-49fa-b92f-5112a7e4d587" + inkscape:connector-curvature="0" /> + id="id-d4cff158-f5af-4692-9760-dbb894f61a84" + style="overflow:visible"> + id="id-a5a2ab1e-d242-402a-8bab-16e8a36fb652" + inkscape:connector-curvature="0" /> + id="id-3babefc6-79d4-4d6e-baba-314bfdd22cc5" + style="overflow:visible"> + id="id-ae190d07-f842-4069-b90e-83fc2e3156e0" + inkscape:connector-curvature="0" /> + id="id-c2a9c6c8-804e-4359-882b-cb7610edffa4" + style="overflow:visible"> + id="id-9d99f6b7-2e04-4a33-b4d8-9c159746384a" + inkscape:connector-curvature="0" /> + id="id-2a50fd73-ca50-461a-8eda-6bf80acc1641" + style="overflow:visible"> + id="id-6b09adb5-13cb-46e1-89d6-3dcc4ffe780b" + inkscape:connector-curvature="0" /> + id="id-cc00f59c-a5d5-406a-8c88-29a1ea56c0ff" + style="overflow:visible"> + id="id-b4f6ca8f-13e1-4d81-b89e-cb800c6d4256" + inkscape:connector-curvature="0" /> + id="id-59c940ac-21ce-4f82-940d-30dcf09dddc4" + style="overflow:visible"> + id="id-cd882bdb-b6bd-4684-90f7-b87c7b0f80c2" + inkscape:connector-curvature="0" /> + id="id-2949049c-3af9-40d9-92fd-7a42e0ca038e" + style="overflow:visible"> + id="id-e87db3a9-156b-4af5-b647-78835aba8505" + inkscape:connector-curvature="0" /> + id="id-4a71ee48-769b-4dc5-8865-a4d6a804da20" + style="overflow:visible"> + id="id-ed00a3e2-70c9-4957-9001-af9e27a854e7" + inkscape:connector-curvature="0" /> + id="id-330ba1c6-e272-4897-a0e2-3ac94b5ad2e2" + style="overflow:visible"> + id="id-d3bac7c2-de64-4c1c-ae78-feab0f3eed1f" + inkscape:connector-curvature="0" /> + id="id-5497a3de-845e-4c79-b809-3096ea7c4360" + style="overflow:visible"> + id="id-05665a3b-447d-4848-b458-60642cba6adc" + inkscape:connector-curvature="0" /> + id="id-afb81de3-fcbb-484c-89d5-cfa52f1e4d72" + style="overflow:visible"> + id="id-a156bd31-e009-4a29-b320-fbed4c2bc419" + inkscape:connector-curvature="0" /> + id="id-35242800-b040-42a0-91f8-544563fa571a" + style="overflow:visible"> + id="id-ee222360-06be-4819-bbec-6d5316d18964" + inkscape:connector-curvature="0" /> + id="id-4eae52fb-fcd9-4c6c-afaf-885896464b3b" + style="overflow:visible"> + id="id-cd272b01-ca78-4b58-a0b4-02df35b014cf" + inkscape:connector-curvature="0" /> + id="id-0bf0725f-f2ef-4d35-a60d-3a5f6d6d8657" + style="overflow:visible"> + id="id-3571f176-2935-43a3-a8df-6ccb88e6ef44" + inkscape:connector-curvature="0" /> + id="id-29b57628-9858-473c-b8f6-1869f1c54db7" + style="overflow:visible"> + id="id-6fb8a592-81a4-46bd-8c7d-54389c7f7204" + inkscape:connector-curvature="0" /> + id="id-7f711d12-11d1-4f90-98b0-14a81148589f" + style="overflow:visible"> + id="id-dd444034-82f2-4610-b34a-9bde91838752" + inkscape:connector-curvature="0" /> + id="id-d483172b-eef6-4f3c-9f43-af04f0a2856d" + style="overflow:visible"> + id="id-24a609d8-5b9b-403d-9d3e-e43bf54378eb" + inkscape:connector-curvature="0" /> + id="id-7062763c-299d-4ac9-b156-06fa9950e65e" + style="overflow:visible"> + id="id-c3ccaae8-8806-474d-8a5d-f67427ea4f17" + inkscape:connector-curvature="0" /> + id="id-4afdef35-231b-4176-937a-51623c739bec" + style="overflow:visible"> + id="id-f3495068-d6e7-4a83-8aed-e599cb957d14" + inkscape:connector-curvature="0" /> + id="id-8ea65ab2-940a-4409-aecb-41deb443e3fb" + style="overflow:visible"> + id="id-0868500f-e489-4ce9-a4d6-7412e00ec043" + inkscape:connector-curvature="0" /> + id="id-362b39e6-8324-4ec3-bad6-c6d820cdf9a4" + style="overflow:visible"> + id="id-629dbe59-ecc1-4666-969a-5d6223425e66" + inkscape:connector-curvature="0" /> + id="id-2ba1aa66-5168-4252-9a67-474ef3911b44" + style="overflow:visible"> + id="id-fc0af5e4-b0e8-4e85-b7a2-133b5e00f054" + inkscape:connector-curvature="0" /> + id="id-85dd834a-0056-4d06-aeed-b2864777dc6c" + style="overflow:visible"> + id="id-4171190d-99a2-4561-b3e0-6d3580cf05de" + inkscape:connector-curvature="0" /> + id="id-6d110b19-6ebf-4fb0-98fb-44055883caa9" + style="overflow:visible"> + id="id-04cae73f-72b9-4346-a225-6b8ef3dfea49" + inkscape:connector-curvature="0" /> + id="id-5907229d-cd57-47c2-8720-cfe65c6f8cc9" + style="overflow:visible"> + id="id-4bfc7d03-f540-45a3-bbec-0aebc6139447" + inkscape:connector-curvature="0" /> + id="id-3ebf5f52-1146-4d24-9542-5311d10d2025" + style="overflow:visible"> + id="id-30287741-6df7-47bd-86ac-32fbd086f215" + inkscape:connector-curvature="0" /> + id="id-115048c2-58bb-4b2c-89ee-e1e3c5eca9e9" + style="overflow:visible"> + id="id-1ecad964-cf4c-47ca-be8e-fb47461c68e3" + inkscape:connector-curvature="0" /> @@ -2439,251 +2728,313 @@ id="id-2e586840-ba83-43a2-b1ba-75c1f178fe7a"> + id="id-ddc09d16-7f10-47d4-aa9a-cd4ffdcc2aee" + style="overflow:visible"> + id="id-b299f53a-9603-4bc5-aa37-ed9566683c71" + inkscape:connector-curvature="0" /> + id="id-5213cb68-d4e8-498f-abc7-00c0c5e8417f" + style="overflow:visible"> + id="id-d6a63460-22ef-4917-b24b-bdae54463558" + inkscape:connector-curvature="0" /> + id="id-35038faf-ec69-4739-9d59-368b62527749" + style="overflow:visible"> + id="id-b85b87e2-e118-45d0-91be-43c6b32f7278" + inkscape:connector-curvature="0" /> + id="id-e2e4ef6c-e715-4bec-9514-94f975c9043b" + style="overflow:visible"> + id="id-df8d504f-3866-4e34-b575-8191ef3248c1" + inkscape:connector-curvature="0" /> + id="id-53305245-91a1-4f23-ba25-e1e2ba997b1e" + style="overflow:visible"> + id="id-9f8e35e3-7816-45f2-89d3-4b70d58d6a52" + inkscape:connector-curvature="0" /> + id="id-bb54557c-f00c-4836-99bf-c21186854765" + style="overflow:visible"> + id="id-601603ca-5de6-4ef0-8616-acc20364c538" + inkscape:connector-curvature="0" /> + id="id-757f8a4b-8d7c-403c-bfe0-7b48bc875bc4" + style="overflow:visible"> + id="id-8f6a4071-5304-4fc9-bbd0-a668b6f311ad" + inkscape:connector-curvature="0" /> + id="id-1f8626e2-e0b5-4175-8286-81341c9f6e30" + style="overflow:visible"> + id="id-948174ab-9265-4d14-916a-513dc2176828" + inkscape:connector-curvature="0" /> + id="id-2aa4e615-4f0d-4e5e-8bac-776f9ef66a04" + style="overflow:visible"> + id="id-886b8908-3239-43ce-9df4-3a4be133d1b1" + inkscape:connector-curvature="0" /> + id="id-5b3ba1d6-b1f5-4ef4-bba7-74f46c5b8b2a" + style="overflow:visible"> + id="id-81ce085e-adb9-4a16-a725-7399ed174197" + inkscape:connector-curvature="0" /> + id="id-864319a9-3c41-4fc9-b630-9279c9543d2e" + style="overflow:visible"> + id="id-3d776d4e-6df7-4657-b5f7-32c421b948c8" + inkscape:connector-curvature="0" /> + id="id-4641e063-99d4-46df-beca-34484eeafdff" + style="overflow:visible"> + id="id-3267f133-a3e4-4638-9b18-53744ec45680" + inkscape:connector-curvature="0" /> + id="id-682a44f2-499e-4ba0-aea6-d91b97cd360b" + style="overflow:visible"> + id="id-3150c039-5518-49be-8866-bc5d45e8412e" + inkscape:connector-curvature="0" /> + id="id-b9bc7d0e-492d-46a8-aae6-b095e788df2c" + style="overflow:visible"> + id="id-156b015c-72d2-4e8d-a43d-3f71f8002a31" + inkscape:connector-curvature="0" /> + id="id-67c50d9c-47fb-4806-b0bc-d2104a18c249" + style="overflow:visible"> + id="id-021d5287-3906-4193-b196-22a15bb05563" + inkscape:connector-curvature="0" /> + id="id-3b31ff6e-d6b3-4531-824c-116db12ae036" + style="overflow:visible"> + id="id-d8e393fa-2fd5-45da-b616-59bf2a31d011" + inkscape:connector-curvature="0" /> + id="id-d81e0164-c391-4493-a557-b98f0301bba0" + style="overflow:visible"> + id="id-1f7d6351-0d68-4817-a0dc-bf9430df72dd" + inkscape:connector-curvature="0" /> + id="id-26c223e6-13d3-47bc-8571-ebe69ce64f74" + style="overflow:visible"> + id="id-9f78ae27-da46-4cae-9610-edd197791fb8" + inkscape:connector-curvature="0" /> + id="id-fd7e146e-fdb0-49a4-9587-fd6e8332b092" + style="overflow:visible"> + id="id-b07c15f0-88b5-4fa4-85eb-1548642e53a6" + inkscape:connector-curvature="0" /> + id="id-c2fa87bf-1f45-41c7-a4c9-795985193384" + style="overflow:visible"> + id="id-1e74fb07-89e6-4045-8046-b25c23c35827" + inkscape:connector-curvature="0" /> + id="id-c15edaf6-d264-44c8-85dc-67cbdae4efbb" + style="overflow:visible"> + id="id-05438fcf-49c3-486a-9862-2908b17ca473" + inkscape:connector-curvature="0" /> + id="id-65327638-e5c3-4fa6-94f6-a387e64d25c6" + style="overflow:visible"> + id="id-a2a3460f-df3c-455b-b53a-9bce15c8f50a" + inkscape:connector-curvature="0" /> + id="id-ed2624f0-e19b-4aa4-907b-fb4f5d72e157" + style="overflow:visible"> + id="id-e636cdc3-3ae1-4993-9148-a0920f01822b" + inkscape:connector-curvature="0" /> + id="id-b69c849b-9703-41e5-8af0-7e30c7e1b155" + style="overflow:visible"> + id="id-15d2c571-f9a1-46f3-b9c0-b7cabf2994f6" + inkscape:connector-curvature="0" /> + id="id-172ba32e-38db-4b24-b013-be90fe0eb329" + style="overflow:visible"> + id="id-71ba2af7-4fc0-43ff-a726-7b0a1fa1f411" + inkscape:connector-curvature="0" /> + id="id-95f42b18-62e1-4547-8b97-a91d473ede6f" + style="overflow:visible"> + id="id-45784045-d046-43d3-9939-275a27c39c0c" + inkscape:connector-curvature="0" /> + id="id-33ab558b-a585-4fc1-aa36-20464889a9e8" + style="overflow:visible"> + id="id-8b8b17ce-7cd0-470d-b0df-f726a27ce062" + inkscape:connector-curvature="0" /> + id="id-edaa639b-b280-4a98-a67c-553c01e977c2" + style="overflow:visible"> + id="id-1ccf3fe5-4fb6-4cc2-ab89-bbd5baa0d3fc" + inkscape:connector-curvature="0" /> + id="id-17ba2fda-eb63-4bee-b4a3-1bd53fc83b4b" + style="overflow:visible"> + id="id-e4b4ed38-03e4-4a90-8512-5d35a6ecce68" + inkscape:connector-curvature="0" /> + id="id-22ccb208-0473-4b07-8e3c-3cdd9947cf9b" + style="overflow:visible"> + id="id-276044c6-d417-468f-ab8e-5b027291bac2" + inkscape:connector-curvature="0" /> + id="id-a2831b9e-d6ff-4af2-aa54-990ae033608c" + style="overflow:visible"> + id="id-828228cc-37e7-4c61-8747-1108a5187370" + inkscape:connector-curvature="0" /> @@ -2693,307 +3044,383 @@ id="g79784"> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> @@ -3003,187 +3430,233 @@ id="id-bbd7b9fb-e6b9-4868-ab11-d2406bf430d8"> + id="id-772f94d3-1c7c-413c-b02b-77fee8b232b1" + style="overflow:visible"> + id="id-7bf53810-bef0-4644-895c-afa8d5f4c1a8" + inkscape:connector-curvature="0" /> + id="id-08cf0f37-1788-4dd9-842c-73fd28c590c7" + style="overflow:visible"> + id="id-247ba765-3580-4bba-85bd-f999fd587a8e" + inkscape:connector-curvature="0" /> + id="id-d4588d22-5358-4c82-8582-ceb1ed91ddbe" + style="overflow:visible"> + id="id-9b8b45b2-24e9-4586-99ed-232be95d0f2a" + inkscape:connector-curvature="0" /> + id="id-e9016403-9827-4813-8775-b30ca6772f13" + style="overflow:visible"> + id="id-5684dc98-a475-4304-a660-5945e8d4161d" + inkscape:connector-curvature="0" /> + id="id-04de9723-8e0f-4a3e-b198-aa92e212cf9d" + style="overflow:visible"> + id="id-37f764fe-a25f-44eb-9e07-611d03e3628e" + inkscape:connector-curvature="0" /> + id="id-f7a213d1-55c2-4417-8bca-ecf6af70346d" + style="overflow:visible"> + id="id-e133a3b8-c4ca-43a3-8156-340baee375ba" + inkscape:connector-curvature="0" /> + id="id-558e1bfc-3507-450b-96ff-78352ac5c5e5" + style="overflow:visible"> + id="id-2d60e0d4-0350-45e7-aa09-33f36e94a55e" + inkscape:connector-curvature="0" /> + id="id-8e9d253d-e017-4e16-b27e-8ee6f6fdfc6d" + style="overflow:visible"> + id="id-fc684379-08b4-486f-872a-6a93198b2de5" + inkscape:connector-curvature="0" /> + id="id-1d012433-f204-4f69-a977-b0f7131cacd7" + style="overflow:visible"> + id="id-f6e1f947-f403-4789-b020-867dbf11861b" + inkscape:connector-curvature="0" /> + id="id-0b4125e2-3610-45f6-ad7a-231d5ae93139" + style="overflow:visible"> + id="id-d44d535a-072f-4d4a-a0a1-088918a0b650" + inkscape:connector-curvature="0" /> + id="id-f2c00f08-ada4-4cfa-903e-390d92bba462" + style="overflow:visible"> + id="id-b98ed50a-27e3-4abe-ab90-81af3760872c" + inkscape:connector-curvature="0" /> + id="id-ecb1a6f9-551a-476d-9896-e698d1ffa6e8" + style="overflow:visible"> + id="id-4aa1ae69-5b27-40c3-abfd-201fd4d25c96" + inkscape:connector-curvature="0" /> + id="id-b8e583dd-2d0c-47c8-819d-662faee17a76" + style="overflow:visible"> + id="id-c5148675-f0aa-4734-9a46-a558041e162a" + inkscape:connector-curvature="0" /> + id="id-03fe1a7f-5086-4b5c-92cb-bce8480c44d0" + style="overflow:visible"> + id="id-23f14dd3-1abe-4646-962f-b6005d27e986" + inkscape:connector-curvature="0" /> + id="id-d348df3c-aff1-4243-b567-d75aa4340561" + style="overflow:visible"> + id="id-c2ab98f8-e781-48fb-a668-0a2b740f0a4d" + inkscape:connector-curvature="0" /> + id="id-7fe7088a-1265-48b7-99a8-d6e6b78e882b" + style="overflow:visible"> + id="id-63231045-4a0b-44fd-bd65-bb509a6d6e3a" + inkscape:connector-curvature="0" /> + id="id-41ab9fd8-ab99-41b9-8347-3f61eb41d911" + style="overflow:visible"> + id="id-80b5b671-68ea-477f-b635-e554fe5073ec" + inkscape:connector-curvature="0" /> + id="id-ee40d6c2-2120-4645-a397-132b9a1f866b" + style="overflow:visible"> + id="id-4d1ee7f1-49c2-468c-8bce-652609decfec" + inkscape:connector-curvature="0" /> + id="id-4caf66f9-96f0-4644-9c84-320357b119a1" + style="overflow:visible"> + id="id-d3b8a1ac-016f-4be5-a0f0-6a12c86f2198" + inkscape:connector-curvature="0" /> + id="id-e78979c5-5838-43f4-8c7d-beabb68ae356" + style="overflow:visible"> + id="id-9d6ac180-41e1-4985-89f7-890b6d3d1cd0" + inkscape:connector-curvature="0" /> + id="id-38ffa48e-e27a-46a2-9c2f-45d249e3fadb" + style="overflow:visible"> + id="id-9a3e34dc-fe1b-420c-b327-3c2b9d7b1a08" + inkscape:connector-curvature="0" /> + id="id-73a26404-9d18-4769-857f-17fa4668d155" + style="overflow:visible"> + id="id-9fbd6f1e-6ec0-4c4a-a7f2-656feb4aa277" + inkscape:connector-curvature="0" /> + id="id-46de0d22-ba59-4550-82e4-b2d190af608a" + style="overflow:visible"> + id="id-62f2ae84-563c-434a-accb-9b675ec3b652" + inkscape:connector-curvature="0" /> @@ -3193,107 +3666,133 @@ id="g8171"> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> @@ -3308,9 +3807,10 @@ inkscape:stockid="TriangleOutL"> + id="path29974-0" + inkscape:connector-curvature="0" /> + id="path29974-5" + inkscape:connector-curvature="0" /> + id="base"> + units="cm" + originx="-7.028636" + originy="-16.393255" /> @@ -3373,6 +3875,7 @@ image/svg+xml + @@ -3380,9 +3883,9 @@ id="layer1" inkscape:groupmode="layer" inkscape:label="Layer 1" - style="display:inline"> + transform="translate(-7.028636,-3.6067411)"> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> @@ -3739,7 +4324,8 @@ + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> @@ -4746,7 +5481,8 @@ + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + id="g162436" + style="fill:#6f250f;fill-opacity:0.94117647"> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-cae7ab4b-fee5-46f4-9ccf-3e1f9547ce36" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647"> + id="g162381" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + id="g162384" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + id="g162387" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + id="g162390" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + id="g162393" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + id="g162396" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + id="g162399" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + id="g162402" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + id="g162405" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + style="fill:#6f250f;fill-opacity:0.94117647"> + id="g162409" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + style="fill:#6f250f;fill-opacity:0.94117647"> + id="g162413" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + id="g162416" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + style="fill:#6f250f;fill-opacity:0.94117647"> + id="g162420" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + id="g162423" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + id="g162426" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + id="g162429" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + id="g162432" + style="fill:#6f250f;fill-opacity:0.94117647"> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> @@ -6436,7 +7390,8 @@ + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> @@ -6895,7 +7921,8 @@ + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> @@ -7334,7 +8435,8 @@ + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> @@ -8049,7 +9283,8 @@ + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(73.866,89.816)" + id="g49087"> + id="id-4b2345d0-3f48-461c-bbfb-b3201426f790" + d="M 6.15625,0 4.171875,-3.25 C 5.203125,-3.546875 5.875,-4.25 5.875,-5.0625 5.875,-6.046875 4.78125,-6.921875 3.359375,-6.921875 H 0.953125 V 0 H 1.8125 V -3.15625 H 3.390625 L 5.265625,0 Z M 5.0625,-5.0625 c 0,0.703125 -0.640625,1.296875 -1.8125,1.296875 H 1.8125 v -2.59375 H 3.25 c 1.15625,0 1.8125,0.59375 1.8125,1.296875 z M 4.78125,-8.671875 H 4.1875 L 3.21875,-7.703125 2.25,-8.671875 H 1.671875 l 1.25,1.328125 h 0.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(80.2999,89.816)" + id="g49090"> + id="id-43e978b0-b17e-436a-876b-51a1cfff2172" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(84.7282,89.816)" + id="g49093"> + id="id-d413d562-6ad9-48de-8451-858a04b70100" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(88.5469,89.816)" + id="g49096"> + id="id-595f523f-0aec-4772-b516-d11697f07761" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(92.9753,89.816)" + id="g49099"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(98.1229,89.816)" + id="g49102"> + id="id-fcc7e752-a1e6-4b18-b132-77dddfd41f51" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(103.263,89.816)" + id="g49106"> + id="id-a12c869d-47de-4864-9d48-fa837652539d" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(108.523,89.816)" + id="g49110"> + id="id-e78f1a45-bb2a-49a2-8a88-56520acbecc5" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(113.671,89.816)" + id="g49113"> + id="id-2a0ad2fa-ce21-474d-b1ee-ff20f4f6fb6a" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(118.099,89.816)" + id="g49116"> + id="id-5f82a3aa-63c8-4ba5-91f3-0d95950d1dd8" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(122.693,89.816)" + id="g49119"> + id="id-9eae0503-999e-4d33-8037-e027ef3c22d0" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(127.023,89.816)" + id="g49122"> + id="id-767d6c60-b7f3-4c6d-8554-5b2939acbe53" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + + + + transform="translate(149.654,89.816)" + id="g49135"> + + + + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(162.553,89.816)" + id="g49142"> + id="id-666a2d96-5006-4375-8ac0-1719b5e5e701" + d="m 4.234375,0 v -0.578125 h -1.25 v -6.1875 H 2.78125 C 2.1875,-6.15625 1.359375,-6.125 0.890625,-6.09375 v 0.578125 C 1.21875,-5.53125 1.6875,-5.546875 2.1875,-5.765625 v 5.1875 H 0.953125 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(167.534,89.816)" + id="g49145"> + id="id-7b256bd3-5cee-4e37-a5ce-0d6ed2156d4a" + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + transform="translate(178.209,89.816)" + id="g49152"> + id="id-04f40a07-82e9-4d4a-92b8-c550ca44a3a3" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(182.638,89.816)" + id="g49155"> + id="id-a5827f93-a0fd-4272-93ff-c2b7a90243dd" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(187.426,89.816)" + id="g49158"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(192.573,89.816)" + id="g49161"> + id="id-f6c09660-8274-4c3f-ac30-5f6ca1d0452b" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(194.953,89.816)" + id="g49164"> + id="id-c95348cd-86cb-4478-a345-3f854f5d3989" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(197.333,89.816)" + id="g49167"> + id="id-7498bc78-e9b8-40ba-b8a6-42c79ae25be8" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(202.481,89.816)" + id="g49170"> + id="id-7faeda80-0dc7-486d-834f-bb628dfd9b5c" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(210.398,89.816)" + id="g49174"> + id="id-2d6ca1e3-f0f9-4b76-86a5-61a95b07cd57" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(215.815,89.816)" + id="g49178"> + id="id-8b54a9bb-0cca-4590-b9c8-c641bbf6b27c" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(220.796,89.816)" + id="g49181"> + id="id-991efcf0-b4eb-4027-9163-0932c0ebf653" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(224.615,89.816)" + id="g49184"> + id="id-868e1311-803a-4fa3-9d3a-d94b40859e17" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + + + + transform="translate(246.537,89.816)" + id="g49197"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(251.518,89.816)" + id="g49200"> + id="id-27ed764e-bd9b-4a59-bbd5-2fd8ce1d437e" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(256.387,89.816)" + id="g49204"> + id="id-2a5cf45c-2a88-4c78-b5ea-fb4d629fc5d6" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(259.791,89.816)" + id="g49207"> + + + + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(269.173,89.816)" + id="g49213"> + id="id-5e870ee1-9b08-4474-b1a7-4d497e2ca458" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + - - - - - + id="id-5114fa8c-5257-4f01-93b3-b7a97697d0b4" + style="fill:#000000;fill-opacity:1"> + - - + inkscape:connector-curvature="0" /> + + - - + inkscape:connector-curvature="0" /> + + + + - - + inkscape:connector-curvature="0" /> + + - - + inkscape:connector-curvature="0" /> + + + + - - + inkscape:connector-curvature="0" /> + + - - + inkscape:connector-curvature="0" /> + + - + inkscape:connector-curvature="0" /> + - - + id="id-f715398e-1e83-423c-b51e-8533410bd3a3" + style="fill:#000000;fill-opacity:1"> + transform="translate(86.5514,101.771)" + id="g49247"> + inkscape:connector-curvature="0" /> + + + transform="translate(93.6976,101.771)" + id="g49251"> + inkscape:connector-curvature="0" /> + transform="translate(98.8452,101.771)" + id="g49254"> + inkscape:connector-curvature="0" /> + transform="translate(103.633,101.771)" + id="g49257"> + inkscape:connector-curvature="0" /> + transform="translate(107.452,101.771)" + id="g49260"> + inkscape:connector-curvature="0" /> + transform="translate(109.832,101.771)" + id="g49263"> + inkscape:connector-curvature="0" /> - - - - - - - - - + - - + id="id-79e587ef-61c2-4fdf-88eb-2a9cee4ad3fd" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-3a1856bd-09d2-4ec5-afc7-396354369ba9" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-bce9598a-737f-4903-99d6-dafea6bf2544" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-ef0227b2-38d6-42f9-b8b4-50d6feba68b3" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-77c47953-cdea-4e91-b5ec-683da6ff9116" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + - - + id="id-b6ec94fa-1f18-4229-b893-076010202c35" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - - - - - - - + id="id-0d5816ae-e5db-4ae8-b035-8bc4c221c6da" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + - - + id="id-eaf930e6-da30-4488-a193-720ccc8a9cfb" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-83c8ce03-525e-43a7-bec9-5dc11022ba3e" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-fdf91492-fe2b-4294-81cf-8b07d30c5a78" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-43981f78-db75-4bfd-8d7c-7668ae2965ab" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-156ffae2-8c15-4364-9d33-8888580319e0" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-761e27a5-7de9-45a5-8ca0-cac9268857e2" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - + id="id-df3aa1f1-5c4f-4149-a601-5e93bf47c1a1" + d="m 1.796875,-0.015625 v -0.8125 H 0.96875 V 0 h 0.25 l -0.25,1.25 H 1.375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + - - + transform="translate(179.07,101.771)" + id="g49311"> + id="id-b81228ad-a26f-4562-897c-77c0a9ed7279" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(181.727,101.771)" + id="g49314"> + id="id-679dbb96-bd5b-4226-b4df-c039df7df9c9" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(184.107,101.771)" + id="g49317"> + id="id-607507b3-9e97-4c15-a062-a7b73aa2964f" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(189.255,101.771)" + id="g49320"> + id="id-1994c5ac-8099-4c92-a233-e66ee6200134" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(194.043,101.771)" + id="g49323"> + id="id-c8722a4d-dbab-43e6-9444-85fdd4740c7b" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(202.231,101.771)" + id="g49327"> + id="id-cfcbbbe7-7a34-45ef-a4c8-2615e087ae3d" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(207.019,101.771)" + id="g49330"> + id="id-17fb3ec0-87d7-458e-8f1c-146afc53fcf4" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(214.667,101.771)" + id="g49334"> + id="id-509b6bec-9937-4134-a531-7d00f56a67b2" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(221.814,101.771)" + id="g49338"> + id="id-85b95f61-d4b0-465d-9372-de2c279ec7a5" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(225.411,101.771)" + id="g49341"> + id="id-a903a7c8-01ad-477b-918f-bdb052e6f744" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + transform="translate(239.024,101.771)" + id="g49348"> + id="id-6b8d162f-16fd-4005-b8e4-73c39d4ee990" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(244.172,101.771)" + id="g49351"> + id="id-26533fed-d5e2-4dc8-b1d1-4c3191b055f0" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(248.96,101.771)" + id="g49354"> + id="id-ac3cdcb4-0c9e-415d-a4d0-98845f4892da" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(251.34,101.771)" + id="g49357"> + id="id-018d173b-245a-42a8-96b9-82e33401c693" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(255.158,101.771)" + id="g49360"> + id="id-ab2a643d-9e27-428a-a6de-a0a0a3929fe3" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(257.538,101.771)" + id="g49363"> + id="id-b50fc580-26d1-4ba3-afde-67267d176f5e" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + - - - - - + id="id-c99c50ba-be0f-4784-b894-b8579c054f39" + style="fill:#000000;fill-opacity:1"> + - - + id="id-60d7662d-7183-4f6e-9700-9bc34ef4d12e" + d="m 5.3125,-2.296875 c 0,-0.796875 -0.640625,-1.4375 -1.4375,-1.4375 -0.78125,0 -1.4375,0.640625 -1.4375,1.4375 0,0.78125 0.65625,1.421875 1.4375,1.421875 0.796875,0 1.4375,-0.640625 1.4375,-1.421875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + - - + id="id-6e09400c-cb66-492c-a886-3adbcd9bd1bb" + d="m 5.859375,-0.453125 -0.0625,-0.6875 C 5.5,-0.9375 5.21875,-0.75 4.875,-0.640625 c -0.3125,0.109375 -0.671875,0.109375 -1,0.109375 -0.65625,0 -1.25,-0.34375 -1.65625,-0.859375 -0.453125,-0.578125 -0.671875,-1.328125 -0.671875,-2.0625 0,-0.75 0.21875,-1.5 0.671875,-2.09375 0.40625,-0.5 1,-0.859375 1.65625,-0.859375 0.296875,0 0.59375,0.03125 0.890625,0.125 0.296875,0.09375 0.578125,0.234375 0.84375,0.421875 l 0.125,-0.8125 C 5.4375,-6.796875 5.140625,-6.890625 4.8125,-6.953125 4.5,-7.015625 4.1875,-7.03125 3.875,-7.03125 c -0.890625,0 -1.6875,0.390625 -2.28125,1.046875 -0.609375,0.6875 -0.9375,1.59375 -0.9375,2.53125 0,0.921875 0.328125,1.828125 0.9375,2.515625 C 2.1875,-0.296875 2.984375,0.109375 3.875,0.109375 4.21875,0.109375 4.5625,0.09375 4.90625,0 5.25,-0.09375 5.546875,-0.265625 5.859375,-0.453125 Z m -0.8125,-8.21875 H 4.46875 L 3.5,-7.703125 2.53125,-8.671875 H 1.9375 l 1.265625,1.328125 h 0.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-b14c786f-b90a-4309-b939-c5789e5f7928" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-1f7348dd-bc94-4b09-9fcb-821468dcff55" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-a4b054ad-1b79-4e7e-9ca9-a34ede0ca32c" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-9e1759fa-8472-4d9e-87ea-312df5388770" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-73d01843-d1da-4c76-b447-56884fa8593d" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + - - + id="id-43b50252-41d9-4bd4-bf6b-c174f696d96f" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-5acb80a0-6649-46a2-a757-e3e0d4fb3f48" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-79f359b9-e24b-4636-ad9d-f6c72820e79f" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-9fd7cca7-7a9d-4346-81ac-4e5279809511" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - + id="id-2bd9e220-b560-4615-bd37-0185c96cdbe2" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + - - + transform="translate(134.297,121.696)" + id="g49409"> + id="id-9aa6c81a-2d32-449d-8ef0-cf3fdfecc271" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(139.547,121.696)" + id="g49413"> + id="id-c307348a-896f-4733-b3a6-b5a3eeaf8d5c" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(144.695,121.696)" + id="g49416"> + id="id-0d28a52b-8866-42a1-8bde-c33d2523c619" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(149.123,121.696)" + id="g49419"> + id="id-27fa9a74-6779-4ed4-ad49-961bed6270c9" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(153.717,121.696)" + id="g49422"> + id="id-5c0443da-5e28-472f-87b5-338c40edc73b" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(158.048,121.696)" + id="g49425"> + id="id-41f72816-4120-486e-bf50-0b336c385c6c" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(163.196,121.696)" + id="g49428"> + id="id-1716f087-6ddd-48fd-b075-f33df7f7d449" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(167.984,121.696)" + id="g49431"> + id="id-e14be83e-386c-4ac1-989a-7ecdc106fa14" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + transform="translate(184.28,121.696)" + id="g49441"> + id="id-2f52ced6-b87c-4ea7-80af-2e608ad50a65" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(189.151,121.696)" + id="g49444"> + id="id-fdc68187-c965-4f36-9ce0-4f1a29e8f9c3" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(194.299,121.696)" + id="g49447"> + id="id-bc267d76-2ff6-4015-a3bb-eaecd309d037" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(198.893,121.696)" + id="g49450"> + id="id-5d90b365-d71b-4ce6-b8fd-4c2cc3fafa87" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(203.494,121.696)" + id="g49454"> + id="id-6b9e35ef-a6d1-44d4-ae79-28f1f9ac0d33" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(208.476,121.696)" + id="g49457"> + id="id-b3241f08-9166-45c7-a9a4-02dbff82d64d" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(210.856,121.696)" + id="g49460"> + id="id-131a4f5c-c9d5-4937-9b49-cd0918c2e0c8" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + Zaregistruj se a nahraj řešení do odevzdávátka. + ns10:inkscapeversion="1.0" + ns10:alignment="middle center" + ns10:scale="1.0" + ns10:preamble="/home/katerina/.config/inkscape/extensions/textext/default_packages.tex" + ns10:text="\\bignadpis{Odm\u011bna}" + ns10:pdfconverter="inkscape" + ns10:texconverter="pdflatex" + ns10:version="1.0.1" + transform="matrix(0.352778,0,0,0.352778,36.104601,136.97368)" + style="fill:#6f250f;fill-opacity:0.94117647"> + id="id-07e94971-77d2-4a07-8bc0-3bd1766d60c9"> + id="id-3c716607-fe77-4cdf-bbe1-00b444bdbf86"> + overflow="visible" + id="id-54565f7d-97cb-4fc5-9fe5-1b0cab724124" + style="overflow:visible"> + style="stroke:none" + d="" + id="id-d612ce20-1ed5-4e54-9072-140127e24e39" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-0ad0844f-2e35-4479-8d2a-35bdbaf9ba46" + style="overflow:visible"> + style="stroke:none" + d="m 15.125,-7.0625 c 0,-4.15625 -1.515625,-7.734375 -6.921875,-7.734375 -5.71875,0 -6.9375,3.953125 -6.9375,7.734375 0,3.859375 1.34375,7.515625 6.921875,7.515625 5.328125,0 6.9375,-3.28125 6.9375,-7.515625 z m -3.046875,-0.328125 c 0,1.828125 0,6.1875 -3.875,6.1875 -3.90625,0 -3.90625,-4.3125 -3.90625,-6.1875 0,-1.828125 0,-5.78125 3.890625,-5.78125 3.890625,0 3.890625,3.921875 3.890625,5.78125 z m 0,0" + id="id-2a1ceb45-41dd-4e1c-a402-b3145fcf55fe" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-4906a307-ae5d-4c99-b9b0-adc653538dc9" + style="overflow:visible"> + style="stroke:none" + d="M 10.3125,-0.984375 V -13.34375 c 0,-0.65625 -0.15625,-0.984375 -1,-0.984375 H 8.546875 c -0.78125,0 -0.984375,0.265625 -0.984375,0.984375 v 4.6875 C 6.625,-9.546875 5.59375,-9.6875 4.953125,-9.6875 c -4.1875,0 -4.1875,3.96875 -4.1875,4.984375 0,0.9375 0,4.9375 4.09375,4.9375 0.859375,0 1.75,-0.25 2.640625,-1.203125 C 7.5,-0.203125 7.78125,0 8.484375,0 H 9.3125 c 0.78125,0 1,-0.265625 1,-0.984375 z M 7.5,-2.578125 c 0,0.34375 0,0.53125 -0.59375,0.953125 -0.53125,0.328125 -1,0.359375 -1.25,0.359375 -2.078125,0 -2.078125,-1.890625 -2.078125,-3.4375 0,-1.5625 0,-3.5 2.3125,-3.5 0.59375,0 1.15625,0.203125 1.609375,0.640625 z m 0,0" + id="id-afb4aae0-d102-4e8a-9ab7-d4d1a94e632d" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-54121f2d-34b5-49fb-837f-af91ed05d22f" + style="overflow:visible"> + style="stroke:none" + d="M 16.65625,-0.984375 V -6.71875 c 0,-2.125 -0.921875,-2.96875 -3.015625,-2.96875 -1.46875,0 -2.609375,0.6875 -3.359375,2.046875 C 9.953125,-9.625 8.203125,-9.6875 7.328125,-9.6875 c -0.390625,0 -1.25,0 -2.1875,0.6875 C 4.5,-8.53125 4.09375,-7.875 3.953125,-7.5625 H 3.921875 V -8.59375 C 3.921875,-9.25 3.78125,-9.578125 2.9375,-9.578125 H 2.234375 c -0.75,0 -1,0.21875 -1,0.984375 v 7.609375 C 1.234375,-0.25 1.46875,0 2.234375,0 H 3.0625 C 3.84375,0 4.046875,-0.265625 4.046875,-0.984375 V -5.5625 c 0,-1.859375 1.265625,-2.640625 2.28125,-2.640625 0.984375,0 1.21875,0.4375 1.21875,1.53125 v 5.6875 C 7.546875,-0.25 7.765625,0 8.53125,0 h 0.828125 c 0.78125,0 0.984375,-0.265625 0.984375,-0.984375 V -5.5625 c 0,-1.859375 1.265625,-2.640625 2.28125,-2.640625 0.984375,0 1.21875,0.4375 1.21875,1.53125 v 5.6875 C 13.84375,-0.25 14.0625,0 14.828125,0 h 0.828125 c 0.78125,0 1,-0.265625 1,-0.984375 z m 0,0" + id="id-53dd6210-af1c-46ef-b827-7dc9a22d470e" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-0e978388-26a8-47d8-94b6-66a7a2e6503d" + style="overflow:visible"> + style="stroke:none" + d="m 9.890625,-5.375 c 0,-2.65625 -1.234375,-4.4375 -4.3125,-4.4375 -3.3125,0 -4.9375,1.859375 -4.9375,5 0,3.390625 1.96875,5.046875 5.203125,5.046875 0.78125,0 1.96875,-0.109375 3.328125,-0.796875 0.453125,-0.21875 0.59375,-0.28125 0.59375,-0.53125 0,-0.140625 -0.0625,-0.75 -0.078125,-0.90625 -0.078125,-0.640625 -0.109375,-0.671875 -0.28125,-0.671875 -0.09375,0 -0.125,0 -0.359375,0.21875 -1.21875,1.046875 -2.453125,1.1875 -3.125,1.1875 -2.328125,0 -2.578125,-1.828125 -2.640625,-3.15625 h 5.625 c 0.46875,0 0.984375,-0.015625 0.984375,-0.953125 z M 7.59375,-5.515625 H 3.3125 c 0.046875,-1.265625 0.46875,-2.8125 2.265625,-2.8125 1.65625,0 1.96875,1.203125 2.015625,2.8125 z M 8.640625,-14 c 0.09375,-0.171875 0,-0.390625 -0.21875,-0.390625 h -0.96875 c 0,0 -0.078125,0.01563 -0.125,0.03125 l -2.015625,2.09375 -2.03125,-2.09375 c -0.03125,-0.01563 -0.125,-0.03125 -0.125,-0.03125 H 2.1875 c -0.203125,0 -0.328125,0.265625 -0.21875,0.421875 l 1.984375,2.828125 c 0.03125,0.0625 0.09375,0.09375 0.171875,0.09375 h 2.296875 c 0.078125,0 0.140625,-0.03125 0.1875,-0.09375 z m 0,0" + id="id-79af8906-7c74-4b6c-87ba-7b5771abe29d" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-1e3156cb-3c04-410f-b41f-0ab9e4586a40" + style="overflow:visible"> + style="stroke:none" + d="M 10.328125,-0.984375 V -6.71875 c 0,-2.125 -0.90625,-2.96875 -3.015625,-2.96875 -2.171875,0 -3.09375,1.5625 -3.359375,2.125 H 3.921875 V -8.59375 C 3.921875,-9.25 3.78125,-9.578125 2.9375,-9.578125 H 2.234375 c -0.75,0 -1,0.21875 -1,0.984375 v 7.609375 C 1.234375,-0.25 1.46875,0 2.234375,0 H 3.0625 C 3.84375,0 4.046875,-0.265625 4.046875,-0.984375 V -5.5625 c 0,-1.796875 1.203125,-2.640625 2.28125,-2.640625 0.984375,0 1.1875,0.484375 1.1875,1.53125 v 5.6875 c 0,0.65625 0.140625,0.984375 1,0.984375 H 9.34375 c 0.78125,0 0.984375,-0.265625 0.984375,-0.984375 z m 0,0" + id="id-133ae8ff-4011-46ce-b1aa-b928a3f6253f" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-79d847de-9225-4a76-b704-519aa036ef19" + style="overflow:visible"> + style="stroke:none" + d="M 9.796875,-0.984375 V -6.53125 c 0,-3.265625 -3.140625,-3.28125 -4.171875,-3.28125 -0.984375,0 -2.015625,0.078125 -3.390625,0.65625 -0.4375,0.1875 -0.546875,0.25 -0.546875,0.484375 0,0.140625 0.125,1.34375 0.15625,1.5 0.015625,0.125 0.125,0.234375 0.265625,0.234375 0.09375,0 0.15625,-0.0625 0.21875,-0.125 C 3.21875,-8 4.25,-8.453125 5.53125,-8.453125 c 1.125,0 1.453125,0.6875 1.453125,1.90625 v 0.71875 c -0.71875,0 -6.140625,0.046875 -6.140625,3.078125 0,1.453125 1.15625,2.984375 2.984375,2.984375 0.703125,0 2.25,-0.21875 3.21875,-1.640625 v 0.421875 C 7.046875,-0.328125 7.1875,0 8.03125,0 h 0.765625 c 0.78125,0 1,-0.265625 1,-0.984375 z M 6.984375,-3.1875 c 0,1.921875 -1.96875,1.921875 -2.03125,1.921875 C 4.09375,-1.265625 3.53125,-2 3.53125,-2.78125 c 0,-2.03125 2.875,-2.171875 3.453125,-2.203125 z m 0,0" + id="id-8fd55d08-75d3-4d12-883e-cb32a2c11822" + inkscape:connector-curvature="0" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id="id-604b3b39-7d47-4447-98ff-662791d46042" + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-038b3ea0-0068-450f-af0a-94112c522cdd" + overflow="visible" + style="overflow:visible"> + id="id-35bad527-4da6-4458-9bbe-cc0dc98e0820" + d="m 14.5625,-13.78125 c 0,-0.546875 -0.515625,-0.546875 -0.8125,-0.546875 h -0.796875 c -0.4375,0 -1.03125,0 -1.359375,0.90625 l -2.796875,7.65625 -1.078125,3.1875 C 7.703125,-2.640625 7.484375,-3.359375 7.171875,-4.21875 l -3.34375,-9.234375 c -0.34375,-0.875 -0.921875,-0.875 -1.34375,-0.875 h -1.125 c -0.28125,0 -0.796875,0 -0.796875,0.546875 0,0.109375 0.015625,0.125 0.09375,0.375 L 5.28125,-0.875 C 5.59375,0 6.203125,0 6.609375,0 h 1.90625 c 0.421875,0 1,0 1.34375,-0.90625 l 4.59375,-12.5 c 0.09375,-0.25 0.109375,-0.265625 0.109375,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-d73092bc-834e-4e98-9dfe-61a62a4d7ff4" + overflow="visible" + style="overflow:visible"> + id="id-268b3325-3bba-4a7a-a1f3-3e3e74c9e1a9" + d="m 9.765625,-8.90625 c 0,-0.546875 -0.546875,-0.546875 -0.828125,-0.546875 H 8.484375 c -0.328125,0 -0.78125,0 -1.09375,0.46875 C 7.328125,-8.875 5.65625,-4.3125 5.5625,-2.9375 H 5.53125 C 5.4375,-3.953125 4.578125,-5.859375 3.703125,-7.84375 3.125,-9.15625 2.96875,-9.453125 1.9375,-9.453125 H 1.40625 c -0.296875,0 -0.8125,0 -0.8125,0.53125 0,0.078125 0.0625,0.21875 0.109375,0.328125 L 4.609375,0 C 4.4375,0.4375 4.375,0.65625 4.3125,0.875 4.0625,1.546875 3.71875,2.484375 2.609375,2.484375 1.921875,2.484375 1.453125,2.1875 1.21875,2.046875 1.109375,1.984375 1.078125,1.96875 1.015625,1.96875 0.90625,1.96875 0.75,2.03125 0.75,2.265625 c 0,0.171875 0.125,1.59375 0.171875,1.6875 0.1875,0.234375 1.3125,0.28125 1.640625,0.28125 2.5625,0 3.578125,-2.4375 3.734375,-2.9375 l 3.375,-9.78125 c 0.09375,-0.28125 0.09375,-0.3125 0.09375,-0.421875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-e7b6b6fa-7eee-4de8-be77-fc7b0ad2c73e" + overflow="visible" + style="overflow:visible"> + id="id-694f3c81-411a-4cf6-adf7-3ce4d1372a1b" + d="m 10.796875,-4.765625 c 0,-1 0,-4.921875 -3.875,-4.921875 C 5.21875,-9.6875 4.1875,-8.734375 4,-8.53125 v -4.8125 C 4,-14 3.859375,-14.328125 3.015625,-14.328125 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 V -0.984375 C 1.265625,-0.25 1.484375,0 2.25,0 h 0.828125 c 0.34375,0 0.96875,0 0.984375,-0.8125 0.953125,1.046875 2.015625,1.046875 2.34375,1.046875 4.390625,0 4.390625,-3.96875 4.390625,-5 z M 8,-4.75 c 0,1.53125 0,3.484375 -2.3125,3.484375 -0.875,0 -1.390625,-0.515625 -1.625,-0.796875 V -7.484375 C 4.34375,-7.71875 4.953125,-8.203125 5.90625,-8.203125 8,-8.203125 8,-6.296875 8,-4.75 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-87f58e88-6bb4-4ed6-ad81-41942c248b30" + overflow="visible" + style="overflow:visible"> + id="id-d8bbc9e2-8a84-43b0-a4d1-5d3412fbceda" + d="m 9.890625,-5.375 c 0,-2.65625 -1.234375,-4.4375 -4.3125,-4.4375 -3.3125,0 -4.9375,1.859375 -4.9375,5 0,3.390625 1.96875,5.046875 5.203125,5.046875 0.78125,0 1.96875,-0.109375 3.328125,-0.796875 0.453125,-0.21875 0.59375,-0.28125 0.59375,-0.53125 0,-0.140625 -0.0625,-0.75 -0.078125,-0.90625 -0.078125,-0.640625 -0.109375,-0.671875 -0.28125,-0.671875 -0.09375,0 -0.125,0 -0.359375,0.21875 -1.21875,1.046875 -2.453125,1.1875 -3.125,1.1875 -2.328125,0 -2.578125,-1.828125 -2.640625,-3.15625 h 5.625 c 0.46875,0 0.984375,-0.015625 0.984375,-0.953125 z M 7.59375,-5.515625 H 3.3125 c 0.046875,-1.265625 0.46875,-2.8125 2.265625,-2.8125 1.65625,0 1.96875,1.203125 2.015625,2.8125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-6f4de9e7-e10b-40eb-8c4b-10c170cc7e8a" + overflow="visible" + style="overflow:visible"> + id="id-9e7474fe-6088-44cd-8c4b-6630fe782335" + d="M 7.359375,-8.15625 V -9.125 c 0,-0.421875 0,-0.5625 -0.375,-0.5625 -0.578125,0 -2.09375,0.203125 -3.0625,2.4375 H 3.90625 v -1.34375 c 0,-0.65625 -0.140625,-0.984375 -1,-0.984375 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 v 7.609375 C 1.265625,-0.25 1.484375,0 2.25,0 H 3.015625 C 3.796875,0 4,-0.265625 4,-0.984375 V -4.75 C 4,-6.71875 5.640625,-7.515625 6.9375,-7.59375 7.3125,-7.625 7.359375,-7.625 7.359375,-8.15625 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-e1f50e50-9a98-4bcc-90c6-fe1cf07c1b99" + overflow="visible" + style="overflow:visible"> + id="id-4f4e85e9-d058-4684-9fe4-80f69cd907f3" + d="m 8.1875,-2.90625 c 0,-1.15625 -0.625,-1.890625 -1,-2.21875 C 6.359375,-5.859375 5.640625,-5.984375 4.765625,-6.15625 3.640625,-6.359375 2.8125,-6.53125 2.8125,-7.328125 c 0,-0.859375 0.671875,-1.015625 1.484375,-1.015625 1.390625,0 2.125,0.515625 2.671875,0.96875 0.203125,0.203125 0.234375,0.203125 0.328125,0.203125 0.203125,0 0.25,-0.1875 0.265625,-0.265625 0.03125,-0.15625 0.25,-1.328125 0.25,-1.421875 0,-0.328125 -1.09375,-0.625 -1.328125,-0.703125 C 5.65625,-9.796875 5,-9.8125 4.46875,-9.8125 c -0.9375,0 -3.703125,0 -3.703125,2.953125 0,1.015625 0.453125,1.640625 1.015625,2.125 0.71875,0.671875 1.53125,0.8125 2.703125,1.03125 0.59375,0.109375 1.65625,0.296875 1.65625,1.203125 0,0.96875 -0.8125,1.109375 -1.609375,1.109375 -0.921875,0 -2.078125,-0.265625 -3.046875,-1.421875 -0.09375,-0.09375 -0.15625,-0.15625 -0.28125,-0.15625 -0.21875,0 -0.25,0.1875 -0.28125,0.296875 -0.03125,0.296875 -0.28125,1.46875 -0.28125,1.6875 0,0.359375 1.546875,0.859375 1.546875,0.859375 1.140625,0.359375 1.984375,0.359375 2.34375,0.359375 1.046875,0 3.65625,-0.09375 3.65625,-3.140625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-ed273f3a-d8d9-4097-8317-f66431c1ab08" + overflow="visible" + style="overflow:visible"> + id="id-9d6a201f-0a7d-4ca1-81cd-7d8a65224382" + d="M 4,-0.984375 V -8.46875 C 4,-9.125 3.859375,-9.453125 3.015625,-9.453125 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 v 7.484375 C 1.265625,-0.25 1.484375,0 2.25,0 H 3.015625 C 3.796875,0 4,-0.265625 4,-0.984375 Z m 0.15625,-11.53125 v -0.390625 c 0,-0.671875 -0.15625,-1 -1,-1 H 2.109375 c -0.78125,0 -1,0.265625 -1,1 v 0.390625 c 0,0.59375 0.109375,0.984375 1,0.984375 H 3.15625 c 0.875,0 1,-0.359375 1,-0.984375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-1e263755-dbaa-43b4-ba14-4206790533cb" + overflow="visible" + style="overflow:visible"> + id="id-b7b62047-665c-4a35-b239-9f24e60191ad" + d="m 4.5,-0.5625 v -1.578125 c 0,-0.546875 -0.015625,-0.5625 -0.546875,-0.5625 h -1.59375 c -0.546875,0 -0.5625,0.015625 -0.5625,0.5625 V -0.5625 C 1.796875,-0.015625 1.8125,0 2.5,0 2.375,0.328125 2.265625,0.65625 2.140625,0.984375 2.03125,1.296875 1.8125,1.921875 1.8125,1.921875 1.8125,2.1875 2.03125,2.1875 2.359375,2.1875 h 0.25 C 3.015625,2.1875 3.03125,2.171875 3.25,1.84375 L 4.3125,0.125 C 4.5,-0.171875 4.5,-0.203125 4.5,-0.5625 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-bddfefd6-d3b5-480d-82f9-c25380ed8c09" + overflow="visible" + style="overflow:visible"> + id="id-778b76c5-0631-483c-8434-ad89dff03357" + d="m 9.4375,-1.03125 c 0,-0.234375 -0.078125,-1.171875 -0.125,-1.453125 0,-0.0625 -0.03125,-0.265625 -0.25,-0.265625 -0.078125,0 -0.125,0 -0.328125,0.203125 -0.34375,0.3125 -1.3125,1.15625 -3.015625,1.15625 -2.140625,0 -2.140625,-2.078125 -2.140625,-3.40625 0,-1.671875 0.09375,-3.40625 2.203125,-3.40625 1.34375,0 1.90625,0.328125 2.640625,0.953125 0.25,0.234375 0.296875,0.234375 0.375,0.234375 0.203125,0 0.25,-0.1875 0.265625,-0.28125 0.046875,-0.15625 0.25,-1.3125 0.25,-1.421875 0,-0.1875 -0.140625,-0.265625 -0.5,-0.4375 C 7.828125,-9.609375 7.203125,-9.8125 5.765625,-9.8125 c -3.078125,0 -5,1.453125 -5,5.0625 0,3.421875 1.78125,4.984375 4.890625,4.984375 0.5625,0 1.796875,-0.03125 3.1875,-0.734375 0.578125,-0.3125 0.59375,-0.328125 0.59375,-0.53125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-f6b329a9-37a0-44fb-bf87-341dd7d1775d" + overflow="visible" + style="overflow:visible"> + id="id-878bdb29-8ceb-4905-ad49-b4d05c07e299" + d="m 10.703125,-4.640625 c 0,-3.390625 -1.65625,-5.171875 -5.015625,-5.171875 -3.453125,0 -5.046875,1.84375 -5.046875,5.171875 0,3.359375 1.78125,4.875 5.015625,4.875 3.25,0 5.046875,-1.5 5.046875,-4.875 z m -2.8125,-0.25 c 0,1.625 0,3.5 -2.203125,3.5 -2.234375,0 -2.234375,-1.859375 -2.234375,-3.5 0,-1.59375 0,-3.4375 2.203125,-3.4375 2.234375,0 2.234375,1.828125 2.234375,3.4375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-9dc3fd34-31fa-4c18-b6d1-bac6358ecede" + overflow="visible" + style="overflow:visible"> + id="id-f034c871-50a3-474c-bcf2-b8d5947b2bc8" + d="m 7.703125,-0.96875 c 0,-0.0625 -0.046875,-0.203125 -0.15625,-0.640625 -0.109375,-0.421875 -0.15625,-0.53125 -0.34375,-0.53125 -0.09375,0 -0.125,0.015625 -0.234375,0.140625 -0.234375,0.15625 -0.796875,0.609375 -1.65625,0.609375 -0.5,0 -0.8125,-0.34375 -0.8125,-1.703125 v -4.875 h 1.84375 c 0.25,0 0.984375,0 0.984375,-0.75 0,-0.734375 -0.734375,-0.734375 -0.984375,-0.734375 H 4.5 v -1.71875 c 0,-0.671875 -0.140625,-1 -0.984375,-1 H 2.875 c -0.75,0 -1,0.234375 -1,1 v 1.71875 H 1.40625 c -0.234375,0 -1,0 -1,0.734375 0,0.75 0.75,0.75 1,0.75 H 1.8125 V -2.75 c 0,2.09375 0.75,2.984375 2.171875,2.984375 0.1875,0 1.09375,0 2.171875,-0.34375 C 6.5,-0.203125 7.703125,-0.578125 7.703125,-0.96875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-c0981dd9-b4e8-4297-bbae-a14cc5f68be4" + overflow="visible" + style="overflow:visible"> + id="id-8aa8e1be-2498-4038-bf3e-cdc305c68cc6" + d="m 9.890625,-5.375 c 0,-2.65625 -1.234375,-4.4375 -4.3125,-4.4375 -3.3125,0 -4.9375,1.859375 -4.9375,5 0,3.390625 1.96875,5.046875 5.203125,5.046875 0.78125,0 1.96875,-0.109375 3.328125,-0.796875 0.453125,-0.21875 0.59375,-0.28125 0.59375,-0.53125 0,-0.140625 -0.0625,-0.75 -0.078125,-0.90625 -0.078125,-0.640625 -0.109375,-0.671875 -0.28125,-0.671875 -0.09375,0 -0.125,0 -0.359375,0.21875 -1.21875,1.046875 -2.453125,1.1875 -3.125,1.1875 -2.328125,0 -2.578125,-1.828125 -2.640625,-3.15625 h 5.625 c 0.46875,0 0.984375,-0.015625 0.984375,-0.953125 z M 7.59375,-5.515625 H 3.3125 c 0.046875,-1.265625 0.46875,-2.8125 2.265625,-2.8125 1.65625,0 1.96875,1.203125 2.015625,2.8125 z M 8.640625,-14 c 0.09375,-0.171875 0,-0.390625 -0.21875,-0.390625 h -0.96875 c 0,0 -0.078125,0.01563 -0.125,0.03125 l -2.015625,2.09375 -2.03125,-2.09375 c -0.03125,-0.01563 -0.125,-0.03125 -0.125,-0.03125 H 2.1875 c -0.203125,0 -0.328125,0.265625 -0.21875,0.421875 l 1.984375,2.828125 c 0.03125,0.0625 0.09375,0.09375 0.171875,0.09375 h 2.296875 c 0.078125,0 0.140625,-0.03125 0.1875,-0.09375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-8cc0582e-9f7c-47d1-92aa-8f29f82951aa" + overflow="visible" + style="overflow:visible"> + id="id-1f9ec332-1398-4fa5-8488-4930bdb07e09" + d="M 9.796875,-0.984375 V -6.53125 c 0,-3.265625 -3.140625,-3.28125 -4.171875,-3.28125 -0.984375,0 -2.015625,0.078125 -3.390625,0.65625 -0.4375,0.1875 -0.546875,0.25 -0.546875,0.484375 0,0.140625 0.125,1.34375 0.15625,1.5 0.015625,0.125 0.125,0.234375 0.265625,0.234375 0.09375,0 0.15625,-0.0625 0.21875,-0.125 C 3.21875,-8 4.25,-8.453125 5.53125,-8.453125 c 1.125,0 1.453125,0.6875 1.453125,1.90625 v 0.71875 c -0.71875,0 -6.140625,0.046875 -6.140625,3.078125 0,1.453125 1.15625,2.984375 2.984375,2.984375 0.703125,0 2.25,-0.21875 3.21875,-1.640625 v 0.421875 C 7.046875,-0.328125 7.1875,0 8.03125,0 h 0.765625 c 0.78125,0 1,-0.265625 1,-0.984375 z M 6.984375,-3.1875 c 0,1.921875 -1.96875,1.921875 -2.03125,1.921875 C 4.09375,-1.265625 3.53125,-2 3.53125,-2.78125 c 0,-2.03125 2.875,-2.171875 3.453125,-2.203125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-1ba15db7-d700-4b97-aedd-9b666e823753" + overflow="visible" + style="overflow:visible"> - - - + id="id-3ef7c318-4cc1-4a46-aa1e-ea6bef52c973" + d="M 9.765625,-8.875 C 9.765625,-9.453125 9.25,-9.453125 8.9375,-9.453125 H 8.515625 c -0.875,0 -1.09375,0.296875 -1.28125,0.875 l -2.046875,6.25 -2.046875,-6.25 C 3,-9 2.84375,-9.453125 1.859375,-9.453125 h -0.5 c -0.3125,0 -0.828125,0 -0.828125,0.578125 0,0.0625 0,0.09375 0.109375,0.390625 L 3.09375,-0.875 C 3.390625,0 4.03125,0 4.40625,0 h 1.5 c 0.375,0 1.015625,0 1.296875,-0.875 l 2.46875,-7.609375 C 9.765625,-8.78125 9.765625,-8.8125 9.765625,-8.875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-fe2e9d9b-cb76-4d7e-b2d4-ee14b40e1818" + overflow="visible" + style="overflow:visible"> + id="id-5653d0b5-e120-4a77-ad96-d886d01244a1" + d="M 4,-0.984375 V -8.46875 C 4,-9.125 3.859375,-9.453125 3.015625,-9.453125 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 v 7.484375 C 1.265625,-0.25 1.484375,0 2.25,0 H 3.015625 C 3.796875,0 4,-0.265625 4,-0.984375 Z M 6.09375,-14.0625 c 0,-0.265625 -0.234375,-0.265625 -0.5625,-0.265625 h -1.6875 c -0.421875,0 -0.4375,0.01563 -0.625,0.234375 l -1.765625,2.421875 c -0.1875,0.234375 -0.1875,0.3125 -0.1875,0.3125 0,0.265625 0.21875,0.265625 0.546875,0.265625 H 2.578125 L 5.859375,-13.75 c 0.109375,-0.09375 0.234375,-0.1875 0.234375,-0.3125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - + + + + + - - + id="id-a288cb35-6f12-48f6-b107-727e2917d0ea" + d="m 14.5625,-13.78125 c 0,-0.546875 -0.515625,-0.546875 -0.8125,-0.546875 h -0.796875 c -0.4375,0 -1.03125,0 -1.359375,0.90625 l -2.796875,7.65625 -1.078125,3.1875 C 7.703125,-2.640625 7.484375,-3.359375 7.171875,-4.21875 l -3.34375,-9.234375 c -0.34375,-0.875 -0.921875,-0.875 -1.34375,-0.875 h -1.125 c -0.28125,0 -0.796875,0 -0.796875,0.546875 0,0.109375 0.015625,0.125 0.09375,0.375 L 5.28125,-0.875 C 5.59375,0 6.203125,0 6.609375,0 h 1.90625 c 0.421875,0 1,0 1.34375,-0.90625 l 4.59375,-12.5 c 0.09375,-0.25 0.109375,-0.265625 0.109375,-0.375 z m 0,0" + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + + + + - - + id="id-537c8990-ed79-43d6-84e1-c85dad4d2d24" + d="m 9.765625,-8.90625 c 0,-0.546875 -0.546875,-0.546875 -0.828125,-0.546875 H 8.484375 c -0.328125,0 -0.78125,0 -1.09375,0.46875 C 7.328125,-8.875 5.65625,-4.3125 5.5625,-2.9375 H 5.53125 C 5.4375,-3.953125 4.578125,-5.859375 3.703125,-7.84375 3.125,-9.15625 2.96875,-9.453125 1.9375,-9.453125 H 1.40625 c -0.296875,0 -0.8125,0 -0.8125,0.53125 0,0.078125 0.0625,0.21875 0.109375,0.328125 L 4.609375,0 C 4.4375,0.4375 4.375,0.65625 4.3125,0.875 4.0625,1.546875 3.71875,2.484375 2.609375,2.484375 1.921875,2.484375 1.453125,2.1875 1.21875,2.046875 1.109375,1.984375 1.078125,1.96875 1.015625,1.96875 0.90625,1.96875 0.75,2.03125 0.75,2.265625 c 0,0.171875 0.125,1.59375 0.171875,1.6875 0.1875,0.234375 1.3125,0.28125 1.640625,0.28125 2.5625,0 3.578125,-2.4375 3.734375,-2.9375 l 3.375,-9.78125 c 0.09375,-0.28125 0.09375,-0.3125 0.09375,-0.421875 z m 0,0" + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + + - + id="id-8d9d39e4-9c89-45ef-8bcd-e0931f3b3a44" + d="m 10.796875,-4.765625 c 0,-1 0,-4.921875 -3.875,-4.921875 C 5.21875,-9.6875 4.1875,-8.734375 4,-8.53125 v -4.8125 C 4,-14 3.859375,-14.328125 3.015625,-14.328125 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 V -0.984375 C 1.265625,-0.25 1.484375,0 2.25,0 h 0.828125 c 0.34375,0 0.96875,0 0.984375,-0.8125 0.953125,1.046875 2.015625,1.046875 2.34375,1.046875 4.390625,0 4.390625,-3.96875 4.390625,-5 z M 8,-4.75 c 0,1.53125 0,3.484375 -2.3125,3.484375 -0.875,0 -1.390625,-0.515625 -1.625,-0.796875 V -7.484375 C 4.34375,-7.71875 4.953125,-8.203125 5.90625,-8.203125 8,-8.203125 8,-6.296875 8,-4.75 Z m 0,0" + style="fill:#6f250f;fill-opacity:0.94117647;stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id="id-e932fef8-e705-47d8-8d0c-f9285faf7ab3" + overflow="visible" + style="overflow:visible"> + id="id-c46616c6-92ee-45ee-84b5-ccd9d44b51dd" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-1e2ad921-fa45-4a89-abca-f551172e0151" + overflow="visible" + style="overflow:visible"> + id="id-7a646f02-d52f-4425-834d-3508b42c4ee7" + d="m 15.125,-7.0625 c 0,-4.15625 -1.515625,-7.734375 -6.921875,-7.734375 -5.71875,0 -6.9375,3.953125 -6.9375,7.734375 0,3.859375 1.34375,7.515625 6.921875,7.515625 5.328125,0 6.9375,-3.28125 6.9375,-7.515625 z m -3.046875,-0.328125 c 0,1.828125 0,6.1875 -3.875,6.1875 -3.90625,0 -3.90625,-4.3125 -3.90625,-6.1875 0,-1.828125 0,-5.78125 3.890625,-5.78125 3.890625,0 3.890625,3.921875 3.890625,5.78125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-3066aa9e-8b79-40bb-b8ac-e51997aa8d4c" + overflow="visible" + style="overflow:visible"> + id="id-9519406f-d5e4-4556-a620-c235ad359828" + d="M 10.3125,-0.984375 V -13.34375 c 0,-0.65625 -0.15625,-0.984375 -1,-0.984375 H 8.546875 c -0.78125,0 -0.984375,0.265625 -0.984375,0.984375 v 4.6875 C 6.625,-9.546875 5.59375,-9.6875 4.953125,-9.6875 c -4.1875,0 -4.1875,3.96875 -4.1875,4.984375 0,0.9375 0,4.9375 4.09375,4.9375 0.859375,0 1.75,-0.25 2.640625,-1.203125 C 7.5,-0.203125 7.78125,0 8.484375,0 H 9.3125 c 0.78125,0 1,-0.265625 1,-0.984375 z M 7.5,-2.578125 c 0,0.34375 0,0.53125 -0.59375,0.953125 -0.53125,0.328125 -1,0.359375 -1.25,0.359375 -2.078125,0 -2.078125,-1.890625 -2.078125,-3.4375 0,-1.5625 0,-3.5 2.3125,-3.5 0.59375,0 1.15625,0.203125 1.609375,0.640625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-bd8cabf5-1e54-4c52-8bb1-89f2f815e604" + overflow="visible" + style="overflow:visible"> + id="id-ccf080c9-f66b-425f-94c1-e1e89006328a" + d="m 9.890625,-5.375 c 0,-2.65625 -1.234375,-4.4375 -4.3125,-4.4375 -3.3125,0 -4.9375,1.859375 -4.9375,5 0,3.390625 1.96875,5.046875 5.203125,5.046875 0.78125,0 1.96875,-0.109375 3.328125,-0.796875 0.453125,-0.21875 0.59375,-0.28125 0.59375,-0.53125 0,-0.140625 -0.0625,-0.75 -0.078125,-0.90625 -0.078125,-0.640625 -0.109375,-0.671875 -0.28125,-0.671875 -0.09375,0 -0.125,0 -0.359375,0.21875 -1.21875,1.046875 -2.453125,1.1875 -3.125,1.1875 -2.328125,0 -2.578125,-1.828125 -2.640625,-3.15625 h 5.625 c 0.46875,0 0.984375,-0.015625 0.984375,-0.953125 z M 7.59375,-5.515625 H 3.3125 c 0.046875,-1.265625 0.46875,-2.8125 2.265625,-2.8125 1.65625,0 1.96875,1.203125 2.015625,2.8125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-399e167a-28ce-43d4-b56d-090a4960726e" + overflow="visible" + style="overflow:visible"> + id="id-707cd435-5226-4ac6-83cc-6b1fdba0796f" + d="M 9.765625,-8.875 C 9.765625,-9.453125 9.25,-9.453125 8.9375,-9.453125 H 8.515625 c -0.875,0 -1.09375,0.296875 -1.28125,0.875 l -2.046875,6.25 -2.046875,-6.25 C 3,-9 2.84375,-9.453125 1.859375,-9.453125 h -0.5 c -0.3125,0 -0.828125,0 -0.828125,0.578125 0,0.0625 0,0.09375 0.109375,0.390625 L 3.09375,-0.875 C 3.390625,0 4.03125,0 4.40625,0 h 1.5 c 0.375,0 1.015625,0 1.296875,-0.875 l 2.46875,-7.609375 C 9.765625,-8.78125 9.765625,-8.8125 9.765625,-8.875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-0aafe501-7078-4d2f-a450-70148a3f6310" + overflow="visible" + style="overflow:visible"> + id="id-8defe20f-20d3-417a-942a-a5c947f29c63" + d="m 9.109375,-0.765625 c 0,-0.78125 -0.640625,-0.78125 -1.234375,-0.78125 l -3.171875,0.03125 h -0.9375 l 5.03125,-6.375 c 0.203125,-0.265625 0.25,-0.375 0.25,-0.703125 0,-0.859375 -0.640625,-0.859375 -0.984375,-0.859375 h -6.125 c -0.265625,0 -0.984375,0 -0.984375,0.78125 0,0.765625 0.65625,0.765625 1.21875,0.765625 l 3,-0.046875 h 0.75 L 0.890625,-1.5625 c -0.203125,0.265625 -0.25,0.359375 -0.25,0.6875 C 0.640625,0 1.28125,0 1.625,0 h 6.5 c 0.265625,0 0.984375,0 0.984375,-0.765625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-2b011480-4fd8-4577-8830-3bc5c4068282" + overflow="visible" + style="overflow:visible"> + id="id-43c9c4fe-2c47-4d95-998a-d8421cdc52ab" + d="m 4.625,0.65625 v -9.125 C 4.625,-9.125 4.484375,-9.453125 3.640625,-9.453125 H 2.875 c -0.78125,0 -1,0.265625 -1,0.984375 v 9.625 c 0,0.515625 0,1.34375 -1.234375,1.34375 -0.375,0 -0.84375,-0.078125 -1.296875,-0.375 -0.046875,-0.015625 -0.125,-0.078125 -0.21875,-0.078125 -0.15625,0 -0.171875,0.015625 -0.359375,0.5625 -0.09375,0.203125 -0.234375,0.59375 -0.234375,0.65625 0,0.390625 1.71875,0.96875 3.015625,0.96875 2.28125,0 3.078125,-1.53125 3.078125,-3.578125 z m 0,-13.171875 v -0.390625 c 0,-0.671875 -0.140625,-1 -0.984375,-1 h -1.0625 c -0.78125,0 -0.984375,0.265625 -0.984375,1 v 0.390625 c 0,0.59375 0.09375,0.984375 0.984375,0.984375 h 1.0625 C 4.5,-11.53125 4.625,-11.890625 4.625,-12.515625 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-db16aad3-07f2-4638-95d1-bebf91e3dfaf" + overflow="visible" + style="overflow:visible"> + id="id-aca4989a-a26e-4bf5-8369-04206f6ecfdb" + d="M 7.359375,-8.15625 V -9.125 c 0,-0.421875 0,-0.5625 -0.375,-0.5625 -0.578125,0 -2.09375,0.203125 -3.0625,2.4375 H 3.90625 v -1.34375 c 0,-0.65625 -0.140625,-0.984375 -1,-0.984375 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 v 7.609375 C 1.265625,-0.25 1.484375,0 2.25,0 H 3.015625 C 3.796875,0 4,-0.265625 4,-0.984375 V -4.75 C 4,-6.71875 5.640625,-7.515625 6.9375,-7.59375 7.3125,-7.625 7.359375,-7.625 7.359375,-8.15625 Z M 7.1875,-14 c 0.109375,-0.171875 0,-0.390625 -0.203125,-0.390625 h -0.96875 c 0,0 -0.09375,0.01563 -0.125,0.03125 l -2.03125,2.09375 -2.015625,-2.09375 c -0.046875,-0.01563 -0.125,-0.03125 -0.125,-0.03125 H 0.75 c -0.21875,0 -0.34375,0.265625 -0.234375,0.421875 L 2.5,-11.140625 c 0.046875,0.0625 0.109375,0.09375 0.1875,0.09375 h 2.296875 c 0.078125,0 0.140625,-0.03125 0.1875,-0.09375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-c312285a-bdc5-477f-87c7-fdaf277c0dde" + overflow="visible" + style="overflow:visible"> + id="id-8a1b3451-c48b-46d3-8b1d-a5a1e6d6600b" + d="m 8.1875,-2.90625 c 0,-1.15625 -0.625,-1.890625 -1,-2.21875 C 6.359375,-5.859375 5.640625,-5.984375 4.765625,-6.15625 3.640625,-6.359375 2.8125,-6.53125 2.8125,-7.328125 c 0,-0.859375 0.671875,-1.015625 1.484375,-1.015625 1.390625,0 2.125,0.515625 2.671875,0.96875 0.203125,0.203125 0.234375,0.203125 0.328125,0.203125 0.203125,0 0.25,-0.1875 0.265625,-0.265625 0.03125,-0.15625 0.25,-1.328125 0.25,-1.421875 0,-0.328125 -1.09375,-0.625 -1.328125,-0.703125 C 5.65625,-9.796875 5,-9.8125 4.46875,-9.8125 c -0.9375,0 -3.703125,0 -3.703125,2.953125 0,1.015625 0.453125,1.640625 1.015625,2.125 0.71875,0.671875 1.53125,0.8125 2.703125,1.03125 0.59375,0.109375 1.65625,0.296875 1.65625,1.203125 0,0.96875 -0.8125,1.109375 -1.609375,1.109375 -0.921875,0 -2.078125,-0.265625 -3.046875,-1.421875 -0.09375,-0.09375 -0.15625,-0.15625 -0.28125,-0.15625 -0.21875,0 -0.25,0.1875 -0.28125,0.296875 -0.03125,0.296875 -0.28125,1.46875 -0.28125,1.6875 0,0.359375 1.546875,0.859375 1.546875,0.859375 1.140625,0.359375 1.984375,0.359375 2.34375,0.359375 1.046875,0 3.65625,-0.09375 3.65625,-3.140625 z M 7.703125,-14 c 0.109375,-0.171875 0,-0.390625 -0.203125,-0.390625 H 6.53125 c 0,0 -0.09375,0.01563 -0.125,0.03125 l -2.03125,2.09375 -2.015625,-2.09375 c -0.046875,-0.01563 -0.125,-0.03125 -0.125,-0.03125 h -0.96875 c -0.21875,0 -0.34375,0.265625 -0.234375,0.421875 l 1.984375,2.828125 c 0.046875,0.0625 0.109375,0.09375 0.1875,0.09375 H 5.5 c 0.078125,0 0.140625,-0.03125 0.1875,-0.09375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-ee1bc943-f567-43e5-9fbf-97b7d77618d2" + overflow="visible" + style="overflow:visible"> + id="id-40465343-1d93-43bc-a7d0-50ba7e18589b" + d="M 10.328125,-0.984375 V -6.71875 c 0,-2.125 -0.90625,-2.96875 -3.015625,-2.96875 -2.171875,0 -3.09375,1.5625 -3.359375,2.125 H 3.921875 V -8.59375 C 3.921875,-9.25 3.78125,-9.578125 2.9375,-9.578125 H 2.234375 c -0.75,0 -1,0.21875 -1,0.984375 v 7.609375 C 1.234375,-0.25 1.46875,0 2.234375,0 H 3.0625 C 3.84375,0 4.046875,-0.265625 4.046875,-0.984375 V -5.5625 c 0,-1.796875 1.203125,-2.640625 2.28125,-2.640625 0.984375,0 1.1875,0.484375 1.1875,1.53125 v 5.6875 c 0,0.65625 0.140625,0.984375 1,0.984375 H 9.34375 c 0.78125,0 0.984375,-0.265625 0.984375,-0.984375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-7e3b75e7-bc9b-417e-8f63-f0770c92e5d6" + overflow="visible" + style="overflow:visible"> + id="id-c93075fc-6ba3-4ac9-8e86-0d4d488b889b" + d="M 4,-0.984375 V -8.46875 C 4,-9.125 3.859375,-9.453125 3.015625,-9.453125 H 2.25 c -0.734375,0 -0.984375,0.21875 -0.984375,0.984375 v 7.484375 C 1.265625,-0.25 1.484375,0 2.25,0 H 3.015625 C 3.796875,0 4,-0.265625 4,-0.984375 Z M 6.09375,-14.0625 c 0,-0.265625 -0.234375,-0.265625 -0.5625,-0.265625 h -1.6875 c -0.421875,0 -0.4375,0.01563 -0.625,0.234375 l -1.765625,2.421875 c -0.1875,0.234375 -0.1875,0.3125 -0.1875,0.3125 0,0.265625 0.21875,0.265625 0.546875,0.265625 H 2.578125 L 5.859375,-13.75 c 0.109375,-0.09375 0.234375,-0.1875 0.234375,-0.3125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - - + id="id-a45df707-f504-4654-90da-bf8c0298d69a" + overflow="visible" + style="overflow:visible"> + id="id-2aabd77d-3fc9-4ff1-a4da-f79a1a7aeb25" + d="m 5.140625,-13.90625 c 0,-0.421875 -0.09375,-0.421875 -0.5625,-0.421875 H 3 c -0.453125,0 -0.5625,0 -0.5625,0.421875 0,1.84375 0.125,3.71875 0.171875,5.5625 0,0.5 0.078125,3.984375 0.125,4.09375 0.046875,0.203125 0.171875,0.203125 0.546875,0.203125 h 1.015625 c 0.53125,0 0.5625,-0.015625 0.578125,-0.578125 L 5.015625,-9.25 c 0.03125,-1.53125 0.125,-3.125 0.125,-4.65625 z m 0,12.921875 V -1.71875 C 5.140625,-2.375 5,-2.703125 4.15625,-2.703125 H 3.421875 c -0.78125,0 -0.984375,0.265625 -0.984375,0.984375 v 0.734375 C 2.4375,-0.25 2.671875,0 3.421875,0 H 4.15625 C 4.9375,0 5.140625,-0.265625 5.140625,-0.984375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id="id-8157a8f5-ddb7-4871-9b4d-c6843af28922" + overflow="visible" + style="overflow:visible"> + id="id-4d010def-39b4-49ff-a4d6-2f443adb69b6" + d="M 1.5,-0.734375 V -9.5 h 2.984375 v 8.765625 z M 0.734375,0 h 4.5 v -10.25 h -4.5 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-3187fa06-9c66-421c-a0d2-0413e9b15e23" + overflow="visible" + style="overflow:visible"> + id="id-a554291f-0096-4367-aa7d-cbaae0131f31" + d="m 4.90625,-6.40625 c 0,-0.734375 -0.859375,-1.0625 -1.484375,-1.0625 -0.109375,0 -0.21875,0.109375 -0.21875,0.21875 0,0.109375 0.109375,0.203125 0.21875,0.203125 0.359375,0 1.0625,0.171875 1.0625,0.640625 0,0.109375 0.109375,0.21875 0.21875,0.21875 0.109375,0 0.203125,-0.109375 0.203125,-0.21875 z m 1.0625,0 c 0,0.4375 -0.171875,0.890625 -0.453125,1.203125 C 5.390625,-5.0625 5.25,-4.90625 5.109375,-4.75 4.640625,-4.203125 4.25,-3.53125 4.171875,-2.765625 H 2.65625 C 2.578125,-3.53125 2.1875,-4.203125 1.703125,-4.75 1.578125,-4.90625 1.4375,-5.0625 1.296875,-5.203125 1.03125,-5.515625 0.84375,-5.96875 0.84375,-6.40625 c 0,-1.34375 1.375,-2.125 2.578125,-2.125 1.203125,0 2.546875,0.78125 2.546875,2.125 z m 0.859375,0 c 0,-1.8125 -1.71875,-2.984375 -3.40625,-2.984375 C 1.734375,-9.390625 0,-8.21875 0,-6.40625 c 0,0.6875 0.21875,1.296875 0.6875,1.796875 0.453125,0.5 1.0625,1.21875 1.125,1.9375 C 1.609375,-2.5625 1.5,-2.359375 1.5,-2.140625 c 0,0.15625 0.046875,0.328125 0.15625,0.4375 C 1.546875,-1.609375 1.5,-1.4375 1.5,-1.28125 1.5,-1.0625 1.609375,-0.859375 1.796875,-0.734375 1.75,-0.640625 1.703125,-0.53125 1.703125,-0.4375 1.703125,0 2.0625,0.21875 2.4375,0.21875 c 0.1875,0.375 0.5625,0.625 0.984375,0.625 0.421875,0 0.796875,-0.25 0.984375,-0.625 0.375,0 0.71875,-0.21875 0.71875,-0.65625 0,-0.09375 -0.046875,-0.203125 -0.09375,-0.296875 0.1875,-0.125 0.296875,-0.328125 0.296875,-0.546875 0,-0.15625 -0.0625,-0.328125 -0.171875,-0.421875 0.109375,-0.109375 0.171875,-0.28125 0.171875,-0.4375 0,-0.21875 -0.109375,-0.421875 -0.3125,-0.53125 0.046875,-0.71875 0.65625,-1.4375 1.125,-1.9375 0.46875,-0.5 0.6875,-1.109375 0.6875,-1.796875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-e9508e70-2b59-4eb7-b212-7bcb5be3472e" + overflow="visible" + style="overflow:visible"> + id="id-4ee13070-0654-444f-9872-f0310ed7095e" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-6da60ebd-28e0-49e4-a87c-197eab51b132" + overflow="visible" + style="overflow:visible"> + id="id-8efe56b1-175e-48e8-931c-e987d99c18f5" + d="M 8.265625,-7.546875 V -7.65625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 h -6.65625 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 0.109375 c 0,0.5625 0.28125,0.5625 0.609375,0.5625 L 3.5,-7.015625 v 6.4375 C 3.5,-0.140625 3.640625,0 4.078125,0 H 4.6875 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 v -6.4375 l 2.390625,0.03125 c 0.328125,0 0.609375,0 0.609375,-0.5625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-e20ae773-f118-4af0-b801-bc36fc004d4f" + overflow="visible" + style="overflow:visible"> + id="id-a9805253-755b-4f85-8a66-a2ccb0efeaed" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 Z M 2.40625,-7.25 v -0.21875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.21875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.578125,-0.21875 0.578125,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-e15994b3-90d0-48e4-a792-737adedb00f6" + overflow="visible" + style="overflow:visible"> + id="id-866665a2-cd1d-4e11-8d46-cbc3f713537e" + d="m 6.25,-2.765625 c 0,-0.578125 0,-2.84375 -2.15625,-2.84375 -0.71875,0 -1.34375,0.296875 -1.78125,0.703125 0,-0.453125 -0.15625,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 V 1.75 c 0,0.421875 0.125,0.5625 0.5625,0.5625 H 1.78125 c 0.453125,0 0.578125,-0.15625 0.578125,-0.5625 V -0.46875 C 2.890625,0.125 3.546875,0.125 3.71875,0.125 6.25,0.125 6.25,-2.15625 6.25,-2.765625 Z m -1.625,0.03125 c 0,0.46875 0,2 -1.34375,2 -0.28125,0 -0.5,-0.09375 -0.640625,-0.203125 -0.28125,-0.203125 -0.28125,-0.25 -0.28125,-0.46875 v -2.875 c 0.125,-0.125 0.515625,-0.390625 1.03125,-0.390625 1.21875,0 1.234375,1.40625 1.234375,1.9375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-17536c7f-7830-4f7b-a125-ae75dbdd591d" + overflow="visible" + style="overflow:visible"> + id="id-219dd52d-62f7-4e8f-9d83-597bc184041f" + d="m 5.65625,-5.15625 c 0,-0.3125 -0.328125,-0.3125 -0.484375,-0.3125 H 4.90625 c -0.1875,0 -0.453125,0 -0.625,0.265625 -0.03125,0.0625 -1,2.703125 -1.0625,3.5 H 3.203125 C 3.140625,-2.28125 2.65625,-3.390625 2.140625,-4.546875 1.8125,-5.296875 1.71875,-5.46875 1.125,-5.46875 H 0.8125 c -0.171875,0 -0.46875,0 -0.46875,0.3125 0,0.046875 0.03125,0.125 0.0625,0.1875 L 2.671875,0 C 2.5625,0.25 2.53125,0.375 2.5,0.5 2.359375,0.890625 2.15625,1.4375 1.5,1.4375 1.109375,1.4375 0.84375,1.265625 0.703125,1.1875 0.640625,1.140625 0.625,1.140625 0.578125,1.140625 0.53125,1.140625 0.4375,1.171875 0.4375,1.3125 c 0,0.09375 0.0625,0.921875 0.09375,0.96875 0.109375,0.140625 0.765625,0.171875 0.953125,0.171875 1.484375,0 2.0625,-1.40625 2.15625,-1.703125 L 5.59375,-4.90625 c 0.0625,-0.15625 0.0625,-0.1875 0.0625,-0.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-55d1d151-f868-481d-8d44-ccfb80b94d36" + overflow="visible" + style="overflow:visible"> + id="id-8edfc5e9-6f2d-476e-b53c-3a776e9134c5" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-9d14adbb-fbd8-4048-af00-90f7bbc4c58e" + overflow="visible" + style="overflow:visible"> + id="id-c9f487e9-5806-4a60-91a3-c9e91807858a" + d="m 5.3125,-2.296875 c 0,-0.796875 -0.640625,-1.4375 -1.4375,-1.4375 -0.78125,0 -1.4375,0.640625 -1.4375,1.4375 0,0.78125 0.65625,1.421875 1.4375,1.421875 0.796875,0 1.4375,-0.640625 1.4375,-1.421875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-10e8a1f4-178b-4d00-8e4a-2242e648c553" + overflow="visible" + style="overflow:visible"> + id="id-c9f6c197-db28-481d-98b9-3350d9f7efca" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-8ad19104-0e1f-41e5-b930-586ef667cef0" + overflow="visible" + style="overflow:visible"> + id="id-7c6de08c-acb8-4850-bd6d-b04e6d3b523b" + d="m 5.796875,-4.90625 c 0,-1.0625 -0.984375,-2.015625 -2.359375,-2.015625 H 0.953125 V 0 H 1.84375 v -2.875 h 1.671875 c 1.234375,0 2.28125,-0.90625 2.28125,-2.03125 z M 5,-4.90625 c 0,0.796875 -0.640625,1.453125 -1.78125,1.453125 H 1.8125 v -2.90625 H 3.21875 C 4.3125,-6.359375 5,-5.75 5,-4.90625 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-91c76385-e4c1-4d9f-bb4b-e9b4ad17b43b" + overflow="visible" + style="overflow:visible"> + id="id-3c7b395a-0bc1-4781-9db4-8fc63d88dc44" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-ade4e2aa-46de-4896-a637-1aa6890d8208" + overflow="visible" + style="overflow:visible"> + id="id-5e1aa20d-1384-49ee-bbbf-e7a45a065553" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-2f0c3883-d8c4-46b7-8190-8f21475aded8" + overflow="visible" + style="overflow:visible"> + id="id-c9ee327f-b189-49d0-a1cf-94d45b41dd27" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-aac8517b-823e-48fd-9bed-5b7f09608013" + overflow="visible" + style="overflow:visible"> + id="id-586a0586-d449-4e46-90cb-7bb9a3551c58" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-6c094bc2-6d57-488f-8577-11297c7a5be6" + overflow="visible" + style="overflow:visible"> + id="id-ff22f81a-f4ff-49ce-bd0b-df7ac27e416a" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-70680f49-a1a9-40ab-958c-a4f2cd80e56e" + overflow="visible" + style="overflow:visible"> + id="id-f8d5d94f-ae20-416c-a80c-8e6f9f263530" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-5fab6086-0337-4304-9356-9216a88486d4" + overflow="visible" + style="overflow:visible"> + id="id-8cff43b9-2450-40ed-bb44-eec649d1702d" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-a2b23b0b-0df3-4924-ba34-7659140c82ef" + overflow="visible" + style="overflow:visible"> + id="id-e22cd717-9276-4981-bafe-67cf52798385" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-4c7b7671-35ad-453a-aa54-b81619c85aa1" + overflow="visible" + style="overflow:visible"> + id="id-cff881ad-57da-4bdc-973f-bfa749a14d2b" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-41cd4c96-676b-4085-991a-668525d91aae" + overflow="visible" + style="overflow:visible"> + id="id-edd81d97-a412-4284-8c46-7f14df0365d3" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-e2234906-584b-4f25-abb5-b067ea4d8383" + overflow="visible" + style="overflow:visible"> + id="id-e1efe2be-795d-4648-adca-d40e9290954f" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - - - - + - - - - + id="id-f9f5241c-65ed-4599-b54a-6e5e27f195c8" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-6ef92327-c6e6-422b-864a-b7e8b5761413" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-73b44d0e-1701-48bc-91c4-86ca150cadaf" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - - - + id="id-f2685ccd-261a-425b-b0d0-02cf5452ed01" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - - - + id="id-41a382da-6485-4ff2-88c7-84129f19e29e" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - - - + id="id-d0d379d0-eb88-4f42-a515-8cdf7cbd90be" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-6993a956-61ff-48a9-97ce-6e12077407f4" + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-fcab3540-c109-406a-8e5e-0b089235f04b" + d="M 6.15625,0 4.171875,-3.25 C 5.203125,-3.546875 5.875,-4.25 5.875,-5.0625 5.875,-6.046875 4.78125,-6.921875 3.359375,-6.921875 H 0.953125 V 0 H 1.8125 V -3.15625 H 3.390625 L 5.265625,0 Z M 5.0625,-5.0625 c 0,0.703125 -0.640625,1.296875 -1.8125,1.296875 H 1.8125 v -2.59375 H 3.25 c 1.15625,0 1.8125,0.59375 1.8125,1.296875 z M 4.78125,-8.671875 H 4.1875 L 3.21875,-7.703125 2.25,-8.671875 H 1.671875 l 1.25,1.328125 h 0.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-d317e96c-0967-422f-8f55-e7f251aa4384" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.0625,-4.1875 H 2.84375 L 1.515625,-5.25 H 2.125 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-ba20c3a2-1e27-4dc3-b573-bb5de994ce8a" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-d64f650e-21ee-4987-8612-f3242867e945" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - - - + id="id-e328ce65-a022-4f6a-a63c-32b5cbf94937" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-60f8bb2f-e184-491a-abfb-5ab7cc5328b1" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + transform="translate(111.313,69.891)" + id="g53988"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id="id-987e1133-71a9-4217-a38b-f39425148157" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + transform="translate(73.866,181.472)" + id="g54591"> + id="id-e2c57e86-d47d-42de-a261-2b155005220f" + d="M 5.71875,-2.546875 V -2.90625 H 0 v 0.359375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(84.576,181.472)" + id="g54595"> + id="id-ad568559-f2c4-4c6c-a5e7-a6598442a92d" + d="M 4.96875,-1.890625 C 4.96875,-2.53125 4.671875,-3.015625 4.453125,-3.25 3.984375,-3.75 3.65625,-3.84375 2.734375,-4.0625 2.15625,-4.203125 2,-4.25 1.6875,-4.5 1.625,-4.5625 1.34375,-4.859375 1.34375,-5.296875 c 0,-0.578125 0.546875,-1.1875 1.453125,-1.1875 0.84375,0 1.3125,0.328125 1.6875,0.640625 l 0.15625,-0.796875 c -0.546875,-0.328125 -1.109375,-0.5 -1.828125,-0.5 -1.390625,0 -2.25,0.984375 -2.25,1.96875 0,0.421875 0.140625,0.84375 0.53125,1.265625 0.421875,0.453125 0.859375,0.5625 1.453125,0.703125 0.84375,0.21875 0.9375,0.25 1.21875,0.484375 0.203125,0.171875 0.421875,0.5 0.421875,0.9375 0,0.65625 -0.546875,1.3125 -1.453125,1.3125 -0.40625,0 -1.3125,-0.09375 -2.140625,-0.8125 l -0.15625,0.8125 c 0.875,0.546875 1.671875,0.6875 2.296875,0.6875 1.328125,0 2.234375,-1 2.234375,-2.109375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(90.1112,181.472)" + id="g54598"> + id="id-c4b4d646-4114-4b0e-8b39-b0a943fa57db" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(93.7087,181.472)" + id="g54601"> + id="id-e9e808ac-d751-4ec1-8009-3bf080060427" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(98.4967,181.472)" + id="g54604"> + id="id-e073697c-0844-4d8a-8405-9e8a58b600b8" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(100.877,181.472)" + id="g54607"> + id="id-a61dee32-192f-4474-a6cc-8f15f2498d89" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - - + transform="translate(109.121,181.472)" + id="g54611"> + id="id-bdc4b625-723f-4df8-99bb-7a8c9550e531" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(114.269,181.472)" + id="g54614"> + id="id-19b1f348-ce2f-4769-aa73-0269a2f294a2" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(118.697,181.472)" + id="g54617"> + id="id-bfecf3e7-02b8-4daa-8d92-aca8df9efd9f" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(123.291,181.472)" + id="g54620"> + id="id-e7c7eec9-6a64-415d-8826-3ebe6ee7d74f" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(125.671,181.472)" + id="g54623"> + id="id-f0211037-fa02-4bca-81b0-695061c15dc2" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(129.489,181.472)" + id="g54626"> + id="id-8761b400-6833-41b9-afea-37492408a1a4" + d="m 4.140625,-5.484375 c 0,-0.671875 -0.40625,-1.546875 -1.90625,-1.546875 C 1.625,-7.03125 1.09375,-6.859375 0.5625,-6.5 l 0.21875,0.625 c 0.25,-0.21875 0.734375,-0.546875 1.453125,-0.546875 0.46875,0 1.125,0.078125 1.125,0.921875 0,0.453125 -0.21875,0.640625 -0.34375,0.765625 C 1.875,-3.765625 1.875,-2.5 1.875,-2.0625 V -1.75 h 0.671875 v -0.53125 c 0,-0.6875 0.328125,-1.421875 1.015625,-2 0.203125,-0.171875 0.578125,-0.484375 0.578125,-1.203125 z M 2.625,0 V -0.828125 H 1.796875 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(138.009,181.472)" + id="g54630"> + id="id-24e1a223-ff16-415e-b872-12ce63102e57" + d="M 6.09375,0 V -6.921875 H 5.3125 v 6.21875 H 5.296875 l -0.65625,-1.375 L 2.1875,-6.921875 H 0.953125 V 0 h 0.78125 V -6.203125 H 1.75 L 2.40625,-4.84375 4.859375,0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(145.066,181.472)" + id="g54633"> + id="id-9eb74ad6-9931-4119-9b75-df40145378e5" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(149.854,181.472)" + id="g54636"> + id="id-dd2a8da7-0efb-4e92-b677-63bab4d35297" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(155.002,181.472)" + id="g54639"> + id="id-828b430b-3dd7-40da-9229-ed4436381ccc" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(157.382,181.472)" + id="g54642"> + id="id-807ae9d5-366c-4e4c-a49b-30e66e48b1cc" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(165.026,181.472)" + id="g54646"> + id="id-a51b563d-727d-46f3-a0bc-555a7713e7a2" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(169.895,181.472)" + id="g54650"> + id="id-4ee2ab59-89ec-448e-bd0e-34b2e5ae99e7" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + + + + transform="translate(192.391,181.472)" + id="g54663"> + id="id-4bbc87ac-7120-4793-8bbb-20d5253b1f09" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(196.985,181.472)" + id="g54666"> + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + transform="translate(211.542,181.472)" + id="g54675"> + id="id-199a28b3-9e06-4c4c-9c3c-ecc53693ea15" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(216.69,181.472)" + id="g54678"> + id="id-6ecdaf16-6220-4d9a-a295-a9982a18c632" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(221.118,181.472)" + id="g54681"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(223.498,181.472)" + id="g54684"> + id="id-dd4270b4-e27a-40bd-a34b-6018ee414278" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(231.414,181.472)" + id="g54687"> + id="id-ca95b1ad-0d1d-49d2-9a48-fcba25fd0a71" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(240.377,181.472)" + id="g54691"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(243.975,181.472)" + id="g54694"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(248.403,181.472)" + id="g54697"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(256.318,181.472)" + id="g54700"> + id="id-7e5a7ff7-0c5a-4771-8820-57454643ffa4" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(261.106,181.472)" + id="g54703"> + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(264.704,181.472)" + id="g54706"> + id="id-b3ba35c6-b2e6-484d-a8cb-275b1cb10fbc" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(269.574,181.472)" + id="g54709"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(274.363,181.472)" + id="g54712"> + id="id-eaff9635-a346-435e-8387-3d4e5b113494" + d="m 1.796875,-0.015625 v -0.8125 H 0.96875 V 0 h 0.25 l -0.25,1.25 H 1.375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(280.946,181.472)" + id="g54716"> + id="id-a8cdf0f8-8b07-40ec-a660-f9a63bb0d2eb" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(284.35,181.472)" + id="g54719"> + id="id-c6be49ac-9959-4ef2-b88b-47736a4e10c8" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(289.138,181.472)" + id="g54722"> + id="id-774603c1-a0ee-4c4c-ac64-ea7f5aac4d52" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(298.101,181.472)" + id="g54726"> + id="id-1191207e-46cf-4a18-b441-cf427ccfb214" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(301.699,181.472)" + id="g54729"> + id="id-e761f870-4ae7-4167-8a33-57c4b923aecc" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(84.576,193.427)" + id="g54733"> + id="id-a9e0a524-ecd7-4cf4-a595-31417d133ab1" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(90.0026,193.427)" + id="g54737"> + id="id-3bfadeae-2790-4096-b7a9-76306e1200ff" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(94.705,193.427)" + id="g54741"> + id="id-b6826586-7626-499a-8ab0-94fb50d181db" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(98.1092,193.427)" + id="g54744"> + id="id-d1ff9dda-68ae-45fb-a0ef-7d6981688332" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(102.897,193.427)" + id="g54747"> + id="id-03f73185-f661-417c-9042-0de726a37335" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(108.045,193.427)" + id="g54750"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(110.425,193.427)" + id="g54753"> + id="id-46918f19-d4e9-487e-8744-56952f735697" + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + transform="translate(73.866,213.353)" + id="g54761"> + id="id-d0a4e101-234e-4b40-86d5-9ba2f3853ac6" + d="M 7.71875,0 V -6.921875 H 6.578125 L 5.28125,-3.53125 C 4.9375,-2.625 4.46875,-1.390625 4.359375,-0.921875 H 4.34375 c -0.046875,-0.21875 -0.171875,-0.578125 -0.3125,-1 l -1.5625,-4.125 -0.34375,-0.875 H 1 V 0 H 1.78125 V -6.1875 C 1.84375,-5.859375 2.25,-4.78125 2.5,-4.09375 l 1.484375,3.875 h 0.71875 L 6.03125,-3.6875 6.515625,-4.953125 C 6.609375,-5.25 6.875,-5.96875 6.921875,-6.1875 H 6.9375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(82.5833,213.353)" + id="g54764"> + id="id-052d1a7a-e4cf-4354-8a7e-9eb1fbfd7763" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(87.7309,213.353)" + id="g54767"> + id="id-24d296c8-bf80-4849-8035-11bc87a70715" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(92.0617,213.353)" + id="g54770"> + id="id-43885d90-3383-4d23-904b-13dbfd67dc4b" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(100.527,213.353)" + id="g54774"> + id="id-bf82684d-f4ce-4faa-bf75-ff3be51fa124" + d="m 4.828125,-3.90625 -0.109375,-0.625 c -0.6875,0 -1.265625,0.1875 -1.5625,0.3125 -0.21875,-0.171875 -0.546875,-0.3125 -0.953125,-0.3125 -0.859375,0 -1.578125,0.71875 -1.578125,1.625 0,0.359375 0.125,0.71875 0.328125,0.984375 C 0.65625,-1.515625 0.65625,-1.125 0.65625,-1.078125 0.65625,-0.8125 0.75,-0.53125 0.921875,-0.3125 0.40625,-0.015625 0.28125,0.453125 0.28125,0.703125 c 0,0.75 0.984375,1.34375 2.203125,1.34375 1.21875,0 2.203125,-0.578125 2.203125,-1.34375 C 4.6875,-0.6875 3.03125,-0.6875 2.640625,-0.6875 h -0.875 c -0.125,0 -0.578125,0 -0.578125,-0.53125 0,-0.109375 0.03125,-0.265625 0.109375,-0.359375 0.203125,0.15625 0.53125,0.296875 0.90625,0.296875 0.890625,0 1.59375,-0.75 1.59375,-1.625 0,-0.484375 -0.21875,-0.859375 -0.328125,-1 l 0.046875,0.015625 C 3.734375,-3.890625 4,-3.9375 4.25,-3.9375 c 0.171875,0 0.578125,0.03125 0.578125,0.03125 z m -1.734375,1 c 0,0.765625 -0.46875,1.046875 -0.890625,1.046875 -0.375,0 -0.890625,-0.21875 -0.890625,-1.046875 0,-0.828125 0.515625,-1.0625 0.890625,-1.0625 0.421875,0 0.890625,0.28125 0.890625,1.0625 z M 4,0.71875 c 0,0.4375 -0.6875,0.765625 -1.5,0.765625 -0.8125,0 -1.515625,-0.3125 -1.515625,-0.78125 0,-0.03125 0,-0.671875 0.765625,-0.671875 H 2.65625 C 2.875,0.03125 4,0.03125 4,0.71875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(105.508,213.353)" + id="g54777"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(110.768,213.353)" + id="g54781"> + id="id-8516d0b5-79db-4465-92b8-ec36b6a7dcde" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(115.75,213.353)" + id="g54784"> + id="id-c19e994c-0820-4563-af97-8736af3b2d92" + d="m 4.828125,-3.90625 -0.109375,-0.625 c -0.6875,0 -1.265625,0.1875 -1.5625,0.3125 -0.21875,-0.171875 -0.546875,-0.3125 -0.953125,-0.3125 -0.859375,0 -1.578125,0.71875 -1.578125,1.625 0,0.359375 0.125,0.71875 0.328125,0.984375 C 0.65625,-1.515625 0.65625,-1.125 0.65625,-1.078125 0.65625,-0.8125 0.75,-0.53125 0.921875,-0.3125 0.40625,-0.015625 0.28125,0.453125 0.28125,0.703125 c 0,0.75 0.984375,1.34375 2.203125,1.34375 1.21875,0 2.203125,-0.578125 2.203125,-1.34375 C 4.6875,-0.6875 3.03125,-0.6875 2.640625,-0.6875 h -0.875 c -0.125,0 -0.578125,0 -0.578125,-0.53125 0,-0.109375 0.03125,-0.265625 0.109375,-0.359375 0.203125,0.15625 0.53125,0.296875 0.90625,0.296875 0.890625,0 1.59375,-0.75 1.59375,-1.625 0,-0.484375 -0.21875,-0.859375 -0.328125,-1 l 0.046875,0.015625 C 3.734375,-3.890625 4,-3.9375 4.25,-3.9375 c 0.171875,0 0.578125,0.03125 0.578125,0.03125 z m -1.734375,1 c 0,0.765625 -0.46875,1.046875 -0.890625,1.046875 -0.375,0 -0.890625,-0.21875 -0.890625,-1.046875 0,-0.828125 0.515625,-1.0625 0.890625,-1.0625 0.421875,0 0.890625,0.28125 0.890625,1.0625 z M 4,0.71875 c 0,0.4375 -0.6875,0.765625 -1.5,0.765625 -0.8125,0 -1.515625,-0.3125 -1.515625,-0.78125 0,-0.03125 0,-0.671875 0.765625,-0.671875 H 2.65625 C 2.875,0.03125 4,0.03125 4,0.71875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(120.731,213.353)" + id="g54787"> + id="id-fc101dff-1d91-41ec-a9ef-92bd2b234bc3" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(123.111,213.353)" + id="g54790"> + id="id-6cdf9c34-1400-4f95-971b-ce1f0b9cc8d6" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(125.491,213.353)" + id="g54793"> + id="id-2bd184e3-eae9-4227-8b5e-7b729e9518d5" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(129.089,213.353)" + id="g54796"> + id="id-c0128077-4fc2-4468-99a9-70c572d2758f" + d="m 4.140625,-5.484375 c 0,-0.671875 -0.40625,-1.546875 -1.90625,-1.546875 C 1.625,-7.03125 1.09375,-6.859375 0.5625,-6.5 l 0.21875,0.625 c 0.25,-0.21875 0.734375,-0.546875 1.453125,-0.546875 0.46875,0 1.125,0.078125 1.125,0.921875 0,0.453125 -0.21875,0.640625 -0.34375,0.765625 C 1.875,-3.765625 1.875,-2.5 1.875,-2.0625 V -1.75 h 0.671875 v -0.53125 c 0,-0.6875 0.328125,-1.421875 1.015625,-2 0.203125,-0.171875 0.578125,-0.484375 0.578125,-1.203125 z M 2.625,0 V -0.828125 H 1.796875 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(73.866,233.278)" + id="g54800"> + id="id-337d30e2-a44f-4e8b-9f91-5c43b798163c" + d="M 5.71875,-2.546875 V -2.90625 H 0 v 0.359375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(84.576,233.278)" + id="g54804"> + id="id-90d3dee2-d960-4961-a71e-610c6b514320" + d="M 6.359375,0 3.765625,-6.921875 H 2.875 L 0.28125,0 H 1.015625 L 1.78125,-2.03125 H 4.6875 L 5.4375,0 Z M 4.46875,-2.59375 H 2 c 0.5,-1.421875 0.140625,-0.375 0.640625,-1.796875 0.203125,-0.59375 0.515625,-1.4375 0.59375,-1.8125 0.03125,0.140625 0.09375,0.390625 0.328125,1.046875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(91.2181,233.278)" + id="g54807"> + id="id-50b61e67-4074-4a38-a9ab-a790ee5fd90d" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(96.3657,233.278)" + id="g54810"> + id="id-2ede1e36-15ee-41bd-9436-e2a35d48f0d7" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(101.347,233.278)" + id="g54813"> + id="id-537ec821-752c-430f-801e-47fb2d217fc4" + d="M 2,-6.921875 H 1.171875 l 0.078125,4.75 V -1.75 H 1.921875 V -2.171875 Z M 2,0 V -0.828125 H 1.171875 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(107.24,233.278)" + id="g54817"> + id="id-007ad50f-341f-4847-b3ba-e5d2367cc668" + d="m 5.796875,-4.90625 c 0,-1.0625 -0.984375,-2.015625 -2.359375,-2.015625 H 0.953125 V 0 H 1.84375 v -2.875 h 1.671875 c 1.234375,0 2.28125,-0.90625 2.28125,-2.03125 z M 5,-4.90625 c 0,0.796875 -0.640625,1.453125 -1.78125,1.453125 H 1.8125 v -2.90625 H 3.21875 C 4.3125,-6.359375 5,-5.75 5,-4.90625 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(113.326,233.278)" + id="g54821"> + id="id-eb988d9e-dc2a-497c-a542-68e7d72bf5b0" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(118.307,233.278)" + id="g54824"> + id="id-aa6d7307-2984-4074-8145-a2ff4d88d6d7" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(123.178,233.278)" + id="g54827"> + id="id-1cf27fe7-68f3-4e40-bd36-be667d131840" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + transform="translate(136.183,233.278)" + id="g54834"> + id="id-d46d1692-5a22-45bf-8a4e-dce4c773a7ee" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(140.777,233.278)" + id="g54837"> + id="id-642c4315-6b54-4746-bf34-552127692d68" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + + + transform="translate(156.964,233.278)" + id="g54847"> + id="id-4057136c-fa79-48c2-91f3-7e0e7e94d749" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(162.112,233.278)" + id="g54850"> + id="id-d0f58803-e584-45d6-8824-ec383da9ae93" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(166.54,233.278)" + id="g54853"> + id="id-ad85e7d4-ff0d-418b-b7a9-9a2580e8fd6c" + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(171.688,233.278)" + id="g54856"> + id="id-bc108731-8714-4730-b7f7-44cf22fd1203" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(176.836,233.278)" + id="g54859"> + id="id-18170411-0f3c-4e76-97b6-6cb5abcab40f" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(181.983,233.278)" + id="g54862"> + id="id-b40f677e-9603-487f-9705-495cc7f46199" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(189.122,233.278)" + id="g54866"> + id="id-103fe270-1c2b-4ed6-9399-77060cac10cc" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(194.269,233.278)" + id="g54869"> + id="id-dabb6ad5-97ba-45e1-9ad1-42e60ade1f77" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(198.863,233.278)" + id="g54872"> + id="id-8eb1ef46-5cdc-4747-8d45-0ba2a0dde002" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(203.291,233.278)" + id="g54875"> + + + + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(212.867,233.278)" + id="g54881"> + id="id-3f71b3e3-ff45-48b4-80d7-e687dab3efd7" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + transform="translate(225.706,233.278)" + id="g54888"> + id="id-718caf81-5edb-48f6-8b64-1b93b32eed06" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(228.363,233.278)" + id="g54891"> + id="id-c381d62f-89d0-4741-8409-762a64092c4a" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(230.743,233.278)" + id="g54894"> + id="id-cd8bfc69-7bc1-4b5a-a099-4fd701fb34ea" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(235.891,233.278)" + id="g54897"> + id="id-9cf25097-1791-4052-a929-0491556262eb" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + transform="translate(251.027,233.278)" + id="g54907"> + id="id-4b26ba26-e52b-40b4-9cd0-4900e1a3e899" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(256.175,233.278)" + id="g54910"> + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(260.603,233.278)" + id="g54913"> + id="id-e1aacf60-efdb-47b0-b0bf-f273e63c97d9" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(265.751,233.278)" + id="g54916"> + id="id-5e0aabc7-9391-43e4-b0ee-4ce9a72c0c2e" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(268.131,233.278)" + id="g54919"> + id="id-7a9414ec-15cc-43b9-960c-553cb4060fea" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(272.559,233.278)" + id="g54922"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(277.707,233.278)" + id="g54925"> + id="id-c92a32b8-7100-451d-867a-f0177333201b" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(282.135,233.278)" + id="g54928"> + id="id-cd6eb2ac-3092-4e9d-be3c-7c2af812cbea" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(287.502,233.278)" + id="g54932"> + id="id-ce0cfaa4-95c1-4324-8b02-65dc3bc31905" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(292.371,233.278)" + id="g54936"> + id="id-d30d55cc-9f74-4954-8558-afa6e3b217ec" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(295.775,233.278)" + id="g54939"> + id="id-4a9f944e-ffef-4af5-9663-4d157dc44882" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(300.756,233.278)" + id="g54942"> + id="id-3e05189e-bc44-4851-b7d1-da5cb260f41c" + d="M 2.75,-1.921875 V -2.5 H 0.109375 v 0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(84.576,245.233)" + id="g54946"> + id="id-b690bbdf-b7c4-4539-9696-fd54aaebba12" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(88.3947,245.233)" + id="g54949"> + id="id-fa02d320-cc63-4cea-ae0e-88907337bd33" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(90.7747,245.233)" + id="g54952"> + id="id-b38c92a4-72d8-4013-8eeb-9a000ba39a05" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(102.655,245.233)" + id="g54956"> + id="id-97b4ff8a-23fb-4b5a-a971-b68e14065505" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(107.524,245.233)" + id="g54960"> + id="id-9561f807-cf62-4dc5-a58e-b1400d628c76" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(110.928,245.233)" + id="g54963"> + id="id-f83988c2-82d4-4ac2-85d5-3ba8fdd7c168" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(113.308,245.233)" + id="g54966"> + id="id-6d4dc7e5-a67a-4eee-b55b-67eab2330e61" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(121.223,245.233)" + id="g54969"> + id="id-d4d191db-1f9b-4283-b77a-a37250d04818" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(130.16,245.233)" + id="g54973"> + id="id-f7d768d1-839b-4ad6-9cb5-f795268c5fe3" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(133.564,245.233)" + id="g54976"> + id="id-20391b76-8181-4619-a6b4-1af6f313021e" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(137.992,245.233)" + id="g54979"> + id="id-441fd77e-bf04-4e68-a346-a9b83d5505f9" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(141.811,245.233)" + id="g54982"> + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + transform="translate(157.732,245.233)" + id="g54992"> + id="id-d5606897-95ab-4999-aa66-d25b36cc8c51" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(162.063,245.233)" + id="g54995"> + id="id-fb420b58-4883-424c-92cf-f63c12e0788a" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(166.851,245.233)" + id="g54998"> + id="id-5993441e-a47a-452d-9e0c-a6e9be698d35" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(171.999,245.233)" + id="g55001"> + id="id-cc3e0998-7177-483a-8118-f3b27943fbaf" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(176.787,245.233)" + id="g55004"> + id="id-496f7cb3-748f-4934-8e35-dba61c2da831" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(181.935,245.233)" + id="g55007"> + id="id-e1e32984-9257-40b0-a068-aa0a9d0cf953" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m -0.75,-2.5 H 2.9375 L 1.609375,-5.25 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(186.528,245.233)" + id="g55010"> + id="id-55b8a2ea-6bd7-4bdc-938f-c645f87c1b60" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(190.957,245.233)" + id="g55013"> + id="id-e381c59a-e08a-481f-8335-c5b68dfe20ae" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(200.059,245.233)" + id="g55017"> + id="id-f05a6a08-aae2-4df5-9822-bde5a3f6d780" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.984375,-6.921875 H 3.203125 L 1.875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(205.207,245.233)" + id="g55020"> + id="id-b64fa177-7aeb-43a9-96c6-2f0233d20e1b" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(207.587,245.233)" + id="g55023"> + id="id-d1fcb2a9-d6e1-40be-85c8-966d4b329abc" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(212.569,245.233)" + id="g55026"> + id="id-bb1c7840-1c16-483d-8aae-4d4dae588c26" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(217.716,245.233)" + id="g55029"> + id="id-b00473ef-ee46-40b1-a2f6-3087427f4f1a" + d="m 1.796875,-0.015625 v -0.8125 H 0.96875 V 0 h 0.25 l -0.25,1.25 H 1.375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(224.449,245.233)" + id="g55033"> + id="id-72498925-64b5-4f02-ac40-a4369840d6f3" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(232.364,245.233)" + id="g55036"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(237.345,245.233)" + id="g55039"> + id="id-c57a6b5e-3cc7-4e27-aa1e-7f735a7362c6" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(242.493,245.233)" + id="g55042"> + + + + + + + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(253.536,245.233)" + id="g55051"> + id="id-923f9462-fb0e-445b-935b-aa46c3b22188" + d="m 3.078125,-2.5 c 0,-3.21875 -1.4375,-4.53125 -1.90625,-4.984375 H 0.5625 C 1.03125,-7 2.296875,-5.71875 2.296875,-2.5 c 0,0.5625 -0.03125,1.734375 -0.4375,2.90625 C 1.453125,1.5625 0.890625,2.15625 0.5625,2.5 h 0.609375 c 0.3125,-0.3125 0.984375,-0.921875 1.4375,-2.140625 0.40625,-1.0625 0.46875,-2.125 0.46875,-2.859375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(261.365,245.233)" + id="g55055"> + id="id-fdb59f03-d588-420a-a0fc-6771129da8e7" + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(266.244,245.233)" + id="g55059"> + id="id-aac20f3a-5886-40b1-9daf-9f340c8b25a9" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(274.793,245.233)" + id="g55063"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(278.612,245.233)" + id="g55066"> + id="id-bcb6b9e0-1ad4-4f18-8e98-20d0ec0d6b13" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(283.04,245.233)" + id="g55069"> + id="id-78aaca1e-b9ef-4596-8b52-166c3a44804f" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(290.824,245.233)" + id="g55073"> - - - - - - + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(294.421,245.233)" + id="g55076"> + id="id-d86a82ec-b4e4-42c8-9f9a-0f41e6f2e408" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(299.209,245.233)" + id="g55079"> + id="id-b87d8398-a7fb-4247-b161-3572cbb45f14" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - - + transform="translate(84.576,257.188)" + id="g55083"> + id="id-206c2be9-db8e-405a-bd88-ea41c9db65e5" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(89.8363,257.188)" + id="g55087"> + id="id-7ab08e3d-1ad6-4eb4-81d5-8b9e4032120b" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(94.2646,257.188)" + id="g55090"> + id="id-a4787819-9ac2-4950-bd54-c028315db084" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(99.4123,257.188)" + id="g55093"> + id="id-54784ef3-9a82-4836-8502-0a362fad3f2b" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(104.56,257.188)" + id="g55096"> + id="id-61de76f6-eed7-48ab-a19d-4b37ca2022ad" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(109.708,257.188)" + id="g55099"> + id="id-3533cf58-f972-46ae-82e4-32960c00864d" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(112.088,257.188)" + id="g55102"> + id="id-b6680a42-730d-44d8-ac52-2e9a19c37fd5" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - - + transform="translate(119.003,257.188)" + id="g55106"> + id="id-cd592d95-ff45-440d-b347-4708f6ccc662" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(127.302,257.188)" + id="g55110"> + id="id-698871ca-aeee-4150-97e9-c95fb33a4c71" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(130.706,257.188)" + id="g55113"> + id="id-1695534b-c7d3-42d3-80e5-a73688ef4f03" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(135.494,257.188)" + id="g55116"> + id="id-a2ff9658-b03a-4692-af16-d0830a0e0962" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(140.642,257.188)" + id="g55119"> + id="id-5a4cbebf-c156-43d5-ac75-f9725998ac1e" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(145.623,257.188)" + id="g55122"> + id="id-8d11e54d-e8d8-48c4-8b50-c23214f83936" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(149.441,257.188)" + id="g55125"> + style="stroke:none" + inkscape:connector-curvature="0" /> - - - + transform="translate(156.367,257.188)" + id="g55129"> + id="id-edba5ed0-718f-48d5-8a02-bdeb2feaf672" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(164.015,257.188)" + id="g55133"> + id="id-b8fb08c5-f202-4983-aa8c-5aaa7735d0e1" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(168.996,257.188)" + id="g55136"> + id="id-f4f3f942-d8b2-4785-864e-f60df6236aa0" + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(174.144,257.188)" + id="g55139"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(176.801,257.188)" + id="g55142"> + id="id-abd6547b-cb1a-4d7f-9d5f-5e9e1aaec45e" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(181.229,257.188)" + id="g55145"> + id="id-a4e48b55-dda2-4af3-b5bb-50f7c83ecbd0" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(185.823,257.188)" + id="g55148"> + id="id-28356791-3781-491b-8907-eeea4b5c795d" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(190.804,257.188)" + id="g55151"> + id="id-6479bb84-41c9-4079-9eaa-71aaf1873fa0" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(195.398,257.188)" + id="g55154"> + id="id-88e250bf-f1fe-4cbe-923e-3971b170d28f" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(200.186,257.188)" + id="g55157"> + id="id-17e30654-e1a7-4687-818f-a0131f957cdb" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(205.334,257.188)" + id="g55160"> + id="id-eb8966aa-0261-4171-8cb4-1d01219b8f26" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(207.714,257.188)" + id="g55163"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(61.136,277.113)" + id="g55167"> + id="id-8ad30945-7ef4-4969-a74e-90f6e4249c22" + d="m 5.3125,-2.296875 c 0,-0.796875 -0.640625,-1.4375 -1.4375,-1.4375 -0.78125,0 -1.4375,0.640625 -1.4375,1.4375 0,0.78125 0.65625,1.421875 1.4375,1.421875 0.796875,0 1.4375,-0.640625 1.4375,-1.421875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(73.866,277.113)" + id="g55171"> - - - - - - - - - + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(82.7188,277.113)" + id="g55175"> + id="id-dbc57f8c-4c53-4828-a0e3-ccec1ad3eaab" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(87.979,277.113)" + id="g55179"> + id="id-b30f1966-9025-4784-9e98-92ab2c76afb6" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(93.1267,277.113)" + id="g55182"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(97.5551,277.113)" + id="g55185"> - - - - - - + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(102.149,277.113)" + id="g55188"> + id="id-cff059d0-0fe7-4278-ae0d-eef0d1a639a0" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(106.48,277.113)" + id="g55191"> + id="id-d6f76271-e4e9-4968-a7e2-a5f7b74ee7b1" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(111.627,277.113)" + id="g55194"> + id="id-082fcbce-0b8e-47d1-bb3a-c57ddfdb0cee" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(116.415,277.113)" + id="g55197"> + id="id-e1b36b83-24d4-42d1-a988-7c1c7d652bc1" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(121.563,277.113)" + id="g55200"> + id="id-8a1b91ec-1c52-4eff-985c-5554d7f6140c" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(123.943,277.113)" + id="g55203"> + id="id-99415dbb-6897-4294-9da3-c18b947fb491" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(135.176,277.113)" + id="g55207"> + id="id-ec179d29-58f8-40e4-87c5-160af7d18e9e" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(140.324,277.113)" + id="g55210"> + id="id-a2200b0a-3cc4-41fd-a483-a2a698f1890e" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(144.752,277.113)" + id="g55213"> + id="id-4314abce-15c7-41f2-923d-95e2e5fa1361" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(149.733,277.113)" + id="g55216"> + id="id-654e0d9a-4f82-4dac-b580-20b156741415" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(153.331,277.113)" + id="g55219"> + id="id-2f463a16-af9e-4275-9171-4280f98ed1e5" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(158.119,277.113)" + id="g55222"> + id="id-c8fae146-a605-45d3-8aca-861dc3e4234f" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(160.499,277.113)" + id="g55225"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(164.927,277.113)" + id="g55228"> + id="id-cb823763-ed3a-4bb6-9de2-ddd805107269" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(73.866,297.039)" + id="g55232"> + id="id-b68f3a31-8e63-46e2-8bc7-a62352a8fff0" + d="M 5.71875,-2.546875 V -2.90625 H 0 v 0.359375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(84.576,297.039)" + id="g55236"> + id="id-d030002d-6a32-4e74-a928-7cc50ee8ffb1" + d="M 4.96875,-1.890625 C 4.96875,-2.53125 4.671875,-3.015625 4.453125,-3.25 3.984375,-3.75 3.65625,-3.84375 2.734375,-4.0625 2.15625,-4.203125 2,-4.25 1.6875,-4.5 1.625,-4.5625 1.34375,-4.859375 1.34375,-5.296875 c 0,-0.578125 0.546875,-1.1875 1.453125,-1.1875 0.84375,0 1.3125,0.328125 1.6875,0.640625 l 0.15625,-0.796875 c -0.546875,-0.328125 -1.109375,-0.5 -1.828125,-0.5 -1.390625,0 -2.25,0.984375 -2.25,1.96875 0,0.421875 0.140625,0.84375 0.53125,1.265625 0.421875,0.453125 0.859375,0.5625 1.453125,0.703125 0.84375,0.21875 0.9375,0.25 1.21875,0.484375 0.203125,0.171875 0.421875,0.5 0.421875,0.9375 0,0.65625 -0.546875,1.3125 -1.453125,1.3125 -0.40625,0 -1.3125,-0.09375 -2.140625,-0.8125 l -0.15625,0.8125 c 0.875,0.546875 1.671875,0.6875 2.296875,0.6875 1.328125,0 2.234375,-1 2.234375,-2.109375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(90.1112,297.039)" + id="g55239"> + id="id-196ed8b1-e8dd-4674-baa1-789c128ed63d" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(93.7087,297.039)" + id="g55242"> + id="id-ca4e6dfb-bf25-468a-a5e7-ac088c3cacaf" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(96.0888,297.039)" + id="g55245"> + id="id-47b172ff-419f-4ab0-bc31-dd3439dd9d2e" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(101.236,297.039)" + id="g55248"> + id="id-be31e4b2-0965-4efc-bddd-5032227a03ca" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(106.384,297.039)" + id="g55251"> + id="id-7c31e4a4-1a9f-4d66-9e53-e3d80c6cba3c" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(110.813,297.039)" + id="g55254"> + id="id-51b4dd23-6ae4-4b0d-9f29-413832bbaf13" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(118.728,297.039)" + id="g55257"> + id="id-59bec95b-e559-4758-b26a-a9196d705876" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(123.156,297.039)" + id="g55260"> + id="id-79fc800f-891e-4716-9ef7-c26552eb298a" + d="M 2.75,-1.921875 V -2.5 H 0.109375 v 0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(126.477,297.039)" + id="g55263"> + id="id-8f75c3a5-45e4-42c6-9456-0d01ec53854f" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(128.857,297.039)" + id="g55266"> + id="id-2586b4fb-49e5-481a-b41c-ac76ebd4e871" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(133.927,297.039)" + id="g55270"> + id="id-d172fc06-f2ca-496e-8f91-f775949b5597" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(137.524,297.039)" + id="g55273"> + id="id-9bbd3fe3-229e-4004-bf30-730568d158a6" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(142.604,297.039)" + id="g55277"> + id="id-1a54f084-01e2-4afe-b99e-9de6b9618eff" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(146.008,297.039)" + id="g55280"> + id="id-d5cf118d-d4e3-447e-b6e0-63ba531dff26" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(150.437,297.039)" + id="g55283"> + id="id-b21a602e-860c-4f5c-b649-7782fc2cd8e2" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(154.255,297.039)" + id="g55286"> + id="id-98f8fe32-13d7-4bc4-8f98-26afa027fb3a" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(158.684,297.039)" + id="g55289"> + id="id-7367ac45-e92b-4d13-bd1c-b7b47714e854" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(163.831,297.039)" + id="g55292"> + id="id-9ec05f06-c6ee-4ac4-a6cd-4ebbe2e95054" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(168.911,297.039)" + id="g55296"> + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + transform="translate(178.761,297.039)" + id="g55303"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(182.166,297.039)" + id="g55306"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(186.954,297.039)" + id="g55309"> + id="id-dd03342a-7abd-461b-a9aa-1ae01c8382b5" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(191.547,297.039)" + id="g55312"> + id="id-4d7f5d6a-37b3-49f6-abe5-27daf59fefe0" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(193.927,297.039)" + id="g55315"> + id="id-0d9ded4d-e4bb-4c38-9986-2beacd110111" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(200.225,297.039)" + id="g55319"> + id="id-eb3d7e13-6ded-4e4d-a2cd-ee33c5c57bc7" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - - + transform="translate(205.094,297.039)" + id="g55323"> + id="id-395c995f-b33a-4dcf-aacf-1a6dc77369fb" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(208.498,297.039)" + id="g55326"> + id="id-51b045d8-c8ec-41e2-89f3-6bf8323a50df" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(212.926,297.039)" + id="g55329"> + id="id-975ef532-8d72-4acb-801e-bf81baa39fab" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(220.764,297.039)" + id="g55333"> + id="id-f5f7e657-aca0-47a3-b928-3b2ef7ff937b" + d="m 4.234375,0 v -0.578125 h -1.25 v -6.1875 H 2.78125 C 2.1875,-6.15625 1.359375,-6.125 0.890625,-6.09375 v 0.578125 C 1.21875,-5.53125 1.6875,-5.546875 2.1875,-5.765625 v 5.1875 H 0.953125 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(225.745,297.039)" + id="g55336"> + id="id-96779b30-15c4-4529-b19e-52fac8d3bbad" + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - - + transform="translate(231.213,297.039)" + id="g55340"> + id="id-9fb29117-7e72-4392-b958-92abcba55c7d" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(236.36,297.039)" + id="g55343"> + id="id-177842da-1c06-4ba9-9cad-980f85951908" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(240.789,297.039)" + id="g55346"> + id="id-860ef1de-3a62-421a-81d2-94746192a4c2" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(245.577,297.039)" + id="g55349"> + id="id-bdfa4b89-97f6-4cbe-bf1c-0a4c909c2f8b" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(250.724,297.039)" + id="g55352"> + id="id-5f5e1f0f-2702-489a-8169-a4f1a34a49c8" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(253.104,297.039)" + id="g55355"> + id="id-7bb49abe-2745-4294-bdac-4471732b7986" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(255.484,297.039)" + id="g55358"> + id="id-e8171b09-530b-4152-8d82-ece866b28361" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(260.632,297.039)" + id="g55361"> + id="id-d7ea5d01-06be-4079-8c91-34598eb43223" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(265.06,297.039)" + id="g55364"> + id="id-7688fb71-64ff-4c47-81f6-9af8ef5aa136" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(272.976,297.039)" + id="g55367"> + id="id-39972f5c-5517-4a9c-8e5a-967a5fea8f00" + d="m 1.796875,-0.015625 v -0.8125 H 0.96875 V 0 h 0.25 l -0.25,1.25 H 1.375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(278.433,297.039)" + id="g55371"> + id="id-b3a259b9-1af4-4998-9441-b9a6b03911eb" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(286.349,297.039)" + id="g55374"> + id="id-25f9b231-af13-462d-a091-fabf440bdaf1" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(291.496,297.039)" + id="g55377"> + id="id-95d73bd7-9a3c-4d84-8089-e8e23c14d93f" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(295.827,297.039)" + id="g55380"> + id="id-f1f07b35-fc22-45d4-b3ae-4de79601ca0b" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(300.255,297.039)" + id="g55383"> + id="id-84724760-1d07-4879-9098-ebbeb2ff6d83" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(84.576,308.994)" + id="g55387"> + id="id-0981f3ca-f91d-4026-961b-32eed1c2db45" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(88.3947,308.994)" + id="g55390"> + id="id-eeb194c5-7880-4c74-a633-fb6ce92da493" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(94.0923,308.994)" + id="g55394"> + id="id-59864e03-00b5-44e8-a4b0-d73706f88a35" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(96.7493,308.994)" + id="g55397"> + id="id-805a6fe2-b4ae-4f12-a666-2ef21d9f336d" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + transform="translate(107.162,308.994)" + id="g55404"> + id="id-51e90833-616e-42f2-8d24-1ddc806f534c" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(109.819,308.994)" + id="g55407"> - - - + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(114.248,308.994)" + id="g55410"> + id="id-53241141-394c-4daf-b60d-e0d1300cbdea" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(118.066,308.994)" + id="g55413"> + id="id-bffcf1fa-3382-40c7-98fc-c8af9431bf3d" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(121.664,308.994)" + id="g55416"> + id="id-98dfdfdf-c61b-4b81-9b1c-36d5512dc78f" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.203125,-4.21875 H 3.171875 L 2.21875,-5.71875 1.25,-6.953125 H 0.671875 l 1.234375,1.71875 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(129.41,308.994)" + id="g55420"> + id="id-cf9e2cab-a103-4384-81ff-b889179f77cd" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(133.74,308.994)" + id="g55423"> + id="id-dc50c90d-0919-45c1-ba94-7c8cc1f10579" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(136.12,308.994)" + id="g55426"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(140.549,308.994)" + id="g55429"> + id="id-6327a679-a2cc-4662-8dcc-29b6636362d1" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(145.697,308.994)" + id="g55432"> + id="id-7520621c-5e5e-4c2e-b225-ae2f0bbee235" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(149.515,308.994)" + id="g55435"> + id="id-c5a6787e-c032-4c5b-959d-ef46a9b2a630" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(151.895,308.994)" + id="g55438"> + id="id-e0fd6b6c-191c-4003-a23e-6b841af34fbe" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(155.493,308.994)" + id="g55441"> + id="id-5a844836-97d1-49f2-90cf-73a28188d4e4" + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - + + + + + + + + + + + + + + + + + - - + id="id-6a73ba29-3b21-4327-937a-4e63dce0e58b" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-8a153723-206c-4dd8-87d9-c38b7406fb7e" + d="m 6.5625,-2.390625 c 0,-1.34375 -1,-2.34375 -2.1875,-2.625 l -1.140625,-0.25 C 2.96875,-5.328125 2.21875,-5.609375 2.21875,-6.28125 c 0,-1.015625 1.015625,-1.046875 1.421875,-1.046875 0.671875,0 1.265625,0.15625 1.859375,0.734375 0.1875,0.171875 0.203125,0.1875 0.25,0.1875 0.078125,0 0.125,-0.03125 0.171875,-0.21875 L 6.09375,-7.65625 C 6.125,-7.75 6.125,-7.78125 6.125,-7.8125 6.125,-7.90625 6.109375,-7.921875 5.8125,-8.078125 4.953125,-8.5 4.25,-8.5625 3.640625,-8.5625 c -1.0625,0 -2.90625,0.25 -2.90625,2.484375 0,0.859375 0.4375,1.40625 0.671875,1.640625 0.609375,0.625 1.15625,0.75 2.09375,0.953125 0.671875,0.15625 0.9375,0.21875 1.203125,0.453125 0.109375,0.125 0.359375,0.375 0.359375,0.828125 0,1.125 -1.015625,1.15625 -1.421875,1.15625 -1,0 -1.875,-0.40625 -2.46875,-0.9375 C 1.03125,-2.125 1,-2.125 0.953125,-2.125 c -0.0625,0 -0.125,0.03125 -0.171875,0.21875 L 0.609375,-0.875 c -0.03125,0.09375 -0.03125,0.125 -0.03125,0.15625 0,0.25 1.25,0.6875 1.3125,0.703125 0.796875,0.25 1.4375,0.28125 1.75,0.28125 1.796875,0 2.921875,-0.796875 2.921875,-2.65625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-7138b5f9-31ce-4349-b4ca-c53f895f3527" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + + + + + + + + - - + id="id-faed74d3-0354-417e-a30d-7ba442b21411" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - - - + id="id-3d2cc21c-0db7-4a35-b330-98df8e40f974" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-a352ba93-db62-49a8-9b8e-78ab0f197073" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-c0cd74bb-53d0-4270-ad05-0f7dc31ab6cd" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-06c2907a-46a6-46a6-afe2-220ddf7edee8" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-f87a6775-b38a-4680-b84c-9361e20ab90b" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-f3e55dde-4692-4c54-a7a4-52a3398a555e" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + + - - - - + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - - - + id="id-5c95dce0-e04a-4f86-b77f-56ab4eaeea78" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-d9515b1d-6acf-432f-9c1f-a29c411f3613" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - - - - - - + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-42ee6521-8ca4-4584-bfd1-0e14a3e37637" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - + id="id-545d537c-4b8f-4925-be1e-c3c725165e90" + d="m 1.796875,-0.015625 v -0.8125 H 0.96875 V 0 h 0.25 l -0.25,1.25 H 1.375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + + + + + + + transform="translate(177.323,38.309)" + id="g12186"> + id="id-d52bb9d7-6b09-44b2-9e41-3cd41a3cdfb6" + d="m 6.5625,-2.390625 c 0,-1.34375 -1,-2.34375 -2.1875,-2.625 l -1.140625,-0.25 C 2.96875,-5.328125 2.21875,-5.609375 2.21875,-6.28125 c 0,-1.015625 1.015625,-1.046875 1.421875,-1.046875 0.671875,0 1.265625,0.15625 1.859375,0.734375 0.1875,0.171875 0.203125,0.1875 0.25,0.1875 0.078125,0 0.125,-0.03125 0.171875,-0.21875 L 6.09375,-7.65625 C 6.125,-7.75 6.125,-7.78125 6.125,-7.8125 6.125,-7.90625 6.109375,-7.921875 5.8125,-8.078125 4.953125,-8.5 4.25,-8.5625 3.640625,-8.5625 c -1.0625,0 -2.90625,0.25 -2.90625,2.484375 0,0.859375 0.4375,1.40625 0.671875,1.640625 0.609375,0.625 1.15625,0.75 2.09375,0.953125 0.671875,0.15625 0.9375,0.21875 1.203125,0.453125 0.109375,0.125 0.359375,0.375 0.359375,0.828125 0,1.125 -1.015625,1.15625 -1.421875,1.15625 -1,0 -1.875,-0.40625 -2.46875,-0.9375 C 1.03125,-2.125 1,-2.125 0.953125,-2.125 c -0.0625,0 -0.125,0.03125 -0.171875,0.21875 L 0.609375,-0.875 c -0.03125,0.09375 -0.03125,0.125 -0.03125,0.15625 0,0.25 1.25,0.6875 1.3125,0.703125 0.796875,0.25 1.4375,0.28125 1.75,0.28125 1.796875,0 2.921875,-0.796875 2.921875,-2.65625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(184.629,38.309)" + id="g12190"> + id="id-aeb76a59-94fb-4ebc-827f-5c66fdade02c" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(190.739,38.309)" + id="g12194"> + id="id-97ca64fa-0052-4671-b329-df5e6ec3b7e6" + d="m 6.25,-2.765625 c 0,-0.578125 0,-2.84375 -2.15625,-2.84375 -0.71875,0 -1.34375,0.296875 -1.78125,0.703125 0,-0.453125 -0.15625,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 V 1.75 c 0,0.421875 0.125,0.5625 0.5625,0.5625 H 1.78125 c 0.453125,0 0.578125,-0.15625 0.578125,-0.5625 V -0.46875 C 2.890625,0.125 3.546875,0.125 3.71875,0.125 6.25,0.125 6.25,-2.15625 6.25,-2.765625 Z m -1.625,0.03125 c 0,0.46875 0,2 -1.34375,2 -0.28125,0 -0.5,-0.09375 -0.640625,-0.203125 -0.28125,-0.203125 -0.28125,-0.25 -0.28125,-0.46875 v -2.875 c 0.125,-0.125 0.515625,-0.390625 1.03125,-0.390625 1.21875,0 1.234375,1.40625 1.234375,1.9375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(197.447,38.309)" + id="g12197"> + id="id-fa3a6155-7a4d-4120-89d4-dfe2b40214d2" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 Z M 2.40625,-7.25 v -0.21875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.21875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.578125,-0.21875 0.578125,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(200.502,38.309)" + id="g12200"> + id="id-ef9bb575-ca57-4c91-b6e9-29626f11ca3d" + d="M 4.734375,-1.6875 C 4.734375,-2.359375 4.375,-2.765625 4.15625,-2.96875 3.6875,-3.390625 3.265625,-3.46875 2.765625,-3.5625 2.109375,-3.6875 1.625,-3.78125 1.625,-4.25 c 0,-0.484375 0.390625,-0.578125 0.859375,-0.578125 0.796875,0 1.234375,0.296875 1.546875,0.5625 0.109375,0.125 0.140625,0.125 0.1875,0.125 0.125,0 0.140625,-0.109375 0.15625,-0.15625 C 4.40625,-4.40625 4.515625,-5.0625 4.515625,-5.125 c 0,-0.1875 -0.625,-0.359375 -0.765625,-0.40625 -0.46875,-0.140625 -0.859375,-0.140625 -1.171875,-0.140625 -0.53125,0 -2.140625,0 -2.140625,1.703125 0,0.59375 0.265625,0.9375 0.59375,1.234375 0.421875,0.375 0.875,0.46875 1.5625,0.59375 0.34375,0.0625 0.953125,0.171875 0.953125,0.6875 0,0.5625 -0.46875,0.65625 -0.921875,0.65625 -0.53125,0 -1.203125,-0.15625 -1.765625,-0.828125 -0.0625,-0.0625 -0.09375,-0.09375 -0.171875,-0.09375 -0.109375,0 -0.140625,0.109375 -0.15625,0.171875 C 0.515625,-1.375 0.375,-0.6875 0.375,-0.578125 c 0,0.21875 0.890625,0.5 0.890625,0.5 C 1.921875,0.125 2.421875,0.125 2.625,0.125 c 0.609375,0 2.109375,-0.046875 2.109375,-1.8125 z m -0.28125,-6.421875 c 0.0625,-0.09375 0,-0.21875 -0.109375,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.078125,0.015625 L 2.53125,-7.09375 1.359375,-8.3125 c -0.015625,0 -0.0625,-0.015625 -0.0625,-0.015625 h -0.5625 c -0.125,0 -0.203125,0.15625 -0.140625,0.25 L 1.75,-6.4375 c 0.015625,0.03125 0.0625,0.046875 0.109375,0.046875 h 1.3125 c 0.0625,0 0.09375,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(209.931,38.309)" + id="g12204"> + id="id-dbe8b409-2ddb-445e-9ad6-350dfe75f3e6" + d="m 4.25,-4.71875 v -0.5625 c 0,-0.234375 0,-0.328125 -0.203125,-0.328125 -0.34375,0 -1.21875,0.125 -1.78125,1.40625 V -4.96875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.578125 v 4.390625 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 V -2.75 c 0,-1.140625 0.953125,-1.59375 1.703125,-1.65625 0.21875,0 0.234375,0 0.234375,-0.3125 z M 4.15625,-8.109375 c 0.0625,-0.09375 0,-0.21875 -0.109375,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.078125,0.015625 L 2.234375,-7.09375 1.0625,-8.3125 c -0.015625,0 -0.078125,-0.015625 -0.078125,-0.015625 H 0.4375 c -0.125,0 -0.203125,0.15625 -0.140625,0.25 L 1.453125,-6.4375 C 1.46875,-6.40625 1.5,-6.390625 1.546875,-6.390625 H 2.875 c 0.046875,0 0.09375,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(214.381,38.309)" + id="g12207"> + id="id-42df5ddf-639f-4f3a-a56c-10248865af99" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(220.491,38.309)" + id="g12210"> + id="id-58fb2762-5949-4863-816f-2ab9c529836d" + d="M 4.734375,-1.6875 C 4.734375,-2.359375 4.375,-2.765625 4.15625,-2.96875 3.6875,-3.390625 3.265625,-3.46875 2.765625,-3.5625 2.109375,-3.6875 1.625,-3.78125 1.625,-4.25 c 0,-0.484375 0.390625,-0.578125 0.859375,-0.578125 0.796875,0 1.234375,0.296875 1.546875,0.5625 0.109375,0.125 0.140625,0.125 0.1875,0.125 0.125,0 0.140625,-0.109375 0.15625,-0.15625 C 4.40625,-4.40625 4.515625,-5.0625 4.515625,-5.125 c 0,-0.1875 -0.625,-0.359375 -0.765625,-0.40625 -0.46875,-0.140625 -0.859375,-0.140625 -1.171875,-0.140625 -0.53125,0 -2.140625,0 -2.140625,1.703125 0,0.59375 0.265625,0.9375 0.59375,1.234375 0.421875,0.375 0.875,0.46875 1.5625,0.59375 0.34375,0.0625 0.953125,0.171875 0.953125,0.6875 0,0.5625 -0.46875,0.65625 -0.921875,0.65625 -0.53125,0 -1.203125,-0.15625 -1.765625,-0.828125 -0.0625,-0.0625 -0.09375,-0.09375 -0.171875,-0.09375 -0.109375,0 -0.140625,0.109375 -0.15625,0.171875 C 0.515625,-1.375 0.375,-0.6875 0.375,-0.578125 c 0,0.21875 0.890625,0.5 0.890625,0.5 C 1.921875,0.125 2.421875,0.125 2.625,0.125 c 0.609375,0 2.109375,-0.046875 2.109375,-1.8125 z m -0.28125,-6.421875 c 0.0625,-0.09375 0,-0.21875 -0.109375,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.078125,0.015625 L 2.53125,-7.09375 1.359375,-8.3125 c -0.015625,0 -0.0625,-0.015625 -0.0625,-0.015625 h -0.5625 c -0.125,0 -0.203125,0.15625 -0.140625,0.25 L 1.75,-6.4375 c 0.015625,0.03125 0.0625,0.046875 0.109375,0.046875 h 1.3125 c 0.0625,0 0.09375,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(225.532,38.309)" + id="g12213"> + id="id-7470ee55-d3b3-450f-bc3b-a19d5eac1a6e" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(231.643,38.309)" + id="g12216"> + id="id-39c35119-1477-423b-baa4-9cadc764b490" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(238.351,38.309)" + id="g12219"> + id="id-75b65d58-afb3-4bee-af62-7d74d486ec29" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - - + transform="translate(162.019,56.242)" + id="g12223"> + id="id-6a34d4c7-93f8-47c2-b760-b8792cdc7ccc" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(167.167,56.242)" + id="g12226"> + id="id-0fbf4d54-6e48-4fb4-ae9a-be47afcb5089" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(172.314,56.242)" + id="g12229"> + id="id-b600a135-fb07-451e-8583-60fa7089920a" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(174.694,56.242)" + id="g12232"> + id="id-048151d5-fb81-4ea3-b49a-f633a12a5f5f" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(179.123,56.242)" + id="g12235"> + id="id-9238d636-c5d9-493b-ae73-a480b00355bb" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(183.454,56.242)" + id="g12238"> + id="id-c6d1ff1f-a21e-4ee2-8469-471ad665ef70" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(185.834,56.242)" + id="g12241"> + id="id-a8de1ced-9805-4c66-b82d-14951bce80f0" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - - - - - + transform="translate(189.152,56.242)" + id="g12245"> + id="id-7920f6e4-9a49-4a44-8751-cd502a02b391" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m -0.75,-2.5 H 2.9375 L 1.609375,-5.25 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(197.063,56.242)" + id="g12249"> + id="id-d4a82f20-930e-4a5f-b1aa-c8f4fd53e92f" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(199.72,56.242)" + id="g12252"> + id="id-753ce2b3-7c91-417c-a215-5a40abb51028" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - - + transform="translate(207.476,56.242)" + id="g12256"> + id="id-b2e301a4-151d-48d4-9c2d-f8f2af44de23" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(211.905,56.242)" + id="g12259"> + id="id-0b34c429-a859-4ae1-b25b-5da53a281103" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(216.333,56.242)" + id="g12262"> - - - - - - - - - + style="stroke:none" + inkscape:connector-curvature="0" /> - - - + transform="translate(218.713,56.242)" + id="g12265"> + + transform="translate(226.624,56.242)" + id="g12269"> + id="id-c5023c91-66f1-4b0a-b878-048e96856a8c" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - - + transform="translate(232.051,56.242)" + id="g12273"> + id="id-156db76d-564d-4079-9817-cfd0fcdeacab" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(237.032,56.242)" + id="g12276"> + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(240.851,56.242)" + id="g12279"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(244.449,56.242)" + id="g12282"> + id="id-4d27340b-f689-432f-b5a5-9fb1f38ed9a3" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(249.596,56.242)" + id="g12285"> + id="id-808f7c3d-5465-4315-8a11-c9828bfe0a9c" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(254.744,56.242)" + id="g12288"> + id="id-f28342b2-5603-45cf-937e-44227a17c0aa" + d="m 1.796875,-0.015625 v -0.8125 H 0.96875 V 0 h 0.25 l -0.25,1.25 H 1.375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - - + transform="translate(180.02,68.197)" + id="g12292"> + id="id-a165dcd3-9ff6-4d50-9817-b64cefcb8303" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(185.168,68.197)" + id="g12295"> + id="id-f42f6d76-862d-4f96-a912-827900663c4b" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(189.596,68.197)" + id="g12298"> + id="id-69a78a23-dfdb-4b72-a2c5-44afdcfc443d" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(192.253,68.197)" + id="g12301"> + id="id-b7ba1568-3f9a-4aef-955e-f112bc3928be" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(196.681,68.197)" + id="g12304"> + id="id-b84d94c8-6ba3-470c-8a5c-e36ff071ae71" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(205.147,68.197)" + id="g12308"> + id="id-e9d69b47-207f-4b16-9862-1479a0538e22" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(209.74,68.197)" + id="g12311"> + id="id-00b1a5ff-820d-4507-9f88-4a16d8cf28bf" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m -0.75,-2.5 H 2.9375 L 1.609375,-5.25 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(214.334,68.197)" + id="g12314"> + id="id-59b89ff3-f47d-46ba-a15e-c8c22ee20b58" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(218.153,68.197)" + id="g12317"> + id="id-08f14d9f-fc5d-4a25-97ea-d5d2b79d7636" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(220.533,68.197)" + id="g12320"> + id="id-f3387582-aa1d-414e-82d6-21c64093bb3e" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(224.961,68.197)" + id="g12323"> + id="id-2ee1919c-b2d0-4713-a9ab-62d8ec0915c3" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(230.109,68.197)" + id="g12326"> + id="id-9a661dc4-8c59-4e6c-bdf9-56c19bb43a19" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(234.537,68.197)" + id="g12329"> + id="id-30c33154-a2bf-4e21-addc-194e51919a3b" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + - + id="id-977d8e91-056b-4f44-8f37-0d927751c426"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + id="id-e1693c6b-6413-4645-a1b5-0bf2a1388c4a" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-1669e07d-fcef-4787-b41d-c1ff4c6fca80" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-5d52f681-f93e-4b61-bbd8-5bbb10af0afb" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-dc5455e4-6a5c-4163-9ad4-00e8bf4bc17b" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-c0313eaa-f625-44d7-959f-bd90e6e406ae" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-98361416-d4eb-4780-88ed-30bb6e41e594" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + - - + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-32129e66-8c22-498b-aeb6-fadfe39c3154" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - + id="id-942cefc9-c21e-4a84-be94-0692aad21152" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - - - - + id="id-6d79592b-49a1-473c-b075-2e85345516c5" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + - + id="id-a6b57f8d-a37d-45cb-92bb-839e13614722" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + transform="translate(177.56,38.309)" + id="g23993"> + id="id-b962d797-8b9d-4c1f-954a-d310c4ec50b3" + d="m 6.5625,-2.390625 c 0,-1.34375 -1,-2.34375 -2.1875,-2.625 l -1.140625,-0.25 C 2.96875,-5.328125 2.21875,-5.609375 2.21875,-6.28125 c 0,-1.015625 1.015625,-1.046875 1.421875,-1.046875 0.671875,0 1.265625,0.15625 1.859375,0.734375 0.1875,0.171875 0.203125,0.1875 0.25,0.1875 0.078125,0 0.125,-0.03125 0.171875,-0.21875 L 6.09375,-7.65625 C 6.125,-7.75 6.125,-7.78125 6.125,-7.8125 6.125,-7.90625 6.109375,-7.921875 5.8125,-8.078125 4.953125,-8.5 4.25,-8.5625 3.640625,-8.5625 c -1.0625,0 -2.90625,0.25 -2.90625,2.484375 0,0.859375 0.4375,1.40625 0.671875,1.640625 0.609375,0.625 1.15625,0.75 2.09375,0.953125 0.671875,0.15625 0.9375,0.21875 1.203125,0.453125 0.109375,0.125 0.359375,0.375 0.359375,0.828125 0,1.125 -1.015625,1.15625 -1.421875,1.15625 -1,0 -1.875,-0.40625 -2.46875,-0.9375 C 1.03125,-2.125 1,-2.125 0.953125,-2.125 c -0.0625,0 -0.125,0.03125 -0.171875,0.21875 L 0.609375,-0.875 c -0.03125,0.09375 -0.03125,0.125 -0.03125,0.15625 0,0.25 1.25,0.6875 1.3125,0.703125 0.796875,0.25 1.4375,0.28125 1.75,0.28125 1.796875,0 2.921875,-0.796875 2.921875,-2.65625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(184.866,38.309)" + id="g23996"> + id="id-841e45f4-f473-4bc3-a2dc-7c98f02e0397" + d="m 6.1875,-2.6875 c 0,-1.96875 -0.953125,-2.984375 -2.90625,-2.984375 -1.984375,0 -2.90625,1.0625 -2.90625,2.984375 0,1.953125 1.03125,2.8125 2.90625,2.8125 1.875,0 2.90625,-0.859375 2.90625,-2.8125 z m -1.625,-0.140625 c 0,0.9375 0,2.03125 -1.28125,2.03125 C 2,-0.796875 2,-1.875 2,-2.828125 2,-3.75 2,-4.8125 3.28125,-4.8125 c 1.28125,0 1.28125,1.046875 1.28125,1.984375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(191.441,38.309)" + id="g23999"> + id="id-05ba11cc-eeca-4c09-93a1-b56246eb70a5" + d="M 5.96875,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 4.921875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.5625 v 2.84375 c 0,0.78125 -0.40625,1.46875 -1.265625,1.46875 -0.65625,0 -0.734375,-0.171875 -0.734375,-0.8125 v -3.5 c 0,-0.375 -0.078125,-0.5625 -0.578125,-0.5625 h -0.46875 c -0.4375,0 -0.578125,0.125 -0.578125,0.5625 V -1.5 c 0,1.265625 0.6875,1.625 1.9375,1.625 0.3125,0 1.171875,0 1.734375,-1.015625 v 0.3125 C 4.390625,-0.1875 4.46875,0 4.953125,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(198.149,38.309)" + id="g24002"> + id="id-98b87bbb-eae9-491d-bcad-c8d0e715584a" + d="M 4.734375,-1.6875 C 4.734375,-2.359375 4.375,-2.765625 4.15625,-2.96875 3.6875,-3.390625 3.265625,-3.46875 2.765625,-3.5625 2.109375,-3.6875 1.625,-3.78125 1.625,-4.25 c 0,-0.484375 0.390625,-0.578125 0.859375,-0.578125 0.796875,0 1.234375,0.296875 1.546875,0.5625 0.109375,0.125 0.140625,0.125 0.1875,0.125 0.125,0 0.140625,-0.109375 0.15625,-0.15625 C 4.40625,-4.40625 4.515625,-5.0625 4.515625,-5.125 c 0,-0.1875 -0.625,-0.359375 -0.765625,-0.40625 -0.46875,-0.140625 -0.859375,-0.140625 -1.171875,-0.140625 -0.53125,0 -2.140625,0 -2.140625,1.703125 0,0.59375 0.265625,0.9375 0.59375,1.234375 0.421875,0.375 0.875,0.46875 1.5625,0.59375 0.34375,0.0625 0.953125,0.171875 0.953125,0.6875 0,0.5625 -0.46875,0.65625 -0.921875,0.65625 -0.53125,0 -1.203125,-0.15625 -1.765625,-0.828125 -0.0625,-0.0625 -0.09375,-0.09375 -0.171875,-0.09375 -0.109375,0 -0.140625,0.109375 -0.15625,0.171875 C 0.515625,-1.375 0.375,-0.6875 0.375,-0.578125 c 0,0.21875 0.890625,0.5 0.890625,0.5 C 1.921875,0.125 2.421875,0.125 2.625,0.125 c 0.609375,0 2.109375,-0.046875 2.109375,-1.8125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(203.191,38.309)" + id="g24005"> + id="id-539ecd6e-3699-4fbc-8cf1-9e1c9e15903e" + d="m 4.453125,-0.5625 c 0,-0.03125 -0.015625,-0.125 -0.09375,-0.375 -0.0625,-0.234375 -0.078125,-0.3125 -0.1875,-0.3125 -0.0625,0 -0.078125,0.015625 -0.140625,0.09375 -0.140625,0.09375 -0.453125,0.359375 -0.953125,0.359375 -0.296875,0 -0.46875,-0.203125 -0.46875,-1 v -2.8125 h 1.0625 c 0.140625,0 0.578125,0 0.578125,-0.4375 0,-0.421875 -0.4375,-0.421875 -0.578125,-0.421875 h -1.0625 v -1 c 0,-0.375 -0.09375,-0.578125 -0.578125,-0.578125 h -0.375 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 1 H 0.8125 c -0.125,0 -0.578125,0 -0.578125,0.421875 0,0.4375 0.4375,0.4375 0.578125,0.4375 h 0.234375 v 3.015625 c 0,1.21875 0.4375,1.71875 1.265625,1.71875 0.109375,0 0.625,0 1.25,-0.1875 0.203125,-0.0625 0.890625,-0.265625 0.890625,-0.5 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(208.023,38.309)" + id="g24008"> + id="id-42d6eaaf-f7bf-4b72-8247-9cebf096898b" + d="m 4.25,-4.71875 v -0.5625 c 0,-0.234375 0,-0.328125 -0.203125,-0.328125 -0.34375,0 -1.21875,0.125 -1.78125,1.40625 V -4.96875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.578125 v 4.390625 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 V -2.75 c 0,-1.140625 0.953125,-1.59375 1.703125,-1.65625 0.21875,0 0.234375,0 0.234375,-0.3125 z M 4.15625,-8.109375 c 0.0625,-0.09375 0,-0.21875 -0.109375,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.078125,0.015625 L 2.234375,-7.09375 1.0625,-8.3125 c -0.015625,0 -0.078125,-0.015625 -0.078125,-0.015625 H 0.4375 c -0.125,0 -0.203125,0.15625 -0.140625,0.25 L 1.453125,-6.4375 C 1.46875,-6.40625 1.5,-6.390625 1.546875,-6.390625 H 2.875 c 0.046875,0 0.09375,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(212.473,38.309)" + id="g24011"> + id="id-d4ad9ab0-0c75-490c-ad80-203685dee3b0" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(218.583,38.309)" + id="g24014"> + id="id-c1c950f6-5c4d-47c0-a45b-aec354e05849" + d="M 5.96875,-0.578125 V -7.71875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 h -0.4375 C 4.5,-8.296875 4.375,-8.140625 4.375,-7.71875 v 2.703125 c -0.53125,-0.5 -1.140625,-0.59375 -1.5,-0.59375 -2.4375,0 -2.4375,2.296875 -2.4375,2.890625 0,0.546875 0,2.84375 2.375,2.84375 0.5,0 1.015625,-0.140625 1.53125,-0.6875 C 4.34375,-0.125 4.5,0 4.90625,0 H 5.390625 C 5.84375,0 5.96875,-0.15625 5.96875,-0.578125 Z M 4.34375,-1.5 c 0,0.203125 0,0.3125 -0.34375,0.5625 -0.3125,0.1875 -0.578125,0.203125 -0.71875,0.203125 -1.21875,0 -1.21875,-1.09375 -1.21875,-1.984375 0,-0.90625 0,-2.03125 1.34375,-2.03125 0.34375,0 0.671875,0.125 0.9375,0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(225.291,38.309)" + id="g24017"> + id="id-2cebecc4-9ebc-4b6d-8ef4-bb32240a5e4f" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z M 5,-8.109375 c 0.0625,-0.09375 0,-0.21875 -0.125,-0.21875 H 4.3125 c 0,0 -0.046875,0.015625 -0.0625,0.015625 L 3.078125,-7.09375 1.90625,-8.3125 c -0.03125,0 -0.078125,-0.015625 -0.078125,-0.015625 h -0.5625 c -0.125,0 -0.1875,0.15625 -0.125,0.25 L 2.28125,-6.4375 c 0.03125,0.03125 0.0625,0.046875 0.109375,0.046875 H 3.71875 c 0.046875,0 0.078125,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(231.401,38.309)" + id="g24020"> + id="id-d3db807f-5a5a-4371-a148-3f22db7c0710" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(238.109,38.309)" + id="g24023"> + id="id-ca0b075a-0d0c-4901-baca-147faa1deba3" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(181.177,50.573)" + id="g24027"> + id="id-dffe0b59-b11c-4d7f-bf97-df7244a13fbc" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(186.325,50.573)" + id="g24030"> + id="id-00fa832f-4207-401a-bd62-2e5e3d772dce" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(190.918,50.573)" + id="g24033"> + id="id-8739f6d2-9787-42fc-91af-4ea99fa5f8ef" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(195.706,50.573)" + id="g24036"> + id="id-d5e948a9-61ee-4fc9-8bac-7906f82bc8ee" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(200.577,50.573)" + id="g24039"> + + + + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(208.769,50.573)" + id="g24045"> + id="id-7f4aae51-35f8-4c38-b4ec-85c5d89bd791" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(215.684,50.573)" + id="g24049"> + id="id-7bb78a31-5663-4038-8f8d-e5e222227da8" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(219.089,50.573)" + id="g24052"> + id="id-6c796ee2-53ea-4e39-9c07-e7bf6a14f9c7" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(224.349,50.573)" + id="g24056"> + id="id-be9b2083-3d38-4217-82c0-99be80b284b5" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(228.777,50.573)" + id="g24059"> + + + + + - discordový kanál, - - - - - - - - - - + ns10:jacobian_sqrt="0.376166" + id="g29871"> + id="id-290ef964-ff65-4b10-ae85-b482a33a4a01"> - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="id-8f3afe4e-446d-4daa-bdce-08c7be576cd6"> + id="id-4c8a2e50-9422-4968-98f4-4b1fa25c0b80" + overflow="visible" + style="overflow:visible"> - - - + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-5ea68760-8dbd-4394-bd04-40b753822565" + overflow="visible" + style="overflow:visible"> + id="id-2ec398c4-c516-4b84-8279-2a7186e37cfd" + d="m 8.75,-4.09375 c 0,-0.9375 -0.15625,-2.09375 -0.828125,-2.953125 -0.890625,-1.109375 -2.328125,-1.25 -3.109375,-1.25 H 1.65625 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 7.140625 C 1.09375,-0.140625 1.21875,0 1.65625,0 H 4.8125 C 7.734375,0 8.75,-1.75 8.75,-4.09375 Z m -1.71875,0 c 0,1.359375 -0.140625,3.0625 -2.6875,3.0625 H 2.8125 v -6.234375 h 1.53125 c 2.578125,0 2.6875,1.84375 2.6875,3.171875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-4655d36e-87d7-43b6-ab20-84feff226705" + overflow="visible" + style="overflow:visible"> + id="id-e0e5ccf7-ec4c-4bcf-991e-5efdccf11fea" + d="m 6.1875,-2.6875 c 0,-1.96875 -0.953125,-2.984375 -2.90625,-2.984375 -1.984375,0 -2.90625,1.0625 -2.90625,2.984375 0,1.953125 1.03125,2.8125 2.90625,2.8125 1.875,0 2.90625,-0.859375 2.90625,-2.8125 z m -1.625,-0.140625 c 0,0.9375 0,2.03125 -1.28125,2.03125 C 2,-0.796875 2,-1.875 2,-2.828125 2,-3.75 2,-4.8125 3.28125,-4.8125 c 1.28125,0 1.28125,1.046875 1.28125,1.984375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-e68e4441-bc15-4157-82e3-45a0c9fafa8a" + overflow="visible" + style="overflow:visible"> + id="id-b715bc5d-b1b7-4c5b-af89-f49bab4f8b9b" + d="m 4.25,-4.71875 v -0.5625 c 0,-0.234375 0,-0.328125 -0.203125,-0.328125 -0.34375,0 -1.21875,0.125 -1.78125,1.40625 V -4.96875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.578125 v 4.390625 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 V -2.75 c 0,-1.140625 0.953125,-1.59375 1.703125,-1.65625 0.21875,0 0.234375,0 0.234375,-0.3125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-3cd8305a-7adf-425f-b7f3-526a892a9d47" + overflow="visible" + style="overflow:visible"> + id="id-c27ae1c9-f255-49ce-8c88-1c7fd5da1786" + d="m 4.453125,-0.5625 c 0,-0.03125 -0.015625,-0.125 -0.09375,-0.375 -0.0625,-0.234375 -0.078125,-0.3125 -0.1875,-0.3125 -0.0625,0 -0.078125,0.015625 -0.140625,0.09375 -0.140625,0.09375 -0.453125,0.359375 -0.953125,0.359375 -0.296875,0 -0.46875,-0.203125 -0.46875,-1 v -2.8125 h 1.0625 c 0.140625,0 0.578125,0 0.578125,-0.4375 0,-0.421875 -0.4375,-0.421875 -0.578125,-0.421875 h -1.0625 v -1 c 0,-0.375 -0.09375,-0.578125 -0.578125,-0.578125 h -0.375 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 1 H 0.8125 c -0.125,0 -0.578125,0 -0.578125,0.421875 0,0.4375 0.4375,0.4375 0.578125,0.4375 h 0.234375 v 3.015625 c 0,1.21875 0.4375,1.71875 1.265625,1.71875 0.109375,0 0.625,0 1.25,-0.1875 0.203125,-0.0625 0.890625,-0.265625 0.890625,-0.5 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-9e8edbc4-c23b-4226-8409-194ec8283f22" + overflow="visible" + style="overflow:visible"> + id="id-eded7423-2d9c-4650-851a-55cfe877c496" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-2248c123-da1a-4764-a616-8e1cc491b11b" + overflow="visible" + style="overflow:visible"> + id="id-4677a7b8-5c37-448f-982e-b43b5af1a020" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-c68d1a71-75e9-48b6-9326-c8d292ff22aa" + overflow="visible" + style="overflow:visible"> + id="id-cd76a1df-5509-459a-b08d-c8bd10fa1337" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-df1cd212-5d4c-455e-bac5-741cd867c8cd" + overflow="visible" + style="overflow:visible"> + id="id-6f00588a-550c-4ac5-a60d-bd30079d7574" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-db88de62-0114-4230-b4e8-1f28f8502b31" + overflow="visible" + style="overflow:visible"> + id="id-74cf17cd-d016-428e-8662-2fd0fcaf51d9" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-d850d011-9ada-493b-aae2-f4429bdda07d" + overflow="visible" + style="overflow:visible"> + id="id-469b8d84-e747-4353-b139-89f9f46cc152" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-1ab88046-4f35-4526-9c96-75932c36b305" + overflow="visible" + style="overflow:visible"> + id="id-d52885bb-437c-4bd7-a04d-febc815e018e" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-6bcb1224-04be-4ba7-af3f-c7a1f506914a" + overflow="visible" + style="overflow:visible"> + id="id-61b7f47c-4172-455d-9a02-8c734571942d" + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-fb6c610c-6264-410b-b810-2036ce8bdade" + overflow="visible" + style="overflow:visible"> + id="id-68421051-863d-4c4b-9e52-dae0bfccbd34" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-7e7f05c6-7852-487b-8ee7-23fa294f341d" + overflow="visible" + style="overflow:visible"> + id="id-f1e7b833-54cb-4d56-a6be-fcba2efb9124" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-68503e11-2b81-44f8-bfdf-f60b790ed165" + overflow="visible" + style="overflow:visible"> + id="id-85df5e37-296d-41f7-b36d-8d19978894f7" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-7c431624-0a44-41f3-9e0d-b3ce2da480a9" + overflow="visible" + style="overflow:visible"> + id="id-d6bbb5c9-48c8-4d9a-86dd-36376630d7d7" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-cd1f673b-1916-4ac8-8fa4-5ba853a701d3" + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(-173.902,-30.0121)" + id="id-64db2a9a-0161-4c5f-b12e-aa64ac13b0f1"> + transform="translate(197.269,38.309)" + id="g29805"> + id="id-9edc9366-1560-47e7-849a-79b5c4ad5c85" + d="m 8.75,-4.09375 c 0,-0.9375 -0.15625,-2.09375 -0.828125,-2.953125 -0.890625,-1.109375 -2.328125,-1.25 -3.109375,-1.25 H 1.65625 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 7.140625 C 1.09375,-0.140625 1.21875,0 1.65625,0 H 4.8125 C 7.734375,0 8.75,-1.75 8.75,-4.09375 Z m -1.71875,0 c 0,1.359375 -0.140625,3.0625 -2.6875,3.0625 H 2.8125 v -6.234375 h 1.53125 c 2.578125,0 2.6875,1.84375 2.6875,3.171875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(206.766,38.309)" + id="g29808"> + id="id-f3e5e98a-d253-4f8e-b7d3-ecbb362cc7ed" + d="m 6.1875,-2.6875 c 0,-1.96875 -0.953125,-2.984375 -2.90625,-2.984375 -1.984375,0 -2.90625,1.0625 -2.90625,2.984375 0,1.953125 1.03125,2.8125 2.90625,2.8125 1.875,0 2.90625,-0.859375 2.90625,-2.8125 z m -1.625,-0.140625 c 0,0.9375 0,2.03125 -1.28125,2.03125 C 2,-0.796875 2,-1.875 2,-2.828125 2,-3.75 2,-4.8125 3.28125,-4.8125 c 1.28125,0 1.28125,1.046875 1.28125,1.984375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(212.971,38.309)" + id="g29812"> + id="id-740927c3-9daa-4b36-8111-3afb30218c72" + d="m 4.25,-4.71875 v -0.5625 c 0,-0.234375 0,-0.328125 -0.203125,-0.328125 -0.34375,0 -1.21875,0.125 -1.78125,1.40625 V -4.96875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.578125 v 4.390625 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 V -2.75 c 0,-1.140625 0.953125,-1.59375 1.703125,-1.65625 0.21875,0 0.234375,0 0.234375,-0.3125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + + transform="translate(173.621,50.573)" + id="g29820"> + id="id-99aa0679-b1a5-4aa1-84af-b42b587722d3" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(177.952,50.573)" + id="g29823"> + id="id-67804b7f-3654-4a3a-b74f-9b3b9aea6d26" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + transform="translate(219.763,50.573)" + id="g29852"> + id="id-37297b7e-c989-4e9f-a651-cf4f1131dd3e" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(224.191,50.573)" + id="g29855"> + id="id-b2616aef-48cc-46fb-ac5d-7867e342d239" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(226.571,50.573)" + id="g29858"> + id="id-5eef8aaf-4fab-4f64-b75e-e08f32924585" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(231.359,50.573)" + id="g29861"> + id="id-77aca37d-5eaf-4952-8f09-6a9547efa904" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(236.507,50.573)" + id="g29864"> + id="id-79dc0250-6186-4289-ad8c-23fdc5be1472" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(240.935,50.573)" + id="g29867"> + id="id-0230399d-354b-44c6-83e2-16f97c528f81" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - + id="g41443"> + id="id-1da7e369-2049-4103-a8ab-6355e86076e0"> + id="id-e2bbb67b-6544-4b97-9216-4a3f4e0a183d"> + id="id-8d5958ce-9868-46db-a0e5-2754cc80d50b" + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-77368d72-917f-470e-a0c0-5e8826c40bf1" + overflow="visible" + style="overflow:visible"> + id="id-8f80b2eb-7133-4833-a54c-b777fb014dd5" + d="m 7.65625,-5.71875 c 0,-1.796875 -1.171875,-2.578125 -3,-2.578125 h -3 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 7.140625 C 1.09375,-0.140625 1.21875,0 1.65625,0 H 2.265625 C 2.71875,0 2.84375,-0.15625 2.84375,-0.578125 v -2.625 h 1.8125 c 1.875,0 3,-0.796875 3,-2.515625 z m -1.65625,0 c 0,0.8125 -0.125,1.578125 -1.734375,1.578125 H 2.8125 v -3.125 H 4.28125 C 5.84375,-7.265625 6,-6.546875 6,-5.71875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-b44b75cc-87e8-479b-b87e-915c0cd665bb" + overflow="visible" + style="overflow:visible"> + + + + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-648bf190-5277-416b-a7cd-2251c6bf1eea" + overflow="visible" + style="overflow:visible"> + id="id-aeea3e90-3e9e-4b84-b9ad-31291868a67f" + d="m 9.640625,-0.578125 v -3.3125 c 0,-1.21875 -0.53125,-1.71875 -1.75,-1.71875 -0.84375,0 -1.5,0.390625 -1.9375,1.1875 C 5.765625,-5.5625 4.75,-5.609375 4.25,-5.609375 c -0.234375,0 -0.734375,0 -1.28125,0.390625 C 2.609375,-4.9375 2.359375,-4.546875 2.28125,-4.375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.078125 0.734375,-1.53125 1.3125,-1.53125 0.578125,0 0.703125,0.25 0.703125,0.890625 v 3.28125 C 4.359375,-0.140625 4.5,0 4.9375,0 h 0.484375 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 V -3.21875 c 0,-1.078125 0.734375,-1.53125 1.3125,-1.53125 0.578125,0 0.71875,0.25 0.71875,0.890625 v 3.28125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 9.0625 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-29713f03-b424-478f-bca5-4e2b9360ed1e" + overflow="visible" + style="overflow:visible"> + id="id-b3c076d0-1eda-47d6-96d8-10b84a71b9fd" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 Z M 2.40625,-7.25 v -0.21875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.21875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.578125,-0.21875 0.578125,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-43c54cab-de98-4aaa-be65-33c3dabe3157" + overflow="visible" + style="overflow:visible"> + id="id-08069560-44ef-4327-8803-0286d7e34795" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-9b8a26f1-3288-495a-b4a5-ca72ccb6866c" + overflow="visible" + style="overflow:visible"> + id="id-3518ad42-ce18-49bc-91b4-381097002487" + d="M 5.96875,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 4.921875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.5625 v 2.84375 c 0,0.78125 -0.40625,1.46875 -1.265625,1.46875 -0.65625,0 -0.734375,-0.171875 -0.734375,-0.8125 v -3.5 c 0,-0.375 -0.078125,-0.5625 -0.578125,-0.5625 h -0.46875 c -0.4375,0 -0.578125,0.125 -0.578125,0.5625 V -1.5 c 0,1.265625 0.6875,1.625 1.9375,1.625 0.3125,0 1.171875,0 1.734375,-1.015625 v 0.3125 C 4.390625,-0.1875 4.46875,0 4.953125,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-9296bd7b-dd69-4d1c-9d38-7c541addbc82" + overflow="visible" + style="overflow:visible"> + id="id-3f173276-53e7-4bbd-8b28-0faedbcb900d" + d="m 4.453125,-0.5625 c 0,-0.03125 -0.015625,-0.125 -0.09375,-0.375 -0.0625,-0.234375 -0.078125,-0.3125 -0.1875,-0.3125 -0.0625,0 -0.078125,0.015625 -0.140625,0.09375 -0.140625,0.09375 -0.453125,0.359375 -0.953125,0.359375 -0.296875,0 -0.46875,-0.203125 -0.46875,-1 v -2.8125 h 1.0625 c 0.140625,0 0.578125,0 0.578125,-0.4375 0,-0.421875 -0.4375,-0.421875 -0.578125,-0.421875 h -1.0625 v -1 c 0,-0.375 -0.09375,-0.578125 -0.578125,-0.578125 h -0.375 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 1 H 0.8125 c -0.125,0 -0.578125,0 -0.578125,0.421875 0,0.4375 0.4375,0.4375 0.578125,0.4375 h 0.234375 v 3.015625 c 0,1.21875 0.4375,1.71875 1.265625,1.71875 0.109375,0 0.625,0 1.25,-0.1875 0.203125,-0.0625 0.890625,-0.265625 0.890625,-0.5 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-abbf1c9e-b44d-4ab7-a036-1e09cc0c9006" + overflow="visible" + style="overflow:visible"> + id="id-7e347ff2-20a2-4c1a-aacd-7e6aa79f7d43" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-16d85394-236d-42f7-8028-5536395d783d" + overflow="visible" + style="overflow:visible"> + id="id-f521882c-fe45-48c5-9ae8-98290a6792a3" + d="m 6.25,-2.765625 c 0,-0.578125 0,-2.84375 -2.15625,-2.84375 -0.71875,0 -1.34375,0.296875 -1.78125,0.703125 0,-0.453125 -0.15625,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 V 1.75 c 0,0.421875 0.125,0.5625 0.5625,0.5625 H 1.78125 c 0.453125,0 0.578125,-0.15625 0.578125,-0.5625 V -0.46875 C 2.890625,0.125 3.546875,0.125 3.71875,0.125 6.25,0.125 6.25,-2.15625 6.25,-2.765625 Z m -1.625,0.03125 c 0,0.46875 0,2 -1.34375,2 -0.28125,0 -0.5,-0.09375 -0.640625,-0.203125 -0.28125,-0.203125 -0.28125,-0.25 -0.28125,-0.46875 v -2.875 c 0.125,-0.125 0.515625,-0.390625 1.03125,-0.390625 1.21875,0 1.234375,1.40625 1.234375,1.9375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-8c42836f-9c87-4071-830c-8dd4c3f5a487" + overflow="visible" + style="overflow:visible"> + id="id-8e57cab5-9297-4e40-ad69-2b740322c755" + d="m 4.25,-4.71875 v -0.5625 c 0,-0.234375 0,-0.328125 -0.203125,-0.328125 -0.34375,0 -1.21875,0.125 -1.78125,1.40625 V -4.96875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.578125 v 4.390625 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 V -2.75 c 0,-1.140625 0.953125,-1.59375 1.703125,-1.65625 0.21875,0 0.234375,0 0.234375,-0.3125 z M 4.15625,-8.109375 c 0.0625,-0.09375 0,-0.21875 -0.109375,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.078125,0.015625 L 2.234375,-7.09375 1.0625,-8.3125 c -0.015625,0 -0.078125,-0.015625 -0.078125,-0.015625 H 0.4375 c -0.125,0 -0.203125,0.15625 -0.140625,0.25 L 1.453125,-6.4375 C 1.46875,-6.40625 1.5,-6.390625 1.546875,-6.390625 H 2.875 c 0.046875,0 0.09375,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-68b600c3-4420-40e8-b30a-64b9b6a6dabe" + overflow="visible" + style="overflow:visible"> + id="id-219884db-b0a6-4360-b0fa-fba37fb4d7c1" + d="m 2.671875,0.375 v -5.28125 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.65625 c -0.453125,0 -0.5625,0.15625 -0.5625,0.5625 v 5.578125 c 0,0.296875 0,0.78125 -0.71875,0.78125 -0.21875,0 -0.5,-0.046875 -0.75,-0.21875 C -0.40625,1.21875 -0.453125,1.1875 -0.5,1.1875 c -0.09375,0 -0.109375,0 -0.21875,0.3125 -0.046875,0.125 -0.125,0.359375 -0.125,0.390625 0,0.21875 0.984375,0.5625 1.734375,0.5625 1.328125,0 1.78125,-0.890625 1.78125,-2.078125 z m 0,-7.625 v -0.21875 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 H 1.5 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.5625,-0.21875 0.5625,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-0f1f8935-1bf2-46a1-8808-fc55e179b4e5" + overflow="visible" + style="overflow:visible"> + id="id-e523d122-6577-4683-aec5-80b2361db48c" + d="M 5.671875,-0.578125 V -3.78125 c 0,-1.890625 -1.828125,-1.890625 -2.421875,-1.890625 -0.5625,0 -1.15625,0.046875 -1.953125,0.375 -0.25,0.109375 -0.3125,0.140625 -0.3125,0.28125 0,0.078125 0.0625,0.765625 0.078125,0.875 0.015625,0.0625 0.078125,0.125 0.15625,0.125 0.0625,0 0.09375,-0.03125 0.125,-0.078125 0.515625,-0.53125 1.125,-0.796875 1.859375,-0.796875 0.640625,0 0.84375,0.390625 0.84375,1.09375 V -3.375 c -0.421875,0 -3.5625,0.03125 -3.5625,1.78125 0,0.84375 0.671875,1.71875 1.734375,1.71875 0.40625,0 1.296875,-0.109375 1.859375,-0.9375 v 0.234375 C 4.078125,-0.1875 4.15625,0 4.65625,0 h 0.4375 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 z m -1.625,-1.265625 c 0,1.109375 -1.140625,1.109375 -1.171875,1.109375 -0.515625,0 -0.828125,-0.421875 -0.828125,-0.875 0,-1.171875 1.65625,-1.265625 2,-1.265625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-03e5b19c-410e-43b7-b4ad-584cbafefe55" + overflow="visible" + style="overflow:visible"> + id="id-95224bfd-55c1-43b9-b376-c34c7a8605fd" + d="m 5.46875,-0.59375 c 0,-0.140625 -0.046875,-0.6875 -0.078125,-0.84375 0,-0.03125 -0.03125,-0.15625 -0.140625,-0.15625 -0.046875,0 -0.078125,0 -0.1875,0.125 -0.203125,0.171875 -0.765625,0.671875 -1.75,0.671875 -1.25,0 -1.25,-1.21875 -1.25,-1.96875 0,-0.96875 0.0625,-1.984375 1.28125,-1.984375 0.78125,0 1.109375,0.203125 1.53125,0.546875 0.140625,0.140625 0.171875,0.140625 0.21875,0.140625 0.125,0 0.140625,-0.109375 0.15625,-0.15625 0.015625,-0.09375 0.140625,-0.765625 0.140625,-0.828125 0,-0.109375 -0.078125,-0.15625 -0.28125,-0.25 -0.578125,-0.265625 -0.9375,-0.375 -1.78125,-0.375 -1.78125,0 -2.890625,0.828125 -2.890625,2.921875 0,1.984375 1.03125,2.875 2.84375,2.875 0.3125,0 1.03125,0 1.828125,-0.40625 0.34375,-0.1875 0.359375,-0.203125 0.359375,-0.3125 z m -0.3125,-7.515625 c 0.0625,-0.09375 0,-0.21875 -0.125,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.0625,0.015625 L 3.234375,-7.09375 2.0625,-8.3125 c -0.03125,0 -0.078125,-0.015625 -0.078125,-0.015625 h -0.5625 c -0.125,0 -0.1875,0.15625 -0.125,0.25 L 2.4375,-6.4375 C 2.46875,-6.40625 2.5,-6.390625 2.546875,-6.390625 H 3.875 c 0.046875,0 0.078125,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-0c5a831b-3d61-4ada-8659-5f147fc7d809" + overflow="visible" + style="overflow:visible"> + id="id-3692cc6c-3ac7-4220-9fa7-aa32e02489b2" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-b5d9a99b-c262-4ce4-90de-2539406a1dc2" + overflow="visible" + style="overflow:visible"> + id="id-ed67f3bf-b0b9-49f6-9029-7c6ec50c871a" + d="m 5.9375,-0.265625 c 0,0 0,-0.109375 -0.109375,-0.265625 L 3.734375,-3.25 5.578125,-4.953125 c 0.140625,-0.140625 0.1875,-0.171875 0.1875,-0.265625 0,-0.25 -0.25,-0.25 -0.40625,-0.25 H 4.65625 c -0.203125,0 -0.4375,0 -0.71875,0.25 L 2.21875,-3.625 v -4.09375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.25 c -0.4375,0 -0.578125,0.140625 -0.578125,0.578125 v 7.140625 C 0.828125,-0.140625 0.953125,0 1.40625,0 H 1.609375 C 2.0625,0 2.1875,-0.15625 2.1875,-0.578125 V -1.8125 C 2.375,-1.984375 2.5625,-2.15625 2.75,-2.328125 l 1.546875,2.03125 C 4.5,-0.03125 4.59375,0 4.9375,0 H 5.515625 C 5.671875,0 5.9375,0 5.9375,-0.265625 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-4a5dc3a6-1533-4305-bb0e-480a9668f025" + overflow="visible" + style="overflow:visible"> + id="id-407742b6-1ce1-46af-b0f1-0965c1305e3b" + d="" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-2349c5e8-545d-422f-842a-6f12da86e689" + overflow="visible" + style="overflow:visible"> + id="id-df08218f-44be-40de-85c3-022fac40c8dc" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-44a4b189-ee4a-4c32-a301-b2eb70e09457" + overflow="visible" + style="overflow:visible"> + id="id-7bba17ca-ed68-4cbf-b315-b449ee62453d" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-cdc27f2f-6f54-4a41-b664-de3894fb5d9e" + overflow="visible" + style="overflow:visible"> + id="id-9464949c-867b-4131-ae1d-a061dc32ce1b" + d="M 7.71875,0 V -6.921875 H 6.578125 L 5.28125,-3.53125 C 4.9375,-2.625 4.46875,-1.390625 4.359375,-0.921875 H 4.34375 c -0.046875,-0.21875 -0.171875,-0.578125 -0.3125,-1 l -1.5625,-4.125 -0.34375,-0.875 H 1 V 0 H 1.78125 V -6.1875 C 1.84375,-5.859375 2.25,-4.78125 2.5,-4.09375 l 1.484375,3.875 h 0.71875 L 6.03125,-3.6875 6.515625,-4.953125 C 6.609375,-5.25 6.875,-5.96875 6.921875,-6.1875 H 6.9375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-a93aae19-8c9b-4a4b-b340-f23eac2aa930" + overflow="visible" + style="overflow:visible"> + id="id-9b567122-d39d-40ed-83ba-b3935fe2981a" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-815c7ce8-6a45-484b-b2be-f90f0a3572af" + overflow="visible" + style="overflow:visible"> + id="id-a97e0889-534a-4bcc-8170-79e267d5ebe2" + d="M 3.453125,-6.25 V -6.921875 C 3.34375,-6.953125 3.03125,-7.03125 2.65625,-7.03125 1.71875,-7.03125 1,-6.3125 1,-5.328125 v 0.90625 H 0.265625 V -3.84375 H 1 V 0 h 0.75 v -3.84375 h 1.09375 v -0.578125 h -1.125 v -1.1875 c 0,-0.734375 0.671875,-0.8125 0.9375,-0.8125 0.1875,0 0.46875,0.015625 0.796875,0.171875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-c4528739-c8da-4589-9e68-e8c0bebbf8e9" + overflow="visible" + style="overflow:visible"> + id="id-56740f64-a061-48ab-b884-5dc7882a8684" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-594bf97b-1684-4945-a5e6-11590e168ae3" + overflow="visible" + style="overflow:visible"> + id="id-09248ad4-c93a-4bbd-a115-190198c1bc52" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(-153.963,-29.9809)" + id="id-940ea7e7-9828-4ba1-a325-7cb9f42022a4"> + transform="translate(152.869,38.309)" + id="g41357"> + id="id-db7458ac-e5c1-4246-a6c1-99f6e828c6ac" + d="m 7.65625,-5.71875 c 0,-1.796875 -1.171875,-2.578125 -3,-2.578125 h -3 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 7.140625 C 1.09375,-0.140625 1.21875,0 1.65625,0 H 2.265625 C 2.71875,0 2.84375,-0.15625 2.84375,-0.578125 v -2.625 h 1.8125 c 1.875,0 3,-0.796875 3,-2.515625 z m -1.65625,0 c 0,0.8125 -0.125,1.578125 -1.734375,1.578125 H 2.8125 v -3.125 H 4.28125 C 5.84375,-7.265625 6,-6.546875 6,-5.71875 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(161.271,38.309)" + id="g41360"> + + + + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(172.296,38.309)" + id="g41366"> + id="id-397ed049-f6ce-4ae6-98a4-f61a64c6f4ba" + d="m 9.640625,-0.578125 v -3.3125 c 0,-1.21875 -0.53125,-1.71875 -1.75,-1.71875 -0.84375,0 -1.5,0.390625 -1.9375,1.1875 C 5.765625,-5.5625 4.75,-5.609375 4.25,-5.609375 c -0.234375,0 -0.734375,0 -1.28125,0.390625 C 2.609375,-4.9375 2.359375,-4.546875 2.28125,-4.375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.078125 0.734375,-1.53125 1.3125,-1.53125 0.578125,0 0.703125,0.25 0.703125,0.890625 v 3.28125 C 4.359375,-0.140625 4.5,0 4.9375,0 h 0.484375 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 V -3.21875 c 0,-1.078125 0.734375,-1.53125 1.3125,-1.53125 0.578125,0 0.71875,0.25 0.71875,0.890625 v 3.28125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 9.0625 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(182.658,38.309)" + id="g41369"> + id="id-4c9e7a24-bdc9-43fc-8fc5-304b3de66e7b" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 Z M 2.40625,-7.25 v -0.21875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.21875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.578125,-0.21875 0.578125,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(185.712,38.309)" + id="g41372"> + id="id-38542426-7ffb-4ba5-ae91-e78b6fc4786a" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(192.42,38.309)" + id="g41375"> + id="id-013461ad-10c8-4458-989d-d00313abfab6" + d="M 5.96875,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 4.921875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.5625 v 2.84375 c 0,0.78125 -0.40625,1.46875 -1.265625,1.46875 -0.65625,0 -0.734375,-0.171875 -0.734375,-0.8125 v -3.5 c 0,-0.375 -0.078125,-0.5625 -0.578125,-0.5625 h -0.46875 c -0.4375,0 -0.578125,0.125 -0.578125,0.5625 V -1.5 c 0,1.265625 0.6875,1.625 1.9375,1.625 0.3125,0 1.171875,0 1.734375,-1.015625 v 0.3125 C 4.390625,-0.1875 4.46875,0 4.953125,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(199.128,38.309)" + id="g41378"> + id="id-6f9d4a9e-e308-4150-8d0f-4b521248a655" + d="m 4.453125,-0.5625 c 0,-0.03125 -0.015625,-0.125 -0.09375,-0.375 -0.0625,-0.234375 -0.078125,-0.3125 -0.1875,-0.3125 -0.0625,0 -0.078125,0.015625 -0.140625,0.09375 -0.140625,0.09375 -0.453125,0.359375 -0.953125,0.359375 -0.296875,0 -0.46875,-0.203125 -0.46875,-1 v -2.8125 h 1.0625 c 0.140625,0 0.578125,0 0.578125,-0.4375 0,-0.421875 -0.4375,-0.421875 -0.578125,-0.421875 h -1.0625 v -1 c 0,-0.375 -0.09375,-0.578125 -0.578125,-0.578125 h -0.375 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 1 H 0.8125 c -0.125,0 -0.578125,0 -0.578125,0.421875 0,0.4375 0.4375,0.4375 0.578125,0.4375 h 0.234375 v 3.015625 c 0,1.21875 0.4375,1.71875 1.265625,1.71875 0.109375,0 0.625,0 1.25,-0.1875 0.203125,-0.0625 0.890625,-0.265625 0.890625,-0.5 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(203.961,38.309)" + id="g41381"> + id="id-86601fc1-6256-40b0-9300-c78d60cb00aa" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(211.403,38.309)" + id="g41385"> + id="id-4b38af35-f972-472f-a748-9d7b51855874" + d="m 6.25,-2.765625 c 0,-0.578125 0,-2.84375 -2.15625,-2.84375 -0.71875,0 -1.34375,0.296875 -1.78125,0.703125 0,-0.453125 -0.15625,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 V 1.75 c 0,0.421875 0.125,0.5625 0.5625,0.5625 H 1.78125 c 0.453125,0 0.578125,-0.15625 0.578125,-0.5625 V -0.46875 C 2.890625,0.125 3.546875,0.125 3.71875,0.125 6.25,0.125 6.25,-2.15625 6.25,-2.765625 Z m -1.625,0.03125 c 0,0.46875 0,2 -1.34375,2 -0.28125,0 -0.5,-0.09375 -0.640625,-0.203125 -0.28125,-0.203125 -0.28125,-0.25 -0.28125,-0.46875 v -2.875 c 0.125,-0.125 0.515625,-0.390625 1.03125,-0.390625 1.21875,0 1.234375,1.40625 1.234375,1.9375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(217.74,38.309)" + id="g41389"> + id="id-2c28916f-27cc-425b-a0bb-5cfece939287" + d="m 4.25,-4.71875 v -0.5625 c 0,-0.234375 0,-0.328125 -0.203125,-0.328125 -0.34375,0 -1.21875,0.125 -1.78125,1.40625 V -4.96875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.578125 v 4.390625 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 V -2.75 c 0,-1.140625 0.953125,-1.59375 1.703125,-1.65625 0.21875,0 0.234375,0 0.234375,-0.3125 z M 4.15625,-8.109375 c 0.0625,-0.09375 0,-0.21875 -0.109375,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.078125,0.015625 L 2.234375,-7.09375 1.0625,-8.3125 c -0.015625,0 -0.078125,-0.015625 -0.078125,-0.015625 H 0.4375 c -0.125,0 -0.203125,0.15625 -0.140625,0.25 L 1.453125,-6.4375 C 1.46875,-6.40625 1.5,-6.390625 1.546875,-6.390625 H 2.875 c 0.046875,0 0.09375,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(222.19,38.309)" + id="g41392"> + id="id-20b0e81f-b0fb-42e3-b118-1ae67bdc2a1a" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 Z M 2.40625,-7.25 v -0.21875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.21875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.578125,-0.21875 0.578125,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(225.245,38.309)" + id="g41395"> + id="id-66079ff0-755c-4976-93de-fe5047076c63" + d="m 2.671875,0.375 v -5.28125 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.65625 c -0.453125,0 -0.5625,0.15625 -0.5625,0.5625 v 5.578125 c 0,0.296875 0,0.78125 -0.71875,0.78125 -0.21875,0 -0.5,-0.046875 -0.75,-0.21875 C -0.40625,1.21875 -0.453125,1.1875 -0.5,1.1875 c -0.09375,0 -0.109375,0 -0.21875,0.3125 -0.046875,0.125 -0.125,0.359375 -0.125,0.390625 0,0.21875 0.984375,0.5625 1.734375,0.5625 1.328125,0 1.78125,-0.890625 1.78125,-2.078125 z m 0,-7.625 v -0.21875 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 H 1.5 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.5625,-0.21875 0.5625,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(228.665,38.309)" + id="g41398"> + id="id-57d46ef5-3f0d-4bfd-b274-1ca388752750" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(231.72,38.309)" + id="g41401"> + id="id-f3f9b4d7-06fe-4b62-bf24-4c25239a3f31" + d="m 9.640625,-0.578125 v -3.3125 c 0,-1.21875 -0.53125,-1.71875 -1.75,-1.71875 -0.84375,0 -1.5,0.390625 -1.9375,1.1875 C 5.765625,-5.5625 4.75,-5.609375 4.25,-5.609375 c -0.234375,0 -0.734375,0 -1.28125,0.390625 C 2.609375,-4.9375 2.359375,-4.546875 2.28125,-4.375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.078125 0.734375,-1.53125 1.3125,-1.53125 0.578125,0 0.703125,0.25 0.703125,0.890625 v 3.28125 C 4.359375,-0.140625 4.5,0 4.9375,0 h 0.484375 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 V -3.21875 c 0,-1.078125 0.734375,-1.53125 1.3125,-1.53125 0.578125,0 0.71875,0.25 0.71875,0.890625 v 3.28125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 9.0625 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(242.081,38.309)" + id="g41404"> + id="id-e57e6028-7a16-4bce-a847-f0c3c40d241b" + d="M 5.671875,-0.578125 V -3.78125 c 0,-1.890625 -1.828125,-1.890625 -2.421875,-1.890625 -0.5625,0 -1.15625,0.046875 -1.953125,0.375 -0.25,0.109375 -0.3125,0.140625 -0.3125,0.28125 0,0.078125 0.0625,0.765625 0.078125,0.875 0.015625,0.0625 0.078125,0.125 0.15625,0.125 0.0625,0 0.09375,-0.03125 0.125,-0.078125 0.515625,-0.53125 1.125,-0.796875 1.859375,-0.796875 0.640625,0 0.84375,0.390625 0.84375,1.09375 V -3.375 c -0.421875,0 -3.5625,0.03125 -3.5625,1.78125 0,0.84375 0.671875,1.71875 1.734375,1.71875 0.40625,0 1.296875,-0.109375 1.859375,-0.9375 v 0.234375 C 4.078125,-0.1875 4.15625,0 4.65625,0 h 0.4375 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 z m -1.625,-1.265625 c 0,1.109375 -1.140625,1.109375 -1.171875,1.109375 -0.515625,0 -0.828125,-0.421875 -0.828125,-0.875 0,-1.171875 1.65625,-1.265625 2,-1.265625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(248.358,38.309)" + id="g41407"> + id="id-a45f8e3a-a500-427b-965b-91dc9afcc4a9" + d="m 5.46875,-0.59375 c 0,-0.140625 -0.046875,-0.6875 -0.078125,-0.84375 0,-0.03125 -0.03125,-0.15625 -0.140625,-0.15625 -0.046875,0 -0.078125,0 -0.1875,0.125 -0.203125,0.171875 -0.765625,0.671875 -1.75,0.671875 -1.25,0 -1.25,-1.21875 -1.25,-1.96875 0,-0.96875 0.0625,-1.984375 1.28125,-1.984375 0.78125,0 1.109375,0.203125 1.53125,0.546875 0.140625,0.140625 0.171875,0.140625 0.21875,0.140625 0.125,0 0.140625,-0.109375 0.15625,-0.15625 0.015625,-0.09375 0.140625,-0.765625 0.140625,-0.828125 0,-0.109375 -0.078125,-0.15625 -0.28125,-0.25 -0.578125,-0.265625 -0.9375,-0.375 -1.78125,-0.375 -1.78125,0 -2.890625,0.828125 -2.890625,2.921875 0,1.984375 1.03125,2.875 2.84375,2.875 0.3125,0 1.03125,0 1.828125,-0.40625 0.34375,-0.1875 0.359375,-0.203125 0.359375,-0.3125 z m -0.3125,-7.515625 c 0.0625,-0.09375 0,-0.21875 -0.125,-0.21875 h -0.5625 c 0,0 -0.046875,0.015625 -0.0625,0.015625 L 3.234375,-7.09375 2.0625,-8.3125 c -0.03125,0 -0.078125,-0.015625 -0.078125,-0.015625 h -0.5625 c -0.125,0 -0.1875,0.15625 -0.125,0.25 L 2.4375,-6.4375 C 2.46875,-6.40625 2.5,-6.390625 2.546875,-6.390625 H 3.875 c 0.046875,0 0.078125,-0.015625 0.109375,-0.046875 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(254.202,38.309)" + id="g41410"> + id="id-9fa77d6d-eb4f-41de-95b0-04b5c2a2e015" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(260.313,38.309)" + id="g41413"> + id="id-5f83ef9c-e9ef-4ac0-97c4-38f07d4bcc2b" + d="m 5.9375,-0.265625 c 0,0 0,-0.109375 -0.109375,-0.265625 L 3.734375,-3.25 5.578125,-4.953125 c 0.140625,-0.140625 0.1875,-0.171875 0.1875,-0.265625 0,-0.25 -0.25,-0.25 -0.40625,-0.25 H 4.65625 c -0.203125,0 -0.4375,0 -0.71875,0.25 L 2.21875,-3.625 v -4.09375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.25 c -0.4375,0 -0.578125,0.140625 -0.578125,0.578125 v 7.140625 C 0.828125,-0.140625 0.953125,0 1.40625,0 H 1.609375 C 2.0625,0 2.1875,-0.15625 2.1875,-0.578125 V -1.8125 C 2.375,-1.984375 2.5625,-2.15625 2.75,-2.328125 l 1.546875,2.03125 C 4.5,-0.03125 4.59375,0 4.9375,0 H 5.515625 C 5.671875,0 5.9375,0 5.9375,-0.265625 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(188.6,50.573)" + id="g41417"> + id="id-8461df1c-e76a-48d1-95ad-68ac8ccf9e46" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(193.748,50.573)" + id="g41420"> + id="id-4098e7a4-d62f-4d5e-8c16-fcc7005721c5" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(201.853,50.573)" + id="g41424"> + id="id-7088fd9c-ec44-4647-ae1c-f9f2ad3c6613" + d="M 7.71875,0 V -6.921875 H 6.578125 L 5.28125,-3.53125 C 4.9375,-2.625 4.46875,-1.390625 4.359375,-0.921875 H 4.34375 c -0.046875,-0.21875 -0.171875,-0.578125 -0.3125,-1 l -1.5625,-4.125 -0.34375,-0.875 H 1 V 0 H 1.78125 V -6.1875 C 1.84375,-5.859375 2.25,-4.78125 2.5,-4.09375 l 1.484375,3.875 h 0.71875 L 6.03125,-3.6875 6.515625,-4.953125 C 6.609375,-5.25 6.875,-5.96875 6.921875,-6.1875 H 6.9375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(210.571,50.573)" + id="g41427"> + id="id-fc1cc95e-ae84-43cb-9a3b-f008ed300441" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + + + + + + + + transform="translate(226.594,50.573)" + id="g41439"> + id="id-1f632c64-a50c-4caf-b266-da72fc528596" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + ns10:jacobian_sqrt="0.352778" + id="g47259"> + id="id-4deddcd6-8bab-41ba-8456-cccebbaee042"> - - - - - - - - - - - - - - - + id="id-77638f69-feb5-44e1-9c3d-c02ba7b77504"> + id="id-36873335-ca74-450d-9b56-152ee30d74d4" + overflow="visible" + style="overflow:visible"> + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-c728f55f-ef12-4ba6-87f2-fb87590fb9aa" + overflow="visible" + style="overflow:visible"> + id="id-ffb7a4af-b285-4311-86f9-1ebbcfb404cd" + d="m 8.375,-0.34375 -3.34375,-4.5 3.140625,-2.953125 C 8.3125,-7.921875 8.3125,-8 8.3125,-8.046875 c 0,-0.25 -0.234375,-0.25 -0.40625,-0.25 H 7.1875 c -0.203125,0 -0.453125,0 -0.703125,0.234375 l -3.84375,3.640625 V -7.71875 c 0,-0.390625 -0.078125,-0.578125 -0.578125,-0.578125 H 1.65625 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 7.140625 C 1.09375,-0.140625 1.21875,0 1.65625,0 H 2.0625 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 v -2 L 3.96875,-3.84375 6.640625,-0.25 C 6.84375,0 7.015625,0 7.25,0 H 7.953125 C 8.21875,0 8.375,0 8.375,-0.34375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-45702639-9edd-48a0-b2e4-f0b6f55a2dfe" + overflow="visible" + style="overflow:visible"> + id="id-e918ff27-53b9-4033-8aaa-5d26eaa1b184" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-52b336ab-3b81-484a-85a2-54a7f3ab66b8" + overflow="visible" + style="overflow:visible"> + id="id-ece21fe6-ff9d-4710-9d85-9ebc53ecc751" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 Z M 2.40625,-7.25 v -0.21875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.21875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.578125,-0.21875 0.578125,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-bbd0a19d-5f82-4415-bdda-7ead612f8079" + overflow="visible" + style="overflow:visible"> + id="id-380c1a6f-664e-4c3c-8657-861760722e41" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.203125,0 -1.75,0.828125 -1.921875,1.15625 V -7.71875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 h -0.4375 c -0.4375,0 -0.578125,0.140625 -0.578125,0.578125 v 7.140625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-8a576023-77ff-4a54-982c-a8b995720604" + overflow="visible" + style="overflow:visible"> + id="id-bc7b5937-1975-4e74-961c-ea8863012b0b" + d="m 5.65625,-5.15625 c 0,-0.3125 -0.328125,-0.3125 -0.484375,-0.3125 H 4.90625 c -0.1875,0 -0.453125,0 -0.625,0.265625 -0.03125,0.0625 -1,2.703125 -1.0625,3.5 H 3.203125 C 3.140625,-2.28125 2.65625,-3.390625 2.140625,-4.546875 1.8125,-5.296875 1.71875,-5.46875 1.125,-5.46875 H 0.8125 c -0.171875,0 -0.46875,0 -0.46875,0.3125 0,0.046875 0.03125,0.125 0.0625,0.1875 L 2.671875,0 C 2.5625,0.25 2.53125,0.375 2.5,0.5 2.359375,0.890625 2.15625,1.4375 1.5,1.4375 1.109375,1.4375 0.84375,1.265625 0.703125,1.1875 0.640625,1.140625 0.625,1.140625 0.578125,1.140625 0.53125,1.140625 0.4375,1.171875 0.4375,1.3125 c 0,0.09375 0.0625,0.921875 0.09375,0.96875 0.109375,0.140625 0.765625,0.171875 0.953125,0.171875 1.484375,0 2.0625,-1.40625 2.15625,-1.703125 L 5.59375,-4.90625 c 0.0625,-0.15625 0.0625,-0.1875 0.0625,-0.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-17100291-486e-4c97-9b09-dcab68abfe0d" + overflow="visible" + style="overflow:visible"> + id="id-9b61b939-7d76-4a45-bbe1-b459cab9603a" + d="M 9.1875,-0.296875 V -0.875 c 0,-0.21875 0,-0.34375 -0.15625,-0.34375 C 9,-1.21875 8.984375,-1.203125 8.921875,-1.171875 8.34375,-0.9375 7.84375,-0.9375 7.6875,-0.9375 7.421875,-0.9375 7.046875,-0.96875 6.59375,-1.21875 8.171875,-2.640625 8.765625,-4.75 8.765625,-4.859375 8.765625,-4.96875 8.671875,-5 8.59375,-5.015625 8.46875,-5.0625 7.8125,-5.25 7.71875,-5.25 c -0.109375,0 -0.125,0.0625 -0.203125,0.3125 -0.46875,1.53125 -1.3125,2.515625 -1.890625,2.96875 -0.109375,-0.109375 -1.171875,-1.203125 -1.671875,-2.09375 1.421875,-1.015625 2.15625,-1.75 2.15625,-2.546875 0,-1 -0.828125,-1.953125 -2.015625,-1.953125 -1.109375,0 -2.21875,0.890625 -2.21875,2.3125 0,0.90625 0.296875,1.78125 0.5,2.25 -0.328125,0.21875 -1.03125,0.71875 -1.234375,0.875 -0.1875,0.1875 -0.59375,0.671875 -0.59375,1.375 0,1.109375 1.03125,2.015625 2.40625,2.015625 1.390625,0 2.46875,-0.640625 2.515625,-0.65625 0.5625,0.3125 1.265625,0.65625 2.203125,0.65625 0.78125,0 1.375,-0.203125 1.40625,-0.234375 C 9.1875,0 9.1875,-0.0625 9.1875,-0.296875 Z M 4.75,-6.59375 c 0,0.75 -0.65625,1.359375 -1.1875,1.734375 C 3.265625,-5.6875 3.234375,-6.21875 3.234375,-6.53125 c 0,-0.875 0.546875,-1.171875 0.859375,-1.171875 0.453125,0 0.65625,0.640625 0.65625,1.109375 z m -0.34375,5.375 c -0.671875,0.28125 -1.3125,0.28125 -1.421875,0.28125 -0.765625,0 -0.8125,-0.96875 -0.8125,-1.140625 0,-0.8125 0.453125,-1.0625 0.609375,-1.15625 0.5,0.875 1.171875,1.5625 1.625,2.015625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-41635a21-98d6-448f-ad93-b2c8123e2104" + overflow="visible" + style="overflow:visible"> + id="id-f6b2c9d7-1652-4417-89b2-9e9dd24c1864" + d="M 5.96875,-0.578125 V -7.71875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 h -0.4375 C 4.5,-8.296875 4.375,-8.140625 4.375,-7.71875 v 2.703125 c -0.53125,-0.5 -1.140625,-0.59375 -1.5,-0.59375 -2.4375,0 -2.4375,2.296875 -2.4375,2.890625 0,0.546875 0,2.84375 2.375,2.84375 0.5,0 1.015625,-0.140625 1.53125,-0.6875 C 4.34375,-0.125 4.5,0 4.90625,0 H 5.390625 C 5.84375,0 5.96875,-0.15625 5.96875,-0.578125 Z M 4.34375,-1.5 c 0,0.203125 0,0.3125 -0.34375,0.5625 -0.3125,0.1875 -0.578125,0.203125 -0.71875,0.203125 -1.21875,0 -1.21875,-1.09375 -1.21875,-1.984375 0,-0.90625 0,-2.03125 1.34375,-2.03125 0.34375,0 0.671875,0.125 0.9375,0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-88892654-e9b3-4a0a-ac78-59932acd1a1a" + overflow="visible" + style="overflow:visible"> + id="id-73fff907-7698-4f16-ad70-e5a17b14e2b8" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-32aed10e-4824-4e86-9848-1262e48af0bd" + overflow="visible" + style="overflow:visible"> + id="id-056e0452-b062-4e5f-9fa5-698427f3491f" + d="M 4.734375,-1.6875 C 4.734375,-2.359375 4.375,-2.765625 4.15625,-2.96875 3.6875,-3.390625 3.265625,-3.46875 2.765625,-3.5625 2.109375,-3.6875 1.625,-3.78125 1.625,-4.25 c 0,-0.484375 0.390625,-0.578125 0.859375,-0.578125 0.796875,0 1.234375,0.296875 1.546875,0.5625 0.109375,0.125 0.140625,0.125 0.1875,0.125 0.125,0 0.140625,-0.109375 0.15625,-0.15625 C 4.40625,-4.40625 4.515625,-5.0625 4.515625,-5.125 c 0,-0.1875 -0.625,-0.359375 -0.765625,-0.40625 -0.46875,-0.140625 -0.859375,-0.140625 -1.171875,-0.140625 -0.53125,0 -2.140625,0 -2.140625,1.703125 0,0.59375 0.265625,0.9375 0.59375,1.234375 0.421875,0.375 0.875,0.46875 1.5625,0.59375 0.34375,0.0625 0.953125,0.171875 0.953125,0.6875 0,0.5625 -0.46875,0.65625 -0.921875,0.65625 -0.53125,0 -1.203125,-0.15625 -1.765625,-0.828125 -0.0625,-0.0625 -0.09375,-0.09375 -0.171875,-0.09375 -0.109375,0 -0.140625,0.109375 -0.15625,0.171875 C 0.515625,-1.375 0.375,-0.6875 0.375,-0.578125 c 0,0.21875 0.890625,0.5 0.890625,0.5 C 1.921875,0.125 2.421875,0.125 2.625,0.125 c 0.609375,0 2.109375,-0.046875 2.109375,-1.8125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-418934da-a840-4174-9d7d-608045682d8a" + overflow="visible" + style="overflow:visible"> + id="id-a3ea5e40-e97c-4c0c-9fa8-8556f074e29c" + d="m 5.9375,-0.265625 c 0,0 0,-0.109375 -0.109375,-0.265625 L 3.734375,-3.25 5.578125,-4.953125 c 0.140625,-0.140625 0.1875,-0.171875 0.1875,-0.265625 0,-0.25 -0.25,-0.25 -0.40625,-0.25 H 4.65625 c -0.203125,0 -0.4375,0 -0.71875,0.25 L 2.21875,-3.625 v -4.09375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.25 c -0.4375,0 -0.578125,0.140625 -0.578125,0.578125 v 7.140625 C 0.828125,-0.140625 0.953125,0 1.40625,0 H 1.609375 C 2.0625,0 2.1875,-0.15625 2.1875,-0.578125 V -1.8125 C 2.375,-1.984375 2.5625,-2.15625 2.75,-2.328125 l 1.546875,2.03125 C 4.5,-0.03125 4.59375,0 4.9375,0 H 5.515625 C 5.671875,0 5.9375,0 5.9375,-0.265625 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-178f1e61-6092-4dca-b995-65cc0e07b05d" + overflow="visible" + style="overflow:visible"> + id="id-9d651da9-8b73-43a9-9f60-ab1c38589dc1" + d="m 6.1875,-2.6875 c 0,-1.96875 -0.953125,-2.984375 -2.90625,-2.984375 -1.984375,0 -2.90625,1.0625 -2.90625,2.984375 0,1.953125 1.03125,2.8125 2.90625,2.8125 1.875,0 2.90625,-0.859375 2.90625,-2.8125 z m -1.625,-0.140625 c 0,0.9375 0,2.03125 -1.28125,2.03125 C 2,-0.796875 2,-1.875 2,-2.828125 2,-3.75 2,-4.8125 3.28125,-4.8125 c 1.28125,0 1.28125,1.046875 1.28125,1.984375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + id="id-72120a86-8d27-4cae-98cc-8aea9c9c58b2" + overflow="visible" + style="overflow:visible"> + id="id-6e54ca11-3619-48a5-a7ee-d5421c1dc6b5" + d="m 5.65625,-5.140625 c 0,-0.328125 -0.296875,-0.328125 -0.484375,-0.328125 h -0.25 c -0.5,0 -0.625,0.171875 -0.734375,0.515625 L 3,-1.34375 1.8125,-4.953125 C 1.734375,-5.21875 1.65625,-5.46875 1.078125,-5.46875 H 0.78125 c -0.171875,0 -0.46875,0 -0.46875,0.328125 0,0.03125 0,0.0625 0.0625,0.234375 L 1.796875,-0.5 c 0.15625,0.5 0.53125,0.5 0.75,0.5 h 0.875 C 3.640625,0 4,0 4.171875,-0.5 L 5.59375,-4.90625 c 0.0625,-0.171875 0.0625,-0.203125 0.0625,-0.234375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(-161.359,-29.7465)" + id="id-11f98265-54fe-433d-bbce-6c8eaed82215"> - - - + transform="translate(160.265,38.309)" + id="g47213"> + id="id-30001e93-5873-421c-93b5-fa08c64591cc" + d="m 8.375,-0.34375 -3.34375,-4.5 3.140625,-2.953125 C 8.3125,-7.921875 8.3125,-8 8.3125,-8.046875 c 0,-0.25 -0.234375,-0.25 -0.40625,-0.25 H 7.1875 c -0.203125,0 -0.453125,0 -0.703125,0.234375 l -3.84375,3.640625 V -7.71875 c 0,-0.390625 -0.078125,-0.578125 -0.578125,-0.578125 H 1.65625 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 7.140625 C 1.09375,-0.140625 1.21875,0 1.65625,0 H 2.0625 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 v -2 L 3.96875,-3.84375 6.640625,-0.25 C 6.84375,0 7.015625,0 7.25,0 H 7.953125 C 8.21875,0 8.375,0 8.375,-0.34375 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(169.398,38.309)" + id="g47216"> + id="id-7eb767ff-b5e7-4f4e-9544-456766da850a" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.265625,0 -1.796875,0.90625 -1.953125,1.234375 H 2.265625 v -0.59375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.40625 c -0.4375,0 -0.578125,0.125 -0.578125,0.578125 v 4.390625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(176.106,38.309)" + id="g47219"> + id="id-b8a6f362-9c80-42c0-ba7a-9430bc11bfaf" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 C 2.203125,0 2.3125,-0.15625 2.3125,-0.578125 Z M 2.40625,-7.25 v -0.21875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 H 1.21875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.578125,-0.21875 0.578125,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - + transform="translate(179.16,38.309)" + id="g47222"> + id="id-a48ef188-2266-4b35-ab64-abc4fade939f" + d="m 5.96875,-0.578125 v -3.3125 c 0,-1.21875 -0.515625,-1.71875 -1.734375,-1.71875 -1.203125,0 -1.75,0.828125 -1.921875,1.15625 V -7.71875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 h -0.4375 c -0.4375,0 -0.578125,0.140625 -0.578125,0.578125 v 7.140625 C 0.71875,-0.140625 0.84375,0 1.296875,0 h 0.46875 C 2.21875,0 2.34375,-0.15625 2.34375,-0.578125 V -3.21875 c 0,-1.03125 0.6875,-1.53125 1.3125,-1.53125 0.578125,0 0.6875,0.28125 0.6875,0.890625 v 3.28125 C 4.34375,-0.1875 4.4375,0 4.921875,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(185.868,38.309)" + id="g47225"> + id="id-45612231-447b-4cdc-baec-a6b4ad6d7a6a" + d="m 5.65625,-5.15625 c 0,-0.3125 -0.328125,-0.3125 -0.484375,-0.3125 H 4.90625 c -0.1875,0 -0.453125,0 -0.625,0.265625 -0.03125,0.0625 -1,2.703125 -1.0625,3.5 H 3.203125 C 3.140625,-2.28125 2.65625,-3.390625 2.140625,-4.546875 1.8125,-5.296875 1.71875,-5.46875 1.125,-5.46875 H 0.8125 c -0.171875,0 -0.46875,0 -0.46875,0.3125 0,0.046875 0.03125,0.125 0.0625,0.1875 L 2.671875,0 C 2.5625,0.25 2.53125,0.375 2.5,0.5 2.359375,0.890625 2.15625,1.4375 1.5,1.4375 1.109375,1.4375 0.84375,1.265625 0.703125,1.1875 0.640625,1.140625 0.625,1.140625 0.578125,1.140625 0.53125,1.140625 0.4375,1.171875 0.4375,1.3125 c 0,0.09375 0.0625,0.921875 0.09375,0.96875 0.109375,0.140625 0.765625,0.171875 0.953125,0.171875 1.484375,0 2.0625,-1.40625 2.15625,-1.703125 L 5.59375,-4.90625 c 0.0625,-0.15625 0.0625,-0.1875 0.0625,-0.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - - - - - - - - + transform="translate(196.233,38.309)" + id="g47229"> + id="id-80e12029-18ef-4af1-86af-bc0407c231cf" + d="M 9.1875,-0.296875 V -0.875 c 0,-0.21875 0,-0.34375 -0.15625,-0.34375 C 9,-1.21875 8.984375,-1.203125 8.921875,-1.171875 8.34375,-0.9375 7.84375,-0.9375 7.6875,-0.9375 7.421875,-0.9375 7.046875,-0.96875 6.59375,-1.21875 8.171875,-2.640625 8.765625,-4.75 8.765625,-4.859375 8.765625,-4.96875 8.671875,-5 8.59375,-5.015625 8.46875,-5.0625 7.8125,-5.25 7.71875,-5.25 c -0.109375,0 -0.125,0.0625 -0.203125,0.3125 -0.46875,1.53125 -1.3125,2.515625 -1.890625,2.96875 -0.109375,-0.109375 -1.171875,-1.203125 -1.671875,-2.09375 1.421875,-1.015625 2.15625,-1.75 2.15625,-2.546875 0,-1 -0.828125,-1.953125 -2.015625,-1.953125 -1.109375,0 -2.21875,0.890625 -2.21875,2.3125 0,0.90625 0.296875,1.78125 0.5,2.25 -0.328125,0.21875 -1.03125,0.71875 -1.234375,0.875 -0.1875,0.1875 -0.59375,0.671875 -0.59375,1.375 0,1.109375 1.03125,2.015625 2.40625,2.015625 1.390625,0 2.46875,-0.640625 2.515625,-0.65625 0.5625,0.3125 1.265625,0.65625 2.203125,0.65625 0.78125,0 1.375,-0.203125 1.40625,-0.234375 C 9.1875,0 9.1875,-0.0625 9.1875,-0.296875 Z M 4.75,-6.59375 c 0,0.75 -0.65625,1.359375 -1.1875,1.734375 C 3.265625,-5.6875 3.234375,-6.21875 3.234375,-6.53125 c 0,-0.875 0.546875,-1.171875 0.859375,-1.171875 0.453125,0 0.65625,0.640625 0.65625,1.109375 z m -0.34375,5.375 c -0.671875,0.28125 -1.3125,0.28125 -1.421875,0.28125 -0.765625,0 -0.8125,-0.96875 -0.8125,-1.140625 0,-0.8125 0.453125,-1.0625 0.609375,-1.15625 0.5,0.875 1.171875,1.5625 1.625,2.015625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + + transform="translate(210.539,38.309)" + id="g47233"> + id="id-97820e1c-a49e-4339-a0b2-b70088ab7ad4" + d="M 5.96875,-0.578125 V -7.71875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 h -0.4375 C 4.5,-8.296875 4.375,-8.140625 4.375,-7.71875 v 2.703125 c -0.53125,-0.5 -1.140625,-0.59375 -1.5,-0.59375 -2.4375,0 -2.4375,2.296875 -2.4375,2.890625 0,0.546875 0,2.84375 2.375,2.84375 0.5,0 1.015625,-0.140625 1.53125,-0.6875 C 4.34375,-0.125 4.5,0 4.90625,0 H 5.390625 C 5.84375,0 5.96875,-0.15625 5.96875,-0.578125 Z M 4.34375,-1.5 c 0,0.203125 0,0.3125 -0.34375,0.5625 -0.3125,0.1875 -0.578125,0.203125 -0.71875,0.203125 -1.21875,0 -1.21875,-1.09375 -1.21875,-1.984375 0,-0.90625 0,-2.03125 1.34375,-2.03125 0.34375,0 0.671875,0.125 0.9375,0.375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(217.247,38.309)" + id="g47236"> + id="id-0e9ca444-ae5f-4827-a7f7-6971dd0ea8eb" + d="m 5.71875,-3.109375 c 0,-1.546875 -0.703125,-2.5625 -2.484375,-2.5625 -1.921875,0 -2.859375,1.0625 -2.859375,2.890625 0,1.953125 1.125,2.90625 3,2.90625 0.46875,0 1.140625,-0.046875 1.9375,-0.453125 0.25,-0.125 0.34375,-0.15625 0.34375,-0.3125 C 5.65625,-0.71875 5.625,-1.0625 5.609375,-1.15625 5.5625,-1.53125 5.546875,-1.546875 5.4375,-1.546875 c -0.046875,0 -0.078125,0 -0.203125,0.125 -0.703125,0.609375 -1.421875,0.6875 -1.796875,0.6875 -1.359375,0 -1.5,-1.0625 -1.53125,-1.828125 h 3.25 c 0.265625,0 0.5625,0 0.5625,-0.546875 z M 4.40625,-3.1875 h -2.5 c 0.046875,-0.734375 0.28125,-1.625 1.328125,-1.625 0.953125,0 1.125,0.6875 1.171875,1.625 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(223.357,38.309)" + id="g47239"> + id="id-24923579-740b-4a84-b7a0-257c35d0a4f9" + d="M 4.734375,-1.6875 C 4.734375,-2.359375 4.375,-2.765625 4.15625,-2.96875 3.6875,-3.390625 3.265625,-3.46875 2.765625,-3.5625 2.109375,-3.6875 1.625,-3.78125 1.625,-4.25 c 0,-0.484375 0.390625,-0.578125 0.859375,-0.578125 0.796875,0 1.234375,0.296875 1.546875,0.5625 0.109375,0.125 0.140625,0.125 0.1875,0.125 0.125,0 0.140625,-0.109375 0.15625,-0.15625 C 4.40625,-4.40625 4.515625,-5.0625 4.515625,-5.125 c 0,-0.1875 -0.625,-0.359375 -0.765625,-0.40625 -0.46875,-0.140625 -0.859375,-0.140625 -1.171875,-0.140625 -0.53125,0 -2.140625,0 -2.140625,1.703125 0,0.59375 0.265625,0.9375 0.59375,1.234375 0.421875,0.375 0.875,0.46875 1.5625,0.59375 0.34375,0.0625 0.953125,0.171875 0.953125,0.6875 0,0.5625 -0.46875,0.65625 -0.921875,0.65625 -0.53125,0 -1.203125,-0.15625 -1.765625,-0.828125 -0.0625,-0.0625 -0.09375,-0.09375 -0.171875,-0.09375 -0.109375,0 -0.140625,0.109375 -0.15625,0.171875 C 0.515625,-1.375 0.375,-0.6875 0.375,-0.578125 c 0,0.21875 0.890625,0.5 0.890625,0.5 C 1.921875,0.125 2.421875,0.125 2.625,0.125 c 0.609375,0 2.109375,-0.046875 2.109375,-1.8125 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(228.399,38.309)" + id="g47242"> + id="id-715ca264-358a-4b23-a50b-a18f14b0363a" + d="m 5.9375,-0.265625 c 0,0 0,-0.109375 -0.109375,-0.265625 L 3.734375,-3.25 5.578125,-4.953125 c 0.140625,-0.140625 0.1875,-0.171875 0.1875,-0.265625 0,-0.25 -0.25,-0.25 -0.40625,-0.25 H 4.65625 c -0.203125,0 -0.4375,0 -0.71875,0.25 L 2.21875,-3.625 v -4.09375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.25 c -0.4375,0 -0.578125,0.140625 -0.578125,0.578125 v 7.140625 C 0.828125,-0.140625 0.953125,0 1.40625,0 H 1.609375 C 2.0625,0 2.1875,-0.15625 2.1875,-0.578125 V -1.8125 C 2.375,-1.984375 2.5625,-2.15625 2.75,-2.328125 l 1.546875,2.03125 C 4.5,-0.03125 4.59375,0 4.9375,0 H 5.515625 C 5.671875,0 5.9375,0 5.9375,-0.265625 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> - - - - - - + transform="translate(234.382,38.309)" + id="g47246"> + id="id-0e89031a-b1fe-43e6-8289-02d382ee8825" + d="m 6.1875,-2.6875 c 0,-1.96875 -0.953125,-2.984375 -2.90625,-2.984375 -1.984375,0 -2.90625,1.0625 -2.90625,2.984375 0,1.953125 1.03125,2.8125 2.90625,2.8125 1.875,0 2.90625,-0.859375 2.90625,-2.8125 z m -1.625,-0.140625 c 0,0.9375 0,2.03125 -1.28125,2.03125 C 2,-0.796875 2,-1.875 2,-2.828125 2,-3.75 2,-4.8125 3.28125,-4.8125 c 1.28125,0 1.28125,1.046875 1.28125,1.984375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(240.958,38.309)" + id="g47249"> + id="id-eb3505de-7bce-4829-9866-bc5b04b2e51a" + d="m 5.65625,-5.140625 c 0,-0.328125 -0.296875,-0.328125 -0.484375,-0.328125 h -0.25 c -0.5,0 -0.625,0.171875 -0.734375,0.515625 L 3,-1.34375 1.8125,-4.953125 C 1.734375,-5.21875 1.65625,-5.46875 1.078125,-5.46875 H 0.78125 c -0.171875,0 -0.46875,0 -0.46875,0.328125 0,0.03125 0,0.0625 0.0625,0.234375 L 1.796875,-0.5 c 0.15625,0.5 0.53125,0.5 0.75,0.5 h 0.875 C 3.640625,0 4,0 4.171875,-0.5 L 5.59375,-4.90625 c 0.0625,-0.171875 0.0625,-0.203125 0.0625,-0.234375 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(246.935,38.309)" + id="g47252"> + id="id-32902daa-e9c2-47c1-bd43-e646027395a1" + d="m 5.9375,-0.265625 c 0,0 0,-0.109375 -0.109375,-0.265625 L 3.734375,-3.25 5.578125,-4.953125 c 0.140625,-0.140625 0.1875,-0.171875 0.1875,-0.265625 0,-0.25 -0.25,-0.25 -0.40625,-0.25 H 4.65625 c -0.203125,0 -0.4375,0 -0.71875,0.25 L 2.21875,-3.625 v -4.09375 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 h -0.25 c -0.4375,0 -0.578125,0.140625 -0.578125,0.578125 v 7.140625 C 0.828125,-0.140625 0.953125,0 1.40625,0 H 1.609375 C 2.0625,0 2.1875,-0.15625 2.1875,-0.578125 V -1.8125 C 2.375,-1.984375 2.5625,-2.15625 2.75,-2.328125 l 1.546875,2.03125 C 4.5,-0.03125 4.59375,0 4.9375,0 H 5.515625 C 5.671875,0 5.9375,0 5.9375,-0.265625 Z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + transform="translate(253.278,38.309)" + id="g47255"> + id="id-3c76807b-10f6-4547-bbb0-73236857c4ac" + d="m 5.65625,-5.15625 c 0,-0.3125 -0.328125,-0.3125 -0.484375,-0.3125 H 4.90625 c -0.1875,0 -0.453125,0 -0.625,0.265625 -0.03125,0.0625 -1,2.703125 -1.0625,3.5 H 3.203125 C 3.140625,-2.28125 2.65625,-3.390625 2.140625,-4.546875 1.8125,-5.296875 1.71875,-5.46875 1.125,-5.46875 H 0.8125 c -0.171875,0 -0.46875,0 -0.46875,0.3125 0,0.046875 0.03125,0.125 0.0625,0.1875 L 2.671875,0 C 2.5625,0.25 2.53125,0.375 2.5,0.5 2.359375,0.890625 2.15625,1.4375 1.5,1.4375 1.109375,1.4375 0.84375,1.265625 0.703125,1.1875 0.640625,1.140625 0.625,1.140625 0.578125,1.140625 0.53125,1.140625 0.4375,1.171875 0.4375,1.3125 c 0,0.09375 0.0625,0.921875 0.09375,0.96875 0.109375,0.140625 0.765625,0.171875 0.953125,0.171875 1.484375,0 2.0625,-1.40625 2.15625,-1.703125 L 5.59375,-4.90625 c 0.0625,-0.15625 0.0625,-0.1875 0.0625,-0.25 z m 0,0" + style="stroke:none" + inkscape:connector-curvature="0" /> + + ns10:alignment="middle center" + ns10:scale="1.0" + ns10:preamble="/home/katerina/.config/inkscape/extensions/textext/default_packages.tex" + ns10:text="\\begin{minipage}{9 cm}\n\\nadpis{\n\\textbf{Bodov\xe1n\xed}\n}\n\\vspace{-2 mm}\n\\podnadpis{\n\\begin{itemize}\n\\item Za spr\xe1vn\xe9 \u0159e\u0161en\xed \xfalohy z\xedsk\xe1\u0161 obvykle tolik bod\u016f, kolik je uvedeno v~zad\xe1n\xed. Za v\xfdjime\u010dn\u011b poveden\xe1 \u0159e\u0161en\xed v\u0161ak p\u0159id\u011blujeme body nav\xedc.\n\\item Probl\xe9my hodnot\xedme individu\xe1ln\u011b, za hezk\xfd \u010dl\xe1nek m\u016f\u017ee\u0161 ur\u010dit\u011b o\u010dek\xe1vat v\xedce bod\u016f, ne\u017e za \u0159e\u0161en\xed uzav\u0159en\xe9 \xfalohy.\n\\item Pokud se na \u0159e\u0161en\xed pod\xedl\xed $n$ autor\u016f, dostane ka\u017ed\xfd z nich $\\frac{3b}{n+2}$ bod\u016f, kde $b$ je po\u010det bod\u016f, kter\xe9 by \u0159e\u0161en\xed z\xedskalo, pokud by m\u011blo jen jednoho autora.\n\\end{itemize}}\n\\end{minipage}" + ns10:pdfconverter="inkscape" + ns10:texconverter="pdflatex" + ns10:version="1.0.1" + transform="matrix(0.352777,0,0,0.352777,9.5971279,61.625665)"> + id="id-2a1ea5a9-fb5f-4707-8529-8a0f39587f33"> + id="id-8e5f75ae-6305-4b7d-9e02-c093f7bf3abe"> + overflow="visible" + id="id-c1775e1f-bf9a-4cff-b3ee-2b3b02e0e45b" + style="overflow:visible"> + id="id-54048481-0d0c-43bc-bfca-06d1a3813097" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-1087a38f-389d-43c1-b6b9-e9c84a036270" + style="overflow:visible"> + style="stroke:none" + d="m 8.015625,-2.3125 c 0,-1.6875 -1.65625,-1.953125 -2.09375,-2.03125 1.09375,-0.25 1.734375,-0.875 1.734375,-1.796875 0,-2.15625 -2.546875,-2.15625 -3.046875,-2.15625 H 1.65625 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 7.140625 C 1.09375,-0.140625 1.21875,0 1.65625,0 H 4.9375 C 5.828125,0 8.015625,-0.15625 8.015625,-2.3125 Z M 6.03125,-6.109375 C 6.03125,-4.75 4.453125,-4.75 4.15625,-4.75 H 2.765625 v -2.515625 h 1.40625 c 0.46875,0 1.859375,0.03125 1.859375,1.15625 z m 0.328125,3.765625 c 0,1.234375 -1.28125,1.3125 -1.859375,1.3125 H 2.765625 V -3.890625 H 4.28125 c 0.421875,0 2.078125,0 2.078125,1.546875 z m 0,0" + id="id-842407a3-efee-404d-81b9-f21338708b67" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-f013f818-a6ee-47aa-b19b-4a2d109ff0f1" + style="overflow:visible"> + style="stroke:none" + d="m 6.1875,-2.6875 c 0,-1.96875 -0.953125,-2.984375 -2.90625,-2.984375 -1.984375,0 -2.90625,1.0625 -2.90625,2.984375 0,1.953125 1.03125,2.8125 2.90625,2.8125 1.875,0 2.90625,-0.859375 2.90625,-2.8125 z m -1.625,-0.140625 c 0,0.9375 0,2.03125 -1.28125,2.03125 C 2,-0.796875 2,-1.875 2,-2.828125 2,-3.75 2,-4.8125 3.28125,-4.8125 c 1.28125,0 1.28125,1.046875 1.28125,1.984375 z m 0,0" + id="id-bd843c6b-64c0-4377-9823-846c5765f51d" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-ba2f3cdc-6248-4096-b35c-baf4d0937131" + style="overflow:visible"> + style="stroke:none" + d="M 5.96875,-0.578125 V -7.71875 c 0,-0.390625 -0.09375,-0.578125 -0.578125,-0.578125 h -0.4375 C 4.5,-8.296875 4.375,-8.140625 4.375,-7.71875 v 2.703125 c -0.53125,-0.5 -1.140625,-0.59375 -1.5,-0.59375 -2.4375,0 -2.4375,2.296875 -2.4375,2.890625 0,0.546875 0,2.84375 2.375,2.84375 0.5,0 1.015625,-0.140625 1.53125,-0.6875 C 4.34375,-0.125 4.5,0 4.90625,0 H 5.390625 C 5.84375,0 5.96875,-0.15625 5.96875,-0.578125 Z M 4.34375,-1.5 c 0,0.203125 0,0.3125 -0.34375,0.5625 -0.3125,0.1875 -0.578125,0.203125 -0.71875,0.203125 -1.21875,0 -1.21875,-1.09375 -1.21875,-1.984375 0,-0.90625 0,-2.03125 1.34375,-2.03125 0.34375,0 0.671875,0.125 0.9375,0.375 z m 0,0" + id="id-80d970de-a2e9-46b6-b0bf-3040c49443d8" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-84815abe-af55-4f27-a023-2d35979d3d5e" + style="overflow:visible"> + style="stroke:none" + d="m 5.65625,-5.140625 c 0,-0.328125 -0.296875,-0.328125 -0.484375,-0.328125 h -0.25 c -0.5,0 -0.625,0.171875 -0.734375,0.515625 L 3,-1.34375 1.8125,-4.953125 C 1.734375,-5.21875 1.65625,-5.46875 1.078125,-5.46875 H 0.78125 c -0.171875,0 -0.46875,0 -0.46875,0.328125 0,0.03125 0,0.0625 0.0625,0.234375 L 1.796875,-0.5 c 0.15625,0.5 0.53125,0.5 0.75,0.5 h 0.875 C 3.640625,0 4,0 4.171875,-0.5 L 5.59375,-4.90625 c 0.0625,-0.171875 0.0625,-0.203125 0.0625,-0.234375 z m 0,0" + id="id-15c7df78-4287-4c8b-94be-cdae4d01411c" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-70253132-d6f6-48a4-836f-b7d120a4ea9d" + style="overflow:visible"> + style="stroke:none" + d="M 5.671875,-0.578125 V -3.78125 c 0,-1.890625 -1.828125,-1.890625 -2.421875,-1.890625 -0.5625,0 -1.15625,0.046875 -1.953125,0.375 -0.25,0.109375 -0.3125,0.140625 -0.3125,0.28125 0,0.078125 0.0625,0.765625 0.078125,0.875 0.015625,0.0625 0.078125,0.125 0.15625,0.125 0.0625,0 0.09375,-0.03125 0.125,-0.078125 0.515625,-0.53125 1.125,-0.796875 1.859375,-0.796875 0.640625,0 0.84375,0.390625 0.84375,1.09375 V -3.375 c -0.421875,0 -3.5625,0.03125 -3.5625,1.78125 0,0.84375 0.671875,1.71875 1.734375,1.71875 0.40625,0 1.296875,-0.109375 1.859375,-0.9375 v 0.234375 C 4.078125,-0.1875 4.15625,0 4.65625,0 h 0.4375 c 0.453125,0 0.578125,-0.15625 0.578125,-0.578125 z m -1.625,-1.265625 c 0,1.109375 -1.140625,1.109375 -1.171875,1.109375 -0.515625,0 -0.828125,-0.421875 -0.828125,-0.875 0,-1.171875 1.65625,-1.265625 2,-1.265625 z m 0.96875,-6.296875 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 3.703125 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 2.3125,-6.75 c -0.09375,0.125 -0.09375,0.171875 -0.09375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 h 0.4375 L 4.875,-7.953125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + id="id-4fbf98d3-605b-4ecb-8e16-8453335319d8" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-c53a16c2-f178-48a1-8046-5debf72ca843" + style="overflow:visible"> + id="id-8ea17d29-e6c6-4ef6-bc6c-7e87e28e085e" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-aa036478-b5be-404a-9a04-9561ac2d46e9" + style="overflow:visible"> + style="stroke:none" + d="M 2.3125,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.296875 c -0.421875,0 -0.5625,0.125 -0.5625,0.5625 v 4.328125 c 0,0.4375 0.125,0.578125 0.5625,0.578125 H 1.75 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 1.21875,-7.5625 c 0,-0.15625 -0.140625,-0.15625 -0.328125,-0.15625 H 2.21875 c -0.234375,0 -0.25,0.015625 -0.359375,0.140625 L 0.84375,-6.75 c -0.109375,0.125 -0.109375,0.171875 -0.109375,0.171875 0,0.15625 0.125,0.15625 0.3125,0.15625 H 1.5 l 1.890625,-1.53125 c 0.0625,-0.0625 0.140625,-0.109375 0.140625,-0.1875 z m 0,0" + id="id-8e462bf3-132f-4951-84c6-fd58949965f8" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-91812133-967a-4076-81dc-4ef7c1a184bf" + style="overflow:visible"> + style="stroke:none" + d="" + id="id-0643083e-37bf-4d86-bbc6-48be234cd013" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-c4be5ece-eb9e-4f41-a6d7-643f6ab2a9cf" + style="overflow:visible"> + style="stroke:none" + d="m 5.3125,-2.296875 c 0,-0.796875 -0.640625,-1.4375 -1.4375,-1.4375 -0.78125,0 -1.4375,0.640625 -1.4375,1.4375 0,0.78125 0.65625,1.421875 1.4375,1.421875 0.796875,0 1.4375,-0.640625 1.4375,-1.421875 z m 0,0" + id="id-43191810-fbe8-4e47-92f9-5edddfd3ef0b" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-9d5b7685-d82a-4ea6-86c2-087741e118dc" + style="overflow:visible"> + style="stroke:none" + d="" + id="id-5a6d4f10-9b39-4314-b9d1-ff3a4a9eafac" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-4e96d78c-c822-4d62-9fb5-3deb74c4b83e" + style="overflow:visible"> + style="stroke:none" + d="M 5.578125,0 V -0.65625 H 4.625 L 2,-0.640625 H 1.6875 l 3.828125,-5.875 v -0.40625 H 0.6875 v 0.625 h 2 c 0.109375,0 0.234375,-0.015625 0.359375,-0.015625 h 1.34375 L 0.5625,-0.421875 V 0 Z m 0,0" + id="id-ed0b2d26-456f-47f0-a85e-64c31f86001a" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-94b7ca35-19a9-494d-a4f1-d1d23a8fde1c" + style="overflow:visible"> + style="stroke:none" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + id="id-1a40ff33-5eff-4a2c-b541-1b351429211b" + inkscape:connector-curvature="0" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + overflow="visible" + id="id-87bb2882-9dd9-4620-b2d2-a676bd712413" + style="overflow:visible"> + style="stroke:none" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.984375,-6.921875 H 3.203125 L 1.875,-5.25 h 0.609375 z m 0,0" + id="id-7ddb01ba-7895-4750-b3f8-6e4468c7c342" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-f36b9e0a-7a1b-42ad-adbb-6ac39e2e22b9" + style="overflow:visible"> + style="stroke:none" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + id="id-db4ef050-282e-4414-bb1c-80d5f96935e6" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-ce418283-41ad-4618-8403-3934d57c672e" + style="overflow:visible"> + style="stroke:none" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-87542ba7-377f-48fe-980b-de5200b1fbd1" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-88d246af-c9da-4dfa-9e71-279000c175d1" + style="overflow:visible"> + style="stroke:none" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-565d9ce4-88a0-4e35-b0ec-2529b2b558cc" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-2159e3d4-ece6-4f9d-8e07-93aec169c992" + style="overflow:visible"> + style="stroke:none" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + id="id-d2d56660-02a1-4d71-9f6d-bcec1733fc41" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-3bc8bfc6-050d-4df2-a6bb-53b5e257ecfa" + style="overflow:visible"> + style="stroke:none" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + id="id-dcb36539-a77d-45cd-a996-0bf9315e0b39" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-44a3f136-cbe3-4296-bcfb-5a9dd6bcc772" + style="overflow:visible"> + style="stroke:none" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-0ce10724-e2be-4fb7-a8b5-6dbfd28b32df" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-2bb47041-c6a8-47c6-a050-b1d3deb2a141" + style="overflow:visible"> + style="stroke:none" + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + id="id-0602dd47-92c8-4091-8a60-5e1378a55c54" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-2b3b539a-0a85-49f6-9bd7-381397680871" + style="overflow:visible"> + id="id-668f5bdb-3ef2-468c-b9b8-d96ec61fc1a8" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-ae6fb9bf-9cb2-4238-bce8-d5e0687de056" + style="overflow:visible"> + style="stroke:none" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + id="id-93a9d1b4-462f-40b9-8a9d-5863bf2a90e7" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-5ef6900f-f782-42b0-840d-193d6d0dbedd" + style="overflow:visible"> + style="stroke:none" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-2d29df73-421d-4932-974c-02d375aecfe1" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-fafc96b7-18aa-467f-b792-9b2c3874b2fe" + style="overflow:visible"> + style="stroke:none" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + id="id-4b6cbc95-3950-47c1-817e-8f35f5fa2824" + inkscape:connector-curvature="0" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + style="stroke:none" + d="m 1.796875,-0.015625 v -0.8125 H 0.96875 V 0 h 0.25 l -0.25,1.25 H 1.375 Z m 0,0" + id="id-2ffe3ac1-11f9-4e6e-8384-92556769db6e" + inkscape:connector-curvature="0" /> + + - - - - + style="stroke:none" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + id="id-23e66668-a511-4ab4-8fa9-b6190d87bfda" + inkscape:connector-curvature="0" /> + + - - + style="stroke:none" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + id="id-69199928-ccd5-4196-84d6-303e53986373" + inkscape:connector-curvature="0" /> + + - - + style="stroke:none" + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + id="id-729d8b7b-66db-414c-8b1b-bf2c3b35e7ce" + inkscape:connector-curvature="0" /> + + - - + style="stroke:none" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m -0.75,-2.5 H 2.9375 L 1.609375,-5.25 H 2.21875 Z m 0,0" + id="id-1c50ec29-49c0-4b60-a7ef-f0875dee32cb" + inkscape:connector-curvature="0" /> + + - - + style="stroke:none" + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + id="id-b9fabad0-00b3-41ad-989e-e8753ec96117" + inkscape:connector-curvature="0" /> + + - - + style="stroke:none" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + id="id-19618333-f3cb-4cb6-ac6c-2b31d0693345" + inkscape:connector-curvature="0" /> + + - - - - - - - + style="stroke:none" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.203125,-4.21875 H 3.171875 L 2.21875,-5.71875 1.25,-6.953125 H 0.671875 l 1.234375,1.71875 h 0.609375 z m 0,0" + id="id-0fd604f2-6fe8-4325-8a88-e1fe7c859bc5" + inkscape:connector-curvature="0" /> + + overflow="visible" + id="id-0f5dadc2-4362-4da7-bc18-2d443c1fbaf5" + style="overflow:visible"> + style="stroke:none" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + id="id-da07e78b-4951-471c-b9a7-1a8a17e3a430" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-2a210ee6-8632-4ec5-b60c-eca008bfc3c7" + style="overflow:visible"> + style="stroke:none" + d="m 5.796875,-4.90625 c 0,-1.0625 -0.984375,-2.015625 -2.359375,-2.015625 H 0.953125 V 0 H 1.84375 v -2.875 h 1.671875 c 1.234375,0 2.28125,-0.90625 2.28125,-2.03125 z M 5,-4.90625 c 0,0.796875 -0.640625,1.453125 -1.78125,1.453125 H 1.8125 v -2.90625 H 3.21875 C 4.3125,-6.359375 5,-5.75 5,-4.90625 Z m 0,0" + id="id-223d6018-44ef-42be-9a88-5114e2abffca" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-876319b4-b659-4ced-a0e0-c8e8f9f21019" + style="overflow:visible"> + style="stroke:none" + d="M 2.75,-1.921875 V -2.5 H 0.109375 v 0.578125 z m 0,0" + id="id-379e91be-fd96-425a-bda9-cf4cdae70461" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-4084250b-58e7-438a-ad01-36cf9ef88935" + style="overflow:visible"> + style="stroke:none" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + id="id-2041824f-3f5e-4d44-b728-754012c7d5a4" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-bc405d1f-b1c9-4496-8d9b-5d7935b34736" + style="overflow:visible"> + style="stroke:none" + d="" + id="id-176e43a3-04b3-456a-87eb-75496ff94138" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-b7a452c3-f327-4933-890e-128254bd5142" + style="overflow:visible"> + style="stroke:none" + d="m 5.6875,-1.421875 c 0,-0.109375 -0.078125,-0.109375 -0.109375,-0.109375 -0.109375,0 -0.109375,0.03125 -0.15625,0.1875 -0.203125,0.671875 -0.53125,1.234375 -1.015625,1.234375 -0.171875,0 -0.234375,-0.09375 -0.234375,-0.328125 0,-0.25 0.078125,-0.484375 0.171875,-0.703125 0.1875,-0.53125 0.609375,-1.625 0.609375,-2.203125 0,-0.65625 -0.421875,-1.0625 -1.140625,-1.0625 -0.90625,0 -1.390625,0.640625 -1.5625,0.875 -0.046875,-0.5625 -0.453125,-0.875 -0.921875,-0.875 -0.453125,0 -0.640625,0.390625 -0.734375,0.5625 C 0.421875,-3.5 0.296875,-2.90625 0.296875,-2.875 c 0,0.109375 0.109375,0.109375 0.109375,0.109375 0.109375,0 0.109375,-0.015625 0.171875,-0.234375 0.171875,-0.703125 0.375,-1.1875 0.734375,-1.1875 0.1875,0 0.296875,0.125 0.296875,0.453125 0,0.21875 -0.03125,0.328125 -0.15625,0.84375 L 0.875,-0.59375 c -0.03125,0.15625 -0.09375,0.390625 -0.09375,0.4375 0,0.171875 0.140625,0.265625 0.296875,0.265625 0.125,0 0.296875,-0.078125 0.375,-0.28125 0,-0.015625 0.125,-0.484375 0.1875,-0.734375 l 0.21875,-0.890625 C 1.90625,-2.03125 1.96875,-2.25 2.03125,-2.46875 l 0.125,-0.5 c 0.140625,-0.3125 0.671875,-1.21875 1.625,-1.21875 0.453125,0 0.53125,0.375 0.53125,0.703125 0,0.609375 -0.484375,1.890625 -0.640625,2.3125 C 3.578125,-0.9375 3.5625,-0.8125 3.5625,-0.703125 c 0,0.46875 0.359375,0.8125 0.828125,0.8125 0.9375,0 1.296875,-1.453125 1.296875,-1.53125 z m 0,0" + id="id-044d37e0-56e0-4db3-b80a-0f8d1f90046d" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-080541fc-5714-49be-918f-5d0a258c9b95" + style="overflow:visible"> + style="stroke:none" + d="m 4.140625,-2.8125 c 0,-0.90625 -0.53125,-1.59375 -1.328125,-1.59375 -0.453125,0 -0.875,0.296875 -1.171875,0.59375 l 0.734375,-3 c 0,0 0,-0.109375 -0.125,-0.109375 -0.21875,0 -0.953125,0.078125 -1.21875,0.109375 -0.078125,0 -0.1875,0.015625 -0.1875,0.1875 0,0.125 0.09375,0.125 0.25,0.125 0.46875,0 0.484375,0.0625 0.484375,0.171875 0,0.0625 -0.078125,0.40625 -0.125,0.609375 l -0.828125,3.25 c -0.109375,0.5 -0.15625,0.671875 -0.15625,1.015625 0,0.9375 0.53125,1.5625 1.265625,1.5625 1.171875,0 2.40625,-1.484375 2.40625,-2.921875 z M 2.90625,-1.140625 c -0.328125,0.671875 -0.78125,1.03125 -1.171875,1.03125 -0.34375,0 -0.671875,-0.265625 -0.671875,-1 0,-0.203125 0,-0.390625 0.15625,-1.015625 L 1.453125,-3.046875 C 1.5,-3.265625 1.5,-3.28125 1.59375,-3.390625 2.078125,-4.03125 2.53125,-4.1875 2.796875,-4.1875 c 0.359375,0 0.625,0.296875 0.625,0.9375 0,0.59375 -0.328125,1.734375 -0.515625,2.109375 z m 0,0" + id="id-58b238a6-bc33-4e96-82fb-7ac72d7a9f52" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-8b291c95-2454-40ab-825d-b418b977607f" + style="overflow:visible"> + style="stroke:none" + d="" + id="id-41041e47-ccc5-4468-ab45-954440c6a635" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-a24c175c-9aff-4e5e-94f9-11d74bd3db23" + style="overflow:visible"> + style="stroke:none" + d="m 3.578125,-1.203125 c 0,-0.546875 -0.4375,-1.09375 -1.203125,-1.25 0.71875,-0.265625 0.984375,-0.78125 0.984375,-1.21875 0,-0.546875 -0.625,-0.953125 -1.40625,-0.953125 -0.765625,0 -1.359375,0.375 -1.359375,0.9375 0,0.234375 0.15625,0.359375 0.359375,0.359375 0.21875,0 0.359375,-0.15625 0.359375,-0.34375 0,-0.203125 -0.140625,-0.359375 -0.359375,-0.375 0.25,-0.296875 0.71875,-0.375 0.984375,-0.375 0.3125,0 0.75,0.15625 0.75,0.75 0,0.296875 -0.09375,0.625 -0.28125,0.828125 -0.21875,0.265625 -0.421875,0.28125 -0.765625,0.3125 -0.171875,0.015625 -0.1875,0.015625 -0.21875,0.015625 0,0 -0.078125,0.015625 -0.078125,0.09375 0,0.09375 0.0625,0.09375 0.1875,0.09375 h 0.375 c 0.546875,0 0.9375,0.375 0.9375,1.125 0,0.859375 -0.515625,1.125 -0.90625,1.125 -0.28125,0 -0.90625,-0.078125 -1.1875,-0.5 0.328125,0 0.40625,-0.234375 0.40625,-0.390625 0,-0.21875 -0.171875,-0.375 -0.390625,-0.375 -0.1875,0 -0.390625,0.125 -0.390625,0.40625 0,0.65625 0.71875,1.078125 1.5625,1.078125 0.96875,0 1.640625,-0.65625 1.640625,-1.34375 z m 0,0" + id="id-1f46df74-d0b7-4a45-a2df-4c15dc9d47b3" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-8dddc6a6-ebf6-43e0-b35f-9aae6ccfca89" + style="overflow:visible"> + style="stroke:none" + d="m 5.609375,-1.734375 c 0,-0.1875 -0.15625,-0.1875 -0.25,-0.1875 H 3.21875 V -4.0625 c 0,-0.078125 0,-0.25 -0.15625,-0.25 -0.171875,0 -0.171875,0.15625 -0.171875,0.25 v 2.140625 H 0.75 c -0.09375,0 -0.265625,0 -0.265625,0.171875 0,0.171875 0.15625,0.171875 0.265625,0.171875 H 2.890625 V 0.5625 c 0,0.09375 0,0.265625 0.15625,0.265625 0.171875,0 0.171875,-0.171875 0.171875,-0.265625 v -2.140625 h 2.140625 c 0.09375,0 0.25,0 0.25,-0.15625 z m 0,0" + id="id-bc5b9f23-35cf-4253-95f8-1fa6ce5f87e6" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-db3d7387-0087-4e9e-9b35-be1d0f756cf2" + style="overflow:visible"> + style="stroke:none" + d="M 3.515625,-1.265625 H 3.28125 c -0.015625,0.15625 -0.09375,0.5625 -0.1875,0.625 C 3.046875,-0.59375 2.515625,-0.59375 2.40625,-0.59375 H 1.125 c 0.734375,-0.640625 0.984375,-0.84375 1.390625,-1.171875 0.515625,-0.40625 1,-0.84375 1,-1.5 0,-0.84375 -0.734375,-1.359375 -1.625,-1.359375 -0.859375,0 -1.453125,0.609375 -1.453125,1.25 0,0.34375 0.296875,0.390625 0.375,0.390625 0.15625,0 0.359375,-0.125 0.359375,-0.375 0,-0.125 -0.046875,-0.375 -0.40625,-0.375 C 0.984375,-4.21875 1.453125,-4.375 1.78125,-4.375 c 0.703125,0 1.0625,0.546875 1.0625,1.109375 0,0.609375 -0.4375,1.078125 -0.65625,1.328125 L 0.515625,-0.265625 C 0.4375,-0.203125 0.4375,-0.1875 0.4375,0 h 2.875 z m 0,0" + id="id-1be2b4a5-c974-4db8-b74f-c80e5d218c71" + inkscape:connector-curvature="0" /> + overflow="visible" + id="id-8a77c443-ddfa-4159-87a6-b522a4a29d00" + style="overflow:visible"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + style="stroke:none" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + id="id-386a3e83-95f9-4dab-80be-8d810ae32dfb" + inkscape:connector-curvature="0" /> + + + + - + style="stroke:none" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + id="id-36ab81ad-d9f5-4cd6-885f-bc4b7090e239" + inkscape:connector-curvature="0" /> + + + + - - + style="fill:#000000;fill-opacity:1" + id="id-1bfb71e5-3179-4680-8e9e-e21d3807f57a"> + id="g11731" + transform="translate(96.7172,68.838)"> + style="stroke:none" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + id="id-ddbaff53-c33f-4ecb-972c-b6fe765d69b4" + inkscape:connector-curvature="0" /> + id="g11734" + transform="translate(100.121,68.838)"> + style="stroke:none" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + id="id-c8ad584a-7428-4a60-b3ab-c893d50a7ab8" + inkscape:connector-curvature="0" /> + id="g11737" + transform="translate(104.909,68.838)"> + style="stroke:none" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-1db842af-1612-4d98-aca8-879bcc6f275a" + inkscape:connector-curvature="0" /> + id="g11740" + transform="translate(109.503,68.838)"> + style="stroke:none" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-dac71e32-6477-4e1d-ab27-29b37d2e485e" + inkscape:connector-curvature="0" /> + id="g11743" + transform="translate(114.651,68.838)"> + style="stroke:none" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.0625,-4.1875 H 2.84375 L 1.515625,-5.25 H 2.125 Z m 0,0" + id="id-d1bf282a-7bec-47e0-8bc4-4a3a980fbb63" + inkscape:connector-curvature="0" /> + style="fill:#000000;fill-opacity:1" + id="id-552a97dc-2393-46ba-a86a-dfc5fe27cb00"> + id="g11747" + transform="translate(122.357,68.838)"> + style="stroke:none" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + id="id-d62abbea-30b2-4571-89f1-eb25c5beb2b6" + inkscape:connector-curvature="0" /> - - + id="g11750" + transform="translate(125.761,68.838)"> + style="stroke:none" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-2041bd37-4509-4734-8059-43f95783db6e" + inkscape:connector-curvature="0" /> + id="g11753" + transform="translate(130.19,68.838)"> + style="stroke:none" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + id="id-c9594e11-0927-4ffb-81cc-443149402cff" + inkscape:connector-curvature="0" /> + id="g11756" + transform="translate(134.008,68.838)"> + style="stroke:none" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-251ee68c-8840-4886-8fca-e2f58fbba055" + inkscape:connector-curvature="0" /> + id="g11759" + transform="translate(138.437,68.838)"> + style="stroke:none" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-156a71b4-e1d2-4ef1-82b6-250601869447" + inkscape:connector-curvature="0" /> + + + + style="fill:#000000;fill-opacity:1" + id="id-0e113bed-5944-460d-83ca-23e49a7a70ac"> + id="g11766" + transform="translate(149.252,68.838)"> + style="stroke:none" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.984375,-6.921875 H 3.203125 L 1.875,-5.25 h 0.609375 z m 0,0" + id="id-48a8f3e0-939f-4c04-a1d2-09ad91fb9677" + inkscape:connector-curvature="0" /> + id="g11769" + transform="translate(154.4,68.838)"> + style="stroke:none" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + id="id-850bbb99-631c-4968-8676-b0b4b3ab114a" + inkscape:connector-curvature="0" /> + id="g11772" + transform="translate(156.78,68.838)"> + style="stroke:none" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-605eb430-c712-4e20-8225-27acb37d08ae" + inkscape:connector-curvature="0" /> + id="g11775" + transform="translate(161.761,68.838)"> + style="stroke:none" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-a2b8b322-1c83-4c21-8a3c-ed24d1bf5426" + inkscape:connector-curvature="0" /> + + + - - - - - - + style="fill:#000000;fill-opacity:1" + id="id-c9c44730-cee7-4812-8500-ef94410f8b0d"> + - - + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + id="id-30ef6dd3-fb00-4a66-ac89-7a910e09f507" + inkscape:connector-curvature="0" /> + + - - + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + id="id-51dfc31f-947b-4820-bcbb-f32a3175a964" + inkscape:connector-curvature="0" /> + + - - + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z m 0,0" + id="id-b0dc62d1-b469-49bb-9750-7a2ab7f7fa08" + inkscape:connector-curvature="0" /> + + - - + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-aae2230d-90e1-4d2c-9ef2-9062d2ac1347" + inkscape:connector-curvature="0" /> + + - - + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + id="id-c053c74f-9f58-4883-8854-9ec9de7b28d9" + inkscape:connector-curvature="0" /> + + - - + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + id="id-1e618ecd-9a5d-45e3-8c4b-739644a2abe2" + inkscape:connector-curvature="0" /> + + + + - - + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-151dd9cb-94ed-45f3-a8c8-71638c9d7069" + inkscape:connector-curvature="0" /> + + - - + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + id="id-9be12263-b086-42bb-b7ae-9ae2cdc1ac55" + inkscape:connector-curvature="0" /> + + - - + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-9205543f-c0e4-4665-8db8-e626fd3e3350" + inkscape:connector-curvature="0" /> + + - - + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + id="id-214e0fb6-4e54-4ff6-a651-fd5c309d993f" + inkscape:connector-curvature="0" /> + + - - + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-7cd72d2b-931a-4fc3-a416-6fa7b42d4e8f" + inkscape:connector-curvature="0" /> + + - - + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + id="id-f05fff8d-c00d-4bfd-848f-dba9cf33bbe1" + inkscape:connector-curvature="0" /> + + - - + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-0a53d7d1-4c1f-45b3-ac6b-674d3bd9b763" + inkscape:connector-curvature="0" /> + + + + - - + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + id="id-a07f2659-0da8-465c-9578-6e82f7651603" + inkscape:connector-curvature="0" /> + + - - + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-da93b594-4ca6-4d47-845c-2ec3841d9880" + inkscape:connector-curvature="0" /> + + - - + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + id="id-de738b03-eceb-4379-9d32-c644fa9101ee" + inkscape:connector-curvature="0" /> + + - - + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + id="id-fcb5287e-09c9-464d-889c-07af1c0003eb" + inkscape:connector-curvature="0" /> + + - - + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-79abebb5-fd3d-4322-bf71-a0efaa0a01e7" + inkscape:connector-curvature="0" /> + + + + - - + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + id="id-4d1604fc-f79a-477a-a3d9-301ad4915476" + inkscape:connector-curvature="0" /> + + + + - - + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-5a86b4a9-ca61-4c06-87ba-0056e930df26" + inkscape:connector-curvature="0" /> + + + + - - + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-2bbef054-ae67-4796-a6f8-766ee685ab96" + inkscape:connector-curvature="0" /> + + - - + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + id="id-92f62792-c8d1-4ca9-8542-d022ff8719da" + inkscape:connector-curvature="0" /> + + - - + d="m 1.796875,-0.015625 v -0.8125 H 0.96875 V 0 h 0.25 l -0.25,1.25 H 1.375 Z m 0,0" + id="id-2ce7efa6-2a63-4ec6-83dc-5079e0cd4e74" + inkscape:connector-curvature="0" /> + + + + - - + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-8dbc31f0-d3aa-4e0c-9005-fd312f1c65a7" + inkscape:connector-curvature="0" /> + + + + - - + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-87de0056-2099-48e5-baa4-960f0038e2be" + inkscape:connector-curvature="0" /> + + - - + id="id-47f82c99-9300-4ecd-a586-9098e243f9fb" + inkscape:connector-curvature="0" /> + + - - + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + id="id-0be411f9-0eb7-4038-99c2-df167ebffd29" + inkscape:connector-curvature="0" /> + + - - + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-b2d641b3-e3e2-4821-8fed-dc8670865085" + inkscape:connector-curvature="0" /> + + + + - - + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + id="id-fa4cfff1-2c2a-4f58-a827-5c20a2a221b5" + inkscape:connector-curvature="0" /> + + - - + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-4e7c8fe2-96f0-4f4a-8b7e-7de5df0f75dd" + inkscape:connector-curvature="0" /> + + + + + + + + + + - - + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-b6c6170a-c3eb-410f-a28a-4889352c5f01" + inkscape:connector-curvature="0" /> + + - - + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-3b8e7bd3-9f0c-4510-8059-53dcfc202e56" + inkscape:connector-curvature="0" /> + + - - + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-96886447-4607-4f91-8819-f96e364686ba" + inkscape:connector-curvature="0" /> + + + + - - + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-f4624b2b-115f-42e4-a447-ae31fbcbb61a" + inkscape:connector-curvature="0" /> + + - - + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-bb9be0f1-f7f8-410b-8d8f-cc695ea692b6" + inkscape:connector-curvature="0" /> + + + + - - + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-2c56a07f-8f11-4aca-9aa4-88d16130c924" + inkscape:connector-curvature="0" /> + + + + - - + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + id="id-1c0ae2d1-8ca2-480e-809e-1766cbc19895" + inkscape:connector-curvature="0" /> + + - - + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + id="id-4c5a79d2-0edf-46e3-8315-db84ddfd4394" + inkscape:connector-curvature="0" /> + + - - + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-14bb2f05-5497-4db4-a398-3f14066d9316" + inkscape:connector-curvature="0" /> + + - - + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + id="id-8c32e494-7f05-4aca-9bc5-993aadfc9be5" + inkscape:connector-curvature="0" /> + + - - + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-6737d0f0-7f6f-450c-97a6-055593095178" + inkscape:connector-curvature="0" /> + + - - + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + id="id-9e3d47ae-e6fd-47bf-a78e-92a173796600" + inkscape:connector-curvature="0" /> + + - - + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + id="id-d2ad98fd-071b-4c78-a56f-525adfda20f0" + inkscape:connector-curvature="0" /> + + + + - - + d="M 5.578125,0 V -0.65625 H 4.625 L 2,-0.640625 H 1.6875 l 3.828125,-5.875 v -0.40625 H 0.6875 v 0.625 h 2 c 0.109375,0 0.234375,-0.015625 0.359375,-0.015625 h 1.34375 L 0.5625,-0.421875 V 0 Z m 0,0" + id="id-c02ac79a-1aeb-4743-b53f-65ce0baef06d" + inkscape:connector-curvature="0" /> + + - - + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + id="id-7d88fb5a-c5ab-4aba-a9cc-62cbc1f4c2e9" + inkscape:connector-curvature="0" /> + + + + - - + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-6a30fa5a-8cf3-46ab-970f-52c5b813fae4" + inkscape:connector-curvature="0" /> + + - - + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m -0.75,-2.5 H 2.9375 L 1.609375,-5.25 H 2.21875 Z m 0,0" + id="id-f7b4aec0-4938-45b4-9d28-4924a1c977f4" + inkscape:connector-curvature="0" /> + + - - + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + id="id-7d591a06-3445-4c80-b29d-18b739746862" + inkscape:connector-curvature="0" /> + + - - + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + id="id-e96c1963-a711-4182-9d90-04f4fab043e7" + inkscape:connector-curvature="0" /> + + - - + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + id="id-597cd4d8-e677-41e5-a941-b4fdb81ccfbd" + inkscape:connector-curvature="0" /> + + - - + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-db6a5fb7-f80c-403d-b990-5657dfbf00eb" + inkscape:connector-curvature="0" /> + + - - + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + id="id-2a1fece1-7d56-471c-8c1d-69012a13067b" + inkscape:connector-curvature="0" /> + + - - + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-fbf54e6d-e859-42be-8429-916afac68fff" + inkscape:connector-curvature="0" /> + + - - + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.203125,-4.21875 H 3.171875 L 2.21875,-5.71875 1.25,-6.953125 H 0.671875 l 1.234375,1.71875 h 0.609375 z m 0,0" + id="id-f257b803-55f5-4021-8756-f6c87f25008f" + inkscape:connector-curvature="0" /> + + + + - - + d="m 4.78125,-2.21875 c 0,-1.203125 -0.625,-2.3125 -1.578125,-2.3125 -0.59375,0 -1.171875,0.203125 -1.640625,0.59375 v -0.484375 h -0.75 V 1.9375 h 0.78125 v -2.390625 c 0.3125,0.28125 0.75,0.5625 1.34375,0.5625 0.96875,0 1.84375,-0.984375 1.84375,-2.328125 z M 4,-2.21875 C 4,-1.203125 3.296875,-0.5 2.546875,-0.5 2.15625,-0.5 1.890625,-0.703125 1.6875,-0.96875 1.59375,-1.109375 1.59375,-1.140625 1.59375,-1.3125 v -2 c 0.234375,-0.359375 0.625,-0.578125 1.0625,-0.578125 0.75,0 1.34375,0.75 1.34375,1.671875 z m 0,0" + id="id-0977fdd3-4dc1-4d30-840c-f6045805ab46" + inkscape:connector-curvature="0" /> + + + + - - + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-0dec3b9e-312c-49f7-aa10-8c033f40c241" + inkscape:connector-curvature="0" /> + + - - + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-5302eed4-1593-499f-ae02-4d7175cc5bd0" + inkscape:connector-curvature="0" /> + + - + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-ca9ec370-e619-484b-92df-a87de407a432" + inkscape:connector-curvature="0" /> + - - + id="id-a2c21c16-1639-4f88-96ab-08e9291be481"> + id="g11979" + transform="translate(237.073,80.793)"> + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-6d7666d1-0d3e-4e1a-ac1c-c38ac372f747" + inkscape:connector-curvature="0" /> + id="g11982" + transform="translate(242.221,80.793)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-b1080cfe-5651-4358-a18a-0b10371c5594" + inkscape:connector-curvature="0" /> + + + + + + + id="id-1bece6f6-1ec5-4938-8efc-907a46708a1b"> + id="g11992" + transform="translate(259.494,80.793)"> + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + id="id-58491fe7-5a62-4c0d-9b05-9bdd02b03fcd" + inkscape:connector-curvature="0" /> + id="g11995" + transform="translate(262.898,80.793)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-5aa6d893-49e1-47c7-95d9-a669dedbc60f" + inkscape:connector-curvature="0" /> + id="g11998" + transform="translate(267.327,80.793)"> + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + id="id-a8319d94-dffb-4106-aa04-eaf8d37a0881" + inkscape:connector-curvature="0" /> + id="g12001" + transform="translate(271.145,80.793)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-25fdff86-4a1f-48e7-99d7-2ea8ab3f83be" + inkscape:connector-curvature="0" /> + id="g12004" + transform="translate(275.574,80.793)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-eb7fb695-6e6c-4f10-beac-14e0f20bab11" + inkscape:connector-curvature="0" /> + id="g12007" + transform="translate(280.721,80.793)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + id="id-5a54e23d-e8a8-4114-8fea-971506d2ed2c" + inkscape:connector-curvature="0" /> + id="id-284e73ff-47e9-47a6-93d2-67286f9f025e"> + id="g12011" + transform="translate(286.011,80.793)"> + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-7a3b6a3e-7e21-4a9f-8cf1-eb9329f40dd6" + inkscape:connector-curvature="0" /> - - + id="g12014" + transform="translate(290.604,80.793)"> + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + id="id-53d53357-4e89-4056-afdb-db7168d3cdb7" + inkscape:connector-curvature="0" /> + id="g12017" + transform="translate(294.423,80.793)"> + id="id-ccc82408-e116-4ee2-ac14-2f53b5361d1d" + inkscape:connector-curvature="0" /> - - + id="g12020" + transform="translate(299.211,80.793)"> + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-62a834c5-ba64-4b25-b656-8a3c7522c296" + inkscape:connector-curvature="0" /> + + + id="g12024" + transform="translate(73.866,92.748)"> + id="id-f24bcb56-3403-41f3-8dde-d4a9f716e318" + inkscape:connector-curvature="0" /> - - - + id="id-d00968af-58bf-464f-ab95-a60874c9ba70"> + id="g12028" + transform="translate(78.7347,92.748)"> + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + id="id-8d6e952d-e32e-4c29-aba8-a6131583e133" + inkscape:connector-curvature="0" /> + id="g12031" + transform="translate(82.1389,92.748)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + id="id-ecad945b-06fe-462f-b6ab-6623347b3cae" + inkscape:connector-curvature="0" /> + id="g12034" + transform="translate(84.519,92.748)"> + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-10125dc0-7622-40ee-bbf2-a325abefe835" + inkscape:connector-curvature="0" /> + id="g12037" + transform="translate(89.6667,92.748)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.203125,-4.21875 H 3.171875 L 2.21875,-5.71875 1.25,-6.953125 H 0.671875 l 1.234375,1.71875 h 0.609375 z m 0,0" + id="id-674e53ee-78fa-4a3c-834e-a09d747c1c03" + inkscape:connector-curvature="0" /> - - + id="g12040" + transform="translate(94.0951,92.748)"> + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + id="id-f3931947-1169-44a8-87d8-296eae09d8fd" + inkscape:connector-curvature="0" /> + id="g12043" + transform="translate(96.4751,92.748)"> + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + id="id-8fafda41-4ce7-4cb6-97e6-b0fe54dd02cf" + inkscape:connector-curvature="0" /> + id="g12046" + transform="translate(101.623,92.748)"> + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + id="id-0fe2ae07-064f-4bb6-9de3-0e9b40165a5f" + inkscape:connector-curvature="0" /> + id="g12049" + transform="translate(104.28,92.748)"> + id="id-44ddad28-c117-4ab8-80e6-e493fabaf5b1" + inkscape:connector-curvature="0" /> + id="g12052" + transform="translate(108.708,92.748)"> + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + id="id-6089164d-8c25-42c8-b87b-0138d5fff5fe" + inkscape:connector-curvature="0" /> + id="g12055" + transform="translate(116.623,92.748)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-f8e1bdce-97b1-4f2c-a8fa-738f0cc9c924" + inkscape:connector-curvature="0" /> - - - + id="id-1fbe3739-cc8e-42db-a0d5-4ac9c114b0e5"> + id="g12059" + transform="translate(124.369,92.748)"> + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + id="id-aa59bf58-e595-4fd7-a440-ccd1f9434b0c" + inkscape:connector-curvature="0" /> + + + id="g12063" + transform="translate(129.796,92.748)"> + id="id-64aabe30-fb52-4bdb-8ff0-4d2a01008534" + inkscape:connector-curvature="0" /> + + + id="g12067" + transform="translate(135.056,92.748)"> + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-f356e645-b108-454d-82b3-dc50ac18394a" + inkscape:connector-curvature="0" /> + id="g12070" + transform="translate(140.204,92.748)"> + id="id-0c00fb7e-cfae-4f72-b4f1-0f0eee159692" + inkscape:connector-curvature="0" /> + id="id-3d0c37bc-c671-497a-80db-5df09684b836"> + id="g12074" + transform="translate(148.115,92.748)"> + + + + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + id="id-54d79703-358c-4873-ac25-04c9d2447a79" + inkscape:connector-curvature="0" /> + id="g12080" + transform="translate(158.051,92.748)"> + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-e8f03218-4cb7-4dbc-84fe-0c7a1eee0e23" + inkscape:connector-curvature="0" /> + id="g12083" + transform="translate(162.645,92.748)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + id="id-b7004fbc-2c3a-4913-8a85-db7c7685d7c9" + inkscape:connector-curvature="0" /> + id="g12086" + transform="translate(165.025,92.748)"> + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + id="id-a2263313-ca4c-46bc-8c55-2ab15867955e" + inkscape:connector-curvature="0" /> + id="g12089" + transform="translate(169.453,92.748)"> + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + id="id-4a9eeb35-a8ad-41b1-abf3-97289c14fd84" + inkscape:connector-curvature="0" /> + + + id="g12093" + transform="translate(61.136,112.673)"> + d="m 5.3125,-2.296875 c 0,-0.796875 -0.640625,-1.4375 -1.4375,-1.4375 -0.78125,0 -1.4375,0.640625 -1.4375,1.4375 0,0.78125 0.65625,1.421875 1.4375,1.421875 0.796875,0 1.4375,-0.640625 1.4375,-1.421875 z m 0,0" + id="id-4164f4d0-e457-4db8-8613-3afee0d5684a" + inkscape:connector-curvature="0" /> + id="id-fd1a3dd1-df67-443f-b76e-84a55f849c01"> + id="g12097" + transform="translate(73.866,112.673)"> + d="m 5.796875,-4.90625 c 0,-1.0625 -0.984375,-2.015625 -2.359375,-2.015625 H 0.953125 V 0 H 1.84375 v -2.875 h 1.671875 c 1.234375,0 2.28125,-0.90625 2.28125,-2.03125 z M 5,-4.90625 c 0,0.796875 -0.640625,1.453125 -1.78125,1.453125 H 1.8125 v -2.90625 H 3.21875 C 4.3125,-6.359375 5,-5.75 5,-4.90625 Z m 0,0" + id="id-293d1c00-88d9-47e6-af95-1ba5dc0178df" + inkscape:connector-curvature="0" /> + id="g12100" + transform="translate(80.2311,112.673)"> + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + id="id-5ddea1d3-9d5c-47b0-9095-2b670f936253" + inkscape:connector-curvature="0" /> + id="g12103" + transform="translate(83.6353,112.673)"> + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-13e4282b-db7d-4d28-bedd-1a040e50a691" + inkscape:connector-curvature="0" /> + id="g12106" + transform="translate(88.6166,112.673)"> + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + id="id-a48af07b-1f46-42be-bdd1-e65e12dd59e8" + inkscape:connector-curvature="0" /> + id="g12109" + transform="translate(93.7643,112.673)"> + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + id="id-9b84e7cc-f0c9-4511-a4c3-b35b6c7a098c" + inkscape:connector-curvature="0" /> + id="g12112" + transform="translate(96.1444,112.673)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.0625,-4.1875 H 2.84375 L 1.515625,-5.25 H 2.125 Z m 0,0" + id="id-b7575f24-1f00-48b7-82d3-a5308805b33a" + inkscape:connector-curvature="0" /> + id="g12115" + transform="translate(100.573,112.673)"> + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + id="id-d197b2b2-adc2-40e6-a625-ed1069e40ebb" + inkscape:connector-curvature="0" /> - - + id="g12118" + transform="translate(108.488,112.673)"> + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + id="id-839d4660-3a59-4267-b5c3-b5eb5bd1b8a7" + inkscape:connector-curvature="0" /> + + + id="g12122" + transform="translate(116.459,112.673)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-8d960f55-5bf7-49a9-9f19-3d9d4f619385" + inkscape:connector-curvature="0" /> + id="g12125" + transform="translate(121.607,112.673)"> + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-6b8bb104-5ee6-427a-b058-1788c0a32d1a" + inkscape:connector-curvature="0" /> + + + id="g12129" + transform="translate(126.857,112.673)"> + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-0c8ac27e-eff3-4ed4-8d2b-b4ab7467d757" + inkscape:connector-curvature="0" /> + id="g12132" + transform="translate(132.005,112.673)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-ee906ec2-b40e-4d50-b098-7952e569e210" + inkscape:connector-curvature="0" /> - - + id="g12135" + transform="translate(137.152,112.673)"> + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-5150821e-963f-4b76-a67b-f74f3a4757e4" + inkscape:connector-curvature="0" /> - - + id="g12138" + transform="translate(142.134,112.673)"> + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + id="id-f14d0cc9-07de-43c0-a541-68336d8be9a0" + inkscape:connector-curvature="0" /> - - + id="g12141" + transform="translate(145.731,112.673)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + id="id-087ae198-237b-4915-8fb0-bd8c3d24e690" + inkscape:connector-curvature="0" /> + id="g12144" + transform="translate(148.111,112.673)"> + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + id="id-71a9cb73-9527-4a6b-aa98-c20c86ed3537" + inkscape:connector-curvature="0" /> + id="g12147" + transform="translate(156.027,112.673)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-25c61632-1d92-4f46-8cd1-8f690a36f07b" + inkscape:connector-curvature="0" /> + id="id-847ed349-4980-4633-99bd-4c7f08b1defd"> + id="g12151" + transform="translate(163.832,112.673)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + id="id-4baa05e8-82c5-4168-a503-331436fa29b8" + inkscape:connector-curvature="0" /> - - + id="g12154" + transform="translate(166.212,112.673)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-4e843ea8-9b53-49ea-b2bb-47b99b061cd2" + inkscape:connector-curvature="0" /> + id="g12157" + transform="translate(171.36,112.673)"> + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-e7aabc9a-5aff-49b1-8ee9-32f59e58237d" + inkscape:connector-curvature="0" /> + id="g12160" + transform="translate(176.508,112.673)"> + id="id-5816cc03-3ac7-4c03-89e6-46a58979a894" + inkscape:connector-curvature="0" /> + id="g12163" + transform="translate(178.888,112.673)"> + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-e5cf26f5-1cb6-43b2-904d-73c2e0cda3ed" + inkscape:connector-curvature="0" /> - - + id="g12166" + transform="translate(183.482,112.673)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + id="id-cab1b00c-0527-4b76-8b75-c5458812a3fe" + inkscape:connector-curvature="0" /> + id="g12169" + transform="translate(185.862,112.673)"> + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-629c2ed1-26ad-46ac-a8b2-3a14cdaf8a96" + inkscape:connector-curvature="0" /> - - + id="g12172" + transform="translate(191.009,112.673)"> + id="id-ace07790-a25e-48eb-bdf1-fdc3c89816da" + inkscape:connector-curvature="0" /> + id="g12175" + transform="translate(196.157,112.673)"> + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + id="id-ea126664-38e4-46ad-8a22-777ae626097b" + inkscape:connector-curvature="0" /> + id="g12178" + transform="translate(200.945,112.673)"> + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + id="id-4de12acc-b7a5-4048-9f1c-164226460f19" + inkscape:connector-curvature="0" /> + id="g12181" + transform="translate(203.325,112.673)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-24d80b37-9e8d-4971-994b-2becc2396f02" + inkscape:connector-curvature="0" /> + id="g12184" + transform="translate(208.473,112.673)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.203125,-4.21875 H 3.171875 L 2.21875,-5.71875 1.25,-6.953125 H 0.671875 l 1.234375,1.71875 h 0.609375 z m 0,0" + id="id-f17fc584-1bf3-4a57-bbf0-4a852a34c5b1" + inkscape:connector-curvature="0" /> + + + + id="id-07588ffe-b6f1-494c-a8dd-8df9eedd73f3"> + id="g12191" + transform="translate(219.036,112.673)"> + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + id="id-402367ac-4f31-4379-b0df-858d83853c41" + inkscape:connector-curvature="0" /> + id="g12195" + transform="translate(223.367,112.673)"> + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + id="id-425f74e8-5d33-4deb-b8b0-6d04e3b333c4" + inkscape:connector-curvature="0" /> + id="id-be1037bf-0e0a-461f-9c82-172ce3058636"> + id="g12199" + transform="translate(231.532,112.673)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-8b4591b6-2733-4834-85b8-c91a3305081c" + inkscape:connector-curvature="0" /> - - + id="g12202" + transform="translate(236.68,112.673)"> + + + + id="id-181561f1-424c-4b77-b5dd-c613496f1551" + inkscape:connector-curvature="0" /> + id="g12208" + transform="translate(245.439,112.673)"> + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-bb1832de-dfec-4090-87d9-1887527f1111" + inkscape:connector-curvature="0" /> + id="g12211" + transform="translate(250.31,112.673)"> + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m -0.75,-2.5 H 2.9375 L 1.609375,-5.25 H 2.21875 Z m 0,0" + id="id-75a94cc8-b8b7-49ea-86eb-4d60a752e790" + inkscape:connector-curvature="0" /> + + + + + + id="g12218" + transform="translate(262.709,112.673)"> + + + + id="id-e6331a1d-2934-41eb-9c34-4c97c8b8ca02" + inkscape:connector-curvature="0" /> + id="g12224" + transform="translate(269.877,112.673)"> + id="id-893f0925-db58-4ab2-ae93-59185b005105" + inkscape:connector-curvature="0" /> + id="g12227" + transform="translate(275.025,112.673)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-68584635-94aa-46fd-bd65-804f34a171b9" + inkscape:connector-curvature="0" /> + id="g12230" + transform="translate(279.453,112.673)"> + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-d585c196-5b87-485b-8a63-5ebd9034ef9f" + inkscape:connector-curvature="0" /> + id="id-b0e467da-4f02-437a-bb97-32ad258d6d6a"> + id="g12234" + transform="translate(287.691,112.673)"> + d="m 7.109375,0 v -2.96875 c 0,-0.671875 -0.15625,-1.5625 -1.375,-1.5625 -0.59375,0 -1.109375,0.28125 -1.484375,0.8125 -0.25,-0.75 -0.953125,-0.8125 -1.265625,-0.8125 -0.71875,0 -1.1875,0.40625 -1.453125,0.765625 v -0.71875 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.6875 0.28125,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 h 0.78125 v -2.4375 c 0,-0.6875 0.265625,-1.484375 1.015625,-1.484375 0.921875,0 0.96875,0.640625 0.96875,1.015625 V 0 Z m 0,0" + id="id-7986889f-b6c9-413d-a2ca-473861394c5b" + inkscape:connector-curvature="0" /> + + + + id="g12240" + transform="translate(300.754,112.673)"> + d="M 2.75,-1.921875 V -2.5 H 0.109375 v 0.578125 z m 0,0" + id="id-c0dcf132-1121-4c72-aa93-d98d86f4a1c2" + inkscape:connector-curvature="0" /> + id="id-7a86f17d-9f04-4a03-bca4-afff096387e9"> + id="g12244" + transform="translate(73.866,124.629)"> + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + id="id-e695e893-d29d-4ef6-9e2c-220991f92355" + inkscape:connector-curvature="0" /> + id="g12247" + transform="translate(78.1967,124.629)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-75b4ef99-ab94-4e04-bc96-0f5be095e281" + inkscape:connector-curvature="0" /> + id="g12250" + transform="translate(82.6251,124.629)"> + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + id="id-5e1743ee-e21f-4387-bddf-562fda5a1bd4" + inkscape:connector-curvature="0" /> + + + id="g12254" + transform="translate(90.8174,124.629)"> + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + id="id-08bc5825-a7cc-430e-89f1-ab31baf7f708" + inkscape:connector-curvature="0" /> + id="g12257" + transform="translate(95.965,124.629)"> + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + id="id-63407ab8-77e6-48f7-8a75-2b386a0cc73e" + inkscape:connector-curvature="0" /> + id="g12260" + transform="translate(99.3693,124.629)"> + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + id="id-51d43e31-97d0-4769-9026-64547fef7ab3" + inkscape:connector-curvature="0" /> + id="g12263" + transform="translate(103.798,124.629)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + id="id-4df060f4-7003-4990-970e-a34cadd538b1" + inkscape:connector-curvature="0" /> + id="g12266" + transform="translate(106.178,124.629)"> + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + id="id-9300112c-7a5b-4711-b419-0f31c39b33ed" + inkscape:connector-curvature="0" /> + id="g12270" + transform="translate(109.775,124.629)"> + id="id-c4108a76-7f82-4a73-8cfe-83eb6f236657" + inkscape:connector-curvature="0" /> + id="id-80bd840b-9274-4c99-ac03-f82284e43700"> + id="g12274" + transform="translate(118.587,124.629)"> + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-63a23155-6976-41dc-9fc8-75ca67304a1a" + inkscape:connector-curvature="0" /> - - - + id="id-0b8b5587-0968-4823-a2de-5810660278a2"> + id="g12278" + transform="translate(123.847,124.629)"> + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z M 3.984375,-6.953125 H 3.390625 L 2.4375,-5.71875 1.46875,-6.953125 H 0.890625 l 1.25,1.71875 h 0.59375 z m 0,0" + id="id-3c5b4f21-4c38-4022-82f8-2e699bc1837e" + inkscape:connector-curvature="0" /> + id="g12281" + transform="translate(128.276,124.629)"> + id="id-19f5ac8d-7a08-422f-a93e-75e24d18863f" + inkscape:connector-curvature="0" /> + id="id-d96172ae-3584-41ab-8be5-419e2c3ed296"> + id="g12286" + transform="translate(132.694,124.629)"> + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + id="id-88bbf720-fb08-41fb-9387-2d094149cf0c" + inkscape:connector-curvature="0" /> + id="g12289" + transform="translate(137.565,124.629)"> + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + id="id-633ee500-0f14-4735-99cb-287d23d2df90" + inkscape:connector-curvature="0" /> + id="g12293" + transform="translate(142.353,124.629)"> + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-a81dbebc-444b-4c8d-b07a-2892359cd0ee" + inkscape:connector-curvature="0" /> + id="g12296" + transform="translate(146.947,124.629)"> + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + id="id-6c6444b8-fc16-4f23-86fa-313741e36fca" + inkscape:connector-curvature="0" /> + + + + id="id-b649d79c-c18c-45a5-811b-0ae300c400a8"> + id="g12303" + transform="translate(159.716,124.629)"> + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-a50397f1-f831-43b0-b04c-88215fa69669" + inkscape:connector-curvature="0" /> + id="g12306" + transform="translate(164.309,124.629)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + id="id-a82c9d90-be96-4b94-b4ab-ccb2a803382c" + inkscape:connector-curvature="0" /> + id="g12309" + transform="translate(166.69,124.629)"> + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + id="id-20365022-8635-476a-9e18-c77ac8f880ed" + inkscape:connector-curvature="0" /> + id="g12312" + transform="translate(171.118,124.629)"> + id="id-2b95e866-b62f-4ea4-af58-d5f20d56a25b" + inkscape:connector-curvature="0" /> + + + id="g12316" + transform="translate(179.92,124.629)"> + d="m 4.78125,-2.21875 c 0,-1.234375 -0.671875,-2.3125 -1.609375,-2.3125 -0.390625,0 -1.015625,0.09375 -1.609375,0.578125 v -2.96875 h -0.75 V 0 h 0.78125 v -0.453125 c 0.234375,0.21875 0.671875,0.5625 1.34375,0.5625 0.984375,0 1.84375,-1 1.84375,-2.328125 z M 4,-2.21875 C 4,-0.921875 3.171875,-0.5 2.5625,-0.5 2.171875,-0.5 1.84375,-0.671875 1.59375,-1.140625 V -3.34375 C 1.75,-3.578125 2.109375,-3.921875 2.65625,-3.921875 3.25,-3.921875 4,-3.5 4,-2.21875 Z m 0,0" + id="id-58693a1a-877b-4bba-8311-21ecea8b341c" + inkscape:connector-curvature="0" /> + + + id="g12321" + transform="translate(185.346,124.629)"> + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-ea329c4b-4c4f-45f3-8b40-0f0fe4ec03f7" + inkscape:connector-curvature="0" /> + id="id-58aa0d49-fce9-4ca9-a81a-c102db1960fd"> + id="g12325" + transform="translate(190.607,124.629)"> + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + id="id-71488c0b-5290-4f88-8bf9-3edd0fc7fb53" + inkscape:connector-curvature="0" /> + id="g12328" + transform="translate(195.754,124.629)"> + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + id="id-c45d3d94-0d69-46a5-a4c2-213b408d8be7" + inkscape:connector-curvature="0" /> + id="g12331" + transform="translate(200.902,124.629)"> + d="m 1.796875,-0.015625 v -0.8125 H 0.96875 V 0 h 0.25 l -0.25,1.25 H 1.375 Z m 0,0" + id="id-8bb92f50-e296-48fc-a87c-43e9ce335a35" + inkscape:connector-curvature="0" /> + + + + + + id="g12338" + transform="translate(213.191,124.629)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-5c10eee1-9045-49eb-8d2c-be2ab7df3bc3" + inkscape:connector-curvature="0" /> + + + + id="id-acca2d5b-9acd-47f6-8e51-8b07b883add9"> + id="g12345" + transform="translate(226.334,124.629)"> + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + id="id-060c89b7-30e5-4947-a337-5306b5142608" + inkscape:connector-curvature="0" /> + + + + id="id-47522d06-e9f4-4900-afb1-0f2629098550"> + id="g12352" + transform="translate(239.826,124.629)"> + id="id-d1e6a2c3-8573-48aa-9835-9a09ea05c549" + inkscape:connector-curvature="0" /> + id="g12355" + transform="translate(243.23,124.629)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-5df7b57c-5301-4eaa-9a8f-44ec776ae450" + inkscape:connector-curvature="0" /> + id="g12358" + transform="translate(247.659,124.629)"> + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + id="id-852b070c-b957-4d8b-9b09-ef28734bc51a" + inkscape:connector-curvature="0" /> + id="g12361" + transform="translate(251.477,124.629)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-625dbc29-f35b-4d72-8b4c-d6362ac176c2" + inkscape:connector-curvature="0" /> + id="g12364" + transform="translate(255.906,124.629)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-69f20a3a-5912-4b78-a737-6682a2daaee2" + inkscape:connector-curvature="0" /> + id="g12367" + transform="translate(261.053,124.629)"> + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + id="id-dc8c1278-533a-45aa-9463-9eeae090e1a5" + inkscape:connector-curvature="0" /> + + + id="g12371" + transform="translate(267.807,124.629)"> + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + id="id-6f173dfe-86d9-40b6-b00d-c88c47bc194a" + inkscape:connector-curvature="0" /> + id="g12374" + transform="translate(272.955,124.629)"> + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + id="id-ac5b5259-0ddc-4a10-bd22-728612e84bb7" + inkscape:connector-curvature="0" /> + id="g12377" + transform="translate(277.285,124.629)"> + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + id="id-03055882-99d2-42f8-aecd-fe08d8087cba" + inkscape:connector-curvature="0" /> + id="g12380" + transform="translate(282.073,124.629)"> + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + id="id-697150b9-ed78-4ec9-9b46-ee68e6d2b3c9" + inkscape:connector-curvature="0" /> - - + id="g12383" + transform="translate(286.667,124.629)"> + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + id="id-8af67f68-6910-4e5c-a9f4-d1ab776dd434" + inkscape:connector-curvature="0" /> - - + id="g12386" + transform="translate(290.071,124.629)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + id="id-ac3c5225-609d-435f-8929-c2d883b5596b" + inkscape:connector-curvature="0" /> - - + id="g12389" + transform="translate(294.5,124.629)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-21f112ea-90c4-437b-a5ab-a15b8a6884d8" + inkscape:connector-curvature="0" /> + id="g12392" + transform="translate(299.647,124.629)"> + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.0625,-4.1875 H 2.84375 L 1.515625,-5.25 H 2.125 Z m 0,0" + id="id-77911274-2a2f-4e3b-93f5-e86d49ec18a4" + inkscape:connector-curvature="0" /> + id="id-28bc527d-9412-4385-9bae-3ad7286f5834"> - - - + id="g12396" + transform="translate(73.866,136.584)"> + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.984375,-6.921875 H 3.203125 L 1.875,-5.25 h 0.609375 z m 0,0" + id="id-d8fb3937-45b0-4a99-92f6-61ae20fe2e32" + inkscape:connector-curvature="0" /> + id="g12399" + transform="translate(79.0137,136.584)"> + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + id="id-50e32d7c-a5e4-494f-b856-605d86f625c1" + inkscape:connector-curvature="0" /> + id="g12402" + transform="translate(81.3937,136.584)"> + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + id="id-af96bbc9-3d39-4ce3-a96a-bc7990ad1219" + inkscape:connector-curvature="0" /> + id="g12405" + transform="translate(86.375,136.584)"> + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + id="id-d27c5c4b-aed3-41c1-a20d-f25bbf1a24f6" + inkscape:connector-curvature="0" /> + id="g12408" + transform="translate(91.5227,136.584)"> + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m 0,0" + id="id-7c9e627a-3500-425c-a61c-66951d277633" + inkscape:connector-curvature="0" /> + id="id-0d3ec40f-dd85-4630-84f6-6dbc3d2eb8ea"> + id="g12412" + transform="translate(95.2896,136.584)"> + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + id="id-7fb9eb92-8356-49f2-9a81-de490d998552" + inkscape:connector-curvature="0" /> + id="id-35cf45a7-43ca-4acf-b61f-db42c7d8e0b4" + inkscape:connector-curvature="0" /> + id="id-809ff280-d3ff-483c-a8d1-aa6831d878da" + inkscape:connector-curvature="0" /> + id="id-0579ec25-b017-4017-bbbc-87c0b4bdd38c" + inkscape:connector-curvature="0" /> + id="id-e8823fc4-1eae-4e84-b58e-f8f9f7fee7e3" + inkscape:connector-curvature="0" /> + id="id-ecea983e-8de8-40c1-b276-fad9934b2259" + inkscape:connector-curvature="0" /> + id="id-d2d355e7-54fe-433f-8315-9a8daacac496" + inkscape:connector-curvature="0" /> + id="id-df8aa430-2e68-4ffa-ba07-9420a42d9b7c" + inkscape:connector-curvature="0" /> + id="id-00719290-be9e-4995-8638-24eaa02ef2cd" + inkscape:connector-curvature="0" /> + id="id-95514ab3-c2be-40f3-8154-bc93c4c4b958" + inkscape:connector-curvature="0" /> + id="id-cca078de-6e05-414b-b61b-8fd386ac8f2a" + inkscape:connector-curvature="0" /> + id="id-af595d09-0dc7-427d-bb2a-81cbbbde4aa6" + inkscape:connector-curvature="0" /> + id="id-14c29939-008f-40a7-9532-b1392dc61689" + inkscape:connector-curvature="0" /> + id="id-85fa1619-9712-426a-b0e5-7683a6cdac75" + inkscape:connector-curvature="0" /> + id="id-319c408d-f9bd-4bec-ba44-3bfc248ecfd3" + inkscape:connector-curvature="0" /> + id="id-87070e61-c82f-48f0-895f-55aa2c6a1639" + inkscape:connector-curvature="0" /> + id="id-3d428104-0903-4db2-ae42-ce87d2be0200" + inkscape:connector-curvature="0" /> + id="id-ed248c37-d328-4dda-8442-35449091094a" + inkscape:connector-curvature="0" /> + id="id-4ed5fbe9-24ae-4db7-9fe2-9212eff34e80" + inkscape:connector-curvature="0" /> + id="id-eb769c40-0f3a-4aa7-95c9-7b054ca6ed1f" + inkscape:connector-curvature="0" /> + id="id-3e83e59c-0431-4767-8f2c-45301c034956" + inkscape:connector-curvature="0" /> + id="id-c7cb597f-7948-44e1-895e-6682a7387443" + inkscape:connector-curvature="0" /> + id="id-1a0b9bf5-e1aa-4fe7-b7a9-c9f8473fe3ce" + inkscape:connector-curvature="0" /> + id="id-2a12429e-4009-4d25-bb02-6e8a65a04292" + inkscape:connector-curvature="0" /> + id="id-ff07ca93-4c17-4e96-ae2d-46f71662031d" + inkscape:connector-curvature="0" /> + id="id-473d9344-ddb5-46b8-92d1-7fcfc2a300d1" + inkscape:connector-curvature="0" /> + id="id-ccbc8532-47f7-44ba-bf08-96ebff1388ae" + inkscape:connector-curvature="0" /> + id="id-9a528261-a2be-4778-b23a-8ac2caa89b17" + inkscape:connector-curvature="0" /> + id="id-e83fc48a-c102-4269-bd56-2cb0cba2c5e8" + inkscape:connector-curvature="0" /> + id="id-43289f48-33f1-49af-bc7a-89cd4e4098fd" + inkscape:connector-curvature="0" /> + id="id-cf37b5c4-37d5-4070-ad76-0125bc7f7787" + inkscape:connector-curvature="0" /> + id="id-62c190a9-a41a-4c04-ac98-b1166c791d4a" + inkscape:connector-curvature="0" /> + id="id-75c32cac-5e1e-4e2c-9716-c011f7d4ac86" + inkscape:connector-curvature="0" /> + id="id-b41ebb8c-bf97-4182-8a17-682517f84539" + inkscape:connector-curvature="0" /> + id="id-9befada5-8f8b-4941-b4c0-c234d677c6a0" + inkscape:connector-curvature="0" /> + id="id-d86b9b5b-b25b-4585-af66-680c7db15f93" + inkscape:connector-curvature="0" /> + id="id-50854e71-ea4a-4408-8a42-0a42672181cd" + inkscape:connector-curvature="0" /> + id="id-4c63a7a2-fdb9-4c41-a695-eed389c3340d" + inkscape:connector-curvature="0" /> + id="id-9facce88-47f2-48e6-a536-57200ef66108" + inkscape:connector-curvature="0" /> + id="id-859bdf67-1bed-406e-9f5a-9802afb90c5f" + inkscape:connector-curvature="0" /> + id="id-905b560d-673e-4c8d-bf8d-3bc73970c0c8" + inkscape:connector-curvature="0" /> + id="id-e7ba9ba7-acda-41a9-b4a5-b4b1b872cf74" + inkscape:connector-curvature="0" /> + id="id-5ae13fc9-4e82-4e15-a8b0-56707cc88593" + inkscape:connector-curvature="0" /> + id="id-e3c1ee93-8841-4e49-b65f-df5c7d596b13" + inkscape:connector-curvature="0" /> + id="id-c2f55178-5e40-4cc8-a3bc-85084b2d353d" + inkscape:connector-curvature="0" /> + id="id-5340d0b4-74aa-45bb-a242-21750b50d59c" + inkscape:connector-curvature="0" /> + id="id-706e166a-3f5b-4e79-b7d3-974d207f1f39" + inkscape:connector-curvature="0" /> + id="id-5b34d10e-88fe-49e1-94e3-18e03a4f3b38" + inkscape:connector-curvature="0" /> + id="id-6932ccaa-9730-419f-aa2d-9e200f266ddb" + inkscape:connector-curvature="0" /> + id="id-d8aa7c54-3595-495d-a7c8-4748c40dcefa" + inkscape:connector-curvature="0" /> + id="id-752627ab-f4ef-4e68-87b6-45a06e942862" + inkscape:connector-curvature="0" /> @@ -17060,7 +22601,8 @@ + id="id-1a4f5e8a-aa9d-43eb-9a8f-837b03df4dbc" + inkscape:connector-curvature="0" /> + id="id-078d9452-a893-4636-b4ab-fae9ffefbfe9" + inkscape:connector-curvature="0" /> + id="id-5077e53f-0b36-44e0-9669-80a471aa52d7" + inkscape:connector-curvature="0" /> + id="id-ba5e3995-aea5-453c-ac27-ce060758f151" + inkscape:connector-curvature="0" /> + id="id-097560c0-e3c0-46f0-ae72-1c979b92f4ce" + inkscape:connector-curvature="0" /> + id="id-65db38c5-fe0e-4c43-b7a6-03f312f69cd7" + inkscape:connector-curvature="0" /> + id="id-9afcf542-ac80-483c-84de-ee5967b3fd5b" + inkscape:connector-curvature="0" /> + id="id-3d2cc223-21a5-4bff-a92f-7431012c942e" + inkscape:connector-curvature="0" /> + id="id-8c50f327-53c8-4fed-a8fe-f1e511e8069a" + inkscape:connector-curvature="0" /> + id="id-f9471415-e449-423d-83cb-29a97e4bd6d6" + inkscape:connector-curvature="0" /> + id="id-acdd2547-a70b-4b8d-bb35-a15d38e6b810" + inkscape:connector-curvature="0" /> + id="id-87008365-c838-4c42-9c5a-c92fc464c0d6" + inkscape:connector-curvature="0" /> + id="id-dc65011c-dbf4-43e4-8a3c-d202a8f2028e" + inkscape:connector-curvature="0" /> + id="id-e62c1674-0659-4324-b8e1-0a9b92a312da" + inkscape:connector-curvature="0" /> + id="id-515c2d7d-6623-4c59-bb1f-33eb8f0ac8ba" + inkscape:connector-curvature="0" /> + id="id-c1985916-4e69-473a-a084-ec6e2169ae49" + inkscape:connector-curvature="0" /> + id="id-acc52b6c-4f0d-4687-be13-a757d82fba1d" + inkscape:connector-curvature="0" /> + id="id-4d750828-e9a9-43b2-9ea3-23354aa3ef51" + inkscape:connector-curvature="0" /> + id="id-ca47502d-b366-4e95-80f6-4e475b44a698" + inkscape:connector-curvature="0" /> + id="id-712f78c8-d549-477c-9484-4613f0dd015c" + inkscape:connector-curvature="0" /> + id="id-ff08ec0d-818f-464a-832d-c71bc54793bf" + inkscape:connector-curvature="0" /> + id="id-2e735abd-50c8-42d8-82d5-0ec9df8d893b" + inkscape:connector-curvature="0" /> + id="id-7d04de8a-be70-46c2-a657-d986f62d62c9" + inkscape:connector-curvature="0" /> + id="id-3bf33c86-1e74-48b6-8b8c-e07ec56abe90" + inkscape:connector-curvature="0" /> + id="id-950338fc-ceac-457e-9512-29838ad2723d" + inkscape:connector-curvature="0" /> + id="id-0da50f4b-da3b-464f-a163-528f4fe01750" + inkscape:connector-curvature="0" /> + id="id-81f4c931-692c-48bf-9ea5-7ac3acf0c23e" + inkscape:connector-curvature="0" /> + id="id-15d39ab8-1fa8-41f3-9067-b8785a491eb2" + inkscape:connector-curvature="0" /> + id="id-de5c2f1b-fe93-46a1-aa75-705e071c0df7" + inkscape:connector-curvature="0" /> + id="id-00e85240-7f01-45ed-96e6-08dc9fd8c086" + inkscape:connector-curvature="0" /> + id="id-98c5935e-eeca-422f-b13c-b06bc0082bcd" + inkscape:connector-curvature="0" /> + id="id-4b77a1b4-130f-43f4-989c-9a225ac9ab7c" + inkscape:connector-curvature="0" /> + id="id-80a82135-0fa4-4c24-a0f9-689c6544f905" + inkscape:connector-curvature="0" /> + id="id-e9110e39-1fa1-4a43-a46b-51f4f4bd3cd2" + inkscape:connector-curvature="0" /> + id="id-46729b59-4c99-4d24-8167-e022ff30daf5" + inkscape:connector-curvature="0" /> + id="id-945e42bf-e61a-47d3-b2ae-7e5c24cbc76b" + inkscape:connector-curvature="0" /> + id="id-66a63928-bcd0-4840-b322-aab3e9755c2b" + inkscape:connector-curvature="0" /> + id="id-b713bfbf-0bfe-4fbc-8341-b2ad78db9152" + inkscape:connector-curvature="0" /> + id="id-6120e42f-44bd-423e-9790-c3c46c6f7cef" + inkscape:connector-curvature="0" /> + id="id-4f053ccb-ca89-4822-a907-d6830407f380" + inkscape:connector-curvature="0" /> + id="id-7aef2ff2-fa1a-47f9-832a-02ed18a55722" + inkscape:connector-curvature="0" /> + id="id-3c9e65ce-fc2d-4702-810b-2107799de3b8" + inkscape:connector-curvature="0" /> + id="id-1968994e-a327-49ea-bbe4-613ad43510f7" + inkscape:connector-curvature="0" /> + id="id-61d4c6f5-883b-4023-bbd3-7946a3f993ff" + inkscape:connector-curvature="0" /> + id="id-49921832-da62-433a-bd81-6d1dfcfcb27f" + inkscape:connector-curvature="0" /> + id="id-aef19b41-465d-4e3f-ae8c-8dab9da218f9" + inkscape:connector-curvature="0" /> + id="id-c1fa89a9-fbec-492d-bc76-75657edcc2d0" + inkscape:connector-curvature="0" /> + id="id-aca27830-12dc-4ba9-9363-029a97e9c101" + inkscape:connector-curvature="0" /> + id="id-42f6bf64-a79a-4d4c-805a-b6675b92d80c" + inkscape:connector-curvature="0" /> + id="id-6758ce29-8ced-44c9-bbc6-66a16c4c1e85" + inkscape:connector-curvature="0" /> + id="id-75ac2fd8-5145-4712-a306-7ddbe5c6034c" + inkscape:connector-curvature="0" /> + id="id-0539c0fe-91ca-407a-975f-fc97eda40b06" + inkscape:connector-curvature="0" /> + id="id-197c70df-47ac-45e1-8046-222f05d42b12" + inkscape:connector-curvature="0" /> + id="id-45276555-d6a2-41d4-b62d-094345739255" + inkscape:connector-curvature="0" /> + id="id-dd441bed-93b2-40ec-984f-30a9a2cc8d7f" + inkscape:connector-curvature="0" /> + id="id-ae2ce7fe-f2c1-4955-ae6c-ee9e7558e069" + inkscape:connector-curvature="0" /> + id="id-919321be-1969-4571-9799-6d23d69ac348" + inkscape:connector-curvature="0" /> + id="id-71f4f205-b058-4ea2-8a5e-3958db5f005f" + inkscape:connector-curvature="0" /> + id="id-97cb1649-2bc9-4942-99e9-dd24c5b66873" + inkscape:connector-curvature="0" /> + id="id-b56d66b5-a5fd-49d5-a8fc-6319a532248e" + inkscape:connector-curvature="0" /> + id="id-4eb12c89-86f4-4265-bbaf-6cd7eadeed80" + inkscape:connector-curvature="0" /> + id="id-3175b6b2-9608-4d2f-9fa2-66c544b7a0e5" + inkscape:connector-curvature="0" /> + id="id-5b02ef85-d84b-4dbe-ba43-e80f96779f34" + inkscape:connector-curvature="0" /> + id="id-c815e89b-3c95-40f4-946e-6510de37506a" + inkscape:connector-curvature="0" /> + id="id-ca7f1d49-d108-4b7d-806e-442f3ba6c3d8" + inkscape:connector-curvature="0" /> + id="id-6f9351c2-498d-41e3-b76b-37ffe03c8b40" + inkscape:connector-curvature="0" /> + id="id-3b35a540-9b18-4fd3-bcf5-8ab4a46be0ec" + inkscape:connector-curvature="0" /> + id="id-b0236c4f-2dfd-43f4-b916-de8502ba41d0" + inkscape:connector-curvature="0" /> + id="id-aef6dde2-52e6-4e28-b086-a2d85f26ee3f" + inkscape:connector-curvature="0" /> + id="id-3ddfbb08-d662-41e8-a131-7eb2eac018ec" + inkscape:connector-curvature="0" /> + id="id-df9a30af-8b0f-4d71-910c-e9d38e96261d" + inkscape:connector-curvature="0" /> + id="id-05faa8c5-b2cd-4184-82d9-c2fd566d9b49" + inkscape:connector-curvature="0" /> + id="id-0fdd99de-b3e6-4863-a38d-93de1e836f5b" + inkscape:connector-curvature="0" /> @@ -17764,466 +23378,580 @@ ns10:pdfconverter="inkscape" ns10:texconverter="pdflatex" ns10:version="1.0.1" - transform="matrix(0.352778,0,0,0.352778,104.838,144.985)"> + transform="matrix(0.352778,0,0,0.352778,-91.48283,142.33915)"> + id="id-25033946-31f0-4d81-8900-a9b164ac9141" + style="overflow:visible"> + id="id-67fb3fc0-e827-4ca3-bacb-16089b0995d9" + inkscape:connector-curvature="0" /> + id="id-8fe9f9cb-03eb-4e84-9b00-646d7620d7dd" + style="overflow:visible"> + id="id-eaaf223d-80d9-4618-bd64-cef1093a4696" + inkscape:connector-curvature="0" /> + id="id-e582c64a-f42e-4fec-bd07-fe2a5ab4618e" + style="overflow:visible"> + id="id-38cbce34-d5a4-40e9-afdb-2484e42a3fc6" + inkscape:connector-curvature="0" /> + id="id-956b4461-9f7a-4193-a594-da24ab87e15b" + style="overflow:visible"> + id="id-a743c385-ad21-43fd-9a74-c553f78ecdca" + inkscape:connector-curvature="0" /> + id="id-537439a5-1a98-4933-bd43-0634789e82e1" + style="overflow:visible"> + id="id-67ce1451-b2be-41c9-84b0-6d1539300898" + inkscape:connector-curvature="0" /> + id="id-537a63d7-6db3-4923-b054-d64119360c2e" + style="overflow:visible"> + id="id-792f08ac-71c3-4478-90a4-8ff901884b2d" + inkscape:connector-curvature="0" /> + id="id-5aa87a0c-c41b-4918-8e7d-e92fe7d24d0b" + style="overflow:visible"> + id="id-5c4b34db-7dcd-4665-9e58-2c3817156f25" + inkscape:connector-curvature="0" /> + id="id-b838f0f3-51d7-46d8-9627-d6f1d9b0891d" + style="overflow:visible"> + id="id-0c7e29b0-e92c-4722-a065-785e8446105e" + inkscape:connector-curvature="0" /> + id="id-8a3a6c10-2e9d-49e2-b2ee-a6fcdf183e19" + style="overflow:visible"> + id="id-fda54c15-c5ce-4ce6-b812-2053ef4bae46" + inkscape:connector-curvature="0" /> + id="id-f91047c8-cfc7-425b-a3be-a87175bedb3e" + style="overflow:visible"> + id="id-4db67080-bcad-453c-bc75-e172e110b0eb" + inkscape:connector-curvature="0" /> + id="id-28e20f96-1b56-452d-b1e4-6dfd8a238df4" + style="overflow:visible"> + id="id-2bf38fc7-77d4-4454-a537-38d23e66f820" + inkscape:connector-curvature="0" /> + id="id-16979672-7b3e-41c2-bdb7-06a7f7b9d43e" + style="overflow:visible"> + id="id-42341c04-9daa-4448-b3af-88c8d76c99ae" + inkscape:connector-curvature="0" /> + id="id-d0276b1c-ad83-4126-9714-e1427158069f" + style="overflow:visible"> + id="id-ded65d04-66ef-4240-b00d-967a1ade611c" + inkscape:connector-curvature="0" /> + id="id-cf7a194f-0bd7-4687-aa33-ba5a50aca3b2" + style="overflow:visible"> + id="id-b2f51f0c-8672-4b65-84cd-9387d0e1a02e" + inkscape:connector-curvature="0" /> + id="id-ae937d98-4632-4150-ac55-03407f124296" + style="overflow:visible"> + id="id-9303b732-ef0b-4f7e-a2d2-5bff91eef6e6" + inkscape:connector-curvature="0" /> + id="id-fd8c5801-7c3e-44a9-9328-563425bdd322" + style="overflow:visible"> + id="id-30d1ec24-2c1a-40a7-ab2b-15d58b459468" + inkscape:connector-curvature="0" /> + id="id-03537fad-2099-46af-9ab0-2c3fd0397e4b" + style="overflow:visible"> + id="id-1d7f8b9e-5c91-42cb-b394-b0a382e590ab" + inkscape:connector-curvature="0" /> + id="id-ff84af27-c470-46b8-9633-8e7f75c61a0f" + style="overflow:visible"> + id="id-a4bb3c5a-23b0-4299-b0cf-307daa80f371" + inkscape:connector-curvature="0" /> + id="id-8f3b8007-d283-421f-aa48-3f2fc25072c6" + style="overflow:visible"> + id="id-77245cba-ad49-4432-b0ba-fdf76a78f094" + inkscape:connector-curvature="0" /> + id="id-313d0088-6b18-4d4a-9f21-6d1b5a0cf35a" + style="overflow:visible"> + id="id-34e9db84-d013-44b5-930f-10feab075d1b" + inkscape:connector-curvature="0" /> + id="id-83b1641f-1560-4a9d-846c-ee73a5f4648d" + style="overflow:visible"> + id="id-021b2587-8419-44eb-8577-d1e76704fe78" + inkscape:connector-curvature="0" /> + id="id-34ed1925-eb57-454d-8b44-da8732c8125e" + style="overflow:visible"> + id="id-e8393790-983e-4ea2-a0a4-c6707ba94077" + inkscape:connector-curvature="0" /> + id="id-b582dca2-7742-4c22-9cf6-67d7a8fc30eb" + style="overflow:visible"> + id="id-6aa052f2-2ddf-4793-a356-14018802062e" + inkscape:connector-curvature="0" /> + id="id-fbafaf9e-e82c-44ce-b31e-fde0fcaf5894" + style="overflow:visible"> + id="id-e279077e-922e-475a-a549-182cf4240d9e" + inkscape:connector-curvature="0" /> + id="id-a775fb7f-6280-488c-b097-c20c4ed50274" + style="overflow:visible"> + id="id-2a132e20-de11-41f9-a53d-5c494956e370" + inkscape:connector-curvature="0" /> + id="id-674e4fca-04c5-4c0f-be69-19e313b3e0e4" + style="overflow:visible"> + id="id-2fa0e6a8-a93e-4a8b-b8de-05a2f2e95542" + inkscape:connector-curvature="0" /> + id="id-c3905136-1da3-4666-b578-54e163ab5e63" + style="overflow:visible"> + id="id-2de80991-e041-46ee-bc92-2807e2ee5ffd" + inkscape:connector-curvature="0" /> + id="id-ae92f8a4-62dc-40ad-b72e-f9e0d54862bc" + style="overflow:visible"> + id="id-7ce62de2-bf40-4d0d-87ee-9202f09b3cdf" + inkscape:connector-curvature="0" /> + id="id-38260ba7-a8f9-48bd-9b84-53f62f90bacb" + style="overflow:visible"> + id="id-a4c4328b-75ed-46d7-a984-18dc1d6abf92" + inkscape:connector-curvature="0" /> + id="id-9a9bbc35-b5cc-4146-8611-13b300e0f8e3" + style="overflow:visible"> + id="id-e2642b70-dc37-4a4a-910a-55dcb0ab2ac4" + inkscape:connector-curvature="0" /> + id="id-4d8db689-830b-46e6-b673-35e37e992bbc" + style="overflow:visible"> + id="id-719808fd-65a5-4152-9c77-51904f144823" + inkscape:connector-curvature="0" /> + id="id-981aa35b-3360-4dfb-9e88-8b2e86aa7b65" + style="overflow:visible"> + id="id-a8543a3c-ce74-4e6b-b69c-c5873232ff7c" + inkscape:connector-curvature="0" /> + id="id-0bbd4969-7bd6-44eb-a9aa-68310fc67e77" + style="overflow:visible"> + id="id-4168d2b3-08a2-4f5b-a6ed-aa6b7473921d" + inkscape:connector-curvature="0" /> + id="id-bd22697a-d39e-4027-bea9-cb429b185000" + style="overflow:visible"> + id="id-fe0865e1-2b51-4943-800f-6ec86cfb35b7" + inkscape:connector-curvature="0" /> + id="id-286e737d-2778-42f9-94cd-fd786aaca2e4" + style="overflow:visible"> + id="id-89a60ff8-04ef-4643-8ece-fdef3dfd4ece" + inkscape:connector-curvature="0" /> + id="id-ba039891-2105-4721-addf-5f624ddb45c4" + style="overflow:visible"> + id="id-d7cb6eef-5699-4900-93c0-08839f336f94" + inkscape:connector-curvature="0" /> + id="id-d4ce8532-6be1-4351-b0fa-63d508f4bdac" + style="overflow:visible"> + id="id-a425343e-2513-4f72-bdcd-f92a69177bf0" + inkscape:connector-curvature="0" /> + id="id-30e8341e-9e43-494e-8830-eff1e7fbe0bb" + style="overflow:visible"> + id="id-142f0c0c-5e0f-40cd-98ef-590c9837720c" + inkscape:connector-curvature="0" /> + id="id-e272fd45-36d2-40df-9950-8f1d844c9d7a" + style="overflow:visible"> + id="id-fd77e374-ad2c-4de0-b9a7-7bd42bc7c5d7" + inkscape:connector-curvature="0" /> + id="id-9c843153-5a18-48eb-a6e8-ba0f660bbab8" + style="overflow:visible"> + id="id-9dbc27cc-a69b-466e-8cac-3b234f0ec225" + inkscape:connector-curvature="0" /> + id="id-61767a6a-2ee8-4cfc-a32a-90d192419704" + style="overflow:visible"> + id="id-ea330810-da1c-44f7-9413-9562f9792ca9" + inkscape:connector-curvature="0" /> + id="id-94c637d9-1f9d-472e-a60b-9f7626c5d772" + style="overflow:visible"> + id="id-689dadcd-bb61-4d86-96d6-bc22018c6c68" + inkscape:connector-curvature="0" /> + id="id-0ba8fe5d-77c4-4e3b-8b72-1c6b58227b06" + style="overflow:visible"> + id="id-70f50031-d02b-47f3-8f7e-c9ef341eeadc" + inkscape:connector-curvature="0" /> + id="id-59bc3606-b868-4066-bced-5a3b41eb5d17" + style="overflow:visible"> + id="id-d48a7266-ac7a-4a26-bf41-c06069d947cc" + inkscape:connector-curvature="0" /> + id="id-8391c626-3dc5-4637-8d46-fbfe36907622" + style="overflow:visible"> + id="id-1fef4326-5a57-4b4f-912a-ed3709798d87" + inkscape:connector-curvature="0" /> + id="id-eb4af17f-1e17-422f-aee2-b407c3ed6eda" + style="overflow:visible"> + id="id-2f089b17-eb7a-460d-a80e-e70455096fe5" + inkscape:connector-curvature="0" /> + id="id-575709f7-884b-4996-9ca1-39c3ccbcc3aa" + style="overflow:visible"> + id="id-aa216856-42b8-4405-86d3-c15787461714" + inkscape:connector-curvature="0" /> + id="id-d83ba645-557b-481b-b836-589086abebd4" + style="overflow:visible"> + id="id-f6e1d635-3fb2-43c1-af5a-c8d5c8ea591f" + inkscape:connector-curvature="0" /> + id="id-1d5e5a87-c561-4311-ad53-39b1be108e1e" + style="overflow:visible"> + id="id-583465d8-fa4b-41df-8b51-024ac3d381ca" + inkscape:connector-curvature="0" /> + id="id-e7ff930b-4270-4033-af97-9904f6abae56" + style="overflow:visible"> + id="id-a9a8e73a-ea1e-483a-90fb-e64a4212bf9d" + inkscape:connector-curvature="0" /> + id="id-c1aea53e-e4da-44e2-b2f1-92f6c621fbca" + style="overflow:visible"> + id="id-16f1c5c2-4859-43e3-857f-f8221d37c83a" + inkscape:connector-curvature="0" /> + id="id-9373be9d-b05a-41ac-b7b3-b880b0e80d51" + style="overflow:visible"> + id="id-4f5fa909-2611-47d8-9b95-7f401090638e" + inkscape:connector-curvature="0" /> + id="id-952986d3-d72a-44ac-bbf8-7207927ee9b3" + style="overflow:visible"> + id="id-28d1da7e-180a-4ffa-b6cb-90cc75c74348" + inkscape:connector-curvature="0" /> + id="id-7a5a7b17-2fe7-470f-838d-8b772d39d5fc" + style="overflow:visible"> + id="id-b8a700c5-e040-40c5-b2d3-0eeece65dcfa" + inkscape:connector-curvature="0" /> + id="id-a9bfd71d-eacd-41b5-b698-c17a8a4ba7dd" + style="overflow:visible"> + id="id-acb0230a-f081-4ac3-9adc-b9acc0d899ed" + inkscape:connector-curvature="0" /> + id="id-56726b97-3bf8-441f-84ca-4f05bfa7c39c" + style="overflow:visible"> + id="id-1efbdbb6-bb5f-4a72-ac82-250995ddc547" + inkscape:connector-curvature="0" /> + id="id-85aa0b55-6bb4-4d3f-83eb-86e724303e46" + style="overflow:visible"> + id="id-89eae0fd-960e-4e2d-a7a2-2a2cae95825d" + inkscape:connector-curvature="0" /> @@ -18239,7 +23967,8 @@ + id="id-3b3e9393-9f7d-4f60-ab37-91ff7d2348bd" + inkscape:connector-curvature="0" /> + id="id-ed9bb6c2-dc91-4054-aef4-3f4e54c4d792" + inkscape:connector-curvature="0" /> + id="id-698d1128-5665-4d3d-9e90-5a8300203a25" + inkscape:connector-curvature="0" /> + id="id-a814f555-de62-4b25-b1a5-0c64ad0773a7" + inkscape:connector-curvature="0" /> + id="id-a488ae62-51ec-47fb-b4b1-c050acea2902" + inkscape:connector-curvature="0" /> + id="id-337a0b7f-1afc-4607-b52a-ff3f3d6d7345" + inkscape:connector-curvature="0" /> + id="id-485188b4-4eb4-453e-a1eb-d58dd89fd2ca" + inkscape:connector-curvature="0" /> + id="id-e461d06c-1dca-49c7-bfb4-025c6392da26" + inkscape:connector-curvature="0" /> + id="id-1b5a174a-b53a-4136-af64-006e97071763" + inkscape:connector-curvature="0" /> + id="id-98e1185e-fd84-4e9c-9268-fca9a970cc21" + inkscape:connector-curvature="0" /> + id="id-6d14e290-04f5-4263-8c12-908cac565f41" + inkscape:connector-curvature="0" /> + id="id-3f4076d5-d7d5-46b4-a83e-e3a4255b99bb" + inkscape:connector-curvature="0" /> + id="id-de68ff1f-f023-47e0-bd6f-9268cb9011e4" + inkscape:connector-curvature="0" /> + id="id-bdce3878-932a-40b3-a1b6-b203e9e316f6" + inkscape:connector-curvature="0" /> + id="id-cebb0f6c-e68b-4799-a025-ea15a7a59b01" + inkscape:connector-curvature="0" /> + id="id-e4f79256-f7c7-4863-a212-25691cbba218" + inkscape:connector-curvature="0" /> + id="id-a1d8208b-ff67-4318-885c-65db97f46b4e" + inkscape:connector-curvature="0" /> + id="id-41b0c706-5c87-47e1-bf53-0f49c0dbbc66" + inkscape:connector-curvature="0" /> + id="id-c238342f-cad9-4bce-964e-85fe8006111d" + inkscape:connector-curvature="0" /> + id="id-7cadcb13-5d08-4dc9-a37d-bc48c8cf021c" + inkscape:connector-curvature="0" /> + id="id-5d69271b-7486-4fa7-bd9e-01d7ba7bc8f1" + inkscape:connector-curvature="0" /> + id="id-354e7eb5-65de-4d5d-9a3a-6c29a2ccc970" + inkscape:connector-curvature="0" /> + id="id-64bde9e4-36a5-404e-9041-2fa9d2d01364" + inkscape:connector-curvature="0" /> + id="id-5e4f243a-c1a2-45ea-abe7-6111db166e8e" + inkscape:connector-curvature="0" /> + id="id-f3f7f476-1a8f-49fa-b793-5f8d2819a4d0" + inkscape:connector-curvature="0" /> + id="id-c8eb22bd-30d9-4d00-8d02-5d3761d15cc1" + inkscape:connector-curvature="0" /> + id="id-061422e4-58ce-4b9c-affa-a2855331bd00" + inkscape:connector-curvature="0" /> + id="id-4afab655-f98c-4fc3-9ad1-afea96266083" + inkscape:connector-curvature="0" /> + id="id-83894088-9b41-4358-9872-aa51d2c3e8bc" + inkscape:connector-curvature="0" /> + id="id-805b32c9-9241-4e80-bf35-bc5d87706a95" + inkscape:connector-curvature="0" /> + id="id-28606d45-cdcd-4cef-95f5-e10de6c71518" + inkscape:connector-curvature="0" /> + id="id-1e47acab-c5ab-48e6-89bf-93914ede0295" + inkscape:connector-curvature="0" /> + id="id-7c436451-9998-47c0-a0ce-e4bc7b60e0f9" + inkscape:connector-curvature="0" /> + id="id-92354177-58f3-483e-a75b-7f3c3e23bf9c" + inkscape:connector-curvature="0" /> + id="id-951776cb-2e90-469a-b2c3-20c246e24b37" + inkscape:connector-curvature="0" /> + id="id-6800a5ea-a8d4-4881-bfb8-c14a14d95b0d" + inkscape:connector-curvature="0" /> + id="id-a79b4c11-fb23-4008-8c3f-d11b92095d15" + inkscape:connector-curvature="0" /> + id="id-714cc7d5-4bcc-42cb-a3b0-f3b7202d462c" + inkscape:connector-curvature="0" /> + id="id-2a763160-2dc7-4704-8ee3-290437e9554d" + inkscape:connector-curvature="0" /> + id="id-e0a86bce-4429-43cb-ada9-90214fe12cc3" + inkscape:connector-curvature="0" /> + id="id-1cbbb5b2-1059-4478-a78d-468e825851ec" + inkscape:connector-curvature="0" /> + id="id-65b6ab4c-de11-4270-9b7d-622e6de3413f" + inkscape:connector-curvature="0" /> + id="id-6e493986-900c-4e17-86c5-6de3869f1e31" + inkscape:connector-curvature="0" /> + id="id-f939dc51-c49a-4f99-a23e-0ccf024fb5ec" + inkscape:connector-curvature="0" /> + id="id-f3a1beee-f752-4afd-b149-d93503d057c3" + inkscape:connector-curvature="0" /> + id="id-800ada82-d9e5-4161-be3f-0ed0f0d60928" + inkscape:connector-curvature="0" /> + id="id-96077d76-a248-414c-b5ac-9f6412299a87" + inkscape:connector-curvature="0" /> + id="id-4f853244-e1ce-450d-a6a8-f2b4c6bf5f51" + inkscape:connector-curvature="0" /> + id="id-556771b8-75a2-40a7-ab90-01a5172051a2" + inkscape:connector-curvature="0" /> + id="id-d75b4cd6-7eb6-44be-94b4-96bac7bcd910" + inkscape:connector-curvature="0" /> + id="id-53d5c6bf-cb0d-420e-9fff-71a4a35ef856" + inkscape:connector-curvature="0" /> + id="id-a45a8401-9a54-4579-84e2-a9faec47e5a4" + inkscape:connector-curvature="0" /> + id="id-2ffb47df-18a6-4b09-aefc-4be85239bb4f" + inkscape:connector-curvature="0" /> + id="id-7ceb423c-6aa9-4c25-88b8-80a37be76071" + inkscape:connector-curvature="0" /> + id="id-4b1b56dd-44df-4cf7-98d7-075d24b317de" + inkscape:connector-curvature="0" /> + id="id-fe10867a-47e3-4706-a9e3-9343ed274185" + inkscape:connector-curvature="0" /> + id="id-73131b92-8762-4ea0-8668-b6dbde6ae95a" + inkscape:connector-curvature="0" /> + id="id-df30c522-cdbd-46a7-b2a6-d301992b988c" + inkscape:connector-curvature="0" /> + id="id-0d480ce6-ccf6-4e7e-b242-3cb61acfcad4" + inkscape:connector-curvature="0" /> + id="id-6af62015-a759-46a7-99f9-8b7af96af628" + inkscape:connector-curvature="0" /> + id="id-c996593b-4470-4fd5-857b-001f74aa9460" + inkscape:connector-curvature="0" /> + id="id-4b214153-e2fc-4d24-be0d-df9e9f9cc818" + inkscape:connector-curvature="0" /> + id="id-10317393-7834-4a41-8fba-436756c4df20" + inkscape:connector-curvature="0" /> + id="id-8ae33eef-1594-4617-b87b-f9a2ac07bedf" + inkscape:connector-curvature="0" /> + id="id-a832da54-6fc7-4572-9ce0-d494eb80b00e" + inkscape:connector-curvature="0" /> + id="id-246c5581-638a-45c2-aa29-ed4a86e5a4b6" + inkscape:connector-curvature="0" /> + id="id-1098bcff-ffdc-49d7-aee6-6f661c9257f3" + inkscape:connector-curvature="0" /> + id="id-bfa9dd12-3fda-459c-9732-600c833155c4" + inkscape:connector-curvature="0" /> + id="id-2564fc85-f38a-486d-9afb-5d8fed15a275" + inkscape:connector-curvature="0" /> + id="id-7ecc5045-c035-409b-97c9-34b595722b1d" + inkscape:connector-curvature="0" /> + id="id-d4ceca41-7e6e-4fc3-83a9-0f8c27197df0" + inkscape:connector-curvature="0" /> + id="id-f4d0100c-92dd-4bf8-b909-edfaefa14adb" + inkscape:connector-curvature="0" /> + id="id-05f0ec0f-6c01-49a1-80a7-1082001bb06b" + inkscape:connector-curvature="0" /> + id="id-93439d1d-9d9a-4957-bdf2-78102707192c" + inkscape:connector-curvature="0" /> + id="id-38984e2b-b78e-43c1-884a-35827647ff04" + inkscape:connector-curvature="0" /> + id="id-293e0908-5d20-4cc9-858d-f10f5ee3eea4" + inkscape:connector-curvature="0" /> + id="id-c85bf31e-d5db-427b-b84e-63b5d6d13ade" + inkscape:connector-curvature="0" /> + id="id-9c7b31a7-5f6e-47e4-be51-eaa837efb030" + inkscape:connector-curvature="0" /> + id="id-0ebd7681-1065-4e83-baf2-023e9dea9c8a" + inkscape:connector-curvature="0" /> + id="id-92b573e0-f947-4d91-84a6-c3300291d1ce" + inkscape:connector-curvature="0" /> + id="id-a81f605d-6ae1-46c3-865e-14bb0efe0f3b" + inkscape:connector-curvature="0" /> + id="id-79a71104-07ea-4e9a-8220-f4034fd2e129" + inkscape:connector-curvature="0" /> + id="id-22010478-1ae9-4f68-83eb-a3b773aaa957" + inkscape:connector-curvature="0" /> + id="id-54d1829b-cc55-4821-93a5-a3c7bf5ce089" + inkscape:connector-curvature="0" /> + id="id-e2a745d3-d333-4f4a-917a-bd141f4f187e" + inkscape:connector-curvature="0" /> + id="id-b073205e-b6d3-4b46-bb89-252ea015f243" + inkscape:connector-curvature="0" /> + id="id-1450b7ca-1dd3-4d9d-a3d0-6345a72c544b" + inkscape:connector-curvature="0" /> + id="id-64d43efb-7ac1-4da8-aa5e-7bb4cd01fcd7" + inkscape:connector-curvature="0" /> + id="id-f0cdb638-bf2b-40a8-9928-193613984294" + inkscape:connector-curvature="0" /> + id="id-203e7f06-ec3b-41da-84b9-672272f8a763" + inkscape:connector-curvature="0" /> + id="id-f77dc8ec-db78-485a-bfc7-28b8d463c694" + inkscape:connector-curvature="0" /> + id="id-b239bd18-321d-4cc7-beee-4f01c7decab1" + inkscape:connector-curvature="0" /> + id="id-cd0b0c60-d371-412e-be61-90284fe8c7ad" + inkscape:connector-curvature="0" /> + id="id-fd487f85-d34e-4551-9456-f26084f7971c" + inkscape:connector-curvature="0" /> + id="id-ce138469-5aad-4493-b7d4-0c16a84d3dd5" + inkscape:connector-curvature="0" /> + id="id-7d76cd66-1efb-467d-bdfd-1e90532a1106" + inkscape:connector-curvature="0" /> + id="id-2bedf17e-ba7e-4d50-99a8-30b21bed8d59" + inkscape:connector-curvature="0" /> + id="id-539898e9-b781-4f8f-b42a-c12736d70442" + inkscape:connector-curvature="0" /> + id="id-a41e2319-86c0-4f04-8b48-05782715453d" + inkscape:connector-curvature="0" /> + id="id-a2b27847-8008-4a33-8510-f4d90cc78d84" + inkscape:connector-curvature="0" /> + id="id-6bf0de6f-b888-4f33-9bae-14464f165635" + inkscape:connector-curvature="0" /> + id="id-0b1a77a8-c704-4fd6-82c3-0a4dc3659230" + inkscape:connector-curvature="0" /> + id="id-ae825768-1767-4c5b-9dfc-a87683b9ca96" + inkscape:connector-curvature="0" /> + id="id-7875891a-6279-453b-8884-fc54958f17b8" + inkscape:connector-curvature="0" /> + id="id-e2b20630-a4cb-4fbd-a006-52fc87850f7b" + inkscape:connector-curvature="0" /> + id="id-642f6ffa-41eb-4cc5-bb88-f6a8bd8130a6" + inkscape:connector-curvature="0" /> + id="id-95b097f1-3260-4bfd-b1a7-190efaaf1330" + inkscape:connector-curvature="0" /> + id="id-ba483037-9c35-4b23-9824-cace27d7ec26" + inkscape:connector-curvature="0" /> + id="id-db616afd-810e-4dc9-b361-56c6d700d15d" + inkscape:connector-curvature="0" /> + id="id-cb9d25ae-93e9-4a3f-80cd-7963d18b540c" + inkscape:connector-curvature="0" /> + id="id-5654f222-f4a7-4894-bdeb-147ddc9a58bd" + inkscape:connector-curvature="0" /> + id="id-b42374d7-b3ad-4777-ad51-5c8433dd2577" + inkscape:connector-curvature="0" /> + id="id-1cf6c033-306f-4f00-a0e2-c78c2df7cf43" + inkscape:connector-curvature="0" /> + id="id-96842c0e-6735-4d50-8506-823e18eb8ec8" + inkscape:connector-curvature="0" /> + id="id-c8387aca-07f2-403d-9640-b5bb866b17f4" + inkscape:connector-curvature="0" /> + id="id-198dfdf1-2d30-434e-957c-6311de522b51" + inkscape:connector-curvature="0" /> + id="id-f6bd4a8d-386a-47d1-adb5-673e07e68971" + inkscape:connector-curvature="0" /> + id="id-091335a9-ee02-4b5d-9744-8d66394760f3" + inkscape:connector-curvature="0" /> + id="id-9aa405ad-df5d-4a82-8cba-ed79147107c5" + inkscape:connector-curvature="0" /> + id="id-523a7163-7ab8-4d7e-9dc0-1157e16a6db0" + inkscape:connector-curvature="0" /> + id="id-3e1f2c03-56c0-4361-bcca-0d3024cf717c" + inkscape:connector-curvature="0" /> + id="id-3b2a2f34-c305-4a99-8219-d9da2c1ecdbf" + inkscape:connector-curvature="0" /> + id="id-10482b9a-4c51-4c2c-90bf-2c287fcd1c4c" + inkscape:connector-curvature="0" /> + id="id-2bccb626-5fe5-4f75-a96c-18ee1c61ee00" + inkscape:connector-curvature="0" /> + id="id-5b2dc047-1661-479d-8bea-2c4638936bb6" + inkscape:connector-curvature="0" /> + id="id-a830cdd2-6d7e-43cd-b7bf-d829e8a31b9d" + inkscape:connector-curvature="0" /> + id="id-9d0d418a-7aa4-455a-8066-c700a94dfb12" + inkscape:connector-curvature="0" /> + id="id-d3444af1-80df-4353-8e9a-ec9b3fbeed76" + inkscape:connector-curvature="0" /> + id="id-b9ed97c2-c700-4d6d-a3cf-7b5beb80d3fe" + inkscape:connector-curvature="0" /> + id="id-b12fd62f-4977-4f31-b0e5-da81b2ecc472" + inkscape:connector-curvature="0" /> + id="id-8f506779-8f6e-41eb-9ecb-7455bd28d35a" + inkscape:connector-curvature="0" /> + id="id-da500793-f6d6-47ec-904f-87e6e1090983" + inkscape:connector-curvature="0" /> + id="id-5bbec66c-f649-477f-8645-354986466eaa" + inkscape:connector-curvature="0" /> + id="id-585e9e4a-b655-4d18-a2d5-a4fdc2b7f8c4" + inkscape:connector-curvature="0" /> + id="id-2885316e-442d-483b-9a7d-78f481a118db" + inkscape:connector-curvature="0" /> + id="id-7fc3e56c-675d-4f16-9897-618db1b9888e" + inkscape:connector-curvature="0" /> + id="id-b509295f-4d2a-47c8-a6cc-6884d502be28" + inkscape:connector-curvature="0" /> + id="id-000053c7-12eb-4f25-aa8d-fb5dccb4dfcd" + inkscape:connector-curvature="0" /> + id="id-cf08e8a8-c7e3-48c2-8ed1-7f2d273515e8" + inkscape:connector-curvature="0" /> + id="id-e4758fbb-72b4-46bb-a987-beeb75ef6221" + inkscape:connector-curvature="0" /> + id="id-fb6cb178-48c0-4988-a067-ae46ab939312" + inkscape:connector-curvature="0" /> + id="id-a5c96c01-872b-44e6-95f4-21bdbf593e9d" + inkscape:connector-curvature="0" /> + id="id-e4dfbb06-04e0-4396-ac47-8fc88fe8909e" + inkscape:connector-curvature="0" /> + id="id-c8e40d2c-a9f3-4f14-a807-0730db7d3b14" + inkscape:connector-curvature="0" /> + id="id-163f20f8-52cf-4d22-ac28-f955d2ac33c0" + inkscape:connector-curvature="0" /> + id="id-454861a4-9d18-4baa-a3be-ce5c72bf47c9" + inkscape:connector-curvature="0" /> + id="id-e98039e5-76d1-482f-aa56-99ff2e1dfcad" + inkscape:connector-curvature="0" /> + id="id-9960a79e-0ff9-49cc-abaf-376c8b4a58f7" + inkscape:connector-curvature="0" /> + id="id-f4a6078f-a1d0-49eb-88b0-cb8ad002104a" + inkscape:connector-curvature="0" /> + id="id-7df2fa13-8ce8-4656-b1b9-b2c89f32ddfc" + inkscape:connector-curvature="0" /> + id="id-4f8d22c3-f066-4de1-92c4-a4beeb7d4fb1" + inkscape:connector-curvature="0" /> + id="id-937f45c4-845b-448f-adb9-cacc070ae39a" + inkscape:connector-curvature="0" /> + id="id-8191f094-00c9-4eb6-ae51-508707fa1e4d" + inkscape:connector-curvature="0" /> + id="id-7f6c5e13-21dd-455d-9801-e1f452345247" + inkscape:connector-curvature="0" /> + id="id-26ebad55-6e7e-4308-955c-ee2d9e472186" + inkscape:connector-curvature="0" /> + id="id-9c87afea-7a95-4b1d-bd22-2a0321f0f719" + inkscape:connector-curvature="0" /> + id="id-39d2c941-7823-497c-a150-f8ccf7a6979e" + inkscape:connector-curvature="0" /> + id="id-84bb4d63-edd0-4e34-9e4d-4b07e84dd856" + inkscape:connector-curvature="0" /> + id="id-254001c8-19e6-47a0-8687-fe80ef8d7772" + inkscape:connector-curvature="0" /> + id="id-d24f78f1-b35a-4b77-a132-43e0091cc3e3" + inkscape:connector-curvature="0" /> + id="id-2a901665-91df-4608-ac9e-23a02c289821" + inkscape:connector-curvature="0" /> + id="id-2b6404a1-614d-43c4-b1a2-b174d0925f5d" + inkscape:connector-curvature="0" /> + id="id-d6ef9ea7-9fc3-4376-905a-c05d460013eb" + inkscape:connector-curvature="0" /> + id="id-051d961c-3ea1-4425-908c-8df6d5e50cbe" + inkscape:connector-curvature="0" /> + id="id-96f964ef-a0c2-4668-b692-8e255d5638cb" + inkscape:connector-curvature="0" /> + id="id-8c789640-1712-495c-b221-43d087b71fc8" + inkscape:connector-curvature="0" /> + id="id-7e269996-8954-4794-932c-479f7fb48a4c" + inkscape:connector-curvature="0" /> + id="id-761a9918-a1a8-483d-9c52-4d92eea008e4" + inkscape:connector-curvature="0" /> + id="id-fa6c0fd1-db53-4dd1-a237-48ed51ff2dfc" + inkscape:connector-curvature="0" /> + id="id-8596af94-969b-4288-9e46-4fdf820d0c40" + inkscape:connector-curvature="0" /> + id="id-f206d001-d2b5-4851-bd89-65ac2cd93feb" + inkscape:connector-curvature="0" /> + id="id-a0e6a628-cdd9-4775-973b-9d405c453063" + inkscape:connector-curvature="0" /> + id="id-faf463e0-4c2e-489b-94fb-c0e79f5f5fb5" + inkscape:connector-curvature="0" /> + id="id-5d2e4666-cfa7-4529-afa3-652d93c13300" + inkscape:connector-curvature="0" /> + id="id-706fb835-45e1-4492-a10f-175fd08d5ebe" + inkscape:connector-curvature="0" /> + id="id-50783649-02ad-4b07-9b48-16ffda82a1b0" + inkscape:connector-curvature="0" /> + id="id-6e000c60-c1fe-4591-a25e-2c0dc4ceacb8" + inkscape:connector-curvature="0" /> + id="id-6e8bd34f-ddf6-44e8-ada3-c4176e6ce144" + inkscape:connector-curvature="0" /> + id="id-e8bf8391-32cd-47e2-8bc4-cd3656044948" + inkscape:connector-curvature="0" /> + id="id-42c5b690-c9b3-4719-87ba-bb25aed513f0" + inkscape:connector-curvature="0" /> + id="id-9e243e2e-8243-47ec-b997-078f7c4ef1fd" + inkscape:connector-curvature="0" /> + id="id-5bcf6baf-c472-4d5e-bb96-42e85604c2c6" + inkscape:connector-curvature="0" /> + id="id-ba298a96-4289-44f3-9828-879d75645a2d" + inkscape:connector-curvature="0" /> + id="id-abe7085d-a539-48cc-a410-9400a7cc40bf" + inkscape:connector-curvature="0" /> + id="id-55623bc1-0919-4590-b58b-efb95e12b14b" + inkscape:connector-curvature="0" /> + id="id-eb4d9987-684f-45cf-ab91-467b4f534213" + inkscape:connector-curvature="0" /> + id="id-dce441af-c4f8-44de-9105-f88ba1f6a107" + inkscape:connector-curvature="0" /> + id="id-09354d1d-24ab-4b60-a68c-e49e08d579dd" + inkscape:connector-curvature="0" /> + id="id-21684360-fca3-46e1-8a2f-5c62d77255a8" + inkscape:connector-curvature="0" /> + id="id-b86e48d1-df8b-4fa3-a56a-6ffe9708201b" + inkscape:connector-curvature="0" /> + id="id-25684d56-9d56-4181-af0b-38ce151d664b" + inkscape:connector-curvature="0" /> + id="id-1da7aa50-1091-4586-93c0-37c4ba9ce8b5" + inkscape:connector-curvature="0" /> + id="id-b70acbe5-06b8-42a4-9207-0555dab144e2" + inkscape:connector-curvature="0" /> + id="id-9f744f9b-602d-492a-919a-b92e499ac3d9" + inkscape:connector-curvature="0" /> + id="id-b0fc650e-d938-4662-9584-28a3f7cd0938" + inkscape:connector-curvature="0" /> + id="id-d3ec15cb-2a69-482f-9ade-be4ef2c9de3b" + inkscape:connector-curvature="0" /> + id="id-6ac37054-1ee8-4ee4-9a2c-199c2191bc99" + inkscape:connector-curvature="0" /> + id="id-158db0b2-058a-4b0f-8eff-d415e02b549b" + inkscape:connector-curvature="0" /> + id="id-d3abf955-5425-4c49-a372-38b1e80daafd" + inkscape:connector-curvature="0" /> + id="id-6733291f-4b28-4a3e-97aa-f3a4ae92bf3a" + inkscape:connector-curvature="0" /> + id="id-1ebf3180-b123-4f95-ab88-e64861f30333" + inkscape:connector-curvature="0" /> + id="id-8cd213a4-3476-4d08-85c6-ca5383ba8262" + inkscape:connector-curvature="0" /> + id="id-6a9ce4de-e8f7-44dd-9790-438e3f2b1dc8" + inkscape:connector-curvature="0" /> + id="id-623de901-c5c8-4f25-b2b0-05f30bc69844" + inkscape:connector-curvature="0" /> + id="id-344ac010-9946-4ce7-bf9d-0b23bc36a2f5" + inkscape:connector-curvature="0" /> + id="id-ed3e289f-1452-460d-85cd-e07b8a93b5a3" + inkscape:connector-curvature="0" /> + id="id-cf7e982e-b841-4156-8d4d-a17032802955" + inkscape:connector-curvature="0" /> + id="id-f163c830-d025-4e9d-8d95-03d106a4a327" + inkscape:connector-curvature="0" /> + id="id-130fd6c7-49b6-46f5-9466-6416c7046d8a" + inkscape:connector-curvature="0" /> + id="id-79a8ebec-2115-45e4-99e2-71283e070992" + inkscape:connector-curvature="0" /> + id="id-8dd1b743-2d9e-4da4-9120-982f4fb32bac" + inkscape:connector-curvature="0" /> + id="id-3ab434df-46d3-44ec-8495-171c1d5dd2a2" + inkscape:connector-curvature="0" /> + id="id-96386c7d-bc1b-4b03-a51e-8bea9d14f57f" + inkscape:connector-curvature="0" /> + id="id-64606eb0-aa3e-4b2e-996c-2eeec35fff15" + inkscape:connector-curvature="0" /> + id="id-133bd9de-c6c7-4291-889c-3c78c7c1d7e2" + inkscape:connector-curvature="0" /> + id="id-d33f4b33-0898-4560-ae22-a622f61307d6" + inkscape:connector-curvature="0" /> + id="id-a607ed08-e0ba-4427-8fc9-8a8d81c1a2c5" + inkscape:connector-curvature="0" /> + id="id-e4056a0c-b69a-4493-aa91-e02d603f3d07" + inkscape:connector-curvature="0" /> + id="id-bbd0b318-b6f2-46b1-a582-1d2acb0b24bb" + inkscape:connector-curvature="0" /> + id="id-084f3df7-dd17-4f7f-8aa7-13bff4285a82" + inkscape:connector-curvature="0" /> + id="id-fc4927a9-d106-4bbb-b58b-d7cb04437618" + inkscape:connector-curvature="0" /> + id="id-39b31475-1593-49f1-8b6f-69458f1653c7" + inkscape:connector-curvature="0" /> + id="id-c9795f68-aaa7-4dbe-9f25-3e2c26c04207" + inkscape:connector-curvature="0" /> + id="id-b43e47c9-4ccb-4341-9d2f-48239774fff9" + inkscape:connector-curvature="0" /> + id="id-9d94e8eb-7c26-46cb-945e-4a25745febe4" + inkscape:connector-curvature="0" /> + id="id-f226cb96-995c-49c4-bd5c-80fc6df19d4e" + inkscape:connector-curvature="0" /> + id="id-6f64aecb-9c4f-4500-b196-9912f9934607" + inkscape:connector-curvature="0" /> + id="id-e39eea0b-6616-4b9a-b6c1-f3e54d741d19" + inkscape:connector-curvature="0" /> + id="id-362abe5d-93c0-4a55-aac5-b39209591c0e" + inkscape:connector-curvature="0" /> + id="id-281e651d-a309-4c04-b74f-a5353b77294d" + inkscape:connector-curvature="0" /> + id="id-cec18192-21c0-435f-8eb4-787ef11239fe" + inkscape:connector-curvature="0" /> + id="id-a62ea7be-0428-49c2-820c-9010c6bc5c71" + inkscape:connector-curvature="0" /> + id="id-bf5a6e3e-866a-4838-83cb-fed191ccf50f" + inkscape:connector-curvature="0" /> + id="id-38503756-ed5a-4eb9-bae5-fbd6ffe5c0ea" + inkscape:connector-curvature="0" /> + id="id-63f5a07e-eaa8-42c0-a940-209bfe26b27d" + inkscape:connector-curvature="0" /> + id="id-90545768-6740-4cfe-a057-99ac2663e62c" + inkscape:connector-curvature="0" /> + id="id-e69246ef-f1cd-4755-9474-c179c2a3dfc7" + inkscape:connector-curvature="0" /> + id="id-6e91aefa-d7e8-4d60-a7df-62017d2b10f2" + inkscape:connector-curvature="0" /> + id="id-a0df56ab-42bd-4cc1-9ed6-fa5ec647c655" + inkscape:connector-curvature="0" /> + id="id-2465c28e-c25d-4b61-ac12-62735cc8ec90" + inkscape:connector-curvature="0" /> + id="id-b4d1a0c0-b2fd-42e8-97a6-1e0a2a63a837" + inkscape:connector-curvature="0" /> - Po registraci nahraj řešení do odevzdávátka. - Stihneme-li ti řešení opravit před deadlinem, můžešsi jej ještě zlepšit. - Řešení odevzdaná do 1. deadlinu ti opravíme jiždo vydání následujícího čísla, jinak až o číslo později. - Problémy hodnotíme individuálně, za hezký článek mů-žeš určitě očekávat více bodů než za řešení uzavřené úlohy From 03f0a6fd7a7362230d1130907d827a56f2599547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Fri, 2 Jun 2023 00:27:23 +0200 Subject: [PATCH 25/25] =?UTF-8?q?Jak=20=C5=99e=C5=A1it=202023=20(d=C4=9Bku?= =?UTF-8?q?jeme=20Tomovi)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/seminar/jakresit/jakresit_1.svg | 30478 ++++----------- .../templates/seminar/jakresit/jakresit_2.svg | 30365 ++++----------- .../templates/seminar/jakresit/jakresit_3.svg | 30600 ++++------------ 3 files changed, 19857 insertions(+), 71586 deletions(-) diff --git a/seminar/templates/seminar/jakresit/jakresit_1.svg b/seminar/templates/seminar/jakresit/jakresit_1.svg index 514e3221..2eb86dba 100644 --- a/seminar/templates/seminar/jakresit/jakresit_1.svg +++ b/seminar/templates/seminar/jakresit/jakresit_1.svg @@ -5,8 +5,8 @@ viewBox="0 0 90 190" version="1.1" id="svg8" - inkscape:version="1.1 (c68e22c387, 2021-05-23)" - sodipodi:docname="jakresit_1.svg" + inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" + sodipodi:docname="jak_resit_2023_web_1.svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:xlink="http://www.w3.org/1999/xlink" @@ -18,6 +18,18 @@ xmlns:ns10="http://www.iki.fi/pav/software/textext/"> + + + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> - - - + id="path30242" /> - - - - - - - - - - - - - - - + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(0.8)" /> + id="path26604" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + id="path6554" /> + id="path6534" /> + id="path6524" /> + id="path6514" /> + id="path6504" /> + id="path6494" /> + id="path6484" /> + id="path6474" /> + id="path6464" /> + id="path6454" /> + id="path6444" /> + id="path6434" /> + id="path6424" /> + id="path4376" /> + id="path4322" /> + id="path4234" /> + id="path4231" /> + id="id-58d9e82b-c60c-4c26-8d27-25478f5c3f75"> + id="id-74bba7de-3236-4e7e-b81c-cd74e04b7ee8" /> + id="id-03b7ac0a-6c29-4a9d-af6b-0ed77e89ca3a"> + id="id-ee253b46-36ae-4066-9d45-202f798baf2d" /> + id="id-cb2f407b-bab3-4e77-9fdc-0ca956fc1b84"> + id="id-7e4771e9-92bb-4d1e-a5c7-dda49f957914" /> + id="id-919a82c7-b3f8-43ea-83c0-f090eafd962c"> + id="id-ec7a370b-cc7d-422d-9e34-0ed9b9fff025" /> + id="id-b735b9c6-1c34-4638-8ff0-837d84fe7813"> + id="id-8f0afab4-48ba-4dc7-bda9-195ce5634890" /> + id="id-6d3c83a3-17a6-4aa5-8071-8cba135fc03c"> + id="id-0a2ab759-764e-4239-a7de-48f100e6f29e" /> @@ -1253,153 +1122,123 @@ id="id-938187a9-6c43-4b06-ae83-2e0d890ebc3f"> + id="id-a14891fa-6c5f-4ff1-aa30-3573d524d466"> + id="id-5210200e-6890-47d6-830b-11df2fc23808" /> + id="id-17ad1d9b-4cf5-4c32-a2ee-7639a759bf60"> + id="id-bd6ca3ea-cc7d-4507-a3e2-39597cc9abad" /> + id="id-877be989-c3e8-463e-ab72-12905964a25a"> + id="id-2e2d9275-1f7f-4ca4-96de-385d7f14e3bd" /> + id="id-8e46c3d7-2ae5-48fb-b81f-c2d2fb5f39c3"> + id="id-5aa23712-4d3a-4891-85b1-386cc2512dae" /> + id="id-0d892061-d218-4311-899f-85701b4be68f"> + id="id-7e8988dd-d516-40ed-bc87-8ab52987cd89" /> + id="id-9b5b3bfc-2c1a-4fd0-9512-d959b819d637"> + id="id-d8d36dd5-7fa5-42e1-bc71-73a86ef45998" /> + id="id-62cda65d-6afc-4d78-b067-d9c1d218a1b9"> + id="id-8932ff6f-4582-4a08-b549-0c04de3fc2c5" /> + id="id-8c6c107e-9cb4-4111-ad7b-57eeb17d2aed"> + id="id-928c198b-e2ce-437a-9d6f-6111dc486160" /> + id="id-f4f73b4b-a0fd-4c8f-90c7-382fe6527634"> + id="id-b7e98946-2f1f-4715-b501-99202c87f8ba" /> + id="id-748e4a0c-1247-4b21-8a16-0a04bc85e6b0"> + id="id-8159b334-036f-42f2-a878-94b5a496d7d9" /> + id="id-32bb3d59-aebc-4725-acc7-b53a104f9f46"> + id="id-9c126854-d9b0-495d-9bb5-6a7b691c87d3" /> + id="id-5727edde-9de0-41e1-89a8-8986cef89c4b"> + id="id-c6dc18f1-77c4-4f5b-a06e-43bb7768df91" /> + id="id-b0077620-6c8a-4f68-9dbb-dc8d1b9835f5"> + id="id-b638c59c-001d-4905-9069-60e913071ed4" /> + id="id-599edc1a-3101-4a5e-a36c-a1e06fd00603"> + id="id-b6c3c897-cd4c-4513-b250-6c0f1cc93d01" /> + id="id-f4a5ae47-3416-47ab-8812-32b53f3495f7"> + id="id-b6ca682c-0dcf-41d5-b3ff-c44f705f97f8" /> @@ -1513,533 +1352,427 @@ id="id-866b9d89-8530-4c01-aca3-dfcf9f167ff2"> + id="id-20191577-925b-4721-a301-0ccf2bef2e5d"> + id="id-83ddc62a-d385-458c-9a65-ce4685218283" /> + id="id-20d87416-09ea-4128-a07c-8673d7f8c7d6"> + id="id-b60c2c94-6119-42f8-9243-a9fb6b7956b6" /> + id="id-11ca6b63-98d0-4c31-adaa-d7c8ef6ebeaf"> + id="id-ea1e6583-4504-48c3-9640-5aff1ef440d9" /> + id="id-c45079c9-23f8-4dec-ac1e-f3c235e56be0"> + id="id-43eb4b39-30e1-49fe-bf53-7512d6e184bf" /> + id="id-d62d6ad1-de4d-4326-b6e5-d9f58c55a657"> + id="id-833553d8-3b78-481f-bc28-499fce6cde4a" /> + id="id-c879be9a-3e07-47c9-b649-35c47c607dea"> + id="id-a2b475a1-a500-4480-bf4a-b2f18902336d" /> + id="id-3627a21a-748e-4669-abe2-db2d5936e1ad"> + id="id-d4f92ba7-9d7f-432f-87b8-c62c637f54d9" /> + id="id-360a72b5-4350-4ed2-b6ed-bf301ed20617"> + id="id-316cce9d-8d85-4db5-a0c6-06c5ebf063c1" /> + id="id-ceb12ac5-b089-4228-afa9-45f0988961cc"> + id="id-593adde4-7447-4606-b45a-89a4f09d1f79" /> + id="id-ee89bf1e-3112-42ce-b5c5-1a1e2b33021b"> + id="id-a036848a-04b8-4a0a-be9d-67cafa333b6f" /> + id="id-ab394ddf-f5af-44e2-b3c2-949aca23c50c"> + id="id-e3ef12f2-4daf-41fc-bd4b-b01d7bed7de8" /> + id="id-871a3fc0-c26b-4640-ae1e-80edc9f3478c"> + id="id-889754da-088e-4c02-b581-8f3b4bb78480" /> + id="id-ebe903d1-4931-410e-b4b7-202df3cd04a1"> + id="id-47244d09-43d9-4251-9e33-19cde29199e3" /> + id="id-ba5745aa-1289-44ca-9bf5-714ea7d9e412"> + id="id-2729e7fc-133c-4056-846a-262388c92619" /> + id="id-5cc2b572-d8c8-44f0-9442-b75285964682"> + id="id-d71dc0ea-aaae-4dd1-a425-79a6ae0508b3" /> + id="id-da783539-92f7-4567-be7a-7dc759988c09"> + id="id-706149b8-fd12-4472-9155-2c9347d11df6" /> + id="id-05207000-a1a0-4181-af65-f69d26a00f2b"> + id="id-226fc5f1-016c-4ccd-9bc7-6c8046610ad5" /> + id="id-bb3325d4-8349-4130-a31f-74b88cbb0ac5"> + id="id-5f1b874e-cf6a-48ff-bd7f-6b4eff1050d6" /> + id="id-647aa125-e033-450a-8c26-4fb4632e6038"> + id="id-79837ffc-4b11-4e2e-bf98-9fd918406fda" /> + id="id-15901e59-f61e-483d-b584-42e5f16a8920"> + id="id-9156cb20-bbbe-49f2-9744-50dd0275bfed" /> + id="id-c829d63a-3ce0-432a-b8ec-3a172fd5b478"> + id="id-015f30ac-8f9f-46c4-8f3d-0af411cf62e4" /> + id="id-11268275-85a7-461a-bd59-d1c59f4d1f64"> + id="id-5cd31979-7685-4605-b6c0-848506a2beb7" /> + id="id-5439d6f9-0564-430c-911a-b48b11f1cfee"> + id="id-d62182a5-fce9-4890-9f8e-109759ad7160" /> + id="id-86d6269f-59e8-48e9-a2f3-7bc81c99da56"> + id="id-dd04b27d-cc34-4610-b646-930f7113b526" /> + id="id-86137479-757a-4e85-a165-a693f3d9275c"> + id="id-d304a14e-8252-4663-a649-c2ce5b2322cb" /> + id="id-56bb2087-fcfa-42e8-a0ed-bf083f02fe3d"> + id="id-9e5b78d5-1bac-4827-9fc3-8bfd30caefd9" /> + id="id-fbf179a1-1dc1-46de-81b3-fd68a69e017d"> + id="id-26b00489-7799-45ef-b0f9-3d60390935f7" /> + id="id-8bfb977f-9c54-4b7e-9fc8-3d9bb93601fe"> + id="id-7440fed1-4052-4cbe-8ae8-f5bfa4e0efaf" /> + id="id-ec97404c-f0be-4376-af0b-1029187c308f"> + id="id-2c37c930-6bac-4396-945c-a7e8770dda63" /> + id="id-1c8d4c32-8532-47aa-a514-dd0ab61727a3"> + id="id-e424f076-98c2-42cb-a9a4-d03422302178" /> + id="id-7de674f4-c3d7-405b-b075-9d13c30d637d"> + id="id-7ebfe0d2-7802-499a-9103-db734acf6286" /> + id="id-d48ea2d0-cfe9-43bc-9932-18c1705f55ef"> + id="id-16886f91-a964-484b-b587-d92273bc5305" /> + id="id-a89cd2da-6157-4837-8441-5121f4008184"> + id="id-0d8375ee-e17d-4ad9-99ae-ecf128386732" /> + id="id-731039a8-64c7-404b-af82-a33119403d11"> + id="id-5e777343-eef0-4e22-afa4-be591a88a956" /> + id="id-6eb9234b-e6a0-4092-90a2-2f03220fdc6a"> + id="id-ce6b921a-e014-45c1-9c78-bc3b6ee9ffe8" /> + id="id-9596bd78-82f3-4e33-bbeb-19b3c8b98dd2"> + id="id-5209fab9-6735-44f1-80f1-2fe6d290ad89" /> + id="id-a3db7721-f118-4907-96b3-a4da9b324107"> + id="id-3c8ee776-868b-4b19-9c33-bd43e8539c94" /> + id="id-9d5968d4-e64d-48ea-90b9-d587f4b48307"> + id="id-629ec691-0873-4d1f-a992-f4437b701560" /> + id="id-7425609a-f637-4bb8-ad79-b7e235f3ca0b"> + id="id-eeb3a1ae-762f-45f3-a39f-ce081c2cd41c" /> + id="id-c37bec20-1030-41c0-9677-d6c2ad54d3c0"> + id="id-30a1933d-e57c-44b7-9250-d7b76208091c" /> + id="id-14860a42-d29b-4f56-8349-c840df740407"> + id="id-3faef2ce-8a7c-4c98-ba7d-17ed072bdd03" /> + id="id-d8d8dc3b-b230-4a82-b41f-cfd5e7b8782d"> + id="id-1b8d2c64-6ef8-4c87-9ce6-d952acb73dd9" /> + id="id-5a3be5fb-8e16-4035-967b-518c8ed25199"> + id="id-70c191ed-25a8-4628-8747-afef17700007" /> + id="id-988e8322-c234-4500-a837-c8bf58481953"> + id="id-e853d99d-5570-4bd2-94d1-3c561ce3ade1" /> + id="id-3db3deb0-f4c1-4ba0-a36d-0a09bdcb7349"> + id="id-95105687-efb0-413f-99ac-a377c9982742" /> + id="id-4249c0ef-e74a-4576-87a3-7d06a9feb885"> + id="id-77191fb2-d906-49df-bf8a-6ef9203755ac" /> + id="id-a35509f2-6d6b-4417-b5f1-f5efb6afaf48"> + id="id-d3cc4973-73c8-4cd1-ba87-79ca757f59db" /> + id="id-e67d6789-4a49-4240-9fa0-4fb801eeafab"> + id="id-1e3b3a4a-220b-478e-a7be-43d6d5bc4703" /> + id="id-513e8846-5ec9-4bd7-9a2c-a0af322b6372"> + id="id-e6f9ac80-f641-4928-a876-b28442b2adee" /> + id="id-f515ca8f-c37d-43c9-a40e-7b27915f5c4c"> + id="id-6f9b3634-ff93-4727-b336-609336b25724" /> + id="id-e28c822d-c4cc-4c87-82a5-68e401b69f28"> + id="id-484e893c-610c-446c-a425-025b1b78d9ff" /> + id="id-5f07d7d3-4207-4990-b597-dce03dedc306"> + id="id-17ab1bf2-deff-4644-ab4d-86fa6d410810" /> + id="id-2117854d-0de9-4d7c-bd8d-c1d8840a6629"> + id="id-797400ec-3c98-453b-bdd0-5aa77b2e5bb4" /> @@ -2157,183 +1890,147 @@ id="id-1a266726-eb14-4e24-8106-d7164008b378"> + id="id-db9d19c0-979e-44ae-8eb4-1049dc3af9b6"> + id="id-b41e8575-0aac-40d1-a6e0-3d70f34e06f7" /> + id="id-c0e2f17b-efc4-4601-b0cd-1b05a2c1472a"> + id="id-c9e7462f-ddce-4002-9dcc-34974d56c68d" /> + id="id-9fad458f-fd52-48bd-9c31-c52e676e41c9"> + id="id-26a21e17-c19a-40b6-8516-7e9ef072cd11" /> + id="id-7a50b7f5-3e0e-4ba9-a6e5-45a41b167ad4"> + id="id-8c1e6e9c-4781-4550-939f-e1fdf7e15edb" /> + id="id-4ec6d2fc-058c-4157-bce4-817edc818764"> + id="id-d68e8c2e-736a-4abd-9b0b-fa2a9e769159" /> + id="id-b75baacf-ed92-4684-9c5e-05b6019516ec"> + id="id-e55daa28-2131-4d17-9f3e-d9d9c3f5a092" /> + id="id-286a8cbc-bc94-4327-bf46-d5dabb8841bc"> + id="id-48fc9c54-4fee-41fc-9f08-bf4cb9f04ed1" /> + id="id-ca3a4e32-2302-4fde-82cf-6c4b61eba3ab"> + id="id-825431fc-6a7f-482c-bdda-cc5dd2c07c45" /> + id="id-938b3d18-c01e-4ed5-b365-e44484cdfeac"> + id="id-6f9a7211-e495-4e3e-a03c-d56ca017dd08" /> + id="id-e2a8e4af-edd9-4a95-95db-01ffe6a52259"> + id="id-1fe9917b-9e7d-4b27-aa5d-950f3bb92c12" /> + id="id-4aa7dbf5-c775-4133-8361-c4b6c03e2b87"> + id="id-1063295c-5946-40cb-8c0f-737e198e14bc" /> + id="id-8e26d3f9-0acc-40cc-8b7c-7a11f5b79e8c"> + id="id-9b92f3e4-9f8a-4648-8aa9-b1096e7b546b" /> + id="id-3b3bfe1a-ed36-4905-b50c-39831b0f0fcc"> + id="id-70859586-f380-42ce-b947-7bbaffe01c6e" /> + id="id-60de2980-e1f0-4c47-8d84-b48afdf96bd8"> + id="id-17bb5264-38c6-4828-b7e6-e48098dedbb9" /> + id="id-f5ae276e-c137-45f3-90a3-04d00bbf1698"> + id="id-8f5478bf-32be-4c44-8dda-22254c605163" /> + id="id-bdcec0e4-a7eb-46ae-9284-b55b9194326d"> + id="id-ce684b25-dd47-4d0d-bb0b-3944adbcbe36" /> + id="id-27c1fd3d-626a-4793-9acb-d71e97391d77"> + id="id-29459746-1b61-4e72-be89-c4d34eb3f57b" /> + id="id-1801de5e-72a6-4d20-88ee-8f08b08dc12d"> + id="id-4d10b06e-7f70-48d4-a578-21da1c77ccfb" /> @@ -2343,383 +2040,307 @@ id="id-8ee390bd-e362-4043-b76f-8fae701d2b9d"> + id="id-370090c0-f229-4cc3-b977-d1f2b2cfb282"> + id="id-f7b0409f-6d68-425b-bd2b-b8196eca4bf5" /> + id="id-9488b61b-8748-4b99-a3ce-f86fb51eac50"> + id="id-4bf623d1-d500-401e-b646-72d69561e577" /> + id="id-6b538197-379f-422b-a81d-d4d84913155d"> + id="id-8fa9b461-2f7c-4c61-bc9c-92f7a416a324" /> + id="id-f6418776-b05a-42f6-94eb-29f04542ee17"> + id="id-09045097-edad-4a43-bf86-b07f8f358f63" /> + id="id-c0679ceb-f5b2-41a9-8d39-ad22866fed8f"> + id="id-37d298fd-4917-431c-bf88-583cc01fa857" /> + id="id-c990d75b-e47f-46e8-bd3f-759fb991cafe"> + id="id-a6349817-5dd2-4da7-a6d3-7ebda60ec3ef" /> + id="id-4d9d4e27-ee31-4e15-a85c-7c5dc455b02f"> + id="id-c8a0277b-fb57-4f45-88d1-cd2722e8ebaf" /> + id="id-de50a2d6-fb1e-4b2b-bc10-f211389e7d09"> + id="id-c14b5fdf-53e9-43c8-8cf3-8786b23c1357" /> + id="id-d8d9aff2-a4b0-4e9b-8b69-5e97cefc7bfa"> + id="id-c5a8d00b-5634-4cd2-8afe-e9e51cf1b265" /> + id="id-6dfbdb36-fd0d-4e40-93f0-0d02bc2c5cf6"> + id="id-a008abef-0965-4fa9-b9b4-279dadb21b67" /> + id="id-e028364c-5b83-4bcf-a9d7-cdb669d0cdcf"> + id="id-cbe15ad5-7a10-49fa-b92f-5112a7e4d587" /> + id="id-d4cff158-f5af-4692-9760-dbb894f61a84"> + id="id-a5a2ab1e-d242-402a-8bab-16e8a36fb652" /> + id="id-3babefc6-79d4-4d6e-baba-314bfdd22cc5"> + id="id-ae190d07-f842-4069-b90e-83fc2e3156e0" /> + id="id-c2a9c6c8-804e-4359-882b-cb7610edffa4"> + id="id-9d99f6b7-2e04-4a33-b4d8-9c159746384a" /> + id="id-2a50fd73-ca50-461a-8eda-6bf80acc1641"> + id="id-6b09adb5-13cb-46e1-89d6-3dcc4ffe780b" /> + id="id-cc00f59c-a5d5-406a-8c88-29a1ea56c0ff"> + id="id-b4f6ca8f-13e1-4d81-b89e-cb800c6d4256" /> + id="id-59c940ac-21ce-4f82-940d-30dcf09dddc4"> + id="id-cd882bdb-b6bd-4684-90f7-b87c7b0f80c2" /> + id="id-2949049c-3af9-40d9-92fd-7a42e0ca038e"> + id="id-e87db3a9-156b-4af5-b647-78835aba8505" /> + id="id-4a71ee48-769b-4dc5-8865-a4d6a804da20"> + id="id-ed00a3e2-70c9-4957-9001-af9e27a854e7" /> + id="id-330ba1c6-e272-4897-a0e2-3ac94b5ad2e2"> + id="id-d3bac7c2-de64-4c1c-ae78-feab0f3eed1f" /> + id="id-5497a3de-845e-4c79-b809-3096ea7c4360"> + id="id-05665a3b-447d-4848-b458-60642cba6adc" /> + id="id-afb81de3-fcbb-484c-89d5-cfa52f1e4d72"> + id="id-a156bd31-e009-4a29-b320-fbed4c2bc419" /> + id="id-35242800-b040-42a0-91f8-544563fa571a"> + id="id-ee222360-06be-4819-bbec-6d5316d18964" /> + id="id-4eae52fb-fcd9-4c6c-afaf-885896464b3b"> + id="id-cd272b01-ca78-4b58-a0b4-02df35b014cf" /> + id="id-0bf0725f-f2ef-4d35-a60d-3a5f6d6d8657"> + id="id-3571f176-2935-43a3-a8df-6ccb88e6ef44" /> + id="id-29b57628-9858-473c-b8f6-1869f1c54db7"> + id="id-6fb8a592-81a4-46bd-8c7d-54389c7f7204" /> + id="id-7f711d12-11d1-4f90-98b0-14a81148589f"> + id="id-dd444034-82f2-4610-b34a-9bde91838752" /> + id="id-d483172b-eef6-4f3c-9f43-af04f0a2856d"> + id="id-24a609d8-5b9b-403d-9d3e-e43bf54378eb" /> + id="id-7062763c-299d-4ac9-b156-06fa9950e65e"> + id="id-c3ccaae8-8806-474d-8a5d-f67427ea4f17" /> + id="id-4afdef35-231b-4176-937a-51623c739bec"> + id="id-f3495068-d6e7-4a83-8aed-e599cb957d14" /> + id="id-8ea65ab2-940a-4409-aecb-41deb443e3fb"> + id="id-0868500f-e489-4ce9-a4d6-7412e00ec043" /> + id="id-362b39e6-8324-4ec3-bad6-c6d820cdf9a4"> + id="id-629dbe59-ecc1-4666-969a-5d6223425e66" /> + id="id-2ba1aa66-5168-4252-9a67-474ef3911b44"> + id="id-fc0af5e4-b0e8-4e85-b7a2-133b5e00f054" /> + id="id-85dd834a-0056-4d06-aeed-b2864777dc6c"> + id="id-4171190d-99a2-4561-b3e0-6d3580cf05de" /> + id="id-6d110b19-6ebf-4fb0-98fb-44055883caa9"> + id="id-04cae73f-72b9-4346-a225-6b8ef3dfea49" /> + id="id-5907229d-cd57-47c2-8720-cfe65c6f8cc9"> + id="id-4bfc7d03-f540-45a3-bbec-0aebc6139447" /> + id="id-3ebf5f52-1146-4d24-9542-5311d10d2025"> + id="id-30287741-6df7-47bd-86ac-32fbd086f215" /> + id="id-115048c2-58bb-4b2c-89ee-e1e3c5eca9e9"> + id="id-1ecad964-cf4c-47ca-be8e-fb47461c68e3" /> @@ -2729,313 +2350,251 @@ id="id-2e586840-ba83-43a2-b1ba-75c1f178fe7a"> + id="id-ddc09d16-7f10-47d4-aa9a-cd4ffdcc2aee"> + id="id-b299f53a-9603-4bc5-aa37-ed9566683c71" /> + id="id-5213cb68-d4e8-498f-abc7-00c0c5e8417f"> + id="id-d6a63460-22ef-4917-b24b-bdae54463558" /> + id="id-35038faf-ec69-4739-9d59-368b62527749"> + id="id-b85b87e2-e118-45d0-91be-43c6b32f7278" /> + id="id-e2e4ef6c-e715-4bec-9514-94f975c9043b"> + id="id-df8d504f-3866-4e34-b575-8191ef3248c1" /> + id="id-53305245-91a1-4f23-ba25-e1e2ba997b1e"> + id="id-9f8e35e3-7816-45f2-89d3-4b70d58d6a52" /> + id="id-bb54557c-f00c-4836-99bf-c21186854765"> + id="id-601603ca-5de6-4ef0-8616-acc20364c538" /> + id="id-757f8a4b-8d7c-403c-bfe0-7b48bc875bc4"> + id="id-8f6a4071-5304-4fc9-bbd0-a668b6f311ad" /> + id="id-1f8626e2-e0b5-4175-8286-81341c9f6e30"> + id="id-948174ab-9265-4d14-916a-513dc2176828" /> + id="id-2aa4e615-4f0d-4e5e-8bac-776f9ef66a04"> + id="id-886b8908-3239-43ce-9df4-3a4be133d1b1" /> + id="id-5b3ba1d6-b1f5-4ef4-bba7-74f46c5b8b2a"> + id="id-81ce085e-adb9-4a16-a725-7399ed174197" /> + id="id-864319a9-3c41-4fc9-b630-9279c9543d2e"> + id="id-3d776d4e-6df7-4657-b5f7-32c421b948c8" /> + id="id-4641e063-99d4-46df-beca-34484eeafdff"> + id="id-3267f133-a3e4-4638-9b18-53744ec45680" /> + id="id-682a44f2-499e-4ba0-aea6-d91b97cd360b"> + id="id-3150c039-5518-49be-8866-bc5d45e8412e" /> + id="id-b9bc7d0e-492d-46a8-aae6-b095e788df2c"> + id="id-156b015c-72d2-4e8d-a43d-3f71f8002a31" /> + id="id-67c50d9c-47fb-4806-b0bc-d2104a18c249"> + id="id-021d5287-3906-4193-b196-22a15bb05563" /> + id="id-3b31ff6e-d6b3-4531-824c-116db12ae036"> + id="id-d8e393fa-2fd5-45da-b616-59bf2a31d011" /> + id="id-d81e0164-c391-4493-a557-b98f0301bba0"> + id="id-1f7d6351-0d68-4817-a0dc-bf9430df72dd" /> + id="id-26c223e6-13d3-47bc-8571-ebe69ce64f74"> + id="id-9f78ae27-da46-4cae-9610-edd197791fb8" /> + id="id-fd7e146e-fdb0-49a4-9587-fd6e8332b092"> + id="id-b07c15f0-88b5-4fa4-85eb-1548642e53a6" /> + id="id-c2fa87bf-1f45-41c7-a4c9-795985193384"> + id="id-1e74fb07-89e6-4045-8046-b25c23c35827" /> + id="id-c15edaf6-d264-44c8-85dc-67cbdae4efbb"> + id="id-05438fcf-49c3-486a-9862-2908b17ca473" /> + id="id-65327638-e5c3-4fa6-94f6-a387e64d25c6"> + id="id-a2a3460f-df3c-455b-b53a-9bce15c8f50a" /> + id="id-ed2624f0-e19b-4aa4-907b-fb4f5d72e157"> + id="id-e636cdc3-3ae1-4993-9148-a0920f01822b" /> + id="id-b69c849b-9703-41e5-8af0-7e30c7e1b155"> + id="id-15d2c571-f9a1-46f3-b9c0-b7cabf2994f6" /> + id="id-172ba32e-38db-4b24-b013-be90fe0eb329"> + id="id-71ba2af7-4fc0-43ff-a726-7b0a1fa1f411" /> + id="id-95f42b18-62e1-4547-8b97-a91d473ede6f"> + id="id-45784045-d046-43d3-9939-275a27c39c0c" /> + id="id-33ab558b-a585-4fc1-aa36-20464889a9e8"> + id="id-8b8b17ce-7cd0-470d-b0df-f726a27ce062" /> + id="id-edaa639b-b280-4a98-a67c-553c01e977c2"> + id="id-1ccf3fe5-4fb6-4cc2-ab89-bbd5baa0d3fc" /> + id="id-17ba2fda-eb63-4bee-b4a3-1bd53fc83b4b"> + id="id-e4b4ed38-03e4-4a90-8512-5d35a6ecce68" /> + id="id-22ccb208-0473-4b07-8e3c-3cdd9947cf9b"> + id="id-276044c6-d417-468f-ab8e-5b027291bac2" /> + id="id-a2831b9e-d6ff-4af2-aa54-990ae033608c"> + id="id-828228cc-37e7-4c61-8747-1108a5187370" /> @@ -3045,383 +2604,307 @@ id="g79784"> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> @@ -3431,233 +2914,187 @@ id="id-bbd7b9fb-e6b9-4868-ab11-d2406bf430d8"> + id="id-772f94d3-1c7c-413c-b02b-77fee8b232b1"> + id="id-7bf53810-bef0-4644-895c-afa8d5f4c1a8" /> + id="id-08cf0f37-1788-4dd9-842c-73fd28c590c7"> + id="id-247ba765-3580-4bba-85bd-f999fd587a8e" /> + id="id-d4588d22-5358-4c82-8582-ceb1ed91ddbe"> + id="id-9b8b45b2-24e9-4586-99ed-232be95d0f2a" /> + id="id-e9016403-9827-4813-8775-b30ca6772f13"> + id="id-5684dc98-a475-4304-a660-5945e8d4161d" /> + id="id-04de9723-8e0f-4a3e-b198-aa92e212cf9d"> + id="id-37f764fe-a25f-44eb-9e07-611d03e3628e" /> + id="id-f7a213d1-55c2-4417-8bca-ecf6af70346d"> + id="id-e133a3b8-c4ca-43a3-8156-340baee375ba" /> + id="id-558e1bfc-3507-450b-96ff-78352ac5c5e5"> + id="id-2d60e0d4-0350-45e7-aa09-33f36e94a55e" /> + id="id-8e9d253d-e017-4e16-b27e-8ee6f6fdfc6d"> + id="id-fc684379-08b4-486f-872a-6a93198b2de5" /> + id="id-1d012433-f204-4f69-a977-b0f7131cacd7"> + id="id-f6e1f947-f403-4789-b020-867dbf11861b" /> + id="id-0b4125e2-3610-45f6-ad7a-231d5ae93139"> + id="id-d44d535a-072f-4d4a-a0a1-088918a0b650" /> + id="id-f2c00f08-ada4-4cfa-903e-390d92bba462"> + id="id-b98ed50a-27e3-4abe-ab90-81af3760872c" /> + id="id-ecb1a6f9-551a-476d-9896-e698d1ffa6e8"> + id="id-4aa1ae69-5b27-40c3-abfd-201fd4d25c96" /> + id="id-b8e583dd-2d0c-47c8-819d-662faee17a76"> + id="id-c5148675-f0aa-4734-9a46-a558041e162a" /> + id="id-03fe1a7f-5086-4b5c-92cb-bce8480c44d0"> + id="id-23f14dd3-1abe-4646-962f-b6005d27e986" /> + id="id-d348df3c-aff1-4243-b567-d75aa4340561"> + id="id-c2ab98f8-e781-48fb-a668-0a2b740f0a4d" /> + id="id-7fe7088a-1265-48b7-99a8-d6e6b78e882b"> + id="id-63231045-4a0b-44fd-bd65-bb509a6d6e3a" /> + id="id-41ab9fd8-ab99-41b9-8347-3f61eb41d911"> + id="id-80b5b671-68ea-477f-b635-e554fe5073ec" /> + id="id-ee40d6c2-2120-4645-a397-132b9a1f866b"> + id="id-4d1ee7f1-49c2-468c-8bce-652609decfec" /> + id="id-4caf66f9-96f0-4644-9c84-320357b119a1"> + id="id-d3b8a1ac-016f-4be5-a0f0-6a12c86f2198" /> + id="id-e78979c5-5838-43f4-8c7d-beabb68ae356"> + id="id-9d6ac180-41e1-4985-89f7-890b6d3d1cd0" /> + id="id-38ffa48e-e27a-46a2-9c2f-45d249e3fadb"> + id="id-9a3e34dc-fe1b-420c-b327-3c2b9d7b1a08" /> + id="id-73a26404-9d18-4769-857f-17fa4668d155"> + id="id-9fbd6f1e-6ec0-4c4a-a7f2-656feb4aa277" /> + id="id-46de0d22-ba59-4550-82e4-b2d190af608a"> + id="id-62f2ae84-563c-434a-accb-9b675ec3b652" /> @@ -3667,168 +3104,110 @@ id="g8171"> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> - - - - - - + units="cm" /> @@ -3884,22892 +3261,5875 @@ id="layer1" inkscape:groupmode="layer" inkscape:label="Layer 1" - transform="translate(-7.028636,-3.6067411)"> + style="display:inline"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="g7554" + transform="translate(-1.4697399,0.0549476)"> - - - - - - - - - + transform="translate(4.4224918,-15.96734)" + id="g56702"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + id="a3548" + xlink:href="https://discord.gg/Rwv7s7ww" + style="fill:#000000;fill-opacity:0"> + - - + diff --git a/seminar/templates/seminar/jakresit/jakresit_2.svg b/seminar/templates/seminar/jakresit/jakresit_2.svg index 93fa9f2e..b90dd83a 100644 --- a/seminar/templates/seminar/jakresit/jakresit_2.svg +++ b/seminar/templates/seminar/jakresit/jakresit_2.svg @@ -1,22 +1,34 @@ + inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" + sodipodi:docname="jak_resit_2023_web_2.svg" + 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" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:ns10="http://www.iki.fi/pav/software/textext/"> + + + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> - - - + id="path30242" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(0.8)" /> + id="path28764" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(0.8)" /> + id="path27326" /> + id="path27100" /> - - - - - - + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + id="path6554" /> + id="path6534" /> + id="path6524" /> + id="path6514" /> + id="path6504" /> + id="path6494" /> + id="path6484" /> + id="path6474" /> + id="path6464" /> + id="path6454" /> + id="path6444" /> + id="path6434" /> + id="path6424" /> + id="path4376" /> + id="path4322" /> + id="path4234" /> + id="path4231" /> + id="id-58d9e82b-c60c-4c26-8d27-25478f5c3f75"> + id="id-74bba7de-3236-4e7e-b81c-cd74e04b7ee8" /> + id="id-03b7ac0a-6c29-4a9d-af6b-0ed77e89ca3a"> + id="id-ee253b46-36ae-4066-9d45-202f798baf2d" /> + id="id-cb2f407b-bab3-4e77-9fdc-0ca956fc1b84"> + id="id-7e4771e9-92bb-4d1e-a5c7-dda49f957914" /> + id="id-919a82c7-b3f8-43ea-83c0-f090eafd962c"> + id="id-ec7a370b-cc7d-422d-9e34-0ed9b9fff025" /> + id="id-b735b9c6-1c34-4638-8ff0-837d84fe7813"> + id="id-8f0afab4-48ba-4dc7-bda9-195ce5634890" /> + id="id-6d3c83a3-17a6-4aa5-8071-8cba135fc03c"> + id="id-0a2ab759-764e-4239-a7de-48f100e6f29e" /> @@ -1252,153 +1166,123 @@ id="id-938187a9-6c43-4b06-ae83-2e0d890ebc3f"> + id="id-a14891fa-6c5f-4ff1-aa30-3573d524d466"> + id="id-5210200e-6890-47d6-830b-11df2fc23808" /> + id="id-17ad1d9b-4cf5-4c32-a2ee-7639a759bf60"> + id="id-bd6ca3ea-cc7d-4507-a3e2-39597cc9abad" /> + id="id-877be989-c3e8-463e-ab72-12905964a25a"> + id="id-2e2d9275-1f7f-4ca4-96de-385d7f14e3bd" /> + id="id-8e46c3d7-2ae5-48fb-b81f-c2d2fb5f39c3"> + id="id-5aa23712-4d3a-4891-85b1-386cc2512dae" /> + id="id-0d892061-d218-4311-899f-85701b4be68f"> + id="id-7e8988dd-d516-40ed-bc87-8ab52987cd89" /> + id="id-9b5b3bfc-2c1a-4fd0-9512-d959b819d637"> + id="id-d8d36dd5-7fa5-42e1-bc71-73a86ef45998" /> + id="id-62cda65d-6afc-4d78-b067-d9c1d218a1b9"> + id="id-8932ff6f-4582-4a08-b549-0c04de3fc2c5" /> + id="id-8c6c107e-9cb4-4111-ad7b-57eeb17d2aed"> + id="id-928c198b-e2ce-437a-9d6f-6111dc486160" /> + id="id-f4f73b4b-a0fd-4c8f-90c7-382fe6527634"> + id="id-b7e98946-2f1f-4715-b501-99202c87f8ba" /> + id="id-748e4a0c-1247-4b21-8a16-0a04bc85e6b0"> + id="id-8159b334-036f-42f2-a878-94b5a496d7d9" /> + id="id-32bb3d59-aebc-4725-acc7-b53a104f9f46"> + id="id-9c126854-d9b0-495d-9bb5-6a7b691c87d3" /> + id="id-5727edde-9de0-41e1-89a8-8986cef89c4b"> + id="id-c6dc18f1-77c4-4f5b-a06e-43bb7768df91" /> + id="id-b0077620-6c8a-4f68-9dbb-dc8d1b9835f5"> + id="id-b638c59c-001d-4905-9069-60e913071ed4" /> + id="id-599edc1a-3101-4a5e-a36c-a1e06fd00603"> + id="id-b6c3c897-cd4c-4513-b250-6c0f1cc93d01" /> + id="id-f4a5ae47-3416-47ab-8812-32b53f3495f7"> + id="id-b6ca682c-0dcf-41d5-b3ff-c44f705f97f8" /> @@ -1512,533 +1396,427 @@ id="id-866b9d89-8530-4c01-aca3-dfcf9f167ff2"> + id="id-20191577-925b-4721-a301-0ccf2bef2e5d"> + id="id-83ddc62a-d385-458c-9a65-ce4685218283" /> + id="id-20d87416-09ea-4128-a07c-8673d7f8c7d6"> + id="id-b60c2c94-6119-42f8-9243-a9fb6b7956b6" /> + id="id-11ca6b63-98d0-4c31-adaa-d7c8ef6ebeaf"> + id="id-ea1e6583-4504-48c3-9640-5aff1ef440d9" /> + id="id-c45079c9-23f8-4dec-ac1e-f3c235e56be0"> + id="id-43eb4b39-30e1-49fe-bf53-7512d6e184bf" /> + id="id-d62d6ad1-de4d-4326-b6e5-d9f58c55a657"> + id="id-833553d8-3b78-481f-bc28-499fce6cde4a" /> + id="id-c879be9a-3e07-47c9-b649-35c47c607dea"> + id="id-a2b475a1-a500-4480-bf4a-b2f18902336d" /> + id="id-3627a21a-748e-4669-abe2-db2d5936e1ad"> + id="id-d4f92ba7-9d7f-432f-87b8-c62c637f54d9" /> + id="id-360a72b5-4350-4ed2-b6ed-bf301ed20617"> + id="id-316cce9d-8d85-4db5-a0c6-06c5ebf063c1" /> + id="id-ceb12ac5-b089-4228-afa9-45f0988961cc"> + id="id-593adde4-7447-4606-b45a-89a4f09d1f79" /> + id="id-ee89bf1e-3112-42ce-b5c5-1a1e2b33021b"> + id="id-a036848a-04b8-4a0a-be9d-67cafa333b6f" /> + id="id-ab394ddf-f5af-44e2-b3c2-949aca23c50c"> + id="id-e3ef12f2-4daf-41fc-bd4b-b01d7bed7de8" /> + id="id-871a3fc0-c26b-4640-ae1e-80edc9f3478c"> + id="id-889754da-088e-4c02-b581-8f3b4bb78480" /> + id="id-ebe903d1-4931-410e-b4b7-202df3cd04a1"> + id="id-47244d09-43d9-4251-9e33-19cde29199e3" /> + id="id-ba5745aa-1289-44ca-9bf5-714ea7d9e412"> + id="id-2729e7fc-133c-4056-846a-262388c92619" /> + id="id-5cc2b572-d8c8-44f0-9442-b75285964682"> + id="id-d71dc0ea-aaae-4dd1-a425-79a6ae0508b3" /> + id="id-da783539-92f7-4567-be7a-7dc759988c09"> + id="id-706149b8-fd12-4472-9155-2c9347d11df6" /> + id="id-05207000-a1a0-4181-af65-f69d26a00f2b"> + id="id-226fc5f1-016c-4ccd-9bc7-6c8046610ad5" /> + id="id-bb3325d4-8349-4130-a31f-74b88cbb0ac5"> + id="id-5f1b874e-cf6a-48ff-bd7f-6b4eff1050d6" /> + id="id-647aa125-e033-450a-8c26-4fb4632e6038"> + id="id-79837ffc-4b11-4e2e-bf98-9fd918406fda" /> + id="id-15901e59-f61e-483d-b584-42e5f16a8920"> + id="id-9156cb20-bbbe-49f2-9744-50dd0275bfed" /> + id="id-c829d63a-3ce0-432a-b8ec-3a172fd5b478"> + id="id-015f30ac-8f9f-46c4-8f3d-0af411cf62e4" /> + id="id-11268275-85a7-461a-bd59-d1c59f4d1f64"> + id="id-5cd31979-7685-4605-b6c0-848506a2beb7" /> + id="id-5439d6f9-0564-430c-911a-b48b11f1cfee"> + id="id-d62182a5-fce9-4890-9f8e-109759ad7160" /> + id="id-86d6269f-59e8-48e9-a2f3-7bc81c99da56"> + id="id-dd04b27d-cc34-4610-b646-930f7113b526" /> + id="id-86137479-757a-4e85-a165-a693f3d9275c"> + id="id-d304a14e-8252-4663-a649-c2ce5b2322cb" /> + id="id-56bb2087-fcfa-42e8-a0ed-bf083f02fe3d"> + id="id-9e5b78d5-1bac-4827-9fc3-8bfd30caefd9" /> + id="id-fbf179a1-1dc1-46de-81b3-fd68a69e017d"> + id="id-26b00489-7799-45ef-b0f9-3d60390935f7" /> + id="id-8bfb977f-9c54-4b7e-9fc8-3d9bb93601fe"> + id="id-7440fed1-4052-4cbe-8ae8-f5bfa4e0efaf" /> + id="id-ec97404c-f0be-4376-af0b-1029187c308f"> + id="id-2c37c930-6bac-4396-945c-a7e8770dda63" /> + id="id-1c8d4c32-8532-47aa-a514-dd0ab61727a3"> + id="id-e424f076-98c2-42cb-a9a4-d03422302178" /> + id="id-7de674f4-c3d7-405b-b075-9d13c30d637d"> + id="id-7ebfe0d2-7802-499a-9103-db734acf6286" /> + id="id-d48ea2d0-cfe9-43bc-9932-18c1705f55ef"> + id="id-16886f91-a964-484b-b587-d92273bc5305" /> + id="id-a89cd2da-6157-4837-8441-5121f4008184"> + id="id-0d8375ee-e17d-4ad9-99ae-ecf128386732" /> + id="id-731039a8-64c7-404b-af82-a33119403d11"> + id="id-5e777343-eef0-4e22-afa4-be591a88a956" /> + id="id-6eb9234b-e6a0-4092-90a2-2f03220fdc6a"> + id="id-ce6b921a-e014-45c1-9c78-bc3b6ee9ffe8" /> + id="id-9596bd78-82f3-4e33-bbeb-19b3c8b98dd2"> + id="id-5209fab9-6735-44f1-80f1-2fe6d290ad89" /> + id="id-a3db7721-f118-4907-96b3-a4da9b324107"> + id="id-3c8ee776-868b-4b19-9c33-bd43e8539c94" /> + id="id-9d5968d4-e64d-48ea-90b9-d587f4b48307"> + id="id-629ec691-0873-4d1f-a992-f4437b701560" /> + id="id-7425609a-f637-4bb8-ad79-b7e235f3ca0b"> + id="id-eeb3a1ae-762f-45f3-a39f-ce081c2cd41c" /> + id="id-c37bec20-1030-41c0-9677-d6c2ad54d3c0"> + id="id-30a1933d-e57c-44b7-9250-d7b76208091c" /> + id="id-14860a42-d29b-4f56-8349-c840df740407"> + id="id-3faef2ce-8a7c-4c98-ba7d-17ed072bdd03" /> + id="id-d8d8dc3b-b230-4a82-b41f-cfd5e7b8782d"> + id="id-1b8d2c64-6ef8-4c87-9ce6-d952acb73dd9" /> + id="id-5a3be5fb-8e16-4035-967b-518c8ed25199"> + id="id-70c191ed-25a8-4628-8747-afef17700007" /> + id="id-988e8322-c234-4500-a837-c8bf58481953"> + id="id-e853d99d-5570-4bd2-94d1-3c561ce3ade1" /> + id="id-3db3deb0-f4c1-4ba0-a36d-0a09bdcb7349"> + id="id-95105687-efb0-413f-99ac-a377c9982742" /> + id="id-4249c0ef-e74a-4576-87a3-7d06a9feb885"> + id="id-77191fb2-d906-49df-bf8a-6ef9203755ac" /> + id="id-a35509f2-6d6b-4417-b5f1-f5efb6afaf48"> + id="id-d3cc4973-73c8-4cd1-ba87-79ca757f59db" /> + id="id-e67d6789-4a49-4240-9fa0-4fb801eeafab"> + id="id-1e3b3a4a-220b-478e-a7be-43d6d5bc4703" /> + id="id-513e8846-5ec9-4bd7-9a2c-a0af322b6372"> + id="id-e6f9ac80-f641-4928-a876-b28442b2adee" /> + id="id-f515ca8f-c37d-43c9-a40e-7b27915f5c4c"> + id="id-6f9b3634-ff93-4727-b336-609336b25724" /> + id="id-e28c822d-c4cc-4c87-82a5-68e401b69f28"> + id="id-484e893c-610c-446c-a425-025b1b78d9ff" /> + id="id-5f07d7d3-4207-4990-b597-dce03dedc306"> + id="id-17ab1bf2-deff-4644-ab4d-86fa6d410810" /> + id="id-2117854d-0de9-4d7c-bd8d-c1d8840a6629"> + id="id-797400ec-3c98-453b-bdd0-5aa77b2e5bb4" /> @@ -2156,183 +1934,147 @@ id="id-1a266726-eb14-4e24-8106-d7164008b378"> + id="id-db9d19c0-979e-44ae-8eb4-1049dc3af9b6"> + id="id-b41e8575-0aac-40d1-a6e0-3d70f34e06f7" /> + id="id-c0e2f17b-efc4-4601-b0cd-1b05a2c1472a"> + id="id-c9e7462f-ddce-4002-9dcc-34974d56c68d" /> + id="id-9fad458f-fd52-48bd-9c31-c52e676e41c9"> + id="id-26a21e17-c19a-40b6-8516-7e9ef072cd11" /> + id="id-7a50b7f5-3e0e-4ba9-a6e5-45a41b167ad4"> + id="id-8c1e6e9c-4781-4550-939f-e1fdf7e15edb" /> + id="id-4ec6d2fc-058c-4157-bce4-817edc818764"> + id="id-d68e8c2e-736a-4abd-9b0b-fa2a9e769159" /> + id="id-b75baacf-ed92-4684-9c5e-05b6019516ec"> + id="id-e55daa28-2131-4d17-9f3e-d9d9c3f5a092" /> + id="id-286a8cbc-bc94-4327-bf46-d5dabb8841bc"> + id="id-48fc9c54-4fee-41fc-9f08-bf4cb9f04ed1" /> + id="id-ca3a4e32-2302-4fde-82cf-6c4b61eba3ab"> + id="id-825431fc-6a7f-482c-bdda-cc5dd2c07c45" /> + id="id-938b3d18-c01e-4ed5-b365-e44484cdfeac"> + id="id-6f9a7211-e495-4e3e-a03c-d56ca017dd08" /> + id="id-e2a8e4af-edd9-4a95-95db-01ffe6a52259"> + id="id-1fe9917b-9e7d-4b27-aa5d-950f3bb92c12" /> + id="id-4aa7dbf5-c775-4133-8361-c4b6c03e2b87"> + id="id-1063295c-5946-40cb-8c0f-737e198e14bc" /> + id="id-8e26d3f9-0acc-40cc-8b7c-7a11f5b79e8c"> + id="id-9b92f3e4-9f8a-4648-8aa9-b1096e7b546b" /> + id="id-3b3bfe1a-ed36-4905-b50c-39831b0f0fcc"> + id="id-70859586-f380-42ce-b947-7bbaffe01c6e" /> + id="id-60de2980-e1f0-4c47-8d84-b48afdf96bd8"> + id="id-17bb5264-38c6-4828-b7e6-e48098dedbb9" /> + id="id-f5ae276e-c137-45f3-90a3-04d00bbf1698"> + id="id-8f5478bf-32be-4c44-8dda-22254c605163" /> + id="id-bdcec0e4-a7eb-46ae-9284-b55b9194326d"> + id="id-ce684b25-dd47-4d0d-bb0b-3944adbcbe36" /> + id="id-27c1fd3d-626a-4793-9acb-d71e97391d77"> + id="id-29459746-1b61-4e72-be89-c4d34eb3f57b" /> + id="id-1801de5e-72a6-4d20-88ee-8f08b08dc12d"> + id="id-4d10b06e-7f70-48d4-a578-21da1c77ccfb" /> @@ -2342,383 +2084,307 @@ id="id-8ee390bd-e362-4043-b76f-8fae701d2b9d"> + id="id-370090c0-f229-4cc3-b977-d1f2b2cfb282"> + id="id-f7b0409f-6d68-425b-bd2b-b8196eca4bf5" /> + id="id-9488b61b-8748-4b99-a3ce-f86fb51eac50"> + id="id-4bf623d1-d500-401e-b646-72d69561e577" /> + id="id-6b538197-379f-422b-a81d-d4d84913155d"> + id="id-8fa9b461-2f7c-4c61-bc9c-92f7a416a324" /> + id="id-f6418776-b05a-42f6-94eb-29f04542ee17"> + id="id-09045097-edad-4a43-bf86-b07f8f358f63" /> + id="id-c0679ceb-f5b2-41a9-8d39-ad22866fed8f"> + id="id-37d298fd-4917-431c-bf88-583cc01fa857" /> + id="id-c990d75b-e47f-46e8-bd3f-759fb991cafe"> + id="id-a6349817-5dd2-4da7-a6d3-7ebda60ec3ef" /> + id="id-4d9d4e27-ee31-4e15-a85c-7c5dc455b02f"> + id="id-c8a0277b-fb57-4f45-88d1-cd2722e8ebaf" /> + id="id-de50a2d6-fb1e-4b2b-bc10-f211389e7d09"> + id="id-c14b5fdf-53e9-43c8-8cf3-8786b23c1357" /> + id="id-d8d9aff2-a4b0-4e9b-8b69-5e97cefc7bfa"> + id="id-c5a8d00b-5634-4cd2-8afe-e9e51cf1b265" /> + id="id-6dfbdb36-fd0d-4e40-93f0-0d02bc2c5cf6"> + id="id-a008abef-0965-4fa9-b9b4-279dadb21b67" /> + id="id-e028364c-5b83-4bcf-a9d7-cdb669d0cdcf"> + id="id-cbe15ad5-7a10-49fa-b92f-5112a7e4d587" /> + id="id-d4cff158-f5af-4692-9760-dbb894f61a84"> + id="id-a5a2ab1e-d242-402a-8bab-16e8a36fb652" /> + id="id-3babefc6-79d4-4d6e-baba-314bfdd22cc5"> + id="id-ae190d07-f842-4069-b90e-83fc2e3156e0" /> + id="id-c2a9c6c8-804e-4359-882b-cb7610edffa4"> + id="id-9d99f6b7-2e04-4a33-b4d8-9c159746384a" /> + id="id-2a50fd73-ca50-461a-8eda-6bf80acc1641"> + id="id-6b09adb5-13cb-46e1-89d6-3dcc4ffe780b" /> + id="id-cc00f59c-a5d5-406a-8c88-29a1ea56c0ff"> + id="id-b4f6ca8f-13e1-4d81-b89e-cb800c6d4256" /> + id="id-59c940ac-21ce-4f82-940d-30dcf09dddc4"> + id="id-cd882bdb-b6bd-4684-90f7-b87c7b0f80c2" /> + id="id-2949049c-3af9-40d9-92fd-7a42e0ca038e"> + id="id-e87db3a9-156b-4af5-b647-78835aba8505" /> + id="id-4a71ee48-769b-4dc5-8865-a4d6a804da20"> + id="id-ed00a3e2-70c9-4957-9001-af9e27a854e7" /> + id="id-330ba1c6-e272-4897-a0e2-3ac94b5ad2e2"> + id="id-d3bac7c2-de64-4c1c-ae78-feab0f3eed1f" /> + id="id-5497a3de-845e-4c79-b809-3096ea7c4360"> + id="id-05665a3b-447d-4848-b458-60642cba6adc" /> + id="id-afb81de3-fcbb-484c-89d5-cfa52f1e4d72"> + id="id-a156bd31-e009-4a29-b320-fbed4c2bc419" /> + id="id-35242800-b040-42a0-91f8-544563fa571a"> + id="id-ee222360-06be-4819-bbec-6d5316d18964" /> + id="id-4eae52fb-fcd9-4c6c-afaf-885896464b3b"> + id="id-cd272b01-ca78-4b58-a0b4-02df35b014cf" /> + id="id-0bf0725f-f2ef-4d35-a60d-3a5f6d6d8657"> + id="id-3571f176-2935-43a3-a8df-6ccb88e6ef44" /> + id="id-29b57628-9858-473c-b8f6-1869f1c54db7"> + id="id-6fb8a592-81a4-46bd-8c7d-54389c7f7204" /> + id="id-7f711d12-11d1-4f90-98b0-14a81148589f"> + id="id-dd444034-82f2-4610-b34a-9bde91838752" /> + id="id-d483172b-eef6-4f3c-9f43-af04f0a2856d"> + id="id-24a609d8-5b9b-403d-9d3e-e43bf54378eb" /> + id="id-7062763c-299d-4ac9-b156-06fa9950e65e"> + id="id-c3ccaae8-8806-474d-8a5d-f67427ea4f17" /> + id="id-4afdef35-231b-4176-937a-51623c739bec"> + id="id-f3495068-d6e7-4a83-8aed-e599cb957d14" /> + id="id-8ea65ab2-940a-4409-aecb-41deb443e3fb"> + id="id-0868500f-e489-4ce9-a4d6-7412e00ec043" /> + id="id-362b39e6-8324-4ec3-bad6-c6d820cdf9a4"> + id="id-629dbe59-ecc1-4666-969a-5d6223425e66" /> + id="id-2ba1aa66-5168-4252-9a67-474ef3911b44"> + id="id-fc0af5e4-b0e8-4e85-b7a2-133b5e00f054" /> + id="id-85dd834a-0056-4d06-aeed-b2864777dc6c"> + id="id-4171190d-99a2-4561-b3e0-6d3580cf05de" /> + id="id-6d110b19-6ebf-4fb0-98fb-44055883caa9"> + id="id-04cae73f-72b9-4346-a225-6b8ef3dfea49" /> + id="id-5907229d-cd57-47c2-8720-cfe65c6f8cc9"> + id="id-4bfc7d03-f540-45a3-bbec-0aebc6139447" /> + id="id-3ebf5f52-1146-4d24-9542-5311d10d2025"> + id="id-30287741-6df7-47bd-86ac-32fbd086f215" /> + id="id-115048c2-58bb-4b2c-89ee-e1e3c5eca9e9"> + id="id-1ecad964-cf4c-47ca-be8e-fb47461c68e3" /> @@ -2728,313 +2394,251 @@ id="id-2e586840-ba83-43a2-b1ba-75c1f178fe7a"> + id="id-ddc09d16-7f10-47d4-aa9a-cd4ffdcc2aee"> + id="id-b299f53a-9603-4bc5-aa37-ed9566683c71" /> + id="id-5213cb68-d4e8-498f-abc7-00c0c5e8417f"> + id="id-d6a63460-22ef-4917-b24b-bdae54463558" /> + id="id-35038faf-ec69-4739-9d59-368b62527749"> + id="id-b85b87e2-e118-45d0-91be-43c6b32f7278" /> + id="id-e2e4ef6c-e715-4bec-9514-94f975c9043b"> + id="id-df8d504f-3866-4e34-b575-8191ef3248c1" /> + id="id-53305245-91a1-4f23-ba25-e1e2ba997b1e"> + id="id-9f8e35e3-7816-45f2-89d3-4b70d58d6a52" /> + id="id-bb54557c-f00c-4836-99bf-c21186854765"> + id="id-601603ca-5de6-4ef0-8616-acc20364c538" /> + id="id-757f8a4b-8d7c-403c-bfe0-7b48bc875bc4"> + id="id-8f6a4071-5304-4fc9-bbd0-a668b6f311ad" /> + id="id-1f8626e2-e0b5-4175-8286-81341c9f6e30"> + id="id-948174ab-9265-4d14-916a-513dc2176828" /> + id="id-2aa4e615-4f0d-4e5e-8bac-776f9ef66a04"> + id="id-886b8908-3239-43ce-9df4-3a4be133d1b1" /> + id="id-5b3ba1d6-b1f5-4ef4-bba7-74f46c5b8b2a"> + id="id-81ce085e-adb9-4a16-a725-7399ed174197" /> + id="id-864319a9-3c41-4fc9-b630-9279c9543d2e"> + id="id-3d776d4e-6df7-4657-b5f7-32c421b948c8" /> + id="id-4641e063-99d4-46df-beca-34484eeafdff"> + id="id-3267f133-a3e4-4638-9b18-53744ec45680" /> + id="id-682a44f2-499e-4ba0-aea6-d91b97cd360b"> + id="id-3150c039-5518-49be-8866-bc5d45e8412e" /> + id="id-b9bc7d0e-492d-46a8-aae6-b095e788df2c"> + id="id-156b015c-72d2-4e8d-a43d-3f71f8002a31" /> + id="id-67c50d9c-47fb-4806-b0bc-d2104a18c249"> + id="id-021d5287-3906-4193-b196-22a15bb05563" /> + id="id-3b31ff6e-d6b3-4531-824c-116db12ae036"> + id="id-d8e393fa-2fd5-45da-b616-59bf2a31d011" /> + id="id-d81e0164-c391-4493-a557-b98f0301bba0"> + id="id-1f7d6351-0d68-4817-a0dc-bf9430df72dd" /> + id="id-26c223e6-13d3-47bc-8571-ebe69ce64f74"> + id="id-9f78ae27-da46-4cae-9610-edd197791fb8" /> + id="id-fd7e146e-fdb0-49a4-9587-fd6e8332b092"> + id="id-b07c15f0-88b5-4fa4-85eb-1548642e53a6" /> + id="id-c2fa87bf-1f45-41c7-a4c9-795985193384"> + id="id-1e74fb07-89e6-4045-8046-b25c23c35827" /> + id="id-c15edaf6-d264-44c8-85dc-67cbdae4efbb"> + id="id-05438fcf-49c3-486a-9862-2908b17ca473" /> + id="id-65327638-e5c3-4fa6-94f6-a387e64d25c6"> + id="id-a2a3460f-df3c-455b-b53a-9bce15c8f50a" /> + id="id-ed2624f0-e19b-4aa4-907b-fb4f5d72e157"> + id="id-e636cdc3-3ae1-4993-9148-a0920f01822b" /> + id="id-b69c849b-9703-41e5-8af0-7e30c7e1b155"> + id="id-15d2c571-f9a1-46f3-b9c0-b7cabf2994f6" /> + id="id-172ba32e-38db-4b24-b013-be90fe0eb329"> + id="id-71ba2af7-4fc0-43ff-a726-7b0a1fa1f411" /> + id="id-95f42b18-62e1-4547-8b97-a91d473ede6f"> + id="id-45784045-d046-43d3-9939-275a27c39c0c" /> + id="id-33ab558b-a585-4fc1-aa36-20464889a9e8"> + id="id-8b8b17ce-7cd0-470d-b0df-f726a27ce062" /> + id="id-edaa639b-b280-4a98-a67c-553c01e977c2"> + id="id-1ccf3fe5-4fb6-4cc2-ab89-bbd5baa0d3fc" /> + id="id-17ba2fda-eb63-4bee-b4a3-1bd53fc83b4b"> + id="id-e4b4ed38-03e4-4a90-8512-5d35a6ecce68" /> + id="id-22ccb208-0473-4b07-8e3c-3cdd9947cf9b"> + id="id-276044c6-d417-468f-ab8e-5b027291bac2" /> + id="id-a2831b9e-d6ff-4af2-aa54-990ae033608c"> + id="id-828228cc-37e7-4c61-8747-1108a5187370" /> @@ -3044,383 +2648,307 @@ id="g79784"> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> @@ -3430,233 +2958,187 @@ id="id-bbd7b9fb-e6b9-4868-ab11-d2406bf430d8"> + id="id-772f94d3-1c7c-413c-b02b-77fee8b232b1"> + id="id-7bf53810-bef0-4644-895c-afa8d5f4c1a8" /> + id="id-08cf0f37-1788-4dd9-842c-73fd28c590c7"> + id="id-247ba765-3580-4bba-85bd-f999fd587a8e" /> + id="id-d4588d22-5358-4c82-8582-ceb1ed91ddbe"> + id="id-9b8b45b2-24e9-4586-99ed-232be95d0f2a" /> + id="id-e9016403-9827-4813-8775-b30ca6772f13"> + id="id-5684dc98-a475-4304-a660-5945e8d4161d" /> + id="id-04de9723-8e0f-4a3e-b198-aa92e212cf9d"> + id="id-37f764fe-a25f-44eb-9e07-611d03e3628e" /> + id="id-f7a213d1-55c2-4417-8bca-ecf6af70346d"> + id="id-e133a3b8-c4ca-43a3-8156-340baee375ba" /> + id="id-558e1bfc-3507-450b-96ff-78352ac5c5e5"> + id="id-2d60e0d4-0350-45e7-aa09-33f36e94a55e" /> + id="id-8e9d253d-e017-4e16-b27e-8ee6f6fdfc6d"> + id="id-fc684379-08b4-486f-872a-6a93198b2de5" /> + id="id-1d012433-f204-4f69-a977-b0f7131cacd7"> + id="id-f6e1f947-f403-4789-b020-867dbf11861b" /> + id="id-0b4125e2-3610-45f6-ad7a-231d5ae93139"> + id="id-d44d535a-072f-4d4a-a0a1-088918a0b650" /> + id="id-f2c00f08-ada4-4cfa-903e-390d92bba462"> + id="id-b98ed50a-27e3-4abe-ab90-81af3760872c" /> + id="id-ecb1a6f9-551a-476d-9896-e698d1ffa6e8"> + id="id-4aa1ae69-5b27-40c3-abfd-201fd4d25c96" /> + id="id-b8e583dd-2d0c-47c8-819d-662faee17a76"> + id="id-c5148675-f0aa-4734-9a46-a558041e162a" /> + id="id-03fe1a7f-5086-4b5c-92cb-bce8480c44d0"> + id="id-23f14dd3-1abe-4646-962f-b6005d27e986" /> + id="id-d348df3c-aff1-4243-b567-d75aa4340561"> + id="id-c2ab98f8-e781-48fb-a668-0a2b740f0a4d" /> + id="id-7fe7088a-1265-48b7-99a8-d6e6b78e882b"> + id="id-63231045-4a0b-44fd-bd65-bb509a6d6e3a" /> + id="id-41ab9fd8-ab99-41b9-8347-3f61eb41d911"> + id="id-80b5b671-68ea-477f-b635-e554fe5073ec" /> + id="id-ee40d6c2-2120-4645-a397-132b9a1f866b"> + id="id-4d1ee7f1-49c2-468c-8bce-652609decfec" /> + id="id-4caf66f9-96f0-4644-9c84-320357b119a1"> + id="id-d3b8a1ac-016f-4be5-a0f0-6a12c86f2198" /> + id="id-e78979c5-5838-43f4-8c7d-beabb68ae356"> + id="id-9d6ac180-41e1-4985-89f7-890b6d3d1cd0" /> + id="id-38ffa48e-e27a-46a2-9c2f-45d249e3fadb"> + id="id-9a3e34dc-fe1b-420c-b327-3c2b9d7b1a08" /> + id="id-73a26404-9d18-4769-857f-17fa4668d155"> + id="id-9fbd6f1e-6ec0-4c4a-a7f2-656feb4aa277" /> + id="id-46de0d22-ba59-4550-82e4-b2d190af608a"> + id="id-62f2ae84-563c-434a-accb-9b675ec3b652" /> @@ -3666,168 +3148,110 @@ id="g8171"> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> - - - - - - + id="base" + inkscape:pagecheckerboard="0"> + units="cm" /> @@ -3875,7 +3298,6 @@ image/svg+xml - @@ -3883,22964 +3305,6151 @@ id="layer1" inkscape:groupmode="layer" inkscape:label="Layer 1" - transform="translate(-7.028636,-3.6067411)"> + style="display:inline"> - + id="g41737" + transform="translate(-103.23068,-6.2465554)"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + id="g79812" + style="fill:#000000;fill-opacity:1"> + - - + id="path79788" + d="M 7.8125,-0.359375 5.765625,-3.828125 C 6.53125,-4 7.65625,-4.453125 7.65625,-5.9375 c 0,-2.359375 -2.59375,-2.359375 -3.125,-2.359375 h -2.875 c -0.421875,0 -0.5625,0.140625 -0.5625,0.578125 v 7.140625 C 1.09375,-0.140625 1.21875,0 1.65625,0 H 2.234375 C 2.6875,0 2.8125,-0.15625 2.8125,-0.578125 V -3.71875 h 1.328125 l 1.953125,3.4375 C 6.265625,0 6.390625,0 6.65625,0 H 7.359375 C 7.609375,0 7.8125,0 7.8125,-0.359375 Z M 6,-5.921875 c 0,0.703125 -0.171875,1.34375 -1.640625,1.34375 H 2.8125 v -2.6875 H 4.359375 C 5.75,-7.265625 6,-6.71875 6,-5.921875 Z m 0,0" + style="stroke:none" /> + + - - + style="stroke:none" /> + + - - + style="stroke:none" /> + + - - + id="path79800" + d="m 6.390625,-4.84375 c 0,-0.046875 -0.0625,-0.328125 -0.09375,-0.453125 C 6.25,-5.578125 6.25,-5.609375 6.03125,-5.609375 c -0.359375,0 -0.96875,0.140625 -1.421875,0.421875 -0.5625,-0.375 -1.171875,-0.421875 -1.6875,-0.421875 -0.5,0 -2.40625,0 -2.40625,1.96875 0,0.484375 0.125,1.078125 0.578125,1.484375 -0.3125,0.4375 -0.3125,0.90625 -0.3125,0.96875 0,0.21875 0.0625,0.609375 0.3125,0.9375 -0.171875,0.078125 -0.796875,0.28125 -0.796875,1.046875 0,0.375 0.1875,1 0.9375,1.34375 0.671875,0.3125 1.484375,0.328125 2.046875,0.328125 0.703125,0 2.984375,0 2.984375,-1.703125 0,-1.859375 -1.6875,-1.859375 -3.296875,-1.859375 H 2.390625 c -0.4375,0 -0.59375,0 -0.765625,-0.15625 -0.046875,-0.046875 -0.25,-0.21875 -0.25,-0.53125 0,-0.078125 0.015625,-0.109375 0.03125,-0.171875 0.546875,0.296875 1.265625,0.296875 1.515625,0.296875 0.5,0 2.390625,0 2.390625,-1.96875 0,-0.6875 -0.25,-1.109375 -0.359375,-1.234375 0.203125,0 0.609375,0 1.109375,0.125 0.046875,0.03125 0.125,0.046875 0.171875,0.046875 0.09375,0 0.15625,-0.0625 0.15625,-0.15625 z m -2.59375,1.203125 c 0,0.671875 -0.046875,1.125 -0.875,1.125 -0.84375,0 -0.875,-0.453125 -0.875,-1.109375 0,-0.65625 0.03125,-1.125 0.875,-1.125 0.828125,0 0.875,0.453125 0.875,1.109375 z m 1.234375,4.4375 c 0,0.8125 -1.359375,0.8125 -1.75,0.8125 -0.46875,0 -1.75,0 -1.75,-0.84375 0,-0.5625 0.375,-0.5625 0.640625,-0.5625 H 3.5625 c 0.96875,0 1.46875,0.171875 1.46875,0.59375 z m 0,0" + style="stroke:none" /> + + - - + id="path79804" + d="M 5.96875,-0.578125 V -4.90625 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 4.921875 c -0.453125,0 -0.578125,0.15625 -0.578125,0.5625 v 2.84375 c 0,0.78125 -0.40625,1.46875 -1.265625,1.46875 -0.65625,0 -0.734375,-0.171875 -0.734375,-0.8125 v -3.5 c 0,-0.375 -0.078125,-0.5625 -0.578125,-0.5625 h -0.46875 c -0.4375,0 -0.578125,0.125 -0.578125,0.5625 V -1.5 c 0,1.265625 0.6875,1.625 1.9375,1.625 0.3125,0 1.171875,0 1.734375,-1.015625 v 0.3125 C 4.390625,-0.1875 4.46875,0 4.953125,0 H 5.40625 c 0.453125,0 0.5625,-0.15625 0.5625,-0.578125 z m 0,0" + style="stroke:none" /> + + - - + id="path79808" + d="m 2.671875,0.375 v -5.28125 c 0,-0.375 -0.078125,-0.5625 -0.5625,-0.5625 H 1.65625 c -0.453125,0 -0.5625,0.15625 -0.5625,0.5625 v 5.578125 c 0,0.296875 0,0.78125 -0.71875,0.78125 -0.21875,0 -0.5,-0.046875 -0.75,-0.21875 C -0.40625,1.21875 -0.453125,1.1875 -0.5,1.1875 c -0.09375,0 -0.109375,0 -0.21875,0.3125 -0.046875,0.125 -0.125,0.359375 -0.125,0.390625 0,0.21875 0.984375,0.5625 1.734375,0.5625 1.328125,0 1.78125,-0.890625 1.78125,-2.078125 z m 0,-7.625 v -0.21875 c 0,-0.390625 -0.078125,-0.578125 -0.5625,-0.578125 H 1.5 c -0.453125,0 -0.578125,0.15625 -0.578125,0.578125 V -7.25 c 0,0.359375 0.0625,0.578125 0.578125,0.578125 h 0.609375 c 0.5,0 0.5625,-0.21875 0.5625,-0.578125 z m 0,0" + style="stroke:none" /> + + + + - - + id="path79814" + d="M 5.578125,0 V -0.65625 H 4.625 L 2,-0.640625 H 1.6875 l 3.828125,-5.875 v -0.40625 H 0.6875 v 0.625 h 2 c 0.109375,0 0.234375,-0.015625 0.359375,-0.015625 h 1.34375 L 0.5625,-0.421875 V 0 Z m 0,0" + style="stroke:none" /> + + - - + id="path79818" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + + - - + id="path79822" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z m 0,0" + style="stroke:none" /> + + - - + id="path79826" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" /> + + - - - - - + style="stroke:none" /> + + - - + id="path79834" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" /> + + - - + id="path79838" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + + + + - - + style="stroke:none" /> + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + style="stroke:none" /> - - - + transform="translate(176.654,56.242)" + id="g79856"> + id="path79854" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(181.802,56.242)" + id="g79860"> + id="path79858" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.203125,-4.21875 H 3.171875 L 2.21875,-5.71875 1.25,-6.953125 H 0.671875 l 1.234375,1.71875 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(186.23,56.242)" + id="g79864"> + id="path79862" + d="M 4.6875,0 2.796875,-2.71875 4.46875,-4.421875 H 3.578125 l -2.015625,2.0625 v -4.5625 H 0.84375 V 0 h 0.6875 V -1.40625 L 2.328125,-2.234375 3.875,0 Z m 0,0" + style="stroke:none" /> + transform="translate(191.101,56.242)" + id="g79868"> + id="path79866" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(194.698,56.242)" + id="g79872"> + id="path79870" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(199.127,56.242)" + id="g79876"> + id="path79874" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" /> + transform="translate(202.531,56.242)" + id="g79880"> + id="path79878" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.0625,-4.1875 H 2.84375 L 1.515625,-5.25 H 2.125 Z m 0,0" + style="stroke:none" /> + + + transform="translate(210.287,56.242)" + id="g79886"> + id="path79884" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(217.935,56.242)" + id="g79892"> + id="path79890" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + transform="translate(222.917,56.242)" + id="g79896"> + id="path79894" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(226.514,56.242)" + id="g79900"> + id="path79898" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 1.640625,-5.640625 V -6.53125 H 0.75 v 0.890625 z m 0,0" + style="stroke:none" /> + transform="translate(228.894,56.242)" + id="g79904"> + id="path79902" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" /> + transform="translate(232.713,56.242)" + id="g79908"> + id="path79906" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(236.31,56.242)" + id="g79912"> + id="path79910" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.203125,-4.21875 H 3.171875 L 2.21875,-5.71875 1.25,-6.953125 H 0.671875 l 1.234375,1.71875 h 0.609375 z m 0,0" + style="stroke:none" /> - - + transform="translate(240.739,56.242)" + id="g79916"> + id="path79914" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(245.886,56.242)" + id="g79920"> + id="path79918" + d="m 4.453125,-4.421875 h -0.75 C 2.40625,-1.25 2.375,-0.796875 2.375,-0.5625 H 2.359375 C 2.296875,-1.234375 1.5,-3.09375 1.46875,-3.1875 L 0.921875,-4.421875 H 0.140625 L 2.078125,0 1.71875,0.890625 C 1.453125,1.46875 1.28125,1.46875 1.140625,1.46875 0.984375,1.46875 0.671875,1.4375 0.375,1.3125 l 0.046875,0.65625 c 0.21875,0.046875 0.5,0.078125 0.71875,0.078125 0.359375,0 0.71875,-0.125 1.125,-1.140625 z m -0.75,-2.5 H 2.9375 L 1.609375,-5.25 H 2.21875 Z m 0,0" + style="stroke:none" /> - - + transform="translate(250.48,56.242)" + id="g79924"> + id="path79922" + d="m 4.140625,-0.40625 -0.0625,-0.65625 c -0.515625,0.390625 -1.046875,0.53125 -1.5625,0.53125 -0.828125,0 -1.375,-0.71875 -1.375,-1.6875 C 1.140625,-3 1.5,-3.953125 2.5625,-3.953125 c 0.515625,0 0.859375,0.078125 1.40625,0.4375 l 0.125,-0.65625 C 3.5,-4.5 3.15625,-4.59375 2.546875,-4.59375 c -1.375,0 -2.1875,1.203125 -2.1875,2.375 0,1.234375 0.90625,2.328125 2.15625,2.328125 0.53125,0 1.078125,-0.140625 1.625,-0.515625 z m 0,0" + style="stroke:none" /> + + + + transform="translate(263.374,56.242)" + id="g79934"> + id="path79932" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z M 3.25,-6.953125 H 2.65625 L 1.703125,-5.71875 0.75,-6.953125 H 0.15625 l 1.25,1.71875 H 2 Z m 0,0" + style="stroke:none" /> + transform="translate(266.778,56.242)" + id="g79938"> + id="path79936" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(271.206,56.242)" + id="g79942"> + id="path79940" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" /> + transform="translate(275.025,56.242)" + id="g79946"> + id="path79944" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(279.453,56.242)" + id="g79950"> + id="path79948" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(284.601,56.242)" + id="g79954"> + id="path79952" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(286.981,56.242)" + id="g79958"> + id="path79956" + d="m 4.140625,-5.484375 c 0,-0.671875 -0.40625,-1.546875 -1.90625,-1.546875 C 1.625,-7.03125 1.09375,-6.859375 0.5625,-6.5 l 0.21875,0.625 c 0.25,-0.21875 0.734375,-0.546875 1.453125,-0.546875 0.46875,0 1.125,0.078125 1.125,0.921875 0,0.453125 -0.21875,0.640625 -0.34375,0.765625 C 1.875,-3.765625 1.875,-2.5 1.875,-2.0625 V -1.75 h 0.671875 v -0.53125 c 0,-0.6875 0.328125,-1.421875 1.015625,-2 0.203125,-0.171875 0.578125,-0.484375 0.578125,-1.203125 z M 2.625,0 V -0.828125 H 1.796875 V 0 Z m 0,0" + style="stroke:none" /> - - - + transform="translate(125.87,68.197)" + id="g79964"> + id="path79962" + d="M 7.71875,0 V -6.921875 H 6.578125 L 5.28125,-3.53125 C 4.9375,-2.625 4.46875,-1.390625 4.359375,-0.921875 H 4.34375 c -0.046875,-0.21875 -0.171875,-0.578125 -0.3125,-1 l -1.5625,-4.125 -0.34375,-0.875 H 1 V 0 H 1.78125 V -6.1875 C 1.84375,-5.859375 2.25,-4.78125 2.5,-4.09375 l 1.484375,3.875 h 0.71875 L 6.03125,-3.6875 6.515625,-4.953125 C 6.609375,-5.25 6.875,-5.96875 6.921875,-6.1875 H 6.9375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(134.587,68.197)" + id="g79968"> + id="path79966" + d="M 4.34375,0 V -4.421875 H 3.5625 v 2.890625 c 0,0.75 -0.5625,1.09375 -1.203125,1.09375 -0.703125,0 -0.78125,-0.265625 -0.78125,-0.6875 V -4.421875 H 0.8125 v 3.328125 c 0,0.71875 0.21875,1.203125 1.046875,1.203125 0.53125,0 1.234375,-0.15625 1.734375,-0.59375 V 0 Z M 3.078125,-5.984375 c 0,0.359375 -0.421875,0.359375 -0.5,0.359375 -0.078125,0 -0.5,0 -0.5,-0.359375 0,-0.375 0.40625,-0.375 0.5,-0.375 0.078125,0 0.5,0 0.5,0.375 z m 0.59375,0 c 0,-0.46875 -0.484375,-0.84375 -1.09375,-0.84375 -0.65625,0 -1.109375,0.390625 -1.109375,0.828125 0,0.484375 0.484375,0.84375 1.109375,0.84375 0.640625,0 1.09375,-0.390625 1.09375,-0.828125 z m 0,0" + style="stroke:none" /> + transform="translate(139.735,68.197)" + id="g79972"> + id="path79970" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z M 3.703125,-6.953125 H 3.125 L 2.15625,-5.71875 1.203125,-6.953125 H 0.625 l 1.234375,1.71875 H 2.46875 Z m 0,0" + style="stroke:none" /> + transform="translate(144.066,68.197)" + id="g79976"> + id="path79974" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(148.494,68.197)" + id="g79980"> + id="path79978" + d="m 3.59375,-1.28125 c 0,-0.546875 -0.375,-0.875 -0.390625,-0.90625 C 2.8125,-2.546875 2.546875,-2.609375 2.046875,-2.6875 1.5,-2.796875 1.03125,-2.90625 1.03125,-3.390625 1.03125,-4 1.75,-4 1.890625,-4 c 0.3125,0 0.84375,0.03125 1.40625,0.375 l 0.125,-0.65625 C 2.90625,-4.515625 2.5,-4.59375 1.984375,-4.59375 c -0.25,0 -1.65625,0 -1.65625,1.296875 0,0.5 0.296875,0.8125 0.546875,1 0.296875,0.21875 0.515625,0.265625 1.0625,0.375 0.359375,0.0625 0.9375,0.1875 0.9375,0.71875 0,0.6875 -0.78125,0.6875 -0.9375,0.6875 -0.796875,0 -1.359375,-0.375 -1.53125,-0.484375 l -0.125,0.671875 c 0.3125,0.15625 0.859375,0.4375 1.671875,0.4375 0.1875,0 0.734375,0 1.15625,-0.3125 0.3125,-0.25 0.484375,-0.640625 0.484375,-1.078125 z M 3.453125,-6.953125 H 2.875 L 1.90625,-5.71875 0.953125,-6.953125 H 0.375 l 1.234375,1.71875 H 2.21875 Z m 0,0" + style="stroke:none" /> + transform="translate(155.63,68.197)" + id="g79986"> + id="path79984" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(160.778,68.197)" + id="g79990"> - - - - - - - - - + style="stroke:none" /> + transform="translate(168.893,68.197)" + id="g79996"> - - - - - - - - - - - + id="path79994" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.890625,0 -1.390625,0.671875 -1.4375,0.75 V -4.484375 H 0.8125 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(174.041,68.197)" + id="g80000"> + id="path79998" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0.203125,-4.21875 H 3.171875 L 2.21875,-5.71875 1.25,-6.953125 H 0.671875 l 1.234375,1.71875 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(178.47,68.197)" + id="g80004"> + id="path80002" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" /> - - - + transform="translate(184.444,68.197)" + id="g80010"> + id="path80008" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" /> - - + transform="translate(187.848,68.197)" + id="g80014"> + id="path80012" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(192.277,68.197)" + id="g80018"> + style="stroke:none" /> + transform="translate(197.065,68.197)" + id="g80022"> + id="path80020" + d="m 4.828125,-3.90625 -0.109375,-0.625 c -0.6875,0 -1.265625,0.1875 -1.5625,0.3125 -0.21875,-0.171875 -0.546875,-0.3125 -0.953125,-0.3125 -0.859375,0 -1.578125,0.71875 -1.578125,1.625 0,0.359375 0.125,0.71875 0.328125,0.984375 C 0.65625,-1.515625 0.65625,-1.125 0.65625,-1.078125 0.65625,-0.8125 0.75,-0.53125 0.921875,-0.3125 0.40625,-0.015625 0.28125,0.453125 0.28125,0.703125 c 0,0.75 0.984375,1.34375 2.203125,1.34375 1.21875,0 2.203125,-0.578125 2.203125,-1.34375 C 4.6875,-0.6875 3.03125,-0.6875 2.640625,-0.6875 h -0.875 c -0.125,0 -0.578125,0 -0.578125,-0.53125 0,-0.109375 0.03125,-0.265625 0.109375,-0.359375 0.203125,0.15625 0.53125,0.296875 0.90625,0.296875 0.890625,0 1.59375,-0.75 1.59375,-1.625 0,-0.484375 -0.21875,-0.859375 -0.328125,-1 l 0.046875,0.015625 C 3.734375,-3.890625 4,-3.9375 4.25,-3.9375 c 0.171875,0 0.578125,0.03125 0.578125,0.03125 z m -1.734375,1 c 0,0.765625 -0.46875,1.046875 -0.890625,1.046875 -0.375,0 -0.890625,-0.21875 -0.890625,-1.046875 0,-0.828125 0.515625,-1.0625 0.890625,-1.0625 0.421875,0 0.890625,0.28125 0.890625,1.0625 z M 4,0.71875 c 0,0.4375 -0.6875,0.765625 -1.5,0.765625 -0.8125,0 -1.515625,-0.3125 -1.515625,-0.78125 0,-0.03125 0,-0.671875 0.765625,-0.671875 H 2.65625 C 2.875,0.03125 4,0.03125 4,0.71875 Z m 0,0" + style="stroke:none" /> + transform="translate(202.046,68.197)" + id="g80026"> + id="path80024" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + transform="translate(207.027,68.197)" + id="g80030"> + id="path80028" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + transform="translate(211.621,68.197)" + id="g80034"> + id="path80032" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(216.409,68.197)" + id="g80038"> + id="path80036" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> + transform="translate(223.324,68.197)" + id="g80044"> - - - + id="path80042" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0,0" + style="stroke:none" /> + transform="translate(231.43,68.197)" + id="g80050"> + id="path80048" + d="m 4.328125,0 v -6.921875 h -0.75 v 2.9375 C 3.046875,-4.421875 2.5,-4.53125 2.125,-4.53125 c -0.984375,0 -1.765625,1.03125 -1.765625,2.3125 0,1.3125 0.765625,2.328125 1.71875,2.328125 0.328125,0 0.90625,-0.09375 1.46875,-0.625 V 0 Z M 3.546875,-1.390625 C 3.546875,-1.25 3.53125,-1.0625 3.21875,-0.78125 2.984375,-0.578125 2.734375,-0.5 2.484375,-0.5 c -0.625,0 -1.34375,-0.46875 -1.34375,-1.703125 0,-1.3125 0.859375,-1.71875 1.4375,-1.71875 0.453125,0 0.75,0.21875 0.96875,0.546875 z m 0,0" + style="stroke:none" /> + transform="translate(236.577,68.197)" + id="g80054"> + id="path80052" + d="m 4.078125,0 v -2.875 c 0,-1.015625 -0.734375,-1.71875 -1.640625,-1.71875 -0.65625,0 -1.109375,0.15625 -1.5625,0.421875 l 0.046875,0.65625 C 1.453125,-3.875 1.9375,-4 2.4375,-4 c 0.46875,0 0.859375,0.390625 0.859375,1.125 v 0.4375 C 1.796875,-2.421875 0.53125,-2 0.53125,-1.125 c 0,0.421875 0.28125,1.234375 1.140625,1.234375 0.140625,0 1.078125,-0.015625 1.65625,-0.46875 V 0 Z m -0.78125,-1.3125 c 0,0.1875 0,0.4375 -0.34375,0.625 C 2.671875,-0.515625 2.296875,-0.5 2.1875,-0.5 1.703125,-0.5 1.25,-0.734375 1.25,-1.140625 1.25,-1.84375 2.875,-1.90625 3.296875,-1.9375 Z m 0.5,-5.609375 H 3.015625 L 1.6875,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> + transform="translate(241.365,68.197)" + id="g80058"> + id="path80056" + d="m 1.5625,0 v -6.921875 h -0.75 V 0 Z m 0,0" + style="stroke:none" /> - - - - - - + transform="translate(247.073,68.197)" + id="g80064"> + id="path80062" + d="m 4.34375,0 v -2.96875 c 0,-0.65625 -0.15625,-1.5625 -1.375,-1.5625 -0.609375,0 -1.09375,0.296875 -1.40625,0.71875 v -3.109375 h -0.75 V 0 h 0.765625 v -2.4375 c 0,-0.65625 0.25,-1.484375 1.015625,-1.484375 0.953125,0 0.96875,0.703125 0.96875,1.015625 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(252.211,68.197)" + id="g80070"> + id="path80068" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + transform="translate(260.52,68.197)" + id="g80076"> + id="path80074" + d="m 3.265625,-3.875 v -0.65625 c -0.890625,0 -1.4375,0.5 -1.75,0.953125 v -0.90625 H 0.8125 V 0 h 0.75 V -2.140625 C 1.5625,-3.125 2.28125,-3.84375 3.265625,-3.875 Z m 0,0" + style="stroke:none" /> + transform="translate(263.924,68.197)" + id="g80080"> + id="path80078" + d="m 4.671875,-2.1875 c 0,-1.34375 -1,-2.40625 -2.171875,-2.40625 -1.234375,0 -2.203125,1.09375 -2.203125,2.40625 0,1.3125 1.015625,2.296875 2.1875,2.296875 1.1875,0 2.1875,-1 2.1875,-2.296875 z m -0.78125,-0.109375 c 0,1.1875 -0.671875,1.765625 -1.40625,1.765625 -0.6875,0 -1.40625,-0.5625 -1.40625,-1.765625 0,-1.203125 0.75,-1.6875 1.40625,-1.6875 0.703125,0 1.40625,0.515625 1.40625,1.6875 z m 0,0" + style="stroke:none" /> + transform="translate(268.905,68.197)" + id="g80084"> + id="path80082" + d="M 4,0 V -0.625 H 2.546875 c -0.125,0 -0.25,0.015625 -0.359375,0.015625 H 1.328125 l 2.65625,-3.421875 v -0.390625 h -3.5625 v 0.578125 h 1.375 c 0.125,0 0.25,0 0.359375,0 H 2.9375 l -2.65625,3.4375 V 0 Z m 0,0" + style="stroke:none" /> + transform="translate(273.236,68.197)" + id="g80088"> + id="path80086" + d="m 4.453125,-4.421875 h -0.75 l -0.796875,2.0625 C 2.703125,-1.796875 2.390625,-1 2.3125,-0.53125 H 2.296875 C 2.25,-0.890625 1.984375,-1.578125 1.890625,-1.84375 L 0.921875,-4.421875 H 0.140625 L 1.859375,0 h 0.875 z m 0,0" + style="stroke:none" /> + transform="translate(277.83,68.197)" + id="g80092"> + id="path80090" + d="m 1.5625,0 v -4.421875 h -0.75 V 0 Z M 2.90625,-6.921875 H 2.140625 L 0.8125,-5.25 h 0.609375 z m 0,0" + style="stroke:none" /> - - + transform="translate(280.21,68.197)" + id="g80096"> + id="path80094" + d="M 1.828125,0.59375 V -4.421875 H 1.09375 V 0.6875 c 0,0.671875 -0.578125,0.71875 -0.75,0.71875 -0.28125,0 -0.515625,-0.09375 -0.75,-0.3125 l -0.203125,0.609375 c 0.484375,0.28125 0.9375,0.34375 1.203125,0.34375 0.625,0 1.234375,-0.515625 1.234375,-1.453125 z m 0,-6.234375 V -6.53125 h -0.875 v 0.890625 z m 0,0" + style="stroke:none" /> + transform="translate(282.867,68.197)" + id="g80100"> + id="path80098" + d="M 4.125,-2.1875 C 4.125,-2.515625 4.109375,-3.265625 3.734375,-3.875 3.3125,-4.484375 2.71875,-4.59375 2.359375,-4.59375 1.25,-4.59375 0.34375,-3.53125 0.34375,-2.25 c 0,1.3125 0.96875,2.359375 2.15625,2.359375 0.625,0 1.203125,-0.234375 1.59375,-0.515625 L 4.03125,-1.0625 C 3.40625,-0.53125 2.734375,-0.5 2.515625,-0.5 1.71875,-0.5 1.078125,-1.203125 1.046875,-2.1875 Z M 3.5625,-2.734375 H 1.09375 c 0.15625,-0.75 0.6875,-1.25 1.265625,-1.25 0.515625,0 1.0625,0.328125 1.203125,1.25 z m 0,0" + style="stroke:none" /> + transform="translate(287.295,68.197)" + id="g80104"> + id="path80102" + d="M 3.3125,-0.265625 3.15625,-0.859375 C 2.890625,-0.640625 2.578125,-0.53125 2.25,-0.53125 c -0.359375,0 -0.5,-0.296875 -0.5,-0.828125 V -3.84375 H 3.15625 V -4.421875 H 1.75 V -5.6875 H 1.0625 v 1.265625 h -0.875 v 0.578125 h 0.84375 v 2.65625 c 0,0.59375 0.140625,1.296875 0.828125,1.296875 0.6875,0 1.203125,-0.25 1.453125,-0.375 z m 0,0" + style="stroke:none" /> - - + transform="translate(290.892,68.197)" + id="g80108"> + id="path80106" + d="M 1.796875,0 V -0.828125 H 0.96875 V 0 Z m 0,0" + style="stroke:none" /> - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + aria-label="Důležitý je celý postup, +nejen výsledek." + id="text6805-0-9-7" + style="font-size:3.52778px;line-height:1.15;-inkscape-font-specification:'sans-serif, Normal';letter-spacing:0px;word-spacing:0px;display:inline;stroke-width:0.264583"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/seminar/templates/seminar/jakresit/jakresit_3.svg b/seminar/templates/seminar/jakresit/jakresit_3.svg index 391ebc7c..40ed0da2 100644 --- a/seminar/templates/seminar/jakresit/jakresit_3.svg +++ b/seminar/templates/seminar/jakresit/jakresit_3.svg @@ -1,22 +1,34 @@ + inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" + sodipodi:docname="jak_resit_2023_web_3.svg" + 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" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:ns10="http://www.iki.fi/pav/software/textext/"> + + + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + id="path30242" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(0.8)" /> - - - - - - - - - - - - - - - - - - - - - + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1" + transform="scale(-0.8)" /> + id="path6554" /> + id="path6534" /> + id="path6524" /> + id="path6514" /> + id="path6504" /> + id="path6494" /> + id="path6484" /> + id="path6474" /> + id="path6464" /> + id="path6454" /> + id="path6444" /> + id="path6434" /> + id="path6424" /> + id="path4376" /> + id="path4322" /> + id="path4234" /> + id="path4231" /> + id="id-58d9e82b-c60c-4c26-8d27-25478f5c3f75"> + id="id-74bba7de-3236-4e7e-b81c-cd74e04b7ee8" /> + id="id-03b7ac0a-6c29-4a9d-af6b-0ed77e89ca3a"> + id="id-ee253b46-36ae-4066-9d45-202f798baf2d" /> + id="id-cb2f407b-bab3-4e77-9fdc-0ca956fc1b84"> + id="id-7e4771e9-92bb-4d1e-a5c7-dda49f957914" /> + id="id-919a82c7-b3f8-43ea-83c0-f090eafd962c"> + id="id-ec7a370b-cc7d-422d-9e34-0ed9b9fff025" /> + id="id-b735b9c6-1c34-4638-8ff0-837d84fe7813"> + id="id-8f0afab4-48ba-4dc7-bda9-195ce5634890" /> + id="id-6d3c83a3-17a6-4aa5-8071-8cba135fc03c"> + id="id-0a2ab759-764e-4239-a7de-48f100e6f29e" /> @@ -1252,153 +1106,123 @@ id="id-938187a9-6c43-4b06-ae83-2e0d890ebc3f"> + id="id-a14891fa-6c5f-4ff1-aa30-3573d524d466"> + id="id-5210200e-6890-47d6-830b-11df2fc23808" /> + id="id-17ad1d9b-4cf5-4c32-a2ee-7639a759bf60"> + id="id-bd6ca3ea-cc7d-4507-a3e2-39597cc9abad" /> + id="id-877be989-c3e8-463e-ab72-12905964a25a"> + id="id-2e2d9275-1f7f-4ca4-96de-385d7f14e3bd" /> + id="id-8e46c3d7-2ae5-48fb-b81f-c2d2fb5f39c3"> + id="id-5aa23712-4d3a-4891-85b1-386cc2512dae" /> + id="id-0d892061-d218-4311-899f-85701b4be68f"> + id="id-7e8988dd-d516-40ed-bc87-8ab52987cd89" /> + id="id-9b5b3bfc-2c1a-4fd0-9512-d959b819d637"> + id="id-d8d36dd5-7fa5-42e1-bc71-73a86ef45998" /> + id="id-62cda65d-6afc-4d78-b067-d9c1d218a1b9"> + id="id-8932ff6f-4582-4a08-b549-0c04de3fc2c5" /> + id="id-8c6c107e-9cb4-4111-ad7b-57eeb17d2aed"> + id="id-928c198b-e2ce-437a-9d6f-6111dc486160" /> + id="id-f4f73b4b-a0fd-4c8f-90c7-382fe6527634"> + id="id-b7e98946-2f1f-4715-b501-99202c87f8ba" /> + id="id-748e4a0c-1247-4b21-8a16-0a04bc85e6b0"> + id="id-8159b334-036f-42f2-a878-94b5a496d7d9" /> + id="id-32bb3d59-aebc-4725-acc7-b53a104f9f46"> + id="id-9c126854-d9b0-495d-9bb5-6a7b691c87d3" /> + id="id-5727edde-9de0-41e1-89a8-8986cef89c4b"> + id="id-c6dc18f1-77c4-4f5b-a06e-43bb7768df91" /> + id="id-b0077620-6c8a-4f68-9dbb-dc8d1b9835f5"> + id="id-b638c59c-001d-4905-9069-60e913071ed4" /> + id="id-599edc1a-3101-4a5e-a36c-a1e06fd00603"> + id="id-b6c3c897-cd4c-4513-b250-6c0f1cc93d01" /> + id="id-f4a5ae47-3416-47ab-8812-32b53f3495f7"> + id="id-b6ca682c-0dcf-41d5-b3ff-c44f705f97f8" /> @@ -1512,533 +1336,427 @@ id="id-866b9d89-8530-4c01-aca3-dfcf9f167ff2"> + id="id-20191577-925b-4721-a301-0ccf2bef2e5d"> + id="id-83ddc62a-d385-458c-9a65-ce4685218283" /> + id="id-20d87416-09ea-4128-a07c-8673d7f8c7d6"> + id="id-b60c2c94-6119-42f8-9243-a9fb6b7956b6" /> + id="id-11ca6b63-98d0-4c31-adaa-d7c8ef6ebeaf"> + id="id-ea1e6583-4504-48c3-9640-5aff1ef440d9" /> + id="id-c45079c9-23f8-4dec-ac1e-f3c235e56be0"> + id="id-43eb4b39-30e1-49fe-bf53-7512d6e184bf" /> + id="id-d62d6ad1-de4d-4326-b6e5-d9f58c55a657"> + id="id-833553d8-3b78-481f-bc28-499fce6cde4a" /> + id="id-c879be9a-3e07-47c9-b649-35c47c607dea"> + id="id-a2b475a1-a500-4480-bf4a-b2f18902336d" /> + id="id-3627a21a-748e-4669-abe2-db2d5936e1ad"> + id="id-d4f92ba7-9d7f-432f-87b8-c62c637f54d9" /> + id="id-360a72b5-4350-4ed2-b6ed-bf301ed20617"> + id="id-316cce9d-8d85-4db5-a0c6-06c5ebf063c1" /> + id="id-ceb12ac5-b089-4228-afa9-45f0988961cc"> + id="id-593adde4-7447-4606-b45a-89a4f09d1f79" /> + id="id-ee89bf1e-3112-42ce-b5c5-1a1e2b33021b"> + id="id-a036848a-04b8-4a0a-be9d-67cafa333b6f" /> + id="id-ab394ddf-f5af-44e2-b3c2-949aca23c50c"> + id="id-e3ef12f2-4daf-41fc-bd4b-b01d7bed7de8" /> + id="id-871a3fc0-c26b-4640-ae1e-80edc9f3478c"> + id="id-889754da-088e-4c02-b581-8f3b4bb78480" /> + id="id-ebe903d1-4931-410e-b4b7-202df3cd04a1"> + id="id-47244d09-43d9-4251-9e33-19cde29199e3" /> + id="id-ba5745aa-1289-44ca-9bf5-714ea7d9e412"> + id="id-2729e7fc-133c-4056-846a-262388c92619" /> + id="id-5cc2b572-d8c8-44f0-9442-b75285964682"> + id="id-d71dc0ea-aaae-4dd1-a425-79a6ae0508b3" /> + id="id-da783539-92f7-4567-be7a-7dc759988c09"> + id="id-706149b8-fd12-4472-9155-2c9347d11df6" /> + id="id-05207000-a1a0-4181-af65-f69d26a00f2b"> + id="id-226fc5f1-016c-4ccd-9bc7-6c8046610ad5" /> + id="id-bb3325d4-8349-4130-a31f-74b88cbb0ac5"> + id="id-5f1b874e-cf6a-48ff-bd7f-6b4eff1050d6" /> + id="id-647aa125-e033-450a-8c26-4fb4632e6038"> + id="id-79837ffc-4b11-4e2e-bf98-9fd918406fda" /> + id="id-15901e59-f61e-483d-b584-42e5f16a8920"> + id="id-9156cb20-bbbe-49f2-9744-50dd0275bfed" /> + id="id-c829d63a-3ce0-432a-b8ec-3a172fd5b478"> + id="id-015f30ac-8f9f-46c4-8f3d-0af411cf62e4" /> + id="id-11268275-85a7-461a-bd59-d1c59f4d1f64"> + id="id-5cd31979-7685-4605-b6c0-848506a2beb7" /> + id="id-5439d6f9-0564-430c-911a-b48b11f1cfee"> + id="id-d62182a5-fce9-4890-9f8e-109759ad7160" /> + id="id-86d6269f-59e8-48e9-a2f3-7bc81c99da56"> + id="id-dd04b27d-cc34-4610-b646-930f7113b526" /> + id="id-86137479-757a-4e85-a165-a693f3d9275c"> + id="id-d304a14e-8252-4663-a649-c2ce5b2322cb" /> + id="id-56bb2087-fcfa-42e8-a0ed-bf083f02fe3d"> + id="id-9e5b78d5-1bac-4827-9fc3-8bfd30caefd9" /> + id="id-fbf179a1-1dc1-46de-81b3-fd68a69e017d"> + id="id-26b00489-7799-45ef-b0f9-3d60390935f7" /> + id="id-8bfb977f-9c54-4b7e-9fc8-3d9bb93601fe"> + id="id-7440fed1-4052-4cbe-8ae8-f5bfa4e0efaf" /> + id="id-ec97404c-f0be-4376-af0b-1029187c308f"> + id="id-2c37c930-6bac-4396-945c-a7e8770dda63" /> + id="id-1c8d4c32-8532-47aa-a514-dd0ab61727a3"> + id="id-e424f076-98c2-42cb-a9a4-d03422302178" /> + id="id-7de674f4-c3d7-405b-b075-9d13c30d637d"> + id="id-7ebfe0d2-7802-499a-9103-db734acf6286" /> + id="id-d48ea2d0-cfe9-43bc-9932-18c1705f55ef"> + id="id-16886f91-a964-484b-b587-d92273bc5305" /> + id="id-a89cd2da-6157-4837-8441-5121f4008184"> + id="id-0d8375ee-e17d-4ad9-99ae-ecf128386732" /> + id="id-731039a8-64c7-404b-af82-a33119403d11"> + id="id-5e777343-eef0-4e22-afa4-be591a88a956" /> + id="id-6eb9234b-e6a0-4092-90a2-2f03220fdc6a"> + id="id-ce6b921a-e014-45c1-9c78-bc3b6ee9ffe8" /> + id="id-9596bd78-82f3-4e33-bbeb-19b3c8b98dd2"> + id="id-5209fab9-6735-44f1-80f1-2fe6d290ad89" /> + id="id-a3db7721-f118-4907-96b3-a4da9b324107"> + id="id-3c8ee776-868b-4b19-9c33-bd43e8539c94" /> + id="id-9d5968d4-e64d-48ea-90b9-d587f4b48307"> + id="id-629ec691-0873-4d1f-a992-f4437b701560" /> + id="id-7425609a-f637-4bb8-ad79-b7e235f3ca0b"> + id="id-eeb3a1ae-762f-45f3-a39f-ce081c2cd41c" /> + id="id-c37bec20-1030-41c0-9677-d6c2ad54d3c0"> + id="id-30a1933d-e57c-44b7-9250-d7b76208091c" /> + id="id-14860a42-d29b-4f56-8349-c840df740407"> + id="id-3faef2ce-8a7c-4c98-ba7d-17ed072bdd03" /> + id="id-d8d8dc3b-b230-4a82-b41f-cfd5e7b8782d"> + id="id-1b8d2c64-6ef8-4c87-9ce6-d952acb73dd9" /> + id="id-5a3be5fb-8e16-4035-967b-518c8ed25199"> + id="id-70c191ed-25a8-4628-8747-afef17700007" /> + id="id-988e8322-c234-4500-a837-c8bf58481953"> + id="id-e853d99d-5570-4bd2-94d1-3c561ce3ade1" /> + id="id-3db3deb0-f4c1-4ba0-a36d-0a09bdcb7349"> + id="id-95105687-efb0-413f-99ac-a377c9982742" /> + id="id-4249c0ef-e74a-4576-87a3-7d06a9feb885"> + id="id-77191fb2-d906-49df-bf8a-6ef9203755ac" /> + id="id-a35509f2-6d6b-4417-b5f1-f5efb6afaf48"> + id="id-d3cc4973-73c8-4cd1-ba87-79ca757f59db" /> + id="id-e67d6789-4a49-4240-9fa0-4fb801eeafab"> + id="id-1e3b3a4a-220b-478e-a7be-43d6d5bc4703" /> + id="id-513e8846-5ec9-4bd7-9a2c-a0af322b6372"> + id="id-e6f9ac80-f641-4928-a876-b28442b2adee" /> + id="id-f515ca8f-c37d-43c9-a40e-7b27915f5c4c"> + id="id-6f9b3634-ff93-4727-b336-609336b25724" /> + id="id-e28c822d-c4cc-4c87-82a5-68e401b69f28"> + id="id-484e893c-610c-446c-a425-025b1b78d9ff" /> + id="id-5f07d7d3-4207-4990-b597-dce03dedc306"> + id="id-17ab1bf2-deff-4644-ab4d-86fa6d410810" /> + id="id-2117854d-0de9-4d7c-bd8d-c1d8840a6629"> + id="id-797400ec-3c98-453b-bdd0-5aa77b2e5bb4" /> @@ -2156,183 +1874,147 @@ id="id-1a266726-eb14-4e24-8106-d7164008b378"> + id="id-db9d19c0-979e-44ae-8eb4-1049dc3af9b6"> + id="id-b41e8575-0aac-40d1-a6e0-3d70f34e06f7" /> + id="id-c0e2f17b-efc4-4601-b0cd-1b05a2c1472a"> + id="id-c9e7462f-ddce-4002-9dcc-34974d56c68d" /> + id="id-9fad458f-fd52-48bd-9c31-c52e676e41c9"> + id="id-26a21e17-c19a-40b6-8516-7e9ef072cd11" /> + id="id-7a50b7f5-3e0e-4ba9-a6e5-45a41b167ad4"> + id="id-8c1e6e9c-4781-4550-939f-e1fdf7e15edb" /> + id="id-4ec6d2fc-058c-4157-bce4-817edc818764"> + id="id-d68e8c2e-736a-4abd-9b0b-fa2a9e769159" /> + id="id-b75baacf-ed92-4684-9c5e-05b6019516ec"> + id="id-e55daa28-2131-4d17-9f3e-d9d9c3f5a092" /> + id="id-286a8cbc-bc94-4327-bf46-d5dabb8841bc"> + id="id-48fc9c54-4fee-41fc-9f08-bf4cb9f04ed1" /> + id="id-ca3a4e32-2302-4fde-82cf-6c4b61eba3ab"> + id="id-825431fc-6a7f-482c-bdda-cc5dd2c07c45" /> + id="id-938b3d18-c01e-4ed5-b365-e44484cdfeac"> + id="id-6f9a7211-e495-4e3e-a03c-d56ca017dd08" /> + id="id-e2a8e4af-edd9-4a95-95db-01ffe6a52259"> + id="id-1fe9917b-9e7d-4b27-aa5d-950f3bb92c12" /> + id="id-4aa7dbf5-c775-4133-8361-c4b6c03e2b87"> + id="id-1063295c-5946-40cb-8c0f-737e198e14bc" /> + id="id-8e26d3f9-0acc-40cc-8b7c-7a11f5b79e8c"> + id="id-9b92f3e4-9f8a-4648-8aa9-b1096e7b546b" /> + id="id-3b3bfe1a-ed36-4905-b50c-39831b0f0fcc"> + id="id-70859586-f380-42ce-b947-7bbaffe01c6e" /> + id="id-60de2980-e1f0-4c47-8d84-b48afdf96bd8"> + id="id-17bb5264-38c6-4828-b7e6-e48098dedbb9" /> + id="id-f5ae276e-c137-45f3-90a3-04d00bbf1698"> + id="id-8f5478bf-32be-4c44-8dda-22254c605163" /> + id="id-bdcec0e4-a7eb-46ae-9284-b55b9194326d"> + id="id-ce684b25-dd47-4d0d-bb0b-3944adbcbe36" /> + id="id-27c1fd3d-626a-4793-9acb-d71e97391d77"> + id="id-29459746-1b61-4e72-be89-c4d34eb3f57b" /> + id="id-1801de5e-72a6-4d20-88ee-8f08b08dc12d"> + id="id-4d10b06e-7f70-48d4-a578-21da1c77ccfb" /> @@ -2342,383 +2024,307 @@ id="id-8ee390bd-e362-4043-b76f-8fae701d2b9d"> + id="id-370090c0-f229-4cc3-b977-d1f2b2cfb282"> + id="id-f7b0409f-6d68-425b-bd2b-b8196eca4bf5" /> + id="id-9488b61b-8748-4b99-a3ce-f86fb51eac50"> + id="id-4bf623d1-d500-401e-b646-72d69561e577" /> + id="id-6b538197-379f-422b-a81d-d4d84913155d"> + id="id-8fa9b461-2f7c-4c61-bc9c-92f7a416a324" /> + id="id-f6418776-b05a-42f6-94eb-29f04542ee17"> + id="id-09045097-edad-4a43-bf86-b07f8f358f63" /> + id="id-c0679ceb-f5b2-41a9-8d39-ad22866fed8f"> + id="id-37d298fd-4917-431c-bf88-583cc01fa857" /> + id="id-c990d75b-e47f-46e8-bd3f-759fb991cafe"> + id="id-a6349817-5dd2-4da7-a6d3-7ebda60ec3ef" /> + id="id-4d9d4e27-ee31-4e15-a85c-7c5dc455b02f"> + id="id-c8a0277b-fb57-4f45-88d1-cd2722e8ebaf" /> + id="id-de50a2d6-fb1e-4b2b-bc10-f211389e7d09"> + id="id-c14b5fdf-53e9-43c8-8cf3-8786b23c1357" /> + id="id-d8d9aff2-a4b0-4e9b-8b69-5e97cefc7bfa"> + id="id-c5a8d00b-5634-4cd2-8afe-e9e51cf1b265" /> + id="id-6dfbdb36-fd0d-4e40-93f0-0d02bc2c5cf6"> + id="id-a008abef-0965-4fa9-b9b4-279dadb21b67" /> + id="id-e028364c-5b83-4bcf-a9d7-cdb669d0cdcf"> + id="id-cbe15ad5-7a10-49fa-b92f-5112a7e4d587" /> + id="id-d4cff158-f5af-4692-9760-dbb894f61a84"> + id="id-a5a2ab1e-d242-402a-8bab-16e8a36fb652" /> + id="id-3babefc6-79d4-4d6e-baba-314bfdd22cc5"> + id="id-ae190d07-f842-4069-b90e-83fc2e3156e0" /> + id="id-c2a9c6c8-804e-4359-882b-cb7610edffa4"> + id="id-9d99f6b7-2e04-4a33-b4d8-9c159746384a" /> + id="id-2a50fd73-ca50-461a-8eda-6bf80acc1641"> + id="id-6b09adb5-13cb-46e1-89d6-3dcc4ffe780b" /> + id="id-cc00f59c-a5d5-406a-8c88-29a1ea56c0ff"> + id="id-b4f6ca8f-13e1-4d81-b89e-cb800c6d4256" /> + id="id-59c940ac-21ce-4f82-940d-30dcf09dddc4"> + id="id-cd882bdb-b6bd-4684-90f7-b87c7b0f80c2" /> + id="id-2949049c-3af9-40d9-92fd-7a42e0ca038e"> + id="id-e87db3a9-156b-4af5-b647-78835aba8505" /> + id="id-4a71ee48-769b-4dc5-8865-a4d6a804da20"> + id="id-ed00a3e2-70c9-4957-9001-af9e27a854e7" /> + id="id-330ba1c6-e272-4897-a0e2-3ac94b5ad2e2"> + id="id-d3bac7c2-de64-4c1c-ae78-feab0f3eed1f" /> + id="id-5497a3de-845e-4c79-b809-3096ea7c4360"> + id="id-05665a3b-447d-4848-b458-60642cba6adc" /> + id="id-afb81de3-fcbb-484c-89d5-cfa52f1e4d72"> + id="id-a156bd31-e009-4a29-b320-fbed4c2bc419" /> + id="id-35242800-b040-42a0-91f8-544563fa571a"> + id="id-ee222360-06be-4819-bbec-6d5316d18964" /> + id="id-4eae52fb-fcd9-4c6c-afaf-885896464b3b"> + id="id-cd272b01-ca78-4b58-a0b4-02df35b014cf" /> + id="id-0bf0725f-f2ef-4d35-a60d-3a5f6d6d8657"> + id="id-3571f176-2935-43a3-a8df-6ccb88e6ef44" /> + id="id-29b57628-9858-473c-b8f6-1869f1c54db7"> + id="id-6fb8a592-81a4-46bd-8c7d-54389c7f7204" /> + id="id-7f711d12-11d1-4f90-98b0-14a81148589f"> + id="id-dd444034-82f2-4610-b34a-9bde91838752" /> + id="id-d483172b-eef6-4f3c-9f43-af04f0a2856d"> + id="id-24a609d8-5b9b-403d-9d3e-e43bf54378eb" /> + id="id-7062763c-299d-4ac9-b156-06fa9950e65e"> + id="id-c3ccaae8-8806-474d-8a5d-f67427ea4f17" /> + id="id-4afdef35-231b-4176-937a-51623c739bec"> + id="id-f3495068-d6e7-4a83-8aed-e599cb957d14" /> + id="id-8ea65ab2-940a-4409-aecb-41deb443e3fb"> + id="id-0868500f-e489-4ce9-a4d6-7412e00ec043" /> + id="id-362b39e6-8324-4ec3-bad6-c6d820cdf9a4"> + id="id-629dbe59-ecc1-4666-969a-5d6223425e66" /> + id="id-2ba1aa66-5168-4252-9a67-474ef3911b44"> + id="id-fc0af5e4-b0e8-4e85-b7a2-133b5e00f054" /> + id="id-85dd834a-0056-4d06-aeed-b2864777dc6c"> + id="id-4171190d-99a2-4561-b3e0-6d3580cf05de" /> + id="id-6d110b19-6ebf-4fb0-98fb-44055883caa9"> + id="id-04cae73f-72b9-4346-a225-6b8ef3dfea49" /> + id="id-5907229d-cd57-47c2-8720-cfe65c6f8cc9"> + id="id-4bfc7d03-f540-45a3-bbec-0aebc6139447" /> + id="id-3ebf5f52-1146-4d24-9542-5311d10d2025"> + id="id-30287741-6df7-47bd-86ac-32fbd086f215" /> + id="id-115048c2-58bb-4b2c-89ee-e1e3c5eca9e9"> + id="id-1ecad964-cf4c-47ca-be8e-fb47461c68e3" /> @@ -2728,313 +2334,251 @@ id="id-2e586840-ba83-43a2-b1ba-75c1f178fe7a"> + id="id-ddc09d16-7f10-47d4-aa9a-cd4ffdcc2aee"> + id="id-b299f53a-9603-4bc5-aa37-ed9566683c71" /> + id="id-5213cb68-d4e8-498f-abc7-00c0c5e8417f"> + id="id-d6a63460-22ef-4917-b24b-bdae54463558" /> + id="id-35038faf-ec69-4739-9d59-368b62527749"> + id="id-b85b87e2-e118-45d0-91be-43c6b32f7278" /> + id="id-e2e4ef6c-e715-4bec-9514-94f975c9043b"> + id="id-df8d504f-3866-4e34-b575-8191ef3248c1" /> + id="id-53305245-91a1-4f23-ba25-e1e2ba997b1e"> + id="id-9f8e35e3-7816-45f2-89d3-4b70d58d6a52" /> + id="id-bb54557c-f00c-4836-99bf-c21186854765"> + id="id-601603ca-5de6-4ef0-8616-acc20364c538" /> + id="id-757f8a4b-8d7c-403c-bfe0-7b48bc875bc4"> + id="id-8f6a4071-5304-4fc9-bbd0-a668b6f311ad" /> + id="id-1f8626e2-e0b5-4175-8286-81341c9f6e30"> + id="id-948174ab-9265-4d14-916a-513dc2176828" /> + id="id-2aa4e615-4f0d-4e5e-8bac-776f9ef66a04"> + id="id-886b8908-3239-43ce-9df4-3a4be133d1b1" /> + id="id-5b3ba1d6-b1f5-4ef4-bba7-74f46c5b8b2a"> + id="id-81ce085e-adb9-4a16-a725-7399ed174197" /> + id="id-864319a9-3c41-4fc9-b630-9279c9543d2e"> + id="id-3d776d4e-6df7-4657-b5f7-32c421b948c8" /> + id="id-4641e063-99d4-46df-beca-34484eeafdff"> + id="id-3267f133-a3e4-4638-9b18-53744ec45680" /> + id="id-682a44f2-499e-4ba0-aea6-d91b97cd360b"> + id="id-3150c039-5518-49be-8866-bc5d45e8412e" /> + id="id-b9bc7d0e-492d-46a8-aae6-b095e788df2c"> + id="id-156b015c-72d2-4e8d-a43d-3f71f8002a31" /> + id="id-67c50d9c-47fb-4806-b0bc-d2104a18c249"> + id="id-021d5287-3906-4193-b196-22a15bb05563" /> + id="id-3b31ff6e-d6b3-4531-824c-116db12ae036"> + id="id-d8e393fa-2fd5-45da-b616-59bf2a31d011" /> + id="id-d81e0164-c391-4493-a557-b98f0301bba0"> + id="id-1f7d6351-0d68-4817-a0dc-bf9430df72dd" /> + id="id-26c223e6-13d3-47bc-8571-ebe69ce64f74"> + id="id-9f78ae27-da46-4cae-9610-edd197791fb8" /> + id="id-fd7e146e-fdb0-49a4-9587-fd6e8332b092"> + id="id-b07c15f0-88b5-4fa4-85eb-1548642e53a6" /> + id="id-c2fa87bf-1f45-41c7-a4c9-795985193384"> + id="id-1e74fb07-89e6-4045-8046-b25c23c35827" /> + id="id-c15edaf6-d264-44c8-85dc-67cbdae4efbb"> + id="id-05438fcf-49c3-486a-9862-2908b17ca473" /> + id="id-65327638-e5c3-4fa6-94f6-a387e64d25c6"> + id="id-a2a3460f-df3c-455b-b53a-9bce15c8f50a" /> + id="id-ed2624f0-e19b-4aa4-907b-fb4f5d72e157"> + id="id-e636cdc3-3ae1-4993-9148-a0920f01822b" /> + id="id-b69c849b-9703-41e5-8af0-7e30c7e1b155"> + id="id-15d2c571-f9a1-46f3-b9c0-b7cabf2994f6" /> + id="id-172ba32e-38db-4b24-b013-be90fe0eb329"> + id="id-71ba2af7-4fc0-43ff-a726-7b0a1fa1f411" /> + id="id-95f42b18-62e1-4547-8b97-a91d473ede6f"> + id="id-45784045-d046-43d3-9939-275a27c39c0c" /> + id="id-33ab558b-a585-4fc1-aa36-20464889a9e8"> + id="id-8b8b17ce-7cd0-470d-b0df-f726a27ce062" /> + id="id-edaa639b-b280-4a98-a67c-553c01e977c2"> + id="id-1ccf3fe5-4fb6-4cc2-ab89-bbd5baa0d3fc" /> + id="id-17ba2fda-eb63-4bee-b4a3-1bd53fc83b4b"> + id="id-e4b4ed38-03e4-4a90-8512-5d35a6ecce68" /> + id="id-22ccb208-0473-4b07-8e3c-3cdd9947cf9b"> + id="id-276044c6-d417-468f-ab8e-5b027291bac2" /> + id="id-a2831b9e-d6ff-4af2-aa54-990ae033608c"> + id="id-828228cc-37e7-4c61-8747-1108a5187370" /> @@ -3044,383 +2588,307 @@ id="g79784"> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> @@ -3430,233 +2898,187 @@ id="id-bbd7b9fb-e6b9-4868-ab11-d2406bf430d8"> + id="id-772f94d3-1c7c-413c-b02b-77fee8b232b1"> + id="id-7bf53810-bef0-4644-895c-afa8d5f4c1a8" /> + id="id-08cf0f37-1788-4dd9-842c-73fd28c590c7"> + id="id-247ba765-3580-4bba-85bd-f999fd587a8e" /> + id="id-d4588d22-5358-4c82-8582-ceb1ed91ddbe"> + id="id-9b8b45b2-24e9-4586-99ed-232be95d0f2a" /> + id="id-e9016403-9827-4813-8775-b30ca6772f13"> + id="id-5684dc98-a475-4304-a660-5945e8d4161d" /> + id="id-04de9723-8e0f-4a3e-b198-aa92e212cf9d"> + id="id-37f764fe-a25f-44eb-9e07-611d03e3628e" /> + id="id-f7a213d1-55c2-4417-8bca-ecf6af70346d"> + id="id-e133a3b8-c4ca-43a3-8156-340baee375ba" /> + id="id-558e1bfc-3507-450b-96ff-78352ac5c5e5"> + id="id-2d60e0d4-0350-45e7-aa09-33f36e94a55e" /> + id="id-8e9d253d-e017-4e16-b27e-8ee6f6fdfc6d"> + id="id-fc684379-08b4-486f-872a-6a93198b2de5" /> + id="id-1d012433-f204-4f69-a977-b0f7131cacd7"> + id="id-f6e1f947-f403-4789-b020-867dbf11861b" /> + id="id-0b4125e2-3610-45f6-ad7a-231d5ae93139"> + id="id-d44d535a-072f-4d4a-a0a1-088918a0b650" /> + id="id-f2c00f08-ada4-4cfa-903e-390d92bba462"> + id="id-b98ed50a-27e3-4abe-ab90-81af3760872c" /> + id="id-ecb1a6f9-551a-476d-9896-e698d1ffa6e8"> + id="id-4aa1ae69-5b27-40c3-abfd-201fd4d25c96" /> + id="id-b8e583dd-2d0c-47c8-819d-662faee17a76"> + id="id-c5148675-f0aa-4734-9a46-a558041e162a" /> + id="id-03fe1a7f-5086-4b5c-92cb-bce8480c44d0"> + id="id-23f14dd3-1abe-4646-962f-b6005d27e986" /> + id="id-d348df3c-aff1-4243-b567-d75aa4340561"> + id="id-c2ab98f8-e781-48fb-a668-0a2b740f0a4d" /> + id="id-7fe7088a-1265-48b7-99a8-d6e6b78e882b"> + id="id-63231045-4a0b-44fd-bd65-bb509a6d6e3a" /> + id="id-41ab9fd8-ab99-41b9-8347-3f61eb41d911"> + id="id-80b5b671-68ea-477f-b635-e554fe5073ec" /> + id="id-ee40d6c2-2120-4645-a397-132b9a1f866b"> + id="id-4d1ee7f1-49c2-468c-8bce-652609decfec" /> + id="id-4caf66f9-96f0-4644-9c84-320357b119a1"> + id="id-d3b8a1ac-016f-4be5-a0f0-6a12c86f2198" /> + id="id-e78979c5-5838-43f4-8c7d-beabb68ae356"> + id="id-9d6ac180-41e1-4985-89f7-890b6d3d1cd0" /> + id="id-38ffa48e-e27a-46a2-9c2f-45d249e3fadb"> + id="id-9a3e34dc-fe1b-420c-b327-3c2b9d7b1a08" /> + id="id-73a26404-9d18-4769-857f-17fa4668d155"> + id="id-9fbd6f1e-6ec0-4c4a-a7f2-656feb4aa277" /> + id="id-46de0d22-ba59-4550-82e4-b2d190af608a"> + id="id-62f2ae84-563c-434a-accb-9b675ec3b652" /> @@ -3666,133 +3088,107 @@ id="g8171"> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> + overflow="visible"> + style="stroke:none" /> @@ -3807,10 +3203,9 @@ inkscape:stockid="TriangleOutL"> + id="path29974-0" /> + id="path29974-5" /> + id="base" + inkscape:pagecheckerboard="0"> + units="cm" /> @@ -3875,7 +3268,6 @@ image/svg+xml - @@ -3883,22490 +3275,6400 @@ id="layer1" inkscape:groupmode="layer" inkscape:label="Layer 1" - transform="translate(-7.028636,-3.6067411)"> + style="display:inline"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="g49811" + transform="translate(-202.9138,-6.0653093)"> - - - - - - - - - + transform="matrix(0.352778,0,0,0.352778,205.937,25.8912)" + ns10:version="1.0.1" + ns10:texconverter="pdflatex" + ns10:pdfconverter="inkscape" + ns10:text="\\begin{minipage}{9 cm}\n\\nadpis{\n\\faLightbulbO \\textbf{ Jak na to?}\n}\n\\vspace{-2 mm}\n\\podnadpis{\n\\begin{itemize}\n\\item Po registraci na webu nahraj \u0159e\u0161en\xed do odevzd\xe1v\xe1tka.\n\\item \u0158e\u0161en\xed odevzdan\xe1 do 1. deadlinu po\u0161leme opraven\xe1 zp\u011bt\n ji\u017e s n\xe1sleduj\xedc\xedm \u010d\xedslem, jinak a\u017e s t\xedm dal\u0161\xedm.\n\\item \u010cl\xe1nky m\u016f\u017ee\u0161 odevzd\xe1vat kdykoliv.\n\\end{itemize}}\n\\end{minipage}" + ns10:preamble="/home/katerina/.config/inkscape/extensions/textext/default_packages.tex" + ns10:scale="1.0" + ns10:alignment="middle center" + ns10:inkscapeversion="1.0" + ns10:jacobian_sqrt="0.352778" + id="g49470"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + aria-label="Po registraci nahraj řešení do odevzdávátka." + id="text6805" + style="font-size:3.52778px;line-height:0;-inkscape-font-specification:'sans-serif, Normal';letter-spacing:0px;word-spacing:0px;stroke-width:0.264583"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + aria-label="Řešení odevzdaná do 1. deadlinu ti opravíme již +do vydání následujícího čísla, jinak až o číslo později." + id="text6805-0-9" + style="font-size:3.52778px;line-height:1.15;-inkscape-font-specification:'sans-serif, Normal';letter-spacing:0px;word-spacing:0px;display:inline;stroke-width:0.264583"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Zaregistruj se a nahraj řešení do odevzdávátka. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + aria-label="Problémy hodnotíme individuálně, za hezký článek mů- +žeš určitě očekávat více bodů než za řešení uzavřené +úlohy" + id="text6805-0-9-9" + style="font-size:3.52778px;line-height:1.15;-inkscape-font-specification:'sans-serif, Normal';letter-spacing:0.0714375px;word-spacing:0px;display:inline;stroke-width:0.264583"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +