diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68729d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +.DS_Store \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5154615 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/ananke"] + path = themes/ananke + url = https://github.com/theNewDynamic/gohugo-theme-ananke.git diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 35eb1dd..4be3a7c 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,6 @@ + \ No newline at end of file diff --git a/404.html b/404.html deleted file mode 100644 index 622a701..0000000 --- a/404.html +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: default -title: 404 -permalink: /404.html ---- - -
-

404 Page does not exist!

-

Please use the search bar at the top or visit our homepage!

-
diff --git a/CNAME b/CNAME deleted file mode 100644 index 146cb71..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -sanderhautvast.github.io \ No newline at end of file diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 8a35af0..0000000 --- a/Gemfile +++ /dev/null @@ -1,22 +0,0 @@ -source "https://rubygems.org" - -# Hello! This is where you manage which Jekyll version is used to run. -# When you want to use a different version, change it below, save the -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: -# -# bundle exec jekyll serve -# - -# If you have any plugins, put them here! -gem 'wdm', '>= 0.1.0' if Gem.win_platform? -group :jekyll_plugins do - gem 'jekyll-feed' - gem 'jekyll-sitemap' - gem 'jekyll-paginate' - gem 'jekyll-seo-tag' - gem 'jekyll-archives' - gem 'kramdown' - gem 'rouge' -end - -gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 552e14d..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,87 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) - colorator (1.1.0) - concurrent-ruby (1.2.2) - em-websocket (0.5.3) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0) - eventmachine (1.2.7) - ffi (1.15.5) - forwardable-extended (2.6.0) - google-protobuf (3.22.2-arm64-darwin) - http_parser.rb (0.8.0) - i18n (1.12.0) - concurrent-ruby (~> 1.0) - jekyll (4.3.2) - addressable (~> 2.4) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (~> 1.0) - jekyll-sass-converter (>= 2.0, < 4.0) - jekyll-watch (~> 2.0) - kramdown (~> 2.3, >= 2.3.1) - kramdown-parser-gfm (~> 1.0) - liquid (~> 4.0) - mercenary (>= 0.3.6, < 0.5) - pathutil (~> 0.9) - rouge (>= 3.0, < 5.0) - safe_yaml (~> 1.0) - terminal-table (>= 1.8, < 4.0) - webrick (~> 1.7) - jekyll-archives (2.2.1) - jekyll (>= 3.6, < 5.0) - jekyll-feed (0.17.0) - jekyll (>= 3.7, < 5.0) - jekyll-paginate (1.1.0) - jekyll-sass-converter (3.0.0) - sass-embedded (~> 1.54) - jekyll-seo-tag (2.8.0) - jekyll (>= 3.8, < 5.0) - jekyll-sitemap (1.4.0) - jekyll (>= 3.7, < 5.0) - jekyll-watch (2.2.1) - listen (~> 3.0) - kramdown (2.4.0) - rexml - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - liquid (4.0.4) - listen (3.8.0) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - mercenary (0.4.0) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - public_suffix (5.0.1) - rb-fsevent (0.11.2) - rb-inotify (0.10.1) - ffi (~> 1.0) - rexml (3.2.5) - rouge (4.1.0) - safe_yaml (1.0.5) - sass-embedded (1.59.3-arm64-darwin) - google-protobuf (~> 3.21) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) - unicode-display_width (2.4.2) - webrick (1.8.1) - -PLATFORMS - arm64-darwin-22 - -DEPENDENCIES - jekyll (~> 4.2) - jekyll-archives - jekyll-feed - jekyll-paginate - jekyll-seo-tag - jekyll-sitemap - kramdown - rouge - webrick (~> 1.7) - -BUNDLED WITH - 2.4.8 diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index 61f4e64..0000000 --- a/LICENSE.txt +++ /dev/null @@ -1,8 +0,0 @@ -Copyright (c) 2019 WowThemes.net -License: MIT - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index a401961..0000000 --- a/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# README -1. `gem install bundler` -2. `bundle install` -3. `bundle add webrick` -4. `bundle exec jekyll serve --watch` - - diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 9d85f42..0000000 --- a/_config.yml +++ /dev/null @@ -1,61 +0,0 @@ -# Site -name: "Sander's Blog" -title: "Infinite Improbablity" -description: "What I might have failed to mention" -logo: '' -favicon: '' -baseurl: '' -#google_analytics: 'UA-46278016-1' -#disqus: 'demowebsite' -#mailchimp-list: 'https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b' -include: ["_pages"] -permalink: /:title/ - -# Authors -authors: - sander.hautvast: - name: Sander Hautvast - display_name: Sander Hautvast - gravatar: c50cfcd38195af19d0f092b8d7dc15bc - email: s.hautvast@gmail.com - web: https://sanderhautvast.github.io - description: "" -# Plugins -plugins: - - jekyll-paginate - - jekyll-sitemap - - jekyll-feed - - jekyll-seo-tag - - jekyll-archives - -# Archives -jekyll-archives: - enabled: - - categories - layout: archive - permalinks: - category: '/category/:name/' - -# Pagination -paginate: 6 -paginate_path: /page:num/ - -# Other -markdown: kramdown - -kramdown: - input: GFM - syntax_highlighter: rouge - syntax_highlighter_opts: - block: - line_numbers: true - -# Adsense (change to "enabled" to activate, also your client id and ad slot. Create a new ad unit from your Adsense account to get the slot.) -adsense: "disabled" -adsense-data-ad-client: "ca-pub-3412143450191416" -adsense-data-ad-slot: "1363087678" - -# Lazy Images ("enabled" or "disabled") -lazyimages: "disabled" - -exclude: [changelog.md, LICENSE.txt, README.md, Gemfile, Gemfile.lock] diff --git a/_includes/adsense-under-header.html b/_includes/adsense-under-header.html deleted file mode 100644 index ee815ba..0000000 --- a/_includes/adsense-under-header.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - -
\ No newline at end of file diff --git a/_includes/disqus.html b/_includes/disqus.html deleted file mode 100644 index cf06b85..0000000 --- a/_includes/disqus.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/_includes/featuredbox.html b/_includes/featuredbox.html deleted file mode 100644 index 90f1b29..0000000 --- a/_includes/featuredbox.html +++ /dev/null @@ -1,59 +0,0 @@ - -{% assign author = site.authors[post.author] %} -
-
-
- -
-
-
-
-

- {{ post.title }} - {% if post.rating %} -
- {% include star_rating_postbox.html %} -
- {% endif %} -

- -

{{ post.excerpt | strip_html | truncatewords:25 }}

-
- -
-
-
-
-
-
- \ No newline at end of file diff --git a/_includes/pagination.html b/_includes/pagination.html deleted file mode 100644 index 5cf9c93..0000000 --- a/_includes/pagination.html +++ /dev/null @@ -1,25 +0,0 @@ -{% if paginator.total_pages > 1 %} - -{% endif %} \ No newline at end of file diff --git a/_includes/postbox.html b/_includes/postbox.html deleted file mode 100644 index 80160e2..0000000 --- a/_includes/postbox.html +++ /dev/null @@ -1,51 +0,0 @@ - -{% assign author = site.authors[post.author] %} - -
-
- -
-

- {{ post.title }} - {% if post.rating %} -
- {% include star_rating_postbox.html %} -
- {% endif %} -

-

{{ post.excerpt | strip_html | truncatewords:30 }}

-
- -
-
- \ No newline at end of file diff --git a/_includes/search-lunr.html b/_includes/search-lunr.html deleted file mode 100644 index 55865c0..0000000 --- a/_includes/search-lunr.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - -
- -
- - \ No newline at end of file diff --git a/_includes/share.html b/_includes/share.html deleted file mode 100644 index df5aae1..0000000 --- a/_includes/share.html +++ /dev/null @@ -1,34 +0,0 @@ -
-

- Share -

- - {% if page.comments != false %} -
-
- - {% endif %} -
diff --git a/_includes/star_rating.html b/_includes/star_rating.html deleted file mode 100644 index e81dc72..0000000 --- a/_includes/star_rating.html +++ /dev/null @@ -1,9 +0,0 @@ -
-
- - - - - -
-
\ No newline at end of file diff --git a/_includes/star_rating_postbox.html b/_includes/star_rating_postbox.html deleted file mode 100644 index f511462..0000000 --- a/_includes/star_rating_postbox.html +++ /dev/null @@ -1,9 +0,0 @@ -
-
- - - - - -
-
\ No newline at end of file diff --git a/_includes/toc.html b/_includes/toc.html deleted file mode 100644 index 8051f49..0000000 --- a/_includes/toc.html +++ /dev/null @@ -1,87 +0,0 @@ -{% capture tocWorkspace %} - {% comment %} - Version 1.0.6 - https://github.com/allejo/jekyll-toc - - "...like all things liquid - where there's a will, and ~36 hours to spare, there's usually a/some way" ~jaybe - - Usage: - {% include toc.html html=content sanitize=true class="inline_toc" id="my_toc" h_min=2 h_max=3 %} - - Parameters: - * html (string) - the HTML of compiled markdown generated by kramdown in Jekyll - - Optional Parameters: - * sanitize (bool) : false - when set to true, the headers will be stripped of any HTML in the TOC - * class (string) : '' - a CSS class assigned to the TOC - * id (string) : '' - an ID to assigned to the TOC - * h_min (int) : 1 - the minimum TOC header level to use; any header lower than this value will be ignored - * h_max (int) : 6 - the maximum TOC header level to use; any header greater than this value will be ignored - * ordered (bool) : false - when set to true, an ordered list will be outputted instead of an unordered list - * item_class (string) : '' - add custom class(es) for each list item; has support for '%level%' placeholder, which is the current heading level - * baseurl (string) : '' - add a base url to the TOC links for when your TOC is on another page than the actual content - * anchor_class (string) : '' - add custom class(es) for each anchor element - - Output: - An ordered or unordered list representing the table of contents of a markdown block. This snippet will only - generate the table of contents and will NOT output the markdown given to it - {% endcomment %} - - {% capture my_toc %}{% endcapture %} - {% assign orderedList = include.ordered | default: false %} - {% assign minHeader = include.h_min | default: 1 %} - {% assign maxHeader = include.h_max | default: 6 %} - {% assign nodes = include.html | split: ' maxHeader %} - {% continue %} - {% endif %} - - {% if firstHeader %} - {% assign firstHeader = false %} - {% assign minHeader = headerLevel %} - {% endif %} - - {% assign indentAmount = headerLevel | minus: minHeader | add: 1 %} - {% assign _workspace = node | split: '' | first }}>{% endcapture %} - {% assign header = _workspace[0] | replace: _hAttrToStrip, '' %} - - {% assign space = '' %} - {% for i in (1..indentAmount) %} - {% assign space = space | prepend: ' ' %} - {% endfor %} - - {% unless include.item_class == blank %} - {% capture listItemClass %}{:.{{ include.item_class | replace: '%level%', headerLevel }}}{% endcapture %} - {% endunless %} - - {% capture my_toc %}{{ my_toc }} -{{ space }}{{ listModifier }} {{ listItemClass }} [{% if include.sanitize %}{{ header | strip_html }}{% else %}{{ header }}{% endif %}]({% if include.baseurl %}{{ include.baseurl }}{% endif %}#{{ html_id }}){% if include.anchor_class %}{:.{{ include.anchor_class }}}{% endif %}{% endcapture %} - {% endfor %} - - {% if include.class %} - {% capture my_toc %}{:.{{ include.class }}} -{{ my_toc | lstrip }}{% endcapture %} - {% endif %} - - {% if include.id %} - {% capture my_toc %}{: #{{ include.id }}} -{{ my_toc | lstrip }}{% endcapture %} - {% endif %} -{% endcapture %}{% assign tocWorkspace = '' %}{{ my_toc | markdownify | strip }} \ No newline at end of file diff --git a/_layouts/archive.html b/_layouts/archive.html deleted file mode 100644 index ca47d31..0000000 --- a/_layouts/archive.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: default -title: Archive ---- - - -
-
-

Archive of posts with {{ page.type }} '{{ page.title }}'

-
-
- -{% for post in page.posts %} - - {% include postbox.html %} - -{% endfor %} - -
-
diff --git a/_layouts/categories.html b/_layouts/categories.html deleted file mode 100644 index 75963ad..0000000 --- a/_layouts/categories.html +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Categories" -layout: default -permalink: "/categories.html" ---- - -
-{% for category in site.categories %} -
-

Category {{ category[0] }}

-
-{% assign pages_list = category[1] %} -{% for post in pages_list %} -{% if post.title != null %} -{% if group == null or group == post.group %} -{% include postbox.html %} -{% endif %} -{% endif %} -{% endfor %} -{% assign pages_list = nil %} -{% assign group = nil %} -{% endfor %} -
\ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index b3b7047..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - - -{{ page.title }} | {{site.name}} - -{% seo %} - - - - - - - - - - - -{% if jekyll.environment == 'production' %} - - -{% endif %} - -{% capture layout %}{% if page.layout %}layout-{{ page.layout }}{% endif %}{% endcapture %} - - - - - - - - - -
- -
- - -
-

- {{ site.name }} -

-

- {{ site.description }} -

-
- - -
- {{ content }} -
- -{% if site.mailchimp-list %} - -
-
- {{site.title}}   Never miss a story from us, subscribe to our newsletter -
-
- - -
-
-
-
-{% endif %} - -
- - -
-
-
-
-

Explore

-
-
-
- {% assign categories_list = site.categories %} - {% if categories_list.first[0] == null %} - {% for category in categories_list %} - {{ category | camelcase }} ({{ site.tags[category].size }}) - {% endfor %} - {% else %} - {% for category in categories_list %} - {{ category[0] | camelcase }} ({{ category[1].size }}) - {% endfor %} - {% endif %} - {% assign categories_list = nil %} -
-
-
- - - - - -
- - - - - - - - - -{% if site.lazyimages == "enabled" %} - -{% endif %} - - - -{% if page.layout == 'post' %} - -{% endif %} - - - diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index 1c7bfcc..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: default ---- - - -
-
-

{{ page.title }}

-
- -
- {{content}} -
- - {% if page.comments == true %} - -
-
- {% include disqus.html %} -
-
- - {% endif %} -
\ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index 418d42c..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,181 +0,0 @@ ---- -layout: default -disqus: false -archive: false -post_class: post-template ---- - - -
-
- - -
- {% include share.html %} -
- - - {% assign author = site.authors[page.author] %} - -
-
- - - {% if page.author %} -
-
- {% if author.avatar %} - {{ author.display_name }} - {% else %} - {{ author.display_name }} - {% endif %} -
-
- {{ author.display_name }} - {{ author.description }} -
-
- {% endif %} - - -

{{ page.title }}

- -
- - - {% if site.adsense == "enabled" %} - {% include adsense-under-header.html %} - {% endif %} - - - - {% if page.image %} - - {% if site.lazyimages == "enabled" %} - {{ page.title }} - {% else %} - {{ page.title }} - {% endif %} - - {% endif %} - - - -
- - {% if page.toc %} - {% if page.beforetoc %} -

{{page.beforetoc}}

- {% endif %} -
-

Summary

- {% include toc.html html=content %} -
- {% endif %} - - {{content}} -
- - - {% if page.rating %} -
- Rating: {% include star_rating.html %} -
- {% endif %} - - -

- - - {% if page.last_modified_at %} - (Updated: ) - {% endif %} - -

- - -
-
    - {% assign sortedCategories = page.categories | sort %} - {% for category in sortedCategories %} -
  • - {{ category }} -
  • - {% endfor %} -
-
- - - - - - - - - - -
- - -
-
- - - -{% if page.comments != false %} -
-
-
- {% include disqus.html %} -
-
-
-{% endif %} - - - -{% if page.rating %} - -{% endif %} \ No newline at end of file diff --git a/_layouts/tags.html b/_layouts/tags.html deleted file mode 100644 index 7519996..0000000 --- a/_layouts/tags.html +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Tags" -layout: default -permalink: "/tags.html" ---- - -
-{% for tag in site.tags %} -
-

Tag {{ tag[0] }}

-
-{% assign pages_list = tag[1] %} -{% for post in pages_list %} -{% if post.title != null %} -{% if group == null or group == post.group %} -{% include postbox.html %} -{% endif %} -{% endif %} -{% endfor %} -{% assign pages_list = nil %} -{% assign group = nil %} -{% endfor %} -
\ No newline at end of file diff --git a/_pages/about.md b/_pages/about.md deleted file mode 100644 index 263d914..0000000 --- a/_pages/about.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -layout: page -title: Mediumish Template for Jekyll -permalink: /about -comments: false ---- - -
-
- -

This website is built with Jekyll and Mediumish template for Jekyll. It's for demonstration purposes, no real content can be found. Mediumish template for Jekyll is compatible with Github pages, in fact even this demo is created with Github Pages and hosted with Github.

- -

jekyll template mediumish

-

Documentation

- -

Please, read the docs here.

- -

Questions or bug reports?

- -

Head over to our Github repository!

- -
- -
- -
-
Buy me a coffee
- -

Thank you for your support! Your donation helps me to maintain and improve Mediumish .

- -Buy me a coffee Documentation - -
-
-
diff --git a/_pages/categories.md b/_pages/categories.md deleted file mode 100644 index 5e0add4..0000000 --- a/_pages/categories.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -layout: categories -title: Categories -permalink: /categories ---- \ No newline at end of file diff --git a/_pages/tags.md b/_pages/tags.md deleted file mode 100644 index 49b2c75..0000000 --- a/_pages/tags.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -layout: tags -title: Tags -permalink: /tags ---- \ No newline at end of file diff --git a/_posts/2023-08-24-multidim-arrays.md b/_posts/2023-08-24-multidim-arrays.md index 566c15f..e69de29 100644 --- a/_posts/2023-08-24-multidim-arrays.md +++ b/_posts/2023-08-24-multidim-arrays.md @@ -1,176 +0,0 @@ ---- -layout: post -title: "The quirks and performance of java arrays" -author: sander.hautvast -categories: [java, performance] -beforetoc: "FOO" -featured: false -hidden: true -lang: en ---- -Why a blog about the performance of arrays in java? They are old-school. Does anyone really need them? - -The only (active) memory I have of seeing arrays in an _actual_ codebase was in a situation where ideally you'd used multiple return types (like in Python) or first-class tuples (like in rust). Please don't return multiple objects in an Object[]. - ->What made you write this then? - -Several reasons, one of which is a recent blog from oracle called [Inside the JVM: Arrays and how they differ from other objects](https://blogs.oracle.com/javamagazine/post/java-array-objects) which was disappointing because it failed to reveal any useful new information. This [puzzler](https://blogs.oracle.com/javamagazine/post/quiz-yourself-evaluation-order-the-assignment-operator-and-array-access-in-java) is whacky though! - -And, I had just written a blog post for [my company site](https://sanderhautvast.github.io.nl/multidim-arrays/) (in Dutch) about arrays. So I am all into them. This, by the way is the English translation of that post. - -A little while ago I stumbled over the _ghastlily_ poor performance of _java.lang.reflect.Array_. That started the whole thing. See [here](https://bugs.openjdk.org/browse/JDK-8051447). I wanted to create a better alternative (but I haven't progressed much though). - -Arrays haven't changed much (at all?) since java 1.0. Makes sense for backwards compatibility. And _java_ in those days was somewhat weird (_still is_), or should I say: _C-like_. Look at this for example: - -__3 ways to instantiate multi-dimensional arrays__ - -1. `int[][] array = new int[3][2];` // ok.. -2. `int[] array[] = new int[2][2];` // reminding of C pointer notations -3. `int[][] array = new int[5][];` // WTF? - ->What does option #3 even mean? - -And how can this not give an IndexOutOfBoundsException? -```java -String[][][] array = new String[1][1]; -array[0] = new String[2]; -``` - -I couldn't google the answer straightaway, so I turned to [Jol](https://github.com/openjdk/jol) to find out more. NB. Jol does not work really well on macos (dunno about windows), so ran it in a linux vm and saw the following: -![jol](/assets/images/arrays/screenshot-jol.png) - -[Jol](https://github.com/openjdk/jol) is a tool to investigate the memory internals of java objects. For a 2-dimensional String array you'd have to do this: - -```bash -java -jar jol-cli.jar internals "[[Ljava.lang.String;" -``` - ->BTW, notice the weird notation! I knew`[[L` and `;`. If you look at bytecode, this is all over the place. `L` indicates an object (as opposed to the primitives as in `I` for ints) and `[[` is indeed an array of two dimensions. So those are the bytecode notations, but internally it also uses `/` whereas here it's the `.` again. It's confusing, but it turns out this is just the way that `Class.forName` wants it (if you need to need a Class object of that type). So there's a thing I didn't know. - -Then it dawned on me. The phrase _array of arrays_ means that the outer array really doesn't care about the lengths of the inner ones. The only thing the outer array knows is its own length. - -![jol](/assets/images/arrays/screenshot-jol-length.png) - -So `String[1][1]` is in fact `String[1][]`. Every element in the outer array is a 1-dimensional array, of any length! No runtime bounds checks here (C-like!). Of course once the inner array is initialized, there are checks again. - ->There are no true multi-dimensional arrays in Java, just arrays of arrays. This is why int[][] is a subclass of Object[]. If you need a large multi-dimensional int[] in Java, it is a bit more efficient to allocate a large int[] and calculate the offset yourself. However, make sure to, if possible, navigate the int[] in such a way that 64 bytes at a time can be read. That is a lot more efficient than jumping around. **_[Heinz Kabutz](https://javaspecialists.teachable.com/courses/249332/lectures/3886639)_** - -'Jumping around' is not efficient because it hinders CPU caching and _prefetching_. Random Access Memory is sloow! It's thanks to the L1/2/3 caches that processors can actually show off their speed while dealing with memory. They fetch more than needed at the time and cache it for future reads. The effect of this amplified when the CPU can also predict your _next ~~move~~ read_. So the way you read and write an array matters. - ->__But what performance gain can you actually achieve?__ - -This question tripped me and I fell down the rabbithole of microbenchmarking. I learnt a lot more about JMH, but in the end I discarded all the measurements from my Mac M2 max and reran them on a standard Amazon linux AMI. The results were more in line with what I read elsewhere. It's also more generalisable in the sense that server applications rarely run on high-end laptop architectures. Most of the time, my laptop showed a less prominent effect of caching. - -#### Benchmarking with JMH - -Your friend, the JIT compiler becomes your adversary once you get into benchmarking. Initially I glowed observing a performance difference of 1342%, but that had more to do with unwanted removal of dead code, than the actual truth. Something to be very aware of. - -Also, testing your benchmarks makes sense. Verify you expectations of the actual functionality, to avoid the wrong conclusions about performance. Seems obvious but yeah, somebody had to point me to a mistake in my code... - -This is what I ended up with -```java -@Benchmark -@BenchmarkMode(Mode.AverageTime) -@OutputTimeUnit(TimeUnit.NANOSECONDS) -public long classicArrayGetTDLR() { - long t = 0; - for (int r = 0; r < ROWS; r++) { - for (int c = 0; c < COLS; c++) { - t += intArray[r][c]; - } - } - return t; -} -``` -TDLR stands for Top Down (outer loop), then Left Right. This order means that the code traverses row by row, which is good, because the memory is layed out like this. LRTD on the other hand takes one column after another. This will result in cache misses most of the time. - - Benchmark | Mode | Cnt | Score | Error | Units -----------------|-------|-----:|----------:|-----------:|--------- -classic2DArrayGetLRTD | avgt | 5 | 4184284.298 |± 7651435.011 | ns/op -classic2DArrayGetTDLR | avgt | 5 | 389369.258 |± 4064.665 | ns/op - -_Amazon Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz_ - -Wow, 10x as fast! Exactly what [simondev](https://www.youtube.com/watch?v=247cXLkYt2M) found (using javascript). And what my laptop annoyingly failed to reproduce. There the difference was around a factor of 2. - ->**Caveat:** -The individual numbers don't mean that much. - -Another thing that Kabutz says is that it pays off to simulate multidimensional arrays using a one-dimensional one. This is easy to do. But is it useful? - - Benchmark | Mode | Cnt | Score | Error | Units -----------------|-------|-----:|----------:|-----------:|--------- -seqMultArrayGetLRTD | avgt | 5 | 1399817.940 | ± 271516.298 | ns/op -seqMultArrayGetTDLR | avgt | 5 | 392543.679 | ± 3671.543 | ns/op - -> - -The code for this benchmark (see github in the link at the bottom) allows any dimensions. Surely we can do a little better with a specialised version for just two. - -Like this: -```java -public int get(int row, int col) { - return data[row * this.cols + col]; -} - -public void set(int row, int col, int val) { - data[row * this.cols + col] = val; -} -``` - - Benchmark | Mode | Cnt | Score | Error | Units ------------------|-------|-----:|-----------:|-----------:|--------- -seq2DArrayGetLRTD | avgt | 5 | 1362950.693 |± 43153.084 | ns/op -seq2DArrayGetTDLR | avgt | 5 | 390777.378 |± 11339.226 | ns/op - -> - ->no difference! - -**So?** - -Ok, there is an advantage in calculating your own indexes, BUT only if you for some reason cannot benefit from caching. All TDLR scores are roughly equal. Suppose you are reading random parts of images, in that case, it helps. - ->**What about _writes_?** - - Benchmark | Mode | Cnt | Score | Error | Units ------------------|-------|-----:|---------------:|--------------:|--------- -classic2DArraySetLRTD | avgt | 5 | 4212263.046 |± 267087.769 | ns/op -classic2DArraySetTDLR | avgt | 5 | 1032451.067 |± 35040.403 | ns/op -seq2DArraySetLRTD | avgt | 5 | 2569007.766 |± 45255.561 | ns/op -seq2DArraySetTDLR | avgt | 5 | 721699.703 |± 22605.344 | ns/op - -> - -3 to 4 times as fast for TDLR. Here index-calculation has more of an impact. So for editing random parts of images, especially for writing, use it. - ---> But of course you should do your own measurements before embarking on any specific approach. - -##### _[compiler blackholes](https://shipilev.net/jvm/anatomy-quarks/27-compiler-blackholes/)_ - -How to avoid dead code elimination with JMH? - -1. add a return parameter (like in the code example above) -2. use _compiler blackholes_ (as of jdk-17) - -Not using the return parameter in a benchmark makes the JIT compiler think it can help you by removing your precious code. Adding a sensible return parameter prohibits it from being that clever. -JMH will pick up whatever is returned and drops it into a black hole, and the information is lost. This in itself has some performance overhead and when the benchmark duration is in the same range, this will interfere with your measurements. Sounds like quantum physics, doesn't it? - -So _Compiler blackholes_ make sure that the JMH Blackhole is optimized away, but NOT your benchmark code. This is new a JVM feature that you have to enable as follows: - -`java -Djmh.blackhole.mode=COMPILER -jar benchmark.jar` - -#### Old School? - -Returning to the start of this article? Are arrays irrelevant for most developers, building boring web applications? They won't often use them, but their JVM will, as arrays are used in String, ArrayList, and HashMap, in other words, the most prevalent classes (number of instances) in any running JVM. - -So iterating the characters in a String or the elements in an ArrayList follows the same performance laws as those for arrays. Oh, and don't use LinkedList. Practice differs from theory here, because of CPU caching. Most of the internet is still not aware of this, judging from a recent poll on LinkedIn. This [video](https://www.youtube.com/watch?v=YQs6IC-vgmo&t=0s) with Bjarne Stroustrup explains exactly why. - -### DIY -```bash -git clone https://github.com/shautvast/arraybench -mvn clean package -java -Djmh.blackhole.mode=COMPILER -jar target/benchmark.jar -``` - -
diff --git a/_sass/_stars.scss b/_sass/_stars.scss deleted file mode 100644 index f578c30..0000000 --- a/_sass/_stars.scss +++ /dev/null @@ -1,137 +0,0 @@ -/// Credits to https://codepen.io/damianmuti/pen/KmEMdR - -/// -$rating-min-value: 0 !default; -/// -$rating-max-value: 5 !default; -/// -$rating-steps-value: .25 !default; -/// -$rating-color-empty: '%23ddd' !default; -/// -$rating-color-full: gold !default; -/// -$rating-color-hover: grey !default; -/// This variable is a map containing the "d" attribute of each of the SVG icons -$rating-icons-paths: ( - quarter: 'M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z', - half: 'M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z', - three-quarters: 'M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z', - full: 'M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z' -); - -/// Creates a dynamic list of values that increment each .25 from 0 to 5 -/// @return {list} -@function rating-values() { - $rating-values: (); - - @for $i from $rating-min-value through ($rating-max-value / $rating-steps-value) { - $rating-value: abs($i * $rating-steps-value); - $rating-values: append($rating-values, $rating-value, 'comma'); - } - - @return $rating-values; -} - -/// Generates an SVG with a given fill color depending on the type of icon passed as parameter. The SVG string is scaped for cross-browser support. -/// @param {string} $icon - Type of icon. Accepted values: `quarter`, `half`, `three-quarters` or `full`. -/// @param {color} $color - Passes the fill color of the SVG icon that is being generated. Note: Hexa color values must be escaped for cross-browser support. -/// @return {string} background value. -@function get-icon($icon, $color) { - @if not index(quarter half three-quarters full, $icon) { - @error "Interaction type must be either `quarter`, `half`, `three-quarters` or `full`."; - } - - @return url('data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22' + $color + '%22%20d%3D%22' + map-get($rating-icons-paths, $icon) + '%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center / cover no-repeat; -} - -/// This is a CSS-only star rating component that shows the proper rating depending on a data-attribute value. JS logic behind this component should round up values per quarter. -/// @param {number} $star-size [20px] - Provides width and height for each of the stars. -/// @param {string} $rating-element [button] - Element to use for each of the stars. -/// @param {string} $interaction-type [representative] - Indicates whether this component should be clickable or representative. Accepted values: `clickable` or `representative`. -/// @example scss -/// .class { -/// c-rating(toem(20px), button, clickable); -/// } -/// @example markup -///
-/// 1 -/// 2 -/// 3 -/// 4 -/// 5 -///
-@mixin c-rating($star-size: 20px, $star-element: button, $interaction-type: representative) { - @if not index(clickable representative, $interaction-type) { - @error "Interaction type must be either `clickable` or `representative`."; - } - - #{$star-element} { - display: inline-block; - float: left; - width: $star-size; - height: $star-size; - border: 0; - text-indent: -9999px; - outline: none; - background: get-icon(full, $rating-color-empty); - - } - -@each $rating-value in rating-values() { - // Get the next higher integer. - $rating-value-ceil: ceil($rating-value); - - &[data-rating-value="#{$rating-value}"] { - #{$star-element}:nth-child(-n+#{$rating-value-ceil}) { - background: get-icon(full, $rating-color-full); - } - - #{$star-element}:nth-child(#{$rating-value-ceil}) { - // Evaluate which fraction of a star this value is and add the proper background - @if str-slice("#{$rating-value}", 2, 4) == '.25' { - background: get-icon(quarter, $rating-color-full), get-icon(full, $rating-color-empty) - } - @else if str-slice("#{$rating-value}", 2, 4) == '.5' { - background: get-icon(half, $rating-color-full), get-icon(full, $rating-color-empty) - } - @else if str-slice("#{$rating-value}", 2, 4) == '.75' { - background: get-icon(three-quarters, $rating-color-full), get-icon(full, $rating-color-empty) - } - } - } - } -} - -/// Convert to EMs function -/// @param {number} target - The value to be converted -/// @param {number} context [$msuxf-font-size] The base font size -/// @return {em} value -@function toem($target, $context: 16px) { - @if $target == 0 { - @return 0 - } - - @return $target / $context+0em; -} - - -.rating-holder { - font-size: 16px; - display: inline-block; - background-color: #fff; - border-radius: toem(25px); - box-sizing: border-box; -} - -.c-rating { - @include c-rating(toem(20px), button, clickable); - - &--small { - font-size: 50% - } - - &--big { - font-size: 150%; - } -} \ No newline at end of file diff --git a/_sass/_starsnonscss.scss b/_sass/_starsnonscss.scss deleted file mode 100644 index 348aac8..0000000 --- a/_sass/_starsnonscss.scss +++ /dev/null @@ -1,92 +0,0 @@ -.rating-holder { - font-size: 16px; - display: inline-block; - background-color: #fff; - border-radius: 1.5625em; - box-sizing: border-box; } - - .c-rating button { - display: inline-block; - float: left; - width: 1.25em; - height: 1.25em; - border: 0; - text-indent: -9999px; - outline: none; - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="0"] button:nth-child(-n+0) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="0.25"] button:nth-child(-n+1) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="0.25"] button:nth-child(1) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="0.5"] button:nth-child(-n+1) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="0.5"] button:nth-child(1) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="0.75"] button:nth-child(-n+1) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="0.75"] button:nth-child(1) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="1"] button:nth-child(-n+1) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="1.25"] button:nth-child(-n+2) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="1.25"] button:nth-child(2) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="1.5"] button:nth-child(-n+2) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="1.5"] button:nth-child(2) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="1.75"] button:nth-child(-n+2) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="1.75"] button:nth-child(2) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="2"] button:nth-child(-n+2) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="2.25"] button:nth-child(-n+3) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="2.25"] button:nth-child(3) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="2.5"] button:nth-child(-n+3) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="2.5"] button:nth-child(3) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="2.75"] button:nth-child(-n+3) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="2.75"] button:nth-child(3) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="3"] button:nth-child(-n+3) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="3.25"] button:nth-child(-n+4) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="3.25"] button:nth-child(4) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="3.5"] button:nth-child(-n+4) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="3.5"] button:nth-child(4) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="3.75"] button:nth-child(-n+4) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="3.75"] button:nth-child(4) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="4"] button:nth-child(-n+4) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="4.25"] button:nth-child(-n+5) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="4.25"] button:nth-child(5) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="4.5"] button:nth-child(-n+5) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="4.5"] button:nth-child(5) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="4.75"] button:nth-child(-n+5) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="4.75"] button:nth-child(5) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating[data-rating-value="5"] button:nth-child(-n+5) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; } - .c-rating--small { - font-size: 50%; } - .c-rating--big { - font-size: 150%; } \ No newline at end of file diff --git a/_sass/_syntax.scss b/_sass/_syntax.scss deleted file mode 100644 index 9380507..0000000 --- a/_sass/_syntax.scss +++ /dev/null @@ -1,69 +0,0 @@ - -.highlight { - background: #fff; - border: 0; - padding: 0; - margin-bottom:1.7rem; - .c { color: #999988; font-style: italic } /* Comment */ - .err { color: #a61717; background-color: #e3d2d2 } /* Error */ - .k { font-weight: bold } /* Keyword */ - .o { font-weight: bold } /* Operator */ - .cm { color: #999988; font-style: italic } /* Comment.Multiline */ - .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ - .c1 { color: #999988; font-style: italic } /* Comment.Single */ - .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ - .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ - .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */ - .ge { font-style: italic } /* Generic.Emph */ - .gr { color: #aa0000 } /* Generic.Error */ - .gh { color: #999999 } /* Generic.Heading */ - .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ - .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */ - .go { color: #888888 } /* Generic.Output */ - .gp { color: #555555 } /* Generic.Prompt */ - .gs { font-weight: bold } /* Generic.Strong */ - .gu { color: #aaaaaa } /* Generic.Subheading */ - .gt { color: #aa0000 } /* Generic.Traceback */ - .kc { font-weight: bold } /* Keyword.Constant */ - .kd { font-weight: bold } /* Keyword.Declaration */ - .kp { font-weight: bold } /* Keyword.Pseudo */ - .kr { font-weight: bold } /* Keyword.Reserved */ - .kt { color: #445588; font-weight: bold } /* Keyword.Type */ - .m { color: #009999 } /* Literal.Number */ - .s { color: #d14 } /* Literal.String */ - .na { color: #008080 } /* Name.Attribute */ - .nb { color: #0086B3 } /* Name.Builtin */ - .nc { color: #445588; font-weight: bold } /* Name.Class */ - .no { color: #008080 } /* Name.Constant */ - .ni { color: #800080 } /* Name.Entity */ - .ne { color: #990000; font-weight: bold } /* Name.Exception */ - .nf { color: #990000; font-weight: bold } /* Name.Function */ - .nn { color: #555555 } /* Name.Namespace */ - .nt { color: #000080 } /* Name.Tag */ - .nv { color: #008080 } /* Name.Variable */ - .ow { font-weight: bold } /* Operator.Word */ - .w { color: #bbbbbb } /* Text.Whitespace */ - .mf { color: #009999 } /* Literal.Number.Float */ - .mh { color: #009999 } /* Literal.Number.Hex */ - .mi { color: #009999 } /* Literal.Number.Integer */ - .mo { color: #009999 } /* Literal.Number.Oct */ - .sb { color: #d14 } /* Literal.String.Backtick */ - .sc { color: #d14 } /* Literal.String.Char */ - .sd { color: #d14 } /* Literal.String.Doc */ - .s2 { color: #d14 } /* Literal.String.Double */ - .se { color: #d14 } /* Literal.String.Escape */ - .sh { color: #d14 } /* Literal.String.Heredoc */ - .si { color: #d14 } /* Literal.String.Interpol */ - .sx { color: #d14 } /* Literal.String.Other */ - .sr { color: #009926 } /* Literal.String.Regex */ - .s1 { color: #d14 } /* Literal.String.Single */ - .ss { color: #990073 } /* Literal.String.Symbol */ - .bp { color: #999999 } /* Name.Builtin.Pseudo */ - .vc { color: #008080 } /* Name.Variable.Class */ - .vg { color: #008080 } /* Name.Variable.Global */ - .vi { color: #008080 } /* Name.Variable.Instance */ - .il { color: #009999 } /* Literal.Number.Integer.Long */ -} - -td.rouge-code { width: 100%;} -pre.lineno { color: #9999;} \ No newline at end of file diff --git a/_site/404.html b/_site/404.html deleted file mode 100644 index 9358d37..0000000 --- a/_site/404.html +++ /dev/null @@ -1,218 +0,0 @@ - - - - - - - - -404 | Sander's Blog - - -404 | Infinite Improbablity - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
-

- Sander's Blog -

-

- What I might have failed to mention -

-
- - -
-
-

404 Page does not exist!

-

Please use the search bar at the top or visit our homepage!

-
- -
- - - -
- - -
-
-
-
-

Explore

-
-
-
- - - - java (1) - - performance (1) - - - -
-
-
- - - - - -
- - - - - - - - - - - - - - - - - diff --git a/_site/CNAME b/_site/CNAME deleted file mode 100644 index 146cb71..0000000 --- a/_site/CNAME +++ /dev/null @@ -1 +0,0 @@ -sanderhautvast.github.io \ No newline at end of file diff --git a/_site/about.html b/_site/about.html deleted file mode 100644 index 897b272..0000000 --- a/_site/about.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - - - -Mediumish Template for Jekyll | Sander's Blog - - -Mediumish Template for Jekyll | Infinite Improbablity - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
-

- Sander's Blog -

-

- What I might have failed to mention -

-
- - -
-
-
-

Mediumish Template for Jekyll

-
- -
-
-
- -

This website is built with Jekyll and Mediumish template for Jekyll. It's for demonstration purposes, no real content can be found. Mediumish template for Jekyll is compatible with Github pages, in fact even this demo is created with Github Pages and hosted with Github.

- -

jekyll template mediumish

-

Documentation

- -

Please, read the docs here.

- -

Questions or bug reports?

- -

Head over to our Github repository!

- -
- -
- -
-
Buy me a coffee
- -

Thank you for your support! Your donation helps me to maintain and improve Mediumish .

- -Buy me a coffee Documentation - -
-
-
- -
- - -
-
- - - -
- - -
-
-
-
-

Explore

-
-
-
- - - - java (1) - - performance (1) - - - -
-
-
- - - - - -
- - - - - - - - - - - - - - - - - diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css deleted file mode 100644 index 0f58e06..0000000 --- a/_site/assets/css/main.css +++ /dev/null @@ -1,443 +0,0 @@ -/* We need to add display:inline in order to align the '>>' of the 'read more' link */ -.post-excerpt p { - display: inline; -} - -.highlight { - background: #fff; - border: 0; - padding: 0; - margin-bottom: 1.7rem; - /* Comment */ - /* Error */ - /* Keyword */ - /* Operator */ - /* Comment.Multiline */ - /* Comment.Preproc */ - /* Comment.Single */ - /* Comment.Special */ - /* Generic.Deleted */ - /* Generic.Deleted.Specific */ - /* Generic.Emph */ - /* Generic.Error */ - /* Generic.Heading */ - /* Generic.Inserted */ - /* Generic.Inserted.Specific */ - /* Generic.Output */ - /* Generic.Prompt */ - /* Generic.Strong */ - /* Generic.Subheading */ - /* Generic.Traceback */ - /* Keyword.Constant */ - /* Keyword.Declaration */ - /* Keyword.Pseudo */ - /* Keyword.Reserved */ - /* Keyword.Type */ - /* Literal.Number */ - /* Literal.String */ - /* Name.Attribute */ - /* Name.Builtin */ - /* Name.Class */ - /* Name.Constant */ - /* Name.Entity */ - /* Name.Exception */ - /* Name.Function */ - /* Name.Namespace */ - /* Name.Tag */ - /* Name.Variable */ - /* Operator.Word */ - /* Text.Whitespace */ - /* Literal.Number.Float */ - /* Literal.Number.Hex */ - /* Literal.Number.Integer */ - /* Literal.Number.Oct */ - /* Literal.String.Backtick */ - /* Literal.String.Char */ - /* Literal.String.Doc */ - /* Literal.String.Double */ - /* Literal.String.Escape */ - /* Literal.String.Heredoc */ - /* Literal.String.Interpol */ - /* Literal.String.Other */ - /* Literal.String.Regex */ - /* Literal.String.Single */ - /* Literal.String.Symbol */ - /* Name.Builtin.Pseudo */ - /* Name.Variable.Class */ - /* Name.Variable.Global */ - /* Name.Variable.Instance */ - /* Literal.Number.Integer.Long */ -} -.highlight .c { - color: #999988; - font-style: italic; -} -.highlight .err { - color: #a61717; - background-color: #e3d2d2; -} -.highlight .k { - font-weight: bold; -} -.highlight .o { - font-weight: bold; -} -.highlight .cm { - color: #999988; - font-style: italic; -} -.highlight .cp { - color: #999999; - font-weight: bold; -} -.highlight .c1 { - color: #999988; - font-style: italic; -} -.highlight .cs { - color: #999999; - font-weight: bold; - font-style: italic; -} -.highlight .gd { - color: #000000; - background-color: #ffdddd; -} -.highlight .gd .x { - color: #000000; - background-color: #ffaaaa; -} -.highlight .ge { - font-style: italic; -} -.highlight .gr { - color: #aa0000; -} -.highlight .gh { - color: #999999; -} -.highlight .gi { - color: #000000; - background-color: #ddffdd; -} -.highlight .gi .x { - color: #000000; - background-color: #aaffaa; -} -.highlight .go { - color: #888888; -} -.highlight .gp { - color: #555555; -} -.highlight .gs { - font-weight: bold; -} -.highlight .gu { - color: #aaaaaa; -} -.highlight .gt { - color: #aa0000; -} -.highlight .kc { - font-weight: bold; -} -.highlight .kd { - font-weight: bold; -} -.highlight .kp { - font-weight: bold; -} -.highlight .kr { - font-weight: bold; -} -.highlight .kt { - color: #445588; - font-weight: bold; -} -.highlight .m { - color: #009999; -} -.highlight .s { - color: #d14; -} -.highlight .na { - color: #008080; -} -.highlight .nb { - color: #0086B3; -} -.highlight .nc { - color: #445588; - font-weight: bold; -} -.highlight .no { - color: #008080; -} -.highlight .ni { - color: #800080; -} -.highlight .ne { - color: #990000; - font-weight: bold; -} -.highlight .nf { - color: #990000; - font-weight: bold; -} -.highlight .nn { - color: #555555; -} -.highlight .nt { - color: #000080; -} -.highlight .nv { - color: #008080; -} -.highlight .ow { - font-weight: bold; -} -.highlight .w { - color: #bbbbbb; -} -.highlight .mf { - color: #009999; -} -.highlight .mh { - color: #009999; -} -.highlight .mi { - color: #009999; -} -.highlight .mo { - color: #009999; -} -.highlight .sb { - color: #d14; -} -.highlight .sc { - color: #d14; -} -.highlight .sd { - color: #d14; -} -.highlight .s2 { - color: #d14; -} -.highlight .se { - color: #d14; -} -.highlight .sh { - color: #d14; -} -.highlight .si { - color: #d14; -} -.highlight .sx { - color: #d14; -} -.highlight .sr { - color: #009926; -} -.highlight .s1 { - color: #d14; -} -.highlight .ss { - color: #990073; -} -.highlight .bp { - color: #999999; -} -.highlight .vc { - color: #008080; -} -.highlight .vg { - color: #008080; -} -.highlight .vi { - color: #008080; -} -.highlight .il { - color: #009999; -} - -td.rouge-code { - width: 100%; -} - -pre.lineno { - color: rgba(153, 153, 153, 0.6); -} - -.rating-holder { - font-size: 16px; - display: inline-block; - background-color: #fff; - border-radius: 1.5625em; - box-sizing: border-box; -} - -.c-rating button { - display: inline-block; - float: left; - width: 1.25em; - height: 1.25em; - border: 0; - text-indent: -9999px; - outline: none; - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="0"] button:nth-child(-n+0) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="0.25"] button:nth-child(-n+1) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="0.25"] button:nth-child(1) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="0.5"] button:nth-child(-n+1) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="0.5"] button:nth-child(1) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="0.75"] button:nth-child(-n+1) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="0.75"] button:nth-child(1) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="1"] button:nth-child(-n+1) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="1.25"] button:nth-child(-n+2) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="1.25"] button:nth-child(2) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="1.5"] button:nth-child(-n+2) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="1.5"] button:nth-child(2) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="1.75"] button:nth-child(-n+2) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="1.75"] button:nth-child(2) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="2"] button:nth-child(-n+2) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="2.25"] button:nth-child(-n+3) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="2.25"] button:nth-child(3) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="2.5"] button:nth-child(-n+3) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="2.5"] button:nth-child(3) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="2.75"] button:nth-child(-n+3) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="2.75"] button:nth-child(3) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="3"] button:nth-child(-n+3) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="3.25"] button:nth-child(-n+4) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="3.25"] button:nth-child(4) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="3.5"] button:nth-child(-n+4) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="3.5"] button:nth-child(4) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="3.75"] button:nth-child(-n+4) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="3.75"] button:nth-child(4) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="4"] button:nth-child(-n+4) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="4.25"] button:nth-child(-n+5) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="4.25"] button:nth-child(5) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="4.5"] button:nth-child(-n+5) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="4.5"] button:nth-child(5) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="4.75"] button:nth-child(-n+5) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="4.75"] button:nth-child(5) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating[data-rating-value="5"] button:nth-child(-n+5) { - background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat; -} - -.c-rating--small { - font-size: 50%; -} - -.c-rating--big { - font-size: 150%; -} - -/*# sourceMappingURL=main.css.map */ \ No newline at end of file diff --git a/_site/assets/css/main.css.map b/_site/assets/css/main.css.map deleted file mode 100644 index 32d391a..0000000 --- a/_site/assets/css/main.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sourceRoot":"","sources":["main.scss","../../_sass/_syntax.scss","../../_sass/_starsnonscss.scss"],"names":[],"mappings":"AAAA;AACA;EACC;;;ACDD;EACC;EACG;EACA;EACA;AACuC;AACS;AAC1B;AACA;AACkB;AACD;AACC;AACmB;AACZ;AACG;AAC1B;AACJ;AACA;AAC2B;AACG;AAC9B;AACA;AACG;AACH;AACA;AACG;AACA;AACA;AACA;AACgB;AACpB;AACH;AACI;AACA;AACmB;AACnB;AACA;AACmB;AACA;AACnB;AACA;AACA;AACG;AACJ;AACC;AACA;AACA;AACA;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACG;AACH;AACG;AACA;AACA;AACA;AACA;AACA;;AA1DvB;EAAK;EAAgB;;AACrB;EAAO;EAAgB;;AACvB;EAAK;;AACL;EAAK;;AACL;EAAM;EAAgB;;AACtB;EAAM;EAAgB;;AACtB;EAAM;EAAgB;;AACtB;EAAM;EAAgB;EAAmB;;AACzC;EAAM;EAAgB;;AACtB;EAAS;EAAgB;;AACzB;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;EAAgB;;AACtB;EAAS;EAAgB;;AACzB;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;EAAgB;;AACtB;EAAK;;AACL;EAAK;;AACL;EAAM;;AACN;EAAM;;AACN;EAAM;EAAgB;;AACtB;EAAM;;AACN;EAAM;;AACN;EAAM;EAAgB;;AACtB;EAAM;EAAgB;;AACtB;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAK;;AACL;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;AACN;EAAM;;;AAGP;EAAgB;;;AAChB;EAAa;;;ACpEb;EACG;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE","sourcesContent":["/* We need to add display:inline in order to align the '>>' of the 'read more' link */\n.post-excerpt p {\n\tdisplay:inline;\n}\n\n// Import partials from `sass_dir` (defaults to `_sass`)\n@import\n\t\"syntax\",\n \"starsnonscss\"\n;\n","\n.highlight {\n\tbackground: #fff;\n border: 0;\n padding: 0;\n margin-bottom:1.7rem;\n\t.c { color: #999988; font-style: italic } /* Comment */\n\t.err { color: #a61717; background-color: #e3d2d2 } /* Error */\n\t.k { font-weight: bold } /* Keyword */\n\t.o { font-weight: bold } /* Operator */\n\t.cm { color: #999988; font-style: italic } /* Comment.Multiline */\n\t.cp { color: #999999; font-weight: bold } /* Comment.Preproc */\n\t.c1 { color: #999988; font-style: italic } /* Comment.Single */\n\t.cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */\n\t.gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */\n\t.gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */\n\t.ge { font-style: italic } /* Generic.Emph */\n\t.gr { color: #aa0000 } /* Generic.Error */\n\t.gh { color: #999999 } /* Generic.Heading */\n\t.gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */\n\t.gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */\n\t.go { color: #888888 } /* Generic.Output */\n\t.gp { color: #555555 } /* Generic.Prompt */\n\t.gs { font-weight: bold } /* Generic.Strong */\n\t.gu { color: #aaaaaa } /* Generic.Subheading */\n\t.gt { color: #aa0000 } /* Generic.Traceback */\n\t.kc { font-weight: bold } /* Keyword.Constant */\n\t.kd { font-weight: bold } /* Keyword.Declaration */\n\t.kp { font-weight: bold } /* Keyword.Pseudo */\n\t.kr { font-weight: bold } /* Keyword.Reserved */\n\t.kt { color: #445588; font-weight: bold } /* Keyword.Type */\n\t.m { color: #009999 } /* Literal.Number */\n\t.s { color: #d14 } /* Literal.String */\n\t.na { color: #008080 } /* Name.Attribute */\n\t.nb { color: #0086B3 } /* Name.Builtin */\n\t.nc { color: #445588; font-weight: bold } /* Name.Class */\n\t.no { color: #008080 } /* Name.Constant */\n\t.ni { color: #800080 } /* Name.Entity */\n\t.ne { color: #990000; font-weight: bold } /* Name.Exception */\n\t.nf { color: #990000; font-weight: bold } /* Name.Function */\n\t.nn { color: #555555 } /* Name.Namespace */\n\t.nt { color: #000080 } /* Name.Tag */\n\t.nv { color: #008080 } /* Name.Variable */\n\t.ow { font-weight: bold } /* Operator.Word */\n\t.w { color: #bbbbbb } /* Text.Whitespace */\n\t.mf { color: #009999 } /* Literal.Number.Float */\n\t.mh { color: #009999 } /* Literal.Number.Hex */\n\t.mi { color: #009999 } /* Literal.Number.Integer */\n\t.mo { color: #009999 } /* Literal.Number.Oct */\n\t.sb { color: #d14 } /* Literal.String.Backtick */\n\t.sc { color: #d14 } /* Literal.String.Char */\n\t.sd { color: #d14 } /* Literal.String.Doc */\n\t.s2 { color: #d14 } /* Literal.String.Double */\n\t.se { color: #d14 } /* Literal.String.Escape */\n\t.sh { color: #d14 } /* Literal.String.Heredoc */\n\t.si { color: #d14 } /* Literal.String.Interpol */\n\t.sx { color: #d14 } /* Literal.String.Other */\n\t.sr { color: #009926 } /* Literal.String.Regex */\n\t.s1 { color: #d14 } /* Literal.String.Single */\n\t.ss { color: #990073 } /* Literal.String.Symbol */\n\t.bp { color: #999999 } /* Name.Builtin.Pseudo */\n\t.vc { color: #008080 } /* Name.Variable.Class */\n\t.vg { color: #008080 } /* Name.Variable.Global */\n\t.vi { color: #008080 } /* Name.Variable.Instance */\n\t.il { color: #009999 } /* Literal.Number.Integer.Long */\n}\n\ntd.rouge-code { width: 100%;}\npre.lineno { color: #9999;}",".rating-holder {\n font-size: 16px;\n display: inline-block;\n background-color: #fff;\n border-radius: 1.5625em;\n box-sizing: border-box; }\n \n .c-rating button {\n display: inline-block;\n float: left;\n width: 1.25em;\n height: 1.25em;\n border: 0;\n text-indent: -9999px;\n outline: none;\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"0\"] button:nth-child(-n+0) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"0.25\"] button:nth-child(-n+1) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"0.25\"] button:nth-child(1) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat, url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"0.5\"] button:nth-child(-n+1) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"0.5\"] button:nth-child(1) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat, url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"0.75\"] button:nth-child(-n+1) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"0.75\"] button:nth-child(1) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat, url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"1\"] button:nth-child(-n+1) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"1.25\"] button:nth-child(-n+2) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"1.25\"] button:nth-child(2) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat, url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"1.5\"] button:nth-child(-n+2) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"1.5\"] button:nth-child(2) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat, url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"1.75\"] button:nth-child(-n+2) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"1.75\"] button:nth-child(2) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat, url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"2\"] button:nth-child(-n+2) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"2.25\"] button:nth-child(-n+3) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"2.25\"] button:nth-child(3) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat, url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"2.5\"] button:nth-child(-n+3) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"2.5\"] button:nth-child(3) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat, url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"2.75\"] button:nth-child(-n+3) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"2.75\"] button:nth-child(3) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat, url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"3\"] button:nth-child(-n+3) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"3.25\"] button:nth-child(-n+4) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"3.25\"] button:nth-child(4) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat, url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"3.5\"] button:nth-child(-n+4) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"3.5\"] button:nth-child(4) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat, url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"3.75\"] button:nth-child(-n+4) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"3.75\"] button:nth-child(4) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat, url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"4\"] button:nth-child(-n+4) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"4.25\"] button:nth-child(-n+5) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"4.25\"] button:nth-child(5) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat, url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"4.5\"] button:nth-child(-n+5) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"4.5\"] button:nth-child(5) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat, url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"4.75\"] button:nth-child(-n+5) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"4.75\"] button:nth-child(5) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat, url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating[data-rating-value=\"5\"] button:nth-child(-n+5) {\n background: url(\"data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E\") center/cover no-repeat; }\n .c-rating--small {\n font-size: 50%; }\n .c-rating--big {\n font-size: 150%; }"],"file":"main.css"} \ No newline at end of file diff --git a/_site/assets/css/screen.css b/_site/assets/css/screen.css deleted file mode 100644 index 43a86a8..0000000 --- a/_site/assets/css/screen.css +++ /dev/null @@ -1,907 +0,0 @@ -/* -Template Name: Mediumish -Copyright: Sal, WowThemes.net, https://www.wowthemes.net -License: https://www.wowthemes.net/freebies-license/ -*/ -@media screen and (min-width:1500px) { - html { font-size:18px; } /* Increase the font size on higher resolutions */ - .container {max-width:80%;} -} -.mainheading { - padding: 1rem 0rem; -} - -a { - color: #00ab6b; - transition: all 0.2s; -} - -a:hover { - color: #038252; - text-decoration: none; -} - -pre { - -moz-box-sizing: border-box; - box-sizing: border-box; - border: #E3EDF3 1px solid; - width: 100%; - padding: 7px; - font-family: monospace, sans-serif; - font-size: .9rem; - white-space: pre; - overflow: auto; - background: #fff; - border-radius: 0px; - line-height: 1.6; - color: #333; - margin-bottom: -rem; -} - -.mediumnavigation { - background: rgba(255, 255, 255, .97); - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15); - transition: top 0.2s ease-in-out; -} - -.main-content { - min-height: 300px; -} - -.site-content { - min-height: 60vh; - padding-top: 1.5rem; - margin-top: 57px; - transition: all 0.4s; -} - -section { - margin-bottom: 20px; -} - -section.recent-posts { - margin-bottom: 0; -} - -.section-title h2 { - border-bottom: 1px solid rgba(0, 0, 0, .125); - margin-bottom: 25px; - font-weight: 700; - font-size: 1.4rem; - margin-bottom: 27px; -} - -.section-title span { - border-bottom: 1px solid rgba(0, 0, 0, .44); - display: inline-block; - padding-bottom: 20px; - margin-bottom: -1px; -} - -.article-post ol, -.article-post ul { - margin-bottom: 1.5rem; -} - -.article-post ol ol, -.article-post ul ul { - list-style: disc; - margin-bottom: 0rem; -} - -@media (min-width:576px) { - .card-columns.listfeaturedtag { - -webkit-column-count: 2; - -moz-column-count: 2; - column-count: 2; - } -} - -@media (min-width:992px) { - .navbar-expand-lg .navbar-nav .nav-link { - padding-right: 0.8rem; - padding-left: 0.8rem; - } -} - -.listfeaturedtag { - border: 1px solid rgba(0, 0, 0, .125); - border-radius: .25rem; - transition: all 0.3s cubic-bezier(.25, .8, .25, 1); -} - -.listfeaturedtag .wrapthumbnail { - height: 290px; - flex: 0 0 auto; - height: 100%; -} - -.maxthumb { - max-height: 300px; - overflow: hidden; -} - -.listfeaturedtag .card, -.card-footer { - border: 0; -} - -.listfeaturedtag .thumbnail { - background-size: cover; - height: 100%; - display: block; - background-position: 38% 22% !important; - background-origin: border-box !important; - border-top-left-radius: .25rem; - border-bottom-left-radius: .25rem; -} - -.listfeaturedtag .card-block { - padding-left: 0; -} - -.listfeaturedtag h2.card-title, -.listrecent h2.card-title { - font-size: 1.3rem; - font-weight: 700; - line-height: 1.25; -} - -.listfeaturedtag h4.card-text, -.listrecent h4.card-text { - color: rgba(0, 0, 0, .44); - font-size: 0.95rem; - line-height: 1.6; - font-weight: 400; -} - -.featured-box-img-cover { - object-fit: cover; - width: 100%; - height: 100%; - max-height: 100%; -} - -@media (max-width:991px) { - .featured-box-img-cover { - height: auto; - width: 100%; - } -} - -.wrapfooter { - font-size: .8rem; - display: flex; - align-items: center; - margin-bottom: 15px; -} - -.author-thumb { - width: 40px; - height: 40px; - margin-right: 13px; - border-radius: 100%; -} - -.post-top-meta { - margin-bottom: 2rem; -} - -.post-top-meta .author-thumb { - width: 72px; - height: 72px; -} - -.post-top-meta.authorpage .author-thumb { - margin-top: 40px; -} - -.post-top-meta span { - font-size: 0.9rem; - color: rgba(0, 0, 0, .44); - display: inline-block; -} - -.post-top-meta .author-description { - margin-bottom: 5px; - margin-top: 5px; - font-size: 0.95rem; -} - -.toc ul { - list-style: decimal; - font-weight: 400; -} - -.author-meta { - flex: 1 1 auto; - white-space: nowrap !important; - text-overflow: ellipsis !important; - overflow: hidden !important; -} - -span.post-name, -span.post-date, -span.author-meta { - display: inline-block; -} - -span.post-date, -span.post-read { - color: rgba(0, 0, 0, .44); -} - -span.post-read-more { - align-items: center; - display: inline-block; - float: right; - margin-top: 8px; -} - -span.post-read-more a { - color: rgba(0, 0, 0, .44); -} - -span.post-name a, -span.post-read-more a:hover { - color: rgba(0, 0, 0, .8); -} - -.dot:after { - content: "·"; - margin-left: 3px; - margin-right: 3px; -} - -.mediumnavigation .form-control { - font-size: 0.8rem; - border-radius: 30px; - overflow: hidden; - border: 1px solid rgba(0, 0, 0, 0.09); - min-width: 180px; -} - -.mediumnavigation .form-inline { - margin-left: 15px; -} - -.mediumnavigation .form-inline .btn { - margin-left: -50px; - border: 0; - border-radius: 30px; - cursor: pointer; -} - -.mediumnavigation .form-inline .btn:hover, -.mediumnavigation .form-inline .btn:active { - background: transparent; - color: green; -} - -.mediumnavigation .navbar-brand { - font-weight: 500; -} - -.mediumnavigation .dropdown-menu { - border: 1px solid rgba(0, 0, 0, 0.08); - margin: .5rem 0 0; -} - -.mediumnavigation .nav-item, -.dropdown-menu { - font-size: 0.9rem; -} - -.mediumnavigation .search-icon { - margin-left: -40px; - display: inline-block; - margin-top: 3px; - cursor: pointer; -} - -.mediumnavigation .navbar-brand img { - max-height: 30px; - margin-right: 5px; -} - -.mainheading h1.sitetitle { - font-family: Righteous; -} - -.mainheading h1.posttitle { - font-weight: 700; - margin-bottom: 1rem; -} - -.footer { - border-top: 1px solid rgba(0, 0, 0, .05) !important; - padding-top: 15px; - padding-bottom: 12px; - font-size: 0.8rem; - color: rgba(0, 0, 0, .44); - margin-top: 50px; - margin-bottom: 62px; - position: relative; - background: #fff; -} - -.link-dark { - color: rgba(0, 0, 0, .8); -} - -.article-post { - font-family: Merriweather, source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif; - font-size: 1.1rem; - line-height: 1.84; - color: rgba(0, 0, 0, .8); -} - -blockquote { - border-left: 4px solid #00ab6b; - padding: 0 20px; - font-style: italic; - color: rgba(0, 0, 0, .5); -} - -.article-post p, -.article-post blockquote { - margin: 0 0 1.5rem 0; -} - -.featured-image { - display: block; - margin-bottom: 1.5rem; -} - -.share { - text-align: center; -} - -.share p { - margin-bottom: 10px; - font-size: 0.95rem; -} - -.share ul li { - display: inline-block; - margin-bottom: 9px; -} - -.share ul { - padding-left: 0; - margin-left: 0; -} - -.share ul li i.fa { - border: 1px solid #ddd; - width: 30px; - height: 30px; - line-height: 30px; - text-align: center; - border-radius: 50%; -} - -.svgIcon { - vertical-align: middle; -} - -.sticky-top-offset { - top: 100px; -} - -@media (min-width:1024px) { - .share ul li { - display: block; - } -} - -@media (max-width:999px) { - .featured-box-img-cover { - height: 359px; - } - - .alertbar { - position: relative !Important; - margin-bottom: 20px; - margin-top: 20px; - box-shadow: none !Important; - padding-right: 14px !Important; - } - - #comments { - margin-right: 15px; - } - - .jumbotron.fortags { - margin-bottom: 0 !Important; - } - - .alertbar form { - margin-top: 20px; - } - - .alertbar span, - .alertbar form { - display: block; - } - - .alertbar input[type="submit"] { - border-radius: 3px !Important; - } - - .alertbar input[type="email"] { - margin-right: 0px !Important; - display: block; - border-right: 1px solid #ddd !Important; - margin-bottom: 10px; - } - - .jumbotron { - margin-bottom: 0; - border-radius: 0; - } - - .listfeaturedtag .card { - height: auto; - } - - .listfeaturedtag .wrapfooter { - position: relative; - margin-top: 30px; - } - - .listfeaturedtag .card-block { - padding: 20px; - } - - .footer { - margin-top: 0px; - margin-bottom: 0px; - } -} - -@media (max-width:1024px) { - .post-top-meta .col-md-10 { - text-align: center; - } -} - -@media (max-width:767px) { - .post-top-meta.authorpage { - text-align: center; - } -} - -.share, -.share a { - color: rgba(0, 0, 0, .44); - fill: rgba(0, 0, 0, .44); -} - -.graybg { - background-color: #fafafa; - padding: 40px 0 46px; - position: relative; -} - -.listrelated .card { - box-shadow: 0 1px 7px rgba(0, 0, 0, .05); - border: 0; -} - -ul.tags { - list-style: none; - padding-left: 0; - margin: 0 0 3rem 0; -} - -ul.tags li { - display: inline-block; - font-size: 0.9rem; -} - -ul.tags li a { - background: rgba(0, 0, 0, .05); - color: rgba(0, 0, 0, .6); - border-radius: 3px; - padding: 5px 10px; -} - -ul.tags li a:hover { - background: rgba(0, 0, 0, .07); - text-decoration: none; -} - -.margtop3rem { - margin-top: 3rem; -} - -.sep { - height: 1px; - width: 20px; - background: #999; - margin: 0px auto; - margin-bottom: 1.2rem; -} - -.btn.follow { - border-color: #02B875; - color: #1C9963; - padding: 3px 10px; - text-align: center; - border-radius: 999em; - font-size: 0.85rem; - display: inline-block; -} - -.btn.subscribe { - background-color: #1C9963; - border-color: #1C9963; - color: rgba(255, 255, 255, 1); - fill: rgba(255, 255, 255, 1); - border-radius: 30px; - font-size: 0.85rem; - margin-left: 10px; - font-weight: 600; - text-transform: uppercase; -} - -.post-top-meta .btn.follow { - margin-left: 5px; - margin-top: -4px; -} - -.alertbar { - box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, .0785); - position: fixed; - bottom: 0; - left: 0; - background-color: #fff; - width: 100%; - padding: 14px 0; - z-index: 1; - display: none; -} - -.alertbar form { - display: inline-block; -} - -.alertbar input[type="email"] { - font-size: 0.85rem; - padding: 3px 5px 3px 10px; - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - border: 1px solid #ddd; - border-right: 0; - margin-right: -10px; - height: 34px; - letter-spacing: 0.5px; - margin-left: 5px; -} - -.alertbar input[type="submit"] { - background-color: #1C9963; - border: 1px solid #1C9963; - color: rgba(255, 255, 255, 1); - fill: rgba(255, 255, 255, 1); - font-size: 0.85rem; - border-radius: 0; - padding: 4px 10px; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; - font-weight: 600; - height: 34px; - letter-spacing: 0.5px; - cursor: pointer; -} - -.form-control::-webkit-input-placeholder { - color: rgba(0, 0, 0, .5); -} - -.form-control:-moz-placeholder { - color: rgba(0, 0, 0, .5); -} - -.form-control::-moz-placeholder { - color: rgba(0, 0, 0, .5); -} - -.form-control:-ms-input-placeholder { - color: rgba(0, 0, 0, .5); -} - -.form-control::-ms-input-placeholder { - color: rgba(0, 0, 0, .5); -} - -.authorpage h1 { - font-weight: 700; - font-size: 30px; -} - -.post-top-meta.authorpage .author-thumb { - float: none; -} - -.authorpage .author-description { - font-size: 1rem; - color: rgba(0, 0, 0, .6); -} - -.post-top-meta.authorpage .btn.follow { - padding: 7px 20px; - margin-top: 10px; - margin-left: 0; - font-size: 0.9rem; -} - -.graybg.authorpage { - border-top: 1px solid #f0f0f0; -} - -.authorpostbox { - width: 760px; - margin: 0px auto; - margin-bottom: 1.5rem; - max-width: 100%; -} - -.authorpostbox .img-thumb { - width: 100%; -} - -.sociallinks { - margin: 1rem 0; -} - -.sociallinks a { - background: #666; - color: #fff; - width: 22px; - height: 22px; - display: inline-block; - text-align: center; - line-height: 22px; - border-radius: 50%; - font-size: 12px; -} - -#comments { - margin-top: 3rem; - margin-bottom: 1.5rem; -} - -.h1, -.h2, -.h3, -.h4, -.h5, -.h6, -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; -} - -.article-post .h1, -.article-post .h2, -.article-post .h3, -.article-post .h4, -.article-post .h5, -.article-post .h6, -.article-post h1, -.article-post h2, -.article-post h3, -.article-post h4, -.article-post h5, -.article-post h6 { - font-weight: 700; - margin-bottom: 1.5rem; -} - -.article-post img.shadow { - -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30); - -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30); - box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30); -} - -.layout-page .article-post { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-size: 1rem; -} - -.layout-page .article-post p { - margin-bottom: 1rem; -} - -img { - max-width: 100%; -} - -.bottompagination span.navigation { - display: block; - font-size: 0.93rem; - padding: 15px 0 0 0; - text-align: center; - margin-bottom: 0rem; - color: #999; - border-top: 1px solid #ddd; -} - -.pointerup { - margin-bottom: -17px; - margin-left: 49%; - font-size: 30px; -} - -.pointerup i.fa { - color: #eaeaea; -} - -.bottompagination span.navigation i { - display: inline-block; -} - -span.navigation { - display: inline-block; - font-size: 0.93rem; - font-weight: 700; - text-align: center; -} - -.pagination { - display: block; -} - -iframe { - max-width: 100%; -} - -.transpdark { - background: rgba(0, 0, 0, 0.75); - color: #fff; -} - -@media (min-width:768px) { - .jumbotron.fortags { - margin-bottom: -50px; - margin-top: 3rem; - padding: 0; - height: 350px; - border-radius: 0; - /*background-image: url(../images/jumbotron.jpg);*/ - background-size: cover; - } - - .jumbotron.fortags .col-md-4 { - background: rgba(0, 0, 0, 0.75); - color: #fff; - } - - .jumbotron.fortags .row { - margin: 0; - } -} - -.jumbotron.fortags { - margin-top: 3rem; - padding: 0; - border-radius: 0; - /*background-image: url(../images/jumbotron.jpg);*/ - background-size: cover; -} - -.jumbotron.fortags a { - padding: 5px 10px 7px; - background: #222; - border-radius: 30px; - color: #fff; - font-weight: 500; - text-transform: lowercase; - font-size: 0.8rem; - display: inline-block; -} - -.layout-page .jumbotron.fortags { - display: none; -} - -.mb-30px { - margin-bottom: 30px; -} - -.flex-first { - -webkit-box-ordinal-group: 0; - -webkit-order: -1; - -ms-flex-order: -1; - order: -1; -} - -@media (min-width: 768px) { - .flex-md-unordered { - -webkit-box-ordinal-group: 1; - -webkit-order: 1; - -ms-flex-order: 1; - order: 1; - } - - .flex-first { - -webkit-box-ordinal-group: 0; - -webkit-order: 1; - -ms-flex-order: 1; - order: 1; - } -} - -@media (max-width: 768px) { - .share { - margin-top: 30px; - } -} - -.card .img-fluid { - width: 100%; -} - -.sticky-top-80 { - top: 80px; -} - -.spoiler { - color: transparent; - text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); - transition: all .4s; - cursor: pointer; - position: relative; -} - -.spoiler:after { - position: absolute; - opacity: 0; - content: 'Click to reveal spoiler'; - top: 45%; - left: calc(50% - 100px); - text-shadow: none; - background: #222; - color: #fff; - display: inline-block; - font-size: 13px; - line-height: 1; - padding: 2px 3px; - width: 150px; - font-family: Arial; - text-align: center; - border-radius: 3px; - transition: all .4s; -} - -.spoiler:hover:after { - opacity: 1; -} - -/** Lazy img **/ -.lazyimg { - display: block; - border: 0 none; - opacity: 1; - transition: opacity .25s; - background: #f2f2f2; - outline: 0 none; -} - -.lazyimg[data-src], -.lazyimg[data-srcset] { - opacity: 0; - transition: opacity .25s; -} - -table, th, td { - padding-right: 14px; - border: 1px solid rgba(0, 0, 0, .25); - font-family: Arial, Helvetica, sans-serif; -} \ No newline at end of file diff --git a/_site/assets/fonts/casper-icons.eot b/_site/assets/fonts/casper-icons.eot deleted file mode 100644 index 0bfce34..0000000 Binary files a/_site/assets/fonts/casper-icons.eot and /dev/null differ diff --git a/_site/assets/fonts/casper-icons.svg b/_site/assets/fonts/casper-icons.svg deleted file mode 100644 index 98efd05..0000000 --- a/_site/assets/fonts/casper-icons.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/assets/fonts/casper-icons.ttf b/_site/assets/fonts/casper-icons.ttf deleted file mode 100644 index f1b8da8..0000000 Binary files a/_site/assets/fonts/casper-icons.ttf and /dev/null differ diff --git a/_site/assets/fonts/casper-icons.woff b/_site/assets/fonts/casper-icons.woff deleted file mode 100644 index 4a98893..0000000 Binary files a/_site/assets/fonts/casper-icons.woff and /dev/null differ diff --git a/_site/assets/images/arrays/screenshot-jol-length.png b/_site/assets/images/arrays/screenshot-jol-length.png deleted file mode 100644 index bf22718..0000000 Binary files a/_site/assets/images/arrays/screenshot-jol-length.png and /dev/null differ diff --git a/_site/assets/images/arrays/screenshot-jol.png b/_site/assets/images/arrays/screenshot-jol.png deleted file mode 100644 index 79042bd..0000000 Binary files a/_site/assets/images/arrays/screenshot-jol.png and /dev/null differ diff --git a/_site/assets/images/arrays/swfvdia50a151.webp b/_site/assets/images/arrays/swfvdia50a151.webp deleted file mode 100644 index 55f0661..0000000 Binary files a/_site/assets/images/arrays/swfvdia50a151.webp and /dev/null differ diff --git a/_site/assets/js/ie10-viewport-bug-workaround.js b/_site/assets/js/ie10-viewport-bug-workaround.js deleted file mode 100644 index b335ef9..0000000 --- a/_site/assets/js/ie10-viewport-bug-workaround.js +++ /dev/null @@ -1,24 +0,0 @@ -/*! - * IE10 viewport hack for Surface/desktop Windows 8 bug - * Copyright 2014-2017 The Bootstrap Authors - * Copyright 2014-2017 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - -// See the Getting Started docs for more information: -// https://getbootstrap.com/getting-started/#support-ie10-width - -(function () { - 'use strict' - - if (navigator.userAgent.match(/IEMobile\/10\.0/)) { - var msViewportStyle = document.createElement('style') - msViewportStyle.appendChild( - document.createTextNode( - '@-ms-viewport{width:auto!important}' - ) - ) - document.head.appendChild(msViewportStyle) - } - -}()) diff --git a/_site/assets/js/jquery.min.js b/_site/assets/js/jquery.min.js deleted file mode 100644 index 4d9b3a2..0000000 --- a/_site/assets/js/jquery.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=[],r=e.document,i=Object.getPrototypeOf,o=n.slice,a=n.concat,s=n.push,u=n.indexOf,l={},c=l.toString,f=l.hasOwnProperty,p=f.toString,d=p.call(Object),h={},g=function e(t){return"function"==typeof t&&"number"!=typeof t.nodeType},y=function e(t){return null!=t&&t===t.window},v={type:!0,src:!0,noModule:!0};function m(e,t,n){var i,o=(t=t||r).createElement("script");if(o.text=e,n)for(i in v)n[i]&&(o[i]=n[i]);t.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[c.call(e)]||"object":typeof e}var b="3.3.1",w=function(e,t){return new w.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype={jquery:"3.3.1",constructor:w,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n0&&t-1 in e)}var E=function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,g,y,v,m,x,b="sizzle"+1*new Date,w=e.document,T=0,C=0,E=ae(),k=ae(),S=ae(),D=function(e,t){return e===t&&(f=!0),0},N={}.hasOwnProperty,A=[],j=A.pop,q=A.push,L=A.push,H=A.slice,O=function(e,t){for(var n=0,r=e.length;n+~]|"+M+")"+M+"*"),z=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),X=new RegExp(W),U=new RegExp("^"+R+"$"),V={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},G=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){p()},ie=me(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{L.apply(A=H.call(w.childNodes),w.childNodes),A[w.childNodes.length].nodeType}catch(e){L={apply:A.length?function(e,t){q.apply(e,H.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function oe(e,t,r,i){var o,s,l,c,f,h,v,m=t&&t.ownerDocument,T=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==T&&9!==T&&11!==T)return r;if(!i&&((t?t.ownerDocument||t:w)!==d&&p(t),t=t||d,g)){if(11!==T&&(f=J.exec(e)))if(o=f[1]){if(9===T){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return L.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!S[e+" "]&&(!y||!y.test(e))){if(1!==T)m=t,v=e;else if("object"!==t.nodeName.toLowerCase()){(c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=b),s=(h=a(e)).length;while(s--)h[s]="#"+c+" "+ve(h[s]);v=h.join(","),m=K.test(e)&&ge(t.parentNode)||t}if(v)try{return L.apply(r,m.querySelectorAll(v)),r}catch(e){}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1"),t,r,i)}function ae(){var e=[];function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}return t}function se(e){return e[b]=!0,e}function ue(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){var n=e.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function de(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return se(function(t){return t=+t,se(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function ge(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},p=oe.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!==d&&9===a.nodeType&&a.documentElement?(d=a,h=d.documentElement,g=!o(d),w!==d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),n.attributes=ue(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ue(function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=Q.test(d.getElementsByClassName),n.getById=ue(function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&g)return t.getElementsByClassName(e)},v=[],y=[],(n.qsa=Q.test(d.querySelectorAll))&&(ue(function(e){h.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+b+"-]").length||y.push("~="),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||y.push(".#.+[+~]")}),ue(function(e){e.innerHTML="";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(n.matchesSelector=Q.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ue(function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),v.push("!=",W)}),y=y.length&&new RegExp(y.join("|")),v=v.length&&new RegExp(v.join("|")),t=Q.test(h.compareDocumentPosition),x=t||Q.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===d||e.ownerDocument===w&&x(w,e)?-1:t===d||t.ownerDocument===w&&x(w,t)?1:c?O(c,e)-O(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===d?-1:t===d?1:i?-1:o?1:c?O(c,e)-O(c,t):0;if(i===o)return ce(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?ce(a[r],s[r]):a[r]===w?-1:s[r]===w?1:0},d):d},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&p(e),t=t.replace(z,"='$1']"),n.matchesSelector&&g&&!S[t+" "]&&(!v||!v.test(t))&&(!y||!y.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return oe(t,d,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==d&&p(e),x(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&N.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(D),f){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return c=null,e},i=oe.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[r++])n+=i(t);return n},(r=oe.selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return V.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=oe.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace($," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",y=t.parentNode,v=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(y){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===v:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?y.firstChild:y.lastChild],a&&m){x=(d=(l=(c=(f=(p=y)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&y.childNodes[d];while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===v:1===p.nodeType)&&++x&&(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p===t))break;return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,n){var r,o=i(e,t),a=o.length;while(a--)e[r=O(e,o[a])]=!(n[r]=o[a])}):function(e){return i(e,0,n)}):i}},pseudos:{not:se(function(e){var t=[],n=[],r=s(e.replace(B,"$1"));return r[b]?se(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:se(function(e){return function(t){return oe(e,t).length>0}}),contains:se(function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}}),lang:se(function(e){return U.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Y.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function be(e,t,n){for(var r=0,i=t.length;r-1&&(o[l]=!(a[l]=f))}}else v=we(v===a?v.splice(h,v.length):v),i?i(null,a,v,u):L.apply(a,v)})}function Ce(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],u=a?1:0,c=me(function(e){return e===t},s,!0),f=me(function(e){return O(t,e)>-1},s,!0),p=[function(e,n,r){var i=!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u1&&xe(p),u>1&&ve(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(B,"$1"),n,u0,i=e.length>0,o=function(o,a,s,u,c){var f,h,y,v=0,m="0",x=o&&[],b=[],w=l,C=o||i&&r.find.TAG("*",c),E=T+=null==w?1:Math.random()||.1,k=C.length;for(c&&(l=a===d||a||c);m!==k&&null!=(f=C[m]);m++){if(i&&f){h=0,a||f.ownerDocument===d||(p(f),s=!g);while(y=e[h++])if(y(f,a||d,s)){u.push(f);break}c&&(T=E)}n&&((f=!y&&f)&&v--,o&&x.push(f))}if(v+=m,n&&m!==v){h=0;while(y=t[h++])y(x,b,a,s);if(o){if(v>0)while(m--)x[m]||b[m]||(b[m]=j.call(u));b=we(b)}L.apply(u,b),c&&!o&&b.length>0&&v+t.length>1&&oe.uniqueSort(u)}return c&&(T=E,l=w),x};return n?se(o):o}return s=oe.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=a(e)),n=t.length;while(n--)(o=Ce(t[n]))[b]?r.push(o):i.push(o);(o=S(e,Ee(i,r))).selector=e}return o},u=oe.select=function(e,t,n,i){var o,u,l,c,f,p="function"==typeof e&&e,d=!i&&a(e=p.selector||e);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&9===t.nodeType&&g&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(Z,ee),t)||[])[0]))return n;p&&(t=t.parentNode),e=e.slice(u.shift().value.length)}o=V.needsContext.test(e)?0:u.length;while(o--){if(l=u[o],r.relative[c=l.type])break;if((f=r.find[c])&&(i=f(l.matches[0].replace(Z,ee),K.test(u[0].type)&&ge(t.parentNode)||t))){if(u.splice(o,1),!(e=i.length&&ve(u)))return L.apply(n,i),n;break}}}return(p||s(e,d))(i,t,!g,n,!t||K.test(e)&&ge(t.parentNode)||t),n},n.sortStable=b.split("").sort(D).join("")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ue(function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))}),ue(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||le("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ue(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||le("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ue(function(e){return null==e.getAttribute("disabled")})||le(P,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),oe}(e);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var k=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&w(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},D=w.expr.match.needsContext;function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,t,n){return g(t)?w.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?w.grep(e,function(e){return e===t!==n}):"string"!=typeof t?w.grep(e,function(e){return u.call(t,e)>-1!==n}):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,function(e){return 1===e.nodeType}))},w.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(w(e).filter(function(){for(t=0;t1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&D.test(e)?w(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:r,!0)),A.test(i[1])&&w.isPlainObject(t))for(i in t)g(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=r.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,q=w(r);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter(function(){for(var e=0;e-1:1===n.nodeType&&w.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?w.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(w(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return k(e,"parentNode")},parentsUntil:function(e,t,n){return k(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return k(e,"nextSibling")},prevAll:function(e){return k(e,"previousSibling")},nextUntil:function(e,t,n){return k(e,"nextSibling",n)},prevUntil:function(e,t,n){return k(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return N(e,"iframe")?e.contentDocument:(N(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},function(e,t){w.fn[e]=function(n,r){var i=w.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=w.filter(r,i)),this.length>1&&(O[e]||w.uniqueSort(i),H.test(e)&&i.reverse()),this.pushStack(i)}});var M=/[^\x20\t\r\n\f]+/g;function R(e){var t={};return w.each(e.match(M)||[],function(e,n){t[n]=!0}),t}w.Callbacks=function(e){e="string"==typeof e?R(e):w.extend({},e);var t,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||e.once,r=t=!0;a.length;s=-1){n=a.shift();while(++s-1)o.splice(n,1),n<=s&&s--}),this},has:function(e){return e?w.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l};function I(e){return e}function W(e){throw e}function $(e,t,n,r){var i;try{e&&g(i=e.promise)?i.call(e).done(t).fail(n):e&&g(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.extend({Deferred:function(t){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},"catch":function(e){return i.then(null,e)},pipe:function(){var e=arguments;return w.Deferred(function(t){w.each(n,function(n,r){var i=g(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&g(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){var o=0;function a(t,n,r,i){return function(){var s=this,u=arguments,l=function(){var e,l;if(!(t=o&&(r!==W&&(s=void 0,u=[e]),n.rejectWith(s,u))}};t?c():(w.Deferred.getStackHook&&(c.stackTrace=w.Deferred.getStackHook()),e.setTimeout(c))}}return w.Deferred(function(e){n[0][3].add(a(0,e,g(i)?i:I,e.notifyWith)),n[1][3].add(a(0,e,g(t)?t:I)),n[2][3].add(a(0,e,g(r)?r:W))}).promise()},promise:function(e){return null!=e?w.extend(e,i):i}},o={};return w.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=o.call(arguments),a=w.Deferred(),s=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?o.call(arguments):n,--t||a.resolveWith(r,i)}};if(t<=1&&($(e,a.done(s(n)).resolve,a.reject,!t),"pending"===a.state()||g(i[n]&&i[n].then)))return a.then();while(n--)$(i[n],s(n),a.reject);return a.promise()}});var B=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&B.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout(function(){throw t})};var F=w.Deferred();w.fn.ready=function(e){return F.then(e)["catch"](function(e){w.readyException(e)}),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||F.resolveWith(r,[w]))}}),w.ready.then=F.then;function _(){r.removeEventListener("DOMContentLoaded",_),e.removeEventListener("load",_),w.ready()}"complete"===r.readyState||"loading"!==r.readyState&&!r.documentElement.doScroll?e.setTimeout(w.ready):(r.addEventListener("DOMContentLoaded",_),e.addEventListener("load",_));var z=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===x(n)){i=!0;for(s in n)z(e,t,s,n[s],!0,o,a)}else if(void 0!==r&&(i=!0,g(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(w(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each(function(){K.remove(this,e)})}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=J.get(e,t),n&&(!r||Array.isArray(n)?r=J.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),r=n.length,i=n.shift(),o=w._queueHooks(e,t),a=function(){w.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:w.Callbacks("once memory").add(function(){J.remove(e,[t+"queue",n])})})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]+)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?w.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n-1)i&&i.push(o);else if(l=w.contains(o.ownerDocument,o),a=ye(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}!function(){var e=r.createDocumentFragment().appendChild(r.createElement("div")),t=r.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),h.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",h.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var be=r.documentElement,we=/^key/,Te=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ce=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function ke(){return!1}function Se(){try{return r.activeElement}catch(e){}}function De(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)De(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=ke;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return w().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=w.guid++)),e.each(function(){w.event.add(this,t,i,r,n)})}w.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.get(e);if(y){n.handler&&(n=(o=n).handler,i=o.selector),i&&w.find.matchesSelector(be,i),n.guid||(n.guid=w.guid++),(u=y.events)||(u=y.events={}),(a=y.handle)||(a=y.handle=function(t){return"undefined"!=typeof w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(M)||[""]).length;while(l--)d=g=(s=Ce.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=w.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=w.event.special[d]||{},c=w.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&w.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),w.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.hasData(e)&&J.get(e);if(y&&(u=y.events)){l=(t=(t||"").match(M)||[""]).length;while(l--)if(s=Ce.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){f=w.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,y.handle)||w.removeEvent(e,d,y.handle),delete u[d])}else for(d in u)w.event.remove(e,d+t[l],n,r,!0);w.isEmptyObject(u)&&J.remove(e,"handle events")}},dispatch:function(e){var t=w.event.fix(e),n,r,i,o,a,s,u=new Array(arguments.length),l=(J.get(this,"events")||{})[t.type]||[],c=w.event.special[t.type]||{};for(u[0]=t,n=1;n=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n-1:w.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/\s*$/g;function Le(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")?w(e).children("tbody")[0]||e:e}function He(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Oe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Pe(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(J.hasData(e)&&(o=J.access(e),a=J.set(t,o),l=o.events)){delete a.handle,a.events={};for(i in l)for(n=0,r=l[i].length;n1&&"string"==typeof y&&!h.checkClone&&je.test(y))return e.each(function(i){var o=e.eq(i);v&&(t[0]=y.call(this,i,o.html())),Re(o,t,n,r)});if(p&&(i=xe(t,e[0].ownerDocument,!1,e,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(u=(s=w.map(ye(i,"script"),He)).length;f")},clone:function(e,t,n){var r,i,o,a,s=e.cloneNode(!0),u=w.contains(e.ownerDocument,e);if(!(h.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||w.isXMLDoc(e)))for(a=ye(s),r=0,i=(o=ye(e)).length;r0&&ve(a,!u&&ye(e,"script")),s},cleanData:function(e){for(var t,n,r,i=w.event.special,o=0;void 0!==(n=e[o]);o++)if(Y(n)){if(t=n[J.expando]){if(t.events)for(r in t.events)i[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[J.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Ie(this,e,!0)},remove:function(e){return Ie(this,e)},text:function(e){return z(this,function(e){return void 0===e?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Re(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Le(this,e).appendChild(e)})},prepend:function(){return Re(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Le(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return w.clone(this,e,t)})},html:function(e){return z(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))),u}function et(e,t,n){var r=$e(e),i=Fe(e,t,r),o="border-box"===w.css(e,"boxSizing",!1,r),a=o;if(We.test(i)){if(!n)return i;i="auto"}return a=a&&(h.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===w.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(i=parseFloat(i)||0)+Ze(e,t,n||(o?"border":"content"),a,r,i)+"px"}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=G(t),u=Xe.test(t),l=e.style;if(u||(t=Je(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"==(o=typeof n)&&(i=ie.exec(n))&&i[1]&&(n=ue(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(w.cssNumber[s]?"":"px")),h.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=G(t);return Xe.test(t)||(t=Je(s)),(a=w.cssHooks[t]||w.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Ve&&(i=Ve[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),w.each(["height","width"],function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!ze.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?et(e,t,r):se(e,Ue,function(){return et(e,t,r)})},set:function(e,n,r){var i,o=$e(e),a="border-box"===w.css(e,"boxSizing",!1,o),s=r&&Ze(e,t,r,a,o);return a&&h.scrollboxSize()===o.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Ze(e,t,"border",!1,o)-.5)),s&&(i=ie.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ke(e,n,s)}}}),w.cssHooks.marginLeft=_e(h.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(e,t){w.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+oe[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(w.cssHooks[e+t].set=Ke)}),w.fn.extend({css:function(e,t){return z(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=$e(e),i=t.length;a1)}});function tt(e,t,n,r,i){return new tt.prototype.init(e,t,n,r,i)}w.Tween=tt,tt.prototype={constructor:tt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(w.cssNumber[n]?"":"px")},cur:function(){var e=tt.propHooks[this.prop];return e&&e.get?e.get(this):tt.propHooks._default.get(this)},run:function(e){var t,n=tt.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):tt.propHooks._default.set(this),this}},tt.prototype.init.prototype=tt.prototype,tt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[w.cssProps[e.prop]]&&!w.cssHooks[e.prop]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},tt.propHooks.scrollTop=tt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=tt.prototype.init,w.fx.step={};var nt,rt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function at(){rt&&(!1===r.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(at):e.setTimeout(at,w.fx.interval),w.fx.tick())}function st(){return e.setTimeout(function(){nt=void 0}),nt=Date.now()}function ut(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=oe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function lt(e,t,n){for(var r,i=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),o=0,a=i.length;o1)},removeAttr:function(e){return this.each(function(){w.removeAttr(this,e)})}}),w.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?w.prop(e,t,n):(1===o&&w.isXMLDoc(e)||(i=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!h.radioValue&&"radio"===t&&N(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ht[t]||w.find.attr;ht[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ht[a],ht[a]=i,i=null!=n(e,t,r)?a:null,ht[a]=o),i}});var gt=/^(?:input|select|textarea|button)$/i,yt=/^(?:a|area)$/i;w.fn.extend({prop:function(e,t){return z(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[w.propFix[e]||e]})}}),w.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&w.isXMLDoc(e)||(t=w.propFix[t]||t,i=w.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):gt.test(e.nodeName)||yt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),h.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this});function vt(e){return(e.match(M)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function xt(e){return Array.isArray(e)?e:"string"==typeof e?e.match(M)||[]:[]}w.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).addClass(e.call(this,t,mt(this)))});if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).removeClass(e.call(this,t,mt(this)))});if(!arguments.length)return this.attr("class","");if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])while(r.indexOf(" "+o+" ")>-1)r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):g(e)?this.each(function(n){w(this).toggleClass(e.call(this,n,mt(this),t),t)}):this.each(function(){var t,i,o,a;if(r){i=0,o=w(this),a=xt(e);while(t=a[i++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else void 0!==e&&"boolean"!==n||((t=mt(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&(" "+vt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;w.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=g(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,w(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=w.map(i,function(e){return null==e?"":e+""})),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return(t=w.valHooks[i.type]||w.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(bt,""):null==n?"":n}}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:vt(w.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},h.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),h.focusin="onfocusin"in e;var wt=/^(?:focusinfocus|focusoutblur)$/,Tt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,i,o){var a,s,u,l,c,p,d,h,v=[i||r],m=f.call(t,"type")?t.type:t,x=f.call(t,"namespace")?t.namespace.split("."):[];if(s=h=u=i=i||r,3!==i.nodeType&&8!==i.nodeType&&!wt.test(m+w.event.triggered)&&(m.indexOf(".")>-1&&(m=(x=m.split(".")).shift(),x.sort()),c=m.indexOf(":")<0&&"on"+m,t=t[w.expando]?t:new w.Event(m,"object"==typeof t&&t),t.isTrigger=o?2:3,t.namespace=x.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+x.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:w.makeArray(n,[t]),d=w.event.special[m]||{},o||!d.trigger||!1!==d.trigger.apply(i,n))){if(!o&&!d.noBubble&&!y(i)){for(l=d.delegateType||m,wt.test(l+m)||(s=s.parentNode);s;s=s.parentNode)v.push(s),u=s;u===(i.ownerDocument||r)&&v.push(u.defaultView||u.parentWindow||e)}a=0;while((s=v[a++])&&!t.isPropagationStopped())h=s,t.type=a>1?l:d.bindType||m,(p=(J.get(s,"events")||{})[t.type]&&J.get(s,"handle"))&&p.apply(s,n),(p=c&&s[c])&&p.apply&&Y(s)&&(t.result=p.apply(s,n),!1===t.result&&t.preventDefault());return t.type=m,o||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(v.pop(),n)||!Y(i)||c&&g(i[m])&&!y(i)&&((u=i[c])&&(i[c]=null),w.event.triggered=m,t.isPropagationStopped()&&h.addEventListener(m,Tt),i[m](),t.isPropagationStopped()&&h.removeEventListener(m,Tt),w.event.triggered=void 0,u&&(i[c]=u)),t.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each(function(){w.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),h.focusin||w.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=J.access(r,t);i||r.addEventListener(e,n,!0),J.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=J.access(r,t)-1;i?J.access(r,t,i):(r.removeEventListener(e,n,!0),J.remove(r,t))}}});var Ct=e.location,Et=Date.now(),kt=/\?/;w.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+t),n};var St=/\[\]$/,Dt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function jt(e,t,n,r){var i;if(Array.isArray(t))w.each(t,function(t,i){n||St.test(e)?r(e,i):jt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==x(t))r(e,t);else for(i in t)jt(e+"["+i+"]",t[i],n,r)}w.param=function(e,t){var n,r=[],i=function(e,t){var n=g(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,function(){i(this.name,this.value)});else for(n in e)jt(n,e[n],t,i);return r.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&At.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,function(e){return{name:t.name,value:e.replace(Dt,"\r\n")}}):{name:t.name,value:n.replace(Dt,"\r\n")}}).get()}});var qt=/%20/g,Lt=/#.*$/,Ht=/([?&])_=[^&]*/,Ot=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Mt=/^(?:GET|HEAD)$/,Rt=/^\/\//,It={},Wt={},$t="*/".concat("*"),Bt=r.createElement("a");Bt.href=Ct.href;function Ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(g(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function _t(e,t,n,r){var i={},o=e===Wt;function a(s){var u;return i[s]=!0,w.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),a(l),!1)}),u}return a(t.dataTypes[0])||!i["*"]&&a("*")}function zt(e,t){var n,r,i=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}function Xt(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}function Ut(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ct.href,type:"GET",isLocal:Pt.test(Ct.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$t,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,w.ajaxSettings),t):zt(w.ajaxSettings,e)},ajaxPrefilter:Ft(It),ajaxTransport:Ft(Wt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,p,d,h=w.ajaxSetup({},n),g=h.context||h,y=h.context&&(g.nodeType||g.jquery)?w(g):w.event,v=w.Deferred(),m=w.Callbacks("once memory"),x=h.statusCode||{},b={},T={},C="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s){s={};while(t=Ot.exec(a))s[t[1].toLowerCase()]=t[2]}t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||C;return i&&i.abort(t),k(0,t),this}};if(v.promise(E),h.url=((t||h.url||Ct.href)+"").replace(Rt,Ct.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){l=r.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Bt.protocol+"//"+Bt.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=w.param(h.data,h.traditional)),_t(It,h,n,E),c)return E;(f=w.event&&h.global)&&0==w.active++&&w.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Mt.test(h.type),o=h.url.replace(Lt,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(qt,"+")):(d=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(kt.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(Ht,"$1"),d=(kt.test(o)?"&":"?")+"_="+Et+++d),h.url=o+d),h.ifModified&&(w.lastModified[o]&&E.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&E.setRequestHeader("If-None-Match",w.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&E.setRequestHeader("Content-Type",h.contentType),E.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+$t+"; q=0.01":""):h.accepts["*"]);for(p in h.headers)E.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,E,h)||c))return E.abort();if(C="abort",m.add(h.complete),E.done(h.success),E.fail(h.error),i=_t(Wt,h,n,E)){if(E.readyState=1,f&&y.trigger("ajaxSend",[E,h]),c)return E;h.async&&h.timeout>0&&(u=e.setTimeout(function(){E.abort("timeout")},h.timeout));try{c=!1,i.send(b,k)}catch(e){if(c)throw e;k(-1,e)}}else k(-1,"No Transport");function k(t,n,r,s){var l,p,d,b,T,C=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",E.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=Xt(h,E,r)),b=Ut(h,b,E,l),l?(h.ifModified&&((T=E.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=T),(T=E.getResponseHeader("etag"))&&(w.etag[o]=T)),204===t||"HEAD"===h.type?C="nocontent":304===t?C="notmodified":(C=b.state,p=b.data,l=!(d=b.error))):(d=C,!t&&C||(C="error",t<0&&(t=0))),E.status=t,E.statusText=(n||C)+"",l?v.resolveWith(g,[p,C,E]):v.rejectWith(g,[E,C,d]),E.statusCode(x),x=void 0,f&&y.trigger(l?"ajaxSuccess":"ajaxError",[E,h,l?p:d]),m.fireWith(g,[E,C]),f&&(y.trigger("ajaxComplete",[E,h]),--w.active||w.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],function(e,t){w[t]=function(e,n,r,i){return g(n)&&(i=i||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:i,data:n,success:r},w.isPlainObject(e)&&e))}}),w._evalUrl=function(e){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return g(e)?this.each(function(t){w(this).wrapInner(e.call(this,t))}):this.each(function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=g(e);return this.each(function(n){w(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Vt={0:200,1223:204},Gt=w.ajaxSettings.xhr();h.cors=!!Gt&&"withCredentials"in Gt,h.ajax=Gt=!!Gt,w.ajaxTransport(function(t){var n,r;if(h.cors||Gt&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(a in i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Vt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),w.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),w.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(i,o){t=w(" - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
-

- Sander's Blog -

-

- What I might have failed to mention -

-
- - -
-
- -
-

Category java

-
- - - - - - - -
-
-
- - - -
-
-

- The quirks and performance of java arrays - -

-

Why a blog about the performance of arrays in java? They are old-school. Does anyone really need them? -

-
- -
-
- - - - - - - -
-

Category performance

-
- - - - - - - -
-
-
- - - -
-
-

- The quirks and performance of java arrays - -

-

Why a blog about the performance of arrays in java? They are old-school. Does anyone really need them? -

-
- -
-
- - - - - - - -
-
- - - -
- - -
-
-
-
-

Explore

-
-
-
- - - - java (1) - - performance (1) - - - -
-
-
- - - - - -
- - - - - - - - - - - - - - - - - diff --git a/_site/category/java/index.html b/_site/category/java/index.html deleted file mode 100644 index 880f9e0..0000000 --- a/_site/category/java/index.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - - - -java | Sander's Blog - - -java | Infinite Improbablity - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
-

- Sander's Blog -

-

- What I might have failed to mention -

-
- - -
- -
-
-

Archive of posts with category 'java'

-
-
- - - - - - -
-
-
- - - -
-
-

- The quirks and performance of java arrays - -

-

Why a blog about the performance of arrays in java? They are old-school. Does anyone really need them? -

-
- -
-
- - - - -
-
- -
- - - -
- - -
-
-
-
-

Explore

-
-
-
- - - - java (1) - - performance (1) - - - -
-
-
- - - - - -
- - - - - - - - - - - - - - - - - diff --git a/_site/category/performance/index.html b/_site/category/performance/index.html deleted file mode 100644 index 757d011..0000000 --- a/_site/category/performance/index.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - - - -performance | Sander's Blog - - -performance | Infinite Improbablity - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
-

- Sander's Blog -

-

- What I might have failed to mention -

-
- - -
- -
-
-

Archive of posts with category 'performance'

-
-
- - - - - - -
-
-
- - - -
-
-

- The quirks and performance of java arrays - -

-

Why a blog about the performance of arrays in java? They are old-school. Does anyone really need them? -

-
- -
-
- - - - -
-
- -
- - - -
- - -
-
-
-
-

Explore

-
-
-
- - - - java (1) - - performance (1) - - - -
-
-
- - - - - -
- - - - - - - - - - - - - - - - - diff --git a/_site/docker-compose.yml b/_site/docker-compose.yml deleted file mode 100644 index 6feb362..0000000 --- a/_site/docker-compose.yml +++ /dev/null @@ -1,7 +0,0 @@ -jekyll: - image: jekyll/jekyll:latest - command: jekyll serve --force_polling - ports: - - 4000:4000 - volumes: - - .:/srv/jekyll \ No newline at end of file diff --git a/_site/favicon.ico b/_site/favicon.ico deleted file mode 100644 index fc9ecca..0000000 Binary files a/_site/favicon.ico and /dev/null differ diff --git a/_site/feed.xml b/_site/feed.xml deleted file mode 100644 index d841a71..0000000 --- a/_site/feed.xml +++ /dev/null @@ -1,357 +0,0 @@ - - - - Infinite Improbablity - What I might have failed to mention - http://localhost:4000/ - - Thu, 24 Aug 2023 21:04:22 +0200 - Thu, 24 Aug 2023 21:04:22 +0200 - Jekyll v4.3.2 - - - The quirks and performance of java arrays - <p>Why a blog about the performance of arrays in java? They are old-school. Does anyone really need them?</p> - -<p>The only (active) memory I have of seeing arrays in an <em>actual</em> codebase was in a situation where ideally you’d used multiple return types (like in Python) or first-class tuples (like in rust). Please don’t return multiple objects in an Object[].</p> - -<blockquote> - <p>What made you write this then?</p> -</blockquote> - -<p>Several reasons, one of which is a recent blog from oracle called <a href="https://blogs.oracle.com/javamagazine/post/java-array-objects">Inside the JVM: Arrays and how they differ from other objects</a> which was disappointing because it failed to reveal any useful new information. This <a href="https://blogs.oracle.com/javamagazine/post/quiz-yourself-evaluation-order-the-assignment-operator-and-array-access-in-java">puzzler</a> is whacky though!</p> - -<p>And, I had just written a blog post for <a href="https://sanderhautvast.github.io.nl/multidim-arrays/">my company site</a> (in Dutch) about arrays. So I am all into them. This, by the way is the English translation of that post.</p> - -<p>A little while ago I stumbled over the <em>ghastlily</em> poor performance of <em>java.lang.reflect.Array</em>. That started the whole thing. See <a href="https://bugs.openjdk.org/browse/JDK-8051447">here</a>. I wanted to create a better alternative (but I haven’t progressed much though).</p> - -<p>Arrays haven’t changed much (at all?) since java 1.0. Makes sense for backwards compatibility. And <em>java</em> in those days was somewhat weird (<em>still is</em>), or should I say: <em>C-like</em>. Look at this for example:</p> - -<p><strong>3 ways to instantiate multi-dimensional arrays</strong></p> - -<ol> - <li><code class="language-plaintext highlighter-rouge">int[][] array = new int[3][2];</code> // ok..</li> - <li><code class="language-plaintext highlighter-rouge">int[] array[] = new int[2][2];</code> // reminding of C pointer notations</li> - <li><code class="language-plaintext highlighter-rouge">int[][] array = new int[5][];</code> // WTF?</li> -</ol> - -<blockquote> - <p>What does option #3 even mean?</p> -</blockquote> - -<p>And how can this not give an IndexOutOfBoundsException?</p> -<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1 -2 -</pre></td><td class="rouge-code"><pre><span class="nc">String</span><span class="o">[][][]</span> <span class="n">array</span> <span class="o">=</span> <span class="k">new</span> <span class="nc">String</span><span class="o">[</span><span class="mi">1</span><span class="o">][</span><span class="mi">1</span><span class="o">];</span> -<span class="n">array</span><span class="o">[</span><span class="mi">0</span><span class="o">]</span> <span class="o">=</span> <span class="k">new</span> <span class="nc">String</span><span class="o">[</span><span class="mi">2</span><span class="o">];</span> -</pre></td></tr></tbody></table></code></pre></div></div> - -<p>I couldn’t google the answer straightaway, so I turned to <a href="https://github.com/openjdk/jol">Jol</a> to find out more. NB. Jol does not work really well on macos (dunno about windows), so ran it in a linux vm and saw the following: -<img src="/assets/images/arrays/screenshot-jol.png" alt="jol" /></p> - -<p><a href="https://github.com/openjdk/jol">Jol</a> is a tool to investigate the memory internals of java objects. For a 2-dimensional String array you’d have to do this:</p> - -<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1 -</pre></td><td class="rouge-code"><pre>java <span class="nt">-jar</span> jol-cli.jar internals <span class="s2">"[[Ljava.lang.String;"</span> -</pre></td></tr></tbody></table></code></pre></div></div> - -<blockquote> - <p>BTW, notice the weird notation! I knew<code class="language-plaintext highlighter-rouge">[[L</code> and <code class="language-plaintext highlighter-rouge">;</code>. If you look at bytecode, this is all over the place. <code class="language-plaintext highlighter-rouge">L</code> indicates an object (as opposed to the primitives as in <code class="language-plaintext highlighter-rouge">I</code> for ints) and <code class="language-plaintext highlighter-rouge">[[</code> is indeed an array of two dimensions. So those are the bytecode notations, but internally it also uses <code class="language-plaintext highlighter-rouge">/</code> whereas here it’s the <code class="language-plaintext highlighter-rouge">.</code> again. It’s confusing, but it turns out this is just the way that <code class="language-plaintext highlighter-rouge">Class.forName</code> wants it (if you need to need a Class object of that type). So there’s a thing I didn’t know.</p> -</blockquote> - -<p>Then it dawned on me. The phrase <em>array of arrays</em> means that the outer array really doesn’t care about the lengths of the inner ones. The only thing the outer array knows is its own length.</p> - -<p><img src="/assets/images/arrays/screenshot-jol-length.png" alt="jol" /></p> - -<p>So <code class="language-plaintext highlighter-rouge">String[1][1]</code> is in fact <code class="language-plaintext highlighter-rouge">String[1][]</code>. Every element in the outer array is a 1-dimensional array, of any length! No runtime bounds checks here (C-like!). Of course once the inner array is initialized, there are checks again.</p> - -<blockquote> - <p>There are no true multi-dimensional arrays in Java, just arrays of arrays. This is why int[][] is a subclass of Object[]. If you need a large multi-dimensional int[] in Java, it is a bit more efficient to allocate a large int[] and calculate the offset yourself. However, make sure to, if possible, navigate the int[] in such a way that 64 bytes at a time can be read. That is a lot more efficient than jumping around. <strong><em><a href="https://javaspecialists.teachable.com/courses/249332/lectures/3886639">Heinz Kabutz</a></em></strong></p> -</blockquote> - -<p>‘Jumping around’ is not efficient because it hinders CPU caching and <em>prefetching</em>. Random Access Memory is sloow! It’s thanks to the L1/2/3 caches that processors can actually show off their speed while dealing with memory. They fetch more than needed at the time and cache it for future reads. The effect of this amplified when the CPU can also predict your <em>next <del>move</del> read</em>. So the way you read and write an array matters.</p> - -<blockquote> - <p><strong>But what performance gain can you actually achieve?</strong></p> -</blockquote> - -<p>This question tripped me and I fell down the rabbithole of microbenchmarking. I learnt a lot more about JMH, but in the end I discarded all the measurements from my Mac M2 max and reran them on a standard Amazon linux AMI. The results were more in line with what I read elsewhere. It’s also more generalisable in the sense that server applications rarely run on high-end laptop architectures. Most of the time, my laptop showed a less prominent effect of caching.</p> - -<h4 id="benchmarking-with-jmh">Benchmarking with JMH</h4> - -<p>Your friend, the JIT compiler becomes your adversary once you get into benchmarking. Initially I glowed observing a performance difference of 1342%, but that had more to do with unwanted removal of dead code, than the actual truth. Something to be very aware of.</p> - -<p>Also, testing your benchmarks makes sense. Verify you expectations of the actual functionality, to avoid the wrong conclusions about performance. Seems obvious but yeah, somebody had to point me to a mistake in my code…</p> - -<p>This is what I ended up with</p> -<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -</pre></td><td class="rouge-code"><pre><span class="nd">@Benchmark</span> -<span class="nd">@BenchmarkMode</span><span class="o">(</span><span class="nc">Mode</span><span class="o">.</span><span class="na">AverageTime</span><span class="o">)</span> -<span class="nd">@OutputTimeUnit</span><span class="o">(</span><span class="nc">TimeUnit</span><span class="o">.</span><span class="na">NANOSECONDS</span><span class="o">)</span> -<span class="kd">public</span> <span class="kt">long</span> <span class="nf">classicArrayGetTDLR</span><span class="o">()</span> <span class="o">{</span> - <span class="kt">long</span> <span class="n">t</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span> - <span class="k">for</span> <span class="o">(</span><span class="kt">int</span> <span class="n">r</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span> <span class="n">r</span> <span class="o">&lt;</span> <span class="no">ROWS</span><span class="o">;</span> <span class="n">r</span><span class="o">++)</span> <span class="o">{</span> - <span class="k">for</span> <span class="o">(</span><span class="kt">int</span> <span class="n">c</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span> <span class="n">c</span> <span class="o">&lt;</span> <span class="no">COLS</span><span class="o">;</span> <span class="n">c</span><span class="o">++)</span> <span class="o">{</span> - <span class="n">t</span> <span class="o">+=</span> <span class="n">intArray</span><span class="o">[</span><span class="n">r</span><span class="o">][</span><span class="n">c</span><span class="o">];</span> - <span class="o">}</span> - <span class="o">}</span> - <span class="k">return</span> <span class="n">t</span><span class="o">;</span> -<span class="o">}</span> -</pre></td></tr></tbody></table></code></pre></div></div> -<p>TDLR stands for Top Down (outer loop), then Left Right. This order means that the code traverses row by row, which is good, because the memory is layed out like this. LRTD on the other hand takes one column after another. This will result in cache misses most of the time.</p> - -<table> - <thead> - <tr> - <th>Benchmark</th> - <th>Mode</th> - <th style="text-align: right">Cnt</th> - <th style="text-align: right">Score</th> - <th style="text-align: right">Error</th> - <th>Units</th> - </tr> - </thead> - <tbody> - <tr> - <td>classic2DArrayGetLRTD</td> - <td>avgt</td> - <td style="text-align: right">5</td> - <td style="text-align: right">4184284.298</td> - <td style="text-align: right">± 7651435.011</td> - <td>ns/op</td> - </tr> - <tr> - <td>classic2DArrayGetTDLR</td> - <td>avgt</td> - <td style="text-align: right">5</td> - <td style="text-align: right">389369.258</td> - <td style="text-align: right">± 4064.665</td> - <td>ns/op</td> - </tr> - </tbody> -</table> - -<p><em>Amazon Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz</em></p> - -<p>Wow, 10x as fast! Exactly what <a href="https://www.youtube.com/watch?v=247cXLkYt2M">simondev</a> found (using javascript). And what my laptop annoyingly failed to reproduce. There the difference was around a factor of 2.</p> - -<blockquote> - <p><strong>Caveat:</strong> -The individual numbers don’t mean that much.</p> -</blockquote> - -<p>Another thing that Kabutz says is that it pays off to simulate multidimensional arrays using a one-dimensional one. This is easy to do. But is it useful?</p> - -<table> - <thead> - <tr> - <th>Benchmark</th> - <th>Mode</th> - <th style="text-align: right">Cnt</th> - <th style="text-align: right">Score</th> - <th style="text-align: right">Error</th> - <th>Units</th> - </tr> - </thead> - <tbody> - <tr> - <td>seqMultArrayGetLRTD</td> - <td>avgt</td> - <td style="text-align: right">5</td> - <td style="text-align: right">1399817.940</td> - <td style="text-align: right">± 271516.298</td> - <td>ns/op</td> - </tr> - <tr> - <td>seqMultArrayGetTDLR</td> - <td>avgt</td> - <td style="text-align: right">5</td> - <td style="text-align: right">392543.679</td> - <td style="text-align: right">± 3671.543</td> - <td>ns/op</td> - </tr> - </tbody> -</table> - -<blockquote> - -</blockquote> - -<p>The code for this benchmark (see github in the link at the bottom) allows any dimensions. Surely we can do a little better with a specialised version for just two.</p> - -<p>Like this:</p> -<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1 -2 -3 -4 -5 -6 -7 -</pre></td><td class="rouge-code"><pre><span class="kd">public</span> <span class="kt">int</span> <span class="nf">get</span><span class="o">(</span><span class="kt">int</span> <span class="n">row</span><span class="o">,</span> <span class="kt">int</span> <span class="n">col</span><span class="o">)</span> <span class="o">{</span> - <span class="k">return</span> <span class="n">data</span><span class="o">[</span><span class="n">row</span> <span class="o">*</span> <span class="k">this</span><span class="o">.</span><span class="na">cols</span> <span class="o">+</span> <span class="n">col</span><span class="o">];</span> -<span class="o">}</span> - -<span class="kd">public</span> <span class="kt">void</span> <span class="nf">set</span><span class="o">(</span><span class="kt">int</span> <span class="n">row</span><span class="o">,</span> <span class="kt">int</span> <span class="n">col</span><span class="o">,</span> <span class="kt">int</span> <span class="n">val</span><span class="o">)</span> <span class="o">{</span> - <span class="n">data</span><span class="o">[</span><span class="n">row</span> <span class="o">*</span> <span class="k">this</span><span class="o">.</span><span class="na">cols</span> <span class="o">+</span> <span class="n">col</span><span class="o">]</span> <span class="o">=</span> <span class="n">val</span><span class="o">;</span> -<span class="o">}</span> -</pre></td></tr></tbody></table></code></pre></div></div> - -<table> - <thead> - <tr> - <th>Benchmark</th> - <th>Mode</th> - <th style="text-align: right">Cnt</th> - <th style="text-align: right">Score</th> - <th style="text-align: right">Error</th> - <th>Units</th> - </tr> - </thead> - <tbody> - <tr> - <td>seq2DArrayGetLRTD</td> - <td>avgt</td> - <td style="text-align: right">5</td> - <td style="text-align: right">1362950.693</td> - <td style="text-align: right">± 43153.084</td> - <td>ns/op</td> - </tr> - <tr> - <td>seq2DArrayGetTDLR</td> - <td>avgt</td> - <td style="text-align: right">5</td> - <td style="text-align: right">390777.378</td> - <td style="text-align: right">± 11339.226</td> - <td>ns/op</td> - </tr> - </tbody> -</table> - -<blockquote> - -</blockquote> - -<blockquote> - <p>no difference!</p> -</blockquote> - -<p><strong>So?</strong></p> - -<p>Ok, there is an advantage in calculating your own indexes, BUT only if you for some reason cannot benefit from caching. All TDLR scores are roughly equal. Suppose you are reading random parts of images, in that case, it helps.</p> - -<blockquote> - <p><strong>What about <em>writes</em>?</strong></p> -</blockquote> - -<table> - <thead> - <tr> - <th>Benchmark</th> - <th>Mode</th> - <th style="text-align: right">Cnt</th> - <th style="text-align: right">Score</th> - <th style="text-align: right">Error</th> - <th>Units</th> - </tr> - </thead> - <tbody> - <tr> - <td>classic2DArraySetLRTD</td> - <td>avgt</td> - <td style="text-align: right">5</td> - <td style="text-align: right">4212263.046</td> - <td style="text-align: right">± 267087.769</td> - <td>ns/op</td> - </tr> - <tr> - <td>classic2DArraySetTDLR</td> - <td>avgt</td> - <td style="text-align: right">5</td> - <td style="text-align: right">1032451.067</td> - <td style="text-align: right">± 35040.403</td> - <td>ns/op</td> - </tr> - <tr> - <td>seq2DArraySetLRTD</td> - <td>avgt</td> - <td style="text-align: right">5</td> - <td style="text-align: right">2569007.766</td> - <td style="text-align: right">± 45255.561</td> - <td>ns/op</td> - </tr> - <tr> - <td>seq2DArraySetTDLR</td> - <td>avgt</td> - <td style="text-align: right">5</td> - <td style="text-align: right">721699.703</td> - <td style="text-align: right">± 22605.344</td> - <td>ns/op</td> - </tr> - </tbody> -</table> - -<blockquote> - -</blockquote> - -<p>3 to 4 times as fast for TDLR. Here index-calculation has more of an impact. So for editing random parts of images, especially for writing, use it.</p> - -<p>–&gt; But of course you should do your own measurements before embarking on any specific approach.</p> - -<h5 id="compiler-blackholes"><em><a href="https://shipilev.net/jvm/anatomy-quarks/27-compiler-blackholes/">compiler blackholes</a></em></h5> - -<p>How to avoid dead code elimination with JMH?</p> - -<ol> - <li>add a return parameter (like in the code example above)</li> - <li>use <em>compiler blackholes</em> (as of jdk-17)</li> -</ol> - -<p>Not using the return parameter in a benchmark makes the JIT compiler think it can help you by removing your precious code. Adding a sensible return parameter prohibits it from being that clever. -JMH will pick up whatever is returned and drops it into a black hole, and the information is lost. This in itself has some performance overhead and when the benchmark duration is in the same range, this will interfere with your measurements. Sounds like quantum physics, doesn’t it?</p> - -<p>So <em>Compiler blackholes</em> make sure that the JMH Blackhole is optimized away, but NOT your benchmark code. This is new a JVM feature that you have to enable as follows:</p> - -<p><code class="language-plaintext highlighter-rouge">java -Djmh.blackhole.mode=COMPILER -jar benchmark.jar</code></p> - -<h4 id="old-school">Old School?</h4> - -<p>Returning to the start of this article? Are arrays irrelevant for most developers, building boring web applications? They won’t often use them, but their JVM will, as arrays are used in String, ArrayList, and HashMap, in other words, the most prevalent classes (number of instances) in any running JVM.</p> - -<p>So iterating the characters in a String or the elements in an ArrayList follows the same performance laws as those for arrays. Oh, and don’t use LinkedList. Practice differs from theory here, because of CPU caching. Most of the internet is still not aware of this, judging from a recent poll on LinkedIn. This <a href="https://www.youtube.com/watch?v=YQs6IC-vgmo&amp;t=0s">video</a> with Bjarne Stroustrup explains exactly why.</p> - -<h3 id="diy">DIY</h3> -<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1 -2 -3 -</pre></td><td class="rouge-code"><pre>git clone https://github.com/shautvast/arraybench -mvn clean package -java <span class="nt">-Djmh</span>.blackhole.mode<span class="o">=</span>COMPILER <span class="nt">-jar</span> target/benchmark.jar -</pre></td></tr></tbody></table></code></pre></div></div> - -<div style="text-align: right">∞</div> - - Thu, 24 Aug 2023 00:00:00 +0200 - http://localhost:4000/multidim-arrays/ - http://localhost:4000/multidim-arrays/ - - - java - - performance - - - - - diff --git a/_site/index.html b/_site/index.html deleted file mode 100644 index a4cb828..0000000 --- a/_site/index.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - - - -blog | Sander's Blog - - -blog | Infinite Improbablity - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
-

- Sander's Blog -

-

- What I might have failed to mention -

-
- - -
- - - - - - - - -
- -
- -

All Stories

- -
- -
- - - - - - -
-
-
- - - -
-
-

- The quirks and performance of java arrays - -

-

Why a blog about the performance of arrays in java? They are old-school. Does anyone really need them? -

-
- -
-
- - - - -
- -
- - -
-
- - - -
- - -
- - - -
- - -
-
-
-
-

Explore

-
-
-
- - - - java (1) - - performance (1) - - - -
-
-
- - - - - -
- - - - - - - - - - - - - - - - - diff --git a/_site/multidim-arrays/index.html b/_site/multidim-arrays/index.html deleted file mode 100644 index 91b0b6c..0000000 --- a/_site/multidim-arrays/index.html +++ /dev/null @@ -1,718 +0,0 @@ - - - - - - - - -The quirks and performance of java arrays | Sander's Blog - - -The quirks and performance of java arrays | Infinite Improbablity - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
-

- Sander's Blog -

-

- What I might have failed to mention -

-
- - -
- -
-
- - -
- - -
- - - - -
-
- - - -
-
- - Sander Hautvast - -
- -
- - - -

The quirks and performance of java arrays

- -
- - - - - - - - - - -
- - - -

Why a blog about the performance of arrays in java? They are old-school. Does anyone really need them?

- -

The only (active) memory I have of seeing arrays in an actual codebase was in a situation where ideally you’d used multiple return types (like in Python) or first-class tuples (like in rust). Please don’t return multiple objects in an Object[].

- -
-

What made you write this then?

-
- -

Several reasons, one of which is a recent blog from oracle called Inside the JVM: Arrays and how they differ from other objects which was disappointing because it failed to reveal any useful new information. This puzzler is whacky though!

- -

And, I had just written a blog post for my company site (in Dutch) about arrays. So I am all into them. This, by the way is the English translation of that post.

- -

A little while ago I stumbled over the ghastlily poor performance of java.lang.reflect.Array. That started the whole thing. See here. I wanted to create a better alternative (but I haven’t progressed much though).

- -

Arrays haven’t changed much (at all?) since java 1.0. Makes sense for backwards compatibility. And java in those days was somewhat weird (still is), or should I say: C-like. Look at this for example:

- -

3 ways to instantiate multi-dimensional arrays

- -
    -
  1. int[][] array = new int[3][2]; // ok..
  2. -
  3. int[] array[] = new int[2][2]; // reminding of C pointer notations
  4. -
  5. int[][] array = new int[5][]; // WTF?
  6. -
- -
-

What does option #3 even mean?

-
- -

And how can this not give an IndexOutOfBoundsException?

-
1
-2
-
String[][][] array = new String[1][1];
-array[0] = new String[2];
-
- -

I couldn’t google the answer straightaway, so I turned to Jol to find out more. NB. Jol does not work really well on macos (dunno about windows), so ran it in a linux vm and saw the following: -jol

- -

Jol is a tool to investigate the memory internals of java objects. For a 2-dimensional String array you’d have to do this:

- -
1
-
java -jar jol-cli.jar internals "[[Ljava.lang.String;"
-
- -
-

BTW, notice the weird notation! I knew[[L and ;. If you look at bytecode, this is all over the place. L indicates an object (as opposed to the primitives as in I for ints) and [[ is indeed an array of two dimensions. So those are the bytecode notations, but internally it also uses / whereas here it’s the . again. It’s confusing, but it turns out this is just the way that Class.forName wants it (if you need to need a Class object of that type). So there’s a thing I didn’t know.

-
- -

Then it dawned on me. The phrase array of arrays means that the outer array really doesn’t care about the lengths of the inner ones. The only thing the outer array knows is its own length.

- -

jol

- -

So String[1][1] is in fact String[1][]. Every element in the outer array is a 1-dimensional array, of any length! No runtime bounds checks here (C-like!). Of course once the inner array is initialized, there are checks again.

- -
-

There are no true multi-dimensional arrays in Java, just arrays of arrays. This is why int[][] is a subclass of Object[]. If you need a large multi-dimensional int[] in Java, it is a bit more efficient to allocate a large int[] and calculate the offset yourself. However, make sure to, if possible, navigate the int[] in such a way that 64 bytes at a time can be read. That is a lot more efficient than jumping around. Heinz Kabutz

-
- -

‘Jumping around’ is not efficient because it hinders CPU caching and prefetching. Random Access Memory is sloow! It’s thanks to the L1/2/3 caches that processors can actually show off their speed while dealing with memory. They fetch more than needed at the time and cache it for future reads. The effect of this amplified when the CPU can also predict your next move read. So the way you read and write an array matters.

- -
-

But what performance gain can you actually achieve?

-
- -

This question tripped me and I fell down the rabbithole of microbenchmarking. I learnt a lot more about JMH, but in the end I discarded all the measurements from my Mac M2 max and reran them on a standard Amazon linux AMI. The results were more in line with what I read elsewhere. It’s also more generalisable in the sense that server applications rarely run on high-end laptop architectures. Most of the time, my laptop showed a less prominent effect of caching.

- -

Benchmarking with JMH

- -

Your friend, the JIT compiler becomes your adversary once you get into benchmarking. Initially I glowed observing a performance difference of 1342%, but that had more to do with unwanted removal of dead code, than the actual truth. Something to be very aware of.

- -

Also, testing your benchmarks makes sense. Verify you expectations of the actual functionality, to avoid the wrong conclusions about performance. Seems obvious but yeah, somebody had to point me to a mistake in my code…

- -

This is what I ended up with

-
1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
-
@Benchmark
-@BenchmarkMode(Mode.AverageTime)
-@OutputTimeUnit(TimeUnit.NANOSECONDS)
-public long classicArrayGetTDLR() {
-    long t = 0;
-    for (int r = 0; r < ROWS; r++) {
-        for (int c = 0; c < COLS; c++) {
-            t += intArray[r][c];
-        }
-    }
-    return t;
-}
-
-

TDLR stands for Top Down (outer loop), then Left Right. This order means that the code traverses row by row, which is good, because the memory is layed out like this. LRTD on the other hand takes one column after another. This will result in cache misses most of the time.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BenchmarkModeCntScoreErrorUnits
classic2DArrayGetLRTDavgt54184284.298± 7651435.011ns/op
classic2DArrayGetTDLRavgt5389369.258± 4064.665ns/op
- -

Amazon Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz

- -

Wow, 10x as fast! Exactly what simondev found (using javascript). And what my laptop annoyingly failed to reproduce. There the difference was around a factor of 2.

- -
-

Caveat: -The individual numbers don’t mean that much.

-
- -

Another thing that Kabutz says is that it pays off to simulate multidimensional arrays using a one-dimensional one. This is easy to do. But is it useful?

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BenchmarkModeCntScoreErrorUnits
seqMultArrayGetLRTDavgt51399817.940± 271516.298ns/op
seqMultArrayGetTDLRavgt5392543.679± 3671.543ns/op
- -
- -
- -

The code for this benchmark (see github in the link at the bottom) allows any dimensions. Surely we can do a little better with a specialised version for just two.

- -

Like this:

-
1
-2
-3
-4
-5
-6
-7
-
public int get(int row, int col) {
-    return data[row * this.cols + col];
-}
-
-public void set(int row, int col, int val) {
-    data[row * this.cols + col] = val;
-}
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BenchmarkModeCntScoreErrorUnits
seq2DArrayGetLRTDavgt51362950.693± 43153.084ns/op
seq2DArrayGetTDLRavgt5390777.378± 11339.226ns/op
- -
- -
- -
-

no difference!

-
- -

So?

- -

Ok, there is an advantage in calculating your own indexes, BUT only if you for some reason cannot benefit from caching. All TDLR scores are roughly equal. Suppose you are reading random parts of images, in that case, it helps.

- -
-

What about writes?

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BenchmarkModeCntScoreErrorUnits
classic2DArraySetLRTDavgt54212263.046± 267087.769ns/op
classic2DArraySetTDLRavgt51032451.067± 35040.403ns/op
seq2DArraySetLRTDavgt52569007.766± 45255.561ns/op
seq2DArraySetTDLRavgt5721699.703± 22605.344ns/op
- -
- -
- -

3 to 4 times as fast for TDLR. Here index-calculation has more of an impact. So for editing random parts of images, especially for writing, use it.

- -

–> But of course you should do your own measurements before embarking on any specific approach.

- -
compiler blackholes
- -

How to avoid dead code elimination with JMH?

- -
    -
  1. add a return parameter (like in the code example above)
  2. -
  3. use compiler blackholes (as of jdk-17)
  4. -
- -

Not using the return parameter in a benchmark makes the JIT compiler think it can help you by removing your precious code. Adding a sensible return parameter prohibits it from being that clever. -JMH will pick up whatever is returned and drops it into a black hole, and the information is lost. This in itself has some performance overhead and when the benchmark duration is in the same range, this will interfere with your measurements. Sounds like quantum physics, doesn’t it?

- -

So Compiler blackholes make sure that the JMH Blackhole is optimized away, but NOT your benchmark code. This is new a JVM feature that you have to enable as follows:

- -

java -Djmh.blackhole.mode=COMPILER -jar benchmark.jar

- -

Old School?

- -

Returning to the start of this article? Are arrays irrelevant for most developers, building boring web applications? They won’t often use them, but their JVM will, as arrays are used in String, ArrayList, and HashMap, in other words, the most prevalent classes (number of instances) in any running JVM.

- -

So iterating the characters in a String or the elements in an ArrayList follows the same performance laws as those for arrays. Oh, and don’t use LinkedList. Practice differs from theory here, because of CPU caching. Most of the internet is still not aware of this, judging from a recent poll on LinkedIn. This video with Bjarne Stroustrup explains exactly why.

- -

DIY

-
1
-2
-3
-
git clone https://github.com/shautvast/arraybench
-mvn clean package
-java -Djmh.blackhole.mode=COMPILER -jar target/benchmark.jar
-
- -
- -
- - - - - -

- - - - -

- - -
- -
- - - - - - - - - - -
- - -
-
- - - - -
-
-
- - - - - - - - - - - - - - - -
-
-
- - - - - -
- - - -
- - -
-
-
-
-

Explore

-
-
-
- - - - java (1) - - performance (1) - - - -
-
-
- - - - - -
- - - - - - - - - - - - - - - - - - - diff --git a/_site/robots.txt b/_site/robots.txt deleted file mode 100644 index d297064..0000000 --- a/_site/robots.txt +++ /dev/null @@ -1 +0,0 @@ -Sitemap: http://localhost:4000/sitemap.xml diff --git a/_site/sanderhautvast.github.io.iml b/_site/sanderhautvast.github.io.iml deleted file mode 100644 index 8021953..0000000 --- a/_site/sanderhautvast.github.io.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/_site/sitemap.xml b/_site/sitemap.xml deleted file mode 100644 index 19beefe..0000000 --- a/_site/sitemap.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - -http://localhost:4000/multidim-arrays/ -2023-08-24T00:00:00+02:00 - - -http://localhost:4000/about - - -http://localhost:4000/categories - - -http://localhost:4000/ - - -http://localhost:4000/tags - - -http://localhost:4000/category/java/ - - -http://localhost:4000/category/performance/ - - diff --git a/_site/tags.html b/_site/tags.html deleted file mode 100644 index b068178..0000000 --- a/_site/tags.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - - -Tags | Sander's Blog - - -Tags | Infinite Improbablity - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
-

- Sander's Blog -

-

- What I might have failed to mention -

-
- - -
-
- -
-
- - - -
- - -
-
-
-
-

Explore

-
-
-
- - - - java (1) - - performance (1) - - - -
-
-
- - - - - -
- - - - - - - - - - - - - - - - - diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..25b6752 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +date = '{{ .Date }}' +draft = true +title = '{{ replace .File.ContentBaseName "-" " " | title }}' ++++ diff --git a/assets/.DS_Store b/assets/.DS_Store deleted file mode 100644 index c92dc4a..0000000 Binary files a/assets/.DS_Store and /dev/null differ diff --git a/assets/css/main.scss b/assets/css/main.scss deleted file mode 100644 index a7e8b9b..0000000 --- a/assets/css/main.scss +++ /dev/null @@ -1,15 +0,0 @@ ---- -# Add a comment to make this file sass-y. -# Change this file for any custom CSS. ---- - -/* We need to add display:inline in order to align the '>>' of the 'read more' link */ -.post-excerpt p { - display:inline; -} - -// Import partials from `sass_dir` (defaults to `_sass`) -@import - "syntax", - "starsnonscss" -; diff --git a/assets/css/screen.css b/assets/css/screen.css deleted file mode 100644 index 43a86a8..0000000 --- a/assets/css/screen.css +++ /dev/null @@ -1,907 +0,0 @@ -/* -Template Name: Mediumish -Copyright: Sal, WowThemes.net, https://www.wowthemes.net -License: https://www.wowthemes.net/freebies-license/ -*/ -@media screen and (min-width:1500px) { - html { font-size:18px; } /* Increase the font size on higher resolutions */ - .container {max-width:80%;} -} -.mainheading { - padding: 1rem 0rem; -} - -a { - color: #00ab6b; - transition: all 0.2s; -} - -a:hover { - color: #038252; - text-decoration: none; -} - -pre { - -moz-box-sizing: border-box; - box-sizing: border-box; - border: #E3EDF3 1px solid; - width: 100%; - padding: 7px; - font-family: monospace, sans-serif; - font-size: .9rem; - white-space: pre; - overflow: auto; - background: #fff; - border-radius: 0px; - line-height: 1.6; - color: #333; - margin-bottom: -rem; -} - -.mediumnavigation { - background: rgba(255, 255, 255, .97); - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15); - transition: top 0.2s ease-in-out; -} - -.main-content { - min-height: 300px; -} - -.site-content { - min-height: 60vh; - padding-top: 1.5rem; - margin-top: 57px; - transition: all 0.4s; -} - -section { - margin-bottom: 20px; -} - -section.recent-posts { - margin-bottom: 0; -} - -.section-title h2 { - border-bottom: 1px solid rgba(0, 0, 0, .125); - margin-bottom: 25px; - font-weight: 700; - font-size: 1.4rem; - margin-bottom: 27px; -} - -.section-title span { - border-bottom: 1px solid rgba(0, 0, 0, .44); - display: inline-block; - padding-bottom: 20px; - margin-bottom: -1px; -} - -.article-post ol, -.article-post ul { - margin-bottom: 1.5rem; -} - -.article-post ol ol, -.article-post ul ul { - list-style: disc; - margin-bottom: 0rem; -} - -@media (min-width:576px) { - .card-columns.listfeaturedtag { - -webkit-column-count: 2; - -moz-column-count: 2; - column-count: 2; - } -} - -@media (min-width:992px) { - .navbar-expand-lg .navbar-nav .nav-link { - padding-right: 0.8rem; - padding-left: 0.8rem; - } -} - -.listfeaturedtag { - border: 1px solid rgba(0, 0, 0, .125); - border-radius: .25rem; - transition: all 0.3s cubic-bezier(.25, .8, .25, 1); -} - -.listfeaturedtag .wrapthumbnail { - height: 290px; - flex: 0 0 auto; - height: 100%; -} - -.maxthumb { - max-height: 300px; - overflow: hidden; -} - -.listfeaturedtag .card, -.card-footer { - border: 0; -} - -.listfeaturedtag .thumbnail { - background-size: cover; - height: 100%; - display: block; - background-position: 38% 22% !important; - background-origin: border-box !important; - border-top-left-radius: .25rem; - border-bottom-left-radius: .25rem; -} - -.listfeaturedtag .card-block { - padding-left: 0; -} - -.listfeaturedtag h2.card-title, -.listrecent h2.card-title { - font-size: 1.3rem; - font-weight: 700; - line-height: 1.25; -} - -.listfeaturedtag h4.card-text, -.listrecent h4.card-text { - color: rgba(0, 0, 0, .44); - font-size: 0.95rem; - line-height: 1.6; - font-weight: 400; -} - -.featured-box-img-cover { - object-fit: cover; - width: 100%; - height: 100%; - max-height: 100%; -} - -@media (max-width:991px) { - .featured-box-img-cover { - height: auto; - width: 100%; - } -} - -.wrapfooter { - font-size: .8rem; - display: flex; - align-items: center; - margin-bottom: 15px; -} - -.author-thumb { - width: 40px; - height: 40px; - margin-right: 13px; - border-radius: 100%; -} - -.post-top-meta { - margin-bottom: 2rem; -} - -.post-top-meta .author-thumb { - width: 72px; - height: 72px; -} - -.post-top-meta.authorpage .author-thumb { - margin-top: 40px; -} - -.post-top-meta span { - font-size: 0.9rem; - color: rgba(0, 0, 0, .44); - display: inline-block; -} - -.post-top-meta .author-description { - margin-bottom: 5px; - margin-top: 5px; - font-size: 0.95rem; -} - -.toc ul { - list-style: decimal; - font-weight: 400; -} - -.author-meta { - flex: 1 1 auto; - white-space: nowrap !important; - text-overflow: ellipsis !important; - overflow: hidden !important; -} - -span.post-name, -span.post-date, -span.author-meta { - display: inline-block; -} - -span.post-date, -span.post-read { - color: rgba(0, 0, 0, .44); -} - -span.post-read-more { - align-items: center; - display: inline-block; - float: right; - margin-top: 8px; -} - -span.post-read-more a { - color: rgba(0, 0, 0, .44); -} - -span.post-name a, -span.post-read-more a:hover { - color: rgba(0, 0, 0, .8); -} - -.dot:after { - content: "·"; - margin-left: 3px; - margin-right: 3px; -} - -.mediumnavigation .form-control { - font-size: 0.8rem; - border-radius: 30px; - overflow: hidden; - border: 1px solid rgba(0, 0, 0, 0.09); - min-width: 180px; -} - -.mediumnavigation .form-inline { - margin-left: 15px; -} - -.mediumnavigation .form-inline .btn { - margin-left: -50px; - border: 0; - border-radius: 30px; - cursor: pointer; -} - -.mediumnavigation .form-inline .btn:hover, -.mediumnavigation .form-inline .btn:active { - background: transparent; - color: green; -} - -.mediumnavigation .navbar-brand { - font-weight: 500; -} - -.mediumnavigation .dropdown-menu { - border: 1px solid rgba(0, 0, 0, 0.08); - margin: .5rem 0 0; -} - -.mediumnavigation .nav-item, -.dropdown-menu { - font-size: 0.9rem; -} - -.mediumnavigation .search-icon { - margin-left: -40px; - display: inline-block; - margin-top: 3px; - cursor: pointer; -} - -.mediumnavigation .navbar-brand img { - max-height: 30px; - margin-right: 5px; -} - -.mainheading h1.sitetitle { - font-family: Righteous; -} - -.mainheading h1.posttitle { - font-weight: 700; - margin-bottom: 1rem; -} - -.footer { - border-top: 1px solid rgba(0, 0, 0, .05) !important; - padding-top: 15px; - padding-bottom: 12px; - font-size: 0.8rem; - color: rgba(0, 0, 0, .44); - margin-top: 50px; - margin-bottom: 62px; - position: relative; - background: #fff; -} - -.link-dark { - color: rgba(0, 0, 0, .8); -} - -.article-post { - font-family: Merriweather, source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif; - font-size: 1.1rem; - line-height: 1.84; - color: rgba(0, 0, 0, .8); -} - -blockquote { - border-left: 4px solid #00ab6b; - padding: 0 20px; - font-style: italic; - color: rgba(0, 0, 0, .5); -} - -.article-post p, -.article-post blockquote { - margin: 0 0 1.5rem 0; -} - -.featured-image { - display: block; - margin-bottom: 1.5rem; -} - -.share { - text-align: center; -} - -.share p { - margin-bottom: 10px; - font-size: 0.95rem; -} - -.share ul li { - display: inline-block; - margin-bottom: 9px; -} - -.share ul { - padding-left: 0; - margin-left: 0; -} - -.share ul li i.fa { - border: 1px solid #ddd; - width: 30px; - height: 30px; - line-height: 30px; - text-align: center; - border-radius: 50%; -} - -.svgIcon { - vertical-align: middle; -} - -.sticky-top-offset { - top: 100px; -} - -@media (min-width:1024px) { - .share ul li { - display: block; - } -} - -@media (max-width:999px) { - .featured-box-img-cover { - height: 359px; - } - - .alertbar { - position: relative !Important; - margin-bottom: 20px; - margin-top: 20px; - box-shadow: none !Important; - padding-right: 14px !Important; - } - - #comments { - margin-right: 15px; - } - - .jumbotron.fortags { - margin-bottom: 0 !Important; - } - - .alertbar form { - margin-top: 20px; - } - - .alertbar span, - .alertbar form { - display: block; - } - - .alertbar input[type="submit"] { - border-radius: 3px !Important; - } - - .alertbar input[type="email"] { - margin-right: 0px !Important; - display: block; - border-right: 1px solid #ddd !Important; - margin-bottom: 10px; - } - - .jumbotron { - margin-bottom: 0; - border-radius: 0; - } - - .listfeaturedtag .card { - height: auto; - } - - .listfeaturedtag .wrapfooter { - position: relative; - margin-top: 30px; - } - - .listfeaturedtag .card-block { - padding: 20px; - } - - .footer { - margin-top: 0px; - margin-bottom: 0px; - } -} - -@media (max-width:1024px) { - .post-top-meta .col-md-10 { - text-align: center; - } -} - -@media (max-width:767px) { - .post-top-meta.authorpage { - text-align: center; - } -} - -.share, -.share a { - color: rgba(0, 0, 0, .44); - fill: rgba(0, 0, 0, .44); -} - -.graybg { - background-color: #fafafa; - padding: 40px 0 46px; - position: relative; -} - -.listrelated .card { - box-shadow: 0 1px 7px rgba(0, 0, 0, .05); - border: 0; -} - -ul.tags { - list-style: none; - padding-left: 0; - margin: 0 0 3rem 0; -} - -ul.tags li { - display: inline-block; - font-size: 0.9rem; -} - -ul.tags li a { - background: rgba(0, 0, 0, .05); - color: rgba(0, 0, 0, .6); - border-radius: 3px; - padding: 5px 10px; -} - -ul.tags li a:hover { - background: rgba(0, 0, 0, .07); - text-decoration: none; -} - -.margtop3rem { - margin-top: 3rem; -} - -.sep { - height: 1px; - width: 20px; - background: #999; - margin: 0px auto; - margin-bottom: 1.2rem; -} - -.btn.follow { - border-color: #02B875; - color: #1C9963; - padding: 3px 10px; - text-align: center; - border-radius: 999em; - font-size: 0.85rem; - display: inline-block; -} - -.btn.subscribe { - background-color: #1C9963; - border-color: #1C9963; - color: rgba(255, 255, 255, 1); - fill: rgba(255, 255, 255, 1); - border-radius: 30px; - font-size: 0.85rem; - margin-left: 10px; - font-weight: 600; - text-transform: uppercase; -} - -.post-top-meta .btn.follow { - margin-left: 5px; - margin-top: -4px; -} - -.alertbar { - box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, .0785); - position: fixed; - bottom: 0; - left: 0; - background-color: #fff; - width: 100%; - padding: 14px 0; - z-index: 1; - display: none; -} - -.alertbar form { - display: inline-block; -} - -.alertbar input[type="email"] { - font-size: 0.85rem; - padding: 3px 5px 3px 10px; - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - border: 1px solid #ddd; - border-right: 0; - margin-right: -10px; - height: 34px; - letter-spacing: 0.5px; - margin-left: 5px; -} - -.alertbar input[type="submit"] { - background-color: #1C9963; - border: 1px solid #1C9963; - color: rgba(255, 255, 255, 1); - fill: rgba(255, 255, 255, 1); - font-size: 0.85rem; - border-radius: 0; - padding: 4px 10px; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; - font-weight: 600; - height: 34px; - letter-spacing: 0.5px; - cursor: pointer; -} - -.form-control::-webkit-input-placeholder { - color: rgba(0, 0, 0, .5); -} - -.form-control:-moz-placeholder { - color: rgba(0, 0, 0, .5); -} - -.form-control::-moz-placeholder { - color: rgba(0, 0, 0, .5); -} - -.form-control:-ms-input-placeholder { - color: rgba(0, 0, 0, .5); -} - -.form-control::-ms-input-placeholder { - color: rgba(0, 0, 0, .5); -} - -.authorpage h1 { - font-weight: 700; - font-size: 30px; -} - -.post-top-meta.authorpage .author-thumb { - float: none; -} - -.authorpage .author-description { - font-size: 1rem; - color: rgba(0, 0, 0, .6); -} - -.post-top-meta.authorpage .btn.follow { - padding: 7px 20px; - margin-top: 10px; - margin-left: 0; - font-size: 0.9rem; -} - -.graybg.authorpage { - border-top: 1px solid #f0f0f0; -} - -.authorpostbox { - width: 760px; - margin: 0px auto; - margin-bottom: 1.5rem; - max-width: 100%; -} - -.authorpostbox .img-thumb { - width: 100%; -} - -.sociallinks { - margin: 1rem 0; -} - -.sociallinks a { - background: #666; - color: #fff; - width: 22px; - height: 22px; - display: inline-block; - text-align: center; - line-height: 22px; - border-radius: 50%; - font-size: 12px; -} - -#comments { - margin-top: 3rem; - margin-bottom: 1.5rem; -} - -.h1, -.h2, -.h3, -.h4, -.h5, -.h6, -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; -} - -.article-post .h1, -.article-post .h2, -.article-post .h3, -.article-post .h4, -.article-post .h5, -.article-post .h6, -.article-post h1, -.article-post h2, -.article-post h3, -.article-post h4, -.article-post h5, -.article-post h6 { - font-weight: 700; - margin-bottom: 1.5rem; -} - -.article-post img.shadow { - -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30); - -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30); - box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30); -} - -.layout-page .article-post { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-size: 1rem; -} - -.layout-page .article-post p { - margin-bottom: 1rem; -} - -img { - max-width: 100%; -} - -.bottompagination span.navigation { - display: block; - font-size: 0.93rem; - padding: 15px 0 0 0; - text-align: center; - margin-bottom: 0rem; - color: #999; - border-top: 1px solid #ddd; -} - -.pointerup { - margin-bottom: -17px; - margin-left: 49%; - font-size: 30px; -} - -.pointerup i.fa { - color: #eaeaea; -} - -.bottompagination span.navigation i { - display: inline-block; -} - -span.navigation { - display: inline-block; - font-size: 0.93rem; - font-weight: 700; - text-align: center; -} - -.pagination { - display: block; -} - -iframe { - max-width: 100%; -} - -.transpdark { - background: rgba(0, 0, 0, 0.75); - color: #fff; -} - -@media (min-width:768px) { - .jumbotron.fortags { - margin-bottom: -50px; - margin-top: 3rem; - padding: 0; - height: 350px; - border-radius: 0; - /*background-image: url(../images/jumbotron.jpg);*/ - background-size: cover; - } - - .jumbotron.fortags .col-md-4 { - background: rgba(0, 0, 0, 0.75); - color: #fff; - } - - .jumbotron.fortags .row { - margin: 0; - } -} - -.jumbotron.fortags { - margin-top: 3rem; - padding: 0; - border-radius: 0; - /*background-image: url(../images/jumbotron.jpg);*/ - background-size: cover; -} - -.jumbotron.fortags a { - padding: 5px 10px 7px; - background: #222; - border-radius: 30px; - color: #fff; - font-weight: 500; - text-transform: lowercase; - font-size: 0.8rem; - display: inline-block; -} - -.layout-page .jumbotron.fortags { - display: none; -} - -.mb-30px { - margin-bottom: 30px; -} - -.flex-first { - -webkit-box-ordinal-group: 0; - -webkit-order: -1; - -ms-flex-order: -1; - order: -1; -} - -@media (min-width: 768px) { - .flex-md-unordered { - -webkit-box-ordinal-group: 1; - -webkit-order: 1; - -ms-flex-order: 1; - order: 1; - } - - .flex-first { - -webkit-box-ordinal-group: 0; - -webkit-order: 1; - -ms-flex-order: 1; - order: 1; - } -} - -@media (max-width: 768px) { - .share { - margin-top: 30px; - } -} - -.card .img-fluid { - width: 100%; -} - -.sticky-top-80 { - top: 80px; -} - -.spoiler { - color: transparent; - text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); - transition: all .4s; - cursor: pointer; - position: relative; -} - -.spoiler:after { - position: absolute; - opacity: 0; - content: 'Click to reveal spoiler'; - top: 45%; - left: calc(50% - 100px); - text-shadow: none; - background: #222; - color: #fff; - display: inline-block; - font-size: 13px; - line-height: 1; - padding: 2px 3px; - width: 150px; - font-family: Arial; - text-align: center; - border-radius: 3px; - transition: all .4s; -} - -.spoiler:hover:after { - opacity: 1; -} - -/** Lazy img **/ -.lazyimg { - display: block; - border: 0 none; - opacity: 1; - transition: opacity .25s; - background: #f2f2f2; - outline: 0 none; -} - -.lazyimg[data-src], -.lazyimg[data-srcset] { - opacity: 0; - transition: opacity .25s; -} - -table, th, td { - padding-right: 14px; - border: 1px solid rgba(0, 0, 0, .25); - font-family: Arial, Helvetica, sans-serif; -} \ No newline at end of file diff --git a/assets/fonts/casper-icons.eot b/assets/fonts/casper-icons.eot deleted file mode 100644 index 0bfce34..0000000 Binary files a/assets/fonts/casper-icons.eot and /dev/null differ diff --git a/assets/fonts/casper-icons.svg b/assets/fonts/casper-icons.svg deleted file mode 100644 index 98efd05..0000000 --- a/assets/fonts/casper-icons.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/assets/fonts/casper-icons.ttf b/assets/fonts/casper-icons.ttf deleted file mode 100644 index f1b8da8..0000000 Binary files a/assets/fonts/casper-icons.ttf and /dev/null differ diff --git a/assets/fonts/casper-icons.woff b/assets/fonts/casper-icons.woff deleted file mode 100644 index 4a98893..0000000 Binary files a/assets/fonts/casper-icons.woff and /dev/null differ diff --git a/assets/images/arrays/_site/feed.xml b/assets/images/arrays/_site/feed.xml deleted file mode 100644 index 8b68c37..0000000 --- a/assets/images/arrays/_site/feed.xml +++ /dev/null @@ -1 +0,0 @@ -Jekyll2023-08-21T19:24:33+02:00http://localhost:4000/feed.xml \ No newline at end of file diff --git a/assets/images/arrays/_site/robots.txt b/assets/images/arrays/_site/robots.txt deleted file mode 100644 index d297064..0000000 --- a/assets/images/arrays/_site/robots.txt +++ /dev/null @@ -1 +0,0 @@ -Sitemap: http://localhost:4000/sitemap.xml diff --git a/assets/images/arrays/_site/screenshot-jol-length.png b/assets/images/arrays/_site/screenshot-jol-length.png deleted file mode 100644 index bf22718..0000000 Binary files a/assets/images/arrays/_site/screenshot-jol-length.png and /dev/null differ diff --git a/assets/images/arrays/_site/screenshot-jol.png b/assets/images/arrays/_site/screenshot-jol.png deleted file mode 100644 index 79042bd..0000000 Binary files a/assets/images/arrays/_site/screenshot-jol.png and /dev/null differ diff --git a/assets/images/arrays/_site/sitemap.xml b/assets/images/arrays/_site/sitemap.xml deleted file mode 100644 index 9bf9de2..0000000 --- a/assets/images/arrays/_site/sitemap.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/assets/images/arrays/_site/swfvdia50a151.webp b/assets/images/arrays/_site/swfvdia50a151.webp deleted file mode 100644 index 55f0661..0000000 Binary files a/assets/images/arrays/_site/swfvdia50a151.webp and /dev/null differ diff --git a/assets/images/arrays/screenshot-jol-length.png b/assets/images/arrays/screenshot-jol-length.png deleted file mode 100644 index bf22718..0000000 Binary files a/assets/images/arrays/screenshot-jol-length.png and /dev/null differ diff --git a/assets/images/arrays/screenshot-jol.png b/assets/images/arrays/screenshot-jol.png deleted file mode 100644 index 79042bd..0000000 Binary files a/assets/images/arrays/screenshot-jol.png and /dev/null differ diff --git a/assets/images/arrays/swfvdia50a151.webp b/assets/images/arrays/swfvdia50a151.webp deleted file mode 100644 index 55f0661..0000000 Binary files a/assets/images/arrays/swfvdia50a151.webp and /dev/null differ diff --git a/assets/js/ie10-viewport-bug-workaround.js b/assets/js/ie10-viewport-bug-workaround.js deleted file mode 100644 index b335ef9..0000000 --- a/assets/js/ie10-viewport-bug-workaround.js +++ /dev/null @@ -1,24 +0,0 @@ -/*! - * IE10 viewport hack for Surface/desktop Windows 8 bug - * Copyright 2014-2017 The Bootstrap Authors - * Copyright 2014-2017 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - -// See the Getting Started docs for more information: -// https://getbootstrap.com/getting-started/#support-ie10-width - -(function () { - 'use strict' - - if (navigator.userAgent.match(/IEMobile\/10\.0/)) { - var msViewportStyle = document.createElement('style') - msViewportStyle.appendChild( - document.createTextNode( - '@-ms-viewport{width:auto!important}' - ) - ) - document.head.appendChild(msViewportStyle) - } - -}()) diff --git a/assets/js/jquery.min.js b/assets/js/jquery.min.js deleted file mode 100644 index 4d9b3a2..0000000 --- a/assets/js/jquery.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=[],r=e.document,i=Object.getPrototypeOf,o=n.slice,a=n.concat,s=n.push,u=n.indexOf,l={},c=l.toString,f=l.hasOwnProperty,p=f.toString,d=p.call(Object),h={},g=function e(t){return"function"==typeof t&&"number"!=typeof t.nodeType},y=function e(t){return null!=t&&t===t.window},v={type:!0,src:!0,noModule:!0};function m(e,t,n){var i,o=(t=t||r).createElement("script");if(o.text=e,n)for(i in v)n[i]&&(o[i]=n[i]);t.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[c.call(e)]||"object":typeof e}var b="3.3.1",w=function(e,t){return new w.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype={jquery:"3.3.1",constructor:w,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n0&&t-1 in e)}var E=function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,g,y,v,m,x,b="sizzle"+1*new Date,w=e.document,T=0,C=0,E=ae(),k=ae(),S=ae(),D=function(e,t){return e===t&&(f=!0),0},N={}.hasOwnProperty,A=[],j=A.pop,q=A.push,L=A.push,H=A.slice,O=function(e,t){for(var n=0,r=e.length;n+~]|"+M+")"+M+"*"),z=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),X=new RegExp(W),U=new RegExp("^"+R+"$"),V={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},G=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){p()},ie=me(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{L.apply(A=H.call(w.childNodes),w.childNodes),A[w.childNodes.length].nodeType}catch(e){L={apply:A.length?function(e,t){q.apply(e,H.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function oe(e,t,r,i){var o,s,l,c,f,h,v,m=t&&t.ownerDocument,T=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==T&&9!==T&&11!==T)return r;if(!i&&((t?t.ownerDocument||t:w)!==d&&p(t),t=t||d,g)){if(11!==T&&(f=J.exec(e)))if(o=f[1]){if(9===T){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return L.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!S[e+" "]&&(!y||!y.test(e))){if(1!==T)m=t,v=e;else if("object"!==t.nodeName.toLowerCase()){(c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=b),s=(h=a(e)).length;while(s--)h[s]="#"+c+" "+ve(h[s]);v=h.join(","),m=K.test(e)&&ge(t.parentNode)||t}if(v)try{return L.apply(r,m.querySelectorAll(v)),r}catch(e){}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1"),t,r,i)}function ae(){var e=[];function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}return t}function se(e){return e[b]=!0,e}function ue(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){var n=e.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function de(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return se(function(t){return t=+t,se(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function ge(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},p=oe.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!==d&&9===a.nodeType&&a.documentElement?(d=a,h=d.documentElement,g=!o(d),w!==d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),n.attributes=ue(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ue(function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=Q.test(d.getElementsByClassName),n.getById=ue(function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&g)return t.getElementsByClassName(e)},v=[],y=[],(n.qsa=Q.test(d.querySelectorAll))&&(ue(function(e){h.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+b+"-]").length||y.push("~="),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||y.push(".#.+[+~]")}),ue(function(e){e.innerHTML="";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(n.matchesSelector=Q.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ue(function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),v.push("!=",W)}),y=y.length&&new RegExp(y.join("|")),v=v.length&&new RegExp(v.join("|")),t=Q.test(h.compareDocumentPosition),x=t||Q.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===d||e.ownerDocument===w&&x(w,e)?-1:t===d||t.ownerDocument===w&&x(w,t)?1:c?O(c,e)-O(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===d?-1:t===d?1:i?-1:o?1:c?O(c,e)-O(c,t):0;if(i===o)return ce(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?ce(a[r],s[r]):a[r]===w?-1:s[r]===w?1:0},d):d},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&p(e),t=t.replace(z,"='$1']"),n.matchesSelector&&g&&!S[t+" "]&&(!v||!v.test(t))&&(!y||!y.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return oe(t,d,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==d&&p(e),x(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&N.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(D),f){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return c=null,e},i=oe.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[r++])n+=i(t);return n},(r=oe.selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return V.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=oe.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace($," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",y=t.parentNode,v=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(y){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===v:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?y.firstChild:y.lastChild],a&&m){x=(d=(l=(c=(f=(p=y)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&y.childNodes[d];while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===v:1===p.nodeType)&&++x&&(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p===t))break;return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,n){var r,o=i(e,t),a=o.length;while(a--)e[r=O(e,o[a])]=!(n[r]=o[a])}):function(e){return i(e,0,n)}):i}},pseudos:{not:se(function(e){var t=[],n=[],r=s(e.replace(B,"$1"));return r[b]?se(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:se(function(e){return function(t){return oe(e,t).length>0}}),contains:se(function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}}),lang:se(function(e){return U.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Y.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function be(e,t,n){for(var r=0,i=t.length;r-1&&(o[l]=!(a[l]=f))}}else v=we(v===a?v.splice(h,v.length):v),i?i(null,a,v,u):L.apply(a,v)})}function Ce(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],u=a?1:0,c=me(function(e){return e===t},s,!0),f=me(function(e){return O(t,e)>-1},s,!0),p=[function(e,n,r){var i=!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u1&&xe(p),u>1&&ve(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(B,"$1"),n,u0,i=e.length>0,o=function(o,a,s,u,c){var f,h,y,v=0,m="0",x=o&&[],b=[],w=l,C=o||i&&r.find.TAG("*",c),E=T+=null==w?1:Math.random()||.1,k=C.length;for(c&&(l=a===d||a||c);m!==k&&null!=(f=C[m]);m++){if(i&&f){h=0,a||f.ownerDocument===d||(p(f),s=!g);while(y=e[h++])if(y(f,a||d,s)){u.push(f);break}c&&(T=E)}n&&((f=!y&&f)&&v--,o&&x.push(f))}if(v+=m,n&&m!==v){h=0;while(y=t[h++])y(x,b,a,s);if(o){if(v>0)while(m--)x[m]||b[m]||(b[m]=j.call(u));b=we(b)}L.apply(u,b),c&&!o&&b.length>0&&v+t.length>1&&oe.uniqueSort(u)}return c&&(T=E,l=w),x};return n?se(o):o}return s=oe.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=a(e)),n=t.length;while(n--)(o=Ce(t[n]))[b]?r.push(o):i.push(o);(o=S(e,Ee(i,r))).selector=e}return o},u=oe.select=function(e,t,n,i){var o,u,l,c,f,p="function"==typeof e&&e,d=!i&&a(e=p.selector||e);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&9===t.nodeType&&g&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(Z,ee),t)||[])[0]))return n;p&&(t=t.parentNode),e=e.slice(u.shift().value.length)}o=V.needsContext.test(e)?0:u.length;while(o--){if(l=u[o],r.relative[c=l.type])break;if((f=r.find[c])&&(i=f(l.matches[0].replace(Z,ee),K.test(u[0].type)&&ge(t.parentNode)||t))){if(u.splice(o,1),!(e=i.length&&ve(u)))return L.apply(n,i),n;break}}}return(p||s(e,d))(i,t,!g,n,!t||K.test(e)&&ge(t.parentNode)||t),n},n.sortStable=b.split("").sort(D).join("")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ue(function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))}),ue(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||le("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ue(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||le("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ue(function(e){return null==e.getAttribute("disabled")})||le(P,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),oe}(e);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var k=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&w(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},D=w.expr.match.needsContext;function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,t,n){return g(t)?w.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?w.grep(e,function(e){return e===t!==n}):"string"!=typeof t?w.grep(e,function(e){return u.call(t,e)>-1!==n}):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,function(e){return 1===e.nodeType}))},w.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(w(e).filter(function(){for(t=0;t1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&D.test(e)?w(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:r,!0)),A.test(i[1])&&w.isPlainObject(t))for(i in t)g(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=r.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,q=w(r);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter(function(){for(var e=0;e-1:1===n.nodeType&&w.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?w.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(w(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return k(e,"parentNode")},parentsUntil:function(e,t,n){return k(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return k(e,"nextSibling")},prevAll:function(e){return k(e,"previousSibling")},nextUntil:function(e,t,n){return k(e,"nextSibling",n)},prevUntil:function(e,t,n){return k(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return N(e,"iframe")?e.contentDocument:(N(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},function(e,t){w.fn[e]=function(n,r){var i=w.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=w.filter(r,i)),this.length>1&&(O[e]||w.uniqueSort(i),H.test(e)&&i.reverse()),this.pushStack(i)}});var M=/[^\x20\t\r\n\f]+/g;function R(e){var t={};return w.each(e.match(M)||[],function(e,n){t[n]=!0}),t}w.Callbacks=function(e){e="string"==typeof e?R(e):w.extend({},e);var t,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||e.once,r=t=!0;a.length;s=-1){n=a.shift();while(++s-1)o.splice(n,1),n<=s&&s--}),this},has:function(e){return e?w.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l};function I(e){return e}function W(e){throw e}function $(e,t,n,r){var i;try{e&&g(i=e.promise)?i.call(e).done(t).fail(n):e&&g(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.extend({Deferred:function(t){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},"catch":function(e){return i.then(null,e)},pipe:function(){var e=arguments;return w.Deferred(function(t){w.each(n,function(n,r){var i=g(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&g(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){var o=0;function a(t,n,r,i){return function(){var s=this,u=arguments,l=function(){var e,l;if(!(t=o&&(r!==W&&(s=void 0,u=[e]),n.rejectWith(s,u))}};t?c():(w.Deferred.getStackHook&&(c.stackTrace=w.Deferred.getStackHook()),e.setTimeout(c))}}return w.Deferred(function(e){n[0][3].add(a(0,e,g(i)?i:I,e.notifyWith)),n[1][3].add(a(0,e,g(t)?t:I)),n[2][3].add(a(0,e,g(r)?r:W))}).promise()},promise:function(e){return null!=e?w.extend(e,i):i}},o={};return w.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=o.call(arguments),a=w.Deferred(),s=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?o.call(arguments):n,--t||a.resolveWith(r,i)}};if(t<=1&&($(e,a.done(s(n)).resolve,a.reject,!t),"pending"===a.state()||g(i[n]&&i[n].then)))return a.then();while(n--)$(i[n],s(n),a.reject);return a.promise()}});var B=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&B.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout(function(){throw t})};var F=w.Deferred();w.fn.ready=function(e){return F.then(e)["catch"](function(e){w.readyException(e)}),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||F.resolveWith(r,[w]))}}),w.ready.then=F.then;function _(){r.removeEventListener("DOMContentLoaded",_),e.removeEventListener("load",_),w.ready()}"complete"===r.readyState||"loading"!==r.readyState&&!r.documentElement.doScroll?e.setTimeout(w.ready):(r.addEventListener("DOMContentLoaded",_),e.addEventListener("load",_));var z=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===x(n)){i=!0;for(s in n)z(e,t,s,n[s],!0,o,a)}else if(void 0!==r&&(i=!0,g(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(w(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each(function(){K.remove(this,e)})}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=J.get(e,t),n&&(!r||Array.isArray(n)?r=J.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),r=n.length,i=n.shift(),o=w._queueHooks(e,t),a=function(){w.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:w.Callbacks("once memory").add(function(){J.remove(e,[t+"queue",n])})})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]+)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?w.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n-1)i&&i.push(o);else if(l=w.contains(o.ownerDocument,o),a=ye(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}!function(){var e=r.createDocumentFragment().appendChild(r.createElement("div")),t=r.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),h.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",h.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var be=r.documentElement,we=/^key/,Te=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ce=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function ke(){return!1}function Se(){try{return r.activeElement}catch(e){}}function De(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)De(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=ke;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return w().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=w.guid++)),e.each(function(){w.event.add(this,t,i,r,n)})}w.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.get(e);if(y){n.handler&&(n=(o=n).handler,i=o.selector),i&&w.find.matchesSelector(be,i),n.guid||(n.guid=w.guid++),(u=y.events)||(u=y.events={}),(a=y.handle)||(a=y.handle=function(t){return"undefined"!=typeof w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(M)||[""]).length;while(l--)d=g=(s=Ce.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=w.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=w.event.special[d]||{},c=w.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&w.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),w.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.hasData(e)&&J.get(e);if(y&&(u=y.events)){l=(t=(t||"").match(M)||[""]).length;while(l--)if(s=Ce.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){f=w.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,y.handle)||w.removeEvent(e,d,y.handle),delete u[d])}else for(d in u)w.event.remove(e,d+t[l],n,r,!0);w.isEmptyObject(u)&&J.remove(e,"handle events")}},dispatch:function(e){var t=w.event.fix(e),n,r,i,o,a,s,u=new Array(arguments.length),l=(J.get(this,"events")||{})[t.type]||[],c=w.event.special[t.type]||{};for(u[0]=t,n=1;n=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n-1:w.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/\s*$/g;function Le(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")?w(e).children("tbody")[0]||e:e}function He(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Oe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Pe(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(J.hasData(e)&&(o=J.access(e),a=J.set(t,o),l=o.events)){delete a.handle,a.events={};for(i in l)for(n=0,r=l[i].length;n1&&"string"==typeof y&&!h.checkClone&&je.test(y))return e.each(function(i){var o=e.eq(i);v&&(t[0]=y.call(this,i,o.html())),Re(o,t,n,r)});if(p&&(i=xe(t,e[0].ownerDocument,!1,e,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(u=(s=w.map(ye(i,"script"),He)).length;f")},clone:function(e,t,n){var r,i,o,a,s=e.cloneNode(!0),u=w.contains(e.ownerDocument,e);if(!(h.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||w.isXMLDoc(e)))for(a=ye(s),r=0,i=(o=ye(e)).length;r0&&ve(a,!u&&ye(e,"script")),s},cleanData:function(e){for(var t,n,r,i=w.event.special,o=0;void 0!==(n=e[o]);o++)if(Y(n)){if(t=n[J.expando]){if(t.events)for(r in t.events)i[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[J.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Ie(this,e,!0)},remove:function(e){return Ie(this,e)},text:function(e){return z(this,function(e){return void 0===e?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Re(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Le(this,e).appendChild(e)})},prepend:function(){return Re(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Le(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return w.clone(this,e,t)})},html:function(e){return z(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))),u}function et(e,t,n){var r=$e(e),i=Fe(e,t,r),o="border-box"===w.css(e,"boxSizing",!1,r),a=o;if(We.test(i)){if(!n)return i;i="auto"}return a=a&&(h.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===w.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(i=parseFloat(i)||0)+Ze(e,t,n||(o?"border":"content"),a,r,i)+"px"}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=G(t),u=Xe.test(t),l=e.style;if(u||(t=Je(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"==(o=typeof n)&&(i=ie.exec(n))&&i[1]&&(n=ue(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(w.cssNumber[s]?"":"px")),h.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=G(t);return Xe.test(t)||(t=Je(s)),(a=w.cssHooks[t]||w.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Ve&&(i=Ve[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),w.each(["height","width"],function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!ze.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?et(e,t,r):se(e,Ue,function(){return et(e,t,r)})},set:function(e,n,r){var i,o=$e(e),a="border-box"===w.css(e,"boxSizing",!1,o),s=r&&Ze(e,t,r,a,o);return a&&h.scrollboxSize()===o.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Ze(e,t,"border",!1,o)-.5)),s&&(i=ie.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ke(e,n,s)}}}),w.cssHooks.marginLeft=_e(h.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(e,t){w.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+oe[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(w.cssHooks[e+t].set=Ke)}),w.fn.extend({css:function(e,t){return z(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=$e(e),i=t.length;a1)}});function tt(e,t,n,r,i){return new tt.prototype.init(e,t,n,r,i)}w.Tween=tt,tt.prototype={constructor:tt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(w.cssNumber[n]?"":"px")},cur:function(){var e=tt.propHooks[this.prop];return e&&e.get?e.get(this):tt.propHooks._default.get(this)},run:function(e){var t,n=tt.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):tt.propHooks._default.set(this),this}},tt.prototype.init.prototype=tt.prototype,tt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[w.cssProps[e.prop]]&&!w.cssHooks[e.prop]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},tt.propHooks.scrollTop=tt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=tt.prototype.init,w.fx.step={};var nt,rt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function at(){rt&&(!1===r.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(at):e.setTimeout(at,w.fx.interval),w.fx.tick())}function st(){return e.setTimeout(function(){nt=void 0}),nt=Date.now()}function ut(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=oe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function lt(e,t,n){for(var r,i=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),o=0,a=i.length;o1)},removeAttr:function(e){return this.each(function(){w.removeAttr(this,e)})}}),w.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?w.prop(e,t,n):(1===o&&w.isXMLDoc(e)||(i=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!h.radioValue&&"radio"===t&&N(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ht[t]||w.find.attr;ht[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ht[a],ht[a]=i,i=null!=n(e,t,r)?a:null,ht[a]=o),i}});var gt=/^(?:input|select|textarea|button)$/i,yt=/^(?:a|area)$/i;w.fn.extend({prop:function(e,t){return z(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[w.propFix[e]||e]})}}),w.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&w.isXMLDoc(e)||(t=w.propFix[t]||t,i=w.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):gt.test(e.nodeName)||yt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),h.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this});function vt(e){return(e.match(M)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function xt(e){return Array.isArray(e)?e:"string"==typeof e?e.match(M)||[]:[]}w.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).addClass(e.call(this,t,mt(this)))});if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).removeClass(e.call(this,t,mt(this)))});if(!arguments.length)return this.attr("class","");if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])while(r.indexOf(" "+o+" ")>-1)r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):g(e)?this.each(function(n){w(this).toggleClass(e.call(this,n,mt(this),t),t)}):this.each(function(){var t,i,o,a;if(r){i=0,o=w(this),a=xt(e);while(t=a[i++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else void 0!==e&&"boolean"!==n||((t=mt(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&(" "+vt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;w.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=g(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,w(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=w.map(i,function(e){return null==e?"":e+""})),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return(t=w.valHooks[i.type]||w.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(bt,""):null==n?"":n}}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:vt(w.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},h.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),h.focusin="onfocusin"in e;var wt=/^(?:focusinfocus|focusoutblur)$/,Tt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,i,o){var a,s,u,l,c,p,d,h,v=[i||r],m=f.call(t,"type")?t.type:t,x=f.call(t,"namespace")?t.namespace.split("."):[];if(s=h=u=i=i||r,3!==i.nodeType&&8!==i.nodeType&&!wt.test(m+w.event.triggered)&&(m.indexOf(".")>-1&&(m=(x=m.split(".")).shift(),x.sort()),c=m.indexOf(":")<0&&"on"+m,t=t[w.expando]?t:new w.Event(m,"object"==typeof t&&t),t.isTrigger=o?2:3,t.namespace=x.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+x.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:w.makeArray(n,[t]),d=w.event.special[m]||{},o||!d.trigger||!1!==d.trigger.apply(i,n))){if(!o&&!d.noBubble&&!y(i)){for(l=d.delegateType||m,wt.test(l+m)||(s=s.parentNode);s;s=s.parentNode)v.push(s),u=s;u===(i.ownerDocument||r)&&v.push(u.defaultView||u.parentWindow||e)}a=0;while((s=v[a++])&&!t.isPropagationStopped())h=s,t.type=a>1?l:d.bindType||m,(p=(J.get(s,"events")||{})[t.type]&&J.get(s,"handle"))&&p.apply(s,n),(p=c&&s[c])&&p.apply&&Y(s)&&(t.result=p.apply(s,n),!1===t.result&&t.preventDefault());return t.type=m,o||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(v.pop(),n)||!Y(i)||c&&g(i[m])&&!y(i)&&((u=i[c])&&(i[c]=null),w.event.triggered=m,t.isPropagationStopped()&&h.addEventListener(m,Tt),i[m](),t.isPropagationStopped()&&h.removeEventListener(m,Tt),w.event.triggered=void 0,u&&(i[c]=u)),t.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each(function(){w.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),h.focusin||w.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=J.access(r,t);i||r.addEventListener(e,n,!0),J.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=J.access(r,t)-1;i?J.access(r,t,i):(r.removeEventListener(e,n,!0),J.remove(r,t))}}});var Ct=e.location,Et=Date.now(),kt=/\?/;w.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+t),n};var St=/\[\]$/,Dt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function jt(e,t,n,r){var i;if(Array.isArray(t))w.each(t,function(t,i){n||St.test(e)?r(e,i):jt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==x(t))r(e,t);else for(i in t)jt(e+"["+i+"]",t[i],n,r)}w.param=function(e,t){var n,r=[],i=function(e,t){var n=g(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,function(){i(this.name,this.value)});else for(n in e)jt(n,e[n],t,i);return r.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&At.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,function(e){return{name:t.name,value:e.replace(Dt,"\r\n")}}):{name:t.name,value:n.replace(Dt,"\r\n")}}).get()}});var qt=/%20/g,Lt=/#.*$/,Ht=/([?&])_=[^&]*/,Ot=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Mt=/^(?:GET|HEAD)$/,Rt=/^\/\//,It={},Wt={},$t="*/".concat("*"),Bt=r.createElement("a");Bt.href=Ct.href;function Ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(g(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function _t(e,t,n,r){var i={},o=e===Wt;function a(s){var u;return i[s]=!0,w.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),a(l),!1)}),u}return a(t.dataTypes[0])||!i["*"]&&a("*")}function zt(e,t){var n,r,i=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}function Xt(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}function Ut(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ct.href,type:"GET",isLocal:Pt.test(Ct.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$t,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,w.ajaxSettings),t):zt(w.ajaxSettings,e)},ajaxPrefilter:Ft(It),ajaxTransport:Ft(Wt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,p,d,h=w.ajaxSetup({},n),g=h.context||h,y=h.context&&(g.nodeType||g.jquery)?w(g):w.event,v=w.Deferred(),m=w.Callbacks("once memory"),x=h.statusCode||{},b={},T={},C="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s){s={};while(t=Ot.exec(a))s[t[1].toLowerCase()]=t[2]}t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||C;return i&&i.abort(t),k(0,t),this}};if(v.promise(E),h.url=((t||h.url||Ct.href)+"").replace(Rt,Ct.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){l=r.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Bt.protocol+"//"+Bt.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=w.param(h.data,h.traditional)),_t(It,h,n,E),c)return E;(f=w.event&&h.global)&&0==w.active++&&w.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Mt.test(h.type),o=h.url.replace(Lt,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(qt,"+")):(d=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(kt.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(Ht,"$1"),d=(kt.test(o)?"&":"?")+"_="+Et+++d),h.url=o+d),h.ifModified&&(w.lastModified[o]&&E.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&E.setRequestHeader("If-None-Match",w.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&E.setRequestHeader("Content-Type",h.contentType),E.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+$t+"; q=0.01":""):h.accepts["*"]);for(p in h.headers)E.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,E,h)||c))return E.abort();if(C="abort",m.add(h.complete),E.done(h.success),E.fail(h.error),i=_t(Wt,h,n,E)){if(E.readyState=1,f&&y.trigger("ajaxSend",[E,h]),c)return E;h.async&&h.timeout>0&&(u=e.setTimeout(function(){E.abort("timeout")},h.timeout));try{c=!1,i.send(b,k)}catch(e){if(c)throw e;k(-1,e)}}else k(-1,"No Transport");function k(t,n,r,s){var l,p,d,b,T,C=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",E.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=Xt(h,E,r)),b=Ut(h,b,E,l),l?(h.ifModified&&((T=E.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=T),(T=E.getResponseHeader("etag"))&&(w.etag[o]=T)),204===t||"HEAD"===h.type?C="nocontent":304===t?C="notmodified":(C=b.state,p=b.data,l=!(d=b.error))):(d=C,!t&&C||(C="error",t<0&&(t=0))),E.status=t,E.statusText=(n||C)+"",l?v.resolveWith(g,[p,C,E]):v.rejectWith(g,[E,C,d]),E.statusCode(x),x=void 0,f&&y.trigger(l?"ajaxSuccess":"ajaxError",[E,h,l?p:d]),m.fireWith(g,[E,C]),f&&(y.trigger("ajaxComplete",[E,h]),--w.active||w.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],function(e,t){w[t]=function(e,n,r,i){return g(n)&&(i=i||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:i,data:n,success:r},w.isPlainObject(e)&&e))}}),w._evalUrl=function(e){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return g(e)?this.each(function(t){w(this).wrapInner(e.call(this,t))}):this.each(function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=g(e);return this.each(function(n){w(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Vt={0:200,1223:204},Gt=w.ajaxSettings.xhr();h.cors=!!Gt&&"withCredentials"in Gt,h.ajax=Gt=!!Gt,w.ajaxTransport(function(t){var n,r;if(h.cors||Gt&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(a in i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Vt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),w.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),w.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(i,o){t=w(" + + + + TiPi-lang + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+
+ + +
+ +
+

+ This is not the page you were looking for +

+
+ +
+ + + + diff --git a/public/ananke/css/main.css.map b/public/ananke/css/main.css.map new file mode 100644 index 0000000..0c4fbab --- /dev/null +++ b/public/ananke/css/main.css.map @@ -0,0 +1,13 @@ +{ + "version": 3, + "file": "main.css", + "sourceRoot": "/Users/Shautvast/dev/sanderhautvast.github.io", + "sources": [ + "ananke/css/main.css" + ], + "sourcesContent": [ + "/*! TACHYONS v4.9.1 | http://tachyons.io */\n\n/*\n *\n * ________ ______\n * ___ __/_____ _________ /______ ______________________\n * __ / _ __ `/ ___/_ __ \\_ / / / __ \\_ __ \\_ ___/\n * _ / / /_/ // /__ _ / / / /_/ // /_/ / / / /(__ )\n * /_/ \\__,_/ \\___/ /_/ /_/_\\__, / \\____//_/ /_//____/\n * /____/\n *\n * TABLE OF CONTENTS\n *\n * 1. External Library Includes\n * - Normalize.css | http://normalize.css.github.io\n * 2. Tachyons Modules\n * 3. Variables\n * - Media Queries\n * - Colors\n * 4. Debugging\n * - Debug all\n * - Debug children\n *\n */\n\n\n/*! TACHYONS v4.12.0 | http://tachyons.io */\n/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}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}.border-box,a,article,aside,blockquote,body,code,dd,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],legend,li,main,nav,ol,p,pre,section,table,td,textarea,th,tr,ul{box-sizing:border-box}.aspect-ratio{height:0;position:relative}.aspect-ratio--16x9{padding-bottom:56.25%}.aspect-ratio--9x16{padding-bottom:177.77%}.aspect-ratio--4x3{padding-bottom:75%}.aspect-ratio--3x4{padding-bottom:133.33%}.aspect-ratio--6x4{padding-bottom:66.6%}.aspect-ratio--4x6{padding-bottom:150%}.aspect-ratio--8x5{padding-bottom:62.5%}.aspect-ratio--5x8{padding-bottom:160%}.aspect-ratio--7x5{padding-bottom:71.42%}.aspect-ratio--5x7{padding-bottom:140%}.aspect-ratio--1x1{padding-bottom:100%}.aspect-ratio--object{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}img{max-width:100%}.cover{background-size:cover!important}.contain{background-size:contain!important}.bg-center{background-position:50%}.bg-center,.bg-top{background-repeat:no-repeat}.bg-top{background-position:top}.bg-right{background-position:100%}.bg-bottom,.bg-right{background-repeat:no-repeat}.bg-bottom{background-position:bottom}.bg-left{background-repeat:no-repeat;background-position:0}.outline{outline:1px solid}.outline-transparent{outline:1px solid transparent}.outline-0{outline:0}.ba{border-style:solid;border-width:1px}.bt{border-top-style:solid;border-top-width:1px}.br{border-right-style:solid;border-right-width:1px}.bb{border-bottom-style:solid;border-bottom-width:1px}.bl{border-left-style:solid;border-left-width:1px}.bn{border-style:none;border-width:0}.b--black{border-color:#000}.b--near-black{border-color:#111}.b--dark-gray{border-color:#333}.b--mid-gray{border-color:#555}.b--gray{border-color:#777}.b--silver{border-color:#999}.b--light-silver{border-color:#aaa}.b--moon-gray{border-color:#ccc}.b--light-gray{border-color:#eee}.b--near-white{border-color:#f4f4f4}.b--white{border-color:#fff}.b--white-90{border-color:hsla(0,0%,100%,.9)}.b--white-80{border-color:hsla(0,0%,100%,.8)}.b--white-70{border-color:hsla(0,0%,100%,.7)}.b--white-60{border-color:hsla(0,0%,100%,.6)}.b--white-50{border-color:hsla(0,0%,100%,.5)}.b--white-40{border-color:hsla(0,0%,100%,.4)}.b--white-30{border-color:hsla(0,0%,100%,.3)}.b--white-20{border-color:hsla(0,0%,100%,.2)}.b--white-10{border-color:hsla(0,0%,100%,.1)}.b--white-05{border-color:hsla(0,0%,100%,.05)}.b--white-025{border-color:hsla(0,0%,100%,.025)}.b--white-0125{border-color:hsla(0,0%,100%,.0125)}.b--black-90{border-color:rgba(0,0,0,.9)}.b--black-80{border-color:rgba(0,0,0,.8)}.b--black-70{border-color:rgba(0,0,0,.7)}.b--black-60{border-color:rgba(0,0,0,.6)}.b--black-50{border-color:rgba(0,0,0,.5)}.b--black-40{border-color:rgba(0,0,0,.4)}.b--black-30{border-color:rgba(0,0,0,.3)}.b--black-20{border-color:rgba(0,0,0,.2)}.b--black-10{border-color:rgba(0,0,0,.1)}.b--black-05{border-color:rgba(0,0,0,.05)}.b--black-025{border-color:rgba(0,0,0,.025)}.b--black-0125{border-color:rgba(0,0,0,.0125)}.b--dark-red{border-color:#e7040f}.b--red{border-color:#ff4136}.b--light-red{border-color:#ff725c}.b--orange{border-color:#ff6300}.b--gold{border-color:#ffb700}.b--yellow{border-color:gold}.b--light-yellow{border-color:#fbf1a9}.b--purple{border-color:#5e2ca5}.b--light-purple{border-color:#a463f2}.b--dark-pink{border-color:#d5008f}.b--hot-pink{border-color:#ff41b4}.b--pink{border-color:#ff80cc}.b--light-pink{border-color:#ffa3d7}.b--dark-green{border-color:#137752}.b--green{border-color:#19a974}.b--light-green{border-color:#9eebcf}.b--navy{border-color:#001b44}.b--dark-blue{border-color:#00449e}.b--blue{border-color:#357edd}.b--light-blue{border-color:#96ccff}.b--lightest-blue{border-color:#cdecff}.b--washed-blue{border-color:#f6fffe}.b--washed-green{border-color:#e8fdf5}.b--washed-yellow{border-color:#fffceb}.b--washed-red{border-color:#ffdfdf}.b--transparent{border-color:transparent}.b--inherit{border-color:inherit}.b--initial{border-color:initial}.b--unset{border-color:unset}.br0{border-radius:0}.br1{border-radius:.125rem}.br2{border-radius:.25rem}.br3{border-radius:.5rem}.br4{border-radius:1rem}.br-100{border-radius:100%}.br-pill{border-radius:9999px}.br--bottom{border-top-left-radius:0;border-top-right-radius:0}.br--top{border-bottom-right-radius:0}.br--right,.br--top{border-bottom-left-radius:0}.br--right{border-top-left-radius:0}.br--left{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit{border-radius:inherit}.br-initial{border-radius:initial}.br-unset{border-radius:unset}.b--dotted{border-style:dotted}.b--dashed{border-style:dashed}.b--solid{border-style:solid}.b--none{border-style:none}.bw0{border-width:0}.bw1{border-width:.125rem}.bw2{border-width:.25rem}.bw3{border-width:.5rem}.bw4{border-width:1rem}.bw5{border-width:2rem}.bt-0{border-top-width:0}.br-0{border-right-width:0}.bb-0{border-bottom-width:0}.bl-0{border-left-width:0}.shadow-1{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.pre{overflow-x:auto;overflow-y:hidden;overflow:scroll}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.top-1{top:1rem}.right-1{right:1rem}.bottom-1{bottom:1rem}.left-1{left:1rem}.top-2{top:2rem}.right-2{right:2rem}.bottom-2{bottom:2rem}.left-2{left:2rem}.top--1{top:-1rem}.right--1{right:-1rem}.bottom--1{bottom:-1rem}.left--1{left:-1rem}.top--2{top:-2rem}.right--2{right:-2rem}.bottom--2{bottom:-2rem}.left--2{left:-2rem}.absolute--fill{top:0;right:0;bottom:0;left:0}.cf:after,.cf:before{content:\" \";display:table}.cf:after{clear:both}.cf{*zoom:1}.cl{clear:left}.cr{clear:right}.cb{clear:both}.cn{clear:none}.dn{display:none}.di{display:inline}.db{display:block}.dib{display:inline-block}.dit{display:inline-table}.dt{display:table}.dtc{display:table-cell}.dt-row{display:table-row}.dt-row-group{display:table-row-group}.dt-column{display:table-column}.dt-column-group{display:table-column-group}.dt--fixed{table-layout:fixed;width:100%}.flex{display:flex}.inline-flex{display:inline-flex}.flex-auto{flex:1 1 auto;min-width:0;min-height:0}.flex-none{flex:none}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-row-reverse{flex-direction:row-reverse}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-baseline{align-self:baseline}.self-stretch{align-self:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-center{align-content:center}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-stretch{align-content:stretch}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-last{order:99999}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.fl{float:left}.fl,.fr{_display:inline}.fr{float:right}.fn{float:none}.sans-serif{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.serif{font-family:georgia,times,serif}.system-sans-serif{font-family:sans-serif}.system-serif{font-family:serif}.code,code{font-family:Consolas,monaco,monospace}.courier{font-family:Courier Next,courier,monospace}.helvetica{font-family:helvetica neue,helvetica,sans-serif}.avenir{font-family:avenir next,avenir,sans-serif}.athelas{font-family:athelas,georgia,serif}.georgia{font-family:georgia,serif}.times{font-family:times,serif}.bodoni{font-family:Bodoni MT,serif}.calisto{font-family:Calisto MT,serif}.garamond{font-family:garamond,serif}.baskerville{font-family:baskerville,serif}.i{font-style:italic}.fs-normal{font-style:normal}.normal{font-weight:400}.b{font-weight:700}.fw1{font-weight:100}.fw2{font-weight:200}.fw3{font-weight:300}.fw4{font-weight:400}.fw5{font-weight:500}.fw6{font-weight:600}.fw7{font-weight:700}.fw8{font-weight:800}.fw9{font-weight:900}.input-reset{-webkit-appearance:none;-moz-appearance:none}.button-reset::-moz-focus-inner,.input-reset::-moz-focus-inner{border:0;padding:0}.h1{height:1rem}.h2{height:2rem}.h3{height:4rem}.h4{height:8rem}.h5{height:16rem}.h-25{height:25%}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.min-h-100{min-height:100%}.vh-25{height:25vh}.vh-50{height:50vh}.vh-75{height:75vh}.vh-100{height:100vh}.min-vh-100{min-height:100vh}.h-auto{height:auto}.h-inherit{height:inherit}.tracked{letter-spacing:.1em}.tracked-tight{letter-spacing:-.05em}.tracked-mega{letter-spacing:.25em}.lh-solid{line-height:1}.lh-title{line-height:1.25}.lh-copy{line-height:1.5}.link{text-decoration:none}.link,.link:active,.link:focus,.link:hover,.link:link,.link:visited{transition:color .15s ease-in}.link:focus{outline:1px dotted currentColor}.list{list-style-type:none}.mw-100{max-width:100%}.mw1{max-width:1rem}.mw2{max-width:2rem}.mw3{max-width:4rem}.mw4{max-width:8rem}.mw5{max-width:16rem}.mw6{max-width:32rem}.mw7{max-width:48rem}.mw8{max-width:64rem}.mw9{max-width:96rem}.mw-none{max-width:none}.w1{width:1rem}.w2{width:2rem}.w3{width:4rem}.w4{width:8rem}.w5{width:16rem}.w-10{width:10%}.w-20{width:20%}.w-25{width:25%}.w-30{width:30%}.w-33{width:33%}.w-34{width:34%}.w-40{width:40%}.w-50{width:50%}.w-60{width:60%}.w-70{width:70%}.w-75{width:75%}.w-80{width:80%}.w-90{width:90%}.w-100{width:100%}.w-third{width:33.33333%}.w-two-thirds{width:66.66667%}.w-auto{width:auto}.overflow-visible{overflow:visible}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-auto{overflow:auto}.overflow-x-visible{overflow-x:visible}.overflow-x-hidden{overflow-x:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-visible{overflow-y:visible}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.overflow-y-auto{overflow-y:auto}.static{position:static}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.o-100{opacity:1}.o-90{opacity:.9}.o-80{opacity:.8}.o-70{opacity:.7}.o-60{opacity:.6}.o-50{opacity:.5}.o-40{opacity:.4}.o-30{opacity:.3}.o-20{opacity:.2}.o-10{opacity:.1}.o-05{opacity:.05}.o-025{opacity:.025}.o-0{opacity:0}.rotate-45{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.black-90{color:rgba(0,0,0,.9)}.black-80{color:rgba(0,0,0,.8)}.black-70{color:rgba(0,0,0,.7)}.black-60{color:rgba(0,0,0,.6)}.black-50{color:rgba(0,0,0,.5)}.black-40{color:rgba(0,0,0,.4)}.black-30{color:rgba(0,0,0,.3)}.black-20{color:rgba(0,0,0,.2)}.black-10{color:rgba(0,0,0,.1)}.black-05{color:rgba(0,0,0,.05)}.white-90{color:hsla(0,0%,100%,.9)}.white-80{color:hsla(0,0%,100%,.8)}.white-70{color:hsla(0,0%,100%,.7)}.white-60{color:hsla(0,0%,100%,.6)}.white-50{color:hsla(0,0%,100%,.5)}.white-40{color:hsla(0,0%,100%,.4)}.white-30{color:hsla(0,0%,100%,.3)}.white-20{color:hsla(0,0%,100%,.2)}.white-10{color:hsla(0,0%,100%,.1)}.black{color:#000}.near-black{color:#111}.dark-gray{color:#333}.mid-gray{color:#555}.gray{color:#777}.silver{color:#999}.light-silver{color:#aaa}.moon-gray{color:#ccc}.light-gray{color:#eee}.near-white{color:#f4f4f4}.white{color:#fff}.dark-red{color:#e7040f}.red{color:#ff4136}.light-red{color:#ff725c}.orange{color:#ff6300}.gold{color:#ffb700}.yellow{color:gold}.light-yellow{color:#fbf1a9}.purple{color:#5e2ca5}.light-purple{color:#a463f2}.dark-pink{color:#d5008f}.hot-pink{color:#ff41b4}.pink{color:#ff80cc}.light-pink{color:#ffa3d7}.dark-green{color:#137752}.green{color:#19a974}.light-green{color:#9eebcf}.navy{color:#001b44}.dark-blue{color:#00449e}.blue{color:#357edd}.light-blue{color:#96ccff}.lightest-blue{color:#cdecff}.washed-blue{color:#f6fffe}.washed-green{color:#e8fdf5}.washed-yellow{color:#fffceb}.washed-red{color:#ffdfdf}.color-inherit{color:inherit}.bg-black-90{background-color:rgba(0,0,0,.9)}.bg-black-80{background-color:rgba(0,0,0,.8)}.bg-black-70{background-color:rgba(0,0,0,.7)}.bg-black-60{background-color:rgba(0,0,0,.6)}.bg-black-50{background-color:rgba(0,0,0,.5)}.bg-black-40{background-color:rgba(0,0,0,.4)}.bg-black-30{background-color:rgba(0,0,0,.3)}.bg-black-20{background-color:rgba(0,0,0,.2)}.bg-black-10{background-color:rgba(0,0,0,.1)}.bg-black-05{background-color:rgba(0,0,0,.05)}.bg-white-90{background-color:hsla(0,0%,100%,.9)}.bg-white-80{background-color:hsla(0,0%,100%,.8)}.bg-white-70{background-color:hsla(0,0%,100%,.7)}.bg-white-60{background-color:hsla(0,0%,100%,.6)}.bg-white-50{background-color:hsla(0,0%,100%,.5)}.bg-white-40{background-color:hsla(0,0%,100%,.4)}.bg-white-30{background-color:hsla(0,0%,100%,.3)}.bg-white-20{background-color:hsla(0,0%,100%,.2)}.bg-white-10{background-color:hsla(0,0%,100%,.1)}.bg-black{background-color:#000}.bg-near-black{background-color:#111}.bg-dark-gray{background-color:#333}.bg-mid-gray{background-color:#555}.bg-gray{background-color:#777}.bg-silver{background-color:#999}.bg-light-silver{background-color:#aaa}.bg-moon-gray{background-color:#ccc}.bg-light-gray{background-color:#eee}.bg-near-white{background-color:#f4f4f4}.bg-white{background-color:#fff}.bg-transparent{background-color:transparent}.bg-dark-red{background-color:#e7040f}.bg-red{background-color:#ff4136}.bg-light-red{background-color:#ff725c}.bg-orange{background-color:#ff6300}.bg-gold{background-color:#ffb700}.bg-yellow{background-color:gold}.bg-light-yellow{background-color:#fbf1a9}.bg-purple{background-color:#5e2ca5}.bg-light-purple{background-color:#a463f2}.bg-dark-pink{background-color:#d5008f}.bg-hot-pink{background-color:#ff41b4}.bg-pink{background-color:#ff80cc}.bg-light-pink{background-color:#ffa3d7}.bg-dark-green{background-color:#137752}.bg-green{background-color:#19a974}.bg-light-green{background-color:#9eebcf}.bg-navy{background-color:#001b44}.bg-dark-blue{background-color:#00449e}.bg-blue{background-color:#357edd}.bg-light-blue{background-color:#96ccff}.bg-lightest-blue{background-color:#cdecff}.bg-washed-blue{background-color:#f6fffe}.bg-washed-green{background-color:#e8fdf5}.bg-washed-yellow{background-color:#fffceb}.bg-washed-red{background-color:#ffdfdf}.bg-inherit{background-color:inherit}.hover-black:focus,.hover-black:hover{color:#000}.hover-near-black:focus,.hover-near-black:hover{color:#111}.hover-dark-gray:focus,.hover-dark-gray:hover{color:#333}.hover-mid-gray:focus,.hover-mid-gray:hover{color:#555}.hover-gray:focus,.hover-gray:hover{color:#777}.hover-silver:focus,.hover-silver:hover{color:#999}.hover-light-silver:focus,.hover-light-silver:hover{color:#aaa}.hover-moon-gray:focus,.hover-moon-gray:hover{color:#ccc}.hover-light-gray:focus,.hover-light-gray:hover{color:#eee}.hover-near-white:focus,.hover-near-white:hover{color:#f4f4f4}.hover-white:focus,.hover-white:hover{color:#fff}.hover-black-90:focus,.hover-black-90:hover{color:rgba(0,0,0,.9)}.hover-black-80:focus,.hover-black-80:hover{color:rgba(0,0,0,.8)}.hover-black-70:focus,.hover-black-70:hover{color:rgba(0,0,0,.7)}.hover-black-60:focus,.hover-black-60:hover{color:rgba(0,0,0,.6)}.hover-black-50:focus,.hover-black-50:hover{color:rgba(0,0,0,.5)}.hover-black-40:focus,.hover-black-40:hover{color:rgba(0,0,0,.4)}.hover-black-30:focus,.hover-black-30:hover{color:rgba(0,0,0,.3)}.hover-black-20:focus,.hover-black-20:hover{color:rgba(0,0,0,.2)}.hover-black-10:focus,.hover-black-10:hover{color:rgba(0,0,0,.1)}.hover-white-90:focus,.hover-white-90:hover{color:hsla(0,0%,100%,.9)}.hover-white-80:focus,.hover-white-80:hover{color:hsla(0,0%,100%,.8)}.hover-white-70:focus,.hover-white-70:hover{color:hsla(0,0%,100%,.7)}.hover-white-60:focus,.hover-white-60:hover{color:hsla(0,0%,100%,.6)}.hover-white-50:focus,.hover-white-50:hover{color:hsla(0,0%,100%,.5)}.hover-white-40:focus,.hover-white-40:hover{color:hsla(0,0%,100%,.4)}.hover-white-30:focus,.hover-white-30:hover{color:hsla(0,0%,100%,.3)}.hover-white-20:focus,.hover-white-20:hover{color:hsla(0,0%,100%,.2)}.hover-white-10:focus,.hover-white-10:hover{color:hsla(0,0%,100%,.1)}.hover-inherit:focus,.hover-inherit:hover{color:inherit}.hover-bg-black:focus,.hover-bg-black:hover{background-color:#000}.hover-bg-near-black:focus,.hover-bg-near-black:hover{background-color:#111}.hover-bg-dark-gray:focus,.hover-bg-dark-gray:hover{background-color:#333}.hover-bg-mid-gray:focus,.hover-bg-mid-gray:hover{background-color:#555}.hover-bg-gray:focus,.hover-bg-gray:hover{background-color:#777}.hover-bg-silver:focus,.hover-bg-silver:hover{background-color:#999}.hover-bg-light-silver:focus,.hover-bg-light-silver:hover{background-color:#aaa}.hover-bg-moon-gray:focus,.hover-bg-moon-gray:hover{background-color:#ccc}.hover-bg-light-gray:focus,.hover-bg-light-gray:hover{background-color:#eee}.hover-bg-near-white:focus,.hover-bg-near-white:hover{background-color:#f4f4f4}.hover-bg-white:focus,.hover-bg-white:hover{background-color:#fff}.hover-bg-transparent:focus,.hover-bg-transparent:hover{background-color:transparent}.hover-bg-black-90:focus,.hover-bg-black-90:hover{background-color:rgba(0,0,0,.9)}.hover-bg-black-80:focus,.hover-bg-black-80:hover{background-color:rgba(0,0,0,.8)}.hover-bg-black-70:focus,.hover-bg-black-70:hover{background-color:rgba(0,0,0,.7)}.hover-bg-black-60:focus,.hover-bg-black-60:hover{background-color:rgba(0,0,0,.6)}.hover-bg-black-50:focus,.hover-bg-black-50:hover{background-color:rgba(0,0,0,.5)}.hover-bg-black-40:focus,.hover-bg-black-40:hover{background-color:rgba(0,0,0,.4)}.hover-bg-black-30:focus,.hover-bg-black-30:hover{background-color:rgba(0,0,0,.3)}.hover-bg-black-20:focus,.hover-bg-black-20:hover{background-color:rgba(0,0,0,.2)}.hover-bg-black-10:focus,.hover-bg-black-10:hover{background-color:rgba(0,0,0,.1)}.hover-bg-white-90:focus,.hover-bg-white-90:hover{background-color:hsla(0,0%,100%,.9)}.hover-bg-white-80:focus,.hover-bg-white-80:hover{background-color:hsla(0,0%,100%,.8)}.hover-bg-white-70:focus,.hover-bg-white-70:hover{background-color:hsla(0,0%,100%,.7)}.hover-bg-white-60:focus,.hover-bg-white-60:hover{background-color:hsla(0,0%,100%,.6)}.hover-bg-white-50:focus,.hover-bg-white-50:hover{background-color:hsla(0,0%,100%,.5)}.hover-bg-white-40:focus,.hover-bg-white-40:hover{background-color:hsla(0,0%,100%,.4)}.hover-bg-white-30:focus,.hover-bg-white-30:hover{background-color:hsla(0,0%,100%,.3)}.hover-bg-white-20:focus,.hover-bg-white-20:hover{background-color:hsla(0,0%,100%,.2)}.hover-bg-white-10:focus,.hover-bg-white-10:hover{background-color:hsla(0,0%,100%,.1)}.hover-dark-red:focus,.hover-dark-red:hover{color:#e7040f}.hover-red:focus,.hover-red:hover{color:#ff4136}.hover-light-red:focus,.hover-light-red:hover{color:#ff725c}.hover-orange:focus,.hover-orange:hover{color:#ff6300}.hover-gold:focus,.hover-gold:hover{color:#ffb700}.hover-yellow:focus,.hover-yellow:hover{color:gold}.hover-light-yellow:focus,.hover-light-yellow:hover{color:#fbf1a9}.hover-purple:focus,.hover-purple:hover{color:#5e2ca5}.hover-light-purple:focus,.hover-light-purple:hover{color:#a463f2}.hover-dark-pink:focus,.hover-dark-pink:hover{color:#d5008f}.hover-hot-pink:focus,.hover-hot-pink:hover{color:#ff41b4}.hover-pink:focus,.hover-pink:hover{color:#ff80cc}.hover-light-pink:focus,.hover-light-pink:hover{color:#ffa3d7}.hover-dark-green:focus,.hover-dark-green:hover{color:#137752}.hover-green:focus,.hover-green:hover{color:#19a974}.hover-light-green:focus,.hover-light-green:hover{color:#9eebcf}.hover-navy:focus,.hover-navy:hover{color:#001b44}.hover-dark-blue:focus,.hover-dark-blue:hover{color:#00449e}.hover-blue:focus,.hover-blue:hover{color:#357edd}.hover-light-blue:focus,.hover-light-blue:hover{color:#96ccff}.hover-lightest-blue:focus,.hover-lightest-blue:hover{color:#cdecff}.hover-washed-blue:focus,.hover-washed-blue:hover{color:#f6fffe}.hover-washed-green:focus,.hover-washed-green:hover{color:#e8fdf5}.hover-washed-yellow:focus,.hover-washed-yellow:hover{color:#fffceb}.hover-washed-red:focus,.hover-washed-red:hover{color:#ffdfdf}.hover-bg-dark-red:focus,.hover-bg-dark-red:hover{background-color:#e7040f}.hover-bg-red:focus,.hover-bg-red:hover{background-color:#ff4136}.hover-bg-light-red:focus,.hover-bg-light-red:hover{background-color:#ff725c}.hover-bg-orange:focus,.hover-bg-orange:hover{background-color:#ff6300}.hover-bg-gold:focus,.hover-bg-gold:hover{background-color:#ffb700}.hover-bg-yellow:focus,.hover-bg-yellow:hover{background-color:gold}.hover-bg-light-yellow:focus,.hover-bg-light-yellow:hover{background-color:#fbf1a9}.hover-bg-purple:focus,.hover-bg-purple:hover{background-color:#5e2ca5}.hover-bg-light-purple:focus,.hover-bg-light-purple:hover{background-color:#a463f2}.hover-bg-dark-pink:focus,.hover-bg-dark-pink:hover{background-color:#d5008f}.hover-bg-hot-pink:focus,.hover-bg-hot-pink:hover{background-color:#ff41b4}.hover-bg-pink:focus,.hover-bg-pink:hover{background-color:#ff80cc}.hover-bg-light-pink:focus,.hover-bg-light-pink:hover{background-color:#ffa3d7}.hover-bg-dark-green:focus,.hover-bg-dark-green:hover{background-color:#137752}.hover-bg-green:focus,.hover-bg-green:hover{background-color:#19a974}.hover-bg-light-green:focus,.hover-bg-light-green:hover{background-color:#9eebcf}.hover-bg-navy:focus,.hover-bg-navy:hover{background-color:#001b44}.hover-bg-dark-blue:focus,.hover-bg-dark-blue:hover{background-color:#00449e}.hover-bg-blue:focus,.hover-bg-blue:hover{background-color:#357edd}.hover-bg-light-blue:focus,.hover-bg-light-blue:hover{background-color:#96ccff}.hover-bg-lightest-blue:focus,.hover-bg-lightest-blue:hover{background-color:#cdecff}.hover-bg-washed-blue:focus,.hover-bg-washed-blue:hover{background-color:#f6fffe}.hover-bg-washed-green:focus,.hover-bg-washed-green:hover{background-color:#e8fdf5}.hover-bg-washed-yellow:focus,.hover-bg-washed-yellow:hover{background-color:#fffceb}.hover-bg-washed-red:focus,.hover-bg-washed-red:hover{background-color:#ffdfdf}.hover-bg-inherit:focus,.hover-bg-inherit:hover{background-color:inherit}.pa0{padding:0}.pa1{padding:.25rem}.pa2{padding:.5rem}.pa3{padding:1rem}.pa4{padding:2rem}.pa5{padding:4rem}.pa6{padding:8rem}.pa7{padding:16rem}.pl0{padding-left:0}.pl1{padding-left:.25rem}.pl2{padding-left:.5rem}.pl3{padding-left:1rem}.pl4{padding-left:2rem}.pl5{padding-left:4rem}.pl6{padding-left:8rem}.pl7{padding-left:16rem}.pr0{padding-right:0}.pr1{padding-right:.25rem}.pr2{padding-right:.5rem}.pr3{padding-right:1rem}.pr4{padding-right:2rem}.pr5{padding-right:4rem}.pr6{padding-right:8rem}.pr7{padding-right:16rem}.pb0{padding-bottom:0}.pb1{padding-bottom:.25rem}.pb2{padding-bottom:.5rem}.pb3{padding-bottom:1rem}.pb4{padding-bottom:2rem}.pb5{padding-bottom:4rem}.pb6{padding-bottom:8rem}.pb7{padding-bottom:16rem}.pt0{padding-top:0}.pt1{padding-top:.25rem}.pt2{padding-top:.5rem}.pt3{padding-top:1rem}.pt4{padding-top:2rem}.pt5{padding-top:4rem}.pt6{padding-top:8rem}.pt7{padding-top:16rem}.pv0{padding-top:0;padding-bottom:0}.pv1{padding-top:.25rem;padding-bottom:.25rem}.pv2{padding-top:.5rem;padding-bottom:.5rem}.pv3{padding-top:1rem;padding-bottom:1rem}.pv4{padding-top:2rem;padding-bottom:2rem}.pv5{padding-top:4rem;padding-bottom:4rem}.pv6{padding-top:8rem;padding-bottom:8rem}.pv7{padding-top:16rem;padding-bottom:16rem}.ph0{padding-left:0;padding-right:0}.ph1{padding-left:.25rem;padding-right:.25rem}.ph2{padding-left:.5rem;padding-right:.5rem}.ph3{padding-left:1rem;padding-right:1rem}.ph4{padding-left:2rem;padding-right:2rem}.ph5{padding-left:4rem;padding-right:4rem}.ph6{padding-left:8rem;padding-right:8rem}.ph7{padding-left:16rem;padding-right:16rem}.ma0{margin:0}.ma1{margin:.25rem}.ma2{margin:.5rem}.ma3{margin:1rem}.ma4{margin:2rem}.ma5{margin:4rem}.ma6{margin:8rem}.ma7{margin:16rem}.ml0{margin-left:0}.ml1{margin-left:.25rem}.ml2{margin-left:.5rem}.ml3{margin-left:1rem}.ml4{margin-left:2rem}.ml5{margin-left:4rem}.ml6{margin-left:8rem}.ml7{margin-left:16rem}.mr0{margin-right:0}.mr1{margin-right:.25rem}.mr2{margin-right:.5rem}.mr3{margin-right:1rem}.mr4{margin-right:2rem}.mr5{margin-right:4rem}.mr6{margin-right:8rem}.mr7{margin-right:16rem}.mb0{margin-bottom:0}.mb1{margin-bottom:.25rem}.mb2{margin-bottom:.5rem}.mb3{margin-bottom:1rem}.mb4{margin-bottom:2rem}.mb5{margin-bottom:4rem}.mb6{margin-bottom:8rem}.mb7{margin-bottom:16rem}.mt0{margin-top:0}.mt1{margin-top:.25rem}.mt2{margin-top:.5rem}.mt3{margin-top:1rem}.mt4{margin-top:2rem}.mt5{margin-top:4rem}.mt6{margin-top:8rem}.mt7{margin-top:16rem}.mv0{margin-top:0;margin-bottom:0}.mv1{margin-top:.25rem;margin-bottom:.25rem}.mv2{margin-top:.5rem;margin-bottom:.5rem}.mv3{margin-top:1rem;margin-bottom:1rem}.mv4{margin-top:2rem;margin-bottom:2rem}.mv5{margin-top:4rem;margin-bottom:4rem}.mv6{margin-top:8rem;margin-bottom:8rem}.mv7{margin-top:16rem;margin-bottom:16rem}.mh0{margin-left:0;margin-right:0}.mh1{margin-left:.25rem;margin-right:.25rem}.mh2{margin-left:.5rem;margin-right:.5rem}.mh3{margin-left:1rem;margin-right:1rem}.mh4{margin-left:2rem;margin-right:2rem}.mh5{margin-left:4rem;margin-right:4rem}.mh6{margin-left:8rem;margin-right:8rem}.mh7{margin-left:16rem;margin-right:16rem}.na1{margin:-.25rem}.na2{margin:-.5rem}.na3{margin:-1rem}.na4{margin:-2rem}.na5{margin:-4rem}.na6{margin:-8rem}.na7{margin:-16rem}.nl1{margin-left:-.25rem}.nl2{margin-left:-.5rem}.nl3{margin-left:-1rem}.nl4{margin-left:-2rem}.nl5{margin-left:-4rem}.nl6{margin-left:-8rem}.nl7{margin-left:-16rem}.nr1{margin-right:-.25rem}.nr2{margin-right:-.5rem}.nr3{margin-right:-1rem}.nr4{margin-right:-2rem}.nr5{margin-right:-4rem}.nr6{margin-right:-8rem}.nr7{margin-right:-16rem}.nb1{margin-bottom:-.25rem}.nb2{margin-bottom:-.5rem}.nb3{margin-bottom:-1rem}.nb4{margin-bottom:-2rem}.nb5{margin-bottom:-4rem}.nb6{margin-bottom:-8rem}.nb7{margin-bottom:-16rem}.nt1{margin-top:-.25rem}.nt2{margin-top:-.5rem}.nt3{margin-top:-1rem}.nt4{margin-top:-2rem}.nt5{margin-top:-4rem}.nt6{margin-top:-8rem}.nt7{margin-top:-16rem}.collapse{border-collapse:collapse;border-spacing:0}.striped--light-silver:nth-child(odd){background-color:#aaa}.striped--moon-gray:nth-child(odd){background-color:#ccc}.striped--light-gray:nth-child(odd){background-color:#eee}.striped--near-white:nth-child(odd){background-color:#f4f4f4}.stripe-light:nth-child(odd){background-color:hsla(0,0%,100%,.1)}.stripe-dark:nth-child(odd){background-color:rgba(0,0,0,.1)}.strike{text-decoration:line-through}.underline{text-decoration:underline}.no-underline{text-decoration:none}.tl{text-align:left}.tr{text-align:right}.tc{text-align:center}.tj{text-align:justify}.ttc{text-transform:capitalize}.ttl{text-transform:lowercase}.ttu{text-transform:uppercase}.ttn{text-transform:none}.f-6,.f-headline{font-size:6rem}.f-5,.f-subheadline{font-size:5rem}.f1{font-size:3rem}.f2{font-size:2.25rem}.f3{font-size:1.5rem}.f4{font-size:1.25rem}.f5{font-size:1rem}.f6{font-size:.875rem}.f7{font-size:.75rem}.measure{max-width:30em}.measure-wide{max-width:34em}.measure-narrow{max-width:20em}.indent{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps{font-variant:small-caps}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overflow-container{overflow-y:scroll}.center{margin-left:auto}.center,.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.clip{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal{white-space:normal}.nowrap{white-space:nowrap}.pre{white-space:pre}.v-base{vertical-align:baseline}.v-mid{vertical-align:middle}.v-top{vertical-align:top}.v-btm{vertical-align:bottom}.dim{opacity:1}.dim,.dim:focus,.dim:hover{transition:opacity .15s ease-in}.dim:focus,.dim:hover{opacity:.5}.dim:active{opacity:.8;transition:opacity .15s ease-out}.glow,.glow:focus,.glow:hover{transition:opacity .15s ease-in}.glow:focus,.glow:hover{opacity:1}.hide-child .child{opacity:0;transition:opacity .15s ease-in}.hide-child:active .child,.hide-child:focus .child,.hide-child:hover .child{opacity:1;transition:opacity .15s ease-in}.underline-hover:focus,.underline-hover:hover{text-decoration:underline}.grow{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.grow:focus,.grow:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.grow:active{-webkit-transform:scale(.9);transform:scale(.9)}.grow-large{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}.grow-large:focus,.grow-large:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.grow-large:active{-webkit-transform:scale(.95);transform:scale(.95)}.pointer:hover,.shadow-hover{cursor:pointer}.shadow-hover{position:relative;transition:all .5s cubic-bezier(.165,.84,.44,1)}.shadow-hover:after{content:\"\";box-shadow:0 0 16px 2px rgba(0,0,0,.2);border-radius:inherit;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transition:opacity .5s cubic-bezier(.165,.84,.44,1)}.shadow-hover:focus:after,.shadow-hover:hover:after{opacity:1}.bg-animate,.bg-animate:focus,.bg-animate:hover{transition:background-color .15s ease-in-out}.z-0{z-index:0}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.z-999{z-index:999}.z-9999{z-index:9999}.z-max{z-index:2147483647}.z-inherit{z-index:inherit}.z-initial{z-index:auto}.z-unset{z-index:unset}.nested-copy-line-height ol,.nested-copy-line-height p,.nested-copy-line-height ul{line-height:1.5}.nested-headline-line-height h1,.nested-headline-line-height h2,.nested-headline-line-height h3,.nested-headline-line-height h4,.nested-headline-line-height h5,.nested-headline-line-height h6{line-height:1.25}.nested-list-reset ol,.nested-list-reset ul{padding-left:0;margin-left:0;list-style-type:none}.nested-copy-indent p+p{text-indent:1em;margin-top:0;margin-bottom:0}.nested-copy-separator p+p{margin-top:1.5em}.nested-img img{width:100%;max-width:100%;display:block}.nested-links a{color:#357edd;transition:color .15s ease-in}.nested-links a:focus,.nested-links a:hover{color:#96ccff;transition:color .15s ease-in}.debug *{outline:1px solid gold}.debug-white *{outline:1px solid #fff}.debug-black *{outline:1px solid #000}.debug-grid{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat 0 0}.debug-grid-16{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat 0 0}.debug-grid-8-solid{background:#fff url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat 0 0}.debug-grid-16-solid{background:#fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat 0 0}@media screen and (min-width:30em){.aspect-ratio-ns{height:0;position:relative}.aspect-ratio--16x9-ns{padding-bottom:56.25%}.aspect-ratio--9x16-ns{padding-bottom:177.77%}.aspect-ratio--4x3-ns{padding-bottom:75%}.aspect-ratio--3x4-ns{padding-bottom:133.33%}.aspect-ratio--6x4-ns{padding-bottom:66.6%}.aspect-ratio--4x6-ns{padding-bottom:150%}.aspect-ratio--8x5-ns{padding-bottom:62.5%}.aspect-ratio--5x8-ns{padding-bottom:160%}.aspect-ratio--7x5-ns{padding-bottom:71.42%}.aspect-ratio--5x7-ns{padding-bottom:140%}.aspect-ratio--1x1-ns{padding-bottom:100%}.aspect-ratio--object-ns{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover-ns{background-size:cover!important}.contain-ns{background-size:contain!important}.bg-center-ns{background-position:50%}.bg-center-ns,.bg-top-ns{background-repeat:no-repeat}.bg-top-ns{background-position:top}.bg-right-ns{background-position:100%}.bg-bottom-ns,.bg-right-ns{background-repeat:no-repeat}.bg-bottom-ns{background-position:bottom}.bg-left-ns{background-repeat:no-repeat;background-position:0}.outline-ns{outline:1px solid}.outline-transparent-ns{outline:1px solid transparent}.outline-0-ns{outline:0}.ba-ns{border-style:solid;border-width:1px}.bt-ns{border-top-style:solid;border-top-width:1px}.br-ns{border-right-style:solid;border-right-width:1px}.bb-ns{border-bottom-style:solid;border-bottom-width:1px}.bl-ns{border-left-style:solid;border-left-width:1px}.bn-ns{border-style:none;border-width:0}.br0-ns{border-radius:0}.br1-ns{border-radius:.125rem}.br2-ns{border-radius:.25rem}.br3-ns{border-radius:.5rem}.br4-ns{border-radius:1rem}.br-100-ns{border-radius:100%}.br-pill-ns{border-radius:9999px}.br--bottom-ns{border-top-left-radius:0;border-top-right-radius:0}.br--top-ns{border-bottom-right-radius:0}.br--right-ns,.br--top-ns{border-bottom-left-radius:0}.br--right-ns{border-top-left-radius:0}.br--left-ns{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit-ns{border-radius:inherit}.br-initial-ns{border-radius:initial}.br-unset-ns{border-radius:unset}.b--dotted-ns{border-style:dotted}.b--dashed-ns{border-style:dashed}.b--solid-ns{border-style:solid}.b--none-ns{border-style:none}.bw0-ns{border-width:0}.bw1-ns{border-width:.125rem}.bw2-ns{border-width:.25rem}.bw3-ns{border-width:.5rem}.bw4-ns{border-width:1rem}.bw5-ns{border-width:2rem}.bt-0-ns{border-top-width:0}.br-0-ns{border-right-width:0}.bb-0-ns{border-bottom-width:0}.bl-0-ns{border-left-width:0}.shadow-1-ns{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-ns{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-ns{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-ns{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5-ns{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.top-0-ns{top:0}.left-0-ns{left:0}.right-0-ns{right:0}.bottom-0-ns{bottom:0}.top-1-ns{top:1rem}.left-1-ns{left:1rem}.right-1-ns{right:1rem}.bottom-1-ns{bottom:1rem}.top-2-ns{top:2rem}.left-2-ns{left:2rem}.right-2-ns{right:2rem}.bottom-2-ns{bottom:2rem}.top--1-ns{top:-1rem}.right--1-ns{right:-1rem}.bottom--1-ns{bottom:-1rem}.left--1-ns{left:-1rem}.top--2-ns{top:-2rem}.right--2-ns{right:-2rem}.bottom--2-ns{bottom:-2rem}.left--2-ns{left:-2rem}.absolute--fill-ns{top:0;right:0;bottom:0;left:0}.cl-ns{clear:left}.cr-ns{clear:right}.cb-ns{clear:both}.cn-ns{clear:none}.dn-ns{display:none}.di-ns{display:inline}.db-ns{display:block}.dib-ns{display:inline-block}.dit-ns{display:inline-table}.dt-ns{display:table}.dtc-ns{display:table-cell}.dt-row-ns{display:table-row}.dt-row-group-ns{display:table-row-group}.dt-column-ns{display:table-column}.dt-column-group-ns{display:table-column-group}.dt--fixed-ns{table-layout:fixed;width:100%}.flex-ns{display:flex}.inline-flex-ns{display:inline-flex}.flex-auto-ns{flex:1 1 auto;min-width:0;min-height:0}.flex-none-ns{flex:none}.flex-column-ns{flex-direction:column}.flex-row-ns{flex-direction:row}.flex-wrap-ns{flex-wrap:wrap}.flex-nowrap-ns{flex-wrap:nowrap}.flex-wrap-reverse-ns{flex-wrap:wrap-reverse}.flex-column-reverse-ns{flex-direction:column-reverse}.flex-row-reverse-ns{flex-direction:row-reverse}.items-start-ns{align-items:flex-start}.items-end-ns{align-items:flex-end}.items-center-ns{align-items:center}.items-baseline-ns{align-items:baseline}.items-stretch-ns{align-items:stretch}.self-start-ns{align-self:flex-start}.self-end-ns{align-self:flex-end}.self-center-ns{align-self:center}.self-baseline-ns{align-self:baseline}.self-stretch-ns{align-self:stretch}.justify-start-ns{justify-content:flex-start}.justify-end-ns{justify-content:flex-end}.justify-center-ns{justify-content:center}.justify-between-ns{justify-content:space-between}.justify-around-ns{justify-content:space-around}.content-start-ns{align-content:flex-start}.content-end-ns{align-content:flex-end}.content-center-ns{align-content:center}.content-between-ns{align-content:space-between}.content-around-ns{align-content:space-around}.content-stretch-ns{align-content:stretch}.order-0-ns{order:0}.order-1-ns{order:1}.order-2-ns{order:2}.order-3-ns{order:3}.order-4-ns{order:4}.order-5-ns{order:5}.order-6-ns{order:6}.order-7-ns{order:7}.order-8-ns{order:8}.order-last-ns{order:99999}.flex-grow-0-ns{flex-grow:0}.flex-grow-1-ns{flex-grow:1}.flex-shrink-0-ns{flex-shrink:0}.flex-shrink-1-ns{flex-shrink:1}.fl-ns{float:left}.fl-ns,.fr-ns{_display:inline}.fr-ns{float:right}.fn-ns{float:none}.i-ns{font-style:italic}.fs-normal-ns{font-style:normal}.normal-ns{font-weight:400}.b-ns{font-weight:700}.fw1-ns{font-weight:100}.fw2-ns{font-weight:200}.fw3-ns{font-weight:300}.fw4-ns{font-weight:400}.fw5-ns{font-weight:500}.fw6-ns{font-weight:600}.fw7-ns{font-weight:700}.fw8-ns{font-weight:800}.fw9-ns{font-weight:900}.h1-ns{height:1rem}.h2-ns{height:2rem}.h3-ns{height:4rem}.h4-ns{height:8rem}.h5-ns{height:16rem}.h-25-ns{height:25%}.h-50-ns{height:50%}.h-75-ns{height:75%}.h-100-ns{height:100%}.min-h-100-ns{min-height:100%}.vh-25-ns{height:25vh}.vh-50-ns{height:50vh}.vh-75-ns{height:75vh}.vh-100-ns{height:100vh}.min-vh-100-ns{min-height:100vh}.h-auto-ns{height:auto}.h-inherit-ns{height:inherit}.tracked-ns{letter-spacing:.1em}.tracked-tight-ns{letter-spacing:-.05em}.tracked-mega-ns{letter-spacing:.25em}.lh-solid-ns{line-height:1}.lh-title-ns{line-height:1.25}.lh-copy-ns{line-height:1.5}.mw-100-ns{max-width:100%}.mw1-ns{max-width:1rem}.mw2-ns{max-width:2rem}.mw3-ns{max-width:4rem}.mw4-ns{max-width:8rem}.mw5-ns{max-width:16rem}.mw6-ns{max-width:32rem}.mw7-ns{max-width:48rem}.mw8-ns{max-width:64rem}.mw9-ns{max-width:96rem}.mw-none-ns{max-width:none}.w1-ns{width:1rem}.w2-ns{width:2rem}.w3-ns{width:4rem}.w4-ns{width:8rem}.w5-ns{width:16rem}.w-10-ns{width:10%}.w-20-ns{width:20%}.w-25-ns{width:25%}.w-30-ns{width:30%}.w-33-ns{width:33%}.w-34-ns{width:34%}.w-40-ns{width:40%}.w-50-ns{width:50%}.w-60-ns{width:60%}.w-70-ns{width:70%}.w-75-ns{width:75%}.w-80-ns{width:80%}.w-90-ns{width:90%}.w-100-ns{width:100%}.w-third-ns{width:33.33333%}.w-two-thirds-ns{width:66.66667%}.w-auto-ns{width:auto}.overflow-visible-ns{overflow:visible}.overflow-hidden-ns{overflow:hidden}.overflow-scroll-ns{overflow:scroll}.overflow-auto-ns{overflow:auto}.overflow-x-visible-ns{overflow-x:visible}.overflow-x-hidden-ns{overflow-x:hidden}.overflow-x-scroll-ns{overflow-x:scroll}.overflow-x-auto-ns{overflow-x:auto}.overflow-y-visible-ns{overflow-y:visible}.overflow-y-hidden-ns{overflow-y:hidden}.overflow-y-scroll-ns{overflow-y:scroll}.overflow-y-auto-ns{overflow-y:auto}.static-ns{position:static}.relative-ns{position:relative}.absolute-ns{position:absolute}.fixed-ns{position:fixed}.rotate-45-ns{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90-ns{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135-ns{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180-ns{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225-ns{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270-ns{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315-ns{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.pa0-ns{padding:0}.pa1-ns{padding:.25rem}.pa2-ns{padding:.5rem}.pa3-ns{padding:1rem}.pa4-ns{padding:2rem}.pa5-ns{padding:4rem}.pa6-ns{padding:8rem}.pa7-ns{padding:16rem}.pl0-ns{padding-left:0}.pl1-ns{padding-left:.25rem}.pl2-ns{padding-left:.5rem}.pl3-ns{padding-left:1rem}.pl4-ns{padding-left:2rem}.pl5-ns{padding-left:4rem}.pl6-ns{padding-left:8rem}.pl7-ns{padding-left:16rem}.pr0-ns{padding-right:0}.pr1-ns{padding-right:.25rem}.pr2-ns{padding-right:.5rem}.pr3-ns{padding-right:1rem}.pr4-ns{padding-right:2rem}.pr5-ns{padding-right:4rem}.pr6-ns{padding-right:8rem}.pr7-ns{padding-right:16rem}.pb0-ns{padding-bottom:0}.pb1-ns{padding-bottom:.25rem}.pb2-ns{padding-bottom:.5rem}.pb3-ns{padding-bottom:1rem}.pb4-ns{padding-bottom:2rem}.pb5-ns{padding-bottom:4rem}.pb6-ns{padding-bottom:8rem}.pb7-ns{padding-bottom:16rem}.pt0-ns{padding-top:0}.pt1-ns{padding-top:.25rem}.pt2-ns{padding-top:.5rem}.pt3-ns{padding-top:1rem}.pt4-ns{padding-top:2rem}.pt5-ns{padding-top:4rem}.pt6-ns{padding-top:8rem}.pt7-ns{padding-top:16rem}.pv0-ns{padding-top:0;padding-bottom:0}.pv1-ns{padding-top:.25rem;padding-bottom:.25rem}.pv2-ns{padding-top:.5rem;padding-bottom:.5rem}.pv3-ns{padding-top:1rem;padding-bottom:1rem}.pv4-ns{padding-top:2rem;padding-bottom:2rem}.pv5-ns{padding-top:4rem;padding-bottom:4rem}.pv6-ns{padding-top:8rem;padding-bottom:8rem}.pv7-ns{padding-top:16rem;padding-bottom:16rem}.ph0-ns{padding-left:0;padding-right:0}.ph1-ns{padding-left:.25rem;padding-right:.25rem}.ph2-ns{padding-left:.5rem;padding-right:.5rem}.ph3-ns{padding-left:1rem;padding-right:1rem}.ph4-ns{padding-left:2rem;padding-right:2rem}.ph5-ns{padding-left:4rem;padding-right:4rem}.ph6-ns{padding-left:8rem;padding-right:8rem}.ph7-ns{padding-left:16rem;padding-right:16rem}.ma0-ns{margin:0}.ma1-ns{margin:.25rem}.ma2-ns{margin:.5rem}.ma3-ns{margin:1rem}.ma4-ns{margin:2rem}.ma5-ns{margin:4rem}.ma6-ns{margin:8rem}.ma7-ns{margin:16rem}.ml0-ns{margin-left:0}.ml1-ns{margin-left:.25rem}.ml2-ns{margin-left:.5rem}.ml3-ns{margin-left:1rem}.ml4-ns{margin-left:2rem}.ml5-ns{margin-left:4rem}.ml6-ns{margin-left:8rem}.ml7-ns{margin-left:16rem}.mr0-ns{margin-right:0}.mr1-ns{margin-right:.25rem}.mr2-ns{margin-right:.5rem}.mr3-ns{margin-right:1rem}.mr4-ns{margin-right:2rem}.mr5-ns{margin-right:4rem}.mr6-ns{margin-right:8rem}.mr7-ns{margin-right:16rem}.mb0-ns{margin-bottom:0}.mb1-ns{margin-bottom:.25rem}.mb2-ns{margin-bottom:.5rem}.mb3-ns{margin-bottom:1rem}.mb4-ns{margin-bottom:2rem}.mb5-ns{margin-bottom:4rem}.mb6-ns{margin-bottom:8rem}.mb7-ns{margin-bottom:16rem}.mt0-ns{margin-top:0}.mt1-ns{margin-top:.25rem}.mt2-ns{margin-top:.5rem}.mt3-ns{margin-top:1rem}.mt4-ns{margin-top:2rem}.mt5-ns{margin-top:4rem}.mt6-ns{margin-top:8rem}.mt7-ns{margin-top:16rem}.mv0-ns{margin-top:0;margin-bottom:0}.mv1-ns{margin-top:.25rem;margin-bottom:.25rem}.mv2-ns{margin-top:.5rem;margin-bottom:.5rem}.mv3-ns{margin-top:1rem;margin-bottom:1rem}.mv4-ns{margin-top:2rem;margin-bottom:2rem}.mv5-ns{margin-top:4rem;margin-bottom:4rem}.mv6-ns{margin-top:8rem;margin-bottom:8rem}.mv7-ns{margin-top:16rem;margin-bottom:16rem}.mh0-ns{margin-left:0;margin-right:0}.mh1-ns{margin-left:.25rem;margin-right:.25rem}.mh2-ns{margin-left:.5rem;margin-right:.5rem}.mh3-ns{margin-left:1rem;margin-right:1rem}.mh4-ns{margin-left:2rem;margin-right:2rem}.mh5-ns{margin-left:4rem;margin-right:4rem}.mh6-ns{margin-left:8rem;margin-right:8rem}.mh7-ns{margin-left:16rem;margin-right:16rem}.na1-ns{margin:-.25rem}.na2-ns{margin:-.5rem}.na3-ns{margin:-1rem}.na4-ns{margin:-2rem}.na5-ns{margin:-4rem}.na6-ns{margin:-8rem}.na7-ns{margin:-16rem}.nl1-ns{margin-left:-.25rem}.nl2-ns{margin-left:-.5rem}.nl3-ns{margin-left:-1rem}.nl4-ns{margin-left:-2rem}.nl5-ns{margin-left:-4rem}.nl6-ns{margin-left:-8rem}.nl7-ns{margin-left:-16rem}.nr1-ns{margin-right:-.25rem}.nr2-ns{margin-right:-.5rem}.nr3-ns{margin-right:-1rem}.nr4-ns{margin-right:-2rem}.nr5-ns{margin-right:-4rem}.nr6-ns{margin-right:-8rem}.nr7-ns{margin-right:-16rem}.nb1-ns{margin-bottom:-.25rem}.nb2-ns{margin-bottom:-.5rem}.nb3-ns{margin-bottom:-1rem}.nb4-ns{margin-bottom:-2rem}.nb5-ns{margin-bottom:-4rem}.nb6-ns{margin-bottom:-8rem}.nb7-ns{margin-bottom:-16rem}.nt1-ns{margin-top:-.25rem}.nt2-ns{margin-top:-.5rem}.nt3-ns{margin-top:-1rem}.nt4-ns{margin-top:-2rem}.nt5-ns{margin-top:-4rem}.nt6-ns{margin-top:-8rem}.nt7-ns{margin-top:-16rem}.strike-ns{text-decoration:line-through}.underline-ns{text-decoration:underline}.no-underline-ns{text-decoration:none}.tl-ns{text-align:left}.tr-ns{text-align:right}.tc-ns{text-align:center}.tj-ns{text-align:justify}.ttc-ns{text-transform:capitalize}.ttl-ns{text-transform:lowercase}.ttu-ns{text-transform:uppercase}.ttn-ns{text-transform:none}.f-6-ns,.f-headline-ns{font-size:6rem}.f-5-ns,.f-subheadline-ns{font-size:5rem}.f1-ns{font-size:3rem}.f2-ns{font-size:2.25rem}.f3-ns{font-size:1.5rem}.f4-ns{font-size:1.25rem}.f5-ns{font-size:1rem}.f6-ns{font-size:.875rem}.f7-ns{font-size:.75rem}.measure-ns{max-width:30em}.measure-wide-ns{max-width:34em}.measure-narrow-ns{max-width:20em}.indent-ns{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps-ns{font-variant:small-caps}.truncate-ns{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.center-ns{margin-left:auto}.center-ns,.mr-auto-ns{margin-right:auto}.ml-auto-ns{margin-left:auto}.clip-ns{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-ns{white-space:normal}.nowrap-ns{white-space:nowrap}.pre-ns{white-space:pre}.v-base-ns{vertical-align:baseline}.v-mid-ns{vertical-align:middle}.v-top-ns{vertical-align:top}.v-btm-ns{vertical-align:bottom}}@media screen and (min-width:30em) and (max-width:60em){.aspect-ratio-m{height:0;position:relative}.aspect-ratio--16x9-m{padding-bottom:56.25%}.aspect-ratio--9x16-m{padding-bottom:177.77%}.aspect-ratio--4x3-m{padding-bottom:75%}.aspect-ratio--3x4-m{padding-bottom:133.33%}.aspect-ratio--6x4-m{padding-bottom:66.6%}.aspect-ratio--4x6-m{padding-bottom:150%}.aspect-ratio--8x5-m{padding-bottom:62.5%}.aspect-ratio--5x8-m{padding-bottom:160%}.aspect-ratio--7x5-m{padding-bottom:71.42%}.aspect-ratio--5x7-m{padding-bottom:140%}.aspect-ratio--1x1-m{padding-bottom:100%}.aspect-ratio--object-m{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover-m{background-size:cover!important}.contain-m{background-size:contain!important}.bg-center-m{background-position:50%}.bg-center-m,.bg-top-m{background-repeat:no-repeat}.bg-top-m{background-position:top}.bg-right-m{background-position:100%}.bg-bottom-m,.bg-right-m{background-repeat:no-repeat}.bg-bottom-m{background-position:bottom}.bg-left-m{background-repeat:no-repeat;background-position:0}.outline-m{outline:1px solid}.outline-transparent-m{outline:1px solid transparent}.outline-0-m{outline:0}.ba-m{border-style:solid;border-width:1px}.bt-m{border-top-style:solid;border-top-width:1px}.br-m{border-right-style:solid;border-right-width:1px}.bb-m{border-bottom-style:solid;border-bottom-width:1px}.bl-m{border-left-style:solid;border-left-width:1px}.bn-m{border-style:none;border-width:0}.br0-m{border-radius:0}.br1-m{border-radius:.125rem}.br2-m{border-radius:.25rem}.br3-m{border-radius:.5rem}.br4-m{border-radius:1rem}.br-100-m{border-radius:100%}.br-pill-m{border-radius:9999px}.br--bottom-m{border-top-left-radius:0;border-top-right-radius:0}.br--top-m{border-bottom-right-radius:0}.br--right-m,.br--top-m{border-bottom-left-radius:0}.br--right-m{border-top-left-radius:0}.br--left-m{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit-m{border-radius:inherit}.br-initial-m{border-radius:initial}.br-unset-m{border-radius:unset}.b--dotted-m{border-style:dotted}.b--dashed-m{border-style:dashed}.b--solid-m{border-style:solid}.b--none-m{border-style:none}.bw0-m{border-width:0}.bw1-m{border-width:.125rem}.bw2-m{border-width:.25rem}.bw3-m{border-width:.5rem}.bw4-m{border-width:1rem}.bw5-m{border-width:2rem}.bt-0-m{border-top-width:0}.br-0-m{border-right-width:0}.bb-0-m{border-bottom-width:0}.bl-0-m{border-left-width:0}.shadow-1-m{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-m{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-m{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-m{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5-m{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.top-0-m{top:0}.left-0-m{left:0}.right-0-m{right:0}.bottom-0-m{bottom:0}.top-1-m{top:1rem}.left-1-m{left:1rem}.right-1-m{right:1rem}.bottom-1-m{bottom:1rem}.top-2-m{top:2rem}.left-2-m{left:2rem}.right-2-m{right:2rem}.bottom-2-m{bottom:2rem}.top--1-m{top:-1rem}.right--1-m{right:-1rem}.bottom--1-m{bottom:-1rem}.left--1-m{left:-1rem}.top--2-m{top:-2rem}.right--2-m{right:-2rem}.bottom--2-m{bottom:-2rem}.left--2-m{left:-2rem}.absolute--fill-m{top:0;right:0;bottom:0;left:0}.cl-m{clear:left}.cr-m{clear:right}.cb-m{clear:both}.cn-m{clear:none}.dn-m{display:none}.di-m{display:inline}.db-m{display:block}.dib-m{display:inline-block}.dit-m{display:inline-table}.dt-m{display:table}.dtc-m{display:table-cell}.dt-row-m{display:table-row}.dt-row-group-m{display:table-row-group}.dt-column-m{display:table-column}.dt-column-group-m{display:table-column-group}.dt--fixed-m{table-layout:fixed;width:100%}.flex-m{display:flex}.inline-flex-m{display:inline-flex}.flex-auto-m{flex:1 1 auto;min-width:0;min-height:0}.flex-none-m{flex:none}.flex-column-m{flex-direction:column}.flex-row-m{flex-direction:row}.flex-wrap-m{flex-wrap:wrap}.flex-nowrap-m{flex-wrap:nowrap}.flex-wrap-reverse-m{flex-wrap:wrap-reverse}.flex-column-reverse-m{flex-direction:column-reverse}.flex-row-reverse-m{flex-direction:row-reverse}.items-start-m{align-items:flex-start}.items-end-m{align-items:flex-end}.items-center-m{align-items:center}.items-baseline-m{align-items:baseline}.items-stretch-m{align-items:stretch}.self-start-m{align-self:flex-start}.self-end-m{align-self:flex-end}.self-center-m{align-self:center}.self-baseline-m{align-self:baseline}.self-stretch-m{align-self:stretch}.justify-start-m{justify-content:flex-start}.justify-end-m{justify-content:flex-end}.justify-center-m{justify-content:center}.justify-between-m{justify-content:space-between}.justify-around-m{justify-content:space-around}.content-start-m{align-content:flex-start}.content-end-m{align-content:flex-end}.content-center-m{align-content:center}.content-between-m{align-content:space-between}.content-around-m{align-content:space-around}.content-stretch-m{align-content:stretch}.order-0-m{order:0}.order-1-m{order:1}.order-2-m{order:2}.order-3-m{order:3}.order-4-m{order:4}.order-5-m{order:5}.order-6-m{order:6}.order-7-m{order:7}.order-8-m{order:8}.order-last-m{order:99999}.flex-grow-0-m{flex-grow:0}.flex-grow-1-m{flex-grow:1}.flex-shrink-0-m{flex-shrink:0}.flex-shrink-1-m{flex-shrink:1}.fl-m{float:left}.fl-m,.fr-m{_display:inline}.fr-m{float:right}.fn-m{float:none}.i-m{font-style:italic}.fs-normal-m{font-style:normal}.normal-m{font-weight:400}.b-m{font-weight:700}.fw1-m{font-weight:100}.fw2-m{font-weight:200}.fw3-m{font-weight:300}.fw4-m{font-weight:400}.fw5-m{font-weight:500}.fw6-m{font-weight:600}.fw7-m{font-weight:700}.fw8-m{font-weight:800}.fw9-m{font-weight:900}.h1-m{height:1rem}.h2-m{height:2rem}.h3-m{height:4rem}.h4-m{height:8rem}.h5-m{height:16rem}.h-25-m{height:25%}.h-50-m{height:50%}.h-75-m{height:75%}.h-100-m{height:100%}.min-h-100-m{min-height:100%}.vh-25-m{height:25vh}.vh-50-m{height:50vh}.vh-75-m{height:75vh}.vh-100-m{height:100vh}.min-vh-100-m{min-height:100vh}.h-auto-m{height:auto}.h-inherit-m{height:inherit}.tracked-m{letter-spacing:.1em}.tracked-tight-m{letter-spacing:-.05em}.tracked-mega-m{letter-spacing:.25em}.lh-solid-m{line-height:1}.lh-title-m{line-height:1.25}.lh-copy-m{line-height:1.5}.mw-100-m{max-width:100%}.mw1-m{max-width:1rem}.mw2-m{max-width:2rem}.mw3-m{max-width:4rem}.mw4-m{max-width:8rem}.mw5-m{max-width:16rem}.mw6-m{max-width:32rem}.mw7-m{max-width:48rem}.mw8-m{max-width:64rem}.mw9-m{max-width:96rem}.mw-none-m{max-width:none}.w1-m{width:1rem}.w2-m{width:2rem}.w3-m{width:4rem}.w4-m{width:8rem}.w5-m{width:16rem}.w-10-m{width:10%}.w-20-m{width:20%}.w-25-m{width:25%}.w-30-m{width:30%}.w-33-m{width:33%}.w-34-m{width:34%}.w-40-m{width:40%}.w-50-m{width:50%}.w-60-m{width:60%}.w-70-m{width:70%}.w-75-m{width:75%}.w-80-m{width:80%}.w-90-m{width:90%}.w-100-m{width:100%}.w-third-m{width:33.33333%}.w-two-thirds-m{width:66.66667%}.w-auto-m{width:auto}.overflow-visible-m{overflow:visible}.overflow-hidden-m{overflow:hidden}.overflow-scroll-m{overflow:scroll}.overflow-auto-m{overflow:auto}.overflow-x-visible-m{overflow-x:visible}.overflow-x-hidden-m{overflow-x:hidden}.overflow-x-scroll-m{overflow-x:scroll}.overflow-x-auto-m{overflow-x:auto}.overflow-y-visible-m{overflow-y:visible}.overflow-y-hidden-m{overflow-y:hidden}.overflow-y-scroll-m{overflow-y:scroll}.overflow-y-auto-m{overflow-y:auto}.static-m{position:static}.relative-m{position:relative}.absolute-m{position:absolute}.fixed-m{position:fixed}.rotate-45-m{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90-m{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135-m{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180-m{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225-m{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270-m{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315-m{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.pa0-m{padding:0}.pa1-m{padding:.25rem}.pa2-m{padding:.5rem}.pa3-m{padding:1rem}.pa4-m{padding:2rem}.pa5-m{padding:4rem}.pa6-m{padding:8rem}.pa7-m{padding:16rem}.pl0-m{padding-left:0}.pl1-m{padding-left:.25rem}.pl2-m{padding-left:.5rem}.pl3-m{padding-left:1rem}.pl4-m{padding-left:2rem}.pl5-m{padding-left:4rem}.pl6-m{padding-left:8rem}.pl7-m{padding-left:16rem}.pr0-m{padding-right:0}.pr1-m{padding-right:.25rem}.pr2-m{padding-right:.5rem}.pr3-m{padding-right:1rem}.pr4-m{padding-right:2rem}.pr5-m{padding-right:4rem}.pr6-m{padding-right:8rem}.pr7-m{padding-right:16rem}.pb0-m{padding-bottom:0}.pb1-m{padding-bottom:.25rem}.pb2-m{padding-bottom:.5rem}.pb3-m{padding-bottom:1rem}.pb4-m{padding-bottom:2rem}.pb5-m{padding-bottom:4rem}.pb6-m{padding-bottom:8rem}.pb7-m{padding-bottom:16rem}.pt0-m{padding-top:0}.pt1-m{padding-top:.25rem}.pt2-m{padding-top:.5rem}.pt3-m{padding-top:1rem}.pt4-m{padding-top:2rem}.pt5-m{padding-top:4rem}.pt6-m{padding-top:8rem}.pt7-m{padding-top:16rem}.pv0-m{padding-top:0;padding-bottom:0}.pv1-m{padding-top:.25rem;padding-bottom:.25rem}.pv2-m{padding-top:.5rem;padding-bottom:.5rem}.pv3-m{padding-top:1rem;padding-bottom:1rem}.pv4-m{padding-top:2rem;padding-bottom:2rem}.pv5-m{padding-top:4rem;padding-bottom:4rem}.pv6-m{padding-top:8rem;padding-bottom:8rem}.pv7-m{padding-top:16rem;padding-bottom:16rem}.ph0-m{padding-left:0;padding-right:0}.ph1-m{padding-left:.25rem;padding-right:.25rem}.ph2-m{padding-left:.5rem;padding-right:.5rem}.ph3-m{padding-left:1rem;padding-right:1rem}.ph4-m{padding-left:2rem;padding-right:2rem}.ph5-m{padding-left:4rem;padding-right:4rem}.ph6-m{padding-left:8rem;padding-right:8rem}.ph7-m{padding-left:16rem;padding-right:16rem}.ma0-m{margin:0}.ma1-m{margin:.25rem}.ma2-m{margin:.5rem}.ma3-m{margin:1rem}.ma4-m{margin:2rem}.ma5-m{margin:4rem}.ma6-m{margin:8rem}.ma7-m{margin:16rem}.ml0-m{margin-left:0}.ml1-m{margin-left:.25rem}.ml2-m{margin-left:.5rem}.ml3-m{margin-left:1rem}.ml4-m{margin-left:2rem}.ml5-m{margin-left:4rem}.ml6-m{margin-left:8rem}.ml7-m{margin-left:16rem}.mr0-m{margin-right:0}.mr1-m{margin-right:.25rem}.mr2-m{margin-right:.5rem}.mr3-m{margin-right:1rem}.mr4-m{margin-right:2rem}.mr5-m{margin-right:4rem}.mr6-m{margin-right:8rem}.mr7-m{margin-right:16rem}.mb0-m{margin-bottom:0}.mb1-m{margin-bottom:.25rem}.mb2-m{margin-bottom:.5rem}.mb3-m{margin-bottom:1rem}.mb4-m{margin-bottom:2rem}.mb5-m{margin-bottom:4rem}.mb6-m{margin-bottom:8rem}.mb7-m{margin-bottom:16rem}.mt0-m{margin-top:0}.mt1-m{margin-top:.25rem}.mt2-m{margin-top:.5rem}.mt3-m{margin-top:1rem}.mt4-m{margin-top:2rem}.mt5-m{margin-top:4rem}.mt6-m{margin-top:8rem}.mt7-m{margin-top:16rem}.mv0-m{margin-top:0;margin-bottom:0}.mv1-m{margin-top:.25rem;margin-bottom:.25rem}.mv2-m{margin-top:.5rem;margin-bottom:.5rem}.mv3-m{margin-top:1rem;margin-bottom:1rem}.mv4-m{margin-top:2rem;margin-bottom:2rem}.mv5-m{margin-top:4rem;margin-bottom:4rem}.mv6-m{margin-top:8rem;margin-bottom:8rem}.mv7-m{margin-top:16rem;margin-bottom:16rem}.mh0-m{margin-left:0;margin-right:0}.mh1-m{margin-left:.25rem;margin-right:.25rem}.mh2-m{margin-left:.5rem;margin-right:.5rem}.mh3-m{margin-left:1rem;margin-right:1rem}.mh4-m{margin-left:2rem;margin-right:2rem}.mh5-m{margin-left:4rem;margin-right:4rem}.mh6-m{margin-left:8rem;margin-right:8rem}.mh7-m{margin-left:16rem;margin-right:16rem}.na1-m{margin:-.25rem}.na2-m{margin:-.5rem}.na3-m{margin:-1rem}.na4-m{margin:-2rem}.na5-m{margin:-4rem}.na6-m{margin:-8rem}.na7-m{margin:-16rem}.nl1-m{margin-left:-.25rem}.nl2-m{margin-left:-.5rem}.nl3-m{margin-left:-1rem}.nl4-m{margin-left:-2rem}.nl5-m{margin-left:-4rem}.nl6-m{margin-left:-8rem}.nl7-m{margin-left:-16rem}.nr1-m{margin-right:-.25rem}.nr2-m{margin-right:-.5rem}.nr3-m{margin-right:-1rem}.nr4-m{margin-right:-2rem}.nr5-m{margin-right:-4rem}.nr6-m{margin-right:-8rem}.nr7-m{margin-right:-16rem}.nb1-m{margin-bottom:-.25rem}.nb2-m{margin-bottom:-.5rem}.nb3-m{margin-bottom:-1rem}.nb4-m{margin-bottom:-2rem}.nb5-m{margin-bottom:-4rem}.nb6-m{margin-bottom:-8rem}.nb7-m{margin-bottom:-16rem}.nt1-m{margin-top:-.25rem}.nt2-m{margin-top:-.5rem}.nt3-m{margin-top:-1rem}.nt4-m{margin-top:-2rem}.nt5-m{margin-top:-4rem}.nt6-m{margin-top:-8rem}.nt7-m{margin-top:-16rem}.strike-m{text-decoration:line-through}.underline-m{text-decoration:underline}.no-underline-m{text-decoration:none}.tl-m{text-align:left}.tr-m{text-align:right}.tc-m{text-align:center}.tj-m{text-align:justify}.ttc-m{text-transform:capitalize}.ttl-m{text-transform:lowercase}.ttu-m{text-transform:uppercase}.ttn-m{text-transform:none}.f-6-m,.f-headline-m{font-size:6rem}.f-5-m,.f-subheadline-m{font-size:5rem}.f1-m{font-size:3rem}.f2-m{font-size:2.25rem}.f3-m{font-size:1.5rem}.f4-m{font-size:1.25rem}.f5-m{font-size:1rem}.f6-m{font-size:.875rem}.f7-m{font-size:.75rem}.measure-m{max-width:30em}.measure-wide-m{max-width:34em}.measure-narrow-m{max-width:20em}.indent-m{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps-m{font-variant:small-caps}.truncate-m{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.center-m{margin-left:auto}.center-m,.mr-auto-m{margin-right:auto}.ml-auto-m{margin-left:auto}.clip-m{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-m{white-space:normal}.nowrap-m{white-space:nowrap}.pre-m{white-space:pre}.v-base-m{vertical-align:baseline}.v-mid-m{vertical-align:middle}.v-top-m{vertical-align:top}.v-btm-m{vertical-align:bottom}}@media screen and (min-width:60em){.aspect-ratio-l{height:0;position:relative}.aspect-ratio--16x9-l{padding-bottom:56.25%}.aspect-ratio--9x16-l{padding-bottom:177.77%}.aspect-ratio--4x3-l{padding-bottom:75%}.aspect-ratio--3x4-l{padding-bottom:133.33%}.aspect-ratio--6x4-l{padding-bottom:66.6%}.aspect-ratio--4x6-l{padding-bottom:150%}.aspect-ratio--8x5-l{padding-bottom:62.5%}.aspect-ratio--5x8-l{padding-bottom:160%}.aspect-ratio--7x5-l{padding-bottom:71.42%}.aspect-ratio--5x7-l{padding-bottom:140%}.aspect-ratio--1x1-l{padding-bottom:100%}.aspect-ratio--object-l{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover-l{background-size:cover!important}.contain-l{background-size:contain!important}.bg-center-l{background-position:50%}.bg-center-l,.bg-top-l{background-repeat:no-repeat}.bg-top-l{background-position:top}.bg-right-l{background-position:100%}.bg-bottom-l,.bg-right-l{background-repeat:no-repeat}.bg-bottom-l{background-position:bottom}.bg-left-l{background-repeat:no-repeat;background-position:0}.outline-l{outline:1px solid}.outline-transparent-l{outline:1px solid transparent}.outline-0-l{outline:0}.ba-l{border-style:solid;border-width:1px}.bt-l{border-top-style:solid;border-top-width:1px}.br-l{border-right-style:solid;border-right-width:1px}.bb-l{border-bottom-style:solid;border-bottom-width:1px}.bl-l{border-left-style:solid;border-left-width:1px}.bn-l{border-style:none;border-width:0}.br0-l{border-radius:0}.br1-l{border-radius:.125rem}.br2-l{border-radius:.25rem}.br3-l{border-radius:.5rem}.br4-l{border-radius:1rem}.br-100-l{border-radius:100%}.br-pill-l{border-radius:9999px}.br--bottom-l{border-top-left-radius:0;border-top-right-radius:0}.br--top-l{border-bottom-right-radius:0}.br--right-l,.br--top-l{border-bottom-left-radius:0}.br--right-l{border-top-left-radius:0}.br--left-l{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit-l{border-radius:inherit}.br-initial-l{border-radius:initial}.br-unset-l{border-radius:unset}.b--dotted-l{border-style:dotted}.b--dashed-l{border-style:dashed}.b--solid-l{border-style:solid}.b--none-l{border-style:none}.bw0-l{border-width:0}.bw1-l{border-width:.125rem}.bw2-l{border-width:.25rem}.bw3-l{border-width:.5rem}.bw4-l{border-width:1rem}.bw5-l{border-width:2rem}.bt-0-l{border-top-width:0}.br-0-l{border-right-width:0}.bb-0-l{border-bottom-width:0}.bl-0-l{border-left-width:0}.shadow-1-l{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-l{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-l{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-l{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5-l{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.top-0-l{top:0}.left-0-l{left:0}.right-0-l{right:0}.bottom-0-l{bottom:0}.top-1-l{top:1rem}.left-1-l{left:1rem}.right-1-l{right:1rem}.bottom-1-l{bottom:1rem}.top-2-l{top:2rem}.left-2-l{left:2rem}.right-2-l{right:2rem}.bottom-2-l{bottom:2rem}.top--1-l{top:-1rem}.right--1-l{right:-1rem}.bottom--1-l{bottom:-1rem}.left--1-l{left:-1rem}.top--2-l{top:-2rem}.right--2-l{right:-2rem}.bottom--2-l{bottom:-2rem}.left--2-l{left:-2rem}.absolute--fill-l{top:0;right:0;bottom:0;left:0}.cl-l{clear:left}.cr-l{clear:right}.cb-l{clear:both}.cn-l{clear:none}.dn-l{display:none}.di-l{display:inline}.db-l{display:block}.dib-l{display:inline-block}.dit-l{display:inline-table}.dt-l{display:table}.dtc-l{display:table-cell}.dt-row-l{display:table-row}.dt-row-group-l{display:table-row-group}.dt-column-l{display:table-column}.dt-column-group-l{display:table-column-group}.dt--fixed-l{table-layout:fixed;width:100%}.flex-l{display:flex}.inline-flex-l{display:inline-flex}.flex-auto-l{flex:1 1 auto;min-width:0;min-height:0}.flex-none-l{flex:none}.flex-column-l{flex-direction:column}.flex-row-l{flex-direction:row}.flex-wrap-l{flex-wrap:wrap}.flex-nowrap-l{flex-wrap:nowrap}.flex-wrap-reverse-l{flex-wrap:wrap-reverse}.flex-column-reverse-l{flex-direction:column-reverse}.flex-row-reverse-l{flex-direction:row-reverse}.items-start-l{align-items:flex-start}.items-end-l{align-items:flex-end}.items-center-l{align-items:center}.items-baseline-l{align-items:baseline}.items-stretch-l{align-items:stretch}.self-start-l{align-self:flex-start}.self-end-l{align-self:flex-end}.self-center-l{align-self:center}.self-baseline-l{align-self:baseline}.self-stretch-l{align-self:stretch}.justify-start-l{justify-content:flex-start}.justify-end-l{justify-content:flex-end}.justify-center-l{justify-content:center}.justify-between-l{justify-content:space-between}.justify-around-l{justify-content:space-around}.content-start-l{align-content:flex-start}.content-end-l{align-content:flex-end}.content-center-l{align-content:center}.content-between-l{align-content:space-between}.content-around-l{align-content:space-around}.content-stretch-l{align-content:stretch}.order-0-l{order:0}.order-1-l{order:1}.order-2-l{order:2}.order-3-l{order:3}.order-4-l{order:4}.order-5-l{order:5}.order-6-l{order:6}.order-7-l{order:7}.order-8-l{order:8}.order-last-l{order:99999}.flex-grow-0-l{flex-grow:0}.flex-grow-1-l{flex-grow:1}.flex-shrink-0-l{flex-shrink:0}.flex-shrink-1-l{flex-shrink:1}.fl-l{float:left}.fl-l,.fr-l{_display:inline}.fr-l{float:right}.fn-l{float:none}.i-l{font-style:italic}.fs-normal-l{font-style:normal}.normal-l{font-weight:400}.b-l{font-weight:700}.fw1-l{font-weight:100}.fw2-l{font-weight:200}.fw3-l{font-weight:300}.fw4-l{font-weight:400}.fw5-l{font-weight:500}.fw6-l{font-weight:600}.fw7-l{font-weight:700}.fw8-l{font-weight:800}.fw9-l{font-weight:900}.h1-l{height:1rem}.h2-l{height:2rem}.h3-l{height:4rem}.h4-l{height:8rem}.h5-l{height:16rem}.h-25-l{height:25%}.h-50-l{height:50%}.h-75-l{height:75%}.h-100-l{height:100%}.min-h-100-l{min-height:100%}.vh-25-l{height:25vh}.vh-50-l{height:50vh}.vh-75-l{height:75vh}.vh-100-l{height:100vh}.min-vh-100-l{min-height:100vh}.h-auto-l{height:auto}.h-inherit-l{height:inherit}.tracked-l{letter-spacing:.1em}.tracked-tight-l{letter-spacing:-.05em}.tracked-mega-l{letter-spacing:.25em}.lh-solid-l{line-height:1}.lh-title-l{line-height:1.25}.lh-copy-l{line-height:1.5}.mw-100-l{max-width:100%}.mw1-l{max-width:1rem}.mw2-l{max-width:2rem}.mw3-l{max-width:4rem}.mw4-l{max-width:8rem}.mw5-l{max-width:16rem}.mw6-l{max-width:32rem}.mw7-l{max-width:48rem}.mw8-l{max-width:64rem}.mw9-l{max-width:96rem}.mw-none-l{max-width:none}.w1-l{width:1rem}.w2-l{width:2rem}.w3-l{width:4rem}.w4-l{width:8rem}.w5-l{width:16rem}.w-10-l{width:10%}.w-20-l{width:20%}.w-25-l{width:25%}.w-30-l{width:30%}.w-33-l{width:33%}.w-34-l{width:34%}.w-40-l{width:40%}.w-50-l{width:50%}.w-60-l{width:60%}.w-70-l{width:70%}.w-75-l{width:75%}.w-80-l{width:80%}.w-90-l{width:90%}.w-100-l{width:100%}.w-third-l{width:33.33333%}.w-two-thirds-l{width:66.66667%}.w-auto-l{width:auto}.overflow-visible-l{overflow:visible}.overflow-hidden-l{overflow:hidden}.overflow-scroll-l{overflow:scroll}.overflow-auto-l{overflow:auto}.overflow-x-visible-l{overflow-x:visible}.overflow-x-hidden-l{overflow-x:hidden}.overflow-x-scroll-l{overflow-x:scroll}.overflow-x-auto-l{overflow-x:auto}.overflow-y-visible-l{overflow-y:visible}.overflow-y-hidden-l{overflow-y:hidden}.overflow-y-scroll-l{overflow-y:scroll}.overflow-y-auto-l{overflow-y:auto}.static-l{position:static}.relative-l{position:relative}.absolute-l{position:absolute}.fixed-l{position:fixed}.rotate-45-l{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90-l{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135-l{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180-l{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225-l{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270-l{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315-l{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.pa0-l{padding:0}.pa1-l{padding:.25rem}.pa2-l{padding:.5rem}.pa3-l{padding:1rem}.pa4-l{padding:2rem}.pa5-l{padding:4rem}.pa6-l{padding:8rem}.pa7-l{padding:16rem}.pl0-l{padding-left:0}.pl1-l{padding-left:.25rem}.pl2-l{padding-left:.5rem}.pl3-l{padding-left:1rem}.pl4-l{padding-left:2rem}.pl5-l{padding-left:4rem}.pl6-l{padding-left:8rem}.pl7-l{padding-left:16rem}.pr0-l{padding-right:0}.pr1-l{padding-right:.25rem}.pr2-l{padding-right:.5rem}.pr3-l{padding-right:1rem}.pr4-l{padding-right:2rem}.pr5-l{padding-right:4rem}.pr6-l{padding-right:8rem}.pr7-l{padding-right:16rem}.pb0-l{padding-bottom:0}.pb1-l{padding-bottom:.25rem}.pb2-l{padding-bottom:.5rem}.pb3-l{padding-bottom:1rem}.pb4-l{padding-bottom:2rem}.pb5-l{padding-bottom:4rem}.pb6-l{padding-bottom:8rem}.pb7-l{padding-bottom:16rem}.pt0-l{padding-top:0}.pt1-l{padding-top:.25rem}.pt2-l{padding-top:.5rem}.pt3-l{padding-top:1rem}.pt4-l{padding-top:2rem}.pt5-l{padding-top:4rem}.pt6-l{padding-top:8rem}.pt7-l{padding-top:16rem}.pv0-l{padding-top:0;padding-bottom:0}.pv1-l{padding-top:.25rem;padding-bottom:.25rem}.pv2-l{padding-top:.5rem;padding-bottom:.5rem}.pv3-l{padding-top:1rem;padding-bottom:1rem}.pv4-l{padding-top:2rem;padding-bottom:2rem}.pv5-l{padding-top:4rem;padding-bottom:4rem}.pv6-l{padding-top:8rem;padding-bottom:8rem}.pv7-l{padding-top:16rem;padding-bottom:16rem}.ph0-l{padding-left:0;padding-right:0}.ph1-l{padding-left:.25rem;padding-right:.25rem}.ph2-l{padding-left:.5rem;padding-right:.5rem}.ph3-l{padding-left:1rem;padding-right:1rem}.ph4-l{padding-left:2rem;padding-right:2rem}.ph5-l{padding-left:4rem;padding-right:4rem}.ph6-l{padding-left:8rem;padding-right:8rem}.ph7-l{padding-left:16rem;padding-right:16rem}.ma0-l{margin:0}.ma1-l{margin:.25rem}.ma2-l{margin:.5rem}.ma3-l{margin:1rem}.ma4-l{margin:2rem}.ma5-l{margin:4rem}.ma6-l{margin:8rem}.ma7-l{margin:16rem}.ml0-l{margin-left:0}.ml1-l{margin-left:.25rem}.ml2-l{margin-left:.5rem}.ml3-l{margin-left:1rem}.ml4-l{margin-left:2rem}.ml5-l{margin-left:4rem}.ml6-l{margin-left:8rem}.ml7-l{margin-left:16rem}.mr0-l{margin-right:0}.mr1-l{margin-right:.25rem}.mr2-l{margin-right:.5rem}.mr3-l{margin-right:1rem}.mr4-l{margin-right:2rem}.mr5-l{margin-right:4rem}.mr6-l{margin-right:8rem}.mr7-l{margin-right:16rem}.mb0-l{margin-bottom:0}.mb1-l{margin-bottom:.25rem}.mb2-l{margin-bottom:.5rem}.mb3-l{margin-bottom:1rem}.mb4-l{margin-bottom:2rem}.mb5-l{margin-bottom:4rem}.mb6-l{margin-bottom:8rem}.mb7-l{margin-bottom:16rem}.mt0-l{margin-top:0}.mt1-l{margin-top:.25rem}.mt2-l{margin-top:.5rem}.mt3-l{margin-top:1rem}.mt4-l{margin-top:2rem}.mt5-l{margin-top:4rem}.mt6-l{margin-top:8rem}.mt7-l{margin-top:16rem}.mv0-l{margin-top:0;margin-bottom:0}.mv1-l{margin-top:.25rem;margin-bottom:.25rem}.mv2-l{margin-top:.5rem;margin-bottom:.5rem}.mv3-l{margin-top:1rem;margin-bottom:1rem}.mv4-l{margin-top:2rem;margin-bottom:2rem}.mv5-l{margin-top:4rem;margin-bottom:4rem}.mv6-l{margin-top:8rem;margin-bottom:8rem}.mv7-l{margin-top:16rem;margin-bottom:16rem}.mh0-l{margin-left:0;margin-right:0}.mh1-l{margin-left:.25rem;margin-right:.25rem}.mh2-l{margin-left:.5rem;margin-right:.5rem}.mh3-l{margin-left:1rem;margin-right:1rem}.mh4-l{margin-left:2rem;margin-right:2rem}.mh5-l{margin-left:4rem;margin-right:4rem}.mh6-l{margin-left:8rem;margin-right:8rem}.mh7-l{margin-left:16rem;margin-right:16rem}.na1-l{margin:-.25rem}.na2-l{margin:-.5rem}.na3-l{margin:-1rem}.na4-l{margin:-2rem}.na5-l{margin:-4rem}.na6-l{margin:-8rem}.na7-l{margin:-16rem}.nl1-l{margin-left:-.25rem}.nl2-l{margin-left:-.5rem}.nl3-l{margin-left:-1rem}.nl4-l{margin-left:-2rem}.nl5-l{margin-left:-4rem}.nl6-l{margin-left:-8rem}.nl7-l{margin-left:-16rem}.nr1-l{margin-right:-.25rem}.nr2-l{margin-right:-.5rem}.nr3-l{margin-right:-1rem}.nr4-l{margin-right:-2rem}.nr5-l{margin-right:-4rem}.nr6-l{margin-right:-8rem}.nr7-l{margin-right:-16rem}.nb1-l{margin-bottom:-.25rem}.nb2-l{margin-bottom:-.5rem}.nb3-l{margin-bottom:-1rem}.nb4-l{margin-bottom:-2rem}.nb5-l{margin-bottom:-4rem}.nb6-l{margin-bottom:-8rem}.nb7-l{margin-bottom:-16rem}.nt1-l{margin-top:-.25rem}.nt2-l{margin-top:-.5rem}.nt3-l{margin-top:-1rem}.nt4-l{margin-top:-2rem}.nt5-l{margin-top:-4rem}.nt6-l{margin-top:-8rem}.nt7-l{margin-top:-16rem}.strike-l{text-decoration:line-through}.underline-l{text-decoration:underline}.no-underline-l{text-decoration:none}.tl-l{text-align:left}.tr-l{text-align:right}.tc-l{text-align:center}.tj-l{text-align:justify}.ttc-l{text-transform:capitalize}.ttl-l{text-transform:lowercase}.ttu-l{text-transform:uppercase}.ttn-l{text-transform:none}.f-6-l,.f-headline-l{font-size:6rem}.f-5-l,.f-subheadline-l{font-size:5rem}.f1-l{font-size:3rem}.f2-l{font-size:2.25rem}.f3-l{font-size:1.5rem}.f4-l{font-size:1.25rem}.f5-l{font-size:1rem}.f6-l{font-size:.875rem}.f7-l{font-size:.75rem}.measure-l{max-width:30em}.measure-wide-l{max-width:34em}.measure-narrow-l{max-width:20em}.indent-l{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps-l{font-variant:small-caps}.truncate-l{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.center-l{margin-left:auto}.center-l,.mr-auto-l{margin-right:auto}.ml-auto-l{margin-left:auto}.clip-l{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-l{white-space:normal}.nowrap-l{white-space:nowrap}.pre-l{white-space:pre}.v-base-l{vertical-align:baseline}.v-mid-l{vertical-align:middle}.v-top-l{vertical-align:top}.v-btm-l{vertical-align:bottom}}\npre, .pre {\n overflow-x: auto;\n overflow-y: hidden;\n overflow: scroll;\n}\n\n\npre code {\n display: block;\n padding: 1.5em 1.5em;\n white-space: pre;\n font-size: .875rem;\n line-height: 2;\n\n}\n\npre {\n background-color: #222;\n color: #ddd;\n white-space: pre;\n\n hyphens: none;\n position: relative;\n}\n/* pagination.html: https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L117 */\n.pagination {\n margin: 3rem 0;\n}\n\n.pagination li {\n display: inline-block;\n margin-right: .375rem;\n font-size: .875rem;\n margin-bottom: 2.5em;\n}\n\n[dir=\"rtl\"] .pagination li {\n margin-left: .375rem;\n margin-right: 0;\n}\n\n.pagination li a {\n padding: .5rem .625rem;\n background-color: white;\n color: #333;\n border: 1px solid #ddd;\n border-radius: 3px;\n text-decoration: none;\n}\n.pagination li.disabled {\n display: none;\n}\n.pagination li.active a,\n.pagination li.active a:link,\n.pagination li.active a:active,\n.pagination li.active a:visited {\n background-color: #ddd;\n}\n\n#TableOfContents ul li {\n margin-bottom: 1em;\n}\n.ananke-socials a{\n display: inline-block;\n vertical-align: middle;\n color: #BABABA;\n fill: currentColor;\n}\n.ananke-socials a .icon svg{\n width: 32px;\n height: 32px;\n}\n.ananke-socials a:hover {\n color: rgb(107, 114, 128);\n}\n.new-window {\n opacity: 0;\n display: inline-block;\n vertical-align: top;\n}\n.link-transition:hover .new-window{\n opacity: 1;\n}\n/* Put your custom styles here and run `npm start` from the \"src\" directory on */\n\n#TableOfContents ul li {\n margin-bottom: 1em;\n}\n\n.lh-copy blockquote {\n display: block;\n font-size: .875em;\n margin-left: 2rem;\n margin-top: 2rem;\n margin-bottom: 2rem;\n border-left: 4px solid #ccc;\n padding-left: 1rem;\n\n}\n\n.nested-links a{\n overflow-wrap: break-word;\n}\n" + ], + "names": [], + "mappings": "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" +} \ No newline at end of file diff --git a/public/ananke/css/main.min.css b/public/ananke/css/main.min.css new file mode 100644 index 0000000..fce2ce5 --- /dev/null +++ b/public/ananke/css/main.min.css @@ -0,0 +1 @@ +/*!TACHYONS v4.9.1 | http://tachyons.io*//*!TACHYONS v4.12.0 | http://tachyons.io*//*!normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css*/html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}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:initial}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}.border-box,a,article,aside,blockquote,body,code,dd,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],legend,li,main,nav,ol,p,pre,section,table,td,textarea,th,tr,ul{box-sizing:border-box}.aspect-ratio{height:0;position:relative}.aspect-ratio--16x9{padding-bottom:56.25%}.aspect-ratio--9x16{padding-bottom:177.77%}.aspect-ratio--4x3{padding-bottom:75%}.aspect-ratio--3x4{padding-bottom:133.33%}.aspect-ratio--6x4{padding-bottom:66.6%}.aspect-ratio--4x6{padding-bottom:150%}.aspect-ratio--8x5{padding-bottom:62.5%}.aspect-ratio--5x8{padding-bottom:160%}.aspect-ratio--7x5{padding-bottom:71.42%}.aspect-ratio--5x7{padding-bottom:140%}.aspect-ratio--1x1{padding-bottom:100%}.aspect-ratio--object{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}img{max-width:100%}.cover{background-size:cover!important}.contain{background-size:contain!important}.bg-center{background-position:50%}.bg-center,.bg-top{background-repeat:no-repeat}.bg-top{background-position:top}.bg-right{background-position:100%}.bg-bottom,.bg-right{background-repeat:no-repeat}.bg-bottom{background-position:bottom}.bg-left{background-repeat:no-repeat;background-position:0}.outline{outline:1px solid}.outline-transparent{outline:1px solid transparent}.outline-0{outline:0}.ba{border-style:solid;border-width:1px}.bt{border-top-style:solid;border-top-width:1px}.br{border-right-style:solid;border-right-width:1px}.bb{border-bottom-style:solid;border-bottom-width:1px}.bl{border-left-style:solid;border-left-width:1px}.bn{border-style:none;border-width:0}.b--black{border-color:#000}.b--near-black{border-color:#111}.b--dark-gray{border-color:#333}.b--mid-gray{border-color:#555}.b--gray{border-color:#777}.b--silver{border-color:#999}.b--light-silver{border-color:#aaa}.b--moon-gray{border-color:#ccc}.b--light-gray{border-color:#eee}.b--near-white{border-color:#f4f4f4}.b--white{border-color:#fff}.b--white-90{border-color:rgba(255,255,255,.9)}.b--white-80{border-color:rgba(255,255,255,.8)}.b--white-70{border-color:rgba(255,255,255,.7)}.b--white-60{border-color:rgba(255,255,255,.6)}.b--white-50{border-color:rgba(255,255,255,.5)}.b--white-40{border-color:rgba(255,255,255,.4)}.b--white-30{border-color:rgba(255,255,255,.3)}.b--white-20{border-color:rgba(255,255,255,.2)}.b--white-10{border-color:rgba(255,255,255,.1)}.b--white-05{border-color:rgba(255,255,255,5%)}.b--white-025{border-color:rgba(255,255,255,.025)}.b--white-0125{border-color:rgba(255,255,255,.0125)}.b--black-90{border-color:rgba(0,0,0,.9)}.b--black-80{border-color:rgba(0,0,0,.8)}.b--black-70{border-color:rgba(0,0,0,.7)}.b--black-60{border-color:rgba(0,0,0,.6)}.b--black-50{border-color:rgba(0,0,0,.5)}.b--black-40{border-color:rgba(0,0,0,.4)}.b--black-30{border-color:rgba(0,0,0,.3)}.b--black-20{border-color:rgba(0,0,0,.2)}.b--black-10{border-color:rgba(0,0,0,.1)}.b--black-05{border-color:rgba(0,0,0,5%)}.b--black-025{border-color:rgba(0,0,0,.025)}.b--black-0125{border-color:rgba(0,0,0,.0125)}.b--dark-red{border-color:#e7040f}.b--red{border-color:#ff4136}.b--light-red{border-color:#ff725c}.b--orange{border-color:#ff6300}.b--gold{border-color:#ffb700}.b--yellow{border-color:gold}.b--light-yellow{border-color:#fbf1a9}.b--purple{border-color:#5e2ca5}.b--light-purple{border-color:#a463f2}.b--dark-pink{border-color:#d5008f}.b--hot-pink{border-color:#ff41b4}.b--pink{border-color:#ff80cc}.b--light-pink{border-color:#ffa3d7}.b--dark-green{border-color:#137752}.b--green{border-color:#19a974}.b--light-green{border-color:#9eebcf}.b--navy{border-color:#001b44}.b--dark-blue{border-color:#00449e}.b--blue{border-color:#357edd}.b--light-blue{border-color:#96ccff}.b--lightest-blue{border-color:#cdecff}.b--washed-blue{border-color:#f6fffe}.b--washed-green{border-color:#e8fdf5}.b--washed-yellow{border-color:#fffceb}.b--washed-red{border-color:#ffdfdf}.b--transparent{border-color:transparent}.b--inherit{border-color:inherit}.b--initial{border-color:initial}.b--unset{border-color:unset}.br0{border-radius:0}.br1{border-radius:.125rem}.br2{border-radius:.25rem}.br3{border-radius:.5rem}.br4{border-radius:1rem}.br-100{border-radius:100%}.br-pill{border-radius:9999px}.br--bottom{border-top-left-radius:0;border-top-right-radius:0}.br--top{border-bottom-right-radius:0}.br--right,.br--top{border-bottom-left-radius:0}.br--right{border-top-left-radius:0}.br--left{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit{border-radius:inherit}.br-initial{border-radius:initial}.br-unset{border-radius:unset}.b--dotted{border-style:dotted}.b--dashed{border-style:dashed}.b--solid{border-style:solid}.b--none{border-style:none}.bw0{border-width:0}.bw1{border-width:.125rem}.bw2{border-width:.25rem}.bw3{border-width:.5rem}.bw4{border-width:1rem}.bw5{border-width:2rem}.bt-0{border-top-width:0}.br-0{border-right-width:0}.bb-0{border-bottom-width:0}.bl-0{border-left-width:0}.shadow-1{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4{box-shadow:2px 2px 8px rgba(0,0,0,.2)}.shadow-5{box-shadow:4px 4px 8px rgba(0,0,0,.2)}.pre{overflow-x:auto;overflow-y:hidden;overflow:scroll}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.top-1{top:1rem}.right-1{right:1rem}.bottom-1{bottom:1rem}.left-1{left:1rem}.top-2{top:2rem}.right-2{right:2rem}.bottom-2{bottom:2rem}.left-2{left:2rem}.top--1{top:-1rem}.right--1{right:-1rem}.bottom--1{bottom:-1rem}.left--1{left:-1rem}.top--2{top:-2rem}.right--2{right:-2rem}.bottom--2{bottom:-2rem}.left--2{left:-2rem}.absolute--fill{top:0;right:0;bottom:0;left:0}.cf:after,.cf:before{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}.cl{clear:left}.cr{clear:right}.cb{clear:both}.cn{clear:none}.dn{display:none}.di{display:inline}.db{display:block}.dib{display:inline-block}.dit{display:inline-table}.dt{display:table}.dtc{display:table-cell}.dt-row{display:table-row}.dt-row-group{display:table-row-group}.dt-column{display:table-column}.dt-column-group{display:table-column-group}.dt--fixed{table-layout:fixed;width:100%}.flex{display:flex}.inline-flex{display:inline-flex}.flex-auto{flex:auto;min-width:0;min-height:0}.flex-none{flex:none}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-row-reverse{flex-direction:row-reverse}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-baseline{align-self:baseline}.self-stretch{align-self:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-center{align-content:center}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-stretch{align-content:stretch}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-last{order:99999}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.fl{float:left}.fl,.fr{_display:inline}.fr{float:right}.fn{float:none}.sans-serif{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.serif{font-family:georgia,times,serif}.system-sans-serif{font-family:sans-serif}.system-serif{font-family:serif}.code,code{font-family:Consolas,monaco,monospace}.courier{font-family:Courier Next,courier,monospace}.helvetica{font-family:helvetica neue,helvetica,sans-serif}.avenir{font-family:avenir next,avenir,sans-serif}.athelas{font-family:athelas,georgia,serif}.georgia{font-family:georgia,serif}.times{font-family:times,serif}.bodoni{font-family:Bodoni MT,serif}.calisto{font-family:Calisto MT,serif}.garamond{font-family:garamond,serif}.baskerville{font-family:baskerville,serif}.i{font-style:italic}.fs-normal{font-style:normal}.normal{font-weight:400}.b{font-weight:700}.fw1{font-weight:100}.fw2{font-weight:200}.fw3{font-weight:300}.fw4{font-weight:400}.fw5{font-weight:500}.fw6{font-weight:600}.fw7{font-weight:700}.fw8{font-weight:800}.fw9{font-weight:900}.input-reset{-webkit-appearance:none;-moz-appearance:none}.button-reset::-moz-focus-inner,.input-reset::-moz-focus-inner{border:0;padding:0}.h1{height:1rem}.h2{height:2rem}.h3{height:4rem}.h4{height:8rem}.h5{height:16rem}.h-25{height:25%}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.min-h-100{min-height:100%}.vh-25{height:25vh}.vh-50{height:50vh}.vh-75{height:75vh}.vh-100{height:100vh}.min-vh-100{min-height:100vh}.h-auto{height:auto}.h-inherit{height:inherit}.tracked{letter-spacing:.1em}.tracked-tight{letter-spacing:-.05em}.tracked-mega{letter-spacing:.25em}.lh-solid{line-height:1}.lh-title{line-height:1.25}.lh-copy{line-height:1.5}.link{text-decoration:none}.link,.link:active,.link:focus,.link:hover,.link:link,.link:visited{transition:color .15s ease-in}.link:focus{outline:1px dotted currentColor}.list{list-style-type:none}.mw-100{max-width:100%}.mw1{max-width:1rem}.mw2{max-width:2rem}.mw3{max-width:4rem}.mw4{max-width:8rem}.mw5{max-width:16rem}.mw6{max-width:32rem}.mw7{max-width:48rem}.mw8{max-width:64rem}.mw9{max-width:96rem}.mw-none{max-width:none}.w1{width:1rem}.w2{width:2rem}.w3{width:4rem}.w4{width:8rem}.w5{width:16rem}.w-10{width:10%}.w-20{width:20%}.w-25{width:25%}.w-30{width:30%}.w-33{width:33%}.w-34{width:34%}.w-40{width:40%}.w-50{width:50%}.w-60{width:60%}.w-70{width:70%}.w-75{width:75%}.w-80{width:80%}.w-90{width:90%}.w-100{width:100%}.w-third{width:33.33333%}.w-two-thirds{width:66.66667%}.w-auto{width:auto}.overflow-visible{overflow:visible}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-auto{overflow:auto}.overflow-x-visible{overflow-x:visible}.overflow-x-hidden{overflow-x:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-visible{overflow-y:visible}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.overflow-y-auto{overflow-y:auto}.static{position:static}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.o-100{opacity:1}.o-90{opacity:.9}.o-80{opacity:.8}.o-70{opacity:.7}.o-60{opacity:.6}.o-50{opacity:.5}.o-40{opacity:.4}.o-30{opacity:.3}.o-20{opacity:.2}.o-10{opacity:.1}.o-05{opacity:.05}.o-025{opacity:.025}.o-0{opacity:0}.rotate-45{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.black-90{color:rgba(0,0,0,.9)}.black-80{color:rgba(0,0,0,.8)}.black-70{color:rgba(0,0,0,.7)}.black-60{color:rgba(0,0,0,.6)}.black-50{color:rgba(0,0,0,.5)}.black-40{color:rgba(0,0,0,.4)}.black-30{color:rgba(0,0,0,.3)}.black-20{color:rgba(0,0,0,.2)}.black-10{color:rgba(0,0,0,.1)}.black-05{color:rgba(0,0,0,5%)}.white-90{color:rgba(255,255,255,.9)}.white-80{color:rgba(255,255,255,.8)}.white-70{color:rgba(255,255,255,.7)}.white-60{color:rgba(255,255,255,.6)}.white-50{color:rgba(255,255,255,.5)}.white-40{color:rgba(255,255,255,.4)}.white-30{color:rgba(255,255,255,.3)}.white-20{color:rgba(255,255,255,.2)}.white-10{color:rgba(255,255,255,.1)}.black{color:#000}.near-black{color:#111}.dark-gray{color:#333}.mid-gray{color:#555}.gray{color:#777}.silver{color:#999}.light-silver{color:#aaa}.moon-gray{color:#ccc}.light-gray{color:#eee}.near-white{color:#f4f4f4}.white{color:#fff}.dark-red{color:#e7040f}.red{color:#ff4136}.light-red{color:#ff725c}.orange{color:#ff6300}.gold{color:#ffb700}.yellow{color:gold}.light-yellow{color:#fbf1a9}.purple{color:#5e2ca5}.light-purple{color:#a463f2}.dark-pink{color:#d5008f}.hot-pink{color:#ff41b4}.pink{color:#ff80cc}.light-pink{color:#ffa3d7}.dark-green{color:#137752}.green{color:#19a974}.light-green{color:#9eebcf}.navy{color:#001b44}.dark-blue{color:#00449e}.blue{color:#357edd}.light-blue{color:#96ccff}.lightest-blue{color:#cdecff}.washed-blue{color:#f6fffe}.washed-green{color:#e8fdf5}.washed-yellow{color:#fffceb}.washed-red{color:#ffdfdf}.color-inherit{color:inherit}.bg-black-90{background-color:rgba(0,0,0,.9)}.bg-black-80{background-color:rgba(0,0,0,.8)}.bg-black-70{background-color:rgba(0,0,0,.7)}.bg-black-60{background-color:rgba(0,0,0,.6)}.bg-black-50{background-color:rgba(0,0,0,.5)}.bg-black-40{background-color:rgba(0,0,0,.4)}.bg-black-30{background-color:rgba(0,0,0,.3)}.bg-black-20{background-color:rgba(0,0,0,.2)}.bg-black-10{background-color:rgba(0,0,0,.1)}.bg-black-05{background-color:rgba(0,0,0,5%)}.bg-white-90{background-color:rgba(255,255,255,.9)}.bg-white-80{background-color:rgba(255,255,255,.8)}.bg-white-70{background-color:rgba(255,255,255,.7)}.bg-white-60{background-color:rgba(255,255,255,.6)}.bg-white-50{background-color:rgba(255,255,255,.5)}.bg-white-40{background-color:rgba(255,255,255,.4)}.bg-white-30{background-color:rgba(255,255,255,.3)}.bg-white-20{background-color:rgba(255,255,255,.2)}.bg-white-10{background-color:rgba(255,255,255,.1)}.bg-black{background-color:#000}.bg-near-black{background-color:#111}.bg-dark-gray{background-color:#333}.bg-mid-gray{background-color:#555}.bg-gray{background-color:#777}.bg-silver{background-color:#999}.bg-light-silver{background-color:#aaa}.bg-moon-gray{background-color:#ccc}.bg-light-gray{background-color:#eee}.bg-near-white{background-color:#f4f4f4}.bg-white{background-color:#fff}.bg-transparent{background-color:initial}.bg-dark-red{background-color:#e7040f}.bg-red{background-color:#ff4136}.bg-light-red{background-color:#ff725c}.bg-orange{background-color:#ff6300}.bg-gold{background-color:#ffb700}.bg-yellow{background-color:gold}.bg-light-yellow{background-color:#fbf1a9}.bg-purple{background-color:#5e2ca5}.bg-light-purple{background-color:#a463f2}.bg-dark-pink{background-color:#d5008f}.bg-hot-pink{background-color:#ff41b4}.bg-pink{background-color:#ff80cc}.bg-light-pink{background-color:#ffa3d7}.bg-dark-green{background-color:#137752}.bg-green{background-color:#19a974}.bg-light-green{background-color:#9eebcf}.bg-navy{background-color:#001b44}.bg-dark-blue{background-color:#00449e}.bg-blue{background-color:#357edd}.bg-light-blue{background-color:#96ccff}.bg-lightest-blue{background-color:#cdecff}.bg-washed-blue{background-color:#f6fffe}.bg-washed-green{background-color:#e8fdf5}.bg-washed-yellow{background-color:#fffceb}.bg-washed-red{background-color:#ffdfdf}.bg-inherit{background-color:inherit}.hover-black:focus,.hover-black:hover{color:#000}.hover-near-black:focus,.hover-near-black:hover{color:#111}.hover-dark-gray:focus,.hover-dark-gray:hover{color:#333}.hover-mid-gray:focus,.hover-mid-gray:hover{color:#555}.hover-gray:focus,.hover-gray:hover{color:#777}.hover-silver:focus,.hover-silver:hover{color:#999}.hover-light-silver:focus,.hover-light-silver:hover{color:#aaa}.hover-moon-gray:focus,.hover-moon-gray:hover{color:#ccc}.hover-light-gray:focus,.hover-light-gray:hover{color:#eee}.hover-near-white:focus,.hover-near-white:hover{color:#f4f4f4}.hover-white:focus,.hover-white:hover{color:#fff}.hover-black-90:focus,.hover-black-90:hover{color:rgba(0,0,0,.9)}.hover-black-80:focus,.hover-black-80:hover{color:rgba(0,0,0,.8)}.hover-black-70:focus,.hover-black-70:hover{color:rgba(0,0,0,.7)}.hover-black-60:focus,.hover-black-60:hover{color:rgba(0,0,0,.6)}.hover-black-50:focus,.hover-black-50:hover{color:rgba(0,0,0,.5)}.hover-black-40:focus,.hover-black-40:hover{color:rgba(0,0,0,.4)}.hover-black-30:focus,.hover-black-30:hover{color:rgba(0,0,0,.3)}.hover-black-20:focus,.hover-black-20:hover{color:rgba(0,0,0,.2)}.hover-black-10:focus,.hover-black-10:hover{color:rgba(0,0,0,.1)}.hover-white-90:focus,.hover-white-90:hover{color:rgba(255,255,255,.9)}.hover-white-80:focus,.hover-white-80:hover{color:rgba(255,255,255,.8)}.hover-white-70:focus,.hover-white-70:hover{color:rgba(255,255,255,.7)}.hover-white-60:focus,.hover-white-60:hover{color:rgba(255,255,255,.6)}.hover-white-50:focus,.hover-white-50:hover{color:rgba(255,255,255,.5)}.hover-white-40:focus,.hover-white-40:hover{color:rgba(255,255,255,.4)}.hover-white-30:focus,.hover-white-30:hover{color:rgba(255,255,255,.3)}.hover-white-20:focus,.hover-white-20:hover{color:rgba(255,255,255,.2)}.hover-white-10:focus,.hover-white-10:hover{color:rgba(255,255,255,.1)}.hover-inherit:focus,.hover-inherit:hover{color:inherit}.hover-bg-black:focus,.hover-bg-black:hover{background-color:#000}.hover-bg-near-black:focus,.hover-bg-near-black:hover{background-color:#111}.hover-bg-dark-gray:focus,.hover-bg-dark-gray:hover{background-color:#333}.hover-bg-mid-gray:focus,.hover-bg-mid-gray:hover{background-color:#555}.hover-bg-gray:focus,.hover-bg-gray:hover{background-color:#777}.hover-bg-silver:focus,.hover-bg-silver:hover{background-color:#999}.hover-bg-light-silver:focus,.hover-bg-light-silver:hover{background-color:#aaa}.hover-bg-moon-gray:focus,.hover-bg-moon-gray:hover{background-color:#ccc}.hover-bg-light-gray:focus,.hover-bg-light-gray:hover{background-color:#eee}.hover-bg-near-white:focus,.hover-bg-near-white:hover{background-color:#f4f4f4}.hover-bg-white:focus,.hover-bg-white:hover{background-color:#fff}.hover-bg-transparent:focus,.hover-bg-transparent:hover{background-color:initial}.hover-bg-black-90:focus,.hover-bg-black-90:hover{background-color:rgba(0,0,0,.9)}.hover-bg-black-80:focus,.hover-bg-black-80:hover{background-color:rgba(0,0,0,.8)}.hover-bg-black-70:focus,.hover-bg-black-70:hover{background-color:rgba(0,0,0,.7)}.hover-bg-black-60:focus,.hover-bg-black-60:hover{background-color:rgba(0,0,0,.6)}.hover-bg-black-50:focus,.hover-bg-black-50:hover{background-color:rgba(0,0,0,.5)}.hover-bg-black-40:focus,.hover-bg-black-40:hover{background-color:rgba(0,0,0,.4)}.hover-bg-black-30:focus,.hover-bg-black-30:hover{background-color:rgba(0,0,0,.3)}.hover-bg-black-20:focus,.hover-bg-black-20:hover{background-color:rgba(0,0,0,.2)}.hover-bg-black-10:focus,.hover-bg-black-10:hover{background-color:rgba(0,0,0,.1)}.hover-bg-white-90:focus,.hover-bg-white-90:hover{background-color:rgba(255,255,255,.9)}.hover-bg-white-80:focus,.hover-bg-white-80:hover{background-color:rgba(255,255,255,.8)}.hover-bg-white-70:focus,.hover-bg-white-70:hover{background-color:rgba(255,255,255,.7)}.hover-bg-white-60:focus,.hover-bg-white-60:hover{background-color:rgba(255,255,255,.6)}.hover-bg-white-50:focus,.hover-bg-white-50:hover{background-color:rgba(255,255,255,.5)}.hover-bg-white-40:focus,.hover-bg-white-40:hover{background-color:rgba(255,255,255,.4)}.hover-bg-white-30:focus,.hover-bg-white-30:hover{background-color:rgba(255,255,255,.3)}.hover-bg-white-20:focus,.hover-bg-white-20:hover{background-color:rgba(255,255,255,.2)}.hover-bg-white-10:focus,.hover-bg-white-10:hover{background-color:rgba(255,255,255,.1)}.hover-dark-red:focus,.hover-dark-red:hover{color:#e7040f}.hover-red:focus,.hover-red:hover{color:#ff4136}.hover-light-red:focus,.hover-light-red:hover{color:#ff725c}.hover-orange:focus,.hover-orange:hover{color:#ff6300}.hover-gold:focus,.hover-gold:hover{color:#ffb700}.hover-yellow:focus,.hover-yellow:hover{color:gold}.hover-light-yellow:focus,.hover-light-yellow:hover{color:#fbf1a9}.hover-purple:focus,.hover-purple:hover{color:#5e2ca5}.hover-light-purple:focus,.hover-light-purple:hover{color:#a463f2}.hover-dark-pink:focus,.hover-dark-pink:hover{color:#d5008f}.hover-hot-pink:focus,.hover-hot-pink:hover{color:#ff41b4}.hover-pink:focus,.hover-pink:hover{color:#ff80cc}.hover-light-pink:focus,.hover-light-pink:hover{color:#ffa3d7}.hover-dark-green:focus,.hover-dark-green:hover{color:#137752}.hover-green:focus,.hover-green:hover{color:#19a974}.hover-light-green:focus,.hover-light-green:hover{color:#9eebcf}.hover-navy:focus,.hover-navy:hover{color:#001b44}.hover-dark-blue:focus,.hover-dark-blue:hover{color:#00449e}.hover-blue:focus,.hover-blue:hover{color:#357edd}.hover-light-blue:focus,.hover-light-blue:hover{color:#96ccff}.hover-lightest-blue:focus,.hover-lightest-blue:hover{color:#cdecff}.hover-washed-blue:focus,.hover-washed-blue:hover{color:#f6fffe}.hover-washed-green:focus,.hover-washed-green:hover{color:#e8fdf5}.hover-washed-yellow:focus,.hover-washed-yellow:hover{color:#fffceb}.hover-washed-red:focus,.hover-washed-red:hover{color:#ffdfdf}.hover-bg-dark-red:focus,.hover-bg-dark-red:hover{background-color:#e7040f}.hover-bg-red:focus,.hover-bg-red:hover{background-color:#ff4136}.hover-bg-light-red:focus,.hover-bg-light-red:hover{background-color:#ff725c}.hover-bg-orange:focus,.hover-bg-orange:hover{background-color:#ff6300}.hover-bg-gold:focus,.hover-bg-gold:hover{background-color:#ffb700}.hover-bg-yellow:focus,.hover-bg-yellow:hover{background-color:gold}.hover-bg-light-yellow:focus,.hover-bg-light-yellow:hover{background-color:#fbf1a9}.hover-bg-purple:focus,.hover-bg-purple:hover{background-color:#5e2ca5}.hover-bg-light-purple:focus,.hover-bg-light-purple:hover{background-color:#a463f2}.hover-bg-dark-pink:focus,.hover-bg-dark-pink:hover{background-color:#d5008f}.hover-bg-hot-pink:focus,.hover-bg-hot-pink:hover{background-color:#ff41b4}.hover-bg-pink:focus,.hover-bg-pink:hover{background-color:#ff80cc}.hover-bg-light-pink:focus,.hover-bg-light-pink:hover{background-color:#ffa3d7}.hover-bg-dark-green:focus,.hover-bg-dark-green:hover{background-color:#137752}.hover-bg-green:focus,.hover-bg-green:hover{background-color:#19a974}.hover-bg-light-green:focus,.hover-bg-light-green:hover{background-color:#9eebcf}.hover-bg-navy:focus,.hover-bg-navy:hover{background-color:#001b44}.hover-bg-dark-blue:focus,.hover-bg-dark-blue:hover{background-color:#00449e}.hover-bg-blue:focus,.hover-bg-blue:hover{background-color:#357edd}.hover-bg-light-blue:focus,.hover-bg-light-blue:hover{background-color:#96ccff}.hover-bg-lightest-blue:focus,.hover-bg-lightest-blue:hover{background-color:#cdecff}.hover-bg-washed-blue:focus,.hover-bg-washed-blue:hover{background-color:#f6fffe}.hover-bg-washed-green:focus,.hover-bg-washed-green:hover{background-color:#e8fdf5}.hover-bg-washed-yellow:focus,.hover-bg-washed-yellow:hover{background-color:#fffceb}.hover-bg-washed-red:focus,.hover-bg-washed-red:hover{background-color:#ffdfdf}.hover-bg-inherit:focus,.hover-bg-inherit:hover{background-color:inherit}.pa0{padding:0}.pa1{padding:.25rem}.pa2{padding:.5rem}.pa3{padding:1rem}.pa4{padding:2rem}.pa5{padding:4rem}.pa6{padding:8rem}.pa7{padding:16rem}.pl0{padding-left:0}.pl1{padding-left:.25rem}.pl2{padding-left:.5rem}.pl3{padding-left:1rem}.pl4{padding-left:2rem}.pl5{padding-left:4rem}.pl6{padding-left:8rem}.pl7{padding-left:16rem}.pr0{padding-right:0}.pr1{padding-right:.25rem}.pr2{padding-right:.5rem}.pr3{padding-right:1rem}.pr4{padding-right:2rem}.pr5{padding-right:4rem}.pr6{padding-right:8rem}.pr7{padding-right:16rem}.pb0{padding-bottom:0}.pb1{padding-bottom:.25rem}.pb2{padding-bottom:.5rem}.pb3{padding-bottom:1rem}.pb4{padding-bottom:2rem}.pb5{padding-bottom:4rem}.pb6{padding-bottom:8rem}.pb7{padding-bottom:16rem}.pt0{padding-top:0}.pt1{padding-top:.25rem}.pt2{padding-top:.5rem}.pt3{padding-top:1rem}.pt4{padding-top:2rem}.pt5{padding-top:4rem}.pt6{padding-top:8rem}.pt7{padding-top:16rem}.pv0{padding-top:0;padding-bottom:0}.pv1{padding-top:.25rem;padding-bottom:.25rem}.pv2{padding-top:.5rem;padding-bottom:.5rem}.pv3{padding-top:1rem;padding-bottom:1rem}.pv4{padding-top:2rem;padding-bottom:2rem}.pv5{padding-top:4rem;padding-bottom:4rem}.pv6{padding-top:8rem;padding-bottom:8rem}.pv7{padding-top:16rem;padding-bottom:16rem}.ph0{padding-left:0;padding-right:0}.ph1{padding-left:.25rem;padding-right:.25rem}.ph2{padding-left:.5rem;padding-right:.5rem}.ph3{padding-left:1rem;padding-right:1rem}.ph4{padding-left:2rem;padding-right:2rem}.ph5{padding-left:4rem;padding-right:4rem}.ph6{padding-left:8rem;padding-right:8rem}.ph7{padding-left:16rem;padding-right:16rem}.ma0{margin:0}.ma1{margin:.25rem}.ma2{margin:.5rem}.ma3{margin:1rem}.ma4{margin:2rem}.ma5{margin:4rem}.ma6{margin:8rem}.ma7{margin:16rem}.ml0{margin-left:0}.ml1{margin-left:.25rem}.ml2{margin-left:.5rem}.ml3{margin-left:1rem}.ml4{margin-left:2rem}.ml5{margin-left:4rem}.ml6{margin-left:8rem}.ml7{margin-left:16rem}.mr0{margin-right:0}.mr1{margin-right:.25rem}.mr2{margin-right:.5rem}.mr3{margin-right:1rem}.mr4{margin-right:2rem}.mr5{margin-right:4rem}.mr6{margin-right:8rem}.mr7{margin-right:16rem}.mb0{margin-bottom:0}.mb1{margin-bottom:.25rem}.mb2{margin-bottom:.5rem}.mb3{margin-bottom:1rem}.mb4{margin-bottom:2rem}.mb5{margin-bottom:4rem}.mb6{margin-bottom:8rem}.mb7{margin-bottom:16rem}.mt0{margin-top:0}.mt1{margin-top:.25rem}.mt2{margin-top:.5rem}.mt3{margin-top:1rem}.mt4{margin-top:2rem}.mt5{margin-top:4rem}.mt6{margin-top:8rem}.mt7{margin-top:16rem}.mv0{margin-top:0;margin-bottom:0}.mv1{margin-top:.25rem;margin-bottom:.25rem}.mv2{margin-top:.5rem;margin-bottom:.5rem}.mv3{margin-top:1rem;margin-bottom:1rem}.mv4{margin-top:2rem;margin-bottom:2rem}.mv5{margin-top:4rem;margin-bottom:4rem}.mv6{margin-top:8rem;margin-bottom:8rem}.mv7{margin-top:16rem;margin-bottom:16rem}.mh0{margin-left:0;margin-right:0}.mh1{margin-left:.25rem;margin-right:.25rem}.mh2{margin-left:.5rem;margin-right:.5rem}.mh3{margin-left:1rem;margin-right:1rem}.mh4{margin-left:2rem;margin-right:2rem}.mh5{margin-left:4rem;margin-right:4rem}.mh6{margin-left:8rem;margin-right:8rem}.mh7{margin-left:16rem;margin-right:16rem}.na1{margin:-.25rem}.na2{margin:-.5rem}.na3{margin:-1rem}.na4{margin:-2rem}.na5{margin:-4rem}.na6{margin:-8rem}.na7{margin:-16rem}.nl1{margin-left:-.25rem}.nl2{margin-left:-.5rem}.nl3{margin-left:-1rem}.nl4{margin-left:-2rem}.nl5{margin-left:-4rem}.nl6{margin-left:-8rem}.nl7{margin-left:-16rem}.nr1{margin-right:-.25rem}.nr2{margin-right:-.5rem}.nr3{margin-right:-1rem}.nr4{margin-right:-2rem}.nr5{margin-right:-4rem}.nr6{margin-right:-8rem}.nr7{margin-right:-16rem}.nb1{margin-bottom:-.25rem}.nb2{margin-bottom:-.5rem}.nb3{margin-bottom:-1rem}.nb4{margin-bottom:-2rem}.nb5{margin-bottom:-4rem}.nb6{margin-bottom:-8rem}.nb7{margin-bottom:-16rem}.nt1{margin-top:-.25rem}.nt2{margin-top:-.5rem}.nt3{margin-top:-1rem}.nt4{margin-top:-2rem}.nt5{margin-top:-4rem}.nt6{margin-top:-8rem}.nt7{margin-top:-16rem}.collapse{border-collapse:collapse;border-spacing:0}.striped--light-silver:nth-child(odd){background-color:#aaa}.striped--moon-gray:nth-child(odd){background-color:#ccc}.striped--light-gray:nth-child(odd){background-color:#eee}.striped--near-white:nth-child(odd){background-color:#f4f4f4}.stripe-light:nth-child(odd){background-color:rgba(255,255,255,.1)}.stripe-dark:nth-child(odd){background-color:rgba(0,0,0,.1)}.strike{text-decoration:line-through}.underline{text-decoration:underline}.no-underline{text-decoration:none}.tl{text-align:left}.tr{text-align:right}.tc{text-align:center}.tj{text-align:justify}.ttc{text-transform:capitalize}.ttl{text-transform:lowercase}.ttu{text-transform:uppercase}.ttn{text-transform:none}.f-6,.f-headline{font-size:6rem}.f-5,.f-subheadline{font-size:5rem}.f1{font-size:3rem}.f2{font-size:2.25rem}.f3{font-size:1.5rem}.f4{font-size:1.25rem}.f5{font-size:1rem}.f6{font-size:.875rem}.f7{font-size:.75rem}.measure{max-width:30em}.measure-wide{max-width:34em}.measure-narrow{max-width:20em}.indent{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps{font-variant:small-caps}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overflow-container{overflow-y:scroll}.center{margin-left:auto}.center,.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.clip{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal{white-space:normal}.nowrap{white-space:nowrap}.pre{white-space:pre}.v-base{vertical-align:baseline}.v-mid{vertical-align:middle}.v-top{vertical-align:top}.v-btm{vertical-align:bottom}.dim{opacity:1}.dim,.dim:focus,.dim:hover{transition:opacity .15s ease-in}.dim:focus,.dim:hover{opacity:.5}.dim:active{opacity:.8;transition:opacity .15s ease-out}.glow,.glow:focus,.glow:hover{transition:opacity .15s ease-in}.glow:focus,.glow:hover{opacity:1}.hide-child .child{opacity:0;transition:opacity .15s ease-in}.hide-child:active .child,.hide-child:focus .child,.hide-child:hover .child{opacity:1;transition:opacity .15s ease-in}.underline-hover:focus,.underline-hover:hover{text-decoration:underline}.grow{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.grow:focus,.grow:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.grow:active{-webkit-transform:scale(.9);transform:scale(.9)}.grow-large{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}.grow-large:focus,.grow-large:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.grow-large:active{-webkit-transform:scale(.95);transform:scale(.95)}.pointer:hover,.shadow-hover{cursor:pointer}.shadow-hover{position:relative;transition:all .5s cubic-bezier(.165,.84,.44,1)}.shadow-hover:after{content:"";box-shadow:0 0 16px 2px rgba(0,0,0,.2);border-radius:inherit;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transition:opacity .5s cubic-bezier(.165,.84,.44,1)}.shadow-hover:focus:after,.shadow-hover:hover:after{opacity:1}.bg-animate,.bg-animate:focus,.bg-animate:hover{transition:background-color .15s ease-in-out}.z-0{z-index:0}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.z-999{z-index:999}.z-9999{z-index:9999}.z-max{z-index:2147483647}.z-inherit{z-index:inherit}.z-initial{z-index:auto}.z-unset{z-index:unset}.nested-copy-line-height ol,.nested-copy-line-height p,.nested-copy-line-height ul{line-height:1.5}.nested-headline-line-height h1,.nested-headline-line-height h2,.nested-headline-line-height h3,.nested-headline-line-height h4,.nested-headline-line-height h5,.nested-headline-line-height h6{line-height:1.25}.nested-list-reset ol,.nested-list-reset ul{padding-left:0;margin-left:0;list-style-type:none}.nested-copy-indent p+p{text-indent:1em;margin-top:0;margin-bottom:0}.nested-copy-separator p+p{margin-top:1.5em}.nested-img img{width:100%;max-width:100%;display:block}.nested-links a{color:#357edd;transition:color .15s ease-in}.nested-links a:focus,.nested-links a:hover{color:#96ccff;transition:color .15s ease-in}.debug *{outline:1px solid gold}.debug-white *{outline:1px solid #fff}.debug-black *{outline:1px solid #000}.debug-grid{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=)repeat}.debug-grid-16{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=)repeat}.debug-grid-8-solid{background:#fff url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==)repeat}.debug-grid-16-solid{background:#fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7)repeat}@media screen and (min-width:30em){.aspect-ratio-ns{height:0;position:relative}.aspect-ratio--16x9-ns{padding-bottom:56.25%}.aspect-ratio--9x16-ns{padding-bottom:177.77%}.aspect-ratio--4x3-ns{padding-bottom:75%}.aspect-ratio--3x4-ns{padding-bottom:133.33%}.aspect-ratio--6x4-ns{padding-bottom:66.6%}.aspect-ratio--4x6-ns{padding-bottom:150%}.aspect-ratio--8x5-ns{padding-bottom:62.5%}.aspect-ratio--5x8-ns{padding-bottom:160%}.aspect-ratio--7x5-ns{padding-bottom:71.42%}.aspect-ratio--5x7-ns{padding-bottom:140%}.aspect-ratio--1x1-ns{padding-bottom:100%}.aspect-ratio--object-ns{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover-ns{background-size:cover!important}.contain-ns{background-size:contain!important}.bg-center-ns{background-position:50%}.bg-center-ns,.bg-top-ns{background-repeat:no-repeat}.bg-top-ns{background-position:top}.bg-right-ns{background-position:100%}.bg-bottom-ns,.bg-right-ns{background-repeat:no-repeat}.bg-bottom-ns{background-position:bottom}.bg-left-ns{background-repeat:no-repeat;background-position:0}.outline-ns{outline:1px solid}.outline-transparent-ns{outline:1px solid transparent}.outline-0-ns{outline:0}.ba-ns{border-style:solid;border-width:1px}.bt-ns{border-top-style:solid;border-top-width:1px}.br-ns{border-right-style:solid;border-right-width:1px}.bb-ns{border-bottom-style:solid;border-bottom-width:1px}.bl-ns{border-left-style:solid;border-left-width:1px}.bn-ns{border-style:none;border-width:0}.br0-ns{border-radius:0}.br1-ns{border-radius:.125rem}.br2-ns{border-radius:.25rem}.br3-ns{border-radius:.5rem}.br4-ns{border-radius:1rem}.br-100-ns{border-radius:100%}.br-pill-ns{border-radius:9999px}.br--bottom-ns{border-top-left-radius:0;border-top-right-radius:0}.br--top-ns{border-bottom-right-radius:0}.br--right-ns,.br--top-ns{border-bottom-left-radius:0}.br--right-ns{border-top-left-radius:0}.br--left-ns{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit-ns{border-radius:inherit}.br-initial-ns{border-radius:initial}.br-unset-ns{border-radius:unset}.b--dotted-ns{border-style:dotted}.b--dashed-ns{border-style:dashed}.b--solid-ns{border-style:solid}.b--none-ns{border-style:none}.bw0-ns{border-width:0}.bw1-ns{border-width:.125rem}.bw2-ns{border-width:.25rem}.bw3-ns{border-width:.5rem}.bw4-ns{border-width:1rem}.bw5-ns{border-width:2rem}.bt-0-ns{border-top-width:0}.br-0-ns{border-right-width:0}.bb-0-ns{border-bottom-width:0}.bl-0-ns{border-left-width:0}.shadow-1-ns{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-ns{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-ns{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-ns{box-shadow:2px 2px 8px rgba(0,0,0,.2)}.shadow-5-ns{box-shadow:4px 4px 8px rgba(0,0,0,.2)}.top-0-ns{top:0}.left-0-ns{left:0}.right-0-ns{right:0}.bottom-0-ns{bottom:0}.top-1-ns{top:1rem}.left-1-ns{left:1rem}.right-1-ns{right:1rem}.bottom-1-ns{bottom:1rem}.top-2-ns{top:2rem}.left-2-ns{left:2rem}.right-2-ns{right:2rem}.bottom-2-ns{bottom:2rem}.top--1-ns{top:-1rem}.right--1-ns{right:-1rem}.bottom--1-ns{bottom:-1rem}.left--1-ns{left:-1rem}.top--2-ns{top:-2rem}.right--2-ns{right:-2rem}.bottom--2-ns{bottom:-2rem}.left--2-ns{left:-2rem}.absolute--fill-ns{top:0;right:0;bottom:0;left:0}.cl-ns{clear:left}.cr-ns{clear:right}.cb-ns{clear:both}.cn-ns{clear:none}.dn-ns{display:none}.di-ns{display:inline}.db-ns{display:block}.dib-ns{display:inline-block}.dit-ns{display:inline-table}.dt-ns{display:table}.dtc-ns{display:table-cell}.dt-row-ns{display:table-row}.dt-row-group-ns{display:table-row-group}.dt-column-ns{display:table-column}.dt-column-group-ns{display:table-column-group}.dt--fixed-ns{table-layout:fixed;width:100%}.flex-ns{display:flex}.inline-flex-ns{display:inline-flex}.flex-auto-ns{flex:auto;min-width:0;min-height:0}.flex-none-ns{flex:none}.flex-column-ns{flex-direction:column}.flex-row-ns{flex-direction:row}.flex-wrap-ns{flex-wrap:wrap}.flex-nowrap-ns{flex-wrap:nowrap}.flex-wrap-reverse-ns{flex-wrap:wrap-reverse}.flex-column-reverse-ns{flex-direction:column-reverse}.flex-row-reverse-ns{flex-direction:row-reverse}.items-start-ns{align-items:flex-start}.items-end-ns{align-items:flex-end}.items-center-ns{align-items:center}.items-baseline-ns{align-items:baseline}.items-stretch-ns{align-items:stretch}.self-start-ns{align-self:flex-start}.self-end-ns{align-self:flex-end}.self-center-ns{align-self:center}.self-baseline-ns{align-self:baseline}.self-stretch-ns{align-self:stretch}.justify-start-ns{justify-content:flex-start}.justify-end-ns{justify-content:flex-end}.justify-center-ns{justify-content:center}.justify-between-ns{justify-content:space-between}.justify-around-ns{justify-content:space-around}.content-start-ns{align-content:flex-start}.content-end-ns{align-content:flex-end}.content-center-ns{align-content:center}.content-between-ns{align-content:space-between}.content-around-ns{align-content:space-around}.content-stretch-ns{align-content:stretch}.order-0-ns{order:0}.order-1-ns{order:1}.order-2-ns{order:2}.order-3-ns{order:3}.order-4-ns{order:4}.order-5-ns{order:5}.order-6-ns{order:6}.order-7-ns{order:7}.order-8-ns{order:8}.order-last-ns{order:99999}.flex-grow-0-ns{flex-grow:0}.flex-grow-1-ns{flex-grow:1}.flex-shrink-0-ns{flex-shrink:0}.flex-shrink-1-ns{flex-shrink:1}.fl-ns{float:left}.fl-ns,.fr-ns{_display:inline}.fr-ns{float:right}.fn-ns{float:none}.i-ns{font-style:italic}.fs-normal-ns{font-style:normal}.normal-ns{font-weight:400}.b-ns{font-weight:700}.fw1-ns{font-weight:100}.fw2-ns{font-weight:200}.fw3-ns{font-weight:300}.fw4-ns{font-weight:400}.fw5-ns{font-weight:500}.fw6-ns{font-weight:600}.fw7-ns{font-weight:700}.fw8-ns{font-weight:800}.fw9-ns{font-weight:900}.h1-ns{height:1rem}.h2-ns{height:2rem}.h3-ns{height:4rem}.h4-ns{height:8rem}.h5-ns{height:16rem}.h-25-ns{height:25%}.h-50-ns{height:50%}.h-75-ns{height:75%}.h-100-ns{height:100%}.min-h-100-ns{min-height:100%}.vh-25-ns{height:25vh}.vh-50-ns{height:50vh}.vh-75-ns{height:75vh}.vh-100-ns{height:100vh}.min-vh-100-ns{min-height:100vh}.h-auto-ns{height:auto}.h-inherit-ns{height:inherit}.tracked-ns{letter-spacing:.1em}.tracked-tight-ns{letter-spacing:-.05em}.tracked-mega-ns{letter-spacing:.25em}.lh-solid-ns{line-height:1}.lh-title-ns{line-height:1.25}.lh-copy-ns{line-height:1.5}.mw-100-ns{max-width:100%}.mw1-ns{max-width:1rem}.mw2-ns{max-width:2rem}.mw3-ns{max-width:4rem}.mw4-ns{max-width:8rem}.mw5-ns{max-width:16rem}.mw6-ns{max-width:32rem}.mw7-ns{max-width:48rem}.mw8-ns{max-width:64rem}.mw9-ns{max-width:96rem}.mw-none-ns{max-width:none}.w1-ns{width:1rem}.w2-ns{width:2rem}.w3-ns{width:4rem}.w4-ns{width:8rem}.w5-ns{width:16rem}.w-10-ns{width:10%}.w-20-ns{width:20%}.w-25-ns{width:25%}.w-30-ns{width:30%}.w-33-ns{width:33%}.w-34-ns{width:34%}.w-40-ns{width:40%}.w-50-ns{width:50%}.w-60-ns{width:60%}.w-70-ns{width:70%}.w-75-ns{width:75%}.w-80-ns{width:80%}.w-90-ns{width:90%}.w-100-ns{width:100%}.w-third-ns{width:33.33333%}.w-two-thirds-ns{width:66.66667%}.w-auto-ns{width:auto}.overflow-visible-ns{overflow:visible}.overflow-hidden-ns{overflow:hidden}.overflow-scroll-ns{overflow:scroll}.overflow-auto-ns{overflow:auto}.overflow-x-visible-ns{overflow-x:visible}.overflow-x-hidden-ns{overflow-x:hidden}.overflow-x-scroll-ns{overflow-x:scroll}.overflow-x-auto-ns{overflow-x:auto}.overflow-y-visible-ns{overflow-y:visible}.overflow-y-hidden-ns{overflow-y:hidden}.overflow-y-scroll-ns{overflow-y:scroll}.overflow-y-auto-ns{overflow-y:auto}.static-ns{position:static}.relative-ns{position:relative}.absolute-ns{position:absolute}.fixed-ns{position:fixed}.rotate-45-ns{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90-ns{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135-ns{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180-ns{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225-ns{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270-ns{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315-ns{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.pa0-ns{padding:0}.pa1-ns{padding:.25rem}.pa2-ns{padding:.5rem}.pa3-ns{padding:1rem}.pa4-ns{padding:2rem}.pa5-ns{padding:4rem}.pa6-ns{padding:8rem}.pa7-ns{padding:16rem}.pl0-ns{padding-left:0}.pl1-ns{padding-left:.25rem}.pl2-ns{padding-left:.5rem}.pl3-ns{padding-left:1rem}.pl4-ns{padding-left:2rem}.pl5-ns{padding-left:4rem}.pl6-ns{padding-left:8rem}.pl7-ns{padding-left:16rem}.pr0-ns{padding-right:0}.pr1-ns{padding-right:.25rem}.pr2-ns{padding-right:.5rem}.pr3-ns{padding-right:1rem}.pr4-ns{padding-right:2rem}.pr5-ns{padding-right:4rem}.pr6-ns{padding-right:8rem}.pr7-ns{padding-right:16rem}.pb0-ns{padding-bottom:0}.pb1-ns{padding-bottom:.25rem}.pb2-ns{padding-bottom:.5rem}.pb3-ns{padding-bottom:1rem}.pb4-ns{padding-bottom:2rem}.pb5-ns{padding-bottom:4rem}.pb6-ns{padding-bottom:8rem}.pb7-ns{padding-bottom:16rem}.pt0-ns{padding-top:0}.pt1-ns{padding-top:.25rem}.pt2-ns{padding-top:.5rem}.pt3-ns{padding-top:1rem}.pt4-ns{padding-top:2rem}.pt5-ns{padding-top:4rem}.pt6-ns{padding-top:8rem}.pt7-ns{padding-top:16rem}.pv0-ns{padding-top:0;padding-bottom:0}.pv1-ns{padding-top:.25rem;padding-bottom:.25rem}.pv2-ns{padding-top:.5rem;padding-bottom:.5rem}.pv3-ns{padding-top:1rem;padding-bottom:1rem}.pv4-ns{padding-top:2rem;padding-bottom:2rem}.pv5-ns{padding-top:4rem;padding-bottom:4rem}.pv6-ns{padding-top:8rem;padding-bottom:8rem}.pv7-ns{padding-top:16rem;padding-bottom:16rem}.ph0-ns{padding-left:0;padding-right:0}.ph1-ns{padding-left:.25rem;padding-right:.25rem}.ph2-ns{padding-left:.5rem;padding-right:.5rem}.ph3-ns{padding-left:1rem;padding-right:1rem}.ph4-ns{padding-left:2rem;padding-right:2rem}.ph5-ns{padding-left:4rem;padding-right:4rem}.ph6-ns{padding-left:8rem;padding-right:8rem}.ph7-ns{padding-left:16rem;padding-right:16rem}.ma0-ns{margin:0}.ma1-ns{margin:.25rem}.ma2-ns{margin:.5rem}.ma3-ns{margin:1rem}.ma4-ns{margin:2rem}.ma5-ns{margin:4rem}.ma6-ns{margin:8rem}.ma7-ns{margin:16rem}.ml0-ns{margin-left:0}.ml1-ns{margin-left:.25rem}.ml2-ns{margin-left:.5rem}.ml3-ns{margin-left:1rem}.ml4-ns{margin-left:2rem}.ml5-ns{margin-left:4rem}.ml6-ns{margin-left:8rem}.ml7-ns{margin-left:16rem}.mr0-ns{margin-right:0}.mr1-ns{margin-right:.25rem}.mr2-ns{margin-right:.5rem}.mr3-ns{margin-right:1rem}.mr4-ns{margin-right:2rem}.mr5-ns{margin-right:4rem}.mr6-ns{margin-right:8rem}.mr7-ns{margin-right:16rem}.mb0-ns{margin-bottom:0}.mb1-ns{margin-bottom:.25rem}.mb2-ns{margin-bottom:.5rem}.mb3-ns{margin-bottom:1rem}.mb4-ns{margin-bottom:2rem}.mb5-ns{margin-bottom:4rem}.mb6-ns{margin-bottom:8rem}.mb7-ns{margin-bottom:16rem}.mt0-ns{margin-top:0}.mt1-ns{margin-top:.25rem}.mt2-ns{margin-top:.5rem}.mt3-ns{margin-top:1rem}.mt4-ns{margin-top:2rem}.mt5-ns{margin-top:4rem}.mt6-ns{margin-top:8rem}.mt7-ns{margin-top:16rem}.mv0-ns{margin-top:0;margin-bottom:0}.mv1-ns{margin-top:.25rem;margin-bottom:.25rem}.mv2-ns{margin-top:.5rem;margin-bottom:.5rem}.mv3-ns{margin-top:1rem;margin-bottom:1rem}.mv4-ns{margin-top:2rem;margin-bottom:2rem}.mv5-ns{margin-top:4rem;margin-bottom:4rem}.mv6-ns{margin-top:8rem;margin-bottom:8rem}.mv7-ns{margin-top:16rem;margin-bottom:16rem}.mh0-ns{margin-left:0;margin-right:0}.mh1-ns{margin-left:.25rem;margin-right:.25rem}.mh2-ns{margin-left:.5rem;margin-right:.5rem}.mh3-ns{margin-left:1rem;margin-right:1rem}.mh4-ns{margin-left:2rem;margin-right:2rem}.mh5-ns{margin-left:4rem;margin-right:4rem}.mh6-ns{margin-left:8rem;margin-right:8rem}.mh7-ns{margin-left:16rem;margin-right:16rem}.na1-ns{margin:-.25rem}.na2-ns{margin:-.5rem}.na3-ns{margin:-1rem}.na4-ns{margin:-2rem}.na5-ns{margin:-4rem}.na6-ns{margin:-8rem}.na7-ns{margin:-16rem}.nl1-ns{margin-left:-.25rem}.nl2-ns{margin-left:-.5rem}.nl3-ns{margin-left:-1rem}.nl4-ns{margin-left:-2rem}.nl5-ns{margin-left:-4rem}.nl6-ns{margin-left:-8rem}.nl7-ns{margin-left:-16rem}.nr1-ns{margin-right:-.25rem}.nr2-ns{margin-right:-.5rem}.nr3-ns{margin-right:-1rem}.nr4-ns{margin-right:-2rem}.nr5-ns{margin-right:-4rem}.nr6-ns{margin-right:-8rem}.nr7-ns{margin-right:-16rem}.nb1-ns{margin-bottom:-.25rem}.nb2-ns{margin-bottom:-.5rem}.nb3-ns{margin-bottom:-1rem}.nb4-ns{margin-bottom:-2rem}.nb5-ns{margin-bottom:-4rem}.nb6-ns{margin-bottom:-8rem}.nb7-ns{margin-bottom:-16rem}.nt1-ns{margin-top:-.25rem}.nt2-ns{margin-top:-.5rem}.nt3-ns{margin-top:-1rem}.nt4-ns{margin-top:-2rem}.nt5-ns{margin-top:-4rem}.nt6-ns{margin-top:-8rem}.nt7-ns{margin-top:-16rem}.strike-ns{text-decoration:line-through}.underline-ns{text-decoration:underline}.no-underline-ns{text-decoration:none}.tl-ns{text-align:left}.tr-ns{text-align:right}.tc-ns{text-align:center}.tj-ns{text-align:justify}.ttc-ns{text-transform:capitalize}.ttl-ns{text-transform:lowercase}.ttu-ns{text-transform:uppercase}.ttn-ns{text-transform:none}.f-6-ns,.f-headline-ns{font-size:6rem}.f-5-ns,.f-subheadline-ns{font-size:5rem}.f1-ns{font-size:3rem}.f2-ns{font-size:2.25rem}.f3-ns{font-size:1.5rem}.f4-ns{font-size:1.25rem}.f5-ns{font-size:1rem}.f6-ns{font-size:.875rem}.f7-ns{font-size:.75rem}.measure-ns{max-width:30em}.measure-wide-ns{max-width:34em}.measure-narrow-ns{max-width:20em}.indent-ns{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps-ns{font-variant:small-caps}.truncate-ns{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.center-ns{margin-left:auto}.center-ns,.mr-auto-ns{margin-right:auto}.ml-auto-ns{margin-left:auto}.clip-ns{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-ns{white-space:normal}.nowrap-ns{white-space:nowrap}.pre-ns{white-space:pre}.v-base-ns{vertical-align:baseline}.v-mid-ns{vertical-align:middle}.v-top-ns{vertical-align:top}.v-btm-ns{vertical-align:bottom}}@media screen and (min-width:30em) and (max-width:60em){.aspect-ratio-m{height:0;position:relative}.aspect-ratio--16x9-m{padding-bottom:56.25%}.aspect-ratio--9x16-m{padding-bottom:177.77%}.aspect-ratio--4x3-m{padding-bottom:75%}.aspect-ratio--3x4-m{padding-bottom:133.33%}.aspect-ratio--6x4-m{padding-bottom:66.6%}.aspect-ratio--4x6-m{padding-bottom:150%}.aspect-ratio--8x5-m{padding-bottom:62.5%}.aspect-ratio--5x8-m{padding-bottom:160%}.aspect-ratio--7x5-m{padding-bottom:71.42%}.aspect-ratio--5x7-m{padding-bottom:140%}.aspect-ratio--1x1-m{padding-bottom:100%}.aspect-ratio--object-m{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover-m{background-size:cover!important}.contain-m{background-size:contain!important}.bg-center-m{background-position:50%}.bg-center-m,.bg-top-m{background-repeat:no-repeat}.bg-top-m{background-position:top}.bg-right-m{background-position:100%}.bg-bottom-m,.bg-right-m{background-repeat:no-repeat}.bg-bottom-m{background-position:bottom}.bg-left-m{background-repeat:no-repeat;background-position:0}.outline-m{outline:1px solid}.outline-transparent-m{outline:1px solid transparent}.outline-0-m{outline:0}.ba-m{border-style:solid;border-width:1px}.bt-m{border-top-style:solid;border-top-width:1px}.br-m{border-right-style:solid;border-right-width:1px}.bb-m{border-bottom-style:solid;border-bottom-width:1px}.bl-m{border-left-style:solid;border-left-width:1px}.bn-m{border-style:none;border-width:0}.br0-m{border-radius:0}.br1-m{border-radius:.125rem}.br2-m{border-radius:.25rem}.br3-m{border-radius:.5rem}.br4-m{border-radius:1rem}.br-100-m{border-radius:100%}.br-pill-m{border-radius:9999px}.br--bottom-m{border-top-left-radius:0;border-top-right-radius:0}.br--top-m{border-bottom-right-radius:0}.br--right-m,.br--top-m{border-bottom-left-radius:0}.br--right-m{border-top-left-radius:0}.br--left-m{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit-m{border-radius:inherit}.br-initial-m{border-radius:initial}.br-unset-m{border-radius:unset}.b--dotted-m{border-style:dotted}.b--dashed-m{border-style:dashed}.b--solid-m{border-style:solid}.b--none-m{border-style:none}.bw0-m{border-width:0}.bw1-m{border-width:.125rem}.bw2-m{border-width:.25rem}.bw3-m{border-width:.5rem}.bw4-m{border-width:1rem}.bw5-m{border-width:2rem}.bt-0-m{border-top-width:0}.br-0-m{border-right-width:0}.bb-0-m{border-bottom-width:0}.bl-0-m{border-left-width:0}.shadow-1-m{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-m{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-m{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-m{box-shadow:2px 2px 8px rgba(0,0,0,.2)}.shadow-5-m{box-shadow:4px 4px 8px rgba(0,0,0,.2)}.top-0-m{top:0}.left-0-m{left:0}.right-0-m{right:0}.bottom-0-m{bottom:0}.top-1-m{top:1rem}.left-1-m{left:1rem}.right-1-m{right:1rem}.bottom-1-m{bottom:1rem}.top-2-m{top:2rem}.left-2-m{left:2rem}.right-2-m{right:2rem}.bottom-2-m{bottom:2rem}.top--1-m{top:-1rem}.right--1-m{right:-1rem}.bottom--1-m{bottom:-1rem}.left--1-m{left:-1rem}.top--2-m{top:-2rem}.right--2-m{right:-2rem}.bottom--2-m{bottom:-2rem}.left--2-m{left:-2rem}.absolute--fill-m{top:0;right:0;bottom:0;left:0}.cl-m{clear:left}.cr-m{clear:right}.cb-m{clear:both}.cn-m{clear:none}.dn-m{display:none}.di-m{display:inline}.db-m{display:block}.dib-m{display:inline-block}.dit-m{display:inline-table}.dt-m{display:table}.dtc-m{display:table-cell}.dt-row-m{display:table-row}.dt-row-group-m{display:table-row-group}.dt-column-m{display:table-column}.dt-column-group-m{display:table-column-group}.dt--fixed-m{table-layout:fixed;width:100%}.flex-m{display:flex}.inline-flex-m{display:inline-flex}.flex-auto-m{flex:auto;min-width:0;min-height:0}.flex-none-m{flex:none}.flex-column-m{flex-direction:column}.flex-row-m{flex-direction:row}.flex-wrap-m{flex-wrap:wrap}.flex-nowrap-m{flex-wrap:nowrap}.flex-wrap-reverse-m{flex-wrap:wrap-reverse}.flex-column-reverse-m{flex-direction:column-reverse}.flex-row-reverse-m{flex-direction:row-reverse}.items-start-m{align-items:flex-start}.items-end-m{align-items:flex-end}.items-center-m{align-items:center}.items-baseline-m{align-items:baseline}.items-stretch-m{align-items:stretch}.self-start-m{align-self:flex-start}.self-end-m{align-self:flex-end}.self-center-m{align-self:center}.self-baseline-m{align-self:baseline}.self-stretch-m{align-self:stretch}.justify-start-m{justify-content:flex-start}.justify-end-m{justify-content:flex-end}.justify-center-m{justify-content:center}.justify-between-m{justify-content:space-between}.justify-around-m{justify-content:space-around}.content-start-m{align-content:flex-start}.content-end-m{align-content:flex-end}.content-center-m{align-content:center}.content-between-m{align-content:space-between}.content-around-m{align-content:space-around}.content-stretch-m{align-content:stretch}.order-0-m{order:0}.order-1-m{order:1}.order-2-m{order:2}.order-3-m{order:3}.order-4-m{order:4}.order-5-m{order:5}.order-6-m{order:6}.order-7-m{order:7}.order-8-m{order:8}.order-last-m{order:99999}.flex-grow-0-m{flex-grow:0}.flex-grow-1-m{flex-grow:1}.flex-shrink-0-m{flex-shrink:0}.flex-shrink-1-m{flex-shrink:1}.fl-m{float:left}.fl-m,.fr-m{_display:inline}.fr-m{float:right}.fn-m{float:none}.i-m{font-style:italic}.fs-normal-m{font-style:normal}.normal-m{font-weight:400}.b-m{font-weight:700}.fw1-m{font-weight:100}.fw2-m{font-weight:200}.fw3-m{font-weight:300}.fw4-m{font-weight:400}.fw5-m{font-weight:500}.fw6-m{font-weight:600}.fw7-m{font-weight:700}.fw8-m{font-weight:800}.fw9-m{font-weight:900}.h1-m{height:1rem}.h2-m{height:2rem}.h3-m{height:4rem}.h4-m{height:8rem}.h5-m{height:16rem}.h-25-m{height:25%}.h-50-m{height:50%}.h-75-m{height:75%}.h-100-m{height:100%}.min-h-100-m{min-height:100%}.vh-25-m{height:25vh}.vh-50-m{height:50vh}.vh-75-m{height:75vh}.vh-100-m{height:100vh}.min-vh-100-m{min-height:100vh}.h-auto-m{height:auto}.h-inherit-m{height:inherit}.tracked-m{letter-spacing:.1em}.tracked-tight-m{letter-spacing:-.05em}.tracked-mega-m{letter-spacing:.25em}.lh-solid-m{line-height:1}.lh-title-m{line-height:1.25}.lh-copy-m{line-height:1.5}.mw-100-m{max-width:100%}.mw1-m{max-width:1rem}.mw2-m{max-width:2rem}.mw3-m{max-width:4rem}.mw4-m{max-width:8rem}.mw5-m{max-width:16rem}.mw6-m{max-width:32rem}.mw7-m{max-width:48rem}.mw8-m{max-width:64rem}.mw9-m{max-width:96rem}.mw-none-m{max-width:none}.w1-m{width:1rem}.w2-m{width:2rem}.w3-m{width:4rem}.w4-m{width:8rem}.w5-m{width:16rem}.w-10-m{width:10%}.w-20-m{width:20%}.w-25-m{width:25%}.w-30-m{width:30%}.w-33-m{width:33%}.w-34-m{width:34%}.w-40-m{width:40%}.w-50-m{width:50%}.w-60-m{width:60%}.w-70-m{width:70%}.w-75-m{width:75%}.w-80-m{width:80%}.w-90-m{width:90%}.w-100-m{width:100%}.w-third-m{width:33.33333%}.w-two-thirds-m{width:66.66667%}.w-auto-m{width:auto}.overflow-visible-m{overflow:visible}.overflow-hidden-m{overflow:hidden}.overflow-scroll-m{overflow:scroll}.overflow-auto-m{overflow:auto}.overflow-x-visible-m{overflow-x:visible}.overflow-x-hidden-m{overflow-x:hidden}.overflow-x-scroll-m{overflow-x:scroll}.overflow-x-auto-m{overflow-x:auto}.overflow-y-visible-m{overflow-y:visible}.overflow-y-hidden-m{overflow-y:hidden}.overflow-y-scroll-m{overflow-y:scroll}.overflow-y-auto-m{overflow-y:auto}.static-m{position:static}.relative-m{position:relative}.absolute-m{position:absolute}.fixed-m{position:fixed}.rotate-45-m{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90-m{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135-m{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180-m{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225-m{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270-m{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315-m{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.pa0-m{padding:0}.pa1-m{padding:.25rem}.pa2-m{padding:.5rem}.pa3-m{padding:1rem}.pa4-m{padding:2rem}.pa5-m{padding:4rem}.pa6-m{padding:8rem}.pa7-m{padding:16rem}.pl0-m{padding-left:0}.pl1-m{padding-left:.25rem}.pl2-m{padding-left:.5rem}.pl3-m{padding-left:1rem}.pl4-m{padding-left:2rem}.pl5-m{padding-left:4rem}.pl6-m{padding-left:8rem}.pl7-m{padding-left:16rem}.pr0-m{padding-right:0}.pr1-m{padding-right:.25rem}.pr2-m{padding-right:.5rem}.pr3-m{padding-right:1rem}.pr4-m{padding-right:2rem}.pr5-m{padding-right:4rem}.pr6-m{padding-right:8rem}.pr7-m{padding-right:16rem}.pb0-m{padding-bottom:0}.pb1-m{padding-bottom:.25rem}.pb2-m{padding-bottom:.5rem}.pb3-m{padding-bottom:1rem}.pb4-m{padding-bottom:2rem}.pb5-m{padding-bottom:4rem}.pb6-m{padding-bottom:8rem}.pb7-m{padding-bottom:16rem}.pt0-m{padding-top:0}.pt1-m{padding-top:.25rem}.pt2-m{padding-top:.5rem}.pt3-m{padding-top:1rem}.pt4-m{padding-top:2rem}.pt5-m{padding-top:4rem}.pt6-m{padding-top:8rem}.pt7-m{padding-top:16rem}.pv0-m{padding-top:0;padding-bottom:0}.pv1-m{padding-top:.25rem;padding-bottom:.25rem}.pv2-m{padding-top:.5rem;padding-bottom:.5rem}.pv3-m{padding-top:1rem;padding-bottom:1rem}.pv4-m{padding-top:2rem;padding-bottom:2rem}.pv5-m{padding-top:4rem;padding-bottom:4rem}.pv6-m{padding-top:8rem;padding-bottom:8rem}.pv7-m{padding-top:16rem;padding-bottom:16rem}.ph0-m{padding-left:0;padding-right:0}.ph1-m{padding-left:.25rem;padding-right:.25rem}.ph2-m{padding-left:.5rem;padding-right:.5rem}.ph3-m{padding-left:1rem;padding-right:1rem}.ph4-m{padding-left:2rem;padding-right:2rem}.ph5-m{padding-left:4rem;padding-right:4rem}.ph6-m{padding-left:8rem;padding-right:8rem}.ph7-m{padding-left:16rem;padding-right:16rem}.ma0-m{margin:0}.ma1-m{margin:.25rem}.ma2-m{margin:.5rem}.ma3-m{margin:1rem}.ma4-m{margin:2rem}.ma5-m{margin:4rem}.ma6-m{margin:8rem}.ma7-m{margin:16rem}.ml0-m{margin-left:0}.ml1-m{margin-left:.25rem}.ml2-m{margin-left:.5rem}.ml3-m{margin-left:1rem}.ml4-m{margin-left:2rem}.ml5-m{margin-left:4rem}.ml6-m{margin-left:8rem}.ml7-m{margin-left:16rem}.mr0-m{margin-right:0}.mr1-m{margin-right:.25rem}.mr2-m{margin-right:.5rem}.mr3-m{margin-right:1rem}.mr4-m{margin-right:2rem}.mr5-m{margin-right:4rem}.mr6-m{margin-right:8rem}.mr7-m{margin-right:16rem}.mb0-m{margin-bottom:0}.mb1-m{margin-bottom:.25rem}.mb2-m{margin-bottom:.5rem}.mb3-m{margin-bottom:1rem}.mb4-m{margin-bottom:2rem}.mb5-m{margin-bottom:4rem}.mb6-m{margin-bottom:8rem}.mb7-m{margin-bottom:16rem}.mt0-m{margin-top:0}.mt1-m{margin-top:.25rem}.mt2-m{margin-top:.5rem}.mt3-m{margin-top:1rem}.mt4-m{margin-top:2rem}.mt5-m{margin-top:4rem}.mt6-m{margin-top:8rem}.mt7-m{margin-top:16rem}.mv0-m{margin-top:0;margin-bottom:0}.mv1-m{margin-top:.25rem;margin-bottom:.25rem}.mv2-m{margin-top:.5rem;margin-bottom:.5rem}.mv3-m{margin-top:1rem;margin-bottom:1rem}.mv4-m{margin-top:2rem;margin-bottom:2rem}.mv5-m{margin-top:4rem;margin-bottom:4rem}.mv6-m{margin-top:8rem;margin-bottom:8rem}.mv7-m{margin-top:16rem;margin-bottom:16rem}.mh0-m{margin-left:0;margin-right:0}.mh1-m{margin-left:.25rem;margin-right:.25rem}.mh2-m{margin-left:.5rem;margin-right:.5rem}.mh3-m{margin-left:1rem;margin-right:1rem}.mh4-m{margin-left:2rem;margin-right:2rem}.mh5-m{margin-left:4rem;margin-right:4rem}.mh6-m{margin-left:8rem;margin-right:8rem}.mh7-m{margin-left:16rem;margin-right:16rem}.na1-m{margin:-.25rem}.na2-m{margin:-.5rem}.na3-m{margin:-1rem}.na4-m{margin:-2rem}.na5-m{margin:-4rem}.na6-m{margin:-8rem}.na7-m{margin:-16rem}.nl1-m{margin-left:-.25rem}.nl2-m{margin-left:-.5rem}.nl3-m{margin-left:-1rem}.nl4-m{margin-left:-2rem}.nl5-m{margin-left:-4rem}.nl6-m{margin-left:-8rem}.nl7-m{margin-left:-16rem}.nr1-m{margin-right:-.25rem}.nr2-m{margin-right:-.5rem}.nr3-m{margin-right:-1rem}.nr4-m{margin-right:-2rem}.nr5-m{margin-right:-4rem}.nr6-m{margin-right:-8rem}.nr7-m{margin-right:-16rem}.nb1-m{margin-bottom:-.25rem}.nb2-m{margin-bottom:-.5rem}.nb3-m{margin-bottom:-1rem}.nb4-m{margin-bottom:-2rem}.nb5-m{margin-bottom:-4rem}.nb6-m{margin-bottom:-8rem}.nb7-m{margin-bottom:-16rem}.nt1-m{margin-top:-.25rem}.nt2-m{margin-top:-.5rem}.nt3-m{margin-top:-1rem}.nt4-m{margin-top:-2rem}.nt5-m{margin-top:-4rem}.nt6-m{margin-top:-8rem}.nt7-m{margin-top:-16rem}.strike-m{text-decoration:line-through}.underline-m{text-decoration:underline}.no-underline-m{text-decoration:none}.tl-m{text-align:left}.tr-m{text-align:right}.tc-m{text-align:center}.tj-m{text-align:justify}.ttc-m{text-transform:capitalize}.ttl-m{text-transform:lowercase}.ttu-m{text-transform:uppercase}.ttn-m{text-transform:none}.f-6-m,.f-headline-m{font-size:6rem}.f-5-m,.f-subheadline-m{font-size:5rem}.f1-m{font-size:3rem}.f2-m{font-size:2.25rem}.f3-m{font-size:1.5rem}.f4-m{font-size:1.25rem}.f5-m{font-size:1rem}.f6-m{font-size:.875rem}.f7-m{font-size:.75rem}.measure-m{max-width:30em}.measure-wide-m{max-width:34em}.measure-narrow-m{max-width:20em}.indent-m{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps-m{font-variant:small-caps}.truncate-m{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.center-m{margin-left:auto}.center-m,.mr-auto-m{margin-right:auto}.ml-auto-m{margin-left:auto}.clip-m{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-m{white-space:normal}.nowrap-m{white-space:nowrap}.pre-m{white-space:pre}.v-base-m{vertical-align:baseline}.v-mid-m{vertical-align:middle}.v-top-m{vertical-align:top}.v-btm-m{vertical-align:bottom}}@media screen and (min-width:60em){.aspect-ratio-l{height:0;position:relative}.aspect-ratio--16x9-l{padding-bottom:56.25%}.aspect-ratio--9x16-l{padding-bottom:177.77%}.aspect-ratio--4x3-l{padding-bottom:75%}.aspect-ratio--3x4-l{padding-bottom:133.33%}.aspect-ratio--6x4-l{padding-bottom:66.6%}.aspect-ratio--4x6-l{padding-bottom:150%}.aspect-ratio--8x5-l{padding-bottom:62.5%}.aspect-ratio--5x8-l{padding-bottom:160%}.aspect-ratio--7x5-l{padding-bottom:71.42%}.aspect-ratio--5x7-l{padding-bottom:140%}.aspect-ratio--1x1-l{padding-bottom:100%}.aspect-ratio--object-l{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover-l{background-size:cover!important}.contain-l{background-size:contain!important}.bg-center-l{background-position:50%}.bg-center-l,.bg-top-l{background-repeat:no-repeat}.bg-top-l{background-position:top}.bg-right-l{background-position:100%}.bg-bottom-l,.bg-right-l{background-repeat:no-repeat}.bg-bottom-l{background-position:bottom}.bg-left-l{background-repeat:no-repeat;background-position:0}.outline-l{outline:1px solid}.outline-transparent-l{outline:1px solid transparent}.outline-0-l{outline:0}.ba-l{border-style:solid;border-width:1px}.bt-l{border-top-style:solid;border-top-width:1px}.br-l{border-right-style:solid;border-right-width:1px}.bb-l{border-bottom-style:solid;border-bottom-width:1px}.bl-l{border-left-style:solid;border-left-width:1px}.bn-l{border-style:none;border-width:0}.br0-l{border-radius:0}.br1-l{border-radius:.125rem}.br2-l{border-radius:.25rem}.br3-l{border-radius:.5rem}.br4-l{border-radius:1rem}.br-100-l{border-radius:100%}.br-pill-l{border-radius:9999px}.br--bottom-l{border-top-left-radius:0;border-top-right-radius:0}.br--top-l{border-bottom-right-radius:0}.br--right-l,.br--top-l{border-bottom-left-radius:0}.br--right-l{border-top-left-radius:0}.br--left-l{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit-l{border-radius:inherit}.br-initial-l{border-radius:initial}.br-unset-l{border-radius:unset}.b--dotted-l{border-style:dotted}.b--dashed-l{border-style:dashed}.b--solid-l{border-style:solid}.b--none-l{border-style:none}.bw0-l{border-width:0}.bw1-l{border-width:.125rem}.bw2-l{border-width:.25rem}.bw3-l{border-width:.5rem}.bw4-l{border-width:1rem}.bw5-l{border-width:2rem}.bt-0-l{border-top-width:0}.br-0-l{border-right-width:0}.bb-0-l{border-bottom-width:0}.bl-0-l{border-left-width:0}.shadow-1-l{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-l{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-l{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-l{box-shadow:2px 2px 8px rgba(0,0,0,.2)}.shadow-5-l{box-shadow:4px 4px 8px rgba(0,0,0,.2)}.top-0-l{top:0}.left-0-l{left:0}.right-0-l{right:0}.bottom-0-l{bottom:0}.top-1-l{top:1rem}.left-1-l{left:1rem}.right-1-l{right:1rem}.bottom-1-l{bottom:1rem}.top-2-l{top:2rem}.left-2-l{left:2rem}.right-2-l{right:2rem}.bottom-2-l{bottom:2rem}.top--1-l{top:-1rem}.right--1-l{right:-1rem}.bottom--1-l{bottom:-1rem}.left--1-l{left:-1rem}.top--2-l{top:-2rem}.right--2-l{right:-2rem}.bottom--2-l{bottom:-2rem}.left--2-l{left:-2rem}.absolute--fill-l{top:0;right:0;bottom:0;left:0}.cl-l{clear:left}.cr-l{clear:right}.cb-l{clear:both}.cn-l{clear:none}.dn-l{display:none}.di-l{display:inline}.db-l{display:block}.dib-l{display:inline-block}.dit-l{display:inline-table}.dt-l{display:table}.dtc-l{display:table-cell}.dt-row-l{display:table-row}.dt-row-group-l{display:table-row-group}.dt-column-l{display:table-column}.dt-column-group-l{display:table-column-group}.dt--fixed-l{table-layout:fixed;width:100%}.flex-l{display:flex}.inline-flex-l{display:inline-flex}.flex-auto-l{flex:auto;min-width:0;min-height:0}.flex-none-l{flex:none}.flex-column-l{flex-direction:column}.flex-row-l{flex-direction:row}.flex-wrap-l{flex-wrap:wrap}.flex-nowrap-l{flex-wrap:nowrap}.flex-wrap-reverse-l{flex-wrap:wrap-reverse}.flex-column-reverse-l{flex-direction:column-reverse}.flex-row-reverse-l{flex-direction:row-reverse}.items-start-l{align-items:flex-start}.items-end-l{align-items:flex-end}.items-center-l{align-items:center}.items-baseline-l{align-items:baseline}.items-stretch-l{align-items:stretch}.self-start-l{align-self:flex-start}.self-end-l{align-self:flex-end}.self-center-l{align-self:center}.self-baseline-l{align-self:baseline}.self-stretch-l{align-self:stretch}.justify-start-l{justify-content:flex-start}.justify-end-l{justify-content:flex-end}.justify-center-l{justify-content:center}.justify-between-l{justify-content:space-between}.justify-around-l{justify-content:space-around}.content-start-l{align-content:flex-start}.content-end-l{align-content:flex-end}.content-center-l{align-content:center}.content-between-l{align-content:space-between}.content-around-l{align-content:space-around}.content-stretch-l{align-content:stretch}.order-0-l{order:0}.order-1-l{order:1}.order-2-l{order:2}.order-3-l{order:3}.order-4-l{order:4}.order-5-l{order:5}.order-6-l{order:6}.order-7-l{order:7}.order-8-l{order:8}.order-last-l{order:99999}.flex-grow-0-l{flex-grow:0}.flex-grow-1-l{flex-grow:1}.flex-shrink-0-l{flex-shrink:0}.flex-shrink-1-l{flex-shrink:1}.fl-l{float:left}.fl-l,.fr-l{_display:inline}.fr-l{float:right}.fn-l{float:none}.i-l{font-style:italic}.fs-normal-l{font-style:normal}.normal-l{font-weight:400}.b-l{font-weight:700}.fw1-l{font-weight:100}.fw2-l{font-weight:200}.fw3-l{font-weight:300}.fw4-l{font-weight:400}.fw5-l{font-weight:500}.fw6-l{font-weight:600}.fw7-l{font-weight:700}.fw8-l{font-weight:800}.fw9-l{font-weight:900}.h1-l{height:1rem}.h2-l{height:2rem}.h3-l{height:4rem}.h4-l{height:8rem}.h5-l{height:16rem}.h-25-l{height:25%}.h-50-l{height:50%}.h-75-l{height:75%}.h-100-l{height:100%}.min-h-100-l{min-height:100%}.vh-25-l{height:25vh}.vh-50-l{height:50vh}.vh-75-l{height:75vh}.vh-100-l{height:100vh}.min-vh-100-l{min-height:100vh}.h-auto-l{height:auto}.h-inherit-l{height:inherit}.tracked-l{letter-spacing:.1em}.tracked-tight-l{letter-spacing:-.05em}.tracked-mega-l{letter-spacing:.25em}.lh-solid-l{line-height:1}.lh-title-l{line-height:1.25}.lh-copy-l{line-height:1.5}.mw-100-l{max-width:100%}.mw1-l{max-width:1rem}.mw2-l{max-width:2rem}.mw3-l{max-width:4rem}.mw4-l{max-width:8rem}.mw5-l{max-width:16rem}.mw6-l{max-width:32rem}.mw7-l{max-width:48rem}.mw8-l{max-width:64rem}.mw9-l{max-width:96rem}.mw-none-l{max-width:none}.w1-l{width:1rem}.w2-l{width:2rem}.w3-l{width:4rem}.w4-l{width:8rem}.w5-l{width:16rem}.w-10-l{width:10%}.w-20-l{width:20%}.w-25-l{width:25%}.w-30-l{width:30%}.w-33-l{width:33%}.w-34-l{width:34%}.w-40-l{width:40%}.w-50-l{width:50%}.w-60-l{width:60%}.w-70-l{width:70%}.w-75-l{width:75%}.w-80-l{width:80%}.w-90-l{width:90%}.w-100-l{width:100%}.w-third-l{width:33.33333%}.w-two-thirds-l{width:66.66667%}.w-auto-l{width:auto}.overflow-visible-l{overflow:visible}.overflow-hidden-l{overflow:hidden}.overflow-scroll-l{overflow:scroll}.overflow-auto-l{overflow:auto}.overflow-x-visible-l{overflow-x:visible}.overflow-x-hidden-l{overflow-x:hidden}.overflow-x-scroll-l{overflow-x:scroll}.overflow-x-auto-l{overflow-x:auto}.overflow-y-visible-l{overflow-y:visible}.overflow-y-hidden-l{overflow-y:hidden}.overflow-y-scroll-l{overflow-y:scroll}.overflow-y-auto-l{overflow-y:auto}.static-l{position:static}.relative-l{position:relative}.absolute-l{position:absolute}.fixed-l{position:fixed}.rotate-45-l{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90-l{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135-l{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180-l{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225-l{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270-l{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315-l{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.pa0-l{padding:0}.pa1-l{padding:.25rem}.pa2-l{padding:.5rem}.pa3-l{padding:1rem}.pa4-l{padding:2rem}.pa5-l{padding:4rem}.pa6-l{padding:8rem}.pa7-l{padding:16rem}.pl0-l{padding-left:0}.pl1-l{padding-left:.25rem}.pl2-l{padding-left:.5rem}.pl3-l{padding-left:1rem}.pl4-l{padding-left:2rem}.pl5-l{padding-left:4rem}.pl6-l{padding-left:8rem}.pl7-l{padding-left:16rem}.pr0-l{padding-right:0}.pr1-l{padding-right:.25rem}.pr2-l{padding-right:.5rem}.pr3-l{padding-right:1rem}.pr4-l{padding-right:2rem}.pr5-l{padding-right:4rem}.pr6-l{padding-right:8rem}.pr7-l{padding-right:16rem}.pb0-l{padding-bottom:0}.pb1-l{padding-bottom:.25rem}.pb2-l{padding-bottom:.5rem}.pb3-l{padding-bottom:1rem}.pb4-l{padding-bottom:2rem}.pb5-l{padding-bottom:4rem}.pb6-l{padding-bottom:8rem}.pb7-l{padding-bottom:16rem}.pt0-l{padding-top:0}.pt1-l{padding-top:.25rem}.pt2-l{padding-top:.5rem}.pt3-l{padding-top:1rem}.pt4-l{padding-top:2rem}.pt5-l{padding-top:4rem}.pt6-l{padding-top:8rem}.pt7-l{padding-top:16rem}.pv0-l{padding-top:0;padding-bottom:0}.pv1-l{padding-top:.25rem;padding-bottom:.25rem}.pv2-l{padding-top:.5rem;padding-bottom:.5rem}.pv3-l{padding-top:1rem;padding-bottom:1rem}.pv4-l{padding-top:2rem;padding-bottom:2rem}.pv5-l{padding-top:4rem;padding-bottom:4rem}.pv6-l{padding-top:8rem;padding-bottom:8rem}.pv7-l{padding-top:16rem;padding-bottom:16rem}.ph0-l{padding-left:0;padding-right:0}.ph1-l{padding-left:.25rem;padding-right:.25rem}.ph2-l{padding-left:.5rem;padding-right:.5rem}.ph3-l{padding-left:1rem;padding-right:1rem}.ph4-l{padding-left:2rem;padding-right:2rem}.ph5-l{padding-left:4rem;padding-right:4rem}.ph6-l{padding-left:8rem;padding-right:8rem}.ph7-l{padding-left:16rem;padding-right:16rem}.ma0-l{margin:0}.ma1-l{margin:.25rem}.ma2-l{margin:.5rem}.ma3-l{margin:1rem}.ma4-l{margin:2rem}.ma5-l{margin:4rem}.ma6-l{margin:8rem}.ma7-l{margin:16rem}.ml0-l{margin-left:0}.ml1-l{margin-left:.25rem}.ml2-l{margin-left:.5rem}.ml3-l{margin-left:1rem}.ml4-l{margin-left:2rem}.ml5-l{margin-left:4rem}.ml6-l{margin-left:8rem}.ml7-l{margin-left:16rem}.mr0-l{margin-right:0}.mr1-l{margin-right:.25rem}.mr2-l{margin-right:.5rem}.mr3-l{margin-right:1rem}.mr4-l{margin-right:2rem}.mr5-l{margin-right:4rem}.mr6-l{margin-right:8rem}.mr7-l{margin-right:16rem}.mb0-l{margin-bottom:0}.mb1-l{margin-bottom:.25rem}.mb2-l{margin-bottom:.5rem}.mb3-l{margin-bottom:1rem}.mb4-l{margin-bottom:2rem}.mb5-l{margin-bottom:4rem}.mb6-l{margin-bottom:8rem}.mb7-l{margin-bottom:16rem}.mt0-l{margin-top:0}.mt1-l{margin-top:.25rem}.mt2-l{margin-top:.5rem}.mt3-l{margin-top:1rem}.mt4-l{margin-top:2rem}.mt5-l{margin-top:4rem}.mt6-l{margin-top:8rem}.mt7-l{margin-top:16rem}.mv0-l{margin-top:0;margin-bottom:0}.mv1-l{margin-top:.25rem;margin-bottom:.25rem}.mv2-l{margin-top:.5rem;margin-bottom:.5rem}.mv3-l{margin-top:1rem;margin-bottom:1rem}.mv4-l{margin-top:2rem;margin-bottom:2rem}.mv5-l{margin-top:4rem;margin-bottom:4rem}.mv6-l{margin-top:8rem;margin-bottom:8rem}.mv7-l{margin-top:16rem;margin-bottom:16rem}.mh0-l{margin-left:0;margin-right:0}.mh1-l{margin-left:.25rem;margin-right:.25rem}.mh2-l{margin-left:.5rem;margin-right:.5rem}.mh3-l{margin-left:1rem;margin-right:1rem}.mh4-l{margin-left:2rem;margin-right:2rem}.mh5-l{margin-left:4rem;margin-right:4rem}.mh6-l{margin-left:8rem;margin-right:8rem}.mh7-l{margin-left:16rem;margin-right:16rem}.na1-l{margin:-.25rem}.na2-l{margin:-.5rem}.na3-l{margin:-1rem}.na4-l{margin:-2rem}.na5-l{margin:-4rem}.na6-l{margin:-8rem}.na7-l{margin:-16rem}.nl1-l{margin-left:-.25rem}.nl2-l{margin-left:-.5rem}.nl3-l{margin-left:-1rem}.nl4-l{margin-left:-2rem}.nl5-l{margin-left:-4rem}.nl6-l{margin-left:-8rem}.nl7-l{margin-left:-16rem}.nr1-l{margin-right:-.25rem}.nr2-l{margin-right:-.5rem}.nr3-l{margin-right:-1rem}.nr4-l{margin-right:-2rem}.nr5-l{margin-right:-4rem}.nr6-l{margin-right:-8rem}.nr7-l{margin-right:-16rem}.nb1-l{margin-bottom:-.25rem}.nb2-l{margin-bottom:-.5rem}.nb3-l{margin-bottom:-1rem}.nb4-l{margin-bottom:-2rem}.nb5-l{margin-bottom:-4rem}.nb6-l{margin-bottom:-8rem}.nb7-l{margin-bottom:-16rem}.nt1-l{margin-top:-.25rem}.nt2-l{margin-top:-.5rem}.nt3-l{margin-top:-1rem}.nt4-l{margin-top:-2rem}.nt5-l{margin-top:-4rem}.nt6-l{margin-top:-8rem}.nt7-l{margin-top:-16rem}.strike-l{text-decoration:line-through}.underline-l{text-decoration:underline}.no-underline-l{text-decoration:none}.tl-l{text-align:left}.tr-l{text-align:right}.tc-l{text-align:center}.tj-l{text-align:justify}.ttc-l{text-transform:capitalize}.ttl-l{text-transform:lowercase}.ttu-l{text-transform:uppercase}.ttn-l{text-transform:none}.f-6-l,.f-headline-l{font-size:6rem}.f-5-l,.f-subheadline-l{font-size:5rem}.f1-l{font-size:3rem}.f2-l{font-size:2.25rem}.f3-l{font-size:1.5rem}.f4-l{font-size:1.25rem}.f5-l{font-size:1rem}.f6-l{font-size:.875rem}.f7-l{font-size:.75rem}.measure-l{max-width:30em}.measure-wide-l{max-width:34em}.measure-narrow-l{max-width:20em}.indent-l{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps-l{font-variant:small-caps}.truncate-l{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.center-l{margin-left:auto}.center-l,.mr-auto-l{margin-right:auto}.ml-auto-l{margin-left:auto}.clip-l{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-l{white-space:normal}.nowrap-l{white-space:nowrap}.pre-l{white-space:pre}.v-base-l{vertical-align:baseline}.v-mid-l{vertical-align:middle}.v-top-l{vertical-align:top}.v-btm-l{vertical-align:bottom}}pre,.pre{overflow-x:auto;overflow-y:hidden;overflow:scroll}pre code{display:block;padding:1.5em;white-space:pre;font-size:.875rem;line-height:2}pre{background-color:#222;color:#ddd;white-space:pre;hyphens:none;position:relative}.pagination{margin:3rem 0}.pagination li{display:inline-block;margin-right:.375rem;font-size:.875rem;margin-bottom:2.5em}[dir=rtl] .pagination li{margin-left:.375rem;margin-right:0}.pagination li a{padding:.5rem .625rem;background-color:#fff;color:#333;border:1px solid #ddd;border-radius:3px;text-decoration:none}.pagination li.disabled{display:none}.pagination li.active a,.pagination li.active a:link,.pagination li.active a:active,.pagination li.active a:visited{background-color:#ddd}#TableOfContents ul li{margin-bottom:1em}.ananke-socials a{display:inline-block;vertical-align:middle;color:#bababa;fill:currentColor}.ananke-socials a .icon svg{width:32px;height:32px}.ananke-socials a:hover{color:#6b7280}.new-window{opacity:0;display:inline-block;vertical-align:top}.link-transition:hover .new-window{opacity:1}#TableOfContents ul li{margin-bottom:1em}.lh-copy blockquote{display:block;font-size:.875em;margin-left:2rem;margin-top:2rem;margin-bottom:2rem;border-left:4px solid #ccc;padding-left:1rem}.nested-links a{overflow-wrap:break-word} \ No newline at end of file diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..a453016 --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,113 @@ + + + + + + + TiPi-lang + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+

+ Categories +

+ +
+
+
+ + +
+ + +
+ +
+
+
+ +
+
+ +
+ + + + diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..77c0383 --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,11 @@ + + + + Categories on TiPi-lang + http://localhost:1313/categories/ + Recent content in Categories on TiPi-lang + Hugo + en-us + + + diff --git a/public/images/gohugo-default-sample-hero-image.jpg b/public/images/gohugo-default-sample-hero-image.jpg new file mode 100644 index 0000000..0681583 Binary files /dev/null and b/public/images/gohugo-default-sample-hero-image.jpg differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..7272ccd --- /dev/null +++ b/public/index.html @@ -0,0 +1,113 @@ + + + + + + + TiPi-lang + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+

+ TiPi-lang +

+ +
+
+
+ + +
+ + + + + + + + + + + +
+ + + + diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..ecd6222 --- /dev/null +++ b/public/index.xml @@ -0,0 +1,11 @@ + + + + TiPi-lang + http://localhost:1313/ + Recent content on TiPi-lang + Hugo + en-us + + + diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..a070ae5 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,11 @@ + + + + http://localhost:1313/categories/ + + http://localhost:1313/tags/ + + http://localhost:1313/ + + diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..7b05ca3 --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,113 @@ + + + + + + + TiPi-lang + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+

+ Tags +

+ +
+
+
+ + +
+ + +
+ +
+
+
+ +
+
+ +
+ + + + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..18a1a74 --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,11 @@ + + + + Tags on TiPi-lang + http://localhost:1313/tags/ + Recent content in Tags on TiPi-lang + Hugo + en-us + + + diff --git a/resources/_gen/assets/ananke/css/main.css_9d7c906d8fe82fddbbd923faebb24419.content b/resources/_gen/assets/ananke/css/main.css_9d7c906d8fe82fddbbd923faebb24419.content new file mode 100644 index 0000000..fce2ce5 --- /dev/null +++ b/resources/_gen/assets/ananke/css/main.css_9d7c906d8fe82fddbbd923faebb24419.content @@ -0,0 +1 @@ +/*!TACHYONS v4.9.1 | http://tachyons.io*//*!TACHYONS v4.12.0 | http://tachyons.io*//*!normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css*/html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}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:initial}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}.border-box,a,article,aside,blockquote,body,code,dd,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],legend,li,main,nav,ol,p,pre,section,table,td,textarea,th,tr,ul{box-sizing:border-box}.aspect-ratio{height:0;position:relative}.aspect-ratio--16x9{padding-bottom:56.25%}.aspect-ratio--9x16{padding-bottom:177.77%}.aspect-ratio--4x3{padding-bottom:75%}.aspect-ratio--3x4{padding-bottom:133.33%}.aspect-ratio--6x4{padding-bottom:66.6%}.aspect-ratio--4x6{padding-bottom:150%}.aspect-ratio--8x5{padding-bottom:62.5%}.aspect-ratio--5x8{padding-bottom:160%}.aspect-ratio--7x5{padding-bottom:71.42%}.aspect-ratio--5x7{padding-bottom:140%}.aspect-ratio--1x1{padding-bottom:100%}.aspect-ratio--object{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}img{max-width:100%}.cover{background-size:cover!important}.contain{background-size:contain!important}.bg-center{background-position:50%}.bg-center,.bg-top{background-repeat:no-repeat}.bg-top{background-position:top}.bg-right{background-position:100%}.bg-bottom,.bg-right{background-repeat:no-repeat}.bg-bottom{background-position:bottom}.bg-left{background-repeat:no-repeat;background-position:0}.outline{outline:1px solid}.outline-transparent{outline:1px solid transparent}.outline-0{outline:0}.ba{border-style:solid;border-width:1px}.bt{border-top-style:solid;border-top-width:1px}.br{border-right-style:solid;border-right-width:1px}.bb{border-bottom-style:solid;border-bottom-width:1px}.bl{border-left-style:solid;border-left-width:1px}.bn{border-style:none;border-width:0}.b--black{border-color:#000}.b--near-black{border-color:#111}.b--dark-gray{border-color:#333}.b--mid-gray{border-color:#555}.b--gray{border-color:#777}.b--silver{border-color:#999}.b--light-silver{border-color:#aaa}.b--moon-gray{border-color:#ccc}.b--light-gray{border-color:#eee}.b--near-white{border-color:#f4f4f4}.b--white{border-color:#fff}.b--white-90{border-color:rgba(255,255,255,.9)}.b--white-80{border-color:rgba(255,255,255,.8)}.b--white-70{border-color:rgba(255,255,255,.7)}.b--white-60{border-color:rgba(255,255,255,.6)}.b--white-50{border-color:rgba(255,255,255,.5)}.b--white-40{border-color:rgba(255,255,255,.4)}.b--white-30{border-color:rgba(255,255,255,.3)}.b--white-20{border-color:rgba(255,255,255,.2)}.b--white-10{border-color:rgba(255,255,255,.1)}.b--white-05{border-color:rgba(255,255,255,5%)}.b--white-025{border-color:rgba(255,255,255,.025)}.b--white-0125{border-color:rgba(255,255,255,.0125)}.b--black-90{border-color:rgba(0,0,0,.9)}.b--black-80{border-color:rgba(0,0,0,.8)}.b--black-70{border-color:rgba(0,0,0,.7)}.b--black-60{border-color:rgba(0,0,0,.6)}.b--black-50{border-color:rgba(0,0,0,.5)}.b--black-40{border-color:rgba(0,0,0,.4)}.b--black-30{border-color:rgba(0,0,0,.3)}.b--black-20{border-color:rgba(0,0,0,.2)}.b--black-10{border-color:rgba(0,0,0,.1)}.b--black-05{border-color:rgba(0,0,0,5%)}.b--black-025{border-color:rgba(0,0,0,.025)}.b--black-0125{border-color:rgba(0,0,0,.0125)}.b--dark-red{border-color:#e7040f}.b--red{border-color:#ff4136}.b--light-red{border-color:#ff725c}.b--orange{border-color:#ff6300}.b--gold{border-color:#ffb700}.b--yellow{border-color:gold}.b--light-yellow{border-color:#fbf1a9}.b--purple{border-color:#5e2ca5}.b--light-purple{border-color:#a463f2}.b--dark-pink{border-color:#d5008f}.b--hot-pink{border-color:#ff41b4}.b--pink{border-color:#ff80cc}.b--light-pink{border-color:#ffa3d7}.b--dark-green{border-color:#137752}.b--green{border-color:#19a974}.b--light-green{border-color:#9eebcf}.b--navy{border-color:#001b44}.b--dark-blue{border-color:#00449e}.b--blue{border-color:#357edd}.b--light-blue{border-color:#96ccff}.b--lightest-blue{border-color:#cdecff}.b--washed-blue{border-color:#f6fffe}.b--washed-green{border-color:#e8fdf5}.b--washed-yellow{border-color:#fffceb}.b--washed-red{border-color:#ffdfdf}.b--transparent{border-color:transparent}.b--inherit{border-color:inherit}.b--initial{border-color:initial}.b--unset{border-color:unset}.br0{border-radius:0}.br1{border-radius:.125rem}.br2{border-radius:.25rem}.br3{border-radius:.5rem}.br4{border-radius:1rem}.br-100{border-radius:100%}.br-pill{border-radius:9999px}.br--bottom{border-top-left-radius:0;border-top-right-radius:0}.br--top{border-bottom-right-radius:0}.br--right,.br--top{border-bottom-left-radius:0}.br--right{border-top-left-radius:0}.br--left{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit{border-radius:inherit}.br-initial{border-radius:initial}.br-unset{border-radius:unset}.b--dotted{border-style:dotted}.b--dashed{border-style:dashed}.b--solid{border-style:solid}.b--none{border-style:none}.bw0{border-width:0}.bw1{border-width:.125rem}.bw2{border-width:.25rem}.bw3{border-width:.5rem}.bw4{border-width:1rem}.bw5{border-width:2rem}.bt-0{border-top-width:0}.br-0{border-right-width:0}.bb-0{border-bottom-width:0}.bl-0{border-left-width:0}.shadow-1{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4{box-shadow:2px 2px 8px rgba(0,0,0,.2)}.shadow-5{box-shadow:4px 4px 8px rgba(0,0,0,.2)}.pre{overflow-x:auto;overflow-y:hidden;overflow:scroll}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.top-1{top:1rem}.right-1{right:1rem}.bottom-1{bottom:1rem}.left-1{left:1rem}.top-2{top:2rem}.right-2{right:2rem}.bottom-2{bottom:2rem}.left-2{left:2rem}.top--1{top:-1rem}.right--1{right:-1rem}.bottom--1{bottom:-1rem}.left--1{left:-1rem}.top--2{top:-2rem}.right--2{right:-2rem}.bottom--2{bottom:-2rem}.left--2{left:-2rem}.absolute--fill{top:0;right:0;bottom:0;left:0}.cf:after,.cf:before{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}.cl{clear:left}.cr{clear:right}.cb{clear:both}.cn{clear:none}.dn{display:none}.di{display:inline}.db{display:block}.dib{display:inline-block}.dit{display:inline-table}.dt{display:table}.dtc{display:table-cell}.dt-row{display:table-row}.dt-row-group{display:table-row-group}.dt-column{display:table-column}.dt-column-group{display:table-column-group}.dt--fixed{table-layout:fixed;width:100%}.flex{display:flex}.inline-flex{display:inline-flex}.flex-auto{flex:auto;min-width:0;min-height:0}.flex-none{flex:none}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-row-reverse{flex-direction:row-reverse}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-baseline{align-self:baseline}.self-stretch{align-self:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-center{align-content:center}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-stretch{align-content:stretch}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-last{order:99999}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.fl{float:left}.fl,.fr{_display:inline}.fr{float:right}.fn{float:none}.sans-serif{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.serif{font-family:georgia,times,serif}.system-sans-serif{font-family:sans-serif}.system-serif{font-family:serif}.code,code{font-family:Consolas,monaco,monospace}.courier{font-family:Courier Next,courier,monospace}.helvetica{font-family:helvetica neue,helvetica,sans-serif}.avenir{font-family:avenir next,avenir,sans-serif}.athelas{font-family:athelas,georgia,serif}.georgia{font-family:georgia,serif}.times{font-family:times,serif}.bodoni{font-family:Bodoni MT,serif}.calisto{font-family:Calisto MT,serif}.garamond{font-family:garamond,serif}.baskerville{font-family:baskerville,serif}.i{font-style:italic}.fs-normal{font-style:normal}.normal{font-weight:400}.b{font-weight:700}.fw1{font-weight:100}.fw2{font-weight:200}.fw3{font-weight:300}.fw4{font-weight:400}.fw5{font-weight:500}.fw6{font-weight:600}.fw7{font-weight:700}.fw8{font-weight:800}.fw9{font-weight:900}.input-reset{-webkit-appearance:none;-moz-appearance:none}.button-reset::-moz-focus-inner,.input-reset::-moz-focus-inner{border:0;padding:0}.h1{height:1rem}.h2{height:2rem}.h3{height:4rem}.h4{height:8rem}.h5{height:16rem}.h-25{height:25%}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.min-h-100{min-height:100%}.vh-25{height:25vh}.vh-50{height:50vh}.vh-75{height:75vh}.vh-100{height:100vh}.min-vh-100{min-height:100vh}.h-auto{height:auto}.h-inherit{height:inherit}.tracked{letter-spacing:.1em}.tracked-tight{letter-spacing:-.05em}.tracked-mega{letter-spacing:.25em}.lh-solid{line-height:1}.lh-title{line-height:1.25}.lh-copy{line-height:1.5}.link{text-decoration:none}.link,.link:active,.link:focus,.link:hover,.link:link,.link:visited{transition:color .15s ease-in}.link:focus{outline:1px dotted currentColor}.list{list-style-type:none}.mw-100{max-width:100%}.mw1{max-width:1rem}.mw2{max-width:2rem}.mw3{max-width:4rem}.mw4{max-width:8rem}.mw5{max-width:16rem}.mw6{max-width:32rem}.mw7{max-width:48rem}.mw8{max-width:64rem}.mw9{max-width:96rem}.mw-none{max-width:none}.w1{width:1rem}.w2{width:2rem}.w3{width:4rem}.w4{width:8rem}.w5{width:16rem}.w-10{width:10%}.w-20{width:20%}.w-25{width:25%}.w-30{width:30%}.w-33{width:33%}.w-34{width:34%}.w-40{width:40%}.w-50{width:50%}.w-60{width:60%}.w-70{width:70%}.w-75{width:75%}.w-80{width:80%}.w-90{width:90%}.w-100{width:100%}.w-third{width:33.33333%}.w-two-thirds{width:66.66667%}.w-auto{width:auto}.overflow-visible{overflow:visible}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-auto{overflow:auto}.overflow-x-visible{overflow-x:visible}.overflow-x-hidden{overflow-x:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-visible{overflow-y:visible}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.overflow-y-auto{overflow-y:auto}.static{position:static}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.o-100{opacity:1}.o-90{opacity:.9}.o-80{opacity:.8}.o-70{opacity:.7}.o-60{opacity:.6}.o-50{opacity:.5}.o-40{opacity:.4}.o-30{opacity:.3}.o-20{opacity:.2}.o-10{opacity:.1}.o-05{opacity:.05}.o-025{opacity:.025}.o-0{opacity:0}.rotate-45{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.black-90{color:rgba(0,0,0,.9)}.black-80{color:rgba(0,0,0,.8)}.black-70{color:rgba(0,0,0,.7)}.black-60{color:rgba(0,0,0,.6)}.black-50{color:rgba(0,0,0,.5)}.black-40{color:rgba(0,0,0,.4)}.black-30{color:rgba(0,0,0,.3)}.black-20{color:rgba(0,0,0,.2)}.black-10{color:rgba(0,0,0,.1)}.black-05{color:rgba(0,0,0,5%)}.white-90{color:rgba(255,255,255,.9)}.white-80{color:rgba(255,255,255,.8)}.white-70{color:rgba(255,255,255,.7)}.white-60{color:rgba(255,255,255,.6)}.white-50{color:rgba(255,255,255,.5)}.white-40{color:rgba(255,255,255,.4)}.white-30{color:rgba(255,255,255,.3)}.white-20{color:rgba(255,255,255,.2)}.white-10{color:rgba(255,255,255,.1)}.black{color:#000}.near-black{color:#111}.dark-gray{color:#333}.mid-gray{color:#555}.gray{color:#777}.silver{color:#999}.light-silver{color:#aaa}.moon-gray{color:#ccc}.light-gray{color:#eee}.near-white{color:#f4f4f4}.white{color:#fff}.dark-red{color:#e7040f}.red{color:#ff4136}.light-red{color:#ff725c}.orange{color:#ff6300}.gold{color:#ffb700}.yellow{color:gold}.light-yellow{color:#fbf1a9}.purple{color:#5e2ca5}.light-purple{color:#a463f2}.dark-pink{color:#d5008f}.hot-pink{color:#ff41b4}.pink{color:#ff80cc}.light-pink{color:#ffa3d7}.dark-green{color:#137752}.green{color:#19a974}.light-green{color:#9eebcf}.navy{color:#001b44}.dark-blue{color:#00449e}.blue{color:#357edd}.light-blue{color:#96ccff}.lightest-blue{color:#cdecff}.washed-blue{color:#f6fffe}.washed-green{color:#e8fdf5}.washed-yellow{color:#fffceb}.washed-red{color:#ffdfdf}.color-inherit{color:inherit}.bg-black-90{background-color:rgba(0,0,0,.9)}.bg-black-80{background-color:rgba(0,0,0,.8)}.bg-black-70{background-color:rgba(0,0,0,.7)}.bg-black-60{background-color:rgba(0,0,0,.6)}.bg-black-50{background-color:rgba(0,0,0,.5)}.bg-black-40{background-color:rgba(0,0,0,.4)}.bg-black-30{background-color:rgba(0,0,0,.3)}.bg-black-20{background-color:rgba(0,0,0,.2)}.bg-black-10{background-color:rgba(0,0,0,.1)}.bg-black-05{background-color:rgba(0,0,0,5%)}.bg-white-90{background-color:rgba(255,255,255,.9)}.bg-white-80{background-color:rgba(255,255,255,.8)}.bg-white-70{background-color:rgba(255,255,255,.7)}.bg-white-60{background-color:rgba(255,255,255,.6)}.bg-white-50{background-color:rgba(255,255,255,.5)}.bg-white-40{background-color:rgba(255,255,255,.4)}.bg-white-30{background-color:rgba(255,255,255,.3)}.bg-white-20{background-color:rgba(255,255,255,.2)}.bg-white-10{background-color:rgba(255,255,255,.1)}.bg-black{background-color:#000}.bg-near-black{background-color:#111}.bg-dark-gray{background-color:#333}.bg-mid-gray{background-color:#555}.bg-gray{background-color:#777}.bg-silver{background-color:#999}.bg-light-silver{background-color:#aaa}.bg-moon-gray{background-color:#ccc}.bg-light-gray{background-color:#eee}.bg-near-white{background-color:#f4f4f4}.bg-white{background-color:#fff}.bg-transparent{background-color:initial}.bg-dark-red{background-color:#e7040f}.bg-red{background-color:#ff4136}.bg-light-red{background-color:#ff725c}.bg-orange{background-color:#ff6300}.bg-gold{background-color:#ffb700}.bg-yellow{background-color:gold}.bg-light-yellow{background-color:#fbf1a9}.bg-purple{background-color:#5e2ca5}.bg-light-purple{background-color:#a463f2}.bg-dark-pink{background-color:#d5008f}.bg-hot-pink{background-color:#ff41b4}.bg-pink{background-color:#ff80cc}.bg-light-pink{background-color:#ffa3d7}.bg-dark-green{background-color:#137752}.bg-green{background-color:#19a974}.bg-light-green{background-color:#9eebcf}.bg-navy{background-color:#001b44}.bg-dark-blue{background-color:#00449e}.bg-blue{background-color:#357edd}.bg-light-blue{background-color:#96ccff}.bg-lightest-blue{background-color:#cdecff}.bg-washed-blue{background-color:#f6fffe}.bg-washed-green{background-color:#e8fdf5}.bg-washed-yellow{background-color:#fffceb}.bg-washed-red{background-color:#ffdfdf}.bg-inherit{background-color:inherit}.hover-black:focus,.hover-black:hover{color:#000}.hover-near-black:focus,.hover-near-black:hover{color:#111}.hover-dark-gray:focus,.hover-dark-gray:hover{color:#333}.hover-mid-gray:focus,.hover-mid-gray:hover{color:#555}.hover-gray:focus,.hover-gray:hover{color:#777}.hover-silver:focus,.hover-silver:hover{color:#999}.hover-light-silver:focus,.hover-light-silver:hover{color:#aaa}.hover-moon-gray:focus,.hover-moon-gray:hover{color:#ccc}.hover-light-gray:focus,.hover-light-gray:hover{color:#eee}.hover-near-white:focus,.hover-near-white:hover{color:#f4f4f4}.hover-white:focus,.hover-white:hover{color:#fff}.hover-black-90:focus,.hover-black-90:hover{color:rgba(0,0,0,.9)}.hover-black-80:focus,.hover-black-80:hover{color:rgba(0,0,0,.8)}.hover-black-70:focus,.hover-black-70:hover{color:rgba(0,0,0,.7)}.hover-black-60:focus,.hover-black-60:hover{color:rgba(0,0,0,.6)}.hover-black-50:focus,.hover-black-50:hover{color:rgba(0,0,0,.5)}.hover-black-40:focus,.hover-black-40:hover{color:rgba(0,0,0,.4)}.hover-black-30:focus,.hover-black-30:hover{color:rgba(0,0,0,.3)}.hover-black-20:focus,.hover-black-20:hover{color:rgba(0,0,0,.2)}.hover-black-10:focus,.hover-black-10:hover{color:rgba(0,0,0,.1)}.hover-white-90:focus,.hover-white-90:hover{color:rgba(255,255,255,.9)}.hover-white-80:focus,.hover-white-80:hover{color:rgba(255,255,255,.8)}.hover-white-70:focus,.hover-white-70:hover{color:rgba(255,255,255,.7)}.hover-white-60:focus,.hover-white-60:hover{color:rgba(255,255,255,.6)}.hover-white-50:focus,.hover-white-50:hover{color:rgba(255,255,255,.5)}.hover-white-40:focus,.hover-white-40:hover{color:rgba(255,255,255,.4)}.hover-white-30:focus,.hover-white-30:hover{color:rgba(255,255,255,.3)}.hover-white-20:focus,.hover-white-20:hover{color:rgba(255,255,255,.2)}.hover-white-10:focus,.hover-white-10:hover{color:rgba(255,255,255,.1)}.hover-inherit:focus,.hover-inherit:hover{color:inherit}.hover-bg-black:focus,.hover-bg-black:hover{background-color:#000}.hover-bg-near-black:focus,.hover-bg-near-black:hover{background-color:#111}.hover-bg-dark-gray:focus,.hover-bg-dark-gray:hover{background-color:#333}.hover-bg-mid-gray:focus,.hover-bg-mid-gray:hover{background-color:#555}.hover-bg-gray:focus,.hover-bg-gray:hover{background-color:#777}.hover-bg-silver:focus,.hover-bg-silver:hover{background-color:#999}.hover-bg-light-silver:focus,.hover-bg-light-silver:hover{background-color:#aaa}.hover-bg-moon-gray:focus,.hover-bg-moon-gray:hover{background-color:#ccc}.hover-bg-light-gray:focus,.hover-bg-light-gray:hover{background-color:#eee}.hover-bg-near-white:focus,.hover-bg-near-white:hover{background-color:#f4f4f4}.hover-bg-white:focus,.hover-bg-white:hover{background-color:#fff}.hover-bg-transparent:focus,.hover-bg-transparent:hover{background-color:initial}.hover-bg-black-90:focus,.hover-bg-black-90:hover{background-color:rgba(0,0,0,.9)}.hover-bg-black-80:focus,.hover-bg-black-80:hover{background-color:rgba(0,0,0,.8)}.hover-bg-black-70:focus,.hover-bg-black-70:hover{background-color:rgba(0,0,0,.7)}.hover-bg-black-60:focus,.hover-bg-black-60:hover{background-color:rgba(0,0,0,.6)}.hover-bg-black-50:focus,.hover-bg-black-50:hover{background-color:rgba(0,0,0,.5)}.hover-bg-black-40:focus,.hover-bg-black-40:hover{background-color:rgba(0,0,0,.4)}.hover-bg-black-30:focus,.hover-bg-black-30:hover{background-color:rgba(0,0,0,.3)}.hover-bg-black-20:focus,.hover-bg-black-20:hover{background-color:rgba(0,0,0,.2)}.hover-bg-black-10:focus,.hover-bg-black-10:hover{background-color:rgba(0,0,0,.1)}.hover-bg-white-90:focus,.hover-bg-white-90:hover{background-color:rgba(255,255,255,.9)}.hover-bg-white-80:focus,.hover-bg-white-80:hover{background-color:rgba(255,255,255,.8)}.hover-bg-white-70:focus,.hover-bg-white-70:hover{background-color:rgba(255,255,255,.7)}.hover-bg-white-60:focus,.hover-bg-white-60:hover{background-color:rgba(255,255,255,.6)}.hover-bg-white-50:focus,.hover-bg-white-50:hover{background-color:rgba(255,255,255,.5)}.hover-bg-white-40:focus,.hover-bg-white-40:hover{background-color:rgba(255,255,255,.4)}.hover-bg-white-30:focus,.hover-bg-white-30:hover{background-color:rgba(255,255,255,.3)}.hover-bg-white-20:focus,.hover-bg-white-20:hover{background-color:rgba(255,255,255,.2)}.hover-bg-white-10:focus,.hover-bg-white-10:hover{background-color:rgba(255,255,255,.1)}.hover-dark-red:focus,.hover-dark-red:hover{color:#e7040f}.hover-red:focus,.hover-red:hover{color:#ff4136}.hover-light-red:focus,.hover-light-red:hover{color:#ff725c}.hover-orange:focus,.hover-orange:hover{color:#ff6300}.hover-gold:focus,.hover-gold:hover{color:#ffb700}.hover-yellow:focus,.hover-yellow:hover{color:gold}.hover-light-yellow:focus,.hover-light-yellow:hover{color:#fbf1a9}.hover-purple:focus,.hover-purple:hover{color:#5e2ca5}.hover-light-purple:focus,.hover-light-purple:hover{color:#a463f2}.hover-dark-pink:focus,.hover-dark-pink:hover{color:#d5008f}.hover-hot-pink:focus,.hover-hot-pink:hover{color:#ff41b4}.hover-pink:focus,.hover-pink:hover{color:#ff80cc}.hover-light-pink:focus,.hover-light-pink:hover{color:#ffa3d7}.hover-dark-green:focus,.hover-dark-green:hover{color:#137752}.hover-green:focus,.hover-green:hover{color:#19a974}.hover-light-green:focus,.hover-light-green:hover{color:#9eebcf}.hover-navy:focus,.hover-navy:hover{color:#001b44}.hover-dark-blue:focus,.hover-dark-blue:hover{color:#00449e}.hover-blue:focus,.hover-blue:hover{color:#357edd}.hover-light-blue:focus,.hover-light-blue:hover{color:#96ccff}.hover-lightest-blue:focus,.hover-lightest-blue:hover{color:#cdecff}.hover-washed-blue:focus,.hover-washed-blue:hover{color:#f6fffe}.hover-washed-green:focus,.hover-washed-green:hover{color:#e8fdf5}.hover-washed-yellow:focus,.hover-washed-yellow:hover{color:#fffceb}.hover-washed-red:focus,.hover-washed-red:hover{color:#ffdfdf}.hover-bg-dark-red:focus,.hover-bg-dark-red:hover{background-color:#e7040f}.hover-bg-red:focus,.hover-bg-red:hover{background-color:#ff4136}.hover-bg-light-red:focus,.hover-bg-light-red:hover{background-color:#ff725c}.hover-bg-orange:focus,.hover-bg-orange:hover{background-color:#ff6300}.hover-bg-gold:focus,.hover-bg-gold:hover{background-color:#ffb700}.hover-bg-yellow:focus,.hover-bg-yellow:hover{background-color:gold}.hover-bg-light-yellow:focus,.hover-bg-light-yellow:hover{background-color:#fbf1a9}.hover-bg-purple:focus,.hover-bg-purple:hover{background-color:#5e2ca5}.hover-bg-light-purple:focus,.hover-bg-light-purple:hover{background-color:#a463f2}.hover-bg-dark-pink:focus,.hover-bg-dark-pink:hover{background-color:#d5008f}.hover-bg-hot-pink:focus,.hover-bg-hot-pink:hover{background-color:#ff41b4}.hover-bg-pink:focus,.hover-bg-pink:hover{background-color:#ff80cc}.hover-bg-light-pink:focus,.hover-bg-light-pink:hover{background-color:#ffa3d7}.hover-bg-dark-green:focus,.hover-bg-dark-green:hover{background-color:#137752}.hover-bg-green:focus,.hover-bg-green:hover{background-color:#19a974}.hover-bg-light-green:focus,.hover-bg-light-green:hover{background-color:#9eebcf}.hover-bg-navy:focus,.hover-bg-navy:hover{background-color:#001b44}.hover-bg-dark-blue:focus,.hover-bg-dark-blue:hover{background-color:#00449e}.hover-bg-blue:focus,.hover-bg-blue:hover{background-color:#357edd}.hover-bg-light-blue:focus,.hover-bg-light-blue:hover{background-color:#96ccff}.hover-bg-lightest-blue:focus,.hover-bg-lightest-blue:hover{background-color:#cdecff}.hover-bg-washed-blue:focus,.hover-bg-washed-blue:hover{background-color:#f6fffe}.hover-bg-washed-green:focus,.hover-bg-washed-green:hover{background-color:#e8fdf5}.hover-bg-washed-yellow:focus,.hover-bg-washed-yellow:hover{background-color:#fffceb}.hover-bg-washed-red:focus,.hover-bg-washed-red:hover{background-color:#ffdfdf}.hover-bg-inherit:focus,.hover-bg-inherit:hover{background-color:inherit}.pa0{padding:0}.pa1{padding:.25rem}.pa2{padding:.5rem}.pa3{padding:1rem}.pa4{padding:2rem}.pa5{padding:4rem}.pa6{padding:8rem}.pa7{padding:16rem}.pl0{padding-left:0}.pl1{padding-left:.25rem}.pl2{padding-left:.5rem}.pl3{padding-left:1rem}.pl4{padding-left:2rem}.pl5{padding-left:4rem}.pl6{padding-left:8rem}.pl7{padding-left:16rem}.pr0{padding-right:0}.pr1{padding-right:.25rem}.pr2{padding-right:.5rem}.pr3{padding-right:1rem}.pr4{padding-right:2rem}.pr5{padding-right:4rem}.pr6{padding-right:8rem}.pr7{padding-right:16rem}.pb0{padding-bottom:0}.pb1{padding-bottom:.25rem}.pb2{padding-bottom:.5rem}.pb3{padding-bottom:1rem}.pb4{padding-bottom:2rem}.pb5{padding-bottom:4rem}.pb6{padding-bottom:8rem}.pb7{padding-bottom:16rem}.pt0{padding-top:0}.pt1{padding-top:.25rem}.pt2{padding-top:.5rem}.pt3{padding-top:1rem}.pt4{padding-top:2rem}.pt5{padding-top:4rem}.pt6{padding-top:8rem}.pt7{padding-top:16rem}.pv0{padding-top:0;padding-bottom:0}.pv1{padding-top:.25rem;padding-bottom:.25rem}.pv2{padding-top:.5rem;padding-bottom:.5rem}.pv3{padding-top:1rem;padding-bottom:1rem}.pv4{padding-top:2rem;padding-bottom:2rem}.pv5{padding-top:4rem;padding-bottom:4rem}.pv6{padding-top:8rem;padding-bottom:8rem}.pv7{padding-top:16rem;padding-bottom:16rem}.ph0{padding-left:0;padding-right:0}.ph1{padding-left:.25rem;padding-right:.25rem}.ph2{padding-left:.5rem;padding-right:.5rem}.ph3{padding-left:1rem;padding-right:1rem}.ph4{padding-left:2rem;padding-right:2rem}.ph5{padding-left:4rem;padding-right:4rem}.ph6{padding-left:8rem;padding-right:8rem}.ph7{padding-left:16rem;padding-right:16rem}.ma0{margin:0}.ma1{margin:.25rem}.ma2{margin:.5rem}.ma3{margin:1rem}.ma4{margin:2rem}.ma5{margin:4rem}.ma6{margin:8rem}.ma7{margin:16rem}.ml0{margin-left:0}.ml1{margin-left:.25rem}.ml2{margin-left:.5rem}.ml3{margin-left:1rem}.ml4{margin-left:2rem}.ml5{margin-left:4rem}.ml6{margin-left:8rem}.ml7{margin-left:16rem}.mr0{margin-right:0}.mr1{margin-right:.25rem}.mr2{margin-right:.5rem}.mr3{margin-right:1rem}.mr4{margin-right:2rem}.mr5{margin-right:4rem}.mr6{margin-right:8rem}.mr7{margin-right:16rem}.mb0{margin-bottom:0}.mb1{margin-bottom:.25rem}.mb2{margin-bottom:.5rem}.mb3{margin-bottom:1rem}.mb4{margin-bottom:2rem}.mb5{margin-bottom:4rem}.mb6{margin-bottom:8rem}.mb7{margin-bottom:16rem}.mt0{margin-top:0}.mt1{margin-top:.25rem}.mt2{margin-top:.5rem}.mt3{margin-top:1rem}.mt4{margin-top:2rem}.mt5{margin-top:4rem}.mt6{margin-top:8rem}.mt7{margin-top:16rem}.mv0{margin-top:0;margin-bottom:0}.mv1{margin-top:.25rem;margin-bottom:.25rem}.mv2{margin-top:.5rem;margin-bottom:.5rem}.mv3{margin-top:1rem;margin-bottom:1rem}.mv4{margin-top:2rem;margin-bottom:2rem}.mv5{margin-top:4rem;margin-bottom:4rem}.mv6{margin-top:8rem;margin-bottom:8rem}.mv7{margin-top:16rem;margin-bottom:16rem}.mh0{margin-left:0;margin-right:0}.mh1{margin-left:.25rem;margin-right:.25rem}.mh2{margin-left:.5rem;margin-right:.5rem}.mh3{margin-left:1rem;margin-right:1rem}.mh4{margin-left:2rem;margin-right:2rem}.mh5{margin-left:4rem;margin-right:4rem}.mh6{margin-left:8rem;margin-right:8rem}.mh7{margin-left:16rem;margin-right:16rem}.na1{margin:-.25rem}.na2{margin:-.5rem}.na3{margin:-1rem}.na4{margin:-2rem}.na5{margin:-4rem}.na6{margin:-8rem}.na7{margin:-16rem}.nl1{margin-left:-.25rem}.nl2{margin-left:-.5rem}.nl3{margin-left:-1rem}.nl4{margin-left:-2rem}.nl5{margin-left:-4rem}.nl6{margin-left:-8rem}.nl7{margin-left:-16rem}.nr1{margin-right:-.25rem}.nr2{margin-right:-.5rem}.nr3{margin-right:-1rem}.nr4{margin-right:-2rem}.nr5{margin-right:-4rem}.nr6{margin-right:-8rem}.nr7{margin-right:-16rem}.nb1{margin-bottom:-.25rem}.nb2{margin-bottom:-.5rem}.nb3{margin-bottom:-1rem}.nb4{margin-bottom:-2rem}.nb5{margin-bottom:-4rem}.nb6{margin-bottom:-8rem}.nb7{margin-bottom:-16rem}.nt1{margin-top:-.25rem}.nt2{margin-top:-.5rem}.nt3{margin-top:-1rem}.nt4{margin-top:-2rem}.nt5{margin-top:-4rem}.nt6{margin-top:-8rem}.nt7{margin-top:-16rem}.collapse{border-collapse:collapse;border-spacing:0}.striped--light-silver:nth-child(odd){background-color:#aaa}.striped--moon-gray:nth-child(odd){background-color:#ccc}.striped--light-gray:nth-child(odd){background-color:#eee}.striped--near-white:nth-child(odd){background-color:#f4f4f4}.stripe-light:nth-child(odd){background-color:rgba(255,255,255,.1)}.stripe-dark:nth-child(odd){background-color:rgba(0,0,0,.1)}.strike{text-decoration:line-through}.underline{text-decoration:underline}.no-underline{text-decoration:none}.tl{text-align:left}.tr{text-align:right}.tc{text-align:center}.tj{text-align:justify}.ttc{text-transform:capitalize}.ttl{text-transform:lowercase}.ttu{text-transform:uppercase}.ttn{text-transform:none}.f-6,.f-headline{font-size:6rem}.f-5,.f-subheadline{font-size:5rem}.f1{font-size:3rem}.f2{font-size:2.25rem}.f3{font-size:1.5rem}.f4{font-size:1.25rem}.f5{font-size:1rem}.f6{font-size:.875rem}.f7{font-size:.75rem}.measure{max-width:30em}.measure-wide{max-width:34em}.measure-narrow{max-width:20em}.indent{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps{font-variant:small-caps}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overflow-container{overflow-y:scroll}.center{margin-left:auto}.center,.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.clip{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal{white-space:normal}.nowrap{white-space:nowrap}.pre{white-space:pre}.v-base{vertical-align:baseline}.v-mid{vertical-align:middle}.v-top{vertical-align:top}.v-btm{vertical-align:bottom}.dim{opacity:1}.dim,.dim:focus,.dim:hover{transition:opacity .15s ease-in}.dim:focus,.dim:hover{opacity:.5}.dim:active{opacity:.8;transition:opacity .15s ease-out}.glow,.glow:focus,.glow:hover{transition:opacity .15s ease-in}.glow:focus,.glow:hover{opacity:1}.hide-child .child{opacity:0;transition:opacity .15s ease-in}.hide-child:active .child,.hide-child:focus .child,.hide-child:hover .child{opacity:1;transition:opacity .15s ease-in}.underline-hover:focus,.underline-hover:hover{text-decoration:underline}.grow{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.grow:focus,.grow:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.grow:active{-webkit-transform:scale(.9);transform:scale(.9)}.grow-large{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}.grow-large:focus,.grow-large:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.grow-large:active{-webkit-transform:scale(.95);transform:scale(.95)}.pointer:hover,.shadow-hover{cursor:pointer}.shadow-hover{position:relative;transition:all .5s cubic-bezier(.165,.84,.44,1)}.shadow-hover:after{content:"";box-shadow:0 0 16px 2px rgba(0,0,0,.2);border-radius:inherit;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transition:opacity .5s cubic-bezier(.165,.84,.44,1)}.shadow-hover:focus:after,.shadow-hover:hover:after{opacity:1}.bg-animate,.bg-animate:focus,.bg-animate:hover{transition:background-color .15s ease-in-out}.z-0{z-index:0}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.z-999{z-index:999}.z-9999{z-index:9999}.z-max{z-index:2147483647}.z-inherit{z-index:inherit}.z-initial{z-index:auto}.z-unset{z-index:unset}.nested-copy-line-height ol,.nested-copy-line-height p,.nested-copy-line-height ul{line-height:1.5}.nested-headline-line-height h1,.nested-headline-line-height h2,.nested-headline-line-height h3,.nested-headline-line-height h4,.nested-headline-line-height h5,.nested-headline-line-height h6{line-height:1.25}.nested-list-reset ol,.nested-list-reset ul{padding-left:0;margin-left:0;list-style-type:none}.nested-copy-indent p+p{text-indent:1em;margin-top:0;margin-bottom:0}.nested-copy-separator p+p{margin-top:1.5em}.nested-img img{width:100%;max-width:100%;display:block}.nested-links a{color:#357edd;transition:color .15s ease-in}.nested-links a:focus,.nested-links a:hover{color:#96ccff;transition:color .15s ease-in}.debug *{outline:1px solid gold}.debug-white *{outline:1px solid #fff}.debug-black *{outline:1px solid #000}.debug-grid{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=)repeat}.debug-grid-16{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=)repeat}.debug-grid-8-solid{background:#fff url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==)repeat}.debug-grid-16-solid{background:#fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7)repeat}@media screen and (min-width:30em){.aspect-ratio-ns{height:0;position:relative}.aspect-ratio--16x9-ns{padding-bottom:56.25%}.aspect-ratio--9x16-ns{padding-bottom:177.77%}.aspect-ratio--4x3-ns{padding-bottom:75%}.aspect-ratio--3x4-ns{padding-bottom:133.33%}.aspect-ratio--6x4-ns{padding-bottom:66.6%}.aspect-ratio--4x6-ns{padding-bottom:150%}.aspect-ratio--8x5-ns{padding-bottom:62.5%}.aspect-ratio--5x8-ns{padding-bottom:160%}.aspect-ratio--7x5-ns{padding-bottom:71.42%}.aspect-ratio--5x7-ns{padding-bottom:140%}.aspect-ratio--1x1-ns{padding-bottom:100%}.aspect-ratio--object-ns{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover-ns{background-size:cover!important}.contain-ns{background-size:contain!important}.bg-center-ns{background-position:50%}.bg-center-ns,.bg-top-ns{background-repeat:no-repeat}.bg-top-ns{background-position:top}.bg-right-ns{background-position:100%}.bg-bottom-ns,.bg-right-ns{background-repeat:no-repeat}.bg-bottom-ns{background-position:bottom}.bg-left-ns{background-repeat:no-repeat;background-position:0}.outline-ns{outline:1px solid}.outline-transparent-ns{outline:1px solid transparent}.outline-0-ns{outline:0}.ba-ns{border-style:solid;border-width:1px}.bt-ns{border-top-style:solid;border-top-width:1px}.br-ns{border-right-style:solid;border-right-width:1px}.bb-ns{border-bottom-style:solid;border-bottom-width:1px}.bl-ns{border-left-style:solid;border-left-width:1px}.bn-ns{border-style:none;border-width:0}.br0-ns{border-radius:0}.br1-ns{border-radius:.125rem}.br2-ns{border-radius:.25rem}.br3-ns{border-radius:.5rem}.br4-ns{border-radius:1rem}.br-100-ns{border-radius:100%}.br-pill-ns{border-radius:9999px}.br--bottom-ns{border-top-left-radius:0;border-top-right-radius:0}.br--top-ns{border-bottom-right-radius:0}.br--right-ns,.br--top-ns{border-bottom-left-radius:0}.br--right-ns{border-top-left-radius:0}.br--left-ns{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit-ns{border-radius:inherit}.br-initial-ns{border-radius:initial}.br-unset-ns{border-radius:unset}.b--dotted-ns{border-style:dotted}.b--dashed-ns{border-style:dashed}.b--solid-ns{border-style:solid}.b--none-ns{border-style:none}.bw0-ns{border-width:0}.bw1-ns{border-width:.125rem}.bw2-ns{border-width:.25rem}.bw3-ns{border-width:.5rem}.bw4-ns{border-width:1rem}.bw5-ns{border-width:2rem}.bt-0-ns{border-top-width:0}.br-0-ns{border-right-width:0}.bb-0-ns{border-bottom-width:0}.bl-0-ns{border-left-width:0}.shadow-1-ns{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-ns{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-ns{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-ns{box-shadow:2px 2px 8px rgba(0,0,0,.2)}.shadow-5-ns{box-shadow:4px 4px 8px rgba(0,0,0,.2)}.top-0-ns{top:0}.left-0-ns{left:0}.right-0-ns{right:0}.bottom-0-ns{bottom:0}.top-1-ns{top:1rem}.left-1-ns{left:1rem}.right-1-ns{right:1rem}.bottom-1-ns{bottom:1rem}.top-2-ns{top:2rem}.left-2-ns{left:2rem}.right-2-ns{right:2rem}.bottom-2-ns{bottom:2rem}.top--1-ns{top:-1rem}.right--1-ns{right:-1rem}.bottom--1-ns{bottom:-1rem}.left--1-ns{left:-1rem}.top--2-ns{top:-2rem}.right--2-ns{right:-2rem}.bottom--2-ns{bottom:-2rem}.left--2-ns{left:-2rem}.absolute--fill-ns{top:0;right:0;bottom:0;left:0}.cl-ns{clear:left}.cr-ns{clear:right}.cb-ns{clear:both}.cn-ns{clear:none}.dn-ns{display:none}.di-ns{display:inline}.db-ns{display:block}.dib-ns{display:inline-block}.dit-ns{display:inline-table}.dt-ns{display:table}.dtc-ns{display:table-cell}.dt-row-ns{display:table-row}.dt-row-group-ns{display:table-row-group}.dt-column-ns{display:table-column}.dt-column-group-ns{display:table-column-group}.dt--fixed-ns{table-layout:fixed;width:100%}.flex-ns{display:flex}.inline-flex-ns{display:inline-flex}.flex-auto-ns{flex:auto;min-width:0;min-height:0}.flex-none-ns{flex:none}.flex-column-ns{flex-direction:column}.flex-row-ns{flex-direction:row}.flex-wrap-ns{flex-wrap:wrap}.flex-nowrap-ns{flex-wrap:nowrap}.flex-wrap-reverse-ns{flex-wrap:wrap-reverse}.flex-column-reverse-ns{flex-direction:column-reverse}.flex-row-reverse-ns{flex-direction:row-reverse}.items-start-ns{align-items:flex-start}.items-end-ns{align-items:flex-end}.items-center-ns{align-items:center}.items-baseline-ns{align-items:baseline}.items-stretch-ns{align-items:stretch}.self-start-ns{align-self:flex-start}.self-end-ns{align-self:flex-end}.self-center-ns{align-self:center}.self-baseline-ns{align-self:baseline}.self-stretch-ns{align-self:stretch}.justify-start-ns{justify-content:flex-start}.justify-end-ns{justify-content:flex-end}.justify-center-ns{justify-content:center}.justify-between-ns{justify-content:space-between}.justify-around-ns{justify-content:space-around}.content-start-ns{align-content:flex-start}.content-end-ns{align-content:flex-end}.content-center-ns{align-content:center}.content-between-ns{align-content:space-between}.content-around-ns{align-content:space-around}.content-stretch-ns{align-content:stretch}.order-0-ns{order:0}.order-1-ns{order:1}.order-2-ns{order:2}.order-3-ns{order:3}.order-4-ns{order:4}.order-5-ns{order:5}.order-6-ns{order:6}.order-7-ns{order:7}.order-8-ns{order:8}.order-last-ns{order:99999}.flex-grow-0-ns{flex-grow:0}.flex-grow-1-ns{flex-grow:1}.flex-shrink-0-ns{flex-shrink:0}.flex-shrink-1-ns{flex-shrink:1}.fl-ns{float:left}.fl-ns,.fr-ns{_display:inline}.fr-ns{float:right}.fn-ns{float:none}.i-ns{font-style:italic}.fs-normal-ns{font-style:normal}.normal-ns{font-weight:400}.b-ns{font-weight:700}.fw1-ns{font-weight:100}.fw2-ns{font-weight:200}.fw3-ns{font-weight:300}.fw4-ns{font-weight:400}.fw5-ns{font-weight:500}.fw6-ns{font-weight:600}.fw7-ns{font-weight:700}.fw8-ns{font-weight:800}.fw9-ns{font-weight:900}.h1-ns{height:1rem}.h2-ns{height:2rem}.h3-ns{height:4rem}.h4-ns{height:8rem}.h5-ns{height:16rem}.h-25-ns{height:25%}.h-50-ns{height:50%}.h-75-ns{height:75%}.h-100-ns{height:100%}.min-h-100-ns{min-height:100%}.vh-25-ns{height:25vh}.vh-50-ns{height:50vh}.vh-75-ns{height:75vh}.vh-100-ns{height:100vh}.min-vh-100-ns{min-height:100vh}.h-auto-ns{height:auto}.h-inherit-ns{height:inherit}.tracked-ns{letter-spacing:.1em}.tracked-tight-ns{letter-spacing:-.05em}.tracked-mega-ns{letter-spacing:.25em}.lh-solid-ns{line-height:1}.lh-title-ns{line-height:1.25}.lh-copy-ns{line-height:1.5}.mw-100-ns{max-width:100%}.mw1-ns{max-width:1rem}.mw2-ns{max-width:2rem}.mw3-ns{max-width:4rem}.mw4-ns{max-width:8rem}.mw5-ns{max-width:16rem}.mw6-ns{max-width:32rem}.mw7-ns{max-width:48rem}.mw8-ns{max-width:64rem}.mw9-ns{max-width:96rem}.mw-none-ns{max-width:none}.w1-ns{width:1rem}.w2-ns{width:2rem}.w3-ns{width:4rem}.w4-ns{width:8rem}.w5-ns{width:16rem}.w-10-ns{width:10%}.w-20-ns{width:20%}.w-25-ns{width:25%}.w-30-ns{width:30%}.w-33-ns{width:33%}.w-34-ns{width:34%}.w-40-ns{width:40%}.w-50-ns{width:50%}.w-60-ns{width:60%}.w-70-ns{width:70%}.w-75-ns{width:75%}.w-80-ns{width:80%}.w-90-ns{width:90%}.w-100-ns{width:100%}.w-third-ns{width:33.33333%}.w-two-thirds-ns{width:66.66667%}.w-auto-ns{width:auto}.overflow-visible-ns{overflow:visible}.overflow-hidden-ns{overflow:hidden}.overflow-scroll-ns{overflow:scroll}.overflow-auto-ns{overflow:auto}.overflow-x-visible-ns{overflow-x:visible}.overflow-x-hidden-ns{overflow-x:hidden}.overflow-x-scroll-ns{overflow-x:scroll}.overflow-x-auto-ns{overflow-x:auto}.overflow-y-visible-ns{overflow-y:visible}.overflow-y-hidden-ns{overflow-y:hidden}.overflow-y-scroll-ns{overflow-y:scroll}.overflow-y-auto-ns{overflow-y:auto}.static-ns{position:static}.relative-ns{position:relative}.absolute-ns{position:absolute}.fixed-ns{position:fixed}.rotate-45-ns{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90-ns{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135-ns{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180-ns{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225-ns{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270-ns{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315-ns{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.pa0-ns{padding:0}.pa1-ns{padding:.25rem}.pa2-ns{padding:.5rem}.pa3-ns{padding:1rem}.pa4-ns{padding:2rem}.pa5-ns{padding:4rem}.pa6-ns{padding:8rem}.pa7-ns{padding:16rem}.pl0-ns{padding-left:0}.pl1-ns{padding-left:.25rem}.pl2-ns{padding-left:.5rem}.pl3-ns{padding-left:1rem}.pl4-ns{padding-left:2rem}.pl5-ns{padding-left:4rem}.pl6-ns{padding-left:8rem}.pl7-ns{padding-left:16rem}.pr0-ns{padding-right:0}.pr1-ns{padding-right:.25rem}.pr2-ns{padding-right:.5rem}.pr3-ns{padding-right:1rem}.pr4-ns{padding-right:2rem}.pr5-ns{padding-right:4rem}.pr6-ns{padding-right:8rem}.pr7-ns{padding-right:16rem}.pb0-ns{padding-bottom:0}.pb1-ns{padding-bottom:.25rem}.pb2-ns{padding-bottom:.5rem}.pb3-ns{padding-bottom:1rem}.pb4-ns{padding-bottom:2rem}.pb5-ns{padding-bottom:4rem}.pb6-ns{padding-bottom:8rem}.pb7-ns{padding-bottom:16rem}.pt0-ns{padding-top:0}.pt1-ns{padding-top:.25rem}.pt2-ns{padding-top:.5rem}.pt3-ns{padding-top:1rem}.pt4-ns{padding-top:2rem}.pt5-ns{padding-top:4rem}.pt6-ns{padding-top:8rem}.pt7-ns{padding-top:16rem}.pv0-ns{padding-top:0;padding-bottom:0}.pv1-ns{padding-top:.25rem;padding-bottom:.25rem}.pv2-ns{padding-top:.5rem;padding-bottom:.5rem}.pv3-ns{padding-top:1rem;padding-bottom:1rem}.pv4-ns{padding-top:2rem;padding-bottom:2rem}.pv5-ns{padding-top:4rem;padding-bottom:4rem}.pv6-ns{padding-top:8rem;padding-bottom:8rem}.pv7-ns{padding-top:16rem;padding-bottom:16rem}.ph0-ns{padding-left:0;padding-right:0}.ph1-ns{padding-left:.25rem;padding-right:.25rem}.ph2-ns{padding-left:.5rem;padding-right:.5rem}.ph3-ns{padding-left:1rem;padding-right:1rem}.ph4-ns{padding-left:2rem;padding-right:2rem}.ph5-ns{padding-left:4rem;padding-right:4rem}.ph6-ns{padding-left:8rem;padding-right:8rem}.ph7-ns{padding-left:16rem;padding-right:16rem}.ma0-ns{margin:0}.ma1-ns{margin:.25rem}.ma2-ns{margin:.5rem}.ma3-ns{margin:1rem}.ma4-ns{margin:2rem}.ma5-ns{margin:4rem}.ma6-ns{margin:8rem}.ma7-ns{margin:16rem}.ml0-ns{margin-left:0}.ml1-ns{margin-left:.25rem}.ml2-ns{margin-left:.5rem}.ml3-ns{margin-left:1rem}.ml4-ns{margin-left:2rem}.ml5-ns{margin-left:4rem}.ml6-ns{margin-left:8rem}.ml7-ns{margin-left:16rem}.mr0-ns{margin-right:0}.mr1-ns{margin-right:.25rem}.mr2-ns{margin-right:.5rem}.mr3-ns{margin-right:1rem}.mr4-ns{margin-right:2rem}.mr5-ns{margin-right:4rem}.mr6-ns{margin-right:8rem}.mr7-ns{margin-right:16rem}.mb0-ns{margin-bottom:0}.mb1-ns{margin-bottom:.25rem}.mb2-ns{margin-bottom:.5rem}.mb3-ns{margin-bottom:1rem}.mb4-ns{margin-bottom:2rem}.mb5-ns{margin-bottom:4rem}.mb6-ns{margin-bottom:8rem}.mb7-ns{margin-bottom:16rem}.mt0-ns{margin-top:0}.mt1-ns{margin-top:.25rem}.mt2-ns{margin-top:.5rem}.mt3-ns{margin-top:1rem}.mt4-ns{margin-top:2rem}.mt5-ns{margin-top:4rem}.mt6-ns{margin-top:8rem}.mt7-ns{margin-top:16rem}.mv0-ns{margin-top:0;margin-bottom:0}.mv1-ns{margin-top:.25rem;margin-bottom:.25rem}.mv2-ns{margin-top:.5rem;margin-bottom:.5rem}.mv3-ns{margin-top:1rem;margin-bottom:1rem}.mv4-ns{margin-top:2rem;margin-bottom:2rem}.mv5-ns{margin-top:4rem;margin-bottom:4rem}.mv6-ns{margin-top:8rem;margin-bottom:8rem}.mv7-ns{margin-top:16rem;margin-bottom:16rem}.mh0-ns{margin-left:0;margin-right:0}.mh1-ns{margin-left:.25rem;margin-right:.25rem}.mh2-ns{margin-left:.5rem;margin-right:.5rem}.mh3-ns{margin-left:1rem;margin-right:1rem}.mh4-ns{margin-left:2rem;margin-right:2rem}.mh5-ns{margin-left:4rem;margin-right:4rem}.mh6-ns{margin-left:8rem;margin-right:8rem}.mh7-ns{margin-left:16rem;margin-right:16rem}.na1-ns{margin:-.25rem}.na2-ns{margin:-.5rem}.na3-ns{margin:-1rem}.na4-ns{margin:-2rem}.na5-ns{margin:-4rem}.na6-ns{margin:-8rem}.na7-ns{margin:-16rem}.nl1-ns{margin-left:-.25rem}.nl2-ns{margin-left:-.5rem}.nl3-ns{margin-left:-1rem}.nl4-ns{margin-left:-2rem}.nl5-ns{margin-left:-4rem}.nl6-ns{margin-left:-8rem}.nl7-ns{margin-left:-16rem}.nr1-ns{margin-right:-.25rem}.nr2-ns{margin-right:-.5rem}.nr3-ns{margin-right:-1rem}.nr4-ns{margin-right:-2rem}.nr5-ns{margin-right:-4rem}.nr6-ns{margin-right:-8rem}.nr7-ns{margin-right:-16rem}.nb1-ns{margin-bottom:-.25rem}.nb2-ns{margin-bottom:-.5rem}.nb3-ns{margin-bottom:-1rem}.nb4-ns{margin-bottom:-2rem}.nb5-ns{margin-bottom:-4rem}.nb6-ns{margin-bottom:-8rem}.nb7-ns{margin-bottom:-16rem}.nt1-ns{margin-top:-.25rem}.nt2-ns{margin-top:-.5rem}.nt3-ns{margin-top:-1rem}.nt4-ns{margin-top:-2rem}.nt5-ns{margin-top:-4rem}.nt6-ns{margin-top:-8rem}.nt7-ns{margin-top:-16rem}.strike-ns{text-decoration:line-through}.underline-ns{text-decoration:underline}.no-underline-ns{text-decoration:none}.tl-ns{text-align:left}.tr-ns{text-align:right}.tc-ns{text-align:center}.tj-ns{text-align:justify}.ttc-ns{text-transform:capitalize}.ttl-ns{text-transform:lowercase}.ttu-ns{text-transform:uppercase}.ttn-ns{text-transform:none}.f-6-ns,.f-headline-ns{font-size:6rem}.f-5-ns,.f-subheadline-ns{font-size:5rem}.f1-ns{font-size:3rem}.f2-ns{font-size:2.25rem}.f3-ns{font-size:1.5rem}.f4-ns{font-size:1.25rem}.f5-ns{font-size:1rem}.f6-ns{font-size:.875rem}.f7-ns{font-size:.75rem}.measure-ns{max-width:30em}.measure-wide-ns{max-width:34em}.measure-narrow-ns{max-width:20em}.indent-ns{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps-ns{font-variant:small-caps}.truncate-ns{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.center-ns{margin-left:auto}.center-ns,.mr-auto-ns{margin-right:auto}.ml-auto-ns{margin-left:auto}.clip-ns{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-ns{white-space:normal}.nowrap-ns{white-space:nowrap}.pre-ns{white-space:pre}.v-base-ns{vertical-align:baseline}.v-mid-ns{vertical-align:middle}.v-top-ns{vertical-align:top}.v-btm-ns{vertical-align:bottom}}@media screen and (min-width:30em) and (max-width:60em){.aspect-ratio-m{height:0;position:relative}.aspect-ratio--16x9-m{padding-bottom:56.25%}.aspect-ratio--9x16-m{padding-bottom:177.77%}.aspect-ratio--4x3-m{padding-bottom:75%}.aspect-ratio--3x4-m{padding-bottom:133.33%}.aspect-ratio--6x4-m{padding-bottom:66.6%}.aspect-ratio--4x6-m{padding-bottom:150%}.aspect-ratio--8x5-m{padding-bottom:62.5%}.aspect-ratio--5x8-m{padding-bottom:160%}.aspect-ratio--7x5-m{padding-bottom:71.42%}.aspect-ratio--5x7-m{padding-bottom:140%}.aspect-ratio--1x1-m{padding-bottom:100%}.aspect-ratio--object-m{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover-m{background-size:cover!important}.contain-m{background-size:contain!important}.bg-center-m{background-position:50%}.bg-center-m,.bg-top-m{background-repeat:no-repeat}.bg-top-m{background-position:top}.bg-right-m{background-position:100%}.bg-bottom-m,.bg-right-m{background-repeat:no-repeat}.bg-bottom-m{background-position:bottom}.bg-left-m{background-repeat:no-repeat;background-position:0}.outline-m{outline:1px solid}.outline-transparent-m{outline:1px solid transparent}.outline-0-m{outline:0}.ba-m{border-style:solid;border-width:1px}.bt-m{border-top-style:solid;border-top-width:1px}.br-m{border-right-style:solid;border-right-width:1px}.bb-m{border-bottom-style:solid;border-bottom-width:1px}.bl-m{border-left-style:solid;border-left-width:1px}.bn-m{border-style:none;border-width:0}.br0-m{border-radius:0}.br1-m{border-radius:.125rem}.br2-m{border-radius:.25rem}.br3-m{border-radius:.5rem}.br4-m{border-radius:1rem}.br-100-m{border-radius:100%}.br-pill-m{border-radius:9999px}.br--bottom-m{border-top-left-radius:0;border-top-right-radius:0}.br--top-m{border-bottom-right-radius:0}.br--right-m,.br--top-m{border-bottom-left-radius:0}.br--right-m{border-top-left-radius:0}.br--left-m{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit-m{border-radius:inherit}.br-initial-m{border-radius:initial}.br-unset-m{border-radius:unset}.b--dotted-m{border-style:dotted}.b--dashed-m{border-style:dashed}.b--solid-m{border-style:solid}.b--none-m{border-style:none}.bw0-m{border-width:0}.bw1-m{border-width:.125rem}.bw2-m{border-width:.25rem}.bw3-m{border-width:.5rem}.bw4-m{border-width:1rem}.bw5-m{border-width:2rem}.bt-0-m{border-top-width:0}.br-0-m{border-right-width:0}.bb-0-m{border-bottom-width:0}.bl-0-m{border-left-width:0}.shadow-1-m{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-m{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-m{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-m{box-shadow:2px 2px 8px rgba(0,0,0,.2)}.shadow-5-m{box-shadow:4px 4px 8px rgba(0,0,0,.2)}.top-0-m{top:0}.left-0-m{left:0}.right-0-m{right:0}.bottom-0-m{bottom:0}.top-1-m{top:1rem}.left-1-m{left:1rem}.right-1-m{right:1rem}.bottom-1-m{bottom:1rem}.top-2-m{top:2rem}.left-2-m{left:2rem}.right-2-m{right:2rem}.bottom-2-m{bottom:2rem}.top--1-m{top:-1rem}.right--1-m{right:-1rem}.bottom--1-m{bottom:-1rem}.left--1-m{left:-1rem}.top--2-m{top:-2rem}.right--2-m{right:-2rem}.bottom--2-m{bottom:-2rem}.left--2-m{left:-2rem}.absolute--fill-m{top:0;right:0;bottom:0;left:0}.cl-m{clear:left}.cr-m{clear:right}.cb-m{clear:both}.cn-m{clear:none}.dn-m{display:none}.di-m{display:inline}.db-m{display:block}.dib-m{display:inline-block}.dit-m{display:inline-table}.dt-m{display:table}.dtc-m{display:table-cell}.dt-row-m{display:table-row}.dt-row-group-m{display:table-row-group}.dt-column-m{display:table-column}.dt-column-group-m{display:table-column-group}.dt--fixed-m{table-layout:fixed;width:100%}.flex-m{display:flex}.inline-flex-m{display:inline-flex}.flex-auto-m{flex:auto;min-width:0;min-height:0}.flex-none-m{flex:none}.flex-column-m{flex-direction:column}.flex-row-m{flex-direction:row}.flex-wrap-m{flex-wrap:wrap}.flex-nowrap-m{flex-wrap:nowrap}.flex-wrap-reverse-m{flex-wrap:wrap-reverse}.flex-column-reverse-m{flex-direction:column-reverse}.flex-row-reverse-m{flex-direction:row-reverse}.items-start-m{align-items:flex-start}.items-end-m{align-items:flex-end}.items-center-m{align-items:center}.items-baseline-m{align-items:baseline}.items-stretch-m{align-items:stretch}.self-start-m{align-self:flex-start}.self-end-m{align-self:flex-end}.self-center-m{align-self:center}.self-baseline-m{align-self:baseline}.self-stretch-m{align-self:stretch}.justify-start-m{justify-content:flex-start}.justify-end-m{justify-content:flex-end}.justify-center-m{justify-content:center}.justify-between-m{justify-content:space-between}.justify-around-m{justify-content:space-around}.content-start-m{align-content:flex-start}.content-end-m{align-content:flex-end}.content-center-m{align-content:center}.content-between-m{align-content:space-between}.content-around-m{align-content:space-around}.content-stretch-m{align-content:stretch}.order-0-m{order:0}.order-1-m{order:1}.order-2-m{order:2}.order-3-m{order:3}.order-4-m{order:4}.order-5-m{order:5}.order-6-m{order:6}.order-7-m{order:7}.order-8-m{order:8}.order-last-m{order:99999}.flex-grow-0-m{flex-grow:0}.flex-grow-1-m{flex-grow:1}.flex-shrink-0-m{flex-shrink:0}.flex-shrink-1-m{flex-shrink:1}.fl-m{float:left}.fl-m,.fr-m{_display:inline}.fr-m{float:right}.fn-m{float:none}.i-m{font-style:italic}.fs-normal-m{font-style:normal}.normal-m{font-weight:400}.b-m{font-weight:700}.fw1-m{font-weight:100}.fw2-m{font-weight:200}.fw3-m{font-weight:300}.fw4-m{font-weight:400}.fw5-m{font-weight:500}.fw6-m{font-weight:600}.fw7-m{font-weight:700}.fw8-m{font-weight:800}.fw9-m{font-weight:900}.h1-m{height:1rem}.h2-m{height:2rem}.h3-m{height:4rem}.h4-m{height:8rem}.h5-m{height:16rem}.h-25-m{height:25%}.h-50-m{height:50%}.h-75-m{height:75%}.h-100-m{height:100%}.min-h-100-m{min-height:100%}.vh-25-m{height:25vh}.vh-50-m{height:50vh}.vh-75-m{height:75vh}.vh-100-m{height:100vh}.min-vh-100-m{min-height:100vh}.h-auto-m{height:auto}.h-inherit-m{height:inherit}.tracked-m{letter-spacing:.1em}.tracked-tight-m{letter-spacing:-.05em}.tracked-mega-m{letter-spacing:.25em}.lh-solid-m{line-height:1}.lh-title-m{line-height:1.25}.lh-copy-m{line-height:1.5}.mw-100-m{max-width:100%}.mw1-m{max-width:1rem}.mw2-m{max-width:2rem}.mw3-m{max-width:4rem}.mw4-m{max-width:8rem}.mw5-m{max-width:16rem}.mw6-m{max-width:32rem}.mw7-m{max-width:48rem}.mw8-m{max-width:64rem}.mw9-m{max-width:96rem}.mw-none-m{max-width:none}.w1-m{width:1rem}.w2-m{width:2rem}.w3-m{width:4rem}.w4-m{width:8rem}.w5-m{width:16rem}.w-10-m{width:10%}.w-20-m{width:20%}.w-25-m{width:25%}.w-30-m{width:30%}.w-33-m{width:33%}.w-34-m{width:34%}.w-40-m{width:40%}.w-50-m{width:50%}.w-60-m{width:60%}.w-70-m{width:70%}.w-75-m{width:75%}.w-80-m{width:80%}.w-90-m{width:90%}.w-100-m{width:100%}.w-third-m{width:33.33333%}.w-two-thirds-m{width:66.66667%}.w-auto-m{width:auto}.overflow-visible-m{overflow:visible}.overflow-hidden-m{overflow:hidden}.overflow-scroll-m{overflow:scroll}.overflow-auto-m{overflow:auto}.overflow-x-visible-m{overflow-x:visible}.overflow-x-hidden-m{overflow-x:hidden}.overflow-x-scroll-m{overflow-x:scroll}.overflow-x-auto-m{overflow-x:auto}.overflow-y-visible-m{overflow-y:visible}.overflow-y-hidden-m{overflow-y:hidden}.overflow-y-scroll-m{overflow-y:scroll}.overflow-y-auto-m{overflow-y:auto}.static-m{position:static}.relative-m{position:relative}.absolute-m{position:absolute}.fixed-m{position:fixed}.rotate-45-m{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90-m{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135-m{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180-m{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225-m{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270-m{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315-m{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.pa0-m{padding:0}.pa1-m{padding:.25rem}.pa2-m{padding:.5rem}.pa3-m{padding:1rem}.pa4-m{padding:2rem}.pa5-m{padding:4rem}.pa6-m{padding:8rem}.pa7-m{padding:16rem}.pl0-m{padding-left:0}.pl1-m{padding-left:.25rem}.pl2-m{padding-left:.5rem}.pl3-m{padding-left:1rem}.pl4-m{padding-left:2rem}.pl5-m{padding-left:4rem}.pl6-m{padding-left:8rem}.pl7-m{padding-left:16rem}.pr0-m{padding-right:0}.pr1-m{padding-right:.25rem}.pr2-m{padding-right:.5rem}.pr3-m{padding-right:1rem}.pr4-m{padding-right:2rem}.pr5-m{padding-right:4rem}.pr6-m{padding-right:8rem}.pr7-m{padding-right:16rem}.pb0-m{padding-bottom:0}.pb1-m{padding-bottom:.25rem}.pb2-m{padding-bottom:.5rem}.pb3-m{padding-bottom:1rem}.pb4-m{padding-bottom:2rem}.pb5-m{padding-bottom:4rem}.pb6-m{padding-bottom:8rem}.pb7-m{padding-bottom:16rem}.pt0-m{padding-top:0}.pt1-m{padding-top:.25rem}.pt2-m{padding-top:.5rem}.pt3-m{padding-top:1rem}.pt4-m{padding-top:2rem}.pt5-m{padding-top:4rem}.pt6-m{padding-top:8rem}.pt7-m{padding-top:16rem}.pv0-m{padding-top:0;padding-bottom:0}.pv1-m{padding-top:.25rem;padding-bottom:.25rem}.pv2-m{padding-top:.5rem;padding-bottom:.5rem}.pv3-m{padding-top:1rem;padding-bottom:1rem}.pv4-m{padding-top:2rem;padding-bottom:2rem}.pv5-m{padding-top:4rem;padding-bottom:4rem}.pv6-m{padding-top:8rem;padding-bottom:8rem}.pv7-m{padding-top:16rem;padding-bottom:16rem}.ph0-m{padding-left:0;padding-right:0}.ph1-m{padding-left:.25rem;padding-right:.25rem}.ph2-m{padding-left:.5rem;padding-right:.5rem}.ph3-m{padding-left:1rem;padding-right:1rem}.ph4-m{padding-left:2rem;padding-right:2rem}.ph5-m{padding-left:4rem;padding-right:4rem}.ph6-m{padding-left:8rem;padding-right:8rem}.ph7-m{padding-left:16rem;padding-right:16rem}.ma0-m{margin:0}.ma1-m{margin:.25rem}.ma2-m{margin:.5rem}.ma3-m{margin:1rem}.ma4-m{margin:2rem}.ma5-m{margin:4rem}.ma6-m{margin:8rem}.ma7-m{margin:16rem}.ml0-m{margin-left:0}.ml1-m{margin-left:.25rem}.ml2-m{margin-left:.5rem}.ml3-m{margin-left:1rem}.ml4-m{margin-left:2rem}.ml5-m{margin-left:4rem}.ml6-m{margin-left:8rem}.ml7-m{margin-left:16rem}.mr0-m{margin-right:0}.mr1-m{margin-right:.25rem}.mr2-m{margin-right:.5rem}.mr3-m{margin-right:1rem}.mr4-m{margin-right:2rem}.mr5-m{margin-right:4rem}.mr6-m{margin-right:8rem}.mr7-m{margin-right:16rem}.mb0-m{margin-bottom:0}.mb1-m{margin-bottom:.25rem}.mb2-m{margin-bottom:.5rem}.mb3-m{margin-bottom:1rem}.mb4-m{margin-bottom:2rem}.mb5-m{margin-bottom:4rem}.mb6-m{margin-bottom:8rem}.mb7-m{margin-bottom:16rem}.mt0-m{margin-top:0}.mt1-m{margin-top:.25rem}.mt2-m{margin-top:.5rem}.mt3-m{margin-top:1rem}.mt4-m{margin-top:2rem}.mt5-m{margin-top:4rem}.mt6-m{margin-top:8rem}.mt7-m{margin-top:16rem}.mv0-m{margin-top:0;margin-bottom:0}.mv1-m{margin-top:.25rem;margin-bottom:.25rem}.mv2-m{margin-top:.5rem;margin-bottom:.5rem}.mv3-m{margin-top:1rem;margin-bottom:1rem}.mv4-m{margin-top:2rem;margin-bottom:2rem}.mv5-m{margin-top:4rem;margin-bottom:4rem}.mv6-m{margin-top:8rem;margin-bottom:8rem}.mv7-m{margin-top:16rem;margin-bottom:16rem}.mh0-m{margin-left:0;margin-right:0}.mh1-m{margin-left:.25rem;margin-right:.25rem}.mh2-m{margin-left:.5rem;margin-right:.5rem}.mh3-m{margin-left:1rem;margin-right:1rem}.mh4-m{margin-left:2rem;margin-right:2rem}.mh5-m{margin-left:4rem;margin-right:4rem}.mh6-m{margin-left:8rem;margin-right:8rem}.mh7-m{margin-left:16rem;margin-right:16rem}.na1-m{margin:-.25rem}.na2-m{margin:-.5rem}.na3-m{margin:-1rem}.na4-m{margin:-2rem}.na5-m{margin:-4rem}.na6-m{margin:-8rem}.na7-m{margin:-16rem}.nl1-m{margin-left:-.25rem}.nl2-m{margin-left:-.5rem}.nl3-m{margin-left:-1rem}.nl4-m{margin-left:-2rem}.nl5-m{margin-left:-4rem}.nl6-m{margin-left:-8rem}.nl7-m{margin-left:-16rem}.nr1-m{margin-right:-.25rem}.nr2-m{margin-right:-.5rem}.nr3-m{margin-right:-1rem}.nr4-m{margin-right:-2rem}.nr5-m{margin-right:-4rem}.nr6-m{margin-right:-8rem}.nr7-m{margin-right:-16rem}.nb1-m{margin-bottom:-.25rem}.nb2-m{margin-bottom:-.5rem}.nb3-m{margin-bottom:-1rem}.nb4-m{margin-bottom:-2rem}.nb5-m{margin-bottom:-4rem}.nb6-m{margin-bottom:-8rem}.nb7-m{margin-bottom:-16rem}.nt1-m{margin-top:-.25rem}.nt2-m{margin-top:-.5rem}.nt3-m{margin-top:-1rem}.nt4-m{margin-top:-2rem}.nt5-m{margin-top:-4rem}.nt6-m{margin-top:-8rem}.nt7-m{margin-top:-16rem}.strike-m{text-decoration:line-through}.underline-m{text-decoration:underline}.no-underline-m{text-decoration:none}.tl-m{text-align:left}.tr-m{text-align:right}.tc-m{text-align:center}.tj-m{text-align:justify}.ttc-m{text-transform:capitalize}.ttl-m{text-transform:lowercase}.ttu-m{text-transform:uppercase}.ttn-m{text-transform:none}.f-6-m,.f-headline-m{font-size:6rem}.f-5-m,.f-subheadline-m{font-size:5rem}.f1-m{font-size:3rem}.f2-m{font-size:2.25rem}.f3-m{font-size:1.5rem}.f4-m{font-size:1.25rem}.f5-m{font-size:1rem}.f6-m{font-size:.875rem}.f7-m{font-size:.75rem}.measure-m{max-width:30em}.measure-wide-m{max-width:34em}.measure-narrow-m{max-width:20em}.indent-m{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps-m{font-variant:small-caps}.truncate-m{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.center-m{margin-left:auto}.center-m,.mr-auto-m{margin-right:auto}.ml-auto-m{margin-left:auto}.clip-m{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-m{white-space:normal}.nowrap-m{white-space:nowrap}.pre-m{white-space:pre}.v-base-m{vertical-align:baseline}.v-mid-m{vertical-align:middle}.v-top-m{vertical-align:top}.v-btm-m{vertical-align:bottom}}@media screen and (min-width:60em){.aspect-ratio-l{height:0;position:relative}.aspect-ratio--16x9-l{padding-bottom:56.25%}.aspect-ratio--9x16-l{padding-bottom:177.77%}.aspect-ratio--4x3-l{padding-bottom:75%}.aspect-ratio--3x4-l{padding-bottom:133.33%}.aspect-ratio--6x4-l{padding-bottom:66.6%}.aspect-ratio--4x6-l{padding-bottom:150%}.aspect-ratio--8x5-l{padding-bottom:62.5%}.aspect-ratio--5x8-l{padding-bottom:160%}.aspect-ratio--7x5-l{padding-bottom:71.42%}.aspect-ratio--5x7-l{padding-bottom:140%}.aspect-ratio--1x1-l{padding-bottom:100%}.aspect-ratio--object-l{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover-l{background-size:cover!important}.contain-l{background-size:contain!important}.bg-center-l{background-position:50%}.bg-center-l,.bg-top-l{background-repeat:no-repeat}.bg-top-l{background-position:top}.bg-right-l{background-position:100%}.bg-bottom-l,.bg-right-l{background-repeat:no-repeat}.bg-bottom-l{background-position:bottom}.bg-left-l{background-repeat:no-repeat;background-position:0}.outline-l{outline:1px solid}.outline-transparent-l{outline:1px solid transparent}.outline-0-l{outline:0}.ba-l{border-style:solid;border-width:1px}.bt-l{border-top-style:solid;border-top-width:1px}.br-l{border-right-style:solid;border-right-width:1px}.bb-l{border-bottom-style:solid;border-bottom-width:1px}.bl-l{border-left-style:solid;border-left-width:1px}.bn-l{border-style:none;border-width:0}.br0-l{border-radius:0}.br1-l{border-radius:.125rem}.br2-l{border-radius:.25rem}.br3-l{border-radius:.5rem}.br4-l{border-radius:1rem}.br-100-l{border-radius:100%}.br-pill-l{border-radius:9999px}.br--bottom-l{border-top-left-radius:0;border-top-right-radius:0}.br--top-l{border-bottom-right-radius:0}.br--right-l,.br--top-l{border-bottom-left-radius:0}.br--right-l{border-top-left-radius:0}.br--left-l{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit-l{border-radius:inherit}.br-initial-l{border-radius:initial}.br-unset-l{border-radius:unset}.b--dotted-l{border-style:dotted}.b--dashed-l{border-style:dashed}.b--solid-l{border-style:solid}.b--none-l{border-style:none}.bw0-l{border-width:0}.bw1-l{border-width:.125rem}.bw2-l{border-width:.25rem}.bw3-l{border-width:.5rem}.bw4-l{border-width:1rem}.bw5-l{border-width:2rem}.bt-0-l{border-top-width:0}.br-0-l{border-right-width:0}.bb-0-l{border-bottom-width:0}.bl-0-l{border-left-width:0}.shadow-1-l{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-l{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-l{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-l{box-shadow:2px 2px 8px rgba(0,0,0,.2)}.shadow-5-l{box-shadow:4px 4px 8px rgba(0,0,0,.2)}.top-0-l{top:0}.left-0-l{left:0}.right-0-l{right:0}.bottom-0-l{bottom:0}.top-1-l{top:1rem}.left-1-l{left:1rem}.right-1-l{right:1rem}.bottom-1-l{bottom:1rem}.top-2-l{top:2rem}.left-2-l{left:2rem}.right-2-l{right:2rem}.bottom-2-l{bottom:2rem}.top--1-l{top:-1rem}.right--1-l{right:-1rem}.bottom--1-l{bottom:-1rem}.left--1-l{left:-1rem}.top--2-l{top:-2rem}.right--2-l{right:-2rem}.bottom--2-l{bottom:-2rem}.left--2-l{left:-2rem}.absolute--fill-l{top:0;right:0;bottom:0;left:0}.cl-l{clear:left}.cr-l{clear:right}.cb-l{clear:both}.cn-l{clear:none}.dn-l{display:none}.di-l{display:inline}.db-l{display:block}.dib-l{display:inline-block}.dit-l{display:inline-table}.dt-l{display:table}.dtc-l{display:table-cell}.dt-row-l{display:table-row}.dt-row-group-l{display:table-row-group}.dt-column-l{display:table-column}.dt-column-group-l{display:table-column-group}.dt--fixed-l{table-layout:fixed;width:100%}.flex-l{display:flex}.inline-flex-l{display:inline-flex}.flex-auto-l{flex:auto;min-width:0;min-height:0}.flex-none-l{flex:none}.flex-column-l{flex-direction:column}.flex-row-l{flex-direction:row}.flex-wrap-l{flex-wrap:wrap}.flex-nowrap-l{flex-wrap:nowrap}.flex-wrap-reverse-l{flex-wrap:wrap-reverse}.flex-column-reverse-l{flex-direction:column-reverse}.flex-row-reverse-l{flex-direction:row-reverse}.items-start-l{align-items:flex-start}.items-end-l{align-items:flex-end}.items-center-l{align-items:center}.items-baseline-l{align-items:baseline}.items-stretch-l{align-items:stretch}.self-start-l{align-self:flex-start}.self-end-l{align-self:flex-end}.self-center-l{align-self:center}.self-baseline-l{align-self:baseline}.self-stretch-l{align-self:stretch}.justify-start-l{justify-content:flex-start}.justify-end-l{justify-content:flex-end}.justify-center-l{justify-content:center}.justify-between-l{justify-content:space-between}.justify-around-l{justify-content:space-around}.content-start-l{align-content:flex-start}.content-end-l{align-content:flex-end}.content-center-l{align-content:center}.content-between-l{align-content:space-between}.content-around-l{align-content:space-around}.content-stretch-l{align-content:stretch}.order-0-l{order:0}.order-1-l{order:1}.order-2-l{order:2}.order-3-l{order:3}.order-4-l{order:4}.order-5-l{order:5}.order-6-l{order:6}.order-7-l{order:7}.order-8-l{order:8}.order-last-l{order:99999}.flex-grow-0-l{flex-grow:0}.flex-grow-1-l{flex-grow:1}.flex-shrink-0-l{flex-shrink:0}.flex-shrink-1-l{flex-shrink:1}.fl-l{float:left}.fl-l,.fr-l{_display:inline}.fr-l{float:right}.fn-l{float:none}.i-l{font-style:italic}.fs-normal-l{font-style:normal}.normal-l{font-weight:400}.b-l{font-weight:700}.fw1-l{font-weight:100}.fw2-l{font-weight:200}.fw3-l{font-weight:300}.fw4-l{font-weight:400}.fw5-l{font-weight:500}.fw6-l{font-weight:600}.fw7-l{font-weight:700}.fw8-l{font-weight:800}.fw9-l{font-weight:900}.h1-l{height:1rem}.h2-l{height:2rem}.h3-l{height:4rem}.h4-l{height:8rem}.h5-l{height:16rem}.h-25-l{height:25%}.h-50-l{height:50%}.h-75-l{height:75%}.h-100-l{height:100%}.min-h-100-l{min-height:100%}.vh-25-l{height:25vh}.vh-50-l{height:50vh}.vh-75-l{height:75vh}.vh-100-l{height:100vh}.min-vh-100-l{min-height:100vh}.h-auto-l{height:auto}.h-inherit-l{height:inherit}.tracked-l{letter-spacing:.1em}.tracked-tight-l{letter-spacing:-.05em}.tracked-mega-l{letter-spacing:.25em}.lh-solid-l{line-height:1}.lh-title-l{line-height:1.25}.lh-copy-l{line-height:1.5}.mw-100-l{max-width:100%}.mw1-l{max-width:1rem}.mw2-l{max-width:2rem}.mw3-l{max-width:4rem}.mw4-l{max-width:8rem}.mw5-l{max-width:16rem}.mw6-l{max-width:32rem}.mw7-l{max-width:48rem}.mw8-l{max-width:64rem}.mw9-l{max-width:96rem}.mw-none-l{max-width:none}.w1-l{width:1rem}.w2-l{width:2rem}.w3-l{width:4rem}.w4-l{width:8rem}.w5-l{width:16rem}.w-10-l{width:10%}.w-20-l{width:20%}.w-25-l{width:25%}.w-30-l{width:30%}.w-33-l{width:33%}.w-34-l{width:34%}.w-40-l{width:40%}.w-50-l{width:50%}.w-60-l{width:60%}.w-70-l{width:70%}.w-75-l{width:75%}.w-80-l{width:80%}.w-90-l{width:90%}.w-100-l{width:100%}.w-third-l{width:33.33333%}.w-two-thirds-l{width:66.66667%}.w-auto-l{width:auto}.overflow-visible-l{overflow:visible}.overflow-hidden-l{overflow:hidden}.overflow-scroll-l{overflow:scroll}.overflow-auto-l{overflow:auto}.overflow-x-visible-l{overflow-x:visible}.overflow-x-hidden-l{overflow-x:hidden}.overflow-x-scroll-l{overflow-x:scroll}.overflow-x-auto-l{overflow-x:auto}.overflow-y-visible-l{overflow-y:visible}.overflow-y-hidden-l{overflow-y:hidden}.overflow-y-scroll-l{overflow-y:scroll}.overflow-y-auto-l{overflow-y:auto}.static-l{position:static}.relative-l{position:relative}.absolute-l{position:absolute}.fixed-l{position:fixed}.rotate-45-l{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90-l{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rotate-135-l{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.rotate-180-l{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rotate-225-l{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.rotate-270-l{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rotate-315-l{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.pa0-l{padding:0}.pa1-l{padding:.25rem}.pa2-l{padding:.5rem}.pa3-l{padding:1rem}.pa4-l{padding:2rem}.pa5-l{padding:4rem}.pa6-l{padding:8rem}.pa7-l{padding:16rem}.pl0-l{padding-left:0}.pl1-l{padding-left:.25rem}.pl2-l{padding-left:.5rem}.pl3-l{padding-left:1rem}.pl4-l{padding-left:2rem}.pl5-l{padding-left:4rem}.pl6-l{padding-left:8rem}.pl7-l{padding-left:16rem}.pr0-l{padding-right:0}.pr1-l{padding-right:.25rem}.pr2-l{padding-right:.5rem}.pr3-l{padding-right:1rem}.pr4-l{padding-right:2rem}.pr5-l{padding-right:4rem}.pr6-l{padding-right:8rem}.pr7-l{padding-right:16rem}.pb0-l{padding-bottom:0}.pb1-l{padding-bottom:.25rem}.pb2-l{padding-bottom:.5rem}.pb3-l{padding-bottom:1rem}.pb4-l{padding-bottom:2rem}.pb5-l{padding-bottom:4rem}.pb6-l{padding-bottom:8rem}.pb7-l{padding-bottom:16rem}.pt0-l{padding-top:0}.pt1-l{padding-top:.25rem}.pt2-l{padding-top:.5rem}.pt3-l{padding-top:1rem}.pt4-l{padding-top:2rem}.pt5-l{padding-top:4rem}.pt6-l{padding-top:8rem}.pt7-l{padding-top:16rem}.pv0-l{padding-top:0;padding-bottom:0}.pv1-l{padding-top:.25rem;padding-bottom:.25rem}.pv2-l{padding-top:.5rem;padding-bottom:.5rem}.pv3-l{padding-top:1rem;padding-bottom:1rem}.pv4-l{padding-top:2rem;padding-bottom:2rem}.pv5-l{padding-top:4rem;padding-bottom:4rem}.pv6-l{padding-top:8rem;padding-bottom:8rem}.pv7-l{padding-top:16rem;padding-bottom:16rem}.ph0-l{padding-left:0;padding-right:0}.ph1-l{padding-left:.25rem;padding-right:.25rem}.ph2-l{padding-left:.5rem;padding-right:.5rem}.ph3-l{padding-left:1rem;padding-right:1rem}.ph4-l{padding-left:2rem;padding-right:2rem}.ph5-l{padding-left:4rem;padding-right:4rem}.ph6-l{padding-left:8rem;padding-right:8rem}.ph7-l{padding-left:16rem;padding-right:16rem}.ma0-l{margin:0}.ma1-l{margin:.25rem}.ma2-l{margin:.5rem}.ma3-l{margin:1rem}.ma4-l{margin:2rem}.ma5-l{margin:4rem}.ma6-l{margin:8rem}.ma7-l{margin:16rem}.ml0-l{margin-left:0}.ml1-l{margin-left:.25rem}.ml2-l{margin-left:.5rem}.ml3-l{margin-left:1rem}.ml4-l{margin-left:2rem}.ml5-l{margin-left:4rem}.ml6-l{margin-left:8rem}.ml7-l{margin-left:16rem}.mr0-l{margin-right:0}.mr1-l{margin-right:.25rem}.mr2-l{margin-right:.5rem}.mr3-l{margin-right:1rem}.mr4-l{margin-right:2rem}.mr5-l{margin-right:4rem}.mr6-l{margin-right:8rem}.mr7-l{margin-right:16rem}.mb0-l{margin-bottom:0}.mb1-l{margin-bottom:.25rem}.mb2-l{margin-bottom:.5rem}.mb3-l{margin-bottom:1rem}.mb4-l{margin-bottom:2rem}.mb5-l{margin-bottom:4rem}.mb6-l{margin-bottom:8rem}.mb7-l{margin-bottom:16rem}.mt0-l{margin-top:0}.mt1-l{margin-top:.25rem}.mt2-l{margin-top:.5rem}.mt3-l{margin-top:1rem}.mt4-l{margin-top:2rem}.mt5-l{margin-top:4rem}.mt6-l{margin-top:8rem}.mt7-l{margin-top:16rem}.mv0-l{margin-top:0;margin-bottom:0}.mv1-l{margin-top:.25rem;margin-bottom:.25rem}.mv2-l{margin-top:.5rem;margin-bottom:.5rem}.mv3-l{margin-top:1rem;margin-bottom:1rem}.mv4-l{margin-top:2rem;margin-bottom:2rem}.mv5-l{margin-top:4rem;margin-bottom:4rem}.mv6-l{margin-top:8rem;margin-bottom:8rem}.mv7-l{margin-top:16rem;margin-bottom:16rem}.mh0-l{margin-left:0;margin-right:0}.mh1-l{margin-left:.25rem;margin-right:.25rem}.mh2-l{margin-left:.5rem;margin-right:.5rem}.mh3-l{margin-left:1rem;margin-right:1rem}.mh4-l{margin-left:2rem;margin-right:2rem}.mh5-l{margin-left:4rem;margin-right:4rem}.mh6-l{margin-left:8rem;margin-right:8rem}.mh7-l{margin-left:16rem;margin-right:16rem}.na1-l{margin:-.25rem}.na2-l{margin:-.5rem}.na3-l{margin:-1rem}.na4-l{margin:-2rem}.na5-l{margin:-4rem}.na6-l{margin:-8rem}.na7-l{margin:-16rem}.nl1-l{margin-left:-.25rem}.nl2-l{margin-left:-.5rem}.nl3-l{margin-left:-1rem}.nl4-l{margin-left:-2rem}.nl5-l{margin-left:-4rem}.nl6-l{margin-left:-8rem}.nl7-l{margin-left:-16rem}.nr1-l{margin-right:-.25rem}.nr2-l{margin-right:-.5rem}.nr3-l{margin-right:-1rem}.nr4-l{margin-right:-2rem}.nr5-l{margin-right:-4rem}.nr6-l{margin-right:-8rem}.nr7-l{margin-right:-16rem}.nb1-l{margin-bottom:-.25rem}.nb2-l{margin-bottom:-.5rem}.nb3-l{margin-bottom:-1rem}.nb4-l{margin-bottom:-2rem}.nb5-l{margin-bottom:-4rem}.nb6-l{margin-bottom:-8rem}.nb7-l{margin-bottom:-16rem}.nt1-l{margin-top:-.25rem}.nt2-l{margin-top:-.5rem}.nt3-l{margin-top:-1rem}.nt4-l{margin-top:-2rem}.nt5-l{margin-top:-4rem}.nt6-l{margin-top:-8rem}.nt7-l{margin-top:-16rem}.strike-l{text-decoration:line-through}.underline-l{text-decoration:underline}.no-underline-l{text-decoration:none}.tl-l{text-align:left}.tr-l{text-align:right}.tc-l{text-align:center}.tj-l{text-align:justify}.ttc-l{text-transform:capitalize}.ttl-l{text-transform:lowercase}.ttu-l{text-transform:uppercase}.ttn-l{text-transform:none}.f-6-l,.f-headline-l{font-size:6rem}.f-5-l,.f-subheadline-l{font-size:5rem}.f1-l{font-size:3rem}.f2-l{font-size:2.25rem}.f3-l{font-size:1.5rem}.f4-l{font-size:1.25rem}.f5-l{font-size:1rem}.f6-l{font-size:.875rem}.f7-l{font-size:.75rem}.measure-l{max-width:30em}.measure-wide-l{max-width:34em}.measure-narrow-l{max-width:20em}.indent-l{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps-l{font-variant:small-caps}.truncate-l{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.center-l{margin-left:auto}.center-l,.mr-auto-l{margin-right:auto}.ml-auto-l{margin-left:auto}.clip-l{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-l{white-space:normal}.nowrap-l{white-space:nowrap}.pre-l{white-space:pre}.v-base-l{vertical-align:baseline}.v-mid-l{vertical-align:middle}.v-top-l{vertical-align:top}.v-btm-l{vertical-align:bottom}}pre,.pre{overflow-x:auto;overflow-y:hidden;overflow:scroll}pre code{display:block;padding:1.5em;white-space:pre;font-size:.875rem;line-height:2}pre{background-color:#222;color:#ddd;white-space:pre;hyphens:none;position:relative}.pagination{margin:3rem 0}.pagination li{display:inline-block;margin-right:.375rem;font-size:.875rem;margin-bottom:2.5em}[dir=rtl] .pagination li{margin-left:.375rem;margin-right:0}.pagination li a{padding:.5rem .625rem;background-color:#fff;color:#333;border:1px solid #ddd;border-radius:3px;text-decoration:none}.pagination li.disabled{display:none}.pagination li.active a,.pagination li.active a:link,.pagination li.active a:active,.pagination li.active a:visited{background-color:#ddd}#TableOfContents ul li{margin-bottom:1em}.ananke-socials a{display:inline-block;vertical-align:middle;color:#bababa;fill:currentColor}.ananke-socials a .icon svg{width:32px;height:32px}.ananke-socials a:hover{color:#6b7280}.new-window{opacity:0;display:inline-block;vertical-align:top}.link-transition:hover .new-window{opacity:1}#TableOfContents ul li{margin-bottom:1em}.lh-copy blockquote{display:block;font-size:.875em;margin-left:2rem;margin-top:2rem;margin-bottom:2rem;border-left:4px solid #ccc;padding-left:1rem}.nested-links a{overflow-wrap:break-word} \ No newline at end of file diff --git a/resources/_gen/assets/ananke/css/main.css_9d7c906d8fe82fddbbd923faebb24419.json b/resources/_gen/assets/ananke/css/main.css_9d7c906d8fe82fddbbd923faebb24419.json new file mode 100644 index 0000000..54a1d46 --- /dev/null +++ b/resources/_gen/assets/ananke/css/main.css_9d7c906d8fe82fddbbd923faebb24419.json @@ -0,0 +1 @@ +{"Target":"/ananke/css/main.min.css","MediaType":"text/css","Data":{}} \ No newline at end of file diff --git a/sanderhautvast.github.io.iml b/sanderhautvast.github.io.iml deleted file mode 100644 index 8021953..0000000 --- a/sanderhautvast.github.io.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/site/_config.yml b/site/_config.yml deleted file mode 100644 index ab5f00a..0000000 --- a/site/_config.yml +++ /dev/null @@ -1 +0,0 @@ -host: 0.0.0.0 diff --git a/themes/ananke b/themes/ananke new file mode 160000 index 0000000..39e2145 --- /dev/null +++ b/themes/ananke @@ -0,0 +1 @@ +Subproject commit 39e2145985954eac07dd343a456f5696c8f9e9d6