bytewax-docs 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.stylelintrc +13 -0
- data/LICENSE.txt +21 -0
- data/README.md +175 -0
- data/_assets/js/cookies.js +39 -0
- data/_assets/js/docs.js +103 -0
- data/_assets/js/lib/jquery-3.6.0.min.js +2 -0
- data/_assets/js/lib/jquery.scrollspy.js +97 -0
- data/_assets/js/lib/marked.min.js +6 -0
- data/_assets/js/lib/notebook.min.js +1 -0
- data/_assets/js/lib/prism.js +17 -0
- data/_assets/js/lib/simple-jekyll-search.min.js +6 -0
- data/_assets/js/navbar.js +90 -0
- data/_assets/js/search.js +12 -0
- data/_assets/js/tutorial.js +248 -0
- data/_assets/scss/components/article.scss +132 -0
- data/_assets/scss/components/cookie-consent.scss +35 -0
- data/_assets/scss/components/footer.scss +154 -0
- data/_assets/scss/components/navbar.scss +345 -0
- data/_assets/scss/components/newsletter.scss +222 -0
- data/_assets/scss/global/alerts.scss +112 -0
- data/_assets/scss/global/animate.scss +633 -0
- data/_assets/scss/global/buttons.scss +186 -0
- data/_assets/scss/global/fonts.scss +95 -0
- data/_assets/scss/global/layout.scss +25 -0
- data/_assets/scss/global/mixins.scss +134 -0
- data/_assets/scss/global/normalize.scss +349 -0
- data/_assets/scss/global/prism.scss +383 -0
- data/_assets/scss/global/slick.scss +133 -0
- data/_assets/scss/global/typography.scss +106 -0
- data/_assets/scss/global/variables.scss +23 -0
- data/_assets/scss/main.scss +35 -0
- data/_assets/scss/templates/default.scss +100 -0
- data/_assets/scss/templates/docs/content.scss +113 -0
- data/_assets/scss/templates/docs/layout.scss +21 -0
- data/_assets/scss/templates/docs/pagination.scss +48 -0
- data/_assets/scss/templates/docs/sidebar.scss +222 -0
- data/_assets/scss/templates/docs/toc.scss +65 -0
- data/_assets/scss/templates/tutorials/archive.scss +173 -0
- data/_assets/scss/templates/tutorials/content.scss +208 -0
- data/_assets/scss/templates/tutorials/layout.scss +22 -0
- data/_assets/scss/templates/tutorials/snippets.scss +259 -0
- data/_config.yml +84 -0
- data/_data/categories.yml +3 -0
- data/_data/cookies.yml +10 -0
- data/_data/footer.yml +14 -0
- data/_data/navbar.yml +17 -0
- data/_docs/another-article.md +19 -0
- data/_docs/sample-article.md +19 -0
- data/_includes/alert.html +4 -0
- data/_includes/cookie-consent.html +13 -0
- data/_includes/docs/pagination.html +28 -0
- data/_includes/docs/sidebar.html +42 -0
- data/_includes/docs/toc.html +4 -0
- data/_includes/footer.html +36 -0
- data/_includes/google_analytics.html +12 -0
- data/_includes/head.html +73 -0
- data/_includes/navbar.html +57 -0
- data/_includes/tutorials/content.html +30 -0
- data/_includes/tutorials/post.html +31 -0
- data/_includes/tutorials/snippets.html +36 -0
- data/_layouts/base.html +21 -0
- data/_layouts/default.html +14 -0
- data/_layouts/docs.html +32 -0
- data/_layouts/tutorial.html +17 -0
- data/_layouts/tutorials.html +26 -0
- data/_tutorials/hello-world.md +142 -0
- data/assets/css/docs.css +1 -0
- data/assets/css/main.css +8 -0
- data/assets/fonts/jetbrains-mono-v3-latin-regular.eot +0 -0
- data/assets/fonts/jetbrains-mono-v3-latin-regular.svg +318 -0
- data/assets/fonts/jetbrains-mono-v3-latin-regular.ttf +0 -0
- data/assets/fonts/jetbrains-mono-v3-latin-regular.woff +0 -0
- data/assets/fonts/jetbrains-mono-v3-latin-regular.woff2 +0 -0
- data/assets/fonts/material-icons.woff2 +0 -0
- data/assets/fonts/open-sans-v18-latin-600.eot +0 -0
- data/assets/fonts/open-sans-v18-latin-600.svg +336 -0
- data/assets/fonts/open-sans-v18-latin-600.ttf +0 -0
- data/assets/fonts/open-sans-v18-latin-600.woff +0 -0
- data/assets/fonts/open-sans-v18-latin-600.woff2 +0 -0
- data/assets/fonts/open-sans-v18-latin-600italic.eot +0 -0
- data/assets/fonts/open-sans-v18-latin-600italic.svg +349 -0
- data/assets/fonts/open-sans-v18-latin-600italic.ttf +0 -0
- data/assets/fonts/open-sans-v18-latin-600italic.woff +0 -0
- data/assets/fonts/open-sans-v18-latin-600italic.woff2 +0 -0
- data/assets/fonts/open-sans-v18-latin-700.eot +0 -0
- data/assets/fonts/open-sans-v18-latin-700.svg +334 -0
- data/assets/fonts/open-sans-v18-latin-700.ttf +0 -0
- data/assets/fonts/open-sans-v18-latin-700.woff +0 -0
- data/assets/fonts/open-sans-v18-latin-700.woff2 +0 -0
- data/assets/fonts/open-sans-v18-latin-700italic.eot +0 -0
- data/assets/fonts/open-sans-v18-latin-700italic.svg +342 -0
- data/assets/fonts/open-sans-v18-latin-700italic.ttf +0 -0
- data/assets/fonts/open-sans-v18-latin-700italic.woff +0 -0
- data/assets/fonts/open-sans-v18-latin-700italic.woff2 +0 -0
- data/assets/fonts/open-sans-v18-latin-italic.eot +0 -0
- data/assets/fonts/open-sans-v18-latin-italic.svg +349 -0
- data/assets/fonts/open-sans-v18-latin-italic.ttf +0 -0
- data/assets/fonts/open-sans-v18-latin-italic.woff +0 -0
- data/assets/fonts/open-sans-v18-latin-italic.woff2 +0 -0
- data/assets/fonts/open-sans-v18-latin-regular.eot +0 -0
- data/assets/fonts/open-sans-v18-latin-regular.svg +336 -0
- data/assets/fonts/open-sans-v18-latin-regular.ttf +0 -0
- data/assets/fonts/open-sans-v18-latin-regular.woff +0 -0
- data/assets/fonts/open-sans-v18-latin-regular.woff2 +0 -0
- data/assets/img/cancel-grey.svg +11 -0
- data/assets/img/cancel.svg +3 -0
- data/assets/img/facebook-yellow.svg +11 -0
- data/assets/img/facebook.svg +3 -0
- data/assets/img/favicon.png +0 -0
- data/assets/img/github_black.svg +4 -0
- data/assets/img/github_white.svg +4 -0
- data/assets/img/linkedin-yellow.svg +12 -0
- data/assets/img/linkedin.svg +3 -0
- data/assets/img/logo.svg +44 -0
- data/assets/img/logo_mono.svg +40 -0
- data/assets/img/logo_white.svg +46 -0
- data/assets/img/logo_yellow.svg +44 -0
- data/assets/img/og-image.png +0 -0
- data/assets/img/twitter-yellow.svg +14 -0
- data/assets/img/twitter.svg +3 -0
- data/assets/js/color-mode.min.js +2 -0
- data/assets/js/scripts.js +625 -0
- data/assets/js/scripts.min.js +56 -0
- data/gulpfile.js +49 -0
- data/package-lock.json +7350 -0
- data/package.json +34 -0
- data/search.json +13 -0
- data/tutorials/hello-world/Dockerfile +4 -0
- data/tutorials/hello-world/client.py +3 -0
- data/tutorials/hello-world/hello-world.png +0 -0
- data/tutorials/hello-world/hello.py +10 -0
- data/tutorials/hello-world/setup.sh +5 -0
- data/tutorials/hello-world/shell_commands.sh +5 -0
- data/tutorials/hello-world/swarm.yaml +26 -0
- metadata +191 -0
@@ -0,0 +1,30 @@
|
|
1
|
+
<div class="tutorial__intro">
|
2
|
+
<a class="tutorial__intro-link" href="{{ '/tutorials/' | relative_url }}">
|
3
|
+
Back to tutorials
|
4
|
+
</a>
|
5
|
+
<h1 class="tutorial__title">
|
6
|
+
{{ page.title }}
|
7
|
+
</h1>
|
8
|
+
<p class="tutorial__description">
|
9
|
+
{{ page.description }}
|
10
|
+
</p>
|
11
|
+
{% if page.download-url or page.github-url %}
|
12
|
+
<div class="tutorial__buttons">
|
13
|
+
{% if page.download-url %}
|
14
|
+
<a class="btn btn--md btn--primary" href="{{ page.download-url | relative_url }}" download>
|
15
|
+
Download
|
16
|
+
<i class="btn__icon btn__icon--right">download</i>
|
17
|
+
</a>
|
18
|
+
{% endif %}
|
19
|
+
{% if page.github-url %}
|
20
|
+
<a class="btn btn--md btn--ghost" href="{{ page.github-url | relative_url }}">
|
21
|
+
Fork on GitHub
|
22
|
+
<i class="btn__github"></i>
|
23
|
+
</a>
|
24
|
+
{% endif %}
|
25
|
+
</div>
|
26
|
+
{% endif %}
|
27
|
+
</div>
|
28
|
+
<div class="tutorial__text" data-wow-delay=".2s">
|
29
|
+
{{ content }}
|
30
|
+
</div>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
{% if include.type == "featured" %}
|
2
|
+
<article class="tutorials__post tutorials__post--featured wow fadeIn" data-wow-delay=".{{ forloop.index }}s" itemscope itemtype="https://schema.org/Article">
|
3
|
+
{% else %}
|
4
|
+
<article class="tutorials__post tutorials__post--archive wow fadeIn" data-wow-delay=".{{ forloop.index }}s" itemscope itemtype="https://schema.org/Article">
|
5
|
+
{% endif %}
|
6
|
+
{% if entry.featured-image %}
|
7
|
+
<figure class="tutorials__post-thumbnail">
|
8
|
+
<a class="tutorials__post-permalink" href="{{ entry.url }}" itemprop="url">
|
9
|
+
<img class="tutorials__post-thumbnail-img" src="{{ entry.featured-image | relative_url }}" alt="{{ entry.featured-image-alt }}" itemprop="image">
|
10
|
+
</a>
|
11
|
+
</figure>
|
12
|
+
{% endif %}
|
13
|
+
<div class="tutorials__post-content">
|
14
|
+
{% if include.type == "featured" %}
|
15
|
+
<h2 class="h2 tutorials__post-title">
|
16
|
+
<a class="tutorials__post-permalink" href="{{ entry.url }}" itemprop="url">
|
17
|
+
{{ entry.title }}
|
18
|
+
</a>
|
19
|
+
</h2>
|
20
|
+
<p class="tutorials__post-excerpt">{{ entry.description }}</p>
|
21
|
+
{% else %}
|
22
|
+
<h3 class="h3 tutorials__post-title">
|
23
|
+
<a class="tutorials__post-permalink" href="{{ entry.url }}" itemprop="url">
|
24
|
+
{{ entry.title }}
|
25
|
+
</a>
|
26
|
+
</h3>
|
27
|
+
<p class="tutorials__post-excerpt">{{ entry.description | truncatewords: 16 }}</p>
|
28
|
+
{% endif %}
|
29
|
+
<a class="tutorials__post-link" href="{{ entry.url }}" itemprop="url">Read more</a>
|
30
|
+
</div>
|
31
|
+
</article>
|
@@ -0,0 +1,36 @@
|
|
1
|
+
<div class="tutorial__snippets line-numbers">
|
2
|
+
{% if page.snippets[0] %}
|
3
|
+
<ul class="tutorial__snippets-nav">
|
4
|
+
{% for snippet in page.snippets %}
|
5
|
+
{% if forloop.first == true %}
|
6
|
+
<li class="tutorial__snippets-nav-item tutorial__snippets-nav-item--active">
|
7
|
+
{% else %}
|
8
|
+
<li class="tutorial__snippets-nav-item">
|
9
|
+
{% endif %}
|
10
|
+
<a class="tutorial__snippets-nav-link" href="#{{ snippet.id }}">{{ snippet.name }}</a>
|
11
|
+
</li>
|
12
|
+
{% endfor %}
|
13
|
+
{% for notebook in page.notebooks %}
|
14
|
+
<li class="tutorial__snippets-nav-item">
|
15
|
+
<a class="tutorial__snippets-nav-link tutorial__snippets-nav-link--notebook" href="#{{ notebook.id }}">{{ notebook.name }}</a>
|
16
|
+
</li>
|
17
|
+
{% endfor %}
|
18
|
+
</ul>
|
19
|
+
<div class="tutorial__snippets-tabs">
|
20
|
+
{% for snippet in page.snippets %}
|
21
|
+
{% if forloop.first == true %}
|
22
|
+
<pre class="tutorial__snippets-tab tutorial__snippets-tab--active linkable-line-numbers" data-src="{{ snippet.url | relative_url }}" id="{{ snippet.id | slugify }}"></pre>
|
23
|
+
{% else %}
|
24
|
+
<pre class="tutorial__snippets-tab linkable-line-numbers" data-src="{{ snippet.url | relative_url }}" id="{{ snippet.id | slugify }}"></pre>
|
25
|
+
{% endif %}
|
26
|
+
{% endfor %}
|
27
|
+
{% for notebook in page.notebooks %}
|
28
|
+
<div class="tutorial__snippets-tab tutorial__snippets-tab--notebook" data-src="{{ notebook.url | relative_url }}" id="{{ notebook.id | slugify }}"></div>
|
29
|
+
{% endfor %}
|
30
|
+
</div>
|
31
|
+
<div class="tutorial__snippets-buttons">
|
32
|
+
<button class="tutorial__snippets-btn tutorial__snippets-btn--prev tutorial__snippets-btn--inactive" id="prev">Previous step</button>
|
33
|
+
<button class="tutorial__snippets-btn tutorial__snippets-btn--next" id="next">Next step</button>
|
34
|
+
</div>
|
35
|
+
{% endif %}
|
36
|
+
</div>
|
data/_layouts/base.html
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
---
|
2
|
+
---
|
3
|
+
|
4
|
+
<!doctype html>
|
5
|
+
<html lang="{{ page.language | default: site.language | default: 'en' }}">
|
6
|
+
{% include head.html %}
|
7
|
+
|
8
|
+
<body>
|
9
|
+
<!-- Detect color mode before loading document body -->
|
10
|
+
<script src="{{ 'assets/js/color-mode.min.js' | relative_url}}"></script>
|
11
|
+
|
12
|
+
{% include navbar.html %}
|
13
|
+
|
14
|
+
{{ content }}
|
15
|
+
|
16
|
+
{% include footer.html %}
|
17
|
+
|
18
|
+
{% include cookie-consent.html %}
|
19
|
+
|
20
|
+
</body>
|
21
|
+
</html>
|
data/_layouts/docs.html
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
---
|
2
|
+
layout: base
|
3
|
+
---
|
4
|
+
|
5
|
+
<!-- Docs -->
|
6
|
+
<main class="docs main">
|
7
|
+
<section class="docs__container container">
|
8
|
+
<div class="docs__row row">
|
9
|
+
<!-- Primary sidebar -->
|
10
|
+
{% include docs/sidebar.html %}
|
11
|
+
|
12
|
+
<!-- Content -->
|
13
|
+
<div class="docs__content line-numbers">
|
14
|
+
{% if page.url == "/" %}
|
15
|
+
{% assign sorted = site.docs | sort: 'order' %}
|
16
|
+
{% for entry in sorted limit:1 %}
|
17
|
+
<h1>{{ entry.title }}</h1>
|
18
|
+
{{ entry.content }}
|
19
|
+
{% endfor %}
|
20
|
+
{% else %}
|
21
|
+
<h1>{{ page.title }}</h1>
|
22
|
+
{{ content }}
|
23
|
+
<!-- Pagination -->
|
24
|
+
{% include docs/pagination.html %}
|
25
|
+
{% endif %}
|
26
|
+
</div>
|
27
|
+
|
28
|
+
<!-- Table of contents -->
|
29
|
+
{% include docs/toc.html %}
|
30
|
+
</div>
|
31
|
+
</section>
|
32
|
+
</main>
|
@@ -0,0 +1,17 @@
|
|
1
|
+
---
|
2
|
+
layout: base
|
3
|
+
---
|
4
|
+
|
5
|
+
<main class="tutorial main">
|
6
|
+
<section class="tutorial__container container">
|
7
|
+
<div class="tutorial__row row">
|
8
|
+
<!-- Content -->
|
9
|
+
<div class="tutorial__content">
|
10
|
+
{% include tutorials/content.html %}
|
11
|
+
</div>
|
12
|
+
|
13
|
+
<!-- Code snippets -->
|
14
|
+
{% include tutorials/snippets.html %}
|
15
|
+
</div>
|
16
|
+
</section>
|
17
|
+
</main>
|
@@ -0,0 +1,26 @@
|
|
1
|
+
---
|
2
|
+
layout: base
|
3
|
+
---
|
4
|
+
|
5
|
+
<main class="tutorials main">
|
6
|
+
<section class="tutorials__container container">
|
7
|
+
<!-- Intro -->
|
8
|
+
<div class="tutorials__intro">
|
9
|
+
<h1 class="h1 tutorials__intro-title">
|
10
|
+
{{ page.title }}
|
11
|
+
</h1>
|
12
|
+
{{ content }}
|
13
|
+
</div>
|
14
|
+
|
15
|
+
<!-- Archive -->
|
16
|
+
<div class="tutorials__archive row">
|
17
|
+
{% assign tutorials = site.tutorials %}
|
18
|
+
{% for entry in tutorials limit:2 %}
|
19
|
+
{% include tutorials/post.html type="featured" %}
|
20
|
+
{% endfor %}
|
21
|
+
{% for entry in tutorials offset:2 %}
|
22
|
+
{% include tutorials/post.html %}
|
23
|
+
{% endfor %}
|
24
|
+
</div>
|
25
|
+
</section>
|
26
|
+
</main>
|
@@ -0,0 +1,142 @@
|
|
1
|
+
---
|
2
|
+
title: Bytewax Getting Started
|
3
|
+
description: Learn how Bytewax works with a Hello World example in this getting started tutorial. Press the down arrow and follow along with the text on the left which will highlight the corresponding code on the right.
|
4
|
+
snippets:
|
5
|
+
- url: tutorials/hello-world/setup.sh
|
6
|
+
name: setup.sh
|
7
|
+
id: setup
|
8
|
+
- url: tutorials/hello-world/swarm.yaml
|
9
|
+
name: swarm.yaml
|
10
|
+
id: swarm
|
11
|
+
- url: tutorials/hello-world/hello.py
|
12
|
+
name: hello.py
|
13
|
+
id: hello
|
14
|
+
- url: tutorials/hello-world/client.py
|
15
|
+
name: client.py
|
16
|
+
id: client
|
17
|
+
- url: tutorials/hello-world/Dockerfile
|
18
|
+
name: Dockerfile
|
19
|
+
id: dockerfile
|
20
|
+
- url: tutorials/hello-world/shell_commands.sh
|
21
|
+
name: shell_commands.sh
|
22
|
+
id: shell-commands
|
23
|
+
featured-image: tutorials/hello-world/hello-world.png
|
24
|
+
featured-image-alt: Hello World
|
25
|
+
download-url: tutorials/hello-world/hello-world.zip
|
26
|
+
---
|
27
|
+
|
28
|
+
# Building your first Swarm
|
29
|
+
In this tutorial, we'll show you how to build a hello world example. There is no machine learning being used here, this is primarily to show you how Bytewax works. First we will get our environment set up and then we will create a Swarm that will print `hello <name>` to the logs and then respond `goodbye <name>`.
|
30
|
+
|
31
|
+
Throughout the tutorial you will see a few different files with highlighted lines in the code panel that correspond to the section of text that provides an explanation of what is going on. If you are following along and would like to run the tutorial, you will have to copy the code and put it in a file on your local machine with a name that matches what is shown in the tab at the top of the highlighted code panel.
|
32
|
+
|
33
|
+
## Setup
|
34
|
+
If you haven't gotten your environment set up yet, we recommend using something to manage your Python environment like [pyenv](https://realpython.com/intro-to-pyenv/) or [conda](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html). Bytewax is tested and works with Python versions 3.7 and higher. Once you have a fresh environment set up, we can install Bytewax, which is a Python installable package. Bytewax comes with a command-line interface called `waxctl` you can use this to log in. We will also get logged in to the Bytewax registry.
|
35
|
+
{: data-highlight="1-3" data-snippet="setup"}
|
36
|
+
|
37
|
+
## Define a Swarm
|
38
|
+
What you see in the code panel is our hello world Swarm definition. We have defined this Swarm using YAML. At the top of the swarm definition, we gave the Swarm the name `hello-world`.
|
39
|
+
{: data-highlight="2" data-snippet="swarm"}
|
40
|
+
|
41
|
+
**Adding Bees to our Swarm**
|
42
|
+
In order for our first Bee to receive messages, we'll need to tell Bytewax to configure a gateway for us. Configuring a gateway will allow us to use the Bytewax SDK to send messages to our Swarm. We'll configure that here by using a predefined Bytewax Bee type called `gateway-input`.
|
43
|
+
{: data-highlight="5-8" data-snippet="swarm"}
|
44
|
+
|
45
|
+
**Defining our first Bee**
|
46
|
+
Next, we define our first Bee. We'll give our Bee a `name`, and a `type`. This Bee is written in Python, so we'll set the `type` parameter of this Bee to `python`.
|
47
|
+
{: data-highlight="10-17" data-snippet="swarm"}
|
48
|
+
|
49
|
+
**Bee input**
|
50
|
+
Each Bee in a Swarm needs to configure a way to receive messages. To do that, we'll set the `name` field of `input` to match that of the `gateway-input` bee we defined above: `hello-world-input-bee`.
|
51
|
+
{: data-highlight="12-13" data-snippet="swarm"}
|
52
|
+
|
53
|
+
**Bee spec**
|
54
|
+
A Bee spec is a way to tell bytewax how to run our code. This bee spec is specific to the `python` Bee type that we're using in this example, and has three required fields: `file`, `image` and `bee`. The `file` argument tells Bytewax where to find the file that this Bee is defined in. The `image` argument is the Docker image that contains the code and dependencies for this Bee, and finally, the `bee` argument tells Bytewax which function to call, but more on that in just a moment.
|
55
|
+
{: data-highlight="14-17" data-snippet="swarm"}
|
56
|
+
|
57
|
+
**Defining our next Bee**
|
58
|
+
We can have many bees in a swarm. Our next bee will say hello in spanish. For our next bee we will specify to receive the input from the previous bee, hello.
|
59
|
+
{: data-highlight="21-22" data-snippet="swarm"}
|
60
|
+
|
61
|
+
**Next steps**
|
62
|
+
Now that we've created our Swarm definition, we're ready to look at how to write the code for our Bees.
|
63
|
+
|
64
|
+
## Writing Bees
|
65
|
+
We can have multiple bees in one file and then we will use the Bytewax SDK to register them individually.
|
66
|
+
{: data-snippet="hello"}
|
67
|
+
|
68
|
+
## Bytewax SDK
|
69
|
+
In this step, we're looking at the code within a Bee. On the highlighted line, we're importing the Bytewax SDK decorator `register_bee`. We'll use this function to tell Bytewax which function to call when this bee is processing a message.
|
70
|
+
{: data-highlight="1" data-snippet="hello"}
|
71
|
+
|
72
|
+
**Defining a Bee function**
|
73
|
+
The `register_bee` takes an argument called `name`. It's important that this `name` argument matches the one that we defined in the `bee` field in the swarm definition for this step.
|
74
|
+
{: data-highlight="3" data-snippet="hello"}
|
75
|
+
|
76
|
+
**Watching for messages**
|
77
|
+
Each time this Bee receives a message, it will invoke the function `hello` in this file with the `swarm`, `payload` and `context` arguments.
|
78
|
+
{: data-highlight="4" data-snippet="hello"}
|
79
|
+
|
80
|
+
The first argument `swarm` is a reference to the Swarm that this Bee is running in. The `swarm` object can be used to `.publish()` a message for processing by the next bee in the pipeline, or to `.respond()` from the Swarm back to the caller.
|
81
|
+
{: data-highlight="4" data-snippet="hello"}
|
82
|
+
|
83
|
+
The second argument, `payload` is the message that was passed to this Bee from the `gateway-input` Bee. The last argument `context` is something we won't be covering in this example, and can be safely ignored.
|
84
|
+
{: data-highlight="4" data-snippet="hello"}
|
85
|
+
|
86
|
+
### Processing a message
|
87
|
+
In this Bee, we are going to print out some information. This will show up in the logs. Then we are going to publish the message to the next Bee as was defined in our Swarm definition.
|
88
|
+
{: data-highlight="5-6" data-snippet="hello"}
|
89
|
+
|
90
|
+
**Publishing**
|
91
|
+
In order to pass data on to the next step in the swarm that we previously defined in `swarm.yaml`, we need to instruct the bee to publish it.
|
92
|
+
{: data-highlight="6" data-snippet="hello"}
|
93
|
+
|
94
|
+
**Responding**
|
95
|
+
If instead of publishing to the next Bee, we want to respond to the client, we can use the `swarm.respond()` method as we have in the `goodbye` Bee.
|
96
|
+
{: data-highlight="10" data-snippet="hello"}
|
97
|
+
|
98
|
+
### Adding Additional Bees
|
99
|
+
We can add as many bees as required in the same file or other files as long as they are decorated and given a name. In this example, we have the hello bee and then the goodbye bee.
|
100
|
+
{: data-highlight="8-10" data-snippet="hello"}
|
101
|
+
|
102
|
+
## Deploying a Swarm to bytewax
|
103
|
+
In order to deploy a swarm we will need to build and push our image that we have written in a Dockerfile. We are going to write that in the next steps. Once that is done, we can create the Swarm with the `waxctl`.
|
104
|
+
|
105
|
+
**Using Docker and Writing a Dockerfile**
|
106
|
+
Bees run in docker containers. This allows us to add custom libraries and customize what our Bees can use. Our docker image will be based off of the bytewax python-sdk image so that it includes the bytewax sdk. We can add in whichever models, data or files are required here and we can also install further requirements if needed.
|
107
|
+
{: data-snippet="dockerfile"}
|
108
|
+
|
109
|
+
**Building and Pushing your Image**
|
110
|
+
We will use your local docker, which we used to log in to the Bytewax registry in the set up, to build our docker image from our docker container and then push that to the registry.
|
111
|
+
{: data-highlight="1-3" data-snippet="shell-commands"}
|
112
|
+
|
113
|
+
**Deploying our Swarm**
|
114
|
+
Now that we have pushed our docker image to the Bytewax registry, Bytewax will be able to use that image to run our Bees. We are now ready to deploy our hello-world Swarm.
|
115
|
+
{: data-highlight="5" data-snippet="shell-commands"}
|
116
|
+
|
117
|
+
**Viewing our Swarm**
|
118
|
+
Congratulations on deploying your first swarm, the resources that you just created will be visible in the dashboard. Go check them out by clicking through on the hello-world Swarm in the list of Swarms in the [dashboard](https://dashboard.bytewax.net/swarms).
|
119
|
+
|
120
|
+
## Making a request to bytewax
|
121
|
+
With our Swarm created, we can now look at how to send a request to bytewax. For this example, we'll write a small script that you can run locally.
|
122
|
+
{: data-snippet="client"}
|
123
|
+
|
124
|
+
**Import the Gateway**
|
125
|
+
First, we'll need to import the bytewax SDK Gateway object and initialize it.
|
126
|
+
{: data-highlight="1-2" data-snippet="client"}
|
127
|
+
|
128
|
+
**Gateway.request()**
|
129
|
+
Now that we have our gateway object ready, we can send our first request to our Swarm. The `gateway.request()` method takes two arguments. The first argument will be the `payload` object that our `hello` function receives. The second argument should match the name in the `spec` field of the gateway-input Bee that we configured in our `swarm.yaml` file.
|
130
|
+
{: data-highlight="3" data-snippet="client"}
|
131
|
+
|
132
|
+
**Running the client**
|
133
|
+
Now that we've reviewed the code we'll be using, let's run it with `python ./client.py`. This will send the payload to the swarm, which will execute our bees and you should see something like `goodbye Bee` print out. You can change the name parameter in `client.py` to return a different name than Bee.
|
134
|
+
|
135
|
+
**Viewing the Logs**
|
136
|
+
Remember how we printed the name in the `hello` Bee? If we go back to the dashboard, we will be able to see that in the logs by clicking on the hello Bee in the detailed swarm view. Alternatively we can use waxctl to get the logs with `waxctl get-bee-logs hello-world hello`.
|
137
|
+
|
138
|
+
**Success!**
|
139
|
+
🐝 Congratulations! 🐝 We've successfully completed the hello world example for Bytewax.
|
140
|
+
|
141
|
+
**Next Steps**
|
142
|
+
Now that you have successfully built your first swarm you can go through some of the more [advanced tutorials](https://docs.bytewax.io/tutorials/) or dig into the concepts in the [documentation](https://docs.bytewax.io/concepts/overview/).
|
data/assets/css/docs.css
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
.docs__container{padding-bottom:64px;padding-top:12px}@media only screen and (min-width:576px){.docs__container{padding-bottom:96px;padding-top:24px}}@media only screen and (min-width:992px){.docs__container{padding-bottom:150px}}.docs__row{align-items:flex-start;position:relative}@media only screen and (min-width:576px){.docs__row{flex-wrap:nowrap}}.docs__sidebar{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:36px;padding-bottom:24px;width:100%}@media only screen and (min-width:576px){.docs__sidebar{border-bottom:0;margin-bottom:0;max-width:240px;min-width:240px;padding-bottom:0;position:sticky;top:128px}}@media only screen and (min-width:992px){.docs__sidebar{max-width:300px;min-width:300px}}.docs__search{margin-bottom:18px;position:relative}@media only screen and (min-width:576px){.docs__search{margin-bottom:24px}}.docs__search:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:"search";direction:ltr;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;left:12px;letter-spacing:normal;line-height:1;position:absolute;text-transform:none;top:12px;white-space:nowrap}@media only screen and (min-width:576px){.docs__search:before{left:15px;top:15px}}.docs__search-input{border:1px solid rgba(0,0,0,.12);border-radius:0;font-size:.875em;height:48px;outline:none;padding-left:48px;width:100%}.docs__search-input::-webkit-input-placeholder{color:rgba(0,0,0,.6)}.docs__search-input:-moz-placeholder,.docs__search-input::-moz-placeholder{color:rgba(0,0,0,.6)}.docs__search-input:-ms-input-placeholder{color:rgba(0,0,0,.6)}@media only screen and (min-width:576px){.docs__search-input{font-size:.888em;height:54px;padding-left:50px}}.docs__search-input:focus{border-color:rgba(0,0,0,.18);box-shadow:0 1px 3px rgba(0,0,0,.12)}.docs__search-input::-webkit-search-cancel-button{-webkit-appearance:none;background:url(../img/cancel-grey.svg) no-repeat 50%;background-size:10px;height:24px;position:absolute;right:5px;top:15px;width:24px}.docs__search-results{background:#fff;border:1px solid rgba(0,0,0,.12);border-top:0;box-shadow:0 3px 9px rgba(0,0,0,.18);list-style-type:none;margin:0;max-height:320px;overflow:auto;padding:0;position:absolute;top:54px;width:100%;z-index:3}@media only screen and (min-width:576px){.docs__search-results{font-size:.777em;line-height:150%}}.docs__search-results-item--blank{border-left:3px solid #fa420f;padding:8px 15px}.docs__search-results-link{border-left:3px solid transparent;color:rgba(0,0,0,.6);display:block;padding:8px 15px;text-decoration:none;transition:.25s ease-in-out}.docs__search-results-link:hover{border-color:#fab90f;color:rgba(0,0,0,.87)}.docs__nav{list-style-type:none;margin:0;padding:0}.docs__nav-toggle{color:#000;cursor:pointer;display:block;font-family:Bozon,sans-serif;font-size:1.125em;font-weight:600;padding:6px 0}@media only screen and (min-width:576px){.docs__nav-toggle{font-size:1em;padding:9px 0}}.docs__nav-toggle:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:#fab90f;content:"expand_more";direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;margin-right:8px;text-transform:none;transform:rotate(-90deg);transition:transform .25s ease-in-out;vertical-align:-6px;white-space:nowrap}.docs__nav-item--active .docs__nav-toggle:before{transform:rotate(0deg)}.docs__nav-item--active .docs__nav-dropdown{display:block}.docs__nav-dropdown{display:none;list-style-type:none;margin:0;padding:0 0 12px}.docs__nav-dropdown-link{border-left:3px solid transparent;color:inherit;display:block;font-size:1em;line-height:150%;padding:6px 0 6px 29px;position:relative;text-decoration:none;transition:.25s ease-in-out}@media only screen and (min-width:576px){.docs__nav-dropdown-link{font-size:.888em}}.docs__nav-dropdown-item--external .docs__nav-dropdown-link{padding-right:36px}.docs__nav-dropdown-item--external .docs__nav-dropdown-link:after{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.38);content:"open_in_new";direction:ltr;display:inline-block;font-family:Material Icons;font-size:20px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;position:absolute;right:8px;text-transform:none;top:8px;white-space:nowrap}.docs__nav-dropdown-item--active .docs__nav-dropdown-link{border-color:rgba(0,0,0,.12);color:rgba(0,0,0,.87)}.docs__nav-dropdown-item:hover .docs__nav-dropdown-link{border-color:#fab90f;color:rgba(0,0,0,.87)}body.dark-mode .docs__search:before{color:hsla(0,0%,100%,.38)}body.dark-mode .docs__search-input{background:transparent;border:1px solid hsla(0,0%,100%,.12);color:#fff}body.dark-mode .docs__search-input::-webkit-input-placeholder{color:hsla(0,0%,100%,.6)}body.dark-mode .docs__search-input:-moz-placeholder,body.dark-mode .docs__search-input::-moz-placeholder{color:hsla(0,0%,100%,.6)}body.dark-mode .docs__search-input:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}body.dark-mode .docs__search-results{background-color:#333;border:1px solid hsla(0,0%,100%,.12)}body.dark-mode .docs__search-results-link{color:hsla(0,0%,100%,.6)}body.dark-mode .docs__search-results-link:hover{color:hsla(0,0%,100%,.87)}body.dark-mode .docs__nav-toggle{color:#fff}body.dark-mode .docs__nav-dropdown-item--active .docs__nav-dropdown-link{border-color:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.87)}body.dark-mode .docs__nav-dropdown-item:hover .docs__nav-dropdown-link{color:hsla(0,0%,100%,.87)}.docs__content{width:100%}@media only screen and (min-width:576px){.docs__content{margin:0 0 0 48px;max-width:calc(100% - 288px)}}@media only screen and (min-width:992px){.docs__content{max-width:calc(100% - 348px)}}@media only screen and (min-width:1280px){.docs__content{margin:0 64px 0 72px;max-width:680px}}.docs__content h1{color:#000;font-size:1.5em;font-weight:600;margin:.25em 0 .5em}@media only screen and (min-width:576px){.docs__content h1{font-size:1.77em}}.docs__content h2{color:rgba(0,0,0,.6);font-size:1.3125em;font-weight:600;line-height:135%;margin:2em 0 .5em}@media only screen and (min-width:576px){.docs__content h2{font-size:1.33em}}.docs__content h2:first-of-type{margin-top:1em}.docs__content h3{font-weight:600;margin:2em 0 .5em}@media only screen and (min-width:576px){.docs__content h3{font-size:1.166em}.docs__content li,.docs__content p{font-size:16px;line-height:28px}}.docs__content li a:not(.docs__pagination-item),.docs__content p a:not(.docs__pagination-item){color:#334ac0;font-weight:600;text-decoration:none}.docs__content li a:not(.docs__pagination-item):hover,.docs__content p a:not(.docs__pagination-item):hover{text-decoration:underline}@media only screen and (min-width:576px){.docs__content code,.docs__content pre{font-size:16px;line-height:28px}}.docs__content p:not(.alert__content){margin:0 0 1em}.docs__content ul{list-style-type:none;margin:24px 0;padding:0 0 0 36px}.docs__content ul li{margin:.1em 0}.docs__content ul li:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.38);content:"chevron_right";direction:ltr;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;margin:0 6px 0 -30px;text-transform:none;vertical-align:middle;white-space:nowrap}.docs__content pre{margin:24px 0}.docs__content img{border-radius:8px;height:auto;margin:1em 0 0;max-width:100%}.docs__content code{font-family:JetBrains Mono,sans-serif}body.dark-mode .docs__content code a:not(.docs__pagination-item),body.dark-mode .docs__content li a:not(.docs__pagination-item),body.dark-mode .docs__content p a:not(.docs__pagination-item),body.dark-mode .docs__content pre a:not(.docs__pagination-item){color:#fab90f}body.dark-mode .docs__content ul li:before{color:hsla(0,0%,100%,.38)}.docs__toc{display:none}@media only screen and (min-width:1280px){.docs__toc{display:block;min-width:202px;position:sticky;top:128px}}.docs__toc-title{border-bottom:2px solid rgba(0,0,0,.12);color:rgba(0,0,0,.6);margin-bottom:8px;padding-bottom:12px;padding-top:12px}.docs__toc-list{list-style-type:none;margin:0;padding:0}.docs__toc-item{position:relative}.docs__toc-link{color:inherit;display:block;font-size:.888em;padding:2px 0;text-decoration:none}.docs__toc-link:before{color:#fab90f;content:"#";filter:alpha(opacity=0);left:-18px;opacity:0;position:absolute;transition:opacity .25s ease-in-out}.docs__toc-item--active .docs__toc-link{color:#fab90f;font-weight:600}.docs__toc-item:hover .docs__toc-link{color:rgba(0,0,0,.87)}.docs__toc-item:hover .docs__toc-link:before{filter:alpha(opacity=100);opacity:1}body.dark-mode .docs__toc-title{border-color:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.6)}body.dark-mode .docs__toc-item:hover .docs__toc-link{color:hsla(0,0%,100%,.87)}.docs__pagination{align-items:center;border-top:1px solid rgba(0,0,0,.12);display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:36px;padding-top:18px}@media only screen and (min-width:992px){.docs__pagination{flex-wrap:nowrap}}.docs__pagination-item{color:#fab90f;font-family:Bozon,sans-serif;font-weight:600;text-decoration:none}.docs__pagination-item:after,.docs__pagination-item:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;vertical-align:-6px;white-space:nowrap}.docs__pagination-item--prev{margin-right:auto}.docs__pagination-item--prev:before{content:"arrow_left"}.docs__pagination-item--next{margin-left:auto}.docs__pagination-item--next:after{content:"arrow_right"}body.dark-mode .docs__pagination{border-color:hsla(0,0%,100%,.12)}.tutorial__container{padding-bottom:72px;padding-top:12px;position:relative}@media only screen and (min-width:576px){.tutorial__container{padding-bottom:96px;padding-top:24px}}@media only screen and (min-width:992px){.tutorial__container{padding-bottom:150px}}.tutorial__row{align-items:flex-start;position:relative}@media only screen and (min-width:992px){.tutorial__row{flex-wrap:nowrap}}.tutorial__content{width:100%}@media only screen and (min-width:992px){.tutorial__content{margin:0 auto 0 0;width:calc(50% - 24px)}}@media only screen and (min-width:1280px){.tutorial__content{width:calc(40% - 24px)}}.tutorial__intro{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:36px;padding-bottom:27px}@media only screen and (min-width:576px){.tutorial__intro{margin-bottom:48px;padding-bottom:36px}}.tutorial__intro-link{color:#fab90f;display:inline-block;font-family:Bozon,sans-serif;font-size:.888em;font-weight:600;line-height:150%;text-decoration:none}.tutorial__intro-link:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:"arrow_left";direction:ltr;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;margin-left:-7px;text-transform:none;vertical-align:-7px;white-space:nowrap}.tutorial__title{color:#000;font-size:1.5em;font-weight:600;margin:.25em 0 .375em}@media only screen and (min-width:576px){.tutorial__title{font-size:1.77em}}.tutorial__description{margin:0}.tutorial__buttons{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:27px}@media only screen and (min-width:1280px){.tutorial__buttons{margin-top:36px}}.tutorial__buttons .btn{margin-bottom:8px;margin-right:12px}@media only screen and (min-width:1280px){.tutorial__buttons .btn{margin-bottom:0}}.tutorial__text h1{color:#000;font-size:1.5em;font-weight:600;margin:0 0 .25em}@media only screen and (min-width:576px){.tutorial__text h1{font-size:1.77em}}.tutorial__text h2{font-size:1.3125em;font-weight:600;line-height:135%;margin:1.5em 0 .25em;padding:0 36px}@media only screen and (min-width:576px){.tutorial__text h2{font-size:1.33em;margin:2em 0 .25em}}.tutorial__text h2:first-of-type{margin-top:1em}.tutorial__text h2:before{background:#fab90f;border-radius:50%;color:#fff;content:attr(data-count);display:inline-block;font-size:16px;font-weight:700;height:24px;line-height:1;margin:0 12px 0 -36px;padding:4px 0;text-align:center;vertical-align:3px;width:24px}.tutorial__text h3,.tutorial__text h4{font-size:1em;font-weight:600;margin:1.5em 0 1em}@media only screen and (min-width:576px){.tutorial__text h3,.tutorial__text h4{font-size:1.166em}}.tutorial__text p{border-bottom:1px solid rgba(0,0,0,.12);border-left:3px solid transparent;cursor:pointer;font-size:14px;line-height:24px;margin:0;padding:21px 36px 27px 33px;transition:.25s ease-in-out}@media only screen and (min-width:576px){.tutorial__text p{font-size:16px;line-height:28px}}.tutorial__text p:last-of-type{border-bottom:0}.tutorial__text p:hover{border-left-color:#f4f4f4}.tutorial__text p.highlight{border-left-color:#fab90f}.tutorial__text p.highlight strong{color:rgba(0,0,0,.87)}.tutorial__text a{color:#334ac0;font-weight:600;text-decoration:none}.tutorial__text a:hover{text-decoration:underline}.tutorial__text img{height:auto;margin-top:1em;max-width:100%}.tutorial__text strong{display:block;margin-bottom:.25em}.tutorial__text ul{list-style-type:none;margin:24px 0;padding:0 0 0 30px}.tutorial__text ul li{font-size:14px;line-height:24px;margin:0 0 8px}@media only screen and (min-width:576px){.tutorial__text ul li{font-size:16px;line-height:28px;margin:0 0 12px}}.tutorial__text ul li:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.38);content:"chevron_right";direction:ltr;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;margin:0 6px 0 -30px;text-transform:none;vertical-align:-7px;white-space:nowrap}body.dark-mode .tutorial__intro{border-color:hsla(0,0%,100%,.12)}body.dark-mode .tutorial__text p{border-bottom:1px solid hsla(0,0%,100%,.12)}body.dark-mode .tutorial__text p:hover{border-left-color:hsla(0,0%,100%,.38)}body.dark-mode .tutorial__text p.highlight strong{color:hsla(0,0%,100%,.87)}body.dark-mode .tutorial__text a{color:#fab90f}body.dark-mode .tutorial__text li:before{color:hsla(0,0%,100%,.38)}.tutorial__snippets{font-size:14px;line-height:22px;padding-top:24px;width:100%}@media only screen and (min-width:576px){.tutorial__snippets{font-size:16px;line-height:28px;padding-top:36px}}@media only screen and (min-width:992px){.tutorial__snippets{left:0;margin:0 0 0 auto;padding-top:0;position:sticky;top:126px;width:calc(50% - 24px)}}@media only screen and (min-width:1280px){.tutorial__snippets{width:calc(60% - 24px)}}.tutorial__snippets-nav{display:flex;flex-direction:row;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}@media only screen and (min-width:576px){.tutorial__snippets-nav{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}}.tutorial__snippets-nav-item{border-left:3px solid transparent;transition:.25s ease-in-out;width:100%}@media only screen and (min-width:576px){.tutorial__snippets-nav-item{border-bottom:3px solid transparent;border-left:0;width:auto}}.tutorial__snippets-nav-item--active{border-color:#fab90f}.tutorial__snippets-nav-link{color:rgba(0,0,0,.6);display:block;font-size:14px;font-weight:600;line-height:22px;padding:10px 12px;text-decoration:none;transition:.25s ease-in-out}@media only screen and (min-width:576px){.tutorial__snippets-nav-link{padding:3px 16px 12px;white-space:nowrap}}.tutorial__snippets-nav-link:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.18);content:"code";direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;margin-right:8px;text-transform:none;vertical-align:-7px;white-space:nowrap}.tutorial__snippets-nav-link--notebook:before{content:"summarize"}.tutorial__snippets-nav-item--active .tutorial__snippets-nav-link{color:rgba(0,0,0,.87)}.tutorial__snippets-nav-item--active .tutorial__snippets-nav-link:before{color:rgba(0,0,0,.38)}.tutorial__snippets-tabs div.code-toolbar>.toolbar{display:none}.tutorial__snippets-tabs div.code-toolbar:hover>.toolbar{display:block}.tutorial__snippets-tab{display:none;margin:0!important;outline:none;overflow:auto;transition:background-color .5s ease-in-out}@media only screen and (min-width:992px){.tutorial__snippets-tab{max-height:calc(100vh - 240px)}}.tutorial__snippets-tab--active{display:block}.tutorial__snippets-tab--highlight{background-color:#dedede!important}.tutorial__snippets-buttons{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:24px 0}.tutorial__snippets-btn{background:transparent;border:0;border-radius:0;color:#fab90f;cursor:pointer;font-size:14px;font-weight:600;padding:0}.tutorial__snippets-btn--next:after,.tutorial__snippets-btn--prev:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;line-height:24px;text-transform:none;vertical-align:-7px;white-space:nowrap}.tutorial__snippets-btn--prev:before{content:"arrow_left"}.tutorial__snippets-btn--next:after{content:"arrow_right"}.tutorial__snippets-btn--inactive{color:rgba(0,0,0,.38);cursor:not-allowed}body.dark-mode .tutorial__snippets-nav{border-bottom-color:hsla(0,0%,100%,.12)}body.dark-mode .tutorial__snippets-nav-link{color:hsla(0,0%,100%,.6)}body.dark-mode .tutorial__snippets-nav-link:before{color:hsla(0,0%,100%,.18)}body.dark-mode .tutorial__snippets-nav-item--active .tutorial__snippets-nav-link{color:hsla(0,0%,100%,.87)}body.dark-mode .tutorial__snippets-nav-item--active .tutorial__snippets-nav-link:before{color:hsla(0,0%,100%,.38)}body.dark-mode .tutorial__snippets-tab--highlight{background-color:#444!important}body.dark-mode .tutorial__snippets-btn--inactive{color:hsla(0,0%,100%,.38)}.nb-markdown-cell{padding-bottom:1.5em;padding-top:12px}.nb-markdown-cell h1,.nb-markdown-cell h2,.nb-markdown-cell h3,.nb-markdown-cell h4,.nb-markdown-cell h5{font-family:Open Sans,sans-serif;font-weight:600}.nb-markdown-cell h1{font-size:1.5em}@media only screen and (min-width:576px){.nb-markdown-cell h1{font-size:1.77em}}.nb-markdown-cell h2{font-size:1.3125em}@media only screen and (min-width:576px){.nb-markdown-cell h2{font-size:1.33em}}.nb-markdown-cell h3,.nb-markdown-cell h4,.nb-markdown-cell h5{font-size:1em}.nb-stderr,.nb-stdout{margin:1em 0;white-space:pre-wrap}.nb-cell{border-bottom:1px solid rgba(0,0,0,.12);padding-left:96px;position:relative}.nb-cell:last-of-type{border-bottom:0}.nb-cell--highlight{background:rgba(0,0,0,.09);background:linear-gradient(90deg,rgba(0,0,0,.09) 70%,transparent)}.nb-cell pre[class*=language-]{background:transparent}.nb-cell+.nb-cell{margin-top:.5em}.nb-input,.nb-output{position:relative}.nb-input:before,.nb-output:before{color:rgba(0,0,0,.38);font-family:JetBrains Mono,sans-serif;left:-96px;padding-right:6px;position:absolute;text-align:right;top:.75em;width:96px}.nb-input:before{content:"In [" attr(data-prompt-number) "]:"}.nb-output:before{content:"Out [" attr(data-prompt-number) "]:"}body.dark-mode .nb-input:before,body.dark-mode .nb-output:before{color:hsla(0,0%,100%,.38)}body.dark-mode .nb-cell{border-bottom:1px solid hsla(0,0%,100%,.12)}body.dark-mode .nb-cell pre[class*=language-]{background:transparent}body.dark-mode .nb-cell--highlight{background:hsla(0,0%,100%,.09);background:linear-gradient(90deg,hsla(0,0%,100%,.09) 70%,hsla(0,0%,100%,0))}.tutorials__container{padding-bottom:48px;padding-top:12px;position:relative}@media only screen and (min-width:576px){.tutorials__container{padding-bottom:72px;padding-top:24px}}@media only screen and (min-width:992px){.tutorials__container{padding-bottom:120px}}.tutorials__intro{margin-bottom:36px}@media only screen and (min-width:576px){.tutorials__intro{margin-bottom:48px}}@media only screen and (min-width:992px){.tutorials__intro{margin-bottom:54px}}.tutorials__intro-title{font-weight:600;margin-bottom:.375em}.tutorials__archive{margin:0 -18px}@media only screen and (min-width:992px){.tutorials__archive{margin:0 -24px}}.tutorials__post{display:flex}.tutorials__post-thumbnail{margin:0;overflow:hidden;position:relative}.tutorials__post-thumbnail-img{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.tutorials__post-permalink{color:inherit;text-decoration:none}.tutorials__post-title{font-weight:600;margin-bottom:8px}@media only screen and (min-width:576px){.tutorials__post-title{margin-bottom:12px}}.tutorials__post-link{color:#fab90f;display:inline-block;font-family:Bozon,sans-serif;font-size:1em;font-weight:600;text-decoration:none}.tutorials__post-link:after{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:"arrow_right";direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;vertical-align:-7px;white-space:nowrap}.tutorials__post--featured{flex-direction:column;margin:0 18px 48px;width:100%}@media only screen and (min-width:576px){.tutorials__post--featured{border-bottom:1px solid rgba(0,0,0,.12);margin:0 18px 64px;padding-bottom:36px;width:calc(50% - 36px)}}@media only screen and (min-width:992px){.tutorials__post--featured{margin:0 24px 64px;width:calc(50% - 48px)}}.tutorials__post--featured .tutorials__post-thumbnail{border-radius:12px;height:210px;margin-bottom:27px}@media only screen and (min-width:992px){.tutorials__post--featured .tutorials__post-thumbnail{height:270px}}@media only screen and (min-width:1280px){.tutorials__post--featured .tutorials__post-thumbnail{height:320px}}.tutorials__post--featured .tutorials__post-thumbnail-img{height:auto;max-width:100%;width:auto}.tutorials__post--featured .tutorials__post-excerpt{margin-bottom:18px}.tutorials__post--archive{align-items:center;flex-direction:row;margin:0 18px 27px;width:100%}@media only screen and (min-width:576px){.tutorials__post--archive{margin:0 18px 36px}}@media only screen and (min-width:992px){.tutorials__post--archive{margin:0 24px 36px;width:calc(50% - 48px)}}.tutorials__post--archive .tutorials__post-thumbnail{border-radius:8px;height:150px;margin-right:24px;min-width:45%}@media only screen and (min-width:576px){.tutorials__post--archive .tutorials__post-thumbnail{height:100%;margin-right:36px;min-width:33.3%}}@media only screen and (min-width:992px){.tutorials__post--archive .tutorials__post-thumbnail{border-radius:10px;min-width:40%}}@media only screen and (min-width:1280px){.tutorials__post--archive .tutorials__post-thumbnail{min-width:33.3%}}.tutorials__post--archive .tutorials__post-thumbnail-img{height:100%;width:auto}@media only screen and (min-width:576px){.tutorials__post--archive .tutorials__post-content{padding:18px 0}.tutorials__post--archive .tutorials__post-title{margin-bottom:6px}}.tutorials__post--archive .tutorials__post-excerpt{display:none}@media only screen and (min-width:576px){.tutorials__post--archive .tutorials__post-excerpt{display:block;font-size:16px;line-height:28px;margin-bottom:12px}body.dark-mode .tutorials__post--featured{border-bottom:1px solid hsla(0,0%,100%,.12)}}
|
data/assets/css/main.css
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:url(../fonts/open-sans-v18-latin-regular.eot);src:local(""),url(../fonts/open-sans-v18-latin-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/open-sans-v18-latin-regular.woff2) format("woff2"),url(../fonts/open-sans-v18-latin-regular.woff) format("woff"),url(../fonts/open-sans-v18-latin-regular.ttf) format("truetype"),url(../fonts/open-sans-v18-latin-regular.svg#OpenSans) format("svg")}@font-face{font-family:Open Sans;font-style:italic;font-weight:400;src:url(../fonts/open-sans-v18-latin-italic.eot);src:local(""),url(../fonts/open-sans-v18-latin-italic.eot?#iefix) format("embedded-opentype"),url(../fonts/open-sans-v18-latin-italic.woff2) format("woff2"),url(../fonts/open-sans-v18-latin-italic.woff) format("woff"),url(../fonts/open-sans-v18-latin-italic.ttf) format("truetype"),url(../fonts/open-sans-v18-latin-italic.svg#OpenSans) format("svg")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;src:url(../fonts/open-sans-v18-latin-600.eot);src:local(""),url(../fonts/open-sans-v18-latin-600.eot?#iefix) format("embedded-opentype"),url(../fonts/open-sans-v18-latin-600.woff2) format("woff2"),url(../fonts/open-sans-v18-latin-600.woff) format("woff"),url(../fonts/open-sans-v18-latin-600.ttf) format("truetype"),url(../fonts/open-sans-v18-latin-600.svg#OpenSans) format("svg")}@font-face{font-family:Open Sans;font-style:italic;font-weight:600;src:url(../fonts/open-sans-v18-latin-600italic.eot);src:local(""),url(../fonts/open-sans-v18-latin-600italic.eot?#iefix) format("embedded-opentype"),url(../fonts/open-sans-v18-latin-600italic.woff2) format("woff2"),url(../fonts/open-sans-v18-latin-600italic.woff) format("woff"),url(../fonts/open-sans-v18-latin-600italic.ttf) format("truetype"),url(../fonts/open-sans-v18-latin-600italic.svg#OpenSans) format("svg")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:url(../fonts/open-sans-v18-latin-700.eot);src:local(""),url(../fonts/open-sans-v18-latin-700.eot?#iefix) format("embedded-opentype"),url(../fonts/open-sans-v18-latin-700.woff2) format("woff2"),url(../fonts/open-sans-v18-latin-700.woff) format("woff"),url(../fonts/open-sans-v18-latin-700.ttf) format("truetype"),url(../fonts/open-sans-v18-latin-700.svg#OpenSans) format("svg")}@font-face{font-family:Open Sans;font-style:italic;font-weight:700;src:url(../fonts/open-sans-v18-latin-700italic.eot);src:local(""),url(../fonts/open-sans-v18-latin-700italic.eot?#iefix) format("embedded-opentype"),url(../fonts/open-sans-v18-latin-700italic.woff2) format("woff2"),url(../fonts/open-sans-v18-latin-700italic.woff) format("woff"),url(../fonts/open-sans-v18-latin-700italic.ttf) format("truetype"),url(../fonts/open-sans-v18-latin-700italic.svg#OpenSans) format("svg")}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:url(../fonts/material-icons.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;src:url(../fonts/jetbrains-mono-v3-latin-regular.eot);src:local(""),url(../fonts/jetbrains-mono-v3-latin-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/jetbrains-mono-v3-latin-regular.woff2) format("woff2"),url(../fonts/jetbrains-mono-v3-latin-regular.woff) format("woff"),url(../fonts/jetbrains-mono-v3-latin-regular.ttf) format("truetype"),url(../fonts/jetbrains-mono-v3-latin-regular.svg#JetBrainsMono) format("svg")}
|
2
|
+
/*!
|
3
|
+
* animate.css -https://daneden.github.io/animate.css/
|
4
|
+
* Version - 3.7.2
|
5
|
+
* Licensed under the MIT license - http://opensource.org/licenses/MIT
|
6
|
+
*
|
7
|
+
* Copyright (c) 2019 Daniel Eden
|
8
|
+
*/@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;transition-duration:1ms!important}}body{color:rgba(0,0,0,.6);font-family:Open Sans,sans-serif;font-size:16px;line-height:26px}@media only screen and (min-width:576px){body{font-size:18px;line-height:30px}}body.dark-mode{background:#171717;color:hsla(0,0%,100%,.6)}p{margin:0 0 .5em}::-moz-selection{background:#fab90f;color:rgba(0,0,0,.87)}::selection{background:#fab90f;color:rgba(0,0,0,.87)}body.dark-mode ::-moz-selection{color:#fff}body.dark-mode ::selection{color:#fff}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#000;font-family:Open Sans,sans-serif;font-weight:400;line-height:130%;margin:0 0 .5em}@media only screen and (min-width:576px){.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:120%}}.h1 strong,.h2 strong,.h3 strong,.h4 strong,.h5 strong,.h6 strong,h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{font-weight:600}body.dark-mode .h1,body.dark-mode .h2,body.dark-mode .h3,body.dark-mode .h4,body.dark-mode .h5,body.dark-mode .h6,body.dark-mode h1,body.dark-mode h2,body.dark-mode h3,body.dark-mode h4,body.dark-mode h5,body.dark-mode h6{color:#fff}.h1,h1{font-size:1.6875em}@media only screen and (min-width:576px){.h1,h1{font-size:2.22em}}.h2,h2{font-size:1.5em}@media only screen and (min-width:576px){.h2,h2{font-size:1.77em}}.h3,h3{font-size:1.3125em;line-height:135%}@media only screen and (min-width:576px){.h3,h3{font-size:1.33em}}.h4,h4{font-size:1em;font-weight:600;line-height:135%}.code{display:block;font-family:JetBrains Mono,sans-serif;margin-bottom:.75em}@media only screen and (min-width:576px){.code{margin-bottom:1em}}.code--white{color:#fff}.code--purple{color:#b464b4}.code--blue{color:#6aacef}.code--green{color:#a0b450}.code--grey{color:#777}.code--yellow{color:#fad437}.code--indent{padding-left:2em}.btn{border-radius:0;cursor:pointer;display:inline-block;font-family:Open Sans,sans-serif;font-weight:600;line-height:1;outline:none;text-align:center;text-decoration:none;transition:.25s ease-in-out}.btn--lg{border:1px solid;font-size:1.125em;padding:18px 30px}@media only screen and (min-width:576px){.btn--lg{font-size:1.11em;padding:18px 36px}}.btn--md{border:1px solid;font-size:1em;padding:14px 27px}@media only screen and (min-width:576px){.btn--md{font-size:.88em;padding:15px 32px}}.btn--primary{background-color:#fab90f;border-color:#fab90f;color:#fff}.btn--primary:focus,.btn--primary:hover{background:transparent;border-color:#fab90f;color:#fab90f}.btn--secondary{background-color:#334ac0;border-color:#334ac0;color:#fff}.btn--secondary:focus,.btn--secondary:hover{background:transparent;border-color:rgba(51,74,192,.38);color:#334ac0}.btn--ghost{background-color:transparent;border-color:rgba(0,0,0,.87);color:rgba(0,0,0,.87)}.btn--ghost:focus,.btn--ghost:hover{background:#000;border-color:#000;color:#fff}.btn__github{background:url(../img/github_black.svg) no-repeat 50%;background-size:100%;display:inline-block;height:18px;margin-left:8px;margin-right:-2px;vertical-align:-4px;width:18px}@media only screen and (min-width:576px){.btn__github{height:24px;margin-right:-4px;vertical-align:-6px;width:24px}}.btn:hover .btn__github{background:url(../img/github_white.svg) no-repeat 50%;background-size:100%}.btn--md .btn__github{margin-left:6px}@media only screen and (min-width:576px){.btn--md .btn__github{vertical-align:-7px}}.btn__icon{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;display:inline-block;font-family:Material Icons;font-size:18px;font-style:normal;font-weight:400;height:18px;letter-spacing:normal;line-height:1;text-transform:none;vertical-align:-4px;white-space:nowrap;width:18px}@media only screen and (min-width:576px){.btn__icon{font-size:24px;height:24px;vertical-align:-6px;width:24px}}.btn__icon--left{margin-left:-2px;margin-right:8px}.btn__icon--right{margin-left:8px;margin-right:-2px}@media only screen and (min-width:576px){.btn--md .btn__icon{vertical-align:-7px}}.btn--md .btn__icon--left{margin-right:6px}.btn--md .btn__icon--right{margin-left:6px}.btn__arrow:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:"";direction:ltr;display:inline-block;font-family:Material Icons;font-size:18px;font-style:normal;font-weight:400;height:18px;letter-spacing:normal;line-height:1;text-transform:none;vertical-align:-4px;white-space:nowrap;width:18px}@media only screen and (min-width:576px){.btn__arrow:before{font-size:24px;height:24px;vertical-align:-6px;width:24px}}.btn__arrow--left:before{content:"arrow_backward";margin-left:-2px;margin-right:8px}@media only screen and (min-width:576px){.btn__arrow--left:before{margin-left:-4px}}.btn__arrow--right:before{content:"arrow_forward";margin-left:8px;margin-right:-2px}@media only screen and (min-width:576px){.btn__arrow--right:before{margin-right:-4px}}body.dark-mode .btn--secondary{background-color:#fab90f;border-color:#fab90f;color:#fff}body.dark-mode .btn--secondary:focus,body.dark-mode .btn--secondary:hover{background:transparent;border-color:#fab90f;color:#fab90f}body.dark-mode .btn--ghost{background-color:transparent;border-color:hsla(0,0%,100%,.18);color:#fff}body.dark-mode .btn--ghost:focus,body.dark-mode .btn--ghost:hover{background-color:#fff;border-color:#fff;color:#000}body.dark-mode .btn__github{background:url(../img/github_white.svg) no-repeat 50%;background-size:100%}body.dark-mode .btn:hover .btn__github{background:url(../img/github_black.svg) no-repeat 50%;background-size:100%}*,:after,:before{box-sizing:border-box}.row{display:flex;flex-direction:row;flex-wrap:wrap}.container{margin:0 auto;max-width:1366px;padding-left:18px;padding-right:18px}@media only screen and (min-width:992px){.container{padding-left:24px;padding-right:24px}}.main{padding-top:92px}@media only screen and (min-width:992px){.main{padding-top:126px}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}@media only screen and (max-width:576px){.slick-slide{-webkit-animation:none!important;animation:none!important}}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-dots{align-items:center;display:flex;flex-direction:row;justify-content:center;list-style-type:none;margin:36px 0 0;padding:0;width:100%}.slick-dots li{margin:0 4px}.slick-dots button,.slick-dots li{font-size:0;height:12px;line-height:0}.slick-dots button{background:url(../img/hex-nav.svg) no-repeat 50%;border:0;outline:none;position:relative;width:12px}.slick-dots li.slick-active button{background:url(../img/hex-nav--active.svg) no-repeat 50%}code[class*=language-],pre[class*=language-]{word-wrap:normal;background:none;color:#000;font-family:JetBrains Mono,sans-serif,Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}code[class*=language-]::-moz-selection,code[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection{background:#b3d4fc;text-shadow:none}code[class*=language-]::selection,code[class*=language-] ::selection,pre[class*=language-]::selection,pre[class*=language-] ::selection{background:#b3d4fc;text-shadow:none}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{margin:.5em 0;overflow:auto;padding:1em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{border-radius:.3em;padding:.1em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre[data-line]{padding:1em 0 1em 3em;position:relative}.line-highlight{background:rgba(0,0,0,.09);background:linear-gradient(90deg,rgba(0,0,0,.09) 70%,transparent);left:0;line-height:inherit;margin-top:1em;padding-bottom:inherit;padding-left:0;padding-right:0;padding-top:inherit;pointer-events:none;position:absolute;right:0;white-space:pre}@media print{.line-highlight{-webkit-print-color-adjust:exact;color-adjust:exact}}.line-highlight:before,.line-highlight[data-end]:after{background-color:hsla(24,20%,50%,.4);border-radius:999px;box-shadow:0 1px #fff;color:#f5f2f0;content:attr(data-start);font:700 65%/1.5 sans-serif;left:.6em;min-width:1em;padding:0 .5em;position:absolute;text-align:center;text-shadow:none;top:.4em;vertical-align:.3em}.line-highlight[data-end]:after{bottom:.4em;content:attr(data-end);top:auto}.line-numbers .line-highlight:after,.line-numbers .line-highlight:before{content:none}pre[id].linkable-line-numbers span.line-numbers-rows{pointer-events:all}pre[id].linkable-line-numbers span.line-numbers-rows>span:before{cursor:pointer}pre[id].linkable-line-numbers span.line-numbers-rows>span:hover:before{background-color:hsla(0,0%,50%,.2)}pre[class*=language-].line-numbers{counter-reset:linenumber;padding-left:3.8em;position:relative}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{border-right:1px solid #999;font-size:100%;left:-3.8em;letter-spacing:-1px;pointer-events:none;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:3em}.line-numbers-rows>span{counter-increment:linenumber;display:block}.line-numbers-rows>span:before{color:#999;content:counter(linenumber);display:block;padding-right:.8em;text-align:right}.token a{color:inherit}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{opacity:0;position:absolute;right:27px;top:12px;transition:opacity .25s ease-in-out}div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar:focus-within>.toolbar{opacity:1}div.code-toolbar>.toolbar .toolbar-item{display:inline-block}div.code-toolbar>.toolbar a{cursor:pointer}div.code-toolbar>.toolbar button{background:none;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar a,div.code-toolbar>.toolbar button{background:#fab90f;border-radius:36px;box-shadow:0 1px 3px rgba(0,0,0,.24);color:#000;cursor:pointer;font-size:14px;font-weight:600;padding:6px 18px}div.code-toolbar>.toolbar a:focus,div.code-toolbar>.toolbar a:hover,div.code-toolbar>.toolbar button:focus,div.code-toolbar>.toolbar button:hover{color:#000;outline:none;text-decoration:none}body.dark-mode code[class*=language-],body.dark-mode pre[class*=language-]{color:#ccc;text-shadow:0 1px #000}body.dark-mode :not(pre)>code[class*=language-],body.dark-mode pre[class*=language-]{background:#2d2d2d}body.dark-mode .token.block-comment,body.dark-mode .token.cdata,body.dark-mode .token.comment,body.dark-mode .token.doctype,body.dark-mode .token.prolog{color:#999}body.dark-mode .token.punctuation{color:#ccc}body.dark-mode .token.attr-name,body.dark-mode .token.deleted,body.dark-mode .token.namespace,body.dark-mode .token.tag{color:#e2777a}body.dark-mode .token.function-name{color:#6196cc}body.dark-mode .token.boolean,body.dark-mode .token.function,body.dark-mode .token.number{color:#f08d49}body.dark-mode .token.class-name,body.dark-mode .token.constant,body.dark-mode .token.property,body.dark-mode .token.symbol{color:#f8c555}body.dark-mode .token.atrule,body.dark-mode .token.builtin,body.dark-mode .token.important,body.dark-mode .token.keyword,body.dark-mode .token.selector{color:#cc99cd}body.dark-mode .token.attr-value,body.dark-mode .token.char,body.dark-mode .token.regex,body.dark-mode .token.string,body.dark-mode .token.variable{color:#7ec699}body.dark-mode .token.entity,body.dark-mode .token.operator,body.dark-mode .token.url{color:#67cdcc}body.dark-mode .token.inserted{color:green}body.dark-mode .line-highlight{background:hsla(0,0%,100%,.09);background:linear-gradient(90deg,hsla(0,0%,100%,.09) 70%,hsla(0,0%,100%,0))}.alert{border-left:4px solid;margin:24px 0;padding:16px 24px 16px 30px;position:relative}@media only screen and (min-width:576px){.alert{font-size:16px;line-height:28px;padding:16px 27px 16px 32px}}.alert a{font-weight:600;text-decoration:none}.alert a:focus,.alert a:hover{text-decoration:underline}.alert__icon{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;border-radius:50%;color:#fff;direction:ltr;display:inline-block;font-family:Material Icons;font-size:18px;font-style:normal;font-weight:400;height:32px;left:-18px;letter-spacing:normal;line-height:1;line-height:18px;padding:7px;position:absolute;text-transform:none;top:14px;white-space:nowrap;width:32px;z-index:1}.alert__content{margin:0}.alert--primary{background-color:rgba(250,185,15,.06);border-color:#fab90f}.alert--primary a,.alert--primary code{color:#fab90f}.alert--primary .alert__icon{background-color:#fab90f}.alert--secondary{background-color:rgba(68,195,212,.06);border-color:#44c3d4}.alert--secondary a,.alert--secondary code{color:#44c3d4}.alert--secondary .alert__icon{background-color:#44c3d4}.alert--success{background-color:rgba(150,200,75,.06);border-color:#96c84b}.alert--success a,.alert--success code{color:#96c84b}.alert--success .alert__icon{background-color:#96c84b}.alert--warning{background-color:rgba(255,100,0,.06);border-color:#ff6400}.alert--warning a,.alert--warning code{color:#ff6400}.alert--warning .alert__icon{background-color:#ff6400}.alert--error{background-color:rgba(250,66,15,.06);border-color:#fa420f}.alert--error a,.alert--error code{color:#fa420f}.alert--error .alert__icon{background-color:#fa420f}.alert--info{background-color:rgba(51,74,192,.06);border-color:#334ac0}.alert--info a,.alert--info code{color:#334ac0}.alert--info .alert__icon{background-color:#334ac0}body.dark-mode .alert--error,body.dark-mode .alert--info,body.dark-mode .alert--primary,body.dark-mode .alert--secondary,body.dark-mode .alert--success,body.dark-mode .alert--warning{background-color:#333}body.dark-mode .alert--error a,body.dark-mode .alert--info a,body.dark-mode .alert--primary a,body.dark-mode .alert--secondary a,body.dark-mode .alert--success a,body.dark-mode .alert--warning a{color:#fff}.navbar{background:transparent;left:0;position:fixed;right:0;top:0;z-index:9999}.navbar,.navbar__container{transition:.25s ease-in-out}.navbar__container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;min-height:92px;padding-bottom:24px;padding-top:24px}@media only screen and (min-width:992px){.navbar__container{flex-wrap:nowrap;min-height:126px;padding-bottom:0;padding-top:0}}@media only screen and (max-width:992px){.navbar__brand{order:1}}.navbar__logo{display:block;height:44px}@media only screen and (min-width:576px){.navbar__logo{height:54px}}.navbar__logo--yellow{display:none;height:44px}@media only screen and (min-width:576px){.navbar__logo--yellow{height:54px}}.navbar__logo--dark{display:none;height:44px}@media only screen and (min-width:576px){.navbar__logo--dark{height:54px}}.navbar__toggler{background:transparent;border:0;border-radius:0;display:inline-block;height:24px;margin-left:32px;outline:0;padding:0;position:relative}@media only screen and (max-width:992px){.navbar__toggler{order:3}}@media only screen and (min-width:992px){.navbar__toggler{display:none}}.navbar__toggler span{background-color:#fab90f;border-radius:0;display:block;height:3px;left:0;margin-bottom:4px;margin-top:4px;opacity:1;position:relative;transform:rotate(0deg);width:24px}.navbar__toggler span:first-child,.navbar__toggler span:nth-child(3){transition:transform .5s ease-in-out}.navbar__toggler--open span:first-child{background-color:#fff;left:0;opacity:1;position:absolute;top:6px;transform:rotate(135deg)}.navbar__toggler--open span:nth-child(2){background-color:transparent;height:2px;visibility:hidden}.navbar__toggler--open span:nth-child(3){background-color:#fff;left:0;opacity:1;position:absolute;top:6px;transform:rotate(-135deg)}.navbar__nav{align-items:center;display:none;flex-direction:column;justify-content:center;list-style-type:none;min-height:calc(100vh - 92px);padding:0;width:100%}@media only screen and (max-width:992px){.navbar__nav{order:4}}@media only screen and (min-width:992px){.navbar__nav{display:flex;flex-direction:row;justify-content:flex-end;margin:0 0 0 auto;min-height:0}}.navbar__nav-item{line-height:135%;margin:18px 0;position:relative}@media only screen and (min-width:992px){.navbar__nav-item{margin:0 24px}}@media only screen and (min-width:1280px){.navbar__nav-item{margin:0 36px}}@media only screen and (min-width:992px){.navbar__nav-item:last-of-type{margin-right:0}}.navbar__nav-link{color:#fff;font-family:Open Sans,sans-serif;font-size:1.25em;font-weight:600;text-decoration:none}@media only screen and (min-width:992px){.navbar__nav-link{color:#000;font-size:1em}}.navbar__nav-link--dropdown:after{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.24);content:"arrow_drop_down";direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;transform:rotate(0deg);transition:.25s ease-in-out;vertical-align:middle;white-space:nowrap}@media only screen and (min-width:992px){.navbar__nav-link--dropdown:after{color:#fab90f}}.navbar__nav-link--dropdown-open:after{transform:rotate(-180deg)}.navbar__nav-item--active .navbar__nav-link{color:#000}@media only screen and (min-width:992px){.navbar__nav-item--active .navbar__nav-link{color:#fab90f}}.navbar__nav-dropdown{display:none;list-style-type:none;padding:12px 0 0}@media only screen and (min-width:992px){.navbar__nav-dropdown{background:#fab90f;left:-24px;min-width:220px;padding:12px 24px 16px;position:absolute;top:48px}}.navbar__nav-dropdown-item{line-height:135%;margin:12px 0;text-align:center}@media only screen and (min-width:992px){.navbar__nav-dropdown-item{margin:10px 0;text-align:left}}.navbar__nav-dropdown-link{color:#000;font-family:Open Sans,sans-serif;font-size:1.25em;font-weight:600;text-decoration:none}@media only screen and (min-width:992px){.navbar__nav-dropdown-link{color:#fff;font-size:1em}}.navbar__nav-dropdown:before{border-color:transparent transparent #fab90f;border-style:solid;border-width:0 5px 5px;content:"";display:none;left:48px;position:absolute;top:-5px}@media only screen and (min-width:992px){.navbar__nav-dropdown:before{display:inline-block}}.navbar__nav-btn{background:#000;border:1px solid #000;color:#fff;display:inline-block;font-family:Open Sans,sans-serif;font-size:1.25em;font-weight:600;padding:18px 32px 18px 36px;text-decoration:none;transition:.35s ease-in-out}@media only screen and (min-width:992px){.navbar__nav-btn{background:#fab90f;border:1px solid #fab90f;font-size:1em;padding:14px 24px 14px 30px}}.navbar__nav-btn:after{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:"arrow_right";direction:ltr;display:inline-block;font-family:Material Icons;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;margin:0 0 0 2px;text-transform:none;vertical-align:-4px;white-space:nowrap}.navbar__nav-btn:focus,.navbar__nav-btn:hover{background-color:#334ac0;border-color:#334ac0;color:#fff}.navbar--open{background:#fab90f}.navbar--open .navbar__logo{display:none}.navbar--open .navbar__logo--yellow{display:block}.navbar--scroll:not(.navbar--open){background:#fff;box-shadow:0 3px 9px rgba(0,0,0,.12)}@media only screen and (min-width:992px){.navbar--scroll .navbar__container{min-height:96px}}.navbar__switch{border:0;border-radius:30px;cursor:pointer;height:12px;margin-left:auto;min-width:36px;outline:none;padding:0;position:relative;transition:background-color .25s ease-in-out}@media only screen and (max-width:992px){.navbar__switch{order:2}}@media only screen and (min-width:992px){.navbar__switch{margin-left:54px}}.navbar__switch:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.24);direction:ltr;font-family:Material Icons;font-size:18px;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-height:1;padding:6px;position:absolute;text-transform:none;top:-9px;transition:transform .25s ease-in-out;white-space:nowrap}.navbar__switch--light{background-color:rgba(0,0,0,.06)}.navbar__switch--light:before{background-color:#fff;color:#fab90f;content:"light_mode";transform:translateX(-15px)}.navbar__switch--dark{background-color:hsla(0,0%,100%,.18)}.navbar__switch--dark:before{background-color:#333;color:#fff;content:"dark_mode";transform:translateX(21px)}body.dark-mode .navbar__logo{display:none}body.dark-mode .navbar__logo--dark{display:block}@media only screen and (min-width:992px){body.dark-mode .navbar__nav-link{color:#fff}}body.dark-mode .navbar--scroll:not(.navbar--open){background:#171717;box-shadow:0 3px 9px rgba(0,0,0,.12)}body.dark-mode .navbar--open .navbar__logo--dark{display:none}.article{text-align:center}@media only screen and (min-width:576px){.article{text-align:left}}.article__thumbnail{border-radius:10px;height:200px;margin:0;overflow:hidden;position:relative}@media only screen and (min-width:576px){.article__thumbnail{height:210px}}@media only screen and (min-width:1280px){.article__thumbnail{height:240px}}.article__thumbnail-img{left:50%;max-width:120%;min-height:100%;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.article__meta{align-items:center;border-bottom:1px solid rgba(0,0,0,.12);display:none;flex-direction:row;flex-wrap:wrap;font-size:.777em;padding-bottom:18px;padding-top:16px}@media only screen and (min-width:576px){.article__meta{display:flex}}.article__meta-author{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;margin-right:24px}.article__meta-avatar{border-radius:50%;display:inline-block;height:36px;margin:0 12px 0 0;overflow:hidden;width:36px}.article__meta-img{height:auto;max-width:100%}.article__meta-time{margin-left:auto}.article__title{color:#000;font-weight:600;margin:24px 0 8px}@media only screen and (min-width:576px){.article__title{margin:27px 0 12px}}.article__permalink{color:inherit;text-decoration:none}.article__excerpt{font-size:.875em;line-height:160%;margin-bottom:24px}@media only screen and (min-width:576px){.article__excerpt{font-size:.888em;line-height:165%;margin-bottom:27px}}.article__link{color:#334ac0;display:inline-block;font-family:Open Sans,sans-serif;font-size:1em;font-weight:600;text-decoration:none}.article__link:after{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:"arrow_right";direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;vertical-align:-7px;white-space:nowrap}.article__footer{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}@media only screen and (min-width:576px){.article__footer{justify-content:space-between}}.article__info{display:none}@media only screen and (min-width:576px){.article__info{color:rgba(0,0,0,.38);display:inline-block;font-size:.77em}}body.dark-mode .article__title{color:#fff}body.dark-mode .article__link{color:#fab90f}body.dark-mode .article__meta{border-bottom:1px solid hsla(0,0%,100%,.12)}.newsletter{background-color:#334ac0;color:hsla(0,0%,100%,.72)}.newsletter__container{padding-bottom:72px;padding-top:54px}@media only screen and (min-width:992px){.newsletter__container{flex-wrap:nowrap;padding-bottom:96px;padding-top:80px}}.newsletter__title{color:#fff;margin:0 0 .375em}.newsletter__content{margin-bottom:36px;text-align:center;width:100%}.newsletter__content p{margin:0}@media only screen and (min-width:576px){.newsletter__content{margin-bottom:48px}}@media only screen and (min-width:992px){.newsletter__content{margin-bottom:0;margin-right:36px;min-width:33.3%;text-align:left;width:auto}}@media only screen and (min-width:1280px){.newsletter__content{margin-right:auto}}.newsletter__form{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}@media only screen and (min-width:992px){.newsletter__form-wrapper{min-width:66.6%}}.newsletter__form #mce-responses{margin-top:20px;order:4;width:100%}.newsletter__form #mce-responses .response{border:1px dashed;font-size:14px;font-weight:600;line-height:22px;padding:10px 16px}.newsletter__form #mce-responses .response#mce-error-response{border-color:#fa420f;color:#fa420f}.newsletter__form #mce-responses .response#mce-success-response{border-color:#96c84b;color:#96c84b}.newsletter__input{border:0;font-size:1em;height:54px;outline:none;padding:0 24px 0 50px;width:100%}@media only screen and (min-width:576px){.newsletter__input{font-size:.88em;height:60px;padding:0 36px 0 54px}}.newsletter__input-group{margin-bottom:12px;position:relative;width:100%}@media only screen and (min-width:576px){.newsletter__input-group{margin-bottom:0;width:calc(50% - 10px)}}@media only screen and (min-width:992px){.newsletter__input-group{flex:auto;width:auto}}.newsletter__input-group:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.18);content:"";direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;left:15px;letter-spacing:normal;line-height:1;position:absolute;text-transform:none;top:15px;white-space:nowrap}@media only screen and (min-width:576px){.newsletter__input-group:before{left:18px;top:18px}.newsletter__input-group--name{margin-right:10px}}@media only screen and (min-width:992px){.newsletter__input-group--name{margin-right:20px}}.newsletter__input-group--name:before{content:"how_to_reg"}@media only screen and (min-width:576px){.newsletter__input-group--email{margin-left:10px}}@media only screen and (min-width:1280px){.newsletter__input-group--email{margin-left:0;margin-right:20px}}.newsletter__input-group--email:before{content:"alternate_email"}@media only screen and (max-width:1024px){.newsletter__submit{margin:32px auto 0;order:4}}.newsletter__checkbox{cursor:pointer;margin-top:12px;position:relative;width:100%}@media only screen and (min-width:576px){.newsletter__checkbox{margin-top:27px}}.newsletter__checkbox-input{cursor:inherit;height:1px;left:0;margin:0;padding:0;position:absolute;top:0;width:1px;z-index:1}.newsletter__checkbox-label{cursor:pointer;display:inline-block;font-size:12px;line-height:20px;padding-left:52px;position:relative}@media only screen and (min-width:576px){.newsletter__checkbox-label{font-size:14px;line-height:22px;padding-left:56px}}.newsletter__checkbox-label a{color:#fff;text-decoration:none}.newsletter__checkbox-label:before{background:url(../img/cancel.svg) no-repeat 50% #273892;background-size:12px;border-radius:0;content:"";display:inline-block;height:36px;left:0;position:absolute;top:0;width:36px}.newsletter__checkbox-input:checked+.newsletter__checkbox-label:before{background:url(../img/check.svg) no-repeat 50% #fab90f;background-size:12px}#mc_embed_signup div.mce_inline_error{background-color:#fa420f!important;font-size:14px!important;font-weight:600!important;line-height:22px!important;margin:12px 0 0!important;padding:8px 16px!important}body.dark-mode .newsletter{background-color:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.6)}body.dark-mode .newsletter__input{background-color:#333;color:#fff}body.dark-mode .newsletter__input::-webkit-input-placeholder{color:hsla(0,0%,100%,.38)}body.dark-mode .newsletter__input:-moz-placeholder,body.dark-mode .newsletter__input::-moz-placeholder{color:hsla(0,0%,100%,.38)}body.dark-mode .newsletter__input:-ms-input-placeholder{color:hsla(0,0%,100%,.38)}body.dark-mode .newsletter__input-group:before{color:hsla(0,0%,100%,.18)}body.dark-mode .newsletter__checkbox-label:before{background:url(../img/cancel-grey.svg) no-repeat 50% #333;background-size:12px}.footer{background-color:rgba(0,0,0,.06)}.footer__container{padding-bottom:48px;padding-top:64px}@media only screen and (min-width:576px){.footer__container{padding-bottom:96px;padding-top:72px}}@media only screen and (min-width:1280px){.footer__container{padding-bottom:136px;padding-top:96px}}.footer__logo{display:none}@media only screen and (min-width:576px){.footer__logo{display:block;height:44px;margin:0 auto}}@media only screen and (min-width:992px){.footer__logo{margin:0 0 18px}}.footer__logo--mono{display:block;filter:alpha(opacity=24);height:40px;margin:0 auto 12px;opacity:.24}@media only screen and (min-width:576px){.footer__logo--mono{display:none}}.footer__logo--dark{display:none}.footer__copyright{border-top:1px solid rgba(0,0,0,.12);color:rgba(0,0,0,.38);font-size:14px;line-height:22px;margin:48px -18px 0;order:4;padding:48px 36px 0;text-align:center;width:calc(100% + 48px)}@media only screen and (min-width:992px){.footer__copyright{border-top:0;margin:0 auto 0 0;max-width:33.3%;order:1;padding:0;text-align:left;width:auto}}@media only screen and (min-width:1280px){.footer__copyright{max-width:none}}.footer__widget{margin:0 auto;text-align:center}@media only screen and (min-width:992px){.footer__widget{margin:0 64px;text-align:left}}.footer__widget-title{font-size:1.125em;font-weight:600;margin-bottom:.75em}@media only screen and (min-width:576px){.footer__widget-title{font-size:1em}}.footer__widget--about{margin-bottom:48px;width:50%}@media only screen and (min-width:576px){.footer__widget--about{margin-bottom:0;width:auto}}@media only screen and (min-width:992px){.footer__widget--about{order:2}}.footer__widget--resources{margin-bottom:48px;width:50%}@media only screen and (min-width:576px){.footer__widget--resources{margin-bottom:0;width:auto}}@media only screen and (min-width:992px){.footer__widget--resources{order:3}}.footer__widget--legal{width:100%}@media only screen and (min-width:576px){.footer__widget--legal{width:auto}}@media only screen and (min-width:992px){.footer__widget--legal{margin-right:36px;order:4}}.footer__nav{list-style-type:none;margin:0;padding:0}.footer__nav-item{line-height:135%;margin:8px 0}.footer__nav-link{color:inherit;font-size:.88em;text-decoration:none}body.dark-mode .footer{background-color:hsla(0,0%,100%,.03)}body.dark-mode .footer__copyright{border-top:1px solid hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.38)}@media only screen and (min-width:992px){body.dark-mode .footer__copyright{border-top:0}}body.dark-mode .footer__logo,body.dark-mode .footer__logo--mono{display:none}body.dark-mode .footer__logo--dark{display:block;height:40px;margin:0 auto 12px}@media only screen and (min-width:576px){body.dark-mode .footer__logo--dark{height:44px;margin:0 auto}}@media only screen and (min-width:992px){body.dark-mode .footer__logo--dark{margin:0 0 18px}}.cookie-consent{background-color:#334ac0;bottom:18px;box-shadow:0 3px 9px rgba(0,0,0,.38);display:none;max-width:calc(100vw - 36px);padding:21px;position:fixed;right:18px;text-align:center;z-index:999}@media only screen and (min-width:576px){.cookie-consent{bottom:24px;max-width:320px;padding:24px;right:24px;text-align:left}}.cookie-consent__content{color:hsla(0,0%,100%,.76);font-size:13px;line-height:21px;margin-bottom:18px}.cookie-consent__link{color:#fff;font-weight:600;text-decoration:none;transition:.25s ease-in-out}.cookie-consent__link:hover{text-decoration:underline}.default{padding-top:92px}@media only screen and (min-width:992px){.default{padding-top:126px}}.default__container{margin:0 auto;max-width:992px;padding-bottom:64px;padding-top:12px}@media only screen and (min-width:576px){.default__container{padding-bottom:96px;padding-top:24px}}@media only screen and (min-width:992px){.default__container{padding-bottom:120px;padding-top:36px}}.default__title{font-weight:600;margin-bottom:.75em}.default__content h2{color:rgba(0,0,0,.6);font-size:1.3125em;font-weight:600;line-height:135%;margin:2em 0 .5em}@media only screen and (min-width:576px){.default__content h2{font-size:1.33em}}.default__content h2:first-of-type{margin-top:1em}.default__content h3{font-weight:600;margin:1.5em 0 .5em}@media only screen and (min-width:576px){.default__content h3{font-size:1.166em}}.default__content h4{margin:1.25em 0 .25em}.default__content p{margin:0 0 1em}@media only screen and (min-width:576px){.default__content code,.default__content li,.default__content p,.default__content pre{font-size:16px;line-height:28px}}.default__content ul{list-style-type:none;margin:24px 0;padding:0 0 0 36px}.default__content ul li{margin:0 0 .5em}.default__content ul li:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.38);content:"chevron_right";direction:ltr;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;margin:0 6px 0 -30px;text-transform:none;vertical-align:middle;white-space:nowrap}.default__content ul li ul{margin:.5em 0 1em}.default__content a{color:#334ac0;font-weight:600;text-decoration:none}.default__content a:hover{text-decoration:underline}body.dark-mode .default__content a{color:#fab90f}body.dark-mode .default__content ul li:before{color:hsla(0,0%,100%,.38)}.docs__container{padding-bottom:64px;padding-top:12px}@media only screen and (min-width:576px){.docs__container{padding-bottom:96px;padding-top:24px}}@media only screen and (min-width:992px){.docs__container{padding-bottom:150px}}.docs__row{align-items:flex-start;position:relative}@media only screen and (min-width:576px){.docs__row{flex-wrap:nowrap}}.docs__sidebar{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:36px;padding-bottom:24px;width:100%}@media only screen and (min-width:576px){.docs__sidebar{border-bottom:0;margin-bottom:0;max-width:240px;min-width:240px;padding-bottom:0;position:sticky;top:128px}}@media only screen and (min-width:992px){.docs__sidebar{max-width:300px;min-width:300px}}.docs__search{margin-bottom:18px;position:relative}@media only screen and (min-width:576px){.docs__search{margin-bottom:24px}}.docs__search:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:"search";direction:ltr;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;left:12px;letter-spacing:normal;line-height:1;position:absolute;text-transform:none;top:12px;white-space:nowrap}@media only screen and (min-width:576px){.docs__search:before{left:15px;top:15px}}.docs__search-input{border:1px solid rgba(0,0,0,.12);border-radius:0;font-size:.875em;height:48px;outline:none;padding-left:48px;width:100%}.docs__search-input::-webkit-input-placeholder{color:rgba(0,0,0,.6)}.docs__search-input:-moz-placeholder,.docs__search-input::-moz-placeholder{color:rgba(0,0,0,.6)}.docs__search-input:-ms-input-placeholder{color:rgba(0,0,0,.6)}@media only screen and (min-width:576px){.docs__search-input{font-size:.888em;height:54px;padding-left:50px}}.docs__search-input:focus{border-color:rgba(0,0,0,.18);box-shadow:0 1px 3px rgba(0,0,0,.12)}.docs__search-input::-webkit-search-cancel-button{-webkit-appearance:none;background:url(../img/cancel-grey.svg) no-repeat 50%;background-size:10px;height:24px;position:absolute;right:5px;top:15px;width:24px}.docs__search-results{background:#fff;border:1px solid rgba(0,0,0,.12);border-top:0;box-shadow:0 3px 9px rgba(0,0,0,.18);list-style-type:none;margin:0;max-height:320px;overflow:auto;padding:0;position:absolute;top:54px;width:100%;z-index:3}@media only screen and (min-width:576px){.docs__search-results{font-size:.777em;line-height:150%}}.docs__search-results-item--blank{border-left:3px solid #fa420f;padding:8px 15px}.docs__search-results-link{border-left:3px solid transparent;color:rgba(0,0,0,.6);display:block;padding:8px 15px;text-decoration:none;transition:.25s ease-in-out}.docs__search-results-link:hover{border-color:#fab90f;color:rgba(0,0,0,.87)}.docs__nav{list-style-type:none;margin:0;padding:0}.docs__nav-toggle{color:#000;cursor:pointer;display:block;font-family:Open Sans,sans-serif;font-size:1.125em;font-weight:600;padding:6px 0}@media only screen and (min-width:576px){.docs__nav-toggle{font-size:1em;padding:9px 0}}.docs__nav-toggle:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:#fab90f;content:"expand_more";direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;margin-right:8px;text-transform:none;transform:rotate(-90deg);transition:transform .25s ease-in-out;vertical-align:-6px;white-space:nowrap}.docs__nav-item--active .docs__nav-toggle:before{transform:rotate(0deg)}.docs__nav-item--active .docs__nav-dropdown{display:block}.docs__nav-dropdown{display:none;list-style-type:none;margin:0;padding:0 0 12px}.docs__nav-dropdown-link{border-left:3px solid transparent;color:inherit;display:block;font-size:1em;line-height:150%;padding:6px 0 6px 29px;position:relative;text-decoration:none;transition:.25s ease-in-out}@media only screen and (min-width:576px){.docs__nav-dropdown-link{font-size:.888em}}.docs__nav-dropdown-item--external .docs__nav-dropdown-link{padding-right:36px}.docs__nav-dropdown-item--external .docs__nav-dropdown-link:after{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.38);content:"open_in_new";direction:ltr;display:inline-block;font-family:Material Icons;font-size:20px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;position:absolute;right:8px;text-transform:none;top:8px;white-space:nowrap}.docs__nav-dropdown-item--active .docs__nav-dropdown-link{border-color:rgba(0,0,0,.12);color:rgba(0,0,0,.87)}.docs__nav-dropdown-item:hover .docs__nav-dropdown-link{border-color:#fab90f;color:rgba(0,0,0,.87)}body.dark-mode .docs__search:before{color:hsla(0,0%,100%,.38)}body.dark-mode .docs__search-input{background:transparent;border:1px solid hsla(0,0%,100%,.12);color:#fff}body.dark-mode .docs__search-input::-webkit-input-placeholder{color:hsla(0,0%,100%,.6)}body.dark-mode .docs__search-input:-moz-placeholder,body.dark-mode .docs__search-input::-moz-placeholder{color:hsla(0,0%,100%,.6)}body.dark-mode .docs__search-input:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}body.dark-mode .docs__search-results{background-color:#333;border:1px solid hsla(0,0%,100%,.12)}body.dark-mode .docs__search-results-link{color:hsla(0,0%,100%,.6)}body.dark-mode .docs__search-results-link:hover{color:hsla(0,0%,100%,.87)}body.dark-mode .docs__nav-toggle{color:#fff}body.dark-mode .docs__nav-dropdown-item--active .docs__nav-dropdown-link{border-color:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.87)}body.dark-mode .docs__nav-dropdown-item:hover .docs__nav-dropdown-link{color:hsla(0,0%,100%,.87)}.docs__content{width:100%}@media only screen and (min-width:576px){.docs__content{margin:0 0 0 48px;max-width:calc(100% - 288px)}}@media only screen and (min-width:992px){.docs__content{max-width:calc(100% - 348px)}}@media only screen and (min-width:1280px){.docs__content{margin:0 64px 0 72px;max-width:680px}}.docs__content h1{color:#000;font-size:1.5em;font-weight:600;margin:.25em 0 .5em}@media only screen and (min-width:576px){.docs__content h1{font-size:1.77em}}.docs__content h2{color:rgba(0,0,0,.6);font-size:1.3125em;font-weight:600;line-height:135%;margin:2em 0 .5em}@media only screen and (min-width:576px){.docs__content h2{font-size:1.33em}}.docs__content h2:first-of-type{margin-top:1em}.docs__content h3{font-weight:600;margin:2em 0 .5em}@media only screen and (min-width:576px){.docs__content h3{font-size:1.166em}.docs__content li,.docs__content p{font-size:16px;line-height:28px}}.docs__content li a:not(.docs__pagination-item),.docs__content p a:not(.docs__pagination-item){color:#334ac0;font-weight:600;text-decoration:none}.docs__content li a:not(.docs__pagination-item):hover,.docs__content p a:not(.docs__pagination-item):hover{text-decoration:underline}@media only screen and (min-width:576px){.docs__content code,.docs__content pre{font-size:16px;line-height:28px}}.docs__content p:not(.alert__content){margin:0 0 1em}.docs__content ul{list-style-type:none;margin:24px 0;padding:0 0 0 36px}.docs__content ul li{margin:.1em 0}.docs__content ul li:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.38);content:"chevron_right";direction:ltr;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;margin:0 6px 0 -30px;text-transform:none;vertical-align:middle;white-space:nowrap}.docs__content pre{margin:24px 0}.docs__content img{border-radius:8px;height:auto;margin:1em 0 0;max-width:100%}.docs__content code{font-family:JetBrains Mono,sans-serif}body.dark-mode .docs__content code a:not(.docs__pagination-item),body.dark-mode .docs__content li a:not(.docs__pagination-item),body.dark-mode .docs__content p a:not(.docs__pagination-item),body.dark-mode .docs__content pre a:not(.docs__pagination-item){color:#fab90f}body.dark-mode .docs__content ul li:before{color:hsla(0,0%,100%,.38)}.docs__toc{display:none}@media only screen and (min-width:1280px){.docs__toc{display:block;min-width:202px;position:sticky;top:128px}}.docs__toc-title{border-bottom:2px solid rgba(0,0,0,.12);color:rgba(0,0,0,.6);margin-bottom:8px;padding-bottom:12px;padding-top:12px}.docs__toc-list{list-style-type:none;margin:0;padding:0}.docs__toc-item{position:relative}.docs__toc-link{color:inherit;display:block;font-size:.888em;padding:2px 0;text-decoration:none}.docs__toc-link:before{color:#fab90f;content:"#";filter:alpha(opacity=0);left:-18px;opacity:0;position:absolute;transition:opacity .25s ease-in-out}.docs__toc-item--active .docs__toc-link{color:#fab90f;font-weight:600}.docs__toc-item:hover .docs__toc-link{color:rgba(0,0,0,.87)}.docs__toc-item:hover .docs__toc-link:before{filter:alpha(opacity=100);opacity:1}body.dark-mode .docs__toc-title{border-color:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.6)}body.dark-mode .docs__toc-item:hover .docs__toc-link{color:hsla(0,0%,100%,.87)}.docs__pagination{align-items:center;border-top:1px solid rgba(0,0,0,.12);display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:36px;padding-top:18px}@media only screen and (min-width:992px){.docs__pagination{flex-wrap:nowrap}}.docs__pagination-item{color:#fab90f;font-family:Open Sans,sans-serif;font-weight:600;text-decoration:none}.docs__pagination-item:after,.docs__pagination-item:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;vertical-align:-6px;white-space:nowrap}.docs__pagination-item--prev{margin-right:auto}.docs__pagination-item--prev:before{content:"arrow_left"}.docs__pagination-item--next{margin-left:auto}.docs__pagination-item--next:after{content:"arrow_right"}body.dark-mode .docs__pagination{border-color:hsla(0,0%,100%,.12)}.tutorial__container{padding-bottom:72px;padding-top:12px;position:relative}@media only screen and (min-width:576px){.tutorial__container{padding-bottom:96px;padding-top:24px}}@media only screen and (min-width:992px){.tutorial__container{padding-bottom:150px}}.tutorial__row{align-items:flex-start;position:relative}@media only screen and (min-width:992px){.tutorial__row{flex-wrap:nowrap}}.tutorial__content{width:100%}@media only screen and (min-width:992px){.tutorial__content{margin:0 auto 0 0;width:calc(50% - 24px)}}@media only screen and (min-width:1280px){.tutorial__content{width:calc(40% - 24px)}}.tutorial__intro{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:36px;padding-bottom:27px}@media only screen and (min-width:576px){.tutorial__intro{margin-bottom:48px;padding-bottom:36px}}.tutorial__intro-link{color:#fab90f;display:inline-block;font-family:Open Sans,sans-serif;font-size:.888em;font-weight:600;line-height:150%;text-decoration:none}.tutorial__intro-link:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:"arrow_left";direction:ltr;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;margin-left:-7px;text-transform:none;vertical-align:-7px;white-space:nowrap}.tutorial__title{color:#000;font-size:1.5em;font-weight:600;margin:.25em 0 .375em}@media only screen and (min-width:576px){.tutorial__title{font-size:1.77em}}.tutorial__description{margin:0}.tutorial__buttons{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:27px}@media only screen and (min-width:1280px){.tutorial__buttons{margin-top:36px}}.tutorial__buttons .btn{margin-bottom:8px;margin-right:12px}@media only screen and (min-width:1280px){.tutorial__buttons .btn{margin-bottom:0}}.tutorial__text h1{color:#000;font-size:1.5em;font-weight:600;margin:0 0 .25em}@media only screen and (min-width:576px){.tutorial__text h1{font-size:1.77em}}.tutorial__text h2{font-size:1.3125em;font-weight:600;line-height:135%;margin:1.5em 0 .25em;padding:0 36px}@media only screen and (min-width:576px){.tutorial__text h2{font-size:1.33em;margin:2em 0 .25em}}.tutorial__text h2:first-of-type{margin-top:1em}.tutorial__text h2:before{background:#fab90f;border-radius:50%;color:#fff;content:attr(data-count);display:inline-block;font-size:16px;font-weight:700;height:24px;line-height:1;margin:0 12px 0 -36px;padding:4px 0;text-align:center;vertical-align:3px;width:24px}.tutorial__text h3,.tutorial__text h4{font-size:1em;font-weight:600;margin:1.5em 0 1em}@media only screen and (min-width:576px){.tutorial__text h3,.tutorial__text h4{font-size:1.166em}}.tutorial__text p{border-bottom:1px solid rgba(0,0,0,.12);border-left:3px solid transparent;cursor:pointer;font-size:14px;line-height:24px;margin:0;padding:21px 36px 27px 33px;transition:.25s ease-in-out}@media only screen and (min-width:576px){.tutorial__text p{font-size:16px;line-height:28px}}.tutorial__text p:last-of-type{border-bottom:0}.tutorial__text p:hover{border-left-color:#f4f4f4}.tutorial__text p.highlight{border-left-color:#fab90f}.tutorial__text p.highlight strong{color:rgba(0,0,0,.87)}.tutorial__text a{color:#334ac0;font-weight:600;text-decoration:none}.tutorial__text a:hover{text-decoration:underline}.tutorial__text img{height:auto;margin-top:1em;max-width:100%}.tutorial__text strong{display:block;margin-bottom:.25em}.tutorial__text ul{list-style-type:none;margin:24px 0;padding:0 0 0 30px}.tutorial__text ul li{font-size:14px;line-height:24px;margin:0 0 8px}@media only screen and (min-width:576px){.tutorial__text ul li{font-size:16px;line-height:28px;margin:0 0 12px}}.tutorial__text ul li:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.38);content:"chevron_right";direction:ltr;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;margin:0 6px 0 -30px;text-transform:none;vertical-align:-7px;white-space:nowrap}body.dark-mode .tutorial__intro{border-color:hsla(0,0%,100%,.12)}body.dark-mode .tutorial__text p{border-bottom:1px solid hsla(0,0%,100%,.12)}body.dark-mode .tutorial__text p:hover{border-left-color:hsla(0,0%,100%,.38)}body.dark-mode .tutorial__text p.highlight strong{color:hsla(0,0%,100%,.87)}body.dark-mode .tutorial__text a{color:#fab90f}body.dark-mode .tutorial__text li:before{color:hsla(0,0%,100%,.38)}.tutorial__snippets{font-size:14px;line-height:22px;padding-top:24px;width:100%}@media only screen and (min-width:576px){.tutorial__snippets{font-size:16px;line-height:28px;padding-top:36px}}@media only screen and (min-width:992px){.tutorial__snippets{left:0;margin:0 0 0 auto;padding-top:0;position:sticky;top:126px;width:calc(50% - 24px)}}@media only screen and (min-width:1280px){.tutorial__snippets{width:calc(60% - 24px)}}.tutorial__snippets-nav{display:flex;flex-direction:row;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}@media only screen and (min-width:576px){.tutorial__snippets-nav{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}}.tutorial__snippets-nav-item{border-left:3px solid transparent;transition:.25s ease-in-out;width:100%}@media only screen and (min-width:576px){.tutorial__snippets-nav-item{border-bottom:3px solid transparent;border-left:0;width:auto}}.tutorial__snippets-nav-item--active{border-color:#fab90f}.tutorial__snippets-nav-link{color:rgba(0,0,0,.6);display:block;font-size:14px;font-weight:600;line-height:22px;padding:10px 12px;text-decoration:none;transition:.25s ease-in-out}@media only screen and (min-width:576px){.tutorial__snippets-nav-link{padding:3px 16px 12px;white-space:nowrap}}.tutorial__snippets-nav-link:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.18);content:"code";direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;margin-right:8px;text-transform:none;vertical-align:-7px;white-space:nowrap}.tutorial__snippets-nav-link--notebook:before{content:"summarize"}.tutorial__snippets-nav-item--active .tutorial__snippets-nav-link{color:rgba(0,0,0,.87)}.tutorial__snippets-nav-item--active .tutorial__snippets-nav-link:before{color:rgba(0,0,0,.38)}.tutorial__snippets-tabs div.code-toolbar>.toolbar{display:none}.tutorial__snippets-tabs div.code-toolbar:hover>.toolbar{display:block}.tutorial__snippets-tab{display:none;margin:0!important;outline:none;overflow:auto;transition:background-color .5s ease-in-out}@media only screen and (min-width:992px){.tutorial__snippets-tab{max-height:calc(100vh - 240px)}}.tutorial__snippets-tab--active{display:block}.tutorial__snippets-tab--highlight{background-color:#dedede!important}.tutorial__snippets-buttons{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:24px 0}.tutorial__snippets-btn{background:transparent;border:0;border-radius:0;color:#fab90f;cursor:pointer;font-size:14px;font-weight:600;padding:0}.tutorial__snippets-btn--next:after,.tutorial__snippets-btn--prev:before{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;line-height:24px;text-transform:none;vertical-align:-7px;white-space:nowrap}.tutorial__snippets-btn--prev:before{content:"arrow_left"}.tutorial__snippets-btn--next:after{content:"arrow_right"}.tutorial__snippets-btn--inactive{color:rgba(0,0,0,.38);cursor:not-allowed}body.dark-mode .tutorial__snippets-nav{border-bottom-color:hsla(0,0%,100%,.12)}body.dark-mode .tutorial__snippets-nav-link{color:hsla(0,0%,100%,.6)}body.dark-mode .tutorial__snippets-nav-link:before{color:hsla(0,0%,100%,.18)}body.dark-mode .tutorial__snippets-nav-item--active .tutorial__snippets-nav-link{color:hsla(0,0%,100%,.87)}body.dark-mode .tutorial__snippets-nav-item--active .tutorial__snippets-nav-link:before{color:hsla(0,0%,100%,.38)}body.dark-mode .tutorial__snippets-tab--highlight{background-color:#444!important}body.dark-mode .tutorial__snippets-btn--inactive{color:hsla(0,0%,100%,.38)}.nb-markdown-cell{padding-bottom:1.5em;padding-top:12px}.nb-markdown-cell h1,.nb-markdown-cell h2,.nb-markdown-cell h3,.nb-markdown-cell h4,.nb-markdown-cell h5{font-family:Open Sans,sans-serif;font-weight:600}.nb-markdown-cell h1{font-size:1.5em}@media only screen and (min-width:576px){.nb-markdown-cell h1{font-size:1.77em}}.nb-markdown-cell h2{font-size:1.3125em}@media only screen and (min-width:576px){.nb-markdown-cell h2{font-size:1.33em}}.nb-markdown-cell h3,.nb-markdown-cell h4,.nb-markdown-cell h5{font-size:1em}.nb-stderr,.nb-stdout{margin:1em 0;white-space:pre-wrap}.nb-cell{border-bottom:1px solid rgba(0,0,0,.12);padding-left:96px;position:relative}.nb-cell:last-of-type{border-bottom:0}.nb-cell--highlight{background:rgba(0,0,0,.09);background:linear-gradient(90deg,rgba(0,0,0,.09) 70%,transparent)}.nb-cell pre[class*=language-]{background:transparent}.nb-cell+.nb-cell{margin-top:.5em}.nb-input,.nb-output{position:relative}.nb-input:before,.nb-output:before{color:rgba(0,0,0,.38);font-family:JetBrains Mono,sans-serif;left:-96px;padding-right:6px;position:absolute;text-align:right;top:.75em;width:96px}.nb-input:before{content:"In [" attr(data-prompt-number) "]:"}.nb-output:before{content:"Out [" attr(data-prompt-number) "]:"}body.dark-mode .nb-input:before,body.dark-mode .nb-output:before{color:hsla(0,0%,100%,.38)}body.dark-mode .nb-cell{border-bottom:1px solid hsla(0,0%,100%,.12)}body.dark-mode .nb-cell pre[class*=language-]{background:transparent}body.dark-mode .nb-cell--highlight{background:hsla(0,0%,100%,.09);background:linear-gradient(90deg,hsla(0,0%,100%,.09) 70%,hsla(0,0%,100%,0))}.tutorials__container{padding-bottom:48px;padding-top:12px;position:relative}@media only screen and (min-width:576px){.tutorials__container{padding-bottom:72px;padding-top:24px}}@media only screen and (min-width:992px){.tutorials__container{padding-bottom:120px}}.tutorials__intro{margin-bottom:36px}@media only screen and (min-width:576px){.tutorials__intro{margin-bottom:48px}}@media only screen and (min-width:992px){.tutorials__intro{margin-bottom:54px}}.tutorials__intro-title{font-weight:600;margin-bottom:.375em}.tutorials__archive{margin:0 -18px}@media only screen and (min-width:992px){.tutorials__archive{margin:0 -24px}}.tutorials__post{display:flex}.tutorials__post-thumbnail{margin:0;overflow:hidden;position:relative}.tutorials__post-thumbnail-img{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.tutorials__post-permalink{color:inherit;text-decoration:none}.tutorials__post-title{font-weight:600;margin-bottom:8px}@media only screen and (min-width:576px){.tutorials__post-title{margin-bottom:12px}}.tutorials__post-link{color:#fab90f;display:inline-block;font-family:Open Sans,sans-serif;font-size:1em;font-weight:600;text-decoration:none}.tutorials__post-link:after{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:"arrow_right";direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;vertical-align:-7px;white-space:nowrap}.tutorials__post--featured{flex-direction:column;margin:0 18px 48px;width:100%}@media only screen and (min-width:576px){.tutorials__post--featured{border-bottom:1px solid rgba(0,0,0,.12);margin:0 18px 64px;padding-bottom:36px;width:calc(50% - 36px)}}@media only screen and (min-width:992px){.tutorials__post--featured{margin:0 24px 64px;width:calc(50% - 48px)}}.tutorials__post--featured .tutorials__post-thumbnail{border-radius:12px;height:210px;margin-bottom:27px}@media only screen and (min-width:992px){.tutorials__post--featured .tutorials__post-thumbnail{height:270px}}@media only screen and (min-width:1280px){.tutorials__post--featured .tutorials__post-thumbnail{height:320px}}.tutorials__post--featured .tutorials__post-thumbnail-img{height:auto;max-width:100%;width:auto}.tutorials__post--featured .tutorials__post-excerpt{margin-bottom:18px}.tutorials__post--archive{align-items:center;flex-direction:row;margin:0 18px 27px;width:100%}@media only screen and (min-width:576px){.tutorials__post--archive{margin:0 18px 36px}}@media only screen and (min-width:992px){.tutorials__post--archive{margin:0 24px 36px;width:calc(50% - 48px)}}.tutorials__post--archive .tutorials__post-thumbnail{border-radius:8px;height:150px;margin-right:24px;min-width:45%}@media only screen and (min-width:576px){.tutorials__post--archive .tutorials__post-thumbnail{height:100%;margin-right:36px;min-width:33.3%}}@media only screen and (min-width:992px){.tutorials__post--archive .tutorials__post-thumbnail{border-radius:10px;min-width:40%}}@media only screen and (min-width:1280px){.tutorials__post--archive .tutorials__post-thumbnail{min-width:33.3%}}.tutorials__post--archive .tutorials__post-thumbnail-img{height:100%;width:auto}@media only screen and (min-width:576px){.tutorials__post--archive .tutorials__post-content{padding:18px 0}.tutorials__post--archive .tutorials__post-title{margin-bottom:6px}}.tutorials__post--archive .tutorials__post-excerpt{display:none}@media only screen and (min-width:576px){.tutorials__post--archive .tutorials__post-excerpt{display:block;font-size:16px;line-height:28px;margin-bottom:12px}body.dark-mode .tutorials__post--featured{border-bottom:1px solid hsla(0,0%,100%,.12)}}
|
Binary file
|
@@ -0,0 +1,318 @@
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
4
|
+
<defs >
|
5
|
+
<font id="JetBrainsMono" horiz-adv-x="602" ><font-face
|
6
|
+
font-family="JetBrains Mono"
|
7
|
+
units-per-em="1000"
|
8
|
+
panose-1="2 0 0 9 0 0 0 0 0 0"
|
9
|
+
ascent="1020"
|
10
|
+
descent="-300"
|
11
|
+
alphabetic="0" />
|
12
|
+
<glyph unicode=" " horiz-adv-x="600" />
|
13
|
+
<glyph unicode="!" horiz-adv-x="600" d="M268 215L247 610V730H353V610L332 215H268ZM285 -5Q259 -5 242 12T225 55Q225 81 242 98T285 115H315Q344 115 359 99T375 56Q375 30 358 13T315 -5H285Z" />
|
14
|
+
<glyph unicode=""" horiz-adv-x="600" d="M365 430L353 640V730H450V640L439 430H365ZM162 430L150 640V730H247V640L236 430H162Z" />
|
15
|
+
<glyph unicode="#" horiz-adv-x="600" d="M83 0L120 200H35V265H132L168 465H70V530H180L217 730H287L250 530H410L447 730H517L480 530H565V465H468L432 265H530V200H420L383 0H313L350 200H190L153 0H83ZM202 265H362L398 465H238L202 265Z" />
|
16
|
+
<glyph unicode="$" horiz-adv-x="600" d="M275 -140V-9Q181 -1 128 51T72 190H162Q162 141 191 110T275 72V334L248 342Q173 365 133 419T92 546Q92 626 141 678T275 738V870H335V739Q418 731 468 679T519 545H429Q429 592 405 621T335 658V410L375 397Q448 374
|
17
|
+
488 319T528 190Q528 108 476 54T335 -9V-140H275ZM335 72Q384 80 411 110T438 188Q438 232 415 265T347 311L335 315V72ZM275 389V658Q231 651 207 624T182 554Q182 502 214 467T306 422L275 389Z" />
|
18
|
+
<glyph unicode="%" horiz-adv-x="600" d="M14 0L512 730H586L88 0H14ZM445 -5Q382 -5 344 31T306 130V195Q306 258 344 294T445 330Q508 330 546 294T584 195V130Q584 67 546 31T445 -5ZM445 64Q510 64 510 130V195Q510 262 445 262Q380 262 380 195V130Q380 64
|
19
|
+
445 64ZM155 400Q92 400 54 436T16 535V600Q16 663 54 699T155 735Q218 735 256 699T294 600V535Q294 472 256 436T155 400ZM155 468Q220 468 220 535V600Q220 667 155 667Q123 667 107 651T90 600V535Q90 501 106 485T155 468Z" />
|
20
|
+
<glyph unicode="&" horiz-adv-x="600" d="M230 -10Q148 -10 102 34T55 155V280Q55 333 82 369T161 421L154 431Q123 473 109 509T95 581Q95 629 117 665T180 720T275 740Q333 740 375 719T441 660T464 569H374Q374 598 362 619T328 651T275 662Q248 662 228
|
21
|
+
652T196 624T185 579Q185 554 195 525T225 470L397 233L468 360H562L449 161L566 0H467L404 87Q330 -10 230 -10ZM235 70Q269 70 300 92T354 155L207 358Q176 353 161 333T145 280V155Q145 115 168 93T235 70Z" />
|
22
|
+
<glyph unicode="'" horiz-adv-x="600" d="M258 430L246 580V730H343V580L332 430H258Z" />
|
23
|
+
<glyph unicode="(" horiz-adv-x="600" d="M485 -120Q343 -85 264 18T185 270V450Q185 548 221 627T325 762T485 840V755Q421 740 374 698T301 592T275 450V270Q275 193 300 130T373 26T485 -31V-120Z" />
|
24
|
+
<glyph unicode=")" horiz-adv-x="600" d="M115 -120V-31Q180 -16 227 25T299 130T325 270V450Q325 529 299 592T226 697T115 755V840Q208 817 275 762T378 628T415 450V270Q415 121 336 18T115 -120Z" />
|
25
|
+
<glyph unicode="*" horiz-adv-x="600" d="M181 94L109 144L163 222Q176 241 194 259T230 294T263 323L260 330Q241 332 217 334T169 342T123 355L35 387L65 470L153 438Q174 431 196 419T240 393T276 367L281 371Q276 390 270 414T260 465T256 515V610H344V515Q344
|
26
|
+
492 340 466T330 415T318 371L323 367Q339 379 359 392T402 418T446 438L535 470L565 387L476 355Q456 348 432 343T383 335T340 330L336 322Q351 310 369 294T405 259T435 222L490 144L418 94L363 172Q351 190 340 213T319 259T303 300H296Q290 282 281 259T260
|
27
|
+
213T235 172L181 94Z" />
|
28
|
+
<glyph unicode="+" horiz-adv-x="600" d="M256 95V290H65V370H256V565H344V370H535V290H344V95H256Z" />
|
29
|
+
<glyph unicode="," horiz-adv-x="600" d="M165 -160L245 151H375L245 -160H165Z" />
|
30
|
+
<glyph unicode="-" horiz-adv-x="600" d="M140 290V370H460V290H140Z" />
|
31
|
+
<glyph unicode="." horiz-adv-x="600" d="M300 -10Q262 -10 240 12T217 71Q217 110 239 133T300 156Q338 156 360 133T383 71Q383 34 361 12T300 -10Z" />
|
32
|
+
<glyph unicode="/" horiz-adv-x="600" d="M75 -110L430 830H525L170 -110H75Z" />
|
33
|
+
<glyph unicode="0" horiz-adv-x="600" d="M300 -10Q233 -10 184 16T107 91T80 205V525Q80 591 107 639T183 713T300 740Q368 740 417 714T493 639T520 525V205Q520 140 493 92T417 17T300 -10ZM300 67Q360 67 396 105T433 205V525Q433 586 397 624T300 663Q240
|
34
|
+
663 204 625T167 525V205Q167 144 203 106T300 67ZM300 306Q273 306 257 323T240 368Q240 395 256 411T300 428Q327 428 343 412T360 368Q360 340 344 323T300 306Z" />
|
35
|
+
<glyph unicode="1" horiz-adv-x="600" d="M90 0V82H288V655L90 507V607L255 730H378V82H540V0H90Z" />
|
36
|
+
<glyph unicode="2" horiz-adv-x="600" d="M92 0V92L315 329Q372 390 398 437T424 529Q424 590 391 625T299 660Q235 660 199 624T162 525H72Q74 591 102 639T181 714T299 740Q365 740 413 715T488 642T514 530Q514 468 481 407T373 268L193 82H526V0H92Z" />
|
37
|
+
<glyph unicode="3" horiz-adv-x="600" d="M289 -10Q223 -10 174 16T97 90T70 200H160Q160 139 194 105T290 70Q352 70 386 106T420 200V252Q420 314 386 348T290 382H215V472L396 648H100V730H487V640L292 451V462Q392 462 451 405T510 252V200Q510 137 483 90T405
|
38
|
+
17T289 -10Z" />
|
39
|
+
<glyph unicode="4" horiz-adv-x="600" d="M410 0V160H80V301L369 730H467L170 282V242H410V420H500V0H410Z" />
|
40
|
+
<glyph unicode="5" horiz-adv-x="600" d="M298 -10Q209 -10 152 36T85 160H175Q180 117 212 94T299 70Q362 70 393 104T425 200V271Q425 333 394 367T300 401Q261 401 232 381T190 326H100L105 730H489V648H192L189 405H217L189 379Q189 426 226 453T327 480Q416
|
41
|
+
481 465 426T515 271V200Q515 103 458 47T298 -10Z" />
|
42
|
+
<glyph unicode="6" horiz-adv-x="600" d="M301 -10Q231 -10 179 19T97 102T68 225Q68 280 83 333T130 435L313 730H413L206 398L210 395Q229 423 262 438T336 453Q396 453 440 425T508 346T532 225Q532 155 503 102T423 20T301 -10ZM300 70Q364 70 403 112T442
|
43
|
+
225Q442 295 403 337T300 380Q236 380 197 338T158 225Q158 155 197 113T300 70Z" />
|
44
|
+
<glyph unicode="7" horiz-adv-x="600" d="M185 0L446 648H170V540H80V730H535V642L282 0H185Z" />
|
45
|
+
<glyph unicode="8" horiz-adv-x="600" d="M300 -10Q233 -10 184 13T107 81T80 184Q80 249 115 296T228 380L325 427Q369 448 393 482T417 557Q417 605 386 633T300 661Q246 661 215 633T183 556Q183 516 206 482T271 428L368 382Q448 345 484 298T520 184Q520
|
46
|
+
95 461 43T300 -10ZM300 70Q361 70 396 101T432 186Q432 229 409 264T343 320L247 367Q167 406 131 451T95 559Q95 615 120 656T191 719T300 741Q363 741 409 719T480 656T505 559Q505 496 469 452T350 366L254 319Q213 299 191 265T168 188Q168 134 203 102T300
|
47
|
+
70Z" />
|
48
|
+
<glyph unicode="9" horiz-adv-x="600" d="M187 0L394 332L390 335Q371 307 338 292T264 277Q205 277 161 305T92 384T68 505Q68 576 97 628T178 710T299 740Q369 740 421 711T503 629T532 505Q532 450 517 397T470 295L287 0H187ZM300 350Q364 350 403 392T442
|
49
|
+
505Q442 575 403 617T300 660Q236 660 197 618T158 505Q158 435 197 393T300 350Z" />
|
50
|
+
<glyph unicode=":" horiz-adv-x="600" d="M300 410Q263 410 240 430T217 485Q217 519 240 539T300 560Q338 560 360 540T383 485Q383 451 361 431T300 410ZM300 -10Q263 -10 240 10T217 65Q217 99 240 119T300 140Q338 140 360 120T383 65Q383 31 361 11T300 -10Z" />
|
51
|
+
<glyph unicode=";" horiz-adv-x="600" d="M170 -160L250 151H380L250 -160H170ZM290 410Q257 410 236 431T215 485Q215 517 236 538T290 560H310Q342 560 363 539T385 485Q385 452 364 431T310 410H290Z" />
|
52
|
+
<glyph unicode="<" horiz-adv-x="600" d="M515 65L85 280V380L515 595V508L205 356Q186 347 170 341T145 332Q154 330 171 324T205 308L515 155V65Z" />
|
53
|
+
<glyph unicode="=" horiz-adv-x="600" d="M85 410V490H515V410H85ZM85 170V250H515V170H85Z" />
|
54
|
+
<glyph unicode=">" horiz-adv-x="600" d="M85 65V152L395 304Q414 313 430 319T455 328Q446 330 429 336T395 352L85 505V595L515 380V280L85 65Z" />
|
55
|
+
<glyph unicode="?" horiz-adv-x="600" d="M211 205V385H261Q325 385 362 420T400 515Q400 574 363 609T260 645H135V730H260Q330 730 381 704T461 629T490 515Q490 458 466 413T400 340T301 310V205H211ZM240 -5Q214 -5 197 12T180 55Q180 81 197 98T240 115H270Q299
|
56
|
+
115 314 99T330 56Q330 30 313 13T270 -5H240Z" />
|
57
|
+
<glyph unicode="@" horiz-adv-x="600" d="M325 -180Q240 -180 177 -145T80 -44T45 110V450Q45 540 77 605T170 705T315 740Q391 740 446 711T530 626T560 495V65H489V120H461L480 140Q480 102 451 79T374 55Q309 55 275 94T240 210V330Q240 406 274 445T374 485Q422
|
58
|
+
485 451 462T480 399L466 420H490L480 490V495Q480 552 461 591T406 650T315 670Q225 670 175 612T125 450V110Q125 10 178 -47T325 -105H395V-180H325ZM400 118Q441 118 460 143T480 220V331Q480 378 461 400T400 422Q360 422 340 400T320 330V210Q320 163 340
|
59
|
+
141T400 118Z" />
|
60
|
+
<glyph unicode="A" horiz-adv-x="600" d="M50 0L240 730H361L550 0H459L411 194H190L142 0H50ZM208 270H392L336 495Q320 559 311 602T300 658Q298 645 289 602T264 496L208 270Z" />
|
61
|
+
<glyph unicode="B" horiz-adv-x="600" d="M93 0V730H300Q400 730 456 680T513 541Q513 491 492 454T433 397T340 378V393Q398 394 440 371T506 305T530 203Q530 141 504 95T430 25T315 0H93ZM181 81H305Q368 81 404 114T441 206Q441 266 405 303T305 341H181V81ZM181
|
62
|
+
419H299Q357 419 390 450T424 534Q424 587 391 618T300 649H181V419Z" />
|
63
|
+
<glyph unicode="C" horiz-adv-x="600" d="M304 -10Q238 -10 190 15T115 87T88 200V530Q88 596 114 643T189 715T304 740Q370 740 418 715T492 642T518 530H428Q428 592 396 625T304 659Q245 659 212 626T178 531V200Q178 138 211 105T304 71Q363 71 395 104T428
|
64
|
+
200H518Q518 136 492 89T418 16T304 -10Z" />
|
65
|
+
<glyph unicode="D" horiz-adv-x="600" d="M92 0V730H281Q352 730 403 703T483 627T512 511V220Q512 153 484 104T404 27T281 0H92ZM182 80H281Q347 80 384 117T422 220V511Q422 576 385 613T281 650H182V80Z" />
|
66
|
+
<glyph unicode="E" horiz-adv-x="600" d="M100 0V730H520V648H189V422H485V341H189V82H520V0H100Z" />
|
67
|
+
<glyph unicode="F" horiz-adv-x="600" d="M95 0V731H525V649H183V406H499V324H185V0H95Z" />
|
68
|
+
<glyph unicode="G" horiz-adv-x="600" d="M304 -10Q238 -10 190 15T115 87T88 200V530Q88 596 114 643T189 715T304 740Q370 740 418 715T492 642T518 530H428Q428 592 396 625T304 659Q245 659 212 626T178 531V200Q178 138 211 104T304 70Q363 70 395 104T428
|
69
|
+
200V290H280V372H518V200Q518 136 492 89T418 16T304 -10Z" />
|
70
|
+
<glyph unicode="H" horiz-adv-x="600" d="M93 0V730H183V418H417V730H507V0H417V336H183V0H93Z" />
|
71
|
+
<glyph unicode="I" horiz-adv-x="600" d="M105 0V82H254V648H105V730H495V648H346V82H495V0H105Z" />
|
72
|
+
<glyph unicode="J" horiz-adv-x="600" d="M270 -10Q165 -10 105 49T45 210H135Q135 143 170 107T270 70Q334 70 369 106T405 210V648H230V730H495V210Q495 108 435 49T270 -10Z" />
|
73
|
+
<glyph unicode="K" horiz-adv-x="600" d="M92 0V730H182V417H290L452 730H550L369 379L560 0H457L287 338H182V0H92Z" />
|
74
|
+
<glyph unicode="L" horiz-adv-x="600" d="M115 0V730H205V82H535V0H115Z" />
|
75
|
+
<glyph unicode="M" horiz-adv-x="600" d="M76 0V730H194L270 494Q281 462 290 431T303 382Q308 399 316 430T334 495L406 730H524V0H436V265Q436 309 439 365T447 479T457 591T467 685L349 320H254L135 685Q140 646 145 595T154 486T161 371T164 265V0H76Z" />
|
76
|
+
<glyph unicode="N" horiz-adv-x="600" d="M90 0V730H210L433 105Q431 130 429 166T425 243T423 320V730H510V0H390L168 625Q170 601 172 565T175 488T177 410V0H90Z" />
|
77
|
+
<glyph unicode="O" horiz-adv-x="600" d="M300 -10Q234 -10 187 15T114 87T88 200V530Q88 596 113 643T186 715T300 740Q366 740 413 715T486 643T512 531V200Q512 135 487 88T414 15T300 -10ZM300 71Q359 71 390 104T422 200V530Q422 592 391 625T300 659Q242
|
78
|
+
659 210 626T178 530V200Q178 138 210 105T300 71Z" />
|
79
|
+
<glyph unicode="P" horiz-adv-x="600" d="M92 0V730H327Q395 730 445 704T522 629T550 515Q550 450 523 402T445 327T327 300H182V0H92ZM182 381H327Q386 381 421 417T457 515Q457 577 422 613T327 649H182V381Z" />
|
80
|
+
<glyph unicode="Q" horiz-adv-x="600" d="M422 -180L315 -3L325 -9Q321 -9 315 -9T300 -10Q233 -10 184 16T107 91T80 205V525Q80 591 107 639T183 713T300 740Q368 740 417 714T493 639T520 525V205Q520 138 491 88T409 13L526 -180H422ZM300 70Q359 70 394 107T430
|
81
|
+
205V525Q430 587 395 623T300 660Q241 660 206 624T170 525V205Q170 144 205 107T300 70Z" />
|
82
|
+
<glyph unicode="R" horiz-adv-x="600" d="M92 0V730H318Q383 730 432 704T508 630T535 520Q535 446 497 393T392 320L545 0H439L299 310H182V0H92ZM182 391H318Q374 391 408 426T442 520Q442 579 408 614T318 649H182V391Z" />
|
83
|
+
<glyph unicode="S" horiz-adv-x="600" d="M304 -10Q232 -10 181 14T101 83T72 190H162Q162 135 199 103T304 71Q367 71 402 102T438 188Q438 232 415 265T347 311L248 342Q173 365 133 419T92 546Q92 605 118 648T193 716T306 741Q402 741 460 688T519 545H429Q429
|
84
|
+
599 397 629T305 660Q247 660 215 632T182 554Q182 509 206 476T275 429L375 397Q448 374 488 319T528 190Q528 130 500 85T422 15T304 -10Z" />
|
85
|
+
<glyph unicode="T" horiz-adv-x="600" d="M255 0V649H55V731H545V649H345V0H255Z" />
|
86
|
+
<glyph unicode="U" horiz-adv-x="600" d="M300 -10Q198 -10 144 46T90 200V730H180V200Q180 140 209 105T300 70Q360 70 390 105T420 200V730H510V200Q510 102 457 46T300 -10Z" />
|
87
|
+
<glyph unicode="V" horiz-adv-x="600" d="M238 0L50 730H143L267 234Q280 182 289 138T302 70Q306 93 314 137T336 234L459 730H550L361 0H238Z" />
|
88
|
+
<glyph unicode="W" horiz-adv-x="600" d="M109 0L25 730H111L166 190Q168 168 170 145T173 100T175 65Q177 79 178 100T182 144T188 190L256 730H349L411 190Q414 168 416 145T421 100T425 65Q426 79 427 100T431 144T436 190L493 730H575L489 0H376L314 550Q312
|
89
|
+
573 310 595T305 636T302 667Q301 655 299 636T294 595T289 550L222 0H109Z" />
|
90
|
+
<glyph unicode="X" horiz-adv-x="600" d="M40 0L250 370L51 730H155L268 514Q277 497 286 478T302 447Q307 458 316 477T335 514L450 730H549L350 376L560 0H457L332 232Q323 249 314 268T299 300Q294 288 285 269T266 233L140 0H40Z" />
|
91
|
+
<glyph unicode="Y" horiz-adv-x="600" d="M255 0V273L35 730H128L273 430Q285 405 292 388T301 362Q303 370 310 387T330 430L472 730H565L345 273V0H255Z" />
|
92
|
+
<glyph unicode="Z" horiz-adv-x="600" d="M85 0V90L414 648H90V730H505V640L176 82H515V0H85Z" />
|
93
|
+
<glyph unicode="[" horiz-adv-x="600" d="M205 -110V830H450V750H295V-30H450V-110H205Z" />
|
94
|
+
<glyph unicode="\" horiz-adv-x="600" d="M430 -110L75 830H170L525 -110H430Z" />
|
95
|
+
<glyph unicode="]" horiz-adv-x="600" d="M150 -110V-30H305V750H150V830H395V-110H150Z" />
|
96
|
+
<glyph unicode="^" horiz-adv-x="600" d="M80 340L259 730H343L520 340H439L327 598Q319 618 313 636T303 665Q299 655 292 637T276 598L161 340H80Z" />
|
97
|
+
<glyph unicode="_" horiz-adv-x="600" d="M60 -100V-25H540V-100H60Z" />
|
98
|
+
<glyph unicode="`" horiz-adv-x="600" d="M297 645L182 785H282L392 645H297Z" />
|
99
|
+
<glyph unicode="a" horiz-adv-x="600" d="M252 -10Q165 -10 115 34T65 155Q65 232 115 276T250 320H420V375Q420 426 390 453T303 481Q254 481 221 461T183 405H93Q102 476 160 518T305 560Q400 560 455 511T510 378V0H422V105H407L422 120Q422 60 376 25T252
|
100
|
+
-10ZM274 61Q338 61 379 93T420 175V253H252Q207 253 181 228T155 160Q155 114 186 88T274 61Z" />
|
101
|
+
<glyph unicode="b" horiz-adv-x="600" d="M332 -10Q264 -10 223 26T182 126L200 105H182V0H92V730H182V570L180 445H200L182 424Q182 486 223 523T332 560Q415 560 465 505T515 355V194Q515 100 465 45T332 -10ZM302 68Q359 68 392 102T425 200V350Q425 414 392
|
102
|
+
448T302 482Q247 482 215 447T182 350V200Q182 138 214 103T302 68Z" />
|
103
|
+
<glyph unicode="c" horiz-adv-x="600" d="M304 -10Q238 -10 189 15T112 87T85 200V350Q85 416 112 463T188 535T304 560Q399 560 457 509T518 370H428Q425 423 393 451T304 480Q245 480 210 447T175 351V200Q175 138 210 104T304 70Q360 70 392 99T428 180H518Q515
|
104
|
+
92 457 41T304 -10Z" />
|
105
|
+
<glyph unicode="d" horiz-adv-x="600" d="M268 -10Q186 -10 136 45T85 194V355Q85 450 135 505T268 560Q336 560 377 523T418 424L400 445H420L418 570V730H508V0H418V105H400L418 126Q418 63 377 27T268 -10ZM298 68Q354 68 386 103T418 200V350Q418 412 386
|
106
|
+
447T298 482Q241 482 208 448T175 350V200Q175 136 208 102T298 68Z" />
|
107
|
+
<glyph unicode="e" horiz-adv-x="600" d="M300 -10Q235 -10 187 16T112 89T85 200V350Q85 414 111 461T186 534T300 560Q365 560 413 534T488 461T515 350V253H173V200Q173 135 206 101T300 66Q352 66 384 84T423 140H513Q504 71 446 31T300 -10ZM427 313V350Q427
|
108
|
+
415 395 450T300 485Q239 485 206 450T173 350V321H434L427 313Z" />
|
109
|
+
<glyph unicode="f" horiz-adv-x="600" d="M220 0V413H60V495H220V590Q220 655 261 692T374 730H535V648H374Q343 648 327 634T310 590V495H535V413H310V0H220Z" />
|
110
|
+
<glyph unicode="g" horiz-adv-x="600" d="M161 -180V-98H336Q378 -98 397 -79T417 -20V50L419 150H401L418 165Q418 105 378 70T271 35Q186 35 137 90T88 240V356Q88 450 137 505T271 560Q338 560 378 525T418 430L401 445H418V550H507V-20Q507 -94 462 -137T335
|
111
|
+
-180H161ZM298 113Q354 113 386 148T418 245V350Q418 412 386 447T298 482Q241 482 210 448T178 350V245Q178 181 209 147T298 113Z" />
|
112
|
+
<glyph unicode="h" horiz-adv-x="600" d="M92 0V730H182V550V445H201L182 424Q182 489 221 524T329 560Q412 560 461 509T510 370V0H420V360Q420 419 389 451T303 484Q247 484 215 449T182 350V0H92Z" />
|
113
|
+
<glyph unicode="i" horiz-adv-x="600" d="M85 0V82H280V468H110V550H370V82H555V0H85ZM315 649Q282 649 263 666T244 712Q244 742 263 759T315 777Q348 777 367 760T386 712Q386 683 367 666T315 649Z" />
|
114
|
+
<glyph unicode="j" horiz-adv-x="600" d="M85 -180V-97H214Q276 -97 310 -64T345 31V468H115V550H435V31Q435 -66 375 -123T214 -180H85ZM385 649Q352 649 333 666T314 712Q314 742 333 759T385 777Q418 777 437 760T456 712Q456 683 437 666T385 649Z" />
|
115
|
+
<glyph unicode="k" horiz-adv-x="600" d="M95 0V730H185V323H291L451 550H554L369 288L557 0H452L292 245H185V0H95Z" />
|
116
|
+
<glyph unicode="l" horiz-adv-x="600" d="M375 0Q327 0 291 19T235 73T215 155V648H30V730H305V155Q305 121 324 102T375 82H550V0H375Z" />
|
117
|
+
<glyph unicode="m" horiz-adv-x="600" d="M66 0V550H145V484H163L149 460Q149 506 173 533T240 560Q286 560 311 526T336 430L309 484H351L332 460Q332 506 357 533T425 560Q477 560 505 521T534 418V0H451V419Q451 453 437 472T394 491Q367 491 352 473T336 420V0H264V419Q264
|
118
|
+
454 249 472T205 491Q177 491 163 473T149 420V0H66Z" />
|
119
|
+
<glyph unicode="n" horiz-adv-x="600" d="M92 0V550H182V445H201L182 424Q182 489 221 524T329 560Q412 560 461 509T510 370V0H420V360Q420 419 389 450T303 482Q247 482 215 448T182 350V0H92Z" />
|
120
|
+
<glyph unicode="o" horiz-adv-x="600" d="M300 -8Q234 -8 186 17T112 89T85 202V348Q85 414 111 461T186 533T300 558Q366 558 414 533T488 461T515 349V202Q515 137 489 90T414 17T300 -8ZM300 72Q359 72 392 105T425 202V348Q425 412 392 445T300 478Q242 478
|
121
|
+
209 445T175 348V202Q175 138 208 105T300 72Z" />
|
122
|
+
<glyph unicode="p" horiz-adv-x="600" d="M92 -180V550H182V445H200L182 424Q182 487 223 523T333 560Q416 560 465 506T515 356V195Q515 132 493 86T430 15T333 -10Q266 -10 224 27T182 126L200 105H180L182 -20V-180H92ZM303 68Q360 68 392 102T425 200V350Q425
|
123
|
+
414 393 448T303 482Q248 482 215 447T182 350V200Q182 138 215 103T303 68Z" />
|
124
|
+
<glyph unicode="q" horiz-adv-x="600" d="M418 -180V-20L420 105H400L418 126Q418 64 377 27T268 -10Q185 -10 137 45T88 195V356Q88 451 137 505T268 560Q336 560 377 524T418 424L400 445H418V550H508V-180H418ZM298 68Q354 68 386 103T418 200V350Q418 412
|
125
|
+
386 447T298 482Q241 482 210 448T178 350V200Q178 136 209 102T298 68Z" />
|
126
|
+
<glyph unicode="r" horiz-adv-x="600" d="M111 0V550H199V445H220L191 380Q191 469 229 514T344 560Q431 560 482 506T534 358V325H444V350Q444 415 413 449T323 484Q266 484 234 449T201 350V0H111Z" />
|
127
|
+
<glyph unicode="s" horiz-adv-x="600" d="M283 -8Q227 -8 186 9T120 59T90 135H180Q186 106 212 89T283 72H325Q378 72 404 93T430 151Q430 186 407 206T337 234L263 246Q182 260 143 296T103 403Q103 477 150 517T291 558H329Q408 558 456 521T514 421H424Q418
|
128
|
+
447 394 462T329 478H291Q240 478 217 459T193 402Q193 368 213 352T276 329L350 317Q439 303 479 265T520 155Q520 79 472 36T325 -8H283Z" />
|
129
|
+
<glyph unicode="t" horiz-adv-x="600" d="M360 0Q289 0 250 38T210 145V468H55V550H210V705H300V550H520V468H300V145Q300 82 360 82H510V0H360Z" />
|
130
|
+
<glyph unicode="u" horiz-adv-x="600" d="M299 -10Q204 -10 147 46T90 200V550H180V200Q180 138 212 104T299 69Q355 69 387 103T420 200V550H510V200Q510 103 452 47T299 -10Z" />
|
131
|
+
<glyph unicode="v" horiz-adv-x="600" d="M239 0L55 550H147L269 180Q280 147 289 117T302 69Q307 86 316 116T335 180L454 550H545L361 0H239Z" />
|
132
|
+
<glyph unicode="w" horiz-adv-x="600" d="M123 0L35 550H115L170 160Q173 138 176 113T182 70Q184 87 188 112T196 160L257 550H343L404 160Q407 138 411 113T418 70Q420 87 424 112T432 160L489 550H565L473 0H374L315 380Q311 408 306 436T299 480Q297 464 293
|
133
|
+
436T284 380L222 0H123Z" />
|
134
|
+
<glyph unicode="x" horiz-adv-x="600" d="M50 0L245 283L62 550H168L277 380Q284 369 290 356T301 335Q304 343 310 356T324 380L434 550H539L356 282L550 0H444L326 180Q319 191 313 205T301 229Q297 220 290 206T274 180L155 0H50Z" />
|
135
|
+
<glyph unicode="y" horiz-adv-x="600" d="M178 -180L259 34L55 550H155L283 210Q290 193 296 170T306 130Q310 146 316 169T328 210L448 550H545L274 -180H178Z" />
|
136
|
+
<glyph unicode="z" horiz-adv-x="600" d="M90 0V90L398 468H98V550H499V460L185 82H510V0H90Z" />
|
137
|
+
<glyph unicode="{" horiz-adv-x="600" d="M470 -110Q411 -110 369 -91T304 -34T285 56L295 220Q298 273 279 296T195 320H85V400H195Q260 400 279 423T295 500L285 664Q282 717 304 754T368 810T470 830H515V750H470Q423 750 398 729T375 664L385 500Q389 435
|
138
|
+
354 397T255 358V363Q318 363 353 324T385 220L375 56Q373 13 398 -8T470 -30H515V-110H470Z" />
|
139
|
+
<glyph unicode="|" horiz-adv-x="600" d="M255 -110V830H345V-110H255Z" />
|
140
|
+
<glyph unicode="}" horiz-adv-x="600" d="M85 -110V-30H130Q177 -30 202 -9T225 56L215 220Q211 285 246 324T345 363V358Q281 358 246 396T215 500L225 664Q227 707 202 728T130 750H85V830H130Q189 830 231 811T296 754T315 664L305 500Q302 447 321 424T405
|
141
|
+
400H515V320H405Q341 320 322 297T305 220L315 56Q318 4 296 -33T232 -90T130 -110H85Z" />
|
142
|
+
<glyph unicode="~" horiz-adv-x="600" d="M65 255V325Q65 384 101 419T195 455Q232 455 258 442T302 410T336 371T367 338T403 325Q426 325 438 339T450 380V450H535V380Q535 322 500 286T405 250Q368 250 342 263T298 295T264 334T233 367T197 380Q175 380 163
|
143
|
+
366T150 325V255H65Z" />
|
144
|
+
<glyph unicode=" " horiz-adv-x="600" />
|
145
|
+
<glyph unicode="¡" horiz-adv-x="600" d="M247 -180V-55L268 336H332L353 -55V-180H247ZM290 436Q261 436 243 453T225 497Q225 524 243 540T290 556H310Q339 556 357 541T375 498Q375 470 357 453T310 436H290Z" />
|
146
|
+
<glyph unicode="¢" horiz-adv-x="600" d="M280 -140V690H340V-140H280ZM304 -10Q238 -10 189 15T112 87T85 200V350Q85 416 112 463T188 535T304 560Q399 560 457 509T518 370H428Q425 423 393 451T304 480Q245 480 210 447T175 351V200Q175 138 210 104T304
|
147
|
+
70Q360 70 392 99T428 180H518Q515 92 457 41T304 -10Z" />
|
148
|
+
<glyph unicode="£" horiz-adv-x="600" d="M75 0V100Q99 119 124 145T166 200T184 254Q184 297 174 328T150 386T121 436T96 488T86 555Q86 612 112 653T186 717T300 740Q366 740 414 718T488 653T515 550H420Q420 600 387 630T299 660Q241 660 209 632T177
|
149
|
+
550Q177 519 187 496T211 450T240 403T265 345T275 263Q275 220 258 184T215 121T165 80H535V0H75ZM75 305V385H435V305H75Z" />
|
150
|
+
<glyph unicode="¤" horiz-adv-x="600" d="M495 113L408 200Q386 186 359 179T301 171Q270 171 243 178T192 200L107 115L45 177L128 261Q112 284 104 313T95 373Q95 405 104 433T129 486L43 572L106 635L194 547Q217 561 244 568T301 575Q364 575 412 544L496
|
151
|
+
628L557 567L474 484Q489 460 497 432T505 373Q505 342 497 314T473 261L558 176L495 113ZM301 240Q338 240 367 257T414 305T431 373Q431 411 414 441T368 488T301 506Q264 506 234 489T187 441T169 373Q169 335 186 305T234 258T301 240Z" />
|
152
|
+
<glyph unicode="¥" horiz-adv-x="600" d="M60 270V345H540V270H60ZM60 120V195H540V120H60ZM255 0V273L35 730H128L273 430Q285 405 292 388T301 362Q303 370 310 387T330 430L472 730H565L345 273V0H255Z" />
|
153
|
+
<glyph unicode="¦" horiz-adv-x="600" d="M255 450V830H345V450H255ZM255 -110V270H345V-110H255Z" />
|
154
|
+
<glyph unicode="§" horiz-adv-x="600" d="M285 -154Q231 -154 187 -135T114 -81T77 0H172Q181 -33 212 -53T285 -74H315Q372 -74 402 -51T432 12Q432 48 407 71T331 105L239 124Q170 138 128 182T86 285Q86 342 123 383T215 429V436Q188 436 159 449T110
|
155
|
+
494T90 579Q90 653 142 696T289 740H319Q398 740 452 700T517 595H422Q415 624 387 642T319 660H289Q238 660 210 638T181 578Q181 546 206 523T278 489L368 470Q439 455 480 412T521 308Q521 250 485 210T388 170V163Q417 162 448 146T501 98T523 15Q523 -63 468
|
156
|
+
-108T315 -154H285ZM330 185Q360 179 382 193T417 235T430 299Q430 334 408 360T351 394L277 409Q247 415 225 402T190 361T177 300Q177 262 198 235T254 200L330 185Z" />
|
157
|
+
<glyph unicode="¨" horiz-adv-x="600" d="M411 649Q382 649 365 666T347 712Q347 742 364 759T411 777Q440 777 457 760T475 712Q475 683 458 666T411 649ZM189 649Q160 649 143 666T125 712Q125 742 142 759T189 777Q218 777 235 760T253 712Q253 683 236
|
158
|
+
666T189 649Z" />
|
159
|
+
<glyph unicode="©" horiz-adv-x="600" d="M300 110Q224 110 167 140T77 224T45 350V500Q45 572 77 626T166 710T300 740Q377 740 434 710T523 626T555 500V350Q555 278 523 224T434 140T300 110ZM300 160Q360 160 405 183T475 250T500 350V500Q500 557 475
|
160
|
+
599T405 666T300 690Q240 690 195 666T125 600T100 500V350Q100 293 125 250T195 184T300 160ZM305 245Q249 245 215 276T180 360V490Q180 542 214 573T305 605Q361 605 395 574T429 490H364Q364 517 348 533T305 550Q278 550 262 534T245 490V360Q245 333 261
|
161
|
+
317T305 300Q331 300 347 316T364 360H429Q429 308 395 277T305 245Z" />
|
162
|
+
<glyph unicode="ª" horiz-adv-x="600" d="M373 455V510H370V650Q370 673 353 686T305 700Q279 700 261 689T240 660H190Q195 698 225 719T305 740Q358 740 389 716T420 650V455H373ZM274 450Q229 450 202 473T175 536Q175 575 203 598T280 621H381V581H280Q254
|
163
|
+
581 240 569T225 536Q225 514 242 501T287 488Q326 488 348 506T370 555H381V510H370Q360 482 335 466T274 450Z" />
|
164
|
+
<glyph unicode="«" horiz-adv-x="600" d="M465 40L263 280L464 520H570L364 282L570 40H465ZM232 40L30 280L231 520H337L131 282L337 40H232Z" />
|
165
|
+
<glyph unicode="¬" horiz-adv-x="600" d="M445 205V335H70V415H530V205H445Z" />
|
166
|
+
<glyph unicode="­" horiz-adv-x="600" d="M140 290V370H460V290H140Z" />
|
167
|
+
<glyph unicode="®" horiz-adv-x="600" d="M300 110Q224 110 167 140T77 224T45 350V500Q45 572 77 626T166 710T300 740Q377 740 434 710T523 626T555 500V350Q555 278 523 224T434 140T300 110ZM363 250L299 403H360L427 250H363ZM300 160Q360 160 405 183T475
|
168
|
+
250T500 350V500Q500 557 475 599T405 666T300 690Q240 690 195 666T125 600T100 500V350Q100 293 125 250T195 184T300 160ZM190 250V600H304Q358 600 389 572T421 495Q421 447 390 419T304 390H250V250H190ZM250 440H304Q330 440 345 454T360 495Q360 521 345
|
169
|
+
535T304 550H250V440Z" />
|
170
|
+
<glyph unicode="¯" horiz-adv-x="600" d="M140 670V745H460V670H140Z" />
|
171
|
+
<glyph unicode="°" horiz-adv-x="600" d="M300 450Q233 450 192 490T150 595Q150 660 191 700T300 740Q368 740 409 700T450 595Q450 530 409 490T300 450ZM299 501Q340 501 365 527T390 595Q390 638 365 664T299 690Q259 690 235 664T210 595Q210 553 234
|
172
|
+
527T299 501Z" />
|
173
|
+
<glyph unicode="±" horiz-adv-x="600" d="M70 0V70H256V295H65V375H256V570H344V375H535V295H344V70H530V0H70Z" />
|
174
|
+
<glyph unicode="²" horiz-adv-x="600" d="M166 405V492L328 613Q350 629 362 651T375 696Q375 734 354 755T298 777Q263 777 242 756T221 696H151Q154 762 194 801T298 840Q366 840 405 802T444 698Q444 663 423 627T365 564L237 469H455V405H166Z" />
|
175
|
+
<glyph unicode="³" horiz-adv-x="600" d="M284 395Q216 395 176 433T136 535H205Q205 500 226 479T284 458Q319 458 339 479T360 535Q360 570 340 590T285 611H255V678L348 767H165V831H405V752L288 641V669Q354 669 393 633T432 535Q432 471 392 433T284 395Z" />
|
176
|
+
<glyph unicode="´" horiz-adv-x="600" d="M212 645L318 785H415L304 645H212Z" />
|
177
|
+
<glyph unicode="µ" horiz-adv-x="600" d="M90 -180V550H180V194Q180 134 208 102T299 69Q362 69 391 101T420 194V550H510V194Q510 98 457 44T309 -10Q262 -10 230 2T179 33T155 67H151Q152 67 156 54T163 22T168 -13L179 -180H90Z" />
|
178
|
+
<glyph unicode="¶" horiz-adv-x="600" d="M255 -180V310Q170 310 118 357T65 480V560Q65 637 117 683T255 730H335V-180H255ZM425 -180V730H505V-180H425Z" />
|
179
|
+
<glyph unicode="·" horiz-adv-x="600" d="M300 260Q262 260 240 282T217 341Q217 380 239 403T300 426Q338 426 360 403T383 341Q383 304 361 282T300 260Z" />
|
180
|
+
<glyph unicode="¸" horiz-adv-x="600" d="M205 -203V-148H275Q297 -148 310 -137T324 -112Q324 -95 297 -82T219 -69L254 26H311L290 -35Q316 -38 344 -48T391 -76T410 -120Q410 -154 377 -178T290 -203H205Z" />
|
181
|
+
<glyph unicode="¹" horiz-adv-x="600" d="M155 405V469H286V767L164 680V759L261 830H356V469H460V405H155Z" />
|
182
|
+
<glyph unicode="º" horiz-adv-x="600" d="M300 445Q248 445 217 474T185 550V630Q185 677 216 706T300 735Q352 735 383 706T415 630V550Q415 503 384 474T300 445ZM300 485Q329 485 347 503T365 550V630Q365 659 347 677T300 695Q271 695 253 677T235 630V550Q235
|
183
|
+
521 253 503T300 485Z" />
|
184
|
+
<glyph unicode="»" horiz-adv-x="600" d="M264 40L466 281L263 520H368L570 280L369 40H264ZM31 40L233 281L30 520H135L337 280L136 40H31Z" />
|
185
|
+
<glyph unicode="¼" horiz-adv-x="600" d="M30 405V455H148V691Q144 684 135 674T115 653L53 599V669L123 730H208V455H305V405H30ZM480 0V70H305V150L431 325H500L365 136V120H480V209H540V0H480ZM90 0L447 730H510L153 0H90Z" />
|
186
|
+
<glyph unicode="½" horiz-adv-x="600" d="M315 0V64L435 133Q470 153 487 173T505 216Q505 245 487 262T440 280Q411 280 393 263T375 216H315Q317 268 351 299T440 330Q496 330 530 299T565 218Q565 187 543 157T479 104L386 52V42Q397 44 418 47T461 50H570V0H315ZM30
|
187
|
+
405V455H148V691Q144 684 135 674T115 653L53 599V669L123 730H208V455H315V405H30ZM90 0L447 730H510L153 0H90Z" />
|
188
|
+
<glyph unicode="¾" horiz-adv-x="600" d="M480 0V70H305V150L431 325H500L365 136V120H480V209H540V0H480ZM154 400Q96 400 61 429T26 505H86Q86 480 104 465T154 450Q184 450 202 465T221 505Q221 530 203 545T155 560H125V617L206 680H50V730H265V675L158
|
189
|
+
592V610Q213 610 247 581T281 505Q281 458 246 429T154 400ZM90 0L447 730H510L153 0H90Z" />
|
190
|
+
<glyph unicode="¿" horiz-adv-x="600" d="M340 -170Q269 -170 218 -145T138 -72T110 40Q110 97 133 141T199 211T299 240V345H389V165H339Q275 165 238 132T200 40Q200 -18 237 -51T340 -85H465V-170H340ZM335 435Q306 435 288 452T270 496Q270 523 288 539T335
|
191
|
+
555H355Q384 555 402 540T420 497Q420 469 402 452T355 435H335Z" />
|
192
|
+
<glyph unicode="À" horiz-adv-x="600" d="M50 0L240 730H361L550 0H459L411 194H190L142 0H50ZM208 270H392L336 495Q320 559 311 602T300 658Q298 645 289 602T264 496L208 270ZM523 810L408 950H508L618 810H523Z" />
|
193
|
+
<glyph unicode="Á" horiz-adv-x="600" d="M50 0L240 730H361L550 0H459L411 194H190L142 0H50ZM208 270H392L336 495Q320 559 311 602T300 658Q298 645 289 602T264 496L208 270ZM242 810L348 950H445L334 810H242Z" />
|
194
|
+
<glyph unicode="Â" horiz-adv-x="600" d="M50 0L240 730H361L550 0H459L411 194H190L142 0H50ZM208 270H392L336 495Q320 559 311 602T300 658Q298 645 289 602T264 496L208 270ZM119 810L258 950H341L481 810H382L300 888L220 810H119Z" />
|
195
|
+
<glyph unicode="Ã" horiz-adv-x="600" d="M50 0L240 730H361L550 0H459L411 194H190L142 0H50ZM208 270H392L336 495Q320 559 311 602T300 658Q298 645 289 602T264 496L208 270ZM370 815Q340 815 321 825T289 850T264 874T235 885Q222 885 214 877T205 850V820H140V850Q140
|
196
|
+
895 165 920T230 945Q260 945 279 935T311 910T336 886T365 875Q379 875 387 883T395 910V940H460V910Q460 865 436 840T370 815Z" />
|
197
|
+
<glyph unicode="Ä" horiz-adv-x="600" d="M50 0L240 730H361L550 0H459L411 194H190L142 0H50ZM208 270H392L336 495Q320 559 311 602T300 658Q298 645 289 602T264 496L208 270ZM411 817Q382 817 365 834T347 880Q347 910 364 927T411 945Q440 945 457 928T475
|
198
|
+
880Q475 851 458 834T411 817ZM189 817Q160 817 143 834T125 880Q125 910 142 927T189 945Q218 945 235 928T253 880Q253 851 236 834T189 817Z" />
|
199
|
+
<glyph unicode="Å" horiz-adv-x="600" d="M50 0L240 730H361L550 0H459L411 194H190L142 0H50ZM208 270H392L336 495Q320 559 311 602T300 658Q298 645 289 602T264 496L208 270ZM300 766Q246 766 213 797T180 880Q180 931 213 962T300 994Q354 994 387 963T420
|
200
|
+
880Q420 829 387 798T300 766ZM300 819Q327 819 343 835T360 880Q360 908 344 925T300 942Q273 942 257 925T240 880Q240 852 256 836T300 819Z" />
|
201
|
+
<glyph unicode="Æ" horiz-adv-x="600" d="M30 0L175 730H570V648H388V420H545V338H388V82H570V0H302V203H161L121 0H30ZM175 278H302V648H246L175 278Z" />
|
202
|
+
<glyph unicode="Ç" horiz-adv-x="600" d="M210 -203V-148H280Q302 -148 315 -137T329 -112Q329 -95 302 -82T224 -69L259 26H316L295 -35Q321 -38 349 -48T396 -76T415 -120Q415 -154 382 -178T295 -203H210ZM304 -10Q238 -10 190 15T115 87T88 200V530Q88
|
203
|
+
596 114 643T189 715T304 740Q370 740 418 715T492 642T518 530H428Q428 592 396 625T304 659Q245 659 212 626T178 531V200Q178 138 211 105T304 71Q363 71 395 104T428 200H518Q518 136 492 89T418 16T304 -10Z" />
|
204
|
+
<glyph unicode="È" horiz-adv-x="600" d="M100 0V730H520V648H189V422H485V341H189V82H520V0H100ZM543 810L428 950H528L638 810H543Z" />
|
205
|
+
<glyph unicode="É" horiz-adv-x="600" d="M100 0V730H520V648H189V422H485V341H189V82H520V0H100ZM262 810L368 950H465L354 810H262Z" />
|
206
|
+
<glyph unicode="Ê" horiz-adv-x="600" d="M100 0V730H520V648H189V422H485V341H189V82H520V0H100ZM139 810L278 950H361L501 810H402L320 888L240 810H139Z" />
|
207
|
+
<glyph unicode="Ë" horiz-adv-x="600" d="M100 0V730H520V648H189V422H485V341H189V82H520V0H100ZM431 817Q402 817 385 834T367 880Q367 910 384 927T431 945Q460 945 477 928T495 880Q495 851 478 834T431 817ZM209 817Q180 817 163 834T145 880Q145 910
|
208
|
+
162 927T209 945Q238 945 255 928T273 880Q273 851 256 834T209 817Z" />
|
209
|
+
<glyph unicode="Ì" horiz-adv-x="600" d="M105 0V82H254V648H105V730H495V648H346V82H495V0H105ZM523 810L408 950H508L618 810H523Z" />
|
210
|
+
<glyph unicode="Í" horiz-adv-x="600" d="M105 0V82H254V648H105V730H495V648H346V82H495V0H105ZM242 810L348 950H445L334 810H242Z" />
|
211
|
+
<glyph unicode="Î" horiz-adv-x="600" d="M105 0V82H254V648H105V730H495V648H346V82H495V0H105ZM119 810L258 950H341L481 810H382L300 888L220 810H119Z" />
|
212
|
+
<glyph unicode="Ï" horiz-adv-x="600" d="M105 0V82H254V648H105V730H495V648H346V82H495V0H105ZM411 817Q382 817 365 834T347 880Q347 910 364 927T411 945Q440 945 457 928T475 880Q475 851 458 834T411 817ZM189 817Q160 817 143 834T125 880Q125 910
|
213
|
+
142 927T189 945Q218 945 235 928T253 880Q253 851 236 834T189 817Z" />
|
214
|
+
<glyph unicode="Ð" horiz-adv-x="600" d="M10 335V410H290V335H10ZM92 0V730H281Q352 730 403 703T483 627T512 511V220Q512 153 484 104T404 27T281 0H92ZM182 80H281Q347 80 384 117T422 220V511Q422 576 385 613T281 650H182V80Z" />
|
215
|
+
<glyph unicode="Ñ" horiz-adv-x="600" d="M90 0V730H210L433 105Q431 130 429 166T425 243T423 320V730H510V0H390L168 625Q170 601 172 565T175 488T177 410V0H90ZM370 815Q340 815 321 825T289 850T264 874T235 885Q222 885 214 877T205 850V820H140V850Q140
|
216
|
+
895 165 920T230 945Q260 945 279 935T311 910T336 886T365 875Q379 875 387 883T395 910V940H460V910Q460 865 436 840T370 815Z" />
|
217
|
+
<glyph unicode="Ò" horiz-adv-x="600" d="M300 -10Q234 -10 187 15T114 87T88 200V530Q88 596 113 643T186 715T300 740Q366 740 413 715T486 643T512 531V200Q512 135 487 88T414 15T300 -10ZM300 71Q359 71 390 104T422 200V530Q422 592 391 625T300 659Q242
|
218
|
+
659 210 626T178 530V200Q178 138 210 105T300 71ZM523 810L408 950H508L618 810H523Z" />
|
219
|
+
<glyph unicode="Ó" horiz-adv-x="600" d="M300 -10Q234 -10 187 15T114 87T88 200V530Q88 596 113 643T186 715T300 740Q366 740 413 715T486 643T512 531V200Q512 135 487 88T414 15T300 -10ZM300 71Q359 71 390 104T422 200V530Q422 592 391 625T300 659Q242
|
220
|
+
659 210 626T178 530V200Q178 138 210 105T300 71ZM242 810L348 950H445L334 810H242Z" />
|
221
|
+
<glyph unicode="Ô" horiz-adv-x="600" d="M300 -10Q234 -10 187 15T114 87T88 200V530Q88 596 113 643T186 715T300 740Q366 740 413 715T486 643T512 531V200Q512 135 487 88T414 15T300 -10ZM300 71Q359 71 390 104T422 200V530Q422 592 391 625T300 659Q242
|
222
|
+
659 210 626T178 530V200Q178 138 210 105T300 71ZM119 810L258 950H341L481 810H382L300 888L220 810H119Z" />
|
223
|
+
<glyph unicode="Õ" horiz-adv-x="600" d="M300 -10Q234 -10 187 15T114 87T88 200V530Q88 596 113 643T186 715T300 740Q366 740 413 715T486 643T512 531V200Q512 135 487 88T414 15T300 -10ZM300 71Q359 71 390 104T422 200V530Q422 592 391 625T300 659Q242
|
224
|
+
659 210 626T178 530V200Q178 138 210 105T300 71ZM370 815Q340 815 321 825T289 850T264 874T235 885Q222 885 214 877T205 850V820H140V850Q140 895 165 920T230 945Q260 945 279 935T311 910T336 886T365 875Q379 875 387 883T395 910V940H460V910Q460 865 436
|
225
|
+
840T370 815Z" />
|
226
|
+
<glyph unicode="Ö" horiz-adv-x="600" d="M300 -10Q234 -10 187 15T114 87T88 200V530Q88 596 113 643T186 715T300 740Q366 740 413 715T486 643T512 531V200Q512 135 487 88T414 15T300 -10ZM300 71Q359 71 390 104T422 200V530Q422 592 391 625T300 659Q242
|
227
|
+
659 210 626T178 530V200Q178 138 210 105T300 71ZM411 817Q382 817 365 834T347 880Q347 910 364 927T411 945Q440 945 457 928T475 880Q475 851 458 834T411 817ZM189 817Q160 817 143 834T125 880Q125 910 142 927T189 945Q218 945 235 928T253 880Q253 851
|
228
|
+
236 834T189 817Z" />
|
229
|
+
<glyph unicode="×" horiz-adv-x="600" d="M156 136L105 188L246 329L105 471L156 522L298 381L443 526L494 474L349 329L491 188L439 136L298 278L156 136Z" />
|
230
|
+
<glyph unicode="Ø" horiz-adv-x="600" d="M35 -40L481 750H565L119 -40H35ZM300 -10Q234 -10 187 15T114 87T88 200V530Q88 596 113 643T186 715T300 740Q366 740 413 715T486 643T512 531V200Q512 135 487 88T414 15T300 -10ZM300 71Q359 71 390 104T422
|
231
|
+
200V530Q422 592 391 625T300 659Q242 659 210 626T178 530V200Q178 138 210 105T300 71Z" />
|
232
|
+
<glyph unicode="Ù" horiz-adv-x="600" d="M300 -10Q198 -10 144 46T90 200V730H180V200Q180 140 209 105T300 70Q360 70 390 105T420 200V730H510V200Q510 102 457 46T300 -10ZM523 810L408 950H508L618 810H523Z" />
|
233
|
+
<glyph unicode="Ú" horiz-adv-x="600" d="M300 -10Q198 -10 144 46T90 200V730H180V200Q180 140 209 105T300 70Q360 70 390 105T420 200V730H510V200Q510 102 457 46T300 -10ZM242 810L348 950H445L334 810H242Z" />
|
234
|
+
<glyph unicode="Û" horiz-adv-x="600" d="M300 -10Q198 -10 144 46T90 200V730H180V200Q180 140 209 105T300 70Q360 70 390 105T420 200V730H510V200Q510 102 457 46T300 -10ZM119 810L258 950H341L481 810H382L300 888L220 810H119Z" />
|
235
|
+
<glyph unicode="Ü" horiz-adv-x="600" d="M300 -10Q198 -10 144 46T90 200V730H180V200Q180 140 209 105T300 70Q360 70 390 105T420 200V730H510V200Q510 102 457 46T300 -10ZM411 817Q382 817 365 834T347 880Q347 910 364 927T411 945Q440 945 457 928T475
|
236
|
+
880Q475 851 458 834T411 817ZM189 817Q160 817 143 834T125 880Q125 910 142 927T189 945Q218 945 235 928T253 880Q253 851 236 834T189 817Z" />
|
237
|
+
<glyph unicode="Ý" horiz-adv-x="600" d="M255 0V273L35 730H128L273 430Q285 405 292 388T301 362Q303 370 310 387T330 430L472 730H565L345 273V0H255ZM242 810L348 950H445L334 810H242Z" />
|
238
|
+
<glyph unicode="Þ" horiz-adv-x="600" d="M90 0V730H180V580H333Q399 580 447 555T523 485T550 380Q550 289 491 235T333 180H180V0H90ZM180 260H333Q391 260 424 292T457 380Q457 436 424 468T333 500H180V260Z" />
|
239
|
+
<glyph unicode="ß" horiz-adv-x="600" d="M92 0V534Q92 596 118 642T191 714T303 740Q367 740 415 719T489 656T516 554Q516 504 495 465T434 404T340 383V398Q398 399 440 376T506 310T530 208Q530 147 503 100T428 27T315 0H249V82H305Q365 82 400 117T435
|
240
|
+
211Q435 269 401 302T305 335H261V413H303Q359 413 390 448T422 536Q422 594 390 626T303 658Q248 658 215 625T182 534V0H92Z" />
|
241
|
+
<glyph unicode="à" horiz-adv-x="600" d="M252 -10Q165 -10 115 34T65 155Q65 232 115 276T250 320H420V375Q420 426 390 453T303 481Q254 481 221 461T183 405H93Q102 476 160 518T305 560Q400 560 455 511T510 378V0H422V105H407L422 120Q422 60 376 25T252
|
242
|
+
-10ZM274 61Q338 61 379 93T420 175V253H252Q207 253 181 228T155 160Q155 114 186 88T274 61ZM528 645L413 785H513L623 645H528Z" />
|
243
|
+
<glyph unicode="á" horiz-adv-x="600" d="M252 -10Q165 -10 115 34T65 155Q65 232 115 276T250 320H420V375Q420 426 390 453T303 481Q254 481 221 461T183 405H93Q102 476 160 518T305 560Q400 560 455 511T510 378V0H422V105H407L422 120Q422 60 376 25T252
|
244
|
+
-10ZM274 61Q338 61 379 93T420 175V253H252Q207 253 181 228T155 160Q155 114 186 88T274 61ZM247 645L353 785H450L339 645H247Z" />
|
245
|
+
<glyph unicode="â" horiz-adv-x="600" d="M252 -10Q165 -10 115 34T65 155Q65 232 115 276T250 320H420V375Q420 426 390 453T303 481Q254 481 221 461T183 405H93Q102 476 160 518T305 560Q400 560 455 511T510 378V0H422V105H407L422 120Q422 60 376 25T252
|
246
|
+
-10ZM274 61Q338 61 379 93T420 175V253H252Q207 253 181 228T155 160Q155 114 186 88T274 61ZM124 645L263 785H346L486 645H387L305 723L225 645H124Z" />
|
247
|
+
<glyph unicode="ã" horiz-adv-x="600" d="M252 -10Q165 -10 115 34T65 155Q65 232 115 276T250 320H420V375Q420 426 390 453T303 481Q254 481 221 461T183 405H93Q102 476 160 518T305 560Q400 560 455 511T510 378V0H422V105H407L422 120Q422 60 376 25T252
|
248
|
+
-10ZM274 61Q338 61 379 93T420 175V253H252Q207 253 181 228T155 160Q155 114 186 88T274 61ZM375 650Q345 650 326 660T294 685T269 709T240 720Q227 720 219 712T210 685V655H145V685Q145 730 170 755T235 780Q265 780 284 770T316 745T341 721T370 710Q384
|
249
|
+
710 392 718T400 745V775H465V745Q465 700 441 675T375 650Z" />
|
250
|
+
<glyph unicode="ä" horiz-adv-x="600" d="M252 -10Q165 -10 115 34T65 155Q65 232 115 276T250 320H420V375Q420 426 390 453T303 481Q254 481 221 461T183 405H93Q102 476 160 518T305 560Q400 560 455 511T510 378V0H422V105H407L422 120Q422 60 376 25T252
|
251
|
+
-10ZM274 61Q338 61 379 93T420 175V253H252Q207 253 181 228T155 160Q155 114 186 88T274 61ZM416 649Q387 649 370 666T352 712Q352 742 369 759T416 777Q445 777 462 760T480 712Q480 683 463 666T416 649ZM194 649Q165 649 148 666T130 712Q130 742 147 759T194
|
252
|
+
777Q223 777 240 760T258 712Q258 683 241 666T194 649Z" />
|
253
|
+
<glyph unicode="å" horiz-adv-x="600" d="M252 -10Q165 -10 115 34T65 155Q65 232 115 276T250 320H420V375Q420 426 390 453T303 481Q254 481 221 461T183 405H93Q102 476 160 518T305 560Q400 560 455 511T510 378V0H422V105H407L422 120Q422 60 376 25T252
|
254
|
+
-10ZM274 61Q338 61 379 93T420 175V253H252Q207 253 181 228T155 160Q155 114 186 88T274 61ZM305 608Q251 608 218 639T185 722Q185 773 218 804T305 836Q359 836 392 805T425 722Q425 671 392 640T305 608ZM305 661Q332 661 348 677T365 722Q365 750 349 767T305
|
255
|
+
784Q278 784 262 767T245 722Q245 694 261 678T305 661Z" />
|
256
|
+
<glyph unicode="æ" horiz-adv-x="600" d="M170 -10Q108 -10 72 28T35 130V190Q35 252 76 288T188 325H262V399Q262 443 246 463T195 483Q167 483 150 466T132 420H47Q47 483 83 521T180 560Q219 560 245 547T284 516T301 480H305Q308 497 321 515T358 547T420
|
257
|
+
560Q488 560 526 517T565 400V255H343V150Q343 113 361 90T410 67Q442 67 461 84T480 130H565Q565 67 525 29T420 -10Q383 -10 358 3T321 34T305 70H301Q298 53 283 35T241 3T170 -10ZM190 67Q222 67 242 90T262 150V255H190Q159 255 142 238T125 190V130Q125 101
|
258
|
+
142 84T190 67ZM343 325H480V400Q480 438 462 460T410 483Q379 483 361 461T343 400V325Z" />
|
259
|
+
<glyph unicode="ç" horiz-adv-x="600" d="M209 -203V-148H279Q301 -148 314 -137T328 -112Q328 -95 301 -82T223 -69L258 26H315L294 -35Q320 -38 348 -48T395 -76T414 -120Q414 -154 381 -178T294 -203H209ZM304 -10Q238 -10 189 15T112 87T85 200V350Q85
|
260
|
+
416 112 463T188 535T304 560Q399 560 457 509T518 370H428Q425 423 393 451T304 480Q245 480 210 447T175 351V200Q175 138 210 104T304 70Q360 70 392 99T428 180H518Q515 92 457 41T304 -10Z" />
|
261
|
+
<glyph unicode="è" horiz-adv-x="600" d="M300 -10Q235 -10 187 16T112 89T85 200V350Q85 414 111 461T186 534T300 560Q365 560 413 534T488 461T515 350V253H173V200Q173 135 206 101T300 66Q352 66 384 84T423 140H513Q504 71 446 31T300 -10ZM427 313V350Q427
|
262
|
+
415 395 450T300 485Q239 485 206 450T173 350V321H434L427 313ZM523 645L408 785H508L618 645H523Z" />
|
263
|
+
<glyph unicode="é" horiz-adv-x="600" d="M300 -10Q235 -10 187 16T112 89T85 200V350Q85 414 111 461T186 534T300 560Q365 560 413 534T488 461T515 350V253H173V200Q173 135 206 101T300 66Q352 66 384 84T423 140H513Q504 71 446 31T300 -10ZM427 313V350Q427
|
264
|
+
415 395 450T300 485Q239 485 206 450T173 350V321H434L427 313ZM242 645L348 785H445L334 645H242Z" />
|
265
|
+
<glyph unicode="ê" horiz-adv-x="600" d="M300 -10Q235 -10 187 16T112 89T85 200V350Q85 414 111 461T186 534T300 560Q365 560 413 534T488 461T515 350V253H173V200Q173 135 206 101T300 66Q352 66 384 84T423 140H513Q504 71 446 31T300 -10ZM427 313V350Q427
|
266
|
+
415 395 450T300 485Q239 485 206 450T173 350V321H434L427 313ZM119 645L258 785H341L481 645H382L300 723L220 645H119Z" />
|
267
|
+
<glyph unicode="ë" horiz-adv-x="600" d="M300 -10Q235 -10 187 16T112 89T85 200V350Q85 414 111 461T186 534T300 560Q365 560 413 534T488 461T515 350V253H173V200Q173 135 206 101T300 66Q352 66 384 84T423 140H513Q504 71 446 31T300 -10ZM427 313V350Q427
|
268
|
+
415 395 450T300 485Q239 485 206 450T173 350V321H434L427 313ZM411 649Q382 649 365 666T347 712Q347 742 364 759T411 777Q440 777 457 760T475 712Q475 683 458 666T411 649ZM189 649Q160 649 143 666T125 712Q125 742 142 759T189 777Q218 777 235 760T253
|
269
|
+
712Q253 683 236 666T189 649Z" />
|
270
|
+
<glyph unicode="ì" horiz-adv-x="600" d="M85 0V82H280V468H110V550H370V82H555V0H85ZM538 645L423 785H523L633 645H538Z" />
|
271
|
+
<glyph unicode="í" horiz-adv-x="600" d="M85 0V82H280V468H110V550H370V82H555V0H85ZM257 645L363 785H460L349 645H257Z" />
|
272
|
+
<glyph unicode="î" horiz-adv-x="600" d="M85 0V82H280V468H110V550H370V82H555V0H85ZM134 645L273 785H356L496 645H397L315 723L235 645H134Z" />
|
273
|
+
<glyph unicode="ï" horiz-adv-x="600" d="M85 0V82H280V468H110V550H370V82H555V0H85ZM426 649Q397 649 380 666T362 712Q362 742 379 759T426 777Q455 777 472 760T490 712Q490 683 473 666T426 649ZM204 649Q175 649 158 666T140 712Q140 742 157 759T204
|
274
|
+
777Q233 777 250 760T268 712Q268 683 251 666T204 649Z" />
|
275
|
+
<glyph unicode="ð" horiz-adv-x="600" d="M299 -10Q231 -10 179 18T99 97T70 215Q70 282 96 331T170 408T281 436Q310 436 333 427T372 405T395 380H409Q405 390 389 416T345 480L280 571L117 495V575L237 631L165 730H269L313 666L461 735V655L355 606L433
|
276
|
+
493Q477 429 503 358T530 223Q530 153 501 101T421 19T299 -10ZM299 70Q363 70 401 110T440 215Q440 259 423 291T374 342T299 360Q237 360 199 320T160 215Q160 150 198 110T299 70Z" />
|
277
|
+
<glyph unicode="ñ" horiz-adv-x="600" d="M92 0V550H182V445H201L182 424Q182 489 221 524T329 560Q412 560 461 509T510 370V0H420V360Q420 419 389 450T303 482Q247 482 215 448T182 350V0H92ZM375 650Q345 650 326 660T294 685T269 709T240 720Q227 720
|
278
|
+
219 712T210 685V655H145V685Q145 730 170 755T235 780Q265 780 284 770T316 745T341 721T370 710Q384 710 392 718T400 745V775H465V745Q465 700 441 675T375 650Z" />
|
279
|
+
<glyph unicode="ò" horiz-adv-x="600" d="M300 -8Q234 -8 186 17T112 89T85 202V348Q85 414 111 461T186 533T300 558Q366 558 414 533T488 461T515 349V202Q515 137 489 90T414 17T300 -8ZM300 72Q359 72 392 105T425 202V348Q425 412 392 445T300 478Q242
|
280
|
+
478 209 445T175 348V202Q175 138 208 105T300 72ZM523 645L408 785H508L618 645H523Z" />
|
281
|
+
<glyph unicode="ó" horiz-adv-x="600" d="M300 -8Q234 -8 186 17T112 89T85 202V348Q85 414 111 461T186 533T300 558Q366 558 414 533T488 461T515 349V202Q515 137 489 90T414 17T300 -8ZM300 72Q359 72 392 105T425 202V348Q425 412 392 445T300 478Q242
|
282
|
+
478 209 445T175 348V202Q175 138 208 105T300 72ZM242 645L348 785H445L334 645H242Z" />
|
283
|
+
<glyph unicode="ô" horiz-adv-x="600" d="M300 -8Q234 -8 186 17T112 89T85 202V348Q85 414 111 461T186 533T300 558Q366 558 414 533T488 461T515 349V202Q515 137 489 90T414 17T300 -8ZM300 72Q359 72 392 105T425 202V348Q425 412 392 445T300 478Q242
|
284
|
+
478 209 445T175 348V202Q175 138 208 105T300 72ZM119 645L258 785H341L481 645H382L300 723L220 645H119Z" />
|
285
|
+
<glyph unicode="õ" horiz-adv-x="600" d="M300 -8Q234 -8 186 17T112 89T85 202V348Q85 414 111 461T186 533T300 558Q366 558 414 533T488 461T515 349V202Q515 137 489 90T414 17T300 -8ZM300 72Q359 72 392 105T425 202V348Q425 412 392 445T300 478Q242
|
286
|
+
478 209 445T175 348V202Q175 138 208 105T300 72ZM370 650Q340 650 321 660T289 685T264 709T235 720Q222 720 214 712T205 685V655H140V685Q140 730 165 755T230 780Q260 780 279 770T311 745T336 721T365 710Q379 710 387 718T395 745V775H460V745Q460 700 436
|
287
|
+
675T370 650Z" />
|
288
|
+
<glyph unicode="ö" horiz-adv-x="600" d="M300 -8Q234 -8 186 17T112 89T85 202V348Q85 414 111 461T186 533T300 558Q366 558 414 533T488 461T515 349V202Q515 137 489 90T414 17T300 -8ZM300 72Q359 72 392 105T425 202V348Q425 412 392 445T300 478Q242
|
289
|
+
478 209 445T175 348V202Q175 138 208 105T300 72ZM411 649Q382 649 365 666T347 712Q347 742 364 759T411 777Q440 777 457 760T475 712Q475 683 458 666T411 649ZM189 649Q160 649 143 666T125 712Q125 742 142 759T189 777Q218 777 235 760T253 712Q253 683
|
290
|
+
236 666T189 649Z" />
|
291
|
+
<glyph unicode="÷" horiz-adv-x="600" d="M100 295V370H500V295H100ZM290 85Q261 85 243 100T225 144Q225 171 243 188T290 205H310Q339 205 357 188T375 144Q375 117 357 101T310 85H290ZM290 460Q261 460 243 475T225 519Q225 546 243 563T290 580H310Q339
|
292
|
+
580 357 563T375 519Q375 492 357 476T310 460H290Z" />
|
293
|
+
<glyph unicode="ø" horiz-adv-x="600" d="M35 -30L474 590H565L125 -30H35ZM300 -10Q234 -10 187 15T114 87T88 200V350Q88 416 113 463T186 535T300 560Q366 560 413 535T486 463T512 351V200Q512 135 487 88T414 15T300 -10ZM300 70Q360 70 393 104T427
|
294
|
+
200V350Q427 412 394 446T300 480Q240 480 207 446T173 350V200Q173 139 206 105T300 70Z" />
|
295
|
+
<glyph unicode="ù" horiz-adv-x="600" d="M299 -10Q204 -10 147 46T90 200V550H180V200Q180 138 212 104T299 69Q355 69 387 103T420 200V550H510V200Q510 103 452 47T299 -10ZM523 645L408 785H508L618 645H523Z" />
|
296
|
+
<glyph unicode="ú" horiz-adv-x="600" d="M299 -10Q204 -10 147 46T90 200V550H180V200Q180 138 212 104T299 69Q355 69 387 103T420 200V550H510V200Q510 103 452 47T299 -10ZM242 645L348 785H445L334 645H242Z" />
|
297
|
+
<glyph unicode="û" horiz-adv-x="600" d="M299 -10Q204 -10 147 46T90 200V550H180V200Q180 138 212 104T299 69Q355 69 387 103T420 200V550H510V200Q510 103 452 47T299 -10ZM119 645L258 785H341L481 645H382L300 723L220 645H119Z" />
|
298
|
+
<glyph unicode="ü" horiz-adv-x="600" d="M299 -10Q204 -10 147 46T90 200V550H180V200Q180 138 212 104T299 69Q355 69 387 103T420 200V550H510V200Q510 103 452 47T299 -10ZM411 649Q382 649 365 666T347 712Q347 742 364 759T411 777Q440 777 457 760T475
|
299
|
+
712Q475 683 458 666T411 649ZM189 649Q160 649 143 666T125 712Q125 742 142 759T189 777Q218 777 235 760T253 712Q253 683 236 666T189 649Z" />
|
300
|
+
<glyph unicode="ý" horiz-adv-x="600" d="M178 -180L259 34L55 550H155L283 210Q290 193 296 170T306 130Q310 146 316 169T328 210L448 550H545L274 -180H178ZM242 645L348 785H445L334 645H242Z" />
|
301
|
+
<glyph unicode="þ" horiz-adv-x="600" d="M87 -170V59H177V-170H87ZM327 -10Q259 -10 218 26T177 126L195 105H177V0H87V730H177V570L175 445H195L177 424Q177 486 218 523T327 560Q410 560 460 505T510 355V194Q510 100 460 45T327 -10ZM297 68Q354 68 387
|
302
|
+
102T420 200V350Q420 414 387 448T297 482Q242 482 210 447T177 350V200Q177 138 209 103T297 68Z" />
|
303
|
+
<glyph unicode="ÿ" horiz-adv-x="600" d="M178 -180L259 34L55 550H155L283 210Q290 193 296 170T306 130Q310 146 316 169T328 210L448 550H545L274 -180H178ZM411 649Q382 649 365 666T347 712Q347 742 364 759T411 777Q440 777 457 760T475 712Q475 683
|
304
|
+
458 666T411 649ZM189 649Q160 649 143 666T125 712Q125 742 142 759T189 777Q218 777 235 760T253 712Q253 683 236 666T189 649Z" />
|
305
|
+
<glyph unicode="–" horiz-adv-x="600" d="M80 290V370H520V290H80Z" />
|
306
|
+
<glyph unicode="—" horiz-adv-x="600" d="M0 290V370H600V290H0Z" />
|
307
|
+
<glyph unicode="‘" horiz-adv-x="600" d="M440 775L360 464H230L360 775H440Z" />
|
308
|
+
<glyph unicode="’" horiz-adv-x="600" d="M160 465L240 776H370L240 465H160Z" />
|
309
|
+
<glyph unicode="‚" horiz-adv-x="600" d="M165 -160L245 151H375L245 -160H165Z" />
|
310
|
+
<glyph unicode="“" horiz-adv-x="600" d="M305 465L435 776H515L435 465H305ZM75 465L205 776H285L205 465H75Z" />
|
311
|
+
<glyph unicode="”" horiz-adv-x="600" d="M315 465L395 776H525L395 465H315ZM85 465L165 776H295L165 465H85Z" />
|
312
|
+
<glyph unicode="„" horiz-adv-x="600" d="M315 -160L395 151H525L395 -160H315ZM85 -160L165 151H295L165 -160H85Z" />
|
313
|
+
<glyph unicode="•" horiz-adv-x="600" d="M300 245Q248 245 214 279T180 365Q180 418 214 451T300 485Q353 485 386 452T420 365Q420 313 387 279T300 245Z" />
|
314
|
+
<glyph unicode="‹" horiz-adv-x="600" d="M349 40L147 280L349 520H451L247 282L454 40H349Z" />
|
315
|
+
<glyph unicode="›" horiz-adv-x="600" d="M150 40L354 278L147 520H252L454 280L252 40H150Z" />
|
316
|
+
</font>
|
317
|
+
</defs>
|
318
|
+
</svg>
|