diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30d503d9c2a7abf5397814a28125dbd34f19a2ed..644de38bc1d615c698ce5b5637d9b856875c4221 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,15 +18,20 @@ stages: key: latest paths: - vendor/bundle + - assets/img/jumbotrons .cache_production: &cache_production cache: key: production paths: - vendor/bundle + - assets/img/jumbotrons .common_production: &production_before_script before_script: + - "[[ -x \"$(command -v apt-get)\" ]] && \ + apt-get update && \ + apt-get install -y ffmpeg" - gem install bundler --no-document - bundle config set without 'test' - bundle install --jobs $(nproc) @@ -34,6 +39,9 @@ stages: .common_latest: &latest_before_script before_script: + - "[[ -x \"$(command -v apt-get)\" ]] && \ + apt-get update && \ + apt-get install -y ffmpeg" - "[[ -f \"Gemfile.lock\" ]] && rm Gemfile.lock" - bundle config set without 'test' - bundle install --jobs $(nproc) --without test "${FLAGS[@]}" @@ -51,6 +59,7 @@ stages: variables: <<: *common_variables script: + - "bash scripts/create_jumbotrons.sh assets/img/jumbotrons/" - "bundle exec jekyll build --future \ --config _config.yml \ -d public$SUBPATH \ @@ -64,6 +73,7 @@ stages: variables: <<: *common_variables script: + - "bash scripts/create_jumbotrons.sh assets/img/jumbotrons/" - "bundle exec jekyll build --future \ --config _config.yml,_config_reviewapps.yml \ -d public$SUBPATH \ @@ -160,7 +170,7 @@ test:htmlproofer:external_links: script: - "bundle exec htmlproofer \ --internal-domains localhost:4000 \ - --url-ignore 'https://www.openstoragenetwork.org' \ + --url-ignore '/www.openstoragenetwork.org/,/www.hzdr.de/,/indico4.twgrid.org/,/aai.helmholtz.de/,/cvs.data.kit.edu/' \ --assume-extension public/" rules: - if: '$CI_PIPELINE_SOURCE == "schedule"' diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aa21336348012eb98345e896e1384c8c97a6bb46..c91103b8917243921819b3ef12ef5910299f5983 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ and get feedback regarding how to improve its appearance and content. Note: In case you are just interested to know how to contribute with a blog post to _HIFIS Software_ web-page you can find a -[blog post](https://software.hifis.net/tutorials/2019/11/22/How-to-Create-a-new-Blog-Post "How to Create a New Blog Post?") +[blog post]({% post_url 2019/11/2019-11-22-How-to-Create-a-new-Blog-Post %} "How to Create a New Blog Post?") explaining the suggested workflow in the blog post section of the web-page. diff --git a/README.md b/README.md index 3ee6b96f57237027346bd956e508af26063c8f38..701c49dc6de263869cb810c5dbd2da1080651efb 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,28 @@ is built using Jekyll. ``` bash git submodule update --init --recursive ``` -5. Build and preview the web page. +5. Optionally, on _Linux_ systems install `FFmpeg` to be used to scale + Jumbotron images. + On systems with `Apt` + ```bash + apt install ffmpeg + ``` + _or_ on systems with `Yum` + ```bash + yum install ffmpeg + ``` +6. Optionally, on _Linux_ systems create scaled variants of Jumbotron images to + be used on different devices. + ```bash + bash scripts/create_jumbotrons.sh assets/img/jumbotrons/ + ``` + _Note: Be aware that missing scaled variants of Jumbotron images may cause + issues in your local installation when rendering the page in the next step._ +7. Build and preview the web page. ```bash bundle exec jekyll serve --future ``` -6. Add content. +8. Add content. Execute the commands above from the root of your repository. diff --git a/_data/hifis_team.yml b/_data/hifis_team.yml index 5c67327ccbbb6558c9208aa48ef8afbdec3a3cae..2533965d14abae755c92068ec3f126d56880ba73 100644 --- a/_data/hifis_team.yml +++ b/_data/hifis_team.yml @@ -30,7 +30,45 @@ # - type: facebook # c.f. _data/social_platforms.yml # link_as: https://www.facebook.com/my-profile-url # show_as: "My Profile" - +- id: belayneh + name: "Belayneh, Bezaye Tesfaye" + location: + campus: gfz + position: "Research Software Engineer" + rank: 0 + associate: false + cluster: software +- id: brinckmann + name: "Brinckmann, Nils" + location: + campus: gfz + position: "Full Stack Developer" + rank: 0 + associate: true +- id: dolling + name: "Dolling, Maximilian" + location: + campus: gfz + position: "Research Software Engineer (RSE)" + rank: 0 + associate: false + cluster: software +- id: dworatzyk + name: "Dworatzyk, Katharina" + location: + campus: dlr + position: "Research Assistant" + rank: 0 + associate: false + cluster: software +- id: erxleben + name: "Erxleben, Fredo" + location: + campus: hzdr + position: "Research Software Engineer and Trainer" + rank: 0 + associate: false + cluster: software - id: guelzow name: "Guelzow, Volker" image: "Volker_Guelzow.jpg" @@ -39,8 +77,15 @@ position: "Coordinator and Speaker of HIFIS" associate: false rank: 4 - associate: false cluster: overall +- id: hueser + name: "Hüser, Christian" + location: + campus: hzdr + position: "Research Software Engineer and Trainer" + rank: 0 + associate: false + cluster: software - id: finke name: "Finke, Ants" image: "Ants_Finke.jpg" @@ -49,7 +94,6 @@ position: "Coordinator" associate: false rank: 3 - associate: false cluster: overall - id: konrad name: "Konrad, Uwe" @@ -59,7 +103,6 @@ position: "Coordinator" associate: false rank: 3 - associate: false cluster: overall - id: jandt name: "Jandt, Uwe" @@ -69,7 +112,6 @@ position: "HIFIS Office Management" associate: false rank: 2 - associate: false cluster: overall - id: fuhrmann name: "Fuhrmann, Patrick" @@ -79,7 +121,6 @@ position: "Backbone Cluster Management" associate: false rank: 1 - associate: false cluster: backbone - id: klotz name: "Klotz, Andreas" @@ -89,7 +130,6 @@ position: "Cloud Cluster Management" associate: false rank: 1 - associate: false cluster: cloud - id: spicker name: "Spicker, Annette" @@ -99,7 +139,6 @@ position: "Cloud Cluster Management" associate: false rank: 1 - associate: false cluster: cloud - id: huste name: "Huste, Tobias" @@ -109,6 +148,21 @@ position: "Software Cluster Management" associate: false rank: 1 + cluster: software +- id: schlauch + name: "Schlauch, Tobias" + location: + campus: dlr + position: "Research Software Engineer" + rank: 0 + associate: false + cluster: software +- id: stoffers + name: "Stoffers, Martin" + location: + campus: dlr + position: "Consultant and Trainer" + rank: 0 associate: false cluster: software - id: wetzel @@ -118,5 +172,12 @@ position: "HIFIS Backbone Services" associate: false rank: 0 - associate: false cluster: backbone +- id: ziegner + name: "Ziegner, Norman" + location: + campus: ufz + position: "Linux System Engineer" + rank: 0 + associate: false + cluster: software diff --git a/_events/2019/2019-06-04-deRSE19.md b/_events/2019/2019-06-04-deRSE19.md new file mode 100644 index 0000000000000000000000000000000000000000..edbcb7ec307aa3e95dd0329f71fd3e4d8d2eb5be --- /dev/null +++ b/_events/2019/2019-06-04-deRSE19.md @@ -0,0 +1,22 @@ +--- +title: "deRSE19 - Conference for Research Software Engineers in Germany" +layout: event +organizers: + - hammitzsch + - <a href="https://de-rse.org/en/conf2019/contact.html">deRSE community</a> +type: conference +start: + date: "2019-06-04" +end: + date: "2019-06-06" +location: + campus: "GFZ, Telegrafenberg" + room: "Haus H, A56" +excerpt: + " Conference for Research Software Engineers in Germany. " +--- + +Following the success of the first three international Conference of Research Software Engineers in the UK, the first international conference in Germany addressing research software and the people behind it within the German research landscape will be held at the Albert Einstein Science Park in Potsdam on 4-6 June 2019. + +More information on the event can be found on the +[event page](https://de-rse.org/en/conf2019/). diff --git a/_events/2019/2019-11-26-shell-git-R.md b/_events/2019/2019-11-26-shell-git-R.md new file mode 100644 index 0000000000000000000000000000000000000000..8499030ca0fc4313cda1409a853a5afaa65365da --- /dev/null +++ b/_events/2019/2019-11-26-shell-git-R.md @@ -0,0 +1,47 @@ +--- +title: Software Carpentry Workshop +layout: event +organizers: + - belayneh + - dolling +lecturers: + - belayneh + - dolling +type: workshop +start: + date: "2019-11-26" + time: "09:00" +end: + date: "2019-11-27" + time: "18:00" +location: + campus: "Online Event" +fully_booked_out: true +registration_link: https://docs.google.com/forms/d/e/1FAIpQLScF37yq-HrE6JuGTz6zoFhAfGNowIE2Lr4e900IA0D_tmac2Q/closedform +registration_period: + from: "2019-10-30" + to: "2019-11-13" +excerpt: + "This Software Carpentry workshop will teach Shell, Git and R programming for researchers." +--- + +## Goal + +Introduce scientists and PhD students to a powerful toolset to enhance their +research software workflow. + +## Content + +This workshops contains the following topics: + +* Introduction to _Shell_ scripting +* Using _Git_ as version control system (VCS) +* Introduction to the _R_ programming language + +Details can also be found directly at the +[GFZ event page](https://swc-bb.git-pages.gfz-potsdam.de/swc-pages/2019-11-26-Potsdam-Berlin/). + + +## Requirements + +No prior knowledge is required to attend this workshop. diff --git a/_events/2019-12-11-snakemake-introduction-workshop.md b/_events/2019/2019-12-11-snakemake-introduction-workshop.md similarity index 96% rename from _events/2019-12-11-snakemake-introduction-workshop.md rename to _events/2019/2019-12-11-snakemake-introduction-workshop.md index 2b22f5935beeda3ef8f09ac5aaaac91409eb7097..3a850c1bda980ba964be724dc96f6e6ee0bf97ec 100644 --- a/_events/2019-12-11-snakemake-introduction-workshop.md +++ b/_events/2019/2019-12-11-snakemake-introduction-workshop.md @@ -2,9 +2,9 @@ title: Introduction to Snakemake layout: event organizers: - - steinbach + - Steinbach, Peter lecturers: - - steinbach + - Steinbach, Peter type: workshop start: date: "2019-12-11" diff --git a/_events/2020-01-20-the-carpentries-instructor-training.md b/_events/2020/2020-01-20-the-carpentries-instructor-training.md similarity index 100% rename from _events/2020-01-20-the-carpentries-instructor-training.md rename to _events/2020/2020-01-20-the-carpentries-instructor-training.md diff --git a/_events/2020/2020-03-05-Machine-Learning-Hackathon-at-GFZ.md b/_events/2020/2020-03-05-Machine-Learning-Hackathon-at-GFZ.md new file mode 100644 index 0000000000000000000000000000000000000000..09680a488a1fb874941f058c06bd379df3cd52a5 --- /dev/null +++ b/_events/2020/2020-03-05-Machine-Learning-Hackathon-at-GFZ.md @@ -0,0 +1,20 @@ +--- +title: "Machine Learning Hackathon at GFZ" +layout: event +organizers: + - "Machine Learning community at GFZ" +type: Hackathon +start: + date: "2020-03-05" + time: "09:00" +end: + date: "2020-03-05" + time: "18:00" +location: + campus: "GFZ, Telegrafenberg" + room: "Vortragsraum 2 and 3, Haus H" +excerpt: + " A one day Hackathon organized by Machine Learning Community at GFZ " +--- + +This hackathon aims to bring researchers that are experts in machine learning and/or intersted researchers together. Using real world datasets, it allows researchers to work together using existing machine learning tools and methods. The hackathon is a friendly event that let everyone to share experiance and learn from others. diff --git a/_events/2020-03-09-helmholtz-gpu-hackathon.md b/_events/2020/2020-03-09-helmholtz-gpu-hackathon.md similarity index 100% rename from _events/2020-03-09-helmholtz-gpu-hackathon.md rename to _events/2020/2020-03-09-helmholtz-gpu-hackathon.md diff --git a/_events/2020-03-31-the-carpentries-workshop.md b/_events/2020/2020-03-31-the-carpentries-workshop.md similarity index 90% rename from _events/2020-03-31-the-carpentries-workshop.md rename to _events/2020/2020-03-31-the-carpentries-workshop.md index 310031d3c4ded975bb1bc3e9988e29931a8a6a45..e6691ca06cc65301dde2e75d76cdd10b1199ea1e 100644 --- a/_events/2020-03-31-the-carpentries-workshop.md +++ b/_events/2020/2020-03-31-the-carpentries-workshop.md @@ -7,7 +7,7 @@ organizers: lecturers: - erxleben - huste - - steinbach + - Steinbach, Peter type: workshop start: date: "2020-03-31" @@ -17,8 +17,8 @@ location: campus: hzdr room: "Building 801, Room P142" fully_booked_out: true -registration_link: https://hifis-events.hzdr.de/event/5/registrations/4/ -waiting_list_link: https://hifis-events.hzdr.de/event/8/registrations/5/ +registration_link: https://events.hifis.net/event/5/registrations/4/ +waiting_list_link: https://events.hifis.net/event/8/registrations/5/ registration_period: from: "2020-01-20" to: "2020-03-27" diff --git a/_events/2020-04-20-software-carpentries-workshop.md b/_events/2020/2020-04-20-software-carpentries-workshop.md similarity index 100% rename from _events/2020-04-20-software-carpentries-workshop.md rename to _events/2020/2020-04-20-software-carpentries-workshop.md diff --git a/_events/2020-04-21-the-carpentries-workshop.md b/_events/2020/2020-04-21-the-carpentries-workshop.md similarity index 95% rename from _events/2020-04-21-the-carpentries-workshop.md rename to _events/2020/2020-04-21-the-carpentries-workshop.md index f5cfb095cb0be5d13bb0591168790e4fb6c08305..547c0d22a96b9aa44139e081a7587442dd6bfa36 100644 --- a/_events/2020-04-21-the-carpentries-workshop.md +++ b/_events/2020/2020-04-21-the-carpentries-workshop.md @@ -7,13 +7,13 @@ organizers: lecturers: - erxleben - huste - - steinbach + - Steinbach, Peter type: workshop start: date: "2020-04-22" end: date: "2020-04-23" -registration_link: https://hifis-events.hzdr.de/event/11/ +registration_link: https://events.hifis.net/event/11/ location: campus: "Online Event" fully_booked_out: false diff --git a/_events/2020-05-12-ready-script-for-publication.md b/_events/2020/2020-05-12-ready-script-for-publication.md similarity index 93% rename from _events/2020-05-12-ready-script-for-publication.md rename to _events/2020/2020-05-12-ready-script-for-publication.md index 7e91db093718c288396a39658788248aeb3370e6..1d27dd7f681636a7f5ed0f6d60c9fbd579a3ff74 100644 --- a/_events/2020-05-12-ready-script-for-publication.md +++ b/_events/2020/2020-05-12-ready-script-for-publication.md @@ -11,7 +11,7 @@ organizers: lecturers: - schlauch - dolling - - leinweber + - Leinweber, Katrin - huste start: @@ -27,8 +27,8 @@ location: # URL or mailto:organizer@campus.edu?subject=...&body=... # with the text in ... encoded using for example https://www.urlencoder.org/ # Both are optional but at least ?subject=... is recommended to enable mail filtering -registration_link: https://hifis-events.hzdr.de/event/12/registrations -waiting_list_link: https://hifis-events.hzdr.de/event/14/registrations +registration_link: https://events.hifis.net/event/12/registrations +waiting_list_link: https://events.hifis.net/event/14/registrations fully_booked_out: true registration_period: diff --git a/_events/2020/2020-05-18-lecture-series-on-scientific-computing.md b/_events/2020/2020-05-18-lecture-series-on-scientific-computing.md new file mode 100644 index 0000000000000000000000000000000000000000..69abcf2f6131b6389a6c8cb43dd85802296453d2 --- /dev/null +++ b/_events/2020/2020-05-18-lecture-series-on-scientific-computing.md @@ -0,0 +1,41 @@ +--- +title: Lecture series on scientific computing +layout: event +organizers: + - dolling + - belayneh +lecturers: + - dolling + - belayneh +type: Lecture +start: + date: "2020-05-18" + time: "10:00" +end: + date: "2020-06-15" + time: "11:00" +location: + campus: "Online Event" +excerpt: + "This lecture series will teach researchers key topics in research software + development including best practices" +--- + +## Goal + +To teach researchers the basics of software development, and introduce them to +existing tools and best practices for repoducable research software. + + +## Content + +The lecture series is consists of the following topics: +* Requirements for Code Publication (scheduled for 2020-05-18) +* Research software engineering (scheduled for 2020-05-25) +* Reusable Software (scheduled for 2020-06-08) +* Automation: making your results reproducible (scheduled for 2020-06-15) + + +## Requirements + +No prior knowledge or experiance is required. diff --git a/_events/2020-06-09-GitLab-Software-Development-Teams.md b/_events/2020/2020-06-09-GitLab-Software-Development-Teams.md similarity index 90% rename from _events/2020-06-09-GitLab-Software-Development-Teams.md rename to _events/2020/2020-06-09-GitLab-Software-Development-Teams.md index 8d5eeb5406d26f2f32948d334fc7c27c3327d83d..ff85039b2b39d462248de6c01c7cc743fb303996 100644 --- a/_events/2020-06-09-GitLab-Software-Development-Teams.md +++ b/_events/2020/2020-06-09-GitLab-Software-Development-Teams.md @@ -6,7 +6,7 @@ organizers: lecturers: - schlauch - "1 × HZDR" - - leinweber + - Leinweber, Katrin type: workshop start: date: "2020-06-09" @@ -18,8 +18,8 @@ location: campus: "Online" # room: "TBD" fully_booked_out: true -registration_link: https://hifis-events.hzdr.de/event/13/registrations -waiting_list_link: https://hifis-events.hzdr.de/event/15/registrations/11/ +registration_link: https://events.hifis.net/event/13/registrations +waiting_list_link: https://events.hifis.net/event/15/registrations/11/ registration_period: from: "2020-02-20" to: "2020-05-30" diff --git a/_events/2020-06-22-software-carpentries-workshop.md b/_events/2020/2020-06-22-software-carpentries-workshop.md similarity index 95% rename from _events/2020-06-22-software-carpentries-workshop.md rename to _events/2020/2020-06-22-software-carpentries-workshop.md index 3c62a6c7a60235c24cb7dfe2f54ecab6e05a5e2c..32abdcbe936d8026cd70faa55b5745c5691825a4 100644 --- a/_events/2020-06-22-software-carpentries-workshop.md +++ b/_events/2020/2020-06-22-software-carpentries-workshop.md @@ -17,7 +17,7 @@ end: location: campus: "Online Event" fully_booked_out: false -registration_link: https://hifis-events.hzdr.de/event/16/ +registration_link: https://events.hifis.net/event/16/ registration_period: from: "2020-05-26" to: "2020-06-09" diff --git a/_events/2020-08-19-the-carpentries-workshop.md b/_events/2020/2020-08-19-the-carpentries-workshop.md similarity index 96% rename from _events/2020-08-19-the-carpentries-workshop.md rename to _events/2020/2020-08-19-the-carpentries-workshop.md index 2bcbed406a318f04af2d7e409b64424e9049fa83..55ce5e92fe03ad3f1f33af94a2ac95896f7231c2 100644 --- a/_events/2020-08-19-the-carpentries-workshop.md +++ b/_events/2020/2020-08-19-the-carpentries-workshop.md @@ -11,7 +11,7 @@ start: date: "2020-08-19" end: date: "2020-08-20" -registration_link: https://hifis-events.hzdr.de/event/20/ +registration_link: https://events.hifis.net/event/20/ location: campus: "Online Event" fully_booked_out: false diff --git a/_events/2020-09-02-series-of-online-research-software-events.md b/_events/2020/2020-09-02-series-of-online-research-software-events.md similarity index 100% rename from _events/2020-09-02-series-of-online-research-software-events.md rename to _events/2020/2020-09-02-series-of-online-research-software-events.md diff --git a/_events/2020-09-18-git-and-gitlab.md b/_events/2020/2020-09-18-git-and-gitlab.md similarity index 92% rename from _events/2020-09-18-git-and-gitlab.md rename to _events/2020/2020-09-18-git-and-gitlab.md index 673a7ea709e17227c7ee67e195b187f70115eae3..d0e97e95be9af166c5ba0f1a9b82125d6e6dea1d 100644 --- a/_events/2020-09-18-git-and-gitlab.md +++ b/_events/2020/2020-09-18-git-and-gitlab.md @@ -6,13 +6,13 @@ organizers: lecturers: - erxleben - lokamani - - schmerler + - Schmerler, Steve type: workshop start: date: "2020-09-18" end: date: "2020-09-21" -registration_link: https://hifis-events.hzdr.de/event/21/ +registration_link: https://events.hifis.net/event/21/ location: campus: "Online Event" fully_booked_out: true @@ -47,4 +47,4 @@ You will be prompted about this choice during the registration. Further details can be found at the [event page]. -[event page]: https://hifis-events.hzdr.de/event/21/ +[event page]: https://events.hifis.net/event/21/ diff --git a/_events/2020-10-07-the-carpentries-workshop.md b/_events/2020/2020-10-07-the-carpentries-workshop.md similarity index 93% rename from _events/2020-10-07-the-carpentries-workshop.md rename to _events/2020/2020-10-07-the-carpentries-workshop.md index 26089541e014d3d08970f770199cb78726056cb3..522d880989b4df881021435c405b602cf2c2cf4b 100644 --- a/_events/2020-10-07-the-carpentries-workshop.md +++ b/_events/2020/2020-10-07-the-carpentries-workshop.md @@ -4,8 +4,8 @@ layout: event organizers: - erxleben lecturers: - - steinbach - - schmerler + - Steinbach, Peter + - Schmerler, Steve - erxleben - hueser type: workshop @@ -13,7 +13,7 @@ start: date: "2020-10-07" end: date: "2020-10-08" -registration_link: https://hifis-events.hzdr.de/event/24/ +registration_link: https://events.hifis.net/event/24/ location: campus: "Online Event" fully_booked_out: false diff --git a/_events/2020-11-04-erste-schritte-in-python.md b/_events/2020/2020-11-04-erste-schritte-in-python.md similarity index 94% rename from _events/2020-11-04-erste-schritte-in-python.md rename to _events/2020/2020-11-04-erste-schritte-in-python.md index 4872883a717fc9605b8651a71d2da351677309d9..452a394882a1349413c3d96cd7429a1427df2f9a 100644 --- a/_events/2020-11-04-erste-schritte-in-python.md +++ b/_events/2020/2020-11-04-erste-schritte-in-python.md @@ -11,7 +11,7 @@ start: date: "2020-11-04" end: date: "2020-11-04" -registration_link: https://hifis-events.hzdr.de/event/29/ +registration_link: https://events.hifis.net/event/29/ location: campus: "Online Event" fully_booked_out: true diff --git a/_events/2020-11-12-bring-script-make-ready-publication.md b/_events/2020/2020-11-12-bring-script-make-ready-publication.md similarity index 96% rename from _events/2020-11-12-bring-script-make-ready-publication.md rename to _events/2020/2020-11-12-bring-script-make-ready-publication.md index 44d10070b3ce24c220b0fbb6f47c90500b0795a6..a61b65e9b74ca43b41ed8bc6db3b06d796ef7ab2 100644 --- a/_events/2020-11-12-bring-script-make-ready-publication.md +++ b/_events/2020/2020-11-12-bring-script-make-ready-publication.md @@ -21,7 +21,7 @@ end: location: campus: "Online Event" room: "" -registration_link: https://hifis-events.hzdr.de/event/27 +registration_link: https://events.hifis.net/event/27 registration_period: from: "2020-10-05" to: "2020-11-09" diff --git a/_events/2020/2020-11-23-Git-with-GitLab-for-Teams-and-Reproducible-Research.md b/_events/2020/2020-11-23-Git-with-GitLab-for-Teams-and-Reproducible-Research.md new file mode 100644 index 0000000000000000000000000000000000000000..c049da699d060184fba1335d1828c11c75f0f174 --- /dev/null +++ b/_events/2020/2020-11-23-Git-with-GitLab-for-Teams-and-Reproducible-Research.md @@ -0,0 +1,46 @@ +--- +title: Git with GitLab for Teams and Reproducible Research +layout: event +organizers: + - belayneh + - "Neelmeijer, Julia" +lecturers: + - belayneh + - dolling + - "Fuchs, Hannes" + - "Lüdtke, Stefan" + - "Meeßen, Christian" + - "Hanisch, Marc" + - brinckmann +type: Workshop +start: + date: "2020-11-23" + time: "09:00" +end: + date: "2020-11-24" + time: "14:00" +location: + campus: "Online Event" +registration_link: https://events.hifis.net/event/31/ +registration_period: + from: "2020-11-05" + to: "2020-11-16" +excerpt: + "The workshop covers topics of Git with GitLab and best practices in software development in research." +--- + +## Goal + +Having the knowledge and skills on how to use tools and techniques to preserve research output and to collaborate with peers benefit every research domain. This is a virtual workshop aiming to support researchers within a team to develop such skills. It is an interactive workshop including sessions from concepts to practice. + + +## Content + +The workshop covers topics on: +* Git with GitLab for individual use as well as for collaboration. +* Best practices in software development in research. + + +## Requirements + +No prior knowledge or experiance is required. diff --git a/_events/2020/2020-12-08-Make-Your-Script-Ready-for-Publication.md b/_events/2020/2020-12-08-Make-Your-Script-Ready-for-Publication.md new file mode 100644 index 0000000000000000000000000000000000000000..be47d2fbc17ddb96916282d9210d306ae88098c7 --- /dev/null +++ b/_events/2020/2020-12-08-Make-Your-Script-Ready-for-Publication.md @@ -0,0 +1,45 @@ +--- +title: Make Your Script Ready for Publication +layout: event +organizers: + - belayneh + - dolling + - "Johannes Petereit" +lecturers: + - dolling +type: Workshop +start: + date: "2020-12-08" + time: "09:00" +end: + date: "2020-12-09" + time: "18:00" +location: + campus: "Online Event" +registration_link: https://events.hifis.net/event/34/ +registration_period: + from: "2020-11-10" + to: "2020-11-30" +excerpt: + "The workshop covers topics of best practices for software publication." +--- + +## Goal + +This workshop aims to teach researchers step by step how existing source code can be ready for publication. + + +## Content + +The workshop contains practical sessions on how to: +* Organize source code and automate processes using GitLab +* Set up pipenv, linter +* Test source code +* Add documentation +* Add license +* Prepare citation + + +## Requirements + +No prior knowledge or experiance is required. diff --git a/_events/2020-12-15-GitLab-Software-Development-Teams-2020-12-15-sd4teams.md b/_events/2020/2020-12-15-GitLab-Software-Development-Teams-2020-12-15-sd4teams.md similarity index 96% rename from _events/2020-12-15-GitLab-Software-Development-Teams-2020-12-15-sd4teams.md rename to _events/2020/2020-12-15-GitLab-Software-Development-Teams-2020-12-15-sd4teams.md index 3a4823809431c6413cfc5e9735311789996cdcd0..1b6d2eb81788e87554cf90a7f992b8cb1a01d7cb 100644 --- a/_events/2020-12-15-GitLab-Software-Development-Teams-2020-12-15-sd4teams.md +++ b/_events/2020/2020-12-15-GitLab-Software-Development-Teams-2020-12-15-sd4teams.md @@ -16,7 +16,7 @@ location: campus: "Online Event" room: "" fully_booked_out: true -registration_link: https://hifis-events.hzdr.de/event/28/ +registration_link: https://events.hifis.net/event/28/ registration_period: from: "2020-10-05" to: "2020-12-11" diff --git a/_events/2021-01-15-git-and-gitlab.md b/_events/2021/01/2021-01-15-git-and-gitlab.md similarity index 93% rename from _events/2021-01-15-git-and-gitlab.md rename to _events/2021/01/2021-01-15-git-and-gitlab.md index 8cc94f484d4c1984d2cc87a3e173b7c1c4129db9..fae75037e0f682eb1c67ffb2ecc6908454a37890 100644 --- a/_events/2021-01-15-git-and-gitlab.md +++ b/_events/2021/01/2021-01-15-git-and-gitlab.md @@ -12,7 +12,7 @@ start: date: "2021-01-15" end: date: "2021-01-18" -registration_link: https://hifis-events.hzdr.de/event/38 +registration_link: https://events.hifis.net/event/38 location: campus: Online fully_booked_out: true @@ -47,4 +47,4 @@ You will be prompted about this choice during the registration. Further details can be found at the [event page]. -[event page]: https://hifis-events.hzdr.de/event/21/ +[event page]: https://events.hifis.net/event/21/ diff --git a/_events/2021-01-27-helmholtz-hacky-hour-20.md b/_events/2021/01/2021-01-27-helmholtz-hacky-hour-20.md similarity index 100% rename from _events/2021-01-27-helmholtz-hacky-hour-20.md rename to _events/2021/01/2021-01-27-helmholtz-hacky-hour-20.md diff --git a/_events/2021-02-10-helmholtz-hacky-hour-21.md b/_events/2021/02/2021-02-10-helmholtz-hacky-hour-21.md similarity index 100% rename from _events/2021-02-10-helmholtz-hacky-hour-21.md rename to _events/2021/02/2021-02-10-helmholtz-hacky-hour-21.md diff --git a/_events/2021-02-18-git-gitlab-introduction.md b/_events/2021/02/2021-02-18-git-gitlab-introduction.md similarity index 88% rename from _events/2021-02-18-git-gitlab-introduction.md rename to _events/2021/02/2021-02-18-git-gitlab-introduction.md index a86fc5afb76bd143e43b747cd24e81f80e0591c6..a655bc945fb019e18ffeb96436fdb9923451cdf3 100644 --- a/_events/2021-02-18-git-gitlab-introduction.md +++ b/_events/2021/02/2021-02-18-git-gitlab-introduction.md @@ -14,7 +14,7 @@ start: end: date: "2021-02-19" time: "13:00" -registration_link: https://hifis-events.hzdr.de/event/45/registrations/40/ +registration_link: https://events.hifis.net/event/45/registrations/40/ location: campus: "Online Event" fully_booked_out: true @@ -38,7 +38,7 @@ This workshop will cover the the following topics: - Git branches and handling of conflicts - Collaboration with others -Please see the [lesson materials](https://gitlab.com/hifis/hifis-workshops/introduction-to-git-and-gitlab/workshop-material) and the [registration page](https://hifis-events.hzdr.de/event/45/) for further details. +Please see the [lesson materials](https://gitlab.com/hifis/hifis-workshops/introduction-to-git-and-gitlab/workshop-material) and the [registration page](https://events.hifis.net/event/45/) for further details. ## Requirements diff --git a/_events/2021-02-19-shell-git-python.md b/_events/2021/02/2021-02-19-shell-git-python.md similarity index 91% rename from _events/2021-02-19-shell-git-python.md rename to _events/2021/02/2021-02-19-shell-git-python.md index df461b544ce0d4fb7bfea0b2bd2834a0874a1bab..6f00061ee5afa72b3ee707a22161bede89276988 100644 --- a/_events/2021-02-19-shell-git-python.md +++ b/_events/2021/02/2021-02-19-shell-git-python.md @@ -11,7 +11,7 @@ start: date: "2021-02-19" end: date: "2021-02-22" -registration_link: https://hifis-events.hzdr.de/event/44/ +registration_link: https://events.hifis.net/event/44/ location: campus: "Online Event" fully_booked_out: false @@ -46,5 +46,5 @@ Neither prior knowledge nor experience in those tools is needed. Participants are asked to bring their own computer on which they can install software. -[workshop-page]: https://hifis-events.hzdr.de/event/44/ +[workshop-page]: https://events.hifis.net/event/44/ [swc-workshop]: https://software-carpentry.org/workshops/ diff --git a/_events/2021-02-24-Version-Control-using-Git.md b/_events/2021/02/2021-02-24-Version-Control-using-Git.md similarity index 89% rename from _events/2021-02-24-Version-Control-using-Git.md rename to _events/2021/02/2021-02-24-Version-Control-using-Git.md index 91b0ea8a77426510e2f26920fc9aa81399ceca11..6607539ff5e3177236fd04b312623aab046e06f2 100644 --- a/_events/2021-02-24-Version-Control-using-Git.md +++ b/_events/2021/02/2021-02-24-Version-Control-using-Git.md @@ -6,9 +6,9 @@ organizers: lecturers: - belayneh - dolling - - "Hannes Fuchs" - - "Stefan Lüdtke" - - "Christian Meeßen" + - "Fuchs, Hannes" + - "Lüdtke, Stefan" + - "Meeßen, Christian" type: workshop start: date: "2021-02-24" @@ -19,7 +19,7 @@ end: location: campus: "Online Event" fully_booked_out: false -registration_link: https://hifis-events.hzdr.de/event/49/ +registration_link: https://events.hifis.net/event/49/ registration_period: from: "2021-02-09" to: "2021-02-16" diff --git a/_events/2021-02-24-helmholtz-hacky-hour-22.md b/_events/2021/02/2021-02-24-helmholtz-hacky-hour-22.md similarity index 100% rename from _events/2021-02-24-helmholtz-hacky-hour-22.md rename to _events/2021/02/2021-02-24-helmholtz-hacky-hour-22.md diff --git a/_events/2021-03-10-helmholtz-hacky-hour-23.md b/_events/2021/03/2021-03-10-helmholtz-hacky-hour-23.md similarity index 100% rename from _events/2021-03-10-helmholtz-hacky-hour-23.md rename to _events/2021/03/2021-03-10-helmholtz-hacky-hour-23.md diff --git a/_events/2021-03-19-git-and-gitlab.md b/_events/2021/03/2021-03-19-git-and-gitlab.md similarity index 93% rename from _events/2021-03-19-git-and-gitlab.md rename to _events/2021/03/2021-03-19-git-and-gitlab.md index a5cd20c9328aa2421184724363d6b4ebf5b9ee76..8f316800b2fba3f2ce3673c48df14cd2e5d54d19 100644 --- a/_events/2021-03-19-git-and-gitlab.md +++ b/_events/2021/03/2021-03-19-git-and-gitlab.md @@ -4,14 +4,14 @@ layout: event organizers: - erxleben lecturers: - - Helene Hoffmann - - schmerler + - Hoffmann, Helene + - Schmerler, Steve type: workshop start: date: "2021-03-19" end: date: "2021-03-22" -registration_link: https://hifis-events.hzdr.de/event/50 +registration_link: https://events.hifis.net/event/50 location: campus: Online fully_booked_out: true diff --git a/_events/2021-03-24-helmholtz-hacky-hour-24.md b/_events/2021/03/2021-03-24-helmholtz-hacky-hour-24.md similarity index 100% rename from _events/2021-03-24-helmholtz-hacky-hour-24.md rename to _events/2021/03/2021-03-24-helmholtz-hacky-hour-24.md diff --git a/_events/2021-03-25and26-version-control-using-git.md b/_events/2021/03/2021-03-25-version-control-using-git.md similarity index 75% rename from _events/2021-03-25and26-version-control-using-git.md rename to _events/2021/03/2021-03-25-version-control-using-git.md index b6394045d9d1ae405f25a45844a8274d93a5cdf2..55b6e9dde28fca7ba6c6c60c5a698ab962e5cde0 100644 --- a/_events/2021-03-25and26-version-control-using-git.md +++ b/_events/2021/03/2021-03-25-version-control-using-git.md @@ -6,9 +6,9 @@ organizers: lecturers: - belayneh - dolling - - "Hannes Fuchs" - - "Stefan Lüdtke" - - "Christian Meeßen" + - "Fuchs, Hannes" + - "Lüdtke, Stefan" + - "Meeßen, Christian" type: workshop start: date: "2021-03-25" @@ -19,12 +19,16 @@ end: location: campus: "Online" fully_booked_out: false -registration_link: https://hifis-events.hzdr.de/event/72/ +registration_link: https://events.hifis.net/event/72/ registration_period: from: "2021-03-11" to: "2021-03-17" excerpt: "This workshop will teach version control using Git for scientists and PhD students." +redirect_from: + - events/2021/03/16/2021-03-25and26-version-control-using-git + - events/2021/03/17/2021-03-25and26-version-control-using-git + - events/2021/03/18/2021-03-25and26-version-control-using-git --- ## Goal diff --git a/_events/2021-03-30-version_control_using_git.md b/_events/2021/03/2021-03-30-version_control_using_git.md similarity index 91% rename from _events/2021-03-30-version_control_using_git.md rename to _events/2021/03/2021-03-30-version_control_using_git.md index 828898db4d4c49f506da2b13598ecd6835121bd0..0b0b8b0120286fe899a2723ed8adbd81f49bac69 100644 --- a/_events/2021-03-30-version_control_using_git.md +++ b/_events/2021/03/2021-03-30-version_control_using_git.md @@ -19,8 +19,10 @@ lecturers: registration_period: from: "2021-03-10" to: "2021-03-19" -registration_link: "https://hifis-events.hzdr.de/event/67/" +registration_link: "https://events.hifis.net/event/67/" fully_booked_out: "False" +redirect_from: + - events/2021/03/30/introduction_to_git_and_gitlab --- ## Goal diff --git a/_events/2021-05-19-helmholtz-hacky-hour-28.md b/_events/2021/04/2021-04-07-helmholtz-hacky-hour-25.md similarity index 94% rename from _events/2021-05-19-helmholtz-hacky-hour-28.md rename to _events/2021/04/2021-04-07-helmholtz-hacky-hour-25.md index fe12a6d7752fe0fc0085d70219e968f56e46655c..24c834f7f31edb8d9af5ddf4b0ab3f376b7fb816 100644 --- a/_events/2021-05-19-helmholtz-hacky-hour-28.md +++ b/_events/2021/04/2021-04-07-helmholtz-hacky-hour-25.md @@ -1,11 +1,11 @@ --- -title: "Helmholtz Hacky Hour #28" +title: "Helmholtz Hacky Hour #25" layout: event organizers: - dolling type: hacky-hour start: - date: "2021-05-19" + date: "2021-04-07" time: "14:00" end: time: "15:00" diff --git a/_events/2021-04-14-lets_make_your_script_ready_for_publication.md b/_events/2021/04/2021-04-14-lets_make_your_script_ready_for_publication.md similarity index 89% rename from _events/2021-04-14-lets_make_your_script_ready_for_publication.md rename to _events/2021/04/2021-04-14-lets_make_your_script_ready_for_publication.md index 1e265e263c37291c82af6e0908b621a437cd1e6f..af8261dbaf60887da99b4866d81c1f16d3693413 100644 --- a/_events/2021-04-14-lets_make_your_script_ready_for_publication.md +++ b/_events/2021/04/2021-04-14-lets_make_your_script_ready_for_publication.md @@ -15,9 +15,11 @@ location: excerpt: "This workshop shows a lightweight approach towards publication of research code." registration_period: from: "2021-03-26" - to: "2021-04-05" -registration_link: "" + to: "2021-04-11" +registration_link: "https://events.hifis.net/event/91/" fully_booked_out: "False" +redirect_from: + - events/2021/04/14/bring_your_own_script_and_make_it_ready_for_publication --- ## Goal diff --git a/_events/2021-04-16-python.md b/_events/2021/04/2021-04-16-python.md similarity index 100% rename from _events/2021-04-16-python.md rename to _events/2021/04/2021-04-16-python.md diff --git a/_events/2021-06-11-python.md b/_events/2021/04/2021-04-19-python.md similarity index 87% rename from _events/2021-06-11-python.md rename to _events/2021/04/2021-04-19-python.md index b219ab15708a4769fc67e45d8c4863cea44e15ab..1c549a68786612ad8a454f9e9f928a376a05b21f 100644 --- a/_events/2021-06-11-python.md +++ b/_events/2021/04/2021-04-19-python.md @@ -7,16 +7,16 @@ lecturers: - TBA type: workshop start: - date: "2021-06-11" + date: "2021-04-19" end: - date: "2021-06-14" -registration_link: + date: "2021-04-19" +registration_link: https://events.hifis.net/event/93/ location: campus: Online fully_booked_out: false registration_period: - from: "2021-05-31" - to: "2021-06-06" + from: "2021-04-05" + to: "2021-04-15" excerpt: "An Introduction for scientists and PhD. students to programming using the language Python. No prior experience required." diff --git a/_events/2021-04-21-helmholtz-hacky-hour-26.md b/_events/2021/04/2021-04-21-helmholtz-hacky-hour-26.md similarity index 100% rename from _events/2021-04-21-helmholtz-hacky-hour-26.md rename to _events/2021/04/2021-04-21-helmholtz-hacky-hour-26.md diff --git a/_events/2021-04-27and28-python.md b/_events/2021/04/2021-04-27-python.md similarity index 64% rename from _events/2021-04-27and28-python.md rename to _events/2021/04/2021-04-27-python.md index d01e972968d2f46bd9af54c06e140b90ca055c82..ca6def8acd34bba0c41ec21ef89884b1fba461da 100644 --- a/_events/2021-04-27and28-python.md +++ b/_events/2021/04/2021-04-27-python.md @@ -3,16 +3,30 @@ title: Programming using Python layout: event organizers: - belayneh +lecturers: + - belayneh + - dolling + - "Fuchs, Hannes" + - "Lüdtke, Stefan" + - "Meeßen, Christian" + - "Brinkmann, Nils" type: workshop start: date: "2021-04-27" time: "09:00" end: date: "2021-04-28" - time: "18:00" + time: "14:00" location: "Online" excerpt: "This basic Software Carpentry workshop aims to teach Python for scientists and PhD students." +registration_period: + from: "2021-04-12" + to: "2021-04-19" +registration_link: "https://events.hifis.net/event/97/" +redirect_from: + - events/2021/03/16/2021-04-27and28-python + - events/2021/03/17/2021-04-27and28-python --- ## Goal @@ -36,4 +50,5 @@ the basics of Python programming using multiple excersis: Neither prior knowledge nor experience in Python is needed to attend this workshop. A headset (or at least headphones) is required. +More details can be found on the [workshop page](https://swc-bb.git-pages.gfz-potsdam.de/swc-pages/2021-04-27-GFZ-virtual/) Registration will open 2-3 weeks before the event. We are looking forward to seeing you! diff --git a/_events/2021-04-07-helmholtz-hacky-hour-25.md b/_events/2021/05/2021-05-05-helmholtz-hacky-hour-27.md similarity index 95% rename from _events/2021-04-07-helmholtz-hacky-hour-25.md rename to _events/2021/05/2021-05-05-helmholtz-hacky-hour-27.md index 338299bbc93f9654e5209a67870d907353423b6d..2ede34677380581c6154fa8ff03ec1070e0d14b3 100644 --- a/_events/2021-04-07-helmholtz-hacky-hour-25.md +++ b/_events/2021/05/2021-05-05-helmholtz-hacky-hour-27.md @@ -1,11 +1,11 @@ --- -title: "Helmholtz Hacky Hour #25" +title: "Helmholtz Hacky Hour #27" layout: event organizers: - dolling type: hacky-hour start: - date: "2021-04-07" + date: "2021-05-05" time: "14:00" end: time: "15:00" diff --git a/_events/2021-05-10-version_control_using_git.md b/_events/2021/05/2021-05-10-version_control_using_git.md similarity index 91% rename from _events/2021-05-10-version_control_using_git.md rename to _events/2021/05/2021-05-10-version_control_using_git.md index 2c9765ec177212bc2724a66abf02135c0886c5ce..e68d2dae98cbfa0525f56e83802de07cc0ae7b7f 100644 --- a/_events/2021-05-10-version_control_using_git.md +++ b/_events/2021/05/2021-05-10-version_control_using_git.md @@ -16,8 +16,10 @@ excerpt: "This workshop provides an introduction into Git in combination with t registration_period: from: "2021-04-19" to: "2021-04-28" -registration_link: "" +registration_link: "https://events.hifis.net/event/102/" fully_booked_out: "False" +redirect_from: + - events/2021/05/10/introduction_to_git_and_gitlab --- ## Goal diff --git a/_events/2021-05-14-git-and-gitlab.md b/_events/2021/05/2021-05-14-git-and-gitlab.md similarity index 100% rename from _events/2021-05-14-git-and-gitlab.md rename to _events/2021/05/2021-05-14-git-and-gitlab.md diff --git a/_events/2021-05-18-gitlab_for_software_development_in_teams.md b/_events/2021/05/2021-05-18-gitlab_for_software_development_in_teams.md similarity index 96% rename from _events/2021-05-18-gitlab_for_software_development_in_teams.md rename to _events/2021/05/2021-05-18-gitlab_for_software_development_in_teams.md index 4ee8e8b1e0b61d95cd2f577a75689322152c384f..136aa4220284ccb64699132f86362f8701fb08c6 100644 --- a/_events/2021-05-18-gitlab_for_software_development_in_teams.md +++ b/_events/2021/05/2021-05-18-gitlab_for_software_development_in_teams.md @@ -16,7 +16,7 @@ excerpt: "This workshop provides an introduction into software development for registration_period: from: "2021-04-26" to: "2021-05-07" -registration_link: "" +registration_link: "https://events.hifis.net/event/103/" fully_booked_out: "False" --- ## Goal diff --git a/_events/2021-05-05-helmholtz-hacky-hour-27.md b/_events/2021/05/2021-05-19-helmholtz-hacky-hour-28.md similarity index 94% rename from _events/2021-05-05-helmholtz-hacky-hour-27.md rename to _events/2021/05/2021-05-19-helmholtz-hacky-hour-28.md index 259b68ce1af31a488c03fff1100996c5baed33c4..880197e2ad0a8e6dcdf33a4b17feddbcc5e86288 100644 --- a/_events/2021-05-05-helmholtz-hacky-hour-27.md +++ b/_events/2021/05/2021-05-19-helmholtz-hacky-hour-28.md @@ -1,11 +1,11 @@ --- -title: "Helmholtz Hacky Hour #27" +title: "Helmholtz Hacky Hour #28" layout: event organizers: - dworatzyk type: hacky-hour start: - date: "2021-05-05" + date: "2021-05-19" time: "14:00" end: time: "15:00" diff --git a/_events/2021/05/2021-05-21-python.md b/_events/2021/05/2021-05-21-python.md new file mode 100644 index 0000000000000000000000000000000000000000..548b51752b9f0411a90c1e0197744cc21f9bf72e --- /dev/null +++ b/_events/2021/05/2021-05-21-python.md @@ -0,0 +1,44 @@ +--- +title: First steps in Python-Programming +layout: event +organizers: + - erxleben +lecturers: + - erxleben +type: workshop +start: + date: "2021-05-21" +end: + date: "2021-05-21" +registration_link: "https://events.hifis.net/event/108/" +location: + campus: Online +fully_booked_out: false +registration_period: + from: "2021-05-10" + to: "2021-05-16" +excerpt: + "An Introduction for scientists and PhD. students to programming using the + language Python. No prior experience required." +--- + +## Goal + +Enable the participants to write their own scripts in Python to automatically +evaluate data and solve recurring or labourious tasks by automation. + +## Content + +The course will introduce basic concepts of the language. +Emphasis will be put on live coding (i.e. learners write their code along with +the instructors) and overcoming the initial learning hurdles together. +Hands-on exercises give the opportunity to test the newly acquired knowledge. + +## Requirements + +Neither prior knowledge nor experience in the area is needed. +Participants are asked to bring their own computer on which they can install +software. +Detailed instructions will be made available on the workshop website. + + diff --git a/_events/2021-05-26and27-code-publication.md b/_events/2021/05/2021-05-26-code-publication.md similarity index 64% rename from _events/2021-05-26and27-code-publication.md rename to _events/2021/05/2021-05-26-code-publication.md index a5432c00f5bbd0069cbacba9f926d8685714e3fa..1fdc5fd31f4b888ec2c6505ec2756aa28a8a027b 100644 --- a/_events/2021-05-26and27-code-publication.md +++ b/_events/2021/05/2021-05-26-code-publication.md @@ -3,6 +3,14 @@ title: "Let's Make Your Script Ready for Publication" layout: event organizers: - belayneh + - dworatzyk + - "Petereit, Johannes" +lecturers: + - belayneh + - dolling + - schlauch + - "Meeßen, Christian" + - "Lüdtke, Stefan" type: Workshop start: date: "2021-05-26" @@ -12,8 +20,13 @@ end: time: "18:00" location: campus: "Online" +fully_booked_out: false +registration_link: https://events.hifis.net/event/111/ excerpt: "The workshop covers topics of best practices for software publication." +redirect_from: + - events/2021/03/16/2021-05-26and27-code-publication + - events/2021/03/17/2021-05-26and27-code-publication --- ## Goal @@ -37,6 +50,6 @@ You learn to apply the presented strategies using either the example code or you ## Requirements - Basic Git skills are required. A good and quick tutorial can be found in the [Software Carpentry's Git Novice episodes 1 to 9](https://swcarpentry.github.io/git-novice/). - - Participants require a computer equipped with a modern Web browser and their specific environment (e.g., Git client, editor) for working on their scripts. We will provide more detailed setup information before the workshop. + - Participants require a computer equipped with a modern Web browser and their specific environment (e.g., Git client, editor) for working on their scripts.You will find more information on [the workshop page](https://swc-bb.git-pages.gfz-potsdam.de/swc-pages/2021-05-26-GFZ-virtual/). -Registration will open 2-3 weeks before the event. We are looking forward to seeing you! +Registration is possible from 11 to 18 May, 2021. We are looking forward to seeing you! diff --git a/_events/2021-06-02-helmholtz-hacky-hour-29.md b/_events/2021/06/2021-06-02-helmholtz-hacky-hour-29.md similarity index 100% rename from _events/2021-06-02-helmholtz-hacky-hour-29.md rename to _events/2021/06/2021-06-02-helmholtz-hacky-hour-29.md diff --git a/_events/2021-06-08-lets_make_your_script_ready_for_publication.md b/_events/2021/06/2021-06-08-lets_make_your_script_ready_for_publication.md similarity index 91% rename from _events/2021-06-08-lets_make_your_script_ready_for_publication.md rename to _events/2021/06/2021-06-08-lets_make_your_script_ready_for_publication.md index 19e580b626338fdf1465e14dea17dd071a84d248..e4ff0c07046d934a1488456041f8c0ad3ac984db 100644 --- a/_events/2021-06-08-lets_make_your_script_ready_for_publication.md +++ b/_events/2021/06/2021-06-08-lets_make_your_script_ready_for_publication.md @@ -16,8 +16,10 @@ excerpt: "This workshop shows a lightweight approach towards publication of res registration_period: from: "2021-05-17" to: "2021-05-28" -registration_link: "" +registration_link: "https://events.hifis.net/event/115/" fully_booked_out: "False" +redirect_from: + - events/2021/06/08/bring_your_own_script_and_make_it_ready_for_publication --- ## Goal diff --git a/_events/2021-09-17-git-and-gitlab.md b/_events/2021/06/2021-06-11-git-and-gitlab.md similarity index 92% rename from _events/2021-09-17-git-and-gitlab.md rename to _events/2021/06/2021-06-11-git-and-gitlab.md index 56cc39f56f6ff1f062b63e8199e93f1e3a51fc91..3d7d26d2c7169caa8462c91fc6e52d3fe2a75b72 100644 --- a/_events/2021-09-17-git-and-gitlab.md +++ b/_events/2021/06/2021-06-11-git-and-gitlab.md @@ -7,16 +7,16 @@ lecturers: - TBA type: workshop start: - date: "2021-09-17" + date: "2021-06-11" end: - date: "2021-09-20" + date: "2021-06-14" registration_link: location: campus: Online fully_booked_out: false registration_period: - from: "2021-09-06" - to: "2021-09-12" + from: "2021-05-31" + to: "2021-06-06" excerpt: "This workshop will focus on project management with the GitLab platform. A primer for the prerequisite version control system Git will be offered to those not yet familiar with it." diff --git a/_events/2021-06-15-test_automation_with_python.md b/_events/2021/06/2021-06-15-test_automation_with_python.md similarity index 95% rename from _events/2021-06-15-test_automation_with_python.md rename to _events/2021/06/2021-06-15-test_automation_with_python.md index 5e14fa3fa37e3490473eb9416e58e34a3a0a50eb..0c207dbcc2e7b11a8911d1d3eef235f61cf82c0c 100644 --- a/_events/2021-06-15-test_automation_with_python.md +++ b/_events/2021/06/2021-06-15-test_automation_with_python.md @@ -16,7 +16,7 @@ excerpt: "Learn to test your Python code effectively." registration_period: from: "2021-05-24" to: "2021-06-04" -registration_link: "" +registration_link: "https://events.hifis.net/event/121/" fully_booked_out: "False" --- ## Goal diff --git a/_events/2021-06-16-helmholtz-hacky-hour-30.md b/_events/2021/06/2021-06-16-helmholtz-hacky-hour-30.md similarity index 100% rename from _events/2021-06-16-helmholtz-hacky-hour-30.md rename to _events/2021/06/2021-06-16-helmholtz-hacky-hour-30.md diff --git a/_events/2021-06-24and25-shell-git-R.md b/_events/2021/06/2021-06-24-shell-git-R.md similarity index 88% rename from _events/2021-06-24and25-shell-git-R.md rename to _events/2021/06/2021-06-24-shell-git-R.md index 2dc1023232e4f9a86d57dc7c5a4c60d20239b6ae..3f892ac3b50e61f6a1820cbc6b9ae9858e0da0ac 100644 --- a/_events/2021-06-24and25-shell-git-R.md +++ b/_events/2021/06/2021-06-24-shell-git-R.md @@ -14,6 +14,9 @@ location: campus: "Online" excerpt: "This Software Carpentry workshop will teach Shell, Git and R programming for researchers." +redirect_from: + - events/2021/03/16/2021-06-24and25-shell-git-R + - events/2021/03/17/2021-06-24and25-shell-git-R --- ## Goal diff --git a/_events/2021-06-30-helmholtz-hacky-hour-31.md b/_events/2021/06/2021-06-30-helmholtz-hacky-hour-31.md similarity index 100% rename from _events/2021-06-30-helmholtz-hacky-hour-31.md rename to _events/2021/06/2021-06-30-helmholtz-hacky-hour-31.md diff --git a/_events/2021-07-14-helmholtz-hacky-hour-32.md b/_events/2021/07/2021-07-14-helmholtz-hacky-hour-32.md similarity index 100% rename from _events/2021-07-14-helmholtz-hacky-hour-32.md rename to _events/2021/07/2021-07-14-helmholtz-hacky-hour-32.md diff --git a/_events/2021-08-13-python.md b/_events/2021/07/2021-07-16-python.md similarity index 91% rename from _events/2021-08-13-python.md rename to _events/2021/07/2021-07-16-python.md index fde77f2e72284de5b95f8b298d9b467665b4443d..d1de2a9d82294d3f848bddfda3f2a10a0a04bc99 100644 --- a/_events/2021-08-13-python.md +++ b/_events/2021/07/2021-07-16-python.md @@ -7,16 +7,16 @@ lecturers: - TBA type: workshop start: - date: "2021-08-13" + date: "2021-07-16" end: - date: "2021-08-16" + date: "2021-07-19" registration_link: location: campus: Online fully_booked_out: false registration_period: - from: "2021-08-02" - to: "2021-08-08" + from: "2021-07-05" + to: "2021-07-11" excerpt: "An Introduction for scientists and PhD. students to programming using the language Python. No prior experience required." diff --git a/_events/2021-07-26and27-version-control-using-git.md b/_events/2021/07/2021-07-26-version-control-using-git.md similarity index 81% rename from _events/2021-07-26and27-version-control-using-git.md rename to _events/2021/07/2021-07-26-version-control-using-git.md index 1a5a35106206163dab179bb33ef6bbbc31b57080..873f50b6123fd1b611273b59977f68ab41ecfe48 100644 --- a/_events/2021-07-26and27-version-control-using-git.md +++ b/_events/2021/07/2021-07-26-version-control-using-git.md @@ -6,9 +6,9 @@ organizers: lecturers: - belayneh - dolling - - "Hannes Fuchs" - - "Stefan Lüdtke" - - "Christian Meeßen" + - "Fuchs, Hannes" + - "Lüdtke, Stefan" + - "Meeßen, Christian" type: workshop start: date: "2021-07-26" @@ -20,6 +20,9 @@ location: campus: "Online" excerpt: "This workshop will teach version control using Git for scientists and PhD students." +redirect_from: + - events/2021/03/16/2021-07-26and27-version-control-using-git + - events/2021/03/17/2021-07-26and27-version-control-using-git --- ## Goal diff --git a/_events/2021-07-16-git-and-gitlab.md b/_events/2021/08/2021-08-13-git-and-gitlab.md similarity index 92% rename from _events/2021-07-16-git-and-gitlab.md rename to _events/2021/08/2021-08-13-git-and-gitlab.md index 6b75ff2834d53cc2a8f77aa5c6882d6edcaeb334..fe4b4d2e99e37f5054e213b413fa61f21f55d3af 100644 --- a/_events/2021-07-16-git-and-gitlab.md +++ b/_events/2021/08/2021-08-13-git-and-gitlab.md @@ -7,16 +7,16 @@ lecturers: - TBA type: workshop start: - date: "2021-07-16" + date: "2021-08-13" end: - date: "2021-07-19" + date: "2021-08-16" registration_link: location: campus: Online fully_booked_out: false registration_period: - from: "2021-07-05" - to: "2021-07-11" + from: "2021-08-02" + to: "2021-08-08" excerpt: "This workshop will focus on project management with the GitLab platform. A primer for the prerequisite version control system Git will be offered to those not yet familiar with it." diff --git a/_events/2021-10-15-python.md b/_events/2021/09/2021-09-17-python.md similarity index 91% rename from _events/2021-10-15-python.md rename to _events/2021/09/2021-09-17-python.md index fbaa88b40675224c5758235b54fc5b2b2ff1d1c3..8661947d4e3d28da0bd81f771beabb776e12d39c 100644 --- a/_events/2021-10-15-python.md +++ b/_events/2021/09/2021-09-17-python.md @@ -7,16 +7,16 @@ lecturers: - TBA type: workshop start: - date: "2021-10-15" + date: "2021-09-17" end: - date: "2021-10-18" + date: "2021-09-20" registration_link: location: campus: Online fully_booked_out: false registration_period: - from: "2021-10-04" - to: "2021-10-10" + from: "2021-09-06" + to: "2021-09-12" excerpt: "An Introduction for scientists and PhD. students to programming using the language Python. No prior experience required." diff --git a/_events/2021-11-12-git-and-gitlab.md b/_events/2021/10/2021-10-15-git-and-gitlab.md similarity index 92% rename from _events/2021-11-12-git-and-gitlab.md rename to _events/2021/10/2021-10-15-git-and-gitlab.md index 3269331cae7c25d755b3687b19b5a0c40599e86d..e1c421460e87d2edd5272e4b6110dde57fa6e6b0 100644 --- a/_events/2021-11-12-git-and-gitlab.md +++ b/_events/2021/10/2021-10-15-git-and-gitlab.md @@ -7,16 +7,16 @@ lecturers: - TBA type: workshop start: - date: "2021-11-12" + date: "2021-10-15" end: - date: "2021-11-15" + date: "2021-10-18" registration_link: location: campus: Online fully_booked_out: false registration_period: - from: "2021-11-01" - to: "2021-11-07" + from: "2021-10-04" + to: "2021-10-10" excerpt: "This workshop will focus on project management with the GitLab platform. A primer for the prerequisite version control system Git will be offered to those not yet familiar with it." diff --git a/_events/2021-12-10-python.md b/_events/2021/11/2021-11-12-python.md similarity index 91% rename from _events/2021-12-10-python.md rename to _events/2021/11/2021-11-12-python.md index 60f56b12b7a98e28d1259ec5a5229160a2629bc3..28dd977798a4a6b3a544d578fc9910780c1a28d3 100644 --- a/_events/2021-12-10-python.md +++ b/_events/2021/11/2021-11-12-python.md @@ -7,16 +7,16 @@ lecturers: - TBA type: workshop start: - date: "2021-12-10" + date: "2021-11-12" end: - date: "2021-12-13" + date: "2021-11-15" registration_link: location: campus: online fully_booked_out: false registration_period: - from: "2021-11-29" - to: "2021-12-05" + from: "2021-11-01" + to: "2021-11-07" excerpt: "An Introduction for scientists and PhD. students to programming using the language Python. No prior experience required." diff --git a/_events/2021/12/2021-12-10-git-and-gitlab.md b/_events/2021/12/2021-12-10-git-and-gitlab.md new file mode 100644 index 0000000000000000000000000000000000000000..2dfb949213bbc1958301fe72deddc87fe074f4ee --- /dev/null +++ b/_events/2021/12/2021-12-10-git-and-gitlab.md @@ -0,0 +1,44 @@ +--- +title: Project management with GitLab +layout: event +organizers: + - erxleben +lecturers: + - TBA +type: workshop +start: + date: "2021-12-10" +end: + date: "2021-12-13" +registration_link: +location: + campus: online +fully_booked_out: false +registration_period: + from: "2021-11-29" + to: "2021-12-05" +excerpt: + "This workshop will focus on project management with the GitLab platform. + A primer for the prerequisite version control system Git will be offered to those not yet familiar with it." +--- + +## Goal + +The workshop is aimed at those who have to manage development projects in a research context. +It introduces a workflow and best practises for day-to-day operations +with the aim to increase productivity, overall quality and make everyones' life a bit easier. + +## Content + +This course is split into two parts: + +1. Introduction to version control using the tool Git +2. Project Management with the Web-Platform [GitLab](https://about.gitlab.com) + +Version Control is an essential building block in managing digital projects of any scale and enabling successful collaboration. +Building on top of this, an advanced project management system provides further potential for enhanced productivity. + +## Requirements + +No previous knowledge in the covered topics will be required. +Participants are advised to have a computer on which they can install software. diff --git a/_includes/contact_us/mini-form.html b/_includes/contact_us/mini-form.html new file mode 100644 index 0000000000000000000000000000000000000000..64c3ad9842861c112abd984e9cd35f636a9c4586 --- /dev/null +++ b/_includes/contact_us/mini-form.html @@ -0,0 +1,6 @@ +<span class="team-card-mini"> + <a href="https://survey.pt-dlr.de/index.php?r=survey/index&sid=958212&lang=en&newtest=Y"> + <i class="far fa-envelope"></i> + <span class="name">Request a Consultation</span> + </a> +</span> diff --git a/_includes/frontpage/title-content.html b/_includes/frontpage/title-content.html index aa573ffce5465d3abff065b5ee1ab6513520c005..f8977342f2c6aef337e5a434e86ba7cb40ed2f89 100644 --- a/_includes/frontpage/title-content.html +++ b/_includes/frontpage/title-content.html @@ -14,7 +14,7 @@ <a href="https://aai.helmholtz.de" class="btn btn-light btn-lg text-dark"> <i class="fas fa-network-wired"></i>Helmholtz AAI </a> - <a href="{{ '/services/software/consulting' | relative_url }}" class="btn btn-light btn-lg text-dark"> + <a href="{% link services/software/consulting.html %}" class="btn btn-light btn-lg text-dark"> <i class="fas fa-chart-line"></i> Consulting </a> <a href="{{ '/services/software/training' | relative_url }}" class="btn btn-light btn-lg text-dark"> diff --git a/_includes/team_card/name.html b/_includes/team_card/name.html index e9f9b7720da7b5cd666db1e861f58df4ac573ba7..b0e867e542dea46cb28163d31b7a177df6ba9127 100644 --- a/_includes/team_card/name.html +++ b/_includes/team_card/name.html @@ -11,7 +11,7 @@ {%- if person -%} {%- if person.name -%} <span class="name"> - {{ person.name }} + {{ person.name }} </span> {%- else -%} <!-- diff --git a/_includes/team_card_mini.html b/_includes/team_card_mini.html index d99259aad42326a8738d904ddfcc860726bddf56..6c052bac9d5ed8e4b775ba31bd44dfebe751a12a 100644 --- a/_includes/team_card_mini.html +++ b/_includes/team_card_mini.html @@ -6,7 +6,7 @@ {% assign person = include.person %} {% if person %} <span class="team-card-mini"> - <!-- a href="{{ person.id | prepend: 'members/' | relative_url }}" --> + <div> {% if person.image %} {% assign image-url = site.directory.images | append: "members/" @@ -17,7 +17,7 @@ {% endif %} {% include team_card/name.html person=person %} {% include team_card/team_member_associate.html person=person %} - <!-- /a --> + </div> </span> {% else %} <!-- diff --git a/_layouts/team.html b/_layouts/team.html index c9fcc73084f3f7e0b0c78c9adc98322a057c1f49..5bf2fdafa4d0c8d83035a5f31bea0764ef5eae84 100644 --- a/_layouts/team.html +++ b/_layouts/team.html @@ -48,7 +48,7 @@ It does on purpose NOT include the content of the markdown page. </a> <a href="https://www.desy.de/" class="btn btn-light btn-lg btn-logo"> - <img src="{% link assets/img/Helmholtz-centre-logos/DESY_logo_3C_web.png %}" alt="DESY Logo"> + <img src="{% link assets/img/Helmholtz-centre-logos/DESY_logo_4C_ger.svg %}" alt="DESY Logo"> </a> <a href="https://www.dkfz.de/" class="btn btn-light btn-lg btn-logo"> diff --git a/_posts/2019/12/2019-12-20-Welcome-Post.md b/_posts/2019/12/2019-12-20-Welcome-Post.md index fcdc44ff9660ef68690886b3c79dab880ff7e0d7..fdba179ca67e1c1b55a3c39321a14fbc1409bd32 100644 --- a/_posts/2019/12/2019-12-20-Welcome-Post.md +++ b/_posts/2019/12/2019-12-20-Welcome-Post.md @@ -3,7 +3,7 @@ title: Welcome to HIFIS Software date: 2019-12-20 authors: - huste - - leinweber + - Leinweber, Katrin layout: blogpost title_image: photo-of-open-signage-2763246.jpg excerpt: @@ -86,7 +86,7 @@ If your software project was improved by a HIFIS-provided training or advice, or want to share an interesting solution or use case, please feel free to write or re-blog a short post about it here. You can even add yourself to our team page as an associate. -Our [Contribution Guide][contributing] explains how to contribute to *software.hifis.net*. +Our [Contribution Guide][contributing] explains how to contribute to *hifis.net*. You are also welcome to [tell us](#contact-us) your interest and we will keep you up-to-date about upcoming trainings, events and services in 2020 and forward. diff --git a/_posts/2020/01/2020-01-07-contributing-in-4-simple-steps.md b/_posts/2020/01/2020-01-07-contributing-in-4-simple-steps.md index 36e5acf8f9803e782df5fc4b250e3ecf4ba2913b..c593a2248529850b039373a4d67f814ee891045b 100644 --- a/_posts/2020/01/2020-01-07-contributing-in-4-simple-steps.md +++ b/_posts/2020/01/2020-01-07-contributing-in-4-simple-steps.md @@ -20,7 +20,7 @@ additional_css: # What This Guide will (not) Cover This tutorial will teach you a quick way to get a basic blog post set up and -published on [software.hifis.net](https://software.hifis.net). +published on [hifis.net](https://hifis.net). If you plan to write something bigger that might take several days to write up and refine, [Christian's Guide][ref1] is the better choice for you. diff --git a/_posts/2020/02/2020-02-21-HIFIS-workshops-2020.md b/_posts/2020/02/2020-02-21-HIFIS-workshops-2020.md index c1df174e4526c23a10875a3c08bed5e4807fe344..9fd79c05be4194aa72a5a328e193c3c18c99f04d 100644 --- a/_posts/2020/02/2020-02-21-HIFIS-workshops-2020.md +++ b/_posts/2020/02/2020-02-21-HIFIS-workshops-2020.md @@ -2,7 +2,7 @@ title: Overview of HIFIS Workshops in 2020 date: 2020-02-21 authors: - - leinweber + - Leinweber, Katrin layout: blogpost title_image: default categories: @@ -47,7 +47,7 @@ are being planned, so best keep an eye on that page! [events]: {{ 'events' | relative_url }} -[200331]: {% link _events/2020-03-31-the-carpentries-workshop.md %} -[200512]: {% link _events/2020-05-12-ready-script-for-publication.md %} -[200609]: {% link _events/2020-06-09-GitLab-Software-Development-Teams.md %} -[snakemake]: {% link _events/2019-12-11-snakemake-introduction-workshop.md %} +[200331]: {% link _events/2020/2020-03-31-the-carpentries-workshop.md %} +[200512]: {% link _events/2020/2020-05-12-ready-script-for-publication.md %} +[200609]: {% link _events/2020/2020-06-09-GitLab-Software-Development-Teams.md %} +[snakemake]: {% link _events/2019/2019-12-11-snakemake-introduction-workshop.md %} diff --git a/_posts/2020/04/2020-04-15-hifis-software-workshops-in-2020.md b/_posts/2020/04/2020-04-15-hifis-software-workshops-in-2020.md index 0c64e165d69f04c51af145e917e95257950b0a28..bfdd0c38e6785df8d0c59f447c53f8ceeaf186e5 100644 --- a/_posts/2020/04/2020-04-15-hifis-software-workshops-in-2020.md +++ b/_posts/2020/04/2020-04-15-hifis-software-workshops-in-2020.md @@ -21,7 +21,7 @@ Several different software development trainings will be offered to researchers. tools: Shell, Python and R for effective and reproducible scientific programming, and Git for version controlling your projects. - _Bring Your Own Script_ workshops - ([like on May 12th and 13th](https://software.hifis.net/events/2020/05/12/ready-script-for-publication)) + ([like on May 12th and 13th]({% link _events/2020/2020-05-12-ready-script-for-publication.md %})) will help you to make your code publication-ready: Regardless of your preferred programming language, we will advise you on all aspects of making your research software (re)usable for others, @@ -31,11 +31,11 @@ Several different software development trainings will be offered to researchers. software development teams to improve software quality and speed up their release cycles. Join us on - [June 9th and 10th](https://software.hifis.net/events/2020/06/09/GitLab-Software-Development-Teams)! + [June 9th and 10th]({% link _events/2020/2020-06-09-GitLab-Software-Development-Teams.md %})! -The [HIFIS Software events](https://software.hifis.net/events) page provides +The [HIFIS Software events]({% link events.md %}) page provides your with more details and keeps you updated about future events. More specialized events outside this core curriculum — like an -[Introduction to Snakemake](https://software.hifis.net/events/2019/12/11/snakemake-introduction-workshop) — +[Introduction to Snakemake]({% link _events/2019/2019-12-11-snakemake-introduction-workshop.md %}) — are being planned, so best keep an eye on that page! diff --git a/_posts/2020/04/2020-04-17-online-swc-at-hzdr.md b/_posts/2020/04/2020-04-17-online-swc-at-hzdr.md index 6cecc4ee2b11a060f6a7456da33f58d695d9f4bd..2c1e82e172fe15458d8d8ff50ef19709cfb0e891 100644 --- a/_posts/2020/04/2020-04-17-online-swc-at-hzdr.md +++ b/_posts/2020/04/2020-04-17-online-swc-at-hzdr.md @@ -297,7 +297,7 @@ which to build our future events. ## Acknowledgements -{% assign instructors="steinbach / huste / erxleben" | split: " / "%} +{% assign instructors="Steinbach, Peter / huste / erxleben" | split: " / "%} {% assign helpers="Lokamani / hueser" | split: " / "%} We want to thank our **instructors** diff --git a/_posts/2020/06/2020-06-01-hifis-software-helpdesk-launched.md b/_posts/2020/06/2020-06-01-hifis-software-helpdesk-launched.md index 2bbdd1737f66bdcbce5d1dc741047d53f727a844..ebe9281caf7b99b49e7524bf26eed50efa729691 100644 --- a/_posts/2020/06/2020-06-01-hifis-software-helpdesk-launched.md +++ b/_posts/2020/06/2020-06-01-hifis-software-helpdesk-launched.md @@ -21,6 +21,6 @@ Using common HIFIS authorization and authentication infrastructure (future Helmholtz AAI), users can simply sign in using personal access data of their home institution or even their personal GitHub account. -<a type="button" class="btn btn-outline-primary btn-lg" href="https://software.hifis.net/announcement/2020/06/01/helpdesk-launch"> +<a type="button" class="btn btn-outline-primary btn-lg" href="{% post_url 2020/06/2020-06-01-helpdesk-launch %}"> <i class="fas fa-external-link-alt"></i> Read more </a> diff --git a/_posts/2020/08/2020-08-19-introducing-consulting.md b/_posts/2020/08/2020-08-19-introducing-consulting.md index c3066bd0eb5fa85c9847cafdfdad7b613a212287..69d8686067990e5b13070aa69e8b5185c285fa14 100644 --- a/_posts/2020/08/2020-08-19-introducing-consulting.md +++ b/_posts/2020/08/2020-08-19-introducing-consulting.md @@ -2,7 +2,7 @@ title: "Introducing: Consulting Services" date: 2020-08-19 authors: - - frere + - Frere, Jonathan layout: blogpost title_image: headway-5QgIuuBxKwM-unsplash.jpg categories: @@ -53,7 +53,7 @@ HIFIS Consulting is free, and available to any group or team that falls under th All you need to do is fill out the form on our [**consulting page**][hifis/consulting], and we will be in touch as soon as possible. -[hifis/consulting]: <https://software.hifis.net/services/consulting> +[hifis/consulting]: {% link services/software/consulting.html %} <br /> @@ -63,6 +63,6 @@ and we will be in touch as soon as possible. If you work for a Helmholtz-affilliated institution, and think that something like this would be useful to you, send us an e-mail at <strong><a href="mailto:{{site.contact_mail}}">{{site.contact_mail}}</a></strong>, or fill in our - <strong><a href="https://software.hifis.net/services/consulting#consultation-request-form">consultation request form</a></strong>. + <strong><a href="{% link services/software/consulting.html %}#consultation-request-form">consultation request form</a></strong>. </p> </div> diff --git a/_posts/2020/09/2020-09-23-getting-started-with-docker-1.md b/_posts/2020/09/2020-09-23-getting-started-with-docker-1.md index af79f1eb6de717b675a87d51e464a9e1117f6c4c..94679054879d5035a25e342ca2ce55e5962a0144 100644 --- a/_posts/2020/09/2020-09-23-getting-started-with-docker-1.md +++ b/_posts/2020/09/2020-09-23-getting-started-with-docker-1.md @@ -2,7 +2,7 @@ title: "Docker For Science (Part 1)" date: 2020-09-23 authors: - - frere + - Frere, Jonathan layout: blogpost title_image: docker-cover.jpg categories: @@ -114,6 +114,12 @@ this is essentially just the core part of Docker that runs containers. The installation instructions for Mac, Windows, and Linux are available at the [Get Docker](https://docs.docker.com/get-docker/) page -- if you want to follow along with the rest of these commands, feel free to complete those installation instructions, and then come back here. +{:.summary} +> N.B. On most Linux distributions, you will need to also follow the post-installation steps +> (linked at the bottom of the installation page and [here](https://docs.docker.com/engine/install/linux-postinstall/)) +> in order to run the `docker` command without `sudo` as a non-root user. +> If you're getting errors about invalid permissions when running any of the following commands, this is probably the issue you are facing. + [^3]: Why? As I mentioned in the previous footnote, @@ -286,7 +292,7 @@ View part two [here]({% post_url 2020/09/2020-09-25-getting-started-with-docker- If you work for a Helmholtz-affiliated institution, and think that this would be useful to you, send us an e-mail at <strong><a href="mailto:{{site.contact_mail}}">{{site.contact_mail}}</a></strong>, or fill in our - <strong><a href="https://software.hifis.net/services/consulting#consultation-request-form">consultation request form</a></strong>. + <strong><a href="{% link services/software/consulting.html %}#consultation-request-form">consultation request form</a></strong>. </p> </div> diff --git a/_posts/2020/09/2020-09-25-getting-started-with-docker-2.md b/_posts/2020/09/2020-09-25-getting-started-with-docker-2.md index cba42ee734ea1c344e67b0e3c5f2bb7152422d31..5b92d999a23ae5a5effbc781423336925170cf86 100644 --- a/_posts/2020/09/2020-09-25-getting-started-with-docker-2.md +++ b/_posts/2020/09/2020-09-25-getting-started-with-docker-2.md @@ -2,7 +2,7 @@ title: "Docker for Science (Part 2)" date: 2020-09-25 authors: - - frere + - Frere, Jonathan layout: blogpost title_image: docker-cover.jpg categories: @@ -283,11 +283,11 @@ View part three [here]({% post_url 2020/09/2020-09-29-getting-started-with-docke <p> HIFIS offers free-of-charge workshops and consulting to research groups within the Helmholtz umbrella. You can read more about what we offer on our - <strong><a href="https://software.hifis.net/services">services page</a></strong>. + <strong><a href="{% link services/index.md %}">services page</a></strong>. If you work for a Helmholtz-affiliated institution, and think that something like this would be useful to you, send us an e-mail at <strong><a href="mailto:{{site.contact_mail}}">{{site.contact_mail}}</a></strong>, or fill in our - <strong><a href="https://software.hifis.net/services/consulting.html#consultation-request-form">consultation request form</a></strong>. + <strong><a href="{% link services/software/consulting.html %}#consultation-request-form">consultation request form</a></strong>. </p> </div> diff --git a/_posts/2020/09/2020-09-29-getting-started-with-docker-3.md b/_posts/2020/09/2020-09-29-getting-started-with-docker-3.md index a072f9f059787391e5927664315e7ebb15860ced..0ed4ec6593a51ba2174b0af2d78fbbe3c6dafdbb 100644 --- a/_posts/2020/09/2020-09-29-getting-started-with-docker-3.md +++ b/_posts/2020/09/2020-09-29-getting-started-with-docker-3.md @@ -2,7 +2,7 @@ title: "Docker for Science (Part 3)" date: 2020-09-29 authors: - - frere + - Frere, Jonathan layout: blogpost title_image: docker-cover.jpg categories: @@ -338,11 +338,11 @@ For more details about this, see the "Get In Touch" box below. <p> HIFIS offers free-of-charge workshops and consulting to research groups within the Helmholtz umbrella. You can read more about what we offer on our - <strong><a href="https://software.hifis.net/services">services page</a></strong>. + <strong><a href="{% link services/index.md %}">services page</a></strong>. If you work for a Helmholtz-affilliated institution, and think that something like this would be useful to you, send us an e-mail at <strong><a href="mailto:{{site.contact_mail}}">{{site.contact_mail}}</a></strong>, or fill in our - <strong><a href="https://software.hifis.net/services/consulting.html#consultation-request-form">consultation request form</a></strong>. + <strong><a href="{% link services/software/consulting.html %}#consultation-request-form">consultation request form</a></strong>. </p> </div> diff --git a/_posts/2020/10/2020-10-30-hifis-meeting-wrapup.md b/_posts/2020/10/2020-10-30-hifis-meeting-wrapup.md index cd2e76b45d662499756f66cbfd92435378f49530..8001f7d8ebde7ea4c56956dad399f86521d1002e 100644 --- a/_posts/2020/10/2020-10-30-hifis-meeting-wrapup.md +++ b/_posts/2020/10/2020-10-30-hifis-meeting-wrapup.md @@ -25,7 +25,7 @@ See here for the [detailed time plan as well as all presentation materials](http Focus of the first day was on information about the current developments in the field of [Helmholtz Authentication and Authorization Infrastructure (AAI)](https://hifis.net/doc/backbone-aai/) and about the [Helmholtz Cloud Service selection process](https://hifis.net/doc/service-portfolio/initial-service-portfolio/how-services-are-selected/). The audience learned first-hand [which services](https://hifis.net/doc/service-portfolio/initial-service-portfolio/how-services-are-selected/#selected-services-for-initial-helmholtz-cloud-service-portfolio) are being integrated and offered in the first version of the Helmholtz Cloud. -Subsequently, the audience was informed about the current developments in the area of [HIFIS Software Services](https://software.hifis.net) and further education in the use of scientific software development and publication. +Subsequently, the audience was informed about the current developments in the area of HIFIS Software Services and further education in the use of scientific software development and publication. [In five breakout sessions](https://hifis-events.hzdr.de/event/25/sessions/40/#20201021), participants were able to exchange views on questions such as "How does a federation of several Sync & Share services work" or "How will user requirements be incorporated into service portfolio management". In the summary that followed, the results of the breakout sessions were presented in a bundled form and discussed in the plenum. @@ -34,7 +34,7 @@ The second day was dedicated to a number of special topics: The day started with a presentation on the current status of developments in the backbone working group, which aims to connect all Helmholtz institutions with a dedicated ["Helmholtz Backbone"]({% post_url 2020/09/2020-09-01-VPN %}). Based on this, the [HIFIS file transfer service](https://hifis.net/doc/core-services/fts-endpoint/) was presented, which will realize a secure and fast data transfer between the institutions. -In the presentation "[Consulting](https://software.hifis.net/services/consulting) and Technology Services" the participants were informed about the experiences in terms of individual support in software development. +In the presentation "[Consulting]({% link services/software/consulting.html %}) and Technology Services" the participants were informed about the experiences in terms of individual support in software development. The second part of the day was characterized by the presentation of the activities of the groups "Service Integration" and technical platform. A demonstration of an example workflow, which included several Helmholtz institutions, clearly showcased what is already possible. diff --git a/_posts/2020/12/2020-12-16-survey-results-consulting.md b/_posts/2020/12/2020-12-16-survey-results-consulting.md index 65b3ba672a474547a790060f5b72f085fae8f8aa..72dc893d0bed5ea8677ed40115ae1e8cdc066757 100644 --- a/_posts/2020/12/2020-12-16-survey-results-consulting.md +++ b/_posts/2020/12/2020-12-16-survey-results-consulting.md @@ -3,7 +3,7 @@ layout: blogpost title: "HIFIS Survey 2020: Consulting" date: 2020-12-16 authors: - - frere + - Frere, Jonathan title_image: default categories: - report diff --git a/_posts/2021/01/2021-01-21-survey-results-community.md b/_posts/2021/01/2021-01-21-survey-results-community.md index e7d9bb276ee59e83bd6f8b1e11301fba88caecac..ca4cd2d7931be3097622a4b7b0339f1cca733c8f 100644 --- a/_posts/2021/01/2021-01-21-survey-results-community.md +++ b/_posts/2021/01/2021-01-21-survey-results-community.md @@ -47,7 +47,7 @@ Now, let's have a look who stands behind the research software made by Helmholtz The median software developer in our survey has 8 years of research experience and 9 years of software development experience; spends 49.5% of the working time on software development; and uses 3 different programming languages at work. The most used languages are Python (76.7%), C++ (45.6%), and R (28.3%) -\- for details see this [blog post on programming languages](https://software.hifis.net/report/2020/11/27/survey-results-language-vcs). +\- for details see this [blog post on programming languages]({% post_url 2020/11/2020-11-27-survey-results-language-vcs %}). Software is typically developed in a team with 2-5 other developers for a user base of 2-10 persons. These results support what has been suspected earlier, namely, that software development is fundamental to researchers' work. Indeed, the more time survey participants spent on research related work, the more experienced they were in terms of software development as shown by the figure below. @@ -112,7 +112,7 @@ extendability of research software. As this survey shows, we are on the right track (more or less) but we are not there yet. It seems in particular that more work is needed in regard to software licensing. Moreover, we would like to see the communication and knowledge exchange across Helmholtz centers improved. -So, join us for one of the next [Hacky Hour](https://software.hifis.net/events) sessions and share your code, your story, +So, join us for one of the next [Hacky Hour]({% link events.md %}) sessions and share your code, your story, your expertise, or your opinion because: Sharing is caring! diff --git a/_posts/2021/02/2021-02-09-helmholtz-gitlab.md b/_posts/2021/02/2021-02-09-helmholtz-gitlab.md index 36ad832debe475a626a34fc0e2aa72be2f296817..39a7c4f2c8c84c7b48ce11a11e1358663c71fd88 100644 --- a/_posts/2021/02/2021-02-09-helmholtz-gitlab.md +++ b/_posts/2021/02/2021-02-09-helmholtz-gitlab.md @@ -61,10 +61,10 @@ with the published [Ansible roles][roles]. <p> HIFIS Software offers free-of-charge workshops and consulting to research groups within the Helmholtz umbrella. You can read more about what we offer on our - <strong><a href="https://software.hifis.net/services">services page</a></strong>. + <strong><a href="{% link services/index.md %}">services page</a></strong>. If you work within the Helmholtz Association, and think that something like this would be useful to you, fill in our - <strong><a href="https://software.hifis.net/services/consulting#consultation-request-form">consultation request form</a></strong>. + <strong><a href="{% link services/software/consulting.html %}#consultation-request-form">consultation request form</a></strong>. </p> </div> diff --git a/_posts/2021/03/2021-03-26-survey-results.md b/_posts/2021/03/2021-03-26-survey-results.md index 2f0ce84d82cc692b57965f4a7618ecf24e35d45b..9c32874b2268f1300966aa3405218274155761ff 100644 --- a/_posts/2021/03/2021-03-26-survey-results.md +++ b/_posts/2021/03/2021-03-26-survey-results.md @@ -27,11 +27,10 @@ excerpt: > The results of the HIFIS Software survey 2020 are published in four posts examining the survey from four different perspectives: -* [**A Community Perspective**](https://software.hifis.net/report/2021/01/21/survey-results-community) -* [**A Consulting Perspective**](https://software.hifis.net/report/2020/12/16/survey-results-consulting) -* [**Programming, Continuous Integration and Version Control System**](https://software.hifis.net/report/2020/11/27/survey-results-language-vcs) -* [**A Technology Perspective**](https://software.hifis.net/report/2020/11/27/survey-technology) - +* [**A Community Perspective**]({% post_url 2021/01/2021-01-21-survey-results-community %}) +* [**A Consulting Perspective**]({% post_url 2020/12/2020-12-16-survey-results-consulting %}) +* [**Programming, Continuous Integration and Version Control System**]({% post_url 2020/11/2020-11-27-survey-results-language-vcs %}) +* [**A Technology Perspective**]({% post_url 2020/11/2020-11-27-survey-technology %}) #### Upcoming Second HIFIS survey diff --git a/_posts/2021/03/2021-03-29-helmholtz-cloud-beta.md b/_posts/2021/03/2021-03-29-helmholtz-cloud-beta.md index a4260ea8a66a5c4f122b2bf8e0328d984b851a09..f8e4cf2425f221c58f9b74cd3f63a9d8cb929ca1 100644 --- a/_posts/2021/03/2021-03-29-helmholtz-cloud-beta.md +++ b/_posts/2021/03/2021-03-29-helmholtz-cloud-beta.md @@ -7,6 +7,8 @@ authors: layout: blogpost categories: - news +redirect_from: + - cloud-platform excerpt: > The first Helmholtz Cloud services have been published and are accessible via the new Cloud Portal. Check out the new services! diff --git a/_posts/2021/05/2021-05-12-unified-homepage.md b/_posts/2021/05/2021-05-12-unified-homepage.md new file mode 100644 index 0000000000000000000000000000000000000000..411a7338d1eeaa63d63dc24d028b80c16975f2cb --- /dev/null +++ b/_posts/2021/05/2021-05-12-unified-homepage.md @@ -0,0 +1,64 @@ +--- +title: "HIFIS Homepages unified" +title_image: spacex-uj3hvdfQujI-unsplash.jpg +data: 2021-05-05 +authors: + - jandt + - huste + - spicker +layout: blogpost +categories: + - news +excerpt: > + The HIFIS pages have been re-united! Yay! + After some time of living separately, the former software.hifis.net and hifis.net homepages have been merged to one, as they should be. + All HIFIS services - covering software, cloud, backbone and overarching services, are now being presented on one unified page. Check it out! + +--- + +{{ page.excerpt }} + +#### Central elements of the new page +All details, documents and explanations on HIFIS are accessible from [hifis.net]({% link index.md %}), with some being directly accessible under the following shortlinks: + +* [**hifis.net/services**]({% link services/index.md %}) -- All HIFIS Services in a nutshell. +* [**hifis.net/events**]({% link events.md %}) -- HIFIS Events, including Courses and Community Events. +* [**hifis.net/news**]({% link news/index.html %}) -- HIFIS News and Announcements. +* [**hifis.net/publications**]({% link publications.md %}) -- Publications of HIFIS. +* [**hifis.net/roadmap**]({% link roadmap/index.md %}) -- HIFIS Roadmap. +* [**hifis.net/doc**](https://hifis.net/doc) -- HIFIS Technical and Adminstrative Documentation. + +#### Forwarding of old software.hifis.net links + +All links to the former software.hifis.net page are being redirected to the new site, so don't fear to end up in missing links all the way. +However, you are encouraged to update any dangling links to the new site, when possible. + +#### Stay tuned! + +This site will be continuously updated. We will add anything that's new on topics like + +* New Services provided, +* Use Cases of Services, +* Frequently Asked Questions, +* ...any many more! + +To never miss any updates on HIFIS, we invite you to: + +<a href="https://lists.desy.de/sympa/subscribe/hifis-announce" + class="btn btn-outline-secondary m-1" + title="Subscribe to HIFIS Announcements Letter - also unsubscribe"> + Subscribe to our Announcements Letter <i class="fas fa-bell"></i> +</a><a class="btn btn-outline-secondary m-1" href="{{ '/feed/news.xml' | relative_url }}" + title="Subscribe to HIFIS News RSS Feed (RSS Reader required)" + type="application/atom+xml" + download> + Subscribe to our News Feed (RSS) <i class="fas fa-rss"></i></a> + +#### Comments and Suggestions + +If you have suggestions, questions, or queries, please don't hesitate to write us. + +<a href="{% link contact.md %}" + class="btn btn-outline-secondary" + title="HIFIS Helpdesk"> + Contact us! <i class="fas fa-envelope"></i></a> diff --git a/_posts/2021/05/2021-05-19-software-policies-workshop.md b/_posts/2021/05/2021-05-19-software-policies-workshop.md new file mode 100644 index 0000000000000000000000000000000000000000..8a9bd59d9774bb42043d9b543c4a8c8eca6784c8 --- /dev/null +++ b/_posts/2021/05/2021-05-19-software-policies-workshop.md @@ -0,0 +1,64 @@ +--- +title: "Policies for Research Software" +title_image: sign-pen-business-document-48148.jpg +data: 2021-05-19 +authors: + - Messerschmidt, Reinhard +layout: blogpost +categories: + - news +excerpt: > + At the workshop Policies for Research Software held on May 6, 2021, + over 100 participants from Helmholtz centers showed great interest. + A productive exchange of ideas following Wolfgang Marquardt's welcoming + address and the keynote speeches in four Zoom breakout sessions was + initiated. + +--- + +At the workshop _[Policies for Research Software][event-link]_ held on May 6, 2021, +over 100 participants from Helmholtz centers showed great interest. +The intended target group (primarily Policy makers, software development team +leaders e.g. from data centers, infrastructure units, science management, +libraries, law and technology transfer or scientific software communities) +was represented in full breadth. +This made it possible to initiate a productive exchange of ideas following +Wolfgang Marquardt's welcoming address and the keynote speeches in four +breakout sessions. + +<figure> + <a href="{% link assets/img/posts/2021-05-19-software-policies-workshop/miro_board.png %}"> + <img src="{% link assets/img/posts/2021-05-19-software-policies-workshop/miro_board.png %}" width="50%" alt="Whiteboard of the parellel sessions"> + </a> + <figcaption>Whiteboard of one of the parallel sessions.</figcaption> +</figure> + +## Workshop Material + +The results were documented on virtual whiteboards. +All presentation slides and the result of the virtual whiteboards are made +available in [Nubes](https://nubes.helmholtz-berlin.de). + +<a href="https://nubes.helmholtz-berlin.de/s/MxHb3YmMCKb7q6r" markdown=1>**<i class="fas fa-file-download"></i> Click here to download the material.**</a>{:.btn .btn-primary} + +## Future Exchange Process +All interested Helmholtz stakeholders are very welcome to actively participate +in the exchange process following the workshop to collaboratively create a +checklist for the development and introduction of a policy in the centers. +Therefore, a communication channel is introduced. +We encourage you to join. + +<a href="https://mattermost.hzdr.de/signup_user_complete/?id=t1rh7xaksbnfpb3z7d5bahym5y" markdown=1>**<i class="fas fa-comments"></i> Click here to join the Mattermost chat.**</a>{:.btn .btn-primary} + +**The Research Software Forum is looking forward to a productive exchange with you!** + +#### Comments and Suggestions + +If you have suggestions, questions, or queries, please don't hesitate to write us. + +<a href="{% link contact.md %}" + class="btn btn-outline-secondary" + title="HIFIS Helpdesk"> + Contact us! <i class="fas fa-envelope"></i></a> + +[event-link]: https://os.helmholtz.de/bewusstsein-schaerfen/veranstaltungen/helmholtz-open-science-foren/helmholtz-open-science-forum-forschungssoftware/ diff --git a/_roadmap/overall/2021-04-15-tasks.md b/_roadmap/overall/2021-04-15-tasks.md new file mode 100644 index 0000000000000000000000000000000000000000..0495ed046551a5a2cf5563e3fbd02eeea7f22260 --- /dev/null +++ b/_roadmap/overall/2021-04-15-tasks.md @@ -0,0 +1,10 @@ +--- +date: 2021-04-15 +title: Tasks in April 2021 +service: overall +--- + +## Roll out [HIFIS Survey 2021](https://software.hifis.net/services/hifissurvey) +Starting data collection from Helmholtz employees about their used IT-related workflows and software tools. +The data will be analysed to further improve our services. +Results will be published later in the year. diff --git a/_roadmap/overall/2021-09-15-tasks.md b/_roadmap/overall/2021-09-15-tasks.md new file mode 100644 index 0000000000000000000000000000000000000000..947a7219d671cc47f016336ecc5c4c371536b105 --- /dev/null +++ b/_roadmap/overall/2021-09-15-tasks.md @@ -0,0 +1,8 @@ +--- +date: 2021-09-15 +title: Tasks in September 2021 +service: overall +--- + +## Publish [HIFIS Survey 2021](https://software.hifis.net/services/hifissurvey) Report +Publish results of HIFIS survey. diff --git a/_roadmap/software/2019-12-01-tasks.md b/_roadmap/software/2019-12-01-tasks.md index 8a160f28d21228aa572148a760067036adee9867..8794d14ffc90f2fd20908a0b6f3e4301a32b5f6c 100644 --- a/_roadmap/software/2019-12-01-tasks.md +++ b/_roadmap/software/2019-12-01-tasks.md @@ -4,8 +4,8 @@ title: Tasks in December 2019 service: software --- -## Initial launch of [software.hifis.net](https://software.hifis.net) -The platform [software.hifis.net](https://software.hifis.net) is launched as +## Initial launch of software.hifis.net +The platform software.hifis.net (meanwhile moved to [hifis.net](https://hifis.net)) is launched as the future home for software development services within Helmholtz and HIFIS. The static site is built with Jekyll. Its sources are available on diff --git a/_roadmap/software/2020-03-01-tasks.md b/_roadmap/software/2020-03-01-tasks.md index be153555b765cddf172fc2ed74305668cf436ad0..942c464215a8ceac524d57297eebe80e01134bfe 100644 --- a/_roadmap/software/2020-03-01-tasks.md +++ b/_roadmap/software/2020-03-01-tasks.md @@ -4,7 +4,7 @@ title: Tasks in March 2020 service: software --- -## [Start of Helmholtz-wide training events](https://software.hifis.net/events) +## [Start of Helmholtz-wide training events]({% link events.md %}) The first Helmholtz-wide training events are conducted. -Read the [announcement post](https://software.hifis.net/announcement/2020/02/21/HIFIS-workshops-2020) +Read the [announcement post]({% post_url 2020/02/2020-02-21-HIFIS-workshops-2020 %}) for information on how the initial course portfolio will look like. diff --git a/_roadmap/software/2020-06-01-tasks.md b/_roadmap/software/2020-06-01-tasks.md index cddb735aebf395d2935590ec0208ca477e474223..a6ddcb4017610299ed9b38e1fe0e2e2bc0dfd363 100644 --- a/_roadmap/software/2020-06-01-tasks.md +++ b/_roadmap/software/2020-06-01-tasks.md @@ -9,6 +9,6 @@ In preparation of the launch of the [Consulting Services][software-consulting] the _HIFIS Software helpdesk_ has been launched basing on [Zammad](https://zammad.org). Therefore, a [reusable Ansible role][ansible-role-zammad] has been implemented. -[software-helpdesk]: https://software.hifis.net/announcement/2020/06/01/helpdesk-launch -[software-consulting]: https://software.hifis.net/services/consulting +[software-helpdesk]: {% post_url 2020/06/2020-06-01-helpdesk-launch %} +[software-consulting]: {% link services/software/consulting.html %} [ansible-role-zammad]: https://github.com/Helmholtz-UFZ/ansible-role-zammad diff --git a/_roadmap/software/2020-09-01-tasks.md b/_roadmap/software/2020-09-01-tasks.md index 0a21ce8248c6d56ff406e7707c6e70f290add64c..b80c79ce61009c6c8cbe769ea02df0c1fb317292 100644 --- a/_roadmap/software/2020-09-01-tasks.md +++ b/_roadmap/software/2020-09-01-tasks.md @@ -13,4 +13,4 @@ problems that you need to solve. <i class="fas fa-info-circle"></i> [Request consulting.][consulting-page] -[consulting-page]: https://software.hifis.net/services/consulting +[consulting-page]: {% link services/software/consulting.html %} diff --git a/_roadmap/software/2021-01-15-tasks.md b/_roadmap/software/2021-01-15-tasks.md new file mode 100644 index 0000000000000000000000000000000000000000..6f1b19e1796cbe23715c1fc8ecc3c9651d72cb3c --- /dev/null +++ b/_roadmap/software/2021-01-15-tasks.md @@ -0,0 +1,8 @@ +--- +date: 2021-01-15 +title: Tasks in January 2021 +service: software +--- + +## Publish Helmholtz Hacky Hour plans for the first half of 2021 +The community work package publishes further details for the Helmholtz Hacky Hour for the first half of 2021 on the [events page](https://software.hifis.net/events). diff --git a/_roadmap/software/2021-02-26-tasks.md b/_roadmap/software/2021-02-26-tasks.md index 4ec22458e56295b3e6dd03f7fa23efa2a64ff6c7..c13b966e6adced0ca83fe80c8e0c80c77e3b4b22 100644 --- a/_roadmap/software/2021-02-26-tasks.md +++ b/_roadmap/software/2021-02-26-tasks.md @@ -5,4 +5,4 @@ service: software --- ## Publish training program for the first half of 2021 -The education and training work package publishes the offered training events for the first half of 2021 on <https://software.hifis.net/events>. +The education and training work package publishes the offered training events for the first half of 2021 on <{% link events.md %}>. diff --git a/_roadmap/software/2021-05-30-tasks.md b/_roadmap/software/2021-05-30-tasks.md new file mode 100644 index 0000000000000000000000000000000000000000..abba539071f940c26884469ab1aa2abd37d41755 --- /dev/null +++ b/_roadmap/software/2021-05-30-tasks.md @@ -0,0 +1,8 @@ +--- +date: 2021-05-30 +title: Tasks in May 2021 +service: software +--- + +## Evaluation of Helmholtz-wide Research Software Directory ([RSD](https://github.com/research-software-directory/research-software-directory/blob/master/README.md#what-is-it)) Prototype +HIFIS Community evaluates the reusability of the [Netherlands RSD](https://research-software.nl/) as RSD for all Helmholtz centers. diff --git a/_roadmap/software/2021-06-30-tasks.md b/_roadmap/software/2021-06-30-tasks.md index f6da3e30a11514b9a4bd02afeb7cc94ab52d1bb6..6668d99e0824276222a79395377acbd4ebff2799 100644 --- a/_roadmap/software/2021-06-30-tasks.md +++ b/_roadmap/software/2021-06-30-tasks.md @@ -5,4 +5,7 @@ service: software --- ## Publish training program for the second half of 2021 -The education and training work package publishes the offered training events for the second half of 2021 on <https://software.hifis.net/events>. +The education and training work package publishes the offered training events for the second half of 2021 on <{% link events.md %}>. + +## Publish Helmholtz Hacky Hour plans for the second half of 2021 +The community work package publishes further details for the Helmholtz Hacky Hour for the second half of 2021 on the [events page]({% link events.md %}). diff --git a/_sass/common/_main.scss b/_sass/common/_main.scss index 653f58b1242d23a8d1690fd70a61f8e1f127d717..7e22bb4af6b1788d26170d476b80095debd65906 100644 --- a/_sass/common/_main.scss +++ b/_sass/common/_main.scss @@ -14,6 +14,9 @@ main { img { max-width: 100%; + max-height: 100%; + margin-left: auto; + margin-right: auto; } } } diff --git a/_sass/profiles/_team-card-normal.scss b/_sass/profiles/_team-card-normal.scss index 39aa3cf8a48c30c47a3d6266e7d757df7c043036..d551235d18491533afb008e7527af33cb57d6d8e 100644 --- a/_sass/profiles/_team-card-normal.scss +++ b/_sass/profiles/_team-card-normal.scss @@ -24,6 +24,7 @@ @include respond-to-medium(max-width, 3rem); @include respond-to-medium(max-height, 4rem); + margin-left: 0.0rem; margin-right: 0.5rem; margin-bottom: 0.2rem; flex-shrink: 0; /* Don't shrink */ diff --git a/assets/img/Helmholtz-centre-logos/DESY_logo_4C_ger.svg b/assets/img/Helmholtz-centre-logos/DESY_logo_4C_ger.svg new file mode 100644 index 0000000000000000000000000000000000000000..35324edb256c7424aa00baac1a59fec789f8545f --- /dev/null +++ b/assets/img/Helmholtz-centre-logos/DESY_logo_4C_ger.svg @@ -0,0 +1,96 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + xml:space="preserve" + width="396.85333" + height="396.85333" + viewBox="0 0 396.85333 396.85333" + sodipodi:docname="DESY_logo_4C_ger.svg" + inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"><metadata + id="metadata8"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs + id="defs6" /><sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="792" + inkscape:window-height="480" + id="namedview4" + showgrid="false" + inkscape:zoom="0.59467814" + inkscape:cx="198.42667" + inkscape:cy="198.42667" + inkscape:window-x="158" + inkscape:window-y="212" + inkscape:window-maximized="0" + inkscape:current-layer="g10" /><g + id="g10" + inkscape:groupmode="layer" + inkscape:label="ink_ext_XXXXXX" + transform="matrix(1.3333333,0,0,-1.3333333,0,396.85333)"><g + id="g12" + transform="scale(0.1)"><path + d="m 1488.19,134.648 c -747.542,0 -1353.545,605.993 -1353.545,1353.542 0,747.54 606.003,1353.54 1353.545,1353.54 747.54,0 1353.54,-606 1353.54,-1353.54 0,-747.549 -606,-1353.542 -1353.54,-1353.542 z m 0,2770.872 C 705.426,2905.52 70.8633,2270.95 70.8633,1488.19 70.8633,705.43 705.426,70.8711 1488.19,70.8711 c 782.76,0 1417.32,634.5589 1417.32,1417.3189 0,782.76 -634.56,1417.33 -1417.32,1417.33" + style="fill:#00adef;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path14" + inkscape:connector-curvature="0" /><path + d="m 2227.6,1068.53 c -54,-0.47 -103.29,-20.23 -141.46,-52.66 l -155.9,133.15 c -13.35,11.41 -33.42,9.81 -44.8,-3.52 -11.4,-13.35 -9.81,-33.4 3.52,-44.81 l 155.1,-132.46 c -23.18,-35.378 -36.53,-77.761 -36.14,-123.23 1.07,-122.379 101.16,-220.738 223.54,-219.66 122.38,1.07 220.73,101.14 219.66,223.531 -1.06,122.379 -101.14,220.729 -223.52,219.659" + style="fill:#00adef;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path16" + inkscape:connector-curvature="0" /><path + d="m 1456.42,2075.25 v -220.59 c 0,-17.55 14.22,-31.78 31.77,-31.78 17.55,0 31.78,14.23 31.78,31.78 v 220.58 c 156.08,15.92 277.87,147.75 277.87,308.03 0,171.02 -138.63,309.64 -309.65,309.64 -171.01,0 -309.64,-138.62 -309.64,-309.64 0,-160.28 121.78,-292.11 277.87,-308.02" + style="fill:#00adef;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path18" + inkscape:connector-curvature="0" /><path + d="m 1911.61,1817.68 c 7.29,0 14.64,2.5 20.61,7.62 l 263.4,224.96 c 22.04,-16.54 49.54,-26.12 79.22,-25.34 69.94,1.83 125.15,60.01 123.31,129.94 -1.82,69.94 -60,125.15 -129.94,123.32 -69.93,-1.83 -125.14,-60.01 -123.31,-129.94 0.45,-17.23 4.35,-33.55 10.97,-48.35 l -264.92,-226.27 c -13.35,-11.4 -14.92,-31.45 -3.53,-44.8 6.28,-7.36 15.21,-11.14 24.19,-11.14" + style="fill:#00adef;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path20" + inkscape:connector-curvature="0" /><path + d="m 2178.42,1240.14 v 195.34 l 125.82,300.99 h -125.12 l -57.01,-184.21 h -1.39 l -55.61,184.21 h -129.29 l 125.82,-300.99 v -195.34 h 116.78" + style="fill:#00adef;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path22" + inkscape:connector-curvature="0" /><path + d="m 897.086,1407.32 c -2.555,-22.48 -6.727,-39.74 -12.516,-51.78 -5.797,-12.06 -13.324,-19.94 -22.59,-23.64 -9.277,-3.71 -20.628,-5.56 -34.058,-5.56 h -31.285 v 323.93 h 32.672 c 15.293,0 27.683,-2.32 37.191,-6.95 9.492,-4.64 16.793,-12.75 21.895,-24.33 5.097,-11.58 8.453,-27.35 10.082,-47.27 1.617,-19.93 2.429,-44.95 2.429,-75.07 0,-37.08 -1.277,-66.85 -3.82,-89.33 z m 30.238,316.98 c -20.855,8.11 -45.652,12.17 -74.379,12.17 h -173.09 v -496.33 h 161.274 c 38.457,0 69.269,5.33 92.449,15.99 23.168,10.66 41.012,26.87 53.527,48.66 12.508,21.78 20.735,49.24 24.675,82.38 3.93,33.12 5.91,72.17 5.91,117.13 0,43.1 -3.13,79.47 -9.38,109.13 -6.26,29.65 -16.115,53.53 -29.548,71.6 -13.446,18.07 -30.586,31.16 -51.438,39.27" + style="fill:#00adef;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path24" + inkscape:connector-curvature="0" /><path + d="m 1441.21,1334.68 h -177.96 v 113.31 h 159.88 v 94.54 h -159.88 v 99.4 h 170.31 v 94.54 h -287.09 v -496.33 h 294.74 v 94.54" + style="fill:#00adef;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path26" + inkscape:connector-curvature="0" /><path + d="m 1862.79,1458.76 c -10.43,17.84 -23.63,32.21 -39.62,43.1 -15.99,10.89 -33.14,19.7 -51.44,26.41 -18.31,6.72 -35.45,13.56 -51.44,20.51 -15.99,6.96 -29.2,15.3 -39.62,25.03 -10.43,9.73 -15.64,23.4 -15.64,41.01 0,35.68 15.52,53.53 46.57,53.53 16.69,0 28.5,-5.8 35.45,-17.38 6.49,-10.67 9.74,-28.05 9.74,-52.14 h 112.6 v 11.82 c 0,19 -2.77,36.72 -8.34,53.18 -5.56,16.44 -14.59,30.81 -27.1,43.1 -12.52,12.27 -28.85,21.89 -49.01,28.84 -20.16,6.96 -44.84,10.43 -74.03,10.43 -30.13,0 -55.5,-3.94 -76.12,-11.82 -20.62,-7.88 -37.43,-18.42 -50.4,-31.62 -12.98,-13.21 -22.24,-28.63 -27.8,-46.23 -5.56,-17.62 -8.35,-36.39 -8.35,-56.31 0,-31.05 5.22,-55.85 15.65,-74.38 10.42,-18.54 23.63,-33.48 39.62,-44.83 15.99,-11.36 33.13,-20.28 51.44,-26.76 18.3,-6.5 35.45,-13.21 51.44,-20.16 15.98,-6.95 29.19,-15.42 39.62,-25.38 10.43,-9.97 15.64,-23.75 15.64,-41.36 0,-6.95 -0.82,-14.02 -2.43,-21.2 -1.63,-7.19 -4.52,-13.55 -8.69,-19.12 -4.17,-5.56 -9.62,-10.07 -16.34,-13.55 -6.72,-3.48 -15.18,-5.22 -25.37,-5.22 -20.4,0 -33.95,6.26 -40.67,18.77 -6.72,12.52 -10.07,28.27 -10.07,47.27 v 17.38 h -112.62 v -31.97 c 0,-25.96 4.52,-47.27 13.56,-63.96 9.04,-16.68 21.08,-29.89 36.15,-39.62 15.05,-9.73 32.43,-16.44 52.13,-20.16 19.69,-3.7 40.2,-5.56 61.52,-5.56 26.87,0 50.75,2.9 71.6,8.69 20.85,5.79 38.58,15.05 53.18,27.81 14.59,12.74 25.72,29.07 33.36,49 7.65,19.92 11.47,44.02 11.47,72.3 0,29.2 -5.21,52.71 -15.64,70.55" + style="fill:#00adef;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path28" + inkscape:connector-curvature="0" /><path + d="m 745.559,1905.31 c 53.992,0.47 103.289,20.24 141.449,52.66 l 155.902,-133.15 c 13.35,-11.41 33.42,-9.81 44.8,3.53 11.4,13.35 9.81,33.4 -3.53,44.81 l -155.094,132.46 c 23.187,35.38 36.539,77.75 36.144,123.23 -1.074,122.38 -101.152,220.73 -223.535,219.66 -122.386,-1.08 -220.738,-101.14 -219.664,-223.54 1.059,-122.38 101.145,-220.72 223.528,-219.66" + style="fill:#00adef;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path30" + inkscape:connector-curvature="0" /><path + d="m 1066.53,1156.57 c -7.28,0 -14.63,-2.5 -20.61,-7.62 L 782.52,923.988 c -22.036,16.543 -49.54,26.114 -79.223,25.34 C 633.363,947.5 578.152,889.32 579.988,819.391 c 1.828,-69.942 60,-125.153 129.946,-123.321 69.925,1.828 125.14,60.008 123.312,129.942 -0.453,17.226 -4.355,33.539 -10.976,48.347 l 264.92,226.271 c 13.35,11.39 14.93,31.45 3.54,44.8 -6.29,7.36 -15.22,11.14 -24.2,11.14" + style="fill:#00adef;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path32" + inkscape:connector-curvature="0" /><path + d="m 1519.97,901.141 v 220.589 c 0,17.55 -14.23,31.77 -31.78,31.77 -17.54,0 -31.77,-14.22 -31.77,-31.77 V 901.141 c -156.09,-15.911 -277.87,-147.75 -277.87,-308.032 0,-171.007 138.63,-309.648 309.64,-309.648 171.02,0 309.65,138.641 309.65,309.648 0,160.282 -121.79,292.121 -277.87,308.032" + style="fill:#00adef;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path34" + inkscape:connector-curvature="0" /><path + d="m 2325.88,1337.36 c -11.85,-11.86 -17.77,-26.24 -17.77,-43.17 0,-16.94 5.92,-31.33 17.77,-43.17 11.85,-11.86 26.24,-17.77 43.17,-17.77 16.93,0 31.32,5.91 43.17,17.77 11.85,11.84 17.78,26.23 17.78,43.17 0,16.93 -5.93,31.31 -17.78,43.17 -11.85,11.84 -26.24,17.77 -43.17,17.77 -16.93,0 -31.32,-5.93 -43.17,-17.77" + style="fill:#f68512;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path36" + inkscape:connector-curvature="0" /></g></g></svg> \ No newline at end of file diff --git a/assets/img/Helmholtz-centre-logos/Logo_KIT.svg b/assets/img/Helmholtz-centre-logos/Logo_KIT.svg index 208ae3647cc14fbf8499ea518758c80e44af983d..6c16a376493ccdbfa251b12f97081416b3907e8b 100644 --- a/assets/img/Helmholtz-centre-logos/Logo_KIT.svg +++ b/assets/img/Helmholtz-centre-logos/Logo_KIT.svg @@ -9,12 +9,12 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - height="1000" - width="1000" + height="448.86166" + width="984.92993" version="1.0" id="svg24" sodipodi:docname="Logo_KIT.svg" - inkscape:version="0.92.4 (unknown)"> + inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"> <defs id="defs28" /> <sodipodi:namedview @@ -26,15 +26,15 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1172" + inkscape:window-width="1830" + inkscape:window-height="1054" id="namedview26" showgrid="false" units="mm" inkscape:zoom="0.466" - inkscape:cx="224.24893" - inkscape:cy="250" - inkscape:window-x="1920" + inkscape:cx="216.71391" + inkscape:cy="-25.56917" + inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="svg24" /> @@ -46,57 +46,57 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> <path - d="M 985.19919,275.92784 H 754.68497 v 78.51144 h 67.39781 v 270.66615 h 95.71893 V 354.43928 h 67.39748 z M 731.7409,624.74678 H 636.02171 V 275.92784 h 95.71919 z m -111.85159,0 H 513.41546 L 386.86565,488.87616 V 411.08191 L 509.4719,275.56917 H 619.17256 L 477.9242,451.23382 Z" + d="M 977.66417,0.35867 H 747.14995 v 78.51144 h 67.39781 v 270.66615 h 95.71893 V 78.87011 h 67.39748 z M 724.20588,349.17761 H 628.48669 V 0.35867 h 95.71919 z m -111.85159,0 H 505.88044 L 379.33063,213.30699 V 135.51274 L 501.93688,0 H 611.63754 L 470.38918,175.66465 Z" id="path4" inkscape:connector-curvature="0" style="fill:#000000;fill-rule:evenodd" /> <path - d="M 363.92159,624.74678 Z" + d="M 356.38657,349.17761 Z" id="path6" inkscape:connector-curvature="0" style="fill:#000000;fill-rule:evenodd" /> <path - d="M 363.92159,624.74678 Z" + d="M 356.38657,349.17761 Z" id="path8" inkscape:connector-curvature="0" style="fill:#000000;fill-rule:evenodd" /> <path - d="M 91.10453,403.5533 C 72.820947,425.78042 57.047265,450.15835 44.857986,476.32863 L 363.92159,624.74678 91.104536,403.5533 Z" + d="M 83.569512,127.98413 C 65.285929,150.21125 49.512247,174.58918 37.322968,200.75946 L 356.38657,349.17761 83.569518,127.98413 Z" id="path10" inkscape:connector-curvature="0" style="fill:#32a189;fill-rule:evenodd" /> <path - d="M 363.92159,624.74678 215.14494,308.19288 c -26.52903,12.18859 -50.90675,27.24608 -73.13364,45.17095 z" + d="M 356.38657,349.17761 207.60992,32.62371 C 181.08089,44.8123 156.70317,59.86979 134.47628,77.79466 Z" id="path12" inkscape:connector-curvature="0" style="fill:#32a189;fill-rule:evenodd" /> <path - d="m 363.92159,624.74678 0.35846,-348.81894 h -2.86773 c -28.32151,0 -55.9259,3.58539 -82.45464,10.03822 z" + d="M 356.38657,349.17761 356.74503,0.35867 h -2.86773 c -28.32151,0 -55.9259,3.58539 -82.45464,10.03822 z" id="path14" inkscape:connector-curvature="0" style="fill:#000000;fill-rule:evenodd" /> <path - d="M 363.92159,624.74678 Z" + d="M 356.38657,349.17761 Z" id="path16" inkscape:connector-curvature="0" style="fill:#000000;fill-rule:evenodd" /> <path - d="M 363.92159,624.74678 Z" + d="M 356.38657,349.17761 Z" id="path18" inkscape:connector-curvature="0" style="fill:#000000;fill-rule:evenodd" /> <path - d="m 21.914239,539.42434 c -7.169814,27.24608 -10.754847,55.92567 -11.113434,85.32244 H 363.92159 L 21.914245,539.42434 Z" + d="M 14.379221,263.85517 C 7.209407,291.10125 3.624374,319.78084 3.265787,349.17761 H 356.38657 L 14.379227,263.85517 Z" id="path20" inkscape:connector-curvature="0" style="fill:#32a189;fill-rule:evenodd" /> <path - d="m 990.01978,703.29035 c -1.44216,1.19131 -5.95591,3.19757 -9.84307,3.19757 -5.58122,0 -10.53349,-4.32639 -10.53349,-10.65844 h 22.82176 c 0,-10.28324 -3.44884,-18.05798 -14.10697,-18.05798 -9.02821,0 -14.98579,6.70993 -14.98579,16.17705 0,10.40815 5.20478,17.31512 16.55317,17.31512 5.26576,0 7.83717,-1.26476 10.09439,-2.07972 z m -20.37656,-11.84928 c 0.43881,-4.1385 2.82115,-8.90364 8.58997,-8.90364 5.07818,0 7.96189,4.0123 7.96189,8.90364 z m -19.07245,19.05915 h 5.89349 v -31.97639 h -5.89349 z m 6.26966,-45.76941 h -6.646 v 6.64602 h 6.646 z m -376.41865,1.38813 h 6.5511 v 6.67707 h -6.5511 z m 14.01317,0 h 6.5511 v 6.67707 h -6.5511 z m 18.77129,44.38128 h 5.89359 v -14.54578 c 0,-8.02449 3.44859,-13.04061 8.71454,-13.04061 1.00367,0 2.19497,0.12495 3.26126,0.5638 v -5.26609 c -1.25373,-0.25119 -2.13262,-0.44004 -3.88735,-0.44004 -3.38615,0 -6.77237,2.38375 -8.33984,5.70613 h -0.12495 v -4.9538 h -5.51723 v 31.97639 z m -8.36416,-32.73985 h -5.8936 v 14.79694 c 0,7.7748 -3.00852,13.16716 -9.71835,13.16716 -5.14106,-0.31395 -6.77084,-3.94995 -6.77084,-11.41085 v -16.55325 h -5.89359 v 18.99828 c 0,8.5894 3.69861,13.74157 11.97578,13.74157 4.45104,0 8.71475,-2.20468 10.471,-5.84209 h 0.12494 v 5.07864 h 5.70469 v -31.9764 z m -317.75366,32.73985 h 5.89359 v -14.54578 c 0,-8.02449 3.44859,-13.04061 8.71453,-13.04061 1.00368,0 2.19498,0.12495 3.26127,0.5638 v -5.26609 c -1.25373,-0.25119 -2.13263,-0.44004 -3.88735,-0.44004 -3.38616,0 -6.77237,2.38375 -8.33984,5.70613 h -0.12495 v -4.9538 h -5.51723 v 31.97639 z m 654.98132,-31.97639 h -5.45477 v 4.76636 h -0.12495 c -1.7551,-3.44852 -4.8898,-5.51869 -10.53347,-5.51869 -9.65567,0 -14.29554,8.77823 -14.29554,16.99202 0,8.27577 4.51485,15.7367 13.66954,15.7367 4.07452,0 8.21335,-1.63013 10.72058,-4.9522 h 0.12515 v 3.13467 c 0,6.78232 -3.6988,10.9833 -9.90591,10.9833 -4.326,0 -7.02239,-0.81639 -11.537,-2.88508 l -0.62631,5.45485 c 5.14092,1.75618 8.08696,2.19507 11.47334,2.19507 11.47447,0 16.48919,-5.58123 16.48919,-15.30935 v -30.59765 z m -15.23572,27.21154 c -5.51729,0 -8.90182,-5.26609 -8.90182,-11.28578 0,-5.45477 2.94603,-11.91216 8.90182,-11.91216 6.2699,0 9.34241,5.70502 9.34241,12.35105 0,5.95722 -3.82371,10.84689 -9.34241,10.84689 z m -53.48143,-11.22331 c 0,9.15472 6.646,16.75161 16.3018,16.75161 9.59354,0 16.23948,-7.59689 16.23948,-16.75161 0,-9.7182 -6.52097,-16.74056 -16.23948,-16.74056 -9.78072,0 -16.3018,7.02236 -16.3018,16.74056 z m 6.27115,0 c 0,-6.08074 3.69845,-11.97463 10.03065,-11.97463 6.26986,0 9.9699,5.89389 9.9699,11.97463 0,5.70608 -3.07253,11.97586 -9.9699,11.97586 -6.95964,0 -10.03065,-6.26978 -10.03065,-11.97586 z m -20.81663,15.98816 h 5.89355 V 663.4771 h -5.89355 z m -41.19324,-15.98816 c 0,9.15472 6.64569,16.75161 16.30175,16.75161 9.59324,0 16.23931,-7.59689 16.23931,-16.75161 0,-9.7182 -6.5211,-16.74056 -16.23931,-16.74056 -9.78094,0 -16.30175,7.02236 -16.30175,16.74056 z m 6.27082,0 c 0,-6.08074 3.69849,-11.97463 10.03093,-11.97463 6.26971,0 9.9696,5.89389 9.9696,11.97463 0,5.70608 -3.07239,11.97586 -9.9696,11.97586 -6.95951,0 -10.03093,-6.26978 -10.03093,-11.97586 z m -42.44695,15.98816 h 5.89359 v -14.79684 c 0,-7.77343 3.01004,-13.16595 9.71821,-13.16595 5.1412,0.3127 6.77103,3.95024 6.77103,11.41112 v 16.55167 h 5.89359 v -18.99667 c 0,-8.58972 -3.69852,-13.73205 -11.97433,-13.73205 -4.45236,0 -8.71621,2.19508 -10.47099,5.83106 h -0.12494 v -5.07873 h -5.7062 v 31.97639 z m -38.30816,0 h 5.89359 v -14.79684 c 0,-7.77343 3.00974,-13.16595 9.71821,-13.16595 5.14096,0.3127 6.77074,3.95024 6.77074,11.41112 v 16.55167 h 5.89388 v -18.99667 c 0,-8.58972 -3.6988,-13.73205 -11.97463,-13.73205 -4.45236,0 -8.15087,1.94364 -10.28319,5.32973 h -0.12495 V 663.4771 h -5.89359 v 47.02312 z m -7.0223,-31.47347 c -1.69231,-0.69 -4.76451,-1.25525 -7.14713,-1.25525 -9.78083,0 -16.30173,7.02236 -16.30173,16.74056 0,9.15472 6.64577,16.75161 16.30173,16.75161 2.13122,0 4.9535,-0.18885 7.39851,-1.32725 l -0.43857,-5.26584 c -1.81876,1.19129 -4.32626,1.81734 -6.33244,1.81734 -7.58718,0 -10.65953,-6.26978 -10.65953,-11.97586 0,-6.08074 3.69985,-11.97463 10.28324,-11.97463 1.88001,0 4.13734,0.43884 6.39479,1.37868 z m -31.16138,24.2636 c -1.44215,1.19131 -5.95589,3.19757 -9.84301,3.19757 -5.58129,0 -10.53352,-4.32639 -10.53352,-10.65844 h 22.82174 c 0,-10.28324 -3.44883,-18.05798 -14.1069,-18.05798 -9.02823,0 -14.98582,6.70993 -14.98582,16.17705 0,10.40815 5.20483,17.31512 16.55311,17.31512 5.26579,0 7.83719,-1.26476 10.0944,-2.07972 z m -20.37653,-11.84928 c 0.43885,-4.1385 2.82114,-8.90364 8.58996,-8.90364 5.07816,0 7.96187,4.0123 7.96187,8.90364 z m -25.08009,19.05915 h 6.26983 v -38.24596 h 13.60555 v -5.51725 h -33.48131 v 5.51725 h 13.60593 z m -104.32843,0 h 5.89368 v -27.21003 h 8.46447 v -4.76636 h -8.46447 v -3.44698 c 0,-4.32752 0.62609,-7.58744 5.70438,-7.58744 1.00403,0 2.13273,0.12495 2.82266,0.37611 l 0.24973,-4.76447 c -1.19106,-0.18907 -2.44466,-0.37642 -3.9497,-0.37642 -8.71437,0 -10.72075,5.07873 -10.72075,12.85321 v 2.94599 h -7.52474 v 4.76636 h 7.52474 z M 528.0963,678.52383 h -8.46462 v -9.27811 l -5.89359,1.87971 v 7.3984 h -7.21102 v 4.76636 h 7.21102 v 18.68427 c 0,6.39461 3.76111,9.28921 9.84347,9.28921 1.88106,0 3.69852,-0.50095 5.01606,-0.88836 v -5.01622 c -0.87744,0.56495 -2.19508,1.12883 -4.0139,1.12883 -2.6946,0 -4.95204,-2.00626 -4.95204,-5.70476 v -17.49297 h 8.46462 z m -27.0238,0 h -5.89359 v 14.79693 c 0,7.77481 -3.00853,13.16716 -9.71835,13.16716 -5.14107,-0.31395 -6.77085,-3.94994 -6.77085,-11.41085 v -16.55324 h -5.89359 v 18.99827 c 0,8.5894 3.69862,13.74157 11.97578,13.74157 4.45104,0 8.71476,-2.20468 10.47101,-5.84208 h 0.12493 v 5.07863 h 5.7047 v -31.97639 z m -35.67485,0 h -8.46461 v -9.27811 l -5.89342,1.87971 v 7.3984 h -7.21117 v 4.76636 h 7.21117 v 18.68427 c 0,6.39461 3.76101,9.28921 9.84319,9.28921 1.88124,0 3.69864,-0.50095 5.01622,-0.88836 v -5.01622 c -0.87741,0.56495 -2.19516,1.12883 -4.01388,1.12883 -2.69465,0 -4.95211,-2.00626 -4.95211,-5.70476 v -17.49297 h 8.46461 z m -33.6698,31.97639 h 5.89349 v -31.97639 h -5.89349 z m 6.26966,-45.76941 h -6.646 v 6.64602 h 6.646 z m -14.42052,13.79302 h -8.46474 v -9.27811 l -5.89359,1.87971 v 7.3984 h -7.21101 v 4.76636 h 7.21101 v 18.68427 c 0,6.39461 3.76092,9.28921 9.84329,9.28921 1.88125,0 3.69864,-0.50095 5.01618,-0.88836 v -5.01622 c -0.8775,0.56495 -2.19492,1.12883 -4.0137,1.12883 -2.69477,0 -4.95218,-2.00626 -4.95218,-5.70476 v -17.49297 h 8.46474 z m -44.07831,30.97376 c 2.69619,1.45224 5.76853,1.76608 8.77692,1.76608 5.70613,0 11.16084,-3.14597 11.16084,-9.97918 0,-10.21978 -13.85549,-8.33972 -13.85549,-14.85966 0,-2.63369 2.63215,-3.8874 5.64214,-3.8874 1.38009,0 4.89115,0.8152 6.20723,1.63011 l 0.50126,-5.14079 c -2.32007,-0.69 -4.57599,-1.25525 -7.33592,-1.25525 -6.33232,0 -11.28586,3.19865 -11.28586,9.84463 0,8.96607 13.85699,8.46322 13.85699,14.29434 0,3.44862 -3.32221,4.57745 -6.01855,4.57745 -1.69372,0 -5.01586,-0.75255 -7.33592,-2.25763 z m -35.61229,1.00263 h 5.89359 v -14.79684 c 0,-7.77343 3.00987,-13.16595 9.71825,-13.16595 5.14097,0.3127 6.77094,3.95024 6.77094,11.41112 v 16.55167 h 5.8936 v -18.99667 c 0,-8.58972 -3.69869,-13.73205 -11.97444,-13.73205 -4.45242,0 -8.71602,2.19508 -10.47082,5.83106 h -0.12495 v -5.07873 h -5.70615 v 31.97639 z m -16.86687,0 h 6.26977 v -43.76321 h -6.26977 z m -51.94799,-7.20987 c -1.44257,1.19131 -5.95598,3.19757 -9.84337,3.19757 -5.58117,0 -10.53342,-4.32639 -10.53342,-10.65844 h 22.82174 c 0,-10.28324 -3.44881,-18.05798 -14.10704,-18.05798 -9.02826,0 -14.98566,6.70993 -14.98566,16.17705 0,10.40815 5.20475,17.31512 16.55311,17.31512 5.26596,0 7.83717,-1.26476 10.09464,-2.07972 z m -20.37679,-11.84928 c 0.43883,-4.1385 2.82126,-8.90364 8.58971,-8.90364 5.07858,0 7.96208,4.0123 7.96208,8.90364 z m -42.44682,19.05915 h 5.89347 v -14.79684 c 0,-7.77343 3.00985,-13.16595 9.71834,-13.16595 5.14103,0.3127 6.77085,3.95024 6.77085,11.41112 v 16.55167 h 5.89359 v -18.99667 c 0,-8.58972 -3.69851,-13.73205 -11.9745,-13.73205 -4.45238,0 -8.15081,1.94364 -10.28338,5.32973 h -0.12494 V 663.4771 h -5.89347 v 47.02312 z m -10.03225,-31.97639 h -5.89338 v 14.79693 c 0,7.77481 -3.00857,13.16716 -9.71838,13.16716 -5.14103,-0.31395 -6.77097,-3.94994 -6.77097,-11.41085 v -16.55324 h -5.89348 v 18.99827 c 0,8.5894 3.69869,13.74157 11.97585,13.74157 4.45103,0 8.71449,-2.20468 10.47082,-5.84208 h 0.12495 v 5.07863 h 5.70463 v -31.97639 z m -52.6665,31.97639 h 5.89359 v -14.54578 c 0,-8.02449 3.44859,-13.04061 8.71453,-13.04061 1.00368,0 2.19498,0.12495 3.26127,0.5638 v -5.26609 c -1.25373,-0.25119 -2.13263,-0.44004 -3.88735,-0.44004 -3.38616,0 -6.77237,2.38375 -8.33985,5.70613 h -0.12494 v -4.9538 h -5.51723 v 31.97639 z m -27.0864,-1.00263 c 2.69628,1.45224 5.76863,1.76608 8.77714,1.76608 5.70602,0 11.16079,-3.14597 11.16079,-9.97918 0,-10.21978 -13.85556,-8.33972 -13.85556,-14.85966 0,-2.63369 2.6323,-3.8874 5.6422,-3.8874 1.38004,0 4.89101,0.8152 6.20709,1.63011 l 0.5014,-5.14079 c -2.31994,-0.69 -4.57607,-1.25525 -7.33606,-1.25525 -6.33218,0 -11.28579,3.19865 -11.28579,9.84463 0,8.96607 13.8572,8.46322 13.8572,14.29434 0,3.44862 -3.32245,4.57745 -6.01869,4.57745 -1.69366,0 -5.01593,-0.75255 -7.33598,-2.25763 z m -13.98187,1.00263 h 5.89348 V 663.4771 h -5.89348 z m -25.142814,0 h 5.893593 v -14.54578 c 0,-8.02449 3.448563,-13.04061 8.714486,-13.04061 1.003861,0 2.194955,0.12495 3.261285,0.5638 v -5.26609 c -1.253769,-0.25119 -2.132459,-0.44004 -3.887448,-0.44004 -3.386029,0 -6.772306,2.38375 -8.339593,5.70613 h -0.12515 v -4.9538 H 83.338086 Z M 50.295727,685.79738 c 2.382393,-2.00624 5.956024,-3.25995 9.278344,-3.25995 5.894747,0 7.900926,2.82143 7.900926,8.33867 -2.319941,-0.12494 -3.9497,-0.12494 -6.269642,-0.12494 -6.082329,0 -14.860854,2.5069 -14.860854,10.53341 0,6.95964 4.82866,9.97919 11.725848,9.97919 5.39095,0 8.525937,-2.95708 9.905786,-4.90081 h 0.124944 v 4.13735 h 5.517153 c -0.124945,-0.93985 -0.249868,-2.63245 -0.249868,-6.26993 v -13.22922 c 0,-8.71474 -3.699895,-13.22957 -12.853212,-13.22957 -4.076067,0 -7.587185,1.25525 -10.533291,3.00998 l 0.313763,5.01591 z m 17.17927,12.28975 c 0,4.7647 -3.072328,8.40079 -8.903449,8.40079 -2.696093,0 -5.9559,-1.81734 -5.9559,-5.20343 0,-5.64368 7.899607,-6.14495 11.097024,-6.14495 1.253607,0 2.507213,0.12495 3.762325,0.12495 v 2.82266 z M 7.535018,710.50022 h 6.269849 v -21.44286 l 19.499026,21.44286 h 9.154699 L 20.263203,687.42746 40.828647,666.73701 H 32.488993 L 13.804867,685.98623 V 666.73701 H 7.535018 Z" + d="m 982.48476,427.72118 c -1.44216,1.19131 -5.95591,3.19757 -9.84307,3.19757 -5.58122,0 -10.53349,-4.32639 -10.53349,-10.65844 h 22.82176 c 0,-10.28324 -3.44884,-18.05798 -14.10697,-18.05798 -9.02821,0 -14.98579,6.70993 -14.98579,16.17705 0,10.40815 5.20478,17.31512 16.55317,17.31512 5.26576,0 7.83717,-1.26476 10.09439,-2.07972 z M 962.1082,415.8719 c 0.43881,-4.1385 2.82115,-8.90364 8.58997,-8.90364 5.07818,0 7.96189,4.0123 7.96189,8.90364 z m -19.07245,19.05915 h 5.89349 v -31.97639 h -5.89349 z m 6.26966,-45.76941 h -6.646 v 6.64602 h 6.646 z m -376.41865,1.38813 h 6.5511 v 6.67707 h -6.5511 z m 14.01317,0 h 6.5511 v 6.67707 h -6.5511 z m 18.77129,44.38128 h 5.89359 v -14.54578 c 0,-8.02449 3.44859,-13.04061 8.71454,-13.04061 1.00367,0 2.19497,0.12495 3.26126,0.5638 v -5.26609 c -1.25373,-0.25119 -2.13262,-0.44004 -3.88735,-0.44004 -3.38615,0 -6.77237,2.38375 -8.33984,5.70613 h -0.12495 v -4.9538 h -5.51723 v 31.97639 z m -8.36416,-32.73985 h -5.8936 v 14.79694 c 0,7.7748 -3.00852,13.16716 -9.71835,13.16716 -5.14106,-0.31395 -6.77084,-3.94995 -6.77084,-11.41085 V 402.1912 h -5.89359 v 18.99828 c 0,8.5894 3.69861,13.74157 11.97578,13.74157 4.45104,0 8.71475,-2.20468 10.471,-5.84209 h 0.12494 v 5.07864 h 5.70469 V 402.1912 Z M 279.5534,434.93105 h 5.89359 v -14.54578 c 0,-8.02449 3.44859,-13.04061 8.71453,-13.04061 1.00368,0 2.19498,0.12495 3.26127,0.5638 v -5.26609 c -1.25373,-0.25119 -2.13263,-0.44004 -3.88735,-0.44004 -3.38616,0 -6.77237,2.38375 -8.33984,5.70613 h -0.12495 v -4.9538 h -5.51723 v 31.97639 z m 654.98132,-31.97639 h -5.45477 v 4.76636 H 928.955 c -1.7551,-3.44852 -4.8898,-5.51869 -10.53347,-5.51869 -9.65567,0 -14.29554,8.77823 -14.29554,16.99202 0,8.27577 4.51485,15.7367 13.66954,15.7367 4.07452,0 8.21335,-1.63013 10.72058,-4.9522 h 0.12515 v 3.13467 c 0,6.78232 -3.6988,10.9833 -9.90591,10.9833 -4.326,0 -7.02239,-0.81639 -11.537,-2.88508 l -0.62631,5.45485 c 5.14092,1.75618 8.08696,2.19507 11.47334,2.19507 11.47447,0 16.48919,-5.58123 16.48919,-15.30935 V 402.95466 Z M 919.299,430.1662 c -5.51729,0 -8.90182,-5.26609 -8.90182,-11.28578 0,-5.45477 2.94603,-11.91216 8.90182,-11.91216 6.2699,0 9.34241,5.70502 9.34241,12.35105 0,5.95722 -3.82371,10.84689 -9.34241,10.84689 z m -53.48143,-11.22331 c 0,9.15472 6.646,16.75161 16.3018,16.75161 9.59354,0 16.23948,-7.59689 16.23948,-16.75161 0,-9.7182 -6.52097,-16.74056 -16.23948,-16.74056 -9.78072,0 -16.3018,7.02236 -16.3018,16.74056 z m 6.27115,0 c 0,-6.08074 3.69845,-11.97463 10.03065,-11.97463 6.26986,0 9.9699,5.89389 9.9699,11.97463 0,5.70608 -3.07253,11.97586 -9.9699,11.97586 -6.95964,0 -10.03065,-6.26978 -10.03065,-11.97586 z m -20.81663,15.98816 h 5.89355 v -47.02312 h -5.89355 z m -41.19324,-15.98816 c 0,9.15472 6.64569,16.75161 16.30175,16.75161 9.59324,0 16.23931,-7.59689 16.23931,-16.75161 0,-9.7182 -6.5211,-16.74056 -16.23931,-16.74056 -9.78094,0 -16.30175,7.02236 -16.30175,16.74056 z m 6.27082,0 c 0,-6.08074 3.69849,-11.97463 10.03093,-11.97463 6.26971,0 9.9696,5.89389 9.9696,11.97463 0,5.70608 -3.07239,11.97586 -9.9696,11.97586 -6.95951,0 -10.03093,-6.26978 -10.03093,-11.97586 z m -42.44695,15.98816 h 5.89359 v -14.79684 c 0,-7.77343 3.01004,-13.16595 9.71821,-13.16595 5.1412,0.3127 6.77103,3.95024 6.77103,11.41112 v 16.55167 h 5.89359 v -18.99667 c 0,-8.58972 -3.69852,-13.73205 -11.97433,-13.73205 -4.45236,0 -8.71621,2.19508 -10.47099,5.83106 h -0.12494 v -5.07873 h -5.7062 v 31.97639 z m -38.30816,0 h 5.89359 v -14.79684 c 0,-7.77343 3.00974,-13.16595 9.71821,-13.16595 5.14096,0.3127 6.77074,3.95024 6.77074,11.41112 v 16.55167 h 5.89388 v -18.99667 c 0,-8.58972 -3.6988,-13.73205 -11.97463,-13.73205 -4.45236,0 -8.15087,1.94364 -10.28319,5.32973 h -0.12495 v -19.62413 h -5.89359 v 47.02312 z m -7.0223,-31.47347 c -1.69231,-0.69 -4.76451,-1.25525 -7.14713,-1.25525 -9.78083,0 -16.30173,7.02236 -16.30173,16.74056 0,9.15472 6.64577,16.75161 16.30173,16.75161 2.13122,0 4.9535,-0.18885 7.39851,-1.32725 l -0.43857,-5.26584 c -1.81876,1.19129 -4.32626,1.81734 -6.33244,1.81734 -7.58718,0 -10.65953,-6.26978 -10.65953,-11.97586 0,-6.08074 3.69985,-11.97463 10.28324,-11.97463 1.88001,0 4.13734,0.43884 6.39479,1.37868 z m -31.16138,24.2636 c -1.44215,1.19131 -5.95589,3.19757 -9.84301,3.19757 -5.58129,0 -10.53352,-4.32639 -10.53352,-10.65844 h 22.82174 c 0,-10.28324 -3.44883,-18.05798 -14.1069,-18.05798 -9.02823,0 -14.98582,6.70993 -14.98582,16.17705 0,10.40815 5.20483,17.31512 16.55311,17.31512 5.26579,0 7.83719,-1.26476 10.0944,-2.07972 z M 677.03435,415.8719 c 0.43885,-4.1385 2.82114,-8.90364 8.58996,-8.90364 5.07816,0 7.96187,4.0123 7.96187,8.90364 z m -25.08009,19.05915 h 6.26983 v -38.24596 h 13.60555 v -5.51725 h -33.48131 v 5.51725 h 13.60593 z m -104.32843,0 h 5.89368 v -27.21003 h 8.46447 v -4.76636 h -8.46447 v -3.44698 c 0,-4.32752 0.62609,-7.58744 5.70438,-7.58744 1.00403,0 2.13273,0.12495 2.82266,0.37611 l 0.24973,-4.76447 c -1.19106,-0.18907 -2.44466,-0.37642 -3.9497,-0.37642 -8.71437,0 -10.72075,5.07873 -10.72075,12.85321 v 2.94599 h -7.52474 v 4.76636 h 7.52474 z m -27.06455,-31.97639 h -8.46462 v -9.27811 l -5.89359,1.87971 v 7.3984 h -7.21102 v 4.76636 h 7.21102 v 18.68427 c 0,6.39461 3.76111,9.28921 9.84347,9.28921 1.88106,0 3.69852,-0.50095 5.01606,-0.88836 v -5.01622 c -0.87744,0.56495 -2.19508,1.12883 -4.0139,1.12883 -2.6946,0 -4.95204,-2.00626 -4.95204,-5.70476 v -17.49297 h 8.46462 z m -27.0238,0 h -5.89359 v 14.79693 c 0,7.77481 -3.00853,13.16716 -9.71835,13.16716 -5.14107,-0.31395 -6.77085,-3.94994 -6.77085,-11.41085 v -16.55324 h -5.89359 v 18.99827 c 0,8.5894 3.69862,13.74157 11.97578,13.74157 4.45104,0 8.71476,-2.20468 10.47101,-5.84208 h 0.12493 v 5.07863 h 5.7047 v -31.97639 z m -35.67485,0 h -8.46461 v -9.27811 l -5.89342,1.87971 v 7.3984 h -7.21117 v 4.76636 h 7.21117 v 18.68427 c 0,6.39461 3.76101,9.28921 9.84319,9.28921 1.88124,0 3.69864,-0.50095 5.01622,-0.88836 v -5.01622 c -0.87741,0.56495 -2.19516,1.12883 -4.01388,1.12883 -2.69465,0 -4.95211,-2.00626 -4.95211,-5.70476 v -17.49297 h 8.46461 z m -33.6698,31.97639 h 5.89349 v -31.97639 h -5.89349 z m 6.26966,-45.76941 h -6.646 v 6.64602 h 6.646 z m -14.42052,13.79302 h -8.46474 v -9.27811 l -5.89359,1.87971 v 7.3984 h -7.21101 v 4.76636 h 7.21101 v 18.68427 c 0,6.39461 3.76092,9.28921 9.84329,9.28921 1.88125,0 3.69864,-0.50095 5.01618,-0.88836 v -5.01622 c -0.8775,0.56495 -2.19492,1.12883 -4.0137,1.12883 -2.69477,0 -4.95218,-2.00626 -4.95218,-5.70476 v -17.49297 h 8.46474 z m -44.07831,30.97376 c 2.69619,1.45224 5.76853,1.76608 8.77692,1.76608 5.70613,0 11.16084,-3.14597 11.16084,-9.97918 0,-10.21978 -13.85549,-8.33972 -13.85549,-14.85966 0,-2.63369 2.63215,-3.8874 5.64214,-3.8874 1.38009,0 4.89115,0.8152 6.20723,1.63011 l 0.50126,-5.14079 c -2.32007,-0.69 -4.57599,-1.25525 -7.33592,-1.25525 -6.33232,0 -11.28586,3.19865 -11.28586,9.84463 0,8.96607 13.85699,8.46322 13.85699,14.29434 0,3.44862 -3.32221,4.57745 -6.01855,4.57745 -1.69372,0 -5.01586,-0.75255 -7.33592,-2.25763 z m -35.61229,1.00263 h 5.89359 v -14.79684 c 0,-7.77343 3.00987,-13.16595 9.71825,-13.16595 5.14097,0.3127 6.77094,3.95024 6.77094,11.41112 v 16.55167 h 5.8936 v -18.99667 c 0,-8.58972 -3.69869,-13.73205 -11.97444,-13.73205 -4.45242,0 -8.71602,2.19508 -10.47082,5.83106 h -0.12495 v -5.07873 h -5.70615 v 31.97639 z m -16.86687,0 h 6.26977 v -43.76321 h -6.26977 z m -51.94799,-7.20987 c -1.44257,1.19131 -5.95598,3.19757 -9.84337,3.19757 -5.58117,0 -10.53342,-4.32639 -10.53342,-10.65844 h 22.82174 c 0,-10.28324 -3.44881,-18.05798 -14.10704,-18.05798 -9.02826,0 -14.98566,6.70993 -14.98566,16.17705 0,10.40815 5.20475,17.31512 16.55311,17.31512 5.26596,0 7.83717,-1.26476 10.09464,-2.07972 z M 247.15972,415.8719 c 0.43883,-4.1385 2.82126,-8.90364 8.58971,-8.90364 5.07858,0 7.96208,4.0123 7.96208,8.90364 z m -42.44682,19.05915 h 5.89347 v -14.79684 c 0,-7.77343 3.00985,-13.16595 9.71834,-13.16595 5.14103,0.3127 6.77085,3.95024 6.77085,11.41112 v 16.55167 h 5.89359 v -18.99667 c 0,-8.58972 -3.69851,-13.73205 -11.9745,-13.73205 -4.45238,0 -8.15081,1.94364 -10.28338,5.32973 h -0.12494 v -19.62413 h -5.89347 v 47.02312 z m -10.03225,-31.97639 h -5.89338 v 14.79693 c 0,7.77481 -3.00857,13.16716 -9.71838,13.16716 -5.14103,-0.31395 -6.77097,-3.94994 -6.77097,-11.41085 v -16.55324 h -5.89348 v 18.99827 c 0,8.5894 3.69869,13.74157 11.97585,13.74157 4.45103,0 8.71449,-2.20468 10.47082,-5.84208 h 0.12495 v 5.07863 h 5.70463 v -31.97639 z m -52.6665,31.97639 h 5.89359 v -14.54578 c 0,-8.02449 3.44859,-13.04061 8.71453,-13.04061 1.00368,0 2.19498,0.12495 3.26127,0.5638 v -5.26609 c -1.25373,-0.25119 -2.13263,-0.44004 -3.88735,-0.44004 -3.38616,0 -6.77237,2.38375 -8.33985,5.70613 h -0.12494 v -4.9538 h -5.51723 v 31.97639 z m -27.0864,-1.00263 c 2.69628,1.45224 5.76863,1.76608 8.77714,1.76608 5.70602,0 11.16079,-3.14597 11.16079,-9.97918 0,-10.21978 -13.85556,-8.33972 -13.85556,-14.85966 0,-2.63369 2.6323,-3.8874 5.6422,-3.8874 1.38004,0 4.89101,0.8152 6.20709,1.63011 l 0.5014,-5.14079 c -2.31994,-0.69 -4.57607,-1.25525 -7.33606,-1.25525 -6.33218,0 -11.28579,3.19865 -11.28579,9.84463 0,8.96607 13.8572,8.46322 13.8572,14.29434 0,3.44862 -3.32245,4.57745 -6.01869,4.57745 -1.69366,0 -5.01593,-0.75255 -7.33598,-2.25763 z m -13.98187,1.00263 h 5.89348 v -47.02312 h -5.89348 z m -25.142812,0 h 5.893593 v -14.54578 c 0,-8.02449 3.448563,-13.04061 8.714486,-13.04061 1.003861,0 2.194955,0.12495 3.261285,0.5638 v -5.26609 c -1.253769,-0.25119 -2.132459,-0.44004 -3.887448,-0.44004 -3.386029,0 -6.772306,2.38375 -8.339593,5.70613 h -0.12515 v -4.9538 H 75.803068 Z M 42.760709,410.22821 c 2.382393,-2.00624 5.956024,-3.25995 9.278344,-3.25995 5.894747,0 7.900926,2.82143 7.900926,8.33867 -2.319941,-0.12494 -3.9497,-0.12494 -6.269642,-0.12494 -6.082329,0 -14.860854,2.5069 -14.860854,10.53341 0,6.95964 4.82866,9.97919 11.725848,9.97919 5.39095,0 8.525937,-2.95708 9.905786,-4.90081 h 0.124944 v 4.13735 h 5.517153 c -0.124945,-0.93985 -0.249868,-2.63245 -0.249868,-6.26993 v -13.22922 c 0,-8.71474 -3.699895,-13.22957 -12.853212,-13.22957 -4.076067,0 -7.587185,1.25525 -10.533291,3.00998 l 0.313763,5.01591 z m 17.17927,12.28975 c 0,4.7647 -3.072328,8.40079 -8.903449,8.40079 -2.696093,0 -5.9559,-1.81734 -5.9559,-5.20343 0,-5.64368 7.899607,-6.14495 11.097024,-6.14495 1.253607,0 2.507213,0.12495 3.762325,0.12495 v 2.82266 z M 0,434.93105 h 6.269849 v -21.44286 l 19.499026,21.44286 h 9.154699 L 12.728185,411.85829 33.293629,391.16784 H 24.953975 L 6.269849,410.41706 V 391.16784 H 0 Z" id="path22" inkscape:connector-curvature="0" style="fill:#000000;fill-rule:nonzero" /> diff --git a/assets/img/Helmholtz-centre-logos/awi_logo.svg b/assets/img/Helmholtz-centre-logos/awi_logo.svg index db371752a54e1569805697b503b83d26910d5299..09bba4ef9f041e802e53b14fe9d57581e033665a 100644 --- a/assets/img/Helmholtz-centre-logos/awi_logo.svg +++ b/assets/img/Helmholtz-centre-logos/awi_logo.svg @@ -2,7 +2,7 @@ <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg - xmlns:ns="&ns_sfw;" + xmlns:ns="&#38;ns_sfw;" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" @@ -14,12 +14,12 @@ id="Layer_1" x="0px" y="0px" - viewBox="317.6 -26.8 720 720" + viewBox="317.6 -26.8 721.99683 294.5" xml:space="preserve" sodipodi:docname="awi_logo.svg" - width="720" - height="720" - inkscape:version="0.92.4 (unknown)"><defs + width="721.99683" + height="294.5" + inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"><defs id="defs11" /><sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" @@ -29,8 +29,8 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1172" + inkscape:window-width="1830" + inkscape:window-height="1054" id="namedview9" showgrid="false" fit-margin-left="10" @@ -38,9 +38,9 @@ fit-margin-top="0" fit-margin-bottom="0" inkscape:zoom="0.66381766" - inkscape:cx="167.42117" - inkscape:cy="244.78755" - inkscape:window-x="1920" + inkscape:cx="168.41958" + inkscape:cy="32.03755" + inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="Layer_1" /> @@ -62,10 +62,10 @@ </ns:sfw> <rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata> + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata> <path class="st0" - d="m 1014.9075,245.65 c -10.1,-3.2 -20.69999,2.9 -23.69999,13.7 l -54.4,195 c -2.9,10.8 2.8,22 12.9,25.2 10.1,3.2 20.7,-2.9 23.7,-13.6 l 54.39999,-195 c 3,-10.8 -2.8,-22.2 -12.9,-25.3 z m -60.39999,25.1 c 2.9,-10.7 -2.8,-22 -12.9,-25.2 -10.1,-3.2 -20.6,2.9 -23.7,13.6 l -45.6,163.3 c -0.7,2.7 -2.9,4.6 -5.6,4.6 -2.7,0 -5,-1.9 -5.6,-4.6 l -23.4,-83.7 v 0 l -17.9,-63.8 c -4.8,-17.5 -19.9,-30.2 -37.7,-30.2 -17.8,0 -32.8,12.6 -37.7,29.9 l -35.4,126.8 v 0 l -5.9,21 c -0.7,2.7 -2.9,4.6 -5.6,4.6 -2.7,0 -5,-1.9 -5.6,-4.6 l -5.8,-21 -2.5,-9.1 -12.2,-43.8 -20.6,-73.8 c -4.7,-17.4 -19.8,-30.1 -37.7,-30.1 -17.8,0 -32.8,12.6 -37.7,29.9 l -19.3,69 v 0 l -30.9,110.6 c -2.9,10.8 2.8,22 12.9,25.2 10.1,3.2 20.6,-2.9 23.7,-13.6 l 6.4,-22.7 h 39.8 c 10.5,0 19,-9.1 19,-20.3 0,-11.2 -8.5,-20.3 -19,-20.3 h -28.5 l 0.3,-1 27.6,-98.9 c 0.7,-2.6 2.9,-4.6 5.6,-4.6 2.7,0 5,2 5.6,4.6 l 27.6,98.9 13.7,49 c 4.8,17.3 19.8,29.9 37.6,29.9 17.9,0 32.9,-12.7 37.7,-30.1 l 31.4,-112.3 9.8,-35.3 c 0.7,-2.6 2.9,-4.6 5.6,-4.6 2.7,0 5,2 5.6,4.6 l 27.6,98.9 v 0 l 13.7,49 c 4.8,17.3 19.8,29.9 37.6,29.9 17.8,0 32.9,-12.7 37.7,-30.1 z m -425.2,-55.4 -12.8,-6.5 4.7,-14.3 -13.4,5.1 -6.1,-13.7 -6.1,13.7 -13.4,-5.1 4.7,14.3 -12.8,6.5 12.8,6.5 -4.7,14.3 13.4,-5.1 6.1,13.7 6.1,-13.7 13.4,5.1 -4.7,-14.3 z m -60.1,44.6 -1.8,-1.2 c -1.8,-1.1 -3.4,-2.1 -4.9,-2.9 -16.6,-9.1 -35.8,-13 -55.7,-10.1 -51,7.6 -86.4,57.8 -79.3,112 7.2,54.3 54.3,92 105.2,84.4 21,-3.2 39.3,-13.5 53.1,-28.4 1.1,-1.2 3.1,-3.2 3.9,-4.2 1.1,-1.3 -0.4,-1.8 -1.4,-0.8 -0.8,0.7 -3.2,2.8 -4.5,4 -0.7,0.7 -1.9,2 -3.4,1.4 -0.1,0 -2.6,-1.4 -3.8,-1.9 -1.4,-0.7 -2.7,-1.1 -4.2,-1.6 -6.3,-2.1 -13.8,-3.2 -21.8,-3.2 -1.6,0 -3.1,-0.9 -2.8,-2.9 1.4,-10.6 2,-21.6 1.7,-32.8 0,-2.2 -0.4,-3.6 1.8,-4.4 1.8,-0.7 3.6,-1.4 5.4,-2.1 2.8,-1.1 6.4,-2.4 6.5,-3.4 0,-0.7 -1.4,-0.1 -6.8,1.5 -1.8,0.5 -3.5,1.1 -5.3,1.5 -1.3,0.4 -1.9,-0.3 -2,-1.9 -0.5,-7.3 -1.3,-14.8 -2.5,-22.2 -4,-24.6 -12,-47.1 -22.5,-66.4 -0.5,-0.8 -0.7,-1.7 0.6,-2.2 3.4,-1.3 6.5,-2.8 9.4,-4.3 1.7,-0.9 2,-0.5 3.2,0.2 8,4.5 15.3,10.4 21.9,17.5 20.9,22.7 29.5,53.8 26.1,85.1 -0.4,4.3 -1.1,8 -0.4,8.2 0.7,0.2 1.7,-5.2 2.2,-7.9 6.6,-34.7 -1.4,-70.3 -24.6,-95.5 -4.6,-5.1 -9.7,-9.4 -15,-13.1 -1.4,-1 -3.1,-1.4 -1,-3.6 l 0.8,-0.9 c 0.3,-0.3 0.7,-0.7 1.2,-1.4 l 0.5,-0.6 c 0.4,-0.4 1,-1 1.7,-1.1 1.1,-0.1 4,0.4 10.2,3.2 6.2,2.8 7.6,3.7 8.4,3.7 0.5,0.1 0.8,-1.1 -0.1,-1.7 z m -62.9,155.3 c -11,-8.6 -20.2,-19.6 -26.8,-33 l -0.2,-0.4 c -0.9,-2 0,-3 1.9,-2.9 19.7,0.4 38.8,-2.2 56.7,-7.2 1.9,-0.6 2.8,-0.5 2.9,1.8 0.7,10.5 0.7,20.8 -0.1,30.8 -0.2,2.8 -0.4,3.7 -3,4 -1.4,0.2 -2.9,0.4 -4.4,0.7 -7.7,1.5 -14.9,3.8 -21.3,6.6 -2.3,1.2 -3.5,1.3 -5.7,-0.4 z m -53.8,-39 c 2.9,0.5 5.9,1 8.9,1.3 l 3.3,0.4 c 2.7,0.3 2.6,0.5 4,3.5 l 0.4,0.8 c 7.6,15.6 18.7,28.1 32.2,37.2 0.9,0.6 0.8,1.8 -0.1,2.5 -1.5,1 -2.9,2.1 -4.3,3.2 -1.2,1 -2,0.9 -3.5,0.2 -18.4,-9.2 -33.4,-25.2 -41.9,-45.4 -1,-2.7 -0.6,-4 1,-3.7 z m 20.8,-93.5 c -13.7,25.8 -18,55.2 -10.6,82.3 0.7,2.8 0.4,4 -2.4,3.6 -3.7,-0.7 -7.4,-1.5 -11.1,-2.5 -2.3,-0.6 -2.4,-0.4 -3.2,-4.4 -0.4,-2.2 -0.8,-4.3 -1.1,-6.5 -3.9,-29.2 5.7,-57 23.6,-76.6 0.5,-0.5 1.3,-1.3 3.1,-1 l 3,0.6 c 1.2,0.1 -0.5,3 -1.3,4.5 z m 65.1,69.3 c 0.7,4.2 1.2,8.4 1.7,12.6 0.2,2.3 0,3 -2.3,3.5 -17.1,3.5 -35.1,4.7 -53.7,3.5 -2.3,-0.2 -4.5,-0.4 -6.8,-0.6 -2,-0.2 -2.7,-0.9 -3.6,-4 -8.3,-28 -4,-58.7 10.5,-85.5 0.4,-0.7 1,-2.4 4.1,-2.4 5.8,0 12,-0.6 18.4,-1.8 l 0.7,-0.1 c 2.7,-0.5 3.7,0 4.9,2.1 12.3,20.7 21.5,45.4 26.1,72.7 z" + d="m 1015.9059,32.9 c -10.1,-3.2 -20.69998,2.9 -23.69998,13.7 l -54.4,195 c -2.9,10.8 2.8,22 12.9,25.2 10.1,3.2 20.7,-2.9 23.7,-13.6 l 54.39998,-195 c 3,-10.8 -2.8,-22.2 -12.9,-25.3 z M 955.50592,58 c 2.9,-10.7 -2.8,-22 -12.9,-25.2 -10.1,-3.2 -20.6,2.9 -23.7,13.6 l -45.6,163.3 c -0.7,2.7 -2.9,4.6 -5.6,4.6 -2.7,0 -5,-1.9 -5.6,-4.6 l -23.4,-83.7 v 0 l -17.9,-63.8 c -4.8,-17.5 -19.9,-30.2 -37.7,-30.2 -17.8,0 -32.8,12.6 -37.7,29.9 l -35.4,126.8 v 0 l -5.9,21 c -0.7,2.7 -2.9,4.6 -5.6,4.6 -2.7,0 -5,-1.9 -5.6,-4.6 l -5.8,-21 -2.5,-9.1 -12.2,-43.8 -20.6,-73.8 c -4.7,-17.4 -19.8,-30.1 -37.7,-30.1 -17.8,0 -32.8,12.6 -37.7,29.9 l -19.3,69 v 0 l -30.9,110.6 c -2.9,10.8 2.8,22 12.9,25.2 10.1,3.2 20.6,-2.9 23.7,-13.6 l 6.4,-22.7 h 39.8 c 10.5,0 19,-9.1 19,-20.3 0,-11.2 -8.5,-20.3 -19,-20.3 h -28.5 l 0.3,-1 27.6,-98.9 c 0.7,-2.6 2.9,-4.6 5.6,-4.6 2.7,0 5,2 5.6,4.6 l 27.6,98.9 13.7,49 c 4.8,17.3 19.8,29.9 37.6,29.9 17.9,0 32.9,-12.7 37.7,-30.1 l 31.4,-112.3 9.8,-35.3 c 0.7,-2.6 2.9,-4.6 5.6,-4.6 2.7,0 5,2 5.6,4.6 l 27.6,98.9 v 0 l 13.7,49 c 4.8,17.3 19.8,29.9 37.6,29.9 17.8,0 32.9,-12.7 37.7,-30.1 z m -425.2,-55.4 -12.8,-6.5 4.7,-14.3 -13.4,5.1 -6.1,-13.7 -6.1,13.7 -13.4,-5.1 4.7,14.3 -12.8,6.5 12.8,6.5 -4.7,14.3 13.4,-5.1 6.1,13.7 6.1,-13.7 13.4,5.1 -4.7,-14.3 z m -60.1,44.6 -1.8,-1.2 c -1.8,-1.1 -3.4,-2.1 -4.9,-2.9 -16.6,-9.1 -35.8,-13 -55.7,-10.1 -51,7.6 -86.4,57.8 -79.3,112 7.2,54.3 54.3,92 105.2,84.4 21,-3.2 39.3,-13.5 53.1,-28.4 1.1,-1.2 3.1,-3.2 3.9,-4.2 1.1,-1.3 -0.4,-1.8 -1.4,-0.8 -0.8,0.7 -3.2,2.8 -4.5,4 -0.7,0.7 -1.9,2 -3.4,1.4 -0.1,0 -2.6,-1.4 -3.8,-1.9 -1.4,-0.7 -2.7,-1.1 -4.2,-1.6 -6.3,-2.1 -13.8,-3.2 -21.8,-3.2 -1.6,0 -3.1,-0.9 -2.8,-2.9 1.4,-10.6 2,-21.6 1.7,-32.8 0,-2.2 -0.4,-3.6 1.8,-4.4 1.8,-0.7 3.6,-1.4 5.4,-2.1 2.8,-1.1 6.4,-2.4 6.5,-3.4 0,-0.7 -1.4,-0.1 -6.8,1.5 -1.8,0.5 -3.5,1.1 -5.3,1.5 -1.3,0.4 -1.9,-0.3 -2,-1.9 -0.5,-7.3 -1.3,-14.8 -2.5,-22.2 -4,-24.6 -12,-47.1 -22.5,-66.4 -0.5,-0.8 -0.7,-1.7 0.6,-2.2 3.4,-1.3 6.5,-2.8 9.4,-4.3 1.7,-0.9 2,-0.5 3.2,0.2 8,4.5 15.3,10.4 21.9,17.5 20.9,22.7 29.5,53.8 26.1,85.1 -0.4,4.3 -1.1,8 -0.4,8.2 0.7,0.2 1.7,-5.2 2.2,-7.9 6.6,-34.7 -1.4,-70.3 -24.6,-95.5 -4.6,-5.1 -9.7,-9.4 -15,-13.1 -1.4,-1 -3.1,-1.4 -1,-3.6 l 0.8,-0.9 c 0.3,-0.3 0.7,-0.7 1.2,-1.4 l 0.5,-0.6 c 0.4,-0.4 1,-1 1.7,-1.1 1.1,-0.1 4,0.4 10.2,3.2 6.2,2.8 7.6,3.7 8.4,3.7 0.5,0.1 0.8,-1.1 -0.1,-1.7 z m -62.9,155.3 c -11,-8.6 -20.2,-19.6 -26.8,-33 l -0.2,-0.4 c -0.9,-2 0,-3 1.9,-2.9 19.7,0.4 38.8,-2.2 56.7,-7.2 1.9,-0.6 2.8,-0.5 2.9,1.8 0.7,10.5 0.7,20.8 -0.1,30.8 -0.2,2.8 -0.4,3.7 -3,4 -1.4,0.2 -2.9,0.4 -4.4,0.7 -7.7,1.5 -14.9,3.8 -21.3,6.6 -2.3,1.2 -3.5,1.3 -5.7,-0.4 z m -53.8,-39 c 2.9,0.5 5.9,1 8.9,1.3 l 3.3,0.4 c 2.7,0.3 2.6,0.5 4,3.5 l 0.4,0.8 c 7.6,15.6 18.7,28.1 32.2,37.2 0.9,0.6 0.8,1.8 -0.1,2.5 -1.5,1 -2.9,2.1 -4.3,3.2 -1.2,1 -2,0.9 -3.5,0.2 -18.4,-9.2 -33.4,-25.2 -41.9,-45.4 -1,-2.7 -0.6,-4 1,-3.7 z m 20.8,-93.5 c -13.7,25.8 -18,55.2 -10.6,82.3 0.7,2.8 0.4,4 -2.4,3.6 -3.7,-0.7 -7.4,-1.5 -11.1,-2.5 -2.3,-0.6 -2.4,-0.4 -3.2,-4.4 -0.4,-2.2 -0.8,-4.3 -1.1,-6.5 -3.9,-29.2 5.7,-57 23.6,-76.6 0.5,-0.5 1.3,-1.3 3.1,-1 l 3,0.6 c 1.2,0.1 -0.5,3 -1.3,4.5 z m 65.1,69.3 c 0.7,4.2 1.2,8.4 1.7,12.6 0.2,2.3 0,3 -2.3,3.5 -17.1,3.5 -35.1,4.7 -53.7,3.5 -2.3,-0.2 -4.5,-0.4 -6.8,-0.6 -2,-0.2 -2.7,-0.9 -3.6,-4 -8.3,-28 -4,-58.7 10.5,-85.5 0.4,-0.7 1,-2.4 4.1,-2.4 5.8,0 12,-0.6 18.4,-1.8 l 0.7,-0.1 c 2.7,-0.5 3.7,0 4.9,2.1 12.3,20.7 21.5,45.4 26.1,72.7 z" id="path6" inkscape:connector-curvature="0" style="fill:#00abe8" /> diff --git a/assets/img/Helmholtz-centre-logos/dkfz_pd.png b/assets/img/Helmholtz-centre-logos/dkfz_pd.png index 3785fcc68d8adbb65ca5c358965313cdcb7bbe49..d85fa6267f47f89b31cb19a7a1159a4d8f6f432f 100644 Binary files a/assets/img/Helmholtz-centre-logos/dkfz_pd.png and b/assets/img/Helmholtz-centre-logos/dkfz_pd.png differ diff --git a/assets/img/Helmholtz-centre-logos/dlr_logo_pd.svg b/assets/img/Helmholtz-centre-logos/dlr_logo_pd.svg index a3ff0364c9d3a6199ab26f5e2890481286f973ba..49e240a60eda5437aa2198ad1cf233a8ba0fac1f 100644 --- a/assets/img/Helmholtz-centre-logos/dlr_logo_pd.svg +++ b/assets/img/Helmholtz-centre-logos/dlr_logo_pd.svg @@ -2,7 +2,7 @@ <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg - xmlns:ns="&ns_sfw;" + xmlns:ns="&#38;ns_sfw;" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" @@ -14,12 +14,12 @@ id="Layer_1" x="0px" y="0px" - viewBox="317.6 -26.8 720 720" + viewBox="317.6 -26.8 344.92172 268.92084" xml:space="preserve" sodipodi:docname="dlr_logo_pd.svg" - width="720" - height="720" - inkscape:version="0.92.4 (unknown)"><defs + width="344.92172" + height="268.92084" + inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"><defs id="defs11" /><sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" @@ -29,8 +29,8 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1172" + inkscape:window-width="1830" + inkscape:window-height="1054" id="namedview9" showgrid="false" fit-margin-left="10" @@ -38,9 +38,9 @@ fit-margin-top="0" fit-margin-bottom="0" inkscape:zoom="0.66381766" - inkscape:cx="167.42117" - inkscape:cy="242.5279" - inkscape:window-x="1920" + inkscape:cx="-20.117973" + inkscape:cy="16.988316" + inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="Layer_1" /> @@ -62,10 +62,10 @@ </ns:sfw> <rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata> + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata> <g - transform="matrix(0.45850064,0,0,0.45850064,-461.47113,885.42532)" + transform="matrix(0.45850064,0,0,0.45850064,-649.01027,659.88574)" id="layer1"><g transform="matrix(3.5989788,0,0,3.5989788,-5472.0856,2431.6437)" id="g13322"><path diff --git a/assets/img/Helmholtz-centre-logos/gfz_pd.png b/assets/img/Helmholtz-centre-logos/gfz_pd.png index dd3db625a69affc44c0db25d5a59cd013c676588..5e28f375c5750a43a656277db447358dafb8bcdb 100644 Binary files a/assets/img/Helmholtz-centre-logos/gfz_pd.png and b/assets/img/Helmholtz-centre-logos/gfz_pd.png differ diff --git a/assets/img/jumbotrons/cory-billingsley-PQ36AkKJfAc-unsplash.jpg b/assets/img/jumbotrons/cory-billingsley-PQ36AkKJfAc-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2451264ddfed1dc9679c96c83a073ce9595bf6f9 Binary files /dev/null and b/assets/img/jumbotrons/cory-billingsley-PQ36AkKJfAc-unsplash.jpg differ diff --git a/assets/img/jumbotrons/desktop/adi-goldstein-mDinBvq1Sfg-unsplash.jpg b/assets/img/jumbotrons/desktop/adi-goldstein-mDinBvq1Sfg-unsplash.jpg deleted file mode 100644 index 6ddacba2352ad7d0f6fbdaa2d8ec56e848cd5661..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/adi-goldstein-mDinBvq1Sfg-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/adi-goldstein-mDinBvq1Sfg-unsplash_shrinked.jpg b/assets/img/jumbotrons/desktop/adi-goldstein-mDinBvq1Sfg-unsplash_shrinked.jpg deleted file mode 100644 index 4690fa8e908efe94f8b3620aaa427bd5aaaa9a96..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/adi-goldstein-mDinBvq1Sfg-unsplash_shrinked.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/background-cloud.jpg b/assets/img/jumbotrons/desktop/background-cloud.jpg deleted file mode 100644 index 9eca2d90e86a36fcea888f8e294650cf3fdb2289..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/background-cloud.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/branimir-balogovic-fAiQRv7FgE0-unsplash.jpg b/assets/img/jumbotrons/desktop/branimir-balogovic-fAiQRv7FgE0-unsplash.jpg deleted file mode 100644 index 5c0296cf449bb58119b2b8819044f16c2b75f278..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/branimir-balogovic-fAiQRv7FgE0-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/chris-montgomery-smgTvepind4-unsplash.jpg b/assets/img/jumbotrons/desktop/chris-montgomery-smgTvepind4-unsplash.jpg deleted file mode 100644 index 2af0771a2ad9cdbbc3cbc88598c0ac461ca3f983..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/chris-montgomery-smgTvepind4-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/clark-tibbs-oqStl2L5oxI-unsplash.jpg b/assets/img/jumbotrons/desktop/clark-tibbs-oqStl2L5oxI-unsplash.jpg deleted file mode 100644 index 84277688c25163b41079fbf9de7075e209a28d20..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/clark-tibbs-oqStl2L5oxI-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/coding_background.jpg b/assets/img/jumbotrons/desktop/coding_background.jpg deleted file mode 100644 index 8987ebe37ec9f110ede9b3cef08ac0bc630a613f..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/coding_background.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/cory-billingsley-PQ36AkKJfAc-unsplash.jpg b/assets/img/jumbotrons/desktop/cory-billingsley-PQ36AkKJfAc-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6feb836e4231329f9444fd9dc0ea607d667138a Binary files /dev/null and b/assets/img/jumbotrons/desktop/cory-billingsley-PQ36AkKJfAc-unsplash.jpg differ diff --git a/assets/img/jumbotrons/desktop/docker-cover.jpg b/assets/img/jumbotrons/desktop/docker-cover.jpg deleted file mode 100644 index bfc2b74d99c0e87a23db6a1df52db58182caf961..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/docker-cover.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/glenn-carstens-peters-RLw-UC03Gwc-unsplash.jpg b/assets/img/jumbotrons/desktop/glenn-carstens-peters-RLw-UC03Gwc-unsplash.jpg deleted file mode 100644 index 7b5ef9d14d8b6785fbd43c34749f8fa1dbc3eec7..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/glenn-carstens-peters-RLw-UC03Gwc-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/globe.jpeg b/assets/img/jumbotrons/desktop/globe.jpeg deleted file mode 120000 index 72c68d4e2d5b38c1ffdf964001d8e75365176017..0000000000000000000000000000000000000000 --- a/assets/img/jumbotrons/desktop/globe.jpeg +++ /dev/null @@ -1 +0,0 @@ -../globe.jpeg \ No newline at end of file diff --git a/assets/img/jumbotrons/desktop/group-of-people-watching-on-laptop-1595385.jpg b/assets/img/jumbotrons/desktop/group-of-people-watching-on-laptop-1595385.jpg deleted file mode 100644 index 68f808e052f56aef0162231719ae052494f62008..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/group-of-people-watching-on-laptop-1595385.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/halgatewood-com-tZc3vjPCk-Q-unsplash.jpg b/assets/img/jumbotrons/desktop/halgatewood-com-tZc3vjPCk-Q-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7aa07b1454dafd6f2096ca6c66a7c17ada1b128e Binary files /dev/null and b/assets/img/jumbotrons/desktop/halgatewood-com-tZc3vjPCk-Q-unsplash.jpg differ diff --git a/assets/img/jumbotrons/desktop/headway-5QgIuuBxKwM-unsplash.jpg b/assets/img/jumbotrons/desktop/headway-5QgIuuBxKwM-unsplash.jpg deleted file mode 100644 index 47f082ce0af9064ebe4f0285cda07284f8224ad9..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/headway-5QgIuuBxKwM-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/hifis_page_title_background.jpg b/assets/img/jumbotrons/desktop/hifis_page_title_background.jpg deleted file mode 100644 index a6720768cdb6d296c1998d9f34c8ce0c41f5122f..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/hifis_page_title_background.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/hifis_page_title_background.svg b/assets/img/jumbotrons/desktop/hifis_page_title_background.svg deleted file mode 100644 index 402a83a186f2b4ddce0709321610dbf8caafa160..0000000000000000000000000000000000000000 --- a/assets/img/jumbotrons/desktop/hifis_page_title_background.svg +++ /dev/null @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="5355.5" height="1641.8" version="1.1" viewBox="0 0 5355.5 1641.8" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><defs><clipPath id="clipPath869"><path d="m0 2250h4e3v-2250h-4e3z"/></clipPath></defs><g transform="matrix(1.3333 0 0 -1.3333 9.6331 3006.4)"><g transform="translate(33)"><g clip-path="url(#clipPath869)"><g transform="translate(430.63 569.45)"><path d="m0 0 581.44 581.44c4.192 4.192 9.878 6.547 15.806 6.547h244.42c5.929 0 11.614 2.355 15.806 6.548l317.66 317.66c4.192 4.192 9.878 6.548 15.807 6.548h172.17c5.929 0 11.615 2.355 15.806 6.547l709.71 709.71c4.191 4.192 9.878 6.547 15.806 6.547h1456.9" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 582.75 560.34c3.829 3.681 8.844 5.879 14.146 6.2l252.86 15.273c5.173 0.313 10.076 2.413 13.872 5.942l328.99 305.85c4.607 4.284 10.807 6.428 17.077 5.905l180.07-15.014c6.432-0.537 12.782 1.733 17.416 6.225l703.44 681.85c4.038 3.915 9.403 6.163 15.025 6.297l1450.3 10.871" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 584.05 539.18c3.466 3.2 7.856 5.22 12.541 5.774l261.21 30.852c4.435 0.524 8.611 2.363 11.991 5.283l340.38 294.04c4.987 4.308 11.622 6.196 18.13 5.16l188.3-29.999c6.825-1.088 13.77 1.043 18.811 5.772l697.24 654.08c3.872 3.631 8.911 5.767 14.213 6.024l1443.8 21.762" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 585.33 517.96c3.105 2.747 6.912 4.577 10.997 5.285l269.44 46.693c3.724 0.645 7.222 2.224 10.17 4.588l351.84 282.22c5.327 4.273 12.315 5.877 18.972 4.354l196.83-45.027c7.119-1.629 14.586 0.323 19.997 5.228l691.1 626.41c3.692 3.347 8.397 5.364 13.368 5.731l1437.2 32.673" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 586.6 496.69c2.744 2.325 6.008 3.952 9.515 4.745l277.54 62.761c3.044 0.689 5.91 2.007 8.414 3.87l363.38 270.4c5.626 4.187 12.89 5.49 19.621 3.522l205.62-60.15c7.326-2.143 15.24-0.399 20.988 4.625l685.04 598.84c3.5 3.06 7.866 4.952 12.491 5.414l1430.7 43.608" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 587.86 475.36c2.383 1.928 5.138 3.345 8.093 4.162l285.53 79.023c2.402 0.664 4.675 1.726 6.726 3.14l374.98 258.56c5.884 4.057 13.354 5.056 20.097 2.687l214.65-75.397c7.461-2.621 15.75-1.105 21.8 3.986l679.06 571.35c3.291 2.77 7.311 4.53 11.578 5.071l1424.2 54.57" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 589.12 453.99c2.024 1.56 4.3 2.761 6.73 3.551l293.4 95.444c1.798 0.585 3.514 1.396 5.108 2.413l386.66 246.69c6.104 3.894 13.715 4.591 20.424 1.87l223.86-90.788c7.533-3.054 16.129-1.78 22.451 3.329l673.14 543.94c3.067 2.478 6.734 4.102 10.631 4.705l1417.7 65.558" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 590.37 432.57c1.663 1.219 3.487 2.202 5.42 2.92l301.15 112c1.233 0.459 2.424 1.026 3.558 1.694l398.39 234.79c6.285 3.704 13.983 4.108 20.622 1.081l233.23-106.32c7.553-3.443 16.392-2.418 22.956 2.664l667.31 516.61c2.825 2.187 6.134 3.665 9.648 4.31l1411.2 76.577" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 591.62 411.1c1.301 0.905 2.696 1.668 4.158 2.278l308.8 128.67c0.708 0.295 1.4 0.626 2.074 0.992l410.18 222.86c6.432 3.495 14.169 3.619 20.71 0.331l242.73-122.01c7.533-3.786 16.554-3.012 23.333 2.001l661.55 489.35c2.566 1.897 5.508 3.224 8.629 3.89l1404.8 87.627" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 592.86 389.6c0.938 0.615 1.921 1.16 2.94 1.628l316.67 145.58 422.35 211.04c6.548 3.272 14.283 3.131 20.708-0.379l252.33-137.84c7.478-4.085 16.627-3.563 23.592 1.345l655.86 462.15c2.287 1.611 4.855 2.779 7.573 3.442l1398.3 98.714" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 594.12 368.06c0.571 0.354 1.157 0.681 1.758 0.982l323.44 162.08 433.56 198.69c6.634 3.041 14.335 2.651 20.629-1.043l262.01-153.8c7.393-4.34 16.619-4.069 23.745 0.699l650.26 435c1.988 1.329 4.176 2.332 6.481 2.968l1391.9 109.84" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 595.67 346.65 329.51 178.26c0.65 0.352 1.317 0.671 1.999 0.956l443.78 185.92c6.694 2.804 14.333 2.184 20.487-1.663l271.75-169.88c7.286-4.554 16.538-4.53 23.8 0.065l644.73 407.9c1.667 1.054 3.465 1.884 5.349 2.466l1385.4 121" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.37 324.71 335.06 194.14c1.036 0.6 2.119 1.117 3.238 1.544l454.42 173.37c6.729 2.568 14.284 1.735 20.293-2.236l281.55-186.08c7.158-4.732 16.393-4.948 23.765-0.556l639.28 380.84c1.324 0.788 2.724 1.437 4.181 1.938l1379 132.2" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.24 302.35c0.553 0.28 1.093 0.584 1.62 0.908l339.88 209.51c1.393 0.859 2.876 1.562 4.423 2.096l465.1 160.86c6.745 2.333 14.197 1.305 20.059-2.766l291.39-202.39c7.014-4.871 16.19-5.321 23.646-1.159l633.92 353.8c0.956 0.533 1.949 0.996 2.972 1.384l1372.6 143.45" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.36 280.17c0.936 0.44 1.841 0.944 2.706 1.509l345 225c1.723 1.124 3.593 2.004 5.556 2.616l475.82 148.39c6.74 2.103 14.078 0.896 19.79-3.252l301.26-218.79c6.854-4.978 15.931-5.655 23.446-1.748l628.64 326.79c0.563 0.293 1.139 0.562 1.726 0.806l1366.1 154.75" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.48 258.02c1.324 0.574 2.589 1.273 3.778 2.089l350.19 240.47c2.028 1.392 4.27 2.439 6.638 3.102l486.59 135.96c6.72 1.878 13.932 0.51 19.497-3.699l311.15-235.28c6.68-5.051 15.622-5.944 23.169-2.315l623.67 299.89 1359.9 166.2" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.58 235.92c1.716 0.679 3.342 1.568 4.84 2.646l355.43 255.91c2.308 1.663 4.912 2.869 7.673 3.554l497.4 123.54c6.686 1.66 13.765 0.145 19.185-4.107l321.07-251.85c6.494-5.094 15.266-6.195 22.818-2.863l617.91 272.59 1352.9 177.28" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.68 213.86c2.114 0.758 4.101 1.829 5.895 3.18l360.72 271.34c2.568 1.931 5.522 3.287 8.661 3.973l508.24 111.15c6.64 1.452 13.58-0.196 18.858-4.477l331-268.5c6.298-5.108 14.869-6.405 22.396-3.39l611.04 244.86c0.764 0.307 1.511 0.655 2.237 1.043l1344.7 187.77" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.76 191.85c2.514 0.808 4.865 2.055 6.944 3.683l366.05 286.75c2.809 2.201 6.103 3.697 9.607 4.363l519.12 98.777c6.583 1.253 13.381-0.514 18.521-4.814l340.94-285.2c6.091-5.096 14.43-6.577 21.905-3.889l604.64 217.38c1.258 0.453 2.474 1.016 3.631 1.686l1337 198.43" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.84 169.87c2.917 0.83 5.635 2.246 7.988 4.16l371.41 302.15c3.031 2.465 6.654 4.093 10.51 4.721l530.02 86.414c6.518 1.063 13.172-0.811 18.178-5.119l350.89-301.97c5.877-5.059 13.956-6.709 21.347-4.363l598.24 189.98c1.778 0.565 3.478 1.349 5.061 2.337l1329.2 209.03" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.91 147.94c3.321 0.823 6.41 2.398 9.026 4.603l376.81 317.54c3.236 2.728 7.18 4.48 11.373 5.054l540.95 74.059c6.446 0.883 12.956-1.087 17.832-5.394l360.85-318.79c5.655-4.995 13.448-6.802 20.724-4.802l591.85 162.63c2.321 0.638 4.525 1.646 6.525 2.987l1321.5 219.57" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.98 126.05c3.726 0.786 7.191 2.513 10.063 5.014l382.24 332.92c3.427 2.985 7.681 4.854 12.197 5.359l551.92 61.712c6.367 0.712 12.734-1.343 17.485-5.643l370.8-335.66c5.424-4.91 12.908-6.854 20.037-5.207l585.47 135.36c2.887 0.668 5.613 1.903 8.018 3.633l1313.8 230.05" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.04 104.2c4.131 0.722 7.976 2.59 11.095 5.392l387.7 348.3c3.603 3.237 8.16 5.216 12.985 5.639l562.9 49.368c6.286 0.551 12.512-1.58 17.141-5.866l380.76-352.57c5.188-4.804 12.342-6.869 19.291-5.571l579.11 108.15c3502.3 654.08-841.39-651.32 9.538 4.266l1306.1 240.47" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.09 82.408c4.532 0.625 8.763 2.626 12.122 5.734l393.18 363.67c3.767 3.484 8.618 5.566 13.739 5.896l573.9 37.026c6.199 0.401 12.285-1.797 16.799-6.066l390.72-369.52c4.944-4.677 11.751-6.846 18.489-5.893l572.76 81.011c4.073 0.577 7.908 2.265 11.083 4.882l1298.5 250.83" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.15 60.657c4.93 0.5 9.553 2.624 13.143 6.038l398.69 379.03c3.919 3.726 9.057 5.905 14.46 6.133l584.93 24.685c6.11 0.258 12.06-1.999 16.462-6.245l400.67-386.51c4.697-4.531 11.141-6.783 17.639-6.165l566.41 53.939c4.686 0.447 9.112 2.361 12.646 5.471l1290.8 261.13" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.21 38.952c5.32 0.347 10.341 2.583 14.157 6.307l404.21 394.4c4.06 3.962 9.475 6.232 15.148 6.35l595.97 12.344c6.021 0.124 11.836-2.186 16.131-6.406l410.62-403.52c4.446-4.369 10.515-6.684 16.741-6.384l560.08 26.936c5.307 0.255 10.349 2.391 14.223 6.027l1283.2 271.36" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.27 17.293c5.702 0.165 11.126 2.504 15.16 6.537l409.76 409.76c4.192 4.192 9.878 6.547 15.807 6.547h607.04c5.929 0 11.614-2.355 15.807-6.547l420.56-420.56c4.193-4.191 9.878-6.546 15.807-6.546h553.76c5.927 0 11.614 2.355 15.805 6.546l1275.5 281.53" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g></g></g></g></svg> diff --git a/assets/img/jumbotrons/desktop/jamie-street-_94HLr_QXo8-unsplash.jpg b/assets/img/jumbotrons/desktop/jamie-street-_94HLr_QXo8-unsplash.jpg deleted file mode 100644 index 899ceef37f7004690c736aff8ad5e18e4fcc8a5f..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/jamie-street-_94HLr_QXo8-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/jamie-templeton-6gQjPGx1uQw-unsplash.jpg b/assets/img/jumbotrons/desktop/jamie-templeton-6gQjPGx1uQw-unsplash.jpg deleted file mode 100644 index 915fad9078675332f0e1586a2e7fce442d71c99a..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/jamie-templeton-6gQjPGx1uQw-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/luke-stackpoole-ZRsJmpt9pNI-unsplash.jpg b/assets/img/jumbotrons/desktop/luke-stackpoole-ZRsJmpt9pNI-unsplash.jpg deleted file mode 120000 index be125c62d160f27017c80bf95a5d9617ca91adff..0000000000000000000000000000000000000000 --- a/assets/img/jumbotrons/desktop/luke-stackpoole-ZRsJmpt9pNI-unsplash.jpg +++ /dev/null @@ -1 +0,0 @@ -../luke-stackpoole-ZRsJmpt9pNI-unsplash.jpg \ No newline at end of file diff --git a/assets/img/jumbotrons/desktop/markus-spiske-PsRUMc7vilg-unsplash.jpg b/assets/img/jumbotrons/desktop/markus-spiske-PsRUMc7vilg-unsplash.jpg deleted file mode 100644 index 1f00630658c792dd7867d7f7784cd35ed1e99329..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/markus-spiske-PsRUMc7vilg-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/markus-winkler-aId-xYRTlEc-unsplash.jpg b/assets/img/jumbotrons/desktop/markus-winkler-aId-xYRTlEc-unsplash.jpg deleted file mode 100644 index 8db924f6d92dbdd5492d64b24db23ee2bdc84edb..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/markus-winkler-aId-xYRTlEc-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/matthew-waring-MJAoiige14E-unsplash.jpg b/assets/img/jumbotrons/desktop/matthew-waring-MJAoiige14E-unsplash.jpg deleted file mode 100644 index 7542fbd0afaada80c2d33918328a3a9149440acd..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/matthew-waring-MJAoiige14E-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/mitchell-luo-H3htK85wwnU-unsplash.jpg b/assets/img/jumbotrons/desktop/mitchell-luo-H3htK85wwnU-unsplash.jpg deleted file mode 100644 index 80311fa9ba2b6ab5e47a3bf44dadaf0b3fba26fb..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/mitchell-luo-H3htK85wwnU-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/mountains-nature-arrow-guide-66100.jpg b/assets/img/jumbotrons/desktop/mountains-nature-arrow-guide-66100.jpg deleted file mode 100644 index cb6a66c92bffa6a535877cd67af4768b6c689daa..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/mountains-nature-arrow-guide-66100.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/omar-flores-MOO6k3RaiwE-unsplash.jpg b/assets/img/jumbotrons/desktop/omar-flores-MOO6k3RaiwE-unsplash.jpg deleted file mode 100644 index c95c5ff8ad4c6170048ddc1ac0fb58f0d3ccb0c0..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/omar-flores-MOO6k3RaiwE-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/pexels-brett-sayles-2881232.jpg b/assets/img/jumbotrons/desktop/pexels-brett-sayles-2881232.jpg deleted file mode 100644 index f9312c3e97cc1b8f10bceb80b416a26e5d8270be..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/pexels-brett-sayles-2881232.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/photo-of-open-signage-2763246.jpg b/assets/img/jumbotrons/desktop/photo-of-open-signage-2763246.jpg deleted file mode 100644 index 04e22c6a5013344d74b04938710f0e84c0132cff..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/photo-of-open-signage-2763246.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/sergi-kabrera-2xU7rYxsTiM-unsplash.jpg b/assets/img/jumbotrons/desktop/sergi-kabrera-2xU7rYxsTiM-unsplash.jpg deleted file mode 100644 index 5712f467ad21ee4994bfa3022e5757e8e62e618f..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/sergi-kabrera-2xU7rYxsTiM-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/service_survey.jpg b/assets/img/jumbotrons/desktop/service_survey.jpg deleted file mode 100644 index 09422e68eb39b80541bec9c409f212ba87c62a71..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/service_survey.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/sign-pen-business-document-48148.jpg b/assets/img/jumbotrons/desktop/sign-pen-business-document-48148.jpg deleted file mode 100644 index d6ba0bcc2a08de7790e75367416f39bd50efed2b..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/sign-pen-business-document-48148.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/spacex-uj3hvdfQujI-unsplash.jpg b/assets/img/jumbotrons/desktop/spacex-uj3hvdfQujI-unsplash.jpg deleted file mode 100644 index e2182bbece754a319961df2c55416c2f8ecb5040..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/spacex-uj3hvdfQujI-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/desktop/volodymyr-hryshchenko-V5vqWC9gyEU-unsplash.jpg b/assets/img/jumbotrons/desktop/volodymyr-hryshchenko-V5vqWC9gyEU-unsplash.jpg deleted file mode 100644 index ada9f0b238cdb3148a5a396b13326880a7d7898a..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/desktop/volodymyr-hryshchenko-V5vqWC9gyEU-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/adi-goldstein-mDinBvq1Sfg-unsplash.jpg b/assets/img/jumbotrons/display_2k/adi-goldstein-mDinBvq1Sfg-unsplash.jpg deleted file mode 100644 index 8de18a16e753d23d43f72ad6e8717e3458d52803..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/adi-goldstein-mDinBvq1Sfg-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/adi-goldstein-mDinBvq1Sfg-unsplash_shrinked.jpg b/assets/img/jumbotrons/display_2k/adi-goldstein-mDinBvq1Sfg-unsplash_shrinked.jpg deleted file mode 100644 index b24ec580697a94eb117f2930d9ee1cdb716dd251..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/adi-goldstein-mDinBvq1Sfg-unsplash_shrinked.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/background-cloud.jpg b/assets/img/jumbotrons/display_2k/background-cloud.jpg deleted file mode 100644 index 06d0df53419c1ce7eddacd228df76d0da4368cc8..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/background-cloud.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/branimir-balogovic-fAiQRv7FgE0-unsplash.jpg b/assets/img/jumbotrons/display_2k/branimir-balogovic-fAiQRv7FgE0-unsplash.jpg deleted file mode 100644 index 2b8c3d9c31a26d9bc2d923aad2a0b8d59cd653ec..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/branimir-balogovic-fAiQRv7FgE0-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/chris-montgomery-smgTvepind4-unsplash.jpg b/assets/img/jumbotrons/display_2k/chris-montgomery-smgTvepind4-unsplash.jpg deleted file mode 100644 index fb9e9a6cc4885d3855db6bcbb1100d4113fbfcb3..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/chris-montgomery-smgTvepind4-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/clark-tibbs-oqStl2L5oxI-unsplash.jpg b/assets/img/jumbotrons/display_2k/clark-tibbs-oqStl2L5oxI-unsplash.jpg deleted file mode 100644 index 322d918b985040dbbb2bf96b86ba44f14d8b1c96..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/clark-tibbs-oqStl2L5oxI-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/coding_background.jpg b/assets/img/jumbotrons/display_2k/coding_background.jpg deleted file mode 100644 index e337d4a841582e24405c0c35a1d8906e4fed5536..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/coding_background.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/cory-billingsley-PQ36AkKJfAc-unsplash.jpg b/assets/img/jumbotrons/display_2k/cory-billingsley-PQ36AkKJfAc-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..609f9e01b86ea0fbc05edf6a99eadf0170fdffb6 Binary files /dev/null and b/assets/img/jumbotrons/display_2k/cory-billingsley-PQ36AkKJfAc-unsplash.jpg differ diff --git a/assets/img/jumbotrons/display_2k/docker-cover.jpg b/assets/img/jumbotrons/display_2k/docker-cover.jpg deleted file mode 100644 index bfc2b74d99c0e87a23db6a1df52db58182caf961..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/docker-cover.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/glenn-carstens-peters-RLw-UC03Gwc-unsplash.jpg b/assets/img/jumbotrons/display_2k/glenn-carstens-peters-RLw-UC03Gwc-unsplash.jpg deleted file mode 100644 index dc5852a96c9d7c6e09f9edc4f2373814e99fc359..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/glenn-carstens-peters-RLw-UC03Gwc-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/globe.jpeg b/assets/img/jumbotrons/display_2k/globe.jpeg deleted file mode 120000 index 72c68d4e2d5b38c1ffdf964001d8e75365176017..0000000000000000000000000000000000000000 --- a/assets/img/jumbotrons/display_2k/globe.jpeg +++ /dev/null @@ -1 +0,0 @@ -../globe.jpeg \ No newline at end of file diff --git a/assets/img/jumbotrons/display_2k/group-of-people-watching-on-laptop-1595385.jpg b/assets/img/jumbotrons/display_2k/group-of-people-watching-on-laptop-1595385.jpg deleted file mode 100644 index 58cd975dc0c4a14f7fc29a1dee9c990e778bfc51..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/group-of-people-watching-on-laptop-1595385.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/halgatewood-com-tZc3vjPCk-Q-unsplash.jpg b/assets/img/jumbotrons/display_2k/halgatewood-com-tZc3vjPCk-Q-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0e14c6a1a3dfb870b937ca254df3fefebb48ea14 Binary files /dev/null and b/assets/img/jumbotrons/display_2k/halgatewood-com-tZc3vjPCk-Q-unsplash.jpg differ diff --git a/assets/img/jumbotrons/display_2k/headway-5QgIuuBxKwM-unsplash.jpg b/assets/img/jumbotrons/display_2k/headway-5QgIuuBxKwM-unsplash.jpg deleted file mode 100644 index 47f082ce0af9064ebe4f0285cda07284f8224ad9..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/headway-5QgIuuBxKwM-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/hifis_page_title_background.jpg b/assets/img/jumbotrons/display_2k/hifis_page_title_background.jpg deleted file mode 100644 index 21093b5c73e537da0f70ce3f2c0363aecb11c8d6..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/hifis_page_title_background.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/hifis_page_title_background.svg b/assets/img/jumbotrons/display_2k/hifis_page_title_background.svg deleted file mode 100644 index 402a83a186f2b4ddce0709321610dbf8caafa160..0000000000000000000000000000000000000000 --- a/assets/img/jumbotrons/display_2k/hifis_page_title_background.svg +++ /dev/null @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="5355.5" height="1641.8" version="1.1" viewBox="0 0 5355.5 1641.8" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><defs><clipPath id="clipPath869"><path d="m0 2250h4e3v-2250h-4e3z"/></clipPath></defs><g transform="matrix(1.3333 0 0 -1.3333 9.6331 3006.4)"><g transform="translate(33)"><g clip-path="url(#clipPath869)"><g transform="translate(430.63 569.45)"><path d="m0 0 581.44 581.44c4.192 4.192 9.878 6.547 15.806 6.547h244.42c5.929 0 11.614 2.355 15.806 6.548l317.66 317.66c4.192 4.192 9.878 6.548 15.807 6.548h172.17c5.929 0 11.615 2.355 15.806 6.547l709.71 709.71c4.191 4.192 9.878 6.547 15.806 6.547h1456.9" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 582.75 560.34c3.829 3.681 8.844 5.879 14.146 6.2l252.86 15.273c5.173 0.313 10.076 2.413 13.872 5.942l328.99 305.85c4.607 4.284 10.807 6.428 17.077 5.905l180.07-15.014c6.432-0.537 12.782 1.733 17.416 6.225l703.44 681.85c4.038 3.915 9.403 6.163 15.025 6.297l1450.3 10.871" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 584.05 539.18c3.466 3.2 7.856 5.22 12.541 5.774l261.21 30.852c4.435 0.524 8.611 2.363 11.991 5.283l340.38 294.04c4.987 4.308 11.622 6.196 18.13 5.16l188.3-29.999c6.825-1.088 13.77 1.043 18.811 5.772l697.24 654.08c3.872 3.631 8.911 5.767 14.213 6.024l1443.8 21.762" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 585.33 517.96c3.105 2.747 6.912 4.577 10.997 5.285l269.44 46.693c3.724 0.645 7.222 2.224 10.17 4.588l351.84 282.22c5.327 4.273 12.315 5.877 18.972 4.354l196.83-45.027c7.119-1.629 14.586 0.323 19.997 5.228l691.1 626.41c3.692 3.347 8.397 5.364 13.368 5.731l1437.2 32.673" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 586.6 496.69c2.744 2.325 6.008 3.952 9.515 4.745l277.54 62.761c3.044 0.689 5.91 2.007 8.414 3.87l363.38 270.4c5.626 4.187 12.89 5.49 19.621 3.522l205.62-60.15c7.326-2.143 15.24-0.399 20.988 4.625l685.04 598.84c3.5 3.06 7.866 4.952 12.491 5.414l1430.7 43.608" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 587.86 475.36c2.383 1.928 5.138 3.345 8.093 4.162l285.53 79.023c2.402 0.664 4.675 1.726 6.726 3.14l374.98 258.56c5.884 4.057 13.354 5.056 20.097 2.687l214.65-75.397c7.461-2.621 15.75-1.105 21.8 3.986l679.06 571.35c3.291 2.77 7.311 4.53 11.578 5.071l1424.2 54.57" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 589.12 453.99c2.024 1.56 4.3 2.761 6.73 3.551l293.4 95.444c1.798 0.585 3.514 1.396 5.108 2.413l386.66 246.69c6.104 3.894 13.715 4.591 20.424 1.87l223.86-90.788c7.533-3.054 16.129-1.78 22.451 3.329l673.14 543.94c3.067 2.478 6.734 4.102 10.631 4.705l1417.7 65.558" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 590.37 432.57c1.663 1.219 3.487 2.202 5.42 2.92l301.15 112c1.233 0.459 2.424 1.026 3.558 1.694l398.39 234.79c6.285 3.704 13.983 4.108 20.622 1.081l233.23-106.32c7.553-3.443 16.392-2.418 22.956 2.664l667.31 516.61c2.825 2.187 6.134 3.665 9.648 4.31l1411.2 76.577" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 591.62 411.1c1.301 0.905 2.696 1.668 4.158 2.278l308.8 128.67c0.708 0.295 1.4 0.626 2.074 0.992l410.18 222.86c6.432 3.495 14.169 3.619 20.71 0.331l242.73-122.01c7.533-3.786 16.554-3.012 23.333 2.001l661.55 489.35c2.566 1.897 5.508 3.224 8.629 3.89l1404.8 87.627" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 592.86 389.6c0.938 0.615 1.921 1.16 2.94 1.628l316.67 145.58 422.35 211.04c6.548 3.272 14.283 3.131 20.708-0.379l252.33-137.84c7.478-4.085 16.627-3.563 23.592 1.345l655.86 462.15c2.287 1.611 4.855 2.779 7.573 3.442l1398.3 98.714" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 594.12 368.06c0.571 0.354 1.157 0.681 1.758 0.982l323.44 162.08 433.56 198.69c6.634 3.041 14.335 2.651 20.629-1.043l262.01-153.8c7.393-4.34 16.619-4.069 23.745 0.699l650.26 435c1.988 1.329 4.176 2.332 6.481 2.968l1391.9 109.84" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 595.67 346.65 329.51 178.26c0.65 0.352 1.317 0.671 1.999 0.956l443.78 185.92c6.694 2.804 14.333 2.184 20.487-1.663l271.75-169.88c7.286-4.554 16.538-4.53 23.8 0.065l644.73 407.9c1.667 1.054 3.465 1.884 5.349 2.466l1385.4 121" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.37 324.71 335.06 194.14c1.036 0.6 2.119 1.117 3.238 1.544l454.42 173.37c6.729 2.568 14.284 1.735 20.293-2.236l281.55-186.08c7.158-4.732 16.393-4.948 23.765-0.556l639.28 380.84c1.324 0.788 2.724 1.437 4.181 1.938l1379 132.2" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.24 302.35c0.553 0.28 1.093 0.584 1.62 0.908l339.88 209.51c1.393 0.859 2.876 1.562 4.423 2.096l465.1 160.86c6.745 2.333 14.197 1.305 20.059-2.766l291.39-202.39c7.014-4.871 16.19-5.321 23.646-1.159l633.92 353.8c0.956 0.533 1.949 0.996 2.972 1.384l1372.6 143.45" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.36 280.17c0.936 0.44 1.841 0.944 2.706 1.509l345 225c1.723 1.124 3.593 2.004 5.556 2.616l475.82 148.39c6.74 2.103 14.078 0.896 19.79-3.252l301.26-218.79c6.854-4.978 15.931-5.655 23.446-1.748l628.64 326.79c0.563 0.293 1.139 0.562 1.726 0.806l1366.1 154.75" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.48 258.02c1.324 0.574 2.589 1.273 3.778 2.089l350.19 240.47c2.028 1.392 4.27 2.439 6.638 3.102l486.59 135.96c6.72 1.878 13.932 0.51 19.497-3.699l311.15-235.28c6.68-5.051 15.622-5.944 23.169-2.315l623.67 299.89 1359.9 166.2" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.58 235.92c1.716 0.679 3.342 1.568 4.84 2.646l355.43 255.91c2.308 1.663 4.912 2.869 7.673 3.554l497.4 123.54c6.686 1.66 13.765 0.145 19.185-4.107l321.07-251.85c6.494-5.094 15.266-6.195 22.818-2.863l617.91 272.59 1352.9 177.28" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.68 213.86c2.114 0.758 4.101 1.829 5.895 3.18l360.72 271.34c2.568 1.931 5.522 3.287 8.661 3.973l508.24 111.15c6.64 1.452 13.58-0.196 18.858-4.477l331-268.5c6.298-5.108 14.869-6.405 22.396-3.39l611.04 244.86c0.764 0.307 1.511 0.655 2.237 1.043l1344.7 187.77" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.76 191.85c2.514 0.808 4.865 2.055 6.944 3.683l366.05 286.75c2.809 2.201 6.103 3.697 9.607 4.363l519.12 98.777c6.583 1.253 13.381-0.514 18.521-4.814l340.94-285.2c6.091-5.096 14.43-6.577 21.905-3.889l604.64 217.38c1.258 0.453 2.474 1.016 3.631 1.686l1337 198.43" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.84 169.87c2.917 0.83 5.635 2.246 7.988 4.16l371.41 302.15c3.031 2.465 6.654 4.093 10.51 4.721l530.02 86.414c6.518 1.063 13.172-0.811 18.178-5.119l350.89-301.97c5.877-5.059 13.956-6.709 21.347-4.363l598.24 189.98c1.778 0.565 3.478 1.349 5.061 2.337l1329.2 209.03" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.91 147.94c3.321 0.823 6.41 2.398 9.026 4.603l376.81 317.54c3.236 2.728 7.18 4.48 11.373 5.054l540.95 74.059c6.446 0.883 12.956-1.087 17.832-5.394l360.85-318.79c5.655-4.995 13.448-6.802 20.724-4.802l591.85 162.63c2.321 0.638 4.525 1.646 6.525 2.987l1321.5 219.57" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.98 126.05c3.726 0.786 7.191 2.513 10.063 5.014l382.24 332.92c3.427 2.985 7.681 4.854 12.197 5.359l551.92 61.712c6.367 0.712 12.734-1.343 17.485-5.643l370.8-335.66c5.424-4.91 12.908-6.854 20.037-5.207l585.47 135.36c2.887 0.668 5.613 1.903 8.018 3.633l1313.8 230.05" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.04 104.2c4.131 0.722 7.976 2.59 11.095 5.392l387.7 348.3c3.603 3.237 8.16 5.216 12.985 5.639l562.9 49.368c6.286 0.551 12.512-1.58 17.141-5.866l380.76-352.57c5.188-4.804 12.342-6.869 19.291-5.571l579.11 108.15c3502.3 654.08-841.39-651.32 9.538 4.266l1306.1 240.47" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.09 82.408c4.532 0.625 8.763 2.626 12.122 5.734l393.18 363.67c3.767 3.484 8.618 5.566 13.739 5.896l573.9 37.026c6.199 0.401 12.285-1.797 16.799-6.066l390.72-369.52c4.944-4.677 11.751-6.846 18.489-5.893l572.76 81.011c4.073 0.577 7.908 2.265 11.083 4.882l1298.5 250.83" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.15 60.657c4.93 0.5 9.553 2.624 13.143 6.038l398.69 379.03c3.919 3.726 9.057 5.905 14.46 6.133l584.93 24.685c6.11 0.258 12.06-1.999 16.462-6.245l400.67-386.51c4.697-4.531 11.141-6.783 17.639-6.165l566.41 53.939c4.686 0.447 9.112 2.361 12.646 5.471l1290.8 261.13" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.21 38.952c5.32 0.347 10.341 2.583 14.157 6.307l404.21 394.4c4.06 3.962 9.475 6.232 15.148 6.35l595.97 12.344c6.021 0.124 11.836-2.186 16.131-6.406l410.62-403.52c4.446-4.369 10.515-6.684 16.741-6.384l560.08 26.936c5.307 0.255 10.349 2.391 14.223 6.027l1283.2 271.36" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.27 17.293c5.702 0.165 11.126 2.504 15.16 6.537l409.76 409.76c4.192 4.192 9.878 6.547 15.807 6.547h607.04c5.929 0 11.614-2.355 15.807-6.547l420.56-420.56c4.193-4.191 9.878-6.546 15.807-6.546h553.76c5.927 0 11.614 2.355 15.805 6.546l1275.5 281.53" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g></g></g></g></svg> diff --git a/assets/img/jumbotrons/display_2k/jamie-street-_94HLr_QXo8-unsplash.jpg b/assets/img/jumbotrons/display_2k/jamie-street-_94HLr_QXo8-unsplash.jpg deleted file mode 100644 index 899ceef37f7004690c736aff8ad5e18e4fcc8a5f..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/jamie-street-_94HLr_QXo8-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/jamie-templeton-6gQjPGx1uQw-unsplash.jpg b/assets/img/jumbotrons/display_2k/jamie-templeton-6gQjPGx1uQw-unsplash.jpg deleted file mode 100644 index 3fbebd16368a9653619bc0f111df61fa8d9bd302..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/jamie-templeton-6gQjPGx1uQw-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/luke-stackpoole-ZRsJmpt9pNI-unsplash.jpg b/assets/img/jumbotrons/display_2k/luke-stackpoole-ZRsJmpt9pNI-unsplash.jpg deleted file mode 120000 index be125c62d160f27017c80bf95a5d9617ca91adff..0000000000000000000000000000000000000000 --- a/assets/img/jumbotrons/display_2k/luke-stackpoole-ZRsJmpt9pNI-unsplash.jpg +++ /dev/null @@ -1 +0,0 @@ -../luke-stackpoole-ZRsJmpt9pNI-unsplash.jpg \ No newline at end of file diff --git a/assets/img/jumbotrons/display_2k/markus-spiske-PsRUMc7vilg-unsplash.jpg b/assets/img/jumbotrons/display_2k/markus-spiske-PsRUMc7vilg-unsplash.jpg deleted file mode 100644 index 42b57bbfba9ce430be9ca036aa6981e8a27083b8..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/markus-spiske-PsRUMc7vilg-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/markus-winkler-aId-xYRTlEc-unsplash.jpg b/assets/img/jumbotrons/display_2k/markus-winkler-aId-xYRTlEc-unsplash.jpg deleted file mode 100644 index 9befb75fe56407b7d0b8f95f91758c959f01263f..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/markus-winkler-aId-xYRTlEc-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/matthew-waring-MJAoiige14E-unsplash.jpg b/assets/img/jumbotrons/display_2k/matthew-waring-MJAoiige14E-unsplash.jpg deleted file mode 100644 index 31a0d269ec8ef8254a19e19bd8079936319df1a8..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/matthew-waring-MJAoiige14E-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/mitchell-luo-H3htK85wwnU-unsplash.jpg b/assets/img/jumbotrons/display_2k/mitchell-luo-H3htK85wwnU-unsplash.jpg deleted file mode 100644 index 9b8f675cef9efdff5784f982cde4547d1eb03efa..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/mitchell-luo-H3htK85wwnU-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/mountains-nature-arrow-guide-66100.jpg b/assets/img/jumbotrons/display_2k/mountains-nature-arrow-guide-66100.jpg deleted file mode 100644 index ed730017e09ffd0c71a9adea377c0d68c330356a..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/mountains-nature-arrow-guide-66100.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/omar-flores-MOO6k3RaiwE-unsplash.jpg b/assets/img/jumbotrons/display_2k/omar-flores-MOO6k3RaiwE-unsplash.jpg deleted file mode 100644 index e734c1021fedd595975b79b91c5efa99447d886b..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/omar-flores-MOO6k3RaiwE-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/pexels-brett-sayles-2881232.jpg b/assets/img/jumbotrons/display_2k/pexels-brett-sayles-2881232.jpg deleted file mode 100644 index be2e3248479eb1fa3367bf737431dcf6df6fc337..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/pexels-brett-sayles-2881232.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/photo-of-open-signage-2763246.jpg b/assets/img/jumbotrons/display_2k/photo-of-open-signage-2763246.jpg deleted file mode 100644 index bd790581b31a59ae7c59519cf1242ca0578fa184..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/photo-of-open-signage-2763246.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/sergi-kabrera-2xU7rYxsTiM-unsplash.jpg b/assets/img/jumbotrons/display_2k/sergi-kabrera-2xU7rYxsTiM-unsplash.jpg deleted file mode 100644 index a9d72c0ab2fbbf89786b5724724c1e3b889f09c4..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/sergi-kabrera-2xU7rYxsTiM-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/service_survey.jpg b/assets/img/jumbotrons/display_2k/service_survey.jpg deleted file mode 100644 index c5eecca7f4ee7ecaf0b871f3402bb8e22c01c829..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/service_survey.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/sign-pen-business-document-48148.jpg b/assets/img/jumbotrons/display_2k/sign-pen-business-document-48148.jpg deleted file mode 100644 index ab7bbd3cb971d8ab95603798dca14e2328e70c88..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/sign-pen-business-document-48148.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/spacex-uj3hvdfQujI-unsplash.jpg b/assets/img/jumbotrons/display_2k/spacex-uj3hvdfQujI-unsplash.jpg deleted file mode 100644 index 3c7cae93911ca814014a2e3e1bb78e9f1241b711..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/spacex-uj3hvdfQujI-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/display_2k/volodymyr-hryshchenko-V5vqWC9gyEU-unsplash.jpg b/assets/img/jumbotrons/display_2k/volodymyr-hryshchenko-V5vqWC9gyEU-unsplash.jpg deleted file mode 100644 index 6631df28c8c1f06ef13fbc2364a77efc63cacdfc..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/display_2k/volodymyr-hryshchenko-V5vqWC9gyEU-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/halgatewood-com-tZc3vjPCk-Q-unsplash.jpg b/assets/img/jumbotrons/halgatewood-com-tZc3vjPCk-Q-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cf7aa20eca279e31b5125244d1cc42ce6d21b54 Binary files /dev/null and b/assets/img/jumbotrons/halgatewood-com-tZc3vjPCk-Q-unsplash.jpg differ diff --git a/assets/img/jumbotrons/phone/adi-goldstein-mDinBvq1Sfg-unsplash.jpg b/assets/img/jumbotrons/phone/adi-goldstein-mDinBvq1Sfg-unsplash.jpg deleted file mode 100644 index bd8c039a413510fab83e391cfbe14404b77039ef..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/adi-goldstein-mDinBvq1Sfg-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/adi-goldstein-mDinBvq1Sfg-unsplash_shrinked.jpg b/assets/img/jumbotrons/phone/adi-goldstein-mDinBvq1Sfg-unsplash_shrinked.jpg deleted file mode 100644 index e9b85377d13b3ca2c01eade8b248e4a7a60efffc..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/adi-goldstein-mDinBvq1Sfg-unsplash_shrinked.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/background-cloud.jpg b/assets/img/jumbotrons/phone/background-cloud.jpg deleted file mode 100644 index bfdb78ea1a0f067b30945abe4730ada1a355fa96..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/background-cloud.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/branimir-balogovic-fAiQRv7FgE0-unsplash.jpg b/assets/img/jumbotrons/phone/branimir-balogovic-fAiQRv7FgE0-unsplash.jpg deleted file mode 100644 index 95d761f47b96d7bd31de41030ce3449aca4fa655..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/branimir-balogovic-fAiQRv7FgE0-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/chris-montgomery-smgTvepind4-unsplash.jpg b/assets/img/jumbotrons/phone/chris-montgomery-smgTvepind4-unsplash.jpg deleted file mode 100644 index d32340c2dff0ef034c75afdd482eb57f79388d73..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/chris-montgomery-smgTvepind4-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/clark-tibbs-oqStl2L5oxI-unsplash.jpg b/assets/img/jumbotrons/phone/clark-tibbs-oqStl2L5oxI-unsplash.jpg deleted file mode 100644 index fe00b47703b19f12eaa6fbc0766fee15cb53c12b..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/clark-tibbs-oqStl2L5oxI-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/coding_background.jpg b/assets/img/jumbotrons/phone/coding_background.jpg deleted file mode 100644 index 559769ed762d9d5dd8aa55a5a1c16bc8fbdc749b..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/coding_background.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/cory-billingsley-PQ36AkKJfAc-unsplash.jpg b/assets/img/jumbotrons/phone/cory-billingsley-PQ36AkKJfAc-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..937b994da1eb8151b2c7df7ff2673a80bdb943a9 Binary files /dev/null and b/assets/img/jumbotrons/phone/cory-billingsley-PQ36AkKJfAc-unsplash.jpg differ diff --git a/assets/img/jumbotrons/phone/docker-cover.jpg b/assets/img/jumbotrons/phone/docker-cover.jpg deleted file mode 100644 index bfc2b74d99c0e87a23db6a1df52db58182caf961..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/docker-cover.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/glenn-carstens-peters-RLw-UC03Gwc-unsplash.jpg b/assets/img/jumbotrons/phone/glenn-carstens-peters-RLw-UC03Gwc-unsplash.jpg deleted file mode 100644 index fbf379932b047302065b421dd3d8793377c4d225..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/glenn-carstens-peters-RLw-UC03Gwc-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/globe.jpeg b/assets/img/jumbotrons/phone/globe.jpeg deleted file mode 100644 index 1fc74edb1b9fd3ab685cceb402a6f634afa546de..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/globe.jpeg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/group-of-people-watching-on-laptop-1595385.jpg b/assets/img/jumbotrons/phone/group-of-people-watching-on-laptop-1595385.jpg deleted file mode 100644 index 2dfded1e012f4e9aaf52ce0455d0cfa64c1d1c84..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/group-of-people-watching-on-laptop-1595385.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/halgatewood-com-tZc3vjPCk-Q-unsplash.jpg b/assets/img/jumbotrons/phone/halgatewood-com-tZc3vjPCk-Q-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4d5dfd0ce36430cf6bfac49b0a664849d3462a0 Binary files /dev/null and b/assets/img/jumbotrons/phone/halgatewood-com-tZc3vjPCk-Q-unsplash.jpg differ diff --git a/assets/img/jumbotrons/phone/headway-5QgIuuBxKwM-unsplash.jpg b/assets/img/jumbotrons/phone/headway-5QgIuuBxKwM-unsplash.jpg deleted file mode 100644 index baba3e5f2f0c6433c1a90b21549a5755a48f9dff..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/headway-5QgIuuBxKwM-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/hifis_page_title_background.jpg b/assets/img/jumbotrons/phone/hifis_page_title_background.jpg deleted file mode 100644 index f47dfe9c7b3ade76105c9e1bee11dd3358ba86a8..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/hifis_page_title_background.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/hifis_page_title_background.svg b/assets/img/jumbotrons/phone/hifis_page_title_background.svg deleted file mode 100644 index 402a83a186f2b4ddce0709321610dbf8caafa160..0000000000000000000000000000000000000000 --- a/assets/img/jumbotrons/phone/hifis_page_title_background.svg +++ /dev/null @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="5355.5" height="1641.8" version="1.1" viewBox="0 0 5355.5 1641.8" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><defs><clipPath id="clipPath869"><path d="m0 2250h4e3v-2250h-4e3z"/></clipPath></defs><g transform="matrix(1.3333 0 0 -1.3333 9.6331 3006.4)"><g transform="translate(33)"><g clip-path="url(#clipPath869)"><g transform="translate(430.63 569.45)"><path d="m0 0 581.44 581.44c4.192 4.192 9.878 6.547 15.806 6.547h244.42c5.929 0 11.614 2.355 15.806 6.548l317.66 317.66c4.192 4.192 9.878 6.548 15.807 6.548h172.17c5.929 0 11.615 2.355 15.806 6.547l709.71 709.71c4.191 4.192 9.878 6.547 15.806 6.547h1456.9" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 582.75 560.34c3.829 3.681 8.844 5.879 14.146 6.2l252.86 15.273c5.173 0.313 10.076 2.413 13.872 5.942l328.99 305.85c4.607 4.284 10.807 6.428 17.077 5.905l180.07-15.014c6.432-0.537 12.782 1.733 17.416 6.225l703.44 681.85c4.038 3.915 9.403 6.163 15.025 6.297l1450.3 10.871" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 584.05 539.18c3.466 3.2 7.856 5.22 12.541 5.774l261.21 30.852c4.435 0.524 8.611 2.363 11.991 5.283l340.38 294.04c4.987 4.308 11.622 6.196 18.13 5.16l188.3-29.999c6.825-1.088 13.77 1.043 18.811 5.772l697.24 654.08c3.872 3.631 8.911 5.767 14.213 6.024l1443.8 21.762" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 585.33 517.96c3.105 2.747 6.912 4.577 10.997 5.285l269.44 46.693c3.724 0.645 7.222 2.224 10.17 4.588l351.84 282.22c5.327 4.273 12.315 5.877 18.972 4.354l196.83-45.027c7.119-1.629 14.586 0.323 19.997 5.228l691.1 626.41c3.692 3.347 8.397 5.364 13.368 5.731l1437.2 32.673" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 586.6 496.69c2.744 2.325 6.008 3.952 9.515 4.745l277.54 62.761c3.044 0.689 5.91 2.007 8.414 3.87l363.38 270.4c5.626 4.187 12.89 5.49 19.621 3.522l205.62-60.15c7.326-2.143 15.24-0.399 20.988 4.625l685.04 598.84c3.5 3.06 7.866 4.952 12.491 5.414l1430.7 43.608" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 587.86 475.36c2.383 1.928 5.138 3.345 8.093 4.162l285.53 79.023c2.402 0.664 4.675 1.726 6.726 3.14l374.98 258.56c5.884 4.057 13.354 5.056 20.097 2.687l214.65-75.397c7.461-2.621 15.75-1.105 21.8 3.986l679.06 571.35c3.291 2.77 7.311 4.53 11.578 5.071l1424.2 54.57" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 589.12 453.99c2.024 1.56 4.3 2.761 6.73 3.551l293.4 95.444c1.798 0.585 3.514 1.396 5.108 2.413l386.66 246.69c6.104 3.894 13.715 4.591 20.424 1.87l223.86-90.788c7.533-3.054 16.129-1.78 22.451 3.329l673.14 543.94c3.067 2.478 6.734 4.102 10.631 4.705l1417.7 65.558" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 590.37 432.57c1.663 1.219 3.487 2.202 5.42 2.92l301.15 112c1.233 0.459 2.424 1.026 3.558 1.694l398.39 234.79c6.285 3.704 13.983 4.108 20.622 1.081l233.23-106.32c7.553-3.443 16.392-2.418 22.956 2.664l667.31 516.61c2.825 2.187 6.134 3.665 9.648 4.31l1411.2 76.577" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 591.62 411.1c1.301 0.905 2.696 1.668 4.158 2.278l308.8 128.67c0.708 0.295 1.4 0.626 2.074 0.992l410.18 222.86c6.432 3.495 14.169 3.619 20.71 0.331l242.73-122.01c7.533-3.786 16.554-3.012 23.333 2.001l661.55 489.35c2.566 1.897 5.508 3.224 8.629 3.89l1404.8 87.627" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 592.86 389.6c0.938 0.615 1.921 1.16 2.94 1.628l316.67 145.58 422.35 211.04c6.548 3.272 14.283 3.131 20.708-0.379l252.33-137.84c7.478-4.085 16.627-3.563 23.592 1.345l655.86 462.15c2.287 1.611 4.855 2.779 7.573 3.442l1398.3 98.714" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 594.12 368.06c0.571 0.354 1.157 0.681 1.758 0.982l323.44 162.08 433.56 198.69c6.634 3.041 14.335 2.651 20.629-1.043l262.01-153.8c7.393-4.34 16.619-4.069 23.745 0.699l650.26 435c1.988 1.329 4.176 2.332 6.481 2.968l1391.9 109.84" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 595.67 346.65 329.51 178.26c0.65 0.352 1.317 0.671 1.999 0.956l443.78 185.92c6.694 2.804 14.333 2.184 20.487-1.663l271.75-169.88c7.286-4.554 16.538-4.53 23.8 0.065l644.73 407.9c1.667 1.054 3.465 1.884 5.349 2.466l1385.4 121" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.37 324.71 335.06 194.14c1.036 0.6 2.119 1.117 3.238 1.544l454.42 173.37c6.729 2.568 14.284 1.735 20.293-2.236l281.55-186.08c7.158-4.732 16.393-4.948 23.765-0.556l639.28 380.84c1.324 0.788 2.724 1.437 4.181 1.938l1379 132.2" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.24 302.35c0.553 0.28 1.093 0.584 1.62 0.908l339.88 209.51c1.393 0.859 2.876 1.562 4.423 2.096l465.1 160.86c6.745 2.333 14.197 1.305 20.059-2.766l291.39-202.39c7.014-4.871 16.19-5.321 23.646-1.159l633.92 353.8c0.956 0.533 1.949 0.996 2.972 1.384l1372.6 143.45" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.36 280.17c0.936 0.44 1.841 0.944 2.706 1.509l345 225c1.723 1.124 3.593 2.004 5.556 2.616l475.82 148.39c6.74 2.103 14.078 0.896 19.79-3.252l301.26-218.79c6.854-4.978 15.931-5.655 23.446-1.748l628.64 326.79c0.563 0.293 1.139 0.562 1.726 0.806l1366.1 154.75" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.48 258.02c1.324 0.574 2.589 1.273 3.778 2.089l350.19 240.47c2.028 1.392 4.27 2.439 6.638 3.102l486.59 135.96c6.72 1.878 13.932 0.51 19.497-3.699l311.15-235.28c6.68-5.051 15.622-5.944 23.169-2.315l623.67 299.89 1359.9 166.2" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.58 235.92c1.716 0.679 3.342 1.568 4.84 2.646l355.43 255.91c2.308 1.663 4.912 2.869 7.673 3.554l497.4 123.54c6.686 1.66 13.765 0.145 19.185-4.107l321.07-251.85c6.494-5.094 15.266-6.195 22.818-2.863l617.91 272.59 1352.9 177.28" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.68 213.86c2.114 0.758 4.101 1.829 5.895 3.18l360.72 271.34c2.568 1.931 5.522 3.287 8.661 3.973l508.24 111.15c6.64 1.452 13.58-0.196 18.858-4.477l331-268.5c6.298-5.108 14.869-6.405 22.396-3.39l611.04 244.86c0.764 0.307 1.511 0.655 2.237 1.043l1344.7 187.77" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.76 191.85c2.514 0.808 4.865 2.055 6.944 3.683l366.05 286.75c2.809 2.201 6.103 3.697 9.607 4.363l519.12 98.777c6.583 1.253 13.381-0.514 18.521-4.814l340.94-285.2c6.091-5.096 14.43-6.577 21.905-3.889l604.64 217.38c1.258 0.453 2.474 1.016 3.631 1.686l1337 198.43" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.84 169.87c2.917 0.83 5.635 2.246 7.988 4.16l371.41 302.15c3.031 2.465 6.654 4.093 10.51 4.721l530.02 86.414c6.518 1.063 13.172-0.811 18.178-5.119l350.89-301.97c5.877-5.059 13.956-6.709 21.347-4.363l598.24 189.98c1.778 0.565 3.478 1.349 5.061 2.337l1329.2 209.03" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.91 147.94c3.321 0.823 6.41 2.398 9.026 4.603l376.81 317.54c3.236 2.728 7.18 4.48 11.373 5.054l540.95 74.059c6.446 0.883 12.956-1.087 17.832-5.394l360.85-318.79c5.655-4.995 13.448-6.802 20.724-4.802l591.85 162.63c2.321 0.638 4.525 1.646 6.525 2.987l1321.5 219.57" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.98 126.05c3.726 0.786 7.191 2.513 10.063 5.014l382.24 332.92c3.427 2.985 7.681 4.854 12.197 5.359l551.92 61.712c6.367 0.712 12.734-1.343 17.485-5.643l370.8-335.66c5.424-4.91 12.908-6.854 20.037-5.207l585.47 135.36c2.887 0.668 5.613 1.903 8.018 3.633l1313.8 230.05" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.04 104.2c4.131 0.722 7.976 2.59 11.095 5.392l387.7 348.3c3.603 3.237 8.16 5.216 12.985 5.639l562.9 49.368c6.286 0.551 12.512-1.58 17.141-5.866l380.76-352.57c5.188-4.804 12.342-6.869 19.291-5.571l579.11 108.15c3502.3 654.08-841.39-651.32 9.538 4.266l1306.1 240.47" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.09 82.408c4.532 0.625 8.763 2.626 12.122 5.734l393.18 363.67c3.767 3.484 8.618 5.566 13.739 5.896l573.9 37.026c6.199 0.401 12.285-1.797 16.799-6.066l390.72-369.52c4.944-4.677 11.751-6.846 18.489-5.893l572.76 81.011c4.073 0.577 7.908 2.265 11.083 4.882l1298.5 250.83" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.15 60.657c4.93 0.5 9.553 2.624 13.143 6.038l398.69 379.03c3.919 3.726 9.057 5.905 14.46 6.133l584.93 24.685c6.11 0.258 12.06-1.999 16.462-6.245l400.67-386.51c4.697-4.531 11.141-6.783 17.639-6.165l566.41 53.939c4.686 0.447 9.112 2.361 12.646 5.471l1290.8 261.13" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.21 38.952c5.32 0.347 10.341 2.583 14.157 6.307l404.21 394.4c4.06 3.962 9.475 6.232 15.148 6.35l595.97 12.344c6.021 0.124 11.836-2.186 16.131-6.406l410.62-403.52c4.446-4.369 10.515-6.684 16.741-6.384l560.08 26.936c5.307 0.255 10.349 2.391 14.223 6.027l1283.2 271.36" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.27 17.293c5.702 0.165 11.126 2.504 15.16 6.537l409.76 409.76c4.192 4.192 9.878 6.547 15.807 6.547h607.04c5.929 0 11.614-2.355 15.807-6.547l420.56-420.56c4.193-4.191 9.878-6.546 15.807-6.546h553.76c5.927 0 11.614 2.355 15.805 6.546l1275.5 281.53" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g></g></g></g></svg> diff --git a/assets/img/jumbotrons/phone/jamie-street-_94HLr_QXo8-unsplash.jpg b/assets/img/jumbotrons/phone/jamie-street-_94HLr_QXo8-unsplash.jpg deleted file mode 100644 index 9a164d16357896ac5b08d3914c6f22c41679ea0b..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/jamie-street-_94HLr_QXo8-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/jamie-templeton-6gQjPGx1uQw-unsplash.jpg b/assets/img/jumbotrons/phone/jamie-templeton-6gQjPGx1uQw-unsplash.jpg deleted file mode 100644 index 87f6a586033de738f7cfa86a827bc23ec51d1c09..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/jamie-templeton-6gQjPGx1uQw-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/luke-stackpoole-ZRsJmpt9pNI-unsplash.jpg b/assets/img/jumbotrons/phone/luke-stackpoole-ZRsJmpt9pNI-unsplash.jpg deleted file mode 100644 index ed48c4665bced85cc2f8095fe3d05a3a7d8afa64..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/luke-stackpoole-ZRsJmpt9pNI-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/markus-spiske-PsRUMc7vilg-unsplash.jpg b/assets/img/jumbotrons/phone/markus-spiske-PsRUMc7vilg-unsplash.jpg deleted file mode 100644 index 995b5bd95bd4caa158909556965cfa769074559b..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/markus-spiske-PsRUMc7vilg-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/markus-winkler-aId-xYRTlEc-unsplash.jpg b/assets/img/jumbotrons/phone/markus-winkler-aId-xYRTlEc-unsplash.jpg deleted file mode 100644 index 2272c85b4dd51631b1c7a82f9083ed0f1d47d61c..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/markus-winkler-aId-xYRTlEc-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/matthew-waring-MJAoiige14E-unsplash.jpg b/assets/img/jumbotrons/phone/matthew-waring-MJAoiige14E-unsplash.jpg deleted file mode 100644 index 583c2bb25f83d7dcfc6c2f6b06432d47472b58f0..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/matthew-waring-MJAoiige14E-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/mitchell-luo-H3htK85wwnU-unsplash.jpg b/assets/img/jumbotrons/phone/mitchell-luo-H3htK85wwnU-unsplash.jpg deleted file mode 100644 index a0256ea38389e54a8e9d6caa8bbd4cc9c7688144..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/mitchell-luo-H3htK85wwnU-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/mountains-nature-arrow-guide-66100.jpg b/assets/img/jumbotrons/phone/mountains-nature-arrow-guide-66100.jpg deleted file mode 100644 index 9bf32642cb821b2e6d1f19933355db18c2302f47..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/mountains-nature-arrow-guide-66100.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/omar-flores-MOO6k3RaiwE-unsplash.jpg b/assets/img/jumbotrons/phone/omar-flores-MOO6k3RaiwE-unsplash.jpg deleted file mode 100644 index 74e7985ee217878adda8870cf807187a6da9ec24..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/omar-flores-MOO6k3RaiwE-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/pexels-brett-sayles-2881232.jpg b/assets/img/jumbotrons/phone/pexels-brett-sayles-2881232.jpg deleted file mode 100644 index af607d8e318ebba7268d830f167147e340a076fd..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/pexels-brett-sayles-2881232.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/photo-of-open-signage-2763246.jpg b/assets/img/jumbotrons/phone/photo-of-open-signage-2763246.jpg deleted file mode 100644 index 3974ec1360280772752bb745e676dbd6d4eaeea6..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/photo-of-open-signage-2763246.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/sergi-kabrera-2xU7rYxsTiM-unsplash.jpg b/assets/img/jumbotrons/phone/sergi-kabrera-2xU7rYxsTiM-unsplash.jpg deleted file mode 100644 index 483b25f8a219a1bc0ce40f13a0ca22e3d032a4b5..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/sergi-kabrera-2xU7rYxsTiM-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/service_survey.jpg b/assets/img/jumbotrons/phone/service_survey.jpg deleted file mode 100644 index b487c00e69a48a598ae63c5f8a981bd2335b38a4..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/service_survey.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/sign-pen-business-document-48148.jpg b/assets/img/jumbotrons/phone/sign-pen-business-document-48148.jpg deleted file mode 100644 index b668dc11ba8711902facb3ccd5cefff9701fbfd7..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/sign-pen-business-document-48148.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/spacex-uj3hvdfQujI-unsplash.jpg b/assets/img/jumbotrons/phone/spacex-uj3hvdfQujI-unsplash.jpg deleted file mode 100644 index e2429a86dd8ae23fe2d633bedadc9f857a16048b..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/spacex-uj3hvdfQujI-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/phone/volodymyr-hryshchenko-V5vqWC9gyEU-unsplash.jpg b/assets/img/jumbotrons/phone/volodymyr-hryshchenko-V5vqWC9gyEU-unsplash.jpg deleted file mode 100644 index 158f53a101806db634a8fb1bb1ee1c4603082b3b..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/phone/volodymyr-hryshchenko-V5vqWC9gyEU-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/adi-goldstein-mDinBvq1Sfg-unsplash.jpg b/assets/img/jumbotrons/tablet/adi-goldstein-mDinBvq1Sfg-unsplash.jpg deleted file mode 100644 index 2937b5d09508d23b053e927186e5981ab0f7e4b4..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/adi-goldstein-mDinBvq1Sfg-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/adi-goldstein-mDinBvq1Sfg-unsplash_shrinked.jpg b/assets/img/jumbotrons/tablet/adi-goldstein-mDinBvq1Sfg-unsplash_shrinked.jpg deleted file mode 100644 index 0fe01268897d026650029659599097f3add39f84..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/adi-goldstein-mDinBvq1Sfg-unsplash_shrinked.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/background-cloud.jpg b/assets/img/jumbotrons/tablet/background-cloud.jpg deleted file mode 100644 index bde7fe30584610ffab2e97dbf0a6bfc5089cf75b..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/background-cloud.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/branimir-balogovic-fAiQRv7FgE0-unsplash.jpg b/assets/img/jumbotrons/tablet/branimir-balogovic-fAiQRv7FgE0-unsplash.jpg deleted file mode 100644 index f35887cff31f3b03c6961eb977982d510ba301a0..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/branimir-balogovic-fAiQRv7FgE0-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/chris-montgomery-smgTvepind4-unsplash.jpg b/assets/img/jumbotrons/tablet/chris-montgomery-smgTvepind4-unsplash.jpg deleted file mode 100644 index 3c43bd3ebd60cd8707b8933c1fe1c18de7f603a4..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/chris-montgomery-smgTvepind4-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/clark-tibbs-oqStl2L5oxI-unsplash.jpg b/assets/img/jumbotrons/tablet/clark-tibbs-oqStl2L5oxI-unsplash.jpg deleted file mode 100644 index 410b5039ce4523add47a4e8ade619cd8513b925f..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/clark-tibbs-oqStl2L5oxI-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/coding_background.jpg b/assets/img/jumbotrons/tablet/coding_background.jpg deleted file mode 100644 index bf80c5c111084f57de62241bce23a731b0843fc3..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/coding_background.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/cory-billingsley-PQ36AkKJfAc-unsplash.jpg b/assets/img/jumbotrons/tablet/cory-billingsley-PQ36AkKJfAc-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..049c6f0dd2a910ed54dc514db89811c1e1e75f37 Binary files /dev/null and b/assets/img/jumbotrons/tablet/cory-billingsley-PQ36AkKJfAc-unsplash.jpg differ diff --git a/assets/img/jumbotrons/tablet/docker-cover.jpg b/assets/img/jumbotrons/tablet/docker-cover.jpg deleted file mode 100644 index bfc2b74d99c0e87a23db6a1df52db58182caf961..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/docker-cover.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/glenn-carstens-peters-RLw-UC03Gwc-unsplash.jpg b/assets/img/jumbotrons/tablet/glenn-carstens-peters-RLw-UC03Gwc-unsplash.jpg deleted file mode 100644 index 34d2d62529af2308cb86390a97c3cd866b556091..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/glenn-carstens-peters-RLw-UC03Gwc-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/globe.jpeg b/assets/img/jumbotrons/tablet/globe.jpeg deleted file mode 100644 index e3769cada40e3e17db537aa74a748f174a89eaae..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/globe.jpeg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/group-of-people-watching-on-laptop-1595385.jpg b/assets/img/jumbotrons/tablet/group-of-people-watching-on-laptop-1595385.jpg deleted file mode 100644 index 0806a2655e864728054b8ababe220a48c4160945..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/group-of-people-watching-on-laptop-1595385.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/halgatewood-com-tZc3vjPCk-Q-unsplash.jpg b/assets/img/jumbotrons/tablet/halgatewood-com-tZc3vjPCk-Q-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..16fe08a1038d2e2f98976016867e266a52a2f659 Binary files /dev/null and b/assets/img/jumbotrons/tablet/halgatewood-com-tZc3vjPCk-Q-unsplash.jpg differ diff --git a/assets/img/jumbotrons/tablet/headway-5QgIuuBxKwM-unsplash.jpg b/assets/img/jumbotrons/tablet/headway-5QgIuuBxKwM-unsplash.jpg deleted file mode 100644 index baba3e5f2f0c6433c1a90b21549a5755a48f9dff..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/headway-5QgIuuBxKwM-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/hifis_page_title_background.jpg b/assets/img/jumbotrons/tablet/hifis_page_title_background.jpg deleted file mode 100644 index 94a376b51b86262b903366fb1fb71fa5dec0349d..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/hifis_page_title_background.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/hifis_page_title_background.svg b/assets/img/jumbotrons/tablet/hifis_page_title_background.svg deleted file mode 100644 index 402a83a186f2b4ddce0709321610dbf8caafa160..0000000000000000000000000000000000000000 --- a/assets/img/jumbotrons/tablet/hifis_page_title_background.svg +++ /dev/null @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="5355.5" height="1641.8" version="1.1" viewBox="0 0 5355.5 1641.8" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><defs><clipPath id="clipPath869"><path d="m0 2250h4e3v-2250h-4e3z"/></clipPath></defs><g transform="matrix(1.3333 0 0 -1.3333 9.6331 3006.4)"><g transform="translate(33)"><g clip-path="url(#clipPath869)"><g transform="translate(430.63 569.45)"><path d="m0 0 581.44 581.44c4.192 4.192 9.878 6.547 15.806 6.547h244.42c5.929 0 11.614 2.355 15.806 6.548l317.66 317.66c4.192 4.192 9.878 6.548 15.807 6.548h172.17c5.929 0 11.615 2.355 15.806 6.547l709.71 709.71c4.191 4.192 9.878 6.547 15.806 6.547h1456.9" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 582.75 560.34c3.829 3.681 8.844 5.879 14.146 6.2l252.86 15.273c5.173 0.313 10.076 2.413 13.872 5.942l328.99 305.85c4.607 4.284 10.807 6.428 17.077 5.905l180.07-15.014c6.432-0.537 12.782 1.733 17.416 6.225l703.44 681.85c4.038 3.915 9.403 6.163 15.025 6.297l1450.3 10.871" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 584.05 539.18c3.466 3.2 7.856 5.22 12.541 5.774l261.21 30.852c4.435 0.524 8.611 2.363 11.991 5.283l340.38 294.04c4.987 4.308 11.622 6.196 18.13 5.16l188.3-29.999c6.825-1.088 13.77 1.043 18.811 5.772l697.24 654.08c3.872 3.631 8.911 5.767 14.213 6.024l1443.8 21.762" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 585.33 517.96c3.105 2.747 6.912 4.577 10.997 5.285l269.44 46.693c3.724 0.645 7.222 2.224 10.17 4.588l351.84 282.22c5.327 4.273 12.315 5.877 18.972 4.354l196.83-45.027c7.119-1.629 14.586 0.323 19.997 5.228l691.1 626.41c3.692 3.347 8.397 5.364 13.368 5.731l1437.2 32.673" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 586.6 496.69c2.744 2.325 6.008 3.952 9.515 4.745l277.54 62.761c3.044 0.689 5.91 2.007 8.414 3.87l363.38 270.4c5.626 4.187 12.89 5.49 19.621 3.522l205.62-60.15c7.326-2.143 15.24-0.399 20.988 4.625l685.04 598.84c3.5 3.06 7.866 4.952 12.491 5.414l1430.7 43.608" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 587.86 475.36c2.383 1.928 5.138 3.345 8.093 4.162l285.53 79.023c2.402 0.664 4.675 1.726 6.726 3.14l374.98 258.56c5.884 4.057 13.354 5.056 20.097 2.687l214.65-75.397c7.461-2.621 15.75-1.105 21.8 3.986l679.06 571.35c3.291 2.77 7.311 4.53 11.578 5.071l1424.2 54.57" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 589.12 453.99c2.024 1.56 4.3 2.761 6.73 3.551l293.4 95.444c1.798 0.585 3.514 1.396 5.108 2.413l386.66 246.69c6.104 3.894 13.715 4.591 20.424 1.87l223.86-90.788c7.533-3.054 16.129-1.78 22.451 3.329l673.14 543.94c3.067 2.478 6.734 4.102 10.631 4.705l1417.7 65.558" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 590.37 432.57c1.663 1.219 3.487 2.202 5.42 2.92l301.15 112c1.233 0.459 2.424 1.026 3.558 1.694l398.39 234.79c6.285 3.704 13.983 4.108 20.622 1.081l233.23-106.32c7.553-3.443 16.392-2.418 22.956 2.664l667.31 516.61c2.825 2.187 6.134 3.665 9.648 4.31l1411.2 76.577" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 591.62 411.1c1.301 0.905 2.696 1.668 4.158 2.278l308.8 128.67c0.708 0.295 1.4 0.626 2.074 0.992l410.18 222.86c6.432 3.495 14.169 3.619 20.71 0.331l242.73-122.01c7.533-3.786 16.554-3.012 23.333 2.001l661.55 489.35c2.566 1.897 5.508 3.224 8.629 3.89l1404.8 87.627" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 592.86 389.6c0.938 0.615 1.921 1.16 2.94 1.628l316.67 145.58 422.35 211.04c6.548 3.272 14.283 3.131 20.708-0.379l252.33-137.84c7.478-4.085 16.627-3.563 23.592 1.345l655.86 462.15c2.287 1.611 4.855 2.779 7.573 3.442l1398.3 98.714" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 594.12 368.06c0.571 0.354 1.157 0.681 1.758 0.982l323.44 162.08 433.56 198.69c6.634 3.041 14.335 2.651 20.629-1.043l262.01-153.8c7.393-4.34 16.619-4.069 23.745 0.699l650.26 435c1.988 1.329 4.176 2.332 6.481 2.968l1391.9 109.84" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 595.67 346.65 329.51 178.26c0.65 0.352 1.317 0.671 1.999 0.956l443.78 185.92c6.694 2.804 14.333 2.184 20.487-1.663l271.75-169.88c7.286-4.554 16.538-4.53 23.8 0.065l644.73 407.9c1.667 1.054 3.465 1.884 5.349 2.466l1385.4 121" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.37 324.71 335.06 194.14c1.036 0.6 2.119 1.117 3.238 1.544l454.42 173.37c6.729 2.568 14.284 1.735 20.293-2.236l281.55-186.08c7.158-4.732 16.393-4.948 23.765-0.556l639.28 380.84c1.324 0.788 2.724 1.437 4.181 1.938l1379 132.2" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.24 302.35c0.553 0.28 1.093 0.584 1.62 0.908l339.88 209.51c1.393 0.859 2.876 1.562 4.423 2.096l465.1 160.86c6.745 2.333 14.197 1.305 20.059-2.766l291.39-202.39c7.014-4.871 16.19-5.321 23.646-1.159l633.92 353.8c0.956 0.533 1.949 0.996 2.972 1.384l1372.6 143.45" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.36 280.17c0.936 0.44 1.841 0.944 2.706 1.509l345 225c1.723 1.124 3.593 2.004 5.556 2.616l475.82 148.39c6.74 2.103 14.078 0.896 19.79-3.252l301.26-218.79c6.854-4.978 15.931-5.655 23.446-1.748l628.64 326.79c0.563 0.293 1.139 0.562 1.726 0.806l1366.1 154.75" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.48 258.02c1.324 0.574 2.589 1.273 3.778 2.089l350.19 240.47c2.028 1.392 4.27 2.439 6.638 3.102l486.59 135.96c6.72 1.878 13.932 0.51 19.497-3.699l311.15-235.28c6.68-5.051 15.622-5.944 23.169-2.315l623.67 299.89 1359.9 166.2" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.58 235.92c1.716 0.679 3.342 1.568 4.84 2.646l355.43 255.91c2.308 1.663 4.912 2.869 7.673 3.554l497.4 123.54c6.686 1.66 13.765 0.145 19.185-4.107l321.07-251.85c6.494-5.094 15.266-6.195 22.818-2.863l617.91 272.59 1352.9 177.28" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.68 213.86c2.114 0.758 4.101 1.829 5.895 3.18l360.72 271.34c2.568 1.931 5.522 3.287 8.661 3.973l508.24 111.15c6.64 1.452 13.58-0.196 18.858-4.477l331-268.5c6.298-5.108 14.869-6.405 22.396-3.39l611.04 244.86c0.764 0.307 1.511 0.655 2.237 1.043l1344.7 187.77" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.76 191.85c2.514 0.808 4.865 2.055 6.944 3.683l366.05 286.75c2.809 2.201 6.103 3.697 9.607 4.363l519.12 98.777c6.583 1.253 13.381-0.514 18.521-4.814l340.94-285.2c6.091-5.096 14.43-6.577 21.905-3.889l604.64 217.38c1.258 0.453 2.474 1.016 3.631 1.686l1337 198.43" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.84 169.87c2.917 0.83 5.635 2.246 7.988 4.16l371.41 302.15c3.031 2.465 6.654 4.093 10.51 4.721l530.02 86.414c6.518 1.063 13.172-0.811 18.178-5.119l350.89-301.97c5.877-5.059 13.956-6.709 21.347-4.363l598.24 189.98c1.778 0.565 3.478 1.349 5.061 2.337l1329.2 209.03" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.91 147.94c3.321 0.823 6.41 2.398 9.026 4.603l376.81 317.54c3.236 2.728 7.18 4.48 11.373 5.054l540.95 74.059c6.446 0.883 12.956-1.087 17.832-5.394l360.85-318.79c5.655-4.995 13.448-6.802 20.724-4.802l591.85 162.63c2.321 0.638 4.525 1.646 6.525 2.987l1321.5 219.57" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 596.98 126.05c3.726 0.786 7.191 2.513 10.063 5.014l382.24 332.92c3.427 2.985 7.681 4.854 12.197 5.359l551.92 61.712c6.367 0.712 12.734-1.343 17.485-5.643l370.8-335.66c5.424-4.91 12.908-6.854 20.037-5.207l585.47 135.36c2.887 0.668 5.613 1.903 8.018 3.633l1313.8 230.05" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.04 104.2c4.131 0.722 7.976 2.59 11.095 5.392l387.7 348.3c3.603 3.237 8.16 5.216 12.985 5.639l562.9 49.368c6.286 0.551 12.512-1.58 17.141-5.866l380.76-352.57c5.188-4.804 12.342-6.869 19.291-5.571l579.11 108.15c3502.3 654.08-841.39-651.32 9.538 4.266l1306.1 240.47" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.09 82.408c4.532 0.625 8.763 2.626 12.122 5.734l393.18 363.67c3.767 3.484 8.618 5.566 13.739 5.896l573.9 37.026c6.199 0.401 12.285-1.797 16.799-6.066l390.72-369.52c4.944-4.677 11.751-6.846 18.489-5.893l572.76 81.011c4.073 0.577 7.908 2.265 11.083 4.882l1298.5 250.83" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.15 60.657c4.93 0.5 9.553 2.624 13.143 6.038l398.69 379.03c3.919 3.726 9.057 5.905 14.46 6.133l584.93 24.685c6.11 0.258 12.06-1.999 16.462-6.245l400.67-386.51c4.697-4.531 11.141-6.783 17.639-6.165l566.41 53.939c4.686 0.447 9.112 2.361 12.646 5.471l1290.8 261.13" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.21 38.952c5.32 0.347 10.341 2.583 14.157 6.307l404.21 394.4c4.06 3.962 9.475 6.232 15.148 6.35l595.97 12.344c6.021 0.124 11.836-2.186 16.131-6.406l410.62-403.52c4.446-4.369 10.515-6.684 16.741-6.384l560.08 26.936c5.307 0.255 10.349 2.391 14.223 6.027l1283.2 271.36" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g><g transform="translate(430.63 569.45)"><path d="m0 0 597.27 17.293c5.702 0.165 11.126 2.504 15.16 6.537l409.76 409.76c4.192 4.192 9.878 6.547 15.807 6.547h607.04c5.929 0 11.614-2.355 15.807-6.547l420.56-420.56c4.193-4.191 9.878-6.546 15.807-6.546h553.76c5.927 0 11.614 2.355 15.805 6.546l1275.5 281.53" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="1.016"/></g></g></g></g></svg> diff --git a/assets/img/jumbotrons/tablet/jamie-street-_94HLr_QXo8-unsplash.jpg b/assets/img/jumbotrons/tablet/jamie-street-_94HLr_QXo8-unsplash.jpg deleted file mode 100644 index 9a164d16357896ac5b08d3914c6f22c41679ea0b..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/jamie-street-_94HLr_QXo8-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/jamie-templeton-6gQjPGx1uQw-unsplash.jpg b/assets/img/jumbotrons/tablet/jamie-templeton-6gQjPGx1uQw-unsplash.jpg deleted file mode 100644 index 3d670e2b46e23ebc13321523ca49c8761b883f0e..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/jamie-templeton-6gQjPGx1uQw-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/luke-stackpoole-ZRsJmpt9pNI-unsplash.jpg b/assets/img/jumbotrons/tablet/luke-stackpoole-ZRsJmpt9pNI-unsplash.jpg deleted file mode 100644 index f31bd224b0ede75e2eeef17c297aa48a1d6a5b31..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/luke-stackpoole-ZRsJmpt9pNI-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/markus-spiske-PsRUMc7vilg-unsplash.jpg b/assets/img/jumbotrons/tablet/markus-spiske-PsRUMc7vilg-unsplash.jpg deleted file mode 100644 index 081f3058d54724fc28153f2e3f4c628c69f48008..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/markus-spiske-PsRUMc7vilg-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/markus-winkler-aId-xYRTlEc-unsplash.jpg b/assets/img/jumbotrons/tablet/markus-winkler-aId-xYRTlEc-unsplash.jpg deleted file mode 100644 index d7dbafc680e9a37d20050cf16f1bc2855f43d3a3..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/markus-winkler-aId-xYRTlEc-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/matthew-waring-MJAoiige14E-unsplash.jpg b/assets/img/jumbotrons/tablet/matthew-waring-MJAoiige14E-unsplash.jpg deleted file mode 100644 index 5d9db340374f218b2c9fea8d7835c37881f7562b..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/matthew-waring-MJAoiige14E-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/mitchell-luo-H3htK85wwnU-unsplash.jpg b/assets/img/jumbotrons/tablet/mitchell-luo-H3htK85wwnU-unsplash.jpg deleted file mode 100644 index 14d0cae958f4179af838ba471c6b52d5674197f3..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/mitchell-luo-H3htK85wwnU-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/mountains-nature-arrow-guide-66100.jpg b/assets/img/jumbotrons/tablet/mountains-nature-arrow-guide-66100.jpg deleted file mode 100644 index f71aebe75453ea548e3170662f5d6a35aa4a2e17..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/mountains-nature-arrow-guide-66100.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/omar-flores-MOO6k3RaiwE-unsplash.jpg b/assets/img/jumbotrons/tablet/omar-flores-MOO6k3RaiwE-unsplash.jpg deleted file mode 100644 index 7d12e62bebb016769e89920809cf4be3121b5ded..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/omar-flores-MOO6k3RaiwE-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/pexels-brett-sayles-2881232.jpg b/assets/img/jumbotrons/tablet/pexels-brett-sayles-2881232.jpg deleted file mode 100644 index d3562023f989641ac9a5a47fd38ed8b59cdee0a8..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/pexels-brett-sayles-2881232.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/photo-of-open-signage-2763246.jpg b/assets/img/jumbotrons/tablet/photo-of-open-signage-2763246.jpg deleted file mode 100644 index 957bf5cab91b421708a3cdc67879a1c36e057750..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/photo-of-open-signage-2763246.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/sergi-kabrera-2xU7rYxsTiM-unsplash.jpg b/assets/img/jumbotrons/tablet/sergi-kabrera-2xU7rYxsTiM-unsplash.jpg deleted file mode 100644 index 00b5aed504568f509c589c8f5c3300e2ff4d2ae9..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/sergi-kabrera-2xU7rYxsTiM-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/service_survey.jpg b/assets/img/jumbotrons/tablet/service_survey.jpg deleted file mode 100644 index 0a348a7391119393f51555d6711323f167f16932..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/service_survey.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/sign-pen-business-document-48148.jpg b/assets/img/jumbotrons/tablet/sign-pen-business-document-48148.jpg deleted file mode 100644 index d0558d41821fc024097280ced4cd02ef2a51f63b..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/sign-pen-business-document-48148.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/spacex-uj3hvdfQujI-unsplash.jpg b/assets/img/jumbotrons/tablet/spacex-uj3hvdfQujI-unsplash.jpg deleted file mode 100644 index a35668a6412e7cbc77541db4897eda577a93b194..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/spacex-uj3hvdfQujI-unsplash.jpg and /dev/null differ diff --git a/assets/img/jumbotrons/tablet/volodymyr-hryshchenko-V5vqWC9gyEU-unsplash.jpg b/assets/img/jumbotrons/tablet/volodymyr-hryshchenko-V5vqWC9gyEU-unsplash.jpg deleted file mode 100644 index 42d9eb2a347af30385d02eb214deb1847b078688..0000000000000000000000000000000000000000 Binary files a/assets/img/jumbotrons/tablet/volodymyr-hryshchenko-V5vqWC9gyEU-unsplash.jpg and /dev/null differ diff --git a/assets/img/posts/2021-05-19-software-policies-workshop/miro_board.png b/assets/img/posts/2021-05-19-software-policies-workshop/miro_board.png new file mode 100644 index 0000000000000000000000000000000000000000..fb98879101e6ff6ad1a3af69d1819708b4793cca Binary files /dev/null and b/assets/img/posts/2021-05-19-software-policies-workshop/miro_board.png differ diff --git a/assets/img/services/301-kim-m2sXdEpKKzk-unsplash.jpg b/assets/img/services/301-kim-m2sXdEpKKzk-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4e3db3e6a2543fa5b593a8680d7547688347ed3 Binary files /dev/null and b/assets/img/services/301-kim-m2sXdEpKKzk-unsplash.jpg differ diff --git a/assets/img/services/Cloud_Portal_Service_Description.png b/assets/img/services/Cloud_Portal_Service_Description.png new file mode 100644 index 0000000000000000000000000000000000000000..f4cf387c69fa1cf768efc1435dfb3f28b08ca525 Binary files /dev/null and b/assets/img/services/Cloud_Portal_Service_Description.png differ diff --git a/assets/img/services/Cloud_Portal_Services.png b/assets/img/services/Cloud_Portal_Services.png new file mode 100644 index 0000000000000000000000000000000000000000..667545cc25c7af0e281269dfeb412b44970c96d7 Binary files /dev/null and b/assets/img/services/Cloud_Portal_Services.png differ diff --git a/assets/img/services/undraw_Maintenance_re_59vn.svg b/assets/img/services/undraw_Maintenance_re_59vn.svg new file mode 100644 index 0000000000000000000000000000000000000000..8b56d3447863d55971f559eac9fe4f0e2d4d0f6f --- /dev/null +++ b/assets/img/services/undraw_Maintenance_re_59vn.svg @@ -0,0 +1 @@ +<svg id="a6249f6b-4bee-49cf-a42b-14ab87a0b78f" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="945" height="583.2243" viewBox="0 0 945 583.2243"><path id="b0cf38c7-358d-48dc-a444-e9782686dfa5" data-name="Path 438" d="M222.88482,693.5243a24.21463,24.21463,0,0,0,23.38269-4.11877c8.18977-6.87442,10.758-18.196,12.84671-28.68191l6.17972-31.01657-12.93769,8.90836c-9.30465,6.40641-18.81827,13.01866-25.26012,22.29785s-9.25222,21.94708-4.07792,31.988" transform="translate(-127.5 -158.38785)" fill="#e6e6e6"/><path id="acbbaa8b-0bc2-4bc9-96d7-93dd88f90f19" data-name="Path 439" d="M224.88254,733.23486c-1.6284-11.86369-3.30382-23.88079-2.15885-35.87167,1.01467-10.64933,4.26374-21.04881,10.87831-29.57938a49.20592,49.20592,0,0,1,12.62466-11.44039c1.26216-.79648,2.4241,1.20354,1.16733,1.997A46.77938,46.77938,0,0,0,228.88954,680.666c-4.02858,10.24607-4.67546,21.41582-3.98154,32.30029.41943,6.58218,1.31074,13.12121,2.20587,19.65252a1.19817,1.19817,0,0,1-.808,1.4225,1.16348,1.16348,0,0,1-1.42253-.808Z" transform="translate(-127.5 -158.38785)" fill="#f2f2f2"/><path id="bed63620-84ae-4c66-a7c8-0d9b30f8c1e7" data-name="Path 442" d="M236.60356,714.19841A17.82515,17.82515,0,0,0,252.135,722.217c7.8644-.37318,14.41806-5.85972,20.31713-11.07026l17.452-15.40881-11.54988-.5528c-8.30619-.39784-16.82672-.771-24.73813,1.79338s-15.20758,8.72639-16.654,16.9154" transform="translate(-127.5 -158.38785)" fill="#e6e6e6"/><path id="fc4eb8ca-daad-4589-b224-2c71eec1c546" data-name="Path 443" d="M220.27955,740.05454c7.83972-13.87142,16.93235-29.28794,33.1808-34.21551A37.02589,37.02589,0,0,1,267.4158,704.398c1.4819.128,1.1118,2.41174-.367,2.28454a34.39824,34.39824,0,0,0-22.27164,5.89215c-6.27994,4.27453-11.16975,10.21755-15.30781,16.51907-2.5351,3.8605-4.80576,7.88445-7.07642,11.903C221.66738,742.28125,219.54555,741.35371,220.27955,740.05454Z" transform="translate(-127.5 -158.38785)" fill="#f2f2f2"/><path id="ec83fa9a-7bb4-4b90-a90b-e1cec4444963" data-name="Path 442" d="M1008.35714,710.03894a17.82515,17.82515,0,0,1-17.065,3.78282c-7.50783-2.37076-12.4416-9.35006-16.813-15.89522l-12.93426-19.3574,11.30757,2.41744c8.132,1.73826,16.46493,3.55513,23.45819,8.05635s12.47224,12.32329,11.77771,20.61" transform="translate(-127.5 -158.38785)" fill="#e6e6e6"/><path id="e32935a9-e392-46b4-9a67-68c65f1cc9fa" data-name="Path 443" d="M1017.53074,739.20841c-4.03412-15.41439-8.88464-32.64277-23.33408-41.55944a37.026,37.026,0,0,0-13.12367-4.9599c-1.46539-.255-1.69126,2.04749-.22905,2.30247a34.39822,34.39822,0,0,1,20.02606,11.3886c4.9789,5.73758,8.18741,12.733,10.57751,19.88279,1.46425,4.38021,2.63106,8.85084,3.79926,13.31624C1015.61991,741.00647,1017.90833,740.652,1017.53074,739.20841Z" transform="translate(-127.5 -158.38785)" fill="#f2f2f2"/><path d="M858.65906,513.48057H594.33494a7.97081,7.97081,0,0,1-7.96157-7.96157V416.34942a7.97081,7.97081,0,0,1,7.96157-7.96157H858.65906a7.9707,7.9707,0,0,1,7.96157,7.96157V505.519A7.9707,7.9707,0,0,1,858.65906,513.48057Z" transform="translate(-127.5 -158.38785)" fill="#f1f1f1"/><rect x="500.27353" y="273.88471" width="70.06181" height="7.96157" fill="#6c63ff"/><circle cx="662.68956" cy="278.66165" r="4.77694" fill="#6c63ff"/><circle cx="678.6127" cy="278.66165" r="4.77694" fill="#6c63ff"/><circle cx="694.53583" cy="278.66165" r="4.77694" fill="#6c63ff"/><path d="M858.65906,626.53486H594.33494a7.97081,7.97081,0,0,1-7.96157-7.96157V529.40371a7.97081,7.97081,0,0,1,7.96157-7.96157H858.65906a7.9707,7.9707,0,0,1,7.96157,7.96157v89.16958A7.9707,7.9707,0,0,1,858.65906,626.53486Z" transform="translate(-127.5 -158.38785)" fill="#f1f1f1"/><rect x="500.27353" y="386.939" width="70.06181" height="7.96157" fill="#6c63ff"/><circle cx="662.68956" cy="391.71594" r="4.77694" fill="#6c63ff"/><circle cx="678.6127" cy="391.71594" r="4.77694" fill="#6c63ff"/><circle cx="694.53583" cy="391.71594" r="4.77694" fill="#6c63ff"/><path d="M858.65906,739.58915H594.33494a7.97081,7.97081,0,0,1-7.96157-7.96156V642.458a7.97081,7.97081,0,0,1,7.96157-7.96157H858.65906a7.9707,7.9707,0,0,1,7.96157,7.96157v89.16959A7.97069,7.97069,0,0,1,858.65906,739.58915Z" transform="translate(-127.5 -158.38785)" fill="#f1f1f1"/><rect x="500.27353" y="499.99329" width="70.06181" height="7.96157" fill="#6c63ff"/><circle cx="662.68956" cy="504.77024" r="4.77694" fill="#6c63ff"/><circle cx="678.6127" cy="504.77024" r="4.77694" fill="#6c63ff"/><circle cx="694.53583" cy="504.77024" r="4.77694" fill="#6c63ff"/><path d="M759.01179,321.31453l-.29232-.216-.007-.00528a3.57626,3.57626,0,0,0-5.00334.73888L694.21319,401.9379h-6.54562v-1.53783a1.43056,1.43056,0,0,0-1.43052-1.43052h-3.90531a1.43056,1.43056,0,0,0-1.43052,1.43052v1.53783h-2.26034v-1.53783a1.43056,1.43056,0,0,0-1.43052-1.43052h-3.9053a1.43057,1.43057,0,0,0-1.43053,1.43052v1.53783h-2.253v-1.53783a1.43057,1.43057,0,0,0-1.43053-1.43052h-3.9053a1.43056,1.43056,0,0,0-1.43052,1.43052v1.53783h-2.26034v-1.53783a1.43056,1.43056,0,0,0-1.43052-1.43052H655.259a1.43057,1.43057,0,0,0-1.43053,1.43052v1.53783h-2.253v-1.53783a1.43057,1.43057,0,0,0-1.43053-1.43052h-3.9053a1.43034,1.43034,0,0,0-1.43052,1.43052v1.53783H642.5488v-1.53783a1.43056,1.43056,0,0,0-1.43052-1.43052H637.213a1.43057,1.43057,0,0,0-1.43053,1.43052v1.53783h-2.26034v-1.53783a1.43056,1.43056,0,0,0-1.43052-1.43052h-3.9053a1.43057,1.43057,0,0,0-1.43053,1.43052v1.53783h-2.253v-1.53783a1.43056,1.43056,0,0,0-1.43052-1.43052h-3.9053a1.43057,1.43057,0,0,0-1.43053,1.43052v1.53783h-2.26034v-1.53783a1.43056,1.43056,0,0,0-1.43052-1.43052h-3.9053a1.43057,1.43057,0,0,0-1.43053,1.43052v1.53783h-2.253v-1.53783a1.43056,1.43056,0,0,0-1.43052-1.43052h-3.90531a1.43056,1.43056,0,0,0-1.43052,1.43052v1.53783H596.858a3.57618,3.57618,0,0,0-3.57631,3.57631V408.926a3.57618,3.57618,0,0,0,3.57631,3.57631h96.76151a5.32944,5.32944,0,0,0,5.21778-4.24744l.037.02751L759.74521,326.325l.00559-.00707A3.57671,3.57671,0,0,0,759.01179,321.31453Z" transform="translate(-127.5 -158.38785)" fill="#3f3d56"/><polygon points="255.504 550.825 267.523 556.976 296.966 513.544 279.228 504.466 255.504 550.825" fill="#ffb7b7"/><path d="M381.94612,703.72021l23.66983,12.113.001.00049a16.94563,16.94563,0,0,1,7.3641,22.8037l-.25087.49017-38.75427-19.83265Z" transform="translate(-127.5 -158.38785)" fill="#2f2e41"/><polygon points="394.317 567.652 407.819 567.652 414.242 515.575 394.315 515.575 394.317 567.652" fill="#ffb7b7"/><path d="M518.37323,721.632l26.58922-.00107h.00107a16.94563,16.94563,0,0,1,16.94473,16.94446v.55063l-43.53421.00162Z" transform="translate(-127.5 -158.38785)" fill="#2f2e41"/><path d="M458.66285,301.26058s-9.0412-6.9268-9.0412,9.99291l-1.42756,55.91271,15.94107,52.81966,9.27913-17.1307-3.80682-37.11652Z" transform="translate(-127.5 -158.38785)" fill="#2f2e41"/><path d="M555.37734,454.19165s10.48418,51.058-2.79579,92.95976l-7.33892,161.10695-26.90941-2.09684-9.43576-119.51969-9.0863-59.41037-18.87153,54.16828L418.73348,696.02681l-28.65677-22.36625s31.75629-86.64916,55.2167-104.84184l11.76615-134.011Z" transform="translate(-127.5 -158.38785)" fill="#2f2e41"/><circle cx="523.48018" cy="202.31369" r="30.68251" transform="translate(-32.63308 406.2144) rotate(-61.33685)" fill="#ffb7b7"/><path d="M521.30883,208.82157c3.67807.47856,6.45254-3.28467,7.73937-6.76336s2.2673-7.5286,5.46514-9.40772c4.36891-2.56725,9.95872.52048,14.95479-.32655,5.64211-.95654,9.31053-6.93607,9.598-12.65146s-1.987-11.21239-4.21862-16.48193l-.77911,6.54884a12.98679,12.98679,0,0,0-5.67512-11.35154l1.00419,9.60941A10.199,10.199,0,0,0,537.6641,159.558l.15814,5.72564c-6.51663-.77489-13.09021-1.55087-19.62615-.96052s-13.11751,2.65828-18.0712,6.96269c-7.40994,6.43874-10.11621,17.04088-9.20765,26.81529s4.94341,18.95675,9.14865,27.827c1.058,2.23177,2.52146,4.75016,4.97491,5.03445,2.20445.25544,4.22155-1.58732,4.90683-3.698a13.40422,13.40422,0,0,0-.0595-6.58474c-.62-3.2946-1.40155-6.6621-.81863-9.96346s2.9579-6.56372,6.28582-6.96831,6.73322,3.3994,5.13321,6.34537Z" transform="translate(-127.5 -158.38785)" fill="#2f2e41"/><polygon points="429.776 309.458 327.357 302.85 335.066 270.913 428.674 291.838 429.776 309.458" fill="#cbcbcb"/><path d="M494.11389,244.15824l6.424-8.91878s7.18028,2.44014,26.40983,12.01183l1.35857,8.35615L561.685,460.9092,501.01375,458.292l-16.5219-.35153-5.4068-12.12-6.66725,11.86313-16.13421-.34328-16.41693-9.51706,16.179-49.48869,5.23438-45.206-8.0895-42.58883s-10.17937-39.10848,29.027-60.19538Z" transform="translate(-127.5 -158.38785)" fill="#2f2e41"/><path d="M630.86271,399.57305a10.48605,10.48605,0,0,1-13.04108-9.40577L581.82654,380.526l14.48005-12.85707,31.9616,11.12669a10.54289,10.54289,0,0,1,2.59452,20.77747Z" transform="translate(-127.5 -158.38785)" fill="#ffb7b7"/><path d="M614.74112,394.13009a6.14221,6.14221,0,0,1-4.987.39563l-59.21317-22.47383a63.2273,63.2273,0,0,1-34.03214-28.68449l-24.6929-44.04893a19.76509,19.76509,0,1,1,29.49118-26.323L564.04672,340.737l53.7869,31.53448a6.15547,6.15547,0,0,1,2.61747,6.54608l-2.67464,11.33426a6.1431,6.1431,0,0,1-1.86626,3.15032A6.07364,6.07364,0,0,1,614.74112,394.13009Z" transform="translate(-127.5 -158.38785)" fill="#2f2e41"/><path d="M1071.5,741.38785h-943a1,1,0,0,1,0-2h943a1,1,0,0,1,0,2Z" transform="translate(-127.5 -158.38785)" fill="#cbcbcb"/></svg> \ No newline at end of file diff --git a/assets/img/services/undraw_social_bio_8pql.svg b/assets/img/services/undraw_social_bio_8pql.svg new file mode 100644 index 0000000000000000000000000000000000000000..fc94c138ffdfce09e53cd880fd17e5ef9b9cabe1 --- /dev/null +++ b/assets/img/services/undraw_social_bio_8pql.svg @@ -0,0 +1 @@ +<svg id="b094bd64-f959-44d8-bdb5-f2e09395daf0" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="888.04816" height="718.66641" viewBox="0 0 888.04816 718.66641"><title>social_bio</title><path d="M510.00367,175.66824l5.333-21.03429a273.1326,273.1326,0,0,1,28.97793-10.39638l.67337,9.77548,2.73045-10.7696c12.212-3.48717,20.51983-5.02321,20.51983-5.02321s-11.222,42.67366-34.7592,75.29821L506.053,218.336l21.30654,3.072a110.50235,110.50235,0,0,1-9.53072,10.10012c-34.24,31.78208-72.377,46.36387-85.18129,32.56931s4.57281-50.74171,38.81285-82.52379c10.61475-9.85276,23.94913-17.75951,37.29676-23.98228Z" transform="translate(-155.97592 -90.6668)" fill="#e6e6e6"/><path d="M459.28287,152.82549l-6.30738-20.76292A273.1354,273.1354,0,0,1,472.408,108.18406l5.6294,8.02019L474.808,105.57362c8.6515-9.29758,14.9694-14.90682,14.9694-14.90682s12.45157,42.33121,9.1663,82.42572l-20.98772,18.30061,19.82728-8.3836a110.50442,110.50442,0,0,1-2.938,13.57259c-12.88282,44.90561-37.99241,77.10133-56.0839,71.91112s-22.31392-45.80087-9.43111-90.70648c3.9938-13.92119,11.32161-27.58228,19.53122-39.80867Z" transform="translate(-155.97592 -90.6668)" fill="#e6e6e6"/><path d="M873.00367,699.66824l5.333-21.03429a273.1326,273.1326,0,0,1,28.97793-10.39638l.67337,9.77548,2.73045-10.7696c12.212-3.48717,20.51983-5.02321,20.51983-5.02321s-11.222,42.67366-34.7592,75.29821L869.053,742.336l21.30654,3.072a110.50235,110.50235,0,0,1-9.53072,10.10012c-34.24,31.78208-72.377,46.36387-85.18129,32.56931s4.57281-50.74171,38.81285-82.52379c10.61475-9.85276,23.94913-17.75951,37.29676-23.98228Z" transform="translate(-155.97592 -90.6668)" fill="#e6e6e6"/><path d="M822.28287,676.82549l-6.30738-20.76292A273.1354,273.1354,0,0,1,835.408,632.18406l5.6294,8.02019L837.808,629.57362c8.6515-9.29758,14.9694-14.90682,14.9694-14.90682s12.45157,42.33121,9.1663,82.42572l-20.98772,18.30061,19.82728-8.3836a110.50442,110.50442,0,0,1-2.938,13.57259c-12.88282,44.90561-37.99241,77.10133-56.0839,71.91112s-22.31392-45.80087-9.43111-90.70648c3.9938-13.92119,11.32161-27.58228,19.53122-39.80867Z" transform="translate(-155.97592 -90.6668)" fill="#e6e6e6"/><rect x="0.04816" y="700.39601" width="888" height="2.24072" fill="#3f3d56"/><path d="M684.97592,332.74321l7.58429,75h62.41571l-3-114c0-24.53759-16.96289-46-41.5-46s-40.5,20.46241-40.5,45l-4,115h10.17645Z" transform="translate(-155.97592 -90.6668)" fill="#2f2e41"/><path d="M662.47592,404.24321l-6,52-16,75s-12,35,0,35,12-35,12-35l16-44,11-81Z" transform="translate(-155.97592 -90.6668)" fill="#a0616a"/><path d="M660.47592,493.24321s-6,30,2,74,10,63,10,63-6,7-2,11,0,12,0,12l7,68,31-5-2-62s4-8,2-10,2-14,2-14l5-95,31,104s-3,4,0,7,9,18,9,18l20,70,32-6-18-80s2-5-1-8a7.83343,7.83343,0,0,1-2-7s3-3-1-7-6-20-6-20-3-107-13-113S660.47592,493.24321,660.47592,493.24321Z" transform="translate(-155.97592 -90.6668)" fill="#2f2e41"/><path d="M681.47592,717.24321l5,43-2,19s-23,32,5,30,19-14,19-14l8.52348-5.424a4.41039,4.41039,0,0,0,1.97921-4.49515c-1.011-5.67943-3.46927-18.25563-6.50269-25.08082-4-9-6-46-6-46Z" transform="translate(-155.97592 -90.6668)" fill="#2f2e41"/><path d="M801.87532,714.70072l5.87353,42.88941,6.67178,17.90216s30.24891,25.25874,2.63388,30.29955-21.88943-8.82343-21.88943-8.82343l-9.60626-3.12882a4.41039,4.41039,0,0,1-3.037-3.86011c-.43628-5.75218-1.18956-18.54424.04729-25.91,1.631-9.71287-5.65269-46.044-5.65269-46.044Z" transform="translate(-155.97592 -90.6668)" fill="#2f2e41"/><circle cx="554.5" cy="198.57642" r="28" fill="#a0616a"/><path d="M696.47592,309.24321s8,27,0,35-10,11-10,11l23,31,40-49s-28-8-21-30Z" transform="translate(-155.97592 -90.6668)" fill="#a0616a"/><path d="M709.47592,373.24321l35.67629-37.61935s20.32371-2.38065,26.32371,3.61935l-6,121s4,3,2,10a28.56877,28.56877,0,0,0,0,14s6,7,3,10-111,1-111,1-4-7,2-11,3-15,3-15-2-3,3-8,9-46,9-46l-13-50S676.562,350.47269,691.519,349.358Z" transform="translate(-155.97592 -90.6668)" fill="#e6e6e6"/><path d="M758.47592,339.24321h13s3,0,6,10,7,35,7,35l-28,3Z" transform="translate(-155.97592 -90.6668)" fill="#e6e6e6"/><path d="M782.47592,380.24321l2,56,2,84s13,35-3,36-12-38-12-38l-13-135Z" transform="translate(-155.97592 -90.6668)" fill="#a0616a"/><path d="M667.47592,366.24321l-4-1s-9,18-10,34l-1,6,31,4Z" transform="translate(-155.97592 -90.6668)" fill="#e6e6e6"/><path d="M686.97592,284.74321c18.08411-9.74971,25.51276-9.33685,48,0l6-14.61816a10.39354,10.39354,0,0,0-10.38184-10.38184H690.35776a10.39354,10.39354,0,0,0-10.38184,10.38184Z" transform="translate(-155.97592 -90.6668)" fill="#2f2e41"/><polygon points="41.375 146.786 258.924 146.786 258.924 105.411 0 105.411 0 364.335 41.375 364.335 41.375 146.786" fill="#3f3d56"/><polygon points="293.625 397.702 76.076 397.702 76.076 439.076 335 439.076 335 180.152 293.625 180.152 293.625 397.702" fill="#3f3d56"/><rect x="22.68924" y="126.76566" width="290.95618" height="290.95618" fill="#6c63ff"/><rect x="70.87282" y="184.1561" width="34.5936" height="2.8828" fill="#fff"/><rect x="116.99762" y="184.1561" width="34.5936" height="2.8828" fill="#fff"/><rect x="184.02273" y="210.822" width="34.5936" height="2.8828" fill="#fff"/><rect x="230.86824" y="210.822" width="34.5936" height="2.8828" fill="#fff"/><rect x="163.84313" y="184.1561" width="101.61871" height="2.8828" fill="#fff"/><rect x="70.87282" y="210.822" width="101.61871" height="2.8828" fill="#fff"/><rect x="70.87282" y="237.48791" width="101.61871" height="2.8828" fill="#fff"/><rect x="194.83323" y="237.48791" width="70.62861" height="2.8828" fill="#fff"/><rect x="70.87282" y="281.58638" width="34.5936" height="2.8828" fill="#fff"/><rect x="116.99762" y="281.58638" width="34.5936" height="2.8828" fill="#fff"/><rect x="184.02273" y="308.25228" width="34.5936" height="2.8828" fill="#fff"/><rect x="230.86824" y="308.25228" width="34.5936" height="2.8828" fill="#fff"/><rect x="163.84313" y="281.58638" width="101.61871" height="2.8828" fill="#fff"/><rect x="70.87282" y="308.25228" width="101.61871" height="2.8828" fill="#fff"/><rect x="70.87282" y="334.91819" width="101.61871" height="2.8828" fill="#fff"/><rect x="194.83323" y="334.91819" width="70.62861" height="2.8828" fill="#fff"/></svg> \ No newline at end of file diff --git a/assets/img/third-party-logos/egi-logo.svg b/assets/img/third-party-logos/egi-logo.svg index 6545acfde2ce56771a1ddb31b0dac857b9b3668e..7361beb3acd9e453795bef201afcb9a2554c188b 100644 --- a/assets/img/third-party-logos/egi-logo.svg +++ b/assets/img/third-party-logos/egi-logo.svg @@ -1,1075 +1,739 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> -<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" - width="315px" height="250px" viewBox="0 0 315 250" enable-background="new 0 0 315 250" xml:space="preserve"> -<pattern x="-140.138" y="545.943" width="69" height="69" patternUnits="userSpaceOnUse" id="Unnamed_Pattern" viewBox="2.125 -70.896 69 69" overflow="visible"> - <g> - <polygon fill="none" points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896 "/> - <polygon fill="#F5BB60" points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896 "/> - <g> - <path fill="#FFFFFF" d="M61.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M54.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M46.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M38.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M31.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M23.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M15.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M8.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M0.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19C0.361-71.362,0.3-71.4,0.248-71.335 - c-0.051,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - </g> - <g> - <path fill="#FFFFFF" d="M69.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.062-0.165,0.128 - c-0.051,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - </g> - <path fill="#FFFFFF" d="M0.495-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.062-0.165,0.128 - c-0.051,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224C0.5-71.68,0.503-71.744,0.51-71.626 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <g> - <g> - <path fill="#FFFFFF" d="M69.439-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M61.778-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M54.118-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M46.458-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M38.797-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M31.137-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M23.477-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M15.816-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M8.156-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M0.495-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143C2-61.45,2.217-61.397,2.391-61.46c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - </g> - <g> - <path fill="#FFFFFF" d="M69.439-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M61.778-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M54.118-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M46.458-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M38.797-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M31.137-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M23.477-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M15.816-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M8.156-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M0.495-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-56.374,0.503-56.438,0.51-56.32 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - </g> - <g> - <path fill="#FFFFFF" d="M69.439-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M61.778-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M54.118-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M46.458-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M38.797-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M31.137-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M23.477-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M15.816-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M8.156-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M0.495-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - </g> - <g> - <path fill="#FFFFFF" d="M69.439-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M61.778-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M54.118-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M46.458-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M38.797-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M31.137-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M23.477-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M15.816-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M8.156-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - C8.15-41.004,8.149-41.02,8.14-41.04"/> - <path fill="#FFFFFF" d="M0.495-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - </g> - <g> - <path fill="#FFFFFF" d="M69.439-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M61.778-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M54.118-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M46.458-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M38.797-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M31.137-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M23.477-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M15.816-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M8.156-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M0.495-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-33.416,0.503-33.48,0.51-33.362 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - </g> - <g> - <path fill="#FFFFFF" d="M69.439-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M61.778-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M54.118-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M46.458-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M38.797-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M31.137-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M23.477-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M15.816-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M8.156-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M0.495-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - </g> - <g> - <path fill="#FFFFFF" d="M69.439-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M61.778-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M54.118-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M46.458-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M38.797-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M31.137-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M23.477-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M15.816-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M8.156-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M0.495-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-18.11,0.503-18.175,0.51-18.057 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - </g> - <g> - <path fill="#FFFFFF" d="M69.439-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362C69-9.692,69.159-9.523,69.154-9.4c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M61.778-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M54.118-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M46.458-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M38.797-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M31.137-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M23.477-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M15.816-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053C17.933-7.969,17.839-8.227,18-8.34 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M8.156-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - C7.915-10.05,7.866-9.836,7.886-9.75C7.717-9.692,7.876-9.523,7.871-9.4C7.868-9.351,7.83-9.295,7.826-9.239 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - C9.114-7.652,9.321-7.799,9.48-7.837c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M0.495-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - C0.254-10.05,0.205-9.836,0.225-9.75C0.056-9.692,0.215-9.523,0.21-9.4c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-8.671,0.501-8.456,0.668-8.325c0.19,0.148,0.365,0.572,0.608,0.631 - C1.454-7.652,1.66-7.799,1.819-7.837C2-7.88,2.217-7.827,2.391-7.89c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46C3.477-8.933,3.471-8.995,3.5-9.071 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - </g> - </g> - <g> - <path fill="#FFFFFF" d="M69.439-2.778c0.018,0.072,0.008,0.127-0.026,0.19C69.361-2.487,69.3-2.525,69.248-2.46 - c-0.051,0.062-0.099,0.276-0.079,0.362C69-2.04,69.159-1.871,69.154-1.748c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - C70.397,0,70.604-0.146,70.763-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M61.778-2.778c0.018,0.072,0.007,0.127-0.026,0.19C61.7-2.487,61.64-2.525,61.587-2.46 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - C62.737,0,62.943-0.146,63.103-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224C61.915-3.117,61.78-3.02,61.781-2.92c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M54.118-2.778c0.018,0.072,0.007,0.127-0.026,0.19C54.04-2.487,53.98-2.525,53.927-2.46 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - C55.077,0,55.283-0.146,55.442-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224C54.255-3.117,54.12-3.02,54.121-2.92c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M46.458-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - C47.416,0,47.623-0.146,47.782-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224C46.594-3.117,46.459-3.02,46.46-2.92c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M38.797-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - C39.756,0,39.962-0.146,40.122-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224C38.934-3.117,38.799-3.02,38.8-2.92c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M31.137-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - C32.095,0,32.302-0.146,32.461-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224C31.273-3.117,31.139-3.02,31.14-2.92c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M23.477-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - C24.435,0,24.642-0.146,24.801-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - c-0.021,0.011-0.021-0.005-0.03-0.025"/> - <path fill="#FFFFFF" d="M15.816-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - C16.774,0,16.981-0.146,17.14-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 - c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 - C15.81-2.74,15.809-2.756,15.8-2.776"/> - <path fill="#FFFFFF" d="M8.156-2.778c0.018,0.072,0.007,0.127-0.026,0.19C8.077-2.487,8.018-2.525,7.965-2.46 - c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35C7.868-1.698,7.83-1.643,7.826-1.587 - c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 - C9.114,0,9.321-0.146,9.48-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 - c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C8.954-3.54,8.847-3.448,8.692-3.367 - c-0.17,0.088-0.139,0.166-0.318,0.224C8.292-3.117,8.158-3.02,8.159-2.92C8.16-2.805,8.164-2.869,8.17-2.751 - C8.15-2.74,8.149-2.756,8.14-2.776"/> - <path fill="#FFFFFF" d="M0.495-2.778c0.018,0.072,0.008,0.127-0.026,0.19C0.417-2.487,0.356-2.525,0.304-2.46 - C0.253-2.397,0.205-2.184,0.225-2.098C0.056-2.04,0.215-1.871,0.21-1.748c-0.002,0.05-0.041,0.105-0.045,0.161 - c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-1.019,0.501-0.804,0.668-0.673c0.19,0.148,0.365,0.572,0.608,0.631 - C1.454,0,1.66-0.146,1.819-0.185C2-0.228,2.217-0.175,2.391-0.237c0.222-0.079,0.127-0.337,0.288-0.45 - c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46C3.477-1.28,3.471-1.343,3.5-1.419 - c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 - c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C1.293-3.54,1.187-3.448,1.031-3.367 - c-0.17,0.088-0.139,0.166-0.318,0.224C0.632-3.117,0.498-3.02,0.498-2.92C0.5-2.805,0.503-2.869,0.51-2.751 - C0.489-2.74,0.488-2.756,0.479-2.776"/> - </g> - </g> -</pattern> -<g> - <path fill="#999999" d="M165.04,37.83c0.699-5.219,5.16-9.017,10.293-9.017l0,0c0.46,0,0.926,0.031,1.39,0.091l0,0 - c5.69,0.765,9.694,5.989,8.934,11.681l0,0c-0.758,5.688-5.995,9.686-11.681,8.928l0,0C168.288,48.754,164.282,43.524,165.04,37.83 - L165.04,37.83z"/> - <path fill="#999999" d="M139.603,29.261c0.533-0.08,1.061-0.122,1.587-0.122l0,0c5.044,0,9.472,3.679,10.262,8.818l0,0 - c0.87,5.681-3.024,10.981-8.703,11.852l0,0c-5.672,0.87-10.977-3.021-11.851-8.698l0,0C130.03,35.439,133.927,30.13,139.603,29.261 - L139.603,29.261z"/> - <path fill="#999999" d="M104.054,40.129c1.431-0.675,2.944-0.997,4.431-0.997l0,0c3.898,0,7.627,2.2,9.404,5.956l0,0 - c2.454,5.19,0.236,11.387-4.957,13.838l0,0c-5.189,2.453-11.388,0.236-13.838-4.959l0,0C96.644,48.779,98.861,42.58,104.054,40.129 - L104.054,40.129z"/> - <path fill="#999999" d="M229.183,60.114c2.055-2.397,4.964-3.626,7.892-3.626l0,0c2.4,0,4.805,0.826,6.771,2.507l0,0 - c4.344,3.738,4.855,10.3,1.11,14.654l0,0c-3.735,4.359-10.301,4.859-14.655,1.124l0,0l0,0 - C225.939,71.032,225.436,64.468,229.183,60.114L229.183,60.114z"/> - <path fill="#999999" d="M73.081,60.649c1.985-1.764,4.455-2.639,6.917-2.639l0,0c2.859,0,5.709,1.173,7.758,3.477l0,0 - c3.825,4.283,3.451,10.856-0.833,14.676l0,0l0,0c-4.282,3.821-10.855,3.447-14.674-0.839l0,0 - c-3.825-4.282-3.452-10.854,0.831-14.675l0,0H73.081L73.081,60.649z"/> - <path fill="#999999" d="M253.916,83.886c1.746-1.131,3.71-1.675,5.647-1.675l0,0c3.406-0.001,6.744,1.67,8.734,4.736l0,0l0,0l0,0 - c3.114,4.821,1.751,11.253-3.065,14.381l0,0c-4.823,3.122-11.255,1.753-14.383-3.062l0,0l0,0 - C247.735,93.447,249.1,87.015,253.916,83.886L253.916,83.886z"/> - <path fill="#999999" d="M49.17,89.077c1.969-3.167,5.367-4.914,8.837-4.914l0,0c1.871,0,3.771,0.51,5.48,1.569l0,0 - c4.875,3.032,6.37,9.442,3.336,14.314l0,0c-3.032,4.877-9.438,6.374-14.314,3.344l0,0c-4.875-3.032-6.371-9.444-3.339-14.316l0,0 - V89.077L49.17,89.077z"/> - <path fill="#999999" d="M34.288,123.131c1.262-4.621,5.453-7.649,10.02-7.649l0,0c0.907,0,1.832,0.118,2.752,0.369l0,0 - c5.536,1.515,8.792,7.235,7.277,12.776l0,0c-1.515,5.527-7.232,8.794-12.769,7.27l0,0 - C36.027,134.382,32.772,128.669,34.288,123.131L34.288,123.131z"/> - <path fill="#999999" d="M163.404,59.558c0.496-3.7,3.666-6.393,7.292-6.391l0,0c0.329,0,0.653,0.02,0.991,0.062l0,0l0,0l0,0 - c4.028,0.542,6.864,4.247,6.318,8.279l0,0c-0.535,4.032-4.239,6.865-8.267,6.329l0,0C165.696,67.296,162.859,63.59,163.404,59.558 - L163.404,59.558z"/> - <path fill="#999999" d="M145.37,53.482c0.377-0.056,0.751-0.083,1.124-0.083l0,0c3.575-0.001,6.715,2.607,7.271,6.251l0,0 - c0.622,4.025-2.142,7.784-6.165,8.4l0,0c-4.022,0.618-7.783-2.146-8.399-6.167l0,0C138.583,57.86,141.347,54.102,145.37,53.482 - L145.37,53.482z"/> - <path fill="#999999" d="M187.281,64.146c1.223-2.734,3.915-4.352,6.729-4.352l0,0c1.01,0,2.029,0.208,3.008,0.646l0,0l0,0l0,0 - c3.71,1.669,5.374,6.03,3.704,9.74l0,0c-1.659,3.711-6.021,5.37-9.738,3.702l0,0C187.272,72.219,185.611,67.859,187.281,64.146 - L187.281,64.146z"/> - <path fill="#999999" d="M120.175,61.184c1.013-0.475,2.086-0.702,3.138-0.702l0,0c2.762,0,5.412,1.557,6.668,4.221l0,0 - c1.738,3.678,0.165,8.067-3.515,9.805l0,0c-3.678,1.743-8.069,0.17-9.808-3.509l0,0c-1.737-3.679-0.164-8.071,3.517-9.813l0,0 - C120.175,61.184,120.175,61.184,120.175,61.184L120.175,61.184z"/> - <path fill="#999999" d="M208.868,75.351c1.454-1.699,3.514-2.568,5.583-2.568l0,0c1.698-0.003,3.409,0.582,4.801,1.777l0,0l0,0l0,0 - c3.088,2.646,3.439,7.299,0.791,10.389l0,0c-2.653,3.087-7.304,3.443-10.387,0.79l0,0l0,0 - C206.568,83.092,206.217,78.442,208.868,75.351L208.868,75.351z"/> - <path fill="#999999" d="M98.219,75.731c1.407-1.254,3.158-1.868,4.902-1.868l0,0c2.031,0,4.044,0.833,5.498,2.462l0,0 - c2.71,3.036,2.445,7.692-0.591,10.402l0,0c-3.038,2.71-7.695,2.443-10.402-0.59l0,0C94.918,83.101,95.183,78.442,98.219,75.731 - L98.219,75.731z"/> - <path fill="#999999" d="M226.394,92.202c1.237-0.801,2.632-1.189,4.009-1.189l0,0c2.414,0,4.769,1.185,6.184,3.36l0,0 - c2.214,3.414,1.243,7.976-2.172,10.189l0,0c-3.412,2.216-7.98,1.245-10.192-2.167l0,0 - C222.008,98.983,222.978,94.418,226.394,92.202L226.394,92.202z"/> - <path fill="#999999" d="M81.267,95.877c1.399-2.243,3.803-3.477,6.268-3.477l0,0c1.328,0,2.668,0.36,3.878,1.111l0,0 - c3.461,2.145,4.519,6.695,2.372,10.148v-0.004l0,0c-2.15,3.457-6.692,4.518-10.147,2.367l0,0 - C80.18,103.877,79.124,99.336,81.267,95.877L81.267,95.877L81.267,95.877L81.267,95.877z"/> - <path fill="#999999" d="M70.722,120.02c0.895-3.275,3.866-5.426,7.1-5.426l0,0c0.645,0,1.303,0.087,1.951,0.263l0,0 - c3.925,1.076,6.237,5.128,5.158,9.057l0,0c-1.068,3.919-5.127,6.233-9.051,5.152l0,0C71.955,127.994,69.646,123.942,70.722,120.02 - L70.722,120.02z"/> - <path fill="#999999" d="M162.067,77.284c0.337-2.466,2.439-4.264,4.866-4.264l0,0c0.219,0,0.438,0.014,0.662,0.048l0,0 - c2.688,0.358,4.579,2.828,4.215,5.518l0,0c-0.353,2.69-2.833,4.576-5.524,4.215l0,0C163.599,82.444,161.715,79.974,162.067,77.284 - L162.067,77.284z"/> - <path fill="#999999" d="M150.046,73.235c0.253-0.037,0.501-0.055,0.75-0.055l0,0c2.387,0,4.479,1.738,4.85,4.168l0,0 - c0.411,2.682-1.43,5.186-4.112,5.596h0.001l0,0c-2.682,0.415-5.186-1.427-5.602-4.109l0,0 - C145.525,76.153,147.365,73.645,150.046,73.235L150.046,73.235L150.046,73.235L150.046,73.235z"/> - <path fill="#999999" d="M177.991,80.344c0.822-1.825,2.611-2.904,4.486-2.904l0,0c0.666,0,1.355,0.142,2.012,0.437v-0.002v0.002 - v-0.002l0,0c2.476,1.11,3.581,4.017,2.47,6.493l0,0c-1.118,2.473-4.019,3.58-6.497,2.468l0,0 - C177.985,85.726,176.887,82.816,177.991,80.344L177.991,80.344z"/> - <path fill="#999999" d="M133.25,78.37c0.677-0.321,1.39-0.473,2.094-0.473l0,0c1.84,0,3.604,1.044,4.443,2.818l0,0 - c1.161,2.451,0.111,5.379-2.343,6.541l0,0c-2.451,1.158-5.379,0.109-6.542-2.342l0,0c-1.156-2.457-0.106-5.381,2.347-6.543l0,0 - H133.25L133.25,78.37z"/> - <path fill="#999999" d="M118.612,88.066c0.936-0.833,2.103-1.246,3.269-1.246l0,0c1.352,0,2.697,0.556,3.668,1.645l0,0 - c1.802,2.021,1.626,5.13-0.398,6.932l0,0l0,0c-2.023,1.808-5.13,1.633-6.932-0.393l0,0 - C116.412,92.981,116.586,89.874,118.612,88.066L118.612,88.066z"/> - <path fill="#999999" d="M204.07,99.05c0.819-0.534,1.753-0.79,2.67-0.79l0,0c1.605,0,3.185,0.785,4.127,2.235l0,0 - c1.475,2.278,0.825,5.32-1.448,6.797l0,0c-2.269,1.478-5.317,0.825-6.796-1.448l0,0C201.148,103.568,201.802,100.525,204.07,99.05 - L204.07,99.05z"/> - <path fill="#999999" d="M212.111,113.129c0.461-0.139,0.933-0.201,1.396-0.201l0,0c2.114,0,4.072,1.384,4.704,3.526l0,0 - c0.767,2.602-0.721,5.332-3.325,6.099l0,0c-2.596,0.77-5.334-0.717-6.101-3.322l0,0 - C208.019,116.63,209.506,113.899,212.111,113.129L212.111,113.129z"/> - <path fill="#999999" d="M100.277,117.596c0.601-2.183,2.576-3.62,4.736-3.62l0,0c0.428,0,0.868,0.061,1.297,0.181l0,0 - c2.62,0.716,4.157,3.418,3.44,6.032l0,0l0,0c-0.713,2.621-3.42,4.158-6.031,3.438l0,0 - C101.103,122.911,99.56,120.21,100.277,117.596L100.277,117.596z"/> - <path fill="#999999" d="M161.098,90.159c0.209-1.565,1.559-2.711,3.099-2.711l0,0c0.132,0,0.271,0.009,0.419,0.029l0,0 - c1.713,0.226,2.902,1.799,2.686,3.508l0,0c-0.23,1.711-1.809,2.912-3.518,2.684l0,0l0,0 - C162.071,93.439,160.871,91.868,161.098,90.159L161.098,90.159z"/> - <path fill="#999999" d="M153.453,87.582c0.16-0.023,0.317-0.036,0.48-0.036l0,0c1.513,0,2.844,1.107,3.081,2.654l0,0 - c0.261,1.705-0.907,3.299-2.611,3.56l0,0c-1.705,0.262-3.301-0.911-3.564-2.616l0,0C150.576,89.443,151.747,87.848,153.453,87.582 - L153.453,87.582L153.453,87.582L153.453,87.582z"/> - <path fill="#999999" d="M171.229,92.102c0.521-1.156,1.653-1.844,2.846-1.844l0,0c0.43,0,0.868,0.091,1.287,0.281l0,0l0,0l0,0 - c1.57,0.702,2.272,2.551,1.567,4.126l0,0c-0.708,1.573-2.557,2.277-4.13,1.568h-0.003l0,0 - C171.226,95.528,170.524,93.679,171.229,92.102L171.229,92.102z"/> - <path fill="#999999" d="M133.46,97.019c0.594-0.534,1.336-0.795,2.077-0.795l0,0c0.86,0,1.716,0.354,2.331,1.047l0,0 - c1.154,1.286,1.042,3.259-0.25,4.411l0,0c-1.285,1.146-3.26,1.033-4.411-0.252l0,0C132.063,100.141,132.172,98.166,133.46,97.019 - L133.46,97.019z"/> - <path fill="#999999" d="M187.817,104.002c0.524-0.34,1.109-0.501,1.691-0.501l0,0c1.031,0,2.029,0.501,2.623,1.421l0,0l0,0l0,0 - c0.939,1.449,0.526,3.386-0.92,4.323l0,0c-1.446,0.938-3.376,0.527-4.317-0.922l0,0 - C185.951,106.877,186.371,104.938,187.817,104.002L187.817,104.002z"/> - <path fill="#999999" d="M126.275,105.558c0.589-0.947,1.612-1.474,2.656-1.475l0,0c0.563,0,1.134,0.157,1.647,0.472l0,0 - c1.466,0.916,1.911,2.837,1.004,4.302l0,0c-0.91,1.466-2.838,1.917-4.303,1.009l0,0 - C125.814,108.951,125.364,107.023,126.275,105.558L126.275,105.558z"/> - <path fill="#999999" d="M192.923,112.959c0.3-0.09,0.595-0.13,0.888-0.13l0,0c1.352,0,2.596,0.88,2.992,2.24l0,0l0,0l0,0l0,0 - c0.49,1.655-0.458,3.394-2.104,3.881l0,0c-1.658,0.488-3.395-0.459-3.882-2.112l0,0 - C190.328,115.182,191.273,113.445,192.923,112.959L192.923,112.959z"/> - <path fill="#999999" d="M121.802,115.796c0.381-1.387,1.637-2.302,3.012-2.302l0,0c0.271,0,0.55,0.04,0.823,0.113l0,0 - c1.666,0.457,2.646,2.175,2.189,3.843l0,0c-0.456,1.661-2.177,2.641-3.838,2.187l0,0 - C122.324,119.179,121.345,117.46,121.802,115.796L121.802,115.796L121.802,115.796L121.802,115.796z"/> - <path fill="#999999" d="M238.457,113.321c0.688-0.206,1.39-0.306,2.082-0.306l0,0c3.182,0,6.116,2.08,7.064,5.29l0,0l0,0l0,0 - c1.155,3.901-1.077,7.996-4.979,9.149l0,0c-3.905,1.145-8-1.083-9.155-4.981l0,0l0,0 - C232.324,118.571,234.551,114.47,238.457,113.321L238.457,113.321z"/> - <rect x="265.935" y="149.649" fill="#0067B1" width="17.181" height="68.734"/> - <line fill="#0067B1" x1="109.997" y1="184.012" x2="109.997" y2="184.012"/> - <path fill="#0067B1" d="M58.011,184.012c0-4.741,3.851-8.59,8.597-8.59h51.979c1.214-0.006,2.233-0.47,3.04-1.258l0,0 - c0.787-0.804,1.25-1.829,1.255-3.041l0,0c-0.004-1.217-0.468-2.234-1.255-3.036l0,0c-0.807-0.788-1.826-1.252-3.04-1.258l0,0 - H68.321c-4.753,0.004-8.982,1.909-12.107,5.023l0,0c-3.12,3.137-5.021,7.387-5.031,12.159l0,0c0.01,4.782,1.912,9.021,5.031,12.159 - l0,0c3.125,3.126,7.354,5.019,12.107,5.021l0,0h71.793l0,0v17.192H68.321c-0.005,0-0.006,0-0.013,0l0,0 - c-9.452,0-18.082-3.871-24.261-10.077l0,0c-6.195-6.195-10.049-14.835-10.043-24.295l0,0c-0.006-9.461,3.848-18.1,10.043-24.292 - l0,0c6.184-6.214,14.816-10.074,24.273-10.07h50.265c5.903-0.004,11.333,2.407,15.186,6.284l0,0 - c3.877,3.862,6.297,9.286,6.294,15.189l0,0c0.003,5.912-2.417,11.334-6.294,15.196l0,0c-3.853,3.861-9.273,6.282-15.174,6.282 - H66.608l0,0C61.862,192.602,58.011,188.763,58.011,184.012z"/> - <path fill="#0067B1" d="M173.391,184.012c0,4.751,3.839,8.59,8.591,8.59l51.973,0.002c1.21,0.004,2.243,0.468,3.042,1.258l0,0 - c0.788,0.81,1.254,1.826,1.254,3.041l0,0c0,1.213-0.466,2.231-1.254,3.033l0,0c-0.799,0.793-1.832,1.254-3.042,1.256l0,0h-50.261 - c-4.762-0.002-8.982-1.895-12.114-5.021l0,0c-3.109-3.137-5.017-7.375-5.02-12.159l0,0c0.003-4.772,1.91-9.021,5.02-12.159l0,0 - c3.132-3.114,7.353-5.018,12.114-5.021l0,0h71.786v-0.002v-17.18h-71.786c-0.006,0-0.006,0-0.016,0l0,0 - c-9.45,0-18.079,3.861-24.255,10.068l0,0c-6.205,6.194-10.052,14.835-10.049,24.294l0,0c-0.003,9.46,3.844,18.1,10.049,24.295l0,0 - c6.18,6.21,14.814,10.081,24.271,10.077h50.261c5.913,0.004,11.336-2.418,15.197-6.296l0,0c3.864-3.861,6.287-9.284,6.281-15.186 - l0,0c0.006-5.902-2.417-11.324-6.281-15.187l0,0c-3.861-3.873-9.275-6.294-15.184-6.294h-51.986l0,0 - C177.229,175.422,173.391,179.271,173.391,184.012L173.391,184.012z"/> - <path fill="#0067B1" d="M283.916,122.026c0,5.746-4.654,10.403-10.402,10.403c-5.736,0-10.391-4.657-10.391-10.403 - c0-5.74,4.654-10.396,10.391-10.396C279.262,111.629,283.916,116.286,283.916,122.026z"/> - <path fill="#999999" d="M218.612,48.555c0,5.747-4.654,10.402-10.402,10.402c-5.736,0-10.391-4.656-10.391-10.402 - c0-5.74,4.654-10.396,10.391-10.396C213.958,38.159,218.612,42.815,218.612,48.555z"/> - <circle fill="#999999" cx="196.104" cy="91.01" r="4.906"/> - <circle fill="#999999" cx="111.483" cy="104.092" r="4.906"/> - <circle fill="#999999" cx="182.751" cy="98.891" r="3.126"/> - <circle fill="#999999" cx="144.103" cy="93.674" r="3.126"/> -</g> -</svg> +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + id="Layer_1" + x="0px" + y="0px" + width="249.99992" + height="189.571" + viewBox="0 0 249.99992 189.571" + enable-background="new 0 0 315 250" + xml:space="preserve" + sodipodi:docname="egi-logo.svg" + inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"><metadata + id="metadata330"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs + id="defs328" /><sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview326" + showgrid="false" + inkscape:zoom="0.88571429" + inkscape:cx="123.58393" + inkscape:cy="93.384005" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="Layer_1" /> +<pattern + x="-140.138" + y="545.943" + width="69" + height="69" + patternUnits="userSpaceOnUse" + id="Unnamed_Pattern" + viewBox="2.125 -70.896 69 69" + overflow="visible"> + <g + id="g232"> + <polygon + fill="none" + points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896 " + id="polygon2" /> + <polygon + fill="#F5BB60" + points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896 " + id="polygon4" /> + <g + id="g24"> + <path + fill="#FFFFFF" + d="M61.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path6" /> + <path + fill="#FFFFFF" + d="M54.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path8" /> + <path + fill="#FFFFFF" + d="M46.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path10" /> + <path + fill="#FFFFFF" + d="M38.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path12" /> + <path + fill="#FFFFFF" + d="M31.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path14" /> + <path + fill="#FFFFFF" + d="M23.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path16" /> + <path + fill="#FFFFFF" + d="M15.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path18" /> + <path + fill="#FFFFFF" + d="M8.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path20" /> + <path + fill="#FFFFFF" + d="M0.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19C0.361-71.362,0.3-71.4,0.248-71.335 c-0.051,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path22" /> + </g> + <g + id="g28"> + <path + fill="#FFFFFF" + d="M69.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.062-0.165,0.128 c-0.051,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path26" /> + </g> + <path + fill="#FFFFFF" + d="M0.495-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.062-0.165,0.128 c-0.051,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224C0.5-71.68,0.503-71.744,0.51-71.626 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path30" /> + <g + id="g208"> + <g + id="g52"> + <path + fill="#FFFFFF" + d="M69.439-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path32" /> + <path + fill="#FFFFFF" + d="M61.778-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path34" /> + <path + fill="#FFFFFF" + d="M54.118-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path36" /> + <path + fill="#FFFFFF" + d="M46.458-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path38" /> + <path + fill="#FFFFFF" + d="M38.797-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path40" /> + <path + fill="#FFFFFF" + d="M31.137-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path42" /> + <path + fill="#FFFFFF" + d="M23.477-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path44" /> + <path + fill="#FFFFFF" + d="M15.816-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path46" /> + <path + fill="#FFFFFF" + d="M8.156-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path48" /> + <path + fill="#FFFFFF" + d="M0.495-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143C2-61.45,2.217-61.397,2.391-61.46c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path50" /> + </g> + <g + id="g74"> + <path + fill="#FFFFFF" + d="M69.439-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path54" /> + <path + fill="#FFFFFF" + d="M61.778-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path56" /> + <path + fill="#FFFFFF" + d="M54.118-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path58" /> + <path + fill="#FFFFFF" + d="M46.458-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path60" /> + <path + fill="#FFFFFF" + d="M38.797-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path62" /> + <path + fill="#FFFFFF" + d="M31.137-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path64" /> + <path + fill="#FFFFFF" + d="M23.477-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path66" /> + <path + fill="#FFFFFF" + d="M15.816-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path68" /> + <path + fill="#FFFFFF" + d="M8.156-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path70" /> + <path + fill="#FFFFFF" + d="M0.495-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-56.374,0.503-56.438,0.51-56.32 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path72" /> + </g> + <g + id="g96"> + <path + fill="#FFFFFF" + d="M69.439-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path76" /> + <path + fill="#FFFFFF" + d="M61.778-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path78" /> + <path + fill="#FFFFFF" + d="M54.118-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path80" /> + <path + fill="#FFFFFF" + d="M46.458-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path82" /> + <path + fill="#FFFFFF" + d="M38.797-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path84" /> + <path + fill="#FFFFFF" + d="M31.137-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path86" /> + <path + fill="#FFFFFF" + d="M23.477-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path88" /> + <path + fill="#FFFFFF" + d="M15.816-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path90" /> + <path + fill="#FFFFFF" + d="M8.156-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path92" /> + <path + fill="#FFFFFF" + d="M0.495-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path94" /> + </g> + <g + id="g118"> + <path + fill="#FFFFFF" + d="M69.439-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path98" /> + <path + fill="#FFFFFF" + d="M61.778-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path100" /> + <path + fill="#FFFFFF" + d="M54.118-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path102" /> + <path + fill="#FFFFFF" + d="M46.458-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path104" /> + <path + fill="#FFFFFF" + d="M38.797-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path106" /> + <path + fill="#FFFFFF" + d="M31.137-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path108" /> + <path + fill="#FFFFFF" + d="M23.477-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path110" /> + <path + fill="#FFFFFF" + d="M15.816-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path112" /> + <path + fill="#FFFFFF" + d="M8.156-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 C8.15-41.004,8.149-41.02,8.14-41.04" + id="path114" /> + <path + fill="#FFFFFF" + d="M0.495-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path116" /> + </g> + <g + id="g140"> + <path + fill="#FFFFFF" + d="M69.439-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path120" /> + <path + fill="#FFFFFF" + d="M61.778-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path122" /> + <path + fill="#FFFFFF" + d="M54.118-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path124" /> + <path + fill="#FFFFFF" + d="M46.458-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path126" /> + <path + fill="#FFFFFF" + d="M38.797-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path128" /> + <path + fill="#FFFFFF" + d="M31.137-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path130" /> + <path + fill="#FFFFFF" + d="M23.477-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path132" /> + <path + fill="#FFFFFF" + d="M15.816-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path134" /> + <path + fill="#FFFFFF" + d="M8.156-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path136" /> + <path + fill="#FFFFFF" + d="M0.495-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-33.416,0.503-33.48,0.51-33.362 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path138" /> + </g> + <g + id="g162"> + <path + fill="#FFFFFF" + d="M69.439-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path142" /> + <path + fill="#FFFFFF" + d="M61.778-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path144" /> + <path + fill="#FFFFFF" + d="M54.118-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path146" /> + <path + fill="#FFFFFF" + d="M46.458-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path148" /> + <path + fill="#FFFFFF" + d="M38.797-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path150" /> + <path + fill="#FFFFFF" + d="M31.137-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path152" /> + <path + fill="#FFFFFF" + d="M23.477-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path154" /> + <path + fill="#FFFFFF" + d="M15.816-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path156" /> + <path + fill="#FFFFFF" + d="M8.156-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path158" /> + <path + fill="#FFFFFF" + d="M0.495-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path160" /> + </g> + <g + id="g184"> + <path + fill="#FFFFFF" + d="M69.439-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path164" /> + <path + fill="#FFFFFF" + d="M61.778-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path166" /> + <path + fill="#FFFFFF" + d="M54.118-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path168" /> + <path + fill="#FFFFFF" + d="M46.458-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path170" /> + <path + fill="#FFFFFF" + d="M38.797-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path172" /> + <path + fill="#FFFFFF" + d="M31.137-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path174" /> + <path + fill="#FFFFFF" + d="M23.477-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path176" /> + <path + fill="#FFFFFF" + d="M15.816-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path178" /> + <path + fill="#FFFFFF" + d="M8.156-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path180" /> + <path + fill="#FFFFFF" + d="M0.495-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-18.11,0.503-18.175,0.51-18.057 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path182" /> + </g> + <g + id="g206"> + <path + fill="#FFFFFF" + d="M69.439-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362C69-9.692,69.159-9.523,69.154-9.4c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path186" /> + <path + fill="#FFFFFF" + d="M61.778-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path188" /> + <path + fill="#FFFFFF" + d="M54.118-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path190" /> + <path + fill="#FFFFFF" + d="M46.458-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path192" /> + <path + fill="#FFFFFF" + d="M38.797-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path194" /> + <path + fill="#FFFFFF" + d="M31.137-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path196" /> + <path + fill="#FFFFFF" + d="M23.477-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path198" /> + <path + fill="#FFFFFF" + d="M15.816-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053C17.933-7.969,17.839-8.227,18-8.34 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path200" /> + <path + fill="#FFFFFF" + d="M8.156-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 C7.915-10.05,7.866-9.836,7.886-9.75C7.717-9.692,7.876-9.523,7.871-9.4C7.868-9.351,7.83-9.295,7.826-9.239 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C9.114-7.652,9.321-7.799,9.48-7.837c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path202" /> + <path + fill="#FFFFFF" + d="M0.495-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 C0.254-10.05,0.205-9.836,0.225-9.75C0.056-9.692,0.215-9.523,0.21-9.4c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-8.671,0.501-8.456,0.668-8.325c0.19,0.148,0.365,0.572,0.608,0.631 C1.454-7.652,1.66-7.799,1.819-7.837C2-7.88,2.217-7.827,2.391-7.89c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46C3.477-8.933,3.471-8.995,3.5-9.071 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path204" /> + </g> + </g> + <g + id="g230"> + <path + fill="#FFFFFF" + d="M69.439-2.778c0.018,0.072,0.008,0.127-0.026,0.19C69.361-2.487,69.3-2.525,69.248-2.46 c-0.051,0.062-0.099,0.276-0.079,0.362C69-2.04,69.159-1.871,69.154-1.748c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C70.397,0,70.604-0.146,70.763-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path210" /> + <path + fill="#FFFFFF" + d="M61.778-2.778c0.018,0.072,0.007,0.127-0.026,0.19C61.7-2.487,61.64-2.525,61.587-2.46 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C62.737,0,62.943-0.146,63.103-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C61.915-3.117,61.78-3.02,61.781-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path212" /> + <path + fill="#FFFFFF" + d="M54.118-2.778c0.018,0.072,0.007,0.127-0.026,0.19C54.04-2.487,53.98-2.525,53.927-2.46 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C55.077,0,55.283-0.146,55.442-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C54.255-3.117,54.12-3.02,54.121-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path214" /> + <path + fill="#FFFFFF" + d="M46.458-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C47.416,0,47.623-0.146,47.782-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C46.594-3.117,46.459-3.02,46.46-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path216" /> + <path + fill="#FFFFFF" + d="M38.797-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C39.756,0,39.962-0.146,40.122-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C38.934-3.117,38.799-3.02,38.8-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path218" /> + <path + fill="#FFFFFF" + d="M31.137-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C32.095,0,32.302-0.146,32.461-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C31.273-3.117,31.139-3.02,31.14-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path220" /> + <path + fill="#FFFFFF" + d="M23.477-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C24.435,0,24.642-0.146,24.801-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025" + id="path222" /> + <path + fill="#FFFFFF" + d="M15.816-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.062-0.165,0.128 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C16.774,0,16.981-0.146,17.14-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 C15.81-2.74,15.809-2.756,15.8-2.776" + id="path224" /> + <path + fill="#FFFFFF" + d="M8.156-2.778c0.018,0.072,0.007,0.127-0.026,0.19C8.077-2.487,8.018-2.525,7.965-2.46 c-0.05,0.062-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35C7.868-1.698,7.83-1.643,7.826-1.587 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C9.114,0,9.321-0.146,9.48-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C8.954-3.54,8.847-3.448,8.692-3.367 c-0.17,0.088-0.139,0.166-0.318,0.224C8.292-3.117,8.158-3.02,8.159-2.92C8.16-2.805,8.164-2.869,8.17-2.751 C8.15-2.74,8.149-2.756,8.14-2.776" + id="path226" /> + <path + fill="#FFFFFF" + d="M0.495-2.778c0.018,0.072,0.008,0.127-0.026,0.19C0.417-2.487,0.356-2.525,0.304-2.46 C0.253-2.397,0.205-2.184,0.225-2.098C0.056-2.04,0.215-1.871,0.21-1.748c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-1.019,0.501-0.804,0.668-0.673c0.19,0.148,0.365,0.572,0.608,0.631 C1.454,0,1.66-0.146,1.819-0.185C2-0.228,2.217-0.175,2.391-0.237c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46C3.477-1.28,3.471-1.343,3.5-1.419 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C1.293-3.54,1.187-3.448,1.031-3.367 c-0.17,0.088-0.139,0.166-0.318,0.224C0.632-3.117,0.498-3.02,0.498-2.92C0.5-2.805,0.503-2.869,0.51-2.751 C0.489-2.74,0.488-2.756,0.479-2.776" + id="path228" /> + </g> + </g> +</pattern> +<g + id="g323" + transform="translate(-33.916074,-28.813)"> + <path + d="m 165.04,37.83 c 0.699,-5.219 5.16,-9.017 10.293,-9.017 v 0 c 0.46,0 0.926,0.031 1.39,0.091 v 0 c 5.69,0.765 9.694,5.989 8.934,11.681 v 0 c -0.758,5.688 -5.995,9.686 -11.681,8.928 v 0 c -5.688,-0.759 -9.694,-5.989 -8.936,-11.683 z" + id="path235" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 139.603,29.261 c 0.533,-0.08 1.061,-0.122 1.587,-0.122 v 0 c 5.044,0 9.472,3.679 10.262,8.818 v 0 c 0.87,5.681 -3.024,10.981 -8.703,11.852 v 0 c -5.672,0.87 -10.977,-3.021 -11.851,-8.698 v 0 c -0.868,-5.672 3.029,-10.981 8.705,-11.85 z" + id="path237" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 104.054,40.129 c 1.431,-0.675 2.944,-0.997 4.431,-0.997 v 0 c 3.898,0 7.627,2.2 9.404,5.956 v 0 c 2.454,5.19 0.236,11.387 -4.957,13.838 v 0 c -5.189,2.453 -11.388,0.236 -13.838,-4.959 v 0 c -2.45,-5.188 -0.233,-11.387 4.96,-13.838 z" + id="path239" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 229.183,60.114 c 2.055,-2.397 4.964,-3.626 7.892,-3.626 v 0 c 2.4,0 4.805,0.826 6.771,2.507 v 0 c 4.344,3.738 4.855,10.3 1.11,14.654 v 0 c -3.735,4.359 -10.301,4.859 -14.655,1.124 v 0 0 c -4.362,-3.741 -4.865,-10.305 -1.118,-14.659 z" + id="path241" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 73.081,60.649 c 1.985,-1.764 4.455,-2.639 6.917,-2.639 v 0 c 2.859,0 5.709,1.173 7.758,3.477 v 0 c 3.825,4.283 3.451,10.856 -0.833,14.676 v 0 0 C 82.641,79.984 76.068,79.61 72.249,75.324 v 0 C 68.424,71.042 68.797,64.47 73.08,60.649 v 0 z" + id="path243" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 253.916,83.886 c 1.746,-1.131 3.71,-1.675 5.647,-1.675 v 0 c 3.406,-0.001 6.744,1.67 8.734,4.736 v 0 0 0 c 3.114,4.821 1.751,11.253 -3.065,14.381 v 0 c -4.823,3.122 -11.255,1.753 -14.383,-3.062 v 0 0 c -3.114,-4.819 -1.749,-11.251 3.067,-14.38 z" + id="path245" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 49.17,89.077 c 1.969,-3.167 5.367,-4.914 8.837,-4.914 v 0 c 1.871,0 3.771,0.51 5.48,1.569 v 0 c 4.875,3.032 6.37,9.442 3.336,14.314 v 0 c -3.032,4.877 -9.438,6.374 -14.314,3.344 v 0 C 47.634,100.358 46.138,93.946 49.17,89.074 v 0 z" + id="path247" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 34.288,123.131 c 1.262,-4.621 5.453,-7.649 10.02,-7.649 v 0 c 0.907,0 1.832,0.118 2.752,0.369 v 0 c 5.536,1.515 8.792,7.235 7.277,12.776 v 0 c -1.515,5.527 -7.232,8.794 -12.769,7.27 v 0 c -5.541,-1.515 -8.796,-7.228 -7.28,-12.766 z" + id="path249" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 163.404,59.558 c 0.496,-3.7 3.666,-6.393 7.292,-6.391 v 0 c 0.329,0 0.653,0.02 0.991,0.062 v 0 0 0 c 4.028,0.542 6.864,4.247 6.318,8.279 v 0 c -0.535,4.032 -4.239,6.865 -8.267,6.329 v 0 c -4.042,-0.541 -6.879,-4.247 -6.334,-8.279 z" + id="path251" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 145.37,53.482 c 0.377,-0.056 0.751,-0.083 1.124,-0.083 v 0 c 3.575,-10e-4 6.715,2.607 7.271,6.251 v 0 c 0.622,4.025 -2.142,7.784 -6.165,8.4 v 0 c -4.022,0.618 -7.783,-2.146 -8.399,-6.167 v 0 c -0.618,-4.023 2.146,-7.781 6.169,-8.401 z" + id="path253" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 187.281,64.146 c 1.223,-2.734 3.915,-4.352 6.729,-4.352 v 0 c 1.01,0 2.029,0.208 3.008,0.646 v 0 0 0 c 3.71,1.669 5.374,6.03 3.704,9.74 v 0 c -1.659,3.711 -6.021,5.37 -9.738,3.702 v 0 c -3.712,-1.663 -5.373,-6.023 -3.703,-9.736 z" + id="path255" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 120.175,61.184 c 1.013,-0.475 2.086,-0.702 3.138,-0.702 v 0 c 2.762,0 5.412,1.557 6.668,4.221 v 0 c 1.738,3.678 0.165,8.067 -3.515,9.805 v 0 c -3.678,1.743 -8.069,0.17 -9.808,-3.509 v 0 c -1.737,-3.679 -0.164,-8.071 3.517,-9.813 v 0 c 0,-0.002 0,-0.002 0,-0.002 z" + id="path257" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 208.868,75.351 c 1.454,-1.699 3.514,-2.568 5.583,-2.568 v 0 c 1.698,-0.003 3.409,0.582 4.801,1.777 v 0 0 0 c 3.088,2.646 3.439,7.299 0.791,10.389 v 0 c -2.653,3.087 -7.304,3.443 -10.387,0.79 v 0 0 c -3.088,-2.647 -3.439,-7.297 -0.788,-10.388 z" + id="path259" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 98.219,75.731 c 1.407,-1.254 3.158,-1.868 4.902,-1.868 v 0 c 2.031,0 4.044,0.833 5.498,2.462 v 0 c 2.71,3.036 2.445,7.692 -0.591,10.402 v 0 c -3.038,2.71 -7.695,2.443 -10.402,-0.59 v 0 c -2.708,-3.036 -2.443,-7.695 0.593,-10.406 z" + id="path261" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 226.394,92.202 c 1.237,-0.801 2.632,-1.189 4.009,-1.189 v 0 c 2.414,0 4.769,1.185 6.184,3.36 v 0 c 2.214,3.414 1.243,7.976 -2.172,10.189 v 0 c -3.412,2.216 -7.98,1.245 -10.192,-2.167 v 0 c -2.215,-3.412 -1.245,-7.977 2.171,-10.193 z" + id="path263" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="M 81.267,95.877 C 82.666,93.634 85.07,92.4 87.535,92.4 v 0 c 1.328,0 2.668,0.36 3.878,1.111 v 0 c 3.461,2.145 4.519,6.695 2.372,10.148 v -0.004 0 c -2.15,3.457 -6.692,4.518 -10.147,2.367 v 0 C 80.18,103.877 79.124,99.336 81.267,95.877 v 0 z" + id="path265" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 70.722,120.02 c 0.895,-3.275 3.866,-5.426 7.1,-5.426 v 0 c 0.645,0 1.303,0.087 1.951,0.263 v 0 c 3.925,1.076 6.237,5.128 5.158,9.057 v 0 c -1.068,3.919 -5.127,6.233 -9.051,5.152 v 0 c -3.925,-1.072 -6.234,-5.124 -5.158,-9.046 z" + id="path267" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 162.067,77.284 c 0.337,-2.466 2.439,-4.264 4.866,-4.264 v 0 c 0.219,0 0.438,0.014 0.662,0.048 v 0 c 2.688,0.358 4.579,2.828 4.215,5.518 v 0 c -0.353,2.69 -2.833,4.576 -5.524,4.215 v 0 c -2.687,-0.357 -4.571,-2.827 -4.219,-5.517 z" + id="path269" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 150.046,73.235 c 0.253,-0.037 0.501,-0.055 0.75,-0.055 v 0 c 2.387,0 4.479,1.738 4.85,4.168 v 0 c 0.411,2.682 -1.43,5.186 -4.112,5.596 h 0.001 v 0 c -2.682,0.415 -5.186,-1.427 -5.602,-4.109 v 0 c -0.408,-2.682 1.432,-5.19 4.113,-5.6 v 0 z" + id="path271" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 177.991,80.344 c 0.822,-1.825 2.611,-2.904 4.486,-2.904 v 0 c 0.666,0 1.355,0.142 2.012,0.437 v -0.002 0.002 -0.002 0 c 2.476,1.11 3.581,4.017 2.47,6.493 v 0 c -1.118,2.473 -4.019,3.58 -6.497,2.468 v 0 c -2.477,-1.11 -3.575,-4.02 -2.471,-6.492 z" + id="path273" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 133.25,78.37 c 0.677,-0.321 1.39,-0.473 2.094,-0.473 v 0 c 1.84,0 3.604,1.044 4.443,2.818 v 0 c 1.161,2.451 0.111,5.379 -2.343,6.541 v 0 c -2.451,1.158 -5.379,0.109 -6.542,-2.342 v 0 c -1.156,-2.457 -0.106,-5.381 2.347,-6.543 v 0 h 0.001 z" + id="path275" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 118.612,88.066 c 0.936,-0.833 2.103,-1.246 3.269,-1.246 v 0 c 1.352,0 2.697,0.556 3.668,1.645 v 0 c 1.802,2.021 1.626,5.13 -0.398,6.932 v 0 0 c -2.023,1.808 -5.13,1.633 -6.932,-0.393 v 0 c -1.807,-2.023 -1.633,-5.13 0.393,-6.938 z" + id="path277" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 204.07,99.05 c 0.819,-0.534 1.753,-0.79 2.67,-0.79 v 0 c 1.605,0 3.185,0.785 4.127,2.235 v 0 c 1.475,2.278 0.825,5.32 -1.448,6.797 v 0 c -2.269,1.478 -5.317,0.825 -6.796,-1.448 v 0 c -1.475,-2.276 -0.821,-5.319 1.447,-6.794 z" + id="path279" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 212.111,113.129 c 0.461,-0.139 0.933,-0.201 1.396,-0.201 v 0 c 2.114,0 4.072,1.384 4.704,3.526 v 0 c 0.767,2.602 -0.721,5.332 -3.325,6.099 v 0 c -2.596,0.77 -5.334,-0.717 -6.101,-3.322 v 0 c -0.766,-2.601 0.721,-5.332 3.326,-6.102 z" + id="path281" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 100.277,117.596 c 0.601,-2.183 2.576,-3.62 4.736,-3.62 v 0 c 0.428,0 0.868,0.061 1.297,0.181 v 0 c 2.62,0.716 4.157,3.418 3.44,6.032 v 0 0 c -0.713,2.621 -3.42,4.158 -6.031,3.438 v 0 c -2.616,-0.716 -4.159,-3.417 -3.442,-6.031 z" + id="path283" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 161.098,90.159 c 0.209,-1.565 1.559,-2.711 3.099,-2.711 v 0 c 0.132,0 0.271,0.009 0.419,0.029 v 0 c 1.713,0.226 2.902,1.799 2.686,3.508 v 0 c -0.23,1.711 -1.809,2.912 -3.518,2.684 v 0 0 c -1.713,-0.23 -2.913,-1.801 -2.686,-3.51 z" + id="path285" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 153.453,87.582 c 0.16,-0.023 0.317,-0.036 0.48,-0.036 v 0 c 1.513,0 2.844,1.107 3.081,2.654 v 0 c 0.261,1.705 -0.907,3.299 -2.611,3.56 v 0 c -1.705,0.262 -3.301,-0.911 -3.564,-2.616 v 0 c -0.263,-1.701 0.908,-3.296 2.614,-3.562 v 0 z" + id="path287" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 171.229,92.102 c 0.521,-1.156 1.653,-1.844 2.846,-1.844 v 0 c 0.43,0 0.868,0.091 1.287,0.281 v 0 0 0 c 1.57,0.702 2.272,2.551 1.567,4.126 v 0 c -0.708,1.573 -2.557,2.277 -4.13,1.568 h -0.003 v 0 c -1.57,-0.705 -2.272,-2.554 -1.567,-4.131 z" + id="path289" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 133.46,97.019 c 0.594,-0.534 1.336,-0.795 2.077,-0.795 v 0 c 0.86,0 1.716,0.354 2.331,1.047 v 0 c 1.154,1.286 1.042,3.259 -0.25,4.411 v 0 c -1.285,1.146 -3.26,1.033 -4.411,-0.252 v 0 c -1.144,-1.289 -1.035,-3.264 0.253,-4.411 z" + id="path291" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 187.817,104.002 c 0.524,-0.34 1.109,-0.501 1.691,-0.501 v 0 c 1.031,0 2.029,0.501 2.623,1.421 v 0 0 0 c 0.939,1.449 0.526,3.386 -0.92,4.323 v 0 c -1.446,0.938 -3.376,0.527 -4.317,-0.922 v 0 c -0.943,-1.446 -0.523,-3.385 0.923,-4.321 z" + id="path293" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 126.275,105.558 c 0.589,-0.947 1.612,-1.474 2.656,-1.475 v 0 c 0.563,0 1.134,0.157 1.647,0.472 v 0 c 1.466,0.916 1.911,2.837 1.004,4.302 v 0 c -0.91,1.466 -2.838,1.917 -4.303,1.009 v 0 c -1.465,-0.915 -1.915,-2.843 -1.004,-4.308 z" + id="path295" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 192.923,112.959 c 0.3,-0.09 0.595,-0.13 0.888,-0.13 v 0 c 1.352,0 2.596,0.88 2.992,2.24 v 0 0 0 0 c 0.49,1.655 -0.458,3.394 -2.104,3.881 v 0 c -1.658,0.488 -3.395,-0.459 -3.882,-2.112 v 0 c -0.489,-1.656 0.456,-3.393 2.106,-3.879 z" + id="path297" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 121.802,115.796 c 0.381,-1.387 1.637,-2.302 3.012,-2.302 v 0 c 0.271,0 0.55,0.04 0.823,0.113 v 0 c 1.666,0.457 2.646,2.175 2.189,3.843 v 0 c -0.456,1.661 -2.177,2.641 -3.838,2.187 v 0 c -1.664,-0.458 -2.643,-2.177 -2.186,-3.841 v 0 z" + id="path299" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <path + d="m 238.457,113.321 c 0.688,-0.206 1.39,-0.306 2.082,-0.306 v 0 c 3.182,0 6.116,2.08 7.064,5.29 v 0 0 0 c 1.155,3.901 -1.077,7.996 -4.979,9.149 v 0 c -3.905,1.145 -8,-1.083 -9.155,-4.981 v 0 0 c -1.145,-3.902 1.082,-8.003 4.988,-9.152 z" + id="path301" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <rect + x="265.935" + y="149.649" + width="17.181" + height="68.734001" + id="rect303" + style="fill:#0067b1" /> + <line + x1="109.997" + y1="184.01199" + x2="109.997" + y2="184.01199" + id="line305" + style="fill:#0067b1" /> + <path + d="m 58.011,184.012 c 0,-4.741 3.851,-8.59 8.597,-8.59 h 51.979 c 1.214,-0.006 2.233,-0.47 3.04,-1.258 v 0 c 0.787,-0.804 1.25,-1.829 1.255,-3.041 v 0 c -0.004,-1.217 -0.468,-2.234 -1.255,-3.036 v 0 c -0.807,-0.788 -1.826,-1.252 -3.04,-1.258 v 0 H 68.321 c -4.753,0.004 -8.982,1.909 -12.107,5.023 v 0 c -3.12,3.137 -5.021,7.387 -5.031,12.159 v 0 c 0.01,4.782 1.912,9.021 5.031,12.159 v 0 c 3.125,3.126 7.354,5.019 12.107,5.021 v 0 h 71.793 v 0 17.192 H 68.321 c -0.005,0 -0.006,0 -0.013,0 v 0 c -9.452,0 -18.082,-3.871 -24.261,-10.077 v 0 C 37.852,202.111 33.998,193.471 34.004,184.011 v 0 c -0.006,-9.461 3.848,-18.1 10.043,-24.292 v 0 c 6.184,-6.214 14.816,-10.074 24.273,-10.07 h 50.265 c 5.903,-0.004 11.333,2.407 15.186,6.284 v 0 c 3.877,3.862 6.297,9.286 6.294,15.189 v 0 c 0.003,5.912 -2.417,11.334 -6.294,15.196 v 0 c -3.853,3.861 -9.273,6.282 -15.174,6.282 H 66.608 v 0 c -4.746,0.002 -8.597,-3.837 -8.597,-8.588 z" + id="path307" + inkscape:connector-curvature="0" + style="fill:#0067b1" /> + <path + d="m 173.391,184.012 c 0,4.751 3.839,8.59 8.591,8.59 l 51.973,0.002 c 1.21,0.004 2.243,0.468 3.042,1.258 v 0 c 0.788,0.81 1.254,1.826 1.254,3.041 v 0 c 0,1.213 -0.466,2.231 -1.254,3.033 v 0 c -0.799,0.793 -1.832,1.254 -3.042,1.256 v 0 h -50.261 c -4.762,-0.002 -8.982,-1.895 -12.114,-5.021 v 0 c -3.109,-3.137 -5.017,-7.375 -5.02,-12.159 v 0 c 0.003,-4.772 1.91,-9.021 5.02,-12.159 v 0 c 3.132,-3.114 7.353,-5.018 12.114,-5.021 v 0 h 71.786 v -0.002 -17.18 h -71.786 c -0.006,0 -0.006,0 -0.016,0 v 0 c -9.45,0 -18.079,3.861 -24.255,10.068 v 0 c -6.205,6.194 -10.052,14.835 -10.049,24.294 v 0 c -0.003,9.46 3.844,18.1 10.049,24.295 v 0 c 6.18,6.21 14.814,10.081 24.271,10.077 h 50.261 c 5.913,0.004 11.336,-2.418 15.197,-6.296 v 0 c 3.864,-3.861 6.287,-9.284 6.281,-15.186 v 0 c 0.006,-5.902 -2.417,-11.324 -6.281,-15.187 v 0 c -3.861,-3.873 -9.275,-6.294 -15.184,-6.294 h -51.986 v 0 c -4.753,0.001 -8.591,3.85 -8.591,8.591 z" + id="path309" + inkscape:connector-curvature="0" + style="fill:#0067b1" /> + <path + d="m 283.916,122.026 c 0,5.746 -4.654,10.403 -10.402,10.403 -5.736,0 -10.391,-4.657 -10.391,-10.403 0,-5.74 4.654,-10.396 10.391,-10.396 5.748,-10e-4 10.402,4.656 10.402,10.396 z" + id="path311" + inkscape:connector-curvature="0" + style="fill:#0067b1" /> + <path + d="m 218.612,48.555 c 0,5.747 -4.654,10.402 -10.402,10.402 -5.736,0 -10.391,-4.656 -10.391,-10.402 0,-5.74 4.654,-10.396 10.391,-10.396 5.748,0 10.402,4.656 10.402,10.396 z" + id="path313" + inkscape:connector-curvature="0" + style="fill:#999999" /> + <circle + cx="196.104" + cy="91.010002" + r="4.9060001" + id="circle315" + style="fill:#999999" /> + <circle + cx="111.483" + cy="104.092" + r="4.9060001" + id="circle317" + style="fill:#999999" /> + <circle + cx="182.75101" + cy="98.890999" + r="3.1259999" + id="circle319" + style="fill:#999999" /> + <circle + cx="144.103" + cy="93.674004" + r="3.1259999" + id="circle321" + style="fill:#999999" /> +</g> +</svg> \ No newline at end of file diff --git a/assets/vendor/Font-Awesome b/assets/vendor/Font-Awesome index 1147d199a35293b391152ee85e2d30988439157f..d79d85c3fad85ad1885e87ed558f4afd6fce8289 160000 --- a/assets/vendor/Font-Awesome +++ b/assets/vendor/Font-Awesome @@ -1 +1 @@ -Subproject commit 1147d199a35293b391152ee85e2d30988439157f +Subproject commit d79d85c3fad85ad1885e87ed558f4afd6fce8289 diff --git a/assets/vendor/MathJax b/assets/vendor/MathJax index 72aba4aafd2ebfb1bda3c9445c69f4b2e7956b84..be11806df1ae075508e33500c990497062ef3c5a 160000 --- a/assets/vendor/MathJax +++ b/assets/vendor/MathJax @@ -1 +1 @@ -Subproject commit 72aba4aafd2ebfb1bda3c9445c69f4b2e7956b84 +Subproject commit be11806df1ae075508e33500c990497062ef3c5a diff --git a/assets/vendor/bootstrap b/assets/vendor/bootstrap index 7a6da5e3e7ad7c749dde806546a35d4d4259d965..a716fb03f965dc0846df479e14388b1b4b93d7ce 160000 --- a/assets/vendor/bootstrap +++ b/assets/vendor/bootstrap @@ -1 +1 @@ -Subproject commit 7a6da5e3e7ad7c749dde806546a35d4d4259d965 +Subproject commit a716fb03f965dc0846df479e14388b1b4b93d7ce diff --git a/assets/vendor/jquery b/assets/vendor/jquery index e1cffdef277fcf543833a20d28cbadcd000ebece..0cc1ad64ab0f482c13d6edd2a5226f309dd00006 160000 --- a/assets/vendor/jquery +++ b/assets/vendor/jquery @@ -1 +1 @@ -Subproject commit e1cffdef277fcf543833a20d28cbadcd000ebece +Subproject commit 0cc1ad64ab0f482c13d6edd2a5226f309dd00006 diff --git a/documentation.md b/documentation.md index 649c2f97fd83bdb0a7d8c1c223c01746ce4459b7..5c94d50966a15904f693090d359992d9204cadda 100644 --- a/documentation.md +++ b/documentation.md @@ -1,42 +1,62 @@ --- -title: Documentation and Repositories +title: HIFIS Documentation title_image: default layout: default excerpt: HIFIS Technical and Administrative Documentation, Policies and Internal Repositories. --- -# Technical and Administrative Documentation, Policies -* [**Selected Cloud Services**](https://www.hifis.net/doc/service-portfolio/initial-service-portfolio/how-services-are-selected/#selected-services-for-initial-helmholtz-cloud-service-portfolio) for the Initial Helmholtz Cloud Service Portfolio. -* Helmholtz Authentication and Authorization Infrastructure (AAI): - * Helmholtz AAI [**Policies**](https://hifis.net/policies). - * [**List of Helmholtz centres**](https://hifis.net/doc/backbone-aai/list-of-connected-centers/) that are technically connected to the Helmholtz AAI. -* All [**HIFIS Documentation**](https://www.hifis.net/doc/) for architectural components and processes. -* The original platform proposal for HIFIS [can be found here](https://www.helmholtz.de/fileadmin/user_upload/01_forschung/Helmholtz_Inkubator_HIFIS.pdf). - -#### Repositories +# Technical and Administrative Documentation + +All information on the architectural components and processes related to HIFIS and Helmholtz Authentication and Authorisation Infrastructure (AAI) are collected in the +[**HIFIS Documentation** at hifis.net/doc](https://hifis.net/doc/). +Some frequently used documentation links are listed below: + +#### Guidelines and Policies +* [Helmholtz AAI Policies](https://aai.helmholtz.de/policies) +* [Helmholtz AAI Concepts](https://aai.helmholtz.de/concept) +* Guidelines for [Managers of Virtual Organisations](https://hifis.net/doc/backbone-aai/guidelines-vos/) +* Guidelines for [Service Providers](https://hifis.net/doc/backbone-aai/guidelines-services/) +* How to [use HIFIS Transfer Service](https://hifis.net/doc/core-services/fts-endpoint/) + +#### Documentation on the Current Status of Implementation + +* [List of Services in Cloud Service Portfolio: Pipeline and Current Catalogue](https://hifis.net/doc/service-portfolio/service-portfolio-management/current-services-in-portfolio/) +* [Technical Documentation on Integrated Cloud Services](https://hifis.net/doc/cloud-services/) +* [Pilot and Associated Cloud Services](https://hifis.net/doc/service-integration/pilot-services/pilot-services/) (selection) +* [List of Helmholtz Centres](https://hifis.net/doc/backbone-aai/list-of-connected-centers/) that are technically connected to the Helmholtz AAI +* [List of supported Virtual Organisations](https://hifis.net/doc/backbone-aai/list-of-vos/) + +#### Public Gitlab Repositories The following documentation projects are publicly accessible for reading. You can contribute to them after signing in via Helmholtz AAI. * [Gitlab Project for this homepage](https://gitlab.hzdr.de/hifis/hifis.net) * [Gitlab Project for HIFIS Documentation](https://gitlab.hzdr.de/hifis/hifis-technical-documentation) * [Gitlab Project for AAI Website](https://gitlab.hzdr.de/helmholtz-aai/aai.helmholtz.de) +#### Governance +* Original [platform proposal for HIFIS](https://www.helmholtz.de/fileadmin/user_upload/01_forschung/Helmholtz_Inkubator_HIFIS.pdf) +* [The Helmholtz Incubator](https://www.helmholtz.de/en/research/information-data-science/helmholtz-incubator/) + +--- # Internal Documents -The access to the following documents is currently restricted to HIFIS members. -Most of the documentation is planned to be made publicly available by Q4, 2020. +The access to the following documents (drafts) is currently restricted to HIFIS members. #### Technical and Administative Documentation * [Draft of HIFIS Infrastructure Policies Draft: Sources](https://nubes.helmholtz-berlin.de/f/82025317) * [Draft of Helmholtz Cloud Contracts](https://gitlab.hzdr.de/helmholtz-cloud-contracts/helmholtz-cloud-contract/-/tree/master) #### Other presentations +* [10th Incubator Workshop, April 2021](https://nubes.helmholtz-berlin.de/f/254662564) * [9th Incubator Workshop, Nov 2020](https://nubes.helmholtz-berlin.de/f/155732886) * [HIFIS presentation at KoDa Meeting, October 2020](https://nubes.helmholtz-berlin.de/f/149595105) * [8th Incubator Workshop, June 2020](https://nubes.helmholtz-berlin.de/f/84128581) - [PDF version](https://nubes.helmholtz-berlin.de/f/84141777) * [Scientific Advisory Board, April 2020](https://nubes.helmholtz-berlin.de/f/79099187) #### Reports +* [Annual report for the year 2020](https://nubes.helmholtz-berlin.de/f/174628359) * [Annual report for the year 2019](https://nubes.helmholtz-berlin.de/f/78483551) * [Feedback Report of the Scientific Advisory Board, May 2020](https://nubes.helmholtz-berlin.de/f/84005457) #### Internal Organization * [HIFIS Stakeholder List](https://nubes.helmholtz-berlin.de/f/41769740) +* [HIFIS Working Groups](https://gitlab.hzdr.de/hifis/communication/hifis-structure/-/blob/master/hifis_structure.md) (to be updated) diff --git a/faq.md b/faq.md index 51f78c8fc63aab6efe802465f177195f927773ba..a510e23ed4ff7e7e94459fcd593057c1e2e11abb 100644 --- a/faq.md +++ b/faq.md @@ -36,18 +36,18 @@ The purpose of HIFIS is to support science and scientists. Within the HIFIS plat - All cloud services and software trainings and support are free of charge! - A **Helmholtz-wide login mechanism**, the [Helmholtz AAI](https://aai.helmholtz.de), - A stable, high-bandwidth **network infrastructure** connecting all Helmholtz centers, -- [**Software services**](https://software.hifis.net) to provide you with a common platform, - [training](https://software.hifis.net/events) and - [support](https://software.hifis.net/services/consulting) for high-quality sustainable software development. +- [**Software services**]({% link services/index.md %}#software) to provide you with a common platform, + [training]({% link events.md %}) and + [support]({% link services/software/consulting.html %}) for high-quality sustainable software development. #### [When will all of this take place?][3] The HIFIS platform was set up in 2019, with basic infrastructure services (AAI) and pilot services online in 2020. The initial cloud service portfolio is expected to be available by end of 2020. Please also refer to our [**HIFIS Roadmap**](roadmap) to stay up to date. The -[Software Services Training](https://software.hifis.net/events) +[Software Services Training]({% link events.md %}) and -[Support platform](https://software.hifis.net/services/consulting) is already available. +[Support platform]({% link services/software/consulting.html %}) is already available. #### [Anything I can do to get things done faster?][4] We have several pilot cloud services and installations running. Please [contact us](mailto:{{ site.contact_mail }}) if you need urgent assistance. diff --git a/publications.md b/publications.md index 5c6d437b0546ad23109699ef404dd5e7ed93241b..bc79d7ffd7e67da4f03785db77df91bb1c17a00d 100644 --- a/publications.md +++ b/publications.md @@ -11,6 +11,9 @@ excerpt: # Publications, Presentations, News ##### 2021 + +* [**Helmholtz AAI Update**](https://aai.helmholtz.de/news/2021/04/14/helmholtz-aai-in-nfdi-meeting.html). Presentation on the role of Helmholtz AAI in the context of AARC, EOSC, and NFDI, April 2021. +* [**Helmholtz Federated IT Services**](https://www.openstoragenetwork.org/wp-content/uploads/2021/03/National-and-International-Trends-in-Research-Storage-at-Scale-Concept-Paper-1.pdf). In: National and International Trends in Research Storage at Scale, Open Storage Network Concept Paper, March 2021. * [**Helmholtz AAI**](http://marcus.hardt-it.de/2103-Helmholtz-AAI). Teaser talk, In: [74. DFN Betriebstagung](https://www.dfn.de/veranstaltungen/bt/infos/to-bt/#c18414), March 2021. * [**HIFIS transfer service: FTS for Helmholtz**](https://indico4.twgrid.org/indico/event/14/session/10/contribution/46). In: [ISGC 2021 - International Symposium on Grids & Clouds](https://indico4.twgrid.org/indico/event/14/), March 2021. * [**HIFIS: Sync&Share Federation for Helmholtz**](https://indico.cern.ch/event/970232/contributions/4157924/). In: [CS3 2021 - Cloud Storage Synchronization and Sharing](https://indico.cern.ch/event/970232/program), January 2021. @@ -20,10 +23,10 @@ excerpt: * German version: [10.5281/zenodo.4301924](https://doi.org/10.5281/zenodo.4301924) * English version: [10.5281/zenodo.4301947](https://doi.org/10.5281/zenodo.4301947) * **HIFIS Software Survey 2020 Evaluation**, Blog Post Series, Nov 2020-Jan 2021. - * [A Community Perspective](https://software.hifis.net/report/2021/01/21/survey-results-community) - * [Consulting Perspective](https://software.hifis.net/report/2020/12/16/survey-results-consulting) - * [Programming, CI and VCS](https://software.hifis.net/report/2020/11/27/survey-results-language-vcs) - * [A Technology Perspective](https://software.hifis.net/report/2020/11/27/survey-technology) + * [A Community Perspective]({% post_url 2021/01/2021-01-21-survey-results-community %}) + * [Consulting Perspective]({% post_url 2020/12/2020-12-16-survey-results-consulting %}) + * [Programming, CI and VCS]({% post_url 2020/11/2020-11-27-survey-results-language-vcs %}) + * [A Technology Perspective]({% post_url 2020/11/2020-11-27-survey-technology %}) * [**Federated data storage for Helmholtz Research & Friends**](https://www.openstoragenetwork.org/seminar-series/nov-12-2020-national-and-international-trends-in-research-storage-at-scale/). In: National and International Trends in Research Storage at Scale, [Open Storage Network](https://www.openstoragenetwork.org), November 2020. * HIFIS presentations at [EGI conference](https://indico.egi.eu/event/5000/overview) (2-5 November 2020): - [**Helmholtz Federated IT and Accessible Compute Resources for Applied AI Research**](https://indico.egi.eu/event/5000/contributions/14353/). @@ -31,9 +34,9 @@ excerpt: * [**Presentations** of all major HIFIS working groups](https://hifis-events.hzdr.de/event/25/timetable/#all.detailed) at the 2nd All-Hands HIFIS Meeting, October 2020. * [**HIFIS backbone transfer service: FTS for everyone**](https://indico.cern.ch/event/898285/contributions/4041954/). In: [HEPiX Autumn 2020 Online workshop](https://indico.cern.ch/event/898285/), October 2020. * **Docker For Science**, Blog post series, September 2020: - * [Part 1: Getting Started with Docker](https://software.hifis.net/tutorial/2020/09/23/getting-started-with-docker-1) - * [Part 2: A Dockerfile Walkthrough](https://software.hifis.net/tutorial/2020/09/25/getting-started-with-docker-2) - * [Part 3: Using Docker in Practical Situations](https://software.hifis.net/tutorial/2020/09/29/getting-started-with-docker-3) + * [Part 1: Getting Started with Docker]({% post_url 2020/09/2020-09-23-getting-started-with-docker-1 %}) + * [Part 2: A Dockerfile Walkthrough]({% post_url 2020/09/2020-09-25-getting-started-with-docker-2 %}) + * [Part 3: Using Docker in Practical Situations]({% post_url 2020/09/2020-09-29-getting-started-with-docker-3 %}) * **HIFIS - Platform, Training and Support for a Sustainable Software Development**. In: DLR Wissensaustausch-Workshop Software Engineering (WAW SE VII), September 2020. * [**Zusammenarbeiten mit der Helmholtz-Cloud**](https://www.helmholtz-berlin.de/media/media/oea/aktuell/print//lichtblick/246/hzb_lichtblick_ag-44_september-2020_extern_web.pdf), Lichtblick Helmholtz Zentrum Berlin, page 4, September 2020. * [**HZI-led Coronavirus Sero-Survey** in collaboration with HIFIS](https://www.dzif.de/en/how-many-people-are-now-immune-sars-cov-2), August 2020. @@ -44,7 +47,7 @@ excerpt: * [Video Conferencing]({% post_url 2020/05/2020-05-15-guidelines-for-video-conferencing %}) * [Chatting]({% post_url 2020/05/2020-05-15-guidelines-for-chatting %}) * [**Summary of the Feedback Report of the Scientific Advisory Board**]({% post_url 2020/05/2020-05-27-sab-summary %}), May 2020. -* [**S/MIME Signing Git Commits**](https://software.hifis.net/tutorial/2020/04/15/smime-signing-git-commits), Blog post, April 2020. +* [**S/MIME Signing Git Commits**]({% post_url 2020/04/2020-04-15-smime-signing-git-commits %}), Blog post, April 2020. * [**The HIFIS Cloud Competence Cluster**](https://indico.cern.ch/event/854707/contributions/3680436/). In: [CS3 2020 Workshop on Cloud Services for Synchronisation and Sharing](https://cs3.deic.dk/), January 2020. ##### 2019 diff --git a/scripts/create_jumbotron_variants.sh b/scripts/create_jumbotrons.sh similarity index 72% rename from scripts/create_jumbotron_variants.sh rename to scripts/create_jumbotrons.sh index b24b7d61e876ee2d27a5fa0852ede41276fbf370..3fac9287c2ae377eeb15f3114a22a068bc0adf5a 100755 --- a/scripts/create_jumbotron_variants.sh +++ b/scripts/create_jumbotrons.sh @@ -1,14 +1,14 @@ #! /usr/bin/env bash # ============================================================================== -# title : create_jumbotron_variants.sh +# title : create_jumbotrons.sh # description : Iterates over all image files in a given folder and creates # smaller variants of these according to given breakpoints. # The smaller versions are sorted into subfolders according to the # breakpoint they were generated for. -# date : 2019-11-07 -# requires : Imagemagick v6 or compatible -# usage : $ bash ./scripts/create_jumbotron_variants assets/img/jumbotron/ +# date : 2021-05-19 +# requires : ffmpeg +# usage : $ bash scripts/create_jumbotrons.sh assets/img/jumbotrons/ # parameters : (1) path to the assets subfolder containing the jumbotron images # to be processed. # notes : The intention to outsource this script is to collect all shell @@ -16,18 +16,18 @@ # scripts with all its length into the GitLab CI pipeline # configuration yaml file. # Beside that users can manually call this script as well. +# This particular script is a Bash script that runs in Linux OS. # ============================================================================== -# Check if ImageMagick programs are available -if ! [ -x "$(command -v identify)" ] +# Check that ffmpeg and ffprobe are available +if ! [ -x "$(command -v ffmpeg)" ] then - echo 'ERROR: Command \"identify\" required (provided by imagemagick v6)' >&2 + echo 'ERROR: Command \"ffmpeg\" required.' >&2 exit 1 fi - -if ! [ -x "$(command -v convert)" ] +if ! [ -x "$(command -v ffprobe)" ] then - echo 'ERROR: Command \"convert\" required (provided by imagemagick v6)' >&2 + echo 'ERROR: Command \"ffprobe\" required.' >&2 exit 1 fi @@ -66,13 +66,18 @@ images=$(find . -maxdepth 1 -iregex ".*\.\(jpg\|gif\|png\|jpeg\|webp\)") for source_file in $images do - image_width=$(identify -format "%[fx:w]" "$source_file") + image_width=$(ffprobe -v error \ + -select_streams v:0 \ + -show_entries stream=width \ + -of csv=s=x:p=0 \ + "$source_file") + echo "=== Processing $source_file (width = $image_width px) ===" for bp_name in "${!breakpoints[@]}" do - target_file=$bp_name/$source_file - target_width=${breakpoints[$bp_name]} + target_file=$bp_name/$source_file; + target_width=${breakpoints[$bp_name]}; if [ "$image_width" -gt "$target_width" ] then @@ -84,7 +89,10 @@ do else # Create new version for this breakpoint echo "Generating $target_file ($target_width px)" - convert "$source_file" -resize "$target_width" "$target_file" + ffmpeg -i "$source_file" \ + -vf scale="w=${target_width}:h=-1" \ + -aspect 1:1 \ + "$target_file" fi else # Instead of upscaling, create a relative link to the original diff --git a/services/cloud/Service_Portfolio.html b/services/cloud/Service_Portfolio.html new file mode 100644 index 0000000000000000000000000000000000000000..f727f75086fd09fc764ff8399d335d9b7422c837 --- /dev/null +++ b/services/cloud/Service_Portfolio.html @@ -0,0 +1,73 @@ +--- +title: Cloud Services & Portfolio +title_image: halgatewood-com-tZc3vjPCk-Q-unsplash.jpg +layout: services/default +author: none +additional_css: + - services/services-page-images.css +excerpt: >- + More information about Helmholtz Cloud and its portfolio. +--- + +<p> + Helmholtz Cloud is a federated cloud platform and offers services to all Helmholtz centres and the entire scientific community and partners. The cloud service portfolio primarily consists of existing heterogeneous solutions of the different centres (providers) and, where possible and reasonable, establishes a “meta-level†over these. +</p> + +<p> +The provision of Helmholtz Cloud Services requires technical and organisational frameworks to open up a broad portfolio of services to all users. The connection to international developments (e.g. EOSC at European level) is regarded as essential and the "FAIR" principles in particular are taken into account. +</p> + +<h1>Helmholtz Cloud BETA</h1> + +<div class="image-block"> + <img + class="help-image right" + alt="Helmholtz Cloud Logo" + src="{{ site.directory.images | relative_url }}/services/Cloud_Portal_Services.png" + /> + <div> + <p> + <a href="https://cloud.helmholtz.de">Helmholtz Cloud</a> mediates the user's access to all Helmholtz Cloud Services. + </p> + + <p> + The Cloud Portal Beta version will be continuously expanded with new features. The production Version will include a specific view for logged-in users and contains all relevant service descriptions. + </p> + </div> +</div> + +<h1>Upcoming Helmholtz Cloud Services</h1> +<div class="image-block"> + <img + class="help-image right" + alt="Someone working with laptop on a stack of IT devices" + src="{{ site.directory.images | relative_url }}/services/undraw_Maintenance_re_59vn.svg" + /> + <div> + <p> + The <a href="https://www.hifis.net/doc/service-portfolio/initial-service-portfolio/how-services-are-selected/">initial Service Selection Process</a> has been worked out to efficiently identify the services which fulfill the selection criteria best and which should consequently be integrated into Helmholtz cloud first. + <p> + + <p> At the end of this process, <a href="https://www.hifis.net/doc/service-portfolio/initial-service-portfolio/how-services-are-selected/#selected-services-for-initial-helmholtz-cloud-service-portfolio">38 Helmholtz Cloud Services</a> offered by nine Helmholtz Centers were selected. Considering that some services are provided by several centers, the initial service portfolio includes 21 different services. + </p> + + <p> The portfolio is continuously being updated. The current status can be found <a href="https://hifis.net/doc/service-portfolio/service-portfolio-management/current-services-in-portfolio/">here</a>. + </p> + </div> +</div> + +<p> + <a href="https://www.hifis.net/doc/service-portfolio/" type="button" class="btn btn-outline-secondary btn-sm"> + <i class="fas fa-file-alt"></i> Documentation + </a> +</p> + +<div class="image-attrib">Images by Katerina Limpitsouni via <a href="https://undraw.co/">undraw.co</a></div> + +<div> + <h3>Feedback and Support</h3> + <p> + We welcome your suggestions, tips and support. They help us to become better. Please contact us at <a href="mailto:{{site.contact_mail}}">{{site.contact_mail}}</a> directly. + </p> + + diff --git a/services/cloud/access_provisioning.html b/services/cloud/access_provisioning.html new file mode 100644 index 0000000000000000000000000000000000000000..7c36654dc7fc3cb5498d0637995f8c0611b8b49e --- /dev/null +++ b/services/cloud/access_provisioning.html @@ -0,0 +1,68 @@ +--- +title: Service Access & Provisioning +title_image: cory-billingsley-PQ36AkKJfAc-unsplash.jpg +layout: services/default +author: none +additional_css: + - services/services-page-images.css +excerpt: >- + Getting Service Access & Offering a new Service. +--- + +<p> + Helmholtz Cloud is a federated cloud of all Helmholtz Centres. As a service provider, a Helmholtz Centre offers an IT service that can be used by other Helmholtz Centres +</p> + +<p> + The service can be offered Helmholtz-wide for all centres, or for selected user groups such as individual Helmholtz centres, their project groups, institutes or departments. Helmholtz-wide project groups are also possible, for example the Incubator Platforms. +</p> + +<p> + The technical prerequisites for seamless login with the home account are provided by the <a href="https://login.helmholtz.de/home/">Helmholtz AAI</a> (<a href="https://www.hifis.net/doc/backbone-aai/">AAI documentation</a>). The organisational framework is provided by the <a href="https://hifis.net/doc/backbone-aai/policies/">Helmholtz AAI Policies</a>. +</p> + +<p> + Helmholtz Cloud is a federated platform of the members of the Helmholtz Association of German Research Centres. As a result, the use of Helmholtz Cloud services is free of charge. +</p> + +<h1>Getting Service Access</h1> +<div class="image-block"> + <img + class="help-image right" + alt="Helmholtz Cloud Service Description" + src="{{ site.directory.images | relative_url }}services/Cloud_Portal_Service_Description.png" + /> + <div> + <p> + The <a href="https://cloud.helmholtz.de">Helmholtz Cloud Beta</a> is currently set up. The services offered can be used in pilot status. + </p> + <p> + If you would like to use a service that is not yet available to you, please write to the provider contact given in the service description chapter <i>How to get access</i>. + </p> + + </div> +</div> + +<h1>Becoming Service Provider</h1> +<div class="image-block"> + <img + class="help-image right" + alt="Ferris wheel against a blue sky" + src="{{ site.directory.images | relative_url }}services/301-kim-m2sXdEpKKzk-unsplash.jpg" + /> + <div> + <p> + The Helmholtz Cloud Service Portfolio is continuously updated. If you are a service provider and would like to offer a new IT service, please write to us at <a href="mailto:{{site.contact_mail}}">{{site.contact_mail}}</a>. + </p> + <p> + Information about the service onboarding process, evaluation and exclusion criteria can be found <a href="https://www.hifis.net/doc/service-portfolio/">in our documentation</a>. + </p> + </div> +</div> + +<div> + <h3>Feedback and Support</h3> + <p> + We welcome your suggestions, tips and support. They help us to become better. Please contact us at <a href="mailto:{{site.contact_mail}}">{{site.contact_mail}}</a>. + </p> +</div> diff --git a/services/overall/survey.html b/services/overall/survey.html index ae4a7160f22346cf7ea70f9ba2369db6c6f06c0c..0e016f4c1d768580d53b78f0ce925144106b7b45 100644 --- a/services/overall/survey.html +++ b/services/overall/survey.html @@ -41,10 +41,10 @@ excerpt: >- </p> <h4>2020</h4> <ul> - <li><a href="https://software.hifis.net/report/2021/01/21/survey-results-community">HIFIS Community Results</a></li> - <li><a href="https://software.hifis.net/report/2020/12/16/survey-results-consulting">HIFIS Consulting Results</a></li> - <li><a href="https://software.hifis.net/report/2020/11/27/survey-technology">HIFIS Technology Results</a></li> - <li><a href="https://software.hifis.net/report/2020/11/27/survey-results-language-vcs">Programming Languages and VCS</a></li> + <li><a href="{% post_url 2021/01/2021-01-21-survey-results-community %}">HIFIS Community Results</a></li> + <li><a href="{% post_url 2020/12/2020-12-16-survey-results-consulting %}">HIFIS Consulting Results</a></li> + <li><a href="{% post_url 2020/11/2020-11-27-survey-technology %}">HIFIS Technology Results</a></li> + <li><a href="{% post_url 2020/11/2020-11-27-survey-results-language-vcs %}">Programming Languages and VCS</a></li> </ul> </div> <img diff --git a/services/software/consulting.html b/services/software/consulting.html index f3f64c108a2d15c86e66585d071b417fbeddff8a..1d6f2bc6770958b06df0b8132577f4b4aa046943 100644 --- a/services/software/consulting.html +++ b/services/software/consulting.html @@ -4,7 +4,7 @@ title_image: jamie-street-_94HLr_QXo8-unsplash.jpg layout: services/default author: none additional_css: - - services/consulting-help-images.css + - services/services-page-images.css excerpt: >- We offer free-of-charge consulting in software engineering as a service to research groups under the Helmholtz umbrella. @@ -110,4 +110,6 @@ excerpt: >- directly. </p> -<a href="https://survey.pt-dlr.de/index.php?r=survey/index&sid=958212&lang=en&newtest=Y">Request a consultation.</a> +<p id="consultation-request-form"> + {% include contact_us/mini-form.html %} +</p> diff --git a/structure/members-fedboard.md b/structure/members-fedboard.md index 20eef09d8d5fa2afa8e86d7a165faf01920a154c..264a73f6706b355a1acf07d78cc27bd4f2c9c2ad 100644 --- a/structure/members-fedboard.md +++ b/structure/members-fedboard.md @@ -9,14 +9,18 @@ excerpt: Detailed description of the HIFIS governance structures. --- -## Members of the HIFIS Federation Board +## Members of the HIFIS Federation Board (Lenkungskreis) The following high-ranking scientists agreed to steer, monitor and strategically orient the activities of HIFIS. -* Rolf Hempel, German Aerospace Center (DLR) -* Corinna Schrum, Helmholtz- Zentrum Geesthacht Centre for Materials and Coastal Research (hereon) -* Veit Hagenmeyer, Karlsruhe Institute of Technology (KIT) -* Marco Nolden, German Cancer Research Center (DKFZ) + +#### Full members * Norbert Attig, Forschungszentrum Jülich (FZJ) +* Veit Hagenmeyer, Karlsruhe Institute of Technology (KIT) +* Rolf Hempel, German Aerospace Center (DLR) +* Marco Nolden, German Cancer Research Center (DKFZ) +* Corinna Schrum, Helmholtz-Zentrum hereon +* Achim Streit, Karlsruhe Institute of Technology (KIT) + +#### Guests * Volker Gülzow, Deutsches Elektronen-Synchrotron (DESY) * Uwe Konrad, Helmholtz-Zentrum Dresden-Rossendorf (HZDR) * Ants Finke, Helmholtz-Zentrum Berlin (HZB) -* Achim Streit, Karlsruhe Institute of Technology (KIT)