From e5180fa045d49f38358c93cc31b76ef15762a076 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Tue, 19 Mar 2024 21:45:51 +0000 Subject: [PATCH] build based on 992f362 --- stable | 2 +- v0.9 | 1 + v0.9.0/.documenter-siteinfo.json | 1 + v0.9.0/assets/documenter.js | 1050 +++++++++++++++++ v0.9.0/assets/fulllogo.svg | 232 ++++ v0.9.0/assets/logo.png | Bin 0 -> 154378 bytes v0.9.0/assets/logo.svg | 224 ++++ v0.9.0/assets/themes/documenter-dark.css | 7 + v0.9.0/assets/themes/documenter-light.css | 9 + v0.9.0/assets/themeswap.js | 84 ++ v0.9.0/assets/warner.js | 52 + v0.9.0/contributing/index.html | 2 + v0.9.0/democards/gridtheme.css | 59 + v0.9.0/demos/common/assets/coffee.png | Bin 0 -> 69526 bytes .../demos/common/assets/fiji_hyperstack.png | Bin 0 -> 11695 bytes v0.9.0/demos/common/assets/fiji_logo.png | Bin 0 -> 5115 bytes .../demos/common/assets/fiji_properties.png | Bin 0 -> 14517 bytes v0.9.0/demos/common/imagej.ipynb | 170 +++ v0.9.0/demos/common/imagej.jl | 30 + v0.9.0/demos/common/imagej.tiff | Bin 0 -> 3709 bytes v0.9.0/demos/common/imagej/index.html | 42 + v0.9.0/demos/common/network.ipynb | 109 ++ v0.9.0/demos/common/network.jl | 16 + v0.9.0/demos/common/network/index.html | 10 + v0.9.0/demos/covers/imagej.png | Bin 0 -> 5115 bytes v0.9.0/demos/covers/network.png | Bin 0 -> 69526 bytes v0.9.0/demos/index.html | 10 + v0.9.0/examples/mmap_lazyio/49677c35.png | Bin 0 -> 15225 bytes v0.9.0/examples/mmap_lazyio/65b89df9.png | Bin 0 -> 66049 bytes v0.9.0/examples/mmap_lazyio/69391ac9.png | Bin 0 -> 66049 bytes v0.9.0/examples/mmap_lazyio/cda5ed83.png | Bin 0 -> 256036 bytes v0.9.0/examples/mmap_lazyio/index.html | 24 + v0.9.0/examples/reading/1aa19430.png | Bin 0 -> 796816 bytes v0.9.0/examples/reading/72e08135.png | Bin 0 -> 796828 bytes v0.9.0/examples/reading/index.html | 32 + v0.9.0/examples/test.btif | 0 v0.9.0/examples/test.tif | Bin 0 -> 485 bytes v0.9.0/examples/writing/index.html | 57 + v0.9.0/index.html | 2 + v0.9.0/lib/extend/index.html | 26 + v0.9.0/lib/extend/tags/index.html | 2 + v0.9.0/lib/public/index.html | 32 + v0.9.0/objects.inv | Bin 0 -> 1199 bytes v0.9.0/search_index.js | 3 + v0.9.0/siteinfo.js | 1 + versions.js | 3 +- 46 files changed, 2290 insertions(+), 2 deletions(-) create mode 120000 v0.9 create mode 100644 v0.9.0/.documenter-siteinfo.json create mode 100644 v0.9.0/assets/documenter.js create mode 100644 v0.9.0/assets/fulllogo.svg create mode 100644 v0.9.0/assets/logo.png create mode 100644 v0.9.0/assets/logo.svg create mode 100644 v0.9.0/assets/themes/documenter-dark.css create mode 100644 v0.9.0/assets/themes/documenter-light.css create mode 100644 v0.9.0/assets/themeswap.js create mode 100644 v0.9.0/assets/warner.js create mode 100644 v0.9.0/contributing/index.html create mode 100644 v0.9.0/democards/gridtheme.css create mode 100644 v0.9.0/demos/common/assets/coffee.png create mode 100644 v0.9.0/demos/common/assets/fiji_hyperstack.png create mode 100644 v0.9.0/demos/common/assets/fiji_logo.png create mode 100644 v0.9.0/demos/common/assets/fiji_properties.png create mode 100644 v0.9.0/demos/common/imagej.ipynb create mode 100644 v0.9.0/demos/common/imagej.jl create mode 100644 v0.9.0/demos/common/imagej.tiff create mode 100644 v0.9.0/demos/common/imagej/index.html create mode 100644 v0.9.0/demos/common/network.ipynb create mode 100644 v0.9.0/demos/common/network.jl create mode 100644 v0.9.0/demos/common/network/index.html create mode 100644 v0.9.0/demos/covers/imagej.png create mode 100644 v0.9.0/demos/covers/network.png create mode 100644 v0.9.0/demos/index.html create mode 100644 v0.9.0/examples/mmap_lazyio/49677c35.png create mode 100644 v0.9.0/examples/mmap_lazyio/65b89df9.png create mode 100644 v0.9.0/examples/mmap_lazyio/69391ac9.png create mode 100644 v0.9.0/examples/mmap_lazyio/cda5ed83.png create mode 100644 v0.9.0/examples/mmap_lazyio/index.html create mode 100644 v0.9.0/examples/reading/1aa19430.png create mode 100644 v0.9.0/examples/reading/72e08135.png create mode 100644 v0.9.0/examples/reading/index.html create mode 100644 v0.9.0/examples/test.btif create mode 100644 v0.9.0/examples/test.tif create mode 100644 v0.9.0/examples/writing/index.html create mode 100644 v0.9.0/index.html create mode 100644 v0.9.0/lib/extend/index.html create mode 100644 v0.9.0/lib/extend/tags/index.html create mode 100644 v0.9.0/lib/public/index.html create mode 100644 v0.9.0/objects.inv create mode 100644 v0.9.0/search_index.js create mode 100644 v0.9.0/siteinfo.js diff --git a/stable b/stable index 4ea5cafa..7965b36d 120000 --- a/stable +++ b/stable @@ -1 +1 @@ -v0.8.0 \ No newline at end of file +v0.9.0 \ No newline at end of file diff --git a/v0.9 b/v0.9 new file mode 120000 index 00000000..7965b36d --- /dev/null +++ b/v0.9 @@ -0,0 +1 @@ +v0.9.0 \ No newline at end of file diff --git a/v0.9.0/.documenter-siteinfo.json b/v0.9.0/.documenter-siteinfo.json new file mode 100644 index 00000000..783f5dfa --- /dev/null +++ b/v0.9.0/.documenter-siteinfo.json @@ -0,0 +1 @@ +{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-03-19T21:45:45","documenter_version":"1.3.0"}} \ No newline at end of file diff --git a/v0.9.0/assets/documenter.js b/v0.9.0/assets/documenter.js new file mode 100644 index 00000000..c6562b55 --- /dev/null +++ b/v0.9.0/assets/documenter.js @@ -0,0 +1,1050 @@ +// Generated by Documenter.jl +requirejs.config({ + paths: { + 'highlight-julia': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/julia.min', + 'headroom': 'https://cdnjs.cloudflare.com/ajax/libs/headroom/0.12.0/headroom.min', + 'jqueryui': 'https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min', + 'katex-auto-render': 'https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.8/contrib/auto-render.min', + 'jquery': 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min', + 'headroom-jquery': 'https://cdnjs.cloudflare.com/ajax/libs/headroom/0.12.0/jQuery.headroom.min', + 'katex': 'https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.8/katex.min', + 'highlight': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min', + 'highlight-julia-repl': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/julia-repl.min', + }, + shim: { + "highlight-julia": { + "deps": [ + "highlight" + ] + }, + "katex-auto-render": { + "deps": [ + "katex" + ] + }, + "headroom-jquery": { + "deps": [ + "jquery", + "headroom" + ] + }, + "highlight-julia-repl": { + "deps": [ + "highlight" + ] + } +} +}); +//////////////////////////////////////////////////////////////////////////////// +require(['jquery', 'katex', 'katex-auto-render'], function($, katex, renderMathInElement) { +$(document).ready(function() { + renderMathInElement( + document.body, + { + "delimiters": [ + { + "left": "$", + "right": "$", + "display": false + }, + { + "left": "$$", + "right": "$$", + "display": true + }, + { + "left": "\\[", + "right": "\\]", + "display": true + } + ] +} + + ); +}) + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery', 'highlight', 'highlight-julia', 'highlight-julia-repl'], function($) { +$(document).ready(function() { + hljs.highlightAll(); +}) + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +let timer = 0; +var isExpanded = true; + +$(document).on("click", ".docstring header", function () { + let articleToggleTitle = "Expand docstring"; + + debounce(() => { + if ($(this).siblings("section").is(":visible")) { + $(this) + .find(".docstring-article-toggle-button") + .removeClass("fa-chevron-down") + .addClass("fa-chevron-right"); + } else { + $(this) + .find(".docstring-article-toggle-button") + .removeClass("fa-chevron-right") + .addClass("fa-chevron-down"); + + articleToggleTitle = "Collapse docstring"; + } + + $(this) + .find(".docstring-article-toggle-button") + .prop("title", articleToggleTitle); + $(this).siblings("section").slideToggle(); + }); +}); + +$(document).on("click", ".docs-article-toggle-button", function (event) { + let articleToggleTitle = "Expand docstring"; + let navArticleToggleTitle = "Expand all docstrings"; + let animationSpeed = event.noToggleAnimation ? 0 : 400; + + debounce(() => { + if (isExpanded) { + $(this).removeClass("fa-chevron-up").addClass("fa-chevron-down"); + $(".docstring-article-toggle-button") + .removeClass("fa-chevron-down") + .addClass("fa-chevron-right"); + + isExpanded = false; + + $(".docstring section").slideUp(animationSpeed); + } else { + $(this).removeClass("fa-chevron-down").addClass("fa-chevron-up"); + $(".docstring-article-toggle-button") + .removeClass("fa-chevron-right") + .addClass("fa-chevron-down"); + + isExpanded = true; + articleToggleTitle = "Collapse docstring"; + navArticleToggleTitle = "Collapse all docstrings"; + + $(".docstring section").slideDown(animationSpeed); + } + + $(this).prop("title", navArticleToggleTitle); + $(".docstring-article-toggle-button").prop("title", articleToggleTitle); + }); +}); + +function debounce(callback, timeout = 300) { + if (Date.now() - timer > timeout) { + callback(); + } + + clearTimeout(timer); + + timer = Date.now(); +} + +}) +//////////////////////////////////////////////////////////////////////////////// +require([], function() { +function addCopyButtonCallbacks() { + for (const el of document.getElementsByTagName("pre")) { + const button = document.createElement("button"); + button.classList.add("copy-button", "fa-solid", "fa-copy"); + button.setAttribute("aria-label", "Copy this code block"); + button.setAttribute("title", "Copy"); + + el.appendChild(button); + + const success = function () { + button.classList.add("success", "fa-check"); + button.classList.remove("fa-copy"); + }; + + const failure = function () { + button.classList.add("error", "fa-xmark"); + button.classList.remove("fa-copy"); + }; + + button.addEventListener("click", function () { + copyToClipboard(el.innerText).then(success, failure); + + setTimeout(function () { + button.classList.add("fa-copy"); + button.classList.remove("success", "fa-check", "fa-xmark"); + }, 5000); + }); + } +} + +function copyToClipboard(text) { + // clipboard API is only available in secure contexts + if (window.navigator && window.navigator.clipboard) { + return window.navigator.clipboard.writeText(text); + } else { + return new Promise(function (resolve, reject) { + try { + const el = document.createElement("textarea"); + el.textContent = text; + el.style.position = "fixed"; + el.style.opacity = 0; + document.body.appendChild(el); + el.select(); + document.execCommand("copy"); + + resolve(); + } catch (err) { + reject(err); + } finally { + document.body.removeChild(el); + } + }); + } +} + +if (document.readyState === "loading") { + document.addEventListener("DOMContentLoaded", addCopyButtonCallbacks); +} else { + addCopyButtonCallbacks(); +} + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery', 'headroom', 'headroom-jquery'], function($, Headroom) { + +// Manages the top navigation bar (hides it when the user starts scrolling down on the +// mobile). +window.Headroom = Headroom; // work around buggy module loading? +$(document).ready(function () { + $("#documenter .docs-navbar").headroom({ + tolerance: { up: 10, down: 10 }, + }); +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +$(document).ready(function () { + let meta = $("div[data-docstringscollapsed]").data(); + + if (meta?.docstringscollapsed) { + $("#documenter-article-toggle-button").trigger({ + type: "click", + noToggleAnimation: true, + }); + } +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +/* +To get an in-depth about the thought process you can refer: https://hetarth02.hashnode.dev/series/gsoc + +PSEUDOCODE: + +Searching happens automatically as the user types or adjusts the selected filters. +To preserve responsiveness, as much as possible of the slow parts of the search are done +in a web worker. Searching and result generation are done in the worker, and filtering and +DOM updates are done in the main thread. The filters are in the main thread as they should +be very quick to apply. This lets filters be changed without re-searching with minisearch +(which is possible even if filtering is on the worker thread) and also lets filters be +changed _while_ the worker is searching and without message passing (neither of which are +possible if filtering is on the worker thread) + +SEARCH WORKER: + +Import minisearch + +Build index + +On message from main thread + run search + find the first 200 unique results from each category, and compute their divs for display + note that this is necessary and sufficient information for the main thread to find the + first 200 unique results from any given filter set + post results to main thread + +MAIN: + +Launch worker + +Declare nonconstant globals (worker_is_running, last_search_text, unfiltered_results) + +On text update + if worker is not running, launch_search() + +launch_search + set worker_is_running to true, set last_search_text to the search text + post the search query to worker + +on message from worker + if last_search_text is not the same as the text in the search field, + the latest search result is not reflective of the latest search query, so update again + launch_search() + otherwise + set worker_is_running to false + + regardless, display the new search results to the user + save the unfiltered_results as a global + update_search() + +on filter click + adjust the filter selection + update_search() + +update_search + apply search filters by looping through the unfiltered_results and finding the first 200 + unique results that match the filters + + Update the DOM +*/ + +/////// SEARCH WORKER /////// + +function worker_function(documenterSearchIndex, documenterBaseURL, filters) { + importScripts( + "https://cdn.jsdelivr.net/npm/minisearch@6.1.0/dist/umd/index.min.js" + ); + + let data = documenterSearchIndex.map((x, key) => { + x["id"] = key; // minisearch requires a unique for each object + return x; + }); + + // list below is the lunr 2.1.3 list minus the intersect with names(Base) + // (all, any, get, in, is, only, which) and (do, else, for, let, where, while, with) + // ideally we'd just filter the original list but it's not available as a variable + const stopWords = new Set([ + "a", + "able", + "about", + "across", + "after", + "almost", + "also", + "am", + "among", + "an", + "and", + "are", + "as", + "at", + "be", + "because", + "been", + "but", + "by", + "can", + "cannot", + "could", + "dear", + "did", + "does", + "either", + "ever", + "every", + "from", + "got", + "had", + "has", + "have", + "he", + "her", + "hers", + "him", + "his", + "how", + "however", + "i", + "if", + "into", + "it", + "its", + "just", + "least", + "like", + "likely", + "may", + "me", + "might", + "most", + "must", + "my", + "neither", + "no", + "nor", + "not", + "of", + "off", + "often", + "on", + "or", + "other", + "our", + "own", + "rather", + "said", + "say", + "says", + "she", + "should", + "since", + "so", + "some", + "than", + "that", + "the", + "their", + "them", + "then", + "there", + "these", + "they", + "this", + "tis", + "to", + "too", + "twas", + "us", + "wants", + "was", + "we", + "were", + "what", + "when", + "who", + "whom", + "why", + "will", + "would", + "yet", + "you", + "your", + ]); + + let index = new MiniSearch({ + fields: ["title", "text"], // fields to index for full-text search + storeFields: ["location", "title", "text", "category", "page"], // fields to return with results + processTerm: (term) => { + let word = stopWords.has(term) ? null : term; + if (word) { + // custom trimmer that doesn't strip @ and !, which are used in julia macro and function names + word = word + .replace(/^[^a-zA-Z0-9@!]+/, "") + .replace(/[^a-zA-Z0-9@!]+$/, ""); + + word = word.toLowerCase(); + } + + return word ?? null; + }, + // add . as a separator, because otherwise "title": "Documenter.Anchors.add!", would not + // find anything if searching for "add!", only for the entire qualification + tokenize: (string) => string.split(/[\s\-\.]+/), + // options which will be applied during the search + searchOptions: { + prefix: true, + boost: { title: 100 }, + fuzzy: 2, + }, + }); + + index.addAll(data); + + /** + * Used to map characters to HTML entities. + * Refer: https://github.com/lodash/lodash/blob/main/src/escape.ts + */ + const htmlEscapes = { + "&": "&", + "<": "<", + ">": ">", + '"': """, + "'": "'", + }; + + /** + * Used to match HTML entities and HTML characters. + * Refer: https://github.com/lodash/lodash/blob/main/src/escape.ts + */ + const reUnescapedHtml = /[&<>"']/g; + const reHasUnescapedHtml = RegExp(reUnescapedHtml.source); + + /** + * Escape function from lodash + * Refer: https://github.com/lodash/lodash/blob/main/src/escape.ts + */ + function escape(string) { + return string && reHasUnescapedHtml.test(string) + ? string.replace(reUnescapedHtml, (chr) => htmlEscapes[chr]) + : string || ""; + } + + /** + * Make the result component given a minisearch result data object and the value + * of the search input as queryString. To view the result object structure, refer: + * https://lucaong.github.io/minisearch/modules/_minisearch_.html#searchresult + * + * @param {object} result + * @param {string} querystring + * @returns string + */ + function make_search_result(result, querystring) { + let search_divider = `
`; + let display_link = + result.location.slice(Math.max(0), Math.min(50, result.location.length)) + + (result.location.length > 30 ? "..." : ""); // To cut-off the link because it messes with the overflow of the whole div + + if (result.page !== "") { + display_link += ` (${result.page})`; + } + + let textindex = new RegExp(`${querystring}`, "i").exec(result.text); + let text = + textindex !== null + ? result.text.slice( + Math.max(textindex.index - 100, 0), + Math.min( + textindex.index + querystring.length + 100, + result.text.length + ) + ) + : ""; // cut-off text before and after from the match + + text = text.length ? escape(text) : ""; + + let display_result = text.length + ? "..." + + text.replace( + new RegExp(`${escape(querystring)}`, "i"), // For first occurrence + '$&' + ) + + "..." + : ""; // highlights the match + + let in_code = false; + if (!["page", "section"].includes(result.category.toLowerCase())) { + in_code = true; + } + + // We encode the full url to escape some special characters which can lead to broken links + let result_div = ` + +
+
${escape(result.title)}
+
${result.category}
+
+

+ ${display_result} +

+
+ ${display_link} +
+
+ ${search_divider} + `; + + return result_div; + } + + self.onmessage = function (e) { + let query = e.data; + let results = index.search(query, { + filter: (result) => { + // Only return relevant results + return result.score >= 1; + }, + }); + + // Pre-filter to deduplicate and limit to 200 per category to the extent + // possible without knowing what the filters are. + let filtered_results = []; + let counts = {}; + for (let filter of filters) { + counts[filter] = 0; + } + let present = {}; + + for (let result of results) { + cat = result.category; + cnt = counts[cat]; + if (cnt < 200) { + id = cat + "---" + result.location; + if (present[id]) { + continue; + } + present[id] = true; + filtered_results.push({ + location: result.location, + category: cat, + div: make_search_result(result, query), + }); + } + } + + postMessage(filtered_results); + }; +} + +// `worker = Threads.@spawn worker_function(documenterSearchIndex)`, but in JavaScript! +const filters = [ + ...new Set(documenterSearchIndex["docs"].map((x) => x.category)), +]; +const worker_str = + "(" + + worker_function.toString() + + ")(" + + JSON.stringify(documenterSearchIndex["docs"]) + + "," + + JSON.stringify(documenterBaseURL) + + "," + + JSON.stringify(filters) + + ")"; +const worker_blob = new Blob([worker_str], { type: "text/javascript" }); +const worker = new Worker(URL.createObjectURL(worker_blob)); + +/////// SEARCH MAIN /////// + +// Whether the worker is currently handling a search. This is a boolean +// as the worker only ever handles 1 or 0 searches at a time. +var worker_is_running = false; + +// The last search text that was sent to the worker. This is used to determine +// if the worker should be launched again when it reports back results. +var last_search_text = ""; + +// The results of the last search. This, in combination with the state of the filters +// in the DOM, is used compute the results to display on calls to update_search. +var unfiltered_results = []; + +// Which filter is currently selected +var selected_filter = ""; + +$(document).on("input", ".documenter-search-input", function (event) { + if (!worker_is_running) { + launch_search(); + } +}); + +function launch_search() { + worker_is_running = true; + last_search_text = $(".documenter-search-input").val(); + worker.postMessage(last_search_text); +} + +worker.onmessage = function (e) { + if (last_search_text !== $(".documenter-search-input").val()) { + launch_search(); + } else { + worker_is_running = false; + } + + unfiltered_results = e.data; + update_search(); +}; + +$(document).on("click", ".search-filter", function () { + if ($(this).hasClass("search-filter-selected")) { + selected_filter = ""; + } else { + selected_filter = $(this).text().toLowerCase(); + } + + // This updates search results and toggles classes for UI: + update_search(); +}); + +/** + * Make/Update the search component + */ +function update_search() { + let querystring = $(".documenter-search-input").val(); + + if (querystring.trim()) { + if (selected_filter == "") { + results = unfiltered_results; + } else { + results = unfiltered_results.filter((result) => { + return selected_filter == result.category.toLowerCase(); + }); + } + + let search_result_container = ``; + let modal_filters = make_modal_body_filters(); + let search_divider = `
`; + + if (results.length) { + let links = []; + let count = 0; + let search_results = ""; + + for (var i = 0, n = results.length; i < n && count < 200; ++i) { + let result = results[i]; + if (result.location && !links.includes(result.location)) { + search_results += result.div; + count++; + links.push(result.location); + } + } + + if (count == 1) { + count_str = "1 result"; + } else if (count == 200) { + count_str = "200+ results"; + } else { + count_str = count + " results"; + } + let result_count = `
${count_str}
`; + + search_result_container = ` +
+ ${modal_filters} + ${search_divider} + ${result_count} +
+ ${search_results} +
+
+ `; + } else { + search_result_container = ` +
+ ${modal_filters} + ${search_divider} +
0 result(s)
+
+
No result found!
+ `; + } + + if ($(".search-modal-card-body").hasClass("is-justify-content-center")) { + $(".search-modal-card-body").removeClass("is-justify-content-center"); + } + + $(".search-modal-card-body").html(search_result_container); + } else { + if (!$(".search-modal-card-body").hasClass("is-justify-content-center")) { + $(".search-modal-card-body").addClass("is-justify-content-center"); + } + + $(".search-modal-card-body").html(` +
Type something to get started!
+ `); + } +} + +/** + * Make the modal filter html + * + * @returns string + */ +function make_modal_body_filters() { + let str = filters + .map((val) => { + if (selected_filter == val.toLowerCase()) { + return `${val}`; + } else { + return `${val}`; + } + }) + .join(""); + + return ` +
+ Filters: + ${str} +
`; +} + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +// Modal settings dialog +$(document).ready(function () { + var settings = $("#documenter-settings"); + $("#documenter-settings-button").click(function () { + settings.toggleClass("is-active"); + }); + // Close the dialog if X is clicked + $("#documenter-settings button.delete").click(function () { + settings.removeClass("is-active"); + }); + // Close dialog if ESC is pressed + $(document).keyup(function (e) { + if (e.keyCode == 27) settings.removeClass("is-active"); + }); +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +$(document).ready(function () { + let search_modal_header = ` + + `; + + let initial_search_body = ` +
Type something to get started!
+ `; + + let search_modal_footer = ` + + `; + + $(document.body).append( + ` + + ` + ); + + document.querySelector(".docs-search-query").addEventListener("click", () => { + openModal(); + }); + + document + .querySelector(".close-search-modal") + .addEventListener("click", () => { + closeModal(); + }); + + $(document).on("click", ".search-result-link", function () { + closeModal(); + }); + + document.addEventListener("keydown", (event) => { + if ((event.ctrlKey || event.metaKey) && event.key === "/") { + openModal(); + } else if (event.key === "Escape") { + closeModal(); + } + + return false; + }); + + // Functions to open and close a modal + function openModal() { + let searchModal = document.querySelector("#search-modal"); + + searchModal.classList.add("is-active"); + document.querySelector(".documenter-search-input").focus(); + } + + function closeModal() { + let searchModal = document.querySelector("#search-modal"); + let initial_search_body = ` +
Type something to get started!
+ `; + + searchModal.classList.remove("is-active"); + document.querySelector(".documenter-search-input").blur(); + + if (!$(".search-modal-card-body").hasClass("is-justify-content-center")) { + $(".search-modal-card-body").addClass("is-justify-content-center"); + } + + $(".documenter-search-input").val(""); + $(".search-modal-card-body").html(initial_search_body); + } + + document + .querySelector("#search-modal .modal-background") + .addEventListener("click", () => { + closeModal(); + }); +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +// Manages the showing and hiding of the sidebar. +$(document).ready(function () { + var sidebar = $("#documenter > .docs-sidebar"); + var sidebar_button = $("#documenter-sidebar-button"); + sidebar_button.click(function (ev) { + ev.preventDefault(); + sidebar.toggleClass("visible"); + if (sidebar.hasClass("visible")) { + // Makes sure that the current menu item is visible in the sidebar. + $("#documenter .docs-menu a.is-active").focus(); + } + }); + $("#documenter > .docs-main").bind("click", function (ev) { + if ($(ev.target).is(sidebar_button)) { + return; + } + if (sidebar.hasClass("visible")) { + sidebar.removeClass("visible"); + } + }); +}); + +// Resizes the package name / sitename in the sidebar if it is too wide. +// Inspired by: https://github.com/davatron5000/FitText.js +$(document).ready(function () { + e = $("#documenter .docs-autofit"); + function resize() { + var L = parseInt(e.css("max-width"), 10); + var L0 = e.width(); + if (L0 > L) { + var h0 = parseInt(e.css("font-size"), 10); + e.css("font-size", (L * h0) / L0); + // TODO: make sure it survives resizes? + } + } + // call once and then register events + resize(); + $(window).resize(resize); + $(window).on("orientationchange", resize); +}); + +// Scroll the navigation bar to the currently selected menu item +$(document).ready(function () { + var sidebar = $("#documenter .docs-menu").get(0); + var active = $("#documenter .docs-menu .is-active").get(0); + if (typeof active !== "undefined") { + sidebar.scrollTop = active.offsetTop - sidebar.offsetTop - 15; + } +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +// Theme picker setup +$(document).ready(function () { + // onchange callback + $("#documenter-themepicker").change(function themepick_callback(ev) { + var themename = $("#documenter-themepicker option:selected").attr("value"); + if (themename === "auto") { + // set_theme(window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'); + window.localStorage.removeItem("documenter-theme"); + } else { + // set_theme(themename); + window.localStorage.setItem("documenter-theme", themename); + } + // We re-use the global function from themeswap.js to actually do the swapping. + set_theme_from_local_storage(); + }); + + // Make sure that the themepicker displays the correct theme when the theme is retrieved + // from localStorage + if (typeof window.localStorage !== "undefined") { + var theme = window.localStorage.getItem("documenter-theme"); + if (theme !== null) { + $("#documenter-themepicker option").each(function (i, e) { + e.selected = e.value === theme; + }); + } + } +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +// update the version selector with info from the siteinfo.js and ../versions.js files +$(document).ready(function () { + // If the version selector is disabled with DOCUMENTER_VERSION_SELECTOR_DISABLED in the + // siteinfo.js file, we just return immediately and not display the version selector. + if ( + typeof DOCUMENTER_VERSION_SELECTOR_DISABLED === "boolean" && + DOCUMENTER_VERSION_SELECTOR_DISABLED + ) { + return; + } + + var version_selector = $("#documenter .docs-version-selector"); + var version_selector_select = $("#documenter .docs-version-selector select"); + + version_selector_select.change(function (x) { + target_href = version_selector_select + .children("option:selected") + .get(0).value; + window.location.href = target_href; + }); + + // add the current version to the selector based on siteinfo.js, but only if the selector is empty + if ( + typeof DOCUMENTER_CURRENT_VERSION !== "undefined" && + $("#version-selector > option").length == 0 + ) { + var option = $( + "" + ); + version_selector_select.append(option); + } + + if (typeof DOC_VERSIONS !== "undefined") { + var existing_versions = version_selector_select.children("option"); + var existing_versions_texts = existing_versions.map(function (i, x) { + return x.text; + }); + DOC_VERSIONS.forEach(function (each) { + var version_url = documenterBaseURL + "/../" + each + "/"; + var existing_id = $.inArray(each, existing_versions_texts); + // if not already in the version selector, add it as a new option, + // otherwise update the old option with the URL and enable it + if (existing_id == -1) { + var option = $( + "" + ); + version_selector_select.append(option); + } else { + var option = existing_versions[existing_id]; + option.value = version_url; + option.disabled = false; + } + }); + } + + // only show the version selector if the selector has been populated + if (version_selector_select.children("option").length > 0) { + version_selector.toggleClass("visible"); + } +}); + +}) diff --git a/v0.9.0/assets/fulllogo.svg b/v0.9.0/assets/fulllogo.svg new file mode 100644 index 00000000..92897e8a --- /dev/null +++ b/v0.9.0/assets/fulllogo.svg @@ -0,0 +1,232 @@ + + + + diff --git a/v0.9.0/assets/logo.png b/v0.9.0/assets/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..aac5d458891945cbd03d71f25058cd74634b8394 GIT binary patch literal 154378 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
*rLvwZ~J(+idS9{K#)p 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 + + + diff --git a/v0.9.0/assets/themes/documenter-dark.css b/v0.9.0/assets/themes/documenter-dark.css new file mode 100644 index 00000000..53889fb9 --- /dev/null +++ b/v0.9.0/assets/themes/documenter-dark.css @@ -0,0 +1,7 @@ +html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-ellipsis,html.theme--documenter-dark .file-cta,html.theme--documenter-dark .file-name,html.theme--documenter-dark .select select,html.theme--documenter-dark .textarea,html.theme--documenter-dark .input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark .button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:.4em;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}html.theme--documenter-dark .pagination-previous:focus,html.theme--documenter-dark .pagination-next:focus,html.theme--documenter-dark .pagination-link:focus,html.theme--documenter-dark .pagination-ellipsis:focus,html.theme--documenter-dark .file-cta:focus,html.theme--documenter-dark .file-name:focus,html.theme--documenter-dark .select select:focus,html.theme--documenter-dark .textarea:focus,html.theme--documenter-dark .input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:focus,html.theme--documenter-dark .button:focus,html.theme--documenter-dark .is-focused.pagination-previous,html.theme--documenter-dark .is-focused.pagination-next,html.theme--documenter-dark .is-focused.pagination-link,html.theme--documenter-dark .is-focused.pagination-ellipsis,html.theme--documenter-dark .is-focused.file-cta,html.theme--documenter-dark .is-focused.file-name,html.theme--documenter-dark .select select.is-focused,html.theme--documenter-dark .is-focused.textarea,html.theme--documenter-dark .is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-focused.button,html.theme--documenter-dark .pagination-previous:active,html.theme--documenter-dark .pagination-next:active,html.theme--documenter-dark .pagination-link:active,html.theme--documenter-dark .pagination-ellipsis:active,html.theme--documenter-dark .file-cta:active,html.theme--documenter-dark .file-name:active,html.theme--documenter-dark .select select:active,html.theme--documenter-dark .textarea:active,html.theme--documenter-dark .input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:active,html.theme--documenter-dark .button:active,html.theme--documenter-dark .is-active.pagination-previous,html.theme--documenter-dark .is-active.pagination-next,html.theme--documenter-dark .is-active.pagination-link,html.theme--documenter-dark .is-active.pagination-ellipsis,html.theme--documenter-dark .is-active.file-cta,html.theme--documenter-dark .is-active.file-name,html.theme--documenter-dark .select select.is-active,html.theme--documenter-dark .is-active.textarea,html.theme--documenter-dark .is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--documenter-dark .is-active.button{outline:none}html.theme--documenter-dark .pagination-previous[disabled],html.theme--documenter-dark .pagination-next[disabled],html.theme--documenter-dark .pagination-link[disabled],html.theme--documenter-dark .pagination-ellipsis[disabled],html.theme--documenter-dark .file-cta[disabled],html.theme--documenter-dark .file-name[disabled],html.theme--documenter-dark .select select[disabled],html.theme--documenter-dark .textarea[disabled],html.theme--documenter-dark .input[disabled],html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled],html.theme--documenter-dark .button[disabled],fieldset[disabled] html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark fieldset[disabled] .pagination-previous,fieldset[disabled] html.theme--documenter-dark .pagination-next,html.theme--documenter-dark fieldset[disabled] .pagination-next,fieldset[disabled] html.theme--documenter-dark .pagination-link,html.theme--documenter-dark fieldset[disabled] .pagination-link,fieldset[disabled] html.theme--documenter-dark .pagination-ellipsis,html.theme--documenter-dark fieldset[disabled] .pagination-ellipsis,fieldset[disabled] html.theme--documenter-dark .file-cta,html.theme--documenter-dark fieldset[disabled] .file-cta,fieldset[disabled] html.theme--documenter-dark .file-name,html.theme--documenter-dark fieldset[disabled] .file-name,fieldset[disabled] html.theme--documenter-dark .select select,fieldset[disabled] html.theme--documenter-dark .textarea,fieldset[disabled] html.theme--documenter-dark .input,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark fieldset[disabled] .select select,html.theme--documenter-dark .select fieldset[disabled] select,html.theme--documenter-dark fieldset[disabled] .textarea,html.theme--documenter-dark fieldset[disabled] .input,html.theme--documenter-dark fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] html.theme--documenter-dark .button,html.theme--documenter-dark fieldset[disabled] .button{cursor:not-allowed}html.theme--documenter-dark .tabs,html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-ellipsis,html.theme--documenter-dark .breadcrumb,html.theme--documenter-dark .file,html.theme--documenter-dark .button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.theme--documenter-dark .navbar-link:not(.is-arrowless)::after,html.theme--documenter-dark .select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:0.625em}html.theme--documenter-dark .admonition:not(:last-child),html.theme--documenter-dark .tabs:not(:last-child),html.theme--documenter-dark .pagination:not(:last-child),html.theme--documenter-dark .message:not(:last-child),html.theme--documenter-dark .level:not(:last-child),html.theme--documenter-dark .breadcrumb:not(:last-child),html.theme--documenter-dark .block:not(:last-child),html.theme--documenter-dark .title:not(:last-child),html.theme--documenter-dark .subtitle:not(:last-child),html.theme--documenter-dark .table-container:not(:last-child),html.theme--documenter-dark .table:not(:last-child),html.theme--documenter-dark .progress:not(:last-child),html.theme--documenter-dark .notification:not(:last-child),html.theme--documenter-dark .content:not(:last-child),html.theme--documenter-dark .box:not(:last-child){margin-bottom:1.5rem}html.theme--documenter-dark .modal-close,html.theme--documenter-dark .delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}html.theme--documenter-dark .modal-close::before,html.theme--documenter-dark .delete::before,html.theme--documenter-dark .modal-close::after,html.theme--documenter-dark .delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--documenter-dark .modal-close::before,html.theme--documenter-dark .delete::before{height:2px;width:50%}html.theme--documenter-dark .modal-close::after,html.theme--documenter-dark .delete::after{height:50%;width:2px}html.theme--documenter-dark .modal-close:hover,html.theme--documenter-dark .delete:hover,html.theme--documenter-dark .modal-close:focus,html.theme--documenter-dark .delete:focus{background-color:rgba(10,10,10,0.3)}html.theme--documenter-dark .modal-close:active,html.theme--documenter-dark .delete:active{background-color:rgba(10,10,10,0.4)}html.theme--documenter-dark .is-small.modal-close,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.modal-close,html.theme--documenter-dark .is-small.delete,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}html.theme--documenter-dark .is-medium.modal-close,html.theme--documenter-dark .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}html.theme--documenter-dark .is-large.modal-close,html.theme--documenter-dark .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}html.theme--documenter-dark .control.is-loading::after,html.theme--documenter-dark .select.is-loading::after,html.theme--documenter-dark .loader,html.theme--documenter-dark .button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdee0;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}html.theme--documenter-dark .hero-video,html.theme--documenter-dark .modal-background,html.theme--documenter-dark .modal,html.theme--documenter-dark .image.is-square img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--documenter-dark .image.is-square .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--documenter-dark .image.is-1by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--documenter-dark .image.is-1by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--documenter-dark .image.is-5by4 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--documenter-dark .image.is-5by4 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--documenter-dark .image.is-4by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--documenter-dark .image.is-4by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--documenter-dark .image.is-3by2 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--documenter-dark .image.is-3by2 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--documenter-dark .image.is-5by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--documenter-dark .image.is-5by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--documenter-dark .image.is-16by9 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--documenter-dark .image.is-16by9 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--documenter-dark .image.is-2by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--documenter-dark .image.is-2by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--documenter-dark .image.is-3by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--documenter-dark .image.is-3by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--documenter-dark .image.is-4by5 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--documenter-dark .image.is-4by5 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--documenter-dark .image.is-3by4 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--documenter-dark .image.is-3by4 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--documenter-dark .image.is-2by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--documenter-dark .image.is-2by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--documenter-dark .image.is-3by5 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--documenter-dark .image.is-3by5 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--documenter-dark .image.is-9by16 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--documenter-dark .image.is-9by16 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--documenter-dark .image.is-1by2 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--documenter-dark .image.is-1by2 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--documenter-dark .image.is-1by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--documenter-dark .image.is-1by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}html.theme--documenter-dark .navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#ecf0f1 !important}a.has-text-light:hover,a.has-text-light:focus{color:#cfd9db !important}.has-background-light{background-color:#ecf0f1 !important}.has-text-dark{color:#282f2f !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#111414 !important}.has-background-dark{background-color:#282f2f !important}.has-text-primary{color:#375a7f !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#28415b !important}.has-background-primary{background-color:#375a7f !important}.has-text-primary-light{color:#f1f5f9 !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#cddbe9 !important}.has-background-primary-light{background-color:#f1f5f9 !important}.has-text-primary-dark{color:#4d7eb2 !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#7198c1 !important}.has-background-primary-dark{background-color:#4d7eb2 !important}.has-text-link{color:#1abc9c !important}a.has-text-link:hover,a.has-text-link:focus{color:#148f77 !important}.has-background-link{background-color:#1abc9c !important}.has-text-link-light{color:#edfdf9 !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#c0f6ec !important}.has-background-link-light{background-color:#edfdf9 !important}.has-text-link-dark{color:#15987e !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#1bc5a4 !important}.has-background-link-dark{background-color:#15987e !important}.has-text-info{color:#024c7d !important}a.has-text-info:hover,a.has-text-info:focus{color:#012d4b !important}.has-background-info{background-color:#024c7d !important}.has-text-info-light{color:#ebf7ff !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#b9e2fe !important}.has-background-info-light{background-color:#ebf7ff !important}.has-text-info-dark{color:#0e9dfb !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#40b1fc !important}.has-background-info-dark{background-color:#0e9dfb !important}.has-text-success{color:#008438 !important}a.has-text-success:hover,a.has-text-success:focus{color:#005122 !important}.has-background-success{background-color:#008438 !important}.has-text-success-light{color:#ebfff3 !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#b8ffd6 !important}.has-background-success-light{background-color:#ebfff3 !important}.has-text-success-dark{color:#00eb64 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#1fff7e !important}.has-background-success-dark{background-color:#00eb64 !important}.has-text-warning{color:#ad8100 !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#7a5b00 !important}.has-background-warning{background-color:#ad8100 !important}.has-text-warning-light{color:#fffaeb !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#ffedb8 !important}.has-background-warning-light{background-color:#fffaeb !important}.has-text-warning-dark{color:#d19c00 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#ffbf05 !important}.has-background-warning-dark{background-color:#d19c00 !important}.has-text-danger{color:#9e1b0d !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#6f1309 !important}.has-background-danger{background-color:#9e1b0d !important}.has-text-danger-light{color:#fdeeec !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#fac3bd !important}.has-background-danger-light{background-color:#fdeeec !important}.has-text-danger-dark{color:#ec311d !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#f05c4c !important}.has-background-danger-dark{background-color:#ec311d !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#282f2f !important}.has-background-grey-darker{background-color:#282f2f !important}.has-text-grey-dark{color:#343c3d !important}.has-background-grey-dark{background-color:#343c3d !important}.has-text-grey{color:#5e6d6f !important}.has-background-grey{background-color:#5e6d6f !important}.has-text-grey-light{color:#8c9b9d !important}.has-background-grey-light{background-color:#8c9b9d !important}.has-text-grey-lighter{color:#dbdee0 !important}.has-background-grey-lighter{background-color:#dbdee0 !important}.has-text-white-ter{color:#ecf0f1 !important}.has-background-white-ter{background-color:#ecf0f1 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7,html.theme--documenter-dark .docstring>section>a.docs-sourcelink{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1055px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1056px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1055px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1056px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1055px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1056px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1055px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1056px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1055px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1056px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-family-code{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1055px){.is-block-touch{display:block !important}}@media screen and (min-width: 1056px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1055px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1056px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1055px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1056px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1055px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1056px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1055px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1056px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1055px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1056px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1055px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1056px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}html.theme--documenter-dark{/*! + Theme: a11y-dark + Author: @ericwbailey + Maintainer: @ericwbailey + + Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css +*/}html.theme--documenter-dark html{background-color:#1f2424;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--documenter-dark article,html.theme--documenter-dark aside,html.theme--documenter-dark figure,html.theme--documenter-dark footer,html.theme--documenter-dark header,html.theme--documenter-dark hgroup,html.theme--documenter-dark section{display:block}html.theme--documenter-dark body,html.theme--documenter-dark button,html.theme--documenter-dark input,html.theme--documenter-dark optgroup,html.theme--documenter-dark select,html.theme--documenter-dark textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}html.theme--documenter-dark code,html.theme--documenter-dark pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--documenter-dark body{color:#fff;font-size:1em;font-weight:400;line-height:1.5}html.theme--documenter-dark a{color:#1abc9c;cursor:pointer;text-decoration:none}html.theme--documenter-dark a strong{color:currentColor}html.theme--documenter-dark a:hover{color:#1dd2af}html.theme--documenter-dark code{background-color:rgba(255,255,255,0.05);color:#ececec;font-size:.875em;font-weight:normal;padding:.1em}html.theme--documenter-dark hr{background-color:#282f2f;border:none;display:block;height:2px;margin:1.5rem 0}html.theme--documenter-dark img{height:auto;max-width:100%}html.theme--documenter-dark input[type="checkbox"],html.theme--documenter-dark input[type="radio"]{vertical-align:baseline}html.theme--documenter-dark small{font-size:.875em}html.theme--documenter-dark span{font-style:inherit;font-weight:inherit}html.theme--documenter-dark strong{color:#f2f2f2;font-weight:700}html.theme--documenter-dark fieldset{border:none}html.theme--documenter-dark pre{-webkit-overflow-scrolling:touch;background-color:#282f2f;color:#fff;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}html.theme--documenter-dark pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}html.theme--documenter-dark table td,html.theme--documenter-dark table th{vertical-align:top}html.theme--documenter-dark table td:not([align]),html.theme--documenter-dark table th:not([align]){text-align:inherit}html.theme--documenter-dark table th{color:#f2f2f2}html.theme--documenter-dark .box{background-color:#343c3d;border-radius:8px;box-shadow:none;color:#fff;display:block;padding:1.25rem}html.theme--documenter-dark a.box:hover,html.theme--documenter-dark a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #1abc9c}html.theme--documenter-dark a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #1abc9c}html.theme--documenter-dark .button{background-color:#282f2f;border-color:#4c5759;border-width:1px;color:#375a7f;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}html.theme--documenter-dark .button strong{color:inherit}html.theme--documenter-dark .button .icon,html.theme--documenter-dark .button .icon.is-small,html.theme--documenter-dark .button #documenter .docs-sidebar form.docs-search>input.icon,html.theme--documenter-dark #documenter .docs-sidebar .button form.docs-search>input.icon,html.theme--documenter-dark .button .icon.is-medium,html.theme--documenter-dark .button .icon.is-large{height:1.5em;width:1.5em}html.theme--documenter-dark .button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}html.theme--documenter-dark .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}html.theme--documenter-dark .button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}html.theme--documenter-dark .button:hover,html.theme--documenter-dark .button.is-hovered{border-color:#8c9b9d;color:#f2f2f2}html.theme--documenter-dark .button:focus,html.theme--documenter-dark .button.is-focused{border-color:#8c9b9d;color:#17a689}html.theme--documenter-dark .button:focus:not(:active),html.theme--documenter-dark .button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(26,188,156,0.25)}html.theme--documenter-dark .button:active,html.theme--documenter-dark .button.is-active{border-color:#343c3d;color:#f2f2f2}html.theme--documenter-dark .button.is-text{background-color:transparent;border-color:transparent;color:#fff;text-decoration:underline}html.theme--documenter-dark .button.is-text:hover,html.theme--documenter-dark .button.is-text.is-hovered,html.theme--documenter-dark .button.is-text:focus,html.theme--documenter-dark .button.is-text.is-focused{background-color:#282f2f;color:#f2f2f2}html.theme--documenter-dark .button.is-text:active,html.theme--documenter-dark .button.is-text.is-active{background-color:#1d2122;color:#f2f2f2}html.theme--documenter-dark .button.is-text[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}html.theme--documenter-dark .button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#1abc9c;text-decoration:none}html.theme--documenter-dark .button.is-ghost:hover,html.theme--documenter-dark .button.is-ghost.is-hovered{color:#1abc9c;text-decoration:underline}html.theme--documenter-dark .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .button.is-white:hover,html.theme--documenter-dark .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .button.is-white:focus,html.theme--documenter-dark .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .button.is-white:focus:not(:active),html.theme--documenter-dark .button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--documenter-dark .button.is-white:active,html.theme--documenter-dark .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .button.is-white[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}html.theme--documenter-dark .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .button.is-white.is-inverted:hover,html.theme--documenter-dark .button.is-white.is-inverted.is-hovered{background-color:#000}html.theme--documenter-dark .button.is-white.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--documenter-dark .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-white.is-outlined:hover,html.theme--documenter-dark .button.is-white.is-outlined.is-hovered,html.theme--documenter-dark .button.is-white.is-outlined:focus,html.theme--documenter-dark .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--documenter-dark .button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-white.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-white.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-white.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--documenter-dark .button.is-white.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--documenter-dark .button.is-white.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--documenter-dark .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-black:hover,html.theme--documenter-dark .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-black:focus,html.theme--documenter-dark .button.is-black.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-black:focus:not(:active),html.theme--documenter-dark .button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--documenter-dark .button.is-black:active,html.theme--documenter-dark .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-black[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}html.theme--documenter-dark .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .button.is-black.is-inverted:hover,html.theme--documenter-dark .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-black.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}html.theme--documenter-dark .button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--documenter-dark .button.is-black.is-outlined:hover,html.theme--documenter-dark .button.is-black.is-outlined.is-hovered,html.theme--documenter-dark .button.is-black.is-outlined:focus,html.theme--documenter-dark .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--documenter-dark .button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--documenter-dark .button.is-black.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-black.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-black.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-black.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--documenter-dark .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-black.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--documenter-dark .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-light{background-color:#ecf0f1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light:hover,html.theme--documenter-dark .button.is-light.is-hovered{background-color:#e5eaec;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light:focus,html.theme--documenter-dark .button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light:focus:not(:active),html.theme--documenter-dark .button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(236,240,241,0.25)}html.theme--documenter-dark .button.is-light:active,html.theme--documenter-dark .button.is-light.is-active{background-color:#dde4e6;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-light{background-color:#ecf0f1;border-color:#ecf0f1;box-shadow:none}html.theme--documenter-dark .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#ecf0f1}html.theme--documenter-dark .button.is-light.is-inverted:hover,html.theme--documenter-dark .button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#ecf0f1}html.theme--documenter-dark .button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--documenter-dark .button.is-light.is-outlined{background-color:transparent;border-color:#ecf0f1;color:#ecf0f1}html.theme--documenter-dark .button.is-light.is-outlined:hover,html.theme--documenter-dark .button.is-light.is-outlined.is-hovered,html.theme--documenter-dark .button.is-light.is-outlined:focus,html.theme--documenter-dark .button.is-light.is-outlined.is-focused{background-color:#ecf0f1;border-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #ecf0f1 #ecf0f1 !important}html.theme--documenter-dark .button.is-light.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-light.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-light.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--documenter-dark .button.is-light.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-light.is-outlined{background-color:transparent;border-color:#ecf0f1;box-shadow:none;color:#ecf0f1}html.theme--documenter-dark .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#ecf0f1}html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #ecf0f1 #ecf0f1 !important}html.theme--documenter-dark .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-dark,html.theme--documenter-dark .content kbd.button{background-color:#282f2f;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-dark:hover,html.theme--documenter-dark .content kbd.button:hover,html.theme--documenter-dark .button.is-dark.is-hovered,html.theme--documenter-dark .content kbd.button.is-hovered{background-color:#232829;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-dark:focus,html.theme--documenter-dark .content kbd.button:focus,html.theme--documenter-dark .button.is-dark.is-focused,html.theme--documenter-dark .content kbd.button.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-dark:focus:not(:active),html.theme--documenter-dark .content kbd.button:focus:not(:active),html.theme--documenter-dark .button.is-dark.is-focused:not(:active),html.theme--documenter-dark .content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(40,47,47,0.25)}html.theme--documenter-dark .button.is-dark:active,html.theme--documenter-dark .content kbd.button:active,html.theme--documenter-dark .button.is-dark.is-active,html.theme--documenter-dark .content kbd.button.is-active{background-color:#1d2122;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-dark[disabled],html.theme--documenter-dark .content kbd.button[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-dark,fieldset[disabled] html.theme--documenter-dark .content kbd.button{background-color:#282f2f;border-color:#282f2f;box-shadow:none}html.theme--documenter-dark .button.is-dark.is-inverted,html.theme--documenter-dark .content kbd.button.is-inverted{background-color:#fff;color:#282f2f}html.theme--documenter-dark .button.is-dark.is-inverted:hover,html.theme--documenter-dark .content kbd.button.is-inverted:hover,html.theme--documenter-dark .button.is-dark.is-inverted.is-hovered,html.theme--documenter-dark .content kbd.button.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-dark.is-inverted[disabled],html.theme--documenter-dark .content kbd.button.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-dark.is-inverted,fieldset[disabled] html.theme--documenter-dark .content kbd.button.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#282f2f}html.theme--documenter-dark .button.is-dark.is-loading::after,html.theme--documenter-dark .content kbd.button.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-dark.is-outlined,html.theme--documenter-dark .content kbd.button.is-outlined{background-color:transparent;border-color:#282f2f;color:#282f2f}html.theme--documenter-dark .button.is-dark.is-outlined:hover,html.theme--documenter-dark .content kbd.button.is-outlined:hover,html.theme--documenter-dark .button.is-dark.is-outlined.is-hovered,html.theme--documenter-dark .content kbd.button.is-outlined.is-hovered,html.theme--documenter-dark .button.is-dark.is-outlined:focus,html.theme--documenter-dark .content kbd.button.is-outlined:focus,html.theme--documenter-dark .button.is-dark.is-outlined.is-focused,html.theme--documenter-dark .content kbd.button.is-outlined.is-focused{background-color:#282f2f;border-color:#282f2f;color:#fff}html.theme--documenter-dark .button.is-dark.is-outlined.is-loading::after,html.theme--documenter-dark .content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #282f2f #282f2f !important}html.theme--documenter-dark .button.is-dark.is-outlined.is-loading:hover::after,html.theme--documenter-dark .content kbd.button.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-dark.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .content kbd.button.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-dark.is-outlined.is-loading:focus::after,html.theme--documenter-dark .content kbd.button.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-dark.is-outlined.is-loading.is-focused::after,html.theme--documenter-dark .content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-dark.is-outlined[disabled],html.theme--documenter-dark .content kbd.button.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-dark.is-outlined,fieldset[disabled] html.theme--documenter-dark .content kbd.button.is-outlined{background-color:transparent;border-color:#282f2f;box-shadow:none;color:#282f2f}html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined:hover,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined:focus,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-focused,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-focused{background-color:#fff;color:#282f2f}html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #282f2f #282f2f !important}html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined[disabled],html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined,fieldset[disabled] html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-primary,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink{background-color:#375a7f;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-primary:hover,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:hover,html.theme--documenter-dark .button.is-primary.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#335476;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-primary:focus,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:focus,html.theme--documenter-dark .button.is-primary.is-focused,html.theme--documenter-dark .docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-primary:focus:not(:active),html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:focus:not(:active),html.theme--documenter-dark .button.is-primary.is-focused:not(:active),html.theme--documenter-dark .docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(55,90,127,0.25)}html.theme--documenter-dark .button.is-primary:active,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:active,html.theme--documenter-dark .button.is-primary.is-active,html.theme--documenter-dark .docstring>section>a.button.is-active.docs-sourcelink{background-color:#2f4d6d;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-primary[disabled],html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-primary,fieldset[disabled] html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink{background-color:#375a7f;border-color:#375a7f;box-shadow:none}html.theme--documenter-dark .button.is-primary.is-inverted,html.theme--documenter-dark .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#375a7f}html.theme--documenter-dark .button.is-primary.is-inverted:hover,html.theme--documenter-dark .docstring>section>a.button.is-inverted.docs-sourcelink:hover,html.theme--documenter-dark .button.is-primary.is-inverted.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}html.theme--documenter-dark .button.is-primary.is-inverted[disabled],html.theme--documenter-dark .docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-primary.is-inverted,fieldset[disabled] html.theme--documenter-dark .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#375a7f}html.theme--documenter-dark .button.is-primary.is-loading::after,html.theme--documenter-dark .docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-primary.is-outlined,html.theme--documenter-dark .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#375a7f;color:#375a7f}html.theme--documenter-dark .button.is-primary.is-outlined:hover,html.theme--documenter-dark .docstring>section>a.button.is-outlined.docs-sourcelink:hover,html.theme--documenter-dark .button.is-primary.is-outlined.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,html.theme--documenter-dark .button.is-primary.is-outlined:focus,html.theme--documenter-dark .docstring>section>a.button.is-outlined.docs-sourcelink:focus,html.theme--documenter-dark .button.is-primary.is-outlined.is-focused,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#375a7f;border-color:#375a7f;color:#fff}html.theme--documenter-dark .button.is-primary.is-outlined.is-loading::after,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #375a7f #375a7f !important}html.theme--documenter-dark .button.is-primary.is-outlined.is-loading:hover::after,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--documenter-dark .button.is-primary.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--documenter-dark .button.is-primary.is-outlined.is-loading:focus::after,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--documenter-dark .button.is-primary.is-outlined.is-loading.is-focused::after,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-primary.is-outlined[disabled],html.theme--documenter-dark .docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-primary.is-outlined,fieldset[disabled] html.theme--documenter-dark .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#375a7f;box-shadow:none;color:#375a7f}html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined:hover,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined:focus,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-focused,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#375a7f}html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #375a7f #375a7f !important}html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined[disabled],html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined,fieldset[disabled] html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-primary.is-light,html.theme--documenter-dark .docstring>section>a.button.is-light.docs-sourcelink{background-color:#f1f5f9;color:#4d7eb2}html.theme--documenter-dark .button.is-primary.is-light:hover,html.theme--documenter-dark .docstring>section>a.button.is-light.docs-sourcelink:hover,html.theme--documenter-dark .button.is-primary.is-light.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#e8eef5;border-color:transparent;color:#4d7eb2}html.theme--documenter-dark .button.is-primary.is-light:active,html.theme--documenter-dark .docstring>section>a.button.is-light.docs-sourcelink:active,html.theme--documenter-dark .button.is-primary.is-light.is-active,html.theme--documenter-dark .docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#dfe8f1;border-color:transparent;color:#4d7eb2}html.theme--documenter-dark .button.is-link{background-color:#1abc9c;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-link:hover,html.theme--documenter-dark .button.is-link.is-hovered{background-color:#18b193;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-link:focus,html.theme--documenter-dark .button.is-link.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-link:focus:not(:active),html.theme--documenter-dark .button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(26,188,156,0.25)}html.theme--documenter-dark .button.is-link:active,html.theme--documenter-dark .button.is-link.is-active{background-color:#17a689;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-link[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-link{background-color:#1abc9c;border-color:#1abc9c;box-shadow:none}html.theme--documenter-dark .button.is-link.is-inverted{background-color:#fff;color:#1abc9c}html.theme--documenter-dark .button.is-link.is-inverted:hover,html.theme--documenter-dark .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-link.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#1abc9c}html.theme--documenter-dark .button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-link.is-outlined{background-color:transparent;border-color:#1abc9c;color:#1abc9c}html.theme--documenter-dark .button.is-link.is-outlined:hover,html.theme--documenter-dark .button.is-link.is-outlined.is-hovered,html.theme--documenter-dark .button.is-link.is-outlined:focus,html.theme--documenter-dark .button.is-link.is-outlined.is-focused{background-color:#1abc9c;border-color:#1abc9c;color:#fff}html.theme--documenter-dark .button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #1abc9c #1abc9c !important}html.theme--documenter-dark .button.is-link.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-link.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-link.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-link.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-link.is-outlined{background-color:transparent;border-color:#1abc9c;box-shadow:none;color:#1abc9c}html.theme--documenter-dark .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-link.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#1abc9c}html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #1abc9c #1abc9c !important}html.theme--documenter-dark .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-link.is-light{background-color:#edfdf9;color:#15987e}html.theme--documenter-dark .button.is-link.is-light:hover,html.theme--documenter-dark .button.is-link.is-light.is-hovered{background-color:#e2fbf6;border-color:transparent;color:#15987e}html.theme--documenter-dark .button.is-link.is-light:active,html.theme--documenter-dark .button.is-link.is-light.is-active{background-color:#d7f9f3;border-color:transparent;color:#15987e}html.theme--documenter-dark .button.is-info{background-color:#024c7d;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-info:hover,html.theme--documenter-dark .button.is-info.is-hovered{background-color:#024470;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-info:focus,html.theme--documenter-dark .button.is-info.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-info:focus:not(:active),html.theme--documenter-dark .button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(2,76,125,0.25)}html.theme--documenter-dark .button.is-info:active,html.theme--documenter-dark .button.is-info.is-active{background-color:#023d64;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-info[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-info{background-color:#024c7d;border-color:#024c7d;box-shadow:none}html.theme--documenter-dark .button.is-info.is-inverted{background-color:#fff;color:#024c7d}html.theme--documenter-dark .button.is-info.is-inverted:hover,html.theme--documenter-dark .button.is-info.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-info.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#024c7d}html.theme--documenter-dark .button.is-info.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-info.is-outlined{background-color:transparent;border-color:#024c7d;color:#024c7d}html.theme--documenter-dark .button.is-info.is-outlined:hover,html.theme--documenter-dark .button.is-info.is-outlined.is-hovered,html.theme--documenter-dark .button.is-info.is-outlined:focus,html.theme--documenter-dark .button.is-info.is-outlined.is-focused{background-color:#024c7d;border-color:#024c7d;color:#fff}html.theme--documenter-dark .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #024c7d #024c7d !important}html.theme--documenter-dark .button.is-info.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-info.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-info.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-info.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-info.is-outlined{background-color:transparent;border-color:#024c7d;box-shadow:none;color:#024c7d}html.theme--documenter-dark .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-info.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-focused{background-color:#fff;color:#024c7d}html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #024c7d #024c7d !important}html.theme--documenter-dark .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-info.is-light{background-color:#ebf7ff;color:#0e9dfb}html.theme--documenter-dark .button.is-info.is-light:hover,html.theme--documenter-dark .button.is-info.is-light.is-hovered{background-color:#def2fe;border-color:transparent;color:#0e9dfb}html.theme--documenter-dark .button.is-info.is-light:active,html.theme--documenter-dark .button.is-info.is-light.is-active{background-color:#d2edfe;border-color:transparent;color:#0e9dfb}html.theme--documenter-dark .button.is-success{background-color:#008438;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-success:hover,html.theme--documenter-dark .button.is-success.is-hovered{background-color:#073;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-success:focus,html.theme--documenter-dark .button.is-success.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-success:focus:not(:active),html.theme--documenter-dark .button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(0,132,56,0.25)}html.theme--documenter-dark .button.is-success:active,html.theme--documenter-dark .button.is-success.is-active{background-color:#006b2d;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-success[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-success{background-color:#008438;border-color:#008438;box-shadow:none}html.theme--documenter-dark .button.is-success.is-inverted{background-color:#fff;color:#008438}html.theme--documenter-dark .button.is-success.is-inverted:hover,html.theme--documenter-dark .button.is-success.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-success.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#008438}html.theme--documenter-dark .button.is-success.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-success.is-outlined{background-color:transparent;border-color:#008438;color:#008438}html.theme--documenter-dark .button.is-success.is-outlined:hover,html.theme--documenter-dark .button.is-success.is-outlined.is-hovered,html.theme--documenter-dark .button.is-success.is-outlined:focus,html.theme--documenter-dark .button.is-success.is-outlined.is-focused{background-color:#008438;border-color:#008438;color:#fff}html.theme--documenter-dark .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #008438 #008438 !important}html.theme--documenter-dark .button.is-success.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-success.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-success.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-success.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-success.is-outlined{background-color:transparent;border-color:#008438;box-shadow:none;color:#008438}html.theme--documenter-dark .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-success.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-focused{background-color:#fff;color:#008438}html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #008438 #008438 !important}html.theme--documenter-dark .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-success.is-light{background-color:#ebfff3;color:#00eb64}html.theme--documenter-dark .button.is-success.is-light:hover,html.theme--documenter-dark .button.is-success.is-light.is-hovered{background-color:#deffec;border-color:transparent;color:#00eb64}html.theme--documenter-dark .button.is-success.is-light:active,html.theme--documenter-dark .button.is-success.is-light.is-active{background-color:#d1ffe5;border-color:transparent;color:#00eb64}html.theme--documenter-dark .button.is-warning{background-color:#ad8100;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-warning:hover,html.theme--documenter-dark .button.is-warning.is-hovered{background-color:#a07700;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-warning:focus,html.theme--documenter-dark .button.is-warning.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-warning:focus:not(:active),html.theme--documenter-dark .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(173,129,0,0.25)}html.theme--documenter-dark .button.is-warning:active,html.theme--documenter-dark .button.is-warning.is-active{background-color:#946e00;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-warning[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-warning{background-color:#ad8100;border-color:#ad8100;box-shadow:none}html.theme--documenter-dark .button.is-warning.is-inverted{background-color:#fff;color:#ad8100}html.theme--documenter-dark .button.is-warning.is-inverted:hover,html.theme--documenter-dark .button.is-warning.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-warning.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#ad8100}html.theme--documenter-dark .button.is-warning.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-warning.is-outlined{background-color:transparent;border-color:#ad8100;color:#ad8100}html.theme--documenter-dark .button.is-warning.is-outlined:hover,html.theme--documenter-dark .button.is-warning.is-outlined.is-hovered,html.theme--documenter-dark .button.is-warning.is-outlined:focus,html.theme--documenter-dark .button.is-warning.is-outlined.is-focused{background-color:#ad8100;border-color:#ad8100;color:#fff}html.theme--documenter-dark .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ad8100 #ad8100 !important}html.theme--documenter-dark .button.is-warning.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-warning.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-warning.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-warning.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-warning.is-outlined{background-color:transparent;border-color:#ad8100;box-shadow:none;color:#ad8100}html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-focused{background-color:#fff;color:#ad8100}html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #ad8100 #ad8100 !important}html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-warning.is-light{background-color:#fffaeb;color:#d19c00}html.theme--documenter-dark .button.is-warning.is-light:hover,html.theme--documenter-dark .button.is-warning.is-light.is-hovered{background-color:#fff7de;border-color:transparent;color:#d19c00}html.theme--documenter-dark .button.is-warning.is-light:active,html.theme--documenter-dark .button.is-warning.is-light.is-active{background-color:#fff3d1;border-color:transparent;color:#d19c00}html.theme--documenter-dark .button.is-danger{background-color:#9e1b0d;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-danger:hover,html.theme--documenter-dark .button.is-danger.is-hovered{background-color:#92190c;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-danger:focus,html.theme--documenter-dark .button.is-danger.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-danger:focus:not(:active),html.theme--documenter-dark .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(158,27,13,0.25)}html.theme--documenter-dark .button.is-danger:active,html.theme--documenter-dark .button.is-danger.is-active{background-color:#86170b;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-danger[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-danger{background-color:#9e1b0d;border-color:#9e1b0d;box-shadow:none}html.theme--documenter-dark .button.is-danger.is-inverted{background-color:#fff;color:#9e1b0d}html.theme--documenter-dark .button.is-danger.is-inverted:hover,html.theme--documenter-dark .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-danger.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#9e1b0d}html.theme--documenter-dark .button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-danger.is-outlined{background-color:transparent;border-color:#9e1b0d;color:#9e1b0d}html.theme--documenter-dark .button.is-danger.is-outlined:hover,html.theme--documenter-dark .button.is-danger.is-outlined.is-hovered,html.theme--documenter-dark .button.is-danger.is-outlined:focus,html.theme--documenter-dark .button.is-danger.is-outlined.is-focused{background-color:#9e1b0d;border-color:#9e1b0d;color:#fff}html.theme--documenter-dark .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #9e1b0d #9e1b0d !important}html.theme--documenter-dark .button.is-danger.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-danger.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-danger.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-danger.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-danger.is-outlined{background-color:transparent;border-color:#9e1b0d;box-shadow:none;color:#9e1b0d}html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#9e1b0d}html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #9e1b0d #9e1b0d !important}html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-danger.is-light{background-color:#fdeeec;color:#ec311d}html.theme--documenter-dark .button.is-danger.is-light:hover,html.theme--documenter-dark .button.is-danger.is-light.is-hovered{background-color:#fce3e0;border-color:transparent;color:#ec311d}html.theme--documenter-dark .button.is-danger.is-light:active,html.theme--documenter-dark .button.is-danger.is-light.is-active{background-color:#fcd8d5;border-color:transparent;color:#ec311d}html.theme--documenter-dark .button.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}html.theme--documenter-dark .button.is-small:not(.is-rounded),html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:3px}html.theme--documenter-dark .button.is-normal{font-size:1rem}html.theme--documenter-dark .button.is-medium{font-size:1.25rem}html.theme--documenter-dark .button.is-large{font-size:1.5rem}html.theme--documenter-dark .button[disabled],fieldset[disabled] html.theme--documenter-dark .button{background-color:#8c9b9d;border-color:#5e6d6f;box-shadow:none;opacity:.5}html.theme--documenter-dark .button.is-fullwidth{display:flex;width:100%}html.theme--documenter-dark .button.is-loading{color:transparent !important;pointer-events:none}html.theme--documenter-dark .button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}html.theme--documenter-dark .button.is-static{background-color:#282f2f;border-color:#5e6d6f;color:#dbdee0;box-shadow:none;pointer-events:none}html.theme--documenter-dark .button.is-rounded,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.button{border-radius:9999px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}html.theme--documenter-dark .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--documenter-dark .buttons .button{margin-bottom:0.5rem}html.theme--documenter-dark .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}html.theme--documenter-dark .buttons:last-child{margin-bottom:-0.5rem}html.theme--documenter-dark .buttons:not(:last-child){margin-bottom:1rem}html.theme--documenter-dark .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}html.theme--documenter-dark .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:3px}html.theme--documenter-dark .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}html.theme--documenter-dark .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}html.theme--documenter-dark .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}html.theme--documenter-dark .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}html.theme--documenter-dark .buttons.has-addons .button:last-child{margin-right:0}html.theme--documenter-dark .buttons.has-addons .button:hover,html.theme--documenter-dark .buttons.has-addons .button.is-hovered{z-index:2}html.theme--documenter-dark .buttons.has-addons .button:focus,html.theme--documenter-dark .buttons.has-addons .button.is-focused,html.theme--documenter-dark .buttons.has-addons .button:active,html.theme--documenter-dark .buttons.has-addons .button.is-active,html.theme--documenter-dark .buttons.has-addons .button.is-selected{z-index:3}html.theme--documenter-dark .buttons.has-addons .button:focus:hover,html.theme--documenter-dark .buttons.has-addons .button.is-focused:hover,html.theme--documenter-dark .buttons.has-addons .button:active:hover,html.theme--documenter-dark .buttons.has-addons .button.is-active:hover,html.theme--documenter-dark .buttons.has-addons .button.is-selected:hover{z-index:4}html.theme--documenter-dark .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .buttons.is-centered{justify-content:center}html.theme--documenter-dark .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}html.theme--documenter-dark .buttons.is-right{justify-content:flex-end}html.theme--documenter-dark .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}@media screen and (max-width: 768px){html.theme--documenter-dark .button.is-responsive.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}html.theme--documenter-dark .button.is-responsive,html.theme--documenter-dark .button.is-responsive.is-normal{font-size:.65625rem}html.theme--documenter-dark .button.is-responsive.is-medium{font-size:.75rem}html.theme--documenter-dark .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .button.is-responsive.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}html.theme--documenter-dark .button.is-responsive,html.theme--documenter-dark .button.is-responsive.is-normal{font-size:.75rem}html.theme--documenter-dark .button.is-responsive.is-medium{font-size:1rem}html.theme--documenter-dark .button.is-responsive.is-large{font-size:1.25rem}}html.theme--documenter-dark .container{flex-grow:1;margin:0 auto;position:relative;width:auto}html.theme--documenter-dark .container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){html.theme--documenter-dark .container{max-width:992px}}@media screen and (max-width: 1215px){html.theme--documenter-dark .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){html.theme--documenter-dark .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){html.theme--documenter-dark .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){html.theme--documenter-dark .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}html.theme--documenter-dark .content li+li{margin-top:0.25em}html.theme--documenter-dark .content p:not(:last-child),html.theme--documenter-dark .content dl:not(:last-child),html.theme--documenter-dark .content ol:not(:last-child),html.theme--documenter-dark .content ul:not(:last-child),html.theme--documenter-dark .content blockquote:not(:last-child),html.theme--documenter-dark .content pre:not(:last-child),html.theme--documenter-dark .content table:not(:last-child){margin-bottom:1em}html.theme--documenter-dark .content h1,html.theme--documenter-dark .content h2,html.theme--documenter-dark .content h3,html.theme--documenter-dark .content h4,html.theme--documenter-dark .content h5,html.theme--documenter-dark .content h6{color:#f2f2f2;font-weight:600;line-height:1.125}html.theme--documenter-dark .content h1{font-size:2em;margin-bottom:0.5em}html.theme--documenter-dark .content h1:not(:first-child){margin-top:1em}html.theme--documenter-dark .content h2{font-size:1.75em;margin-bottom:0.5714em}html.theme--documenter-dark .content h2:not(:first-child){margin-top:1.1428em}html.theme--documenter-dark .content h3{font-size:1.5em;margin-bottom:0.6666em}html.theme--documenter-dark .content h3:not(:first-child){margin-top:1.3333em}html.theme--documenter-dark .content h4{font-size:1.25em;margin-bottom:0.8em}html.theme--documenter-dark .content h5{font-size:1.125em;margin-bottom:0.8888em}html.theme--documenter-dark .content h6{font-size:1em;margin-bottom:1em}html.theme--documenter-dark .content blockquote{background-color:#282f2f;border-left:5px solid #5e6d6f;padding:1.25em 1.5em}html.theme--documenter-dark .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}html.theme--documenter-dark .content ol:not([type]){list-style-type:decimal}html.theme--documenter-dark .content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}html.theme--documenter-dark .content ol.is-lower-roman:not([type]){list-style-type:lower-roman}html.theme--documenter-dark .content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}html.theme--documenter-dark .content ol.is-upper-roman:not([type]){list-style-type:upper-roman}html.theme--documenter-dark .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}html.theme--documenter-dark .content ul ul{list-style-type:circle;margin-top:0.5em}html.theme--documenter-dark .content ul ul ul{list-style-type:square}html.theme--documenter-dark .content dd{margin-left:2em}html.theme--documenter-dark .content figure{margin-left:2em;margin-right:2em;text-align:center}html.theme--documenter-dark .content figure:not(:first-child){margin-top:2em}html.theme--documenter-dark .content figure:not(:last-child){margin-bottom:2em}html.theme--documenter-dark .content figure img{display:inline-block}html.theme--documenter-dark .content figure figcaption{font-style:italic}html.theme--documenter-dark .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}html.theme--documenter-dark .content sup,html.theme--documenter-dark .content sub{font-size:75%}html.theme--documenter-dark .content table{width:100%}html.theme--documenter-dark .content table td,html.theme--documenter-dark .content table th{border:1px solid #5e6d6f;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--documenter-dark .content table th{color:#f2f2f2}html.theme--documenter-dark .content table th:not([align]){text-align:inherit}html.theme--documenter-dark .content table thead td,html.theme--documenter-dark .content table thead th{border-width:0 0 2px;color:#f2f2f2}html.theme--documenter-dark .content table tfoot td,html.theme--documenter-dark .content table tfoot th{border-width:2px 0 0;color:#f2f2f2}html.theme--documenter-dark .content table tbody tr:last-child td,html.theme--documenter-dark .content table tbody tr:last-child th{border-bottom-width:0}html.theme--documenter-dark .content .tabs li+li{margin-top:0}html.theme--documenter-dark .content.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}html.theme--documenter-dark .content.is-normal{font-size:1rem}html.theme--documenter-dark .content.is-medium{font-size:1.25rem}html.theme--documenter-dark .content.is-large{font-size:1.5rem}html.theme--documenter-dark .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}html.theme--documenter-dark .icon.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}html.theme--documenter-dark .icon.is-medium{height:2rem;width:2rem}html.theme--documenter-dark .icon.is-large{height:3rem;width:3rem}html.theme--documenter-dark .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}html.theme--documenter-dark .icon-text .icon{flex-grow:0;flex-shrink:0}html.theme--documenter-dark .icon-text .icon:not(:last-child){margin-right:.25em}html.theme--documenter-dark .icon-text .icon:not(:first-child){margin-left:.25em}html.theme--documenter-dark div.icon-text{display:flex}html.theme--documenter-dark .image,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img{display:block;position:relative}html.theme--documenter-dark .image img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}html.theme--documenter-dark .image img.is-rounded,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}html.theme--documenter-dark .image.is-fullwidth,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}html.theme--documenter-dark .image.is-square img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--documenter-dark .image.is-square .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--documenter-dark .image.is-1by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--documenter-dark .image.is-1by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--documenter-dark .image.is-5by4 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--documenter-dark .image.is-5by4 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--documenter-dark .image.is-4by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--documenter-dark .image.is-4by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--documenter-dark .image.is-3by2 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--documenter-dark .image.is-3by2 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--documenter-dark .image.is-5by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--documenter-dark .image.is-5by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--documenter-dark .image.is-16by9 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--documenter-dark .image.is-16by9 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--documenter-dark .image.is-2by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--documenter-dark .image.is-2by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--documenter-dark .image.is-3by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--documenter-dark .image.is-3by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--documenter-dark .image.is-4by5 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--documenter-dark .image.is-4by5 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--documenter-dark .image.is-3by4 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--documenter-dark .image.is-3by4 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--documenter-dark .image.is-2by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--documenter-dark .image.is-2by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--documenter-dark .image.is-3by5 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--documenter-dark .image.is-3by5 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--documenter-dark .image.is-9by16 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--documenter-dark .image.is-9by16 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--documenter-dark .image.is-1by2 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--documenter-dark .image.is-1by2 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--documenter-dark .image.is-1by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--documenter-dark .image.is-1by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}html.theme--documenter-dark .image.is-square,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-square,html.theme--documenter-dark .image.is-1by1,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}html.theme--documenter-dark .image.is-5by4,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}html.theme--documenter-dark .image.is-4by3,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}html.theme--documenter-dark .image.is-3by2,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}html.theme--documenter-dark .image.is-5by3,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}html.theme--documenter-dark .image.is-16by9,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}html.theme--documenter-dark .image.is-2by1,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}html.theme--documenter-dark .image.is-3by1,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}html.theme--documenter-dark .image.is-4by5,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}html.theme--documenter-dark .image.is-3by4,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}html.theme--documenter-dark .image.is-2by3,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}html.theme--documenter-dark .image.is-3by5,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}html.theme--documenter-dark .image.is-9by16,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}html.theme--documenter-dark .image.is-1by2,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}html.theme--documenter-dark .image.is-1by3,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}html.theme--documenter-dark .image.is-16x16,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}html.theme--documenter-dark .image.is-24x24,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}html.theme--documenter-dark .image.is-32x32,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}html.theme--documenter-dark .image.is-48x48,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}html.theme--documenter-dark .image.is-64x64,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}html.theme--documenter-dark .image.is-96x96,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}html.theme--documenter-dark .image.is-128x128,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}html.theme--documenter-dark .notification{background-color:#282f2f;border-radius:.4em;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}html.theme--documenter-dark .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--documenter-dark .notification strong{color:currentColor}html.theme--documenter-dark .notification code,html.theme--documenter-dark .notification pre{background:#fff}html.theme--documenter-dark .notification pre code{background:transparent}html.theme--documenter-dark .notification>.delete{right:.5rem;position:absolute;top:0.5rem}html.theme--documenter-dark .notification .title,html.theme--documenter-dark .notification .subtitle,html.theme--documenter-dark .notification .content{color:currentColor}html.theme--documenter-dark .notification.is-white{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .notification.is-black{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .notification.is-light{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .notification.is-dark,html.theme--documenter-dark .content kbd.notification{background-color:#282f2f;color:#fff}html.theme--documenter-dark .notification.is-primary,html.theme--documenter-dark .docstring>section>a.notification.docs-sourcelink{background-color:#375a7f;color:#fff}html.theme--documenter-dark .notification.is-primary.is-light,html.theme--documenter-dark .docstring>section>a.notification.is-light.docs-sourcelink{background-color:#f1f5f9;color:#4d7eb2}html.theme--documenter-dark .notification.is-link{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .notification.is-link.is-light{background-color:#edfdf9;color:#15987e}html.theme--documenter-dark .notification.is-info{background-color:#024c7d;color:#fff}html.theme--documenter-dark .notification.is-info.is-light{background-color:#ebf7ff;color:#0e9dfb}html.theme--documenter-dark .notification.is-success{background-color:#008438;color:#fff}html.theme--documenter-dark .notification.is-success.is-light{background-color:#ebfff3;color:#00eb64}html.theme--documenter-dark .notification.is-warning{background-color:#ad8100;color:#fff}html.theme--documenter-dark .notification.is-warning.is-light{background-color:#fffaeb;color:#d19c00}html.theme--documenter-dark .notification.is-danger{background-color:#9e1b0d;color:#fff}html.theme--documenter-dark .notification.is-danger.is-light{background-color:#fdeeec;color:#ec311d}html.theme--documenter-dark .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}html.theme--documenter-dark .progress::-webkit-progress-bar{background-color:#343c3d}html.theme--documenter-dark .progress::-webkit-progress-value{background-color:#dbdee0}html.theme--documenter-dark .progress::-moz-progress-bar{background-color:#dbdee0}html.theme--documenter-dark .progress::-ms-fill{background-color:#dbdee0;border:none}html.theme--documenter-dark .progress.is-white::-webkit-progress-value{background-color:#fff}html.theme--documenter-dark .progress.is-white::-moz-progress-bar{background-color:#fff}html.theme--documenter-dark .progress.is-white::-ms-fill{background-color:#fff}html.theme--documenter-dark .progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}html.theme--documenter-dark .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}html.theme--documenter-dark .progress.is-black::-ms-fill{background-color:#0a0a0a}html.theme--documenter-dark .progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-light::-webkit-progress-value{background-color:#ecf0f1}html.theme--documenter-dark .progress.is-light::-moz-progress-bar{background-color:#ecf0f1}html.theme--documenter-dark .progress.is-light::-ms-fill{background-color:#ecf0f1}html.theme--documenter-dark .progress.is-light:indeterminate{background-image:linear-gradient(to right, #ecf0f1 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-dark::-webkit-progress-value,html.theme--documenter-dark .content kbd.progress::-webkit-progress-value{background-color:#282f2f}html.theme--documenter-dark .progress.is-dark::-moz-progress-bar,html.theme--documenter-dark .content kbd.progress::-moz-progress-bar{background-color:#282f2f}html.theme--documenter-dark .progress.is-dark::-ms-fill,html.theme--documenter-dark .content kbd.progress::-ms-fill{background-color:#282f2f}html.theme--documenter-dark .progress.is-dark:indeterminate,html.theme--documenter-dark .content kbd.progress:indeterminate{background-image:linear-gradient(to right, #282f2f 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-primary::-webkit-progress-value,html.theme--documenter-dark .docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#375a7f}html.theme--documenter-dark .progress.is-primary::-moz-progress-bar,html.theme--documenter-dark .docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#375a7f}html.theme--documenter-dark .progress.is-primary::-ms-fill,html.theme--documenter-dark .docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#375a7f}html.theme--documenter-dark .progress.is-primary:indeterminate,html.theme--documenter-dark .docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #375a7f 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-link::-webkit-progress-value{background-color:#1abc9c}html.theme--documenter-dark .progress.is-link::-moz-progress-bar{background-color:#1abc9c}html.theme--documenter-dark .progress.is-link::-ms-fill{background-color:#1abc9c}html.theme--documenter-dark .progress.is-link:indeterminate{background-image:linear-gradient(to right, #1abc9c 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-info::-webkit-progress-value{background-color:#024c7d}html.theme--documenter-dark .progress.is-info::-moz-progress-bar{background-color:#024c7d}html.theme--documenter-dark .progress.is-info::-ms-fill{background-color:#024c7d}html.theme--documenter-dark .progress.is-info:indeterminate{background-image:linear-gradient(to right, #024c7d 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-success::-webkit-progress-value{background-color:#008438}html.theme--documenter-dark .progress.is-success::-moz-progress-bar{background-color:#008438}html.theme--documenter-dark .progress.is-success::-ms-fill{background-color:#008438}html.theme--documenter-dark .progress.is-success:indeterminate{background-image:linear-gradient(to right, #008438 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-warning::-webkit-progress-value{background-color:#ad8100}html.theme--documenter-dark .progress.is-warning::-moz-progress-bar{background-color:#ad8100}html.theme--documenter-dark .progress.is-warning::-ms-fill{background-color:#ad8100}html.theme--documenter-dark .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #ad8100 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-danger::-webkit-progress-value{background-color:#9e1b0d}html.theme--documenter-dark .progress.is-danger::-moz-progress-bar{background-color:#9e1b0d}html.theme--documenter-dark .progress.is-danger::-ms-fill{background-color:#9e1b0d}html.theme--documenter-dark .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #9e1b0d 30%, #343c3d 30%)}html.theme--documenter-dark .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#343c3d;background-image:linear-gradient(to right, #fff 30%, #343c3d 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}html.theme--documenter-dark .progress:indeterminate::-webkit-progress-bar{background-color:transparent}html.theme--documenter-dark .progress:indeterminate::-moz-progress-bar{background-color:transparent}html.theme--documenter-dark .progress:indeterminate::-ms-fill{animation-name:none}html.theme--documenter-dark .progress.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}html.theme--documenter-dark .progress.is-medium{height:1.25rem}html.theme--documenter-dark .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}html.theme--documenter-dark .table{background-color:#343c3d;color:#fff}html.theme--documenter-dark .table td,html.theme--documenter-dark .table th{border:1px solid #5e6d6f;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--documenter-dark .table td.is-white,html.theme--documenter-dark .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--documenter-dark .table td.is-black,html.theme--documenter-dark .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--documenter-dark .table td.is-light,html.theme--documenter-dark .table th.is-light{background-color:#ecf0f1;border-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .table td.is-dark,html.theme--documenter-dark .table th.is-dark{background-color:#282f2f;border-color:#282f2f;color:#fff}html.theme--documenter-dark .table td.is-primary,html.theme--documenter-dark .table th.is-primary{background-color:#375a7f;border-color:#375a7f;color:#fff}html.theme--documenter-dark .table td.is-link,html.theme--documenter-dark .table th.is-link{background-color:#1abc9c;border-color:#1abc9c;color:#fff}html.theme--documenter-dark .table td.is-info,html.theme--documenter-dark .table th.is-info{background-color:#024c7d;border-color:#024c7d;color:#fff}html.theme--documenter-dark .table td.is-success,html.theme--documenter-dark .table th.is-success{background-color:#008438;border-color:#008438;color:#fff}html.theme--documenter-dark .table td.is-warning,html.theme--documenter-dark .table th.is-warning{background-color:#ad8100;border-color:#ad8100;color:#fff}html.theme--documenter-dark .table td.is-danger,html.theme--documenter-dark .table th.is-danger{background-color:#9e1b0d;border-color:#9e1b0d;color:#fff}html.theme--documenter-dark .table td.is-narrow,html.theme--documenter-dark .table th.is-narrow{white-space:nowrap;width:1%}html.theme--documenter-dark .table td.is-selected,html.theme--documenter-dark .table th.is-selected{background-color:#375a7f;color:#fff}html.theme--documenter-dark .table td.is-selected a,html.theme--documenter-dark .table td.is-selected strong,html.theme--documenter-dark .table th.is-selected a,html.theme--documenter-dark .table th.is-selected strong{color:currentColor}html.theme--documenter-dark .table td.is-vcentered,html.theme--documenter-dark .table th.is-vcentered{vertical-align:middle}html.theme--documenter-dark .table th{color:#f2f2f2}html.theme--documenter-dark .table th:not([align]){text-align:left}html.theme--documenter-dark .table tr.is-selected{background-color:#375a7f;color:#fff}html.theme--documenter-dark .table tr.is-selected a,html.theme--documenter-dark .table tr.is-selected strong{color:currentColor}html.theme--documenter-dark .table tr.is-selected td,html.theme--documenter-dark .table tr.is-selected th{border-color:#fff;color:currentColor}html.theme--documenter-dark .table thead{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .table thead td,html.theme--documenter-dark .table thead th{border-width:0 0 2px;color:#f2f2f2}html.theme--documenter-dark .table tfoot{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .table tfoot td,html.theme--documenter-dark .table tfoot th{border-width:2px 0 0;color:#f2f2f2}html.theme--documenter-dark .table tbody{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .table tbody tr:last-child td,html.theme--documenter-dark .table tbody tr:last-child th{border-bottom-width:0}html.theme--documenter-dark .table.is-bordered td,html.theme--documenter-dark .table.is-bordered th{border-width:1px}html.theme--documenter-dark .table.is-bordered tr:last-child td,html.theme--documenter-dark .table.is-bordered tr:last-child th{border-bottom-width:1px}html.theme--documenter-dark .table.is-fullwidth{width:100%}html.theme--documenter-dark .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#282f2f}html.theme--documenter-dark .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#282f2f}html.theme--documenter-dark .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#2d3435}html.theme--documenter-dark .table.is-narrow td,html.theme--documenter-dark .table.is-narrow th{padding:0.25em 0.5em}html.theme--documenter-dark .table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#282f2f}html.theme--documenter-dark .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}html.theme--documenter-dark .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--documenter-dark .tags .tag,html.theme--documenter-dark .tags .content kbd,html.theme--documenter-dark .content .tags kbd,html.theme--documenter-dark .tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}html.theme--documenter-dark .tags .tag:not(:last-child),html.theme--documenter-dark .tags .content kbd:not(:last-child),html.theme--documenter-dark .content .tags kbd:not(:last-child),html.theme--documenter-dark .tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}html.theme--documenter-dark .tags:last-child{margin-bottom:-0.5rem}html.theme--documenter-dark .tags:not(:last-child){margin-bottom:1rem}html.theme--documenter-dark .tags.are-medium .tag:not(.is-normal):not(.is-large),html.theme--documenter-dark .tags.are-medium .content kbd:not(.is-normal):not(.is-large),html.theme--documenter-dark .content .tags.are-medium kbd:not(.is-normal):not(.is-large),html.theme--documenter-dark .tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}html.theme--documenter-dark .tags.are-large .tag:not(.is-normal):not(.is-medium),html.theme--documenter-dark .tags.are-large .content kbd:not(.is-normal):not(.is-medium),html.theme--documenter-dark .content .tags.are-large kbd:not(.is-normal):not(.is-medium),html.theme--documenter-dark .tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}html.theme--documenter-dark .tags.is-centered{justify-content:center}html.theme--documenter-dark .tags.is-centered .tag,html.theme--documenter-dark .tags.is-centered .content kbd,html.theme--documenter-dark .content .tags.is-centered kbd,html.theme--documenter-dark .tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}html.theme--documenter-dark .tags.is-right{justify-content:flex-end}html.theme--documenter-dark .tags.is-right .tag:not(:first-child),html.theme--documenter-dark .tags.is-right .content kbd:not(:first-child),html.theme--documenter-dark .content .tags.is-right kbd:not(:first-child),html.theme--documenter-dark .tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}html.theme--documenter-dark .tags.is-right .tag:not(:last-child),html.theme--documenter-dark .tags.is-right .content kbd:not(:last-child),html.theme--documenter-dark .content .tags.is-right kbd:not(:last-child),html.theme--documenter-dark .tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}html.theme--documenter-dark .tags.has-addons .tag,html.theme--documenter-dark .tags.has-addons .content kbd,html.theme--documenter-dark .content .tags.has-addons kbd,html.theme--documenter-dark .tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}html.theme--documenter-dark .tags.has-addons .tag:not(:first-child),html.theme--documenter-dark .tags.has-addons .content kbd:not(:first-child),html.theme--documenter-dark .content .tags.has-addons kbd:not(:first-child),html.theme--documenter-dark .tags.has-addons .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}html.theme--documenter-dark .tags.has-addons .tag:not(:last-child),html.theme--documenter-dark .tags.has-addons .content kbd:not(:last-child),html.theme--documenter-dark .content .tags.has-addons kbd:not(:last-child),html.theme--documenter-dark .tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.theme--documenter-dark .tag:not(body),html.theme--documenter-dark .content kbd:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#282f2f;border-radius:.4em;color:#fff;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}html.theme--documenter-dark .tag:not(body) .delete,html.theme--documenter-dark .content kbd:not(body) .delete,html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}html.theme--documenter-dark .tag.is-white:not(body),html.theme--documenter-dark .content kbd.is-white:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .tag.is-black:not(body),html.theme--documenter-dark .content kbd.is-black:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .tag.is-light:not(body),html.theme--documenter-dark .content kbd.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .tag.is-dark:not(body),html.theme--documenter-dark .content kbd:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-dark:not(body),html.theme--documenter-dark .content .docstring>section>kbd:not(body){background-color:#282f2f;color:#fff}html.theme--documenter-dark .tag.is-primary:not(body),html.theme--documenter-dark .content kbd.is-primary:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body){background-color:#375a7f;color:#fff}html.theme--documenter-dark .tag.is-primary.is-light:not(body),html.theme--documenter-dark .content kbd.is-primary.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f1f5f9;color:#4d7eb2}html.theme--documenter-dark .tag.is-link:not(body),html.theme--documenter-dark .content kbd.is-link:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#1abc9c;color:#fff}html.theme--documenter-dark .tag.is-link.is-light:not(body),html.theme--documenter-dark .content kbd.is-link.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#edfdf9;color:#15987e}html.theme--documenter-dark .tag.is-info:not(body),html.theme--documenter-dark .content kbd.is-info:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#024c7d;color:#fff}html.theme--documenter-dark .tag.is-info.is-light:not(body),html.theme--documenter-dark .content kbd.is-info.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#ebf7ff;color:#0e9dfb}html.theme--documenter-dark .tag.is-success:not(body),html.theme--documenter-dark .content kbd.is-success:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#008438;color:#fff}html.theme--documenter-dark .tag.is-success.is-light:not(body),html.theme--documenter-dark .content kbd.is-success.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#ebfff3;color:#00eb64}html.theme--documenter-dark .tag.is-warning:not(body),html.theme--documenter-dark .content kbd.is-warning:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#ad8100;color:#fff}html.theme--documenter-dark .tag.is-warning.is-light:not(body),html.theme--documenter-dark .content kbd.is-warning.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fffaeb;color:#d19c00}html.theme--documenter-dark .tag.is-danger:not(body),html.theme--documenter-dark .content kbd.is-danger:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#9e1b0d;color:#fff}html.theme--documenter-dark .tag.is-danger.is-light:not(body),html.theme--documenter-dark .content kbd.is-danger.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#fdeeec;color:#ec311d}html.theme--documenter-dark .tag.is-normal:not(body),html.theme--documenter-dark .content kbd.is-normal:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}html.theme--documenter-dark .tag.is-medium:not(body),html.theme--documenter-dark .content kbd.is-medium:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}html.theme--documenter-dark .tag.is-large:not(body),html.theme--documenter-dark .content kbd.is-large:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}html.theme--documenter-dark .tag:not(body) .icon:first-child:not(:last-child),html.theme--documenter-dark .content kbd:not(body) .icon:first-child:not(:last-child),html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}html.theme--documenter-dark .tag:not(body) .icon:last-child:not(:first-child),html.theme--documenter-dark .content kbd:not(body) .icon:last-child:not(:first-child),html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}html.theme--documenter-dark .tag:not(body) .icon:first-child:last-child,html.theme--documenter-dark .content kbd:not(body) .icon:first-child:last-child,html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}html.theme--documenter-dark .tag.is-delete:not(body),html.theme--documenter-dark .content kbd.is-delete:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}html.theme--documenter-dark .tag.is-delete:not(body)::before,html.theme--documenter-dark .content kbd.is-delete:not(body)::before,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body)::before,html.theme--documenter-dark .tag.is-delete:not(body)::after,html.theme--documenter-dark .content kbd.is-delete:not(body)::after,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--documenter-dark .tag.is-delete:not(body)::before,html.theme--documenter-dark .content kbd.is-delete:not(body)::before,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}html.theme--documenter-dark .tag.is-delete:not(body)::after,html.theme--documenter-dark .content kbd.is-delete:not(body)::after,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}html.theme--documenter-dark .tag.is-delete:not(body):hover,html.theme--documenter-dark .content kbd.is-delete:not(body):hover,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body):hover,html.theme--documenter-dark .tag.is-delete:not(body):focus,html.theme--documenter-dark .content kbd.is-delete:not(body):focus,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#1d2122}html.theme--documenter-dark .tag.is-delete:not(body):active,html.theme--documenter-dark .content kbd.is-delete:not(body):active,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#111414}html.theme--documenter-dark .tag.is-rounded:not(body),html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:not(body),html.theme--documenter-dark .content kbd.is-rounded:not(body),html.theme--documenter-dark #documenter .docs-sidebar .content form.docs-search>input:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}html.theme--documenter-dark a.tag:hover,html.theme--documenter-dark .docstring>section>a.docs-sourcelink:hover{text-decoration:underline}html.theme--documenter-dark .title,html.theme--documenter-dark .subtitle{word-break:break-word}html.theme--documenter-dark .title em,html.theme--documenter-dark .title span,html.theme--documenter-dark .subtitle em,html.theme--documenter-dark .subtitle span{font-weight:inherit}html.theme--documenter-dark .title sub,html.theme--documenter-dark .subtitle sub{font-size:.75em}html.theme--documenter-dark .title sup,html.theme--documenter-dark .subtitle sup{font-size:.75em}html.theme--documenter-dark .title .tag,html.theme--documenter-dark .title .content kbd,html.theme--documenter-dark .content .title kbd,html.theme--documenter-dark .title .docstring>section>a.docs-sourcelink,html.theme--documenter-dark .subtitle .tag,html.theme--documenter-dark .subtitle .content kbd,html.theme--documenter-dark .content .subtitle kbd,html.theme--documenter-dark .subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}html.theme--documenter-dark .title{color:#fff;font-size:2rem;font-weight:500;line-height:1.125}html.theme--documenter-dark .title strong{color:inherit;font-weight:inherit}html.theme--documenter-dark .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}html.theme--documenter-dark .title.is-1{font-size:3rem}html.theme--documenter-dark .title.is-2{font-size:2.5rem}html.theme--documenter-dark .title.is-3{font-size:2rem}html.theme--documenter-dark .title.is-4{font-size:1.5rem}html.theme--documenter-dark .title.is-5{font-size:1.25rem}html.theme--documenter-dark .title.is-6{font-size:1rem}html.theme--documenter-dark .title.is-7{font-size:.75rem}html.theme--documenter-dark .subtitle{color:#8c9b9d;font-size:1.25rem;font-weight:400;line-height:1.25}html.theme--documenter-dark .subtitle strong{color:#8c9b9d;font-weight:600}html.theme--documenter-dark .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}html.theme--documenter-dark .subtitle.is-1{font-size:3rem}html.theme--documenter-dark .subtitle.is-2{font-size:2.5rem}html.theme--documenter-dark .subtitle.is-3{font-size:2rem}html.theme--documenter-dark .subtitle.is-4{font-size:1.5rem}html.theme--documenter-dark .subtitle.is-5{font-size:1.25rem}html.theme--documenter-dark .subtitle.is-6{font-size:1rem}html.theme--documenter-dark .subtitle.is-7{font-size:.75rem}html.theme--documenter-dark .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}html.theme--documenter-dark .number{align-items:center;background-color:#282f2f;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}html.theme--documenter-dark .select select,html.theme--documenter-dark .textarea,html.theme--documenter-dark .input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{background-color:#1f2424;border-color:#5e6d6f;border-radius:.4em;color:#dbdee0}html.theme--documenter-dark .select select::-moz-placeholder,html.theme--documenter-dark .textarea::-moz-placeholder,html.theme--documenter-dark .input::-moz-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#868c98}html.theme--documenter-dark .select select::-webkit-input-placeholder,html.theme--documenter-dark .textarea::-webkit-input-placeholder,html.theme--documenter-dark .input::-webkit-input-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#868c98}html.theme--documenter-dark .select select:-moz-placeholder,html.theme--documenter-dark .textarea:-moz-placeholder,html.theme--documenter-dark .input:-moz-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#868c98}html.theme--documenter-dark .select select:-ms-input-placeholder,html.theme--documenter-dark .textarea:-ms-input-placeholder,html.theme--documenter-dark .input:-ms-input-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#868c98}html.theme--documenter-dark .select select:hover,html.theme--documenter-dark .textarea:hover,html.theme--documenter-dark .input:hover,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:hover,html.theme--documenter-dark .select select.is-hovered,html.theme--documenter-dark .is-hovered.textarea,html.theme--documenter-dark .is-hovered.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#8c9b9d}html.theme--documenter-dark .select select:focus,html.theme--documenter-dark .textarea:focus,html.theme--documenter-dark .input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:focus,html.theme--documenter-dark .select select.is-focused,html.theme--documenter-dark .is-focused.textarea,html.theme--documenter-dark .is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .select select:active,html.theme--documenter-dark .textarea:active,html.theme--documenter-dark .input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:active,html.theme--documenter-dark .select select.is-active,html.theme--documenter-dark .is-active.textarea,html.theme--documenter-dark .is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{border-color:#1abc9c;box-shadow:0 0 0 0.125em rgba(26,188,156,0.25)}html.theme--documenter-dark .select select[disabled],html.theme--documenter-dark .textarea[disabled],html.theme--documenter-dark .input[disabled],html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] html.theme--documenter-dark .select select,fieldset[disabled] html.theme--documenter-dark .textarea,fieldset[disabled] html.theme--documenter-dark .input,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{background-color:#8c9b9d;border-color:#282f2f;box-shadow:none;color:#fff}html.theme--documenter-dark .select select[disabled]::-moz-placeholder,html.theme--documenter-dark .textarea[disabled]::-moz-placeholder,html.theme--documenter-dark .input[disabled]::-moz-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .select select::-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .textarea::-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .input::-moz-placeholder,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:rgba(255,255,255,0.3)}html.theme--documenter-dark .select select[disabled]::-webkit-input-placeholder,html.theme--documenter-dark .textarea[disabled]::-webkit-input-placeholder,html.theme--documenter-dark .input[disabled]::-webkit-input-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] html.theme--documenter-dark .select select::-webkit-input-placeholder,fieldset[disabled] html.theme--documenter-dark .textarea::-webkit-input-placeholder,fieldset[disabled] html.theme--documenter-dark .input::-webkit-input-placeholder,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:rgba(255,255,255,0.3)}html.theme--documenter-dark .select select[disabled]:-moz-placeholder,html.theme--documenter-dark .textarea[disabled]:-moz-placeholder,html.theme--documenter-dark .input[disabled]:-moz-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .select select:-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .textarea:-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .input:-moz-placeholder,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:rgba(255,255,255,0.3)}html.theme--documenter-dark .select select[disabled]:-ms-input-placeholder,html.theme--documenter-dark .textarea[disabled]:-ms-input-placeholder,html.theme--documenter-dark .input[disabled]:-ms-input-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] html.theme--documenter-dark .select select:-ms-input-placeholder,fieldset[disabled] html.theme--documenter-dark .textarea:-ms-input-placeholder,fieldset[disabled] html.theme--documenter-dark .input:-ms-input-placeholder,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:rgba(255,255,255,0.3)}html.theme--documenter-dark .textarea,html.theme--documenter-dark .input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%}html.theme--documenter-dark .textarea[readonly],html.theme--documenter-dark .input[readonly],html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}html.theme--documenter-dark .is-white.textarea,html.theme--documenter-dark .is-white.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}html.theme--documenter-dark .is-white.textarea:focus,html.theme--documenter-dark .is-white.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-white:focus,html.theme--documenter-dark .is-white.is-focused.textarea,html.theme--documenter-dark .is-white.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-white.textarea:active,html.theme--documenter-dark .is-white.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-white:active,html.theme--documenter-dark .is-white.is-active.textarea,html.theme--documenter-dark .is-white.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--documenter-dark .is-black.textarea,html.theme--documenter-dark .is-black.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}html.theme--documenter-dark .is-black.textarea:focus,html.theme--documenter-dark .is-black.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-black:focus,html.theme--documenter-dark .is-black.is-focused.textarea,html.theme--documenter-dark .is-black.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-black.textarea:active,html.theme--documenter-dark .is-black.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-black:active,html.theme--documenter-dark .is-black.is-active.textarea,html.theme--documenter-dark .is-black.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--documenter-dark .is-light.textarea,html.theme--documenter-dark .is-light.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-light{border-color:#ecf0f1}html.theme--documenter-dark .is-light.textarea:focus,html.theme--documenter-dark .is-light.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-light:focus,html.theme--documenter-dark .is-light.is-focused.textarea,html.theme--documenter-dark .is-light.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-light.textarea:active,html.theme--documenter-dark .is-light.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-light:active,html.theme--documenter-dark .is-light.is-active.textarea,html.theme--documenter-dark .is-light.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(236,240,241,0.25)}html.theme--documenter-dark .is-dark.textarea,html.theme--documenter-dark .content kbd.textarea,html.theme--documenter-dark .is-dark.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-dark,html.theme--documenter-dark .content kbd.input{border-color:#282f2f}html.theme--documenter-dark .is-dark.textarea:focus,html.theme--documenter-dark .content kbd.textarea:focus,html.theme--documenter-dark .is-dark.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-dark:focus,html.theme--documenter-dark .content kbd.input:focus,html.theme--documenter-dark .is-dark.is-focused.textarea,html.theme--documenter-dark .content kbd.is-focused.textarea,html.theme--documenter-dark .is-dark.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .content kbd.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar .content form.docs-search>input.is-focused,html.theme--documenter-dark .is-dark.textarea:active,html.theme--documenter-dark .content kbd.textarea:active,html.theme--documenter-dark .is-dark.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-dark:active,html.theme--documenter-dark .content kbd.input:active,html.theme--documenter-dark .is-dark.is-active.textarea,html.theme--documenter-dark .content kbd.is-active.textarea,html.theme--documenter-dark .is-dark.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--documenter-dark .content kbd.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(40,47,47,0.25)}html.theme--documenter-dark .is-primary.textarea,html.theme--documenter-dark .docstring>section>a.textarea.docs-sourcelink,html.theme--documenter-dark .is-primary.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-primary,html.theme--documenter-dark .docstring>section>a.input.docs-sourcelink{border-color:#375a7f}html.theme--documenter-dark .is-primary.textarea:focus,html.theme--documenter-dark .docstring>section>a.textarea.docs-sourcelink:focus,html.theme--documenter-dark .is-primary.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-primary:focus,html.theme--documenter-dark .docstring>section>a.input.docs-sourcelink:focus,html.theme--documenter-dark .is-primary.is-focused.textarea,html.theme--documenter-dark .docstring>section>a.is-focused.textarea.docs-sourcelink,html.theme--documenter-dark .is-primary.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .docstring>section>a.is-focused.input.docs-sourcelink,html.theme--documenter-dark .is-primary.textarea:active,html.theme--documenter-dark .docstring>section>a.textarea.docs-sourcelink:active,html.theme--documenter-dark .is-primary.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-primary:active,html.theme--documenter-dark .docstring>section>a.input.docs-sourcelink:active,html.theme--documenter-dark .is-primary.is-active.textarea,html.theme--documenter-dark .docstring>section>a.is-active.textarea.docs-sourcelink,html.theme--documenter-dark .is-primary.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--documenter-dark .docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(55,90,127,0.25)}html.theme--documenter-dark .is-link.textarea,html.theme--documenter-dark .is-link.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-link{border-color:#1abc9c}html.theme--documenter-dark .is-link.textarea:focus,html.theme--documenter-dark .is-link.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-link:focus,html.theme--documenter-dark .is-link.is-focused.textarea,html.theme--documenter-dark .is-link.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-link.textarea:active,html.theme--documenter-dark .is-link.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-link:active,html.theme--documenter-dark .is-link.is-active.textarea,html.theme--documenter-dark .is-link.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(26,188,156,0.25)}html.theme--documenter-dark .is-info.textarea,html.theme--documenter-dark .is-info.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-info{border-color:#024c7d}html.theme--documenter-dark .is-info.textarea:focus,html.theme--documenter-dark .is-info.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-info:focus,html.theme--documenter-dark .is-info.is-focused.textarea,html.theme--documenter-dark .is-info.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-info.textarea:active,html.theme--documenter-dark .is-info.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-info:active,html.theme--documenter-dark .is-info.is-active.textarea,html.theme--documenter-dark .is-info.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(2,76,125,0.25)}html.theme--documenter-dark .is-success.textarea,html.theme--documenter-dark .is-success.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-success{border-color:#008438}html.theme--documenter-dark .is-success.textarea:focus,html.theme--documenter-dark .is-success.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-success:focus,html.theme--documenter-dark .is-success.is-focused.textarea,html.theme--documenter-dark .is-success.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-success.textarea:active,html.theme--documenter-dark .is-success.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-success:active,html.theme--documenter-dark .is-success.is-active.textarea,html.theme--documenter-dark .is-success.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(0,132,56,0.25)}html.theme--documenter-dark .is-warning.textarea,html.theme--documenter-dark .is-warning.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#ad8100}html.theme--documenter-dark .is-warning.textarea:focus,html.theme--documenter-dark .is-warning.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-warning:focus,html.theme--documenter-dark .is-warning.is-focused.textarea,html.theme--documenter-dark .is-warning.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-warning.textarea:active,html.theme--documenter-dark .is-warning.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-warning:active,html.theme--documenter-dark .is-warning.is-active.textarea,html.theme--documenter-dark .is-warning.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(173,129,0,0.25)}html.theme--documenter-dark .is-danger.textarea,html.theme--documenter-dark .is-danger.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#9e1b0d}html.theme--documenter-dark .is-danger.textarea:focus,html.theme--documenter-dark .is-danger.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-danger:focus,html.theme--documenter-dark .is-danger.is-focused.textarea,html.theme--documenter-dark .is-danger.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-danger.textarea:active,html.theme--documenter-dark .is-danger.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-danger:active,html.theme--documenter-dark .is-danger.is-active.textarea,html.theme--documenter-dark .is-danger.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(158,27,13,0.25)}html.theme--documenter-dark .is-small.textarea,html.theme--documenter-dark .is-small.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{border-radius:3px;font-size:.75rem}html.theme--documenter-dark .is-medium.textarea,html.theme--documenter-dark .is-medium.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}html.theme--documenter-dark .is-large.textarea,html.theme--documenter-dark .is-large.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}html.theme--documenter-dark .is-fullwidth.textarea,html.theme--documenter-dark .is-fullwidth.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}html.theme--documenter-dark .is-inline.textarea,html.theme--documenter-dark .is-inline.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}html.theme--documenter-dark .input.is-rounded,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}html.theme--documenter-dark .input.is-static,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}html.theme--documenter-dark .textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}html.theme--documenter-dark .textarea:not([rows]){max-height:40em;min-height:8em}html.theme--documenter-dark .textarea[rows]{height:initial}html.theme--documenter-dark .textarea.has-fixed-size{resize:none}html.theme--documenter-dark .radio,html.theme--documenter-dark .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}html.theme--documenter-dark .radio input,html.theme--documenter-dark .checkbox input{cursor:pointer}html.theme--documenter-dark .radio:hover,html.theme--documenter-dark .checkbox:hover{color:#8c9b9d}html.theme--documenter-dark .radio[disabled],html.theme--documenter-dark .checkbox[disabled],fieldset[disabled] html.theme--documenter-dark .radio,fieldset[disabled] html.theme--documenter-dark .checkbox,html.theme--documenter-dark .radio input[disabled],html.theme--documenter-dark .checkbox input[disabled]{color:#fff;cursor:not-allowed}html.theme--documenter-dark .radio+.radio{margin-left:.5em}html.theme--documenter-dark .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}html.theme--documenter-dark .select:not(.is-multiple){height:2.5em}html.theme--documenter-dark .select:not(.is-multiple):not(.is-loading)::after{border-color:#1abc9c;right:1.125em;z-index:4}html.theme--documenter-dark .select.is-rounded select,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}html.theme--documenter-dark .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}html.theme--documenter-dark .select select::-ms-expand{display:none}html.theme--documenter-dark .select select[disabled]:hover,fieldset[disabled] html.theme--documenter-dark .select select:hover{border-color:#282f2f}html.theme--documenter-dark .select select:not([multiple]){padding-right:2.5em}html.theme--documenter-dark .select select[multiple]{height:auto;padding:0}html.theme--documenter-dark .select select[multiple] option{padding:0.5em 1em}html.theme--documenter-dark .select:not(.is-multiple):not(.is-loading):hover::after{border-color:#8c9b9d}html.theme--documenter-dark .select.is-white:not(:hover)::after{border-color:#fff}html.theme--documenter-dark .select.is-white select{border-color:#fff}html.theme--documenter-dark .select.is-white select:hover,html.theme--documenter-dark .select.is-white select.is-hovered{border-color:#f2f2f2}html.theme--documenter-dark .select.is-white select:focus,html.theme--documenter-dark .select.is-white select.is-focused,html.theme--documenter-dark .select.is-white select:active,html.theme--documenter-dark .select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--documenter-dark .select.is-black:not(:hover)::after{border-color:#0a0a0a}html.theme--documenter-dark .select.is-black select{border-color:#0a0a0a}html.theme--documenter-dark .select.is-black select:hover,html.theme--documenter-dark .select.is-black select.is-hovered{border-color:#000}html.theme--documenter-dark .select.is-black select:focus,html.theme--documenter-dark .select.is-black select.is-focused,html.theme--documenter-dark .select.is-black select:active,html.theme--documenter-dark .select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--documenter-dark .select.is-light:not(:hover)::after{border-color:#ecf0f1}html.theme--documenter-dark .select.is-light select{border-color:#ecf0f1}html.theme--documenter-dark .select.is-light select:hover,html.theme--documenter-dark .select.is-light select.is-hovered{border-color:#dde4e6}html.theme--documenter-dark .select.is-light select:focus,html.theme--documenter-dark .select.is-light select.is-focused,html.theme--documenter-dark .select.is-light select:active,html.theme--documenter-dark .select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(236,240,241,0.25)}html.theme--documenter-dark .select.is-dark:not(:hover)::after,html.theme--documenter-dark .content kbd.select:not(:hover)::after{border-color:#282f2f}html.theme--documenter-dark .select.is-dark select,html.theme--documenter-dark .content kbd.select select{border-color:#282f2f}html.theme--documenter-dark .select.is-dark select:hover,html.theme--documenter-dark .content kbd.select select:hover,html.theme--documenter-dark .select.is-dark select.is-hovered,html.theme--documenter-dark .content kbd.select select.is-hovered{border-color:#1d2122}html.theme--documenter-dark .select.is-dark select:focus,html.theme--documenter-dark .content kbd.select select:focus,html.theme--documenter-dark .select.is-dark select.is-focused,html.theme--documenter-dark .content kbd.select select.is-focused,html.theme--documenter-dark .select.is-dark select:active,html.theme--documenter-dark .content kbd.select select:active,html.theme--documenter-dark .select.is-dark select.is-active,html.theme--documenter-dark .content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(40,47,47,0.25)}html.theme--documenter-dark .select.is-primary:not(:hover)::after,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#375a7f}html.theme--documenter-dark .select.is-primary select,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select{border-color:#375a7f}html.theme--documenter-dark .select.is-primary select:hover,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select:hover,html.theme--documenter-dark .select.is-primary select.is-hovered,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#2f4d6d}html.theme--documenter-dark .select.is-primary select:focus,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select:focus,html.theme--documenter-dark .select.is-primary select.is-focused,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select.is-focused,html.theme--documenter-dark .select.is-primary select:active,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select:active,html.theme--documenter-dark .select.is-primary select.is-active,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(55,90,127,0.25)}html.theme--documenter-dark .select.is-link:not(:hover)::after{border-color:#1abc9c}html.theme--documenter-dark .select.is-link select{border-color:#1abc9c}html.theme--documenter-dark .select.is-link select:hover,html.theme--documenter-dark .select.is-link select.is-hovered{border-color:#17a689}html.theme--documenter-dark .select.is-link select:focus,html.theme--documenter-dark .select.is-link select.is-focused,html.theme--documenter-dark .select.is-link select:active,html.theme--documenter-dark .select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(26,188,156,0.25)}html.theme--documenter-dark .select.is-info:not(:hover)::after{border-color:#024c7d}html.theme--documenter-dark .select.is-info select{border-color:#024c7d}html.theme--documenter-dark .select.is-info select:hover,html.theme--documenter-dark .select.is-info select.is-hovered{border-color:#023d64}html.theme--documenter-dark .select.is-info select:focus,html.theme--documenter-dark .select.is-info select.is-focused,html.theme--documenter-dark .select.is-info select:active,html.theme--documenter-dark .select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(2,76,125,0.25)}html.theme--documenter-dark .select.is-success:not(:hover)::after{border-color:#008438}html.theme--documenter-dark .select.is-success select{border-color:#008438}html.theme--documenter-dark .select.is-success select:hover,html.theme--documenter-dark .select.is-success select.is-hovered{border-color:#006b2d}html.theme--documenter-dark .select.is-success select:focus,html.theme--documenter-dark .select.is-success select.is-focused,html.theme--documenter-dark .select.is-success select:active,html.theme--documenter-dark .select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(0,132,56,0.25)}html.theme--documenter-dark .select.is-warning:not(:hover)::after{border-color:#ad8100}html.theme--documenter-dark .select.is-warning select{border-color:#ad8100}html.theme--documenter-dark .select.is-warning select:hover,html.theme--documenter-dark .select.is-warning select.is-hovered{border-color:#946e00}html.theme--documenter-dark .select.is-warning select:focus,html.theme--documenter-dark .select.is-warning select.is-focused,html.theme--documenter-dark .select.is-warning select:active,html.theme--documenter-dark .select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(173,129,0,0.25)}html.theme--documenter-dark .select.is-danger:not(:hover)::after{border-color:#9e1b0d}html.theme--documenter-dark .select.is-danger select{border-color:#9e1b0d}html.theme--documenter-dark .select.is-danger select:hover,html.theme--documenter-dark .select.is-danger select.is-hovered{border-color:#86170b}html.theme--documenter-dark .select.is-danger select:focus,html.theme--documenter-dark .select.is-danger select.is-focused,html.theme--documenter-dark .select.is-danger select:active,html.theme--documenter-dark .select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(158,27,13,0.25)}html.theme--documenter-dark .select.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.select{border-radius:3px;font-size:.75rem}html.theme--documenter-dark .select.is-medium{font-size:1.25rem}html.theme--documenter-dark .select.is-large{font-size:1.5rem}html.theme--documenter-dark .select.is-disabled::after{border-color:#fff !important;opacity:0.5}html.theme--documenter-dark .select.is-fullwidth{width:100%}html.theme--documenter-dark .select.is-fullwidth select{width:100%}html.theme--documenter-dark .select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}html.theme--documenter-dark .select.is-loading.is-small:after,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--documenter-dark .select.is-loading.is-medium:after{font-size:1.25rem}html.theme--documenter-dark .select.is-loading.is-large:after{font-size:1.5rem}html.theme--documenter-dark .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}html.theme--documenter-dark .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .file.is-white:hover .file-cta,html.theme--documenter-dark .file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .file.is-white:focus .file-cta,html.theme--documenter-dark .file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}html.theme--documenter-dark .file.is-white:active .file-cta,html.theme--documenter-dark .file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-black:hover .file-cta,html.theme--documenter-dark .file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-black:focus .file-cta,html.theme--documenter-dark .file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}html.theme--documenter-dark .file.is-black:active .file-cta,html.theme--documenter-dark .file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-light .file-cta{background-color:#ecf0f1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-light:hover .file-cta,html.theme--documenter-dark .file.is-light.is-hovered .file-cta{background-color:#e5eaec;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-light:focus .file-cta,html.theme--documenter-dark .file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(236,240,241,0.25);color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-light:active .file-cta,html.theme--documenter-dark .file.is-light.is-active .file-cta{background-color:#dde4e6;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-dark .file-cta,html.theme--documenter-dark .content kbd.file .file-cta{background-color:#282f2f;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-dark:hover .file-cta,html.theme--documenter-dark .content kbd.file:hover .file-cta,html.theme--documenter-dark .file.is-dark.is-hovered .file-cta,html.theme--documenter-dark .content kbd.file.is-hovered .file-cta{background-color:#232829;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-dark:focus .file-cta,html.theme--documenter-dark .content kbd.file:focus .file-cta,html.theme--documenter-dark .file.is-dark.is-focused .file-cta,html.theme--documenter-dark .content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(40,47,47,0.25);color:#fff}html.theme--documenter-dark .file.is-dark:active .file-cta,html.theme--documenter-dark .content kbd.file:active .file-cta,html.theme--documenter-dark .file.is-dark.is-active .file-cta,html.theme--documenter-dark .content kbd.file.is-active .file-cta{background-color:#1d2122;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-primary .file-cta,html.theme--documenter-dark .docstring>section>a.file.docs-sourcelink .file-cta{background-color:#375a7f;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-primary:hover .file-cta,html.theme--documenter-dark .docstring>section>a.file.docs-sourcelink:hover .file-cta,html.theme--documenter-dark .file.is-primary.is-hovered .file-cta,html.theme--documenter-dark .docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#335476;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-primary:focus .file-cta,html.theme--documenter-dark .docstring>section>a.file.docs-sourcelink:focus .file-cta,html.theme--documenter-dark .file.is-primary.is-focused .file-cta,html.theme--documenter-dark .docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(55,90,127,0.25);color:#fff}html.theme--documenter-dark .file.is-primary:active .file-cta,html.theme--documenter-dark .docstring>section>a.file.docs-sourcelink:active .file-cta,html.theme--documenter-dark .file.is-primary.is-active .file-cta,html.theme--documenter-dark .docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#2f4d6d;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-link .file-cta{background-color:#1abc9c;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-link:hover .file-cta,html.theme--documenter-dark .file.is-link.is-hovered .file-cta{background-color:#18b193;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-link:focus .file-cta,html.theme--documenter-dark .file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(26,188,156,0.25);color:#fff}html.theme--documenter-dark .file.is-link:active .file-cta,html.theme--documenter-dark .file.is-link.is-active .file-cta{background-color:#17a689;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-info .file-cta{background-color:#024c7d;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-info:hover .file-cta,html.theme--documenter-dark .file.is-info.is-hovered .file-cta{background-color:#024470;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-info:focus .file-cta,html.theme--documenter-dark .file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(2,76,125,0.25);color:#fff}html.theme--documenter-dark .file.is-info:active .file-cta,html.theme--documenter-dark .file.is-info.is-active .file-cta{background-color:#023d64;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-success .file-cta{background-color:#008438;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-success:hover .file-cta,html.theme--documenter-dark .file.is-success.is-hovered .file-cta{background-color:#073;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-success:focus .file-cta,html.theme--documenter-dark .file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(0,132,56,0.25);color:#fff}html.theme--documenter-dark .file.is-success:active .file-cta,html.theme--documenter-dark .file.is-success.is-active .file-cta{background-color:#006b2d;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-warning .file-cta{background-color:#ad8100;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-warning:hover .file-cta,html.theme--documenter-dark .file.is-warning.is-hovered .file-cta{background-color:#a07700;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-warning:focus .file-cta,html.theme--documenter-dark .file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(173,129,0,0.25);color:#fff}html.theme--documenter-dark .file.is-warning:active .file-cta,html.theme--documenter-dark .file.is-warning.is-active .file-cta{background-color:#946e00;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-danger .file-cta{background-color:#9e1b0d;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-danger:hover .file-cta,html.theme--documenter-dark .file.is-danger.is-hovered .file-cta{background-color:#92190c;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-danger:focus .file-cta,html.theme--documenter-dark .file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(158,27,13,0.25);color:#fff}html.theme--documenter-dark .file.is-danger:active .file-cta,html.theme--documenter-dark .file.is-danger.is-active .file-cta{background-color:#86170b;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}html.theme--documenter-dark .file.is-normal{font-size:1rem}html.theme--documenter-dark .file.is-medium{font-size:1.25rem}html.theme--documenter-dark .file.is-medium .file-icon .fa{font-size:21px}html.theme--documenter-dark .file.is-large{font-size:1.5rem}html.theme--documenter-dark .file.is-large .file-icon .fa{font-size:28px}html.theme--documenter-dark .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--documenter-dark .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--documenter-dark .file.has-name.is-empty .file-cta{border-radius:.4em}html.theme--documenter-dark .file.has-name.is-empty .file-name{display:none}html.theme--documenter-dark .file.is-boxed .file-label{flex-direction:column}html.theme--documenter-dark .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}html.theme--documenter-dark .file.is-boxed .file-name{border-width:0 1px 1px}html.theme--documenter-dark .file.is-boxed .file-icon{height:1.5em;width:1.5em}html.theme--documenter-dark .file.is-boxed .file-icon .fa{font-size:21px}html.theme--documenter-dark .file.is-boxed.is-small .file-icon .fa,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}html.theme--documenter-dark .file.is-boxed.is-medium .file-icon .fa{font-size:28px}html.theme--documenter-dark .file.is-boxed.is-large .file-icon .fa{font-size:35px}html.theme--documenter-dark .file.is-boxed.has-name .file-cta{border-radius:.4em .4em 0 0}html.theme--documenter-dark .file.is-boxed.has-name .file-name{border-radius:0 0 .4em .4em;border-width:0 1px 1px}html.theme--documenter-dark .file.is-centered{justify-content:center}html.theme--documenter-dark .file.is-fullwidth .file-label{width:100%}html.theme--documenter-dark .file.is-fullwidth .file-name{flex-grow:1;max-width:none}html.theme--documenter-dark .file.is-right{justify-content:flex-end}html.theme--documenter-dark .file.is-right .file-cta{border-radius:0 .4em .4em 0}html.theme--documenter-dark .file.is-right .file-name{border-radius:.4em 0 0 .4em;border-width:1px 0 1px 1px;order:-1}html.theme--documenter-dark .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}html.theme--documenter-dark .file-label:hover .file-cta{background-color:#232829;color:#f2f2f2}html.theme--documenter-dark .file-label:hover .file-name{border-color:#596668}html.theme--documenter-dark .file-label:active .file-cta{background-color:#1d2122;color:#f2f2f2}html.theme--documenter-dark .file-label:active .file-name{border-color:#535f61}html.theme--documenter-dark .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}html.theme--documenter-dark .file-cta,html.theme--documenter-dark .file-name{border-color:#5e6d6f;border-radius:.4em;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}html.theme--documenter-dark .file-cta{background-color:#282f2f;color:#fff}html.theme--documenter-dark .file-name{border-color:#5e6d6f;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}html.theme--documenter-dark .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}html.theme--documenter-dark .file-icon .fa{font-size:14px}html.theme--documenter-dark .label{color:#f2f2f2;display:block;font-size:1rem;font-weight:700}html.theme--documenter-dark .label:not(:last-child){margin-bottom:0.5em}html.theme--documenter-dark .label.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}html.theme--documenter-dark .label.is-medium{font-size:1.25rem}html.theme--documenter-dark .label.is-large{font-size:1.5rem}html.theme--documenter-dark .help{display:block;font-size:.75rem;margin-top:0.25rem}html.theme--documenter-dark .help.is-white{color:#fff}html.theme--documenter-dark .help.is-black{color:#0a0a0a}html.theme--documenter-dark .help.is-light{color:#ecf0f1}html.theme--documenter-dark .help.is-dark,html.theme--documenter-dark .content kbd.help{color:#282f2f}html.theme--documenter-dark .help.is-primary,html.theme--documenter-dark .docstring>section>a.help.docs-sourcelink{color:#375a7f}html.theme--documenter-dark .help.is-link{color:#1abc9c}html.theme--documenter-dark .help.is-info{color:#024c7d}html.theme--documenter-dark .help.is-success{color:#008438}html.theme--documenter-dark .help.is-warning{color:#ad8100}html.theme--documenter-dark .help.is-danger{color:#9e1b0d}html.theme--documenter-dark .field:not(:last-child){margin-bottom:0.75rem}html.theme--documenter-dark .field.has-addons{display:flex;justify-content:flex-start}html.theme--documenter-dark .field.has-addons .control:not(:last-child){margin-right:-1px}html.theme--documenter-dark .field.has-addons .control:not(:first-child):not(:last-child) .button,html.theme--documenter-dark .field.has-addons .control:not(:first-child):not(:last-child) .input,html.theme--documenter-dark .field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,html.theme--documenter-dark .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}html.theme--documenter-dark .field.has-addons .control:first-child:not(:only-child) .button,html.theme--documenter-dark .field.has-addons .control:first-child:not(:only-child) .input,html.theme--documenter-dark .field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,html.theme--documenter-dark .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--documenter-dark .field.has-addons .control:last-child:not(:only-child) .button,html.theme--documenter-dark .field.has-addons .control:last-child:not(:only-child) .input,html.theme--documenter-dark .field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,html.theme--documenter-dark .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--documenter-dark .field.has-addons .control .button:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .button.is-hovered:not([disabled]),html.theme--documenter-dark .field.has-addons .control .input:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .input.is-hovered:not([disabled]),html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),html.theme--documenter-dark .field.has-addons .control .select select:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}html.theme--documenter-dark .field.has-addons .control .button:not([disabled]):focus,html.theme--documenter-dark .field.has-addons .control .button.is-focused:not([disabled]),html.theme--documenter-dark .field.has-addons .control .button:not([disabled]):active,html.theme--documenter-dark .field.has-addons .control .button.is-active:not([disabled]),html.theme--documenter-dark .field.has-addons .control .input:not([disabled]):focus,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,html.theme--documenter-dark .field.has-addons .control .input.is-focused:not([disabled]),html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),html.theme--documenter-dark .field.has-addons .control .input:not([disabled]):active,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,html.theme--documenter-dark .field.has-addons .control .input.is-active:not([disabled]),html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),html.theme--documenter-dark .field.has-addons .control .select select:not([disabled]):focus,html.theme--documenter-dark .field.has-addons .control .select select.is-focused:not([disabled]),html.theme--documenter-dark .field.has-addons .control .select select:not([disabled]):active,html.theme--documenter-dark .field.has-addons .control .select select.is-active:not([disabled]){z-index:3}html.theme--documenter-dark .field.has-addons .control .button:not([disabled]):focus:hover,html.theme--documenter-dark .field.has-addons .control .button.is-focused:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .button:not([disabled]):active:hover,html.theme--documenter-dark .field.has-addons .control .button.is-active:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .input:not([disabled]):focus:hover,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,html.theme--documenter-dark .field.has-addons .control .input.is-focused:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .input:not([disabled]):active:hover,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,html.theme--documenter-dark .field.has-addons .control .input.is-active:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .select select:not([disabled]):focus:hover,html.theme--documenter-dark .field.has-addons .control .select select.is-focused:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .select select:not([disabled]):active:hover,html.theme--documenter-dark .field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}html.theme--documenter-dark .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .field.has-addons.has-addons-centered{justify-content:center}html.theme--documenter-dark .field.has-addons.has-addons-right{justify-content:flex-end}html.theme--documenter-dark .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}html.theme--documenter-dark .field.is-grouped{display:flex;justify-content:flex-start}html.theme--documenter-dark .field.is-grouped>.control{flex-shrink:0}html.theme--documenter-dark .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--documenter-dark .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .field.is-grouped.is-grouped-centered{justify-content:center}html.theme--documenter-dark .field.is-grouped.is-grouped-right{justify-content:flex-end}html.theme--documenter-dark .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}html.theme--documenter-dark .field.is-grouped.is-grouped-multiline>.control:last-child,html.theme--documenter-dark .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}html.theme--documenter-dark .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}html.theme--documenter-dark .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--documenter-dark .field.is-horizontal{display:flex}}html.theme--documenter-dark .field-label .label{font-size:inherit}@media screen and (max-width: 768px){html.theme--documenter-dark .field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}html.theme--documenter-dark .field-label.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}html.theme--documenter-dark .field-label.is-normal{padding-top:0.375em}html.theme--documenter-dark .field-label.is-medium{font-size:1.25rem;padding-top:0.375em}html.theme--documenter-dark .field-label.is-large{font-size:1.5rem;padding-top:0.375em}}html.theme--documenter-dark .field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--documenter-dark .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}html.theme--documenter-dark .field-body .field{margin-bottom:0}html.theme--documenter-dark .field-body>.field{flex-shrink:1}html.theme--documenter-dark .field-body>.field:not(.is-narrow){flex-grow:1}html.theme--documenter-dark .field-body>.field:not(:last-child){margin-right:.75rem}}html.theme--documenter-dark .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}html.theme--documenter-dark .control.has-icons-left .input:focus~.icon,html.theme--documenter-dark .control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,html.theme--documenter-dark .control.has-icons-left .select:focus~.icon,html.theme--documenter-dark .control.has-icons-right .input:focus~.icon,html.theme--documenter-dark .control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,html.theme--documenter-dark .control.has-icons-right .select:focus~.icon{color:#282f2f}html.theme--documenter-dark .control.has-icons-left .input.is-small~.icon,html.theme--documenter-dark .control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,html.theme--documenter-dark .control.has-icons-left .select.is-small~.icon,html.theme--documenter-dark .control.has-icons-right .input.is-small~.icon,html.theme--documenter-dark .control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,html.theme--documenter-dark .control.has-icons-right .select.is-small~.icon{font-size:.75rem}html.theme--documenter-dark .control.has-icons-left .input.is-medium~.icon,html.theme--documenter-dark .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,html.theme--documenter-dark .control.has-icons-left .select.is-medium~.icon,html.theme--documenter-dark .control.has-icons-right .input.is-medium~.icon,html.theme--documenter-dark .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,html.theme--documenter-dark .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}html.theme--documenter-dark .control.has-icons-left .input.is-large~.icon,html.theme--documenter-dark .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,html.theme--documenter-dark .control.has-icons-left .select.is-large~.icon,html.theme--documenter-dark .control.has-icons-right .input.is-large~.icon,html.theme--documenter-dark .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,html.theme--documenter-dark .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}html.theme--documenter-dark .control.has-icons-left .icon,html.theme--documenter-dark .control.has-icons-right .icon{color:#5e6d6f;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}html.theme--documenter-dark .control.has-icons-left .input,html.theme--documenter-dark .control.has-icons-left #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-left form.docs-search>input,html.theme--documenter-dark .control.has-icons-left .select select{padding-left:2.5em}html.theme--documenter-dark .control.has-icons-left .icon.is-left{left:0}html.theme--documenter-dark .control.has-icons-right .input,html.theme--documenter-dark .control.has-icons-right #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-right form.docs-search>input,html.theme--documenter-dark .control.has-icons-right .select select{padding-right:2.5em}html.theme--documenter-dark .control.has-icons-right .icon.is-right{right:0}html.theme--documenter-dark .control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}html.theme--documenter-dark .control.is-loading.is-small:after,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--documenter-dark .control.is-loading.is-medium:after{font-size:1.25rem}html.theme--documenter-dark .control.is-loading.is-large:after{font-size:1.5rem}html.theme--documenter-dark .breadcrumb{font-size:1rem;white-space:nowrap}html.theme--documenter-dark .breadcrumb a{align-items:center;color:#1abc9c;display:flex;justify-content:center;padding:0 .75em}html.theme--documenter-dark .breadcrumb a:hover{color:#1dd2af}html.theme--documenter-dark .breadcrumb li{align-items:center;display:flex}html.theme--documenter-dark .breadcrumb li:first-child a{padding-left:0}html.theme--documenter-dark .breadcrumb li.is-active a{color:#f2f2f2;cursor:default;pointer-events:none}html.theme--documenter-dark .breadcrumb li+li::before{color:#8c9b9d;content:"\0002f"}html.theme--documenter-dark .breadcrumb ul,html.theme--documenter-dark .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--documenter-dark .breadcrumb .icon:first-child{margin-right:.5em}html.theme--documenter-dark .breadcrumb .icon:last-child{margin-left:.5em}html.theme--documenter-dark .breadcrumb.is-centered ol,html.theme--documenter-dark .breadcrumb.is-centered ul{justify-content:center}html.theme--documenter-dark .breadcrumb.is-right ol,html.theme--documenter-dark .breadcrumb.is-right ul{justify-content:flex-end}html.theme--documenter-dark .breadcrumb.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}html.theme--documenter-dark .breadcrumb.is-medium{font-size:1.25rem}html.theme--documenter-dark .breadcrumb.is-large{font-size:1.5rem}html.theme--documenter-dark .breadcrumb.has-arrow-separator li+li::before{content:"\02192"}html.theme--documenter-dark .breadcrumb.has-bullet-separator li+li::before{content:"\02022"}html.theme--documenter-dark .breadcrumb.has-dot-separator li+li::before{content:"\000b7"}html.theme--documenter-dark .breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}html.theme--documenter-dark .card{background-color:#fff;border-radius:.25rem;box-shadow:#171717;color:#fff;max-width:100%;position:relative}html.theme--documenter-dark .card-footer:first-child,html.theme--documenter-dark .card-content:first-child,html.theme--documenter-dark .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--documenter-dark .card-footer:last-child,html.theme--documenter-dark .card-content:last-child,html.theme--documenter-dark .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--documenter-dark .card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);display:flex}html.theme--documenter-dark .card-header-title{align-items:center;color:#f2f2f2;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}html.theme--documenter-dark .card-header-title.is-centered{justify-content:center}html.theme--documenter-dark .card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:0.75rem 1rem}html.theme--documenter-dark .card-image{display:block;position:relative}html.theme--documenter-dark .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--documenter-dark .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--documenter-dark .card-content{background-color:rgba(0,0,0,0);padding:1.5rem}html.theme--documenter-dark .card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}html.theme--documenter-dark .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}html.theme--documenter-dark .card-footer-item:not(:last-child){border-right:1px solid #ededed}html.theme--documenter-dark .card .media:not(:last-child){margin-bottom:1.5rem}html.theme--documenter-dark .dropdown{display:inline-flex;position:relative;vertical-align:top}html.theme--documenter-dark .dropdown.is-active .dropdown-menu,html.theme--documenter-dark .dropdown.is-hoverable:hover .dropdown-menu{display:block}html.theme--documenter-dark .dropdown.is-right .dropdown-menu{left:auto;right:0}html.theme--documenter-dark .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}html.theme--documenter-dark .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}html.theme--documenter-dark .dropdown-content{background-color:#282f2f;border-radius:.4em;box-shadow:#171717;padding-bottom:.5rem;padding-top:.5rem}html.theme--documenter-dark .dropdown-item{color:#fff;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}html.theme--documenter-dark a.dropdown-item,html.theme--documenter-dark button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}html.theme--documenter-dark a.dropdown-item:hover,html.theme--documenter-dark button.dropdown-item:hover{background-color:#282f2f;color:#0a0a0a}html.theme--documenter-dark a.dropdown-item.is-active,html.theme--documenter-dark button.dropdown-item.is-active{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}html.theme--documenter-dark .level{align-items:center;justify-content:space-between}html.theme--documenter-dark .level code{border-radius:.4em}html.theme--documenter-dark .level img{display:inline-block;vertical-align:top}html.theme--documenter-dark .level.is-mobile{display:flex}html.theme--documenter-dark .level.is-mobile .level-left,html.theme--documenter-dark .level.is-mobile .level-right{display:flex}html.theme--documenter-dark .level.is-mobile .level-left+.level-right{margin-top:0}html.theme--documenter-dark .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--documenter-dark .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{html.theme--documenter-dark .level{display:flex}html.theme--documenter-dark .level>.level-item:not(.is-narrow){flex-grow:1}}html.theme--documenter-dark .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}html.theme--documenter-dark .level-item .title,html.theme--documenter-dark .level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){html.theme--documenter-dark .level-item:not(:last-child){margin-bottom:.75rem}}html.theme--documenter-dark .level-left,html.theme--documenter-dark .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--documenter-dark .level-left .level-item.is-flexible,html.theme--documenter-dark .level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{html.theme--documenter-dark .level-left .level-item:not(:last-child),html.theme--documenter-dark .level-right .level-item:not(:last-child){margin-right:.75rem}}html.theme--documenter-dark .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){html.theme--documenter-dark .level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .level-left{display:flex}}html.theme--documenter-dark .level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{html.theme--documenter-dark .level-right{display:flex}}html.theme--documenter-dark .media{align-items:flex-start;display:flex;text-align:inherit}html.theme--documenter-dark .media .content:not(:last-child){margin-bottom:.75rem}html.theme--documenter-dark .media .media{border-top:1px solid rgba(94,109,111,0.5);display:flex;padding-top:.75rem}html.theme--documenter-dark .media .media .content:not(:last-child),html.theme--documenter-dark .media .media .control:not(:last-child){margin-bottom:.5rem}html.theme--documenter-dark .media .media .media{padding-top:.5rem}html.theme--documenter-dark .media .media .media+.media{margin-top:.5rem}html.theme--documenter-dark .media+.media{border-top:1px solid rgba(94,109,111,0.5);margin-top:1rem;padding-top:1rem}html.theme--documenter-dark .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}html.theme--documenter-dark .media-left,html.theme--documenter-dark .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--documenter-dark .media-left{margin-right:1rem}html.theme--documenter-dark .media-right{margin-left:1rem}html.theme--documenter-dark .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){html.theme--documenter-dark .media-content{overflow-x:auto}}html.theme--documenter-dark .menu{font-size:1rem}html.theme--documenter-dark .menu.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}html.theme--documenter-dark .menu.is-medium{font-size:1.25rem}html.theme--documenter-dark .menu.is-large{font-size:1.5rem}html.theme--documenter-dark .menu-list{line-height:1.25}html.theme--documenter-dark .menu-list a{border-radius:3px;color:#fff;display:block;padding:0.5em 0.75em}html.theme--documenter-dark .menu-list a:hover{background-color:#282f2f;color:#f2f2f2}html.theme--documenter-dark .menu-list a.is-active{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .menu-list li ul{border-left:1px solid #5e6d6f;margin:.75em;padding-left:.75em}html.theme--documenter-dark .menu-label{color:#fff;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}html.theme--documenter-dark .menu-label:not(:first-child){margin-top:1em}html.theme--documenter-dark .menu-label:not(:last-child){margin-bottom:1em}html.theme--documenter-dark .message{background-color:#282f2f;border-radius:.4em;font-size:1rem}html.theme--documenter-dark .message strong{color:currentColor}html.theme--documenter-dark .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--documenter-dark .message.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}html.theme--documenter-dark .message.is-medium{font-size:1.25rem}html.theme--documenter-dark .message.is-large{font-size:1.5rem}html.theme--documenter-dark .message.is-white{background-color:#fff}html.theme--documenter-dark .message.is-white .message-header{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .message.is-white .message-body{border-color:#fff}html.theme--documenter-dark .message.is-black{background-color:#fafafa}html.theme--documenter-dark .message.is-black .message-header{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .message.is-black .message-body{border-color:#0a0a0a}html.theme--documenter-dark .message.is-light{background-color:#f9fafb}html.theme--documenter-dark .message.is-light .message-header{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .message.is-light .message-body{border-color:#ecf0f1}html.theme--documenter-dark .message.is-dark,html.theme--documenter-dark .content kbd.message{background-color:#f9fafa}html.theme--documenter-dark .message.is-dark .message-header,html.theme--documenter-dark .content kbd.message .message-header{background-color:#282f2f;color:#fff}html.theme--documenter-dark .message.is-dark .message-body,html.theme--documenter-dark .content kbd.message .message-body{border-color:#282f2f}html.theme--documenter-dark .message.is-primary,html.theme--documenter-dark .docstring>section>a.message.docs-sourcelink{background-color:#f1f5f9}html.theme--documenter-dark .message.is-primary .message-header,html.theme--documenter-dark .docstring>section>a.message.docs-sourcelink .message-header{background-color:#375a7f;color:#fff}html.theme--documenter-dark .message.is-primary .message-body,html.theme--documenter-dark .docstring>section>a.message.docs-sourcelink .message-body{border-color:#375a7f;color:#4d7eb2}html.theme--documenter-dark .message.is-link{background-color:#edfdf9}html.theme--documenter-dark .message.is-link .message-header{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .message.is-link .message-body{border-color:#1abc9c;color:#15987e}html.theme--documenter-dark .message.is-info{background-color:#ebf7ff}html.theme--documenter-dark .message.is-info .message-header{background-color:#024c7d;color:#fff}html.theme--documenter-dark .message.is-info .message-body{border-color:#024c7d;color:#0e9dfb}html.theme--documenter-dark .message.is-success{background-color:#ebfff3}html.theme--documenter-dark .message.is-success .message-header{background-color:#008438;color:#fff}html.theme--documenter-dark .message.is-success .message-body{border-color:#008438;color:#00eb64}html.theme--documenter-dark .message.is-warning{background-color:#fffaeb}html.theme--documenter-dark .message.is-warning .message-header{background-color:#ad8100;color:#fff}html.theme--documenter-dark .message.is-warning .message-body{border-color:#ad8100;color:#d19c00}html.theme--documenter-dark .message.is-danger{background-color:#fdeeec}html.theme--documenter-dark .message.is-danger .message-header{background-color:#9e1b0d;color:#fff}html.theme--documenter-dark .message.is-danger .message-body{border-color:#9e1b0d;color:#ec311d}html.theme--documenter-dark .message-header{align-items:center;background-color:#fff;border-radius:.4em .4em 0 0;color:rgba(0,0,0,0.7);display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}html.theme--documenter-dark .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}html.theme--documenter-dark .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}html.theme--documenter-dark .message-body{border-color:#5e6d6f;border-radius:.4em;border-style:solid;border-width:0 0 0 4px;color:#fff;padding:1.25em 1.5em}html.theme--documenter-dark .message-body code,html.theme--documenter-dark .message-body pre{background-color:#fff}html.theme--documenter-dark .message-body pre code{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}html.theme--documenter-dark .modal.is-active{display:flex}html.theme--documenter-dark .modal-background{background-color:rgba(10,10,10,0.86)}html.theme--documenter-dark .modal-content,html.theme--documenter-dark .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){html.theme--documenter-dark .modal-content,html.theme--documenter-dark .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}html.theme--documenter-dark .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}html.theme--documenter-dark .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}html.theme--documenter-dark .modal-card-head,html.theme--documenter-dark .modal-card-foot{align-items:center;background-color:#282f2f;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}html.theme--documenter-dark .modal-card-head{border-bottom:1px solid #5e6d6f;border-top-left-radius:8px;border-top-right-radius:8px}html.theme--documenter-dark .modal-card-title{color:#f2f2f2;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}html.theme--documenter-dark .modal-card-foot{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #5e6d6f}html.theme--documenter-dark .modal-card-foot .button:not(:last-child){margin-right:.5em}html.theme--documenter-dark .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}html.theme--documenter-dark .navbar{background-color:#375a7f;min-height:4rem;position:relative;z-index:30}html.theme--documenter-dark .navbar.is-white{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-white .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-white .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-white .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-white .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-white .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-white .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-white .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-white .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-white .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-white .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-white .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-white .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-white .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-white .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-white .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-white .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-white .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}html.theme--documenter-dark .navbar.is-black{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-black .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-black .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-black .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-black .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-black .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-black .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-black .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-black .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-black .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-black .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-black .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-black .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-black .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-black .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-black .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-black .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-black .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-black .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-black .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}html.theme--documenter-dark .navbar.is-light{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-light .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-light .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-light .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-light .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#dde4e6;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-light .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-light .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-light .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-light .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-light .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-light .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-light .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-light .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-light .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-light .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-light .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-light .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-light .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#dde4e6;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#dde4e6;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}}html.theme--documenter-dark .navbar.is-dark,html.theme--documenter-dark .content kbd.navbar{background-color:#282f2f;color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-brand>.navbar-item,html.theme--documenter-dark .content kbd.navbar .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-dark .navbar-brand .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .content kbd.navbar .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-dark .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .content kbd.navbar .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-dark .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-dark .navbar-brand .navbar-link:focus,html.theme--documenter-dark .content kbd.navbar .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-dark .navbar-brand .navbar-link:hover,html.theme--documenter-dark .content kbd.navbar .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-dark .navbar-brand .navbar-link.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#1d2122;color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-brand .navbar-link::after,html.theme--documenter-dark .content kbd.navbar .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-burger,html.theme--documenter-dark .content kbd.navbar .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-dark .navbar-start>.navbar-item,html.theme--documenter-dark .content kbd.navbar .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-dark .navbar-start .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-dark .navbar-end>.navbar-item,html.theme--documenter-dark .content kbd.navbar .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-dark .navbar-end .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .content kbd.navbar .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-dark .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .content kbd.navbar .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-dark .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-dark .navbar-start .navbar-link:focus,html.theme--documenter-dark .content kbd.navbar .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-dark .navbar-start .navbar-link:hover,html.theme--documenter-dark .content kbd.navbar .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-dark .navbar-start .navbar-link.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-dark .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .content kbd.navbar .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-dark .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .content kbd.navbar .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-dark .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-dark .navbar-end .navbar-link:focus,html.theme--documenter-dark .content kbd.navbar .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-dark .navbar-end .navbar-link:hover,html.theme--documenter-dark .content kbd.navbar .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-dark .navbar-end .navbar-link.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#1d2122;color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-start .navbar-link::after,html.theme--documenter-dark .content kbd.navbar .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-dark .navbar-end .navbar-link::after,html.theme--documenter-dark .content kbd.navbar .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#1d2122;color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-dropdown a.navbar-item.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#282f2f;color:#fff}}html.theme--documenter-dark .navbar.is-primary,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink{background-color:#375a7f;color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-brand>.navbar-item,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-primary .navbar-brand .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-primary .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-primary .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-primary .navbar-brand .navbar-link:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-primary .navbar-brand .navbar-link:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-primary .navbar-brand .navbar-link.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#2f4d6d;color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-brand .navbar-link::after,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-burger,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-primary .navbar-start>.navbar-item,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-primary .navbar-start .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-primary .navbar-end>.navbar-item,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-primary .navbar-end .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-primary .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-primary .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-primary .navbar-start .navbar-link:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-primary .navbar-start .navbar-link:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-primary .navbar-start .navbar-link.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-primary .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-primary .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-primary .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-primary .navbar-end .navbar-link:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-primary .navbar-end .navbar-link:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-primary .navbar-end .navbar-link.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#2f4d6d;color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-start .navbar-link::after,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-primary .navbar-end .navbar-link::after,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2f4d6d;color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#375a7f;color:#fff}}html.theme--documenter-dark .navbar.is-link{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-link .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-link .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-link .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-link .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-link .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#17a689;color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-link .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-link .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-link .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-link .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-link .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-link .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-link .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-link .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-link .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-link .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-link .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-link .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-link .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-link .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#17a689;color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#17a689;color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#1abc9c;color:#fff}}html.theme--documenter-dark .navbar.is-info{background-color:#024c7d;color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-info .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-info .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-info .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-info .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-info .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#023d64;color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-info .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-info .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-info .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-info .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-info .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-info .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-info .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-info .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-info .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-info .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-info .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-info .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-info .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-info .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#023d64;color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#023d64;color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#024c7d;color:#fff}}html.theme--documenter-dark .navbar.is-success{background-color:#008438;color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-success .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-success .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-success .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-success .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-success .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#006b2d;color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-success .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-success .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-success .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-success .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-success .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-success .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-success .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-success .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-success .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-success .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-success .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-success .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-success .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-success .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#006b2d;color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#006b2d;color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#008438;color:#fff}}html.theme--documenter-dark .navbar.is-warning{background-color:#ad8100;color:#fff}html.theme--documenter-dark .navbar.is-warning .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-warning .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-warning .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-warning .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#946e00;color:#fff}html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-warning .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-warning .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-warning .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-warning .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-warning .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-warning .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-warning .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-warning .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-warning .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-warning .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-warning .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-warning .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-warning .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-warning .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-warning .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-warning .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#946e00;color:#fff}html.theme--documenter-dark .navbar.is-warning .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-warning .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#946e00;color:#fff}html.theme--documenter-dark .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ad8100;color:#fff}}html.theme--documenter-dark .navbar.is-danger{background-color:#9e1b0d;color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-danger .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-danger .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-danger .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-danger .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-danger .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#86170b;color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-danger .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-danger .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-danger .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-danger .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-danger .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-danger .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-danger .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-danger .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-danger .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-danger .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-danger .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-danger .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-danger .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-danger .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#86170b;color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#86170b;color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#9e1b0d;color:#fff}}html.theme--documenter-dark .navbar>.container{align-items:stretch;display:flex;min-height:4rem;width:100%}html.theme--documenter-dark .navbar.has-shadow{box-shadow:0 2px 0 0 #282f2f}html.theme--documenter-dark .navbar.is-fixed-bottom,html.theme--documenter-dark .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}html.theme--documenter-dark .navbar.is-fixed-bottom{bottom:0}html.theme--documenter-dark .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #282f2f}html.theme--documenter-dark .navbar.is-fixed-top{top:0}html.theme--documenter-dark html.has-navbar-fixed-top,html.theme--documenter-dark body.has-navbar-fixed-top{padding-top:4rem}html.theme--documenter-dark html.has-navbar-fixed-bottom,html.theme--documenter-dark body.has-navbar-fixed-bottom{padding-bottom:4rem}html.theme--documenter-dark .navbar-brand,html.theme--documenter-dark .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:4rem}html.theme--documenter-dark .navbar-brand a.navbar-item:focus,html.theme--documenter-dark .navbar-brand a.navbar-item:hover{background-color:transparent}html.theme--documenter-dark .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}html.theme--documenter-dark .navbar-burger{color:#fff;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:4rem;position:relative;width:4rem;margin-left:auto}html.theme--documenter-dark .navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}html.theme--documenter-dark .navbar-burger span:nth-child(1){top:calc(50% - 6px)}html.theme--documenter-dark .navbar-burger span:nth-child(2){top:calc(50% - 1px)}html.theme--documenter-dark .navbar-burger span:nth-child(3){top:calc(50% + 4px)}html.theme--documenter-dark .navbar-burger:hover{background-color:rgba(0,0,0,0.05)}html.theme--documenter-dark .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.theme--documenter-dark .navbar-burger.is-active span:nth-child(2){opacity:0}html.theme--documenter-dark .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}html.theme--documenter-dark .navbar-menu{display:none}html.theme--documenter-dark .navbar-item,html.theme--documenter-dark .navbar-link{color:#fff;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}html.theme--documenter-dark .navbar-item .icon:only-child,html.theme--documenter-dark .navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}html.theme--documenter-dark a.navbar-item,html.theme--documenter-dark .navbar-link{cursor:pointer}html.theme--documenter-dark a.navbar-item:focus,html.theme--documenter-dark a.navbar-item:focus-within,html.theme--documenter-dark a.navbar-item:hover,html.theme--documenter-dark a.navbar-item.is-active,html.theme--documenter-dark .navbar-link:focus,html.theme--documenter-dark .navbar-link:focus-within,html.theme--documenter-dark .navbar-link:hover,html.theme--documenter-dark .navbar-link.is-active{background-color:rgba(0,0,0,0);color:#1abc9c}html.theme--documenter-dark .navbar-item{flex-grow:0;flex-shrink:0}html.theme--documenter-dark .navbar-item img{max-height:1.75rem}html.theme--documenter-dark .navbar-item.has-dropdown{padding:0}html.theme--documenter-dark .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:4rem;padding-bottom:calc(0.5rem - 1px)}html.theme--documenter-dark .navbar-item.is-tab:focus,html.theme--documenter-dark .navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#1abc9c}html.theme--documenter-dark .navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#1abc9c;border-bottom-style:solid;border-bottom-width:3px;color:#1abc9c;padding-bottom:calc(0.5rem - 3px)}html.theme--documenter-dark .navbar-content{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .navbar-link:not(.is-arrowless){padding-right:2.5em}html.theme--documenter-dark .navbar-link:not(.is-arrowless)::after{border-color:#fff;margin-top:-0.375em;right:1.125em}html.theme--documenter-dark .navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}html.theme--documenter-dark .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}html.theme--documenter-dark .navbar-divider{background-color:rgba(0,0,0,0.2);border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1055px){html.theme--documenter-dark .navbar>.container{display:block}html.theme--documenter-dark .navbar-brand .navbar-item,html.theme--documenter-dark .navbar-tabs .navbar-item{align-items:center;display:flex}html.theme--documenter-dark .navbar-link::after{display:none}html.theme--documenter-dark .navbar-menu{background-color:#375a7f;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}html.theme--documenter-dark .navbar-menu.is-active{display:block}html.theme--documenter-dark .navbar.is-fixed-bottom-touch,html.theme--documenter-dark .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}html.theme--documenter-dark .navbar.is-fixed-bottom-touch{bottom:0}html.theme--documenter-dark .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--documenter-dark .navbar.is-fixed-top-touch{top:0}html.theme--documenter-dark .navbar.is-fixed-top .navbar-menu,html.theme--documenter-dark .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4rem);overflow:auto}html.theme--documenter-dark html.has-navbar-fixed-top-touch,html.theme--documenter-dark body.has-navbar-fixed-top-touch{padding-top:4rem}html.theme--documenter-dark html.has-navbar-fixed-bottom-touch,html.theme--documenter-dark body.has-navbar-fixed-bottom-touch{padding-bottom:4rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar,html.theme--documenter-dark .navbar-menu,html.theme--documenter-dark .navbar-start,html.theme--documenter-dark .navbar-end{align-items:stretch;display:flex}html.theme--documenter-dark .navbar{min-height:4rem}html.theme--documenter-dark .navbar.is-spaced{padding:1rem 2rem}html.theme--documenter-dark .navbar.is-spaced .navbar-start,html.theme--documenter-dark .navbar.is-spaced .navbar-end{align-items:center}html.theme--documenter-dark .navbar.is-spaced a.navbar-item,html.theme--documenter-dark .navbar.is-spaced .navbar-link{border-radius:.4em}html.theme--documenter-dark .navbar.is-transparent a.navbar-item:focus,html.theme--documenter-dark .navbar.is-transparent a.navbar-item:hover,html.theme--documenter-dark .navbar.is-transparent a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-transparent .navbar-link:focus,html.theme--documenter-dark .navbar.is-transparent .navbar-link:hover,html.theme--documenter-dark .navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}html.theme--documenter-dark .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,html.theme--documenter-dark .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,html.theme--documenter-dark .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,html.theme--documenter-dark .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}html.theme--documenter-dark .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,html.theme--documenter-dark .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#dbdee0}html.theme--documenter-dark .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#1abc9c}html.theme--documenter-dark .navbar-burger{display:none}html.theme--documenter-dark .navbar-item,html.theme--documenter-dark .navbar-link{align-items:center;display:flex}html.theme--documenter-dark .navbar-item.has-dropdown{align-items:stretch}html.theme--documenter-dark .navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}html.theme--documenter-dark .navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:1px solid rgba(0,0,0,0.2);border-radius:8px 8px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}html.theme--documenter-dark .navbar-item.is-active .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced html.theme--documenter-dark .navbar-item.is-active .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--documenter-dark .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--documenter-dark .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--documenter-dark .navbar-item.is-hoverable:hover .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}html.theme--documenter-dark .navbar-menu{flex-grow:1;flex-shrink:0}html.theme--documenter-dark .navbar-start{justify-content:flex-start;margin-right:auto}html.theme--documenter-dark .navbar-end{justify-content:flex-end;margin-left:auto}html.theme--documenter-dark .navbar-dropdown{background-color:#375a7f;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid rgba(0,0,0,0.2);box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}html.theme--documenter-dark .navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}html.theme--documenter-dark .navbar-dropdown a.navbar-item{padding-right:3rem}html.theme--documenter-dark .navbar-dropdown a.navbar-item:focus,html.theme--documenter-dark .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#dbdee0}html.theme--documenter-dark .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#1abc9c}.navbar.is-spaced html.theme--documenter-dark .navbar-dropdown,html.theme--documenter-dark .navbar-dropdown.is-boxed{border-radius:8px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, transform}html.theme--documenter-dark .navbar-dropdown.is-right{left:auto;right:0}html.theme--documenter-dark .navbar-divider{display:block}html.theme--documenter-dark .navbar>.container .navbar-brand,html.theme--documenter-dark .container>.navbar .navbar-brand{margin-left:-.75rem}html.theme--documenter-dark .navbar>.container .navbar-menu,html.theme--documenter-dark .container>.navbar .navbar-menu{margin-right:-.75rem}html.theme--documenter-dark .navbar.is-fixed-bottom-desktop,html.theme--documenter-dark .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}html.theme--documenter-dark .navbar.is-fixed-bottom-desktop{bottom:0}html.theme--documenter-dark .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--documenter-dark .navbar.is-fixed-top-desktop{top:0}html.theme--documenter-dark html.has-navbar-fixed-top-desktop,html.theme--documenter-dark body.has-navbar-fixed-top-desktop{padding-top:4rem}html.theme--documenter-dark html.has-navbar-fixed-bottom-desktop,html.theme--documenter-dark body.has-navbar-fixed-bottom-desktop{padding-bottom:4rem}html.theme--documenter-dark html.has-spaced-navbar-fixed-top,html.theme--documenter-dark body.has-spaced-navbar-fixed-top{padding-top:6rem}html.theme--documenter-dark html.has-spaced-navbar-fixed-bottom,html.theme--documenter-dark body.has-spaced-navbar-fixed-bottom{padding-bottom:6rem}html.theme--documenter-dark a.navbar-item.is-active,html.theme--documenter-dark .navbar-link.is-active{color:#1abc9c}html.theme--documenter-dark a.navbar-item.is-active:not(:focus):not(:hover),html.theme--documenter-dark .navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}html.theme--documenter-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}html.theme--documenter-dark .hero.is-fullheight-with-navbar{min-height:calc(100vh - 4rem)}html.theme--documenter-dark .pagination{font-size:1rem;margin:-.25rem}html.theme--documenter-dark .pagination.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}html.theme--documenter-dark .pagination.is-medium{font-size:1.25rem}html.theme--documenter-dark .pagination.is-large{font-size:1.5rem}html.theme--documenter-dark .pagination.is-rounded .pagination-previous,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,html.theme--documenter-dark .pagination.is-rounded .pagination-next,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}html.theme--documenter-dark .pagination.is-rounded .pagination-link,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}html.theme--documenter-dark .pagination,html.theme--documenter-dark .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-link{border-color:#5e6d6f;color:#1abc9c;min-width:2.5em}html.theme--documenter-dark .pagination-previous:hover,html.theme--documenter-dark .pagination-next:hover,html.theme--documenter-dark .pagination-link:hover{border-color:#8c9b9d;color:#1dd2af}html.theme--documenter-dark .pagination-previous:focus,html.theme--documenter-dark .pagination-next:focus,html.theme--documenter-dark .pagination-link:focus{border-color:#8c9b9d}html.theme--documenter-dark .pagination-previous:active,html.theme--documenter-dark .pagination-next:active,html.theme--documenter-dark .pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}html.theme--documenter-dark .pagination-previous[disabled],html.theme--documenter-dark .pagination-previous.is-disabled,html.theme--documenter-dark .pagination-next[disabled],html.theme--documenter-dark .pagination-next.is-disabled,html.theme--documenter-dark .pagination-link[disabled],html.theme--documenter-dark .pagination-link.is-disabled{background-color:#5e6d6f;border-color:#5e6d6f;box-shadow:none;color:#fff;opacity:0.5}html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}html.theme--documenter-dark .pagination-link.is-current{background-color:#1abc9c;border-color:#1abc9c;color:#fff}html.theme--documenter-dark .pagination-ellipsis{color:#8c9b9d;pointer-events:none}html.theme--documenter-dark .pagination-list{flex-wrap:wrap}html.theme--documenter-dark .pagination-list li{list-style:none}@media screen and (max-width: 768px){html.theme--documenter-dark .pagination{flex-wrap:wrap}html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-ellipsis{margin-bottom:0;margin-top:0}html.theme--documenter-dark .pagination-previous{order:2}html.theme--documenter-dark .pagination-next{order:3}html.theme--documenter-dark .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}html.theme--documenter-dark .pagination.is-centered .pagination-previous{order:1}html.theme--documenter-dark .pagination.is-centered .pagination-list{justify-content:center;order:2}html.theme--documenter-dark .pagination.is-centered .pagination-next{order:3}html.theme--documenter-dark .pagination.is-right .pagination-previous{order:1}html.theme--documenter-dark .pagination.is-right .pagination-next{order:2}html.theme--documenter-dark .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}html.theme--documenter-dark .panel{border-radius:8px;box-shadow:#171717;font-size:1rem}html.theme--documenter-dark .panel:not(:last-child){margin-bottom:1.5rem}html.theme--documenter-dark .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}html.theme--documenter-dark .panel.is-white .panel-block.is-active .panel-icon{color:#fff}html.theme--documenter-dark .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}html.theme--documenter-dark .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}html.theme--documenter-dark .panel.is-light .panel-heading{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .panel.is-light .panel-tabs a.is-active{border-bottom-color:#ecf0f1}html.theme--documenter-dark .panel.is-light .panel-block.is-active .panel-icon{color:#ecf0f1}html.theme--documenter-dark .panel.is-dark .panel-heading,html.theme--documenter-dark .content kbd.panel .panel-heading{background-color:#282f2f;color:#fff}html.theme--documenter-dark .panel.is-dark .panel-tabs a.is-active,html.theme--documenter-dark .content kbd.panel .panel-tabs a.is-active{border-bottom-color:#282f2f}html.theme--documenter-dark .panel.is-dark .panel-block.is-active .panel-icon,html.theme--documenter-dark .content kbd.panel .panel-block.is-active .panel-icon{color:#282f2f}html.theme--documenter-dark .panel.is-primary .panel-heading,html.theme--documenter-dark .docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#375a7f;color:#fff}html.theme--documenter-dark .panel.is-primary .panel-tabs a.is-active,html.theme--documenter-dark .docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#375a7f}html.theme--documenter-dark .panel.is-primary .panel-block.is-active .panel-icon,html.theme--documenter-dark .docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#375a7f}html.theme--documenter-dark .panel.is-link .panel-heading{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .panel.is-link .panel-tabs a.is-active{border-bottom-color:#1abc9c}html.theme--documenter-dark .panel.is-link .panel-block.is-active .panel-icon{color:#1abc9c}html.theme--documenter-dark .panel.is-info .panel-heading{background-color:#024c7d;color:#fff}html.theme--documenter-dark .panel.is-info .panel-tabs a.is-active{border-bottom-color:#024c7d}html.theme--documenter-dark .panel.is-info .panel-block.is-active .panel-icon{color:#024c7d}html.theme--documenter-dark .panel.is-success .panel-heading{background-color:#008438;color:#fff}html.theme--documenter-dark .panel.is-success .panel-tabs a.is-active{border-bottom-color:#008438}html.theme--documenter-dark .panel.is-success .panel-block.is-active .panel-icon{color:#008438}html.theme--documenter-dark .panel.is-warning .panel-heading{background-color:#ad8100;color:#fff}html.theme--documenter-dark .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ad8100}html.theme--documenter-dark .panel.is-warning .panel-block.is-active .panel-icon{color:#ad8100}html.theme--documenter-dark .panel.is-danger .panel-heading{background-color:#9e1b0d;color:#fff}html.theme--documenter-dark .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#9e1b0d}html.theme--documenter-dark .panel.is-danger .panel-block.is-active .panel-icon{color:#9e1b0d}html.theme--documenter-dark .panel-tabs:not(:last-child),html.theme--documenter-dark .panel-block:not(:last-child){border-bottom:1px solid #ededed}html.theme--documenter-dark .panel-heading{background-color:#343c3d;border-radius:8px 8px 0 0;color:#f2f2f2;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}html.theme--documenter-dark .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}html.theme--documenter-dark .panel-tabs a{border-bottom:1px solid #5e6d6f;margin-bottom:-1px;padding:0.5em}html.theme--documenter-dark .panel-tabs a.is-active{border-bottom-color:#343c3d;color:#17a689}html.theme--documenter-dark .panel-list a{color:#fff}html.theme--documenter-dark .panel-list a:hover{color:#1abc9c}html.theme--documenter-dark .panel-block{align-items:center;color:#f2f2f2;display:flex;justify-content:flex-start;padding:0.5em 0.75em}html.theme--documenter-dark .panel-block input[type="checkbox"]{margin-right:.75em}html.theme--documenter-dark .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}html.theme--documenter-dark .panel-block.is-wrapped{flex-wrap:wrap}html.theme--documenter-dark .panel-block.is-active{border-left-color:#1abc9c;color:#17a689}html.theme--documenter-dark .panel-block.is-active .panel-icon{color:#1abc9c}html.theme--documenter-dark .panel-block:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.theme--documenter-dark a.panel-block,html.theme--documenter-dark label.panel-block{cursor:pointer}html.theme--documenter-dark a.panel-block:hover,html.theme--documenter-dark label.panel-block:hover{background-color:#282f2f}html.theme--documenter-dark .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#fff;margin-right:.75em}html.theme--documenter-dark .panel-icon .fa{font-size:inherit;line-height:inherit}html.theme--documenter-dark .tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}html.theme--documenter-dark .tabs a{align-items:center;border-bottom-color:#5e6d6f;border-bottom-style:solid;border-bottom-width:1px;color:#fff;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}html.theme--documenter-dark .tabs a:hover{border-bottom-color:#f2f2f2;color:#f2f2f2}html.theme--documenter-dark .tabs li{display:block}html.theme--documenter-dark .tabs li.is-active a{border-bottom-color:#1abc9c;color:#1abc9c}html.theme--documenter-dark .tabs ul{align-items:center;border-bottom-color:#5e6d6f;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}html.theme--documenter-dark .tabs ul.is-left{padding-right:0.75em}html.theme--documenter-dark .tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}html.theme--documenter-dark .tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}html.theme--documenter-dark .tabs .icon:first-child{margin-right:.5em}html.theme--documenter-dark .tabs .icon:last-child{margin-left:.5em}html.theme--documenter-dark .tabs.is-centered ul{justify-content:center}html.theme--documenter-dark .tabs.is-right ul{justify-content:flex-end}html.theme--documenter-dark .tabs.is-boxed a{border:1px solid transparent;border-radius:.4em .4em 0 0}html.theme--documenter-dark .tabs.is-boxed a:hover{background-color:#282f2f;border-bottom-color:#5e6d6f}html.theme--documenter-dark .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#5e6d6f;border-bottom-color:rgba(0,0,0,0) !important}html.theme--documenter-dark .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}html.theme--documenter-dark .tabs.is-toggle a{border-color:#5e6d6f;border-style:solid;border-width:1px;margin-bottom:0;position:relative}html.theme--documenter-dark .tabs.is-toggle a:hover{background-color:#282f2f;border-color:#8c9b9d;z-index:2}html.theme--documenter-dark .tabs.is-toggle li+li{margin-left:-1px}html.theme--documenter-dark .tabs.is-toggle li:first-child a{border-top-left-radius:.4em;border-bottom-left-radius:.4em}html.theme--documenter-dark .tabs.is-toggle li:last-child a{border-top-right-radius:.4em;border-bottom-right-radius:.4em}html.theme--documenter-dark .tabs.is-toggle li.is-active a{background-color:#1abc9c;border-color:#1abc9c;color:#fff;z-index:1}html.theme--documenter-dark .tabs.is-toggle ul{border-bottom:none}html.theme--documenter-dark .tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}html.theme--documenter-dark .tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}html.theme--documenter-dark .tabs.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}html.theme--documenter-dark .tabs.is-medium{font-size:1.25rem}html.theme--documenter-dark .tabs.is-large{font-size:1.5rem}html.theme--documenter-dark .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>html.theme--documenter-dark .column.is-narrow{flex:none;width:unset}.columns.is-mobile>html.theme--documenter-dark .column.is-full{flex:none;width:100%}.columns.is-mobile>html.theme--documenter-dark .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>html.theme--documenter-dark .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>html.theme--documenter-dark .column.is-half{flex:none;width:50%}.columns.is-mobile>html.theme--documenter-dark .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>html.theme--documenter-dark .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>html.theme--documenter-dark .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>html.theme--documenter-dark .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>html.theme--documenter-dark .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>html.theme--documenter-dark .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-half{margin-left:50%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>html.theme--documenter-dark .column.is-0{flex:none;width:0%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-0{margin-left:0%}.columns.is-mobile>html.theme--documenter-dark .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-3{flex:none;width:25%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-3{margin-left:25%}.columns.is-mobile>html.theme--documenter-dark .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-6{flex:none;width:50%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-6{margin-left:50%}.columns.is-mobile>html.theme--documenter-dark .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-9{flex:none;width:75%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-9{margin-left:75%}.columns.is-mobile>html.theme--documenter-dark .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-12{flex:none;width:100%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){html.theme--documenter-dark .column.is-narrow-mobile{flex:none;width:unset}html.theme--documenter-dark .column.is-full-mobile{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters-mobile{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds-mobile{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half-mobile{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third-mobile{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter-mobile{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth-mobile{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths-mobile{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths-mobile{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths-mobile{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters-mobile{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds-mobile{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half-mobile{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third-mobile{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter-mobile{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth-mobile{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths-mobile{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths-mobile{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths-mobile{margin-left:80%}html.theme--documenter-dark .column.is-0-mobile{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0-mobile{margin-left:0%}html.theme--documenter-dark .column.is-1-mobile{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1-mobile{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2-mobile{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2-mobile{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3-mobile{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3-mobile{margin-left:25%}html.theme--documenter-dark .column.is-4-mobile{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4-mobile{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5-mobile{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5-mobile{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6-mobile{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6-mobile{margin-left:50%}html.theme--documenter-dark .column.is-7-mobile{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7-mobile{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8-mobile{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8-mobile{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9-mobile{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9-mobile{margin-left:75%}html.theme--documenter-dark .column.is-10-mobile{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10-mobile{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11-mobile{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11-mobile{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12-mobile{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .column.is-narrow,html.theme--documenter-dark .column.is-narrow-tablet{flex:none;width:unset}html.theme--documenter-dark .column.is-full,html.theme--documenter-dark .column.is-full-tablet{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters,html.theme--documenter-dark .column.is-three-quarters-tablet{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds,html.theme--documenter-dark .column.is-two-thirds-tablet{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half,html.theme--documenter-dark .column.is-half-tablet{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third,html.theme--documenter-dark .column.is-one-third-tablet{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter,html.theme--documenter-dark .column.is-one-quarter-tablet{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth,html.theme--documenter-dark .column.is-one-fifth-tablet{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths,html.theme--documenter-dark .column.is-two-fifths-tablet{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths,html.theme--documenter-dark .column.is-three-fifths-tablet{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths,html.theme--documenter-dark .column.is-four-fifths-tablet{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters,html.theme--documenter-dark .column.is-offset-three-quarters-tablet{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds,html.theme--documenter-dark .column.is-offset-two-thirds-tablet{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half,html.theme--documenter-dark .column.is-offset-half-tablet{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third,html.theme--documenter-dark .column.is-offset-one-third-tablet{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter,html.theme--documenter-dark .column.is-offset-one-quarter-tablet{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth,html.theme--documenter-dark .column.is-offset-one-fifth-tablet{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths,html.theme--documenter-dark .column.is-offset-two-fifths-tablet{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths,html.theme--documenter-dark .column.is-offset-three-fifths-tablet{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths,html.theme--documenter-dark .column.is-offset-four-fifths-tablet{margin-left:80%}html.theme--documenter-dark .column.is-0,html.theme--documenter-dark .column.is-0-tablet{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0,html.theme--documenter-dark .column.is-offset-0-tablet{margin-left:0%}html.theme--documenter-dark .column.is-1,html.theme--documenter-dark .column.is-1-tablet{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1,html.theme--documenter-dark .column.is-offset-1-tablet{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2,html.theme--documenter-dark .column.is-2-tablet{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2,html.theme--documenter-dark .column.is-offset-2-tablet{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3,html.theme--documenter-dark .column.is-3-tablet{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3,html.theme--documenter-dark .column.is-offset-3-tablet{margin-left:25%}html.theme--documenter-dark .column.is-4,html.theme--documenter-dark .column.is-4-tablet{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4,html.theme--documenter-dark .column.is-offset-4-tablet{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5,html.theme--documenter-dark .column.is-5-tablet{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5,html.theme--documenter-dark .column.is-offset-5-tablet{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6,html.theme--documenter-dark .column.is-6-tablet{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6,html.theme--documenter-dark .column.is-offset-6-tablet{margin-left:50%}html.theme--documenter-dark .column.is-7,html.theme--documenter-dark .column.is-7-tablet{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7,html.theme--documenter-dark .column.is-offset-7-tablet{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8,html.theme--documenter-dark .column.is-8-tablet{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8,html.theme--documenter-dark .column.is-offset-8-tablet{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9,html.theme--documenter-dark .column.is-9-tablet{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9,html.theme--documenter-dark .column.is-offset-9-tablet{margin-left:75%}html.theme--documenter-dark .column.is-10,html.theme--documenter-dark .column.is-10-tablet{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10,html.theme--documenter-dark .column.is-offset-10-tablet{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11,html.theme--documenter-dark .column.is-11-tablet{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11,html.theme--documenter-dark .column.is-offset-11-tablet{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12,html.theme--documenter-dark .column.is-12-tablet{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12,html.theme--documenter-dark .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){html.theme--documenter-dark .column.is-narrow-touch{flex:none;width:unset}html.theme--documenter-dark .column.is-full-touch{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters-touch{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds-touch{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half-touch{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third-touch{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter-touch{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth-touch{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths-touch{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths-touch{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths-touch{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters-touch{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds-touch{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half-touch{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third-touch{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter-touch{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth-touch{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths-touch{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths-touch{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths-touch{margin-left:80%}html.theme--documenter-dark .column.is-0-touch{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0-touch{margin-left:0%}html.theme--documenter-dark .column.is-1-touch{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1-touch{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2-touch{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2-touch{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3-touch{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3-touch{margin-left:25%}html.theme--documenter-dark .column.is-4-touch{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4-touch{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5-touch{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5-touch{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6-touch{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6-touch{margin-left:50%}html.theme--documenter-dark .column.is-7-touch{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7-touch{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8-touch{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8-touch{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9-touch{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9-touch{margin-left:75%}html.theme--documenter-dark .column.is-10-touch{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10-touch{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11-touch{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11-touch{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12-touch{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){html.theme--documenter-dark .column.is-narrow-desktop{flex:none;width:unset}html.theme--documenter-dark .column.is-full-desktop{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters-desktop{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds-desktop{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half-desktop{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third-desktop{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter-desktop{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth-desktop{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths-desktop{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths-desktop{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths-desktop{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters-desktop{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds-desktop{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half-desktop{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third-desktop{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter-desktop{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth-desktop{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths-desktop{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths-desktop{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths-desktop{margin-left:80%}html.theme--documenter-dark .column.is-0-desktop{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0-desktop{margin-left:0%}html.theme--documenter-dark .column.is-1-desktop{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1-desktop{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2-desktop{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2-desktop{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3-desktop{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3-desktop{margin-left:25%}html.theme--documenter-dark .column.is-4-desktop{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4-desktop{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5-desktop{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5-desktop{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6-desktop{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6-desktop{margin-left:50%}html.theme--documenter-dark .column.is-7-desktop{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7-desktop{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8-desktop{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8-desktop{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9-desktop{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9-desktop{margin-left:75%}html.theme--documenter-dark .column.is-10-desktop{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10-desktop{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11-desktop{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11-desktop{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12-desktop{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){html.theme--documenter-dark .column.is-narrow-widescreen{flex:none;width:unset}html.theme--documenter-dark .column.is-full-widescreen{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters-widescreen{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds-widescreen{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half-widescreen{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third-widescreen{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter-widescreen{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth-widescreen{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths-widescreen{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths-widescreen{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths-widescreen{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters-widescreen{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half-widescreen{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third-widescreen{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter-widescreen{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth-widescreen{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths-widescreen{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths-widescreen{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths-widescreen{margin-left:80%}html.theme--documenter-dark .column.is-0-widescreen{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0-widescreen{margin-left:0%}html.theme--documenter-dark .column.is-1-widescreen{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1-widescreen{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2-widescreen{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2-widescreen{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3-widescreen{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3-widescreen{margin-left:25%}html.theme--documenter-dark .column.is-4-widescreen{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4-widescreen{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5-widescreen{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5-widescreen{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6-widescreen{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6-widescreen{margin-left:50%}html.theme--documenter-dark .column.is-7-widescreen{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7-widescreen{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8-widescreen{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8-widescreen{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9-widescreen{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9-widescreen{margin-left:75%}html.theme--documenter-dark .column.is-10-widescreen{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10-widescreen{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11-widescreen{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11-widescreen{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12-widescreen{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){html.theme--documenter-dark .column.is-narrow-fullhd{flex:none;width:unset}html.theme--documenter-dark .column.is-full-fullhd{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters-fullhd{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds-fullhd{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half-fullhd{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third-fullhd{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter-fullhd{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth-fullhd{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths-fullhd{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths-fullhd{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths-fullhd{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters-fullhd{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half-fullhd{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third-fullhd{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter-fullhd{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth-fullhd{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths-fullhd{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths-fullhd{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths-fullhd{margin-left:80%}html.theme--documenter-dark .column.is-0-fullhd{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0-fullhd{margin-left:0%}html.theme--documenter-dark .column.is-1-fullhd{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1-fullhd{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2-fullhd{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2-fullhd{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3-fullhd{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3-fullhd{margin-left:25%}html.theme--documenter-dark .column.is-4-fullhd{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4-fullhd{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5-fullhd{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5-fullhd{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6-fullhd{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6-fullhd{margin-left:50%}html.theme--documenter-dark .column.is-7-fullhd{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7-fullhd{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8-fullhd{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8-fullhd{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9-fullhd{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9-fullhd{margin-left:75%}html.theme--documenter-dark .column.is-10-fullhd{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10-fullhd{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11-fullhd{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11-fullhd{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12-fullhd{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12-fullhd{margin-left:100%}}html.theme--documenter-dark .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--documenter-dark .columns:last-child{margin-bottom:-.75rem}html.theme--documenter-dark .columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}html.theme--documenter-dark .columns.is-centered{justify-content:center}html.theme--documenter-dark .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}html.theme--documenter-dark .columns.is-gapless>.column{margin:0;padding:0 !important}html.theme--documenter-dark .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}html.theme--documenter-dark .columns.is-gapless:last-child{margin-bottom:0}html.theme--documenter-dark .columns.is-mobile{display:flex}html.theme--documenter-dark .columns.is-multiline{flex-wrap:wrap}html.theme--documenter-dark .columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-desktop{display:flex}}html.theme--documenter-dark .columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}html.theme--documenter-dark .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}html.theme--documenter-dark .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}html.theme--documenter-dark .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}html.theme--documenter-dark .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}html.theme--documenter-dark .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}html.theme--documenter-dark .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}html.theme--documenter-dark .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}html.theme--documenter-dark .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}html.theme--documenter-dark .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}html.theme--documenter-dark .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}html.theme--documenter-dark .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}html.theme--documenter-dark .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--documenter-dark .tile.is-ancestor:last-child{margin-bottom:-.75rem}html.theme--documenter-dark .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}html.theme--documenter-dark .tile.is-child{margin:0 !important}html.theme--documenter-dark .tile.is-parent{padding:.75rem}html.theme--documenter-dark .tile.is-vertical{flex-direction:column}html.theme--documenter-dark .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{html.theme--documenter-dark .tile:not(.is-child){display:flex}html.theme--documenter-dark .tile.is-1{flex:none;width:8.33333337%}html.theme--documenter-dark .tile.is-2{flex:none;width:16.66666674%}html.theme--documenter-dark .tile.is-3{flex:none;width:25%}html.theme--documenter-dark .tile.is-4{flex:none;width:33.33333337%}html.theme--documenter-dark .tile.is-5{flex:none;width:41.66666674%}html.theme--documenter-dark .tile.is-6{flex:none;width:50%}html.theme--documenter-dark .tile.is-7{flex:none;width:58.33333337%}html.theme--documenter-dark .tile.is-8{flex:none;width:66.66666674%}html.theme--documenter-dark .tile.is-9{flex:none;width:75%}html.theme--documenter-dark .tile.is-10{flex:none;width:83.33333337%}html.theme--documenter-dark .tile.is-11{flex:none;width:91.66666674%}html.theme--documenter-dark .tile.is-12{flex:none;width:100%}}html.theme--documenter-dark .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}html.theme--documenter-dark .hero .navbar{background:none}html.theme--documenter-dark .hero .tabs ul{border-bottom:none}html.theme--documenter-dark .hero.is-white{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-white strong{color:inherit}html.theme--documenter-dark .hero.is-white .title{color:#0a0a0a}html.theme--documenter-dark .hero.is-white .subtitle{color:rgba(10,10,10,0.9)}html.theme--documenter-dark .hero.is-white .subtitle a:not(.button),html.theme--documenter-dark .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-white .navbar-menu{background-color:#fff}}html.theme--documenter-dark .hero.is-white .navbar-item,html.theme--documenter-dark .hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}html.theme--documenter-dark .hero.is-white a.navbar-item:hover,html.theme--documenter-dark .hero.is-white a.navbar-item.is-active,html.theme--documenter-dark .hero.is-white .navbar-link:hover,html.theme--documenter-dark .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--documenter-dark .hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}html.theme--documenter-dark .hero.is-white .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}html.theme--documenter-dark .hero.is-white .tabs.is-boxed a,html.theme--documenter-dark .hero.is-white .tabs.is-toggle a{color:#0a0a0a}html.theme--documenter-dark .hero.is-white .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-white .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-white .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-white .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--documenter-dark .hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}html.theme--documenter-dark .hero.is-black{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-black strong{color:inherit}html.theme--documenter-dark .hero.is-black .title{color:#fff}html.theme--documenter-dark .hero.is-black .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-black .subtitle a:not(.button),html.theme--documenter-dark .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-black .navbar-menu{background-color:#0a0a0a}}html.theme--documenter-dark .hero.is-black .navbar-item,html.theme--documenter-dark .hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-black a.navbar-item:hover,html.theme--documenter-dark .hero.is-black a.navbar-item.is-active,html.theme--documenter-dark .hero.is-black .navbar-link:hover,html.theme--documenter-dark .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}html.theme--documenter-dark .hero.is-black .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-black .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}html.theme--documenter-dark .hero.is-black .tabs.is-boxed a,html.theme--documenter-dark .hero.is-black .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-black .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-black .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-black .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-black .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--documenter-dark .hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}html.theme--documenter-dark .hero.is-light{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-light strong{color:inherit}html.theme--documenter-dark .hero.is-light .title{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-light .subtitle{color:rgba(0,0,0,0.9)}html.theme--documenter-dark .hero.is-light .subtitle a:not(.button),html.theme--documenter-dark .hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-light .navbar-menu{background-color:#ecf0f1}}html.theme--documenter-dark .hero.is-light .navbar-item,html.theme--documenter-dark .hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-light a.navbar-item:hover,html.theme--documenter-dark .hero.is-light a.navbar-item.is-active,html.theme--documenter-dark .hero.is-light .navbar-link:hover,html.theme--documenter-dark .hero.is-light .navbar-link.is-active{background-color:#dde4e6;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--documenter-dark .hero.is-light .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-light .tabs li.is-active a{color:#ecf0f1 !important;opacity:1}html.theme--documenter-dark .hero.is-light .tabs.is-boxed a,html.theme--documenter-dark .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-light .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-light .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-light .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-light .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#ecf0f1}html.theme--documenter-dark .hero.is-light.is-bold{background-image:linear-gradient(141deg, #cadfe0 0%, #ecf0f1 71%, #fafbfc 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #cadfe0 0%, #ecf0f1 71%, #fafbfc 100%)}}html.theme--documenter-dark .hero.is-dark,html.theme--documenter-dark .content kbd.hero{background-color:#282f2f;color:#fff}html.theme--documenter-dark .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-dark strong,html.theme--documenter-dark .content kbd.hero strong{color:inherit}html.theme--documenter-dark .hero.is-dark .title,html.theme--documenter-dark .content kbd.hero .title{color:#fff}html.theme--documenter-dark .hero.is-dark .subtitle,html.theme--documenter-dark .content kbd.hero .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-dark .subtitle a:not(.button),html.theme--documenter-dark .content kbd.hero .subtitle a:not(.button),html.theme--documenter-dark .hero.is-dark .subtitle strong,html.theme--documenter-dark .content kbd.hero .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-dark .navbar-menu,html.theme--documenter-dark .content kbd.hero .navbar-menu{background-color:#282f2f}}html.theme--documenter-dark .hero.is-dark .navbar-item,html.theme--documenter-dark .content kbd.hero .navbar-item,html.theme--documenter-dark .hero.is-dark .navbar-link,html.theme--documenter-dark .content kbd.hero .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-dark a.navbar-item:hover,html.theme--documenter-dark .content kbd.hero a.navbar-item:hover,html.theme--documenter-dark .hero.is-dark a.navbar-item.is-active,html.theme--documenter-dark .content kbd.hero a.navbar-item.is-active,html.theme--documenter-dark .hero.is-dark .navbar-link:hover,html.theme--documenter-dark .content kbd.hero .navbar-link:hover,html.theme--documenter-dark .hero.is-dark .navbar-link.is-active,html.theme--documenter-dark .content kbd.hero .navbar-link.is-active{background-color:#1d2122;color:#fff}html.theme--documenter-dark .hero.is-dark .tabs a,html.theme--documenter-dark .content kbd.hero .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-dark .tabs a:hover,html.theme--documenter-dark .content kbd.hero .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-dark .tabs li.is-active a,html.theme--documenter-dark .content kbd.hero .tabs li.is-active a{color:#282f2f !important;opacity:1}html.theme--documenter-dark .hero.is-dark .tabs.is-boxed a,html.theme--documenter-dark .content kbd.hero .tabs.is-boxed a,html.theme--documenter-dark .hero.is-dark .tabs.is-toggle a,html.theme--documenter-dark .content kbd.hero .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-dark .tabs.is-boxed a:hover,html.theme--documenter-dark .content kbd.hero .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-dark .tabs.is-toggle a:hover,html.theme--documenter-dark .content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-dark .tabs.is-boxed li.is-active a,html.theme--documenter-dark .content kbd.hero .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-dark .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-dark .tabs.is-toggle li.is-active a,html.theme--documenter-dark .content kbd.hero .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#282f2f}html.theme--documenter-dark .hero.is-dark.is-bold,html.theme--documenter-dark .content kbd.hero.is-bold{background-image:linear-gradient(141deg, #0f1615 0%, #282f2f 71%, #313c40 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-dark.is-bold .navbar-menu,html.theme--documenter-dark .content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #0f1615 0%, #282f2f 71%, #313c40 100%)}}html.theme--documenter-dark .hero.is-primary,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink{background-color:#375a7f;color:#fff}html.theme--documenter-dark .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-primary strong,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink strong{color:inherit}html.theme--documenter-dark .hero.is-primary .title,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .title{color:#fff}html.theme--documenter-dark .hero.is-primary .subtitle,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-primary .subtitle a:not(.button),html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),html.theme--documenter-dark .hero.is-primary .subtitle strong,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-primary .navbar-menu,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#375a7f}}html.theme--documenter-dark .hero.is-primary .navbar-item,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar-item,html.theme--documenter-dark .hero.is-primary .navbar-link,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-primary a.navbar-item:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,html.theme--documenter-dark .hero.is-primary a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,html.theme--documenter-dark .hero.is-primary .navbar-link:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar-link:hover,html.theme--documenter-dark .hero.is-primary .navbar-link.is-active,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#2f4d6d;color:#fff}html.theme--documenter-dark .hero.is-primary .tabs a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-primary .tabs a:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-primary .tabs li.is-active a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#375a7f !important;opacity:1}html.theme--documenter-dark .hero.is-primary .tabs.is-boxed a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,html.theme--documenter-dark .hero.is-primary .tabs.is-toggle a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-primary .tabs.is-boxed a:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-primary .tabs.is-toggle a:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-primary .tabs.is-boxed li.is-active a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-primary .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-primary .tabs.is-toggle li.is-active a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#375a7f}html.theme--documenter-dark .hero.is-primary.is-bold,html.theme--documenter-dark .docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #214b62 0%, #375a7f 71%, #3a5796 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-primary.is-bold .navbar-menu,html.theme--documenter-dark .docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #214b62 0%, #375a7f 71%, #3a5796 100%)}}html.theme--documenter-dark .hero.is-link{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-link strong{color:inherit}html.theme--documenter-dark .hero.is-link .title{color:#fff}html.theme--documenter-dark .hero.is-link .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-link .subtitle a:not(.button),html.theme--documenter-dark .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-link .navbar-menu{background-color:#1abc9c}}html.theme--documenter-dark .hero.is-link .navbar-item,html.theme--documenter-dark .hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-link a.navbar-item:hover,html.theme--documenter-dark .hero.is-link a.navbar-item.is-active,html.theme--documenter-dark .hero.is-link .navbar-link:hover,html.theme--documenter-dark .hero.is-link .navbar-link.is-active{background-color:#17a689;color:#fff}html.theme--documenter-dark .hero.is-link .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-link .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-link .tabs li.is-active a{color:#1abc9c !important;opacity:1}html.theme--documenter-dark .hero.is-link .tabs.is-boxed a,html.theme--documenter-dark .hero.is-link .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-link .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-link .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-link .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-link .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#1abc9c}html.theme--documenter-dark .hero.is-link.is-bold{background-image:linear-gradient(141deg, #0c9764 0%, #1abc9c 71%, #17d8d2 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #0c9764 0%, #1abc9c 71%, #17d8d2 100%)}}html.theme--documenter-dark .hero.is-info{background-color:#024c7d;color:#fff}html.theme--documenter-dark .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-info strong{color:inherit}html.theme--documenter-dark .hero.is-info .title{color:#fff}html.theme--documenter-dark .hero.is-info .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-info .subtitle a:not(.button),html.theme--documenter-dark .hero.is-info .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-info .navbar-menu{background-color:#024c7d}}html.theme--documenter-dark .hero.is-info .navbar-item,html.theme--documenter-dark .hero.is-info .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-info a.navbar-item:hover,html.theme--documenter-dark .hero.is-info a.navbar-item.is-active,html.theme--documenter-dark .hero.is-info .navbar-link:hover,html.theme--documenter-dark .hero.is-info .navbar-link.is-active{background-color:#023d64;color:#fff}html.theme--documenter-dark .hero.is-info .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-info .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-info .tabs li.is-active a{color:#024c7d !important;opacity:1}html.theme--documenter-dark .hero.is-info .tabs.is-boxed a,html.theme--documenter-dark .hero.is-info .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-info .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-info .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-info .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-info .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#024c7d}html.theme--documenter-dark .hero.is-info.is-bold{background-image:linear-gradient(141deg, #003a4c 0%, #024c7d 71%, #004299 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #003a4c 0%, #024c7d 71%, #004299 100%)}}html.theme--documenter-dark .hero.is-success{background-color:#008438;color:#fff}html.theme--documenter-dark .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-success strong{color:inherit}html.theme--documenter-dark .hero.is-success .title{color:#fff}html.theme--documenter-dark .hero.is-success .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-success .subtitle a:not(.button),html.theme--documenter-dark .hero.is-success .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-success .navbar-menu{background-color:#008438}}html.theme--documenter-dark .hero.is-success .navbar-item,html.theme--documenter-dark .hero.is-success .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-success a.navbar-item:hover,html.theme--documenter-dark .hero.is-success a.navbar-item.is-active,html.theme--documenter-dark .hero.is-success .navbar-link:hover,html.theme--documenter-dark .hero.is-success .navbar-link.is-active{background-color:#006b2d;color:#fff}html.theme--documenter-dark .hero.is-success .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-success .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-success .tabs li.is-active a{color:#008438 !important;opacity:1}html.theme--documenter-dark .hero.is-success .tabs.is-boxed a,html.theme--documenter-dark .hero.is-success .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-success .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-success .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-success .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-success .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#008438}html.theme--documenter-dark .hero.is-success.is-bold{background-image:linear-gradient(141deg, #005115 0%, #008438 71%, #009e5d 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #005115 0%, #008438 71%, #009e5d 100%)}}html.theme--documenter-dark .hero.is-warning{background-color:#ad8100;color:#fff}html.theme--documenter-dark .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-warning strong{color:inherit}html.theme--documenter-dark .hero.is-warning .title{color:#fff}html.theme--documenter-dark .hero.is-warning .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-warning .subtitle a:not(.button),html.theme--documenter-dark .hero.is-warning .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-warning .navbar-menu{background-color:#ad8100}}html.theme--documenter-dark .hero.is-warning .navbar-item,html.theme--documenter-dark .hero.is-warning .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-warning a.navbar-item:hover,html.theme--documenter-dark .hero.is-warning a.navbar-item.is-active,html.theme--documenter-dark .hero.is-warning .navbar-link:hover,html.theme--documenter-dark .hero.is-warning .navbar-link.is-active{background-color:#946e00;color:#fff}html.theme--documenter-dark .hero.is-warning .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-warning .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-warning .tabs li.is-active a{color:#ad8100 !important;opacity:1}html.theme--documenter-dark .hero.is-warning .tabs.is-boxed a,html.theme--documenter-dark .hero.is-warning .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-warning .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-warning .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-warning .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-warning .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ad8100}html.theme--documenter-dark .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #7a4700 0%, #ad8100 71%, #c7b500 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #7a4700 0%, #ad8100 71%, #c7b500 100%)}}html.theme--documenter-dark .hero.is-danger{background-color:#9e1b0d;color:#fff}html.theme--documenter-dark .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-danger strong{color:inherit}html.theme--documenter-dark .hero.is-danger .title{color:#fff}html.theme--documenter-dark .hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-danger .subtitle a:not(.button),html.theme--documenter-dark .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-danger .navbar-menu{background-color:#9e1b0d}}html.theme--documenter-dark .hero.is-danger .navbar-item,html.theme--documenter-dark .hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-danger a.navbar-item:hover,html.theme--documenter-dark .hero.is-danger a.navbar-item.is-active,html.theme--documenter-dark .hero.is-danger .navbar-link:hover,html.theme--documenter-dark .hero.is-danger .navbar-link.is-active{background-color:#86170b;color:#fff}html.theme--documenter-dark .hero.is-danger .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-danger .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-danger .tabs li.is-active a{color:#9e1b0d !important;opacity:1}html.theme--documenter-dark .hero.is-danger .tabs.is-boxed a,html.theme--documenter-dark .hero.is-danger .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-danger .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-danger .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-danger .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-danger .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#9e1b0d}html.theme--documenter-dark .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #75030b 0%, #9e1b0d 71%, #ba380a 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #75030b 0%, #9e1b0d 71%, #ba380a 100%)}}html.theme--documenter-dark .hero.is-small .hero-body,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{html.theme--documenter-dark .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .hero.is-large .hero-body{padding:18rem 6rem}}html.theme--documenter-dark .hero.is-halfheight .hero-body,html.theme--documenter-dark .hero.is-fullheight .hero-body,html.theme--documenter-dark .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}html.theme--documenter-dark .hero.is-halfheight .hero-body>.container,html.theme--documenter-dark .hero.is-fullheight .hero-body>.container,html.theme--documenter-dark .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .hero.is-halfheight{min-height:50vh}html.theme--documenter-dark .hero.is-fullheight{min-height:100vh}html.theme--documenter-dark .hero-video{overflow:hidden}html.theme--documenter-dark .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}html.theme--documenter-dark .hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){html.theme--documenter-dark .hero-video{display:none}}html.theme--documenter-dark .hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){html.theme--documenter-dark .hero-buttons .button{display:flex}html.theme--documenter-dark .hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .hero-buttons{display:flex;justify-content:center}html.theme--documenter-dark .hero-buttons .button:not(:last-child){margin-right:1.5rem}}html.theme--documenter-dark .hero-head,html.theme--documenter-dark .hero-foot{flex-grow:0;flex-shrink:0}html.theme--documenter-dark .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{html.theme--documenter-dark .hero-body{padding:3rem 3rem}}html.theme--documenter-dark .section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){html.theme--documenter-dark .section{padding:3rem 3rem}html.theme--documenter-dark .section.is-medium{padding:9rem 4.5rem}html.theme--documenter-dark .section.is-large{padding:18rem 6rem}}html.theme--documenter-dark .footer{background-color:#282f2f;padding:3rem 1.5rem 6rem}html.theme--documenter-dark hr{height:1px}html.theme--documenter-dark h6{text-transform:uppercase;letter-spacing:0.5px}html.theme--documenter-dark .hero{background-color:#343c3d}html.theme--documenter-dark a{transition:all 200ms ease}html.theme--documenter-dark .button{transition:all 200ms ease;border-width:1px;color:#fff}html.theme--documenter-dark .button.is-active,html.theme--documenter-dark .button.is-focused,html.theme--documenter-dark .button:active,html.theme--documenter-dark .button:focus{box-shadow:0 0 0 2px rgba(140,155,157,0.5)}html.theme--documenter-dark .button.is-white.is-hovered,html.theme--documenter-dark .button.is-white:hover{background-color:#fff}html.theme--documenter-dark .button.is-white.is-active,html.theme--documenter-dark .button.is-white.is-focused,html.theme--documenter-dark .button.is-white:active,html.theme--documenter-dark .button.is-white:focus{border-color:#fff;box-shadow:0 0 0 2px rgba(255,255,255,0.5)}html.theme--documenter-dark .button.is-black.is-hovered,html.theme--documenter-dark .button.is-black:hover{background-color:#1d1d1d}html.theme--documenter-dark .button.is-black.is-active,html.theme--documenter-dark .button.is-black.is-focused,html.theme--documenter-dark .button.is-black:active,html.theme--documenter-dark .button.is-black:focus{border-color:#0a0a0a;box-shadow:0 0 0 2px rgba(10,10,10,0.5)}html.theme--documenter-dark .button.is-light.is-hovered,html.theme--documenter-dark .button.is-light:hover{background-color:#fff}html.theme--documenter-dark .button.is-light.is-active,html.theme--documenter-dark .button.is-light.is-focused,html.theme--documenter-dark .button.is-light:active,html.theme--documenter-dark .button.is-light:focus{border-color:#ecf0f1;box-shadow:0 0 0 2px rgba(236,240,241,0.5)}html.theme--documenter-dark .button.is-dark.is-hovered,html.theme--documenter-dark .content kbd.button.is-hovered,html.theme--documenter-dark .button.is-dark:hover,html.theme--documenter-dark .content kbd.button:hover{background-color:#3a4344}html.theme--documenter-dark .button.is-dark.is-active,html.theme--documenter-dark .content kbd.button.is-active,html.theme--documenter-dark .button.is-dark.is-focused,html.theme--documenter-dark .content kbd.button.is-focused,html.theme--documenter-dark .button.is-dark:active,html.theme--documenter-dark .content kbd.button:active,html.theme--documenter-dark .button.is-dark:focus,html.theme--documenter-dark .content kbd.button:focus{border-color:#282f2f;box-shadow:0 0 0 2px rgba(40,47,47,0.5)}html.theme--documenter-dark .button.is-primary.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-hovered.docs-sourcelink,html.theme--documenter-dark .button.is-primary:hover,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:hover{background-color:#436d9a}html.theme--documenter-dark .button.is-primary.is-active,html.theme--documenter-dark .docstring>section>a.button.is-active.docs-sourcelink,html.theme--documenter-dark .button.is-primary.is-focused,html.theme--documenter-dark .docstring>section>a.button.is-focused.docs-sourcelink,html.theme--documenter-dark .button.is-primary:active,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:active,html.theme--documenter-dark .button.is-primary:focus,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:focus{border-color:#375a7f;box-shadow:0 0 0 2px rgba(55,90,127,0.5)}html.theme--documenter-dark .button.is-link.is-hovered,html.theme--documenter-dark .button.is-link:hover{background-color:#1fdeb8}html.theme--documenter-dark .button.is-link.is-active,html.theme--documenter-dark .button.is-link.is-focused,html.theme--documenter-dark .button.is-link:active,html.theme--documenter-dark .button.is-link:focus{border-color:#1abc9c;box-shadow:0 0 0 2px rgba(26,188,156,0.5)}html.theme--documenter-dark .button.is-info.is-hovered,html.theme--documenter-dark .button.is-info:hover{background-color:#0363a3}html.theme--documenter-dark .button.is-info.is-active,html.theme--documenter-dark .button.is-info.is-focused,html.theme--documenter-dark .button.is-info:active,html.theme--documenter-dark .button.is-info:focus{border-color:#024c7d;box-shadow:0 0 0 2px rgba(2,76,125,0.5)}html.theme--documenter-dark .button.is-success.is-hovered,html.theme--documenter-dark .button.is-success:hover{background-color:#00aa48}html.theme--documenter-dark .button.is-success.is-active,html.theme--documenter-dark .button.is-success.is-focused,html.theme--documenter-dark .button.is-success:active,html.theme--documenter-dark .button.is-success:focus{border-color:#008438;box-shadow:0 0 0 2px rgba(0,132,56,0.5)}html.theme--documenter-dark .button.is-warning.is-hovered,html.theme--documenter-dark .button.is-warning:hover{background-color:#d39e00}html.theme--documenter-dark .button.is-warning.is-active,html.theme--documenter-dark .button.is-warning.is-focused,html.theme--documenter-dark .button.is-warning:active,html.theme--documenter-dark .button.is-warning:focus{border-color:#ad8100;box-shadow:0 0 0 2px rgba(173,129,0,0.5)}html.theme--documenter-dark .button.is-danger.is-hovered,html.theme--documenter-dark .button.is-danger:hover{background-color:#c12110}html.theme--documenter-dark .button.is-danger.is-active,html.theme--documenter-dark .button.is-danger.is-focused,html.theme--documenter-dark .button.is-danger:active,html.theme--documenter-dark .button.is-danger:focus{border-color:#9e1b0d;box-shadow:0 0 0 2px rgba(158,27,13,0.5)}html.theme--documenter-dark .label{color:#dbdee0}html.theme--documenter-dark .button,html.theme--documenter-dark .control.has-icons-left .icon,html.theme--documenter-dark .control.has-icons-right .icon,html.theme--documenter-dark .input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark .pagination-ellipsis,html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .select,html.theme--documenter-dark .select select,html.theme--documenter-dark .textarea{height:2.5em}html.theme--documenter-dark .input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark .textarea{transition:all 200ms ease;box-shadow:none;border-width:1px;padding-left:1em;padding-right:1em}html.theme--documenter-dark .select:after,html.theme--documenter-dark .select select{border-width:1px}html.theme--documenter-dark .control.has-addons .button,html.theme--documenter-dark .control.has-addons .input,html.theme--documenter-dark .control.has-addons #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .control.has-addons form.docs-search>input,html.theme--documenter-dark .control.has-addons .select{margin-right:-1px}html.theme--documenter-dark .notification{background-color:#343c3d}html.theme--documenter-dark .card{box-shadow:none;border:1px solid #343c3d;background-color:#282f2f;border-radius:.4em}html.theme--documenter-dark .card .card-image img{border-radius:.4em .4em 0 0}html.theme--documenter-dark .card .card-header{box-shadow:none;background-color:rgba(18,18,18,0.2);border-radius:.4em .4em 0 0}html.theme--documenter-dark .card .card-footer{background-color:rgba(18,18,18,0.2)}html.theme--documenter-dark .card .card-footer,html.theme--documenter-dark .card .card-footer-item{border-width:1px;border-color:#343c3d}html.theme--documenter-dark .notification.is-white a:not(.button){color:#0a0a0a;text-decoration:underline}html.theme--documenter-dark .notification.is-black a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-light a:not(.button){color:rgba(0,0,0,0.7);text-decoration:underline}html.theme--documenter-dark .notification.is-dark a:not(.button),html.theme--documenter-dark .content kbd.notification a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-primary a:not(.button),html.theme--documenter-dark .docstring>section>a.notification.docs-sourcelink a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-link a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-info a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-success a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-warning a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-danger a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .tag,html.theme--documenter-dark .content kbd,html.theme--documenter-dark .docstring>section>a.docs-sourcelink{border-radius:.4em}html.theme--documenter-dark .menu-list a{transition:all 300ms ease}html.theme--documenter-dark .modal-card-body{background-color:#282f2f}html.theme--documenter-dark .modal-card-foot,html.theme--documenter-dark .modal-card-head{border-color:#343c3d}html.theme--documenter-dark .message-header{font-weight:700;background-color:#343c3d;color:#fff}html.theme--documenter-dark .message-body{border-width:1px;border-color:#343c3d}html.theme--documenter-dark .navbar{border-radius:.4em}html.theme--documenter-dark .navbar.is-transparent{background:none}html.theme--documenter-dark .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#1abc9c}@media screen and (max-width: 1055px){html.theme--documenter-dark .navbar .navbar-menu{background-color:#375a7f;border-radius:0 0 .4em .4em}}html.theme--documenter-dark .hero .navbar,html.theme--documenter-dark body>.navbar{border-radius:0}html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-previous{border-width:1px}html.theme--documenter-dark .panel-block,html.theme--documenter-dark .panel-heading,html.theme--documenter-dark .panel-tabs{border-width:1px}html.theme--documenter-dark .panel-block:first-child,html.theme--documenter-dark .panel-heading:first-child,html.theme--documenter-dark .panel-tabs:first-child{border-top-width:1px}html.theme--documenter-dark .panel-heading{font-weight:700}html.theme--documenter-dark .panel-tabs a{border-width:1px;margin-bottom:-1px}html.theme--documenter-dark .panel-tabs a.is-active{border-bottom-color:#17a689}html.theme--documenter-dark .panel-block:hover{color:#1dd2af}html.theme--documenter-dark .panel-block:hover .panel-icon{color:#1dd2af}html.theme--documenter-dark .panel-block.is-active .panel-icon{color:#17a689}html.theme--documenter-dark .tabs a{border-bottom-width:1px;margin-bottom:-1px}html.theme--documenter-dark .tabs ul{border-bottom-width:1px}html.theme--documenter-dark .tabs.is-boxed a{border-width:1px}html.theme--documenter-dark .tabs.is-boxed li.is-active a{background-color:#1f2424}html.theme--documenter-dark .tabs.is-toggle li a{border-width:1px;margin-bottom:0}html.theme--documenter-dark .tabs.is-toggle li+li{margin-left:-1px}html.theme--documenter-dark .hero.is-white .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-black .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-light .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-dark .navbar .navbar-dropdown .navbar-item:hover,html.theme--documenter-dark .content kbd.hero .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-primary .navbar .navbar-dropdown .navbar-item:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-link .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-info .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-success .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-warning .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-danger .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark h1 .docs-heading-anchor,html.theme--documenter-dark h1 .docs-heading-anchor:hover,html.theme--documenter-dark h1 .docs-heading-anchor:visited,html.theme--documenter-dark h2 .docs-heading-anchor,html.theme--documenter-dark h2 .docs-heading-anchor:hover,html.theme--documenter-dark h2 .docs-heading-anchor:visited,html.theme--documenter-dark h3 .docs-heading-anchor,html.theme--documenter-dark h3 .docs-heading-anchor:hover,html.theme--documenter-dark h3 .docs-heading-anchor:visited,html.theme--documenter-dark h4 .docs-heading-anchor,html.theme--documenter-dark h4 .docs-heading-anchor:hover,html.theme--documenter-dark h4 .docs-heading-anchor:visited,html.theme--documenter-dark h5 .docs-heading-anchor,html.theme--documenter-dark h5 .docs-heading-anchor:hover,html.theme--documenter-dark h5 .docs-heading-anchor:visited,html.theme--documenter-dark h6 .docs-heading-anchor,html.theme--documenter-dark h6 .docs-heading-anchor:hover,html.theme--documenter-dark h6 .docs-heading-anchor:visited{color:#f2f2f2}html.theme--documenter-dark h1 .docs-heading-anchor-permalink,html.theme--documenter-dark h2 .docs-heading-anchor-permalink,html.theme--documenter-dark h3 .docs-heading-anchor-permalink,html.theme--documenter-dark h4 .docs-heading-anchor-permalink,html.theme--documenter-dark h5 .docs-heading-anchor-permalink,html.theme--documenter-dark h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}html.theme--documenter-dark h1 .docs-heading-anchor-permalink::before,html.theme--documenter-dark h2 .docs-heading-anchor-permalink::before,html.theme--documenter-dark h3 .docs-heading-anchor-permalink::before,html.theme--documenter-dark h4 .docs-heading-anchor-permalink::before,html.theme--documenter-dark h5 .docs-heading-anchor-permalink::before,html.theme--documenter-dark h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}html.theme--documenter-dark h1:hover .docs-heading-anchor-permalink,html.theme--documenter-dark h2:hover .docs-heading-anchor-permalink,html.theme--documenter-dark h3:hover .docs-heading-anchor-permalink,html.theme--documenter-dark h4:hover .docs-heading-anchor-permalink,html.theme--documenter-dark h5:hover .docs-heading-anchor-permalink,html.theme--documenter-dark h6:hover .docs-heading-anchor-permalink{visibility:visible}html.theme--documenter-dark .docs-light-only{display:none !important}html.theme--documenter-dark pre{position:relative;overflow:hidden}html.theme--documenter-dark pre code,html.theme--documenter-dark pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}html.theme--documenter-dark pre code:first-of-type,html.theme--documenter-dark pre code.hljs:first-of-type{padding-top:0.5rem !important}html.theme--documenter-dark pre code:last-of-type,html.theme--documenter-dark pre code.hljs:last-of-type{padding-bottom:0.5rem !important}html.theme--documenter-dark pre .copy-button{opacity:0.2;transition:opacity 0.2s;position:absolute;right:0em;top:0em;padding:0.5em;width:2.5em;height:2.5em;background:transparent;border:none;font-family:"Font Awesome 6 Free";color:#fff;cursor:pointer;text-align:center}html.theme--documenter-dark pre .copy-button:focus,html.theme--documenter-dark pre .copy-button:hover{opacity:1;background:rgba(255,255,255,0.1);color:#1abc9c}html.theme--documenter-dark pre .copy-button.success{color:#259a12;opacity:1}html.theme--documenter-dark pre .copy-button.error{color:#cb3c33;opacity:1}html.theme--documenter-dark pre:hover .copy-button{opacity:1}html.theme--documenter-dark .admonition{background-color:#282f2f;border-style:solid;border-width:1px;border-color:#5e6d6f;border-radius:.4em;font-size:1rem}html.theme--documenter-dark .admonition strong{color:currentColor}html.theme--documenter-dark .admonition.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}html.theme--documenter-dark .admonition.is-medium{font-size:1.25rem}html.theme--documenter-dark .admonition.is-large{font-size:1.5rem}html.theme--documenter-dark .admonition.is-default{background-color:#282f2f;border-color:#5e6d6f}html.theme--documenter-dark .admonition.is-default>.admonition-header{background-color:#5e6d6f;color:#fff}html.theme--documenter-dark .admonition.is-default>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-info{background-color:#282f2f;border-color:#024c7d}html.theme--documenter-dark .admonition.is-info>.admonition-header{background-color:#024c7d;color:#fff}html.theme--documenter-dark .admonition.is-info>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-success{background-color:#282f2f;border-color:#008438}html.theme--documenter-dark .admonition.is-success>.admonition-header{background-color:#008438;color:#fff}html.theme--documenter-dark .admonition.is-success>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-warning{background-color:#282f2f;border-color:#ad8100}html.theme--documenter-dark .admonition.is-warning>.admonition-header{background-color:#ad8100;color:#fff}html.theme--documenter-dark .admonition.is-warning>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-danger{background-color:#282f2f;border-color:#9e1b0d}html.theme--documenter-dark .admonition.is-danger>.admonition-header{background-color:#9e1b0d;color:#fff}html.theme--documenter-dark .admonition.is-danger>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-compat{background-color:#282f2f;border-color:#137886}html.theme--documenter-dark .admonition.is-compat>.admonition-header{background-color:#137886;color:#fff}html.theme--documenter-dark .admonition.is-compat>.admonition-body{color:#fff}html.theme--documenter-dark .admonition-header{color:#fff;background-color:#5e6d6f;align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}html.theme--documenter-dark .admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}html.theme--documenter-dark details.admonition.is-details>.admonition-header{list-style:none}html.theme--documenter-dark details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}html.theme--documenter-dark details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}html.theme--documenter-dark .admonition-body{color:#fff;padding:0.5rem .75rem}html.theme--documenter-dark .admonition-body pre{background-color:#282f2f}html.theme--documenter-dark .admonition-body code{background-color:rgba(255,255,255,0.05)}html.theme--documenter-dark .docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:1px solid #5e6d6f;box-shadow:none;max-width:100%}html.theme--documenter-dark .docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#282f2f;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #5e6d6f;overflow:auto}html.theme--documenter-dark .docstring>header code{background-color:transparent}html.theme--documenter-dark .docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}html.theme--documenter-dark .docstring>header .docstring-binding{margin-right:0.3em}html.theme--documenter-dark .docstring>header .docstring-category{margin-left:0.3em}html.theme--documenter-dark .docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #5e6d6f}html.theme--documenter-dark .docstring>section:last-child{border-bottom:none}html.theme--documenter-dark .docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}html.theme--documenter-dark .docstring>section>a.docs-sourcelink:focus{opacity:1 !important}html.theme--documenter-dark .docstring:hover>section>a.docs-sourcelink{opacity:0.2}html.theme--documenter-dark .docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}html.theme--documenter-dark .docstring>section:hover a.docs-sourcelink{opacity:1}html.theme--documenter-dark .documenter-example-output{background-color:#1f2424}html.theme--documenter-dark .outdated-warning-overlay{position:fixed;top:0;left:0;right:0;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:999;background-color:#282f2f;color:#fff;border-bottom:3px solid #9e1b0d;padding:10px 35px;text-align:center;font-size:15px}html.theme--documenter-dark .outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}html.theme--documenter-dark .outdated-warning-overlay a{color:#1abc9c}html.theme--documenter-dark .outdated-warning-overlay a:hover{color:#1dd2af}html.theme--documenter-dark .content pre{border:1px solid #5e6d6f}html.theme--documenter-dark .content code{font-weight:inherit}html.theme--documenter-dark .content a code{color:#1abc9c}html.theme--documenter-dark .content h1 code,html.theme--documenter-dark .content h2 code,html.theme--documenter-dark .content h3 code,html.theme--documenter-dark .content h4 code,html.theme--documenter-dark .content h5 code,html.theme--documenter-dark .content h6 code{color:#f2f2f2}html.theme--documenter-dark .content table{display:block;width:initial;max-width:100%;overflow-x:auto}html.theme--documenter-dark .content blockquote>ul:first-child,html.theme--documenter-dark .content blockquote>ol:first-child,html.theme--documenter-dark .content .admonition-body>ul:first-child,html.theme--documenter-dark .content .admonition-body>ol:first-child{margin-top:0}html.theme--documenter-dark pre,html.theme--documenter-dark code{font-variant-ligatures:no-contextual}html.theme--documenter-dark .breadcrumb a.is-disabled{cursor:default;pointer-events:none}html.theme--documenter-dark .breadcrumb a.is-disabled,html.theme--documenter-dark .breadcrumb a.is-disabled:hover{color:#f2f2f2}html.theme--documenter-dark .hljs{background:initial !important}html.theme--documenter-dark .katex .katex-mathml{top:0;right:0}html.theme--documenter-dark .katex-display,html.theme--documenter-dark mjx-container,html.theme--documenter-dark .MathJax_Display{margin:0.5em 0 !important}html.theme--documenter-dark html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}html.theme--documenter-dark li.no-marker{list-style:none}html.theme--documenter-dark #documenter .docs-main>article{overflow-wrap:break-word}html.theme--documenter-dark #documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){html.theme--documenter-dark #documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark #documenter .docs-main{width:100%}html.theme--documenter-dark #documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}html.theme--documenter-dark #documenter .docs-main>header,html.theme--documenter-dark #documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}html.theme--documenter-dark #documenter .docs-main header.docs-navbar{background-color:#1f2424;border-bottom:1px solid #5e6d6f;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}html.theme--documenter-dark #documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-right .docs-icon,html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}html.theme--documenter-dark #documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){html.theme--documenter-dark #documenter .docs-main header.docs-navbar{position:sticky;top:0;padding:0 1rem;transition-property:top, box-shadow;-webkit-transition-property:top, box-shadow;transition-duration:0.3s;-webkit-transition-duration:0.3s}html.theme--documenter-dark #documenter .docs-main header.docs-navbar.headroom--not-top{box-shadow:.2rem 0rem .4rem #171717;transition-duration:0.7s;-webkit-transition-duration:0.7s}html.theme--documenter-dark #documenter .docs-main header.docs-navbar.headroom--unpinned.headroom--not-top.headroom--not-bottom{top:-4.5rem;transition-duration:0.7s;-webkit-transition-duration:0.7s}}html.theme--documenter-dark #documenter .docs-main section.footnotes{border-top:1px solid #5e6d6f}html.theme--documenter-dark #documenter .docs-main section.footnotes li .tag:first-child,html.theme--documenter-dark #documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,html.theme--documenter-dark #documenter .docs-main section.footnotes li .content kbd:first-child,html.theme--documenter-dark .content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}html.theme--documenter-dark #documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #5e6d6f;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){html.theme--documenter-dark #documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}html.theme--documenter-dark #documenter .docs-main .docs-footer .docs-footer-nextpage,html.theme--documenter-dark #documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}html.theme--documenter-dark #documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}html.theme--documenter-dark #documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}html.theme--documenter-dark #documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}html.theme--documenter-dark #documenter .docs-sidebar{display:flex;flex-direction:column;color:#fff;background-color:#282f2f;border-right:1px solid #5e6d6f;padding:0;flex:0 0 18rem;z-index:5;font-size:1rem;position:fixed;left:-18rem;width:18rem;height:100%;transition:left 0.3s}html.theme--documenter-dark #documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #171717}@media screen and (min-width: 1056px){html.theme--documenter-dark #documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){html.theme--documenter-dark #documenter .docs-sidebar{left:0;top:0}}html.theme--documenter-dark #documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}html.theme--documenter-dark #documenter .docs-sidebar .docs-package-name{flex-shrink:0;font-size:1.5rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;padding:0.5rem 0}html.theme--documenter-dark #documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}html.theme--documenter-dark #documenter .docs-sidebar .docs-package-name a,html.theme--documenter-dark #documenter .docs-sidebar .docs-package-name a:hover{color:#fff}html.theme--documenter-dark #documenter .docs-sidebar .docs-version-selector{border-top:1px solid #5e6d6f;display:none;padding:0.5rem}html.theme--documenter-dark #documenter .docs-sidebar .docs-version-selector.visible{display:flex}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #5e6d6f;padding-bottom:1.5rem}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #5e6d6f}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:.75rem;margin-left:1rem;margin-top:auto;margin-bottom:auto}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu .tocitem,html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#fff;background:#282f2f}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu a.tocitem:hover,html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#fff;background-color:#32393a}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #5e6d6f;border-bottom:1px solid #5e6d6f;background-color:#1f2424}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#1f2424;color:#fff}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#32393a;color:#fff}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #5e6d6f}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}html.theme--documenter-dark #documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{width:14.4rem}html.theme--documenter-dark #documenter .docs-sidebar #documenter-search-query{color:#868c98;width:14.4rem;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1)}@media screen and (min-width: 1056px){html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#3b4445}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#4e5a5c}}@media screen and (max-width: 1055px){html.theme--documenter-dark #documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--documenter-dark #documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}html.theme--documenter-dark #documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#3b4445}html.theme--documenter-dark #documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#4e5a5c}}html.theme--documenter-dark kbd.search-modal-key-hints{border-radius:0.25rem;border:1px solid rgba(245,245,245,0.6);box-shadow:0 2px 0 1px rgba(245,245,245,0.6);cursor:default;font-size:0.9rem;line-height:1.5;min-width:0.75rem;text-align:center;padding:0.1rem 0.3rem;position:relative;top:-1px}html.theme--documenter-dark .search-min-width-50{min-width:50%}html.theme--documenter-dark .search-min-height-100{min-height:100%}html.theme--documenter-dark .search-modal-card-body{max-height:calc(100vh - 15rem)}html.theme--documenter-dark .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--documenter-dark .search-result-link:hover,html.theme--documenter-dark .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--documenter-dark .search-result-link .property-search-result-badge,html.theme--documenter-dark .search-result-link .search-filter{transition:all 300ms}html.theme--documenter-dark .property-search-result-badge,html.theme--documenter-dark .search-filter{padding:0.15em 0.5em;font-size:0.8em;font-style:italic;text-transform:none !important;line-height:1.5;color:#f5f5f5;background-color:rgba(51,65,85,0.501961);border-radius:0.6rem}html.theme--documenter-dark .search-result-link:hover .property-search-result-badge,html.theme--documenter-dark .search-result-link:hover .search-filter,html.theme--documenter-dark .search-result-link:focus .property-search-result-badge,html.theme--documenter-dark .search-result-link:focus .search-filter{color:#333;background-color:#f1f5f9}html.theme--documenter-dark .search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}html.theme--documenter-dark .search-filter:hover,html.theme--documenter-dark .search-filter:focus{color:#333}html.theme--documenter-dark .search-filter-selected{color:#f5f5f5;background-color:rgba(139,0,139,0.5)}html.theme--documenter-dark .search-filter-selected:hover,html.theme--documenter-dark .search-filter-selected:focus{color:#f5f5f5}html.theme--documenter-dark .search-result-highlight{background-color:#ffdd57;color:black}html.theme--documenter-dark .search-divider{border-bottom:1px solid #5e6d6f}html.theme--documenter-dark .search-result-title{width:85%;color:#f5f5f5}html.theme--documenter-dark .search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--documenter-dark #search-modal .modal-card-body::-webkit-scrollbar,html.theme--documenter-dark #search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}html.theme--documenter-dark #search-modal .modal-card-body::-webkit-scrollbar-thumb,html.theme--documenter-dark #search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}html.theme--documenter-dark #search-modal .modal-card-body::-webkit-scrollbar-track,html.theme--documenter-dark #search-modal .filter-tabs::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.6);background-color:transparent}html.theme--documenter-dark .w-100{width:100%}html.theme--documenter-dark .gap-2{gap:0.5rem}html.theme--documenter-dark .gap-4{gap:1rem}html.theme--documenter-dark .gap-8{gap:2rem}html.theme--documenter-dark{background-color:#1f2424;font-size:16px;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--documenter-dark .ansi span.sgr1{font-weight:bolder}html.theme--documenter-dark .ansi span.sgr2{font-weight:lighter}html.theme--documenter-dark .ansi span.sgr3{font-style:italic}html.theme--documenter-dark .ansi span.sgr4{text-decoration:underline}html.theme--documenter-dark .ansi span.sgr7{color:#1f2424;background-color:#fff}html.theme--documenter-dark .ansi span.sgr8{color:transparent}html.theme--documenter-dark .ansi span.sgr8 span{color:transparent}html.theme--documenter-dark .ansi span.sgr9{text-decoration:line-through}html.theme--documenter-dark .ansi span.sgr30{color:#242424}html.theme--documenter-dark .ansi span.sgr31{color:#f6705f}html.theme--documenter-dark .ansi span.sgr32{color:#4fb43a}html.theme--documenter-dark .ansi span.sgr33{color:#f4c72f}html.theme--documenter-dark .ansi span.sgr34{color:#7587f0}html.theme--documenter-dark .ansi span.sgr35{color:#bc89d3}html.theme--documenter-dark .ansi span.sgr36{color:#49b6ca}html.theme--documenter-dark .ansi span.sgr37{color:#b3bdbe}html.theme--documenter-dark .ansi span.sgr40{background-color:#242424}html.theme--documenter-dark .ansi span.sgr41{background-color:#f6705f}html.theme--documenter-dark .ansi span.sgr42{background-color:#4fb43a}html.theme--documenter-dark .ansi span.sgr43{background-color:#f4c72f}html.theme--documenter-dark .ansi span.sgr44{background-color:#7587f0}html.theme--documenter-dark .ansi span.sgr45{background-color:#bc89d3}html.theme--documenter-dark .ansi span.sgr46{background-color:#49b6ca}html.theme--documenter-dark .ansi span.sgr47{background-color:#b3bdbe}html.theme--documenter-dark .ansi span.sgr90{color:#92a0a2}html.theme--documenter-dark .ansi span.sgr91{color:#ff8674}html.theme--documenter-dark .ansi span.sgr92{color:#79d462}html.theme--documenter-dark .ansi span.sgr93{color:#ffe76b}html.theme--documenter-dark .ansi span.sgr94{color:#8a98ff}html.theme--documenter-dark .ansi span.sgr95{color:#d2a4e6}html.theme--documenter-dark .ansi span.sgr96{color:#6bc8db}html.theme--documenter-dark .ansi span.sgr97{color:#ecf0f1}html.theme--documenter-dark .ansi span.sgr100{background-color:#92a0a2}html.theme--documenter-dark .ansi span.sgr101{background-color:#ff8674}html.theme--documenter-dark .ansi span.sgr102{background-color:#79d462}html.theme--documenter-dark .ansi span.sgr103{background-color:#ffe76b}html.theme--documenter-dark .ansi span.sgr104{background-color:#8a98ff}html.theme--documenter-dark .ansi span.sgr105{background-color:#d2a4e6}html.theme--documenter-dark .ansi span.sgr106{background-color:#6bc8db}html.theme--documenter-dark .ansi span.sgr107{background-color:#ecf0f1}html.theme--documenter-dark code.language-julia-repl>span.hljs-meta{color:#4fb43a;font-weight:bolder}html.theme--documenter-dark .hljs{background:#2b2b2b;color:#f8f8f2}html.theme--documenter-dark .hljs-comment,html.theme--documenter-dark .hljs-quote{color:#d4d0ab}html.theme--documenter-dark .hljs-variable,html.theme--documenter-dark .hljs-template-variable,html.theme--documenter-dark .hljs-tag,html.theme--documenter-dark .hljs-name,html.theme--documenter-dark .hljs-selector-id,html.theme--documenter-dark .hljs-selector-class,html.theme--documenter-dark .hljs-regexp,html.theme--documenter-dark .hljs-deletion{color:#ffa07a}html.theme--documenter-dark .hljs-number,html.theme--documenter-dark .hljs-built_in,html.theme--documenter-dark .hljs-literal,html.theme--documenter-dark .hljs-type,html.theme--documenter-dark .hljs-params,html.theme--documenter-dark .hljs-meta,html.theme--documenter-dark .hljs-link{color:#f5ab35}html.theme--documenter-dark .hljs-attribute{color:#ffd700}html.theme--documenter-dark .hljs-string,html.theme--documenter-dark .hljs-symbol,html.theme--documenter-dark .hljs-bullet,html.theme--documenter-dark .hljs-addition{color:#abe338}html.theme--documenter-dark .hljs-title,html.theme--documenter-dark .hljs-section{color:#00e0e0}html.theme--documenter-dark .hljs-keyword,html.theme--documenter-dark .hljs-selector-tag{color:#dcc6e0}html.theme--documenter-dark .hljs-emphasis{font-style:italic}html.theme--documenter-dark .hljs-strong{font-weight:bold}@media screen and (-ms-high-contrast: active){html.theme--documenter-dark .hljs-addition,html.theme--documenter-dark .hljs-attribute,html.theme--documenter-dark .hljs-built_in,html.theme--documenter-dark .hljs-bullet,html.theme--documenter-dark .hljs-comment,html.theme--documenter-dark .hljs-link,html.theme--documenter-dark .hljs-literal,html.theme--documenter-dark .hljs-meta,html.theme--documenter-dark .hljs-number,html.theme--documenter-dark .hljs-params,html.theme--documenter-dark .hljs-string,html.theme--documenter-dark .hljs-symbol,html.theme--documenter-dark .hljs-type,html.theme--documenter-dark .hljs-quote{color:highlight}html.theme--documenter-dark .hljs-keyword,html.theme--documenter-dark .hljs-selector-tag{font-weight:bold}}html.theme--documenter-dark .hljs-subst{color:#f8f8f2}html.theme--documenter-dark .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--documenter-dark .search-result-link:hover,html.theme--documenter-dark .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--documenter-dark .search-result-link .property-search-result-badge,html.theme--documenter-dark .search-result-link .search-filter{transition:all 300ms}html.theme--documenter-dark .search-result-link:hover .property-search-result-badge,html.theme--documenter-dark .search-result-link:hover .search-filter,html.theme--documenter-dark .search-result-link:focus .property-search-result-badge,html.theme--documenter-dark .search-result-link:focus .search-filter{color:#333 !important;background-color:#f1f5f9 !important}html.theme--documenter-dark .search-result-title{color:whitesmoke}html.theme--documenter-dark .search-result-highlight{background-color:greenyellow;color:black}html.theme--documenter-dark .search-divider{border-bottom:1px solid #5e6d6f50}html.theme--documenter-dark .w-100{width:100%}html.theme--documenter-dark .gap-2{gap:0.5rem}html.theme--documenter-dark .gap-4{gap:1rem} diff --git a/v0.9.0/assets/themes/documenter-light.css b/v0.9.0/assets/themes/documenter-light.css new file mode 100644 index 00000000..2f168c77 --- /dev/null +++ b/v0.9.0/assets/themes/documenter-light.css @@ -0,0 +1,9 @@ +.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.select select,.textarea,.input,#documenter .docs-sidebar form.docs-search>input,.button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.select select:focus,.textarea:focus,.input:focus,#documenter .docs-sidebar form.docs-search>input:focus,.button:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.select select.is-focused,.is-focused.textarea,.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-focused.button,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.select select:active,.textarea:active,.input:active,#documenter .docs-sidebar form.docs-search>input:active,.button:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.select select.is-active,.is-active.textarea,.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active,.is-active.button{outline:none}.pagination-previous[disabled],.pagination-next[disabled],.pagination-link[disabled],.pagination-ellipsis[disabled],.file-cta[disabled],.file-name[disabled],.select select[disabled],.textarea[disabled],.input[disabled],#documenter .docs-sidebar form.docs-search>input[disabled],.button[disabled],fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] .button{cursor:not-allowed}.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:0.625em}.admonition:not(:last-child),.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,0.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,0.4)}.is-small.modal-close,#documenter .docs-sidebar form.docs-search>input.modal-close,.is-small.delete,#documenter .docs-sidebar form.docs-search>input.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.modal-background,.modal,.image.is-square img,#documenter .docs-sidebar .docs-logo>img.is-square img,.image.is-square .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,.image.is-1by1 img,#documenter .docs-sidebar .docs-logo>img.is-1by1 img,.image.is-1by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,.image.is-5by4 img,#documenter .docs-sidebar .docs-logo>img.is-5by4 img,.image.is-5by4 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,.image.is-4by3 img,#documenter .docs-sidebar .docs-logo>img.is-4by3 img,.image.is-4by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,.image.is-3by2 img,#documenter .docs-sidebar .docs-logo>img.is-3by2 img,.image.is-3by2 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,.image.is-5by3 img,#documenter .docs-sidebar .docs-logo>img.is-5by3 img,.image.is-5by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,.image.is-16by9 img,#documenter .docs-sidebar .docs-logo>img.is-16by9 img,.image.is-16by9 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,.image.is-2by1 img,#documenter .docs-sidebar .docs-logo>img.is-2by1 img,.image.is-2by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,.image.is-3by1 img,#documenter .docs-sidebar .docs-logo>img.is-3by1 img,.image.is-3by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,.image.is-4by5 img,#documenter .docs-sidebar .docs-logo>img.is-4by5 img,.image.is-4by5 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,.image.is-3by4 img,#documenter .docs-sidebar .docs-logo>img.is-3by4 img,.image.is-3by4 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,.image.is-2by3 img,#documenter .docs-sidebar .docs-logo>img.is-2by3 img,.image.is-2by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,.image.is-3by5 img,#documenter .docs-sidebar .docs-logo>img.is-3by5 img,.image.is-3by5 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,.image.is-9by16 img,#documenter .docs-sidebar .docs-logo>img.is-9by16 img,.image.is-9by16 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,.image.is-1by2 img,#documenter .docs-sidebar .docs-logo>img.is-1by2 img,.image.is-1by2 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,.image.is-1by3 img,#documenter .docs-sidebar .docs-logo>img.is-1by3 img,.image.is-1by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !important}.has-text-dark{color:#363636 !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c1c !important}.has-background-dark{background-color:#363636 !important}.has-text-primary{color:#4eb5de !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#27a1d2 !important}.has-background-primary{background-color:#4eb5de !important}.has-text-primary-light{color:#eef8fc !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#c3e6f4 !important}.has-background-primary-light{background-color:#eef8fc !important}.has-text-primary-dark{color:#1a6d8e !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#228eb9 !important}.has-background-primary-dark{background-color:#1a6d8e !important}.has-text-link{color:#2e63b8 !important}a.has-text-link:hover,a.has-text-link:focus{color:#244d8f !important}.has-background-link{background-color:#2e63b8 !important}.has-text-link-light{color:#eff3fb !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#c6d6f1 !important}.has-background-link-light{background-color:#eff3fb !important}.has-text-link-dark{color:#3169c4 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#5485d4 !important}.has-background-link-dark{background-color:#3169c4 !important}.has-text-info{color:#209cee !important}a.has-text-info:hover,a.has-text-info:focus{color:#1081cb !important}.has-background-info{background-color:#209cee !important}.has-text-info-light{color:#ecf7fe !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#bde2fa !important}.has-background-info-light{background-color:#ecf7fe !important}.has-text-info-dark{color:#0e72b4 !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#1190e3 !important}.has-background-info-dark{background-color:#0e72b4 !important}.has-text-success{color:#22c35b !important}a.has-text-success:hover,a.has-text-success:focus{color:#1a9847 !important}.has-background-success{background-color:#22c35b !important}.has-text-success-light{color:#eefcf3 !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#c2f4d4 !important}.has-background-success-light{background-color:#eefcf3 !important}.has-text-success-dark{color:#198f43 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#21bb57 !important}.has-background-success-dark{background-color:#198f43 !important}.has-text-warning{color:#ffdd57 !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#ffd324 !important}.has-background-warning{background-color:#ffdd57 !important}.has-text-warning-light{color:#fffbeb !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#fff1b8 !important}.has-background-warning-light{background-color:#fffbeb !important}.has-text-warning-dark{color:#947600 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#c79f00 !important}.has-background-warning-dark{background-color:#947600 !important}.has-text-danger{color:#da0b00 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#a70800 !important}.has-background-danger{background-color:#da0b00 !important}.has-text-danger-light{color:#ffeceb !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#ffbbb8 !important}.has-background-danger-light{background-color:#ffeceb !important}.has-text-danger-dark{color:#f50c00 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#ff3429 !important}.has-background-danger-dark{background-color:#f50c00 !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#363636 !important}.has-background-grey-darker{background-color:#363636 !important}.has-text-grey-dark{color:#4a4a4a !important}.has-background-grey-dark{background-color:#4a4a4a !important}.has-text-grey{color:#6b6b6b !important}.has-background-grey{background-color:#6b6b6b !important}.has-text-grey-light{color:#b5b5b5 !important}.has-background-grey-light{background-color:#b5b5b5 !important}.has-text-grey-lighter{color:#dbdbdb !important}.has-background-grey-lighter{background-color:#dbdbdb !important}.has-text-white-ter{color:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7,.docstring>section>a.docs-sourcelink{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1055px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1056px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1055px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1056px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1055px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1056px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1055px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1056px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1055px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1056px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-family-code{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1055px){.is-block-touch{display:block !important}}@media screen and (min-width: 1056px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1055px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1056px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1055px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1056px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1055px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1056px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1055px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1056px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1055px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1056px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1055px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1056px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}body{color:#222;font-size:1em;font-weight:400;line-height:1.5}a{color:#2e63b8;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:rgba(0,0,0,0.05);color:#000;font-size:.875em;font-weight:normal;padding:.1em}hr{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type="checkbox"],input[type="radio"]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#222;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#222;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#222}@keyframes spinAround{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.box{background-color:#fff;border-radius:6px;box-shadow:#bbb;color:#222;display:block;padding:1.25rem}a.box:hover,a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #2e63b8}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #2e63b8}.button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#222;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-small,.button #documenter .docs-sidebar form.docs-search>input.icon,#documenter .docs-sidebar .button form.docs-search>input.icon,.button .icon.is-medium,.button .icon.is-large{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}.button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}.button:hover,.button.is-hovered{border-color:#b5b5b5;color:#363636}.button:focus,.button.is-focused{border-color:#3c5dcd;color:#363636}.button:focus:not(:active),.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(46,99,184,0.25)}.button:active,.button.is-active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:transparent;border-color:transparent;color:#222;text-decoration:underline}.button.is-text:hover,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text.is-focused{background-color:#f5f5f5;color:#222}.button.is-text:active,.button.is-text.is-active{background-color:#e8e8e8;color:#222}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#2e63b8;text-decoration:none}.button.is-ghost:hover,.button.is-ghost.is-hovered{color:#2e63b8;text-decoration:underline}.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white:hover,.button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white:focus,.button.is-white.is-focused{border-color:transparent;color:#0a0a0a}.button.is-white:focus:not(:active),.button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}.button.is-white:active,.button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted:hover,.button.is-white.is-inverted.is-hovered{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined:hover,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-white.is-outlined.is-loading:hover::after,.button.is-white.is-outlined.is-loading.is-hovered::after,.button.is-white.is-outlined.is-loading:focus::after,.button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined:hover,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined.is-loading:hover::after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-white.is-inverted.is-outlined.is-loading:focus::after,.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black:hover,.button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}.button.is-black:focus,.button.is-black.is-focused{border-color:transparent;color:#fff}.button.is-black:focus:not(:active),.button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}.button.is-black:active,.button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted:hover,.button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined:hover,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-black.is-outlined.is-loading:hover::after,.button.is-black.is-outlined.is-loading.is-hovered::after,.button.is-black.is-outlined.is-loading:focus::after,.button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined:hover,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined.is-loading:hover::after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-black.is-inverted.is-outlined.is-loading:focus::after,.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light:hover,.button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light:focus,.button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light:focus:not(:active),.button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}.button.is-light:active,.button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}.button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}.button.is-light.is-inverted:hover,.button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined:hover,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}.button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}.button.is-light.is-outlined.is-loading:hover::after,.button.is-light.is-outlined.is-loading.is-hovered::after,.button.is-light.is-outlined.is-loading:focus::after,.button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}.button.is-light.is-inverted.is-outlined:hover,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}.button.is-light.is-inverted.is-outlined.is-loading:hover::after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-light.is-inverted.is-outlined.is-loading:focus::after,.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}.button.is-dark,.content kbd.button{background-color:#363636;border-color:transparent;color:#fff}.button.is-dark:hover,.content kbd.button:hover,.button.is-dark.is-hovered,.content kbd.button.is-hovered{background-color:#2f2f2f;border-color:transparent;color:#fff}.button.is-dark:focus,.content kbd.button:focus,.button.is-dark.is-focused,.content kbd.button.is-focused{border-color:transparent;color:#fff}.button.is-dark:focus:not(:active),.content kbd.button:focus:not(:active),.button.is-dark.is-focused:not(:active),.content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(54,54,54,0.25)}.button.is-dark:active,.content kbd.button:active,.button.is-dark.is-active,.content kbd.button.is-active{background-color:#292929;border-color:transparent;color:#fff}.button.is-dark[disabled],.content kbd.button[disabled],fieldset[disabled] .button.is-dark,fieldset[disabled] .content kbd.button,.content fieldset[disabled] kbd.button{background-color:#363636;border-color:#363636;box-shadow:none}.button.is-dark.is-inverted,.content kbd.button.is-inverted{background-color:#fff;color:#363636}.button.is-dark.is-inverted:hover,.content kbd.button.is-inverted:hover,.button.is-dark.is-inverted.is-hovered,.content kbd.button.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-dark.is-inverted[disabled],.content kbd.button.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted,fieldset[disabled] .content kbd.button.is-inverted,.content fieldset[disabled] kbd.button.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading::after,.content kbd.button.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-dark.is-outlined,.content kbd.button.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined:hover,.content kbd.button.is-outlined:hover,.button.is-dark.is-outlined.is-hovered,.content kbd.button.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.content kbd.button.is-outlined:focus,.button.is-dark.is-outlined.is-focused,.content kbd.button.is-outlined.is-focused{background-color:#363636;border-color:#363636;color:#fff}.button.is-dark.is-outlined.is-loading::after,.content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #363636 #363636 !important}.button.is-dark.is-outlined.is-loading:hover::after,.content kbd.button.is-outlined.is-loading:hover::after,.button.is-dark.is-outlined.is-loading.is-hovered::after,.content kbd.button.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-outlined.is-loading:focus::after,.content kbd.button.is-outlined.is-loading:focus::after,.button.is-dark.is-outlined.is-loading.is-focused::after,.content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-dark.is-outlined[disabled],.content kbd.button.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined,fieldset[disabled] .content kbd.button.is-outlined,.content fieldset[disabled] kbd.button.is-outlined{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined,.content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-dark.is-inverted.is-outlined:hover,.content kbd.button.is-inverted.is-outlined:hover,.button.is-dark.is-inverted.is-outlined.is-hovered,.content kbd.button.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.content kbd.button.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined.is-focused,.content kbd.button.is-inverted.is-outlined.is-focused{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,.content kbd.button.is-inverted.is-outlined.is-loading:hover::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,.content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,.content kbd.button.is-inverted.is-outlined.is-loading:focus::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,.content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #363636 #363636 !important}.button.is-dark.is-inverted.is-outlined[disabled],.content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined,fieldset[disabled] .content kbd.button.is-inverted.is-outlined,.content fieldset[disabled] kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary,.docstring>section>a.button.docs-sourcelink{background-color:#4eb5de;border-color:transparent;color:#fff}.button.is-primary:hover,.docstring>section>a.button.docs-sourcelink:hover,.button.is-primary.is-hovered,.docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#43b1dc;border-color:transparent;color:#fff}.button.is-primary:focus,.docstring>section>a.button.docs-sourcelink:focus,.button.is-primary.is-focused,.docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}.button.is-primary:focus:not(:active),.docstring>section>a.button.docs-sourcelink:focus:not(:active),.button.is-primary.is-focused:not(:active),.docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(78,181,222,0.25)}.button.is-primary:active,.docstring>section>a.button.docs-sourcelink:active,.button.is-primary.is-active,.docstring>section>a.button.is-active.docs-sourcelink{background-color:#39acda;border-color:transparent;color:#fff}.button.is-primary[disabled],.docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] .button.is-primary,fieldset[disabled] .docstring>section>a.button.docs-sourcelink{background-color:#4eb5de;border-color:#4eb5de;box-shadow:none}.button.is-primary.is-inverted,.docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#4eb5de}.button.is-primary.is-inverted:hover,.docstring>section>a.button.is-inverted.docs-sourcelink:hover,.button.is-primary.is-inverted.is-hovered,.docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],.docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] .button.is-primary.is-inverted,fieldset[disabled] .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#4eb5de}.button.is-primary.is-loading::after,.docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}.button.is-primary.is-outlined,.docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#4eb5de;color:#4eb5de}.button.is-primary.is-outlined:hover,.docstring>section>a.button.is-outlined.docs-sourcelink:hover,.button.is-primary.is-outlined.is-hovered,.docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,.button.is-primary.is-outlined:focus,.docstring>section>a.button.is-outlined.docs-sourcelink:focus,.button.is-primary.is-outlined.is-focused,.docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#4eb5de;border-color:#4eb5de;color:#fff}.button.is-primary.is-outlined.is-loading::after,.docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #4eb5de #4eb5de !important}.button.is-primary.is-outlined.is-loading:hover::after,.docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,.button.is-primary.is-outlined.is-loading.is-hovered::after,.docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,.button.is-primary.is-outlined.is-loading:focus::after,.docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,.button.is-primary.is-outlined.is-loading.is-focused::after,.docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}.button.is-primary.is-outlined[disabled],.docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] .button.is-primary.is-outlined,fieldset[disabled] .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#4eb5de;box-shadow:none;color:#4eb5de}.button.is-primary.is-inverted.is-outlined,.docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined:hover,.docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,.button.is-primary.is-inverted.is-outlined.is-hovered,.docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,.button.is-primary.is-inverted.is-outlined:focus,.docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,.button.is-primary.is-inverted.is-outlined.is-focused,.docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#4eb5de}.button.is-primary.is-inverted.is-outlined.is-loading:hover::after,.docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,.docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,.docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,.docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #4eb5de #4eb5de !important}.button.is-primary.is-inverted.is-outlined[disabled],.docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined,fieldset[disabled] .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary.is-light,.docstring>section>a.button.is-light.docs-sourcelink{background-color:#eef8fc;color:#1a6d8e}.button.is-primary.is-light:hover,.docstring>section>a.button.is-light.docs-sourcelink:hover,.button.is-primary.is-light.is-hovered,.docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#e3f3fa;border-color:transparent;color:#1a6d8e}.button.is-primary.is-light:active,.docstring>section>a.button.is-light.docs-sourcelink:active,.button.is-primary.is-light.is-active,.docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#d8eff8;border-color:transparent;color:#1a6d8e}.button.is-link{background-color:#2e63b8;border-color:transparent;color:#fff}.button.is-link:hover,.button.is-link.is-hovered{background-color:#2b5eae;border-color:transparent;color:#fff}.button.is-link:focus,.button.is-link.is-focused{border-color:transparent;color:#fff}.button.is-link:focus:not(:active),.button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(46,99,184,0.25)}.button.is-link:active,.button.is-link.is-active{background-color:#2958a4;border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#2e63b8;border-color:#2e63b8;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#2e63b8}.button.is-link.is-inverted:hover,.button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#2e63b8}.button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-link.is-outlined{background-color:transparent;border-color:#2e63b8;color:#2e63b8}.button.is-link.is-outlined:hover,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined.is-focused{background-color:#2e63b8;border-color:#2e63b8;color:#fff}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #2e63b8 #2e63b8 !important}.button.is-link.is-outlined.is-loading:hover::after,.button.is-link.is-outlined.is-loading.is-hovered::after,.button.is-link.is-outlined.is-loading:focus::after,.button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#2e63b8;box-shadow:none;color:#2e63b8}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined:hover,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#2e63b8}.button.is-link.is-inverted.is-outlined.is-loading:hover::after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-link.is-inverted.is-outlined.is-loading:focus::after,.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #2e63b8 #2e63b8 !important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link.is-light{background-color:#eff3fb;color:#3169c4}.button.is-link.is-light:hover,.button.is-link.is-light.is-hovered{background-color:#e4ecf8;border-color:transparent;color:#3169c4}.button.is-link.is-light:active,.button.is-link.is-light.is-active{background-color:#dae5f6;border-color:transparent;color:#3169c4}.button.is-info{background-color:#209cee;border-color:transparent;color:#fff}.button.is-info:hover,.button.is-info.is-hovered{background-color:#1497ed;border-color:transparent;color:#fff}.button.is-info:focus,.button.is-info.is-focused{border-color:transparent;color:#fff}.button.is-info:focus:not(:active),.button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(32,156,238,0.25)}.button.is-info:active,.button.is-info.is-active{background-color:#1190e3;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#209cee;border-color:#209cee;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#209cee}.button.is-info.is-inverted:hover,.button.is-info.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#209cee}.button.is-info.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-info.is-outlined{background-color:transparent;border-color:#209cee;color:#209cee}.button.is-info.is-outlined:hover,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined.is-focused{background-color:#209cee;border-color:#209cee;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #209cee #209cee !important}.button.is-info.is-outlined.is-loading:hover::after,.button.is-info.is-outlined.is-loading.is-hovered::after,.button.is-info.is-outlined.is-loading:focus::after,.button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#209cee;box-shadow:none;color:#209cee}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined:hover,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined.is-focused{background-color:#fff;color:#209cee}.button.is-info.is-inverted.is-outlined.is-loading:hover::after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-info.is-inverted.is-outlined.is-loading:focus::after,.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #209cee #209cee !important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info.is-light{background-color:#ecf7fe;color:#0e72b4}.button.is-info.is-light:hover,.button.is-info.is-light.is-hovered{background-color:#e0f1fd;border-color:transparent;color:#0e72b4}.button.is-info.is-light:active,.button.is-info.is-light.is-active{background-color:#d4ecfc;border-color:transparent;color:#0e72b4}.button.is-success{background-color:#22c35b;border-color:transparent;color:#fff}.button.is-success:hover,.button.is-success.is-hovered{background-color:#20b856;border-color:transparent;color:#fff}.button.is-success:focus,.button.is-success.is-focused{border-color:transparent;color:#fff}.button.is-success:focus:not(:active),.button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(34,195,91,0.25)}.button.is-success:active,.button.is-success.is-active{background-color:#1ead51;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#22c35b;border-color:#22c35b;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#22c35b}.button.is-success.is-inverted:hover,.button.is-success.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#22c35b}.button.is-success.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-success.is-outlined{background-color:transparent;border-color:#22c35b;color:#22c35b}.button.is-success.is-outlined:hover,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined.is-focused{background-color:#22c35b;border-color:#22c35b;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #22c35b #22c35b !important}.button.is-success.is-outlined.is-loading:hover::after,.button.is-success.is-outlined.is-loading.is-hovered::after,.button.is-success.is-outlined.is-loading:focus::after,.button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#22c35b;box-shadow:none;color:#22c35b}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined:hover,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined.is-focused{background-color:#fff;color:#22c35b}.button.is-success.is-inverted.is-outlined.is-loading:hover::after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-success.is-inverted.is-outlined.is-loading:focus::after,.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #22c35b #22c35b !important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success.is-light{background-color:#eefcf3;color:#198f43}.button.is-success.is-light:hover,.button.is-success.is-light.is-hovered{background-color:#e3faeb;border-color:transparent;color:#198f43}.button.is-success.is-light:active,.button.is-success.is-light.is-active{background-color:#d8f8e3;border-color:transparent;color:#198f43}.button.is-warning{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-warning:hover,.button.is-warning.is-hovered{background-color:#ffda4a;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-warning:focus,.button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-warning:focus:not(:active),.button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,221,87,0.25)}.button.is-warning:active,.button.is-warning.is-active{background-color:#ffd83e;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffdd57;border-color:#ffdd57;box-shadow:none}.button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);color:#ffdd57}.button.is-warning.is-inverted:hover,.button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#ffdd57}.button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;color:#ffdd57}.button.is-warning.is-outlined:hover,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined.is-focused{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,0.7)}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ffdd57 #ffdd57 !important}.button.is-warning.is-outlined.is-loading:hover::after,.button.is-warning.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-outlined.is-loading:focus::after,.button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;box-shadow:none;color:#ffdd57}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}.button.is-warning.is-inverted.is-outlined:hover,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#ffdd57}.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #ffdd57 #ffdd57 !important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}.button.is-warning.is-light{background-color:#fffbeb;color:#947600}.button.is-warning.is-light:hover,.button.is-warning.is-light.is-hovered{background-color:#fff8de;border-color:transparent;color:#947600}.button.is-warning.is-light:active,.button.is-warning.is-light.is-active{background-color:#fff6d1;border-color:transparent;color:#947600}.button.is-danger{background-color:#da0b00;border-color:transparent;color:#fff}.button.is-danger:hover,.button.is-danger.is-hovered{background-color:#cd0a00;border-color:transparent;color:#fff}.button.is-danger:focus,.button.is-danger.is-focused{border-color:transparent;color:#fff}.button.is-danger:focus:not(:active),.button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(218,11,0,0.25)}.button.is-danger:active,.button.is-danger.is-active{background-color:#c10a00;border-color:transparent;color:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#da0b00;border-color:#da0b00;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#da0b00}.button.is-danger.is-inverted:hover,.button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#da0b00}.button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-danger.is-outlined{background-color:transparent;border-color:#da0b00;color:#da0b00}.button.is-danger.is-outlined:hover,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined.is-focused{background-color:#da0b00;border-color:#da0b00;color:#fff}.button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #da0b00 #da0b00 !important}.button.is-danger.is-outlined.is-loading:hover::after,.button.is-danger.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-outlined.is-loading:focus::after,.button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#da0b00;box-shadow:none;color:#da0b00}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined:hover,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#da0b00}.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #da0b00 #da0b00 !important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-danger.is-light{background-color:#ffeceb;color:#f50c00}.button.is-danger.is-light:hover,.button.is-danger.is-light.is-hovered{background-color:#ffe0de;border-color:transparent;color:#f50c00}.button.is-danger.is-light:active,.button.is-danger.is-light.is-active{background-color:#ffd3d1;border-color:transparent;color:#f50c00}.button.is-small,#documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}.button.is-small:not(.is-rounded),#documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent !important;pointer-events:none}.button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#6b6b6b;box-shadow:none;pointer-events:none}.button.is-rounded,#documenter .docs-sidebar form.docs-search>input.button{border-radius:9999px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:0.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.buttons:last-child{margin-bottom:-0.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button:hover,.buttons.has-addons .button.is-hovered{z-index:2}.buttons.has-addons .button:focus,.buttons.has-addons .button.is-focused,.buttons.has-addons .button:active,.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-selected{z-index:3}.buttons.has-addons .button:focus:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-selected:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}@media screen and (max-width: 768px){.button.is-responsive.is-small,#documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.65625rem}.button.is-responsive.is-medium{font-size:.75rem}.button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.button.is-responsive.is-small,#documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.75rem}.button.is-responsive.is-medium{font-size:1rem}.button.is-responsive.is-large{font-size:1.25rem}}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){.container{max-width:992px}}@media screen and (max-width: 1215px){.container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){.container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}.content li+li{margin-top:0.25em}.content p:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content ul:not(:last-child),.content blockquote:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#222;font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:0.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:0.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:0.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:0.8em}.content h5{font-size:1.125em;margin-bottom:0.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}.content ol.is-lower-roman:not([type]){list-style-type:lower-roman}.content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}.content ol.is-upper-roman:not([type]){list-style-type:upper-roman}.content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:0.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}.content sup,.content sub{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}.content table th{color:#222}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:#222}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#222}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small,#documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}.content.is-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small,#documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image,#documenter .docs-sidebar .docs-logo>img{display:block;position:relative}.image img,#documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}.image img.is-rounded,#documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}.image.is-fullwidth,#documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}.image.is-square img,#documenter .docs-sidebar .docs-logo>img.is-square img,.image.is-square .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,.image.is-1by1 img,#documenter .docs-sidebar .docs-logo>img.is-1by1 img,.image.is-1by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,.image.is-5by4 img,#documenter .docs-sidebar .docs-logo>img.is-5by4 img,.image.is-5by4 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,.image.is-4by3 img,#documenter .docs-sidebar .docs-logo>img.is-4by3 img,.image.is-4by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,.image.is-3by2 img,#documenter .docs-sidebar .docs-logo>img.is-3by2 img,.image.is-3by2 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,.image.is-5by3 img,#documenter .docs-sidebar .docs-logo>img.is-5by3 img,.image.is-5by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,.image.is-16by9 img,#documenter .docs-sidebar .docs-logo>img.is-16by9 img,.image.is-16by9 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,.image.is-2by1 img,#documenter .docs-sidebar .docs-logo>img.is-2by1 img,.image.is-2by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,.image.is-3by1 img,#documenter .docs-sidebar .docs-logo>img.is-3by1 img,.image.is-3by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,.image.is-4by5 img,#documenter .docs-sidebar .docs-logo>img.is-4by5 img,.image.is-4by5 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,.image.is-3by4 img,#documenter .docs-sidebar .docs-logo>img.is-3by4 img,.image.is-3by4 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,.image.is-2by3 img,#documenter .docs-sidebar .docs-logo>img.is-2by3 img,.image.is-2by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,.image.is-3by5 img,#documenter .docs-sidebar .docs-logo>img.is-3by5 img,.image.is-3by5 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,.image.is-9by16 img,#documenter .docs-sidebar .docs-logo>img.is-9by16 img,.image.is-9by16 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,.image.is-1by2 img,#documenter .docs-sidebar .docs-logo>img.is-1by2 img,.image.is-1by2 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,.image.is-1by3 img,#documenter .docs-sidebar .docs-logo>img.is-1by3 img,.image.is-1by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}.image.is-square,#documenter .docs-sidebar .docs-logo>img.is-square,.image.is-1by1,#documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}.image.is-5by4,#documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}.image.is-4by3,#documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}.image.is-3by2,#documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}.image.is-5by3,#documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}.image.is-16by9,#documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}.image.is-2by1,#documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}.image.is-3by1,#documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}.image.is-4by5,#documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}.image.is-3by4,#documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}.image.is-2by3,#documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}.image.is-3by5,#documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}.image.is-9by16,#documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}.image.is-1by2,#documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}.image.is-1by3,#documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}.image.is-16x16,#documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}.image.is-24x24,#documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}.image.is-32x32,#documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}.image.is-48x48,#documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}.image.is-64x64,#documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}.image.is-96x96,#documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}.image.is-128x128,#documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}.notification{background-color:#f5f5f5;border-radius:4px;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:transparent}.notification>.delete{right:.5rem;position:absolute;top:0.5rem}.notification .title,.notification .subtitle,.notification .content{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.notification.is-dark,.content kbd.notification{background-color:#363636;color:#fff}.notification.is-primary,.docstring>section>a.notification.docs-sourcelink{background-color:#4eb5de;color:#fff}.notification.is-primary.is-light,.docstring>section>a.notification.is-light.docs-sourcelink{background-color:#eef8fc;color:#1a6d8e}.notification.is-link{background-color:#2e63b8;color:#fff}.notification.is-link.is-light{background-color:#eff3fb;color:#3169c4}.notification.is-info{background-color:#209cee;color:#fff}.notification.is-info.is-light{background-color:#ecf7fe;color:#0e72b4}.notification.is-success{background-color:#22c35b;color:#fff}.notification.is-success.is-light{background-color:#eefcf3;color:#198f43}.notification.is-warning{background-color:#ffdd57;color:rgba(0,0,0,0.7)}.notification.is-warning.is-light{background-color:#fffbeb;color:#947600}.notification.is-danger{background-color:#da0b00;color:#fff}.notification.is-danger.is-light{background-color:#ffeceb;color:#f50c00}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#ededed}.progress::-webkit-progress-value{background-color:#222}.progress::-moz-progress-bar{background-color:#222}.progress::-ms-fill{background-color:#222;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #ededed 30%)}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #ededed 30%)}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #ededed 30%)}.progress.is-dark::-webkit-progress-value,.content kbd.progress::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar,.content kbd.progress::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill,.content kbd.progress::-ms-fill{background-color:#363636}.progress.is-dark:indeterminate,.content kbd.progress:indeterminate{background-image:linear-gradient(to right, #363636 30%, #ededed 30%)}.progress.is-primary::-webkit-progress-value,.docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#4eb5de}.progress.is-primary::-moz-progress-bar,.docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#4eb5de}.progress.is-primary::-ms-fill,.docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#4eb5de}.progress.is-primary:indeterminate,.docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #4eb5de 30%, #ededed 30%)}.progress.is-link::-webkit-progress-value{background-color:#2e63b8}.progress.is-link::-moz-progress-bar{background-color:#2e63b8}.progress.is-link::-ms-fill{background-color:#2e63b8}.progress.is-link:indeterminate{background-image:linear-gradient(to right, #2e63b8 30%, #ededed 30%)}.progress.is-info::-webkit-progress-value{background-color:#209cee}.progress.is-info::-moz-progress-bar{background-color:#209cee}.progress.is-info::-ms-fill{background-color:#209cee}.progress.is-info:indeterminate{background-image:linear-gradient(to right, #209cee 30%, #ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#22c35b}.progress.is-success::-moz-progress-bar{background-color:#22c35b}.progress.is-success::-ms-fill{background-color:#22c35b}.progress.is-success:indeterminate{background-image:linear-gradient(to right, #22c35b 30%, #ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffdd57}.progress.is-warning::-moz-progress-bar{background-color:#ffdd57}.progress.is-warning::-ms-fill{background-color:#ffdd57}.progress.is-warning:indeterminate{background-image:linear-gradient(to right, #ffdd57 30%, #ededed 30%)}.progress.is-danger::-webkit-progress-value{background-color:#da0b00}.progress.is-danger::-moz-progress-bar{background-color:#da0b00}.progress.is-danger::-ms-fill{background-color:#da0b00}.progress.is-danger:indeterminate{background-image:linear-gradient(to right, #da0b00 30%, #ededed 30%)}.progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#ededed;background-image:linear-gradient(to right, #222 30%, #ededed 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small,#documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#fff;color:#222}.table td,.table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#fff}.table td.is-primary,.table th.is-primary{background-color:#4eb5de;border-color:#4eb5de;color:#fff}.table td.is-link,.table th.is-link{background-color:#2e63b8;border-color:#2e63b8;color:#fff}.table td.is-info,.table th.is-info{background-color:#209cee;border-color:#209cee;color:#fff}.table td.is-success,.table th.is-success{background-color:#22c35b;border-color:#22c35b;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,0.7)}.table td.is-danger,.table th.is-danger{background-color:#da0b00;border-color:#da0b00;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#4eb5de;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:#222}.table th:not([align]){text-align:left}.table tr.is-selected{background-color:#4eb5de;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead{background-color:rgba(0,0,0,0)}.table thead td,.table thead th{border-width:0 0 2px;color:#222}.table tfoot{background-color:rgba(0,0,0,0)}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#222}.table tbody{background-color:rgba(0,0,0,0)}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:0.25em 0.5em}.table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag,.tags .content kbd,.content .tags kbd,.tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}.tags .tag:not(:last-child),.tags .content kbd:not(:last-child),.content .tags kbd:not(:last-child),.tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}.tags:last-child{margin-bottom:-0.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large),.tags.are-medium .content kbd:not(.is-normal):not(.is-large),.content .tags.are-medium kbd:not(.is-normal):not(.is-large),.tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium),.tags.are-large .content kbd:not(.is-normal):not(.is-medium),.content .tags.are-large kbd:not(.is-normal):not(.is-medium),.tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag,.tags.is-centered .content kbd,.content .tags.is-centered kbd,.tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child),.tags.is-right .content kbd:not(:first-child),.content .tags.is-right kbd:not(:first-child),.tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}.tags.is-right .tag:not(:last-child),.tags.is-right .content kbd:not(:last-child),.content .tags.is-right kbd:not(:last-child),.tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}.tags.has-addons .tag,.tags.has-addons .content kbd,.content .tags.has-addons kbd,.tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}.tags.has-addons .tag:not(:first-child),.tags.has-addons .content kbd:not(:first-child),.content .tags.has-addons kbd:not(:first-child),.tags.has-addons .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.tags.has-addons .tag:not(:last-child),.tags.has-addons .content kbd:not(:last-child),.content .tags.has-addons kbd:not(:last-child),.tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.tag:not(body),.content kbd:not(body),.docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#f5f5f5;border-radius:4px;color:#222;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}.tag:not(body) .delete,.content kbd:not(body) .delete,.docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}.tag.is-white:not(body),.content kbd.is-white:not(body),.docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}.tag.is-black:not(body),.content kbd.is-black:not(body),.docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}.tag.is-light:not(body),.content kbd.is-light:not(body),.docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.tag.is-dark:not(body),.content kbd:not(body),.docstring>section>a.docs-sourcelink.is-dark:not(body),.content .docstring>section>kbd:not(body){background-color:#363636;color:#fff}.tag.is-primary:not(body),.content kbd.is-primary:not(body),.docstring>section>a.docs-sourcelink:not(body){background-color:#4eb5de;color:#fff}.tag.is-primary.is-light:not(body),.content kbd.is-primary.is-light:not(body),.docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#eef8fc;color:#1a6d8e}.tag.is-link:not(body),.content kbd.is-link:not(body),.docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#2e63b8;color:#fff}.tag.is-link.is-light:not(body),.content kbd.is-link.is-light:not(body),.docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#eff3fb;color:#3169c4}.tag.is-info:not(body),.content kbd.is-info:not(body),.docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#209cee;color:#fff}.tag.is-info.is-light:not(body),.content kbd.is-info.is-light:not(body),.docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#ecf7fe;color:#0e72b4}.tag.is-success:not(body),.content kbd.is-success:not(body),.docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#22c35b;color:#fff}.tag.is-success.is-light:not(body),.content kbd.is-success.is-light:not(body),.docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#eefcf3;color:#198f43}.tag.is-warning:not(body),.content kbd.is-warning:not(body),.docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#ffdd57;color:rgba(0,0,0,0.7)}.tag.is-warning.is-light:not(body),.content kbd.is-warning.is-light:not(body),.docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fffbeb;color:#947600}.tag.is-danger:not(body),.content kbd.is-danger:not(body),.docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#da0b00;color:#fff}.tag.is-danger.is-light:not(body),.content kbd.is-danger.is-light:not(body),.docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#ffeceb;color:#f50c00}.tag.is-normal:not(body),.content kbd.is-normal:not(body),.docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}.tag.is-medium:not(body),.content kbd.is-medium:not(body),.docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}.tag.is-large:not(body),.content kbd.is-large:not(body),.docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child),.content kbd:not(body) .icon:first-child:not(:last-child),.docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}.tag:not(body) .icon:last-child:not(:first-child),.content kbd:not(body) .icon:last-child:not(:first-child),.docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}.tag:not(body) .icon:first-child:last-child,.content kbd:not(body) .icon:first-child:last-child,.docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}.tag.is-delete:not(body),.content kbd.is-delete:not(body),.docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}.tag.is-delete:not(body)::before,.content kbd.is-delete:not(body)::before,.docstring>section>a.docs-sourcelink.is-delete:not(body)::before,.tag.is-delete:not(body)::after,.content kbd.is-delete:not(body)::after,.docstring>section>a.docs-sourcelink.is-delete:not(body)::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.tag.is-delete:not(body)::before,.content kbd.is-delete:not(body)::before,.docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}.tag.is-delete:not(body)::after,.content kbd.is-delete:not(body)::after,.docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}.tag.is-delete:not(body):hover,.content kbd.is-delete:not(body):hover,.docstring>section>a.docs-sourcelink.is-delete:not(body):hover,.tag.is-delete:not(body):focus,.content kbd.is-delete:not(body):focus,.docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#e8e8e8}.tag.is-delete:not(body):active,.content kbd.is-delete:not(body):active,.docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#dbdbdb}.tag.is-rounded:not(body),#documenter .docs-sidebar form.docs-search>input:not(body),.content kbd.is-rounded:not(body),#documenter .docs-sidebar .content form.docs-search>input:not(body),.docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}a.tag:hover,.docstring>section>a.docs-sourcelink:hover{text-decoration:underline}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub{font-size:.75em}.title sup,.subtitle sup{font-size:.75em}.title .tag,.title .content kbd,.content .title kbd,.title .docstring>section>a.docs-sourcelink,.subtitle .tag,.subtitle .content kbd,.content .subtitle kbd,.subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}.title{color:#222;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#222;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#222;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.number{align-items:center;background-color:#f5f5f5;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}.select select,.textarea,.input,#documenter .docs-sidebar form.docs-search>input{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#222}.select select::-moz-placeholder,.textarea::-moz-placeholder,.input::-moz-placeholder,#documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#707070}.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.input::-webkit-input-placeholder,#documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#707070}.select select:-moz-placeholder,.textarea:-moz-placeholder,.input:-moz-placeholder,#documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#707070}.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder,.input:-ms-input-placeholder,#documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#707070}.select select:hover,.textarea:hover,.input:hover,#documenter .docs-sidebar form.docs-search>input:hover,.select select.is-hovered,.is-hovered.textarea,.is-hovered.input,#documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#b5b5b5}.select select:focus,.textarea:focus,.input:focus,#documenter .docs-sidebar form.docs-search>input:focus,.select select.is-focused,.is-focused.textarea,.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.select select:active,.textarea:active,.input:active,#documenter .docs-sidebar form.docs-search>input:active,.select select.is-active,.is-active.textarea,.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{border-color:#2e63b8;box-shadow:0 0 0 0.125em rgba(46,99,184,0.25)}.select select[disabled],.textarea[disabled],.input[disabled],#documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#6b6b6b}.select select[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder,.input[disabled]::-moz-placeholder,#documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input::-moz-placeholder,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input::-moz-placeholder{color:rgba(107,107,107,0.3)}.select select[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder,.input[disabled]::-webkit-input-placeholder,#documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input::-webkit-input-placeholder{color:rgba(107,107,107,0.3)}.select select[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder,.input[disabled]:-moz-placeholder,#documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input:-moz-placeholder,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input:-moz-placeholder{color:rgba(107,107,107,0.3)}.select select[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder,.input[disabled]:-ms-input-placeholder,#documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input:-ms-input-placeholder{color:rgba(107,107,107,0.3)}.textarea,.input,#documenter .docs-sidebar form.docs-search>input{box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%}.textarea[readonly],.input[readonly],#documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}.is-white.textarea,.is-white.input,#documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}.is-white.textarea:focus,.is-white.input:focus,#documenter .docs-sidebar form.docs-search>input.is-white:focus,.is-white.is-focused.textarea,.is-white.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-white.textarea:active,.is-white.input:active,#documenter .docs-sidebar form.docs-search>input.is-white:active,.is-white.is-active.textarea,.is-white.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}.is-black.textarea,.is-black.input,#documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}.is-black.textarea:focus,.is-black.input:focus,#documenter .docs-sidebar form.docs-search>input.is-black:focus,.is-black.is-focused.textarea,.is-black.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-black.textarea:active,.is-black.input:active,#documenter .docs-sidebar form.docs-search>input.is-black:active,.is-black.is-active.textarea,.is-black.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}.is-light.textarea,.is-light.input,#documenter .docs-sidebar form.docs-search>input.is-light{border-color:#f5f5f5}.is-light.textarea:focus,.is-light.input:focus,#documenter .docs-sidebar form.docs-search>input.is-light:focus,.is-light.is-focused.textarea,.is-light.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-light.textarea:active,.is-light.input:active,#documenter .docs-sidebar form.docs-search>input.is-light:active,.is-light.is-active.textarea,.is-light.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}.is-dark.textarea,.content kbd.textarea,.is-dark.input,#documenter .docs-sidebar form.docs-search>input.is-dark,.content kbd.input{border-color:#363636}.is-dark.textarea:focus,.content kbd.textarea:focus,.is-dark.input:focus,#documenter .docs-sidebar form.docs-search>input.is-dark:focus,.content kbd.input:focus,.is-dark.is-focused.textarea,.content kbd.is-focused.textarea,.is-dark.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.content kbd.is-focused.input,#documenter .docs-sidebar .content form.docs-search>input.is-focused,.is-dark.textarea:active,.content kbd.textarea:active,.is-dark.input:active,#documenter .docs-sidebar form.docs-search>input.is-dark:active,.content kbd.input:active,.is-dark.is-active.textarea,.content kbd.is-active.textarea,.is-dark.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active,.content kbd.is-active.input,#documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(54,54,54,0.25)}.is-primary.textarea,.docstring>section>a.textarea.docs-sourcelink,.is-primary.input,#documenter .docs-sidebar form.docs-search>input.is-primary,.docstring>section>a.input.docs-sourcelink{border-color:#4eb5de}.is-primary.textarea:focus,.docstring>section>a.textarea.docs-sourcelink:focus,.is-primary.input:focus,#documenter .docs-sidebar form.docs-search>input.is-primary:focus,.docstring>section>a.input.docs-sourcelink:focus,.is-primary.is-focused.textarea,.docstring>section>a.is-focused.textarea.docs-sourcelink,.is-primary.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.docstring>section>a.is-focused.input.docs-sourcelink,.is-primary.textarea:active,.docstring>section>a.textarea.docs-sourcelink:active,.is-primary.input:active,#documenter .docs-sidebar form.docs-search>input.is-primary:active,.docstring>section>a.input.docs-sourcelink:active,.is-primary.is-active.textarea,.docstring>section>a.is-active.textarea.docs-sourcelink,.is-primary.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active,.docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(78,181,222,0.25)}.is-link.textarea,.is-link.input,#documenter .docs-sidebar form.docs-search>input.is-link{border-color:#2e63b8}.is-link.textarea:focus,.is-link.input:focus,#documenter .docs-sidebar form.docs-search>input.is-link:focus,.is-link.is-focused.textarea,.is-link.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-link.textarea:active,.is-link.input:active,#documenter .docs-sidebar form.docs-search>input.is-link:active,.is-link.is-active.textarea,.is-link.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(46,99,184,0.25)}.is-info.textarea,.is-info.input,#documenter .docs-sidebar form.docs-search>input.is-info{border-color:#209cee}.is-info.textarea:focus,.is-info.input:focus,#documenter .docs-sidebar form.docs-search>input.is-info:focus,.is-info.is-focused.textarea,.is-info.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-info.textarea:active,.is-info.input:active,#documenter .docs-sidebar form.docs-search>input.is-info:active,.is-info.is-active.textarea,.is-info.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(32,156,238,0.25)}.is-success.textarea,.is-success.input,#documenter .docs-sidebar form.docs-search>input.is-success{border-color:#22c35b}.is-success.textarea:focus,.is-success.input:focus,#documenter .docs-sidebar form.docs-search>input.is-success:focus,.is-success.is-focused.textarea,.is-success.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-success.textarea:active,.is-success.input:active,#documenter .docs-sidebar form.docs-search>input.is-success:active,.is-success.is-active.textarea,.is-success.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(34,195,91,0.25)}.is-warning.textarea,.is-warning.input,#documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#ffdd57}.is-warning.textarea:focus,.is-warning.input:focus,#documenter .docs-sidebar form.docs-search>input.is-warning:focus,.is-warning.is-focused.textarea,.is-warning.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-warning.textarea:active,.is-warning.input:active,#documenter .docs-sidebar form.docs-search>input.is-warning:active,.is-warning.is-active.textarea,.is-warning.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,221,87,0.25)}.is-danger.textarea,.is-danger.input,#documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#da0b00}.is-danger.textarea:focus,.is-danger.input:focus,#documenter .docs-sidebar form.docs-search>input.is-danger:focus,.is-danger.is-focused.textarea,.is-danger.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-danger.textarea:active,.is-danger.input:active,#documenter .docs-sidebar form.docs-search>input.is-danger:active,.is-danger.is-active.textarea,.is-danger.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(218,11,0,0.25)}.is-small.textarea,.is-small.input,#documenter .docs-sidebar form.docs-search>input{border-radius:2px;font-size:.75rem}.is-medium.textarea,.is-medium.input,#documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}.is-large.textarea,.is-large.input,#documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}.is-fullwidth.textarea,.is-fullwidth.input,#documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}.is-inline.textarea,.is-inline.input,#documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}.input.is-rounded,#documenter .docs-sidebar form.docs-search>input{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}.input.is-static,#documenter .docs-sidebar form.docs-search>input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.radio,.checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.radio input,.checkbox input{cursor:pointer}.radio:hover,.checkbox:hover{color:#222}.radio[disabled],.checkbox[disabled],fieldset[disabled] .radio,fieldset[disabled] .checkbox,.radio input[disabled],.checkbox input[disabled]{color:#6b6b6b;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading)::after{border-color:#2e63b8;right:1.125em;z-index:4}.select.is-rounded select,#documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:0.5em 1em}.select:not(.is-multiple):not(.is-loading):hover::after{border-color:#222}.select.is-white:not(:hover)::after{border-color:#fff}.select.is-white select{border-color:#fff}.select.is-white select:hover,.select.is-white select.is-hovered{border-color:#f2f2f2}.select.is-white select:focus,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}.select.is-black:not(:hover)::after{border-color:#0a0a0a}.select.is-black select{border-color:#0a0a0a}.select.is-black select:hover,.select.is-black select.is-hovered{border-color:#000}.select.is-black select:focus,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}.select.is-light:not(:hover)::after{border-color:#f5f5f5}.select.is-light select{border-color:#f5f5f5}.select.is-light select:hover,.select.is-light select.is-hovered{border-color:#e8e8e8}.select.is-light select:focus,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}.select.is-dark:not(:hover)::after,.content kbd.select:not(:hover)::after{border-color:#363636}.select.is-dark select,.content kbd.select select{border-color:#363636}.select.is-dark select:hover,.content kbd.select select:hover,.select.is-dark select.is-hovered,.content kbd.select select.is-hovered{border-color:#292929}.select.is-dark select:focus,.content kbd.select select:focus,.select.is-dark select.is-focused,.content kbd.select select.is-focused,.select.is-dark select:active,.content kbd.select select:active,.select.is-dark select.is-active,.content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(54,54,54,0.25)}.select.is-primary:not(:hover)::after,.docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#4eb5de}.select.is-primary select,.docstring>section>a.select.docs-sourcelink select{border-color:#4eb5de}.select.is-primary select:hover,.docstring>section>a.select.docs-sourcelink select:hover,.select.is-primary select.is-hovered,.docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#39acda}.select.is-primary select:focus,.docstring>section>a.select.docs-sourcelink select:focus,.select.is-primary select.is-focused,.docstring>section>a.select.docs-sourcelink select.is-focused,.select.is-primary select:active,.docstring>section>a.select.docs-sourcelink select:active,.select.is-primary select.is-active,.docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(78,181,222,0.25)}.select.is-link:not(:hover)::after{border-color:#2e63b8}.select.is-link select{border-color:#2e63b8}.select.is-link select:hover,.select.is-link select.is-hovered{border-color:#2958a4}.select.is-link select:focus,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(46,99,184,0.25)}.select.is-info:not(:hover)::after{border-color:#209cee}.select.is-info select{border-color:#209cee}.select.is-info select:hover,.select.is-info select.is-hovered{border-color:#1190e3}.select.is-info select:focus,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(32,156,238,0.25)}.select.is-success:not(:hover)::after{border-color:#22c35b}.select.is-success select{border-color:#22c35b}.select.is-success select:hover,.select.is-success select.is-hovered{border-color:#1ead51}.select.is-success select:focus,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(34,195,91,0.25)}.select.is-warning:not(:hover)::after{border-color:#ffdd57}.select.is-warning select{border-color:#ffdd57}.select.is-warning select:hover,.select.is-warning select.is-hovered{border-color:#ffd83e}.select.is-warning select:focus,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(255,221,87,0.25)}.select.is-danger:not(:hover)::after{border-color:#da0b00}.select.is-danger select{border-color:#da0b00}.select.is-danger select:hover,.select.is-danger select.is-hovered{border-color:#c10a00}.select.is-danger select:focus,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(218,11,0,0.25)}.select.is-small,#documenter .docs-sidebar form.docs-search>input.select{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled::after{border-color:#6b6b6b !important;opacity:0.5}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}.select.is-loading.is-small:after,#documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.file.is-white:hover .file-cta,.file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.file.is-white:focus .file-cta,.file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}.file.is-white:active .file-cta,.file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.file.is-black:hover .file-cta,.file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black:focus .file-cta,.file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}.file.is-black:active .file-cta,.file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-light:hover .file-cta,.file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-light:focus .file-cta,.file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(245,245,245,0.25);color:rgba(0,0,0,0.7)}.file.is-light:active .file-cta,.file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-dark .file-cta,.content kbd.file .file-cta{background-color:#363636;border-color:transparent;color:#fff}.file.is-dark:hover .file-cta,.content kbd.file:hover .file-cta,.file.is-dark.is-hovered .file-cta,.content kbd.file.is-hovered .file-cta{background-color:#2f2f2f;border-color:transparent;color:#fff}.file.is-dark:focus .file-cta,.content kbd.file:focus .file-cta,.file.is-dark.is-focused .file-cta,.content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(54,54,54,0.25);color:#fff}.file.is-dark:active .file-cta,.content kbd.file:active .file-cta,.file.is-dark.is-active .file-cta,.content kbd.file.is-active .file-cta{background-color:#292929;border-color:transparent;color:#fff}.file.is-primary .file-cta,.docstring>section>a.file.docs-sourcelink .file-cta{background-color:#4eb5de;border-color:transparent;color:#fff}.file.is-primary:hover .file-cta,.docstring>section>a.file.docs-sourcelink:hover .file-cta,.file.is-primary.is-hovered .file-cta,.docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#43b1dc;border-color:transparent;color:#fff}.file.is-primary:focus .file-cta,.docstring>section>a.file.docs-sourcelink:focus .file-cta,.file.is-primary.is-focused .file-cta,.docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(78,181,222,0.25);color:#fff}.file.is-primary:active .file-cta,.docstring>section>a.file.docs-sourcelink:active .file-cta,.file.is-primary.is-active .file-cta,.docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#39acda;border-color:transparent;color:#fff}.file.is-link .file-cta{background-color:#2e63b8;border-color:transparent;color:#fff}.file.is-link:hover .file-cta,.file.is-link.is-hovered .file-cta{background-color:#2b5eae;border-color:transparent;color:#fff}.file.is-link:focus .file-cta,.file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(46,99,184,0.25);color:#fff}.file.is-link:active .file-cta,.file.is-link.is-active .file-cta{background-color:#2958a4;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#209cee;border-color:transparent;color:#fff}.file.is-info:hover .file-cta,.file.is-info.is-hovered .file-cta{background-color:#1497ed;border-color:transparent;color:#fff}.file.is-info:focus .file-cta,.file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(32,156,238,0.25);color:#fff}.file.is-info:active .file-cta,.file.is-info.is-active .file-cta{background-color:#1190e3;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#22c35b;border-color:transparent;color:#fff}.file.is-success:hover .file-cta,.file.is-success.is-hovered .file-cta{background-color:#20b856;border-color:transparent;color:#fff}.file.is-success:focus .file-cta,.file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(34,195,91,0.25);color:#fff}.file.is-success:active .file-cta,.file.is-success.is-active .file-cta{background-color:#1ead51;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-warning:hover .file-cta,.file.is-warning.is-hovered .file-cta{background-color:#ffda4a;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-warning:focus .file-cta,.file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,221,87,0.25);color:rgba(0,0,0,0.7)}.file.is-warning:active .file-cta,.file.is-warning.is-active .file-cta{background-color:#ffd83e;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-danger .file-cta{background-color:#da0b00;border-color:transparent;color:#fff}.file.is-danger:hover .file-cta,.file.is-danger.is-hovered .file-cta{background-color:#cd0a00;border-color:transparent;color:#fff}.file.is-danger:focus .file-cta,.file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(218,11,0,0.25);color:#fff}.file.is-danger:active .file-cta,.file.is-danger.is-active .file-cta{background-color:#c10a00;border-color:transparent;color:#fff}.file.is-small,#documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}.file.is-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa,#documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#222}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#222}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#dbdbdb;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#f5f5f5;color:#222}.file-name{border-color:#dbdbdb;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#222;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:0.5em}.label.is-small,#documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:0.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark,.content kbd.help{color:#363636}.help.is-primary,.docstring>section>a.help.docs-sourcelink{color:#4eb5de}.help.is-link{color:#2e63b8}.help.is-info{color:#209cee}.help.is-success{color:#22c35b}.help.is-warning{color:#ffdd57}.help.is-danger{color:#da0b00}.field:not(:last-child){margin-bottom:0.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,.field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .button.is-hovered:not([disabled]),.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,.field.has-addons .control .input.is-hovered:not([disabled]),.field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),#documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),.field.has-addons .control .select select:not([disabled]):hover,.field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .button.is-focused:not([disabled]),.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button.is-active:not([disabled]),.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,.field.has-addons .control .input.is-focused:not([disabled]),.field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),#documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,.field.has-addons .control .input.is-active:not([disabled]),.field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),#documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),.field.has-addons .control .select select:not([disabled]):focus,.field.has-addons .control .select select.is-focused:not([disabled]),.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select.is-active:not([disabled]){z-index:3}.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .button.is-focused:not([disabled]):hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button.is-active:not([disabled]):hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,.field.has-addons .control .input.is-focused:not([disabled]):hover,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,.field.has-addons .control .input.is-active:not([disabled]):hover,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]):focus:hover,.field.has-addons .control .select select.is-focused:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width: 768px){.field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small,#documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}.field-label.is-normal{padding-top:0.375em}.field-label.is-medium{font-size:1.25rem;padding-top:0.375em}.field-label.is-large{font-size:1.5rem;padding-top:0.375em}}.field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.control.has-icons-left .input:focus~.icon,.control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,#documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,#documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#222}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,#documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,#documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,#documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,#documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,#documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,#documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#dbdbdb;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.control.has-icons-left .input,.control.has-icons-left #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar .control.has-icons-left form.docs-search>input,.control.has-icons-left .select select{padding-left:2.5em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar .control.has-icons-right form.docs-search>input,.control.has-icons-right .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}.control.is-loading.is-small:after,#documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#2e63b8;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#222;cursor:default;pointer-events:none}.breadcrumb li+li::before{color:#b5b5b5;content:"\0002f"}.breadcrumb ul,.breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small,#documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li::before{content:"\02192"}.breadcrumb.has-bullet-separator li+li::before{content:"\02022"}.breadcrumb.has-dot-separator li+li::before{content:"\000b7"}.breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}.card{background-color:#fff;border-radius:.25rem;box-shadow:#bbb;color:#222;max-width:100%;position:relative}.card-footer:first-child,.card-content:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-footer:last-child,.card-content:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);display:flex}.card-header-title{align-items:center;color:#222;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:0.75rem 1rem}.card-image{display:block;position:relative}.card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color:rgba(0,0,0,0);padding:1.5rem}.card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:4px;box-shadow:#bbb;padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#222;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#2e63b8;color:#fff}.dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile{display:flex}.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .title,.level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){.level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{.level-right{display:flex}}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid rgba(219,219,219,0.5);display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid rgba(219,219,219,0.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small,#documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#222;display:block;padding:0.5em 0.75em}.menu-list a:hover{background-color:#f5f5f5;color:#222}.menu-list a.is-active{background-color:#2e63b8;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#6b6b6b;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#f5f5f5;border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small,#documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.message.is-light .message-body{border-color:#f5f5f5}.message.is-dark,.content kbd.message{background-color:#fafafa}.message.is-dark .message-header,.content kbd.message .message-header{background-color:#363636;color:#fff}.message.is-dark .message-body,.content kbd.message .message-body{border-color:#363636}.message.is-primary,.docstring>section>a.message.docs-sourcelink{background-color:#eef8fc}.message.is-primary .message-header,.docstring>section>a.message.docs-sourcelink .message-header{background-color:#4eb5de;color:#fff}.message.is-primary .message-body,.docstring>section>a.message.docs-sourcelink .message-body{border-color:#4eb5de;color:#1a6d8e}.message.is-link{background-color:#eff3fb}.message.is-link .message-header{background-color:#2e63b8;color:#fff}.message.is-link .message-body{border-color:#2e63b8;color:#3169c4}.message.is-info{background-color:#ecf7fe}.message.is-info .message-header{background-color:#209cee;color:#fff}.message.is-info .message-body{border-color:#209cee;color:#0e72b4}.message.is-success{background-color:#eefcf3}.message.is-success .message-header{background-color:#22c35b;color:#fff}.message.is-success .message-body{border-color:#22c35b;color:#198f43}.message.is-warning{background-color:#fffbeb}.message.is-warning .message-header{background-color:#ffdd57;color:rgba(0,0,0,0.7)}.message.is-warning .message-body{border-color:#ffdd57;color:#947600}.message.is-danger{background-color:#ffeceb}.message.is-danger .message-header{background-color:#da0b00;color:#fff}.message.is-danger .message-body{border-color:#da0b00;color:#f50c00}.message-header{align-items:center;background-color:#222;border-radius:4px 4px 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{border-color:#dbdbdb;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#222;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:rgba(0,0,0,0)}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(10,10,10,0.86)}.modal-content,.modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){.modal-content,.modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-head,.modal-card-foot{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#222;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand>.navbar-item,.navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){.navbar.is-white .navbar-start>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-start .navbar-link::after,.navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-black .navbar-start>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-end .navbar-link{color:#fff}.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-start .navbar-link::after,.navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){.navbar.is-light .navbar-start>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-start .navbar-link::after,.navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}.navbar.is-dark,.content kbd.navbar{background-color:#363636;color:#fff}.navbar.is-dark .navbar-brand>.navbar-item,.content kbd.navbar .navbar-brand>.navbar-item,.navbar.is-dark .navbar-brand .navbar-link,.content kbd.navbar .navbar-brand .navbar-link{color:#fff}.navbar.is-dark .navbar-brand>a.navbar-item:focus,.content kbd.navbar .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover,.content kbd.navbar .navbar-brand>a.navbar-item:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.content kbd.navbar .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.content kbd.navbar .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.content kbd.navbar .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand .navbar-link.is-active,.content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#292929;color:#fff}.navbar.is-dark .navbar-brand .navbar-link::after,.content kbd.navbar .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-burger,.content kbd.navbar .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-dark .navbar-start>.navbar-item,.content kbd.navbar .navbar-start>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.content kbd.navbar .navbar-start .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.content kbd.navbar .navbar-end>.navbar-item,.navbar.is-dark .navbar-end .navbar-link,.content kbd.navbar .navbar-end .navbar-link{color:#fff}.navbar.is-dark .navbar-start>a.navbar-item:focus,.content kbd.navbar .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover,.content kbd.navbar .navbar-start>a.navbar-item:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.content kbd.navbar .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.content kbd.navbar .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.content kbd.navbar .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.content kbd.navbar .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.content kbd.navbar .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.content kbd.navbar .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.content kbd.navbar .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.content kbd.navbar .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.content kbd.navbar .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end .navbar-link.is-active,.content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#292929;color:#fff}.navbar.is-dark .navbar-start .navbar-link::after,.content kbd.navbar .navbar-start .navbar-link::after,.navbar.is-dark .navbar-end .navbar-link::after,.content kbd.navbar .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,.content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#292929;color:#fff}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active,.content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#fff}}.navbar.is-primary,.docstring>section>a.navbar.docs-sourcelink{background-color:#4eb5de;color:#fff}.navbar.is-primary .navbar-brand>.navbar-item,.docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,.navbar.is-primary .navbar-brand .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}.navbar.is-primary .navbar-brand>a.navbar-item:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand .navbar-link.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#39acda;color:#fff}.navbar.is-primary .navbar-brand .navbar-link::after,.docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-burger,.docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-primary .navbar-start>.navbar-item,.docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,.navbar.is-primary .navbar-end .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}.navbar.is-primary .navbar-start>a.navbar-item:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end .navbar-link.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#39acda;color:#fff}.navbar.is-primary .navbar-start .navbar-link::after,.docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,.navbar.is-primary .navbar-end .navbar-link::after,.docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#39acda;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#4eb5de;color:#fff}}.navbar.is-link{background-color:#2e63b8;color:#fff}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:#fff}.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#2958a4;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-link .navbar-start>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-end .navbar-link{color:#fff}.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end .navbar-link.is-active{background-color:#2958a4;color:#fff}.navbar.is-link .navbar-start .navbar-link::after,.navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2958a4;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#2e63b8;color:#fff}}.navbar.is-info{background-color:#209cee;color:#fff}.navbar.is-info .navbar-brand>.navbar-item,.navbar.is-info .navbar-brand .navbar-link{color:#fff}.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#1190e3;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-info .navbar-start>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-end .navbar-link{color:#fff}.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end .navbar-link.is-active{background-color:#1190e3;color:#fff}.navbar.is-info .navbar-start .navbar-link::after,.navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#1190e3;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#209cee;color:#fff}}.navbar.is-success{background-color:#22c35b;color:#fff}.navbar.is-success .navbar-brand>.navbar-item,.navbar.is-success .navbar-brand .navbar-link{color:#fff}.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#1ead51;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-success .navbar-start>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-end .navbar-link{color:#fff}.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end .navbar-link.is-active{background-color:#1ead51;color:#fff}.navbar.is-success .navbar-start .navbar-link::after,.navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#1ead51;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#22c35b;color:#fff}}.navbar.is-warning{background-color:#ffdd57;color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#ffd83e;color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){.navbar.is-warning .navbar-start>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#ffd83e;color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-start .navbar-link::after,.navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ffd83e;color:rgba(0,0,0,0.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(0,0,0,0.7)}}.navbar.is-danger{background-color:#da0b00;color:#fff}.navbar.is-danger .navbar-brand>.navbar-item,.navbar.is-danger .navbar-brand .navbar-link{color:#fff}.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#c10a00;color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-danger .navbar-start>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-end .navbar-link{color:#fff}.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#c10a00;color:#fff}.navbar.is-danger .navbar-start .navbar-link::after,.navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#c10a00;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#da0b00;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top,body.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom,body.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:#222;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,0.05)}.navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#222;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}a.navbar-item,.navbar-link{cursor:pointer}a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover,a.navbar-item.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,.navbar-link.is-active{background-color:#fafafa;color:#2e63b8}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(0.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#2e63b8}.navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#2e63b8;border-bottom-style:solid;border-bottom-width:3px;color:#2e63b8;padding-bottom:calc(0.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-right:2.5em}.navbar-link:not(.is-arrowless)::after{border-color:#2e63b8;margin-top:-0.375em;right:1.125em}.navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1055px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch,body.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch,body.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width: 1056px){.navbar,.navbar-menu,.navbar-start,.navbar-end{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-start,.navbar.is-spaced .navbar-end{align-items:center}.navbar.is-spaced a.navbar-item,.navbar.is-spaced .navbar-link{border-radius:4px}.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#2e63b8}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#2e63b8}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.navbar>.container .navbar-brand,.container>.navbar .navbar-brand{margin-left:-.75rem}.navbar>.container .navbar-menu,.container>.navbar .navbar-menu{margin-right:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop,body.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop,body.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}html.has-spaced-navbar-fixed-top,body.has-spaced-navbar-fixed-top{padding-top:5.25rem}html.has-spaced-navbar-fixed-bottom,body.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}a.navbar-item.is-active,.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:focus):not(:hover),.navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link,.navbar-item.has-dropdown.is-active .navbar-link{background-color:#fafafa}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small,#documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-previous,#documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,.pagination.is-rounded .pagination-next,#documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}.pagination.is-rounded .pagination-link,#documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-previous,.pagination-next,.pagination-link{border-color:#dbdbdb;color:#222;min-width:2.5em}.pagination-previous:hover,.pagination-next:hover,.pagination-link:hover{border-color:#b5b5b5;color:#363636}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus{border-color:#3c5dcd}.pagination-previous:active,.pagination-next:active,.pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}.pagination-previous[disabled],.pagination-previous.is-disabled,.pagination-next[disabled],.pagination-next.is-disabled,.pagination-link[disabled],.pagination-link.is-disabled{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#6b6b6b;opacity:0.5}.pagination-previous,.pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#2e63b8;border-color:#2e63b8;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width: 768px){.pagination{flex-wrap:wrap}.pagination-previous,.pagination-next{flex-grow:1;flex-shrink:1}.pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{margin-bottom:0;margin-top:0}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between;margin-bottom:0;margin-top:0}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{border-radius:6px;box-shadow:#bbb;font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.panel.is-white .panel-block.is-active .panel-icon{color:#fff}.panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}.panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}.panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.panel.is-dark .panel-heading,.content kbd.panel .panel-heading{background-color:#363636;color:#fff}.panel.is-dark .panel-tabs a.is-active,.content kbd.panel .panel-tabs a.is-active{border-bottom-color:#363636}.panel.is-dark .panel-block.is-active .panel-icon,.content kbd.panel .panel-block.is-active .panel-icon{color:#363636}.panel.is-primary .panel-heading,.docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#4eb5de;color:#fff}.panel.is-primary .panel-tabs a.is-active,.docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#4eb5de}.panel.is-primary .panel-block.is-active .panel-icon,.docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#4eb5de}.panel.is-link .panel-heading{background-color:#2e63b8;color:#fff}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#2e63b8}.panel.is-link .panel-block.is-active .panel-icon{color:#2e63b8}.panel.is-info .panel-heading{background-color:#209cee;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#209cee}.panel.is-info .panel-block.is-active .panel-icon{color:#209cee}.panel.is-success .panel-heading{background-color:#22c35b;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#22c35b}.panel.is-success .panel-block.is-active .panel-icon{color:#22c35b}.panel.is-warning .panel-heading{background-color:#ffdd57;color:rgba(0,0,0,0.7)}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffdd57}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffdd57}.panel.is-danger .panel-heading{background-color:#da0b00;color:#fff}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#da0b00}.panel.is-danger .panel-block.is-active .panel-icon{color:#da0b00}.panel-tabs:not(:last-child),.panel-block:not(:last-child){border-bottom:1px solid #ededed}.panel-heading{background-color:#ededed;border-radius:6px 6px 0 0;color:#222;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:0.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#222}.panel-list a:hover{color:#2e63b8}.panel-block{align-items:center;color:#222;display:flex;justify-content:flex-start;padding:0.5em 0.75em}.panel-block input[type="checkbox"]{margin-right:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#2e63b8;color:#363636}.panel-block.is-active .panel-icon{color:#2e63b8}.panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#6b6b6b;margin-right:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;color:#222;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#222;color:#222}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#2e63b8;color:#2e63b8}.tabs ul{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-left{padding-right:0.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:4px 4px 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:rgba(0,0,0,0) !important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border-color:#dbdbdb;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}.tabs.is-toggle li:last-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.tabs.is-toggle li.is-active a{background-color:#2e63b8;border-color:#2e63b8;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-small,#documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0%}.column.is-1-mobile{flex:none;width:8.33333337%}.column.is-offset-1-mobile{margin-left:8.33333337%}.column.is-2-mobile{flex:none;width:16.66666674%}.column.is-offset-2-mobile{margin-left:16.66666674%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333337%}.column.is-offset-4-mobile{margin-left:33.33333337%}.column.is-5-mobile{flex:none;width:41.66666674%}.column.is-offset-5-mobile{margin-left:41.66666674%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333337%}.column.is-offset-7-mobile{margin-left:58.33333337%}.column.is-8-mobile{flex:none;width:66.66666674%}.column.is-offset-8-mobile{margin-left:66.66666674%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333337%}.column.is-offset-10-mobile{margin-left:83.33333337%}.column.is-11-mobile{flex:none;width:91.66666674%}.column.is-offset-11-mobile{margin-left:91.66666674%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333337%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333337%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666674%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666674%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333337%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333337%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666674%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666674%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333337%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333337%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666674%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666674%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333337%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333337%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666674%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666674%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){.column.is-narrow-touch{flex:none;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0%}.column.is-1-touch{flex:none;width:8.33333337%}.column.is-offset-1-touch{margin-left:8.33333337%}.column.is-2-touch{flex:none;width:16.66666674%}.column.is-offset-2-touch{margin-left:16.66666674%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333337%}.column.is-offset-4-touch{margin-left:33.33333337%}.column.is-5-touch{flex:none;width:41.66666674%}.column.is-offset-5-touch{margin-left:41.66666674%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333337%}.column.is-offset-7-touch{margin-left:58.33333337%}.column.is-8-touch{flex:none;width:66.66666674%}.column.is-offset-8-touch{margin-left:66.66666674%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333337%}.column.is-offset-10-touch{margin-left:83.33333337%}.column.is-11-touch{flex:none;width:91.66666674%}.column.is-offset-11-touch{margin-left:91.66666674%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){.column.is-narrow-desktop{flex:none;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0%}.column.is-1-desktop{flex:none;width:8.33333337%}.column.is-offset-1-desktop{margin-left:8.33333337%}.column.is-2-desktop{flex:none;width:16.66666674%}.column.is-offset-2-desktop{margin-left:16.66666674%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333337%}.column.is-offset-4-desktop{margin-left:33.33333337%}.column.is-5-desktop{flex:none;width:41.66666674%}.column.is-offset-5-desktop{margin-left:41.66666674%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333337%}.column.is-offset-7-desktop{margin-left:58.33333337%}.column.is-8-desktop{flex:none;width:66.66666674%}.column.is-offset-8-desktop{margin-left:66.66666674%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333337%}.column.is-offset-10-desktop{margin-left:83.33333337%}.column.is-11-desktop{flex:none;width:91.66666674%}.column.is-offset-11-desktop{margin-left:91.66666674%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0%}.column.is-1-widescreen{flex:none;width:8.33333337%}.column.is-offset-1-widescreen{margin-left:8.33333337%}.column.is-2-widescreen{flex:none;width:16.66666674%}.column.is-offset-2-widescreen{margin-left:16.66666674%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333337%}.column.is-offset-4-widescreen{margin-left:33.33333337%}.column.is-5-widescreen{flex:none;width:41.66666674%}.column.is-offset-5-widescreen{margin-left:41.66666674%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333337%}.column.is-offset-7-widescreen{margin-left:58.33333337%}.column.is-8-widescreen{flex:none;width:66.66666674%}.column.is-offset-8-widescreen{margin-left:66.66666674%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333337%}.column.is-offset-10-widescreen{margin-left:83.33333337%}.column.is-11-widescreen{flex:none;width:91.66666674%}.column.is-offset-11-widescreen{margin-left:91.66666674%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0%}.column.is-1-fullhd{flex:none;width:8.33333337%}.column.is-offset-1-fullhd{margin-left:8.33333337%}.column.is-2-fullhd{flex:none;width:16.66666674%}.column.is-offset-2-fullhd{margin-left:16.66666674%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333337%}.column.is-offset-4-fullhd{margin-left:33.33333337%}.column.is-5-fullhd{flex:none;width:41.66666674%}.column.is-offset-5-fullhd{margin-left:41.66666674%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333337%}.column.is-offset-7-fullhd{margin-left:58.33333337%}.column.is-8-fullhd{flex:none;width:66.66666674%}.column.is-offset-8-fullhd{margin-left:66.66666674%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333337%}.column.is-offset-10-fullhd{margin-left:83.33333337%}.column.is-11-fullhd{flex:none;width:91.66666674%}.column.is-offset-11-fullhd{margin-left:91.66666674%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0 !important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){.columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-0-fullhd{--columnGap: 0rem}}.columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){.columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-1-fullhd{--columnGap: .25rem}}.columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){.columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-2-fullhd{--columnGap: .5rem}}.columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){.columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-3-fullhd{--columnGap: .75rem}}.columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){.columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-4-fullhd{--columnGap: 1rem}}.columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){.columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}.columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){.columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}.columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){.columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}.columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){.columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-8-fullhd{--columnGap: 2rem}}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0 !important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333337%}.tile.is-2{flex:none;width:16.66666674%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333337%}.tile.is-5{flex:none;width:41.66666674%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333337%}.tile.is-8{flex:none;width:66.66666674%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333337%}.tile.is-11{flex:none;width:91.66666674%}.tile.is-12{flex:none;width:100%}}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:none}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,0.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,0.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:0.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:rgba(0,0,0,0.7)}.hero.is-light .subtitle{color:rgba(0,0,0,0.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}.hero.is-dark,.content kbd.hero{background-color:#363636;color:#fff}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong,.content kbd.hero strong{color:inherit}.hero.is-dark .title,.content kbd.hero .title{color:#fff}.hero.is-dark .subtitle,.content kbd.hero .subtitle{color:rgba(255,255,255,0.9)}.hero.is-dark .subtitle a:not(.button),.content kbd.hero .subtitle a:not(.button),.hero.is-dark .subtitle strong,.content kbd.hero .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-dark .navbar-menu,.content kbd.hero .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.content kbd.hero .navbar-item,.hero.is-dark .navbar-link,.content kbd.hero .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-dark a.navbar-item:hover,.content kbd.hero a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.content kbd.hero a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.content kbd.hero .navbar-link:hover,.hero.is-dark .navbar-link.is-active,.content kbd.hero .navbar-link.is-active{background-color:#292929;color:#fff}.hero.is-dark .tabs a,.content kbd.hero .tabs a{color:#fff;opacity:0.9}.hero.is-dark .tabs a:hover,.content kbd.hero .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a,.content kbd.hero .tabs li.is-active a{color:#363636 !important;opacity:1}.hero.is-dark .tabs.is-boxed a,.content kbd.hero .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a,.content kbd.hero .tabs.is-toggle a{color:#fff}.hero.is-dark .tabs.is-boxed a:hover,.content kbd.hero .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover,.content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.content kbd.hero .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.content kbd.hero .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#363636}.hero.is-dark.is-bold,.content kbd.hero.is-bold{background-image:linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%)}@media screen and (max-width: 768px){.hero.is-dark.is-bold .navbar-menu,.content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%)}}.hero.is-primary,.docstring>section>a.hero.docs-sourcelink{background-color:#4eb5de;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong,.docstring>section>a.hero.docs-sourcelink strong{color:inherit}.hero.is-primary .title,.docstring>section>a.hero.docs-sourcelink .title{color:#fff}.hero.is-primary .subtitle,.docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}.hero.is-primary .subtitle a:not(.button),.docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),.hero.is-primary .subtitle strong,.docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-primary .navbar-menu,.docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#4eb5de}}.hero.is-primary .navbar-item,.docstring>section>a.hero.docs-sourcelink .navbar-item,.hero.is-primary .navbar-link,.docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-primary a.navbar-item:hover,.docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.docstring>section>a.hero.docs-sourcelink .navbar-link:hover,.hero.is-primary .navbar-link.is-active,.docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#39acda;color:#fff}.hero.is-primary .tabs a,.docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}.hero.is-primary .tabs a:hover,.docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a,.docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#4eb5de !important;opacity:1}.hero.is-primary .tabs.is-boxed a,.docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a,.docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover,.docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#4eb5de}.hero.is-primary.is-bold,.docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #1bc7de 0%, #4eb5de 71%, #5fa9e7 100%)}@media screen and (max-width: 768px){.hero.is-primary.is-bold .navbar-menu,.docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #1bc7de 0%, #4eb5de 71%, #5fa9e7 100%)}}.hero.is-link{background-color:#2e63b8;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,0.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-link .navbar-menu{background-color:#2e63b8}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{background-color:#2958a4;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:0.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{color:#2e63b8 !important;opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#2e63b8}.hero.is-link.is-bold{background-image:linear-gradient(141deg, #1b6098 0%, #2e63b8 71%, #2d51d2 100%)}@media screen and (max-width: 768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #1b6098 0%, #2e63b8 71%, #2d51d2 100%)}}.hero.is-info{background-color:#209cee;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,0.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-info .navbar-menu{background-color:#209cee}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{background-color:#1190e3;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:0.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{color:#209cee !important;opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#209cee}.hero.is-info.is-bold{background-image:linear-gradient(141deg, #05a6d6 0%, #209cee 71%, #3287f5 100%)}@media screen and (max-width: 768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #05a6d6 0%, #209cee 71%, #3287f5 100%)}}.hero.is-success{background-color:#22c35b;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,0.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-success .navbar-menu{background-color:#22c35b}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{background-color:#1ead51;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:0.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{color:#22c35b !important;opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#22c35b}.hero.is-success.is-bold{background-image:linear-gradient(141deg, #12a02c 0%, #22c35b 71%, #1fdf83 100%)}@media screen and (max-width: 768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #12a02c 0%, #22c35b 71%, #1fdf83 100%)}}.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,0.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,0.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,0.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,0.7)}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{background-color:#ffd83e;color:rgba(0,0,0,0.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{color:#ffdd57 !important;opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,0.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg, #ffae24 0%, #ffdd57 71%, #fffa71 100%)}@media screen and (max-width: 768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ffae24 0%, #ffdd57 71%, #fffa71 100%)}}.hero.is-danger{background-color:#da0b00;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-danger .navbar-menu{background-color:#da0b00}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{background-color:#c10a00;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:0.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{color:#da0b00 !important;opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#da0b00}.hero.is-danger.is-bold{background-image:linear-gradient(141deg, #a70013 0%, #da0b00 71%, #f43500 100%)}@media screen and (max-width: 768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #a70013 0%, #da0b00 71%, #f43500 100%)}}.hero.is-small .hero-body,#documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{.hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}.hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{.hero-body{padding:3rem 3rem}}.section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){.section{padding:3rem 3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}h1 .docs-heading-anchor,h1 .docs-heading-anchor:hover,h1 .docs-heading-anchor:visited,h2 .docs-heading-anchor,h2 .docs-heading-anchor:hover,h2 .docs-heading-anchor:visited,h3 .docs-heading-anchor,h3 .docs-heading-anchor:hover,h3 .docs-heading-anchor:visited,h4 .docs-heading-anchor,h4 .docs-heading-anchor:hover,h4 .docs-heading-anchor:visited,h5 .docs-heading-anchor,h5 .docs-heading-anchor:hover,h5 .docs-heading-anchor:visited,h6 .docs-heading-anchor,h6 .docs-heading-anchor:hover,h6 .docs-heading-anchor:visited{color:#222}h1 .docs-heading-anchor-permalink,h2 .docs-heading-anchor-permalink,h3 .docs-heading-anchor-permalink,h4 .docs-heading-anchor-permalink,h5 .docs-heading-anchor-permalink,h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}h1 .docs-heading-anchor-permalink::before,h2 .docs-heading-anchor-permalink::before,h3 .docs-heading-anchor-permalink::before,h4 .docs-heading-anchor-permalink::before,h5 .docs-heading-anchor-permalink::before,h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}h1:hover .docs-heading-anchor-permalink,h2:hover .docs-heading-anchor-permalink,h3:hover .docs-heading-anchor-permalink,h4:hover .docs-heading-anchor-permalink,h5:hover .docs-heading-anchor-permalink,h6:hover .docs-heading-anchor-permalink{visibility:visible}.docs-dark-only{display:none !important}pre{position:relative;overflow:hidden}pre code,pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}pre code:first-of-type,pre code.hljs:first-of-type{padding-top:0.5rem !important}pre code:last-of-type,pre code.hljs:last-of-type{padding-bottom:0.5rem !important}pre .copy-button{opacity:0.2;transition:opacity 0.2s;position:absolute;right:0em;top:0em;padding:0.5em;width:2.5em;height:2.5em;background:transparent;border:none;font-family:"Font Awesome 6 Free";color:#222;cursor:pointer;text-align:center}pre .copy-button:focus,pre .copy-button:hover{opacity:1;background:rgba(34,34,34,0.1);color:#2e63b8}pre .copy-button.success{color:#259a12;opacity:1}pre .copy-button.error{color:#cb3c33;opacity:1}pre:hover .copy-button{opacity:1}.admonition{background-color:#b5b5b5;border-style:solid;border-width:1px;border-color:#363636;border-radius:4px;font-size:1rem}.admonition strong{color:currentColor}.admonition.is-small,#documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}.admonition.is-medium{font-size:1.25rem}.admonition.is-large{font-size:1.5rem}.admonition.is-default{background-color:#b5b5b5;border-color:#363636}.admonition.is-default>.admonition-header{background-color:#363636;color:#fff}.admonition.is-default>.admonition-body{color:#fff}.admonition.is-info{background-color:#def0fc;border-color:#209cee}.admonition.is-info>.admonition-header{background-color:#209cee;color:#fff}.admonition.is-info>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-success{background-color:#bdf4d1;border-color:#22c35b}.admonition.is-success>.admonition-header{background-color:#22c35b;color:#fff}.admonition.is-success>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-warning{background-color:#fff3c5;border-color:#ffdd57}.admonition.is-warning>.admonition-header{background-color:#ffdd57;color:rgba(0,0,0,0.7)}.admonition.is-warning>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-danger{background-color:#ffaba7;border-color:#da0b00}.admonition.is-danger>.admonition-header{background-color:#da0b00;color:#fff}.admonition.is-danger>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-compat{background-color:#bdeff5;border-color:#1db5c9}.admonition.is-compat>.admonition-header{background-color:#1db5c9;color:#fff}.admonition.is-compat>.admonition-body{color:rgba(0,0,0,0.7)}.admonition-header{color:#fff;background-color:#363636;align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}details.admonition.is-details>.admonition-header{list-style:none}details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}.admonition-body{color:#222;padding:0.5rem .75rem}.admonition-body pre{background-color:#f5f5f5}.admonition-body code{background-color:rgba(0,0,0,0.05)}.docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:1px solid #dbdbdb;box-shadow:2px 2px 3px rgba(10,10,10,0.1);max-width:100%}.docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#f5f5f5;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #dbdbdb;overflow:auto}.docstring>header code{background-color:transparent}.docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}.docstring>header .docstring-binding{margin-right:0.3em}.docstring>header .docstring-category{margin-left:0.3em}.docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #dbdbdb}.docstring>section:last-child{border-bottom:none}.docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}.docstring>section>a.docs-sourcelink:focus{opacity:1 !important}.docstring:hover>section>a.docs-sourcelink{opacity:0.2}.docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}.docstring>section:hover a.docs-sourcelink{opacity:1}.documenter-example-output{background-color:#fff}.outdated-warning-overlay{position:fixed;top:0;left:0;right:0;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:999;background-color:#ffaba7;color:rgba(0,0,0,0.7);border-bottom:3px solid #da0b00;padding:10px 35px;text-align:center;font-size:15px}.outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}.outdated-warning-overlay a{color:#2e63b8}.outdated-warning-overlay a:hover{color:#363636}.content pre{border:1px solid #dbdbdb}.content code{font-weight:inherit}.content a code{color:#2e63b8}.content h1 code,.content h2 code,.content h3 code,.content h4 code,.content h5 code,.content h6 code{color:#222}.content table{display:block;width:initial;max-width:100%;overflow-x:auto}.content blockquote>ul:first-child,.content blockquote>ol:first-child,.content .admonition-body>ul:first-child,.content .admonition-body>ol:first-child{margin-top:0}pre,code{font-variant-ligatures:no-contextual}.breadcrumb a.is-disabled{cursor:default;pointer-events:none}.breadcrumb a.is-disabled,.breadcrumb a.is-disabled:hover{color:#222}.hljs{background:initial !important}.katex .katex-mathml{top:0;right:0}.katex-display,mjx-container,.MathJax_Display{margin:0.5em 0 !important}html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}li.no-marker{list-style:none}#documenter .docs-main>article{overflow-wrap:break-word}#documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){#documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){#documenter .docs-main{width:100%}#documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}#documenter .docs-main>header,#documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}#documenter .docs-main header.docs-navbar{background-color:#fff;border-bottom:1px solid #dbdbdb;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}#documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}#documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}#documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}#documenter .docs-main header.docs-navbar .docs-right .docs-icon,#documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}#documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){#documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}#documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){#documenter .docs-main header.docs-navbar{position:sticky;top:0;padding:0 1rem;transition-property:top, box-shadow;-webkit-transition-property:top, box-shadow;transition-duration:0.3s;-webkit-transition-duration:0.3s}#documenter .docs-main header.docs-navbar.headroom--not-top{box-shadow:.2rem 0rem .4rem #bbb;transition-duration:0.7s;-webkit-transition-duration:0.7s}#documenter .docs-main header.docs-navbar.headroom--unpinned.headroom--not-top.headroom--not-bottom{top:-4.5rem;transition-duration:0.7s;-webkit-transition-duration:0.7s}}#documenter .docs-main section.footnotes{border-top:1px solid #dbdbdb}#documenter .docs-main section.footnotes li .tag:first-child,#documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,#documenter .docs-main section.footnotes li .content kbd:first-child,.content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}#documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #dbdbdb;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){#documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}#documenter .docs-main .docs-footer .docs-footer-nextpage,#documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}#documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}#documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}#documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}#documenter .docs-sidebar{display:flex;flex-direction:column;color:#0a0a0a;background-color:#f5f5f5;border-right:1px solid #dbdbdb;padding:0;flex:0 0 18rem;z-index:5;font-size:1rem;position:fixed;left:-18rem;width:18rem;height:100%;transition:left 0.3s}#documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #bbb}@media screen and (min-width: 1056px){#documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){#documenter .docs-sidebar{left:0;top:0}}#documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}#documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}#documenter .docs-sidebar .docs-package-name{flex-shrink:0;font-size:1.5rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;padding:0.5rem 0}#documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}#documenter .docs-sidebar .docs-package-name a,#documenter .docs-sidebar .docs-package-name a:hover{color:#0a0a0a}#documenter .docs-sidebar .docs-version-selector{border-top:1px solid #dbdbdb;display:none;padding:0.5rem}#documenter .docs-sidebar .docs-version-selector.visible{display:flex}#documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #dbdbdb;padding-bottom:1.5rem}#documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}#documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #dbdbdb}#documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}#documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}#documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}#documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}#documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}#documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:.75rem;margin-left:1rem;margin-top:auto;margin-bottom:auto}#documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}#documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}#documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}#documenter .docs-sidebar ul.docs-menu .tocitem,#documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#0a0a0a;background:#f5f5f5}#documenter .docs-sidebar ul.docs-menu a.tocitem:hover,#documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#0a0a0a;background-color:#ebebeb}#documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;background-color:#fff}#documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,#documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#fff;color:#0a0a0a}#documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#ebebeb;color:#0a0a0a}#documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}#documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #dbdbdb}#documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}#documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}#documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}#documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}#documenter .docs-sidebar form.docs-search>input{width:14.4rem}#documenter .docs-sidebar #documenter-search-query{color:#707070;width:14.4rem;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1)}@media screen and (min-width: 1056px){#documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}#documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}#documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#e0e0e0}#documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#ccc}}@media screen and (max-width: 1055px){#documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}#documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}#documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#e0e0e0}#documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#ccc}}kbd.search-modal-key-hints{border-radius:0.25rem;border:1px solid rgba(0,0,0,0.6);box-shadow:0 2px 0 1px rgba(0,0,0,0.6);cursor:default;font-size:0.9rem;line-height:1.5;min-width:0.75rem;text-align:center;padding:0.1rem 0.3rem;position:relative;top:-1px}.search-min-width-50{min-width:50%}.search-min-height-100{min-height:100%}.search-modal-card-body{max-height:calc(100vh - 15rem)}.search-result-link{border-radius:0.7em;transition:all 300ms}.search-result-link:hover,.search-result-link:focus{background-color:rgba(0,128,128,0.1)}.search-result-link .property-search-result-badge,.search-result-link .search-filter{transition:all 300ms}.property-search-result-badge,.search-filter{padding:0.15em 0.5em;font-size:0.8em;font-style:italic;text-transform:none !important;line-height:1.5;color:#f5f5f5;background-color:rgba(51,65,85,0.501961);border-radius:0.6rem}.search-result-link:hover .property-search-result-badge,.search-result-link:hover .search-filter,.search-result-link:focus .property-search-result-badge,.search-result-link:focus .search-filter{color:#f1f5f9;background-color:#333}.search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}.search-filter:hover,.search-filter:focus{color:#333}.search-filter-selected{color:#f5f5f5;background-color:rgba(139,0,139,0.5)}.search-filter-selected:hover,.search-filter-selected:focus{color:#f5f5f5}.search-result-highlight{background-color:#ffdd57;color:black}.search-divider{border-bottom:1px solid #dbdbdb}.search-result-title{width:85%;color:#333}.search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}#search-modal .modal-card-body::-webkit-scrollbar,#search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}#search-modal .modal-card-body::-webkit-scrollbar-thumb,#search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}#search-modal .modal-card-body::-webkit-scrollbar-track,#search-modal .filter-tabs::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.6);background-color:transparent}.w-100{width:100%}.gap-2{gap:0.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.ansi span.sgr1{font-weight:bolder}.ansi span.sgr2{font-weight:lighter}.ansi span.sgr3{font-style:italic}.ansi span.sgr4{text-decoration:underline}.ansi span.sgr7{color:#fff;background-color:#222}.ansi span.sgr8{color:transparent}.ansi span.sgr8 span{color:transparent}.ansi span.sgr9{text-decoration:line-through}.ansi span.sgr30{color:#242424}.ansi span.sgr31{color:#a7201f}.ansi span.sgr32{color:#066f00}.ansi span.sgr33{color:#856b00}.ansi span.sgr34{color:#2149b0}.ansi span.sgr35{color:#7d4498}.ansi span.sgr36{color:#007989}.ansi span.sgr37{color:gray}.ansi span.sgr40{background-color:#242424}.ansi span.sgr41{background-color:#a7201f}.ansi span.sgr42{background-color:#066f00}.ansi span.sgr43{background-color:#856b00}.ansi span.sgr44{background-color:#2149b0}.ansi span.sgr45{background-color:#7d4498}.ansi span.sgr46{background-color:#007989}.ansi span.sgr47{background-color:gray}.ansi span.sgr90{color:#616161}.ansi span.sgr91{color:#cb3c33}.ansi span.sgr92{color:#0e8300}.ansi span.sgr93{color:#a98800}.ansi span.sgr94{color:#3c5dcd}.ansi span.sgr95{color:#9256af}.ansi span.sgr96{color:#008fa3}.ansi span.sgr97{color:#f5f5f5}.ansi span.sgr100{background-color:#616161}.ansi span.sgr101{background-color:#cb3c33}.ansi span.sgr102{background-color:#0e8300}.ansi span.sgr103{background-color:#a98800}.ansi span.sgr104{background-color:#3c5dcd}.ansi span.sgr105{background-color:#9256af}.ansi span.sgr106{background-color:#008fa3}.ansi span.sgr107{background-color:#f5f5f5}code.language-julia-repl>span.hljs-meta{color:#066f00;font-weight:bolder}/*! + Theme: Default + Description: Original highlight.js style + Author: (c) Ivan Sagalaev + Maintainer: @highlightjs/core-team + Website: https://highlightjs.org/ + License: see project LICENSE + Touched: 2021 +*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#F3F3F3;color:#444}.hljs-comment{color:#697070}.hljs-tag,.hljs-punctuation{color:#444a}.hljs-tag .hljs-name,.hljs-tag .hljs-attr{color:#444}.hljs-keyword,.hljs-attribute,.hljs-selector-tag,.hljs-meta .hljs-keyword,.hljs-doctag,.hljs-name{font-weight:bold}.hljs-type,.hljs-string,.hljs-number,.hljs-selector-id,.hljs-selector-class,.hljs-quote,.hljs-template-tag,.hljs-deletion{color:#880000}.hljs-title,.hljs-section{color:#880000;font-weight:bold}.hljs-regexp,.hljs-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr,.hljs-operator,.hljs-selector-pseudo{color:#ab5656}.hljs-literal{color:#695}.hljs-built_in,.hljs-bullet,.hljs-code,.hljs-addition{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#38a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}.gap-4{gap:1rem} diff --git a/v0.9.0/assets/themeswap.js b/v0.9.0/assets/themeswap.js new file mode 100644 index 00000000..9f5eebe6 --- /dev/null +++ b/v0.9.0/assets/themeswap.js @@ -0,0 +1,84 @@ +// Small function to quickly swap out themes. Gets put into the tag.. +function set_theme_from_local_storage() { + // Initialize the theme to null, which means default + var theme = null; + // If the browser supports the localstorage and is not disabled then try to get the + // documenter theme + if (window.localStorage != null) { + // Get the user-picked theme from localStorage. May be `null`, which means the default + // theme. + theme = window.localStorage.getItem("documenter-theme"); + } + // Check if the users preference is for dark color scheme + var darkPreference = + window.matchMedia("(prefers-color-scheme: dark)").matches === true; + // Initialize a few variables for the loop: + // + // - active: will contain the index of the theme that should be active. Note that there + // is no guarantee that localStorage contains sane values. If `active` stays `null` + // we either could not find the theme or it is the default (primary) theme anyway. + // Either way, we then need to stick to the primary theme. + // + // - disabled: style sheets that should be disabled (i.e. all the theme style sheets + // that are not the currently active theme) + var active = null; + var disabled = []; + var primaryLightTheme = null; + var primaryDarkTheme = null; + for (var i = 0; i < document.styleSheets.length; i++) { + var ss = document.styleSheets[i]; + // The tag of each style sheet is expected to have a data-theme-name attribute + // which must contain the name of the theme. The names in localStorage much match this. + var themename = ss.ownerNode.getAttribute("data-theme-name"); + // attribute not set => non-theme stylesheet => ignore + if (themename === null) continue; + // To distinguish the default (primary) theme, it needs to have the data-theme-primary + // attribute set. + if (ss.ownerNode.getAttribute("data-theme-primary") !== null) { + primaryLightTheme = themename; + } + // Check if the theme is primary dark theme so that we could store its name in darkTheme + if (ss.ownerNode.getAttribute("data-theme-primary-dark") !== null) { + primaryDarkTheme = themename; + } + // If we find a matching theme (and it's not the default), we'll set active to non-null + if (themename === theme) active = i; + // Store the style sheets of inactive themes so that we could disable them + if (themename !== theme) disabled.push(ss); + } + var activeTheme = null; + if (active !== null) { + // If we did find an active theme, we'll (1) add the theme--$(theme) class to + document.getElementsByTagName("html")[0].className = "theme--" + theme; + activeTheme = theme; + } else { + // If we did _not_ find an active theme, then we need to fall back to the primary theme + // which can either be dark or light, depending on the user's OS preference. + var activeTheme = darkPreference ? primaryDarkTheme : primaryLightTheme; + // In case it somehow happens that the relevant primary theme was not found in the + // preceding loop, we abort without doing anything. + if (activeTheme === null) { + console.error("Unable to determine primary theme."); + return; + } + // When switching to the primary light theme, then we must not have a class name + // for the tag. That's only for non-primary or the primary dark theme. + if (darkPreference) { + document.getElementsByTagName("html")[0].className = + "theme--" + activeTheme; + } else { + document.getElementsByTagName("html")[0].className = ""; + } + } + for (var i = 0; i < document.styleSheets.length; i++) { + var ss = document.styleSheets[i]; + // The tag of each style sheet is expected to have a data-theme-name attribute + // which must contain the name of the theme. The names in localStorage much match this. + var themename = ss.ownerNode.getAttribute("data-theme-name"); + // attribute not set => non-theme stylesheet => ignore + if (themename === null) continue; + // we'll disable all the stylesheets, except for the active one + ss.disabled = !(themename == activeTheme); + } +} +set_theme_from_local_storage(); diff --git a/v0.9.0/assets/warner.js b/v0.9.0/assets/warner.js new file mode 100644 index 00000000..3f6f5d00 --- /dev/null +++ b/v0.9.0/assets/warner.js @@ -0,0 +1,52 @@ +function maybeAddWarning() { + // DOCUMENTER_NEWEST is defined in versions.js, DOCUMENTER_CURRENT_VERSION and DOCUMENTER_STABLE + // in siteinfo.js. + // If either of these are undefined something went horribly wrong, so we abort. + if ( + window.DOCUMENTER_NEWEST === undefined || + window.DOCUMENTER_CURRENT_VERSION === undefined || + window.DOCUMENTER_STABLE === undefined + ) { + return; + } + + // Current version is not a version number, so we can't tell if it's the newest version. Abort. + if (!/v(\d+\.)*\d+/.test(window.DOCUMENTER_CURRENT_VERSION)) { + return; + } + + // Current version is newest version, so no need to add a warning. + if (window.DOCUMENTER_NEWEST === window.DOCUMENTER_CURRENT_VERSION) { + return; + } + + // Add a noindex meta tag (unless one exists) so that search engines don't index this version of the docs. + if (document.body.querySelector('meta[name="robots"]') === null) { + const meta = document.createElement("meta"); + meta.name = "robots"; + meta.content = "noindex"; + + document.getElementsByTagName("head")[0].appendChild(meta); + } + + const div = document.createElement("div"); + div.classList.add("outdated-warning-overlay"); + const closer = document.createElement("button"); + closer.classList.add("outdated-warning-closer", "delete"); + closer.addEventListener("click", function () { + document.body.removeChild(div); + }); + const href = window.documenterBaseURL + "/../" + window.DOCUMENTER_STABLE; + div.innerHTML = + 'This documentation is not for the latest stable release, but for either the development version or an older release.
Click here to go to the documentation for the latest stable release.'; + div.appendChild(closer); + document.body.appendChild(div); +} + +if (document.readyState === "loading") { + document.addEventListener("DOMContentLoaded", maybeAddWarning); +} else { + maybeAddWarning(); +} diff --git a/v0.9.0/contributing/index.html b/v0.9.0/contributing/index.html new file mode 100644 index 00000000..6f16f59c --- /dev/null +++ b/v0.9.0/contributing/index.html @@ -0,0 +1,2 @@ + +Contributing · TiffImages.jl

Contributing

Supporting all TIFFs is non-trivial and I would greatly appreciate any help from the community in identifying edge cases.

Add edge case TIFFs

There is incredible diversity in the TIFF ecosystem so much so that there is a backronym "Thousand Incompatible File Formats" to describe it. I have tried to establish a good baseline test set of TIFFs that should guarantee that TiffImages.jl should "just work tm" for most people, but if you have a TIFF that you run into that breaks TiffImages.jl please do the following:

  1. create a pull request against the example TIFF repo adding the file. The smaller the file, the better.
  2. update the README table with license information, etc.
  3. Open an issue against TiffImages.jl with the error message and the expected result
diff --git a/v0.9.0/democards/gridtheme.css b/v0.9.0/democards/gridtheme.css new file mode 100644 index 00000000..4d02fc84 --- /dev/null +++ b/v0.9.0/democards/gridtheme.css @@ -0,0 +1,59 @@ +.grid-card-section { + display: flex; + flex-direction: row; + flex-wrap: wrap; + align-content: space-between; +} + +.grid-card:hover{ + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.1); +} + +.grid-card { + width: 210px; + max-height: 400px; + margin: 10px 15px; + box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); + transition: 0.3s; + border-radius: 5px; +} + +.grid-card-text { + padding: 0 15px; +} + +.grid-card-cover img { + width: 100%; +} + +.grid-card-cover { + width: 200px; + height: 220px; + padding: 5px; + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); + transition: 0.3s; + border-radius: 5px; + display:block; + margin:auto; +} + +.grid-card-cover .grid-card-description { + opacity: 0; + z-index: -1; + position: absolute; + top: 25%; + left: 140%; + width: 100%; + transform: translate(-50%, -50%); + padding: 10px; + border-radius: 5px; + background: rgba(0, 0, 0, 0.8); + color: #fff; + text-align: center; + font-size: 14px; +} + +.grid-card-cover:hover .grid-card-description{ + z-index: 3; + opacity: 1; +} diff --git a/v0.9.0/demos/common/assets/coffee.png b/v0.9.0/demos/common/assets/coffee.png new file mode 100644 index 0000000000000000000000000000000000000000..2764776e211b6ebb81aa9697fa439fa514b44529 GIT binary patch literal 69526 zcmXtf2|Uw({J+g;lQKd}Vq<(sLXL98Xc)P#-1mK?a+Ldwkz?dOA`!W7A@^CX5R*A7 zu~-N(%=oR}|NrxNjD7a-c)XvV*YSKmU(e5bae6xH7nr!1=;-J!XkgF=baa3e+A9!D z`+$!6QSKA%56DGXTbYioF8Tb49Ruwe;A5b!LRUS`y-vG;J75g7>F5Fl>FC0v>FADW zABF#-qw^D|qua2hqm#>`qr3bluT5Wp_OEmrXl0{k0Ii<$_Q_{{)-t&9wFsG<`1Z+#|KCIM@N3k z&#Y>OEZ_W=C5Mc^z85%_oXo2fdV09CvO*k6#xqcxxD9fRZ*_9C=lf>{v9uF^%eqXo z=mfbFnqAMaUFVBQAq7%Tj!4A)$5xV4AxmUDrE|i-!lJYY2f>P`4&i`X#mME+?rwNQ z!kGwts`r(&U<;E}@k^=d;l1aXW$4ku+(oi$^)tPNf-b#}ovTN(Z^!`Sy|do{0U}^7 z``=A=OaUvKl z75{W35_*PbLL@Vb)2GG)Qc(T(EG?m+pBBNAC{CLlZI#FV^N0nvnhe=mt@age&hs6E z9z1J&s{J$)x@!OBm6N8U~t3=-``#F3X-sY?memUW*Hdch?TX z6U0}V^loJB;JT`L9#r1Dbn)?6i17NIOi4!1ApePn%ZG3ImZumPQmTvK^Hq}at86&* zrCsd)`@1@nvhn89yQMw{oT09I~}nHjFw|SN+EHAdRh^ zIPY_9+oQz%lRx~%Tv3(P_|~h2&98UciM~4RrA{K8pC=)2XE@&3xm<`~@8fB2s^w4x zr7359QvvOWcE$;4oNy!`aw6S+a-oAQUc=!(?fB9~kiS9BVx0`i;nirhD}vgWWLL8j zxMOVzK1*a;TYlYB3~D~7@^0mg|8PZh32J_^Vd%V_xJ*&P5S!}A?3NqZlkl~noxJtx zpwX{L;4u#v$&EpH8o{Hao9AWB<2#j~!<&XHfr1`4vF%tVT=eT9=DzS}{rvS1BvJ?t zWMg}Lj{a)*zA?1l<~7cnAgdb;9=t)_uHh`&-*p@=#D?F#6H_JIvpFd8k%~y+FT}_XR9+?h}ctGFY z6|{{Bia^OX&2BYsKD036mxGZl|XbW#sLc1nf zby-kGDDo}dKBiA^&d0u%le9yb8T9Gn;C$V5J@3{>1AF{Mncv_?r8DiHy?q^ZWze+I zLw=z1X{M=A?K7A}1k%8?PH4rtQrk>RHm&zdqdEPmG*!-X4ErdL0M|ID~_q%3M+g zxKwA8o>a3s!vTFTErUnbT?pCZTaE3d%~o=apz%Wkp0?2e9qV!7a~$SZiyDI5M?|q0 z3`k4a2VCE65B#YwsIBG*0YtDe#wpZ0p3Bg~s+%ep{IrYNkB4Go|I&Fxfb*W0HE${g zZOi_HK=~JlfMsGM6v6T`R@oMWNRDRACJ{(ESB3!00a7W$eKCEWuPS7l3E9@{ekw|rGQ;cFt8o{3Lf7}0~2Oo6lUM}uddrB!}xx%GpB#NR>NwAE=bpt0dHv2$W8$39!ZnLUDeK2o}0V=ZR{ zPx7;>xiZAa27YTsw7v9kMu)}6r)_@mqL-hkDR0!JX*My1vi7TR_#~Te^Sq@6Q-Zfz zxInR+Gjtc*eJf7gww7%YiB{oD2LDLWw*~KDPCtqFMPDvP(ke3Isv4@^;`dU}c*xej z^=*i!Z4)5{KFtCV{mhBT6sdSVhN)KPwUzyyHfy=-saM3uG~?&~WaW3bm%Q`$&z*Pw z^jwXbFSeu2Q72y~;!XF(+|7rgTg3=ZSpPkDy14XilkRXNwjQ~HNJg4O-jKWpXN&LR zTuJd5R_bT=vdMvuZR9j#bYARuJ(UkSSRkIt{YwU|CPJ5qOYMo#k8l-`*ocTUCMIx1 zHYv~wKSWw_a2_3Gpa;E7^EAy_b)Qwp*%Y_foSK!1D1+wKG>l4Z`qp*tr>b{10~%o9 z6!zYWIC@tZL^SjY)b_20Gf)EsjWbhL3m!QXVJ;p9w3Qsyd+}YcgXk*WIlS)x86qdQqOlZ2n zJTkM^Xn6HJv#ogJn=$Ls#EeJIb18li2HE^$f{bd6OcIr*8Q<*H1Z$xn=YIam?$jq{ zFR{qaV2EkzGf@4wpVib&i_R|}n0&;>Z^U%}=JNHIC(F_}f`-JeiW}M|16lbQ#17Hn%eqRLx1wues9EK=3ny=27p!hWB7L zA+1Z+9@D@}b2A{Mc{l=Br}~i-eIF;Zqn(}8)KR`#d!L>8N|0ty23u(A%|>#4f)6bWMt?AUQuf&h8EP2DSOnzKw1G)PUjo0 zLZjio_O)f3hNUy3(1qXc>>VFI3pqKVZlCRK+tj?4>}%G8vqswP;?#wtML(X^Uyxd{ zQ>acXbCcvU`C(US`@r*)!K85=O0N#(p}LcK-ucRv2z`ZU=2~%0IDO$iS1= zkbP{F>t*m*GGUAbrR?KlfYJkrj5%5%LaDsPr@JKNP>}fJcT3K0Hy@UTcem_l^ zRi)bjuqjKXQ1|ywPmWKH+myPNXv9lK?}%zee>*;q_|g1=SuiX0qGSzeXehbh>=@s5 zw!dA#o4J|2lrW-#ymUo53#;HRb6IlLBJ~kR@sFY_oR>hLCdL`)GGFE|J~$j-h&{#k z&engizw8tTieMCJ*u{E_$RqmsF9DTpSwR-8OsXAO)?%pBTfWbwT_;}AB0~cccy@HM z7aF!yK9z+uFaTtd ziq0D3*RsU$$d2$sRuM?S)ZdOOTBazGY(LTaIFBoqFjh3n{I8nLt20wJpjCUpew%C@ zoHOQoye%?ppe5XPf^uq3fIb@lX$7BWa-E=c7m0dAq|zd^w|}(1@29vu9aV@7aJ0RH z{|71DE2#E?Y25gJV2DB}^@KbTc6NHSx6%=Z&MgP8nhD?i8KlfJ3XQW>G=5MBrvRFn{tCa8F?fEajM3zuw^!QdA9%jO`F#7 zw4~8ybm}RUM6TiG#rsVj1dd4?f{W9j%b=*k5vWiO5_uYXlCDq;d8#rs`Xwiv(Z!}> za`%C<8Uk^plC}0>BfCYN5#e@ok<*Jqu@%;^IMu<*5t}&p=U2K1BQ5Keet@n+doG)1oYrkl-Ddhsr;#e&>sS;Gj`;mH$T~Flu{CJWMwPJjPe)Pq_Vy-- zG(>nJh3dCV=BZEb>eucThySJV5T+s7G-oO}B>3cThcravv(U3+>dMNHpOxeQjX3uo zKa5c=`6!Np^Gx1YX3ll;@9oB|vM%${BjaLI*<9gpSO$zXOWLI(OkZZnXF(l6cgxCt z)%`ZPPvGQWZHP>}0*Z@1;ix5B%gHSVi^9V8y=W5-nL;9wXs8M%CTePE^t2GP-PWBZ zbshr322W=vd%y_|_Zz}TKUgb;ou2Gah}$$=rzeN+t33w&*K%6d+8z#B*|GgNbBc_x zJqJQei!&!M^YilnQZZoUE(U6@Jd6X2Kt{Wtxz;d1sy@~W@fDUehut8w+`aLd^^*8w z(MY#cf9sfIdI{Li_aFg< ziDJXXMuU4e&Y(bg$s%#dfVn@zO(MBCxarG6ZzH4o7PKGF?o@vcK1d`EtjZ@>BbXZL zH4(7OGfsRGTdvjoM{=O9`94g{~#Ui1X@`$!6bb;tns7PKBKNV&p6;I{SKAB z0cmFV!2Wt}O`hz2G+RAnR~*WRf>tvl;>~E8%jsaNMfCUqqX9>Pb7SZE|EhDL`R!$4393*81qCX%6^_}{Bicr zl@;(N_(Ep|urTsWE^!jcuulYPS~Jf4lW1Wfr$;9z|GG?xHcxN$#YjZl z0A?$IB>A%gXgTRS#|nBT@gX#r25GMbFKs={uaPz6mpIPk4F8gj($tY)_2O!o(17jYeil3TVwv$GST?#POWJ zT2n$(j$}Ly*jX@b$0F{LNHpU|^li5|v&v5~h~VS*)=E6QHQB5IX@Re4Ht!yhrb>8g zNU13u@nPUV8sfKENI@P!@j_$;kyup&>K^-y0fY z*34?XH&wafC#%T?uhwXbbjuQ#2)ZVFP$+n(`o>i)z>if+pE19VYLefWCH{`2B2*O( z9r!H1VxhX+>~%)^-9cOk8vlCNh5UP^ail&ChCrS zHUHm6<#+HgMBJ>&(%%ZFwa2%t}-to=~t=oo%NNv?AvBGa?*E|0%X=ETXi+AVt-zz0nB8xM=LiX{j*6?3Q;18ho!WMuNeCXJlw$0be1o;#vEstHQ$Q_*c@)fCV2&JXPvD+3@$0L(O% z$(9*`lghVVw_fzvmrH6&a=1p3o2^T-_V9b!#^sg>i%Yr9#tdL!eF+rCqG}V^_h^m; znXpL{S{=&=l)70abQCm>6$o1b4~E~_XdDZe56zOsVN*VF6J%O$`{WvzWW~c-Vs1Mb zCzhAsY=8E^Q1p!S2KsDA2*$VsXsk)1*QmrAOf@b71R1_(p|%dxGAvG`$wQtP2@DfG z+oh@X;;=ijxhtlm&`JlTP}7R`X&4rUS^`O^oxXsBckh7=phObYpI}qN(n9S#NLK~J z8Q-{KrDmX!*fNKt>4oNLH%|h$Gzaqfoo26xKI2|V*OlXcoKs~sdSiU3cV8u%&VJ8U zD&|}dU3yk?N(MWNv2=^a;DXuG9hpl`s8&v0XDrW7~>i(h*k#A zNtl%1Yl&Wv*A#1Fh@Hd3r7lgSI^e<9$Q<3Tt!2Y zA2;beFC|oIYbaDHspCP7ZzRB+8N>%?VWa1WfU_V{@7Pr1Y4X{>>l*1b;w>=l9ULky zB&Z-1nbhhesH#84*@(yYK$E1b@usS@z8ssw-)6ui0&}9C;Kh17fFTkcxy6z&!bm~yil1V%CnMa4--ToL^o31?yIj|XV80=?=}x0(X4d2Etb znz!&2uP)jfQ;kd5aDYZG6Bi07VGFlK?v3mRb}epqv|Sa)Bq(6vf}klV3hSI8+cNDh zHzr&0={A(xB!5kYnB}173c;F0s21bE>0Az@`aXW5ko0~KaLOKHfDu`N+iba^+uiKH>uE5i#(|;V2_^dh|Nhh-B)VKzzC#^LLWm z(XMex0D?B>t6;9OznqHA0gKkbQJ{nfquwZe9=@1!0iW5y5~`TCX|u1Cx#W zF@Rr!vH#EKnccxz+sM5@C6lKr-6$NdJ#z%S#}Lg zEfNV9rZ=sl!KzWchb#8IGps(R12DzAYfD{}ozU*HNQR2wDRC(&fd~RehwkKQ|!5P^f@tjQ@y7#snFL(TF{3#m((|0?&%QfwrXn;L5mKp`)MPRRjXlkA%u9NAN>tL#)W&8|d$6^qThC^3hzoetrDOd~L4A}>?0Qp%YG!d_h zpbp~Z>^Ga-2UEcqvou%qy?W(niy9B=UC6vQ15kLlq8|6W$*VW`t%zK!`$6K+{2)&HtSR;D^5Xehvct zi2&zwXB4{(syNCQ=$1;9vkQSZ^w0prU6o4cv_?(3HF*oar5a1en1%^21VYwzYC=k< z`3c-Z9^MN1&HAN1Q<&yWg>bsryE~ zbS%1y=~z3jGV?1A~EkV*$>?dYsIhFGrWOugk9k>KZ| z@yc8k%Gbfy;S3RcXf|$-zy69_+gr3qc6EISr8z6=vBmaSh&>wK3xYu7IQUrX4W!`j zVAoS(e;_#8j^SE72|huAIRx$!G+IO8p625+fn9hp<#@Guc`N9@b(AHCJt1Flwli@5 zG0q89QD(qBAe7vr6_Zq{9C6W>tuX2B_OgSqg~Mp;Sm|_t(M&BPOMd!FCyftOEH&B9 zxmXECQBFW7rh&q^@b8GIn^KVgW&1LjyLf-agVLuh_)MCKLTg^iB+_(oU)@W-8 zT*N)X#CpE%)RyCa;}$E6S^I< zk1Lzla>DI#=TvKzzYGoc$bDz*cQ!u9L z)9SK#O_ysV|HXC1Vxjvb;%{H-aYq?V{>Paf&*kC}2&Z>S`&b#pdBbp4a06bug(poC zoD@Rj(v2NF?W(AA_<9FmRU8`1p1{;;X7n1{bIu5BFj>gj2tb$^NH|ywO;Z1(M5@I&U+00U?CM|$xbycq-c z5};AxJt%>@x$SPNxIS$PTb({2z2pFB@}bXYhPWQ5*ZomVunz+Cmucei=Xi8RIt%$So;=S>99YE0MJ-z z4kPgW9K-plDfa=D^Us0y(Zf;7SD9zN%#CN3KCRjA>I|kHQ1|cDt6c^`;NlQ?3hFwW zy%aRAke!X$zs&#LzW67J0!8ZIt#v8&bT$<8Kb@^bZaekwSlX)a`P)Z(=!0K+pb-bD zdVyB?F7JCgGP&ggQZk%zCF>$6uf+I2fq_7U7rIEO`>D#K% z6?F7xl|WOeio0|vP_Pa-hHerDj-XSGE-S-9N)ywyvEs=rL=;$c@YFZ>JbU z)ib-N6nVWw&DvPnB~#Pu4O4?k2<7~@GQ1oM{EP-ozmx@h;rcz(w{?GcR_0-LUdB=q zrGhZM>bta-VXZD^&iEY80BQ>=d0=AlA6ir0%-B4sUbKW=ZwaP{QhRVcd(XE`L8*&! ze6qRPw!MgoMBcgwhaDk4upS|R8(4P#Zct;h#M=51QFpsQ*XIogX!3LW{>dYEU9mkz47=+1S7=PgkfqR)I9PX_dC(8k)l?s;tO{*o~K`Q~Bjmv#~^lTLOx<;TkMOGF1PwGCLqtxfxcX$tkAMTxRQ-Y#yO5?SZbV_rt_ z$a!2Fnop)pU*|JsVKn%Ob`Ro>1!K-J@Cn-|$PMNZ{5$i+h~DI&ns}_VgE(3OwuBDF zK>-|bDTQCk=5H!dPj=QnB<>=h4)#!{zq{+Dl$wIBj?T^{8yg#%b#Bl{)0i=DMaZzs zA;{G^k1S*QMyo55dR!mNQpB%y#4KJlc0^BKu^V3+sy98?_e(RmZM(qKVP&SuQ_zD$ z{hBcWW;7Ar_2L-lSCW4OQ&UQ2FG*~9q1R>MM01Ezu79 z94`);IhnX_Jo5p#mqDK!}CJ~&@Kj$bp{8(+bNUBV{J{m!6-M|IsytvkA6^_;^`?fx{r+2FagXLpkdwd^nN!uhZY zV3lrW>2%nQVt2)mlfT~=kEF^`4)%u#)WYduETtffa&jCPbhNt~^e33z*QJDDTwyOB zH&?B1tUPLa{=ep%Uh#bXj2FjAp-Hno|NW=sC&2GvRQDjWGK))>lZAY#tvylkmAvt$ zV(u!>1czb2#^yVL1AjrXM3UjTx1PMoPlq;Z!UB&M+qJQX_St)xEJgxm1i8ftJYnWd zuA*9^#L%5J6XPrKA2go-dCH~5S~m#unf%92sV0UbLt-@%TOv!>tzy1Bi>@o@Ha8yjT zy)2kG!dbmSnK$}DGclt>j7b zcXL7zE^(vEYDfZ?Pr}iU6i3FW6RR7M@aMZwEfv+eKvT~>s_yo()wqT6^V>i{xc3_G z*&T|=XD<{s|skxB_@=D=aK8tP53fdcZ2KFPdv%f+^d~W<<^Y}zh?I4)C>e&E@E>pq<~f;wL@sU^wvSUY^~xFBXY;lZ0Jsyg`2<$hl? zW1UN);k>Hs&}@fn^0ctoe_Vs}TRsb~Hb&aLt{IvVwSS~+l}lXa9)H|2sEB6|x@IJL z_r`58>T$u@?)p~@ho=lpWF7AJy)+L zILgK`_J_maX+>VrN?8Umgt|1jZcFqr;V{WnEuMK>BYc_H+y_4!W z2~8WpUlvM@J-Qd3Y{aQ`N1UhzBwzUe^L2y`Nyclk26&oV8t0 zU7*x;w!T8|-*tcxvWIRS>;a$!bBjBL?w&5^6rIXlW-DRb-11e$p^h-r$KZUfkZrxO=FU+f! zSoAXhySNh6oH)&3z3dQrWOR7?ioCnI_|BUMUs%##fo*Ses#V@f5)DR1>+juLSYEs~ zGVX*)Br{g7c6xOt*JNk6{n27@c5cGXFKFZVB)05HNvb-3<#k+9lEEk<%x<{6LRuzPae6@A~PU7Eb=; zwK@U6cAF&Y1IMeJ@}*x&TI_3dtr9jb@^2@Vv#+F@-Bq6uamh55bx&x{BK7O@FAF#C zS`)&;z!S^l5zE3O4WyhE0&CsrM&Bi>zS zcO+e^sQ+vJdi(ggX%Cx=R6zQhrWPxbrCYL*oNeR`v-VTo zkiV4}kTNu~FiUgFRNb^6OpMLtSV{Ow^HHHIk9@Xv{ zH1UeGdW$$zfG-&DvfM}us3B~wt?$yNPoXLa-BJtX$hdrV4W(k2a`)l{aGdQku!FJt zK^r$ER4bY(QcraFD*x;)Jrgr&;&iF*wir>C`6iG39+XX4_lz`6d(eD9$fT*Qk{r!K zpG-b&0hclfwU_a&HtyF-?+X}>JB(HBCP+5T4k-n9ReP;wI<$MY_>2+pq{p%y31+0J zuF$-Djl?=pvjmq}?wy}In|W0^+<8B3U(Ju{Fl@BWHVrz<$P-4U6(4w6=z3d8|N8R5 zW%hmIhHv8Nw(kCJu;fr)OKAwP(dw1W>Cp=1sZX8`nbJa&u6bc+EE7b1nynkt!DowU zkkjsElunIE16_)+g&R2L&CZiURM5(Bt^gbu!Xh_Vmb2IQ@BT^?HK(9(WuRC1@zb!w zu7gb4*g;(%;bI5m;Y~cM#$-o*obj5QGkf`&gmzI6EB~J55W+3R)8l0F-d@7?C2G^nSev%l*s!+K=9>Az|Gaqz_dIMY!-5}>@!R+Wxv`O0mZj<%3Q=*RY{b-< zl(&>odbv5%{pL`oj!U8$u_A9HP%$9y&hh&%8=HPzc^%71NtEdw%jE+@7w_chIfrnoR{N%1DC8ZC-~3I> zW^k)+El>?-i&ELag=f$l6W&nr`l1uTw@Qa^5-jmfjY>WHd$hiPusKpw;1T^fYko^4 zV~=@7!KN!%VbHbW&A{o%!KPH$)yz#l%cQ;O3#Yl$`_v)Q-sU3;uJcuLSZL}**V(}S z_vz`b-F4Dw$cMjOT|p!->r(>pKTEN&)4-a?r>kV*cXK>`A}nZs)i-pg127on00;tZJ0J)aCjoDepIi91<1pOw4R=k^HKAHlOl(^Mp~? z7iEYrV(H%WKH*IE>@b;E4cNN9!>&DfE^VifksTZc7e zXuZNg?%8!JjZl@wE(ESd=-EQA3x8V=Bh|D}NFz02qK^l-YD%fT_OW?71=T~+6BBmZ zA*A{%d;TBJZYc^(bWui5r%#D2N@uh&H7sQ8v~_$ttetxs-yX&C;<&)3hOBUxx?XU) zPgr=hJ@lcf>-TmuEl=a`e(tj9c2%cYthcrhlZjzeQqw_zc}?a>sNBq6yLUEsl|}3d zY|Zy%f!yH6NtyOJCIxwKD=v0;-LoF@8k3&q3S4Ql@d>=rGTmvDY!ll0>hxI~b%eNl zw}2Qjx=9%ETRuAxD=i2MP)rJ`dM^oiaq(?3B6d{ntrduQkWNCuRdR6QCLW>^7mkpC zCculNx%W=Kle-kW3ANMtg0?6gW=0}y&$T(&Zpp;g+zsC-B3F4cJB?GlCkSpO+1~@4 zMTY_wmHwPRdKB2Yo7|G=W93Zk5hE@uj&8U7JZMuqv-JCYrnkJYezHv6^i%Q*h@WPR({`qPG-qoc@bi7!Wlx*IXvzUHMxb8H4~zkc8-m)%U? zzTniX{>5MKlV-1c!XZnay`hJ`cb$X5SUKZ&uFhObQq?>AHkalBNQB}2Ummg0hz%1 zSUJC$-Bo`cBeTlS7_9J)WCRq1UbDHl0*&3d17=`X&OV{jt+AG@`7cMP4=w&IYNDa1 zs{`ZT$&+jM{k`dzSi!Bg%L>&p^Td5aKdRm07V;-$&7r+4Mt3k_x;gOp$8KL67w<#4 z%OdLKK1+|!?VD@SskgNL4w=y!z9a%vy*aWs1^1}1*K`e(7}E#JUkiDxCmH2xkNfsg zX9@iU7s*lj;qwuzq5MOhYMxcSi#GGWsm2eMlq%;3)s2a|hCr^zCRd6$I5JYfWkT9o zOj7rlzPY-)hlguICoqvv{r#mVAQlCX=%&Mhg@7n_KAm!BpQqEtMbDiX=^^Y9;o)>} z_}1oeuALV3nYc6qqLI!~w5}N%W90V9PoXXf7Qx*aZHG_+)O=Cw_X;?l5cFsZE2ts_qj!4ZzSXLVa5@6GYI zQUi$NU7Z{Q`NQwErlE2sp}rdCjvYcxFU&r;g$#?94&3|2-tj=vy{Cu!|*C+qDeMATX@UC!Y$aK_6z9gBzY@mp_~Ic`DTYRLsgDu*=&es_&WG zM0ttI(d3#zFpt?1=RL8XGWH}Vz|MdHl^bk*n z*1$B?BC$`PCgC^2<427Nb%~uKbXS@>rR*Xb(yX?9Br@~+ryt?P;=hpI7L`xy8%dQI zWNBL&i&Z9EW~T!|{$y)#N(g9QU;?1R?NvUb^x);za6Tvp;Q2E_BcXSE7nxE%FLqcq zUj&UMz!4w}t6?P4l~1f@OZ5Ia8N#F&_sg}&;Ays*R4#+A=X#K+@j_eGA8sXYYwJiJ z1D@(Bw;k2fkFVxm^Cz`6WK#ppjw!~4cYjrmR-hjQOD1`(c#4lz<%Gz8aL<>`s-|w~ z1<*%73Jo1yD(Q7H?q6wCXcCmnm2q?D!%g*ht{)i7W2_eO25rT1|EUNAN(56^?c8n@ z8NP{I;{M|B2*aVWWqJD8$1OfAm&+yQ-ehV^@PHqP$uP=_JJ2mx_T~5Mya!6uImPj=t6k># zF*PJ|fq#YnfQbA?@!0f%rJrtS{p>1MsI5q5(F4Fcl5EIBNlBnJ+(@5Q z0?<^Zj41kHWZeIJb%dZQfOK`X2Z8|+U<4c$-u=XRviQ}w2FRE7ud39SnUBGO1O>78 zmP=!~U#_#*ci6r+6wYu+-f*-^bJ z`C^@U=P5B}O#a;^-KQFDL+iCRT_4!=i(BO{+`j}!X3)wOioUoph<4UxJO|XP;>xhZM4=zMYre*Y(>;fydTrHuF@fb}Se3$lNuUw- zj$io(X}@BBp${d(2*Y+2(!qraq2V8Jj$Z>u^jKd+8X$-5Z|>i0)&F&KqrQXLP(GI{ zB*3g7xwPf{gR}jcVK?#3;GhC=%O|cIW9uV3#|l?kqRlbi#uD*UeL-JDI@dUKfW3zA$CzRh>7hGFWL8Ik6+^N%nB0ID@x>TzAP^k z81GJ&8dwJ1@e|$5TUm%TjbXG(Fs!QfkN@!uB3PB!B<4_gb~2sN#O;5Sx8FDRAx9a` zjUFJZocixgBtlVg($}T%(ww018G6whNrj#Juic7!fTj(Ksy{zLACcJ z?#X9Qz}oGuPShwaT_o-+WsE&(2|a#nmF+_*f6=79wBjG>39cXQ-;Y=}b9QExW-SHEaGvZME{3!sY## zIIfN20dWJ{hrc3IopM$KxMp)-Sa7r#dc2s_)M$qB<-uiHSOFj)?h$(xYAyBVyZ7Z= zAL5~OcFqGgbcF-3OdN19P{mJYCg6b|q22fr7;*jrNEM8D#mXM3q5=nXNS5K21OzIl zI;%FevKXHcG30?qcQ~W{>r$mMj{FVIHu9|=h{0c&8ha>a4CGsj{kS}{NHA|hz*W1eW8Ebw%@g~2d+)68Mm;;Hb=Xhet*xL=3zY1YsXBF&@H7cM?XlWRsTs|Kjzo_-*R%&TaKIeh%{)O3V znXf;rR;T;Z(SNs_m7R4r7hcEt@&FCXllc1k{`J^2nCifUp^N^qU;L`7+H(NUd6DMQ z&s^_8FPARQdaL#`!3^=#T3wg-t3zC@aLyZAEv3j|OXd`UOU~rn04}ypn8OrGoi&T7 z#M$oEa%YTT2$R;iZZe9F<@hDcO37A&Q-Xj2LRAp}LM=)W3aMhw1Jr^Tr>vsR3C+?p z#q31^hybLRC{$FP_s#nDYEglN6@sLJ1V9iFAw>ib3h|8aKAH2*dq0U3EJqaNLz9CW zv!}%S%3l8V-0iQL`!5!smUoXU8_VP8xSAi&@BGGDwZ1EhdD_cV+%lf|?Z@?3Bf?k9 zZyP4<{OiM2_P?Ay&ykvQrDBh56{h7)mgabwWl&fy{?wIEeB)-jD8Wspi&&VQK$u!} zw>ss_=AdDx|8F+5%F>QYQa+~_8i;whJQKQ+Zi z(+N?viRLQsqI^?|krsEl>;>`+e<2VN zRj01IzFjXo2r<$MK>`LL2?6np0)bE+xqfP zo9=x4WrZeu>Sz2|zqmS2yFItsUj5x}J`+hoH%%JHyU+eQ?9U6m`E;u>Z`O~8Y3-(e zt5>wGOKy^Cbj+9ymF8Ker}|VYW$Z-f^6th}!UCtr@IJ~^IT>5A`At?SOPH^ano^33 zp5nErXmM`gQDRATAsc`0E7e``FJ`A{?IMZVC|R<%;zoZxaeGpWbGWo#9gn#>-wjvu zzL;f8P{Pbn1Oy>M1%-m2Q9uy^sRTsSHH$d*X-YBWQaqp#3Lt<&;GiMQUfeFaKoccjF6p^RQ@5&#kkEW!_DPkS;;_KkinuU+*upVPd(p%lOsfX?+>}-M`e`*aT*q zYRzq)bne%aJIS)dHs^hLIe!wD(@aVQ6BX%8>r8W~vnC~1kFm|U3Fp(cEq$OiXAFwC zo@wsSCz)20-dc`rMV_70QJ=gYe^Cn*05PW)#c$n_?k}qzxJ)}}XHY!mH zJwyaFg%AP|Lcz~OKqW*-p#Zg;4dWDJPw@Z+0)X-istDEg?t0!hLc}N(HKiIL#LojtUdf{Sd8O!TE#W5FUsRp_}%f6{^|V6 zetmIm3PaoLkUm{3+$>Mi^;hlZ-@l(yqp3@dJaDn9`f5MS(#H)$qZs@IH)x-$R24L3 zQIGJv=sca9`H|9qNN|+aD)EYT2!sMCR)!mjS79bu)bU;na1j3G>%Kupj=OEd6igdo$mD`XX(^%Dk7{)am@O%_&_i zKj`xM_Wbsz4==I%sm#z+Ltl35j}@>i(NlXas;f)2(peA0+C~%C>LTaT#%|ax=kaq} z^{p4ER-vhbiHmH9_wA*x*wP)FCA)FV80l$kV#b)6Ma5`ymdl%EgCl#kmZad4W0o4Bz`6o2&g0|5CB2|BnX(0NE4f>9$XXM+CE;(bo12b%>Qy@2Rof|to`Ctb*WrE?e4k78MC(Mrx%;= z*KER%TD`y*gPfuZ;oUkoPNDT;Gq100y}6q#6~yzHr!<9VL>>C zyw8p~T@J@fOb~&2!qk6Uxq<6xT=%=n)>kFU#n1Clto!BD;c?7u^~Yhk07DxdbuoyJ zvR_-PoK&jghoz|I@%QCr{O+6C6-EP~{pKnjrL{DbD_xwOmz+^uUKM$(HYlWI=^98%Dd(wobXRJ2oL@a8DdGB6g~SxK zAh>$I*nNPC!AF-uALjMAObjn#THoO(lXmj6l1j>z-*h;t`*f2_)EP$3^pb0jaM#Zm zYY)j`H_pMZ{r=|67hm)}cMn&M)0os}5+b4yfI@-FGpd;YC?XI*pdthT0whHPVlfX9 zh&WYsDz09?x|&ylVgfM&1o1NwP$&?R0uX?J5D?GEGUc$Es>^n`ee9h%wbRV4elkt? ze|x$8a{B1Mu}|~wUYx$?FG}pT?(OH5e3W1I_aEhsyyQm1g}b{4EA&(M*Epna27znu zwnbXw#ts)BA5`4XgpB!V`LI|(O~e~TDN@&BVixmx9CNeByky;OWQw{bU_pIZ!1~%s zu;yvgeGL8*nsIELh<8G$K?y)r01>EA=tvkLLOi38pa7u3m`MqB@c>kvs&k^gy}8?T zUM&(LG$Vw7P)GtK0U-nw3LpRo0Y%N?#m}2mrNwl6h(ecK*}Hk4+ExGRe@^3v~?$fT1>XaKFst6@5y^t@81wU05HHe$s&8pA?4r6w(N=*Fg8+D+~c ztI=G})^F#Qiuv4!e6d+OyY?SC$ub-2xrLOOP%F)wsKHIM+)uOMhIfCx|LTY4%Kb#E zFNMXaxPUkYp@1Nq6VQYJgn+_86aZ>M3Q$;z<$?mh)XOvXOjYaU&Go7dR+3Rj7y%B;nJ0kzr)ABscu+q<`SKIW!+#TP( z+C47rHv4L6r}S{MbnCvoudmN>=^iT=u0A|%zA9y`a;gTsj1uzf%cqHUd2?FW{^oVT z#UK1@PZM~65QsoTjm%Bno}VsfaRDY(ZJtGfQ>B;>O)W+9`rzmBK2~Euh^Vn}d#ziO zKb~)LzbY(4N4IX@pIn`vyuuJ%sgYtE)n%)5P&2IxO89QIAFt%Yb~itdQ|CNH=_tiP z08^3zaZX7h&z=Dht!1H>-yhgmv{g6(41_eD<3=891-Fqv00`wXPF0mlcsu{FE58~D@qjzDWD1f z2RZ`H;&^@vHq07vFebq>F{2j&jn))>cjX!DRg)N<-Lmy4IROUH01_ZzpizVZ2t-KycZ2{S1km$s-=43> zhbq1qUr)WERA%b!r{Db8EUO1UpI3|b+fV8noOGAtFZ4f`eRz6!JzI^3BOBj@$Fx|F z4~?YXeDnSI_b>9tMgOPG7k=;NXBmCf1}^*V_suw7<07fT{Hh;3%m}iJz%%{gX1)b+HG$o*PDBmr*aL!VXgKi~h_v+y=HGMoB zU%B(T_si6`aay>^xdNf&Q8a)buKhvUF?QKAqL?@|RtzxFGFcs5%!X%X{FxXG6mcxH zLihrJR0_naQ?FXJo0r#%N-gJ%X9OuUf&_$kMv#O6LO=il0tl5Ph>M?MvwwTZzPz2@ zd?$re%_;x-d(0-x2D{C1ww&}&*L_=WVuR-6?(_Al+2uO?gwrYq)+_zo)>UnWd!we$I8Gy?=81|zZnHZAvqz?+dpAeLz)1kXsbo3j`w3PQxI_b!Cl z^{eZJ7b`i7kPuQy1M!SB2q2^YMo{n<6g(3MK@M&_F8b52zB%B^n0}y5XeyR>{_>r! z+N;@5XTY1Ft`o~=M&b6br*w&|bp7#GX`_g^3|9yM3#Z6mO ztVz9J>m`NeN)VUh$Y}x(QQ;r|X?9EUp9f$e*`E)UV%RhS8cc-GhD$?dXPHo-xSr+Z`FzOZa^vAm@ zYdKZ3?Ye;o0VR}B6A)l=ookKI6?7&;bI=O@aps``ZtM_7YQ|iqOG<&E)NyhP zCK0x&h%QdXH2M5=+jscfbmmy9QrH-nAL6{9bF71ojiy!&G&4wXc}&@eT#Bd?Q3a`F zq6p|}oibqXMa3xQKsU!Ikl=l2H?Lo88qXYuh-U@@6ak?WBSUU_V}*Lev$*}{olb#R(Cw_XRnrRafFE$ z5sE<|=0uvx4TTUBKmew=+wW9ixd}ymNRxD%xp$e>Me5eMm zr&-gKlV5Kx?%1|<3WSsFtmI$q4-`GGgP?+yl8O~I+BBt@a#0aw7FeROfNZM-UM4XL zAVN^Zu{ev4HFNe&bN$8bvi6pyDG~qy3P2D9#2JMENgo!gHse0Aw&RW zAcd&yT+c-*FftG4k3)T~t;%j_v{-K1^`dbsYDEyxOgcM`{{vkrg_0X_IcAy-Hg+j( zx@l-*Q>n3_O5$lAW6(50OE9;8d$E!-oh#UlLrQ?qkzf%T4YF-@|ClK%Pyhr00j(%X z@qTbBes%NmYFVqrAtsO%5CDm1ga9Ih5)e8Qnh8LPfdUawAVM)gFJe4|dU*Hx%O8)M z$A9>z@GhrwonGP3_U+YL-+cco{&YJ|)1eXjeaFdIeZpqBd^P%T+RLz*)lGHoaOs9& z(ANF?{%$z=?`}7TOIrHQhGKQdA!b%nwdu~W*NeM5i!aFM|0vhnm4a%{C=`GYKxIZ6 z0Rt@Wcl&W{S`C-l`CKis+jN^+Q?Bj8ipBcc>*CN?kZw%yP7@u*3e|$${gS7;G7D|* zb0fKUBb;2Q%ISuub(YPyB^R@N8m5x6sR)osikF_vCd<=UMBynArO@~nqEvM#R66*# zFIKaFG7XcFAOS*XAO-)OfI~=uZ~ZP#rKyl+t2!H>R@}~9}jP<_Ko>Uy0RPcbsLAEU;g#x z;XeM&_Q!`%Rg2|f=r3uh&c$2;O5KfeKgb6QK3v>GWWQV9y5M~l02G1>HCR)Min2^; z_jJjTn%mI8r=+Zw+ojkDBvrb0-5)|F7dG*p-hZb(AaQ||s4bCf7 zV>+2}HXWKS=DU4iAuYzt0)c@948XMdTKmTy=0xE`PB~{Q3Jp#vv{3`-R6zA_SG7l( zhLj1wga9ctp+O*mp9vvU(4Zg)Dt`u$0EBop019xw%=v!()*syN&8Gd+Zkqf5@aX@9 zKP+5*x>GWM))vI+=J4gYPLWmNi#(sP{9--dQ9GBIj z%!4c4@=Ee(R)wOD@o*ej^0;nF$ub3D$W)(7T`{u^b@<{jo?6)K&_$;hIzZCZ;q`c& zMBT;5n?I4tG>s|elu8i_NRjT!pT6r=M4Wn^cBkRgkHsKbb+gSn2dBu{SD=UZZKKS? zm`n^XA%%oO2+$NH00BV|5WpG0XP^ND2|{S#SVRk%k6p2S_p*AdbNip$KYxggb2fkP z=grBvA20s=Fmyw$`G@*{DSx^f{``m8RWpBallS(jf7CkHYUW1YY5DWZ{j%cY^;8co zeduP}x^87)rA|X}WeB}m*XCVcv^?BaXI3R$Z~5^G`#J|#9zN-^sK|WThB*MC+IT!&oQBfG zs`yf6$+f$we44CMS3A`bCrhkcu9EzEu(8XFS<|Qv`82tb)A@`1C*JY$CdPTLrW|al z#)af^xH&palH24~A6y=Waq2I$QdkW0X34|T$K-+n4aWQ3{imatuLJ^xfZpQ${_bk1 z*A2CdR*P3l(33QBfomm#p>2p3|Ez z{_D3N&sR}Vg_&FFZo2)|LzLV2n8#FG_n#j1!`J(NU5DRRc0Bg8T(!&P+2`%iet8L- zSha^0OTPGWl8}ya!xlL@b!x0KTbYJ5+T4@#Q(6=)UCip9e0y=nPfZo(i?upS$xSJ? zrBgwDsx#Ym(YTBEZK>4ETe6f-r!l#ZnqDrAgU;5i7;`^{7#l5o2-_;YIDL9K?yj_0 z(`fLSo5eIsaSmUm-+z*H8sa&|MCKxXHfQ{NE*3fwC*%G3;lqwDC;$=C6``7%vmcLd zvFjETMAkm%DP{l!1&$z|8DSIvgeeFTLVzHMpHT=1{z6Phkmn_ocvk4?a|xSp9)kSC zi$8wzxG0D&_p$k8Z}%_Sr+;6!-&d>81>g49xOcxF_-|ip-L(BX{CeH~5d{5cTFahwl#EX@mL4h`$8NE5P0-pP&PVvo2BM*9FtK{c}aKNTY&`2Pt&Km-IJ z6oNv-Ga5h&NeD;)3K0nL7ecuJ2-yV8f##^R%7uPc$>06*zkPE~0h?3O`qO4SJ~h*+ zoL|2EY)e}`LYDQexitUh$=a`)2VrsQuZiSLzxSVz`m)kTrb!A*so%6m{rzIz2WsQ~;PvdFe;v_S{ zG;T$Mw3X95^?hH`+y|G3W@8`jvUsnSN~2`1LzUgEuu@H5?bFns#`6@}Rh#zlUsKYi zAo@9e%HvNTMpp@;P=!F$s1${$35A55rdo0K&YaIAAS4A4QYg<%2@?~F5)=byq~I9= zkbuAdflvSfCUP-nPVvl>njKXHO=yOE!0-O*pMMy&US7seay&JDvzQk7ymPPP)3S>3 z)BiR8?)vF#bJ4eY`uHYV1DBKdPM!45PL2I86^rg>U-eTStK%=Eu2cw+MkhufRN#y# zC}m1uMzn&IrqgD!AFkHhPq7}ua#q)_YAGZ$88m1qW8d$RiC*cYC0P&0z00ck?1%wcWDK?}y z157~_^MJt3Leo#I{?~VZ{Mfr{xP+JPW;36C|Ib^q`ls>w-TX54zxHAIUI)|VoAv4R z&F0v5ZUyNkH;4H7tNpoGn{E34@NF2oq{sgz^|o`h3#!h+1VS~4i3E6QMGO#@OzWqi zx8ZYMZ|}8QRlaQk09rCiB|$U$`(y6OG=}r6(pu{})yqbva(H|i=JP}%iC&61cO&N2 zCufkkg-XR*(Xg)098TlVyZ`Oq+9`c3(bdI5_Ulhim;a9`IBC{w&F`~(|DLth+w3lL zXXfduQI%8@MzWA>6Sg5jn2^F_m_ab$12V%iMi2obK?EoSvKmXJDpl1vbx!uXdAqfq z|INEkl>)BotG5nmWM~x(fmDR>q*Z9Z&&XxPAvjatndkB9y4o2&2MRU59?ak4r0quX&gQ4eo^*?SHx z7hbnbb8Oesbh8{zyN@4gyCiLHIX=ApbW4t#)ckNgE)1r|T&`@ZS00zg$KAvHJOA=e z{~^nKsO@kZhq~SW`_nJpRremcIBb6M)~nz8+3w=&Aw1k{wwGgDmT_7iA1^LXer(5F+*zyT;gb*7yF4(y zxcts;OdESk2{c<%h=jBnYU=AO9`4_^?Z@59vDFe!8CIE2%VGcSvH+<%a47v8t)k%o*n1*>1B=g%dqOh|6yu( z%)`Y#n;I^E_W0%3eH?8u5FBWLBq5fA1_^<7xa_-L%X$Qf5m6)<#ER(%F%4-|%~nk* zP!Pd%2oU)gt<8}xLIg`|NLx?Sd^*kdAd&d-~GmC zKmX~!``!(w_C5SxKde97WP9Sn>iH*EZCo=rY)&_){mXe;9^Fh6&pu4c&Aa7letUmk zo7H%+9f!1x&Df#FicLudh{Mp<>$}7Cvf89#IX39~!~Ns#ZdsAQh-X0%K@x?%urk?)ESrPyBN8&-(iK*MIfNCmFx@c=_eS^M}t{eYv^6 zeE!uhw%4C-Hsf(U^sL8izxwoaa=*W+TD?5n?^UIKp`~n4 zk}IRa-N*yu3(1KJE`Ymv(tS?)#9M#%^EdXJ7xckAzf02m~~(fC_`HS~64< zqZu#87N+}*5Q&k0q#*`cCB}$iKq3ayKtu!-DX5RzYIVGL9B05ZAyj&(HVkX$VVaj^ zKIRX8=fh8b{w7nu`|O+g=BCjtKCk_$H%vihhaR-?}z%Z%lPuJee=CzTY29mw#V^esf%SZZlB+< z9QKF({*(-x$K61hTD0xQcRzVEPJ!5RhFGBy2MD1;YfT!>R;|e8`m|=Z$`}PP8qS0e zk%+_)L=D_1IJWVGeAk_@omSh>malKyVn?GOLT{pL^XcK?%W5~DEZbzNp|@ceYPg!0 z{k-h^XY+U}T3^=m_kA<$F7H|T&^~P2GL4&Ln8sl>GPSm(a{E{qZ}#^L8~Vke z^{h9~uIA9zV`cy0@nJt6*2j9dzZ&}I%g0vxR=mC5-?W8##>3SxTwFZ69ZrYGd3W5O zR;$h9^0C=kC9YPFUw!<$!xTb-jgWFM0a}^^PZCLxRI|0Z9jlf$Wt49T&DIej3Q9oG zKtl-x3o2kLk^mw!y+f&aYsr~u3X0XJej2CsYFQuqa_qfUzw!OkFYfB?u&ked{l9HK zy*Rx4n!{(`{prFTzubQB@&(_l?*5bU-+%dX-E!K!8dt0JB*+Au&-X}PHlX4+{@wq<8d_&ODk8yYPfyoFfp~YcdvK% zZ<9@*AGWJk^QG%IkDKfJ)#Gq;ybeQB-nRC|i_1Fp)5HESA6CErcKmqr6Z%NMx_+~L z_xAMFFPNIuOe4}@utBRdLP8>@2?DLP-r93o)yicw2#J6({G*71f;35#08s>rN+6sC zY3}Dq>C2`sl7s?*3YB#FJdV>aE%Rz#mg;@|qu;uJ^VQuyjNGo;{l}Zhi(yz2 zQ(xD%eeyTQ;rV=x8QvXhJ3V`GIZeW#V``{voIjmU$J5deOFyi7hKt^ZI=0p~{q@B$ z)ArG!4=Z3?ZMWB#7t<-r9W;h{Hx4(~+i9IcziJ-lkN0;&Qh-4NSfLY^ z>W67sPtNna%*)bi^Zn1>%pbn|koU{Y)cf-O>$ji0dVO5|{`-D-cJ<-9om|H6{A~QL zr)j^x&%7R{i#Dw?mWnd4ovwQp=k9{Fqbz1d>gLdMxL?;$ZMU>Iy&W%KJzHg7U!K;R z(_y^XTs>R0oK~Bfm&eDCkB@t=o=qRd48MH7bvo>h&sw{gdahRcp*F+u`4_jVrJqjw z1}mF@-@Yh>77WMnuZHmo<3Cgk1wc13}QXR68EWVYON>^JzKtT9)N{{e$1z zzxmm2rd1z!#m}?qUwwJ~+4$vZ^}f~o>aV>${GVUle6hJb?)Np^4y%jH)ih*iZLnc$ z$mbR#cuWX#mn1^^)k}7r`qq{&5zwx z8&}_KY8>h%^X{TzJ$m@OoJO;c+A( ztucfoOEVR0S`b1s3RJ+BX7h(*PqxdD5yP*DkyHRlGZi9YLDPtoh{PC)35i66w?8b= zxIj}-2@t5DDPd{Haae6Or#>(9GHf-g=RY{T{raIErx)*Q{Jk%kE}rkc{`}&nwHa>m zz2)&QKYKN;+TD1!Nxkb?UtL^e+_Z5VR)dHP38S`gFx4_FCuui)r|4#P_jufo<7u4s z^Woz2Ri?}O!KXKCYH(ox@!|eqckTKxBUra=lrO zXNP&eJ}x{v^o2T^cIdK6%kdqj_xp)72{lL?5|T*8N)QZ0FhoFX?dp3`J{}oHLqItT zNK+uFAOvW|x1t~zsYnlTz@&okcv=Itib9MrAebf%QXw!er(qbTb??X3ywt*DTYd4p ze)#asu7$t(z2oc4oGw3XFFy1v>;3EXGkWcc=hsPkv42RWi>%f+)0#}yY@4cjmfu+!2Z$x;nzjjXr**{2?kZ{FnPg>F|34~OIXw}%>6504oy z-d*0FW;c%454+n-HmgIj{=xHS>sEbtnoskxEPa{D#rFE``x<6WJ%MDK-h5ZfZh&e) z21vU*4V%@pA{uFy6*L$*YX$<-?_V4ldSA_s3c)mkv>r@JFs29!5z!DNU}#1V4ULop zc>l5w7$cDyOR( z6f)IV3=@nWoDWM&q=&O?K0Nli8>h|1#Te*KY)Yz{L=j2w_n#e3)76{IGInAJ#t;T9 z0uf>qVlzYqLc>%DffOK8N{DZMWaSL`mLUJAVN97GLn`UI9ENFHZ?=b}4$Wg78WpZC z`O&h!|8RFVUvGA=FWTxjS8uDEzg}%_-t}pf-fotU(y63-Ss|KT3Yo~nTFF{cWywV8B-VU9}1aIyAP|)%|)6*G3XGw z*rbB8`NQnIXaky23?L$*QH_)kfe1!p1OsVetCn!qP-0pk=)?ZP8iiI6jGTqDpazX0 z+Jb@Jms1F7rXn%@sZQ^-Q~ll?dsirJJB{*Z*w!= zwe+ctOCKuz)J7gZxIRwR`gSuet*^3PmQ~U^oAs1xtT$83>e+H!uWH#n*5$L=epr6y zr`I2k_p51Qv$?*w*ruoYzAt_5PpU6fja=4mynXXf{nTyK5Rx&wnztdxg<~O*mgp+G zV`wS6httRP=6bWWmzBY0N{FLK{p*+eJ}mdg4vs`X1e!o1LqSheAQ+U0Ak8uu5-bR3 zO+b9V9;pF@h=ItNK>`@jfCehj>N5}HI8Cd0S~ko5xPsn;vD$Eb+ehZZ;o;%1dAM(@ zUmTxj8vk~^c|O)X^r7c5F!hY<<+wJNH}lc?xcYENRZV3p*i^Dwoic2%wwq~vUAwvV z@w5z&!`Sa%^sMLY?Q*@n`ShaZemvD;@5{2Vl)bu3wM?Jf-hK7gr{&bFmNsZx&6VDU z4PL$->S!7SB*`xi2n-Ab?hg0U<>hu&S&%epC?JL}{&0Ed?5!wcBSb(ngcyjn7!?C$ zKz>Do6+$2q0yKown=dNW0zn8dLJXvcBvgQyR6rq_ao#sp!_bCR(d}yQb_Q#(x6A3- z*s|=}Y4>nC?)q=D`s^>idH(GFu)3VaKIb$v_qAQ${(!x*5mHuskh^1UOv5i(Kf86AtxX1OP8fPTRrVmz53J+<9glt`!5fj z4!sRdl1#JdI1M=OGxvnhtU-o{$087Dt#EKT?OqR?XP4{HEmDbAGW>CSU|K!SbjUbR zkZ6R0fDIFVEx}e2hAIS+AOuKg{QrDdTC);E5JaGW&?KM;7#kueX-Rj{P?4`r_Q$^-XIj79Mwh@Udz-w*JBGbZpD|-PLgQcz4|nufLf4@nPe;)&6)hjMWY^ z!?@jF)6?7Rakse`H+$;#`7}*Kx9!)^4|kM~=xm)?)wL?aa9xLo2kBxr#tfL&+G)rv z>(u7;{`wdMIw_m?G=XZE!4ykl?x*|J=IUa5GDOHg{pZggj%kOvOvMpnB25s~(4k>G zBl0AiwdPq&0oB4;VuCS1Iluc%D@lPwAQGYwD<<+Q9grucEHKEaF%Ztuh5;?Dp6aF3 zTs8DAGH%zdmg9>n+F*B{m(Anj^!BtJTD#f2o2T2a4lnvRJnOy9+wFK{vspW~p-oe> zH6|LprS{d6ex$6Wb+c%7OL|!f(Zh%86;r*HNsVbpf~~QHDK))cKHHfnLKsf70%^u5 zjnO`YEcXv>d%3-!mq7jYe|+lnZdnFK5eOz0LIa_qR*VWLLWpN^C^U#5+LSaCeEUgN zss)I0WdiDsz%Wz|ld&)K)nZ~VQXel_uUEVobGg~}X-KXd ze+!{4v{q2zF!p6Q%#Yi3`eAikO|@#oxp!*m14&`2rPU+NUX)eUDJ0zmI|WP9EmJ)M zXJccSGwegcc-Q^=rAZ)C@%>VShA}paMzx_)Q0{i)>iS}AOZ8WOR8&pJj#9~JQl^o} zP(}!fM5F=*ikvlx#D*v$5lW*?!-rBp1H>2!LaQbahy-bZK%~+%oCTE*J)D_fODjlQ zxuPniRdOqw)_lJA^%u*$20J|@q;hIiEve&&)nr=@eQvI@c0b5KmTu8&Ng#B}DzKnL zOS{XkIc8p}tfW{V7KzwwH8zs;kwsQD4&U&2A3=g)xIY+!AW$?Uqs>8Ld75`^eYtIy z|8|^@tgBZ^g*JjNPrh_etUp4QI9@8ck9VB*q5O zNPv{#TQTw^f>3gnB25fbnjk@j9@3-?ZU-HT!@5N!G=U_2rDLTsL-|*`-@z zrzlsMds!+~eb+6-;w+pAHpwsj>+B{3utx!gf#2!xo4b348&k0fFVJGK?GwY)d~<0L_~^0 zLzh&rTEztjf~2Yy1gk_XOo;|8Nk@ASrTSn=sq|Fu%wU}7G-B@(O05*dnF2}*6M;$_ zTQto;h66H5_VX^Bg|kMThE4A!P>}{0jg7NlOHV!f?_T!PQtRckl+}WbHWIK|N`!(I zFs-X0fRqGU1&C1tNPt41q>(`U>Uj-TBM1ng!kIz{3I-%dNC6QL1VM<1DJj5837v{m zvk)~_EHD*HNFmiB$`Tuz-b%EbDJYhd(92#%`!ZH(4+$cNHKJn(3z-U5>}4#AXi(q@YP8LVx++yhxpvPx5tHi3F;R0U9<7Q6frWqW}dd zOhcZC5Ca5|C#lerG|1c2Y8WtJ2q=LHi3kK~h6s^g6NAJUkm5-NQ-Wfs2+|Q13M5Kl ztP~=YfK)9bq*I_+fL0+&rzAoq$|@0yLJ+LP#7>e5LPi?R7&B-XJ~rFbGkjd`3eqqp z&|fc?x9fJ;9gn@+tzaaU4S`nmga7I>r{l@ISqdr*v@t?}R;^VmFclISi3o@he8O2F zh!D;cB%uKU_01Q(5e!t2v)GD=626rRPl7}wau!20f}BMmD40^I7zz{>0Z~y^yW(u7K@Muk@Q@4k9= zd-XE&albznW%Upm5KQ%d{%^M9ewnxb*`FOc*sNBqE^9;rhBRp)3NdC->5(T2iW(6$ zRE&zYAWwwxrjU@U27x1foH{B?>}}k>X4xg_NXFIjg9ZiiKc_ z7)un}0v4J%q=yncO&Ch#EIbi{O#_W;JQ)bYG!19c(BTxAkp1%52naEaN?PVO?^ZXr z&u?!}hu!|zs|h_30>dBwcKgkrEl2+3|M_Mi#x(Hdcm8$^1QUS>kuy;Paj-!Z$deFb zK%_trv*LUnvnUuU{7Q-h1bJe_XhcW_t9gbX5HXykQq3Y|1n~?(p`frR zO4Jl>5qc{Mr6>xtB5EO6td=SXLV%!vAw01WKw~&FkdO>m+XsPFXM8x#Eno#(V#{`} zj)%kR)wA2{i_3XF>`n_k6$3o`lbg@}&eT9r3Q(SGeeAkF#=-bED}SMCq_sSFjNF$h{4#3 zAOTb$f{I{a5zmU0EMle7MG7TF2PqVVvW|q9m@ZEu7$HUol@M%%1PFnKwmJ}oabaF| zGzf!1NZ3x7kEfH=ZvXZ6*|VGL+tdF3FrP}$fAX*SkN)U?{%Jp4{~zzmKtilf{_xM= zWCQ{sKmt@SJ&NH;1Pl-pDhNp=K8cAm#_jcIFD{w8U;pTr)nWof0w~{#fX09jkO&b7 zB4CUroTUIoDhkM%2#N{CYI=;C+o?0Xz z2u31E6hcfzK?GwY0x6&((X@`7$rEWkf)PQ$pixpW1qB8r9koP|CqAJfXHkkc4~mI$ zCPq>O|YsakY7V+&v!V?((?%=JMw9^786S{2W5z@Xgzzg7!&xvA&nO6mNDm+pB!Xo1{L`1$EGL%3 zX<7Quet0n+2?zm01tlm%5JNB_8dIT~U=$QVgE8{|u~m#jS{WckGzyVGC1^~U6areH z!~jOl#9%OdD=DLLCKw@-1e@3lL|R%^Tfc4)&-$Sc(qck1tyPo2z{SPO}9cC1#?AhdHAOo)HL*!I((6xOjQk z?GC2}_xm^h>F-YKfASlD@u#PDZ0SZ42Qpms#cIYeHVN`8%>rWtH9`obC})aF848j% zY+ilwV(h2p?l`;js-^19731@}1*w=+f&mlxmO+sOO+iFxRhTFcOsXjX(+M#YAQ6GY ziXdS4wIESiCnBI21vD{2n!!{88pK$JGb=#&mNC*0Vn`dR*q#mnYAm^*TMH>F+Czb@ zkw~D~E-vcy@OWHKKlr2PtE=C9^VeU)(y~a-NV2({`$CFxY(zjbkOB$FSuBB25MrT1 zLJ>iS;qsI3JsbM5I39cN)vH%oce}>%)rUhOt!S0jg{CneXW>kqgfn^4DwtG+@FbKp zTbVLMh!W1!7=r;K$de$XAV!{qG76C=5n^o762w631Y$%W210BYT4;fx&27rZ5OAEc zKcqE77;G6utz~Go2x+Y}o6YUf-~D2>{yty+bT=%v>JS@ed6q-<09GG+GtGvgf;