From c3c51705f595f30af52986c938d87f3aa26a63f5 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Mon, 29 Jul 2024 06:58:16 +0000 Subject: [PATCH] build based on a7e26cb --- stable | 2 +- v0.1 | 2 +- v0.1.13/.documenter-siteinfo.json | 1 + v0.1.13/assets/documenter.js | 1059 +++++++++++++++++ v0.1.13/assets/favicon.ico | Bin 0 -> 15086 bytes v0.1.13/assets/logo.svg | 22 + v0.1.13/assets/themes/catppuccin-frappe.css | 1 + v0.1.13/assets/themes/catppuccin-latte.css | 1 + .../assets/themes/catppuccin-macchiato.css | 1 + v0.1.13/assets/themes/catppuccin-mocha.css | 1 + v0.1.13/assets/themes/documenter-dark.css | 7 + v0.1.13/assets/themes/documenter-light.css | 9 + v0.1.13/assets/themeswap.js | 84 ++ v0.1.13/assets/warner.js | 52 + v0.1.13/index.html | 79 ++ v0.1.13/objects.inv | Bin 0 -> 223 bytes v0.1.13/root_maize.png | Bin 0 -> 813497 bytes v0.1.13/search_index.js | 3 + v0.1.13/siteinfo.js | 1 + versions.js | 2 +- 20 files changed, 1324 insertions(+), 3 deletions(-) create mode 100644 v0.1.13/.documenter-siteinfo.json create mode 100644 v0.1.13/assets/documenter.js create mode 100644 v0.1.13/assets/favicon.ico create mode 100644 v0.1.13/assets/logo.svg create mode 100644 v0.1.13/assets/themes/catppuccin-frappe.css create mode 100644 v0.1.13/assets/themes/catppuccin-latte.css create mode 100644 v0.1.13/assets/themes/catppuccin-macchiato.css create mode 100644 v0.1.13/assets/themes/catppuccin-mocha.css create mode 100644 v0.1.13/assets/themes/documenter-dark.css create mode 100644 v0.1.13/assets/themes/documenter-light.css create mode 100644 v0.1.13/assets/themeswap.js create mode 100644 v0.1.13/assets/warner.js create mode 100644 v0.1.13/index.html create mode 100644 v0.1.13/objects.inv create mode 100644 v0.1.13/root_maize.png create mode 100644 v0.1.13/search_index.js create mode 100644 v0.1.13/siteinfo.js diff --git a/stable b/stable index 211cd86..30a48ae 120000 --- a/stable +++ b/stable @@ -1 +1 @@ -v0.1.11 \ No newline at end of file +v0.1.13 \ No newline at end of file diff --git a/v0.1 b/v0.1 index 211cd86..30a48ae 120000 --- a/v0.1 +++ b/v0.1 @@ -1 +1 @@ -v0.1.11 \ No newline at end of file +v0.1.13 \ No newline at end of file diff --git a/v0.1.13/.documenter-siteinfo.json b/v0.1.13/.documenter-siteinfo.json new file mode 100644 index 0000000..8c03d96 --- /dev/null +++ b/v0.1.13/.documenter-siteinfo.json @@ -0,0 +1 @@ +{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-29T06:58:13","documenter_version":"1.5.0"}} \ No newline at end of file diff --git a/v0.1.13/assets/documenter.js b/v0.1.13/assets/documenter.js new file mode 100644 index 0000000..b2bdd43 --- /dev/null +++ b/v0.1.13/assets/documenter.js @@ -0,0 +1,1059 @@ +// 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 || ""; + } + + /** + * RegX escape function from MDN + * Refer: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping + */ + function escapeRegExp(string) { + return string.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched 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})`; + } + searchstring = escapeRegExp(querystring); + let textindex = new RegExp(`${searchstring}`, "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(searchstring)}`, "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; + }, + combineWith: "AND", + }); + + // 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.1.13/assets/favicon.ico b/v0.1.13/assets/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..464d6e3ec5a61476a527c197bd29265c1264e9a2 GIT binary patch literal 15086 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 ujXgGbGjWS_r}Vn}1$5RKGGbV_ + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.13/assets/themes/catppuccin-frappe.css b/v0.1.13/assets/themes/catppuccin-frappe.css new file mode 100644 index 0000000..54a5b77 --- /dev/null +++ b/v0.1.13/assets/themes/catppuccin-frappe.css @@ -0,0 +1 @@ +html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe .pagination-ellipsis,html.theme--catppuccin-frappe .file-cta,html.theme--catppuccin-frappe .file-name,html.theme--catppuccin-frappe .select select,html.theme--catppuccin-frappe .textarea,html.theme--catppuccin-frappe .input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe .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--catppuccin-frappe .pagination-previous:focus,html.theme--catppuccin-frappe .pagination-next:focus,html.theme--catppuccin-frappe .pagination-link:focus,html.theme--catppuccin-frappe .pagination-ellipsis:focus,html.theme--catppuccin-frappe .file-cta:focus,html.theme--catppuccin-frappe .file-name:focus,html.theme--catppuccin-frappe .select select:focus,html.theme--catppuccin-frappe .textarea:focus,html.theme--catppuccin-frappe .input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-frappe .button:focus,html.theme--catppuccin-frappe .is-focused.pagination-previous,html.theme--catppuccin-frappe .is-focused.pagination-next,html.theme--catppuccin-frappe .is-focused.pagination-link,html.theme--catppuccin-frappe .is-focused.pagination-ellipsis,html.theme--catppuccin-frappe .is-focused.file-cta,html.theme--catppuccin-frappe .is-focused.file-name,html.theme--catppuccin-frappe .select select.is-focused,html.theme--catppuccin-frappe .is-focused.textarea,html.theme--catppuccin-frappe .is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-focused.button,html.theme--catppuccin-frappe .pagination-previous:active,html.theme--catppuccin-frappe .pagination-next:active,html.theme--catppuccin-frappe .pagination-link:active,html.theme--catppuccin-frappe .pagination-ellipsis:active,html.theme--catppuccin-frappe .file-cta:active,html.theme--catppuccin-frappe .file-name:active,html.theme--catppuccin-frappe .select select:active,html.theme--catppuccin-frappe .textarea:active,html.theme--catppuccin-frappe .input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-frappe .button:active,html.theme--catppuccin-frappe .is-active.pagination-previous,html.theme--catppuccin-frappe .is-active.pagination-next,html.theme--catppuccin-frappe .is-active.pagination-link,html.theme--catppuccin-frappe .is-active.pagination-ellipsis,html.theme--catppuccin-frappe .is-active.file-cta,html.theme--catppuccin-frappe .is-active.file-name,html.theme--catppuccin-frappe .select select.is-active,html.theme--catppuccin-frappe .is-active.textarea,html.theme--catppuccin-frappe .is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-frappe .is-active.button{outline:none}html.theme--catppuccin-frappe .pagination-previous[disabled],html.theme--catppuccin-frappe .pagination-next[disabled],html.theme--catppuccin-frappe .pagination-link[disabled],html.theme--catppuccin-frappe .pagination-ellipsis[disabled],html.theme--catppuccin-frappe .file-cta[disabled],html.theme--catppuccin-frappe .file-name[disabled],html.theme--catppuccin-frappe .select select[disabled],html.theme--catppuccin-frappe .textarea[disabled],html.theme--catppuccin-frappe .input[disabled],html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled],html.theme--catppuccin-frappe .button[disabled],fieldset[disabled] html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe fieldset[disabled] .pagination-previous,fieldset[disabled] html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe fieldset[disabled] .pagination-next,fieldset[disabled] html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe fieldset[disabled] .pagination-link,fieldset[disabled] html.theme--catppuccin-frappe .pagination-ellipsis,html.theme--catppuccin-frappe fieldset[disabled] .pagination-ellipsis,fieldset[disabled] html.theme--catppuccin-frappe .file-cta,html.theme--catppuccin-frappe fieldset[disabled] .file-cta,fieldset[disabled] html.theme--catppuccin-frappe .file-name,html.theme--catppuccin-frappe fieldset[disabled] .file-name,fieldset[disabled] html.theme--catppuccin-frappe .select select,fieldset[disabled] html.theme--catppuccin-frappe .textarea,fieldset[disabled] html.theme--catppuccin-frappe .input,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe fieldset[disabled] .select select,html.theme--catppuccin-frappe .select fieldset[disabled] select,html.theme--catppuccin-frappe fieldset[disabled] .textarea,html.theme--catppuccin-frappe fieldset[disabled] .input,html.theme--catppuccin-frappe fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] html.theme--catppuccin-frappe .button,html.theme--catppuccin-frappe fieldset[disabled] .button{cursor:not-allowed}html.theme--catppuccin-frappe .tabs,html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe .pagination-ellipsis,html.theme--catppuccin-frappe .breadcrumb,html.theme--catppuccin-frappe .file,html.theme--catppuccin-frappe .button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.theme--catppuccin-frappe .navbar-link:not(.is-arrowless)::after,html.theme--catppuccin-frappe .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--catppuccin-frappe .admonition:not(:last-child),html.theme--catppuccin-frappe .tabs:not(:last-child),html.theme--catppuccin-frappe .pagination:not(:last-child),html.theme--catppuccin-frappe .message:not(:last-child),html.theme--catppuccin-frappe .level:not(:last-child),html.theme--catppuccin-frappe .breadcrumb:not(:last-child),html.theme--catppuccin-frappe .block:not(:last-child),html.theme--catppuccin-frappe .title:not(:last-child),html.theme--catppuccin-frappe .subtitle:not(:last-child),html.theme--catppuccin-frappe .table-container:not(:last-child),html.theme--catppuccin-frappe .table:not(:last-child),html.theme--catppuccin-frappe .progress:not(:last-child),html.theme--catppuccin-frappe .notification:not(:last-child),html.theme--catppuccin-frappe .content:not(:last-child),html.theme--catppuccin-frappe .box:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-frappe .modal-close,html.theme--catppuccin-frappe .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--catppuccin-frappe .modal-close::before,html.theme--catppuccin-frappe .delete::before,html.theme--catppuccin-frappe .modal-close::after,html.theme--catppuccin-frappe .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--catppuccin-frappe .modal-close::before,html.theme--catppuccin-frappe .delete::before{height:2px;width:50%}html.theme--catppuccin-frappe .modal-close::after,html.theme--catppuccin-frappe .delete::after{height:50%;width:2px}html.theme--catppuccin-frappe .modal-close:hover,html.theme--catppuccin-frappe .delete:hover,html.theme--catppuccin-frappe .modal-close:focus,html.theme--catppuccin-frappe .delete:focus{background-color:rgba(10,10,10,0.3)}html.theme--catppuccin-frappe .modal-close:active,html.theme--catppuccin-frappe .delete:active{background-color:rgba(10,10,10,0.4)}html.theme--catppuccin-frappe .is-small.modal-close,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.modal-close,html.theme--catppuccin-frappe .is-small.delete,html.theme--catppuccin-frappe #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--catppuccin-frappe .is-medium.modal-close,html.theme--catppuccin-frappe .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}html.theme--catppuccin-frappe .is-large.modal-close,html.theme--catppuccin-frappe .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}html.theme--catppuccin-frappe .control.is-loading::after,html.theme--catppuccin-frappe .select.is-loading::after,html.theme--catppuccin-frappe .loader,html.theme--catppuccin-frappe .button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #838ba7;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}html.theme--catppuccin-frappe .hero-video,html.theme--catppuccin-frappe .modal-background,html.theme--catppuccin-frappe .modal,html.theme--catppuccin-frappe .image.is-square img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-frappe .image.is-square .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-frappe .image.is-1by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-frappe .image.is-1by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-frappe .image.is-5by4 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-frappe .image.is-5by4 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-frappe .image.is-4by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-frappe .image.is-4by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-frappe .image.is-3by2 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-frappe .image.is-3by2 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-frappe .image.is-5by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-frappe .image.is-5by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-frappe .image.is-16by9 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-frappe .image.is-16by9 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-frappe .image.is-2by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-frappe .image.is-2by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-frappe .image.is-3by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-frappe .image.is-3by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-frappe .image.is-4by5 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-frappe .image.is-4by5 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-frappe .image.is-3by4 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-frappe .image.is-3by4 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-frappe .image.is-2by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-frappe .image.is-2by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-frappe .image.is-3by5 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-frappe .image.is-3by5 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-frappe .image.is-9by16 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-frappe .image.is-9by16 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-frappe .image.is-1by2 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-frappe .image.is-1by2 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-frappe .image.is-1by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-frappe .image.is-1by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}html.theme--catppuccin-frappe .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:#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:#414559 !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#2b2e3c !important}.has-background-dark{background-color:#414559 !important}.has-text-primary{color:#8caaee !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#6089e7 !important}.has-background-primary{background-color:#8caaee !important}.has-text-primary-light{color:#edf2fc !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#c1d1f6 !important}.has-background-primary-light{background-color:#edf2fc !important}.has-text-primary-dark{color:#153a8e !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#1c4cbb !important}.has-background-primary-dark{background-color:#153a8e !important}.has-text-link{color:#8caaee !important}a.has-text-link:hover,a.has-text-link:focus{color:#6089e7 !important}.has-background-link{background-color:#8caaee !important}.has-text-link-light{color:#edf2fc !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#c1d1f6 !important}.has-background-link-light{background-color:#edf2fc !important}.has-text-link-dark{color:#153a8e !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#1c4cbb !important}.has-background-link-dark{background-color:#153a8e !important}.has-text-info{color:#81c8be !important}a.has-text-info:hover,a.has-text-info:focus{color:#5db9ac !important}.has-background-info{background-color:#81c8be !important}.has-text-info-light{color:#f1f9f8 !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#cde9e5 !important}.has-background-info-light{background-color:#f1f9f8 !important}.has-text-info-dark{color:#2d675f !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#3c8a7f !important}.has-background-info-dark{background-color:#2d675f !important}.has-text-success{color:#a6d189 !important}a.has-text-success:hover,a.has-text-success:focus{color:#8ac364 !important}.has-background-success{background-color:#a6d189 !important}.has-text-success-light{color:#f4f9f0 !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#d8ebcc !important}.has-background-success-light{background-color:#f4f9f0 !important}.has-text-success-dark{color:#446a29 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#5b8f38 !important}.has-background-success-dark{background-color:#446a29 !important}.has-text-warning{color:#e5c890 !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#dbb467 !important}.has-background-warning{background-color:#e5c890 !important}.has-text-warning-light{color:#fbf7ee !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#f1e2c5 !important}.has-background-warning-light{background-color:#fbf7ee !important}.has-text-warning-dark{color:#78591c !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#a17726 !important}.has-background-warning-dark{background-color:#78591c !important}.has-text-danger{color:#e78284 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#df575a !important}.has-background-danger{background-color:#e78284 !important}.has-text-danger-light{color:#fceeee !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f3c3c4 !important}.has-background-danger-light{background-color:#fceeee !important}.has-text-danger-dark{color:#9a1e20 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#c52629 !important}.has-background-danger-dark{background-color:#9a1e20 !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:#414559 !important}.has-background-grey-darker{background-color:#414559 !important}.has-text-grey-dark{color:#51576d !important}.has-background-grey-dark{background-color:#51576d !important}.has-text-grey{color:#626880 !important}.has-background-grey{background-color:#626880 !important}.has-text-grey-light{color:#737994 !important}.has-background-grey-light{background-color:#737994 !important}.has-text-grey-lighter{color:#838ba7 !important}.has-background-grey-lighter{background-color:#838ba7 !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,html.theme--catppuccin-frappe .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--catppuccin-frappe html{background-color:#303446;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--catppuccin-frappe article,html.theme--catppuccin-frappe aside,html.theme--catppuccin-frappe figure,html.theme--catppuccin-frappe footer,html.theme--catppuccin-frappe header,html.theme--catppuccin-frappe hgroup,html.theme--catppuccin-frappe section{display:block}html.theme--catppuccin-frappe body,html.theme--catppuccin-frappe button,html.theme--catppuccin-frappe input,html.theme--catppuccin-frappe optgroup,html.theme--catppuccin-frappe select,html.theme--catppuccin-frappe textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}html.theme--catppuccin-frappe code,html.theme--catppuccin-frappe 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--catppuccin-frappe body{color:#c6d0f5;font-size:1em;font-weight:400;line-height:1.5}html.theme--catppuccin-frappe a{color:#8caaee;cursor:pointer;text-decoration:none}html.theme--catppuccin-frappe a strong{color:currentColor}html.theme--catppuccin-frappe a:hover{color:#99d1db}html.theme--catppuccin-frappe code{background-color:#292c3c;color:#c6d0f5;font-size:.875em;font-weight:normal;padding:.1em}html.theme--catppuccin-frappe hr{background-color:#292c3c;border:none;display:block;height:2px;margin:1.5rem 0}html.theme--catppuccin-frappe img{height:auto;max-width:100%}html.theme--catppuccin-frappe input[type="checkbox"],html.theme--catppuccin-frappe input[type="radio"]{vertical-align:baseline}html.theme--catppuccin-frappe small{font-size:.875em}html.theme--catppuccin-frappe span{font-style:inherit;font-weight:inherit}html.theme--catppuccin-frappe strong{color:#b0bef1;font-weight:700}html.theme--catppuccin-frappe fieldset{border:none}html.theme--catppuccin-frappe pre{-webkit-overflow-scrolling:touch;background-color:#292c3c;color:#c6d0f5;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}html.theme--catppuccin-frappe pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}html.theme--catppuccin-frappe table td,html.theme--catppuccin-frappe table th{vertical-align:top}html.theme--catppuccin-frappe table td:not([align]),html.theme--catppuccin-frappe table th:not([align]){text-align:inherit}html.theme--catppuccin-frappe table th{color:#b0bef1}html.theme--catppuccin-frappe .box{background-color:#51576d;border-radius:8px;box-shadow:none;color:#c6d0f5;display:block;padding:1.25rem}html.theme--catppuccin-frappe a.box:hover,html.theme--catppuccin-frappe a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #8caaee}html.theme--catppuccin-frappe a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #8caaee}html.theme--catppuccin-frappe .button{background-color:#292c3c;border-color:#484d69;border-width:1px;color:#8caaee;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--catppuccin-frappe .button strong{color:inherit}html.theme--catppuccin-frappe .button .icon,html.theme--catppuccin-frappe .button .icon.is-small,html.theme--catppuccin-frappe .button #documenter .docs-sidebar form.docs-search>input.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .button form.docs-search>input.icon,html.theme--catppuccin-frappe .button .icon.is-medium,html.theme--catppuccin-frappe .button .icon.is-large{height:1.5em;width:1.5em}html.theme--catppuccin-frappe .button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}html.theme--catppuccin-frappe .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-frappe .button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-frappe .button:hover,html.theme--catppuccin-frappe .button.is-hovered{border-color:#737994;color:#b0bef1}html.theme--catppuccin-frappe .button:focus,html.theme--catppuccin-frappe .button.is-focused{border-color:#737994;color:#769aeb}html.theme--catppuccin-frappe .button:focus:not(:active),html.theme--catppuccin-frappe .button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .button:active,html.theme--catppuccin-frappe .button.is-active{border-color:#51576d;color:#b0bef1}html.theme--catppuccin-frappe .button.is-text{background-color:transparent;border-color:transparent;color:#c6d0f5;text-decoration:underline}html.theme--catppuccin-frappe .button.is-text:hover,html.theme--catppuccin-frappe .button.is-text.is-hovered,html.theme--catppuccin-frappe .button.is-text:focus,html.theme--catppuccin-frappe .button.is-text.is-focused{background-color:#292c3c;color:#b0bef1}html.theme--catppuccin-frappe .button.is-text:active,html.theme--catppuccin-frappe .button.is-text.is-active{background-color:#1f212d;color:#b0bef1}html.theme--catppuccin-frappe .button.is-text[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}html.theme--catppuccin-frappe .button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#8caaee;text-decoration:none}html.theme--catppuccin-frappe .button.is-ghost:hover,html.theme--catppuccin-frappe .button.is-ghost.is-hovered{color:#8caaee;text-decoration:underline}html.theme--catppuccin-frappe .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white:hover,html.theme--catppuccin-frappe .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white:focus,html.theme--catppuccin-frappe .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white:focus:not(:active),html.theme--catppuccin-frappe .button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-frappe .button.is-white:active,html.theme--catppuccin-frappe .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}html.theme--catppuccin-frappe .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .button.is-white.is-inverted:hover,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-hovered{background-color:#000}html.theme--catppuccin-frappe .button.is-white.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-frappe .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-white.is-outlined:hover,html.theme--catppuccin-frappe .button.is-white.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-white.is-outlined:focus,html.theme--catppuccin-frappe .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-white.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-white.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-white.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-frappe .button.is-white.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-black:hover,html.theme--catppuccin-frappe .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-black:focus,html.theme--catppuccin-frappe .button.is-black.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-black:focus:not(:active),html.theme--catppuccin-frappe .button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-frappe .button.is-black:active,html.theme--catppuccin-frappe .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-black[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}html.theme--catppuccin-frappe .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black.is-inverted:hover,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-frappe .button.is-black.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black.is-outlined:hover,html.theme--catppuccin-frappe .button.is-black.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-black.is-outlined:focus,html.theme--catppuccin-frappe .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-frappe .button.is-black.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-black.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-black.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-black.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light:hover,html.theme--catppuccin-frappe .button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light:focus,html.theme--catppuccin-frappe .button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light:focus:not(:active),html.theme--catppuccin-frappe .button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-frappe .button.is-light:active,html.theme--catppuccin-frappe .button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}html.theme--catppuccin-frappe .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-frappe .button.is-light.is-inverted:hover,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-frappe .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--catppuccin-frappe .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}html.theme--catppuccin-frappe .button.is-light.is-outlined:hover,html.theme--catppuccin-frappe .button.is-light.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-light.is-outlined:focus,html.theme--catppuccin-frappe .button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-frappe .button.is-light.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-light.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-light.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .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--catppuccin-frappe .button.is-light.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-frappe .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--catppuccin-frappe .button.is-light.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .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--catppuccin-frappe .button.is-dark,html.theme--catppuccin-frappe .content kbd.button{background-color:#414559;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-dark:hover,html.theme--catppuccin-frappe .content kbd.button:hover,html.theme--catppuccin-frappe .button.is-dark.is-hovered,html.theme--catppuccin-frappe .content kbd.button.is-hovered{background-color:#3c3f52;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-dark:focus,html.theme--catppuccin-frappe .content kbd.button:focus,html.theme--catppuccin-frappe .button.is-dark.is-focused,html.theme--catppuccin-frappe .content kbd.button.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-dark:focus:not(:active),html.theme--catppuccin-frappe .content kbd.button:focus:not(:active),html.theme--catppuccin-frappe .button.is-dark.is-focused:not(:active),html.theme--catppuccin-frappe .content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(65,69,89,0.25)}html.theme--catppuccin-frappe .button.is-dark:active,html.theme--catppuccin-frappe .content kbd.button:active,html.theme--catppuccin-frappe .button.is-dark.is-active,html.theme--catppuccin-frappe .content kbd.button.is-active{background-color:#363a4a;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-dark[disabled],html.theme--catppuccin-frappe .content kbd.button[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-dark,fieldset[disabled] html.theme--catppuccin-frappe .content kbd.button{background-color:#414559;border-color:#414559;box-shadow:none}html.theme--catppuccin-frappe .button.is-dark.is-inverted,html.theme--catppuccin-frappe .content kbd.button.is-inverted{background-color:#fff;color:#414559}html.theme--catppuccin-frappe .button.is-dark.is-inverted:hover,html.theme--catppuccin-frappe .content kbd.button.is-inverted:hover,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-hovered,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-frappe .button.is-dark.is-inverted[disabled],html.theme--catppuccin-frappe .content kbd.button.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-dark.is-inverted,fieldset[disabled] html.theme--catppuccin-frappe .content kbd.button.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#414559}html.theme--catppuccin-frappe .button.is-dark.is-loading::after,html.theme--catppuccin-frappe .content kbd.button.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-dark.is-outlined,html.theme--catppuccin-frappe .content kbd.button.is-outlined{background-color:transparent;border-color:#414559;color:#414559}html.theme--catppuccin-frappe .button.is-dark.is-outlined:hover,html.theme--catppuccin-frappe .content kbd.button.is-outlined:hover,html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-hovered,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-dark.is-outlined:focus,html.theme--catppuccin-frappe .content kbd.button.is-outlined:focus,html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-focused,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-focused{background-color:#414559;border-color:#414559;color:#fff}html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-loading::after,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #414559 #414559 !important}html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-dark.is-outlined[disabled],html.theme--catppuccin-frappe .content kbd.button.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-dark.is-outlined,fieldset[disabled] html.theme--catppuccin-frappe .content kbd.button.is-outlined{background-color:transparent;border-color:#414559;box-shadow:none;color:#414559}html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-focused,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-focused{background-color:#fff;color:#414559}html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #414559 #414559 !important}html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined[disabled],html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-primary,html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink{background-color:#8caaee;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-primary:hover,html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink:hover,html.theme--catppuccin-frappe .button.is-primary.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#81a2ec;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-primary:focus,html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink:focus,html.theme--catppuccin-frappe .button.is-primary.is-focused,html.theme--catppuccin-frappe .docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-primary:focus:not(:active),html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink:focus:not(:active),html.theme--catppuccin-frappe .button.is-primary.is-focused:not(:active),html.theme--catppuccin-frappe .docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .button.is-primary:active,html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink:active,html.theme--catppuccin-frappe .button.is-primary.is-active,html.theme--catppuccin-frappe .docstring>section>a.button.is-active.docs-sourcelink{background-color:#769aeb;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-primary[disabled],html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-primary,fieldset[disabled] html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink{background-color:#8caaee;border-color:#8caaee;box-shadow:none}html.theme--catppuccin-frappe .button.is-primary.is-inverted,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .button.is-primary.is-inverted:hover,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.docs-sourcelink:hover,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}html.theme--catppuccin-frappe .button.is-primary.is-inverted[disabled],html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-primary.is-inverted,fieldset[disabled] html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#8caaee}html.theme--catppuccin-frappe .button.is-primary.is-loading::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-primary.is-outlined,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#8caaee;color:#8caaee}html.theme--catppuccin-frappe .button.is-primary.is-outlined:hover,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-frappe .button.is-primary.is-outlined:focus,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-focused,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#8caaee;border-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-loading::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #8caaee #8caaee !important}html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-primary.is-outlined[disabled],html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-primary.is-outlined,fieldset[disabled] html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#8caaee;box-shadow:none;color:#8caaee}html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-focused,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #8caaee #8caaee !important}html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined[disabled],html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-primary.is-light,html.theme--catppuccin-frappe .docstring>section>a.button.is-light.docs-sourcelink{background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .button.is-primary.is-light:hover,html.theme--catppuccin-frappe .docstring>section>a.button.is-light.docs-sourcelink:hover,html.theme--catppuccin-frappe .button.is-primary.is-light.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#e2eafb;border-color:transparent;color:#153a8e}html.theme--catppuccin-frappe .button.is-primary.is-light:active,html.theme--catppuccin-frappe .docstring>section>a.button.is-light.docs-sourcelink:active,html.theme--catppuccin-frappe .button.is-primary.is-light.is-active,html.theme--catppuccin-frappe .docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#d7e1f9;border-color:transparent;color:#153a8e}html.theme--catppuccin-frappe .button.is-link{background-color:#8caaee;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-link:hover,html.theme--catppuccin-frappe .button.is-link.is-hovered{background-color:#81a2ec;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-link:focus,html.theme--catppuccin-frappe .button.is-link.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-link:focus:not(:active),html.theme--catppuccin-frappe .button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .button.is-link:active,html.theme--catppuccin-frappe .button.is-link.is-active{background-color:#769aeb;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-link[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-link{background-color:#8caaee;border-color:#8caaee;box-shadow:none}html.theme--catppuccin-frappe .button.is-link.is-inverted{background-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .button.is-link.is-inverted:hover,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-frappe .button.is-link.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#8caaee}html.theme--catppuccin-frappe .button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-link.is-outlined{background-color:transparent;border-color:#8caaee;color:#8caaee}html.theme--catppuccin-frappe .button.is-link.is-outlined:hover,html.theme--catppuccin-frappe .button.is-link.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-link.is-outlined:focus,html.theme--catppuccin-frappe .button.is-link.is-outlined.is-focused{background-color:#8caaee;border-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #8caaee #8caaee !important}html.theme--catppuccin-frappe .button.is-link.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-link.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-link.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-link.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-link.is-outlined{background-color:transparent;border-color:#8caaee;box-shadow:none;color:#8caaee}html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #8caaee #8caaee !important}html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-link.is-light{background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .button.is-link.is-light:hover,html.theme--catppuccin-frappe .button.is-link.is-light.is-hovered{background-color:#e2eafb;border-color:transparent;color:#153a8e}html.theme--catppuccin-frappe .button.is-link.is-light:active,html.theme--catppuccin-frappe .button.is-link.is-light.is-active{background-color:#d7e1f9;border-color:transparent;color:#153a8e}html.theme--catppuccin-frappe .button.is-info{background-color:#81c8be;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info:hover,html.theme--catppuccin-frappe .button.is-info.is-hovered{background-color:#78c4b9;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info:focus,html.theme--catppuccin-frappe .button.is-info.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info:focus:not(:active),html.theme--catppuccin-frappe .button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(129,200,190,0.25)}html.theme--catppuccin-frappe .button.is-info:active,html.theme--catppuccin-frappe .button.is-info.is-active{background-color:#6fc0b5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-info{background-color:#81c8be;border-color:#81c8be;box-shadow:none}html.theme--catppuccin-frappe .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);color:#81c8be}html.theme--catppuccin-frappe .button.is-info.is-inverted:hover,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#81c8be}html.theme--catppuccin-frappe .button.is-info.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-info.is-outlined{background-color:transparent;border-color:#81c8be;color:#81c8be}html.theme--catppuccin-frappe .button.is-info.is-outlined:hover,html.theme--catppuccin-frappe .button.is-info.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-info.is-outlined:focus,html.theme--catppuccin-frappe .button.is-info.is-outlined.is-focused{background-color:#81c8be;border-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #81c8be #81c8be !important}html.theme--catppuccin-frappe .button.is-info.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-info.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-info.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-info.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--catppuccin-frappe .button.is-info.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-info.is-outlined{background-color:transparent;border-color:#81c8be;box-shadow:none;color:#81c8be}html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#81c8be}html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #81c8be #81c8be !important}html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-info.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--catppuccin-frappe .button.is-info.is-light{background-color:#f1f9f8;color:#2d675f}html.theme--catppuccin-frappe .button.is-info.is-light:hover,html.theme--catppuccin-frappe .button.is-info.is-light.is-hovered{background-color:#e8f5f3;border-color:transparent;color:#2d675f}html.theme--catppuccin-frappe .button.is-info.is-light:active,html.theme--catppuccin-frappe .button.is-info.is-light.is-active{background-color:#dff1ef;border-color:transparent;color:#2d675f}html.theme--catppuccin-frappe .button.is-success{background-color:#a6d189;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success:hover,html.theme--catppuccin-frappe .button.is-success.is-hovered{background-color:#9fcd80;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success:focus,html.theme--catppuccin-frappe .button.is-success.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success:focus:not(:active),html.theme--catppuccin-frappe .button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(166,209,137,0.25)}html.theme--catppuccin-frappe .button.is-success:active,html.theme--catppuccin-frappe .button.is-success.is-active{background-color:#98ca77;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-success{background-color:#a6d189;border-color:#a6d189;box-shadow:none}html.theme--catppuccin-frappe .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);color:#a6d189}html.theme--catppuccin-frappe .button.is-success.is-inverted:hover,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#a6d189}html.theme--catppuccin-frappe .button.is-success.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-success.is-outlined{background-color:transparent;border-color:#a6d189;color:#a6d189}html.theme--catppuccin-frappe .button.is-success.is-outlined:hover,html.theme--catppuccin-frappe .button.is-success.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-success.is-outlined:focus,html.theme--catppuccin-frappe .button.is-success.is-outlined.is-focused{background-color:#a6d189;border-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #a6d189 #a6d189 !important}html.theme--catppuccin-frappe .button.is-success.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-success.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-success.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-success.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--catppuccin-frappe .button.is-success.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-success.is-outlined{background-color:transparent;border-color:#a6d189;box-shadow:none;color:#a6d189}html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#a6d189}html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #a6d189 #a6d189 !important}html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-success.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--catppuccin-frappe .button.is-success.is-light{background-color:#f4f9f0;color:#446a29}html.theme--catppuccin-frappe .button.is-success.is-light:hover,html.theme--catppuccin-frappe .button.is-success.is-light.is-hovered{background-color:#edf6e7;border-color:transparent;color:#446a29}html.theme--catppuccin-frappe .button.is-success.is-light:active,html.theme--catppuccin-frappe .button.is-success.is-light.is-active{background-color:#e6f2de;border-color:transparent;color:#446a29}html.theme--catppuccin-frappe .button.is-warning{background-color:#e5c890;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning:hover,html.theme--catppuccin-frappe .button.is-warning.is-hovered{background-color:#e3c386;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning:focus,html.theme--catppuccin-frappe .button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning:focus:not(:active),html.theme--catppuccin-frappe .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(229,200,144,0.25)}html.theme--catppuccin-frappe .button.is-warning:active,html.theme--catppuccin-frappe .button.is-warning.is-active{background-color:#e0be7b;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-warning{background-color:#e5c890;border-color:#e5c890;box-shadow:none}html.theme--catppuccin-frappe .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);color:#e5c890}html.theme--catppuccin-frappe .button.is-warning.is-inverted:hover,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#e5c890}html.theme--catppuccin-frappe .button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-warning.is-outlined{background-color:transparent;border-color:#e5c890;color:#e5c890}html.theme--catppuccin-frappe .button.is-warning.is-outlined:hover,html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-warning.is-outlined:focus,html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-focused{background-color:#e5c890;border-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #e5c890 #e5c890 !important}html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .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}html.theme--catppuccin-frappe .button.is-warning.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-warning.is-outlined{background-color:transparent;border-color:#e5c890;box-shadow:none;color:#e5c890}html.theme--catppuccin-frappe .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)}html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#e5c890}html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #e5c890 #e5c890 !important}html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .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)}html.theme--catppuccin-frappe .button.is-warning.is-light{background-color:#fbf7ee;color:#78591c}html.theme--catppuccin-frappe .button.is-warning.is-light:hover,html.theme--catppuccin-frappe .button.is-warning.is-light.is-hovered{background-color:#f9f2e4;border-color:transparent;color:#78591c}html.theme--catppuccin-frappe .button.is-warning.is-light:active,html.theme--catppuccin-frappe .button.is-warning.is-light.is-active{background-color:#f6edda;border-color:transparent;color:#78591c}html.theme--catppuccin-frappe .button.is-danger{background-color:#e78284;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-danger:hover,html.theme--catppuccin-frappe .button.is-danger.is-hovered{background-color:#e57779;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-danger:focus,html.theme--catppuccin-frappe .button.is-danger.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-danger:focus:not(:active),html.theme--catppuccin-frappe .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(231,130,132,0.25)}html.theme--catppuccin-frappe .button.is-danger:active,html.theme--catppuccin-frappe .button.is-danger.is-active{background-color:#e36d6f;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-danger[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-danger{background-color:#e78284;border-color:#e78284;box-shadow:none}html.theme--catppuccin-frappe .button.is-danger.is-inverted{background-color:#fff;color:#e78284}html.theme--catppuccin-frappe .button.is-danger.is-inverted:hover,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-frappe .button.is-danger.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#e78284}html.theme--catppuccin-frappe .button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-danger.is-outlined{background-color:transparent;border-color:#e78284;color:#e78284}html.theme--catppuccin-frappe .button.is-danger.is-outlined:hover,html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-danger.is-outlined:focus,html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-focused{background-color:#e78284;border-color:#e78284;color:#fff}html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #e78284 #e78284 !important}html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-danger.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-danger.is-outlined{background-color:transparent;border-color:#e78284;box-shadow:none;color:#e78284}html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#e78284}html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #e78284 #e78284 !important}html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-danger.is-light{background-color:#fceeee;color:#9a1e20}html.theme--catppuccin-frappe .button.is-danger.is-light:hover,html.theme--catppuccin-frappe .button.is-danger.is-light.is-hovered{background-color:#fae3e4;border-color:transparent;color:#9a1e20}html.theme--catppuccin-frappe .button.is-danger.is-light:active,html.theme--catppuccin-frappe .button.is-danger.is-light.is-active{background-color:#f8d8d9;border-color:transparent;color:#9a1e20}html.theme--catppuccin-frappe .button.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}html.theme--catppuccin-frappe .button.is-small:not(.is-rounded),html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:3px}html.theme--catppuccin-frappe .button.is-normal{font-size:1rem}html.theme--catppuccin-frappe .button.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .button.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .button[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button{background-color:#737994;border-color:#626880;box-shadow:none;opacity:.5}html.theme--catppuccin-frappe .button.is-fullwidth{display:flex;width:100%}html.theme--catppuccin-frappe .button.is-loading{color:transparent !important;pointer-events:none}html.theme--catppuccin-frappe .button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}html.theme--catppuccin-frappe .button.is-static{background-color:#292c3c;border-color:#626880;color:#838ba7;box-shadow:none;pointer-events:none}html.theme--catppuccin-frappe .button.is-rounded,html.theme--catppuccin-frappe #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--catppuccin-frappe .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-frappe .buttons .button{margin-bottom:0.5rem}html.theme--catppuccin-frappe .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}html.theme--catppuccin-frappe .buttons:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-frappe .buttons:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-frappe .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}html.theme--catppuccin-frappe .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:3px}html.theme--catppuccin-frappe .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}html.theme--catppuccin-frappe .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}html.theme--catppuccin-frappe .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-frappe .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}html.theme--catppuccin-frappe .buttons.has-addons .button:last-child{margin-right:0}html.theme--catppuccin-frappe .buttons.has-addons .button:hover,html.theme--catppuccin-frappe .buttons.has-addons .button.is-hovered{z-index:2}html.theme--catppuccin-frappe .buttons.has-addons .button:focus,html.theme--catppuccin-frappe .buttons.has-addons .button.is-focused,html.theme--catppuccin-frappe .buttons.has-addons .button:active,html.theme--catppuccin-frappe .buttons.has-addons .button.is-active,html.theme--catppuccin-frappe .buttons.has-addons .button.is-selected{z-index:3}html.theme--catppuccin-frappe .buttons.has-addons .button:focus:hover,html.theme--catppuccin-frappe .buttons.has-addons .button.is-focused:hover,html.theme--catppuccin-frappe .buttons.has-addons .button:active:hover,html.theme--catppuccin-frappe .buttons.has-addons .button.is-active:hover,html.theme--catppuccin-frappe .buttons.has-addons .button.is-selected:hover{z-index:4}html.theme--catppuccin-frappe .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .buttons.is-centered{justify-content:center}html.theme--catppuccin-frappe .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}html.theme--catppuccin-frappe .buttons.is-right{justify-content:flex-end}html.theme--catppuccin-frappe .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--catppuccin-frappe .button.is-responsive.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}html.theme--catppuccin-frappe .button.is-responsive,html.theme--catppuccin-frappe .button.is-responsive.is-normal{font-size:.65625rem}html.theme--catppuccin-frappe .button.is-responsive.is-medium{font-size:.75rem}html.theme--catppuccin-frappe .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .button.is-responsive.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}html.theme--catppuccin-frappe .button.is-responsive,html.theme--catppuccin-frappe .button.is-responsive.is-normal{font-size:.75rem}html.theme--catppuccin-frappe .button.is-responsive.is-medium{font-size:1rem}html.theme--catppuccin-frappe .button.is-responsive.is-large{font-size:1.25rem}}html.theme--catppuccin-frappe .container{flex-grow:1;margin:0 auto;position:relative;width:auto}html.theme--catppuccin-frappe .container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .container{max-width:992px}}@media screen and (max-width: 1215px){html.theme--catppuccin-frappe .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){html.theme--catppuccin-frappe .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}html.theme--catppuccin-frappe .content li+li{margin-top:0.25em}html.theme--catppuccin-frappe .content p:not(:last-child),html.theme--catppuccin-frappe .content dl:not(:last-child),html.theme--catppuccin-frappe .content ol:not(:last-child),html.theme--catppuccin-frappe .content ul:not(:last-child),html.theme--catppuccin-frappe .content blockquote:not(:last-child),html.theme--catppuccin-frappe .content pre:not(:last-child),html.theme--catppuccin-frappe .content table:not(:last-child){margin-bottom:1em}html.theme--catppuccin-frappe .content h1,html.theme--catppuccin-frappe .content h2,html.theme--catppuccin-frappe .content h3,html.theme--catppuccin-frappe .content h4,html.theme--catppuccin-frappe .content h5,html.theme--catppuccin-frappe .content h6{color:#c6d0f5;font-weight:600;line-height:1.125}html.theme--catppuccin-frappe .content h1{font-size:2em;margin-bottom:0.5em}html.theme--catppuccin-frappe .content h1:not(:first-child){margin-top:1em}html.theme--catppuccin-frappe .content h2{font-size:1.75em;margin-bottom:0.5714em}html.theme--catppuccin-frappe .content h2:not(:first-child){margin-top:1.1428em}html.theme--catppuccin-frappe .content h3{font-size:1.5em;margin-bottom:0.6666em}html.theme--catppuccin-frappe .content h3:not(:first-child){margin-top:1.3333em}html.theme--catppuccin-frappe .content h4{font-size:1.25em;margin-bottom:0.8em}html.theme--catppuccin-frappe .content h5{font-size:1.125em;margin-bottom:0.8888em}html.theme--catppuccin-frappe .content h6{font-size:1em;margin-bottom:1em}html.theme--catppuccin-frappe .content blockquote{background-color:#292c3c;border-left:5px solid #626880;padding:1.25em 1.5em}html.theme--catppuccin-frappe .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-frappe .content ol:not([type]){list-style-type:decimal}html.theme--catppuccin-frappe .content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}html.theme--catppuccin-frappe .content ol.is-lower-roman:not([type]){list-style-type:lower-roman}html.theme--catppuccin-frappe .content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}html.theme--catppuccin-frappe .content ol.is-upper-roman:not([type]){list-style-type:upper-roman}html.theme--catppuccin-frappe .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-frappe .content ul ul{list-style-type:circle;margin-top:0.5em}html.theme--catppuccin-frappe .content ul ul ul{list-style-type:square}html.theme--catppuccin-frappe .content dd{margin-left:2em}html.theme--catppuccin-frappe .content figure{margin-left:2em;margin-right:2em;text-align:center}html.theme--catppuccin-frappe .content figure:not(:first-child){margin-top:2em}html.theme--catppuccin-frappe .content figure:not(:last-child){margin-bottom:2em}html.theme--catppuccin-frappe .content figure img{display:inline-block}html.theme--catppuccin-frappe .content figure figcaption{font-style:italic}html.theme--catppuccin-frappe .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}html.theme--catppuccin-frappe .content sup,html.theme--catppuccin-frappe .content sub{font-size:75%}html.theme--catppuccin-frappe .content table{width:100%}html.theme--catppuccin-frappe .content table td,html.theme--catppuccin-frappe .content table th{border:1px solid #626880;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-frappe .content table th{color:#b0bef1}html.theme--catppuccin-frappe .content table th:not([align]){text-align:inherit}html.theme--catppuccin-frappe .content table thead td,html.theme--catppuccin-frappe .content table thead th{border-width:0 0 2px;color:#b0bef1}html.theme--catppuccin-frappe .content table tfoot td,html.theme--catppuccin-frappe .content table tfoot th{border-width:2px 0 0;color:#b0bef1}html.theme--catppuccin-frappe .content table tbody tr:last-child td,html.theme--catppuccin-frappe .content table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-frappe .content .tabs li+li{margin-top:0}html.theme--catppuccin-frappe .content.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}html.theme--catppuccin-frappe .content.is-normal{font-size:1rem}html.theme--catppuccin-frappe .content.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .content.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}html.theme--catppuccin-frappe .icon.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}html.theme--catppuccin-frappe .icon.is-medium{height:2rem;width:2rem}html.theme--catppuccin-frappe .icon.is-large{height:3rem;width:3rem}html.theme--catppuccin-frappe .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}html.theme--catppuccin-frappe .icon-text .icon{flex-grow:0;flex-shrink:0}html.theme--catppuccin-frappe .icon-text .icon:not(:last-child){margin-right:.25em}html.theme--catppuccin-frappe .icon-text .icon:not(:first-child){margin-left:.25em}html.theme--catppuccin-frappe div.icon-text{display:flex}html.theme--catppuccin-frappe .image,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img{display:block;position:relative}html.theme--catppuccin-frappe .image img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}html.theme--catppuccin-frappe .image img.is-rounded,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}html.theme--catppuccin-frappe .image.is-fullwidth,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}html.theme--catppuccin-frappe .image.is-square img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-frappe .image.is-square .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-frappe .image.is-1by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-frappe .image.is-1by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-frappe .image.is-5by4 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-frappe .image.is-5by4 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-frappe .image.is-4by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-frappe .image.is-4by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-frappe .image.is-3by2 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-frappe .image.is-3by2 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-frappe .image.is-5by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-frappe .image.is-5by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-frappe .image.is-16by9 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-frappe .image.is-16by9 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-frappe .image.is-2by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-frappe .image.is-2by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-frappe .image.is-3by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-frappe .image.is-3by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-frappe .image.is-4by5 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-frappe .image.is-4by5 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-frappe .image.is-3by4 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-frappe .image.is-3by4 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-frappe .image.is-2by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-frappe .image.is-2by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-frappe .image.is-3by5 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-frappe .image.is-3by5 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-frappe .image.is-9by16 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-frappe .image.is-9by16 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-frappe .image.is-1by2 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-frappe .image.is-1by2 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-frappe .image.is-1by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-frappe .image.is-1by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}html.theme--catppuccin-frappe .image.is-square,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-square,html.theme--catppuccin-frappe .image.is-1by1,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}html.theme--catppuccin-frappe .image.is-5by4,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}html.theme--catppuccin-frappe .image.is-4by3,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}html.theme--catppuccin-frappe .image.is-3by2,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}html.theme--catppuccin-frappe .image.is-5by3,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}html.theme--catppuccin-frappe .image.is-16by9,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}html.theme--catppuccin-frappe .image.is-2by1,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}html.theme--catppuccin-frappe .image.is-3by1,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}html.theme--catppuccin-frappe .image.is-4by5,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}html.theme--catppuccin-frappe .image.is-3by4,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}html.theme--catppuccin-frappe .image.is-2by3,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}html.theme--catppuccin-frappe .image.is-3by5,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}html.theme--catppuccin-frappe .image.is-9by16,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}html.theme--catppuccin-frappe .image.is-1by2,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}html.theme--catppuccin-frappe .image.is-1by3,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}html.theme--catppuccin-frappe .image.is-16x16,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}html.theme--catppuccin-frappe .image.is-24x24,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}html.theme--catppuccin-frappe .image.is-32x32,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}html.theme--catppuccin-frappe .image.is-48x48,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}html.theme--catppuccin-frappe .image.is-64x64,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}html.theme--catppuccin-frappe .image.is-96x96,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}html.theme--catppuccin-frappe .image.is-128x128,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}html.theme--catppuccin-frappe .notification{background-color:#292c3c;border-radius:.4em;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}html.theme--catppuccin-frappe .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-frappe .notification strong{color:currentColor}html.theme--catppuccin-frappe .notification code,html.theme--catppuccin-frappe .notification pre{background:#fff}html.theme--catppuccin-frappe .notification pre code{background:transparent}html.theme--catppuccin-frappe .notification>.delete{right:.5rem;position:absolute;top:0.5rem}html.theme--catppuccin-frappe .notification .title,html.theme--catppuccin-frappe .notification .subtitle,html.theme--catppuccin-frappe .notification .content{color:currentColor}html.theme--catppuccin-frappe .notification.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .notification.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .notification.is-dark,html.theme--catppuccin-frappe .content kbd.notification{background-color:#414559;color:#fff}html.theme--catppuccin-frappe .notification.is-primary,html.theme--catppuccin-frappe .docstring>section>a.notification.docs-sourcelink{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .notification.is-primary.is-light,html.theme--catppuccin-frappe .docstring>section>a.notification.is-light.docs-sourcelink{background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .notification.is-link{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .notification.is-link.is-light{background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .notification.is-info{background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .notification.is-info.is-light{background-color:#f1f9f8;color:#2d675f}html.theme--catppuccin-frappe .notification.is-success{background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .notification.is-success.is-light{background-color:#f4f9f0;color:#446a29}html.theme--catppuccin-frappe .notification.is-warning{background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .notification.is-warning.is-light{background-color:#fbf7ee;color:#78591c}html.theme--catppuccin-frappe .notification.is-danger{background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .notification.is-danger.is-light{background-color:#fceeee;color:#9a1e20}html.theme--catppuccin-frappe .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}html.theme--catppuccin-frappe .progress::-webkit-progress-bar{background-color:#51576d}html.theme--catppuccin-frappe .progress::-webkit-progress-value{background-color:#838ba7}html.theme--catppuccin-frappe .progress::-moz-progress-bar{background-color:#838ba7}html.theme--catppuccin-frappe .progress::-ms-fill{background-color:#838ba7;border:none}html.theme--catppuccin-frappe .progress.is-white::-webkit-progress-value{background-color:#fff}html.theme--catppuccin-frappe .progress.is-white::-moz-progress-bar{background-color:#fff}html.theme--catppuccin-frappe .progress.is-white::-ms-fill{background-color:#fff}html.theme--catppuccin-frappe .progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}html.theme--catppuccin-frappe .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}html.theme--catppuccin-frappe .progress.is-black::-ms-fill{background-color:#0a0a0a}html.theme--catppuccin-frappe .progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-light::-webkit-progress-value{background-color:#f5f5f5}html.theme--catppuccin-frappe .progress.is-light::-moz-progress-bar{background-color:#f5f5f5}html.theme--catppuccin-frappe .progress.is-light::-ms-fill{background-color:#f5f5f5}html.theme--catppuccin-frappe .progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-dark::-webkit-progress-value,html.theme--catppuccin-frappe .content kbd.progress::-webkit-progress-value{background-color:#414559}html.theme--catppuccin-frappe .progress.is-dark::-moz-progress-bar,html.theme--catppuccin-frappe .content kbd.progress::-moz-progress-bar{background-color:#414559}html.theme--catppuccin-frappe .progress.is-dark::-ms-fill,html.theme--catppuccin-frappe .content kbd.progress::-ms-fill{background-color:#414559}html.theme--catppuccin-frappe .progress.is-dark:indeterminate,html.theme--catppuccin-frappe .content kbd.progress:indeterminate{background-image:linear-gradient(to right, #414559 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-primary::-webkit-progress-value,html.theme--catppuccin-frappe .docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-primary::-moz-progress-bar,html.theme--catppuccin-frappe .docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-primary::-ms-fill,html.theme--catppuccin-frappe .docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-primary:indeterminate,html.theme--catppuccin-frappe .docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #8caaee 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-link::-webkit-progress-value{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-link::-moz-progress-bar{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-link::-ms-fill{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-link:indeterminate{background-image:linear-gradient(to right, #8caaee 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-info::-webkit-progress-value{background-color:#81c8be}html.theme--catppuccin-frappe .progress.is-info::-moz-progress-bar{background-color:#81c8be}html.theme--catppuccin-frappe .progress.is-info::-ms-fill{background-color:#81c8be}html.theme--catppuccin-frappe .progress.is-info:indeterminate{background-image:linear-gradient(to right, #81c8be 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-success::-webkit-progress-value{background-color:#a6d189}html.theme--catppuccin-frappe .progress.is-success::-moz-progress-bar{background-color:#a6d189}html.theme--catppuccin-frappe .progress.is-success::-ms-fill{background-color:#a6d189}html.theme--catppuccin-frappe .progress.is-success:indeterminate{background-image:linear-gradient(to right, #a6d189 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-warning::-webkit-progress-value{background-color:#e5c890}html.theme--catppuccin-frappe .progress.is-warning::-moz-progress-bar{background-color:#e5c890}html.theme--catppuccin-frappe .progress.is-warning::-ms-fill{background-color:#e5c890}html.theme--catppuccin-frappe .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #e5c890 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-danger::-webkit-progress-value{background-color:#e78284}html.theme--catppuccin-frappe .progress.is-danger::-moz-progress-bar{background-color:#e78284}html.theme--catppuccin-frappe .progress.is-danger::-ms-fill{background-color:#e78284}html.theme--catppuccin-frappe .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #e78284 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#51576d;background-image:linear-gradient(to right, #c6d0f5 30%, #51576d 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}html.theme--catppuccin-frappe .progress:indeterminate::-webkit-progress-bar{background-color:transparent}html.theme--catppuccin-frappe .progress:indeterminate::-moz-progress-bar{background-color:transparent}html.theme--catppuccin-frappe .progress:indeterminate::-ms-fill{animation-name:none}html.theme--catppuccin-frappe .progress.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}html.theme--catppuccin-frappe .progress.is-medium{height:1.25rem}html.theme--catppuccin-frappe .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}html.theme--catppuccin-frappe .table{background-color:#51576d;color:#c6d0f5}html.theme--catppuccin-frappe .table td,html.theme--catppuccin-frappe .table th{border:1px solid #626880;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-frappe .table td.is-white,html.theme--catppuccin-frappe .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .table td.is-black,html.theme--catppuccin-frappe .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .table td.is-light,html.theme--catppuccin-frappe .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .table td.is-dark,html.theme--catppuccin-frappe .table th.is-dark{background-color:#414559;border-color:#414559;color:#fff}html.theme--catppuccin-frappe .table td.is-primary,html.theme--catppuccin-frappe .table th.is-primary{background-color:#8caaee;border-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .table td.is-link,html.theme--catppuccin-frappe .table th.is-link{background-color:#8caaee;border-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .table td.is-info,html.theme--catppuccin-frappe .table th.is-info{background-color:#81c8be;border-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .table td.is-success,html.theme--catppuccin-frappe .table th.is-success{background-color:#a6d189;border-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .table td.is-warning,html.theme--catppuccin-frappe .table th.is-warning{background-color:#e5c890;border-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .table td.is-danger,html.theme--catppuccin-frappe .table th.is-danger{background-color:#e78284;border-color:#e78284;color:#fff}html.theme--catppuccin-frappe .table td.is-narrow,html.theme--catppuccin-frappe .table th.is-narrow{white-space:nowrap;width:1%}html.theme--catppuccin-frappe .table td.is-selected,html.theme--catppuccin-frappe .table th.is-selected{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .table td.is-selected a,html.theme--catppuccin-frappe .table td.is-selected strong,html.theme--catppuccin-frappe .table th.is-selected a,html.theme--catppuccin-frappe .table th.is-selected strong{color:currentColor}html.theme--catppuccin-frappe .table td.is-vcentered,html.theme--catppuccin-frappe .table th.is-vcentered{vertical-align:middle}html.theme--catppuccin-frappe .table th{color:#b0bef1}html.theme--catppuccin-frappe .table th:not([align]){text-align:left}html.theme--catppuccin-frappe .table tr.is-selected{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .table tr.is-selected a,html.theme--catppuccin-frappe .table tr.is-selected strong{color:currentColor}html.theme--catppuccin-frappe .table tr.is-selected td,html.theme--catppuccin-frappe .table tr.is-selected th{border-color:#fff;color:currentColor}html.theme--catppuccin-frappe .table thead{background-color:rgba(0,0,0,0)}html.theme--catppuccin-frappe .table thead td,html.theme--catppuccin-frappe .table thead th{border-width:0 0 2px;color:#b0bef1}html.theme--catppuccin-frappe .table tfoot{background-color:rgba(0,0,0,0)}html.theme--catppuccin-frappe .table tfoot td,html.theme--catppuccin-frappe .table tfoot th{border-width:2px 0 0;color:#b0bef1}html.theme--catppuccin-frappe .table tbody{background-color:rgba(0,0,0,0)}html.theme--catppuccin-frappe .table tbody tr:last-child td,html.theme--catppuccin-frappe .table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-frappe .table.is-bordered td,html.theme--catppuccin-frappe .table.is-bordered th{border-width:1px}html.theme--catppuccin-frappe .table.is-bordered tr:last-child td,html.theme--catppuccin-frappe .table.is-bordered tr:last-child th{border-bottom-width:1px}html.theme--catppuccin-frappe .table.is-fullwidth{width:100%}html.theme--catppuccin-frappe .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#414559}html.theme--catppuccin-frappe .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#414559}html.theme--catppuccin-frappe .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#454a5f}html.theme--catppuccin-frappe .table.is-narrow td,html.theme--catppuccin-frappe .table.is-narrow th{padding:0.25em 0.5em}html.theme--catppuccin-frappe .table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#414559}html.theme--catppuccin-frappe .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}html.theme--catppuccin-frappe .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-frappe .tags .tag,html.theme--catppuccin-frappe .tags .content kbd,html.theme--catppuccin-frappe .content .tags kbd,html.theme--catppuccin-frappe .tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}html.theme--catppuccin-frappe .tags .tag:not(:last-child),html.theme--catppuccin-frappe .tags .content kbd:not(:last-child),html.theme--catppuccin-frappe .content .tags kbd:not(:last-child),html.theme--catppuccin-frappe .tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}html.theme--catppuccin-frappe .tags:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-frappe .tags:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-frappe .tags.are-medium .tag:not(.is-normal):not(.is-large),html.theme--catppuccin-frappe .tags.are-medium .content kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-frappe .content .tags.are-medium kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-frappe .tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}html.theme--catppuccin-frappe .tags.are-large .tag:not(.is-normal):not(.is-medium),html.theme--catppuccin-frappe .tags.are-large .content kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-frappe .content .tags.are-large kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-frappe .tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}html.theme--catppuccin-frappe .tags.is-centered{justify-content:center}html.theme--catppuccin-frappe .tags.is-centered .tag,html.theme--catppuccin-frappe .tags.is-centered .content kbd,html.theme--catppuccin-frappe .content .tags.is-centered kbd,html.theme--catppuccin-frappe .tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}html.theme--catppuccin-frappe .tags.is-right{justify-content:flex-end}html.theme--catppuccin-frappe .tags.is-right .tag:not(:first-child),html.theme--catppuccin-frappe .tags.is-right .content kbd:not(:first-child),html.theme--catppuccin-frappe .content .tags.is-right kbd:not(:first-child),html.theme--catppuccin-frappe .tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}html.theme--catppuccin-frappe .tags.is-right .tag:not(:last-child),html.theme--catppuccin-frappe .tags.is-right .content kbd:not(:last-child),html.theme--catppuccin-frappe .content .tags.is-right kbd:not(:last-child),html.theme--catppuccin-frappe .tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}html.theme--catppuccin-frappe .tags.has-addons .tag,html.theme--catppuccin-frappe .tags.has-addons .content kbd,html.theme--catppuccin-frappe .content .tags.has-addons kbd,html.theme--catppuccin-frappe .tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}html.theme--catppuccin-frappe .tags.has-addons .tag:not(:first-child),html.theme--catppuccin-frappe .tags.has-addons .content kbd:not(:first-child),html.theme--catppuccin-frappe .content .tags.has-addons kbd:not(:first-child),html.theme--catppuccin-frappe .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--catppuccin-frappe .tags.has-addons .tag:not(:last-child),html.theme--catppuccin-frappe .tags.has-addons .content kbd:not(:last-child),html.theme--catppuccin-frappe .content .tags.has-addons kbd:not(:last-child),html.theme--catppuccin-frappe .tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.theme--catppuccin-frappe .tag:not(body),html.theme--catppuccin-frappe .content kbd:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#292c3c;border-radius:.4em;color:#c6d0f5;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--catppuccin-frappe .tag:not(body) .delete,html.theme--catppuccin-frappe .content kbd:not(body) .delete,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}html.theme--catppuccin-frappe .tag.is-white:not(body),html.theme--catppuccin-frappe .content kbd.is-white:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .tag.is-black:not(body),html.theme--catppuccin-frappe .content kbd.is-black:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .tag.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .tag.is-dark:not(body),html.theme--catppuccin-frappe .content kbd:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-dark:not(body),html.theme--catppuccin-frappe .content .docstring>section>kbd:not(body){background-color:#414559;color:#fff}html.theme--catppuccin-frappe .tag.is-primary:not(body),html.theme--catppuccin-frappe .content kbd.is-primary:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body){background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .tag.is-primary.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-primary.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .tag.is-link:not(body),html.theme--catppuccin-frappe .content kbd.is-link:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .tag.is-link.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-link.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .tag.is-info:not(body),html.theme--catppuccin-frappe .content kbd.is-info:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .tag.is-info.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-info.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#f1f9f8;color:#2d675f}html.theme--catppuccin-frappe .tag.is-success:not(body),html.theme--catppuccin-frappe .content kbd.is-success:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .tag.is-success.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-success.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#f4f9f0;color:#446a29}html.theme--catppuccin-frappe .tag.is-warning:not(body),html.theme--catppuccin-frappe .content kbd.is-warning:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .tag.is-warning.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-warning.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fbf7ee;color:#78591c}html.theme--catppuccin-frappe .tag.is-danger:not(body),html.theme--catppuccin-frappe .content kbd.is-danger:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .tag.is-danger.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-danger.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#fceeee;color:#9a1e20}html.theme--catppuccin-frappe .tag.is-normal:not(body),html.theme--catppuccin-frappe .content kbd.is-normal:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}html.theme--catppuccin-frappe .tag.is-medium:not(body),html.theme--catppuccin-frappe .content kbd.is-medium:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}html.theme--catppuccin-frappe .tag.is-large:not(body),html.theme--catppuccin-frappe .content kbd.is-large:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}html.theme--catppuccin-frappe .tag:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-frappe .content kbd:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}html.theme--catppuccin-frappe .tag:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-frappe .content kbd:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}html.theme--catppuccin-frappe .tag:not(body) .icon:first-child:last-child,html.theme--catppuccin-frappe .content kbd:not(body) .icon:first-child:last-child,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}html.theme--catppuccin-frappe .tag.is-delete:not(body),html.theme--catppuccin-frappe .content kbd.is-delete:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}html.theme--catppuccin-frappe .tag.is-delete:not(body)::before,html.theme--catppuccin-frappe .content kbd.is-delete:not(body)::before,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body)::before,html.theme--catppuccin-frappe .tag.is-delete:not(body)::after,html.theme--catppuccin-frappe .content kbd.is-delete:not(body)::after,html.theme--catppuccin-frappe .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--catppuccin-frappe .tag.is-delete:not(body)::before,html.theme--catppuccin-frappe .content kbd.is-delete:not(body)::before,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}html.theme--catppuccin-frappe .tag.is-delete:not(body)::after,html.theme--catppuccin-frappe .content kbd.is-delete:not(body)::after,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}html.theme--catppuccin-frappe .tag.is-delete:not(body):hover,html.theme--catppuccin-frappe .content kbd.is-delete:not(body):hover,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body):hover,html.theme--catppuccin-frappe .tag.is-delete:not(body):focus,html.theme--catppuccin-frappe .content kbd.is-delete:not(body):focus,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#1f212d}html.theme--catppuccin-frappe .tag.is-delete:not(body):active,html.theme--catppuccin-frappe .content kbd.is-delete:not(body):active,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#14161e}html.theme--catppuccin-frappe .tag.is-rounded:not(body),html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:not(body),html.theme--catppuccin-frappe .content kbd.is-rounded:not(body),html.theme--catppuccin-frappe #documenter .docs-sidebar .content form.docs-search>input:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}html.theme--catppuccin-frappe a.tag:hover,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:hover{text-decoration:underline}html.theme--catppuccin-frappe .title,html.theme--catppuccin-frappe .subtitle{word-break:break-word}html.theme--catppuccin-frappe .title em,html.theme--catppuccin-frappe .title span,html.theme--catppuccin-frappe .subtitle em,html.theme--catppuccin-frappe .subtitle span{font-weight:inherit}html.theme--catppuccin-frappe .title sub,html.theme--catppuccin-frappe .subtitle sub{font-size:.75em}html.theme--catppuccin-frappe .title sup,html.theme--catppuccin-frappe .subtitle sup{font-size:.75em}html.theme--catppuccin-frappe .title .tag,html.theme--catppuccin-frappe .title .content kbd,html.theme--catppuccin-frappe .content .title kbd,html.theme--catppuccin-frappe .title .docstring>section>a.docs-sourcelink,html.theme--catppuccin-frappe .subtitle .tag,html.theme--catppuccin-frappe .subtitle .content kbd,html.theme--catppuccin-frappe .content .subtitle kbd,html.theme--catppuccin-frappe .subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}html.theme--catppuccin-frappe .title{color:#fff;font-size:2rem;font-weight:500;line-height:1.125}html.theme--catppuccin-frappe .title strong{color:inherit;font-weight:inherit}html.theme--catppuccin-frappe .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}html.theme--catppuccin-frappe .title.is-1{font-size:3rem}html.theme--catppuccin-frappe .title.is-2{font-size:2.5rem}html.theme--catppuccin-frappe .title.is-3{font-size:2rem}html.theme--catppuccin-frappe .title.is-4{font-size:1.5rem}html.theme--catppuccin-frappe .title.is-5{font-size:1.25rem}html.theme--catppuccin-frappe .title.is-6{font-size:1rem}html.theme--catppuccin-frappe .title.is-7{font-size:.75rem}html.theme--catppuccin-frappe .subtitle{color:#737994;font-size:1.25rem;font-weight:400;line-height:1.25}html.theme--catppuccin-frappe .subtitle strong{color:#737994;font-weight:600}html.theme--catppuccin-frappe .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}html.theme--catppuccin-frappe .subtitle.is-1{font-size:3rem}html.theme--catppuccin-frappe .subtitle.is-2{font-size:2.5rem}html.theme--catppuccin-frappe .subtitle.is-3{font-size:2rem}html.theme--catppuccin-frappe .subtitle.is-4{font-size:1.5rem}html.theme--catppuccin-frappe .subtitle.is-5{font-size:1.25rem}html.theme--catppuccin-frappe .subtitle.is-6{font-size:1rem}html.theme--catppuccin-frappe .subtitle.is-7{font-size:.75rem}html.theme--catppuccin-frappe .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}html.theme--catppuccin-frappe .number{align-items:center;background-color:#292c3c;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--catppuccin-frappe .select select,html.theme--catppuccin-frappe .textarea,html.theme--catppuccin-frappe .input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{background-color:#303446;border-color:#626880;border-radius:.4em;color:#838ba7}html.theme--catppuccin-frappe .select select::-moz-placeholder,html.theme--catppuccin-frappe .textarea::-moz-placeholder,html.theme--catppuccin-frappe .input::-moz-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#868c98}html.theme--catppuccin-frappe .select select::-webkit-input-placeholder,html.theme--catppuccin-frappe .textarea::-webkit-input-placeholder,html.theme--catppuccin-frappe .input::-webkit-input-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#868c98}html.theme--catppuccin-frappe .select select:-moz-placeholder,html.theme--catppuccin-frappe .textarea:-moz-placeholder,html.theme--catppuccin-frappe .input:-moz-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#868c98}html.theme--catppuccin-frappe .select select:-ms-input-placeholder,html.theme--catppuccin-frappe .textarea:-ms-input-placeholder,html.theme--catppuccin-frappe .input:-ms-input-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#868c98}html.theme--catppuccin-frappe .select select:hover,html.theme--catppuccin-frappe .textarea:hover,html.theme--catppuccin-frappe .input:hover,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:hover,html.theme--catppuccin-frappe .select select.is-hovered,html.theme--catppuccin-frappe .is-hovered.textarea,html.theme--catppuccin-frappe .is-hovered.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#737994}html.theme--catppuccin-frappe .select select:focus,html.theme--catppuccin-frappe .textarea:focus,html.theme--catppuccin-frappe .input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-frappe .select select.is-focused,html.theme--catppuccin-frappe .is-focused.textarea,html.theme--catppuccin-frappe .is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .select select:active,html.theme--catppuccin-frappe .textarea:active,html.theme--catppuccin-frappe .input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-frappe .select select.is-active,html.theme--catppuccin-frappe .is-active.textarea,html.theme--catppuccin-frappe .is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{border-color:#8caaee;box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .select select[disabled],html.theme--catppuccin-frappe .textarea[disabled],html.theme--catppuccin-frappe .input[disabled],html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] html.theme--catppuccin-frappe .select select,fieldset[disabled] html.theme--catppuccin-frappe .textarea,fieldset[disabled] html.theme--catppuccin-frappe .input,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{background-color:#737994;border-color:#292c3c;box-shadow:none;color:#f1f4fd}html.theme--catppuccin-frappe .select select[disabled]::-moz-placeholder,html.theme--catppuccin-frappe .textarea[disabled]::-moz-placeholder,html.theme--catppuccin-frappe .input[disabled]::-moz-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .select select::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .textarea::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .input::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:rgba(241,244,253,0.3)}html.theme--catppuccin-frappe .select select[disabled]::-webkit-input-placeholder,html.theme--catppuccin-frappe .textarea[disabled]::-webkit-input-placeholder,html.theme--catppuccin-frappe .input[disabled]::-webkit-input-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .select select::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .textarea::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .input::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:rgba(241,244,253,0.3)}html.theme--catppuccin-frappe .select select[disabled]:-moz-placeholder,html.theme--catppuccin-frappe .textarea[disabled]:-moz-placeholder,html.theme--catppuccin-frappe .input[disabled]:-moz-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .select select:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .textarea:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .input:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:rgba(241,244,253,0.3)}html.theme--catppuccin-frappe .select select[disabled]:-ms-input-placeholder,html.theme--catppuccin-frappe .textarea[disabled]:-ms-input-placeholder,html.theme--catppuccin-frappe .input[disabled]:-ms-input-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .select select:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .textarea:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .input:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:rgba(241,244,253,0.3)}html.theme--catppuccin-frappe .textarea,html.theme--catppuccin-frappe .input,html.theme--catppuccin-frappe #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--catppuccin-frappe .textarea[readonly],html.theme--catppuccin-frappe .input[readonly],html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}html.theme--catppuccin-frappe .is-white.textarea,html.theme--catppuccin-frappe .is-white.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}html.theme--catppuccin-frappe .is-white.textarea:focus,html.theme--catppuccin-frappe .is-white.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-white:focus,html.theme--catppuccin-frappe .is-white.is-focused.textarea,html.theme--catppuccin-frappe .is-white.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-white.textarea:active,html.theme--catppuccin-frappe .is-white.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-white:active,html.theme--catppuccin-frappe .is-white.is-active.textarea,html.theme--catppuccin-frappe .is-white.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-frappe .is-black.textarea,html.theme--catppuccin-frappe .is-black.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}html.theme--catppuccin-frappe .is-black.textarea:focus,html.theme--catppuccin-frappe .is-black.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-black:focus,html.theme--catppuccin-frappe .is-black.is-focused.textarea,html.theme--catppuccin-frappe .is-black.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-black.textarea:active,html.theme--catppuccin-frappe .is-black.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-black:active,html.theme--catppuccin-frappe .is-black.is-active.textarea,html.theme--catppuccin-frappe .is-black.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-frappe .is-light.textarea,html.theme--catppuccin-frappe .is-light.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-light{border-color:#f5f5f5}html.theme--catppuccin-frappe .is-light.textarea:focus,html.theme--catppuccin-frappe .is-light.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-light:focus,html.theme--catppuccin-frappe .is-light.is-focused.textarea,html.theme--catppuccin-frappe .is-light.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-light.textarea:active,html.theme--catppuccin-frappe .is-light.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-light:active,html.theme--catppuccin-frappe .is-light.is-active.textarea,html.theme--catppuccin-frappe .is-light.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-frappe .is-dark.textarea,html.theme--catppuccin-frappe .content kbd.textarea,html.theme--catppuccin-frappe .is-dark.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-dark,html.theme--catppuccin-frappe .content kbd.input{border-color:#414559}html.theme--catppuccin-frappe .is-dark.textarea:focus,html.theme--catppuccin-frappe .content kbd.textarea:focus,html.theme--catppuccin-frappe .is-dark.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-dark:focus,html.theme--catppuccin-frappe .content kbd.input:focus,html.theme--catppuccin-frappe .is-dark.is-focused.textarea,html.theme--catppuccin-frappe .content kbd.is-focused.textarea,html.theme--catppuccin-frappe .is-dark.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .content kbd.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar .content form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-dark.textarea:active,html.theme--catppuccin-frappe .content kbd.textarea:active,html.theme--catppuccin-frappe .is-dark.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-dark:active,html.theme--catppuccin-frappe .content kbd.input:active,html.theme--catppuccin-frappe .is-dark.is-active.textarea,html.theme--catppuccin-frappe .content kbd.is-active.textarea,html.theme--catppuccin-frappe .is-dark.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-frappe .content kbd.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(65,69,89,0.25)}html.theme--catppuccin-frappe .is-primary.textarea,html.theme--catppuccin-frappe .docstring>section>a.textarea.docs-sourcelink,html.theme--catppuccin-frappe .is-primary.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-primary,html.theme--catppuccin-frappe .docstring>section>a.input.docs-sourcelink{border-color:#8caaee}html.theme--catppuccin-frappe .is-primary.textarea:focus,html.theme--catppuccin-frappe .docstring>section>a.textarea.docs-sourcelink:focus,html.theme--catppuccin-frappe .is-primary.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-primary:focus,html.theme--catppuccin-frappe .docstring>section>a.input.docs-sourcelink:focus,html.theme--catppuccin-frappe .is-primary.is-focused.textarea,html.theme--catppuccin-frappe .docstring>section>a.is-focused.textarea.docs-sourcelink,html.theme--catppuccin-frappe .is-primary.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .docstring>section>a.is-focused.input.docs-sourcelink,html.theme--catppuccin-frappe .is-primary.textarea:active,html.theme--catppuccin-frappe .docstring>section>a.textarea.docs-sourcelink:active,html.theme--catppuccin-frappe .is-primary.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-primary:active,html.theme--catppuccin-frappe .docstring>section>a.input.docs-sourcelink:active,html.theme--catppuccin-frappe .is-primary.is-active.textarea,html.theme--catppuccin-frappe .docstring>section>a.is-active.textarea.docs-sourcelink,html.theme--catppuccin-frappe .is-primary.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-frappe .docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .is-link.textarea,html.theme--catppuccin-frappe .is-link.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-link{border-color:#8caaee}html.theme--catppuccin-frappe .is-link.textarea:focus,html.theme--catppuccin-frappe .is-link.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-link:focus,html.theme--catppuccin-frappe .is-link.is-focused.textarea,html.theme--catppuccin-frappe .is-link.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-link.textarea:active,html.theme--catppuccin-frappe .is-link.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-link:active,html.theme--catppuccin-frappe .is-link.is-active.textarea,html.theme--catppuccin-frappe .is-link.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .is-info.textarea,html.theme--catppuccin-frappe .is-info.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-info{border-color:#81c8be}html.theme--catppuccin-frappe .is-info.textarea:focus,html.theme--catppuccin-frappe .is-info.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-info:focus,html.theme--catppuccin-frappe .is-info.is-focused.textarea,html.theme--catppuccin-frappe .is-info.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-info.textarea:active,html.theme--catppuccin-frappe .is-info.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-info:active,html.theme--catppuccin-frappe .is-info.is-active.textarea,html.theme--catppuccin-frappe .is-info.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(129,200,190,0.25)}html.theme--catppuccin-frappe .is-success.textarea,html.theme--catppuccin-frappe .is-success.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-success{border-color:#a6d189}html.theme--catppuccin-frappe .is-success.textarea:focus,html.theme--catppuccin-frappe .is-success.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-success:focus,html.theme--catppuccin-frappe .is-success.is-focused.textarea,html.theme--catppuccin-frappe .is-success.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-success.textarea:active,html.theme--catppuccin-frappe .is-success.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-success:active,html.theme--catppuccin-frappe .is-success.is-active.textarea,html.theme--catppuccin-frappe .is-success.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(166,209,137,0.25)}html.theme--catppuccin-frappe .is-warning.textarea,html.theme--catppuccin-frappe .is-warning.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#e5c890}html.theme--catppuccin-frappe .is-warning.textarea:focus,html.theme--catppuccin-frappe .is-warning.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-warning:focus,html.theme--catppuccin-frappe .is-warning.is-focused.textarea,html.theme--catppuccin-frappe .is-warning.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-warning.textarea:active,html.theme--catppuccin-frappe .is-warning.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-warning:active,html.theme--catppuccin-frappe .is-warning.is-active.textarea,html.theme--catppuccin-frappe .is-warning.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(229,200,144,0.25)}html.theme--catppuccin-frappe .is-danger.textarea,html.theme--catppuccin-frappe .is-danger.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#e78284}html.theme--catppuccin-frappe .is-danger.textarea:focus,html.theme--catppuccin-frappe .is-danger.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-danger:focus,html.theme--catppuccin-frappe .is-danger.is-focused.textarea,html.theme--catppuccin-frappe .is-danger.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-danger.textarea:active,html.theme--catppuccin-frappe .is-danger.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-danger:active,html.theme--catppuccin-frappe .is-danger.is-active.textarea,html.theme--catppuccin-frappe .is-danger.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(231,130,132,0.25)}html.theme--catppuccin-frappe .is-small.textarea,html.theme--catppuccin-frappe .is-small.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{border-radius:3px;font-size:.75rem}html.theme--catppuccin-frappe .is-medium.textarea,html.theme--catppuccin-frappe .is-medium.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .is-large.textarea,html.theme--catppuccin-frappe .is-large.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .is-fullwidth.textarea,html.theme--catppuccin-frappe .is-fullwidth.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}html.theme--catppuccin-frappe .is-inline.textarea,html.theme--catppuccin-frappe .is-inline.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}html.theme--catppuccin-frappe .input.is-rounded,html.theme--catppuccin-frappe #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--catppuccin-frappe .input.is-static,html.theme--catppuccin-frappe #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--catppuccin-frappe .textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}html.theme--catppuccin-frappe .textarea:not([rows]){max-height:40em;min-height:8em}html.theme--catppuccin-frappe .textarea[rows]{height:initial}html.theme--catppuccin-frappe .textarea.has-fixed-size{resize:none}html.theme--catppuccin-frappe .radio,html.theme--catppuccin-frappe .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}html.theme--catppuccin-frappe .radio input,html.theme--catppuccin-frappe .checkbox input{cursor:pointer}html.theme--catppuccin-frappe .radio:hover,html.theme--catppuccin-frappe .checkbox:hover{color:#99d1db}html.theme--catppuccin-frappe .radio[disabled],html.theme--catppuccin-frappe .checkbox[disabled],fieldset[disabled] html.theme--catppuccin-frappe .radio,fieldset[disabled] html.theme--catppuccin-frappe .checkbox,html.theme--catppuccin-frappe .radio input[disabled],html.theme--catppuccin-frappe .checkbox input[disabled]{color:#f1f4fd;cursor:not-allowed}html.theme--catppuccin-frappe .radio+.radio{margin-left:.5em}html.theme--catppuccin-frappe .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}html.theme--catppuccin-frappe .select:not(.is-multiple){height:2.5em}html.theme--catppuccin-frappe .select:not(.is-multiple):not(.is-loading)::after{border-color:#8caaee;right:1.125em;z-index:4}html.theme--catppuccin-frappe .select.is-rounded select,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}html.theme--catppuccin-frappe .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}html.theme--catppuccin-frappe .select select::-ms-expand{display:none}html.theme--catppuccin-frappe .select select[disabled]:hover,fieldset[disabled] html.theme--catppuccin-frappe .select select:hover{border-color:#292c3c}html.theme--catppuccin-frappe .select select:not([multiple]){padding-right:2.5em}html.theme--catppuccin-frappe .select select[multiple]{height:auto;padding:0}html.theme--catppuccin-frappe .select select[multiple] option{padding:0.5em 1em}html.theme--catppuccin-frappe .select:not(.is-multiple):not(.is-loading):hover::after{border-color:#99d1db}html.theme--catppuccin-frappe .select.is-white:not(:hover)::after{border-color:#fff}html.theme--catppuccin-frappe .select.is-white select{border-color:#fff}html.theme--catppuccin-frappe .select.is-white select:hover,html.theme--catppuccin-frappe .select.is-white select.is-hovered{border-color:#f2f2f2}html.theme--catppuccin-frappe .select.is-white select:focus,html.theme--catppuccin-frappe .select.is-white select.is-focused,html.theme--catppuccin-frappe .select.is-white select:active,html.theme--catppuccin-frappe .select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-frappe .select.is-black:not(:hover)::after{border-color:#0a0a0a}html.theme--catppuccin-frappe .select.is-black select{border-color:#0a0a0a}html.theme--catppuccin-frappe .select.is-black select:hover,html.theme--catppuccin-frappe .select.is-black select.is-hovered{border-color:#000}html.theme--catppuccin-frappe .select.is-black select:focus,html.theme--catppuccin-frappe .select.is-black select.is-focused,html.theme--catppuccin-frappe .select.is-black select:active,html.theme--catppuccin-frappe .select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-frappe .select.is-light:not(:hover)::after{border-color:#f5f5f5}html.theme--catppuccin-frappe .select.is-light select{border-color:#f5f5f5}html.theme--catppuccin-frappe .select.is-light select:hover,html.theme--catppuccin-frappe .select.is-light select.is-hovered{border-color:#e8e8e8}html.theme--catppuccin-frappe .select.is-light select:focus,html.theme--catppuccin-frappe .select.is-light select.is-focused,html.theme--catppuccin-frappe .select.is-light select:active,html.theme--catppuccin-frappe .select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-frappe .select.is-dark:not(:hover)::after,html.theme--catppuccin-frappe .content kbd.select:not(:hover)::after{border-color:#414559}html.theme--catppuccin-frappe .select.is-dark select,html.theme--catppuccin-frappe .content kbd.select select{border-color:#414559}html.theme--catppuccin-frappe .select.is-dark select:hover,html.theme--catppuccin-frappe .content kbd.select select:hover,html.theme--catppuccin-frappe .select.is-dark select.is-hovered,html.theme--catppuccin-frappe .content kbd.select select.is-hovered{border-color:#363a4a}html.theme--catppuccin-frappe .select.is-dark select:focus,html.theme--catppuccin-frappe .content kbd.select select:focus,html.theme--catppuccin-frappe .select.is-dark select.is-focused,html.theme--catppuccin-frappe .content kbd.select select.is-focused,html.theme--catppuccin-frappe .select.is-dark select:active,html.theme--catppuccin-frappe .content kbd.select select:active,html.theme--catppuccin-frappe .select.is-dark select.is-active,html.theme--catppuccin-frappe .content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(65,69,89,0.25)}html.theme--catppuccin-frappe .select.is-primary:not(:hover)::after,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#8caaee}html.theme--catppuccin-frappe .select.is-primary select,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select{border-color:#8caaee}html.theme--catppuccin-frappe .select.is-primary select:hover,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select:hover,html.theme--catppuccin-frappe .select.is-primary select.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#769aeb}html.theme--catppuccin-frappe .select.is-primary select:focus,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select:focus,html.theme--catppuccin-frappe .select.is-primary select.is-focused,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select.is-focused,html.theme--catppuccin-frappe .select.is-primary select:active,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select:active,html.theme--catppuccin-frappe .select.is-primary select.is-active,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .select.is-link:not(:hover)::after{border-color:#8caaee}html.theme--catppuccin-frappe .select.is-link select{border-color:#8caaee}html.theme--catppuccin-frappe .select.is-link select:hover,html.theme--catppuccin-frappe .select.is-link select.is-hovered{border-color:#769aeb}html.theme--catppuccin-frappe .select.is-link select:focus,html.theme--catppuccin-frappe .select.is-link select.is-focused,html.theme--catppuccin-frappe .select.is-link select:active,html.theme--catppuccin-frappe .select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .select.is-info:not(:hover)::after{border-color:#81c8be}html.theme--catppuccin-frappe .select.is-info select{border-color:#81c8be}html.theme--catppuccin-frappe .select.is-info select:hover,html.theme--catppuccin-frappe .select.is-info select.is-hovered{border-color:#6fc0b5}html.theme--catppuccin-frappe .select.is-info select:focus,html.theme--catppuccin-frappe .select.is-info select.is-focused,html.theme--catppuccin-frappe .select.is-info select:active,html.theme--catppuccin-frappe .select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(129,200,190,0.25)}html.theme--catppuccin-frappe .select.is-success:not(:hover)::after{border-color:#a6d189}html.theme--catppuccin-frappe .select.is-success select{border-color:#a6d189}html.theme--catppuccin-frappe .select.is-success select:hover,html.theme--catppuccin-frappe .select.is-success select.is-hovered{border-color:#98ca77}html.theme--catppuccin-frappe .select.is-success select:focus,html.theme--catppuccin-frappe .select.is-success select.is-focused,html.theme--catppuccin-frappe .select.is-success select:active,html.theme--catppuccin-frappe .select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(166,209,137,0.25)}html.theme--catppuccin-frappe .select.is-warning:not(:hover)::after{border-color:#e5c890}html.theme--catppuccin-frappe .select.is-warning select{border-color:#e5c890}html.theme--catppuccin-frappe .select.is-warning select:hover,html.theme--catppuccin-frappe .select.is-warning select.is-hovered{border-color:#e0be7b}html.theme--catppuccin-frappe .select.is-warning select:focus,html.theme--catppuccin-frappe .select.is-warning select.is-focused,html.theme--catppuccin-frappe .select.is-warning select:active,html.theme--catppuccin-frappe .select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(229,200,144,0.25)}html.theme--catppuccin-frappe .select.is-danger:not(:hover)::after{border-color:#e78284}html.theme--catppuccin-frappe .select.is-danger select{border-color:#e78284}html.theme--catppuccin-frappe .select.is-danger select:hover,html.theme--catppuccin-frappe .select.is-danger select.is-hovered{border-color:#e36d6f}html.theme--catppuccin-frappe .select.is-danger select:focus,html.theme--catppuccin-frappe .select.is-danger select.is-focused,html.theme--catppuccin-frappe .select.is-danger select:active,html.theme--catppuccin-frappe .select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(231,130,132,0.25)}html.theme--catppuccin-frappe .select.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.select{border-radius:3px;font-size:.75rem}html.theme--catppuccin-frappe .select.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .select.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .select.is-disabled::after{border-color:#f1f4fd !important;opacity:0.5}html.theme--catppuccin-frappe .select.is-fullwidth{width:100%}html.theme--catppuccin-frappe .select.is-fullwidth select{width:100%}html.theme--catppuccin-frappe .select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}html.theme--catppuccin-frappe .select.is-loading.is-small:after,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-frappe .select.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-frappe .select.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-frappe .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}html.theme--catppuccin-frappe .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .file.is-white:hover .file-cta,html.theme--catppuccin-frappe .file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .file.is-white:focus .file-cta,html.theme--catppuccin-frappe .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--catppuccin-frappe .file.is-white:active .file-cta,html.theme--catppuccin-frappe .file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-black:hover .file-cta,html.theme--catppuccin-frappe .file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-black:focus .file-cta,html.theme--catppuccin-frappe .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--catppuccin-frappe .file.is-black:active .file-cta,html.theme--catppuccin-frappe .file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-light:hover .file-cta,html.theme--catppuccin-frappe .file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-light:focus .file-cta,html.theme--catppuccin-frappe .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)}html.theme--catppuccin-frappe .file.is-light:active .file-cta,html.theme--catppuccin-frappe .file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-dark .file-cta,html.theme--catppuccin-frappe .content kbd.file .file-cta{background-color:#414559;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-dark:hover .file-cta,html.theme--catppuccin-frappe .content kbd.file:hover .file-cta,html.theme--catppuccin-frappe .file.is-dark.is-hovered .file-cta,html.theme--catppuccin-frappe .content kbd.file.is-hovered .file-cta{background-color:#3c3f52;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-dark:focus .file-cta,html.theme--catppuccin-frappe .content kbd.file:focus .file-cta,html.theme--catppuccin-frappe .file.is-dark.is-focused .file-cta,html.theme--catppuccin-frappe .content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(65,69,89,0.25);color:#fff}html.theme--catppuccin-frappe .file.is-dark:active .file-cta,html.theme--catppuccin-frappe .content kbd.file:active .file-cta,html.theme--catppuccin-frappe .file.is-dark.is-active .file-cta,html.theme--catppuccin-frappe .content kbd.file.is-active .file-cta{background-color:#363a4a;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-primary .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.docs-sourcelink .file-cta{background-color:#8caaee;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-primary:hover .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.docs-sourcelink:hover .file-cta,html.theme--catppuccin-frappe .file.is-primary.is-hovered .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#81a2ec;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-primary:focus .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.docs-sourcelink:focus .file-cta,html.theme--catppuccin-frappe .file.is-primary.is-focused .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(140,170,238,0.25);color:#fff}html.theme--catppuccin-frappe .file.is-primary:active .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.docs-sourcelink:active .file-cta,html.theme--catppuccin-frappe .file.is-primary.is-active .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#769aeb;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-link .file-cta{background-color:#8caaee;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-link:hover .file-cta,html.theme--catppuccin-frappe .file.is-link.is-hovered .file-cta{background-color:#81a2ec;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-link:focus .file-cta,html.theme--catppuccin-frappe .file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(140,170,238,0.25);color:#fff}html.theme--catppuccin-frappe .file.is-link:active .file-cta,html.theme--catppuccin-frappe .file.is-link.is-active .file-cta{background-color:#769aeb;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-info .file-cta{background-color:#81c8be;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-info:hover .file-cta,html.theme--catppuccin-frappe .file.is-info.is-hovered .file-cta{background-color:#78c4b9;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-info:focus .file-cta,html.theme--catppuccin-frappe .file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(129,200,190,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-info:active .file-cta,html.theme--catppuccin-frappe .file.is-info.is-active .file-cta{background-color:#6fc0b5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-success .file-cta{background-color:#a6d189;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-success:hover .file-cta,html.theme--catppuccin-frappe .file.is-success.is-hovered .file-cta{background-color:#9fcd80;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-success:focus .file-cta,html.theme--catppuccin-frappe .file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(166,209,137,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-success:active .file-cta,html.theme--catppuccin-frappe .file.is-success.is-active .file-cta{background-color:#98ca77;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-warning .file-cta{background-color:#e5c890;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-warning:hover .file-cta,html.theme--catppuccin-frappe .file.is-warning.is-hovered .file-cta{background-color:#e3c386;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-warning:focus .file-cta,html.theme--catppuccin-frappe .file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(229,200,144,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-warning:active .file-cta,html.theme--catppuccin-frappe .file.is-warning.is-active .file-cta{background-color:#e0be7b;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-danger .file-cta{background-color:#e78284;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-danger:hover .file-cta,html.theme--catppuccin-frappe .file.is-danger.is-hovered .file-cta{background-color:#e57779;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-danger:focus .file-cta,html.theme--catppuccin-frappe .file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(231,130,132,0.25);color:#fff}html.theme--catppuccin-frappe .file.is-danger:active .file-cta,html.theme--catppuccin-frappe .file.is-danger.is-active .file-cta{background-color:#e36d6f;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}html.theme--catppuccin-frappe .file.is-normal{font-size:1rem}html.theme--catppuccin-frappe .file.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .file.is-medium .file-icon .fa{font-size:21px}html.theme--catppuccin-frappe .file.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .file.is-large .file-icon .fa{font-size:28px}html.theme--catppuccin-frappe .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-frappe .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-frappe .file.has-name.is-empty .file-cta{border-radius:.4em}html.theme--catppuccin-frappe .file.has-name.is-empty .file-name{display:none}html.theme--catppuccin-frappe .file.is-boxed .file-label{flex-direction:column}html.theme--catppuccin-frappe .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}html.theme--catppuccin-frappe .file.is-boxed .file-name{border-width:0 1px 1px}html.theme--catppuccin-frappe .file.is-boxed .file-icon{height:1.5em;width:1.5em}html.theme--catppuccin-frappe .file.is-boxed .file-icon .fa{font-size:21px}html.theme--catppuccin-frappe .file.is-boxed.is-small .file-icon .fa,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}html.theme--catppuccin-frappe .file.is-boxed.is-medium .file-icon .fa{font-size:28px}html.theme--catppuccin-frappe .file.is-boxed.is-large .file-icon .fa{font-size:35px}html.theme--catppuccin-frappe .file.is-boxed.has-name .file-cta{border-radius:.4em .4em 0 0}html.theme--catppuccin-frappe .file.is-boxed.has-name .file-name{border-radius:0 0 .4em .4em;border-width:0 1px 1px}html.theme--catppuccin-frappe .file.is-centered{justify-content:center}html.theme--catppuccin-frappe .file.is-fullwidth .file-label{width:100%}html.theme--catppuccin-frappe .file.is-fullwidth .file-name{flex-grow:1;max-width:none}html.theme--catppuccin-frappe .file.is-right{justify-content:flex-end}html.theme--catppuccin-frappe .file.is-right .file-cta{border-radius:0 .4em .4em 0}html.theme--catppuccin-frappe .file.is-right .file-name{border-radius:.4em 0 0 .4em;border-width:1px 0 1px 1px;order:-1}html.theme--catppuccin-frappe .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}html.theme--catppuccin-frappe .file-label:hover .file-cta{background-color:#3c3f52;color:#b0bef1}html.theme--catppuccin-frappe .file-label:hover .file-name{border-color:#5c6279}html.theme--catppuccin-frappe .file-label:active .file-cta{background-color:#363a4a;color:#b0bef1}html.theme--catppuccin-frappe .file-label:active .file-name{border-color:#575c72}html.theme--catppuccin-frappe .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}html.theme--catppuccin-frappe .file-cta,html.theme--catppuccin-frappe .file-name{border-color:#626880;border-radius:.4em;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}html.theme--catppuccin-frappe .file-cta{background-color:#414559;color:#c6d0f5}html.theme--catppuccin-frappe .file-name{border-color:#626880;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}html.theme--catppuccin-frappe .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}html.theme--catppuccin-frappe .file-icon .fa{font-size:14px}html.theme--catppuccin-frappe .label{color:#b0bef1;display:block;font-size:1rem;font-weight:700}html.theme--catppuccin-frappe .label:not(:last-child){margin-bottom:0.5em}html.theme--catppuccin-frappe .label.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}html.theme--catppuccin-frappe .label.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .label.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .help{display:block;font-size:.75rem;margin-top:0.25rem}html.theme--catppuccin-frappe .help.is-white{color:#fff}html.theme--catppuccin-frappe .help.is-black{color:#0a0a0a}html.theme--catppuccin-frappe .help.is-light{color:#f5f5f5}html.theme--catppuccin-frappe .help.is-dark,html.theme--catppuccin-frappe .content kbd.help{color:#414559}html.theme--catppuccin-frappe .help.is-primary,html.theme--catppuccin-frappe .docstring>section>a.help.docs-sourcelink{color:#8caaee}html.theme--catppuccin-frappe .help.is-link{color:#8caaee}html.theme--catppuccin-frappe .help.is-info{color:#81c8be}html.theme--catppuccin-frappe .help.is-success{color:#a6d189}html.theme--catppuccin-frappe .help.is-warning{color:#e5c890}html.theme--catppuccin-frappe .help.is-danger{color:#e78284}html.theme--catppuccin-frappe .field:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-frappe .field.has-addons{display:flex;justify-content:flex-start}html.theme--catppuccin-frappe .field.has-addons .control:not(:last-child){margin-right:-1px}html.theme--catppuccin-frappe .field.has-addons .control:not(:first-child):not(:last-child) .button,html.theme--catppuccin-frappe .field.has-addons .control:not(:first-child):not(:last-child) .input,html.theme--catppuccin-frappe .field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,html.theme--catppuccin-frappe .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}html.theme--catppuccin-frappe .field.has-addons .control:first-child:not(:only-child) .button,html.theme--catppuccin-frappe .field.has-addons .control:first-child:not(:only-child) .input,html.theme--catppuccin-frappe .field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-frappe .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-frappe .field.has-addons .control:last-child:not(:only-child) .button,html.theme--catppuccin-frappe .field.has-addons .control:last-child:not(:only-child) .input,html.theme--catppuccin-frappe .field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-frappe .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-frappe .field.has-addons .control .button:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .button.is-hovered:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .input:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .input.is-hovered:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .select select:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}html.theme--catppuccin-frappe .field.has-addons .control .button:not([disabled]):focus,html.theme--catppuccin-frappe .field.has-addons .control .button.is-focused:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .button:not([disabled]):active,html.theme--catppuccin-frappe .field.has-addons .control .button.is-active:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .input:not([disabled]):focus,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-frappe .field.has-addons .control .input.is-focused:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .input:not([disabled]):active,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,html.theme--catppuccin-frappe .field.has-addons .control .input.is-active:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .select select:not([disabled]):focus,html.theme--catppuccin-frappe .field.has-addons .control .select select.is-focused:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .select select:not([disabled]):active,html.theme--catppuccin-frappe .field.has-addons .control .select select.is-active:not([disabled]){z-index:3}html.theme--catppuccin-frappe .field.has-addons .control .button:not([disabled]):focus:hover,html.theme--catppuccin-frappe .field.has-addons .control .button.is-focused:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .button:not([disabled]):active:hover,html.theme--catppuccin-frappe .field.has-addons .control .button.is-active:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .input:not([disabled]):focus:hover,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-frappe .field.has-addons .control .input.is-focused:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .input:not([disabled]):active:hover,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-frappe .field.has-addons .control .input.is-active:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .select select:not([disabled]):focus:hover,html.theme--catppuccin-frappe .field.has-addons .control .select select.is-focused:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .select select:not([disabled]):active:hover,html.theme--catppuccin-frappe .field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}html.theme--catppuccin-frappe .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .field.has-addons.has-addons-centered{justify-content:center}html.theme--catppuccin-frappe .field.has-addons.has-addons-right{justify-content:flex-end}html.theme--catppuccin-frappe .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}html.theme--catppuccin-frappe .field.is-grouped{display:flex;justify-content:flex-start}html.theme--catppuccin-frappe .field.is-grouped>.control{flex-shrink:0}html.theme--catppuccin-frappe .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-frappe .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-centered{justify-content:center}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-right{justify-content:flex-end}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-multiline>.control:last-child,html.theme--catppuccin-frappe .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .field.is-horizontal{display:flex}}html.theme--catppuccin-frappe .field-label .label{font-size:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}html.theme--catppuccin-frappe .field-label.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}html.theme--catppuccin-frappe .field-label.is-normal{padding-top:0.375em}html.theme--catppuccin-frappe .field-label.is-medium{font-size:1.25rem;padding-top:0.375em}html.theme--catppuccin-frappe .field-label.is-large{font-size:1.5rem;padding-top:0.375em}}html.theme--catppuccin-frappe .field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}html.theme--catppuccin-frappe .field-body .field{margin-bottom:0}html.theme--catppuccin-frappe .field-body>.field{flex-shrink:1}html.theme--catppuccin-frappe .field-body>.field:not(.is-narrow){flex-grow:1}html.theme--catppuccin-frappe .field-body>.field:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-frappe .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}html.theme--catppuccin-frappe .control.has-icons-left .input:focus~.icon,html.theme--catppuccin-frappe .control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,html.theme--catppuccin-frappe .control.has-icons-left .select:focus~.icon,html.theme--catppuccin-frappe .control.has-icons-right .input:focus~.icon,html.theme--catppuccin-frappe .control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,html.theme--catppuccin-frappe .control.has-icons-right .select:focus~.icon{color:#414559}html.theme--catppuccin-frappe .control.has-icons-left .input.is-small~.icon,html.theme--catppuccin-frappe .control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,html.theme--catppuccin-frappe .control.has-icons-left .select.is-small~.icon,html.theme--catppuccin-frappe .control.has-icons-right .input.is-small~.icon,html.theme--catppuccin-frappe .control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,html.theme--catppuccin-frappe .control.has-icons-right .select.is-small~.icon{font-size:.75rem}html.theme--catppuccin-frappe .control.has-icons-left .input.is-medium~.icon,html.theme--catppuccin-frappe .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,html.theme--catppuccin-frappe .control.has-icons-left .select.is-medium~.icon,html.theme--catppuccin-frappe .control.has-icons-right .input.is-medium~.icon,html.theme--catppuccin-frappe .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,html.theme--catppuccin-frappe .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}html.theme--catppuccin-frappe .control.has-icons-left .input.is-large~.icon,html.theme--catppuccin-frappe .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,html.theme--catppuccin-frappe .control.has-icons-left .select.is-large~.icon,html.theme--catppuccin-frappe .control.has-icons-right .input.is-large~.icon,html.theme--catppuccin-frappe .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,html.theme--catppuccin-frappe .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}html.theme--catppuccin-frappe .control.has-icons-left .icon,html.theme--catppuccin-frappe .control.has-icons-right .icon{color:#626880;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}html.theme--catppuccin-frappe .control.has-icons-left .input,html.theme--catppuccin-frappe .control.has-icons-left #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-left form.docs-search>input,html.theme--catppuccin-frappe .control.has-icons-left .select select{padding-left:2.5em}html.theme--catppuccin-frappe .control.has-icons-left .icon.is-left{left:0}html.theme--catppuccin-frappe .control.has-icons-right .input,html.theme--catppuccin-frappe .control.has-icons-right #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-right form.docs-search>input,html.theme--catppuccin-frappe .control.has-icons-right .select select{padding-right:2.5em}html.theme--catppuccin-frappe .control.has-icons-right .icon.is-right{right:0}html.theme--catppuccin-frappe .control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}html.theme--catppuccin-frappe .control.is-loading.is-small:after,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-frappe .control.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-frappe .control.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-frappe .breadcrumb{font-size:1rem;white-space:nowrap}html.theme--catppuccin-frappe .breadcrumb a{align-items:center;color:#8caaee;display:flex;justify-content:center;padding:0 .75em}html.theme--catppuccin-frappe .breadcrumb a:hover{color:#99d1db}html.theme--catppuccin-frappe .breadcrumb li{align-items:center;display:flex}html.theme--catppuccin-frappe .breadcrumb li:first-child a{padding-left:0}html.theme--catppuccin-frappe .breadcrumb li.is-active a{color:#b0bef1;cursor:default;pointer-events:none}html.theme--catppuccin-frappe .breadcrumb li+li::before{color:#737994;content:"\0002f"}html.theme--catppuccin-frappe .breadcrumb ul,html.theme--catppuccin-frappe .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-frappe .breadcrumb .icon:first-child{margin-right:.5em}html.theme--catppuccin-frappe .breadcrumb .icon:last-child{margin-left:.5em}html.theme--catppuccin-frappe .breadcrumb.is-centered ol,html.theme--catppuccin-frappe .breadcrumb.is-centered ul{justify-content:center}html.theme--catppuccin-frappe .breadcrumb.is-right ol,html.theme--catppuccin-frappe .breadcrumb.is-right ul{justify-content:flex-end}html.theme--catppuccin-frappe .breadcrumb.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}html.theme--catppuccin-frappe .breadcrumb.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .breadcrumb.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .breadcrumb.has-arrow-separator li+li::before{content:"\02192"}html.theme--catppuccin-frappe .breadcrumb.has-bullet-separator li+li::before{content:"\02022"}html.theme--catppuccin-frappe .breadcrumb.has-dot-separator li+li::before{content:"\000b7"}html.theme--catppuccin-frappe .breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}html.theme--catppuccin-frappe .card{background-color:#fff;border-radius:.25rem;box-shadow:#171717;color:#c6d0f5;max-width:100%;position:relative}html.theme--catppuccin-frappe .card-footer:first-child,html.theme--catppuccin-frappe .card-content:first-child,html.theme--catppuccin-frappe .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-frappe .card-footer:last-child,html.theme--catppuccin-frappe .card-content:last-child,html.theme--catppuccin-frappe .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-frappe .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--catppuccin-frappe .card-header-title{align-items:center;color:#b0bef1;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}html.theme--catppuccin-frappe .card-header-title.is-centered{justify-content:center}html.theme--catppuccin-frappe .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--catppuccin-frappe .card-image{display:block;position:relative}html.theme--catppuccin-frappe .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-frappe .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-frappe .card-content{background-color:rgba(0,0,0,0);padding:1.5rem}html.theme--catppuccin-frappe .card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}html.theme--catppuccin-frappe .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}html.theme--catppuccin-frappe .card-footer-item:not(:last-child){border-right:1px solid #ededed}html.theme--catppuccin-frappe .card .media:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-frappe .dropdown{display:inline-flex;position:relative;vertical-align:top}html.theme--catppuccin-frappe .dropdown.is-active .dropdown-menu,html.theme--catppuccin-frappe .dropdown.is-hoverable:hover .dropdown-menu{display:block}html.theme--catppuccin-frappe .dropdown.is-right .dropdown-menu{left:auto;right:0}html.theme--catppuccin-frappe .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}html.theme--catppuccin-frappe .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}html.theme--catppuccin-frappe .dropdown-content{background-color:#292c3c;border-radius:.4em;box-shadow:#171717;padding-bottom:.5rem;padding-top:.5rem}html.theme--catppuccin-frappe .dropdown-item{color:#c6d0f5;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}html.theme--catppuccin-frappe a.dropdown-item,html.theme--catppuccin-frappe button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}html.theme--catppuccin-frappe a.dropdown-item:hover,html.theme--catppuccin-frappe button.dropdown-item:hover{background-color:#292c3c;color:#0a0a0a}html.theme--catppuccin-frappe a.dropdown-item.is-active,html.theme--catppuccin-frappe button.dropdown-item.is-active{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}html.theme--catppuccin-frappe .level{align-items:center;justify-content:space-between}html.theme--catppuccin-frappe .level code{border-radius:.4em}html.theme--catppuccin-frappe .level img{display:inline-block;vertical-align:top}html.theme--catppuccin-frappe .level.is-mobile{display:flex}html.theme--catppuccin-frappe .level.is-mobile .level-left,html.theme--catppuccin-frappe .level.is-mobile .level-right{display:flex}html.theme--catppuccin-frappe .level.is-mobile .level-left+.level-right{margin-top:0}html.theme--catppuccin-frappe .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-frappe .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .level{display:flex}html.theme--catppuccin-frappe .level>.level-item:not(.is-narrow){flex-grow:1}}html.theme--catppuccin-frappe .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}html.theme--catppuccin-frappe .level-item .title,html.theme--catppuccin-frappe .level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .level-item:not(:last-child){margin-bottom:.75rem}}html.theme--catppuccin-frappe .level-left,html.theme--catppuccin-frappe .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-frappe .level-left .level-item.is-flexible,html.theme--catppuccin-frappe .level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .level-left .level-item:not(:last-child),html.theme--catppuccin-frappe .level-right .level-item:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-frappe .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .level-left{display:flex}}html.theme--catppuccin-frappe .level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .level-right{display:flex}}html.theme--catppuccin-frappe .media{align-items:flex-start;display:flex;text-align:inherit}html.theme--catppuccin-frappe .media .content:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-frappe .media .media{border-top:1px solid rgba(98,104,128,0.5);display:flex;padding-top:.75rem}html.theme--catppuccin-frappe .media .media .content:not(:last-child),html.theme--catppuccin-frappe .media .media .control:not(:last-child){margin-bottom:.5rem}html.theme--catppuccin-frappe .media .media .media{padding-top:.5rem}html.theme--catppuccin-frappe .media .media .media+.media{margin-top:.5rem}html.theme--catppuccin-frappe .media+.media{border-top:1px solid rgba(98,104,128,0.5);margin-top:1rem;padding-top:1rem}html.theme--catppuccin-frappe .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}html.theme--catppuccin-frappe .media-left,html.theme--catppuccin-frappe .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-frappe .media-left{margin-right:1rem}html.theme--catppuccin-frappe .media-right{margin-left:1rem}html.theme--catppuccin-frappe .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .media-content{overflow-x:auto}}html.theme--catppuccin-frappe .menu{font-size:1rem}html.theme--catppuccin-frappe .menu.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}html.theme--catppuccin-frappe .menu.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .menu.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .menu-list{line-height:1.25}html.theme--catppuccin-frappe .menu-list a{border-radius:3px;color:#c6d0f5;display:block;padding:0.5em 0.75em}html.theme--catppuccin-frappe .menu-list a:hover{background-color:#292c3c;color:#b0bef1}html.theme--catppuccin-frappe .menu-list a.is-active{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .menu-list li ul{border-left:1px solid #626880;margin:.75em;padding-left:.75em}html.theme--catppuccin-frappe .menu-label{color:#f1f4fd;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}html.theme--catppuccin-frappe .menu-label:not(:first-child){margin-top:1em}html.theme--catppuccin-frappe .menu-label:not(:last-child){margin-bottom:1em}html.theme--catppuccin-frappe .message{background-color:#292c3c;border-radius:.4em;font-size:1rem}html.theme--catppuccin-frappe .message strong{color:currentColor}html.theme--catppuccin-frappe .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-frappe .message.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}html.theme--catppuccin-frappe .message.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .message.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .message.is-white{background-color:#fff}html.theme--catppuccin-frappe .message.is-white .message-header{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .message.is-white .message-body{border-color:#fff}html.theme--catppuccin-frappe .message.is-black{background-color:#fafafa}html.theme--catppuccin-frappe .message.is-black .message-header{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .message.is-black .message-body{border-color:#0a0a0a}html.theme--catppuccin-frappe .message.is-light{background-color:#fafafa}html.theme--catppuccin-frappe .message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .message.is-light .message-body{border-color:#f5f5f5}html.theme--catppuccin-frappe .message.is-dark,html.theme--catppuccin-frappe .content kbd.message{background-color:#f9f9fb}html.theme--catppuccin-frappe .message.is-dark .message-header,html.theme--catppuccin-frappe .content kbd.message .message-header{background-color:#414559;color:#fff}html.theme--catppuccin-frappe .message.is-dark .message-body,html.theme--catppuccin-frappe .content kbd.message .message-body{border-color:#414559}html.theme--catppuccin-frappe .message.is-primary,html.theme--catppuccin-frappe .docstring>section>a.message.docs-sourcelink{background-color:#edf2fc}html.theme--catppuccin-frappe .message.is-primary .message-header,html.theme--catppuccin-frappe .docstring>section>a.message.docs-sourcelink .message-header{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .message.is-primary .message-body,html.theme--catppuccin-frappe .docstring>section>a.message.docs-sourcelink .message-body{border-color:#8caaee;color:#153a8e}html.theme--catppuccin-frappe .message.is-link{background-color:#edf2fc}html.theme--catppuccin-frappe .message.is-link .message-header{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .message.is-link .message-body{border-color:#8caaee;color:#153a8e}html.theme--catppuccin-frappe .message.is-info{background-color:#f1f9f8}html.theme--catppuccin-frappe .message.is-info .message-header{background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .message.is-info .message-body{border-color:#81c8be;color:#2d675f}html.theme--catppuccin-frappe .message.is-success{background-color:#f4f9f0}html.theme--catppuccin-frappe .message.is-success .message-header{background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .message.is-success .message-body{border-color:#a6d189;color:#446a29}html.theme--catppuccin-frappe .message.is-warning{background-color:#fbf7ee}html.theme--catppuccin-frappe .message.is-warning .message-header{background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .message.is-warning .message-body{border-color:#e5c890;color:#78591c}html.theme--catppuccin-frappe .message.is-danger{background-color:#fceeee}html.theme--catppuccin-frappe .message.is-danger .message-header{background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .message.is-danger .message-body{border-color:#e78284;color:#9a1e20}html.theme--catppuccin-frappe .message-header{align-items:center;background-color:#c6d0f5;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--catppuccin-frappe .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}html.theme--catppuccin-frappe .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}html.theme--catppuccin-frappe .message-body{border-color:#626880;border-radius:.4em;border-style:solid;border-width:0 0 0 4px;color:#c6d0f5;padding:1.25em 1.5em}html.theme--catppuccin-frappe .message-body code,html.theme--catppuccin-frappe .message-body pre{background-color:#fff}html.theme--catppuccin-frappe .message-body pre code{background-color:rgba(0,0,0,0)}html.theme--catppuccin-frappe .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}html.theme--catppuccin-frappe .modal.is-active{display:flex}html.theme--catppuccin-frappe .modal-background{background-color:rgba(10,10,10,0.86)}html.theme--catppuccin-frappe .modal-content,html.theme--catppuccin-frappe .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){html.theme--catppuccin-frappe .modal-content,html.theme--catppuccin-frappe .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}html.theme--catppuccin-frappe .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}html.theme--catppuccin-frappe .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}html.theme--catppuccin-frappe .modal-card-head,html.theme--catppuccin-frappe .modal-card-foot{align-items:center;background-color:#292c3c;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}html.theme--catppuccin-frappe .modal-card-head{border-bottom:1px solid #626880;border-top-left-radius:8px;border-top-right-radius:8px}html.theme--catppuccin-frappe .modal-card-title{color:#c6d0f5;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}html.theme--catppuccin-frappe .modal-card-foot{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #626880}html.theme--catppuccin-frappe .modal-card-foot .button:not(:last-child){margin-right:.5em}html.theme--catppuccin-frappe .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#303446;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}html.theme--catppuccin-frappe .navbar{background-color:#8caaee;min-height:4rem;position:relative;z-index:30}html.theme--catppuccin-frappe .navbar.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-white .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-white .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-white .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-white .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-white .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-white .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}html.theme--catppuccin-frappe .navbar.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-black .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-black .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-black .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-black .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-black .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-black .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-black .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}html.theme--catppuccin-frappe .navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-light .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-light .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-light .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-light .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-light .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-light .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-frappe .navbar.is-dark,html.theme--catppuccin-frappe .content kbd.navbar{background-color:#414559;color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand .navbar-link.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#363a4a;color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand .navbar-link::after,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-burger,html.theme--catppuccin-frappe .content kbd.navbar .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-dark .navbar-start>.navbar-item,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end>.navbar-item,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end .navbar-link.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#363a4a;color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end .navbar-link::after,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#363a4a;color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#414559;color:#fff}}html.theme--catppuccin-frappe .navbar.is-primary,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand .navbar-link.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand .navbar-link::after,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-burger,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-primary .navbar-start>.navbar-item,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end>.navbar-item,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end .navbar-link.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end .navbar-link::after,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#8caaee;color:#fff}}html.theme--catppuccin-frappe .navbar.is-link{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-link .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-link .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-link .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-link .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-link .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-link .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-link .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#8caaee;color:#fff}}html.theme--catppuccin-frappe .navbar.is-info{background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#6fc0b5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-info .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-info .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-info .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-info .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-info .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-info .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-info .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#6fc0b5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-info .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#6fc0b5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#81c8be;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-frappe .navbar.is-success{background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#98ca77;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-success .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-success .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-success .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-success .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-success .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-success .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-success .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#98ca77;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-success .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#98ca77;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#a6d189;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-frappe .navbar.is-warning{background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#e0be7b;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-warning .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#e0be7b;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e0be7b;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#e5c890;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-frappe .navbar.is-danger{background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#e36d6f;color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-danger .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#e36d6f;color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e36d6f;color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#e78284;color:#fff}}html.theme--catppuccin-frappe .navbar>.container{align-items:stretch;display:flex;min-height:4rem;width:100%}html.theme--catppuccin-frappe .navbar.has-shadow{box-shadow:0 2px 0 0 #292c3c}html.theme--catppuccin-frappe .navbar.is-fixed-bottom,html.theme--catppuccin-frappe .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-frappe .navbar.is-fixed-bottom{bottom:0}html.theme--catppuccin-frappe .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #292c3c}html.theme--catppuccin-frappe .navbar.is-fixed-top{top:0}html.theme--catppuccin-frappe html.has-navbar-fixed-top,html.theme--catppuccin-frappe body.has-navbar-fixed-top{padding-top:4rem}html.theme--catppuccin-frappe html.has-navbar-fixed-bottom,html.theme--catppuccin-frappe body.has-navbar-fixed-bottom{padding-bottom:4rem}html.theme--catppuccin-frappe .navbar-brand,html.theme--catppuccin-frappe .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:4rem}html.theme--catppuccin-frappe .navbar-brand a.navbar-item:focus,html.theme--catppuccin-frappe .navbar-brand a.navbar-item:hover{background-color:transparent}html.theme--catppuccin-frappe .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}html.theme--catppuccin-frappe .navbar-burger{color:#c6d0f5;-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--catppuccin-frappe .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--catppuccin-frappe .navbar-burger span:nth-child(1){top:calc(50% - 6px)}html.theme--catppuccin-frappe .navbar-burger span:nth-child(2){top:calc(50% - 1px)}html.theme--catppuccin-frappe .navbar-burger span:nth-child(3){top:calc(50% + 4px)}html.theme--catppuccin-frappe .navbar-burger:hover{background-color:rgba(0,0,0,0.05)}html.theme--catppuccin-frappe .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.theme--catppuccin-frappe .navbar-burger.is-active span:nth-child(2){opacity:0}html.theme--catppuccin-frappe .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}html.theme--catppuccin-frappe .navbar-menu{display:none}html.theme--catppuccin-frappe .navbar-item,html.theme--catppuccin-frappe .navbar-link{color:#c6d0f5;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}html.theme--catppuccin-frappe .navbar-item .icon:only-child,html.theme--catppuccin-frappe .navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}html.theme--catppuccin-frappe a.navbar-item,html.theme--catppuccin-frappe .navbar-link{cursor:pointer}html.theme--catppuccin-frappe a.navbar-item:focus,html.theme--catppuccin-frappe a.navbar-item:focus-within,html.theme--catppuccin-frappe a.navbar-item:hover,html.theme--catppuccin-frappe a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar-link:focus,html.theme--catppuccin-frappe .navbar-link:focus-within,html.theme--catppuccin-frappe .navbar-link:hover,html.theme--catppuccin-frappe .navbar-link.is-active{background-color:rgba(0,0,0,0);color:#8caaee}html.theme--catppuccin-frappe .navbar-item{flex-grow:0;flex-shrink:0}html.theme--catppuccin-frappe .navbar-item img{max-height:1.75rem}html.theme--catppuccin-frappe .navbar-item.has-dropdown{padding:0}html.theme--catppuccin-frappe .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:4rem;padding-bottom:calc(0.5rem - 1px)}html.theme--catppuccin-frappe .navbar-item.is-tab:focus,html.theme--catppuccin-frappe .navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#8caaee}html.theme--catppuccin-frappe .navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#8caaee;border-bottom-style:solid;border-bottom-width:3px;color:#8caaee;padding-bottom:calc(0.5rem - 3px)}html.theme--catppuccin-frappe .navbar-content{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .navbar-link:not(.is-arrowless){padding-right:2.5em}html.theme--catppuccin-frappe .navbar-link:not(.is-arrowless)::after{border-color:#fff;margin-top:-0.375em;right:1.125em}html.theme--catppuccin-frappe .navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}html.theme--catppuccin-frappe .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}html.theme--catppuccin-frappe .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--catppuccin-frappe .navbar>.container{display:block}html.theme--catppuccin-frappe .navbar-brand .navbar-item,html.theme--catppuccin-frappe .navbar-tabs .navbar-item{align-items:center;display:flex}html.theme--catppuccin-frappe .navbar-link::after{display:none}html.theme--catppuccin-frappe .navbar-menu{background-color:#8caaee;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}html.theme--catppuccin-frappe .navbar-menu.is-active{display:block}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-touch,html.theme--catppuccin-frappe .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-touch{bottom:0}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .navbar.is-fixed-top-touch{top:0}html.theme--catppuccin-frappe .navbar.is-fixed-top .navbar-menu,html.theme--catppuccin-frappe .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4rem);overflow:auto}html.theme--catppuccin-frappe html.has-navbar-fixed-top-touch,html.theme--catppuccin-frappe body.has-navbar-fixed-top-touch{padding-top:4rem}html.theme--catppuccin-frappe html.has-navbar-fixed-bottom-touch,html.theme--catppuccin-frappe body.has-navbar-fixed-bottom-touch{padding-bottom:4rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar,html.theme--catppuccin-frappe .navbar-menu,html.theme--catppuccin-frappe .navbar-start,html.theme--catppuccin-frappe .navbar-end{align-items:stretch;display:flex}html.theme--catppuccin-frappe .navbar{min-height:4rem}html.theme--catppuccin-frappe .navbar.is-spaced{padding:1rem 2rem}html.theme--catppuccin-frappe .navbar.is-spaced .navbar-start,html.theme--catppuccin-frappe .navbar.is-spaced .navbar-end{align-items:center}html.theme--catppuccin-frappe .navbar.is-spaced a.navbar-item,html.theme--catppuccin-frappe .navbar.is-spaced .navbar-link{border-radius:.4em}html.theme--catppuccin-frappe .navbar.is-transparent a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-transparent a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-transparent a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}html.theme--catppuccin-frappe .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}html.theme--catppuccin-frappe .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#838ba7}html.theme--catppuccin-frappe .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#8caaee}html.theme--catppuccin-frappe .navbar-burger{display:none}html.theme--catppuccin-frappe .navbar-item,html.theme--catppuccin-frappe .navbar-link{align-items:center;display:flex}html.theme--catppuccin-frappe .navbar-item.has-dropdown{align-items:stretch}html.theme--catppuccin-frappe .navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}html.theme--catppuccin-frappe .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--catppuccin-frappe .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced html.theme--catppuccin-frappe .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-frappe .navbar-item.is-hoverable:hover .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}html.theme--catppuccin-frappe .navbar-menu{flex-grow:1;flex-shrink:0}html.theme--catppuccin-frappe .navbar-start{justify-content:flex-start;margin-right:auto}html.theme--catppuccin-frappe .navbar-end{justify-content:flex-end;margin-left:auto}html.theme--catppuccin-frappe .navbar-dropdown{background-color:#8caaee;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--catppuccin-frappe .navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}html.theme--catppuccin-frappe .navbar-dropdown a.navbar-item{padding-right:3rem}html.theme--catppuccin-frappe .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-frappe .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#838ba7}html.theme--catppuccin-frappe .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#8caaee}.navbar.is-spaced html.theme--catppuccin-frappe .navbar-dropdown,html.theme--catppuccin-frappe .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--catppuccin-frappe .navbar-dropdown.is-right{left:auto;right:0}html.theme--catppuccin-frappe .navbar-divider{display:block}html.theme--catppuccin-frappe .navbar>.container .navbar-brand,html.theme--catppuccin-frappe .container>.navbar .navbar-brand{margin-left:-.75rem}html.theme--catppuccin-frappe .navbar>.container .navbar-menu,html.theme--catppuccin-frappe .container>.navbar .navbar-menu{margin-right:-.75rem}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-desktop,html.theme--catppuccin-frappe .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-desktop{bottom:0}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .navbar.is-fixed-top-desktop{top:0}html.theme--catppuccin-frappe html.has-navbar-fixed-top-desktop,html.theme--catppuccin-frappe body.has-navbar-fixed-top-desktop{padding-top:4rem}html.theme--catppuccin-frappe html.has-navbar-fixed-bottom-desktop,html.theme--catppuccin-frappe body.has-navbar-fixed-bottom-desktop{padding-bottom:4rem}html.theme--catppuccin-frappe html.has-spaced-navbar-fixed-top,html.theme--catppuccin-frappe body.has-spaced-navbar-fixed-top{padding-top:6rem}html.theme--catppuccin-frappe html.has-spaced-navbar-fixed-bottom,html.theme--catppuccin-frappe body.has-spaced-navbar-fixed-bottom{padding-bottom:6rem}html.theme--catppuccin-frappe a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar-link.is-active{color:#8caaee}html.theme--catppuccin-frappe a.navbar-item.is-active:not(:focus):not(:hover),html.theme--catppuccin-frappe .navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}html.theme--catppuccin-frappe .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}html.theme--catppuccin-frappe .hero.is-fullheight-with-navbar{min-height:calc(100vh - 4rem)}html.theme--catppuccin-frappe .pagination{font-size:1rem;margin:-.25rem}html.theme--catppuccin-frappe .pagination.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}html.theme--catppuccin-frappe .pagination.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .pagination.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .pagination.is-rounded .pagination-previous,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,html.theme--catppuccin-frappe .pagination.is-rounded .pagination-next,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}html.theme--catppuccin-frappe .pagination.is-rounded .pagination-link,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}html.theme--catppuccin-frappe .pagination,html.theme--catppuccin-frappe .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe .pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-link{border-color:#626880;color:#8caaee;min-width:2.5em}html.theme--catppuccin-frappe .pagination-previous:hover,html.theme--catppuccin-frappe .pagination-next:hover,html.theme--catppuccin-frappe .pagination-link:hover{border-color:#737994;color:#99d1db}html.theme--catppuccin-frappe .pagination-previous:focus,html.theme--catppuccin-frappe .pagination-next:focus,html.theme--catppuccin-frappe .pagination-link:focus{border-color:#737994}html.theme--catppuccin-frappe .pagination-previous:active,html.theme--catppuccin-frappe .pagination-next:active,html.theme--catppuccin-frappe .pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}html.theme--catppuccin-frappe .pagination-previous[disabled],html.theme--catppuccin-frappe .pagination-previous.is-disabled,html.theme--catppuccin-frappe .pagination-next[disabled],html.theme--catppuccin-frappe .pagination-next.is-disabled,html.theme--catppuccin-frappe .pagination-link[disabled],html.theme--catppuccin-frappe .pagination-link.is-disabled{background-color:#626880;border-color:#626880;box-shadow:none;color:#f1f4fd;opacity:0.5}html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}html.theme--catppuccin-frappe .pagination-link.is-current{background-color:#8caaee;border-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .pagination-ellipsis{color:#737994;pointer-events:none}html.theme--catppuccin-frappe .pagination-list{flex-wrap:wrap}html.theme--catppuccin-frappe .pagination-list li{list-style:none}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .pagination{flex-wrap:wrap}html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe .pagination-ellipsis{margin-bottom:0;margin-top:0}html.theme--catppuccin-frappe .pagination-previous{order:2}html.theme--catppuccin-frappe .pagination-next{order:3}html.theme--catppuccin-frappe .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}html.theme--catppuccin-frappe .pagination.is-centered .pagination-previous{order:1}html.theme--catppuccin-frappe .pagination.is-centered .pagination-list{justify-content:center;order:2}html.theme--catppuccin-frappe .pagination.is-centered .pagination-next{order:3}html.theme--catppuccin-frappe .pagination.is-right .pagination-previous{order:1}html.theme--catppuccin-frappe .pagination.is-right .pagination-next{order:2}html.theme--catppuccin-frappe .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}html.theme--catppuccin-frappe .panel{border-radius:8px;box-shadow:#171717;font-size:1rem}html.theme--catppuccin-frappe .panel:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-frappe .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}html.theme--catppuccin-frappe .panel.is-white .panel-block.is-active .panel-icon{color:#fff}html.theme--catppuccin-frappe .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}html.theme--catppuccin-frappe .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}html.theme--catppuccin-frappe .panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}html.theme--catppuccin-frappe .panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}html.theme--catppuccin-frappe .panel.is-dark .panel-heading,html.theme--catppuccin-frappe .content kbd.panel .panel-heading{background-color:#414559;color:#fff}html.theme--catppuccin-frappe .panel.is-dark .panel-tabs a.is-active,html.theme--catppuccin-frappe .content kbd.panel .panel-tabs a.is-active{border-bottom-color:#414559}html.theme--catppuccin-frappe .panel.is-dark .panel-block.is-active .panel-icon,html.theme--catppuccin-frappe .content kbd.panel .panel-block.is-active .panel-icon{color:#414559}html.theme--catppuccin-frappe .panel.is-primary .panel-heading,html.theme--catppuccin-frappe .docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .panel.is-primary .panel-tabs a.is-active,html.theme--catppuccin-frappe .docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#8caaee}html.theme--catppuccin-frappe .panel.is-primary .panel-block.is-active .panel-icon,html.theme--catppuccin-frappe .docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#8caaee}html.theme--catppuccin-frappe .panel.is-link .panel-heading{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .panel.is-link .panel-tabs a.is-active{border-bottom-color:#8caaee}html.theme--catppuccin-frappe .panel.is-link .panel-block.is-active .panel-icon{color:#8caaee}html.theme--catppuccin-frappe .panel.is-info .panel-heading{background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .panel.is-info .panel-tabs a.is-active{border-bottom-color:#81c8be}html.theme--catppuccin-frappe .panel.is-info .panel-block.is-active .panel-icon{color:#81c8be}html.theme--catppuccin-frappe .panel.is-success .panel-heading{background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .panel.is-success .panel-tabs a.is-active{border-bottom-color:#a6d189}html.theme--catppuccin-frappe .panel.is-success .panel-block.is-active .panel-icon{color:#a6d189}html.theme--catppuccin-frappe .panel.is-warning .panel-heading{background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#e5c890}html.theme--catppuccin-frappe .panel.is-warning .panel-block.is-active .panel-icon{color:#e5c890}html.theme--catppuccin-frappe .panel.is-danger .panel-heading{background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#e78284}html.theme--catppuccin-frappe .panel.is-danger .panel-block.is-active .panel-icon{color:#e78284}html.theme--catppuccin-frappe .panel-tabs:not(:last-child),html.theme--catppuccin-frappe .panel-block:not(:last-child){border-bottom:1px solid #ededed}html.theme--catppuccin-frappe .panel-heading{background-color:#51576d;border-radius:8px 8px 0 0;color:#b0bef1;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}html.theme--catppuccin-frappe .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}html.theme--catppuccin-frappe .panel-tabs a{border-bottom:1px solid #626880;margin-bottom:-1px;padding:0.5em}html.theme--catppuccin-frappe .panel-tabs a.is-active{border-bottom-color:#51576d;color:#769aeb}html.theme--catppuccin-frappe .panel-list a{color:#c6d0f5}html.theme--catppuccin-frappe .panel-list a:hover{color:#8caaee}html.theme--catppuccin-frappe .panel-block{align-items:center;color:#b0bef1;display:flex;justify-content:flex-start;padding:0.5em 0.75em}html.theme--catppuccin-frappe .panel-block input[type="checkbox"]{margin-right:.75em}html.theme--catppuccin-frappe .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}html.theme--catppuccin-frappe .panel-block.is-wrapped{flex-wrap:wrap}html.theme--catppuccin-frappe .panel-block.is-active{border-left-color:#8caaee;color:#769aeb}html.theme--catppuccin-frappe .panel-block.is-active .panel-icon{color:#8caaee}html.theme--catppuccin-frappe .panel-block:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.theme--catppuccin-frappe a.panel-block,html.theme--catppuccin-frappe label.panel-block{cursor:pointer}html.theme--catppuccin-frappe a.panel-block:hover,html.theme--catppuccin-frappe label.panel-block:hover{background-color:#292c3c}html.theme--catppuccin-frappe .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#f1f4fd;margin-right:.75em}html.theme--catppuccin-frappe .panel-icon .fa{font-size:inherit;line-height:inherit}html.theme--catppuccin-frappe .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--catppuccin-frappe .tabs a{align-items:center;border-bottom-color:#626880;border-bottom-style:solid;border-bottom-width:1px;color:#c6d0f5;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}html.theme--catppuccin-frappe .tabs a:hover{border-bottom-color:#b0bef1;color:#b0bef1}html.theme--catppuccin-frappe .tabs li{display:block}html.theme--catppuccin-frappe .tabs li.is-active a{border-bottom-color:#8caaee;color:#8caaee}html.theme--catppuccin-frappe .tabs ul{align-items:center;border-bottom-color:#626880;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}html.theme--catppuccin-frappe .tabs ul.is-left{padding-right:0.75em}html.theme--catppuccin-frappe .tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}html.theme--catppuccin-frappe .tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}html.theme--catppuccin-frappe .tabs .icon:first-child{margin-right:.5em}html.theme--catppuccin-frappe .tabs .icon:last-child{margin-left:.5em}html.theme--catppuccin-frappe .tabs.is-centered ul{justify-content:center}html.theme--catppuccin-frappe .tabs.is-right ul{justify-content:flex-end}html.theme--catppuccin-frappe .tabs.is-boxed a{border:1px solid transparent;border-radius:.4em .4em 0 0}html.theme--catppuccin-frappe .tabs.is-boxed a:hover{background-color:#292c3c;border-bottom-color:#626880}html.theme--catppuccin-frappe .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#626880;border-bottom-color:rgba(0,0,0,0) !important}html.theme--catppuccin-frappe .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}html.theme--catppuccin-frappe .tabs.is-toggle a{border-color:#626880;border-style:solid;border-width:1px;margin-bottom:0;position:relative}html.theme--catppuccin-frappe .tabs.is-toggle a:hover{background-color:#292c3c;border-color:#737994;z-index:2}html.theme--catppuccin-frappe .tabs.is-toggle li+li{margin-left:-1px}html.theme--catppuccin-frappe .tabs.is-toggle li:first-child a{border-top-left-radius:.4em;border-bottom-left-radius:.4em}html.theme--catppuccin-frappe .tabs.is-toggle li:last-child a{border-top-right-radius:.4em;border-bottom-right-radius:.4em}html.theme--catppuccin-frappe .tabs.is-toggle li.is-active a{background-color:#8caaee;border-color:#8caaee;color:#fff;z-index:1}html.theme--catppuccin-frappe .tabs.is-toggle ul{border-bottom:none}html.theme--catppuccin-frappe .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--catppuccin-frappe .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--catppuccin-frappe .tabs.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}html.theme--catppuccin-frappe .tabs.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .tabs.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-narrow{flex:none;width:unset}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-full{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-half{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-half{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-0{flex:none;width:0%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-0{margin-left:0%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-3{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-3{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-6{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-6{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-9{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-9{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-12{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .column.is-narrow-mobile{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full-mobile{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters-mobile{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds-mobile{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half-mobile{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third-mobile{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter-mobile{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth-mobile{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths-mobile{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths-mobile{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths-mobile{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters-mobile{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds-mobile{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half-mobile{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third-mobile{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter-mobile{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth-mobile{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths-mobile{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths-mobile{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths-mobile{margin-left:80%}html.theme--catppuccin-frappe .column.is-0-mobile{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0-mobile{margin-left:0%}html.theme--catppuccin-frappe .column.is-1-mobile{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1-mobile{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2-mobile{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2-mobile{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3-mobile{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3-mobile{margin-left:25%}html.theme--catppuccin-frappe .column.is-4-mobile{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4-mobile{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5-mobile{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5-mobile{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6-mobile{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6-mobile{margin-left:50%}html.theme--catppuccin-frappe .column.is-7-mobile{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7-mobile{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8-mobile{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8-mobile{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9-mobile{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9-mobile{margin-left:75%}html.theme--catppuccin-frappe .column.is-10-mobile{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10-mobile{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11-mobile{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11-mobile{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12-mobile{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .column.is-narrow,html.theme--catppuccin-frappe .column.is-narrow-tablet{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full,html.theme--catppuccin-frappe .column.is-full-tablet{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters,html.theme--catppuccin-frappe .column.is-three-quarters-tablet{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds,html.theme--catppuccin-frappe .column.is-two-thirds-tablet{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half,html.theme--catppuccin-frappe .column.is-half-tablet{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third,html.theme--catppuccin-frappe .column.is-one-third-tablet{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter,html.theme--catppuccin-frappe .column.is-one-quarter-tablet{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth,html.theme--catppuccin-frappe .column.is-one-fifth-tablet{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths,html.theme--catppuccin-frappe .column.is-two-fifths-tablet{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths,html.theme--catppuccin-frappe .column.is-three-fifths-tablet{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths,html.theme--catppuccin-frappe .column.is-four-fifths-tablet{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters,html.theme--catppuccin-frappe .column.is-offset-three-quarters-tablet{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds,html.theme--catppuccin-frappe .column.is-offset-two-thirds-tablet{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half,html.theme--catppuccin-frappe .column.is-offset-half-tablet{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third,html.theme--catppuccin-frappe .column.is-offset-one-third-tablet{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter,html.theme--catppuccin-frappe .column.is-offset-one-quarter-tablet{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth,html.theme--catppuccin-frappe .column.is-offset-one-fifth-tablet{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths,html.theme--catppuccin-frappe .column.is-offset-two-fifths-tablet{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths,html.theme--catppuccin-frappe .column.is-offset-three-fifths-tablet{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths,html.theme--catppuccin-frappe .column.is-offset-four-fifths-tablet{margin-left:80%}html.theme--catppuccin-frappe .column.is-0,html.theme--catppuccin-frappe .column.is-0-tablet{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0,html.theme--catppuccin-frappe .column.is-offset-0-tablet{margin-left:0%}html.theme--catppuccin-frappe .column.is-1,html.theme--catppuccin-frappe .column.is-1-tablet{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1,html.theme--catppuccin-frappe .column.is-offset-1-tablet{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2,html.theme--catppuccin-frappe .column.is-2-tablet{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2,html.theme--catppuccin-frappe .column.is-offset-2-tablet{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3,html.theme--catppuccin-frappe .column.is-3-tablet{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3,html.theme--catppuccin-frappe .column.is-offset-3-tablet{margin-left:25%}html.theme--catppuccin-frappe .column.is-4,html.theme--catppuccin-frappe .column.is-4-tablet{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4,html.theme--catppuccin-frappe .column.is-offset-4-tablet{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5,html.theme--catppuccin-frappe .column.is-5-tablet{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5,html.theme--catppuccin-frappe .column.is-offset-5-tablet{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6,html.theme--catppuccin-frappe .column.is-6-tablet{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6,html.theme--catppuccin-frappe .column.is-offset-6-tablet{margin-left:50%}html.theme--catppuccin-frappe .column.is-7,html.theme--catppuccin-frappe .column.is-7-tablet{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7,html.theme--catppuccin-frappe .column.is-offset-7-tablet{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8,html.theme--catppuccin-frappe .column.is-8-tablet{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8,html.theme--catppuccin-frappe .column.is-offset-8-tablet{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9,html.theme--catppuccin-frappe .column.is-9-tablet{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9,html.theme--catppuccin-frappe .column.is-offset-9-tablet{margin-left:75%}html.theme--catppuccin-frappe .column.is-10,html.theme--catppuccin-frappe .column.is-10-tablet{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10,html.theme--catppuccin-frappe .column.is-offset-10-tablet{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11,html.theme--catppuccin-frappe .column.is-11-tablet{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11,html.theme--catppuccin-frappe .column.is-offset-11-tablet{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12,html.theme--catppuccin-frappe .column.is-12-tablet{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12,html.theme--catppuccin-frappe .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .column.is-narrow-touch{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full-touch{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters-touch{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds-touch{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half-touch{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third-touch{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter-touch{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth-touch{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths-touch{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths-touch{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths-touch{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters-touch{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds-touch{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half-touch{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third-touch{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter-touch{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth-touch{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths-touch{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths-touch{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths-touch{margin-left:80%}html.theme--catppuccin-frappe .column.is-0-touch{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0-touch{margin-left:0%}html.theme--catppuccin-frappe .column.is-1-touch{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1-touch{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2-touch{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2-touch{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3-touch{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3-touch{margin-left:25%}html.theme--catppuccin-frappe .column.is-4-touch{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4-touch{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5-touch{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5-touch{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6-touch{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6-touch{margin-left:50%}html.theme--catppuccin-frappe .column.is-7-touch{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7-touch{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8-touch{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8-touch{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9-touch{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9-touch{margin-left:75%}html.theme--catppuccin-frappe .column.is-10-touch{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10-touch{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11-touch{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11-touch{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12-touch{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .column.is-narrow-desktop{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full-desktop{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters-desktop{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds-desktop{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half-desktop{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third-desktop{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter-desktop{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth-desktop{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths-desktop{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths-desktop{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths-desktop{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters-desktop{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds-desktop{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half-desktop{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third-desktop{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter-desktop{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth-desktop{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths-desktop{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths-desktop{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths-desktop{margin-left:80%}html.theme--catppuccin-frappe .column.is-0-desktop{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0-desktop{margin-left:0%}html.theme--catppuccin-frappe .column.is-1-desktop{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1-desktop{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2-desktop{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2-desktop{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3-desktop{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3-desktop{margin-left:25%}html.theme--catppuccin-frappe .column.is-4-desktop{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4-desktop{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5-desktop{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5-desktop{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6-desktop{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6-desktop{margin-left:50%}html.theme--catppuccin-frappe .column.is-7-desktop{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7-desktop{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8-desktop{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8-desktop{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9-desktop{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9-desktop{margin-left:75%}html.theme--catppuccin-frappe .column.is-10-desktop{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10-desktop{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11-desktop{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11-desktop{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12-desktop{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .column.is-narrow-widescreen{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full-widescreen{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters-widescreen{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds-widescreen{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half-widescreen{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third-widescreen{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter-widescreen{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth-widescreen{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths-widescreen{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths-widescreen{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths-widescreen{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters-widescreen{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half-widescreen{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third-widescreen{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter-widescreen{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth-widescreen{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths-widescreen{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths-widescreen{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths-widescreen{margin-left:80%}html.theme--catppuccin-frappe .column.is-0-widescreen{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0-widescreen{margin-left:0%}html.theme--catppuccin-frappe .column.is-1-widescreen{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1-widescreen{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2-widescreen{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2-widescreen{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3-widescreen{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3-widescreen{margin-left:25%}html.theme--catppuccin-frappe .column.is-4-widescreen{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4-widescreen{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5-widescreen{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5-widescreen{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6-widescreen{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6-widescreen{margin-left:50%}html.theme--catppuccin-frappe .column.is-7-widescreen{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7-widescreen{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8-widescreen{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8-widescreen{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9-widescreen{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9-widescreen{margin-left:75%}html.theme--catppuccin-frappe .column.is-10-widescreen{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10-widescreen{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11-widescreen{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11-widescreen{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12-widescreen{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .column.is-narrow-fullhd{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full-fullhd{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters-fullhd{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds-fullhd{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half-fullhd{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third-fullhd{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter-fullhd{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth-fullhd{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths-fullhd{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths-fullhd{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths-fullhd{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters-fullhd{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half-fullhd{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third-fullhd{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter-fullhd{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth-fullhd{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths-fullhd{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths-fullhd{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths-fullhd{margin-left:80%}html.theme--catppuccin-frappe .column.is-0-fullhd{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0-fullhd{margin-left:0%}html.theme--catppuccin-frappe .column.is-1-fullhd{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1-fullhd{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2-fullhd{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2-fullhd{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3-fullhd{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3-fullhd{margin-left:25%}html.theme--catppuccin-frappe .column.is-4-fullhd{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4-fullhd{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5-fullhd{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5-fullhd{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6-fullhd{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6-fullhd{margin-left:50%}html.theme--catppuccin-frappe .column.is-7-fullhd{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7-fullhd{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8-fullhd{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8-fullhd{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9-fullhd{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9-fullhd{margin-left:75%}html.theme--catppuccin-frappe .column.is-10-fullhd{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10-fullhd{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11-fullhd{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11-fullhd{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12-fullhd{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12-fullhd{margin-left:100%}}html.theme--catppuccin-frappe .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-frappe .columns:last-child{margin-bottom:-.75rem}html.theme--catppuccin-frappe .columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}html.theme--catppuccin-frappe .columns.is-centered{justify-content:center}html.theme--catppuccin-frappe .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}html.theme--catppuccin-frappe .columns.is-gapless>.column{margin:0;padding:0 !important}html.theme--catppuccin-frappe .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-frappe .columns.is-gapless:last-child{margin-bottom:0}html.theme--catppuccin-frappe .columns.is-mobile{display:flex}html.theme--catppuccin-frappe .columns.is-multiline{flex-wrap:wrap}html.theme--catppuccin-frappe .columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-desktop{display:flex}}html.theme--catppuccin-frappe .columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}html.theme--catppuccin-frappe .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}html.theme--catppuccin-frappe .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}html.theme--catppuccin-frappe .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}html.theme--catppuccin-frappe .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}html.theme--catppuccin-frappe .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}html.theme--catppuccin-frappe .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}html.theme--catppuccin-frappe .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}html.theme--catppuccin-frappe .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}html.theme--catppuccin-frappe .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}html.theme--catppuccin-frappe .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}html.theme--catppuccin-frappe .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}html.theme--catppuccin-frappe .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-frappe .tile.is-ancestor:last-child{margin-bottom:-.75rem}html.theme--catppuccin-frappe .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-frappe .tile.is-child{margin:0 !important}html.theme--catppuccin-frappe .tile.is-parent{padding:.75rem}html.theme--catppuccin-frappe .tile.is-vertical{flex-direction:column}html.theme--catppuccin-frappe .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .tile:not(.is-child){display:flex}html.theme--catppuccin-frappe .tile.is-1{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .tile.is-2{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .tile.is-3{flex:none;width:25%}html.theme--catppuccin-frappe .tile.is-4{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .tile.is-5{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .tile.is-6{flex:none;width:50%}html.theme--catppuccin-frappe .tile.is-7{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .tile.is-8{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .tile.is-9{flex:none;width:75%}html.theme--catppuccin-frappe .tile.is-10{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .tile.is-11{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .tile.is-12{flex:none;width:100%}}html.theme--catppuccin-frappe .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}html.theme--catppuccin-frappe .hero .navbar{background:none}html.theme--catppuccin-frappe .hero .tabs ul{border-bottom:none}html.theme--catppuccin-frappe .hero.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-white strong{color:inherit}html.theme--catppuccin-frappe .hero.is-white .title{color:#0a0a0a}html.theme--catppuccin-frappe .hero.is-white .subtitle{color:rgba(10,10,10,0.9)}html.theme--catppuccin-frappe .hero.is-white .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-white .navbar-menu{background-color:#fff}}html.theme--catppuccin-frappe .hero.is-white .navbar-item,html.theme--catppuccin-frappe .hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}html.theme--catppuccin-frappe .hero.is-white a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-white a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-white .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-frappe .hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}html.theme--catppuccin-frappe .hero.is-white .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}html.theme--catppuccin-frappe .hero.is-white .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-white .tabs.is-toggle a{color:#0a0a0a}html.theme--catppuccin-frappe .hero.is-white .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-white .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-white .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-white .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}html.theme--catppuccin-frappe .hero.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-black strong{color:inherit}html.theme--catppuccin-frappe .hero.is-black .title{color:#fff}html.theme--catppuccin-frappe .hero.is-black .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-frappe .hero.is-black .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-black .navbar-menu{background-color:#0a0a0a}}html.theme--catppuccin-frappe .hero.is-black .navbar-item,html.theme--catppuccin-frappe .hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-frappe .hero.is-black a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-black a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-black .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-frappe .hero.is-black .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-frappe .hero.is-black .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}html.theme--catppuccin-frappe .hero.is-black .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-black .tabs.is-toggle a{color:#fff}html.theme--catppuccin-frappe .hero.is-black .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-black .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-black .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-black .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}html.theme--catppuccin-frappe .hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-light strong{color:inherit}html.theme--catppuccin-frappe .hero.is-light .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-light .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-frappe .hero.is-light .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-light .navbar-menu{background-color:#f5f5f5}}html.theme--catppuccin-frappe .hero.is-light .navbar-item,html.theme--catppuccin-frappe .hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-light a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-light a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-light .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-frappe .hero.is-light .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}html.theme--catppuccin-frappe .hero.is-light .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-light .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-light .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-light .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-light .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .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}html.theme--catppuccin-frappe .hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}html.theme--catppuccin-frappe .hero.is-dark,html.theme--catppuccin-frappe .content kbd.hero{background-color:#414559;color:#fff}html.theme--catppuccin-frappe .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-dark strong,html.theme--catppuccin-frappe .content kbd.hero strong{color:inherit}html.theme--catppuccin-frappe .hero.is-dark .title,html.theme--catppuccin-frappe .content kbd.hero .title{color:#fff}html.theme--catppuccin-frappe .hero.is-dark .subtitle,html.theme--catppuccin-frappe .content kbd.hero .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-frappe .hero.is-dark .subtitle a:not(.button),html.theme--catppuccin-frappe .content kbd.hero .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-dark .subtitle strong,html.theme--catppuccin-frappe .content kbd.hero .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-dark .navbar-menu,html.theme--catppuccin-frappe .content kbd.hero .navbar-menu{background-color:#414559}}html.theme--catppuccin-frappe .hero.is-dark .navbar-item,html.theme--catppuccin-frappe .content kbd.hero .navbar-item,html.theme--catppuccin-frappe .hero.is-dark .navbar-link,html.theme--catppuccin-frappe .content kbd.hero .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-frappe .hero.is-dark a.navbar-item:hover,html.theme--catppuccin-frappe .content kbd.hero a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-dark a.navbar-item.is-active,html.theme--catppuccin-frappe .content kbd.hero a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-dark .navbar-link:hover,html.theme--catppuccin-frappe .content kbd.hero .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-dark .navbar-link.is-active,html.theme--catppuccin-frappe .content kbd.hero .navbar-link.is-active{background-color:#363a4a;color:#fff}html.theme--catppuccin-frappe .hero.is-dark .tabs a,html.theme--catppuccin-frappe .content kbd.hero .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-frappe .hero.is-dark .tabs a:hover,html.theme--catppuccin-frappe .content kbd.hero .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-dark .tabs li.is-active a,html.theme--catppuccin-frappe .content kbd.hero .tabs li.is-active a{color:#414559 !important;opacity:1}html.theme--catppuccin-frappe .hero.is-dark .tabs.is-boxed a,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-dark .tabs.is-toggle a,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-toggle a{color:#fff}html.theme--catppuccin-frappe .hero.is-dark .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-dark .tabs.is-toggle a:hover,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-dark .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-dark .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-dark .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#414559}html.theme--catppuccin-frappe .hero.is-dark.is-bold,html.theme--catppuccin-frappe .content kbd.hero.is-bold{background-image:linear-gradient(141deg, #262f41 0%, #414559 71%, #47476c 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-dark.is-bold .navbar-menu,html.theme--catppuccin-frappe .content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #262f41 0%, #414559 71%, #47476c 100%)}}html.theme--catppuccin-frappe .hero.is-primary,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-primary strong,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink strong{color:inherit}html.theme--catppuccin-frappe .hero.is-primary .title,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .title{color:#fff}html.theme--catppuccin-frappe .hero.is-primary .subtitle,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-frappe .hero.is-primary .subtitle a:not(.button),html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-primary .subtitle strong,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-primary .navbar-menu,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#8caaee}}html.theme--catppuccin-frappe .hero.is-primary .navbar-item,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .navbar-item,html.theme--catppuccin-frappe .hero.is-primary .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-frappe .hero.is-primary a.navbar-item:hover,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-primary a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-primary .navbar-link:hover,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-primary .navbar-link.is-active,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .hero.is-primary .tabs a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-frappe .hero.is-primary .tabs a:hover,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-primary .tabs li.is-active a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#8caaee !important;opacity:1}html.theme--catppuccin-frappe .hero.is-primary .tabs.is-boxed a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-primary .tabs.is-toggle a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}html.theme--catppuccin-frappe .hero.is-primary .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-primary .tabs.is-toggle a:hover,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-primary .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-primary .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-primary .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .hero.is-primary.is-bold,html.theme--catppuccin-frappe .docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #569ff1 0%, #8caaee 71%, #a0abf4 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-primary.is-bold .navbar-menu,html.theme--catppuccin-frappe .docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #569ff1 0%, #8caaee 71%, #a0abf4 100%)}}html.theme--catppuccin-frappe .hero.is-link{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-link strong{color:inherit}html.theme--catppuccin-frappe .hero.is-link .title{color:#fff}html.theme--catppuccin-frappe .hero.is-link .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-frappe .hero.is-link .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-link .navbar-menu{background-color:#8caaee}}html.theme--catppuccin-frappe .hero.is-link .navbar-item,html.theme--catppuccin-frappe .hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-frappe .hero.is-link a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-link a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-link .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-link .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .hero.is-link .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-frappe .hero.is-link .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-link .tabs li.is-active a{color:#8caaee !important;opacity:1}html.theme--catppuccin-frappe .hero.is-link .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-link .tabs.is-toggle a{color:#fff}html.theme--catppuccin-frappe .hero.is-link .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-link .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-link .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-link .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .hero.is-link.is-bold{background-image:linear-gradient(141deg, #569ff1 0%, #8caaee 71%, #a0abf4 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #569ff1 0%, #8caaee 71%, #a0abf4 100%)}}html.theme--catppuccin-frappe .hero.is-info{background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-info strong{color:inherit}html.theme--catppuccin-frappe .hero.is-info .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-info .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-frappe .hero.is-info .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-info .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-info .navbar-menu{background-color:#81c8be}}html.theme--catppuccin-frappe .hero.is-info .navbar-item,html.theme--catppuccin-frappe .hero.is-info .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-info a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-info a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-info .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-info .navbar-link.is-active{background-color:#6fc0b5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-info .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-frappe .hero.is-info .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-info .tabs li.is-active a{color:#81c8be !important;opacity:1}html.theme--catppuccin-frappe .hero.is-info .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-info .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-info .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-info .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-info .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-info .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-info .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:#81c8be}html.theme--catppuccin-frappe .hero.is-info.is-bold{background-image:linear-gradient(141deg, #52c4a1 0%, #81c8be 71%, #8fd2d4 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #52c4a1 0%, #81c8be 71%, #8fd2d4 100%)}}html.theme--catppuccin-frappe .hero.is-success{background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-success strong{color:inherit}html.theme--catppuccin-frappe .hero.is-success .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-success .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-frappe .hero.is-success .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-success .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-success .navbar-menu{background-color:#a6d189}}html.theme--catppuccin-frappe .hero.is-success .navbar-item,html.theme--catppuccin-frappe .hero.is-success .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-success a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-success a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-success .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-success .navbar-link.is-active{background-color:#98ca77;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-success .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-frappe .hero.is-success .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-success .tabs li.is-active a{color:#a6d189 !important;opacity:1}html.theme--catppuccin-frappe .hero.is-success .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-success .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-success .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-success .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-success .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-success .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-success .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:#a6d189}html.theme--catppuccin-frappe .hero.is-success.is-bold{background-image:linear-gradient(141deg, #9ccd5a 0%, #a6d189 71%, #a8dc98 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #9ccd5a 0%, #a6d189 71%, #a8dc98 100%)}}html.theme--catppuccin-frappe .hero.is-warning{background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-warning strong{color:inherit}html.theme--catppuccin-frappe .hero.is-warning .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-warning .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-frappe .hero.is-warning .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-warning .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-warning .navbar-menu{background-color:#e5c890}}html.theme--catppuccin-frappe .hero.is-warning .navbar-item,html.theme--catppuccin-frappe .hero.is-warning .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-warning a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-warning a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-warning .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-warning .navbar-link.is-active{background-color:#e0be7b;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-warning .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-frappe .hero.is-warning .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-warning .tabs li.is-active a{color:#e5c890 !important;opacity:1}html.theme--catppuccin-frappe .hero.is-warning .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-warning .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-warning .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-warning .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-warning .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .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:#e5c890}html.theme--catppuccin-frappe .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #e5a05d 0%, #e5c890 71%, #ede0a2 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e5a05d 0%, #e5c890 71%, #ede0a2 100%)}}html.theme--catppuccin-frappe .hero.is-danger{background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-danger strong{color:inherit}html.theme--catppuccin-frappe .hero.is-danger .title{color:#fff}html.theme--catppuccin-frappe .hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-frappe .hero.is-danger .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-danger .navbar-menu{background-color:#e78284}}html.theme--catppuccin-frappe .hero.is-danger .navbar-item,html.theme--catppuccin-frappe .hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-frappe .hero.is-danger a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-danger a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-danger .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-danger .navbar-link.is-active{background-color:#e36d6f;color:#fff}html.theme--catppuccin-frappe .hero.is-danger .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-frappe .hero.is-danger .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-danger .tabs li.is-active a{color:#e78284 !important;opacity:1}html.theme--catppuccin-frappe .hero.is-danger .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-danger .tabs.is-toggle a{color:#fff}html.theme--catppuccin-frappe .hero.is-danger .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-danger .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-danger .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-danger .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#e78284}html.theme--catppuccin-frappe .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #e94d6a 0%, #e78284 71%, #eea294 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e94d6a 0%, #e78284 71%, #eea294 100%)}}html.theme--catppuccin-frappe .hero.is-small .hero-body,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .hero.is-large .hero-body{padding:18rem 6rem}}html.theme--catppuccin-frappe .hero.is-halfheight .hero-body,html.theme--catppuccin-frappe .hero.is-fullheight .hero-body,html.theme--catppuccin-frappe .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}html.theme--catppuccin-frappe .hero.is-halfheight .hero-body>.container,html.theme--catppuccin-frappe .hero.is-fullheight .hero-body>.container,html.theme--catppuccin-frappe .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .hero.is-halfheight{min-height:50vh}html.theme--catppuccin-frappe .hero.is-fullheight{min-height:100vh}html.theme--catppuccin-frappe .hero-video{overflow:hidden}html.theme--catppuccin-frappe .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}html.theme--catppuccin-frappe .hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero-video{display:none}}html.theme--catppuccin-frappe .hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero-buttons .button{display:flex}html.theme--catppuccin-frappe .hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .hero-buttons{display:flex;justify-content:center}html.theme--catppuccin-frappe .hero-buttons .button:not(:last-child){margin-right:1.5rem}}html.theme--catppuccin-frappe .hero-head,html.theme--catppuccin-frappe .hero-foot{flex-grow:0;flex-shrink:0}html.theme--catppuccin-frappe .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .hero-body{padding:3rem 3rem}}html.theme--catppuccin-frappe .section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .section{padding:3rem 3rem}html.theme--catppuccin-frappe .section.is-medium{padding:9rem 4.5rem}html.theme--catppuccin-frappe .section.is-large{padding:18rem 6rem}}html.theme--catppuccin-frappe .footer{background-color:#292c3c;padding:3rem 1.5rem 6rem}html.theme--catppuccin-frappe h1 .docs-heading-anchor,html.theme--catppuccin-frappe h1 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h1 .docs-heading-anchor:visited,html.theme--catppuccin-frappe h2 .docs-heading-anchor,html.theme--catppuccin-frappe h2 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h2 .docs-heading-anchor:visited,html.theme--catppuccin-frappe h3 .docs-heading-anchor,html.theme--catppuccin-frappe h3 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h3 .docs-heading-anchor:visited,html.theme--catppuccin-frappe h4 .docs-heading-anchor,html.theme--catppuccin-frappe h4 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h4 .docs-heading-anchor:visited,html.theme--catppuccin-frappe h5 .docs-heading-anchor,html.theme--catppuccin-frappe h5 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h5 .docs-heading-anchor:visited,html.theme--catppuccin-frappe h6 .docs-heading-anchor,html.theme--catppuccin-frappe h6 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h6 .docs-heading-anchor:visited{color:#c6d0f5}html.theme--catppuccin-frappe h1 .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h2 .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h3 .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h4 .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h5 .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}html.theme--catppuccin-frappe h1 .docs-heading-anchor-permalink::before,html.theme--catppuccin-frappe h2 .docs-heading-anchor-permalink::before,html.theme--catppuccin-frappe h3 .docs-heading-anchor-permalink::before,html.theme--catppuccin-frappe h4 .docs-heading-anchor-permalink::before,html.theme--catppuccin-frappe h5 .docs-heading-anchor-permalink::before,html.theme--catppuccin-frappe h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}html.theme--catppuccin-frappe h1:hover .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h2:hover .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h3:hover .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h4:hover .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h5:hover .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h6:hover .docs-heading-anchor-permalink{visibility:visible}html.theme--catppuccin-frappe .docs-light-only{display:none !important}html.theme--catppuccin-frappe pre{position:relative;overflow:hidden}html.theme--catppuccin-frappe pre code,html.theme--catppuccin-frappe pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}html.theme--catppuccin-frappe pre code:first-of-type,html.theme--catppuccin-frappe pre code.hljs:first-of-type{padding-top:0.5rem !important}html.theme--catppuccin-frappe pre code:last-of-type,html.theme--catppuccin-frappe pre code.hljs:last-of-type{padding-bottom:0.5rem !important}html.theme--catppuccin-frappe 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:#c6d0f5;cursor:pointer;text-align:center}html.theme--catppuccin-frappe pre .copy-button:focus,html.theme--catppuccin-frappe pre .copy-button:hover{opacity:1;background:rgba(198,208,245,0.1);color:#8caaee}html.theme--catppuccin-frappe pre .copy-button.success{color:#a6d189;opacity:1}html.theme--catppuccin-frappe pre .copy-button.error{color:#e78284;opacity:1}html.theme--catppuccin-frappe pre:hover .copy-button{opacity:1}html.theme--catppuccin-frappe .admonition{background-color:#292c3c;border-style:solid;border-width:2px;border-color:#b5bfe2;border-radius:4px;font-size:1rem}html.theme--catppuccin-frappe .admonition strong{color:currentColor}html.theme--catppuccin-frappe .admonition.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}html.theme--catppuccin-frappe .admonition.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .admonition.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .admonition.is-default{background-color:#292c3c;border-color:#b5bfe2}html.theme--catppuccin-frappe .admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#b5bfe2}html.theme--catppuccin-frappe .admonition.is-default>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-info{background-color:#292c3c;border-color:#81c8be}html.theme--catppuccin-frappe .admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#81c8be}html.theme--catppuccin-frappe .admonition.is-info>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-success{background-color:#292c3c;border-color:#a6d189}html.theme--catppuccin-frappe .admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#a6d189}html.theme--catppuccin-frappe .admonition.is-success>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-warning{background-color:#292c3c;border-color:#e5c890}html.theme--catppuccin-frappe .admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#e5c890}html.theme--catppuccin-frappe .admonition.is-warning>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-danger{background-color:#292c3c;border-color:#e78284}html.theme--catppuccin-frappe .admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#e78284}html.theme--catppuccin-frappe .admonition.is-danger>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-compat{background-color:#292c3c;border-color:#99d1db}html.theme--catppuccin-frappe .admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#99d1db}html.theme--catppuccin-frappe .admonition.is-compat>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition-header{color:#b5bfe2;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}html.theme--catppuccin-frappe .admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}html.theme--catppuccin-frappe details.admonition.is-details>.admonition-header{list-style:none}html.theme--catppuccin-frappe details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}html.theme--catppuccin-frappe details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}html.theme--catppuccin-frappe .admonition-body{color:#c6d0f5;padding:0.5rem .75rem}html.theme--catppuccin-frappe .admonition-body pre{background-color:#292c3c}html.theme--catppuccin-frappe .admonition-body code{background-color:#292c3c}html.theme--catppuccin-frappe .docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #626880;border-radius:4px;box-shadow:none;max-width:100%}html.theme--catppuccin-frappe .docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#292c3c;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #626880;overflow:auto}html.theme--catppuccin-frappe .docstring>header code{background-color:transparent}html.theme--catppuccin-frappe .docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}html.theme--catppuccin-frappe .docstring>header .docstring-binding{margin-right:0.3em}html.theme--catppuccin-frappe .docstring>header .docstring-category{margin-left:0.3em}html.theme--catppuccin-frappe .docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #626880}html.theme--catppuccin-frappe .docstring>section:last-child{border-bottom:none}html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:focus{opacity:1 !important}html.theme--catppuccin-frappe .docstring:hover>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-frappe .docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-frappe .docstring>section:hover a.docs-sourcelink{opacity:1}html.theme--catppuccin-frappe .documenter-example-output{background-color:#303446}html.theme--catppuccin-frappe .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:#292c3c;color:#c6d0f5;border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}html.theme--catppuccin-frappe .outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}html.theme--catppuccin-frappe .outdated-warning-overlay a{color:#8caaee}html.theme--catppuccin-frappe .outdated-warning-overlay a:hover{color:#99d1db}html.theme--catppuccin-frappe .content pre{border:2px solid #626880;border-radius:4px}html.theme--catppuccin-frappe .content code{font-weight:inherit}html.theme--catppuccin-frappe .content a code{color:#8caaee}html.theme--catppuccin-frappe .content a:hover code{color:#99d1db}html.theme--catppuccin-frappe .content h1 code,html.theme--catppuccin-frappe .content h2 code,html.theme--catppuccin-frappe .content h3 code,html.theme--catppuccin-frappe .content h4 code,html.theme--catppuccin-frappe .content h5 code,html.theme--catppuccin-frappe .content h6 code{color:#c6d0f5}html.theme--catppuccin-frappe .content table{display:block;width:initial;max-width:100%;overflow-x:auto}html.theme--catppuccin-frappe .content blockquote>ul:first-child,html.theme--catppuccin-frappe .content blockquote>ol:first-child,html.theme--catppuccin-frappe .content .admonition-body>ul:first-child,html.theme--catppuccin-frappe .content .admonition-body>ol:first-child{margin-top:0}html.theme--catppuccin-frappe pre,html.theme--catppuccin-frappe code{font-variant-ligatures:no-contextual}html.theme--catppuccin-frappe .breadcrumb a.is-disabled{cursor:default;pointer-events:none}html.theme--catppuccin-frappe .breadcrumb a.is-disabled,html.theme--catppuccin-frappe .breadcrumb a.is-disabled:hover{color:#b0bef1}html.theme--catppuccin-frappe .hljs{background:initial !important}html.theme--catppuccin-frappe .katex .katex-mathml{top:0;right:0}html.theme--catppuccin-frappe .katex-display,html.theme--catppuccin-frappe mjx-container,html.theme--catppuccin-frappe .MathJax_Display{margin:0.5em 0 !important}html.theme--catppuccin-frappe html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}html.theme--catppuccin-frappe li.no-marker{list-style:none}html.theme--catppuccin-frappe #documenter .docs-main>article{overflow-wrap:break-word}html.theme--catppuccin-frappe #documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe #documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe #documenter .docs-main{width:100%}html.theme--catppuccin-frappe #documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}html.theme--catppuccin-frappe #documenter .docs-main>header,html.theme--catppuccin-frappe #documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar{background-color:#303446;border-bottom:1px solid #626880;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-right .docs-icon,html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe #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--catppuccin-frappe #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--catppuccin-frappe #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--catppuccin-frappe #documenter .docs-main section.footnotes{border-top:1px solid #626880}html.theme--catppuccin-frappe #documenter .docs-main section.footnotes li .tag:first-child,html.theme--catppuccin-frappe #documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,html.theme--catppuccin-frappe #documenter .docs-main section.footnotes li .content kbd:first-child,html.theme--catppuccin-frappe .content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}html.theme--catppuccin-frappe #documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #626880;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe #documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}html.theme--catppuccin-frappe #documenter .docs-main .docs-footer .docs-footer-nextpage,html.theme--catppuccin-frappe #documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}html.theme--catppuccin-frappe #documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}html.theme--catppuccin-frappe #documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}html.theme--catppuccin-frappe #documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}html.theme--catppuccin-frappe #documenter .docs-sidebar{display:flex;flex-direction:column;color:#c6d0f5;background-color:#292c3c;border-right:1px solid #626880;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--catppuccin-frappe #documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #171717}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe #documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe #documenter .docs-sidebar{left:0;top:0}}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}html.theme--catppuccin-frappe #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--catppuccin-frappe #documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-package-name a,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-package-name a:hover{color:#c6d0f5}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-version-selector{border-top:1px solid #626880;display:none;padding:0.5rem}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-version-selector.visible{display:flex}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #626880;padding-bottom:1.5rem}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #626880}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}html.theme--catppuccin-frappe #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--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu .tocitem,html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#c6d0f5;background:#292c3c}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu a.tocitem:hover,html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#c6d0f5;background-color:#313548}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #626880;border-bottom:1px solid #626880;background-color:#232634}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#232634;color:#c6d0f5}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#313548;color:#c6d0f5}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #626880}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{width:14.4rem}html.theme--catppuccin-frappe #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--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#3a3e54}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#4a506c}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe #documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-frappe #documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-frappe #documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#3a3e54}html.theme--catppuccin-frappe #documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#4a506c}}html.theme--catppuccin-frappe 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--catppuccin-frappe .search-min-width-50{min-width:50%}html.theme--catppuccin-frappe .search-min-height-100{min-height:100%}html.theme--catppuccin-frappe .search-modal-card-body{max-height:calc(100vh - 15rem)}html.theme--catppuccin-frappe .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-frappe .search-result-link:hover,html.theme--catppuccin-frappe .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--catppuccin-frappe .search-result-link .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-frappe .property-search-result-badge,html.theme--catppuccin-frappe .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--catppuccin-frappe .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link:hover .search-filter,html.theme--catppuccin-frappe .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link:focus .search-filter{color:#333;background-color:#f1f5f9}html.theme--catppuccin-frappe .search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}html.theme--catppuccin-frappe .search-filter:hover,html.theme--catppuccin-frappe .search-filter:focus{color:#333}html.theme--catppuccin-frappe .search-filter-selected{color:#414559;background-color:#babbf1}html.theme--catppuccin-frappe .search-filter-selected:hover,html.theme--catppuccin-frappe .search-filter-selected:focus{color:#414559}html.theme--catppuccin-frappe .search-result-highlight{background-color:#ffdd57;color:black}html.theme--catppuccin-frappe .search-divider{border-bottom:1px solid #626880}html.theme--catppuccin-frappe .search-result-title{width:85%;color:#f5f5f5}html.theme--catppuccin-frappe .search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-frappe #search-modal .modal-card-body::-webkit-scrollbar,html.theme--catppuccin-frappe #search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}html.theme--catppuccin-frappe #search-modal .modal-card-body::-webkit-scrollbar-thumb,html.theme--catppuccin-frappe #search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}html.theme--catppuccin-frappe #search-modal .modal-card-body::-webkit-scrollbar-track,html.theme--catppuccin-frappe #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--catppuccin-frappe .w-100{width:100%}html.theme--catppuccin-frappe .gap-2{gap:0.5rem}html.theme--catppuccin-frappe .gap-4{gap:1rem}html.theme--catppuccin-frappe .gap-8{gap:2rem}html.theme--catppuccin-frappe{background-color:#303446;font-size:16px;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-frappe a{transition:all 200ms ease}html.theme--catppuccin-frappe .label{color:#c6d0f5}html.theme--catppuccin-frappe .button,html.theme--catppuccin-frappe .control.has-icons-left .icon,html.theme--catppuccin-frappe .control.has-icons-right .icon,html.theme--catppuccin-frappe .input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe .pagination-ellipsis,html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .select,html.theme--catppuccin-frappe .select select,html.theme--catppuccin-frappe .textarea{height:2.5em;color:#c6d0f5}html.theme--catppuccin-frappe .input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe .textarea{transition:all 200ms ease;box-shadow:none;border-width:1px;padding-left:1em;padding-right:1em;color:#c6d0f5}html.theme--catppuccin-frappe .select:after,html.theme--catppuccin-frappe .select select{border-width:1px}html.theme--catppuccin-frappe .menu-list a{transition:all 300ms ease}html.theme--catppuccin-frappe .modal-card-foot,html.theme--catppuccin-frappe .modal-card-head{border-color:#626880}html.theme--catppuccin-frappe .navbar{border-radius:.4em}html.theme--catppuccin-frappe .navbar.is-transparent{background:none}html.theme--catppuccin-frappe .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#8caaee}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .navbar .navbar-menu{background-color:#8caaee;border-radius:0 0 .4em .4em}}html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body){color:#414559}html.theme--catppuccin-frappe .tag.is-link:not(body),html.theme--catppuccin-frappe .docstring>section>a.is-link.docs-sourcelink:not(body),html.theme--catppuccin-frappe .content kbd.is-link:not(body){color:#414559}html.theme--catppuccin-frappe .ansi span.sgr1{font-weight:bolder}html.theme--catppuccin-frappe .ansi span.sgr2{font-weight:lighter}html.theme--catppuccin-frappe .ansi span.sgr3{font-style:italic}html.theme--catppuccin-frappe .ansi span.sgr4{text-decoration:underline}html.theme--catppuccin-frappe .ansi span.sgr7{color:#303446;background-color:#c6d0f5}html.theme--catppuccin-frappe .ansi span.sgr8{color:transparent}html.theme--catppuccin-frappe .ansi span.sgr8 span{color:transparent}html.theme--catppuccin-frappe .ansi span.sgr9{text-decoration:line-through}html.theme--catppuccin-frappe .ansi span.sgr30{color:#51576d}html.theme--catppuccin-frappe .ansi span.sgr31{color:#e78284}html.theme--catppuccin-frappe .ansi span.sgr32{color:#a6d189}html.theme--catppuccin-frappe .ansi span.sgr33{color:#e5c890}html.theme--catppuccin-frappe .ansi span.sgr34{color:#8caaee}html.theme--catppuccin-frappe .ansi span.sgr35{color:#f4b8e4}html.theme--catppuccin-frappe .ansi span.sgr36{color:#81c8be}html.theme--catppuccin-frappe .ansi span.sgr37{color:#b5bfe2}html.theme--catppuccin-frappe .ansi span.sgr40{background-color:#51576d}html.theme--catppuccin-frappe .ansi span.sgr41{background-color:#e78284}html.theme--catppuccin-frappe .ansi span.sgr42{background-color:#a6d189}html.theme--catppuccin-frappe .ansi span.sgr43{background-color:#e5c890}html.theme--catppuccin-frappe .ansi span.sgr44{background-color:#8caaee}html.theme--catppuccin-frappe .ansi span.sgr45{background-color:#f4b8e4}html.theme--catppuccin-frappe .ansi span.sgr46{background-color:#81c8be}html.theme--catppuccin-frappe .ansi span.sgr47{background-color:#b5bfe2}html.theme--catppuccin-frappe .ansi span.sgr90{color:#626880}html.theme--catppuccin-frappe .ansi span.sgr91{color:#e78284}html.theme--catppuccin-frappe .ansi span.sgr92{color:#a6d189}html.theme--catppuccin-frappe .ansi span.sgr93{color:#e5c890}html.theme--catppuccin-frappe .ansi span.sgr94{color:#8caaee}html.theme--catppuccin-frappe .ansi span.sgr95{color:#f4b8e4}html.theme--catppuccin-frappe .ansi span.sgr96{color:#81c8be}html.theme--catppuccin-frappe .ansi span.sgr97{color:#a5adce}html.theme--catppuccin-frappe .ansi span.sgr100{background-color:#626880}html.theme--catppuccin-frappe .ansi span.sgr101{background-color:#e78284}html.theme--catppuccin-frappe .ansi span.sgr102{background-color:#a6d189}html.theme--catppuccin-frappe .ansi span.sgr103{background-color:#e5c890}html.theme--catppuccin-frappe .ansi span.sgr104{background-color:#8caaee}html.theme--catppuccin-frappe .ansi span.sgr105{background-color:#f4b8e4}html.theme--catppuccin-frappe .ansi span.sgr106{background-color:#81c8be}html.theme--catppuccin-frappe .ansi span.sgr107{background-color:#a5adce}html.theme--catppuccin-frappe code.language-julia-repl>span.hljs-meta{color:#a6d189;font-weight:bolder}html.theme--catppuccin-frappe code .hljs{color:#c6d0f5;background:#303446}html.theme--catppuccin-frappe code .hljs-keyword{color:#ca9ee6}html.theme--catppuccin-frappe code .hljs-built_in{color:#e78284}html.theme--catppuccin-frappe code .hljs-type{color:#e5c890}html.theme--catppuccin-frappe code .hljs-literal{color:#ef9f76}html.theme--catppuccin-frappe code .hljs-number{color:#ef9f76}html.theme--catppuccin-frappe code .hljs-operator{color:#81c8be}html.theme--catppuccin-frappe code .hljs-punctuation{color:#b5bfe2}html.theme--catppuccin-frappe code .hljs-property{color:#81c8be}html.theme--catppuccin-frappe code .hljs-regexp{color:#f4b8e4}html.theme--catppuccin-frappe code .hljs-string{color:#a6d189}html.theme--catppuccin-frappe code .hljs-char.escape_{color:#a6d189}html.theme--catppuccin-frappe code .hljs-subst{color:#a5adce}html.theme--catppuccin-frappe code .hljs-symbol{color:#eebebe}html.theme--catppuccin-frappe code .hljs-variable{color:#ca9ee6}html.theme--catppuccin-frappe code .hljs-variable.language_{color:#ca9ee6}html.theme--catppuccin-frappe code .hljs-variable.constant_{color:#ef9f76}html.theme--catppuccin-frappe code .hljs-title{color:#8caaee}html.theme--catppuccin-frappe code .hljs-title.class_{color:#e5c890}html.theme--catppuccin-frappe code .hljs-title.function_{color:#8caaee}html.theme--catppuccin-frappe code .hljs-params{color:#c6d0f5}html.theme--catppuccin-frappe code .hljs-comment{color:#626880}html.theme--catppuccin-frappe code .hljs-doctag{color:#e78284}html.theme--catppuccin-frappe code .hljs-meta{color:#ef9f76}html.theme--catppuccin-frappe code .hljs-section{color:#8caaee}html.theme--catppuccin-frappe code .hljs-tag{color:#a5adce}html.theme--catppuccin-frappe code .hljs-name{color:#ca9ee6}html.theme--catppuccin-frappe code .hljs-attr{color:#8caaee}html.theme--catppuccin-frappe code .hljs-attribute{color:#a6d189}html.theme--catppuccin-frappe code .hljs-bullet{color:#81c8be}html.theme--catppuccin-frappe code .hljs-code{color:#a6d189}html.theme--catppuccin-frappe code .hljs-emphasis{color:#e78284;font-style:italic}html.theme--catppuccin-frappe code .hljs-strong{color:#e78284;font-weight:bold}html.theme--catppuccin-frappe code .hljs-formula{color:#81c8be}html.theme--catppuccin-frappe code .hljs-link{color:#85c1dc;font-style:italic}html.theme--catppuccin-frappe code .hljs-quote{color:#a6d189;font-style:italic}html.theme--catppuccin-frappe code .hljs-selector-tag{color:#e5c890}html.theme--catppuccin-frappe code .hljs-selector-id{color:#8caaee}html.theme--catppuccin-frappe code .hljs-selector-class{color:#81c8be}html.theme--catppuccin-frappe code .hljs-selector-attr{color:#ca9ee6}html.theme--catppuccin-frappe code .hljs-selector-pseudo{color:#81c8be}html.theme--catppuccin-frappe code .hljs-template-tag{color:#eebebe}html.theme--catppuccin-frappe code .hljs-template-variable{color:#eebebe}html.theme--catppuccin-frappe code .hljs-addition{color:#a6d189;background:rgba(166,227,161,0.15)}html.theme--catppuccin-frappe code .hljs-deletion{color:#e78284;background:rgba(243,139,168,0.15)}html.theme--catppuccin-frappe .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-frappe .search-result-link:hover,html.theme--catppuccin-frappe .search-result-link:focus{background-color:#414559}html.theme--catppuccin-frappe .search-result-link .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-frappe .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link:hover .search-filter,html.theme--catppuccin-frappe .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link:focus .search-filter{color:#414559 !important;background-color:#babbf1 !important}html.theme--catppuccin-frappe .search-result-title{color:#c6d0f5}html.theme--catppuccin-frappe .search-result-highlight{background-color:#e78284;color:#292c3c}html.theme--catppuccin-frappe .search-divider{border-bottom:1px solid #5e6d6f50}html.theme--catppuccin-frappe .w-100{width:100%}html.theme--catppuccin-frappe .gap-2{gap:0.5rem}html.theme--catppuccin-frappe .gap-4{gap:1rem} diff --git a/v0.1.13/assets/themes/catppuccin-latte.css b/v0.1.13/assets/themes/catppuccin-latte.css new file mode 100644 index 0000000..ca172b6 --- /dev/null +++ b/v0.1.13/assets/themes/catppuccin-latte.css @@ -0,0 +1 @@ +html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte .pagination-ellipsis,html.theme--catppuccin-latte .file-cta,html.theme--catppuccin-latte .file-name,html.theme--catppuccin-latte .select select,html.theme--catppuccin-latte .textarea,html.theme--catppuccin-latte .input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte .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--catppuccin-latte .pagination-previous:focus,html.theme--catppuccin-latte .pagination-next:focus,html.theme--catppuccin-latte .pagination-link:focus,html.theme--catppuccin-latte .pagination-ellipsis:focus,html.theme--catppuccin-latte .file-cta:focus,html.theme--catppuccin-latte .file-name:focus,html.theme--catppuccin-latte .select select:focus,html.theme--catppuccin-latte .textarea:focus,html.theme--catppuccin-latte .input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-latte .button:focus,html.theme--catppuccin-latte .is-focused.pagination-previous,html.theme--catppuccin-latte .is-focused.pagination-next,html.theme--catppuccin-latte .is-focused.pagination-link,html.theme--catppuccin-latte .is-focused.pagination-ellipsis,html.theme--catppuccin-latte .is-focused.file-cta,html.theme--catppuccin-latte .is-focused.file-name,html.theme--catppuccin-latte .select select.is-focused,html.theme--catppuccin-latte .is-focused.textarea,html.theme--catppuccin-latte .is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-focused.button,html.theme--catppuccin-latte .pagination-previous:active,html.theme--catppuccin-latte .pagination-next:active,html.theme--catppuccin-latte .pagination-link:active,html.theme--catppuccin-latte .pagination-ellipsis:active,html.theme--catppuccin-latte .file-cta:active,html.theme--catppuccin-latte .file-name:active,html.theme--catppuccin-latte .select select:active,html.theme--catppuccin-latte .textarea:active,html.theme--catppuccin-latte .input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-latte .button:active,html.theme--catppuccin-latte .is-active.pagination-previous,html.theme--catppuccin-latte .is-active.pagination-next,html.theme--catppuccin-latte .is-active.pagination-link,html.theme--catppuccin-latte .is-active.pagination-ellipsis,html.theme--catppuccin-latte .is-active.file-cta,html.theme--catppuccin-latte .is-active.file-name,html.theme--catppuccin-latte .select select.is-active,html.theme--catppuccin-latte .is-active.textarea,html.theme--catppuccin-latte .is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-latte .is-active.button{outline:none}html.theme--catppuccin-latte .pagination-previous[disabled],html.theme--catppuccin-latte .pagination-next[disabled],html.theme--catppuccin-latte .pagination-link[disabled],html.theme--catppuccin-latte .pagination-ellipsis[disabled],html.theme--catppuccin-latte .file-cta[disabled],html.theme--catppuccin-latte .file-name[disabled],html.theme--catppuccin-latte .select select[disabled],html.theme--catppuccin-latte .textarea[disabled],html.theme--catppuccin-latte .input[disabled],html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled],html.theme--catppuccin-latte .button[disabled],fieldset[disabled] html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte fieldset[disabled] .pagination-previous,fieldset[disabled] html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte fieldset[disabled] .pagination-next,fieldset[disabled] html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte fieldset[disabled] .pagination-link,fieldset[disabled] html.theme--catppuccin-latte .pagination-ellipsis,html.theme--catppuccin-latte fieldset[disabled] .pagination-ellipsis,fieldset[disabled] html.theme--catppuccin-latte .file-cta,html.theme--catppuccin-latte fieldset[disabled] .file-cta,fieldset[disabled] html.theme--catppuccin-latte .file-name,html.theme--catppuccin-latte fieldset[disabled] .file-name,fieldset[disabled] html.theme--catppuccin-latte .select select,fieldset[disabled] html.theme--catppuccin-latte .textarea,fieldset[disabled] html.theme--catppuccin-latte .input,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte fieldset[disabled] .select select,html.theme--catppuccin-latte .select fieldset[disabled] select,html.theme--catppuccin-latte fieldset[disabled] .textarea,html.theme--catppuccin-latte fieldset[disabled] .input,html.theme--catppuccin-latte fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] html.theme--catppuccin-latte .button,html.theme--catppuccin-latte fieldset[disabled] .button{cursor:not-allowed}html.theme--catppuccin-latte .tabs,html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte .pagination-ellipsis,html.theme--catppuccin-latte .breadcrumb,html.theme--catppuccin-latte .file,html.theme--catppuccin-latte .button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.theme--catppuccin-latte .navbar-link:not(.is-arrowless)::after,html.theme--catppuccin-latte .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--catppuccin-latte .admonition:not(:last-child),html.theme--catppuccin-latte .tabs:not(:last-child),html.theme--catppuccin-latte .pagination:not(:last-child),html.theme--catppuccin-latte .message:not(:last-child),html.theme--catppuccin-latte .level:not(:last-child),html.theme--catppuccin-latte .breadcrumb:not(:last-child),html.theme--catppuccin-latte .block:not(:last-child),html.theme--catppuccin-latte .title:not(:last-child),html.theme--catppuccin-latte .subtitle:not(:last-child),html.theme--catppuccin-latte .table-container:not(:last-child),html.theme--catppuccin-latte .table:not(:last-child),html.theme--catppuccin-latte .progress:not(:last-child),html.theme--catppuccin-latte .notification:not(:last-child),html.theme--catppuccin-latte .content:not(:last-child),html.theme--catppuccin-latte .box:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-latte .modal-close,html.theme--catppuccin-latte .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--catppuccin-latte .modal-close::before,html.theme--catppuccin-latte .delete::before,html.theme--catppuccin-latte .modal-close::after,html.theme--catppuccin-latte .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--catppuccin-latte .modal-close::before,html.theme--catppuccin-latte .delete::before{height:2px;width:50%}html.theme--catppuccin-latte .modal-close::after,html.theme--catppuccin-latte .delete::after{height:50%;width:2px}html.theme--catppuccin-latte .modal-close:hover,html.theme--catppuccin-latte .delete:hover,html.theme--catppuccin-latte .modal-close:focus,html.theme--catppuccin-latte .delete:focus{background-color:rgba(10,10,10,0.3)}html.theme--catppuccin-latte .modal-close:active,html.theme--catppuccin-latte .delete:active{background-color:rgba(10,10,10,0.4)}html.theme--catppuccin-latte .is-small.modal-close,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.modal-close,html.theme--catppuccin-latte .is-small.delete,html.theme--catppuccin-latte #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--catppuccin-latte .is-medium.modal-close,html.theme--catppuccin-latte .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}html.theme--catppuccin-latte .is-large.modal-close,html.theme--catppuccin-latte .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}html.theme--catppuccin-latte .control.is-loading::after,html.theme--catppuccin-latte .select.is-loading::after,html.theme--catppuccin-latte .loader,html.theme--catppuccin-latte .button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #8c8fa1;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}html.theme--catppuccin-latte .hero-video,html.theme--catppuccin-latte .modal-background,html.theme--catppuccin-latte .modal,html.theme--catppuccin-latte .image.is-square img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-latte .image.is-square .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-latte .image.is-1by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-latte .image.is-1by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-latte .image.is-5by4 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-latte .image.is-5by4 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-latte .image.is-4by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-latte .image.is-4by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-latte .image.is-3by2 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-latte .image.is-3by2 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-latte .image.is-5by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-latte .image.is-5by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-latte .image.is-16by9 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-latte .image.is-16by9 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-latte .image.is-2by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-latte .image.is-2by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-latte .image.is-3by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-latte .image.is-3by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-latte .image.is-4by5 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-latte .image.is-4by5 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-latte .image.is-3by4 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-latte .image.is-3by4 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-latte .image.is-2by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-latte .image.is-2by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-latte .image.is-3by5 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-latte .image.is-3by5 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-latte .image.is-9by16 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-latte .image.is-9by16 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-latte .image.is-1by2 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-latte .image.is-1by2 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-latte .image.is-1by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-latte .image.is-1by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}html.theme--catppuccin-latte .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:#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:#ccd0da !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#aeb5c5 !important}.has-background-dark{background-color:#ccd0da !important}.has-text-primary{color:#1e66f5 !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#0a4ed6 !important}.has-background-primary{background-color:#1e66f5 !important}.has-text-primary-light{color:#ebf2fe !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#bbd1fc !important}.has-background-primary-light{background-color:#ebf2fe !important}.has-text-primary-dark{color:#0a52e1 !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#286df5 !important}.has-background-primary-dark{background-color:#0a52e1 !important}.has-text-link{color:#1e66f5 !important}a.has-text-link:hover,a.has-text-link:focus{color:#0a4ed6 !important}.has-background-link{background-color:#1e66f5 !important}.has-text-link-light{color:#ebf2fe !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#bbd1fc !important}.has-background-link-light{background-color:#ebf2fe !important}.has-text-link-dark{color:#0a52e1 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#286df5 !important}.has-background-link-dark{background-color:#0a52e1 !important}.has-text-info{color:#179299 !important}a.has-text-info:hover,a.has-text-info:focus{color:#10686d !important}.has-background-info{background-color:#179299 !important}.has-text-info-light{color:#edfcfc !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c1f3f6 !important}.has-background-info-light{background-color:#edfcfc !important}.has-text-info-dark{color:#1cb2ba !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#2ad5df !important}.has-background-info-dark{background-color:#1cb2ba !important}.has-text-success{color:#40a02b !important}a.has-text-success:hover,a.has-text-success:focus{color:#307820 !important}.has-background-success{background-color:#40a02b !important}.has-text-success-light{color:#f1fbef !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#cef0c7 !important}.has-background-success-light{background-color:#f1fbef !important}.has-text-success-dark{color:#40a12b !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#50c936 !important}.has-background-success-dark{background-color:#40a12b !important}.has-text-warning{color:#df8e1d !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#b27117 !important}.has-background-warning{background-color:#df8e1d !important}.has-text-warning-light{color:#fdf6ed !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#f7e0c0 !important}.has-background-warning-light{background-color:#fdf6ed !important}.has-text-warning-dark{color:#9e6515 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#cb811a !important}.has-background-warning-dark{background-color:#9e6515 !important}.has-text-danger{color:#d20f39 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#a20c2c !important}.has-background-danger{background-color:#d20f39 !important}.has-text-danger-light{color:#feecf0 !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#fabcca !important}.has-background-danger-light{background-color:#feecf0 !important}.has-text-danger-dark{color:#e9113f !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#f13c63 !important}.has-background-danger-dark{background-color:#e9113f !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:#ccd0da !important}.has-background-grey-darker{background-color:#ccd0da !important}.has-text-grey-dark{color:#bcc0cc !important}.has-background-grey-dark{background-color:#bcc0cc !important}.has-text-grey{color:#acb0be !important}.has-background-grey{background-color:#acb0be !important}.has-text-grey-light{color:#9ca0b0 !important}.has-background-grey-light{background-color:#9ca0b0 !important}.has-text-grey-lighter{color:#8c8fa1 !important}.has-background-grey-lighter{background-color:#8c8fa1 !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,html.theme--catppuccin-latte .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--catppuccin-latte html{background-color:#eff1f5;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--catppuccin-latte article,html.theme--catppuccin-latte aside,html.theme--catppuccin-latte figure,html.theme--catppuccin-latte footer,html.theme--catppuccin-latte header,html.theme--catppuccin-latte hgroup,html.theme--catppuccin-latte section{display:block}html.theme--catppuccin-latte body,html.theme--catppuccin-latte button,html.theme--catppuccin-latte input,html.theme--catppuccin-latte optgroup,html.theme--catppuccin-latte select,html.theme--catppuccin-latte textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}html.theme--catppuccin-latte code,html.theme--catppuccin-latte 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--catppuccin-latte body{color:#4c4f69;font-size:1em;font-weight:400;line-height:1.5}html.theme--catppuccin-latte a{color:#1e66f5;cursor:pointer;text-decoration:none}html.theme--catppuccin-latte a strong{color:currentColor}html.theme--catppuccin-latte a:hover{color:#04a5e5}html.theme--catppuccin-latte code{background-color:#e6e9ef;color:#4c4f69;font-size:.875em;font-weight:normal;padding:.1em}html.theme--catppuccin-latte hr{background-color:#e6e9ef;border:none;display:block;height:2px;margin:1.5rem 0}html.theme--catppuccin-latte img{height:auto;max-width:100%}html.theme--catppuccin-latte input[type="checkbox"],html.theme--catppuccin-latte input[type="radio"]{vertical-align:baseline}html.theme--catppuccin-latte small{font-size:.875em}html.theme--catppuccin-latte span{font-style:inherit;font-weight:inherit}html.theme--catppuccin-latte strong{color:#41445a;font-weight:700}html.theme--catppuccin-latte fieldset{border:none}html.theme--catppuccin-latte pre{-webkit-overflow-scrolling:touch;background-color:#e6e9ef;color:#4c4f69;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}html.theme--catppuccin-latte pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}html.theme--catppuccin-latte table td,html.theme--catppuccin-latte table th{vertical-align:top}html.theme--catppuccin-latte table td:not([align]),html.theme--catppuccin-latte table th:not([align]){text-align:inherit}html.theme--catppuccin-latte table th{color:#41445a}html.theme--catppuccin-latte .box{background-color:#bcc0cc;border-radius:8px;box-shadow:none;color:#4c4f69;display:block;padding:1.25rem}html.theme--catppuccin-latte a.box:hover,html.theme--catppuccin-latte a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #1e66f5}html.theme--catppuccin-latte a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #1e66f5}html.theme--catppuccin-latte .button{background-color:#e6e9ef;border-color:#fff;border-width:1px;color:#1e66f5;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--catppuccin-latte .button strong{color:inherit}html.theme--catppuccin-latte .button .icon,html.theme--catppuccin-latte .button .icon.is-small,html.theme--catppuccin-latte .button #documenter .docs-sidebar form.docs-search>input.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .button form.docs-search>input.icon,html.theme--catppuccin-latte .button .icon.is-medium,html.theme--catppuccin-latte .button .icon.is-large{height:1.5em;width:1.5em}html.theme--catppuccin-latte .button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}html.theme--catppuccin-latte .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-latte .button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-latte .button:hover,html.theme--catppuccin-latte .button.is-hovered{border-color:#9ca0b0;color:#41445a}html.theme--catppuccin-latte .button:focus,html.theme--catppuccin-latte .button.is-focused{border-color:#9ca0b0;color:#0b57ef}html.theme--catppuccin-latte .button:focus:not(:active),html.theme--catppuccin-latte .button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .button:active,html.theme--catppuccin-latte .button.is-active{border-color:#bcc0cc;color:#41445a}html.theme--catppuccin-latte .button.is-text{background-color:transparent;border-color:transparent;color:#4c4f69;text-decoration:underline}html.theme--catppuccin-latte .button.is-text:hover,html.theme--catppuccin-latte .button.is-text.is-hovered,html.theme--catppuccin-latte .button.is-text:focus,html.theme--catppuccin-latte .button.is-text.is-focused{background-color:#e6e9ef;color:#41445a}html.theme--catppuccin-latte .button.is-text:active,html.theme--catppuccin-latte .button.is-text.is-active{background-color:#d6dbe5;color:#41445a}html.theme--catppuccin-latte .button.is-text[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}html.theme--catppuccin-latte .button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#1e66f5;text-decoration:none}html.theme--catppuccin-latte .button.is-ghost:hover,html.theme--catppuccin-latte .button.is-ghost.is-hovered{color:#1e66f5;text-decoration:underline}html.theme--catppuccin-latte .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white:hover,html.theme--catppuccin-latte .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white:focus,html.theme--catppuccin-latte .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white:focus:not(:active),html.theme--catppuccin-latte .button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-latte .button.is-white:active,html.theme--catppuccin-latte .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}html.theme--catppuccin-latte .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .button.is-white.is-inverted:hover,html.theme--catppuccin-latte .button.is-white.is-inverted.is-hovered{background-color:#000}html.theme--catppuccin-latte .button.is-white.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-latte .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-white.is-outlined:hover,html.theme--catppuccin-latte .button.is-white.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-white.is-outlined:focus,html.theme--catppuccin-latte .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-white.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-white.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-white.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-latte .button.is-white.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-black:hover,html.theme--catppuccin-latte .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-black:focus,html.theme--catppuccin-latte .button.is-black.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-black:focus:not(:active),html.theme--catppuccin-latte .button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-latte .button.is-black:active,html.theme--catppuccin-latte .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-black[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}html.theme--catppuccin-latte .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black.is-inverted:hover,html.theme--catppuccin-latte .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-black.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black.is-outlined:hover,html.theme--catppuccin-latte .button.is-black.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-black.is-outlined:focus,html.theme--catppuccin-latte .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-latte .button.is-black.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-black.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-black.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-black.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light:hover,html.theme--catppuccin-latte .button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light:focus,html.theme--catppuccin-latte .button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light:focus:not(:active),html.theme--catppuccin-latte .button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-latte .button.is-light:active,html.theme--catppuccin-latte .button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}html.theme--catppuccin-latte .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-latte .button.is-light.is-inverted:hover,html.theme--catppuccin-latte .button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-latte .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--catppuccin-latte .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}html.theme--catppuccin-latte .button.is-light.is-outlined:hover,html.theme--catppuccin-latte .button.is-light.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-light.is-outlined:focus,html.theme--catppuccin-latte .button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-latte .button.is-light.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-light.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-light.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .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--catppuccin-latte .button.is-light.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-latte .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--catppuccin-latte .button.is-light.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .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--catppuccin-latte .button.is-dark,html.theme--catppuccin-latte .content kbd.button{background-color:#ccd0da;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark:hover,html.theme--catppuccin-latte .content kbd.button:hover,html.theme--catppuccin-latte .button.is-dark.is-hovered,html.theme--catppuccin-latte .content kbd.button.is-hovered{background-color:#c5c9d5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark:focus,html.theme--catppuccin-latte .content kbd.button:focus,html.theme--catppuccin-latte .button.is-dark.is-focused,html.theme--catppuccin-latte .content kbd.button.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark:focus:not(:active),html.theme--catppuccin-latte .content kbd.button:focus:not(:active),html.theme--catppuccin-latte .button.is-dark.is-focused:not(:active),html.theme--catppuccin-latte .content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(204,208,218,0.25)}html.theme--catppuccin-latte .button.is-dark:active,html.theme--catppuccin-latte .content kbd.button:active,html.theme--catppuccin-latte .button.is-dark.is-active,html.theme--catppuccin-latte .content kbd.button.is-active{background-color:#bdc2cf;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark[disabled],html.theme--catppuccin-latte .content kbd.button[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-dark,fieldset[disabled] html.theme--catppuccin-latte .content kbd.button{background-color:#ccd0da;border-color:#ccd0da;box-shadow:none}html.theme--catppuccin-latte .button.is-dark.is-inverted,html.theme--catppuccin-latte .content kbd.button.is-inverted{background-color:rgba(0,0,0,0.7);color:#ccd0da}html.theme--catppuccin-latte .button.is-dark.is-inverted:hover,html.theme--catppuccin-latte .content kbd.button.is-inverted:hover,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-hovered,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark.is-inverted[disabled],html.theme--catppuccin-latte .content kbd.button.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-dark.is-inverted,fieldset[disabled] html.theme--catppuccin-latte .content kbd.button.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#ccd0da}html.theme--catppuccin-latte .button.is-dark.is-loading::after,html.theme--catppuccin-latte .content kbd.button.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-latte .button.is-dark.is-outlined,html.theme--catppuccin-latte .content kbd.button.is-outlined{background-color:transparent;border-color:#ccd0da;color:#ccd0da}html.theme--catppuccin-latte .button.is-dark.is-outlined:hover,html.theme--catppuccin-latte .content kbd.button.is-outlined:hover,html.theme--catppuccin-latte .button.is-dark.is-outlined.is-hovered,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-dark.is-outlined:focus,html.theme--catppuccin-latte .content kbd.button.is-outlined:focus,html.theme--catppuccin-latte .button.is-dark.is-outlined.is-focused,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-focused{background-color:#ccd0da;border-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark.is-outlined.is-loading::after,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #ccd0da #ccd0da !important}html.theme--catppuccin-latte .button.is-dark.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-dark.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-dark.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-dark.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-latte .content kbd.button.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--catppuccin-latte .button.is-dark.is-outlined[disabled],html.theme--catppuccin-latte .content kbd.button.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-dark.is-outlined,fieldset[disabled] html.theme--catppuccin-latte .content kbd.button.is-outlined{background-color:transparent;border-color:#ccd0da;box-shadow:none;color:#ccd0da}html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-focused,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#ccd0da}html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #ccd0da #ccd0da !important}html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined[disabled],html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-latte .content kbd.button.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--catppuccin-latte .button.is-primary,html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink{background-color:#1e66f5;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-primary:hover,html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink:hover,html.theme--catppuccin-latte .button.is-primary.is-hovered,html.theme--catppuccin-latte .docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#125ef4;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-primary:focus,html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink:focus,html.theme--catppuccin-latte .button.is-primary.is-focused,html.theme--catppuccin-latte .docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-primary:focus:not(:active),html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink:focus:not(:active),html.theme--catppuccin-latte .button.is-primary.is-focused:not(:active),html.theme--catppuccin-latte .docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .button.is-primary:active,html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink:active,html.theme--catppuccin-latte .button.is-primary.is-active,html.theme--catppuccin-latte .docstring>section>a.button.is-active.docs-sourcelink{background-color:#0b57ef;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-primary[disabled],html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-primary,fieldset[disabled] html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink{background-color:#1e66f5;border-color:#1e66f5;box-shadow:none}html.theme--catppuccin-latte .button.is-primary.is-inverted,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .button.is-primary.is-inverted:hover,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.docs-sourcelink:hover,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-hovered,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-primary.is-inverted[disabled],html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-primary.is-inverted,fieldset[disabled] html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#1e66f5}html.theme--catppuccin-latte .button.is-primary.is-loading::after,html.theme--catppuccin-latte .docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-primary.is-outlined,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#1e66f5;color:#1e66f5}html.theme--catppuccin-latte .button.is-primary.is-outlined:hover,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-latte .button.is-primary.is-outlined.is-hovered,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-latte .button.is-primary.is-outlined:focus,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-latte .button.is-primary.is-outlined.is-focused,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#1e66f5;border-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .button.is-primary.is-outlined.is-loading::after,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #1e66f5 #1e66f5 !important}html.theme--catppuccin-latte .button.is-primary.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-latte .button.is-primary.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-latte .button.is-primary.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-latte .button.is-primary.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-primary.is-outlined[disabled],html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-primary.is-outlined,fieldset[disabled] html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#1e66f5;box-shadow:none;color:#1e66f5}html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-focused,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #1e66f5 #1e66f5 !important}html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined[disabled],html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-primary.is-light,html.theme--catppuccin-latte .docstring>section>a.button.is-light.docs-sourcelink{background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .button.is-primary.is-light:hover,html.theme--catppuccin-latte .docstring>section>a.button.is-light.docs-sourcelink:hover,html.theme--catppuccin-latte .button.is-primary.is-light.is-hovered,html.theme--catppuccin-latte .docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#dfe9fe;border-color:transparent;color:#0a52e1}html.theme--catppuccin-latte .button.is-primary.is-light:active,html.theme--catppuccin-latte .docstring>section>a.button.is-light.docs-sourcelink:active,html.theme--catppuccin-latte .button.is-primary.is-light.is-active,html.theme--catppuccin-latte .docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#d3e1fd;border-color:transparent;color:#0a52e1}html.theme--catppuccin-latte .button.is-link{background-color:#1e66f5;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-link:hover,html.theme--catppuccin-latte .button.is-link.is-hovered{background-color:#125ef4;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-link:focus,html.theme--catppuccin-latte .button.is-link.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-link:focus:not(:active),html.theme--catppuccin-latte .button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .button.is-link:active,html.theme--catppuccin-latte .button.is-link.is-active{background-color:#0b57ef;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-link[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-link{background-color:#1e66f5;border-color:#1e66f5;box-shadow:none}html.theme--catppuccin-latte .button.is-link.is-inverted{background-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .button.is-link.is-inverted:hover,html.theme--catppuccin-latte .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-link.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#1e66f5}html.theme--catppuccin-latte .button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-link.is-outlined{background-color:transparent;border-color:#1e66f5;color:#1e66f5}html.theme--catppuccin-latte .button.is-link.is-outlined:hover,html.theme--catppuccin-latte .button.is-link.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-link.is-outlined:focus,html.theme--catppuccin-latte .button.is-link.is-outlined.is-focused{background-color:#1e66f5;border-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #1e66f5 #1e66f5 !important}html.theme--catppuccin-latte .button.is-link.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-link.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-link.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-link.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-link.is-outlined{background-color:transparent;border-color:#1e66f5;box-shadow:none;color:#1e66f5}html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #1e66f5 #1e66f5 !important}html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-link.is-light{background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .button.is-link.is-light:hover,html.theme--catppuccin-latte .button.is-link.is-light.is-hovered{background-color:#dfe9fe;border-color:transparent;color:#0a52e1}html.theme--catppuccin-latte .button.is-link.is-light:active,html.theme--catppuccin-latte .button.is-link.is-light.is-active{background-color:#d3e1fd;border-color:transparent;color:#0a52e1}html.theme--catppuccin-latte .button.is-info{background-color:#179299;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-info:hover,html.theme--catppuccin-latte .button.is-info.is-hovered{background-color:#15878e;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-info:focus,html.theme--catppuccin-latte .button.is-info.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-info:focus:not(:active),html.theme--catppuccin-latte .button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(23,146,153,0.25)}html.theme--catppuccin-latte .button.is-info:active,html.theme--catppuccin-latte .button.is-info.is-active{background-color:#147d83;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-info[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-info{background-color:#179299;border-color:#179299;box-shadow:none}html.theme--catppuccin-latte .button.is-info.is-inverted{background-color:#fff;color:#179299}html.theme--catppuccin-latte .button.is-info.is-inverted:hover,html.theme--catppuccin-latte .button.is-info.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-info.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#179299}html.theme--catppuccin-latte .button.is-info.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-info.is-outlined{background-color:transparent;border-color:#179299;color:#179299}html.theme--catppuccin-latte .button.is-info.is-outlined:hover,html.theme--catppuccin-latte .button.is-info.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-info.is-outlined:focus,html.theme--catppuccin-latte .button.is-info.is-outlined.is-focused{background-color:#179299;border-color:#179299;color:#fff}html.theme--catppuccin-latte .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #179299 #179299 !important}html.theme--catppuccin-latte .button.is-info.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-info.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-info.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-info.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-info.is-outlined{background-color:transparent;border-color:#179299;box-shadow:none;color:#179299}html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-focused{background-color:#fff;color:#179299}html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #179299 #179299 !important}html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-info.is-light{background-color:#edfcfc;color:#1cb2ba}html.theme--catppuccin-latte .button.is-info.is-light:hover,html.theme--catppuccin-latte .button.is-info.is-light.is-hovered{background-color:#e2f9fb;border-color:transparent;color:#1cb2ba}html.theme--catppuccin-latte .button.is-info.is-light:active,html.theme--catppuccin-latte .button.is-info.is-light.is-active{background-color:#d7f7f9;border-color:transparent;color:#1cb2ba}html.theme--catppuccin-latte .button.is-success{background-color:#40a02b;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-success:hover,html.theme--catppuccin-latte .button.is-success.is-hovered{background-color:#3c9628;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-success:focus,html.theme--catppuccin-latte .button.is-success.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-success:focus:not(:active),html.theme--catppuccin-latte .button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(64,160,43,0.25)}html.theme--catppuccin-latte .button.is-success:active,html.theme--catppuccin-latte .button.is-success.is-active{background-color:#388c26;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-success[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-success{background-color:#40a02b;border-color:#40a02b;box-shadow:none}html.theme--catppuccin-latte .button.is-success.is-inverted{background-color:#fff;color:#40a02b}html.theme--catppuccin-latte .button.is-success.is-inverted:hover,html.theme--catppuccin-latte .button.is-success.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-success.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#40a02b}html.theme--catppuccin-latte .button.is-success.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-success.is-outlined{background-color:transparent;border-color:#40a02b;color:#40a02b}html.theme--catppuccin-latte .button.is-success.is-outlined:hover,html.theme--catppuccin-latte .button.is-success.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-success.is-outlined:focus,html.theme--catppuccin-latte .button.is-success.is-outlined.is-focused{background-color:#40a02b;border-color:#40a02b;color:#fff}html.theme--catppuccin-latte .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #40a02b #40a02b !important}html.theme--catppuccin-latte .button.is-success.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-success.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-success.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-success.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-success.is-outlined{background-color:transparent;border-color:#40a02b;box-shadow:none;color:#40a02b}html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-focused{background-color:#fff;color:#40a02b}html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #40a02b #40a02b !important}html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-success.is-light{background-color:#f1fbef;color:#40a12b}html.theme--catppuccin-latte .button.is-success.is-light:hover,html.theme--catppuccin-latte .button.is-success.is-light.is-hovered{background-color:#e8f8e5;border-color:transparent;color:#40a12b}html.theme--catppuccin-latte .button.is-success.is-light:active,html.theme--catppuccin-latte .button.is-success.is-light.is-active{background-color:#e0f5db;border-color:transparent;color:#40a12b}html.theme--catppuccin-latte .button.is-warning{background-color:#df8e1d;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-warning:hover,html.theme--catppuccin-latte .button.is-warning.is-hovered{background-color:#d4871c;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-warning:focus,html.theme--catppuccin-latte .button.is-warning.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-warning:focus:not(:active),html.theme--catppuccin-latte .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(223,142,29,0.25)}html.theme--catppuccin-latte .button.is-warning:active,html.theme--catppuccin-latte .button.is-warning.is-active{background-color:#c8801a;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-warning[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-warning{background-color:#df8e1d;border-color:#df8e1d;box-shadow:none}html.theme--catppuccin-latte .button.is-warning.is-inverted{background-color:#fff;color:#df8e1d}html.theme--catppuccin-latte .button.is-warning.is-inverted:hover,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-warning.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#df8e1d}html.theme--catppuccin-latte .button.is-warning.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-warning.is-outlined{background-color:transparent;border-color:#df8e1d;color:#df8e1d}html.theme--catppuccin-latte .button.is-warning.is-outlined:hover,html.theme--catppuccin-latte .button.is-warning.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-warning.is-outlined:focus,html.theme--catppuccin-latte .button.is-warning.is-outlined.is-focused{background-color:#df8e1d;border-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #df8e1d #df8e1d !important}html.theme--catppuccin-latte .button.is-warning.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-warning.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-warning.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-warning.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-warning.is-outlined{background-color:transparent;border-color:#df8e1d;box-shadow:none;color:#df8e1d}html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-focused{background-color:#fff;color:#df8e1d}html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #df8e1d #df8e1d !important}html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-warning.is-light{background-color:#fdf6ed;color:#9e6515}html.theme--catppuccin-latte .button.is-warning.is-light:hover,html.theme--catppuccin-latte .button.is-warning.is-light.is-hovered{background-color:#fbf1e2;border-color:transparent;color:#9e6515}html.theme--catppuccin-latte .button.is-warning.is-light:active,html.theme--catppuccin-latte .button.is-warning.is-light.is-active{background-color:#faebd6;border-color:transparent;color:#9e6515}html.theme--catppuccin-latte .button.is-danger{background-color:#d20f39;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-danger:hover,html.theme--catppuccin-latte .button.is-danger.is-hovered{background-color:#c60e36;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-danger:focus,html.theme--catppuccin-latte .button.is-danger.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-danger:focus:not(:active),html.theme--catppuccin-latte .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(210,15,57,0.25)}html.theme--catppuccin-latte .button.is-danger:active,html.theme--catppuccin-latte .button.is-danger.is-active{background-color:#ba0d33;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-danger[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-danger{background-color:#d20f39;border-color:#d20f39;box-shadow:none}html.theme--catppuccin-latte .button.is-danger.is-inverted{background-color:#fff;color:#d20f39}html.theme--catppuccin-latte .button.is-danger.is-inverted:hover,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-danger.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#d20f39}html.theme--catppuccin-latte .button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-danger.is-outlined{background-color:transparent;border-color:#d20f39;color:#d20f39}html.theme--catppuccin-latte .button.is-danger.is-outlined:hover,html.theme--catppuccin-latte .button.is-danger.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-danger.is-outlined:focus,html.theme--catppuccin-latte .button.is-danger.is-outlined.is-focused{background-color:#d20f39;border-color:#d20f39;color:#fff}html.theme--catppuccin-latte .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #d20f39 #d20f39 !important}html.theme--catppuccin-latte .button.is-danger.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-danger.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-danger.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-danger.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-danger.is-outlined{background-color:transparent;border-color:#d20f39;box-shadow:none;color:#d20f39}html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#d20f39}html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #d20f39 #d20f39 !important}html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-danger.is-light{background-color:#feecf0;color:#e9113f}html.theme--catppuccin-latte .button.is-danger.is-light:hover,html.theme--catppuccin-latte .button.is-danger.is-light.is-hovered{background-color:#fde0e6;border-color:transparent;color:#e9113f}html.theme--catppuccin-latte .button.is-danger.is-light:active,html.theme--catppuccin-latte .button.is-danger.is-light.is-active{background-color:#fcd4dd;border-color:transparent;color:#e9113f}html.theme--catppuccin-latte .button.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}html.theme--catppuccin-latte .button.is-small:not(.is-rounded),html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:3px}html.theme--catppuccin-latte .button.is-normal{font-size:1rem}html.theme--catppuccin-latte .button.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .button.is-large{font-size:1.5rem}html.theme--catppuccin-latte .button[disabled],fieldset[disabled] html.theme--catppuccin-latte .button{background-color:#9ca0b0;border-color:#acb0be;box-shadow:none;opacity:.5}html.theme--catppuccin-latte .button.is-fullwidth{display:flex;width:100%}html.theme--catppuccin-latte .button.is-loading{color:transparent !important;pointer-events:none}html.theme--catppuccin-latte .button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}html.theme--catppuccin-latte .button.is-static{background-color:#e6e9ef;border-color:#acb0be;color:#8c8fa1;box-shadow:none;pointer-events:none}html.theme--catppuccin-latte .button.is-rounded,html.theme--catppuccin-latte #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--catppuccin-latte .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-latte .buttons .button{margin-bottom:0.5rem}html.theme--catppuccin-latte .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}html.theme--catppuccin-latte .buttons:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-latte .buttons:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-latte .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}html.theme--catppuccin-latte .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:3px}html.theme--catppuccin-latte .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}html.theme--catppuccin-latte .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}html.theme--catppuccin-latte .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-latte .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}html.theme--catppuccin-latte .buttons.has-addons .button:last-child{margin-right:0}html.theme--catppuccin-latte .buttons.has-addons .button:hover,html.theme--catppuccin-latte .buttons.has-addons .button.is-hovered{z-index:2}html.theme--catppuccin-latte .buttons.has-addons .button:focus,html.theme--catppuccin-latte .buttons.has-addons .button.is-focused,html.theme--catppuccin-latte .buttons.has-addons .button:active,html.theme--catppuccin-latte .buttons.has-addons .button.is-active,html.theme--catppuccin-latte .buttons.has-addons .button.is-selected{z-index:3}html.theme--catppuccin-latte .buttons.has-addons .button:focus:hover,html.theme--catppuccin-latte .buttons.has-addons .button.is-focused:hover,html.theme--catppuccin-latte .buttons.has-addons .button:active:hover,html.theme--catppuccin-latte .buttons.has-addons .button.is-active:hover,html.theme--catppuccin-latte .buttons.has-addons .button.is-selected:hover{z-index:4}html.theme--catppuccin-latte .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .buttons.is-centered{justify-content:center}html.theme--catppuccin-latte .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}html.theme--catppuccin-latte .buttons.is-right{justify-content:flex-end}html.theme--catppuccin-latte .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--catppuccin-latte .button.is-responsive.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}html.theme--catppuccin-latte .button.is-responsive,html.theme--catppuccin-latte .button.is-responsive.is-normal{font-size:.65625rem}html.theme--catppuccin-latte .button.is-responsive.is-medium{font-size:.75rem}html.theme--catppuccin-latte .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .button.is-responsive.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}html.theme--catppuccin-latte .button.is-responsive,html.theme--catppuccin-latte .button.is-responsive.is-normal{font-size:.75rem}html.theme--catppuccin-latte .button.is-responsive.is-medium{font-size:1rem}html.theme--catppuccin-latte .button.is-responsive.is-large{font-size:1.25rem}}html.theme--catppuccin-latte .container{flex-grow:1;margin:0 auto;position:relative;width:auto}html.theme--catppuccin-latte .container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .container{max-width:992px}}@media screen and (max-width: 1215px){html.theme--catppuccin-latte .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){html.theme--catppuccin-latte .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}html.theme--catppuccin-latte .content li+li{margin-top:0.25em}html.theme--catppuccin-latte .content p:not(:last-child),html.theme--catppuccin-latte .content dl:not(:last-child),html.theme--catppuccin-latte .content ol:not(:last-child),html.theme--catppuccin-latte .content ul:not(:last-child),html.theme--catppuccin-latte .content blockquote:not(:last-child),html.theme--catppuccin-latte .content pre:not(:last-child),html.theme--catppuccin-latte .content table:not(:last-child){margin-bottom:1em}html.theme--catppuccin-latte .content h1,html.theme--catppuccin-latte .content h2,html.theme--catppuccin-latte .content h3,html.theme--catppuccin-latte .content h4,html.theme--catppuccin-latte .content h5,html.theme--catppuccin-latte .content h6{color:#4c4f69;font-weight:600;line-height:1.125}html.theme--catppuccin-latte .content h1{font-size:2em;margin-bottom:0.5em}html.theme--catppuccin-latte .content h1:not(:first-child){margin-top:1em}html.theme--catppuccin-latte .content h2{font-size:1.75em;margin-bottom:0.5714em}html.theme--catppuccin-latte .content h2:not(:first-child){margin-top:1.1428em}html.theme--catppuccin-latte .content h3{font-size:1.5em;margin-bottom:0.6666em}html.theme--catppuccin-latte .content h3:not(:first-child){margin-top:1.3333em}html.theme--catppuccin-latte .content h4{font-size:1.25em;margin-bottom:0.8em}html.theme--catppuccin-latte .content h5{font-size:1.125em;margin-bottom:0.8888em}html.theme--catppuccin-latte .content h6{font-size:1em;margin-bottom:1em}html.theme--catppuccin-latte .content blockquote{background-color:#e6e9ef;border-left:5px solid #acb0be;padding:1.25em 1.5em}html.theme--catppuccin-latte .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-latte .content ol:not([type]){list-style-type:decimal}html.theme--catppuccin-latte .content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}html.theme--catppuccin-latte .content ol.is-lower-roman:not([type]){list-style-type:lower-roman}html.theme--catppuccin-latte .content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}html.theme--catppuccin-latte .content ol.is-upper-roman:not([type]){list-style-type:upper-roman}html.theme--catppuccin-latte .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-latte .content ul ul{list-style-type:circle;margin-top:0.5em}html.theme--catppuccin-latte .content ul ul ul{list-style-type:square}html.theme--catppuccin-latte .content dd{margin-left:2em}html.theme--catppuccin-latte .content figure{margin-left:2em;margin-right:2em;text-align:center}html.theme--catppuccin-latte .content figure:not(:first-child){margin-top:2em}html.theme--catppuccin-latte .content figure:not(:last-child){margin-bottom:2em}html.theme--catppuccin-latte .content figure img{display:inline-block}html.theme--catppuccin-latte .content figure figcaption{font-style:italic}html.theme--catppuccin-latte .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}html.theme--catppuccin-latte .content sup,html.theme--catppuccin-latte .content sub{font-size:75%}html.theme--catppuccin-latte .content table{width:100%}html.theme--catppuccin-latte .content table td,html.theme--catppuccin-latte .content table th{border:1px solid #acb0be;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-latte .content table th{color:#41445a}html.theme--catppuccin-latte .content table th:not([align]){text-align:inherit}html.theme--catppuccin-latte .content table thead td,html.theme--catppuccin-latte .content table thead th{border-width:0 0 2px;color:#41445a}html.theme--catppuccin-latte .content table tfoot td,html.theme--catppuccin-latte .content table tfoot th{border-width:2px 0 0;color:#41445a}html.theme--catppuccin-latte .content table tbody tr:last-child td,html.theme--catppuccin-latte .content table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-latte .content .tabs li+li{margin-top:0}html.theme--catppuccin-latte .content.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}html.theme--catppuccin-latte .content.is-normal{font-size:1rem}html.theme--catppuccin-latte .content.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .content.is-large{font-size:1.5rem}html.theme--catppuccin-latte .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}html.theme--catppuccin-latte .icon.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}html.theme--catppuccin-latte .icon.is-medium{height:2rem;width:2rem}html.theme--catppuccin-latte .icon.is-large{height:3rem;width:3rem}html.theme--catppuccin-latte .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}html.theme--catppuccin-latte .icon-text .icon{flex-grow:0;flex-shrink:0}html.theme--catppuccin-latte .icon-text .icon:not(:last-child){margin-right:.25em}html.theme--catppuccin-latte .icon-text .icon:not(:first-child){margin-left:.25em}html.theme--catppuccin-latte div.icon-text{display:flex}html.theme--catppuccin-latte .image,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img{display:block;position:relative}html.theme--catppuccin-latte .image img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}html.theme--catppuccin-latte .image img.is-rounded,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}html.theme--catppuccin-latte .image.is-fullwidth,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}html.theme--catppuccin-latte .image.is-square img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-latte .image.is-square .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-latte .image.is-1by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-latte .image.is-1by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-latte .image.is-5by4 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-latte .image.is-5by4 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-latte .image.is-4by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-latte .image.is-4by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-latte .image.is-3by2 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-latte .image.is-3by2 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-latte .image.is-5by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-latte .image.is-5by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-latte .image.is-16by9 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-latte .image.is-16by9 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-latte .image.is-2by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-latte .image.is-2by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-latte .image.is-3by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-latte .image.is-3by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-latte .image.is-4by5 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-latte .image.is-4by5 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-latte .image.is-3by4 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-latte .image.is-3by4 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-latte .image.is-2by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-latte .image.is-2by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-latte .image.is-3by5 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-latte .image.is-3by5 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-latte .image.is-9by16 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-latte .image.is-9by16 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-latte .image.is-1by2 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-latte .image.is-1by2 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-latte .image.is-1by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-latte .image.is-1by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}html.theme--catppuccin-latte .image.is-square,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-square,html.theme--catppuccin-latte .image.is-1by1,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}html.theme--catppuccin-latte .image.is-5by4,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}html.theme--catppuccin-latte .image.is-4by3,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}html.theme--catppuccin-latte .image.is-3by2,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}html.theme--catppuccin-latte .image.is-5by3,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}html.theme--catppuccin-latte .image.is-16by9,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}html.theme--catppuccin-latte .image.is-2by1,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}html.theme--catppuccin-latte .image.is-3by1,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}html.theme--catppuccin-latte .image.is-4by5,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}html.theme--catppuccin-latte .image.is-3by4,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}html.theme--catppuccin-latte .image.is-2by3,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}html.theme--catppuccin-latte .image.is-3by5,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}html.theme--catppuccin-latte .image.is-9by16,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}html.theme--catppuccin-latte .image.is-1by2,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}html.theme--catppuccin-latte .image.is-1by3,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}html.theme--catppuccin-latte .image.is-16x16,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}html.theme--catppuccin-latte .image.is-24x24,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}html.theme--catppuccin-latte .image.is-32x32,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}html.theme--catppuccin-latte .image.is-48x48,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}html.theme--catppuccin-latte .image.is-64x64,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}html.theme--catppuccin-latte .image.is-96x96,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}html.theme--catppuccin-latte .image.is-128x128,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}html.theme--catppuccin-latte .notification{background-color:#e6e9ef;border-radius:.4em;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}html.theme--catppuccin-latte .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-latte .notification strong{color:currentColor}html.theme--catppuccin-latte .notification code,html.theme--catppuccin-latte .notification pre{background:#fff}html.theme--catppuccin-latte .notification pre code{background:transparent}html.theme--catppuccin-latte .notification>.delete{right:.5rem;position:absolute;top:0.5rem}html.theme--catppuccin-latte .notification .title,html.theme--catppuccin-latte .notification .subtitle,html.theme--catppuccin-latte .notification .content{color:currentColor}html.theme--catppuccin-latte .notification.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .notification.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .notification.is-dark,html.theme--catppuccin-latte .content kbd.notification{background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .notification.is-primary,html.theme--catppuccin-latte .docstring>section>a.notification.docs-sourcelink{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .notification.is-primary.is-light,html.theme--catppuccin-latte .docstring>section>a.notification.is-light.docs-sourcelink{background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .notification.is-link{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .notification.is-link.is-light{background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .notification.is-info{background-color:#179299;color:#fff}html.theme--catppuccin-latte .notification.is-info.is-light{background-color:#edfcfc;color:#1cb2ba}html.theme--catppuccin-latte .notification.is-success{background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .notification.is-success.is-light{background-color:#f1fbef;color:#40a12b}html.theme--catppuccin-latte .notification.is-warning{background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .notification.is-warning.is-light{background-color:#fdf6ed;color:#9e6515}html.theme--catppuccin-latte .notification.is-danger{background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .notification.is-danger.is-light{background-color:#feecf0;color:#e9113f}html.theme--catppuccin-latte .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}html.theme--catppuccin-latte .progress::-webkit-progress-bar{background-color:#bcc0cc}html.theme--catppuccin-latte .progress::-webkit-progress-value{background-color:#8c8fa1}html.theme--catppuccin-latte .progress::-moz-progress-bar{background-color:#8c8fa1}html.theme--catppuccin-latte .progress::-ms-fill{background-color:#8c8fa1;border:none}html.theme--catppuccin-latte .progress.is-white::-webkit-progress-value{background-color:#fff}html.theme--catppuccin-latte .progress.is-white::-moz-progress-bar{background-color:#fff}html.theme--catppuccin-latte .progress.is-white::-ms-fill{background-color:#fff}html.theme--catppuccin-latte .progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}html.theme--catppuccin-latte .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}html.theme--catppuccin-latte .progress.is-black::-ms-fill{background-color:#0a0a0a}html.theme--catppuccin-latte .progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-light::-webkit-progress-value{background-color:#f5f5f5}html.theme--catppuccin-latte .progress.is-light::-moz-progress-bar{background-color:#f5f5f5}html.theme--catppuccin-latte .progress.is-light::-ms-fill{background-color:#f5f5f5}html.theme--catppuccin-latte .progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-dark::-webkit-progress-value,html.theme--catppuccin-latte .content kbd.progress::-webkit-progress-value{background-color:#ccd0da}html.theme--catppuccin-latte .progress.is-dark::-moz-progress-bar,html.theme--catppuccin-latte .content kbd.progress::-moz-progress-bar{background-color:#ccd0da}html.theme--catppuccin-latte .progress.is-dark::-ms-fill,html.theme--catppuccin-latte .content kbd.progress::-ms-fill{background-color:#ccd0da}html.theme--catppuccin-latte .progress.is-dark:indeterminate,html.theme--catppuccin-latte .content kbd.progress:indeterminate{background-image:linear-gradient(to right, #ccd0da 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-primary::-webkit-progress-value,html.theme--catppuccin-latte .docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-primary::-moz-progress-bar,html.theme--catppuccin-latte .docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-primary::-ms-fill,html.theme--catppuccin-latte .docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-primary:indeterminate,html.theme--catppuccin-latte .docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #1e66f5 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-link::-webkit-progress-value{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-link::-moz-progress-bar{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-link::-ms-fill{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-link:indeterminate{background-image:linear-gradient(to right, #1e66f5 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-info::-webkit-progress-value{background-color:#179299}html.theme--catppuccin-latte .progress.is-info::-moz-progress-bar{background-color:#179299}html.theme--catppuccin-latte .progress.is-info::-ms-fill{background-color:#179299}html.theme--catppuccin-latte .progress.is-info:indeterminate{background-image:linear-gradient(to right, #179299 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-success::-webkit-progress-value{background-color:#40a02b}html.theme--catppuccin-latte .progress.is-success::-moz-progress-bar{background-color:#40a02b}html.theme--catppuccin-latte .progress.is-success::-ms-fill{background-color:#40a02b}html.theme--catppuccin-latte .progress.is-success:indeterminate{background-image:linear-gradient(to right, #40a02b 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-warning::-webkit-progress-value{background-color:#df8e1d}html.theme--catppuccin-latte .progress.is-warning::-moz-progress-bar{background-color:#df8e1d}html.theme--catppuccin-latte .progress.is-warning::-ms-fill{background-color:#df8e1d}html.theme--catppuccin-latte .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #df8e1d 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-danger::-webkit-progress-value{background-color:#d20f39}html.theme--catppuccin-latte .progress.is-danger::-moz-progress-bar{background-color:#d20f39}html.theme--catppuccin-latte .progress.is-danger::-ms-fill{background-color:#d20f39}html.theme--catppuccin-latte .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #d20f39 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#bcc0cc;background-image:linear-gradient(to right, #4c4f69 30%, #bcc0cc 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}html.theme--catppuccin-latte .progress:indeterminate::-webkit-progress-bar{background-color:transparent}html.theme--catppuccin-latte .progress:indeterminate::-moz-progress-bar{background-color:transparent}html.theme--catppuccin-latte .progress:indeterminate::-ms-fill{animation-name:none}html.theme--catppuccin-latte .progress.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}html.theme--catppuccin-latte .progress.is-medium{height:1.25rem}html.theme--catppuccin-latte .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}html.theme--catppuccin-latte .table{background-color:#bcc0cc;color:#4c4f69}html.theme--catppuccin-latte .table td,html.theme--catppuccin-latte .table th{border:1px solid #acb0be;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-latte .table td.is-white,html.theme--catppuccin-latte .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .table td.is-black,html.theme--catppuccin-latte .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .table td.is-light,html.theme--catppuccin-latte .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .table td.is-dark,html.theme--catppuccin-latte .table th.is-dark{background-color:#ccd0da;border-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .table td.is-primary,html.theme--catppuccin-latte .table th.is-primary{background-color:#1e66f5;border-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .table td.is-link,html.theme--catppuccin-latte .table th.is-link{background-color:#1e66f5;border-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .table td.is-info,html.theme--catppuccin-latte .table th.is-info{background-color:#179299;border-color:#179299;color:#fff}html.theme--catppuccin-latte .table td.is-success,html.theme--catppuccin-latte .table th.is-success{background-color:#40a02b;border-color:#40a02b;color:#fff}html.theme--catppuccin-latte .table td.is-warning,html.theme--catppuccin-latte .table th.is-warning{background-color:#df8e1d;border-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .table td.is-danger,html.theme--catppuccin-latte .table th.is-danger{background-color:#d20f39;border-color:#d20f39;color:#fff}html.theme--catppuccin-latte .table td.is-narrow,html.theme--catppuccin-latte .table th.is-narrow{white-space:nowrap;width:1%}html.theme--catppuccin-latte .table td.is-selected,html.theme--catppuccin-latte .table th.is-selected{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .table td.is-selected a,html.theme--catppuccin-latte .table td.is-selected strong,html.theme--catppuccin-latte .table th.is-selected a,html.theme--catppuccin-latte .table th.is-selected strong{color:currentColor}html.theme--catppuccin-latte .table td.is-vcentered,html.theme--catppuccin-latte .table th.is-vcentered{vertical-align:middle}html.theme--catppuccin-latte .table th{color:#41445a}html.theme--catppuccin-latte .table th:not([align]){text-align:left}html.theme--catppuccin-latte .table tr.is-selected{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .table tr.is-selected a,html.theme--catppuccin-latte .table tr.is-selected strong{color:currentColor}html.theme--catppuccin-latte .table tr.is-selected td,html.theme--catppuccin-latte .table tr.is-selected th{border-color:#fff;color:currentColor}html.theme--catppuccin-latte .table thead{background-color:rgba(0,0,0,0)}html.theme--catppuccin-latte .table thead td,html.theme--catppuccin-latte .table thead th{border-width:0 0 2px;color:#41445a}html.theme--catppuccin-latte .table tfoot{background-color:rgba(0,0,0,0)}html.theme--catppuccin-latte .table tfoot td,html.theme--catppuccin-latte .table tfoot th{border-width:2px 0 0;color:#41445a}html.theme--catppuccin-latte .table tbody{background-color:rgba(0,0,0,0)}html.theme--catppuccin-latte .table tbody tr:last-child td,html.theme--catppuccin-latte .table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-latte .table.is-bordered td,html.theme--catppuccin-latte .table.is-bordered th{border-width:1px}html.theme--catppuccin-latte .table.is-bordered tr:last-child td,html.theme--catppuccin-latte .table.is-bordered tr:last-child th{border-bottom-width:1px}html.theme--catppuccin-latte .table.is-fullwidth{width:100%}html.theme--catppuccin-latte .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#ccd0da}html.theme--catppuccin-latte .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#ccd0da}html.theme--catppuccin-latte .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#d2d5de}html.theme--catppuccin-latte .table.is-narrow td,html.theme--catppuccin-latte .table.is-narrow th{padding:0.25em 0.5em}html.theme--catppuccin-latte .table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#ccd0da}html.theme--catppuccin-latte .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}html.theme--catppuccin-latte .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-latte .tags .tag,html.theme--catppuccin-latte .tags .content kbd,html.theme--catppuccin-latte .content .tags kbd,html.theme--catppuccin-latte .tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}html.theme--catppuccin-latte .tags .tag:not(:last-child),html.theme--catppuccin-latte .tags .content kbd:not(:last-child),html.theme--catppuccin-latte .content .tags kbd:not(:last-child),html.theme--catppuccin-latte .tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}html.theme--catppuccin-latte .tags:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-latte .tags:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-latte .tags.are-medium .tag:not(.is-normal):not(.is-large),html.theme--catppuccin-latte .tags.are-medium .content kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-latte .content .tags.are-medium kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-latte .tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}html.theme--catppuccin-latte .tags.are-large .tag:not(.is-normal):not(.is-medium),html.theme--catppuccin-latte .tags.are-large .content kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-latte .content .tags.are-large kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-latte .tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}html.theme--catppuccin-latte .tags.is-centered{justify-content:center}html.theme--catppuccin-latte .tags.is-centered .tag,html.theme--catppuccin-latte .tags.is-centered .content kbd,html.theme--catppuccin-latte .content .tags.is-centered kbd,html.theme--catppuccin-latte .tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}html.theme--catppuccin-latte .tags.is-right{justify-content:flex-end}html.theme--catppuccin-latte .tags.is-right .tag:not(:first-child),html.theme--catppuccin-latte .tags.is-right .content kbd:not(:first-child),html.theme--catppuccin-latte .content .tags.is-right kbd:not(:first-child),html.theme--catppuccin-latte .tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}html.theme--catppuccin-latte .tags.is-right .tag:not(:last-child),html.theme--catppuccin-latte .tags.is-right .content kbd:not(:last-child),html.theme--catppuccin-latte .content .tags.is-right kbd:not(:last-child),html.theme--catppuccin-latte .tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}html.theme--catppuccin-latte .tags.has-addons .tag,html.theme--catppuccin-latte .tags.has-addons .content kbd,html.theme--catppuccin-latte .content .tags.has-addons kbd,html.theme--catppuccin-latte .tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}html.theme--catppuccin-latte .tags.has-addons .tag:not(:first-child),html.theme--catppuccin-latte .tags.has-addons .content kbd:not(:first-child),html.theme--catppuccin-latte .content .tags.has-addons kbd:not(:first-child),html.theme--catppuccin-latte .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--catppuccin-latte .tags.has-addons .tag:not(:last-child),html.theme--catppuccin-latte .tags.has-addons .content kbd:not(:last-child),html.theme--catppuccin-latte .content .tags.has-addons kbd:not(:last-child),html.theme--catppuccin-latte .tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.theme--catppuccin-latte .tag:not(body),html.theme--catppuccin-latte .content kbd:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#e6e9ef;border-radius:.4em;color:#4c4f69;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--catppuccin-latte .tag:not(body) .delete,html.theme--catppuccin-latte .content kbd:not(body) .delete,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}html.theme--catppuccin-latte .tag.is-white:not(body),html.theme--catppuccin-latte .content kbd.is-white:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .tag.is-black:not(body),html.theme--catppuccin-latte .content kbd.is-black:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .tag.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .tag.is-dark:not(body),html.theme--catppuccin-latte .content kbd:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-dark:not(body),html.theme--catppuccin-latte .content .docstring>section>kbd:not(body){background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .tag.is-primary:not(body),html.theme--catppuccin-latte .content kbd.is-primary:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body){background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .tag.is-primary.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-primary.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .tag.is-link:not(body),html.theme--catppuccin-latte .content kbd.is-link:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .tag.is-link.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-link.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .tag.is-info:not(body),html.theme--catppuccin-latte .content kbd.is-info:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#179299;color:#fff}html.theme--catppuccin-latte .tag.is-info.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-info.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#edfcfc;color:#1cb2ba}html.theme--catppuccin-latte .tag.is-success:not(body),html.theme--catppuccin-latte .content kbd.is-success:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .tag.is-success.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-success.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#f1fbef;color:#40a12b}html.theme--catppuccin-latte .tag.is-warning:not(body),html.theme--catppuccin-latte .content kbd.is-warning:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .tag.is-warning.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-warning.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fdf6ed;color:#9e6515}html.theme--catppuccin-latte .tag.is-danger:not(body),html.theme--catppuccin-latte .content kbd.is-danger:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .tag.is-danger.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-danger.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#feecf0;color:#e9113f}html.theme--catppuccin-latte .tag.is-normal:not(body),html.theme--catppuccin-latte .content kbd.is-normal:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}html.theme--catppuccin-latte .tag.is-medium:not(body),html.theme--catppuccin-latte .content kbd.is-medium:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}html.theme--catppuccin-latte .tag.is-large:not(body),html.theme--catppuccin-latte .content kbd.is-large:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}html.theme--catppuccin-latte .tag:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-latte .content kbd:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}html.theme--catppuccin-latte .tag:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-latte .content kbd:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}html.theme--catppuccin-latte .tag:not(body) .icon:first-child:last-child,html.theme--catppuccin-latte .content kbd:not(body) .icon:first-child:last-child,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}html.theme--catppuccin-latte .tag.is-delete:not(body),html.theme--catppuccin-latte .content kbd.is-delete:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}html.theme--catppuccin-latte .tag.is-delete:not(body)::before,html.theme--catppuccin-latte .content kbd.is-delete:not(body)::before,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body)::before,html.theme--catppuccin-latte .tag.is-delete:not(body)::after,html.theme--catppuccin-latte .content kbd.is-delete:not(body)::after,html.theme--catppuccin-latte .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--catppuccin-latte .tag.is-delete:not(body)::before,html.theme--catppuccin-latte .content kbd.is-delete:not(body)::before,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}html.theme--catppuccin-latte .tag.is-delete:not(body)::after,html.theme--catppuccin-latte .content kbd.is-delete:not(body)::after,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}html.theme--catppuccin-latte .tag.is-delete:not(body):hover,html.theme--catppuccin-latte .content kbd.is-delete:not(body):hover,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body):hover,html.theme--catppuccin-latte .tag.is-delete:not(body):focus,html.theme--catppuccin-latte .content kbd.is-delete:not(body):focus,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#d6dbe5}html.theme--catppuccin-latte .tag.is-delete:not(body):active,html.theme--catppuccin-latte .content kbd.is-delete:not(body):active,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#c7cedb}html.theme--catppuccin-latte .tag.is-rounded:not(body),html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:not(body),html.theme--catppuccin-latte .content kbd.is-rounded:not(body),html.theme--catppuccin-latte #documenter .docs-sidebar .content form.docs-search>input:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}html.theme--catppuccin-latte a.tag:hover,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:hover{text-decoration:underline}html.theme--catppuccin-latte .title,html.theme--catppuccin-latte .subtitle{word-break:break-word}html.theme--catppuccin-latte .title em,html.theme--catppuccin-latte .title span,html.theme--catppuccin-latte .subtitle em,html.theme--catppuccin-latte .subtitle span{font-weight:inherit}html.theme--catppuccin-latte .title sub,html.theme--catppuccin-latte .subtitle sub{font-size:.75em}html.theme--catppuccin-latte .title sup,html.theme--catppuccin-latte .subtitle sup{font-size:.75em}html.theme--catppuccin-latte .title .tag,html.theme--catppuccin-latte .title .content kbd,html.theme--catppuccin-latte .content .title kbd,html.theme--catppuccin-latte .title .docstring>section>a.docs-sourcelink,html.theme--catppuccin-latte .subtitle .tag,html.theme--catppuccin-latte .subtitle .content kbd,html.theme--catppuccin-latte .content .subtitle kbd,html.theme--catppuccin-latte .subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}html.theme--catppuccin-latte .title{color:#fff;font-size:2rem;font-weight:500;line-height:1.125}html.theme--catppuccin-latte .title strong{color:inherit;font-weight:inherit}html.theme--catppuccin-latte .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}html.theme--catppuccin-latte .title.is-1{font-size:3rem}html.theme--catppuccin-latte .title.is-2{font-size:2.5rem}html.theme--catppuccin-latte .title.is-3{font-size:2rem}html.theme--catppuccin-latte .title.is-4{font-size:1.5rem}html.theme--catppuccin-latte .title.is-5{font-size:1.25rem}html.theme--catppuccin-latte .title.is-6{font-size:1rem}html.theme--catppuccin-latte .title.is-7{font-size:.75rem}html.theme--catppuccin-latte .subtitle{color:#9ca0b0;font-size:1.25rem;font-weight:400;line-height:1.25}html.theme--catppuccin-latte .subtitle strong{color:#9ca0b0;font-weight:600}html.theme--catppuccin-latte .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}html.theme--catppuccin-latte .subtitle.is-1{font-size:3rem}html.theme--catppuccin-latte .subtitle.is-2{font-size:2.5rem}html.theme--catppuccin-latte .subtitle.is-3{font-size:2rem}html.theme--catppuccin-latte .subtitle.is-4{font-size:1.5rem}html.theme--catppuccin-latte .subtitle.is-5{font-size:1.25rem}html.theme--catppuccin-latte .subtitle.is-6{font-size:1rem}html.theme--catppuccin-latte .subtitle.is-7{font-size:.75rem}html.theme--catppuccin-latte .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}html.theme--catppuccin-latte .number{align-items:center;background-color:#e6e9ef;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--catppuccin-latte .select select,html.theme--catppuccin-latte .textarea,html.theme--catppuccin-latte .input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{background-color:#eff1f5;border-color:#acb0be;border-radius:.4em;color:#8c8fa1}html.theme--catppuccin-latte .select select::-moz-placeholder,html.theme--catppuccin-latte .textarea::-moz-placeholder,html.theme--catppuccin-latte .input::-moz-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#868c98}html.theme--catppuccin-latte .select select::-webkit-input-placeholder,html.theme--catppuccin-latte .textarea::-webkit-input-placeholder,html.theme--catppuccin-latte .input::-webkit-input-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#868c98}html.theme--catppuccin-latte .select select:-moz-placeholder,html.theme--catppuccin-latte .textarea:-moz-placeholder,html.theme--catppuccin-latte .input:-moz-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#868c98}html.theme--catppuccin-latte .select select:-ms-input-placeholder,html.theme--catppuccin-latte .textarea:-ms-input-placeholder,html.theme--catppuccin-latte .input:-ms-input-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#868c98}html.theme--catppuccin-latte .select select:hover,html.theme--catppuccin-latte .textarea:hover,html.theme--catppuccin-latte .input:hover,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:hover,html.theme--catppuccin-latte .select select.is-hovered,html.theme--catppuccin-latte .is-hovered.textarea,html.theme--catppuccin-latte .is-hovered.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#9ca0b0}html.theme--catppuccin-latte .select select:focus,html.theme--catppuccin-latte .textarea:focus,html.theme--catppuccin-latte .input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-latte .select select.is-focused,html.theme--catppuccin-latte .is-focused.textarea,html.theme--catppuccin-latte .is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .select select:active,html.theme--catppuccin-latte .textarea:active,html.theme--catppuccin-latte .input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-latte .select select.is-active,html.theme--catppuccin-latte .is-active.textarea,html.theme--catppuccin-latte .is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{border-color:#1e66f5;box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .select select[disabled],html.theme--catppuccin-latte .textarea[disabled],html.theme--catppuccin-latte .input[disabled],html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] html.theme--catppuccin-latte .select select,fieldset[disabled] html.theme--catppuccin-latte .textarea,fieldset[disabled] html.theme--catppuccin-latte .input,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{background-color:#9ca0b0;border-color:#e6e9ef;box-shadow:none;color:#616587}html.theme--catppuccin-latte .select select[disabled]::-moz-placeholder,html.theme--catppuccin-latte .textarea[disabled]::-moz-placeholder,html.theme--catppuccin-latte .input[disabled]::-moz-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .select select::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .textarea::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .input::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:rgba(97,101,135,0.3)}html.theme--catppuccin-latte .select select[disabled]::-webkit-input-placeholder,html.theme--catppuccin-latte .textarea[disabled]::-webkit-input-placeholder,html.theme--catppuccin-latte .input[disabled]::-webkit-input-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .select select::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .textarea::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .input::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:rgba(97,101,135,0.3)}html.theme--catppuccin-latte .select select[disabled]:-moz-placeholder,html.theme--catppuccin-latte .textarea[disabled]:-moz-placeholder,html.theme--catppuccin-latte .input[disabled]:-moz-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .select select:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .textarea:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .input:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:rgba(97,101,135,0.3)}html.theme--catppuccin-latte .select select[disabled]:-ms-input-placeholder,html.theme--catppuccin-latte .textarea[disabled]:-ms-input-placeholder,html.theme--catppuccin-latte .input[disabled]:-ms-input-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .select select:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .textarea:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .input:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:rgba(97,101,135,0.3)}html.theme--catppuccin-latte .textarea,html.theme--catppuccin-latte .input,html.theme--catppuccin-latte #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--catppuccin-latte .textarea[readonly],html.theme--catppuccin-latte .input[readonly],html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}html.theme--catppuccin-latte .is-white.textarea,html.theme--catppuccin-latte .is-white.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}html.theme--catppuccin-latte .is-white.textarea:focus,html.theme--catppuccin-latte .is-white.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-white:focus,html.theme--catppuccin-latte .is-white.is-focused.textarea,html.theme--catppuccin-latte .is-white.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-white.textarea:active,html.theme--catppuccin-latte .is-white.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-white:active,html.theme--catppuccin-latte .is-white.is-active.textarea,html.theme--catppuccin-latte .is-white.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-latte .is-black.textarea,html.theme--catppuccin-latte .is-black.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}html.theme--catppuccin-latte .is-black.textarea:focus,html.theme--catppuccin-latte .is-black.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-black:focus,html.theme--catppuccin-latte .is-black.is-focused.textarea,html.theme--catppuccin-latte .is-black.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-black.textarea:active,html.theme--catppuccin-latte .is-black.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-black:active,html.theme--catppuccin-latte .is-black.is-active.textarea,html.theme--catppuccin-latte .is-black.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-latte .is-light.textarea,html.theme--catppuccin-latte .is-light.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-light{border-color:#f5f5f5}html.theme--catppuccin-latte .is-light.textarea:focus,html.theme--catppuccin-latte .is-light.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-light:focus,html.theme--catppuccin-latte .is-light.is-focused.textarea,html.theme--catppuccin-latte .is-light.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-light.textarea:active,html.theme--catppuccin-latte .is-light.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-light:active,html.theme--catppuccin-latte .is-light.is-active.textarea,html.theme--catppuccin-latte .is-light.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-latte .is-dark.textarea,html.theme--catppuccin-latte .content kbd.textarea,html.theme--catppuccin-latte .is-dark.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-dark,html.theme--catppuccin-latte .content kbd.input{border-color:#ccd0da}html.theme--catppuccin-latte .is-dark.textarea:focus,html.theme--catppuccin-latte .content kbd.textarea:focus,html.theme--catppuccin-latte .is-dark.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-dark:focus,html.theme--catppuccin-latte .content kbd.input:focus,html.theme--catppuccin-latte .is-dark.is-focused.textarea,html.theme--catppuccin-latte .content kbd.is-focused.textarea,html.theme--catppuccin-latte .is-dark.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .content kbd.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar .content form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-dark.textarea:active,html.theme--catppuccin-latte .content kbd.textarea:active,html.theme--catppuccin-latte .is-dark.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-dark:active,html.theme--catppuccin-latte .content kbd.input:active,html.theme--catppuccin-latte .is-dark.is-active.textarea,html.theme--catppuccin-latte .content kbd.is-active.textarea,html.theme--catppuccin-latte .is-dark.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-latte .content kbd.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(204,208,218,0.25)}html.theme--catppuccin-latte .is-primary.textarea,html.theme--catppuccin-latte .docstring>section>a.textarea.docs-sourcelink,html.theme--catppuccin-latte .is-primary.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-primary,html.theme--catppuccin-latte .docstring>section>a.input.docs-sourcelink{border-color:#1e66f5}html.theme--catppuccin-latte .is-primary.textarea:focus,html.theme--catppuccin-latte .docstring>section>a.textarea.docs-sourcelink:focus,html.theme--catppuccin-latte .is-primary.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-primary:focus,html.theme--catppuccin-latte .docstring>section>a.input.docs-sourcelink:focus,html.theme--catppuccin-latte .is-primary.is-focused.textarea,html.theme--catppuccin-latte .docstring>section>a.is-focused.textarea.docs-sourcelink,html.theme--catppuccin-latte .is-primary.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .docstring>section>a.is-focused.input.docs-sourcelink,html.theme--catppuccin-latte .is-primary.textarea:active,html.theme--catppuccin-latte .docstring>section>a.textarea.docs-sourcelink:active,html.theme--catppuccin-latte .is-primary.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-primary:active,html.theme--catppuccin-latte .docstring>section>a.input.docs-sourcelink:active,html.theme--catppuccin-latte .is-primary.is-active.textarea,html.theme--catppuccin-latte .docstring>section>a.is-active.textarea.docs-sourcelink,html.theme--catppuccin-latte .is-primary.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-latte .docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .is-link.textarea,html.theme--catppuccin-latte .is-link.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-link{border-color:#1e66f5}html.theme--catppuccin-latte .is-link.textarea:focus,html.theme--catppuccin-latte .is-link.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-link:focus,html.theme--catppuccin-latte .is-link.is-focused.textarea,html.theme--catppuccin-latte .is-link.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-link.textarea:active,html.theme--catppuccin-latte .is-link.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-link:active,html.theme--catppuccin-latte .is-link.is-active.textarea,html.theme--catppuccin-latte .is-link.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .is-info.textarea,html.theme--catppuccin-latte .is-info.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-info{border-color:#179299}html.theme--catppuccin-latte .is-info.textarea:focus,html.theme--catppuccin-latte .is-info.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-info:focus,html.theme--catppuccin-latte .is-info.is-focused.textarea,html.theme--catppuccin-latte .is-info.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-info.textarea:active,html.theme--catppuccin-latte .is-info.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-info:active,html.theme--catppuccin-latte .is-info.is-active.textarea,html.theme--catppuccin-latte .is-info.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(23,146,153,0.25)}html.theme--catppuccin-latte .is-success.textarea,html.theme--catppuccin-latte .is-success.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-success{border-color:#40a02b}html.theme--catppuccin-latte .is-success.textarea:focus,html.theme--catppuccin-latte .is-success.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-success:focus,html.theme--catppuccin-latte .is-success.is-focused.textarea,html.theme--catppuccin-latte .is-success.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-success.textarea:active,html.theme--catppuccin-latte .is-success.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-success:active,html.theme--catppuccin-latte .is-success.is-active.textarea,html.theme--catppuccin-latte .is-success.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(64,160,43,0.25)}html.theme--catppuccin-latte .is-warning.textarea,html.theme--catppuccin-latte .is-warning.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#df8e1d}html.theme--catppuccin-latte .is-warning.textarea:focus,html.theme--catppuccin-latte .is-warning.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-warning:focus,html.theme--catppuccin-latte .is-warning.is-focused.textarea,html.theme--catppuccin-latte .is-warning.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-warning.textarea:active,html.theme--catppuccin-latte .is-warning.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-warning:active,html.theme--catppuccin-latte .is-warning.is-active.textarea,html.theme--catppuccin-latte .is-warning.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(223,142,29,0.25)}html.theme--catppuccin-latte .is-danger.textarea,html.theme--catppuccin-latte .is-danger.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#d20f39}html.theme--catppuccin-latte .is-danger.textarea:focus,html.theme--catppuccin-latte .is-danger.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-danger:focus,html.theme--catppuccin-latte .is-danger.is-focused.textarea,html.theme--catppuccin-latte .is-danger.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-danger.textarea:active,html.theme--catppuccin-latte .is-danger.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-danger:active,html.theme--catppuccin-latte .is-danger.is-active.textarea,html.theme--catppuccin-latte .is-danger.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(210,15,57,0.25)}html.theme--catppuccin-latte .is-small.textarea,html.theme--catppuccin-latte .is-small.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{border-radius:3px;font-size:.75rem}html.theme--catppuccin-latte .is-medium.textarea,html.theme--catppuccin-latte .is-medium.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .is-large.textarea,html.theme--catppuccin-latte .is-large.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}html.theme--catppuccin-latte .is-fullwidth.textarea,html.theme--catppuccin-latte .is-fullwidth.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}html.theme--catppuccin-latte .is-inline.textarea,html.theme--catppuccin-latte .is-inline.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}html.theme--catppuccin-latte .input.is-rounded,html.theme--catppuccin-latte #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--catppuccin-latte .input.is-static,html.theme--catppuccin-latte #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--catppuccin-latte .textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}html.theme--catppuccin-latte .textarea:not([rows]){max-height:40em;min-height:8em}html.theme--catppuccin-latte .textarea[rows]{height:initial}html.theme--catppuccin-latte .textarea.has-fixed-size{resize:none}html.theme--catppuccin-latte .radio,html.theme--catppuccin-latte .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}html.theme--catppuccin-latte .radio input,html.theme--catppuccin-latte .checkbox input{cursor:pointer}html.theme--catppuccin-latte .radio:hover,html.theme--catppuccin-latte .checkbox:hover{color:#04a5e5}html.theme--catppuccin-latte .radio[disabled],html.theme--catppuccin-latte .checkbox[disabled],fieldset[disabled] html.theme--catppuccin-latte .radio,fieldset[disabled] html.theme--catppuccin-latte .checkbox,html.theme--catppuccin-latte .radio input[disabled],html.theme--catppuccin-latte .checkbox input[disabled]{color:#616587;cursor:not-allowed}html.theme--catppuccin-latte .radio+.radio{margin-left:.5em}html.theme--catppuccin-latte .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}html.theme--catppuccin-latte .select:not(.is-multiple){height:2.5em}html.theme--catppuccin-latte .select:not(.is-multiple):not(.is-loading)::after{border-color:#1e66f5;right:1.125em;z-index:4}html.theme--catppuccin-latte .select.is-rounded select,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}html.theme--catppuccin-latte .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}html.theme--catppuccin-latte .select select::-ms-expand{display:none}html.theme--catppuccin-latte .select select[disabled]:hover,fieldset[disabled] html.theme--catppuccin-latte .select select:hover{border-color:#e6e9ef}html.theme--catppuccin-latte .select select:not([multiple]){padding-right:2.5em}html.theme--catppuccin-latte .select select[multiple]{height:auto;padding:0}html.theme--catppuccin-latte .select select[multiple] option{padding:0.5em 1em}html.theme--catppuccin-latte .select:not(.is-multiple):not(.is-loading):hover::after{border-color:#04a5e5}html.theme--catppuccin-latte .select.is-white:not(:hover)::after{border-color:#fff}html.theme--catppuccin-latte .select.is-white select{border-color:#fff}html.theme--catppuccin-latte .select.is-white select:hover,html.theme--catppuccin-latte .select.is-white select.is-hovered{border-color:#f2f2f2}html.theme--catppuccin-latte .select.is-white select:focus,html.theme--catppuccin-latte .select.is-white select.is-focused,html.theme--catppuccin-latte .select.is-white select:active,html.theme--catppuccin-latte .select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-latte .select.is-black:not(:hover)::after{border-color:#0a0a0a}html.theme--catppuccin-latte .select.is-black select{border-color:#0a0a0a}html.theme--catppuccin-latte .select.is-black select:hover,html.theme--catppuccin-latte .select.is-black select.is-hovered{border-color:#000}html.theme--catppuccin-latte .select.is-black select:focus,html.theme--catppuccin-latte .select.is-black select.is-focused,html.theme--catppuccin-latte .select.is-black select:active,html.theme--catppuccin-latte .select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-latte .select.is-light:not(:hover)::after{border-color:#f5f5f5}html.theme--catppuccin-latte .select.is-light select{border-color:#f5f5f5}html.theme--catppuccin-latte .select.is-light select:hover,html.theme--catppuccin-latte .select.is-light select.is-hovered{border-color:#e8e8e8}html.theme--catppuccin-latte .select.is-light select:focus,html.theme--catppuccin-latte .select.is-light select.is-focused,html.theme--catppuccin-latte .select.is-light select:active,html.theme--catppuccin-latte .select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-latte .select.is-dark:not(:hover)::after,html.theme--catppuccin-latte .content kbd.select:not(:hover)::after{border-color:#ccd0da}html.theme--catppuccin-latte .select.is-dark select,html.theme--catppuccin-latte .content kbd.select select{border-color:#ccd0da}html.theme--catppuccin-latte .select.is-dark select:hover,html.theme--catppuccin-latte .content kbd.select select:hover,html.theme--catppuccin-latte .select.is-dark select.is-hovered,html.theme--catppuccin-latte .content kbd.select select.is-hovered{border-color:#bdc2cf}html.theme--catppuccin-latte .select.is-dark select:focus,html.theme--catppuccin-latte .content kbd.select select:focus,html.theme--catppuccin-latte .select.is-dark select.is-focused,html.theme--catppuccin-latte .content kbd.select select.is-focused,html.theme--catppuccin-latte .select.is-dark select:active,html.theme--catppuccin-latte .content kbd.select select:active,html.theme--catppuccin-latte .select.is-dark select.is-active,html.theme--catppuccin-latte .content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(204,208,218,0.25)}html.theme--catppuccin-latte .select.is-primary:not(:hover)::after,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#1e66f5}html.theme--catppuccin-latte .select.is-primary select,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select{border-color:#1e66f5}html.theme--catppuccin-latte .select.is-primary select:hover,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select:hover,html.theme--catppuccin-latte .select.is-primary select.is-hovered,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#0b57ef}html.theme--catppuccin-latte .select.is-primary select:focus,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select:focus,html.theme--catppuccin-latte .select.is-primary select.is-focused,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select.is-focused,html.theme--catppuccin-latte .select.is-primary select:active,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select:active,html.theme--catppuccin-latte .select.is-primary select.is-active,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .select.is-link:not(:hover)::after{border-color:#1e66f5}html.theme--catppuccin-latte .select.is-link select{border-color:#1e66f5}html.theme--catppuccin-latte .select.is-link select:hover,html.theme--catppuccin-latte .select.is-link select.is-hovered{border-color:#0b57ef}html.theme--catppuccin-latte .select.is-link select:focus,html.theme--catppuccin-latte .select.is-link select.is-focused,html.theme--catppuccin-latte .select.is-link select:active,html.theme--catppuccin-latte .select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .select.is-info:not(:hover)::after{border-color:#179299}html.theme--catppuccin-latte .select.is-info select{border-color:#179299}html.theme--catppuccin-latte .select.is-info select:hover,html.theme--catppuccin-latte .select.is-info select.is-hovered{border-color:#147d83}html.theme--catppuccin-latte .select.is-info select:focus,html.theme--catppuccin-latte .select.is-info select.is-focused,html.theme--catppuccin-latte .select.is-info select:active,html.theme--catppuccin-latte .select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(23,146,153,0.25)}html.theme--catppuccin-latte .select.is-success:not(:hover)::after{border-color:#40a02b}html.theme--catppuccin-latte .select.is-success select{border-color:#40a02b}html.theme--catppuccin-latte .select.is-success select:hover,html.theme--catppuccin-latte .select.is-success select.is-hovered{border-color:#388c26}html.theme--catppuccin-latte .select.is-success select:focus,html.theme--catppuccin-latte .select.is-success select.is-focused,html.theme--catppuccin-latte .select.is-success select:active,html.theme--catppuccin-latte .select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(64,160,43,0.25)}html.theme--catppuccin-latte .select.is-warning:not(:hover)::after{border-color:#df8e1d}html.theme--catppuccin-latte .select.is-warning select{border-color:#df8e1d}html.theme--catppuccin-latte .select.is-warning select:hover,html.theme--catppuccin-latte .select.is-warning select.is-hovered{border-color:#c8801a}html.theme--catppuccin-latte .select.is-warning select:focus,html.theme--catppuccin-latte .select.is-warning select.is-focused,html.theme--catppuccin-latte .select.is-warning select:active,html.theme--catppuccin-latte .select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(223,142,29,0.25)}html.theme--catppuccin-latte .select.is-danger:not(:hover)::after{border-color:#d20f39}html.theme--catppuccin-latte .select.is-danger select{border-color:#d20f39}html.theme--catppuccin-latte .select.is-danger select:hover,html.theme--catppuccin-latte .select.is-danger select.is-hovered{border-color:#ba0d33}html.theme--catppuccin-latte .select.is-danger select:focus,html.theme--catppuccin-latte .select.is-danger select.is-focused,html.theme--catppuccin-latte .select.is-danger select:active,html.theme--catppuccin-latte .select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(210,15,57,0.25)}html.theme--catppuccin-latte .select.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.select{border-radius:3px;font-size:.75rem}html.theme--catppuccin-latte .select.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .select.is-large{font-size:1.5rem}html.theme--catppuccin-latte .select.is-disabled::after{border-color:#616587 !important;opacity:0.5}html.theme--catppuccin-latte .select.is-fullwidth{width:100%}html.theme--catppuccin-latte .select.is-fullwidth select{width:100%}html.theme--catppuccin-latte .select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}html.theme--catppuccin-latte .select.is-loading.is-small:after,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-latte .select.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-latte .select.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-latte .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}html.theme--catppuccin-latte .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .file.is-white:hover .file-cta,html.theme--catppuccin-latte .file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .file.is-white:focus .file-cta,html.theme--catppuccin-latte .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--catppuccin-latte .file.is-white:active .file-cta,html.theme--catppuccin-latte .file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-black:hover .file-cta,html.theme--catppuccin-latte .file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-black:focus .file-cta,html.theme--catppuccin-latte .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--catppuccin-latte .file.is-black:active .file-cta,html.theme--catppuccin-latte .file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-light:hover .file-cta,html.theme--catppuccin-latte .file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-light:focus .file-cta,html.theme--catppuccin-latte .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)}html.theme--catppuccin-latte .file.is-light:active .file-cta,html.theme--catppuccin-latte .file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-dark .file-cta,html.theme--catppuccin-latte .content kbd.file .file-cta{background-color:#ccd0da;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-dark:hover .file-cta,html.theme--catppuccin-latte .content kbd.file:hover .file-cta,html.theme--catppuccin-latte .file.is-dark.is-hovered .file-cta,html.theme--catppuccin-latte .content kbd.file.is-hovered .file-cta{background-color:#c5c9d5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-dark:focus .file-cta,html.theme--catppuccin-latte .content kbd.file:focus .file-cta,html.theme--catppuccin-latte .file.is-dark.is-focused .file-cta,html.theme--catppuccin-latte .content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(204,208,218,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-dark:active .file-cta,html.theme--catppuccin-latte .content kbd.file:active .file-cta,html.theme--catppuccin-latte .file.is-dark.is-active .file-cta,html.theme--catppuccin-latte .content kbd.file.is-active .file-cta{background-color:#bdc2cf;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-primary .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.docs-sourcelink .file-cta{background-color:#1e66f5;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-primary:hover .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.docs-sourcelink:hover .file-cta,html.theme--catppuccin-latte .file.is-primary.is-hovered .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#125ef4;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-primary:focus .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.docs-sourcelink:focus .file-cta,html.theme--catppuccin-latte .file.is-primary.is-focused .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(30,102,245,0.25);color:#fff}html.theme--catppuccin-latte .file.is-primary:active .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.docs-sourcelink:active .file-cta,html.theme--catppuccin-latte .file.is-primary.is-active .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#0b57ef;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-link .file-cta{background-color:#1e66f5;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-link:hover .file-cta,html.theme--catppuccin-latte .file.is-link.is-hovered .file-cta{background-color:#125ef4;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-link:focus .file-cta,html.theme--catppuccin-latte .file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(30,102,245,0.25);color:#fff}html.theme--catppuccin-latte .file.is-link:active .file-cta,html.theme--catppuccin-latte .file.is-link.is-active .file-cta{background-color:#0b57ef;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-info .file-cta{background-color:#179299;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-info:hover .file-cta,html.theme--catppuccin-latte .file.is-info.is-hovered .file-cta{background-color:#15878e;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-info:focus .file-cta,html.theme--catppuccin-latte .file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(23,146,153,0.25);color:#fff}html.theme--catppuccin-latte .file.is-info:active .file-cta,html.theme--catppuccin-latte .file.is-info.is-active .file-cta{background-color:#147d83;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-success .file-cta{background-color:#40a02b;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-success:hover .file-cta,html.theme--catppuccin-latte .file.is-success.is-hovered .file-cta{background-color:#3c9628;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-success:focus .file-cta,html.theme--catppuccin-latte .file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(64,160,43,0.25);color:#fff}html.theme--catppuccin-latte .file.is-success:active .file-cta,html.theme--catppuccin-latte .file.is-success.is-active .file-cta{background-color:#388c26;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-warning .file-cta{background-color:#df8e1d;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-warning:hover .file-cta,html.theme--catppuccin-latte .file.is-warning.is-hovered .file-cta{background-color:#d4871c;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-warning:focus .file-cta,html.theme--catppuccin-latte .file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(223,142,29,0.25);color:#fff}html.theme--catppuccin-latte .file.is-warning:active .file-cta,html.theme--catppuccin-latte .file.is-warning.is-active .file-cta{background-color:#c8801a;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-danger .file-cta{background-color:#d20f39;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-danger:hover .file-cta,html.theme--catppuccin-latte .file.is-danger.is-hovered .file-cta{background-color:#c60e36;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-danger:focus .file-cta,html.theme--catppuccin-latte .file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(210,15,57,0.25);color:#fff}html.theme--catppuccin-latte .file.is-danger:active .file-cta,html.theme--catppuccin-latte .file.is-danger.is-active .file-cta{background-color:#ba0d33;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}html.theme--catppuccin-latte .file.is-normal{font-size:1rem}html.theme--catppuccin-latte .file.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .file.is-medium .file-icon .fa{font-size:21px}html.theme--catppuccin-latte .file.is-large{font-size:1.5rem}html.theme--catppuccin-latte .file.is-large .file-icon .fa{font-size:28px}html.theme--catppuccin-latte .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-latte .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-latte .file.has-name.is-empty .file-cta{border-radius:.4em}html.theme--catppuccin-latte .file.has-name.is-empty .file-name{display:none}html.theme--catppuccin-latte .file.is-boxed .file-label{flex-direction:column}html.theme--catppuccin-latte .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}html.theme--catppuccin-latte .file.is-boxed .file-name{border-width:0 1px 1px}html.theme--catppuccin-latte .file.is-boxed .file-icon{height:1.5em;width:1.5em}html.theme--catppuccin-latte .file.is-boxed .file-icon .fa{font-size:21px}html.theme--catppuccin-latte .file.is-boxed.is-small .file-icon .fa,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}html.theme--catppuccin-latte .file.is-boxed.is-medium .file-icon .fa{font-size:28px}html.theme--catppuccin-latte .file.is-boxed.is-large .file-icon .fa{font-size:35px}html.theme--catppuccin-latte .file.is-boxed.has-name .file-cta{border-radius:.4em .4em 0 0}html.theme--catppuccin-latte .file.is-boxed.has-name .file-name{border-radius:0 0 .4em .4em;border-width:0 1px 1px}html.theme--catppuccin-latte .file.is-centered{justify-content:center}html.theme--catppuccin-latte .file.is-fullwidth .file-label{width:100%}html.theme--catppuccin-latte .file.is-fullwidth .file-name{flex-grow:1;max-width:none}html.theme--catppuccin-latte .file.is-right{justify-content:flex-end}html.theme--catppuccin-latte .file.is-right .file-cta{border-radius:0 .4em .4em 0}html.theme--catppuccin-latte .file.is-right .file-name{border-radius:.4em 0 0 .4em;border-width:1px 0 1px 1px;order:-1}html.theme--catppuccin-latte .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}html.theme--catppuccin-latte .file-label:hover .file-cta{background-color:#c5c9d5;color:#41445a}html.theme--catppuccin-latte .file-label:hover .file-name{border-color:#a5a9b8}html.theme--catppuccin-latte .file-label:active .file-cta{background-color:#bdc2cf;color:#41445a}html.theme--catppuccin-latte .file-label:active .file-name{border-color:#9ea2b3}html.theme--catppuccin-latte .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}html.theme--catppuccin-latte .file-cta,html.theme--catppuccin-latte .file-name{border-color:#acb0be;border-radius:.4em;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}html.theme--catppuccin-latte .file-cta{background-color:#ccd0da;color:#4c4f69}html.theme--catppuccin-latte .file-name{border-color:#acb0be;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}html.theme--catppuccin-latte .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}html.theme--catppuccin-latte .file-icon .fa{font-size:14px}html.theme--catppuccin-latte .label{color:#41445a;display:block;font-size:1rem;font-weight:700}html.theme--catppuccin-latte .label:not(:last-child){margin-bottom:0.5em}html.theme--catppuccin-latte .label.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}html.theme--catppuccin-latte .label.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .label.is-large{font-size:1.5rem}html.theme--catppuccin-latte .help{display:block;font-size:.75rem;margin-top:0.25rem}html.theme--catppuccin-latte .help.is-white{color:#fff}html.theme--catppuccin-latte .help.is-black{color:#0a0a0a}html.theme--catppuccin-latte .help.is-light{color:#f5f5f5}html.theme--catppuccin-latte .help.is-dark,html.theme--catppuccin-latte .content kbd.help{color:#ccd0da}html.theme--catppuccin-latte .help.is-primary,html.theme--catppuccin-latte .docstring>section>a.help.docs-sourcelink{color:#1e66f5}html.theme--catppuccin-latte .help.is-link{color:#1e66f5}html.theme--catppuccin-latte .help.is-info{color:#179299}html.theme--catppuccin-latte .help.is-success{color:#40a02b}html.theme--catppuccin-latte .help.is-warning{color:#df8e1d}html.theme--catppuccin-latte .help.is-danger{color:#d20f39}html.theme--catppuccin-latte .field:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-latte .field.has-addons{display:flex;justify-content:flex-start}html.theme--catppuccin-latte .field.has-addons .control:not(:last-child){margin-right:-1px}html.theme--catppuccin-latte .field.has-addons .control:not(:first-child):not(:last-child) .button,html.theme--catppuccin-latte .field.has-addons .control:not(:first-child):not(:last-child) .input,html.theme--catppuccin-latte .field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,html.theme--catppuccin-latte .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}html.theme--catppuccin-latte .field.has-addons .control:first-child:not(:only-child) .button,html.theme--catppuccin-latte .field.has-addons .control:first-child:not(:only-child) .input,html.theme--catppuccin-latte .field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-latte .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-latte .field.has-addons .control:last-child:not(:only-child) .button,html.theme--catppuccin-latte .field.has-addons .control:last-child:not(:only-child) .input,html.theme--catppuccin-latte .field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-latte .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-latte .field.has-addons .control .button:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .button.is-hovered:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .input:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .input.is-hovered:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .select select:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}html.theme--catppuccin-latte .field.has-addons .control .button:not([disabled]):focus,html.theme--catppuccin-latte .field.has-addons .control .button.is-focused:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .button:not([disabled]):active,html.theme--catppuccin-latte .field.has-addons .control .button.is-active:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .input:not([disabled]):focus,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-latte .field.has-addons .control .input.is-focused:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .input:not([disabled]):active,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,html.theme--catppuccin-latte .field.has-addons .control .input.is-active:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .select select:not([disabled]):focus,html.theme--catppuccin-latte .field.has-addons .control .select select.is-focused:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .select select:not([disabled]):active,html.theme--catppuccin-latte .field.has-addons .control .select select.is-active:not([disabled]){z-index:3}html.theme--catppuccin-latte .field.has-addons .control .button:not([disabled]):focus:hover,html.theme--catppuccin-latte .field.has-addons .control .button.is-focused:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .button:not([disabled]):active:hover,html.theme--catppuccin-latte .field.has-addons .control .button.is-active:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .input:not([disabled]):focus:hover,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-latte .field.has-addons .control .input.is-focused:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .input:not([disabled]):active:hover,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-latte .field.has-addons .control .input.is-active:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .select select:not([disabled]):focus:hover,html.theme--catppuccin-latte .field.has-addons .control .select select.is-focused:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .select select:not([disabled]):active:hover,html.theme--catppuccin-latte .field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}html.theme--catppuccin-latte .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .field.has-addons.has-addons-centered{justify-content:center}html.theme--catppuccin-latte .field.has-addons.has-addons-right{justify-content:flex-end}html.theme--catppuccin-latte .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}html.theme--catppuccin-latte .field.is-grouped{display:flex;justify-content:flex-start}html.theme--catppuccin-latte .field.is-grouped>.control{flex-shrink:0}html.theme--catppuccin-latte .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-latte .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .field.is-grouped.is-grouped-centered{justify-content:center}html.theme--catppuccin-latte .field.is-grouped.is-grouped-right{justify-content:flex-end}html.theme--catppuccin-latte .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}html.theme--catppuccin-latte .field.is-grouped.is-grouped-multiline>.control:last-child,html.theme--catppuccin-latte .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-latte .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}html.theme--catppuccin-latte .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .field.is-horizontal{display:flex}}html.theme--catppuccin-latte .field-label .label{font-size:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-latte .field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}html.theme--catppuccin-latte .field-label.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}html.theme--catppuccin-latte .field-label.is-normal{padding-top:0.375em}html.theme--catppuccin-latte .field-label.is-medium{font-size:1.25rem;padding-top:0.375em}html.theme--catppuccin-latte .field-label.is-large{font-size:1.5rem;padding-top:0.375em}}html.theme--catppuccin-latte .field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}html.theme--catppuccin-latte .field-body .field{margin-bottom:0}html.theme--catppuccin-latte .field-body>.field{flex-shrink:1}html.theme--catppuccin-latte .field-body>.field:not(.is-narrow){flex-grow:1}html.theme--catppuccin-latte .field-body>.field:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-latte .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}html.theme--catppuccin-latte .control.has-icons-left .input:focus~.icon,html.theme--catppuccin-latte .control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,html.theme--catppuccin-latte .control.has-icons-left .select:focus~.icon,html.theme--catppuccin-latte .control.has-icons-right .input:focus~.icon,html.theme--catppuccin-latte .control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,html.theme--catppuccin-latte .control.has-icons-right .select:focus~.icon{color:#ccd0da}html.theme--catppuccin-latte .control.has-icons-left .input.is-small~.icon,html.theme--catppuccin-latte .control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,html.theme--catppuccin-latte .control.has-icons-left .select.is-small~.icon,html.theme--catppuccin-latte .control.has-icons-right .input.is-small~.icon,html.theme--catppuccin-latte .control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,html.theme--catppuccin-latte .control.has-icons-right .select.is-small~.icon{font-size:.75rem}html.theme--catppuccin-latte .control.has-icons-left .input.is-medium~.icon,html.theme--catppuccin-latte .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,html.theme--catppuccin-latte .control.has-icons-left .select.is-medium~.icon,html.theme--catppuccin-latte .control.has-icons-right .input.is-medium~.icon,html.theme--catppuccin-latte .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,html.theme--catppuccin-latte .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}html.theme--catppuccin-latte .control.has-icons-left .input.is-large~.icon,html.theme--catppuccin-latte .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,html.theme--catppuccin-latte .control.has-icons-left .select.is-large~.icon,html.theme--catppuccin-latte .control.has-icons-right .input.is-large~.icon,html.theme--catppuccin-latte .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,html.theme--catppuccin-latte .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}html.theme--catppuccin-latte .control.has-icons-left .icon,html.theme--catppuccin-latte .control.has-icons-right .icon{color:#acb0be;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}html.theme--catppuccin-latte .control.has-icons-left .input,html.theme--catppuccin-latte .control.has-icons-left #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-left form.docs-search>input,html.theme--catppuccin-latte .control.has-icons-left .select select{padding-left:2.5em}html.theme--catppuccin-latte .control.has-icons-left .icon.is-left{left:0}html.theme--catppuccin-latte .control.has-icons-right .input,html.theme--catppuccin-latte .control.has-icons-right #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-right form.docs-search>input,html.theme--catppuccin-latte .control.has-icons-right .select select{padding-right:2.5em}html.theme--catppuccin-latte .control.has-icons-right .icon.is-right{right:0}html.theme--catppuccin-latte .control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}html.theme--catppuccin-latte .control.is-loading.is-small:after,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-latte .control.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-latte .control.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-latte .breadcrumb{font-size:1rem;white-space:nowrap}html.theme--catppuccin-latte .breadcrumb a{align-items:center;color:#1e66f5;display:flex;justify-content:center;padding:0 .75em}html.theme--catppuccin-latte .breadcrumb a:hover{color:#04a5e5}html.theme--catppuccin-latte .breadcrumb li{align-items:center;display:flex}html.theme--catppuccin-latte .breadcrumb li:first-child a{padding-left:0}html.theme--catppuccin-latte .breadcrumb li.is-active a{color:#41445a;cursor:default;pointer-events:none}html.theme--catppuccin-latte .breadcrumb li+li::before{color:#9ca0b0;content:"\0002f"}html.theme--catppuccin-latte .breadcrumb ul,html.theme--catppuccin-latte .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-latte .breadcrumb .icon:first-child{margin-right:.5em}html.theme--catppuccin-latte .breadcrumb .icon:last-child{margin-left:.5em}html.theme--catppuccin-latte .breadcrumb.is-centered ol,html.theme--catppuccin-latte .breadcrumb.is-centered ul{justify-content:center}html.theme--catppuccin-latte .breadcrumb.is-right ol,html.theme--catppuccin-latte .breadcrumb.is-right ul{justify-content:flex-end}html.theme--catppuccin-latte .breadcrumb.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}html.theme--catppuccin-latte .breadcrumb.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .breadcrumb.is-large{font-size:1.5rem}html.theme--catppuccin-latte .breadcrumb.has-arrow-separator li+li::before{content:"\02192"}html.theme--catppuccin-latte .breadcrumb.has-bullet-separator li+li::before{content:"\02022"}html.theme--catppuccin-latte .breadcrumb.has-dot-separator li+li::before{content:"\000b7"}html.theme--catppuccin-latte .breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}html.theme--catppuccin-latte .card{background-color:#fff;border-radius:.25rem;box-shadow:#171717;color:#4c4f69;max-width:100%;position:relative}html.theme--catppuccin-latte .card-footer:first-child,html.theme--catppuccin-latte .card-content:first-child,html.theme--catppuccin-latte .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-latte .card-footer:last-child,html.theme--catppuccin-latte .card-content:last-child,html.theme--catppuccin-latte .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-latte .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--catppuccin-latte .card-header-title{align-items:center;color:#41445a;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}html.theme--catppuccin-latte .card-header-title.is-centered{justify-content:center}html.theme--catppuccin-latte .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--catppuccin-latte .card-image{display:block;position:relative}html.theme--catppuccin-latte .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-latte .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-latte .card-content{background-color:rgba(0,0,0,0);padding:1.5rem}html.theme--catppuccin-latte .card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}html.theme--catppuccin-latte .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}html.theme--catppuccin-latte .card-footer-item:not(:last-child){border-right:1px solid #ededed}html.theme--catppuccin-latte .card .media:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-latte .dropdown{display:inline-flex;position:relative;vertical-align:top}html.theme--catppuccin-latte .dropdown.is-active .dropdown-menu,html.theme--catppuccin-latte .dropdown.is-hoverable:hover .dropdown-menu{display:block}html.theme--catppuccin-latte .dropdown.is-right .dropdown-menu{left:auto;right:0}html.theme--catppuccin-latte .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}html.theme--catppuccin-latte .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}html.theme--catppuccin-latte .dropdown-content{background-color:#e6e9ef;border-radius:.4em;box-shadow:#171717;padding-bottom:.5rem;padding-top:.5rem}html.theme--catppuccin-latte .dropdown-item{color:#4c4f69;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}html.theme--catppuccin-latte a.dropdown-item,html.theme--catppuccin-latte button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}html.theme--catppuccin-latte a.dropdown-item:hover,html.theme--catppuccin-latte button.dropdown-item:hover{background-color:#e6e9ef;color:#0a0a0a}html.theme--catppuccin-latte a.dropdown-item.is-active,html.theme--catppuccin-latte button.dropdown-item.is-active{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}html.theme--catppuccin-latte .level{align-items:center;justify-content:space-between}html.theme--catppuccin-latte .level code{border-radius:.4em}html.theme--catppuccin-latte .level img{display:inline-block;vertical-align:top}html.theme--catppuccin-latte .level.is-mobile{display:flex}html.theme--catppuccin-latte .level.is-mobile .level-left,html.theme--catppuccin-latte .level.is-mobile .level-right{display:flex}html.theme--catppuccin-latte .level.is-mobile .level-left+.level-right{margin-top:0}html.theme--catppuccin-latte .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-latte .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .level{display:flex}html.theme--catppuccin-latte .level>.level-item:not(.is-narrow){flex-grow:1}}html.theme--catppuccin-latte .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}html.theme--catppuccin-latte .level-item .title,html.theme--catppuccin-latte .level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){html.theme--catppuccin-latte .level-item:not(:last-child){margin-bottom:.75rem}}html.theme--catppuccin-latte .level-left,html.theme--catppuccin-latte .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-latte .level-left .level-item.is-flexible,html.theme--catppuccin-latte .level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .level-left .level-item:not(:last-child),html.theme--catppuccin-latte .level-right .level-item:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-latte .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){html.theme--catppuccin-latte .level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .level-left{display:flex}}html.theme--catppuccin-latte .level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .level-right{display:flex}}html.theme--catppuccin-latte .media{align-items:flex-start;display:flex;text-align:inherit}html.theme--catppuccin-latte .media .content:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-latte .media .media{border-top:1px solid rgba(172,176,190,0.5);display:flex;padding-top:.75rem}html.theme--catppuccin-latte .media .media .content:not(:last-child),html.theme--catppuccin-latte .media .media .control:not(:last-child){margin-bottom:.5rem}html.theme--catppuccin-latte .media .media .media{padding-top:.5rem}html.theme--catppuccin-latte .media .media .media+.media{margin-top:.5rem}html.theme--catppuccin-latte .media+.media{border-top:1px solid rgba(172,176,190,0.5);margin-top:1rem;padding-top:1rem}html.theme--catppuccin-latte .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}html.theme--catppuccin-latte .media-left,html.theme--catppuccin-latte .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-latte .media-left{margin-right:1rem}html.theme--catppuccin-latte .media-right{margin-left:1rem}html.theme--catppuccin-latte .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-latte .media-content{overflow-x:auto}}html.theme--catppuccin-latte .menu{font-size:1rem}html.theme--catppuccin-latte .menu.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}html.theme--catppuccin-latte .menu.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .menu.is-large{font-size:1.5rem}html.theme--catppuccin-latte .menu-list{line-height:1.25}html.theme--catppuccin-latte .menu-list a{border-radius:3px;color:#4c4f69;display:block;padding:0.5em 0.75em}html.theme--catppuccin-latte .menu-list a:hover{background-color:#e6e9ef;color:#41445a}html.theme--catppuccin-latte .menu-list a.is-active{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .menu-list li ul{border-left:1px solid #acb0be;margin:.75em;padding-left:.75em}html.theme--catppuccin-latte .menu-label{color:#616587;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}html.theme--catppuccin-latte .menu-label:not(:first-child){margin-top:1em}html.theme--catppuccin-latte .menu-label:not(:last-child){margin-bottom:1em}html.theme--catppuccin-latte .message{background-color:#e6e9ef;border-radius:.4em;font-size:1rem}html.theme--catppuccin-latte .message strong{color:currentColor}html.theme--catppuccin-latte .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-latte .message.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}html.theme--catppuccin-latte .message.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .message.is-large{font-size:1.5rem}html.theme--catppuccin-latte .message.is-white{background-color:#fff}html.theme--catppuccin-latte .message.is-white .message-header{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .message.is-white .message-body{border-color:#fff}html.theme--catppuccin-latte .message.is-black{background-color:#fafafa}html.theme--catppuccin-latte .message.is-black .message-header{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .message.is-black .message-body{border-color:#0a0a0a}html.theme--catppuccin-latte .message.is-light{background-color:#fafafa}html.theme--catppuccin-latte .message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .message.is-light .message-body{border-color:#f5f5f5}html.theme--catppuccin-latte .message.is-dark,html.theme--catppuccin-latte .content kbd.message{background-color:#f9fafb}html.theme--catppuccin-latte .message.is-dark .message-header,html.theme--catppuccin-latte .content kbd.message .message-header{background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .message.is-dark .message-body,html.theme--catppuccin-latte .content kbd.message .message-body{border-color:#ccd0da}html.theme--catppuccin-latte .message.is-primary,html.theme--catppuccin-latte .docstring>section>a.message.docs-sourcelink{background-color:#ebf2fe}html.theme--catppuccin-latte .message.is-primary .message-header,html.theme--catppuccin-latte .docstring>section>a.message.docs-sourcelink .message-header{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .message.is-primary .message-body,html.theme--catppuccin-latte .docstring>section>a.message.docs-sourcelink .message-body{border-color:#1e66f5;color:#0a52e1}html.theme--catppuccin-latte .message.is-link{background-color:#ebf2fe}html.theme--catppuccin-latte .message.is-link .message-header{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .message.is-link .message-body{border-color:#1e66f5;color:#0a52e1}html.theme--catppuccin-latte .message.is-info{background-color:#edfcfc}html.theme--catppuccin-latte .message.is-info .message-header{background-color:#179299;color:#fff}html.theme--catppuccin-latte .message.is-info .message-body{border-color:#179299;color:#1cb2ba}html.theme--catppuccin-latte .message.is-success{background-color:#f1fbef}html.theme--catppuccin-latte .message.is-success .message-header{background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .message.is-success .message-body{border-color:#40a02b;color:#40a12b}html.theme--catppuccin-latte .message.is-warning{background-color:#fdf6ed}html.theme--catppuccin-latte .message.is-warning .message-header{background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .message.is-warning .message-body{border-color:#df8e1d;color:#9e6515}html.theme--catppuccin-latte .message.is-danger{background-color:#feecf0}html.theme--catppuccin-latte .message.is-danger .message-header{background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .message.is-danger .message-body{border-color:#d20f39;color:#e9113f}html.theme--catppuccin-latte .message-header{align-items:center;background-color:#4c4f69;border-radius:.4em .4em 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}html.theme--catppuccin-latte .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}html.theme--catppuccin-latte .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}html.theme--catppuccin-latte .message-body{border-color:#acb0be;border-radius:.4em;border-style:solid;border-width:0 0 0 4px;color:#4c4f69;padding:1.25em 1.5em}html.theme--catppuccin-latte .message-body code,html.theme--catppuccin-latte .message-body pre{background-color:#fff}html.theme--catppuccin-latte .message-body pre code{background-color:rgba(0,0,0,0)}html.theme--catppuccin-latte .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}html.theme--catppuccin-latte .modal.is-active{display:flex}html.theme--catppuccin-latte .modal-background{background-color:rgba(10,10,10,0.86)}html.theme--catppuccin-latte .modal-content,html.theme--catppuccin-latte .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){html.theme--catppuccin-latte .modal-content,html.theme--catppuccin-latte .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}html.theme--catppuccin-latte .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}html.theme--catppuccin-latte .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}html.theme--catppuccin-latte .modal-card-head,html.theme--catppuccin-latte .modal-card-foot{align-items:center;background-color:#e6e9ef;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}html.theme--catppuccin-latte .modal-card-head{border-bottom:1px solid #acb0be;border-top-left-radius:8px;border-top-right-radius:8px}html.theme--catppuccin-latte .modal-card-title{color:#4c4f69;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}html.theme--catppuccin-latte .modal-card-foot{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #acb0be}html.theme--catppuccin-latte .modal-card-foot .button:not(:last-child){margin-right:.5em}html.theme--catppuccin-latte .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#eff1f5;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}html.theme--catppuccin-latte .navbar{background-color:#1e66f5;min-height:4rem;position:relative;z-index:30}html.theme--catppuccin-latte .navbar.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-white .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-white .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-white .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-white .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-white .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-white .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-white .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}html.theme--catppuccin-latte .navbar.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-black .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-black .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-black .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-black .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-black .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-black .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-black .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-black .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-black .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}html.theme--catppuccin-latte .navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-light .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-light .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-light .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-light .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-light .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-light .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-light .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-latte .navbar.is-dark,html.theme--catppuccin-latte .content kbd.navbar{background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-brand>.navbar-item,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand .navbar-link.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#bdc2cf;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-brand .navbar-link::after,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-burger,html.theme--catppuccin-latte .content kbd.navbar .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-dark .navbar-start>.navbar-item,html.theme--catppuccin-latte .content kbd.navbar .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-dark .navbar-start .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-dark .navbar-end>.navbar-item,html.theme--catppuccin-latte .content kbd.navbar .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-dark .navbar-end .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-dark .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-dark .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-dark .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-end .navbar-link.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#bdc2cf;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-start .navbar-link::after,html.theme--catppuccin-latte .content kbd.navbar .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-dark .navbar-end .navbar-link::after,html.theme--catppuccin-latte .content kbd.navbar .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#bdc2cf;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#ccd0da;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-latte .navbar.is-primary,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-brand>.navbar-item,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand .navbar-link.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-brand .navbar-link::after,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-burger,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-primary .navbar-start>.navbar-item,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-primary .navbar-start .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-primary .navbar-end>.navbar-item,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-primary .navbar-end .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-primary .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-primary .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-primary .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-end .navbar-link.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-start .navbar-link::after,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-primary .navbar-end .navbar-link::after,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#1e66f5;color:#fff}}html.theme--catppuccin-latte .navbar.is-link{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-link .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-link .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-link .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-link .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-link .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-link .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-link .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-link .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-link .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#1e66f5;color:#fff}}html.theme--catppuccin-latte .navbar.is-info{background-color:#179299;color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-info .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-info .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#147d83;color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-info .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-info .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-info .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-info .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-info .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-info .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-info .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#147d83;color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#147d83;color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#179299;color:#fff}}html.theme--catppuccin-latte .navbar.is-success{background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-success .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-success .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#388c26;color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-success .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-success .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-success .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-success .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-success .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-success .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-success .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#388c26;color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#388c26;color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#40a02b;color:#fff}}html.theme--catppuccin-latte .navbar.is-warning{background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#c8801a;color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-warning .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-warning .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-warning .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-warning .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-warning .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-warning .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-warning .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#c8801a;color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-warning .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#c8801a;color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#df8e1d;color:#fff}}html.theme--catppuccin-latte .navbar.is-danger{background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#ba0d33;color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-danger .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-danger .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-danger .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-danger .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-danger .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-danger .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-danger .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#ba0d33;color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ba0d33;color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#d20f39;color:#fff}}html.theme--catppuccin-latte .navbar>.container{align-items:stretch;display:flex;min-height:4rem;width:100%}html.theme--catppuccin-latte .navbar.has-shadow{box-shadow:0 2px 0 0 #e6e9ef}html.theme--catppuccin-latte .navbar.is-fixed-bottom,html.theme--catppuccin-latte .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-latte .navbar.is-fixed-bottom{bottom:0}html.theme--catppuccin-latte .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #e6e9ef}html.theme--catppuccin-latte .navbar.is-fixed-top{top:0}html.theme--catppuccin-latte html.has-navbar-fixed-top,html.theme--catppuccin-latte body.has-navbar-fixed-top{padding-top:4rem}html.theme--catppuccin-latte html.has-navbar-fixed-bottom,html.theme--catppuccin-latte body.has-navbar-fixed-bottom{padding-bottom:4rem}html.theme--catppuccin-latte .navbar-brand,html.theme--catppuccin-latte .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:4rem}html.theme--catppuccin-latte .navbar-brand a.navbar-item:focus,html.theme--catppuccin-latte .navbar-brand a.navbar-item:hover{background-color:transparent}html.theme--catppuccin-latte .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}html.theme--catppuccin-latte .navbar-burger{color:#4c4f69;-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--catppuccin-latte .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--catppuccin-latte .navbar-burger span:nth-child(1){top:calc(50% - 6px)}html.theme--catppuccin-latte .navbar-burger span:nth-child(2){top:calc(50% - 1px)}html.theme--catppuccin-latte .navbar-burger span:nth-child(3){top:calc(50% + 4px)}html.theme--catppuccin-latte .navbar-burger:hover{background-color:rgba(0,0,0,0.05)}html.theme--catppuccin-latte .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.theme--catppuccin-latte .navbar-burger.is-active span:nth-child(2){opacity:0}html.theme--catppuccin-latte .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}html.theme--catppuccin-latte .navbar-menu{display:none}html.theme--catppuccin-latte .navbar-item,html.theme--catppuccin-latte .navbar-link{color:#4c4f69;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}html.theme--catppuccin-latte .navbar-item .icon:only-child,html.theme--catppuccin-latte .navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}html.theme--catppuccin-latte a.navbar-item,html.theme--catppuccin-latte .navbar-link{cursor:pointer}html.theme--catppuccin-latte a.navbar-item:focus,html.theme--catppuccin-latte a.navbar-item:focus-within,html.theme--catppuccin-latte a.navbar-item:hover,html.theme--catppuccin-latte a.navbar-item.is-active,html.theme--catppuccin-latte .navbar-link:focus,html.theme--catppuccin-latte .navbar-link:focus-within,html.theme--catppuccin-latte .navbar-link:hover,html.theme--catppuccin-latte .navbar-link.is-active{background-color:rgba(0,0,0,0);color:#1e66f5}html.theme--catppuccin-latte .navbar-item{flex-grow:0;flex-shrink:0}html.theme--catppuccin-latte .navbar-item img{max-height:1.75rem}html.theme--catppuccin-latte .navbar-item.has-dropdown{padding:0}html.theme--catppuccin-latte .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:4rem;padding-bottom:calc(0.5rem - 1px)}html.theme--catppuccin-latte .navbar-item.is-tab:focus,html.theme--catppuccin-latte .navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#1e66f5}html.theme--catppuccin-latte .navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#1e66f5;border-bottom-style:solid;border-bottom-width:3px;color:#1e66f5;padding-bottom:calc(0.5rem - 3px)}html.theme--catppuccin-latte .navbar-content{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .navbar-link:not(.is-arrowless){padding-right:2.5em}html.theme--catppuccin-latte .navbar-link:not(.is-arrowless)::after{border-color:#fff;margin-top:-0.375em;right:1.125em}html.theme--catppuccin-latte .navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}html.theme--catppuccin-latte .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}html.theme--catppuccin-latte .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--catppuccin-latte .navbar>.container{display:block}html.theme--catppuccin-latte .navbar-brand .navbar-item,html.theme--catppuccin-latte .navbar-tabs .navbar-item{align-items:center;display:flex}html.theme--catppuccin-latte .navbar-link::after{display:none}html.theme--catppuccin-latte .navbar-menu{background-color:#1e66f5;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}html.theme--catppuccin-latte .navbar-menu.is-active{display:block}html.theme--catppuccin-latte .navbar.is-fixed-bottom-touch,html.theme--catppuccin-latte .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-latte .navbar.is-fixed-bottom-touch{bottom:0}html.theme--catppuccin-latte .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-latte .navbar.is-fixed-top-touch{top:0}html.theme--catppuccin-latte .navbar.is-fixed-top .navbar-menu,html.theme--catppuccin-latte .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4rem);overflow:auto}html.theme--catppuccin-latte html.has-navbar-fixed-top-touch,html.theme--catppuccin-latte body.has-navbar-fixed-top-touch{padding-top:4rem}html.theme--catppuccin-latte html.has-navbar-fixed-bottom-touch,html.theme--catppuccin-latte body.has-navbar-fixed-bottom-touch{padding-bottom:4rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar,html.theme--catppuccin-latte .navbar-menu,html.theme--catppuccin-latte .navbar-start,html.theme--catppuccin-latte .navbar-end{align-items:stretch;display:flex}html.theme--catppuccin-latte .navbar{min-height:4rem}html.theme--catppuccin-latte .navbar.is-spaced{padding:1rem 2rem}html.theme--catppuccin-latte .navbar.is-spaced .navbar-start,html.theme--catppuccin-latte .navbar.is-spaced .navbar-end{align-items:center}html.theme--catppuccin-latte .navbar.is-spaced a.navbar-item,html.theme--catppuccin-latte .navbar.is-spaced .navbar-link{border-radius:.4em}html.theme--catppuccin-latte .navbar.is-transparent a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-transparent a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-transparent a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-transparent .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-transparent .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}html.theme--catppuccin-latte .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-latte .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,html.theme--catppuccin-latte .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}html.theme--catppuccin-latte .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#8c8fa1}html.theme--catppuccin-latte .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#1e66f5}html.theme--catppuccin-latte .navbar-burger{display:none}html.theme--catppuccin-latte .navbar-item,html.theme--catppuccin-latte .navbar-link{align-items:center;display:flex}html.theme--catppuccin-latte .navbar-item.has-dropdown{align-items:stretch}html.theme--catppuccin-latte .navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}html.theme--catppuccin-latte .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--catppuccin-latte .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced html.theme--catppuccin-latte .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-latte .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-latte .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-latte .navbar-item.is-hoverable:hover .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}html.theme--catppuccin-latte .navbar-menu{flex-grow:1;flex-shrink:0}html.theme--catppuccin-latte .navbar-start{justify-content:flex-start;margin-right:auto}html.theme--catppuccin-latte .navbar-end{justify-content:flex-end;margin-left:auto}html.theme--catppuccin-latte .navbar-dropdown{background-color:#1e66f5;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--catppuccin-latte .navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}html.theme--catppuccin-latte .navbar-dropdown a.navbar-item{padding-right:3rem}html.theme--catppuccin-latte .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-latte .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#8c8fa1}html.theme--catppuccin-latte .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#1e66f5}.navbar.is-spaced html.theme--catppuccin-latte .navbar-dropdown,html.theme--catppuccin-latte .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--catppuccin-latte .navbar-dropdown.is-right{left:auto;right:0}html.theme--catppuccin-latte .navbar-divider{display:block}html.theme--catppuccin-latte .navbar>.container .navbar-brand,html.theme--catppuccin-latte .container>.navbar .navbar-brand{margin-left:-.75rem}html.theme--catppuccin-latte .navbar>.container .navbar-menu,html.theme--catppuccin-latte .container>.navbar .navbar-menu{margin-right:-.75rem}html.theme--catppuccin-latte .navbar.is-fixed-bottom-desktop,html.theme--catppuccin-latte .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-latte .navbar.is-fixed-bottom-desktop{bottom:0}html.theme--catppuccin-latte .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-latte .navbar.is-fixed-top-desktop{top:0}html.theme--catppuccin-latte html.has-navbar-fixed-top-desktop,html.theme--catppuccin-latte body.has-navbar-fixed-top-desktop{padding-top:4rem}html.theme--catppuccin-latte html.has-navbar-fixed-bottom-desktop,html.theme--catppuccin-latte body.has-navbar-fixed-bottom-desktop{padding-bottom:4rem}html.theme--catppuccin-latte html.has-spaced-navbar-fixed-top,html.theme--catppuccin-latte body.has-spaced-navbar-fixed-top{padding-top:6rem}html.theme--catppuccin-latte html.has-spaced-navbar-fixed-bottom,html.theme--catppuccin-latte body.has-spaced-navbar-fixed-bottom{padding-bottom:6rem}html.theme--catppuccin-latte a.navbar-item.is-active,html.theme--catppuccin-latte .navbar-link.is-active{color:#1e66f5}html.theme--catppuccin-latte a.navbar-item.is-active:not(:focus):not(:hover),html.theme--catppuccin-latte .navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}html.theme--catppuccin-latte .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}html.theme--catppuccin-latte .hero.is-fullheight-with-navbar{min-height:calc(100vh - 4rem)}html.theme--catppuccin-latte .pagination{font-size:1rem;margin:-.25rem}html.theme--catppuccin-latte .pagination.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}html.theme--catppuccin-latte .pagination.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .pagination.is-large{font-size:1.5rem}html.theme--catppuccin-latte .pagination.is-rounded .pagination-previous,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,html.theme--catppuccin-latte .pagination.is-rounded .pagination-next,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}html.theme--catppuccin-latte .pagination.is-rounded .pagination-link,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}html.theme--catppuccin-latte .pagination,html.theme--catppuccin-latte .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte .pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-link{border-color:#acb0be;color:#1e66f5;min-width:2.5em}html.theme--catppuccin-latte .pagination-previous:hover,html.theme--catppuccin-latte .pagination-next:hover,html.theme--catppuccin-latte .pagination-link:hover{border-color:#9ca0b0;color:#04a5e5}html.theme--catppuccin-latte .pagination-previous:focus,html.theme--catppuccin-latte .pagination-next:focus,html.theme--catppuccin-latte .pagination-link:focus{border-color:#9ca0b0}html.theme--catppuccin-latte .pagination-previous:active,html.theme--catppuccin-latte .pagination-next:active,html.theme--catppuccin-latte .pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}html.theme--catppuccin-latte .pagination-previous[disabled],html.theme--catppuccin-latte .pagination-previous.is-disabled,html.theme--catppuccin-latte .pagination-next[disabled],html.theme--catppuccin-latte .pagination-next.is-disabled,html.theme--catppuccin-latte .pagination-link[disabled],html.theme--catppuccin-latte .pagination-link.is-disabled{background-color:#acb0be;border-color:#acb0be;box-shadow:none;color:#616587;opacity:0.5}html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}html.theme--catppuccin-latte .pagination-link.is-current{background-color:#1e66f5;border-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .pagination-ellipsis{color:#9ca0b0;pointer-events:none}html.theme--catppuccin-latte .pagination-list{flex-wrap:wrap}html.theme--catppuccin-latte .pagination-list li{list-style:none}@media screen and (max-width: 768px){html.theme--catppuccin-latte .pagination{flex-wrap:wrap}html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte .pagination-ellipsis{margin-bottom:0;margin-top:0}html.theme--catppuccin-latte .pagination-previous{order:2}html.theme--catppuccin-latte .pagination-next{order:3}html.theme--catppuccin-latte .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}html.theme--catppuccin-latte .pagination.is-centered .pagination-previous{order:1}html.theme--catppuccin-latte .pagination.is-centered .pagination-list{justify-content:center;order:2}html.theme--catppuccin-latte .pagination.is-centered .pagination-next{order:3}html.theme--catppuccin-latte .pagination.is-right .pagination-previous{order:1}html.theme--catppuccin-latte .pagination.is-right .pagination-next{order:2}html.theme--catppuccin-latte .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}html.theme--catppuccin-latte .panel{border-radius:8px;box-shadow:#171717;font-size:1rem}html.theme--catppuccin-latte .panel:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-latte .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}html.theme--catppuccin-latte .panel.is-white .panel-block.is-active .panel-icon{color:#fff}html.theme--catppuccin-latte .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}html.theme--catppuccin-latte .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}html.theme--catppuccin-latte .panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}html.theme--catppuccin-latte .panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}html.theme--catppuccin-latte .panel.is-dark .panel-heading,html.theme--catppuccin-latte .content kbd.panel .panel-heading{background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .panel.is-dark .panel-tabs a.is-active,html.theme--catppuccin-latte .content kbd.panel .panel-tabs a.is-active{border-bottom-color:#ccd0da}html.theme--catppuccin-latte .panel.is-dark .panel-block.is-active .panel-icon,html.theme--catppuccin-latte .content kbd.panel .panel-block.is-active .panel-icon{color:#ccd0da}html.theme--catppuccin-latte .panel.is-primary .panel-heading,html.theme--catppuccin-latte .docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .panel.is-primary .panel-tabs a.is-active,html.theme--catppuccin-latte .docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#1e66f5}html.theme--catppuccin-latte .panel.is-primary .panel-block.is-active .panel-icon,html.theme--catppuccin-latte .docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#1e66f5}html.theme--catppuccin-latte .panel.is-link .panel-heading{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .panel.is-link .panel-tabs a.is-active{border-bottom-color:#1e66f5}html.theme--catppuccin-latte .panel.is-link .panel-block.is-active .panel-icon{color:#1e66f5}html.theme--catppuccin-latte .panel.is-info .panel-heading{background-color:#179299;color:#fff}html.theme--catppuccin-latte .panel.is-info .panel-tabs a.is-active{border-bottom-color:#179299}html.theme--catppuccin-latte .panel.is-info .panel-block.is-active .panel-icon{color:#179299}html.theme--catppuccin-latte .panel.is-success .panel-heading{background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .panel.is-success .panel-tabs a.is-active{border-bottom-color:#40a02b}html.theme--catppuccin-latte .panel.is-success .panel-block.is-active .panel-icon{color:#40a02b}html.theme--catppuccin-latte .panel.is-warning .panel-heading{background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#df8e1d}html.theme--catppuccin-latte .panel.is-warning .panel-block.is-active .panel-icon{color:#df8e1d}html.theme--catppuccin-latte .panel.is-danger .panel-heading{background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#d20f39}html.theme--catppuccin-latte .panel.is-danger .panel-block.is-active .panel-icon{color:#d20f39}html.theme--catppuccin-latte .panel-tabs:not(:last-child),html.theme--catppuccin-latte .panel-block:not(:last-child){border-bottom:1px solid #ededed}html.theme--catppuccin-latte .panel-heading{background-color:#bcc0cc;border-radius:8px 8px 0 0;color:#41445a;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}html.theme--catppuccin-latte .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}html.theme--catppuccin-latte .panel-tabs a{border-bottom:1px solid #acb0be;margin-bottom:-1px;padding:0.5em}html.theme--catppuccin-latte .panel-tabs a.is-active{border-bottom-color:#bcc0cc;color:#0b57ef}html.theme--catppuccin-latte .panel-list a{color:#4c4f69}html.theme--catppuccin-latte .panel-list a:hover{color:#1e66f5}html.theme--catppuccin-latte .panel-block{align-items:center;color:#41445a;display:flex;justify-content:flex-start;padding:0.5em 0.75em}html.theme--catppuccin-latte .panel-block input[type="checkbox"]{margin-right:.75em}html.theme--catppuccin-latte .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}html.theme--catppuccin-latte .panel-block.is-wrapped{flex-wrap:wrap}html.theme--catppuccin-latte .panel-block.is-active{border-left-color:#1e66f5;color:#0b57ef}html.theme--catppuccin-latte .panel-block.is-active .panel-icon{color:#1e66f5}html.theme--catppuccin-latte .panel-block:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.theme--catppuccin-latte a.panel-block,html.theme--catppuccin-latte label.panel-block{cursor:pointer}html.theme--catppuccin-latte a.panel-block:hover,html.theme--catppuccin-latte label.panel-block:hover{background-color:#e6e9ef}html.theme--catppuccin-latte .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#616587;margin-right:.75em}html.theme--catppuccin-latte .panel-icon .fa{font-size:inherit;line-height:inherit}html.theme--catppuccin-latte .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--catppuccin-latte .tabs a{align-items:center;border-bottom-color:#acb0be;border-bottom-style:solid;border-bottom-width:1px;color:#4c4f69;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}html.theme--catppuccin-latte .tabs a:hover{border-bottom-color:#41445a;color:#41445a}html.theme--catppuccin-latte .tabs li{display:block}html.theme--catppuccin-latte .tabs li.is-active a{border-bottom-color:#1e66f5;color:#1e66f5}html.theme--catppuccin-latte .tabs ul{align-items:center;border-bottom-color:#acb0be;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}html.theme--catppuccin-latte .tabs ul.is-left{padding-right:0.75em}html.theme--catppuccin-latte .tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}html.theme--catppuccin-latte .tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}html.theme--catppuccin-latte .tabs .icon:first-child{margin-right:.5em}html.theme--catppuccin-latte .tabs .icon:last-child{margin-left:.5em}html.theme--catppuccin-latte .tabs.is-centered ul{justify-content:center}html.theme--catppuccin-latte .tabs.is-right ul{justify-content:flex-end}html.theme--catppuccin-latte .tabs.is-boxed a{border:1px solid transparent;border-radius:.4em .4em 0 0}html.theme--catppuccin-latte .tabs.is-boxed a:hover{background-color:#e6e9ef;border-bottom-color:#acb0be}html.theme--catppuccin-latte .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#acb0be;border-bottom-color:rgba(0,0,0,0) !important}html.theme--catppuccin-latte .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}html.theme--catppuccin-latte .tabs.is-toggle a{border-color:#acb0be;border-style:solid;border-width:1px;margin-bottom:0;position:relative}html.theme--catppuccin-latte .tabs.is-toggle a:hover{background-color:#e6e9ef;border-color:#9ca0b0;z-index:2}html.theme--catppuccin-latte .tabs.is-toggle li+li{margin-left:-1px}html.theme--catppuccin-latte .tabs.is-toggle li:first-child a{border-top-left-radius:.4em;border-bottom-left-radius:.4em}html.theme--catppuccin-latte .tabs.is-toggle li:last-child a{border-top-right-radius:.4em;border-bottom-right-radius:.4em}html.theme--catppuccin-latte .tabs.is-toggle li.is-active a{background-color:#1e66f5;border-color:#1e66f5;color:#fff;z-index:1}html.theme--catppuccin-latte .tabs.is-toggle ul{border-bottom:none}html.theme--catppuccin-latte .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--catppuccin-latte .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--catppuccin-latte .tabs.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}html.theme--catppuccin-latte .tabs.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .tabs.is-large{font-size:1.5rem}html.theme--catppuccin-latte .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>html.theme--catppuccin-latte .column.is-narrow{flex:none;width:unset}.columns.is-mobile>html.theme--catppuccin-latte .column.is-full{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-half{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-half{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-0{flex:none;width:0%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-0{margin-left:0%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-3{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-3{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-6{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-6{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-9{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-9{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-12{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){html.theme--catppuccin-latte .column.is-narrow-mobile{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full-mobile{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters-mobile{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds-mobile{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half-mobile{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third-mobile{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter-mobile{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth-mobile{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths-mobile{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths-mobile{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths-mobile{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters-mobile{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds-mobile{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half-mobile{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third-mobile{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter-mobile{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth-mobile{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths-mobile{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths-mobile{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths-mobile{margin-left:80%}html.theme--catppuccin-latte .column.is-0-mobile{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0-mobile{margin-left:0%}html.theme--catppuccin-latte .column.is-1-mobile{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1-mobile{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2-mobile{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2-mobile{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3-mobile{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3-mobile{margin-left:25%}html.theme--catppuccin-latte .column.is-4-mobile{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4-mobile{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5-mobile{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5-mobile{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6-mobile{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6-mobile{margin-left:50%}html.theme--catppuccin-latte .column.is-7-mobile{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7-mobile{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8-mobile{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8-mobile{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9-mobile{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9-mobile{margin-left:75%}html.theme--catppuccin-latte .column.is-10-mobile{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10-mobile{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11-mobile{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11-mobile{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12-mobile{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .column.is-narrow,html.theme--catppuccin-latte .column.is-narrow-tablet{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full,html.theme--catppuccin-latte .column.is-full-tablet{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters,html.theme--catppuccin-latte .column.is-three-quarters-tablet{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds,html.theme--catppuccin-latte .column.is-two-thirds-tablet{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half,html.theme--catppuccin-latte .column.is-half-tablet{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third,html.theme--catppuccin-latte .column.is-one-third-tablet{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter,html.theme--catppuccin-latte .column.is-one-quarter-tablet{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth,html.theme--catppuccin-latte .column.is-one-fifth-tablet{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths,html.theme--catppuccin-latte .column.is-two-fifths-tablet{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths,html.theme--catppuccin-latte .column.is-three-fifths-tablet{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths,html.theme--catppuccin-latte .column.is-four-fifths-tablet{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters,html.theme--catppuccin-latte .column.is-offset-three-quarters-tablet{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds,html.theme--catppuccin-latte .column.is-offset-two-thirds-tablet{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half,html.theme--catppuccin-latte .column.is-offset-half-tablet{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third,html.theme--catppuccin-latte .column.is-offset-one-third-tablet{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter,html.theme--catppuccin-latte .column.is-offset-one-quarter-tablet{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth,html.theme--catppuccin-latte .column.is-offset-one-fifth-tablet{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths,html.theme--catppuccin-latte .column.is-offset-two-fifths-tablet{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths,html.theme--catppuccin-latte .column.is-offset-three-fifths-tablet{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths,html.theme--catppuccin-latte .column.is-offset-four-fifths-tablet{margin-left:80%}html.theme--catppuccin-latte .column.is-0,html.theme--catppuccin-latte .column.is-0-tablet{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0,html.theme--catppuccin-latte .column.is-offset-0-tablet{margin-left:0%}html.theme--catppuccin-latte .column.is-1,html.theme--catppuccin-latte .column.is-1-tablet{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1,html.theme--catppuccin-latte .column.is-offset-1-tablet{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2,html.theme--catppuccin-latte .column.is-2-tablet{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2,html.theme--catppuccin-latte .column.is-offset-2-tablet{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3,html.theme--catppuccin-latte .column.is-3-tablet{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3,html.theme--catppuccin-latte .column.is-offset-3-tablet{margin-left:25%}html.theme--catppuccin-latte .column.is-4,html.theme--catppuccin-latte .column.is-4-tablet{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4,html.theme--catppuccin-latte .column.is-offset-4-tablet{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5,html.theme--catppuccin-latte .column.is-5-tablet{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5,html.theme--catppuccin-latte .column.is-offset-5-tablet{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6,html.theme--catppuccin-latte .column.is-6-tablet{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6,html.theme--catppuccin-latte .column.is-offset-6-tablet{margin-left:50%}html.theme--catppuccin-latte .column.is-7,html.theme--catppuccin-latte .column.is-7-tablet{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7,html.theme--catppuccin-latte .column.is-offset-7-tablet{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8,html.theme--catppuccin-latte .column.is-8-tablet{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8,html.theme--catppuccin-latte .column.is-offset-8-tablet{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9,html.theme--catppuccin-latte .column.is-9-tablet{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9,html.theme--catppuccin-latte .column.is-offset-9-tablet{margin-left:75%}html.theme--catppuccin-latte .column.is-10,html.theme--catppuccin-latte .column.is-10-tablet{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10,html.theme--catppuccin-latte .column.is-offset-10-tablet{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11,html.theme--catppuccin-latte .column.is-11-tablet{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11,html.theme--catppuccin-latte .column.is-offset-11-tablet{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12,html.theme--catppuccin-latte .column.is-12-tablet{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12,html.theme--catppuccin-latte .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .column.is-narrow-touch{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full-touch{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters-touch{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds-touch{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half-touch{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third-touch{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter-touch{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth-touch{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths-touch{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths-touch{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths-touch{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters-touch{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds-touch{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half-touch{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third-touch{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter-touch{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth-touch{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths-touch{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths-touch{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths-touch{margin-left:80%}html.theme--catppuccin-latte .column.is-0-touch{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0-touch{margin-left:0%}html.theme--catppuccin-latte .column.is-1-touch{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1-touch{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2-touch{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2-touch{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3-touch{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3-touch{margin-left:25%}html.theme--catppuccin-latte .column.is-4-touch{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4-touch{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5-touch{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5-touch{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6-touch{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6-touch{margin-left:50%}html.theme--catppuccin-latte .column.is-7-touch{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7-touch{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8-touch{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8-touch{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9-touch{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9-touch{margin-left:75%}html.theme--catppuccin-latte .column.is-10-touch{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10-touch{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11-touch{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11-touch{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12-touch{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .column.is-narrow-desktop{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full-desktop{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters-desktop{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds-desktop{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half-desktop{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third-desktop{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter-desktop{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth-desktop{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths-desktop{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths-desktop{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths-desktop{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters-desktop{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds-desktop{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half-desktop{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third-desktop{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter-desktop{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth-desktop{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths-desktop{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths-desktop{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths-desktop{margin-left:80%}html.theme--catppuccin-latte .column.is-0-desktop{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0-desktop{margin-left:0%}html.theme--catppuccin-latte .column.is-1-desktop{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1-desktop{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2-desktop{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2-desktop{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3-desktop{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3-desktop{margin-left:25%}html.theme--catppuccin-latte .column.is-4-desktop{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4-desktop{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5-desktop{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5-desktop{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6-desktop{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6-desktop{margin-left:50%}html.theme--catppuccin-latte .column.is-7-desktop{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7-desktop{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8-desktop{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8-desktop{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9-desktop{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9-desktop{margin-left:75%}html.theme--catppuccin-latte .column.is-10-desktop{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10-desktop{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11-desktop{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11-desktop{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12-desktop{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .column.is-narrow-widescreen{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full-widescreen{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters-widescreen{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds-widescreen{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half-widescreen{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third-widescreen{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter-widescreen{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth-widescreen{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths-widescreen{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths-widescreen{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths-widescreen{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters-widescreen{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half-widescreen{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third-widescreen{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter-widescreen{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth-widescreen{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths-widescreen{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths-widescreen{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths-widescreen{margin-left:80%}html.theme--catppuccin-latte .column.is-0-widescreen{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0-widescreen{margin-left:0%}html.theme--catppuccin-latte .column.is-1-widescreen{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1-widescreen{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2-widescreen{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2-widescreen{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3-widescreen{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3-widescreen{margin-left:25%}html.theme--catppuccin-latte .column.is-4-widescreen{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4-widescreen{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5-widescreen{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5-widescreen{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6-widescreen{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6-widescreen{margin-left:50%}html.theme--catppuccin-latte .column.is-7-widescreen{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7-widescreen{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8-widescreen{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8-widescreen{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9-widescreen{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9-widescreen{margin-left:75%}html.theme--catppuccin-latte .column.is-10-widescreen{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10-widescreen{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11-widescreen{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11-widescreen{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12-widescreen{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .column.is-narrow-fullhd{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full-fullhd{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters-fullhd{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds-fullhd{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half-fullhd{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third-fullhd{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter-fullhd{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth-fullhd{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths-fullhd{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths-fullhd{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths-fullhd{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters-fullhd{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half-fullhd{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third-fullhd{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter-fullhd{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth-fullhd{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths-fullhd{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths-fullhd{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths-fullhd{margin-left:80%}html.theme--catppuccin-latte .column.is-0-fullhd{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0-fullhd{margin-left:0%}html.theme--catppuccin-latte .column.is-1-fullhd{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1-fullhd{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2-fullhd{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2-fullhd{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3-fullhd{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3-fullhd{margin-left:25%}html.theme--catppuccin-latte .column.is-4-fullhd{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4-fullhd{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5-fullhd{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5-fullhd{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6-fullhd{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6-fullhd{margin-left:50%}html.theme--catppuccin-latte .column.is-7-fullhd{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7-fullhd{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8-fullhd{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8-fullhd{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9-fullhd{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9-fullhd{margin-left:75%}html.theme--catppuccin-latte .column.is-10-fullhd{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10-fullhd{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11-fullhd{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11-fullhd{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12-fullhd{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12-fullhd{margin-left:100%}}html.theme--catppuccin-latte .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-latte .columns:last-child{margin-bottom:-.75rem}html.theme--catppuccin-latte .columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}html.theme--catppuccin-latte .columns.is-centered{justify-content:center}html.theme--catppuccin-latte .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}html.theme--catppuccin-latte .columns.is-gapless>.column{margin:0;padding:0 !important}html.theme--catppuccin-latte .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-latte .columns.is-gapless:last-child{margin-bottom:0}html.theme--catppuccin-latte .columns.is-mobile{display:flex}html.theme--catppuccin-latte .columns.is-multiline{flex-wrap:wrap}html.theme--catppuccin-latte .columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-desktop{display:flex}}html.theme--catppuccin-latte .columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}html.theme--catppuccin-latte .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}html.theme--catppuccin-latte .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}html.theme--catppuccin-latte .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}html.theme--catppuccin-latte .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}html.theme--catppuccin-latte .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}html.theme--catppuccin-latte .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}html.theme--catppuccin-latte .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}html.theme--catppuccin-latte .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}html.theme--catppuccin-latte .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}html.theme--catppuccin-latte .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}html.theme--catppuccin-latte .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}html.theme--catppuccin-latte .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-latte .tile.is-ancestor:last-child{margin-bottom:-.75rem}html.theme--catppuccin-latte .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-latte .tile.is-child{margin:0 !important}html.theme--catppuccin-latte .tile.is-parent{padding:.75rem}html.theme--catppuccin-latte .tile.is-vertical{flex-direction:column}html.theme--catppuccin-latte .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .tile:not(.is-child){display:flex}html.theme--catppuccin-latte .tile.is-1{flex:none;width:8.33333337%}html.theme--catppuccin-latte .tile.is-2{flex:none;width:16.66666674%}html.theme--catppuccin-latte .tile.is-3{flex:none;width:25%}html.theme--catppuccin-latte .tile.is-4{flex:none;width:33.33333337%}html.theme--catppuccin-latte .tile.is-5{flex:none;width:41.66666674%}html.theme--catppuccin-latte .tile.is-6{flex:none;width:50%}html.theme--catppuccin-latte .tile.is-7{flex:none;width:58.33333337%}html.theme--catppuccin-latte .tile.is-8{flex:none;width:66.66666674%}html.theme--catppuccin-latte .tile.is-9{flex:none;width:75%}html.theme--catppuccin-latte .tile.is-10{flex:none;width:83.33333337%}html.theme--catppuccin-latte .tile.is-11{flex:none;width:91.66666674%}html.theme--catppuccin-latte .tile.is-12{flex:none;width:100%}}html.theme--catppuccin-latte .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}html.theme--catppuccin-latte .hero .navbar{background:none}html.theme--catppuccin-latte .hero .tabs ul{border-bottom:none}html.theme--catppuccin-latte .hero.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-white strong{color:inherit}html.theme--catppuccin-latte .hero.is-white .title{color:#0a0a0a}html.theme--catppuccin-latte .hero.is-white .subtitle{color:rgba(10,10,10,0.9)}html.theme--catppuccin-latte .hero.is-white .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-white .navbar-menu{background-color:#fff}}html.theme--catppuccin-latte .hero.is-white .navbar-item,html.theme--catppuccin-latte .hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}html.theme--catppuccin-latte .hero.is-white a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-white a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-white .navbar-link:hover,html.theme--catppuccin-latte .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-latte .hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}html.theme--catppuccin-latte .hero.is-white .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}html.theme--catppuccin-latte .hero.is-white .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-white .tabs.is-toggle a{color:#0a0a0a}html.theme--catppuccin-latte .hero.is-white .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-white .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-white .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-white .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}html.theme--catppuccin-latte .hero.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-black strong{color:inherit}html.theme--catppuccin-latte .hero.is-black .title{color:#fff}html.theme--catppuccin-latte .hero.is-black .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-black .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-black .navbar-menu{background-color:#0a0a0a}}html.theme--catppuccin-latte .hero.is-black .navbar-item,html.theme--catppuccin-latte .hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-black a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-black a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-black .navbar-link:hover,html.theme--catppuccin-latte .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-latte .hero.is-black .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-black .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}html.theme--catppuccin-latte .hero.is-black .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-black .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-black .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-black .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-black .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-black .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}html.theme--catppuccin-latte .hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-light strong{color:inherit}html.theme--catppuccin-latte .hero.is-light .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-light .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-latte .hero.is-light .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-light .navbar-menu{background-color:#f5f5f5}}html.theme--catppuccin-latte .hero.is-light .navbar-item,html.theme--catppuccin-latte .hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-light a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-light a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-light .navbar-link:hover,html.theme--catppuccin-latte .hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-latte .hero.is-light .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}html.theme--catppuccin-latte .hero.is-light .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-light .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-light .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-light .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-light .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .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}html.theme--catppuccin-latte .hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}html.theme--catppuccin-latte .hero.is-dark,html.theme--catppuccin-latte .content kbd.hero{background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-dark strong,html.theme--catppuccin-latte .content kbd.hero strong{color:inherit}html.theme--catppuccin-latte .hero.is-dark .title,html.theme--catppuccin-latte .content kbd.hero .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-dark .subtitle,html.theme--catppuccin-latte .content kbd.hero .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-latte .hero.is-dark .subtitle a:not(.button),html.theme--catppuccin-latte .content kbd.hero .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-dark .subtitle strong,html.theme--catppuccin-latte .content kbd.hero .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-dark .navbar-menu,html.theme--catppuccin-latte .content kbd.hero .navbar-menu{background-color:#ccd0da}}html.theme--catppuccin-latte .hero.is-dark .navbar-item,html.theme--catppuccin-latte .content kbd.hero .navbar-item,html.theme--catppuccin-latte .hero.is-dark .navbar-link,html.theme--catppuccin-latte .content kbd.hero .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-dark a.navbar-item:hover,html.theme--catppuccin-latte .content kbd.hero a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-dark a.navbar-item.is-active,html.theme--catppuccin-latte .content kbd.hero a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-dark .navbar-link:hover,html.theme--catppuccin-latte .content kbd.hero .navbar-link:hover,html.theme--catppuccin-latte .hero.is-dark .navbar-link.is-active,html.theme--catppuccin-latte .content kbd.hero .navbar-link.is-active{background-color:#bdc2cf;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-dark .tabs a,html.theme--catppuccin-latte .content kbd.hero .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-latte .hero.is-dark .tabs a:hover,html.theme--catppuccin-latte .content kbd.hero .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-dark .tabs li.is-active a,html.theme--catppuccin-latte .content kbd.hero .tabs li.is-active a{color:#ccd0da !important;opacity:1}html.theme--catppuccin-latte .hero.is-dark .tabs.is-boxed a,html.theme--catppuccin-latte .content kbd.hero .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-dark .tabs.is-toggle a,html.theme--catppuccin-latte .content kbd.hero .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-dark .tabs.is-boxed a:hover,html.theme--catppuccin-latte .content kbd.hero .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-dark .tabs.is-toggle a:hover,html.theme--catppuccin-latte .content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-dark .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .content kbd.hero .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-dark .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-dark .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .content kbd.hero .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-dark .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:#ccd0da}html.theme--catppuccin-latte .hero.is-dark.is-bold,html.theme--catppuccin-latte .content kbd.hero.is-bold{background-image:linear-gradient(141deg, #a7b8cc 0%, #ccd0da 71%, #d9dbe6 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-dark.is-bold .navbar-menu,html.theme--catppuccin-latte .content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #a7b8cc 0%, #ccd0da 71%, #d9dbe6 100%)}}html.theme--catppuccin-latte .hero.is-primary,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-primary strong,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink strong{color:inherit}html.theme--catppuccin-latte .hero.is-primary .title,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .title{color:#fff}html.theme--catppuccin-latte .hero.is-primary .subtitle,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-primary .subtitle a:not(.button),html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-primary .subtitle strong,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-primary .navbar-menu,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#1e66f5}}html.theme--catppuccin-latte .hero.is-primary .navbar-item,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .navbar-item,html.theme--catppuccin-latte .hero.is-primary .navbar-link,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-primary a.navbar-item:hover,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-primary a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-primary .navbar-link:hover,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .navbar-link:hover,html.theme--catppuccin-latte .hero.is-primary .navbar-link.is-active,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .hero.is-primary .tabs a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-primary .tabs a:hover,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-primary .tabs li.is-active a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#1e66f5 !important;opacity:1}html.theme--catppuccin-latte .hero.is-primary .tabs.is-boxed a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-primary .tabs.is-toggle a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-primary .tabs.is-boxed a:hover,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-primary .tabs.is-toggle a:hover,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-primary .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-primary .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-primary .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .hero.is-primary.is-bold,html.theme--catppuccin-latte .docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #0070e0 0%, #1e66f5 71%, #3153fb 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-primary.is-bold .navbar-menu,html.theme--catppuccin-latte .docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #0070e0 0%, #1e66f5 71%, #3153fb 100%)}}html.theme--catppuccin-latte .hero.is-link{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-link strong{color:inherit}html.theme--catppuccin-latte .hero.is-link .title{color:#fff}html.theme--catppuccin-latte .hero.is-link .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-link .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-link .navbar-menu{background-color:#1e66f5}}html.theme--catppuccin-latte .hero.is-link .navbar-item,html.theme--catppuccin-latte .hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-link a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-link a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-link .navbar-link:hover,html.theme--catppuccin-latte .hero.is-link .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .hero.is-link .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-link .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-link .tabs li.is-active a{color:#1e66f5 !important;opacity:1}html.theme--catppuccin-latte .hero.is-link .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-link .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-link .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-link .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-link .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-link .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .hero.is-link.is-bold{background-image:linear-gradient(141deg, #0070e0 0%, #1e66f5 71%, #3153fb 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #0070e0 0%, #1e66f5 71%, #3153fb 100%)}}html.theme--catppuccin-latte .hero.is-info{background-color:#179299;color:#fff}html.theme--catppuccin-latte .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-info strong{color:inherit}html.theme--catppuccin-latte .hero.is-info .title{color:#fff}html.theme--catppuccin-latte .hero.is-info .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-info .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-info .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-info .navbar-menu{background-color:#179299}}html.theme--catppuccin-latte .hero.is-info .navbar-item,html.theme--catppuccin-latte .hero.is-info .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-info a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-info a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-info .navbar-link:hover,html.theme--catppuccin-latte .hero.is-info .navbar-link.is-active{background-color:#147d83;color:#fff}html.theme--catppuccin-latte .hero.is-info .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-info .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-info .tabs li.is-active a{color:#179299 !important;opacity:1}html.theme--catppuccin-latte .hero.is-info .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-info .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-info .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-info .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-info .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-info .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#179299}html.theme--catppuccin-latte .hero.is-info.is-bold{background-image:linear-gradient(141deg, #0a7367 0%, #179299 71%, #1591b4 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #0a7367 0%, #179299 71%, #1591b4 100%)}}html.theme--catppuccin-latte .hero.is-success{background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-success strong{color:inherit}html.theme--catppuccin-latte .hero.is-success .title{color:#fff}html.theme--catppuccin-latte .hero.is-success .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-success .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-success .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-success .navbar-menu{background-color:#40a02b}}html.theme--catppuccin-latte .hero.is-success .navbar-item,html.theme--catppuccin-latte .hero.is-success .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-success a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-success a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-success .navbar-link:hover,html.theme--catppuccin-latte .hero.is-success .navbar-link.is-active{background-color:#388c26;color:#fff}html.theme--catppuccin-latte .hero.is-success .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-success .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-success .tabs li.is-active a{color:#40a02b !important;opacity:1}html.theme--catppuccin-latte .hero.is-success .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-success .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-success .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-success .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-success .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-success .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#40a02b}html.theme--catppuccin-latte .hero.is-success.is-bold{background-image:linear-gradient(141deg, #3c7f19 0%, #40a02b 71%, #2dba2b 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #3c7f19 0%, #40a02b 71%, #2dba2b 100%)}}html.theme--catppuccin-latte .hero.is-warning{background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-warning strong{color:inherit}html.theme--catppuccin-latte .hero.is-warning .title{color:#fff}html.theme--catppuccin-latte .hero.is-warning .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-warning .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-warning .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-warning .navbar-menu{background-color:#df8e1d}}html.theme--catppuccin-latte .hero.is-warning .navbar-item,html.theme--catppuccin-latte .hero.is-warning .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-warning a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-warning a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-warning .navbar-link:hover,html.theme--catppuccin-latte .hero.is-warning .navbar-link.is-active{background-color:#c8801a;color:#fff}html.theme--catppuccin-latte .hero.is-warning .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-warning .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-warning .tabs li.is-active a{color:#df8e1d !important;opacity:1}html.theme--catppuccin-latte .hero.is-warning .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-warning .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-warning .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-warning .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-warning .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-warning .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#df8e1d}html.theme--catppuccin-latte .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #bc560d 0%, #df8e1d 71%, #eaba2b 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #bc560d 0%, #df8e1d 71%, #eaba2b 100%)}}html.theme--catppuccin-latte .hero.is-danger{background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-danger strong{color:inherit}html.theme--catppuccin-latte .hero.is-danger .title{color:#fff}html.theme--catppuccin-latte .hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-danger .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-danger .navbar-menu{background-color:#d20f39}}html.theme--catppuccin-latte .hero.is-danger .navbar-item,html.theme--catppuccin-latte .hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-danger a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-danger a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-danger .navbar-link:hover,html.theme--catppuccin-latte .hero.is-danger .navbar-link.is-active{background-color:#ba0d33;color:#fff}html.theme--catppuccin-latte .hero.is-danger .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-danger .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-danger .tabs li.is-active a{color:#d20f39 !important;opacity:1}html.theme--catppuccin-latte .hero.is-danger .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-danger .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-danger .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-danger .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-danger .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-danger .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#d20f39}html.theme--catppuccin-latte .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #ab0343 0%, #d20f39 71%, #f00a16 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ab0343 0%, #d20f39 71%, #f00a16 100%)}}html.theme--catppuccin-latte .hero.is-small .hero-body,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .hero.is-large .hero-body{padding:18rem 6rem}}html.theme--catppuccin-latte .hero.is-halfheight .hero-body,html.theme--catppuccin-latte .hero.is-fullheight .hero-body,html.theme--catppuccin-latte .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}html.theme--catppuccin-latte .hero.is-halfheight .hero-body>.container,html.theme--catppuccin-latte .hero.is-fullheight .hero-body>.container,html.theme--catppuccin-latte .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .hero.is-halfheight{min-height:50vh}html.theme--catppuccin-latte .hero.is-fullheight{min-height:100vh}html.theme--catppuccin-latte .hero-video{overflow:hidden}html.theme--catppuccin-latte .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}html.theme--catppuccin-latte .hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero-video{display:none}}html.theme--catppuccin-latte .hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero-buttons .button{display:flex}html.theme--catppuccin-latte .hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .hero-buttons{display:flex;justify-content:center}html.theme--catppuccin-latte .hero-buttons .button:not(:last-child){margin-right:1.5rem}}html.theme--catppuccin-latte .hero-head,html.theme--catppuccin-latte .hero-foot{flex-grow:0;flex-shrink:0}html.theme--catppuccin-latte .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .hero-body{padding:3rem 3rem}}html.theme--catppuccin-latte .section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .section{padding:3rem 3rem}html.theme--catppuccin-latte .section.is-medium{padding:9rem 4.5rem}html.theme--catppuccin-latte .section.is-large{padding:18rem 6rem}}html.theme--catppuccin-latte .footer{background-color:#e6e9ef;padding:3rem 1.5rem 6rem}html.theme--catppuccin-latte h1 .docs-heading-anchor,html.theme--catppuccin-latte h1 .docs-heading-anchor:hover,html.theme--catppuccin-latte h1 .docs-heading-anchor:visited,html.theme--catppuccin-latte h2 .docs-heading-anchor,html.theme--catppuccin-latte h2 .docs-heading-anchor:hover,html.theme--catppuccin-latte h2 .docs-heading-anchor:visited,html.theme--catppuccin-latte h3 .docs-heading-anchor,html.theme--catppuccin-latte h3 .docs-heading-anchor:hover,html.theme--catppuccin-latte h3 .docs-heading-anchor:visited,html.theme--catppuccin-latte h4 .docs-heading-anchor,html.theme--catppuccin-latte h4 .docs-heading-anchor:hover,html.theme--catppuccin-latte h4 .docs-heading-anchor:visited,html.theme--catppuccin-latte h5 .docs-heading-anchor,html.theme--catppuccin-latte h5 .docs-heading-anchor:hover,html.theme--catppuccin-latte h5 .docs-heading-anchor:visited,html.theme--catppuccin-latte h6 .docs-heading-anchor,html.theme--catppuccin-latte h6 .docs-heading-anchor:hover,html.theme--catppuccin-latte h6 .docs-heading-anchor:visited{color:#4c4f69}html.theme--catppuccin-latte h1 .docs-heading-anchor-permalink,html.theme--catppuccin-latte h2 .docs-heading-anchor-permalink,html.theme--catppuccin-latte h3 .docs-heading-anchor-permalink,html.theme--catppuccin-latte h4 .docs-heading-anchor-permalink,html.theme--catppuccin-latte h5 .docs-heading-anchor-permalink,html.theme--catppuccin-latte h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}html.theme--catppuccin-latte h1 .docs-heading-anchor-permalink::before,html.theme--catppuccin-latte h2 .docs-heading-anchor-permalink::before,html.theme--catppuccin-latte h3 .docs-heading-anchor-permalink::before,html.theme--catppuccin-latte h4 .docs-heading-anchor-permalink::before,html.theme--catppuccin-latte h5 .docs-heading-anchor-permalink::before,html.theme--catppuccin-latte h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}html.theme--catppuccin-latte h1:hover .docs-heading-anchor-permalink,html.theme--catppuccin-latte h2:hover .docs-heading-anchor-permalink,html.theme--catppuccin-latte h3:hover .docs-heading-anchor-permalink,html.theme--catppuccin-latte h4:hover .docs-heading-anchor-permalink,html.theme--catppuccin-latte h5:hover .docs-heading-anchor-permalink,html.theme--catppuccin-latte h6:hover .docs-heading-anchor-permalink{visibility:visible}html.theme--catppuccin-latte .docs-dark-only{display:none !important}html.theme--catppuccin-latte pre{position:relative;overflow:hidden}html.theme--catppuccin-latte pre code,html.theme--catppuccin-latte pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}html.theme--catppuccin-latte pre code:first-of-type,html.theme--catppuccin-latte pre code.hljs:first-of-type{padding-top:0.5rem !important}html.theme--catppuccin-latte pre code:last-of-type,html.theme--catppuccin-latte pre code.hljs:last-of-type{padding-bottom:0.5rem !important}html.theme--catppuccin-latte 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:#4c4f69;cursor:pointer;text-align:center}html.theme--catppuccin-latte pre .copy-button:focus,html.theme--catppuccin-latte pre .copy-button:hover{opacity:1;background:rgba(76,79,105,0.1);color:#1e66f5}html.theme--catppuccin-latte pre .copy-button.success{color:#40a02b;opacity:1}html.theme--catppuccin-latte pre .copy-button.error{color:#d20f39;opacity:1}html.theme--catppuccin-latte pre:hover .copy-button{opacity:1}html.theme--catppuccin-latte .admonition{background-color:#e6e9ef;border-style:solid;border-width:2px;border-color:#5c5f77;border-radius:4px;font-size:1rem}html.theme--catppuccin-latte .admonition strong{color:currentColor}html.theme--catppuccin-latte .admonition.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}html.theme--catppuccin-latte .admonition.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .admonition.is-large{font-size:1.5rem}html.theme--catppuccin-latte .admonition.is-default{background-color:#e6e9ef;border-color:#5c5f77}html.theme--catppuccin-latte .admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#5c5f77}html.theme--catppuccin-latte .admonition.is-default>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-info{background-color:#e6e9ef;border-color:#179299}html.theme--catppuccin-latte .admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#179299}html.theme--catppuccin-latte .admonition.is-info>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-success{background-color:#e6e9ef;border-color:#40a02b}html.theme--catppuccin-latte .admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#40a02b}html.theme--catppuccin-latte .admonition.is-success>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-warning{background-color:#e6e9ef;border-color:#df8e1d}html.theme--catppuccin-latte .admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#df8e1d}html.theme--catppuccin-latte .admonition.is-warning>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-danger{background-color:#e6e9ef;border-color:#d20f39}html.theme--catppuccin-latte .admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#d20f39}html.theme--catppuccin-latte .admonition.is-danger>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-compat{background-color:#e6e9ef;border-color:#04a5e5}html.theme--catppuccin-latte .admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#04a5e5}html.theme--catppuccin-latte .admonition.is-compat>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition-header{color:#5c5f77;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}html.theme--catppuccin-latte .admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}html.theme--catppuccin-latte details.admonition.is-details>.admonition-header{list-style:none}html.theme--catppuccin-latte details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}html.theme--catppuccin-latte details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}html.theme--catppuccin-latte .admonition-body{color:#4c4f69;padding:0.5rem .75rem}html.theme--catppuccin-latte .admonition-body pre{background-color:#e6e9ef}html.theme--catppuccin-latte .admonition-body code{background-color:#e6e9ef}html.theme--catppuccin-latte .docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #acb0be;border-radius:4px;box-shadow:none;max-width:100%}html.theme--catppuccin-latte .docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#e6e9ef;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #acb0be;overflow:auto}html.theme--catppuccin-latte .docstring>header code{background-color:transparent}html.theme--catppuccin-latte .docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}html.theme--catppuccin-latte .docstring>header .docstring-binding{margin-right:0.3em}html.theme--catppuccin-latte .docstring>header .docstring-category{margin-left:0.3em}html.theme--catppuccin-latte .docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #acb0be}html.theme--catppuccin-latte .docstring>section:last-child{border-bottom:none}html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:focus{opacity:1 !important}html.theme--catppuccin-latte .docstring:hover>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-latte .docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-latte .docstring>section:hover a.docs-sourcelink{opacity:1}html.theme--catppuccin-latte .documenter-example-output{background-color:#eff1f5}html.theme--catppuccin-latte .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:#e6e9ef;color:#4c4f69;border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}html.theme--catppuccin-latte .outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}html.theme--catppuccin-latte .outdated-warning-overlay a{color:#1e66f5}html.theme--catppuccin-latte .outdated-warning-overlay a:hover{color:#04a5e5}html.theme--catppuccin-latte .content pre{border:2px solid #acb0be;border-radius:4px}html.theme--catppuccin-latte .content code{font-weight:inherit}html.theme--catppuccin-latte .content a code{color:#1e66f5}html.theme--catppuccin-latte .content a:hover code{color:#04a5e5}html.theme--catppuccin-latte .content h1 code,html.theme--catppuccin-latte .content h2 code,html.theme--catppuccin-latte .content h3 code,html.theme--catppuccin-latte .content h4 code,html.theme--catppuccin-latte .content h5 code,html.theme--catppuccin-latte .content h6 code{color:#4c4f69}html.theme--catppuccin-latte .content table{display:block;width:initial;max-width:100%;overflow-x:auto}html.theme--catppuccin-latte .content blockquote>ul:first-child,html.theme--catppuccin-latte .content blockquote>ol:first-child,html.theme--catppuccin-latte .content .admonition-body>ul:first-child,html.theme--catppuccin-latte .content .admonition-body>ol:first-child{margin-top:0}html.theme--catppuccin-latte pre,html.theme--catppuccin-latte code{font-variant-ligatures:no-contextual}html.theme--catppuccin-latte .breadcrumb a.is-disabled{cursor:default;pointer-events:none}html.theme--catppuccin-latte .breadcrumb a.is-disabled,html.theme--catppuccin-latte .breadcrumb a.is-disabled:hover{color:#41445a}html.theme--catppuccin-latte .hljs{background:initial !important}html.theme--catppuccin-latte .katex .katex-mathml{top:0;right:0}html.theme--catppuccin-latte .katex-display,html.theme--catppuccin-latte mjx-container,html.theme--catppuccin-latte .MathJax_Display{margin:0.5em 0 !important}html.theme--catppuccin-latte html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}html.theme--catppuccin-latte li.no-marker{list-style:none}html.theme--catppuccin-latte #documenter .docs-main>article{overflow-wrap:break-word}html.theme--catppuccin-latte #documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){html.theme--catppuccin-latte #documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte #documenter .docs-main{width:100%}html.theme--catppuccin-latte #documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}html.theme--catppuccin-latte #documenter .docs-main>header,html.theme--catppuccin-latte #documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar{background-color:#eff1f5;border-bottom:1px solid #acb0be;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-right .docs-icon,html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){html.theme--catppuccin-latte #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--catppuccin-latte #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--catppuccin-latte #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--catppuccin-latte #documenter .docs-main section.footnotes{border-top:1px solid #acb0be}html.theme--catppuccin-latte #documenter .docs-main section.footnotes li .tag:first-child,html.theme--catppuccin-latte #documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,html.theme--catppuccin-latte #documenter .docs-main section.footnotes li .content kbd:first-child,html.theme--catppuccin-latte .content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}html.theme--catppuccin-latte #documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #acb0be;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){html.theme--catppuccin-latte #documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}html.theme--catppuccin-latte #documenter .docs-main .docs-footer .docs-footer-nextpage,html.theme--catppuccin-latte #documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}html.theme--catppuccin-latte #documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}html.theme--catppuccin-latte #documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}html.theme--catppuccin-latte #documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}html.theme--catppuccin-latte #documenter .docs-sidebar{display:flex;flex-direction:column;color:#4c4f69;background-color:#e6e9ef;border-right:1px solid #acb0be;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--catppuccin-latte #documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #171717}@media screen and (min-width: 1056px){html.theme--catppuccin-latte #documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte #documenter .docs-sidebar{left:0;top:0}}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}html.theme--catppuccin-latte #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--catppuccin-latte #documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-package-name a,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-package-name a:hover{color:#4c4f69}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-version-selector{border-top:1px solid #acb0be;display:none;padding:0.5rem}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-version-selector.visible{display:flex}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #acb0be;padding-bottom:1.5rem}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #acb0be}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}html.theme--catppuccin-latte #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--catppuccin-latte #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu .tocitem,html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#4c4f69;background:#e6e9ef}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu a.tocitem:hover,html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#4c4f69;background-color:#f2f4f7}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #acb0be;border-bottom:1px solid #acb0be;background-color:#dce0e8}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#dce0e8;color:#4c4f69}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#f2f4f7;color:#4c4f69}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #acb0be}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{width:14.4rem}html.theme--catppuccin-latte #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--catppuccin-latte #documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#fff}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#fff}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte #documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-latte #documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-latte #documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#fff}html.theme--catppuccin-latte #documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#fff}}html.theme--catppuccin-latte 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--catppuccin-latte .search-min-width-50{min-width:50%}html.theme--catppuccin-latte .search-min-height-100{min-height:100%}html.theme--catppuccin-latte .search-modal-card-body{max-height:calc(100vh - 15rem)}html.theme--catppuccin-latte .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-latte .search-result-link:hover,html.theme--catppuccin-latte .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--catppuccin-latte .search-result-link .property-search-result-badge,html.theme--catppuccin-latte .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-latte .property-search-result-badge,html.theme--catppuccin-latte .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--catppuccin-latte .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-latte .search-result-link:hover .search-filter,html.theme--catppuccin-latte .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-latte .search-result-link:focus .search-filter{color:#333;background-color:#f1f5f9}html.theme--catppuccin-latte .search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}html.theme--catppuccin-latte .search-filter:hover,html.theme--catppuccin-latte .search-filter:focus{color:#333}html.theme--catppuccin-latte .search-filter-selected{color:#ccd0da;background-color:#7287fd}html.theme--catppuccin-latte .search-filter-selected:hover,html.theme--catppuccin-latte .search-filter-selected:focus{color:#ccd0da}html.theme--catppuccin-latte .search-result-highlight{background-color:#ffdd57;color:black}html.theme--catppuccin-latte .search-divider{border-bottom:1px solid #acb0be}html.theme--catppuccin-latte .search-result-title{width:85%;color:#f5f5f5}html.theme--catppuccin-latte .search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-latte #search-modal .modal-card-body::-webkit-scrollbar,html.theme--catppuccin-latte #search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}html.theme--catppuccin-latte #search-modal .modal-card-body::-webkit-scrollbar-thumb,html.theme--catppuccin-latte #search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}html.theme--catppuccin-latte #search-modal .modal-card-body::-webkit-scrollbar-track,html.theme--catppuccin-latte #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--catppuccin-latte .w-100{width:100%}html.theme--catppuccin-latte .gap-2{gap:0.5rem}html.theme--catppuccin-latte .gap-4{gap:1rem}html.theme--catppuccin-latte .gap-8{gap:2rem}html.theme--catppuccin-latte{background-color:#eff1f5;font-size:16px;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-latte a{transition:all 200ms ease}html.theme--catppuccin-latte .label{color:#4c4f69}html.theme--catppuccin-latte .button,html.theme--catppuccin-latte .control.has-icons-left .icon,html.theme--catppuccin-latte .control.has-icons-right .icon,html.theme--catppuccin-latte .input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte .pagination-ellipsis,html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .select,html.theme--catppuccin-latte .select select,html.theme--catppuccin-latte .textarea{height:2.5em;color:#4c4f69}html.theme--catppuccin-latte .input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte .textarea{transition:all 200ms ease;box-shadow:none;border-width:1px;padding-left:1em;padding-right:1em;color:#4c4f69}html.theme--catppuccin-latte .select:after,html.theme--catppuccin-latte .select select{border-width:1px}html.theme--catppuccin-latte .menu-list a{transition:all 300ms ease}html.theme--catppuccin-latte .modal-card-foot,html.theme--catppuccin-latte .modal-card-head{border-color:#acb0be}html.theme--catppuccin-latte .navbar{border-radius:.4em}html.theme--catppuccin-latte .navbar.is-transparent{background:none}html.theme--catppuccin-latte .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#1e66f5}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .navbar .navbar-menu{background-color:#1e66f5;border-radius:0 0 .4em .4em}}html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body){color:#ccd0da}html.theme--catppuccin-latte .tag.is-link:not(body),html.theme--catppuccin-latte .docstring>section>a.is-link.docs-sourcelink:not(body),html.theme--catppuccin-latte .content kbd.is-link:not(body){color:#ccd0da}html.theme--catppuccin-latte .ansi span.sgr1{font-weight:bolder}html.theme--catppuccin-latte .ansi span.sgr2{font-weight:lighter}html.theme--catppuccin-latte .ansi span.sgr3{font-style:italic}html.theme--catppuccin-latte .ansi span.sgr4{text-decoration:underline}html.theme--catppuccin-latte .ansi span.sgr7{color:#eff1f5;background-color:#4c4f69}html.theme--catppuccin-latte .ansi span.sgr8{color:transparent}html.theme--catppuccin-latte .ansi span.sgr8 span{color:transparent}html.theme--catppuccin-latte .ansi span.sgr9{text-decoration:line-through}html.theme--catppuccin-latte .ansi span.sgr30{color:#5c5f77}html.theme--catppuccin-latte .ansi span.sgr31{color:#d20f39}html.theme--catppuccin-latte .ansi span.sgr32{color:#40a02b}html.theme--catppuccin-latte .ansi span.sgr33{color:#df8e1d}html.theme--catppuccin-latte .ansi span.sgr34{color:#1e66f5}html.theme--catppuccin-latte .ansi span.sgr35{color:#ea76cb}html.theme--catppuccin-latte .ansi span.sgr36{color:#179299}html.theme--catppuccin-latte .ansi span.sgr37{color:#acb0be}html.theme--catppuccin-latte .ansi span.sgr40{background-color:#5c5f77}html.theme--catppuccin-latte .ansi span.sgr41{background-color:#d20f39}html.theme--catppuccin-latte .ansi span.sgr42{background-color:#40a02b}html.theme--catppuccin-latte .ansi span.sgr43{background-color:#df8e1d}html.theme--catppuccin-latte .ansi span.sgr44{background-color:#1e66f5}html.theme--catppuccin-latte .ansi span.sgr45{background-color:#ea76cb}html.theme--catppuccin-latte .ansi span.sgr46{background-color:#179299}html.theme--catppuccin-latte .ansi span.sgr47{background-color:#acb0be}html.theme--catppuccin-latte .ansi span.sgr90{color:#6c6f85}html.theme--catppuccin-latte .ansi span.sgr91{color:#d20f39}html.theme--catppuccin-latte .ansi span.sgr92{color:#40a02b}html.theme--catppuccin-latte .ansi span.sgr93{color:#df8e1d}html.theme--catppuccin-latte .ansi span.sgr94{color:#1e66f5}html.theme--catppuccin-latte .ansi span.sgr95{color:#ea76cb}html.theme--catppuccin-latte .ansi span.sgr96{color:#179299}html.theme--catppuccin-latte .ansi span.sgr97{color:#bcc0cc}html.theme--catppuccin-latte .ansi span.sgr100{background-color:#6c6f85}html.theme--catppuccin-latte .ansi span.sgr101{background-color:#d20f39}html.theme--catppuccin-latte .ansi span.sgr102{background-color:#40a02b}html.theme--catppuccin-latte .ansi span.sgr103{background-color:#df8e1d}html.theme--catppuccin-latte .ansi span.sgr104{background-color:#1e66f5}html.theme--catppuccin-latte .ansi span.sgr105{background-color:#ea76cb}html.theme--catppuccin-latte .ansi span.sgr106{background-color:#179299}html.theme--catppuccin-latte .ansi span.sgr107{background-color:#bcc0cc}html.theme--catppuccin-latte code.language-julia-repl>span.hljs-meta{color:#40a02b;font-weight:bolder}html.theme--catppuccin-latte code .hljs{color:#4c4f69;background:#eff1f5}html.theme--catppuccin-latte code .hljs-keyword{color:#8839ef}html.theme--catppuccin-latte code .hljs-built_in{color:#d20f39}html.theme--catppuccin-latte code .hljs-type{color:#df8e1d}html.theme--catppuccin-latte code .hljs-literal{color:#fe640b}html.theme--catppuccin-latte code .hljs-number{color:#fe640b}html.theme--catppuccin-latte code .hljs-operator{color:#179299}html.theme--catppuccin-latte code .hljs-punctuation{color:#5c5f77}html.theme--catppuccin-latte code .hljs-property{color:#179299}html.theme--catppuccin-latte code .hljs-regexp{color:#ea76cb}html.theme--catppuccin-latte code .hljs-string{color:#40a02b}html.theme--catppuccin-latte code .hljs-char.escape_{color:#40a02b}html.theme--catppuccin-latte code .hljs-subst{color:#6c6f85}html.theme--catppuccin-latte code .hljs-symbol{color:#dd7878}html.theme--catppuccin-latte code .hljs-variable{color:#8839ef}html.theme--catppuccin-latte code .hljs-variable.language_{color:#8839ef}html.theme--catppuccin-latte code .hljs-variable.constant_{color:#fe640b}html.theme--catppuccin-latte code .hljs-title{color:#1e66f5}html.theme--catppuccin-latte code .hljs-title.class_{color:#df8e1d}html.theme--catppuccin-latte code .hljs-title.function_{color:#1e66f5}html.theme--catppuccin-latte code .hljs-params{color:#4c4f69}html.theme--catppuccin-latte code .hljs-comment{color:#acb0be}html.theme--catppuccin-latte code .hljs-doctag{color:#d20f39}html.theme--catppuccin-latte code .hljs-meta{color:#fe640b}html.theme--catppuccin-latte code .hljs-section{color:#1e66f5}html.theme--catppuccin-latte code .hljs-tag{color:#6c6f85}html.theme--catppuccin-latte code .hljs-name{color:#8839ef}html.theme--catppuccin-latte code .hljs-attr{color:#1e66f5}html.theme--catppuccin-latte code .hljs-attribute{color:#40a02b}html.theme--catppuccin-latte code .hljs-bullet{color:#179299}html.theme--catppuccin-latte code .hljs-code{color:#40a02b}html.theme--catppuccin-latte code .hljs-emphasis{color:#d20f39;font-style:italic}html.theme--catppuccin-latte code .hljs-strong{color:#d20f39;font-weight:bold}html.theme--catppuccin-latte code .hljs-formula{color:#179299}html.theme--catppuccin-latte code .hljs-link{color:#209fb5;font-style:italic}html.theme--catppuccin-latte code .hljs-quote{color:#40a02b;font-style:italic}html.theme--catppuccin-latte code .hljs-selector-tag{color:#df8e1d}html.theme--catppuccin-latte code .hljs-selector-id{color:#1e66f5}html.theme--catppuccin-latte code .hljs-selector-class{color:#179299}html.theme--catppuccin-latte code .hljs-selector-attr{color:#8839ef}html.theme--catppuccin-latte code .hljs-selector-pseudo{color:#179299}html.theme--catppuccin-latte code .hljs-template-tag{color:#dd7878}html.theme--catppuccin-latte code .hljs-template-variable{color:#dd7878}html.theme--catppuccin-latte code .hljs-addition{color:#40a02b;background:rgba(166,227,161,0.15)}html.theme--catppuccin-latte code .hljs-deletion{color:#d20f39;background:rgba(243,139,168,0.15)}html.theme--catppuccin-latte .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-latte .search-result-link:hover,html.theme--catppuccin-latte .search-result-link:focus{background-color:#ccd0da}html.theme--catppuccin-latte .search-result-link .property-search-result-badge,html.theme--catppuccin-latte .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-latte .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-latte .search-result-link:hover .search-filter,html.theme--catppuccin-latte .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-latte .search-result-link:focus .search-filter{color:#ccd0da !important;background-color:#7287fd !important}html.theme--catppuccin-latte .search-result-title{color:#4c4f69}html.theme--catppuccin-latte .search-result-highlight{background-color:#d20f39;color:#e6e9ef}html.theme--catppuccin-latte .search-divider{border-bottom:1px solid #5e6d6f50}html.theme--catppuccin-latte .w-100{width:100%}html.theme--catppuccin-latte .gap-2{gap:0.5rem}html.theme--catppuccin-latte .gap-4{gap:1rem} diff --git a/v0.1.13/assets/themes/catppuccin-macchiato.css b/v0.1.13/assets/themes/catppuccin-macchiato.css new file mode 100644 index 0000000..6ed16f8 --- /dev/null +++ b/v0.1.13/assets/themes/catppuccin-macchiato.css @@ -0,0 +1 @@ +html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato .pagination-ellipsis,html.theme--catppuccin-macchiato .file-cta,html.theme--catppuccin-macchiato .file-name,html.theme--catppuccin-macchiato .select select,html.theme--catppuccin-macchiato .textarea,html.theme--catppuccin-macchiato .input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato .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--catppuccin-macchiato .pagination-previous:focus,html.theme--catppuccin-macchiato .pagination-next:focus,html.theme--catppuccin-macchiato .pagination-link:focus,html.theme--catppuccin-macchiato .pagination-ellipsis:focus,html.theme--catppuccin-macchiato .file-cta:focus,html.theme--catppuccin-macchiato .file-name:focus,html.theme--catppuccin-macchiato .select select:focus,html.theme--catppuccin-macchiato .textarea:focus,html.theme--catppuccin-macchiato .input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-macchiato .button:focus,html.theme--catppuccin-macchiato .is-focused.pagination-previous,html.theme--catppuccin-macchiato .is-focused.pagination-next,html.theme--catppuccin-macchiato .is-focused.pagination-link,html.theme--catppuccin-macchiato .is-focused.pagination-ellipsis,html.theme--catppuccin-macchiato .is-focused.file-cta,html.theme--catppuccin-macchiato .is-focused.file-name,html.theme--catppuccin-macchiato .select select.is-focused,html.theme--catppuccin-macchiato .is-focused.textarea,html.theme--catppuccin-macchiato .is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-focused.button,html.theme--catppuccin-macchiato .pagination-previous:active,html.theme--catppuccin-macchiato .pagination-next:active,html.theme--catppuccin-macchiato .pagination-link:active,html.theme--catppuccin-macchiato .pagination-ellipsis:active,html.theme--catppuccin-macchiato .file-cta:active,html.theme--catppuccin-macchiato .file-name:active,html.theme--catppuccin-macchiato .select select:active,html.theme--catppuccin-macchiato .textarea:active,html.theme--catppuccin-macchiato .input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-macchiato .button:active,html.theme--catppuccin-macchiato .is-active.pagination-previous,html.theme--catppuccin-macchiato .is-active.pagination-next,html.theme--catppuccin-macchiato .is-active.pagination-link,html.theme--catppuccin-macchiato .is-active.pagination-ellipsis,html.theme--catppuccin-macchiato .is-active.file-cta,html.theme--catppuccin-macchiato .is-active.file-name,html.theme--catppuccin-macchiato .select select.is-active,html.theme--catppuccin-macchiato .is-active.textarea,html.theme--catppuccin-macchiato .is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-macchiato .is-active.button{outline:none}html.theme--catppuccin-macchiato .pagination-previous[disabled],html.theme--catppuccin-macchiato .pagination-next[disabled],html.theme--catppuccin-macchiato .pagination-link[disabled],html.theme--catppuccin-macchiato .pagination-ellipsis[disabled],html.theme--catppuccin-macchiato .file-cta[disabled],html.theme--catppuccin-macchiato .file-name[disabled],html.theme--catppuccin-macchiato .select select[disabled],html.theme--catppuccin-macchiato .textarea[disabled],html.theme--catppuccin-macchiato .input[disabled],html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled],html.theme--catppuccin-macchiato .button[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato fieldset[disabled] .pagination-previous,fieldset[disabled] html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato fieldset[disabled] .pagination-next,fieldset[disabled] html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato fieldset[disabled] .pagination-link,fieldset[disabled] html.theme--catppuccin-macchiato .pagination-ellipsis,html.theme--catppuccin-macchiato fieldset[disabled] .pagination-ellipsis,fieldset[disabled] html.theme--catppuccin-macchiato .file-cta,html.theme--catppuccin-macchiato fieldset[disabled] .file-cta,fieldset[disabled] html.theme--catppuccin-macchiato .file-name,html.theme--catppuccin-macchiato fieldset[disabled] .file-name,fieldset[disabled] html.theme--catppuccin-macchiato .select select,fieldset[disabled] html.theme--catppuccin-macchiato .textarea,fieldset[disabled] html.theme--catppuccin-macchiato .input,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato fieldset[disabled] .select select,html.theme--catppuccin-macchiato .select fieldset[disabled] select,html.theme--catppuccin-macchiato fieldset[disabled] .textarea,html.theme--catppuccin-macchiato fieldset[disabled] .input,html.theme--catppuccin-macchiato fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] html.theme--catppuccin-macchiato .button,html.theme--catppuccin-macchiato fieldset[disabled] .button{cursor:not-allowed}html.theme--catppuccin-macchiato .tabs,html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato .pagination-ellipsis,html.theme--catppuccin-macchiato .breadcrumb,html.theme--catppuccin-macchiato .file,html.theme--catppuccin-macchiato .button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.theme--catppuccin-macchiato .navbar-link:not(.is-arrowless)::after,html.theme--catppuccin-macchiato .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--catppuccin-macchiato .admonition:not(:last-child),html.theme--catppuccin-macchiato .tabs:not(:last-child),html.theme--catppuccin-macchiato .pagination:not(:last-child),html.theme--catppuccin-macchiato .message:not(:last-child),html.theme--catppuccin-macchiato .level:not(:last-child),html.theme--catppuccin-macchiato .breadcrumb:not(:last-child),html.theme--catppuccin-macchiato .block:not(:last-child),html.theme--catppuccin-macchiato .title:not(:last-child),html.theme--catppuccin-macchiato .subtitle:not(:last-child),html.theme--catppuccin-macchiato .table-container:not(:last-child),html.theme--catppuccin-macchiato .table:not(:last-child),html.theme--catppuccin-macchiato .progress:not(:last-child),html.theme--catppuccin-macchiato .notification:not(:last-child),html.theme--catppuccin-macchiato .content:not(:last-child),html.theme--catppuccin-macchiato .box:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-macchiato .modal-close,html.theme--catppuccin-macchiato .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--catppuccin-macchiato .modal-close::before,html.theme--catppuccin-macchiato .delete::before,html.theme--catppuccin-macchiato .modal-close::after,html.theme--catppuccin-macchiato .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--catppuccin-macchiato .modal-close::before,html.theme--catppuccin-macchiato .delete::before{height:2px;width:50%}html.theme--catppuccin-macchiato .modal-close::after,html.theme--catppuccin-macchiato .delete::after{height:50%;width:2px}html.theme--catppuccin-macchiato .modal-close:hover,html.theme--catppuccin-macchiato .delete:hover,html.theme--catppuccin-macchiato .modal-close:focus,html.theme--catppuccin-macchiato .delete:focus{background-color:rgba(10,10,10,0.3)}html.theme--catppuccin-macchiato .modal-close:active,html.theme--catppuccin-macchiato .delete:active{background-color:rgba(10,10,10,0.4)}html.theme--catppuccin-macchiato .is-small.modal-close,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.modal-close,html.theme--catppuccin-macchiato .is-small.delete,html.theme--catppuccin-macchiato #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--catppuccin-macchiato .is-medium.modal-close,html.theme--catppuccin-macchiato .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}html.theme--catppuccin-macchiato .is-large.modal-close,html.theme--catppuccin-macchiato .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}html.theme--catppuccin-macchiato .control.is-loading::after,html.theme--catppuccin-macchiato .select.is-loading::after,html.theme--catppuccin-macchiato .loader,html.theme--catppuccin-macchiato .button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #8087a2;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}html.theme--catppuccin-macchiato .hero-video,html.theme--catppuccin-macchiato .modal-background,html.theme--catppuccin-macchiato .modal,html.theme--catppuccin-macchiato .image.is-square img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-macchiato .image.is-square .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-macchiato .image.is-1by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-macchiato .image.is-1by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-5by4 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-macchiato .image.is-5by4 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-macchiato .image.is-4by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-macchiato .image.is-4by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by2 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-macchiato .image.is-3by2 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-macchiato .image.is-5by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-macchiato .image.is-5by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-16by9 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-macchiato .image.is-16by9 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-macchiato .image.is-2by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-macchiato .image.is-2by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-macchiato .image.is-3by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-4by5 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-macchiato .image.is-4by5 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by4 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-macchiato .image.is-3by4 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-macchiato .image.is-2by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-macchiato .image.is-2by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by5 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-macchiato .image.is-3by5 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-macchiato .image.is-9by16 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-macchiato .image.is-9by16 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-macchiato .image.is-1by2 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-macchiato .image.is-1by2 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-macchiato .image.is-1by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-macchiato .image.is-1by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}html.theme--catppuccin-macchiato .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:#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:#363a4f !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#212431 !important}.has-background-dark{background-color:#363a4f !important}.has-text-primary{color:#8aadf4 !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#5b8cf0 !important}.has-background-primary{background-color:#8aadf4 !important}.has-text-primary-light{color:#ecf2fd !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#bed1f9 !important}.has-background-primary-light{background-color:#ecf2fd !important}.has-text-primary-dark{color:#0e3b95 !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#124dc4 !important}.has-background-primary-dark{background-color:#0e3b95 !important}.has-text-link{color:#8aadf4 !important}a.has-text-link:hover,a.has-text-link:focus{color:#5b8cf0 !important}.has-background-link{background-color:#8aadf4 !important}.has-text-link-light{color:#ecf2fd !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#bed1f9 !important}.has-background-link-light{background-color:#ecf2fd !important}.has-text-link-dark{color:#0e3b95 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#124dc4 !important}.has-background-link-dark{background-color:#0e3b95 !important}.has-text-info{color:#8bd5ca !important}a.has-text-info:hover,a.has-text-info:focus{color:#66c7b9 !important}.has-background-info{background-color:#8bd5ca !important}.has-text-info-light{color:#f0faf8 !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#cbece7 !important}.has-background-info-light{background-color:#f0faf8 !important}.has-text-info-dark{color:#276d62 !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#359284 !important}.has-background-info-dark{background-color:#276d62 !important}.has-text-success{color:#a6da95 !important}a.has-text-success:hover,a.has-text-success:focus{color:#86cd6f !important}.has-background-success{background-color:#a6da95 !important}.has-text-success-light{color:#f2faf0 !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#d3edca !important}.has-background-success-light{background-color:#f2faf0 !important}.has-text-success-dark{color:#386e26 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#4b9333 !important}.has-background-success-dark{background-color:#386e26 !important}.has-text-warning{color:#eed49f !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#e6c174 !important}.has-background-warning{background-color:#eed49f !important}.has-text-warning-light{color:#fcf7ee !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#f4e4c2 !important}.has-background-warning-light{background-color:#fcf7ee !important}.has-text-warning-dark{color:#7e5c16 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#a97b1e !important}.has-background-warning-dark{background-color:#7e5c16 !important}.has-text-danger{color:#ed8796 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#e65b6f !important}.has-background-danger{background-color:#ed8796 !important}.has-text-danger-light{color:#fcedef !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f6c1c9 !important}.has-background-danger-light{background-color:#fcedef !important}.has-text-danger-dark{color:#971729 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#c31d36 !important}.has-background-danger-dark{background-color:#971729 !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:#363a4f !important}.has-background-grey-darker{background-color:#363a4f !important}.has-text-grey-dark{color:#494d64 !important}.has-background-grey-dark{background-color:#494d64 !important}.has-text-grey{color:#5b6078 !important}.has-background-grey{background-color:#5b6078 !important}.has-text-grey-light{color:#6e738d !important}.has-background-grey-light{background-color:#6e738d !important}.has-text-grey-lighter{color:#8087a2 !important}.has-background-grey-lighter{background-color:#8087a2 !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,html.theme--catppuccin-macchiato .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--catppuccin-macchiato html{background-color:#24273a;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--catppuccin-macchiato article,html.theme--catppuccin-macchiato aside,html.theme--catppuccin-macchiato figure,html.theme--catppuccin-macchiato footer,html.theme--catppuccin-macchiato header,html.theme--catppuccin-macchiato hgroup,html.theme--catppuccin-macchiato section{display:block}html.theme--catppuccin-macchiato body,html.theme--catppuccin-macchiato button,html.theme--catppuccin-macchiato input,html.theme--catppuccin-macchiato optgroup,html.theme--catppuccin-macchiato select,html.theme--catppuccin-macchiato textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}html.theme--catppuccin-macchiato code,html.theme--catppuccin-macchiato 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--catppuccin-macchiato body{color:#cad3f5;font-size:1em;font-weight:400;line-height:1.5}html.theme--catppuccin-macchiato a{color:#8aadf4;cursor:pointer;text-decoration:none}html.theme--catppuccin-macchiato a strong{color:currentColor}html.theme--catppuccin-macchiato a:hover{color:#91d7e3}html.theme--catppuccin-macchiato code{background-color:#1e2030;color:#cad3f5;font-size:.875em;font-weight:normal;padding:.1em}html.theme--catppuccin-macchiato hr{background-color:#1e2030;border:none;display:block;height:2px;margin:1.5rem 0}html.theme--catppuccin-macchiato img{height:auto;max-width:100%}html.theme--catppuccin-macchiato input[type="checkbox"],html.theme--catppuccin-macchiato input[type="radio"]{vertical-align:baseline}html.theme--catppuccin-macchiato small{font-size:.875em}html.theme--catppuccin-macchiato span{font-style:inherit;font-weight:inherit}html.theme--catppuccin-macchiato strong{color:#b5c1f1;font-weight:700}html.theme--catppuccin-macchiato fieldset{border:none}html.theme--catppuccin-macchiato pre{-webkit-overflow-scrolling:touch;background-color:#1e2030;color:#cad3f5;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}html.theme--catppuccin-macchiato pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}html.theme--catppuccin-macchiato table td,html.theme--catppuccin-macchiato table th{vertical-align:top}html.theme--catppuccin-macchiato table td:not([align]),html.theme--catppuccin-macchiato table th:not([align]){text-align:inherit}html.theme--catppuccin-macchiato table th{color:#b5c1f1}html.theme--catppuccin-macchiato .box{background-color:#494d64;border-radius:8px;box-shadow:none;color:#cad3f5;display:block;padding:1.25rem}html.theme--catppuccin-macchiato a.box:hover,html.theme--catppuccin-macchiato a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #8aadf4}html.theme--catppuccin-macchiato a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #8aadf4}html.theme--catppuccin-macchiato .button{background-color:#1e2030;border-color:#3b3f5f;border-width:1px;color:#8aadf4;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--catppuccin-macchiato .button strong{color:inherit}html.theme--catppuccin-macchiato .button .icon,html.theme--catppuccin-macchiato .button .icon.is-small,html.theme--catppuccin-macchiato .button #documenter .docs-sidebar form.docs-search>input.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .button form.docs-search>input.icon,html.theme--catppuccin-macchiato .button .icon.is-medium,html.theme--catppuccin-macchiato .button .icon.is-large{height:1.5em;width:1.5em}html.theme--catppuccin-macchiato .button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}html.theme--catppuccin-macchiato .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-macchiato .button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-macchiato .button:hover,html.theme--catppuccin-macchiato .button.is-hovered{border-color:#6e738d;color:#b5c1f1}html.theme--catppuccin-macchiato .button:focus,html.theme--catppuccin-macchiato .button.is-focused{border-color:#6e738d;color:#739df2}html.theme--catppuccin-macchiato .button:focus:not(:active),html.theme--catppuccin-macchiato .button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .button:active,html.theme--catppuccin-macchiato .button.is-active{border-color:#494d64;color:#b5c1f1}html.theme--catppuccin-macchiato .button.is-text{background-color:transparent;border-color:transparent;color:#cad3f5;text-decoration:underline}html.theme--catppuccin-macchiato .button.is-text:hover,html.theme--catppuccin-macchiato .button.is-text.is-hovered,html.theme--catppuccin-macchiato .button.is-text:focus,html.theme--catppuccin-macchiato .button.is-text.is-focused{background-color:#1e2030;color:#b5c1f1}html.theme--catppuccin-macchiato .button.is-text:active,html.theme--catppuccin-macchiato .button.is-text.is-active{background-color:#141620;color:#b5c1f1}html.theme--catppuccin-macchiato .button.is-text[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}html.theme--catppuccin-macchiato .button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#8aadf4;text-decoration:none}html.theme--catppuccin-macchiato .button.is-ghost:hover,html.theme--catppuccin-macchiato .button.is-ghost.is-hovered{color:#8aadf4;text-decoration:underline}html.theme--catppuccin-macchiato .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white:hover,html.theme--catppuccin-macchiato .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white:focus,html.theme--catppuccin-macchiato .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white:focus:not(:active),html.theme--catppuccin-macchiato .button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-macchiato .button.is-white:active,html.theme--catppuccin-macchiato .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}html.theme--catppuccin-macchiato .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .button.is-white.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-hovered{background-color:#000}html.theme--catppuccin-macchiato .button.is-white.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-macchiato .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-white.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-white.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-macchiato .button.is-white.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-black:hover,html.theme--catppuccin-macchiato .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-black:focus,html.theme--catppuccin-macchiato .button.is-black.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-black:focus:not(:active),html.theme--catppuccin-macchiato .button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-macchiato .button.is-black:active,html.theme--catppuccin-macchiato .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-black[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}html.theme--catppuccin-macchiato .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-macchiato .button.is-black.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-black.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-black.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light:hover,html.theme--catppuccin-macchiato .button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light:focus,html.theme--catppuccin-macchiato .button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light:focus:not(:active),html.theme--catppuccin-macchiato .button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-macchiato .button.is-light:active,html.theme--catppuccin-macchiato .button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}html.theme--catppuccin-macchiato .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-macchiato .button.is-light.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-macchiato .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--catppuccin-macchiato .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}html.theme--catppuccin-macchiato .button.is-light.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-light.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .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--catppuccin-macchiato .button.is-light.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-macchiato .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--catppuccin-macchiato .button.is-light.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .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--catppuccin-macchiato .button.is-dark,html.theme--catppuccin-macchiato .content kbd.button{background-color:#363a4f;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-dark:hover,html.theme--catppuccin-macchiato .content kbd.button:hover,html.theme--catppuccin-macchiato .button.is-dark.is-hovered,html.theme--catppuccin-macchiato .content kbd.button.is-hovered{background-color:#313447;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-dark:focus,html.theme--catppuccin-macchiato .content kbd.button:focus,html.theme--catppuccin-macchiato .button.is-dark.is-focused,html.theme--catppuccin-macchiato .content kbd.button.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-dark:focus:not(:active),html.theme--catppuccin-macchiato .content kbd.button:focus:not(:active),html.theme--catppuccin-macchiato .button.is-dark.is-focused:not(:active),html.theme--catppuccin-macchiato .content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(54,58,79,0.25)}html.theme--catppuccin-macchiato .button.is-dark:active,html.theme--catppuccin-macchiato .content kbd.button:active,html.theme--catppuccin-macchiato .button.is-dark.is-active,html.theme--catppuccin-macchiato .content kbd.button.is-active{background-color:#2c2f40;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-dark[disabled],html.theme--catppuccin-macchiato .content kbd.button[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-dark,fieldset[disabled] html.theme--catppuccin-macchiato .content kbd.button{background-color:#363a4f;border-color:#363a4f;box-shadow:none}html.theme--catppuccin-macchiato .button.is-dark.is-inverted,html.theme--catppuccin-macchiato .content kbd.button.is-inverted{background-color:#fff;color:#363a4f}html.theme--catppuccin-macchiato .button.is-dark.is-inverted:hover,html.theme--catppuccin-macchiato .content kbd.button.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-hovered,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-macchiato .button.is-dark.is-inverted[disabled],html.theme--catppuccin-macchiato .content kbd.button.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-dark.is-inverted,fieldset[disabled] html.theme--catppuccin-macchiato .content kbd.button.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363a4f}html.theme--catppuccin-macchiato .button.is-dark.is-loading::after,html.theme--catppuccin-macchiato .content kbd.button.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-dark.is-outlined,html.theme--catppuccin-macchiato .content kbd.button.is-outlined{background-color:transparent;border-color:#363a4f;color:#363a4f}html.theme--catppuccin-macchiato .button.is-dark.is-outlined:hover,html.theme--catppuccin-macchiato .content kbd.button.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-hovered,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-dark.is-outlined:focus,html.theme--catppuccin-macchiato .content kbd.button.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-focused,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-focused{background-color:#363a4f;border-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-loading::after,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #363a4f #363a4f !important}html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-dark.is-outlined[disabled],html.theme--catppuccin-macchiato .content kbd.button.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-dark.is-outlined,fieldset[disabled] html.theme--catppuccin-macchiato .content kbd.button.is-outlined{background-color:transparent;border-color:#363a4f;box-shadow:none;color:#363a4f}html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-focused,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-focused{background-color:#fff;color:#363a4f}html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #363a4f #363a4f !important}html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined[disabled],html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink{background-color:#8aadf4;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-primary:hover,html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink:hover,html.theme--catppuccin-macchiato .button.is-primary.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#7ea5f3;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-primary:focus,html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink:focus,html.theme--catppuccin-macchiato .button.is-primary.is-focused,html.theme--catppuccin-macchiato .docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-primary:focus:not(:active),html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink:focus:not(:active),html.theme--catppuccin-macchiato .button.is-primary.is-focused:not(:active),html.theme--catppuccin-macchiato .docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .button.is-primary:active,html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink:active,html.theme--catppuccin-macchiato .button.is-primary.is-active,html.theme--catppuccin-macchiato .docstring>section>a.button.is-active.docs-sourcelink{background-color:#739df2;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-primary[disabled],html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-primary,fieldset[disabled] html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink{background-color:#8aadf4;border-color:#8aadf4;box-shadow:none}html.theme--catppuccin-macchiato .button.is-primary.is-inverted,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-primary.is-inverted:hover,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.docs-sourcelink:hover,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}html.theme--catppuccin-macchiato .button.is-primary.is-inverted[disabled],html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-primary.is-inverted,fieldset[disabled] html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-primary.is-loading::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-primary.is-outlined,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#8aadf4;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-primary.is-outlined:hover,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-macchiato .button.is-primary.is-outlined:focus,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-focused,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#8aadf4;border-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-loading::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #8aadf4 #8aadf4 !important}html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-primary.is-outlined[disabled],html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-primary.is-outlined,fieldset[disabled] html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#8aadf4;box-shadow:none;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-focused,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #8aadf4 #8aadf4 !important}html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined[disabled],html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-primary.is-light,html.theme--catppuccin-macchiato .docstring>section>a.button.is-light.docs-sourcelink{background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-primary.is-light:hover,html.theme--catppuccin-macchiato .docstring>section>a.button.is-light.docs-sourcelink:hover,html.theme--catppuccin-macchiato .button.is-primary.is-light.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#e1eafc;border-color:transparent;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-primary.is-light:active,html.theme--catppuccin-macchiato .docstring>section>a.button.is-light.docs-sourcelink:active,html.theme--catppuccin-macchiato .button.is-primary.is-light.is-active,html.theme--catppuccin-macchiato .docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#d5e2fb;border-color:transparent;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-link{background-color:#8aadf4;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-link:hover,html.theme--catppuccin-macchiato .button.is-link.is-hovered{background-color:#7ea5f3;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-link:focus,html.theme--catppuccin-macchiato .button.is-link.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-link:focus:not(:active),html.theme--catppuccin-macchiato .button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .button.is-link:active,html.theme--catppuccin-macchiato .button.is-link.is-active{background-color:#739df2;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-link[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-link{background-color:#8aadf4;border-color:#8aadf4;box-shadow:none}html.theme--catppuccin-macchiato .button.is-link.is-inverted{background-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-link.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-macchiato .button.is-link.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-link.is-outlined{background-color:transparent;border-color:#8aadf4;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-link.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-link.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-focused{background-color:#8aadf4;border-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #8aadf4 #8aadf4 !important}html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-link.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-link.is-outlined{background-color:transparent;border-color:#8aadf4;box-shadow:none;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #8aadf4 #8aadf4 !important}html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-link.is-light{background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-link.is-light:hover,html.theme--catppuccin-macchiato .button.is-link.is-light.is-hovered{background-color:#e1eafc;border-color:transparent;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-link.is-light:active,html.theme--catppuccin-macchiato .button.is-link.is-light.is-active{background-color:#d5e2fb;border-color:transparent;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-info{background-color:#8bd5ca;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info:hover,html.theme--catppuccin-macchiato .button.is-info.is-hovered{background-color:#82d2c6;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info:focus,html.theme--catppuccin-macchiato .button.is-info.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info:focus:not(:active),html.theme--catppuccin-macchiato .button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(139,213,202,0.25)}html.theme--catppuccin-macchiato .button.is-info:active,html.theme--catppuccin-macchiato .button.is-info.is-active{background-color:#78cec1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-info{background-color:#8bd5ca;border-color:#8bd5ca;box-shadow:none}html.theme--catppuccin-macchiato .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);color:#8bd5ca}html.theme--catppuccin-macchiato .button.is-info.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#8bd5ca}html.theme--catppuccin-macchiato .button.is-info.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-info.is-outlined{background-color:transparent;border-color:#8bd5ca;color:#8bd5ca}html.theme--catppuccin-macchiato .button.is-info.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-info.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-focused{background-color:#8bd5ca;border-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #8bd5ca #8bd5ca !important}html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-info.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--catppuccin-macchiato .button.is-info.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-info.is-outlined{background-color:transparent;border-color:#8bd5ca;box-shadow:none;color:#8bd5ca}html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#8bd5ca}html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #8bd5ca #8bd5ca !important}html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-info.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--catppuccin-macchiato .button.is-info.is-light{background-color:#f0faf8;color:#276d62}html.theme--catppuccin-macchiato .button.is-info.is-light:hover,html.theme--catppuccin-macchiato .button.is-info.is-light.is-hovered{background-color:#e7f6f4;border-color:transparent;color:#276d62}html.theme--catppuccin-macchiato .button.is-info.is-light:active,html.theme--catppuccin-macchiato .button.is-info.is-light.is-active{background-color:#ddf3f0;border-color:transparent;color:#276d62}html.theme--catppuccin-macchiato .button.is-success{background-color:#a6da95;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success:hover,html.theme--catppuccin-macchiato .button.is-success.is-hovered{background-color:#9ed78c;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success:focus,html.theme--catppuccin-macchiato .button.is-success.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success:focus:not(:active),html.theme--catppuccin-macchiato .button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(166,218,149,0.25)}html.theme--catppuccin-macchiato .button.is-success:active,html.theme--catppuccin-macchiato .button.is-success.is-active{background-color:#96d382;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-success{background-color:#a6da95;border-color:#a6da95;box-shadow:none}html.theme--catppuccin-macchiato .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);color:#a6da95}html.theme--catppuccin-macchiato .button.is-success.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#a6da95}html.theme--catppuccin-macchiato .button.is-success.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-success.is-outlined{background-color:transparent;border-color:#a6da95;color:#a6da95}html.theme--catppuccin-macchiato .button.is-success.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-success.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-focused{background-color:#a6da95;border-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #a6da95 #a6da95 !important}html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-success.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--catppuccin-macchiato .button.is-success.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-success.is-outlined{background-color:transparent;border-color:#a6da95;box-shadow:none;color:#a6da95}html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#a6da95}html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #a6da95 #a6da95 !important}html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-success.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--catppuccin-macchiato .button.is-success.is-light{background-color:#f2faf0;color:#386e26}html.theme--catppuccin-macchiato .button.is-success.is-light:hover,html.theme--catppuccin-macchiato .button.is-success.is-light.is-hovered{background-color:#eaf6e6;border-color:transparent;color:#386e26}html.theme--catppuccin-macchiato .button.is-success.is-light:active,html.theme--catppuccin-macchiato .button.is-success.is-light.is-active{background-color:#e2f3dd;border-color:transparent;color:#386e26}html.theme--catppuccin-macchiato .button.is-warning{background-color:#eed49f;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning:hover,html.theme--catppuccin-macchiato .button.is-warning.is-hovered{background-color:#eccf94;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning:focus,html.theme--catppuccin-macchiato .button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning:focus:not(:active),html.theme--catppuccin-macchiato .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(238,212,159,0.25)}html.theme--catppuccin-macchiato .button.is-warning:active,html.theme--catppuccin-macchiato .button.is-warning.is-active{background-color:#eaca89;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-warning{background-color:#eed49f;border-color:#eed49f;box-shadow:none}html.theme--catppuccin-macchiato .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);color:#eed49f}html.theme--catppuccin-macchiato .button.is-warning.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#eed49f}html.theme--catppuccin-macchiato .button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-warning.is-outlined{background-color:transparent;border-color:#eed49f;color:#eed49f}html.theme--catppuccin-macchiato .button.is-warning.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-warning.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-focused{background-color:#eed49f;border-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #eed49f #eed49f !important}html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .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}html.theme--catppuccin-macchiato .button.is-warning.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-warning.is-outlined{background-color:transparent;border-color:#eed49f;box-shadow:none;color:#eed49f}html.theme--catppuccin-macchiato .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)}html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#eed49f}html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #eed49f #eed49f !important}html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .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)}html.theme--catppuccin-macchiato .button.is-warning.is-light{background-color:#fcf7ee;color:#7e5c16}html.theme--catppuccin-macchiato .button.is-warning.is-light:hover,html.theme--catppuccin-macchiato .button.is-warning.is-light.is-hovered{background-color:#faf2e3;border-color:transparent;color:#7e5c16}html.theme--catppuccin-macchiato .button.is-warning.is-light:active,html.theme--catppuccin-macchiato .button.is-warning.is-light.is-active{background-color:#f8eed8;border-color:transparent;color:#7e5c16}html.theme--catppuccin-macchiato .button.is-danger{background-color:#ed8796;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-danger:hover,html.theme--catppuccin-macchiato .button.is-danger.is-hovered{background-color:#eb7c8c;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-danger:focus,html.theme--catppuccin-macchiato .button.is-danger.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-danger:focus:not(:active),html.theme--catppuccin-macchiato .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(237,135,150,0.25)}html.theme--catppuccin-macchiato .button.is-danger:active,html.theme--catppuccin-macchiato .button.is-danger.is-active{background-color:#ea7183;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-danger[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-danger{background-color:#ed8796;border-color:#ed8796;box-shadow:none}html.theme--catppuccin-macchiato .button.is-danger.is-inverted{background-color:#fff;color:#ed8796}html.theme--catppuccin-macchiato .button.is-danger.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-macchiato .button.is-danger.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#ed8796}html.theme--catppuccin-macchiato .button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-danger.is-outlined{background-color:transparent;border-color:#ed8796;color:#ed8796}html.theme--catppuccin-macchiato .button.is-danger.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-danger.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-focused{background-color:#ed8796;border-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #ed8796 #ed8796 !important}html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-danger.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-danger.is-outlined{background-color:transparent;border-color:#ed8796;box-shadow:none;color:#ed8796}html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#ed8796}html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #ed8796 #ed8796 !important}html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-danger.is-light{background-color:#fcedef;color:#971729}html.theme--catppuccin-macchiato .button.is-danger.is-light:hover,html.theme--catppuccin-macchiato .button.is-danger.is-light.is-hovered{background-color:#fbe2e6;border-color:transparent;color:#971729}html.theme--catppuccin-macchiato .button.is-danger.is-light:active,html.theme--catppuccin-macchiato .button.is-danger.is-light.is-active{background-color:#f9d7dc;border-color:transparent;color:#971729}html.theme--catppuccin-macchiato .button.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}html.theme--catppuccin-macchiato .button.is-small:not(.is-rounded),html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:3px}html.theme--catppuccin-macchiato .button.is-normal{font-size:1rem}html.theme--catppuccin-macchiato .button.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .button.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .button[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button{background-color:#6e738d;border-color:#5b6078;box-shadow:none;opacity:.5}html.theme--catppuccin-macchiato .button.is-fullwidth{display:flex;width:100%}html.theme--catppuccin-macchiato .button.is-loading{color:transparent !important;pointer-events:none}html.theme--catppuccin-macchiato .button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}html.theme--catppuccin-macchiato .button.is-static{background-color:#1e2030;border-color:#5b6078;color:#8087a2;box-shadow:none;pointer-events:none}html.theme--catppuccin-macchiato .button.is-rounded,html.theme--catppuccin-macchiato #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--catppuccin-macchiato .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-macchiato .buttons .button{margin-bottom:0.5rem}html.theme--catppuccin-macchiato .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}html.theme--catppuccin-macchiato .buttons:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-macchiato .buttons:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-macchiato .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}html.theme--catppuccin-macchiato .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:3px}html.theme--catppuccin-macchiato .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}html.theme--catppuccin-macchiato .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}html.theme--catppuccin-macchiato .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-macchiato .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}html.theme--catppuccin-macchiato .buttons.has-addons .button:last-child{margin-right:0}html.theme--catppuccin-macchiato .buttons.has-addons .button:hover,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-hovered{z-index:2}html.theme--catppuccin-macchiato .buttons.has-addons .button:focus,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-focused,html.theme--catppuccin-macchiato .buttons.has-addons .button:active,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-active,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-selected{z-index:3}html.theme--catppuccin-macchiato .buttons.has-addons .button:focus:hover,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-focused:hover,html.theme--catppuccin-macchiato .buttons.has-addons .button:active:hover,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-active:hover,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-selected:hover{z-index:4}html.theme--catppuccin-macchiato .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .buttons.is-centered{justify-content:center}html.theme--catppuccin-macchiato .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}html.theme--catppuccin-macchiato .buttons.is-right{justify-content:flex-end}html.theme--catppuccin-macchiato .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--catppuccin-macchiato .button.is-responsive.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}html.theme--catppuccin-macchiato .button.is-responsive,html.theme--catppuccin-macchiato .button.is-responsive.is-normal{font-size:.65625rem}html.theme--catppuccin-macchiato .button.is-responsive.is-medium{font-size:.75rem}html.theme--catppuccin-macchiato .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .button.is-responsive.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}html.theme--catppuccin-macchiato .button.is-responsive,html.theme--catppuccin-macchiato .button.is-responsive.is-normal{font-size:.75rem}html.theme--catppuccin-macchiato .button.is-responsive.is-medium{font-size:1rem}html.theme--catppuccin-macchiato .button.is-responsive.is-large{font-size:1.25rem}}html.theme--catppuccin-macchiato .container{flex-grow:1;margin:0 auto;position:relative;width:auto}html.theme--catppuccin-macchiato .container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .container{max-width:992px}}@media screen and (max-width: 1215px){html.theme--catppuccin-macchiato .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){html.theme--catppuccin-macchiato .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}html.theme--catppuccin-macchiato .content li+li{margin-top:0.25em}html.theme--catppuccin-macchiato .content p:not(:last-child),html.theme--catppuccin-macchiato .content dl:not(:last-child),html.theme--catppuccin-macchiato .content ol:not(:last-child),html.theme--catppuccin-macchiato .content ul:not(:last-child),html.theme--catppuccin-macchiato .content blockquote:not(:last-child),html.theme--catppuccin-macchiato .content pre:not(:last-child),html.theme--catppuccin-macchiato .content table:not(:last-child){margin-bottom:1em}html.theme--catppuccin-macchiato .content h1,html.theme--catppuccin-macchiato .content h2,html.theme--catppuccin-macchiato .content h3,html.theme--catppuccin-macchiato .content h4,html.theme--catppuccin-macchiato .content h5,html.theme--catppuccin-macchiato .content h6{color:#cad3f5;font-weight:600;line-height:1.125}html.theme--catppuccin-macchiato .content h1{font-size:2em;margin-bottom:0.5em}html.theme--catppuccin-macchiato .content h1:not(:first-child){margin-top:1em}html.theme--catppuccin-macchiato .content h2{font-size:1.75em;margin-bottom:0.5714em}html.theme--catppuccin-macchiato .content h2:not(:first-child){margin-top:1.1428em}html.theme--catppuccin-macchiato .content h3{font-size:1.5em;margin-bottom:0.6666em}html.theme--catppuccin-macchiato .content h3:not(:first-child){margin-top:1.3333em}html.theme--catppuccin-macchiato .content h4{font-size:1.25em;margin-bottom:0.8em}html.theme--catppuccin-macchiato .content h5{font-size:1.125em;margin-bottom:0.8888em}html.theme--catppuccin-macchiato .content h6{font-size:1em;margin-bottom:1em}html.theme--catppuccin-macchiato .content blockquote{background-color:#1e2030;border-left:5px solid #5b6078;padding:1.25em 1.5em}html.theme--catppuccin-macchiato .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-macchiato .content ol:not([type]){list-style-type:decimal}html.theme--catppuccin-macchiato .content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}html.theme--catppuccin-macchiato .content ol.is-lower-roman:not([type]){list-style-type:lower-roman}html.theme--catppuccin-macchiato .content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}html.theme--catppuccin-macchiato .content ol.is-upper-roman:not([type]){list-style-type:upper-roman}html.theme--catppuccin-macchiato .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-macchiato .content ul ul{list-style-type:circle;margin-top:0.5em}html.theme--catppuccin-macchiato .content ul ul ul{list-style-type:square}html.theme--catppuccin-macchiato .content dd{margin-left:2em}html.theme--catppuccin-macchiato .content figure{margin-left:2em;margin-right:2em;text-align:center}html.theme--catppuccin-macchiato .content figure:not(:first-child){margin-top:2em}html.theme--catppuccin-macchiato .content figure:not(:last-child){margin-bottom:2em}html.theme--catppuccin-macchiato .content figure img{display:inline-block}html.theme--catppuccin-macchiato .content figure figcaption{font-style:italic}html.theme--catppuccin-macchiato .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}html.theme--catppuccin-macchiato .content sup,html.theme--catppuccin-macchiato .content sub{font-size:75%}html.theme--catppuccin-macchiato .content table{width:100%}html.theme--catppuccin-macchiato .content table td,html.theme--catppuccin-macchiato .content table th{border:1px solid #5b6078;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-macchiato .content table th{color:#b5c1f1}html.theme--catppuccin-macchiato .content table th:not([align]){text-align:inherit}html.theme--catppuccin-macchiato .content table thead td,html.theme--catppuccin-macchiato .content table thead th{border-width:0 0 2px;color:#b5c1f1}html.theme--catppuccin-macchiato .content table tfoot td,html.theme--catppuccin-macchiato .content table tfoot th{border-width:2px 0 0;color:#b5c1f1}html.theme--catppuccin-macchiato .content table tbody tr:last-child td,html.theme--catppuccin-macchiato .content table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-macchiato .content .tabs li+li{margin-top:0}html.theme--catppuccin-macchiato .content.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}html.theme--catppuccin-macchiato .content.is-normal{font-size:1rem}html.theme--catppuccin-macchiato .content.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .content.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}html.theme--catppuccin-macchiato .icon.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}html.theme--catppuccin-macchiato .icon.is-medium{height:2rem;width:2rem}html.theme--catppuccin-macchiato .icon.is-large{height:3rem;width:3rem}html.theme--catppuccin-macchiato .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}html.theme--catppuccin-macchiato .icon-text .icon{flex-grow:0;flex-shrink:0}html.theme--catppuccin-macchiato .icon-text .icon:not(:last-child){margin-right:.25em}html.theme--catppuccin-macchiato .icon-text .icon:not(:first-child){margin-left:.25em}html.theme--catppuccin-macchiato div.icon-text{display:flex}html.theme--catppuccin-macchiato .image,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img{display:block;position:relative}html.theme--catppuccin-macchiato .image img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}html.theme--catppuccin-macchiato .image img.is-rounded,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}html.theme--catppuccin-macchiato .image.is-fullwidth,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}html.theme--catppuccin-macchiato .image.is-square img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-macchiato .image.is-square .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-macchiato .image.is-1by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-macchiato .image.is-1by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-5by4 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-macchiato .image.is-5by4 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-macchiato .image.is-4by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-macchiato .image.is-4by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by2 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-macchiato .image.is-3by2 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-macchiato .image.is-5by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-macchiato .image.is-5by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-16by9 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-macchiato .image.is-16by9 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-macchiato .image.is-2by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-macchiato .image.is-2by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-macchiato .image.is-3by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-4by5 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-macchiato .image.is-4by5 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by4 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-macchiato .image.is-3by4 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-macchiato .image.is-2by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-macchiato .image.is-2by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by5 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-macchiato .image.is-3by5 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-macchiato .image.is-9by16 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-macchiato .image.is-9by16 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-macchiato .image.is-1by2 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-macchiato .image.is-1by2 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-macchiato .image.is-1by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-macchiato .image.is-1by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}html.theme--catppuccin-macchiato .image.is-square,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-square,html.theme--catppuccin-macchiato .image.is-1by1,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}html.theme--catppuccin-macchiato .image.is-5by4,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}html.theme--catppuccin-macchiato .image.is-4by3,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}html.theme--catppuccin-macchiato .image.is-3by2,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}html.theme--catppuccin-macchiato .image.is-5by3,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}html.theme--catppuccin-macchiato .image.is-16by9,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}html.theme--catppuccin-macchiato .image.is-2by1,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}html.theme--catppuccin-macchiato .image.is-3by1,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}html.theme--catppuccin-macchiato .image.is-4by5,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}html.theme--catppuccin-macchiato .image.is-3by4,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}html.theme--catppuccin-macchiato .image.is-2by3,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}html.theme--catppuccin-macchiato .image.is-3by5,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}html.theme--catppuccin-macchiato .image.is-9by16,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}html.theme--catppuccin-macchiato .image.is-1by2,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}html.theme--catppuccin-macchiato .image.is-1by3,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}html.theme--catppuccin-macchiato .image.is-16x16,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}html.theme--catppuccin-macchiato .image.is-24x24,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}html.theme--catppuccin-macchiato .image.is-32x32,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}html.theme--catppuccin-macchiato .image.is-48x48,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}html.theme--catppuccin-macchiato .image.is-64x64,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}html.theme--catppuccin-macchiato .image.is-96x96,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}html.theme--catppuccin-macchiato .image.is-128x128,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}html.theme--catppuccin-macchiato .notification{background-color:#1e2030;border-radius:.4em;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}html.theme--catppuccin-macchiato .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-macchiato .notification strong{color:currentColor}html.theme--catppuccin-macchiato .notification code,html.theme--catppuccin-macchiato .notification pre{background:#fff}html.theme--catppuccin-macchiato .notification pre code{background:transparent}html.theme--catppuccin-macchiato .notification>.delete{right:.5rem;position:absolute;top:0.5rem}html.theme--catppuccin-macchiato .notification .title,html.theme--catppuccin-macchiato .notification .subtitle,html.theme--catppuccin-macchiato .notification .content{color:currentColor}html.theme--catppuccin-macchiato .notification.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .notification.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .notification.is-dark,html.theme--catppuccin-macchiato .content kbd.notification{background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .notification.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.notification.docs-sourcelink{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .notification.is-primary.is-light,html.theme--catppuccin-macchiato .docstring>section>a.notification.is-light.docs-sourcelink{background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .notification.is-link{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .notification.is-link.is-light{background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .notification.is-info{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .notification.is-info.is-light{background-color:#f0faf8;color:#276d62}html.theme--catppuccin-macchiato .notification.is-success{background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .notification.is-success.is-light{background-color:#f2faf0;color:#386e26}html.theme--catppuccin-macchiato .notification.is-warning{background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .notification.is-warning.is-light{background-color:#fcf7ee;color:#7e5c16}html.theme--catppuccin-macchiato .notification.is-danger{background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .notification.is-danger.is-light{background-color:#fcedef;color:#971729}html.theme--catppuccin-macchiato .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}html.theme--catppuccin-macchiato .progress::-webkit-progress-bar{background-color:#494d64}html.theme--catppuccin-macchiato .progress::-webkit-progress-value{background-color:#8087a2}html.theme--catppuccin-macchiato .progress::-moz-progress-bar{background-color:#8087a2}html.theme--catppuccin-macchiato .progress::-ms-fill{background-color:#8087a2;border:none}html.theme--catppuccin-macchiato .progress.is-white::-webkit-progress-value{background-color:#fff}html.theme--catppuccin-macchiato .progress.is-white::-moz-progress-bar{background-color:#fff}html.theme--catppuccin-macchiato .progress.is-white::-ms-fill{background-color:#fff}html.theme--catppuccin-macchiato .progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}html.theme--catppuccin-macchiato .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}html.theme--catppuccin-macchiato .progress.is-black::-ms-fill{background-color:#0a0a0a}html.theme--catppuccin-macchiato .progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-light::-webkit-progress-value{background-color:#f5f5f5}html.theme--catppuccin-macchiato .progress.is-light::-moz-progress-bar{background-color:#f5f5f5}html.theme--catppuccin-macchiato .progress.is-light::-ms-fill{background-color:#f5f5f5}html.theme--catppuccin-macchiato .progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-dark::-webkit-progress-value,html.theme--catppuccin-macchiato .content kbd.progress::-webkit-progress-value{background-color:#363a4f}html.theme--catppuccin-macchiato .progress.is-dark::-moz-progress-bar,html.theme--catppuccin-macchiato .content kbd.progress::-moz-progress-bar{background-color:#363a4f}html.theme--catppuccin-macchiato .progress.is-dark::-ms-fill,html.theme--catppuccin-macchiato .content kbd.progress::-ms-fill{background-color:#363a4f}html.theme--catppuccin-macchiato .progress.is-dark:indeterminate,html.theme--catppuccin-macchiato .content kbd.progress:indeterminate{background-image:linear-gradient(to right, #363a4f 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-primary::-webkit-progress-value,html.theme--catppuccin-macchiato .docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-primary::-moz-progress-bar,html.theme--catppuccin-macchiato .docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-primary::-ms-fill,html.theme--catppuccin-macchiato .docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-primary:indeterminate,html.theme--catppuccin-macchiato .docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #8aadf4 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-link::-webkit-progress-value{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-link::-moz-progress-bar{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-link::-ms-fill{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-link:indeterminate{background-image:linear-gradient(to right, #8aadf4 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-info::-webkit-progress-value{background-color:#8bd5ca}html.theme--catppuccin-macchiato .progress.is-info::-moz-progress-bar{background-color:#8bd5ca}html.theme--catppuccin-macchiato .progress.is-info::-ms-fill{background-color:#8bd5ca}html.theme--catppuccin-macchiato .progress.is-info:indeterminate{background-image:linear-gradient(to right, #8bd5ca 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-success::-webkit-progress-value{background-color:#a6da95}html.theme--catppuccin-macchiato .progress.is-success::-moz-progress-bar{background-color:#a6da95}html.theme--catppuccin-macchiato .progress.is-success::-ms-fill{background-color:#a6da95}html.theme--catppuccin-macchiato .progress.is-success:indeterminate{background-image:linear-gradient(to right, #a6da95 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-warning::-webkit-progress-value{background-color:#eed49f}html.theme--catppuccin-macchiato .progress.is-warning::-moz-progress-bar{background-color:#eed49f}html.theme--catppuccin-macchiato .progress.is-warning::-ms-fill{background-color:#eed49f}html.theme--catppuccin-macchiato .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #eed49f 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-danger::-webkit-progress-value{background-color:#ed8796}html.theme--catppuccin-macchiato .progress.is-danger::-moz-progress-bar{background-color:#ed8796}html.theme--catppuccin-macchiato .progress.is-danger::-ms-fill{background-color:#ed8796}html.theme--catppuccin-macchiato .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #ed8796 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#494d64;background-image:linear-gradient(to right, #cad3f5 30%, #494d64 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}html.theme--catppuccin-macchiato .progress:indeterminate::-webkit-progress-bar{background-color:transparent}html.theme--catppuccin-macchiato .progress:indeterminate::-moz-progress-bar{background-color:transparent}html.theme--catppuccin-macchiato .progress:indeterminate::-ms-fill{animation-name:none}html.theme--catppuccin-macchiato .progress.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}html.theme--catppuccin-macchiato .progress.is-medium{height:1.25rem}html.theme--catppuccin-macchiato .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}html.theme--catppuccin-macchiato .table{background-color:#494d64;color:#cad3f5}html.theme--catppuccin-macchiato .table td,html.theme--catppuccin-macchiato .table th{border:1px solid #5b6078;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-macchiato .table td.is-white,html.theme--catppuccin-macchiato .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .table td.is-black,html.theme--catppuccin-macchiato .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .table td.is-light,html.theme--catppuccin-macchiato .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .table td.is-dark,html.theme--catppuccin-macchiato .table th.is-dark{background-color:#363a4f;border-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .table td.is-primary,html.theme--catppuccin-macchiato .table th.is-primary{background-color:#8aadf4;border-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .table td.is-link,html.theme--catppuccin-macchiato .table th.is-link{background-color:#8aadf4;border-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .table td.is-info,html.theme--catppuccin-macchiato .table th.is-info{background-color:#8bd5ca;border-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .table td.is-success,html.theme--catppuccin-macchiato .table th.is-success{background-color:#a6da95;border-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .table td.is-warning,html.theme--catppuccin-macchiato .table th.is-warning{background-color:#eed49f;border-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .table td.is-danger,html.theme--catppuccin-macchiato .table th.is-danger{background-color:#ed8796;border-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .table td.is-narrow,html.theme--catppuccin-macchiato .table th.is-narrow{white-space:nowrap;width:1%}html.theme--catppuccin-macchiato .table td.is-selected,html.theme--catppuccin-macchiato .table th.is-selected{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .table td.is-selected a,html.theme--catppuccin-macchiato .table td.is-selected strong,html.theme--catppuccin-macchiato .table th.is-selected a,html.theme--catppuccin-macchiato .table th.is-selected strong{color:currentColor}html.theme--catppuccin-macchiato .table td.is-vcentered,html.theme--catppuccin-macchiato .table th.is-vcentered{vertical-align:middle}html.theme--catppuccin-macchiato .table th{color:#b5c1f1}html.theme--catppuccin-macchiato .table th:not([align]){text-align:left}html.theme--catppuccin-macchiato .table tr.is-selected{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .table tr.is-selected a,html.theme--catppuccin-macchiato .table tr.is-selected strong{color:currentColor}html.theme--catppuccin-macchiato .table tr.is-selected td,html.theme--catppuccin-macchiato .table tr.is-selected th{border-color:#fff;color:currentColor}html.theme--catppuccin-macchiato .table thead{background-color:rgba(0,0,0,0)}html.theme--catppuccin-macchiato .table thead td,html.theme--catppuccin-macchiato .table thead th{border-width:0 0 2px;color:#b5c1f1}html.theme--catppuccin-macchiato .table tfoot{background-color:rgba(0,0,0,0)}html.theme--catppuccin-macchiato .table tfoot td,html.theme--catppuccin-macchiato .table tfoot th{border-width:2px 0 0;color:#b5c1f1}html.theme--catppuccin-macchiato .table tbody{background-color:rgba(0,0,0,0)}html.theme--catppuccin-macchiato .table tbody tr:last-child td,html.theme--catppuccin-macchiato .table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-macchiato .table.is-bordered td,html.theme--catppuccin-macchiato .table.is-bordered th{border-width:1px}html.theme--catppuccin-macchiato .table.is-bordered tr:last-child td,html.theme--catppuccin-macchiato .table.is-bordered tr:last-child th{border-bottom-width:1px}html.theme--catppuccin-macchiato .table.is-fullwidth{width:100%}html.theme--catppuccin-macchiato .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#363a4f}html.theme--catppuccin-macchiato .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#363a4f}html.theme--catppuccin-macchiato .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#3a3e55}html.theme--catppuccin-macchiato .table.is-narrow td,html.theme--catppuccin-macchiato .table.is-narrow th{padding:0.25em 0.5em}html.theme--catppuccin-macchiato .table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#363a4f}html.theme--catppuccin-macchiato .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}html.theme--catppuccin-macchiato .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-macchiato .tags .tag,html.theme--catppuccin-macchiato .tags .content kbd,html.theme--catppuccin-macchiato .content .tags kbd,html.theme--catppuccin-macchiato .tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}html.theme--catppuccin-macchiato .tags .tag:not(:last-child),html.theme--catppuccin-macchiato .tags .content kbd:not(:last-child),html.theme--catppuccin-macchiato .content .tags kbd:not(:last-child),html.theme--catppuccin-macchiato .tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}html.theme--catppuccin-macchiato .tags:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-macchiato .tags:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-macchiato .tags.are-medium .tag:not(.is-normal):not(.is-large),html.theme--catppuccin-macchiato .tags.are-medium .content kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-macchiato .content .tags.are-medium kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-macchiato .tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}html.theme--catppuccin-macchiato .tags.are-large .tag:not(.is-normal):not(.is-medium),html.theme--catppuccin-macchiato .tags.are-large .content kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-macchiato .content .tags.are-large kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-macchiato .tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}html.theme--catppuccin-macchiato .tags.is-centered{justify-content:center}html.theme--catppuccin-macchiato .tags.is-centered .tag,html.theme--catppuccin-macchiato .tags.is-centered .content kbd,html.theme--catppuccin-macchiato .content .tags.is-centered kbd,html.theme--catppuccin-macchiato .tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}html.theme--catppuccin-macchiato .tags.is-right{justify-content:flex-end}html.theme--catppuccin-macchiato .tags.is-right .tag:not(:first-child),html.theme--catppuccin-macchiato .tags.is-right .content kbd:not(:first-child),html.theme--catppuccin-macchiato .content .tags.is-right kbd:not(:first-child),html.theme--catppuccin-macchiato .tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}html.theme--catppuccin-macchiato .tags.is-right .tag:not(:last-child),html.theme--catppuccin-macchiato .tags.is-right .content kbd:not(:last-child),html.theme--catppuccin-macchiato .content .tags.is-right kbd:not(:last-child),html.theme--catppuccin-macchiato .tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}html.theme--catppuccin-macchiato .tags.has-addons .tag,html.theme--catppuccin-macchiato .tags.has-addons .content kbd,html.theme--catppuccin-macchiato .content .tags.has-addons kbd,html.theme--catppuccin-macchiato .tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}html.theme--catppuccin-macchiato .tags.has-addons .tag:not(:first-child),html.theme--catppuccin-macchiato .tags.has-addons .content kbd:not(:first-child),html.theme--catppuccin-macchiato .content .tags.has-addons kbd:not(:first-child),html.theme--catppuccin-macchiato .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--catppuccin-macchiato .tags.has-addons .tag:not(:last-child),html.theme--catppuccin-macchiato .tags.has-addons .content kbd:not(:last-child),html.theme--catppuccin-macchiato .content .tags.has-addons kbd:not(:last-child),html.theme--catppuccin-macchiato .tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.theme--catppuccin-macchiato .tag:not(body),html.theme--catppuccin-macchiato .content kbd:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#1e2030;border-radius:.4em;color:#cad3f5;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--catppuccin-macchiato .tag:not(body) .delete,html.theme--catppuccin-macchiato .content kbd:not(body) .delete,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}html.theme--catppuccin-macchiato .tag.is-white:not(body),html.theme--catppuccin-macchiato .content kbd.is-white:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .tag.is-black:not(body),html.theme--catppuccin-macchiato .content kbd.is-black:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .tag.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .tag.is-dark:not(body),html.theme--catppuccin-macchiato .content kbd:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-dark:not(body),html.theme--catppuccin-macchiato .content .docstring>section>kbd:not(body){background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .tag.is-primary:not(body),html.theme--catppuccin-macchiato .content kbd.is-primary:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body){background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .tag.is-primary.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-primary.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .tag.is-link:not(body),html.theme--catppuccin-macchiato .content kbd.is-link:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .tag.is-link.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-link.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .tag.is-info:not(body),html.theme--catppuccin-macchiato .content kbd.is-info:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .tag.is-info.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-info.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#f0faf8;color:#276d62}html.theme--catppuccin-macchiato .tag.is-success:not(body),html.theme--catppuccin-macchiato .content kbd.is-success:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .tag.is-success.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-success.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#f2faf0;color:#386e26}html.theme--catppuccin-macchiato .tag.is-warning:not(body),html.theme--catppuccin-macchiato .content kbd.is-warning:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .tag.is-warning.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-warning.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fcf7ee;color:#7e5c16}html.theme--catppuccin-macchiato .tag.is-danger:not(body),html.theme--catppuccin-macchiato .content kbd.is-danger:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .tag.is-danger.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-danger.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#fcedef;color:#971729}html.theme--catppuccin-macchiato .tag.is-normal:not(body),html.theme--catppuccin-macchiato .content kbd.is-normal:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}html.theme--catppuccin-macchiato .tag.is-medium:not(body),html.theme--catppuccin-macchiato .content kbd.is-medium:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}html.theme--catppuccin-macchiato .tag.is-large:not(body),html.theme--catppuccin-macchiato .content kbd.is-large:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}html.theme--catppuccin-macchiato .tag:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-macchiato .content kbd:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}html.theme--catppuccin-macchiato .tag:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-macchiato .content kbd:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}html.theme--catppuccin-macchiato .tag:not(body) .icon:first-child:last-child,html.theme--catppuccin-macchiato .content kbd:not(body) .icon:first-child:last-child,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}html.theme--catppuccin-macchiato .tag.is-delete:not(body),html.theme--catppuccin-macchiato .content kbd.is-delete:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}html.theme--catppuccin-macchiato .tag.is-delete:not(body)::before,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body)::before,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body)::before,html.theme--catppuccin-macchiato .tag.is-delete:not(body)::after,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body)::after,html.theme--catppuccin-macchiato .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--catppuccin-macchiato .tag.is-delete:not(body)::before,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body)::before,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}html.theme--catppuccin-macchiato .tag.is-delete:not(body)::after,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body)::after,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}html.theme--catppuccin-macchiato .tag.is-delete:not(body):hover,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body):hover,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body):hover,html.theme--catppuccin-macchiato .tag.is-delete:not(body):focus,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body):focus,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#141620}html.theme--catppuccin-macchiato .tag.is-delete:not(body):active,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body):active,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#0a0b11}html.theme--catppuccin-macchiato .tag.is-rounded:not(body),html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:not(body),html.theme--catppuccin-macchiato .content kbd.is-rounded:not(body),html.theme--catppuccin-macchiato #documenter .docs-sidebar .content form.docs-search>input:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}html.theme--catppuccin-macchiato a.tag:hover,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:hover{text-decoration:underline}html.theme--catppuccin-macchiato .title,html.theme--catppuccin-macchiato .subtitle{word-break:break-word}html.theme--catppuccin-macchiato .title em,html.theme--catppuccin-macchiato .title span,html.theme--catppuccin-macchiato .subtitle em,html.theme--catppuccin-macchiato .subtitle span{font-weight:inherit}html.theme--catppuccin-macchiato .title sub,html.theme--catppuccin-macchiato .subtitle sub{font-size:.75em}html.theme--catppuccin-macchiato .title sup,html.theme--catppuccin-macchiato .subtitle sup{font-size:.75em}html.theme--catppuccin-macchiato .title .tag,html.theme--catppuccin-macchiato .title .content kbd,html.theme--catppuccin-macchiato .content .title kbd,html.theme--catppuccin-macchiato .title .docstring>section>a.docs-sourcelink,html.theme--catppuccin-macchiato .subtitle .tag,html.theme--catppuccin-macchiato .subtitle .content kbd,html.theme--catppuccin-macchiato .content .subtitle kbd,html.theme--catppuccin-macchiato .subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}html.theme--catppuccin-macchiato .title{color:#fff;font-size:2rem;font-weight:500;line-height:1.125}html.theme--catppuccin-macchiato .title strong{color:inherit;font-weight:inherit}html.theme--catppuccin-macchiato .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}html.theme--catppuccin-macchiato .title.is-1{font-size:3rem}html.theme--catppuccin-macchiato .title.is-2{font-size:2.5rem}html.theme--catppuccin-macchiato .title.is-3{font-size:2rem}html.theme--catppuccin-macchiato .title.is-4{font-size:1.5rem}html.theme--catppuccin-macchiato .title.is-5{font-size:1.25rem}html.theme--catppuccin-macchiato .title.is-6{font-size:1rem}html.theme--catppuccin-macchiato .title.is-7{font-size:.75rem}html.theme--catppuccin-macchiato .subtitle{color:#6e738d;font-size:1.25rem;font-weight:400;line-height:1.25}html.theme--catppuccin-macchiato .subtitle strong{color:#6e738d;font-weight:600}html.theme--catppuccin-macchiato .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}html.theme--catppuccin-macchiato .subtitle.is-1{font-size:3rem}html.theme--catppuccin-macchiato .subtitle.is-2{font-size:2.5rem}html.theme--catppuccin-macchiato .subtitle.is-3{font-size:2rem}html.theme--catppuccin-macchiato .subtitle.is-4{font-size:1.5rem}html.theme--catppuccin-macchiato .subtitle.is-5{font-size:1.25rem}html.theme--catppuccin-macchiato .subtitle.is-6{font-size:1rem}html.theme--catppuccin-macchiato .subtitle.is-7{font-size:.75rem}html.theme--catppuccin-macchiato .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}html.theme--catppuccin-macchiato .number{align-items:center;background-color:#1e2030;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--catppuccin-macchiato .select select,html.theme--catppuccin-macchiato .textarea,html.theme--catppuccin-macchiato .input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{background-color:#24273a;border-color:#5b6078;border-radius:.4em;color:#8087a2}html.theme--catppuccin-macchiato .select select::-moz-placeholder,html.theme--catppuccin-macchiato .textarea::-moz-placeholder,html.theme--catppuccin-macchiato .input::-moz-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#868c98}html.theme--catppuccin-macchiato .select select::-webkit-input-placeholder,html.theme--catppuccin-macchiato .textarea::-webkit-input-placeholder,html.theme--catppuccin-macchiato .input::-webkit-input-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#868c98}html.theme--catppuccin-macchiato .select select:-moz-placeholder,html.theme--catppuccin-macchiato .textarea:-moz-placeholder,html.theme--catppuccin-macchiato .input:-moz-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#868c98}html.theme--catppuccin-macchiato .select select:-ms-input-placeholder,html.theme--catppuccin-macchiato .textarea:-ms-input-placeholder,html.theme--catppuccin-macchiato .input:-ms-input-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#868c98}html.theme--catppuccin-macchiato .select select:hover,html.theme--catppuccin-macchiato .textarea:hover,html.theme--catppuccin-macchiato .input:hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:hover,html.theme--catppuccin-macchiato .select select.is-hovered,html.theme--catppuccin-macchiato .is-hovered.textarea,html.theme--catppuccin-macchiato .is-hovered.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#6e738d}html.theme--catppuccin-macchiato .select select:focus,html.theme--catppuccin-macchiato .textarea:focus,html.theme--catppuccin-macchiato .input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-macchiato .select select.is-focused,html.theme--catppuccin-macchiato .is-focused.textarea,html.theme--catppuccin-macchiato .is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .select select:active,html.theme--catppuccin-macchiato .textarea:active,html.theme--catppuccin-macchiato .input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-macchiato .select select.is-active,html.theme--catppuccin-macchiato .is-active.textarea,html.theme--catppuccin-macchiato .is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{border-color:#8aadf4;box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .select select[disabled],html.theme--catppuccin-macchiato .textarea[disabled],html.theme--catppuccin-macchiato .input[disabled],html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .select select,fieldset[disabled] html.theme--catppuccin-macchiato .textarea,fieldset[disabled] html.theme--catppuccin-macchiato .input,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{background-color:#6e738d;border-color:#1e2030;box-shadow:none;color:#f5f7fd}html.theme--catppuccin-macchiato .select select[disabled]::-moz-placeholder,html.theme--catppuccin-macchiato .textarea[disabled]::-moz-placeholder,html.theme--catppuccin-macchiato .input[disabled]::-moz-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .select select::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .textarea::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .input::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:rgba(245,247,253,0.3)}html.theme--catppuccin-macchiato .select select[disabled]::-webkit-input-placeholder,html.theme--catppuccin-macchiato .textarea[disabled]::-webkit-input-placeholder,html.theme--catppuccin-macchiato .input[disabled]::-webkit-input-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .select select::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .textarea::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .input::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:rgba(245,247,253,0.3)}html.theme--catppuccin-macchiato .select select[disabled]:-moz-placeholder,html.theme--catppuccin-macchiato .textarea[disabled]:-moz-placeholder,html.theme--catppuccin-macchiato .input[disabled]:-moz-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .select select:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .textarea:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .input:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:rgba(245,247,253,0.3)}html.theme--catppuccin-macchiato .select select[disabled]:-ms-input-placeholder,html.theme--catppuccin-macchiato .textarea[disabled]:-ms-input-placeholder,html.theme--catppuccin-macchiato .input[disabled]:-ms-input-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .select select:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .textarea:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .input:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:rgba(245,247,253,0.3)}html.theme--catppuccin-macchiato .textarea,html.theme--catppuccin-macchiato .input,html.theme--catppuccin-macchiato #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--catppuccin-macchiato .textarea[readonly],html.theme--catppuccin-macchiato .input[readonly],html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}html.theme--catppuccin-macchiato .is-white.textarea,html.theme--catppuccin-macchiato .is-white.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}html.theme--catppuccin-macchiato .is-white.textarea:focus,html.theme--catppuccin-macchiato .is-white.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-white:focus,html.theme--catppuccin-macchiato .is-white.is-focused.textarea,html.theme--catppuccin-macchiato .is-white.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-white.textarea:active,html.theme--catppuccin-macchiato .is-white.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-white:active,html.theme--catppuccin-macchiato .is-white.is-active.textarea,html.theme--catppuccin-macchiato .is-white.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-macchiato .is-black.textarea,html.theme--catppuccin-macchiato .is-black.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}html.theme--catppuccin-macchiato .is-black.textarea:focus,html.theme--catppuccin-macchiato .is-black.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-black:focus,html.theme--catppuccin-macchiato .is-black.is-focused.textarea,html.theme--catppuccin-macchiato .is-black.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-black.textarea:active,html.theme--catppuccin-macchiato .is-black.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-black:active,html.theme--catppuccin-macchiato .is-black.is-active.textarea,html.theme--catppuccin-macchiato .is-black.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-macchiato .is-light.textarea,html.theme--catppuccin-macchiato .is-light.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-light{border-color:#f5f5f5}html.theme--catppuccin-macchiato .is-light.textarea:focus,html.theme--catppuccin-macchiato .is-light.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-light:focus,html.theme--catppuccin-macchiato .is-light.is-focused.textarea,html.theme--catppuccin-macchiato .is-light.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-light.textarea:active,html.theme--catppuccin-macchiato .is-light.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-light:active,html.theme--catppuccin-macchiato .is-light.is-active.textarea,html.theme--catppuccin-macchiato .is-light.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-macchiato .is-dark.textarea,html.theme--catppuccin-macchiato .content kbd.textarea,html.theme--catppuccin-macchiato .is-dark.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-dark,html.theme--catppuccin-macchiato .content kbd.input{border-color:#363a4f}html.theme--catppuccin-macchiato .is-dark.textarea:focus,html.theme--catppuccin-macchiato .content kbd.textarea:focus,html.theme--catppuccin-macchiato .is-dark.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-dark:focus,html.theme--catppuccin-macchiato .content kbd.input:focus,html.theme--catppuccin-macchiato .is-dark.is-focused.textarea,html.theme--catppuccin-macchiato .content kbd.is-focused.textarea,html.theme--catppuccin-macchiato .is-dark.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .content kbd.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .content form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-dark.textarea:active,html.theme--catppuccin-macchiato .content kbd.textarea:active,html.theme--catppuccin-macchiato .is-dark.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-dark:active,html.theme--catppuccin-macchiato .content kbd.input:active,html.theme--catppuccin-macchiato .is-dark.is-active.textarea,html.theme--catppuccin-macchiato .content kbd.is-active.textarea,html.theme--catppuccin-macchiato .is-dark.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-macchiato .content kbd.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(54,58,79,0.25)}html.theme--catppuccin-macchiato .is-primary.textarea,html.theme--catppuccin-macchiato .docstring>section>a.textarea.docs-sourcelink,html.theme--catppuccin-macchiato .is-primary.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.input.docs-sourcelink{border-color:#8aadf4}html.theme--catppuccin-macchiato .is-primary.textarea:focus,html.theme--catppuccin-macchiato .docstring>section>a.textarea.docs-sourcelink:focus,html.theme--catppuccin-macchiato .is-primary.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-primary:focus,html.theme--catppuccin-macchiato .docstring>section>a.input.docs-sourcelink:focus,html.theme--catppuccin-macchiato .is-primary.is-focused.textarea,html.theme--catppuccin-macchiato .docstring>section>a.is-focused.textarea.docs-sourcelink,html.theme--catppuccin-macchiato .is-primary.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .docstring>section>a.is-focused.input.docs-sourcelink,html.theme--catppuccin-macchiato .is-primary.textarea:active,html.theme--catppuccin-macchiato .docstring>section>a.textarea.docs-sourcelink:active,html.theme--catppuccin-macchiato .is-primary.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-primary:active,html.theme--catppuccin-macchiato .docstring>section>a.input.docs-sourcelink:active,html.theme--catppuccin-macchiato .is-primary.is-active.textarea,html.theme--catppuccin-macchiato .docstring>section>a.is-active.textarea.docs-sourcelink,html.theme--catppuccin-macchiato .is-primary.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-macchiato .docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .is-link.textarea,html.theme--catppuccin-macchiato .is-link.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-link{border-color:#8aadf4}html.theme--catppuccin-macchiato .is-link.textarea:focus,html.theme--catppuccin-macchiato .is-link.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-link:focus,html.theme--catppuccin-macchiato .is-link.is-focused.textarea,html.theme--catppuccin-macchiato .is-link.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-link.textarea:active,html.theme--catppuccin-macchiato .is-link.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-link:active,html.theme--catppuccin-macchiato .is-link.is-active.textarea,html.theme--catppuccin-macchiato .is-link.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .is-info.textarea,html.theme--catppuccin-macchiato .is-info.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-info{border-color:#8bd5ca}html.theme--catppuccin-macchiato .is-info.textarea:focus,html.theme--catppuccin-macchiato .is-info.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-info:focus,html.theme--catppuccin-macchiato .is-info.is-focused.textarea,html.theme--catppuccin-macchiato .is-info.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-info.textarea:active,html.theme--catppuccin-macchiato .is-info.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-info:active,html.theme--catppuccin-macchiato .is-info.is-active.textarea,html.theme--catppuccin-macchiato .is-info.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(139,213,202,0.25)}html.theme--catppuccin-macchiato .is-success.textarea,html.theme--catppuccin-macchiato .is-success.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-success{border-color:#a6da95}html.theme--catppuccin-macchiato .is-success.textarea:focus,html.theme--catppuccin-macchiato .is-success.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-success:focus,html.theme--catppuccin-macchiato .is-success.is-focused.textarea,html.theme--catppuccin-macchiato .is-success.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-success.textarea:active,html.theme--catppuccin-macchiato .is-success.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-success:active,html.theme--catppuccin-macchiato .is-success.is-active.textarea,html.theme--catppuccin-macchiato .is-success.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(166,218,149,0.25)}html.theme--catppuccin-macchiato .is-warning.textarea,html.theme--catppuccin-macchiato .is-warning.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#eed49f}html.theme--catppuccin-macchiato .is-warning.textarea:focus,html.theme--catppuccin-macchiato .is-warning.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-warning:focus,html.theme--catppuccin-macchiato .is-warning.is-focused.textarea,html.theme--catppuccin-macchiato .is-warning.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-warning.textarea:active,html.theme--catppuccin-macchiato .is-warning.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-warning:active,html.theme--catppuccin-macchiato .is-warning.is-active.textarea,html.theme--catppuccin-macchiato .is-warning.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(238,212,159,0.25)}html.theme--catppuccin-macchiato .is-danger.textarea,html.theme--catppuccin-macchiato .is-danger.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#ed8796}html.theme--catppuccin-macchiato .is-danger.textarea:focus,html.theme--catppuccin-macchiato .is-danger.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-danger:focus,html.theme--catppuccin-macchiato .is-danger.is-focused.textarea,html.theme--catppuccin-macchiato .is-danger.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-danger.textarea:active,html.theme--catppuccin-macchiato .is-danger.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-danger:active,html.theme--catppuccin-macchiato .is-danger.is-active.textarea,html.theme--catppuccin-macchiato .is-danger.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(237,135,150,0.25)}html.theme--catppuccin-macchiato .is-small.textarea,html.theme--catppuccin-macchiato .is-small.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{border-radius:3px;font-size:.75rem}html.theme--catppuccin-macchiato .is-medium.textarea,html.theme--catppuccin-macchiato .is-medium.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .is-large.textarea,html.theme--catppuccin-macchiato .is-large.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .is-fullwidth.textarea,html.theme--catppuccin-macchiato .is-fullwidth.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}html.theme--catppuccin-macchiato .is-inline.textarea,html.theme--catppuccin-macchiato .is-inline.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}html.theme--catppuccin-macchiato .input.is-rounded,html.theme--catppuccin-macchiato #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--catppuccin-macchiato .input.is-static,html.theme--catppuccin-macchiato #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--catppuccin-macchiato .textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}html.theme--catppuccin-macchiato .textarea:not([rows]){max-height:40em;min-height:8em}html.theme--catppuccin-macchiato .textarea[rows]{height:initial}html.theme--catppuccin-macchiato .textarea.has-fixed-size{resize:none}html.theme--catppuccin-macchiato .radio,html.theme--catppuccin-macchiato .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}html.theme--catppuccin-macchiato .radio input,html.theme--catppuccin-macchiato .checkbox input{cursor:pointer}html.theme--catppuccin-macchiato .radio:hover,html.theme--catppuccin-macchiato .checkbox:hover{color:#91d7e3}html.theme--catppuccin-macchiato .radio[disabled],html.theme--catppuccin-macchiato .checkbox[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .radio,fieldset[disabled] html.theme--catppuccin-macchiato .checkbox,html.theme--catppuccin-macchiato .radio input[disabled],html.theme--catppuccin-macchiato .checkbox input[disabled]{color:#f5f7fd;cursor:not-allowed}html.theme--catppuccin-macchiato .radio+.radio{margin-left:.5em}html.theme--catppuccin-macchiato .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}html.theme--catppuccin-macchiato .select:not(.is-multiple){height:2.5em}html.theme--catppuccin-macchiato .select:not(.is-multiple):not(.is-loading)::after{border-color:#8aadf4;right:1.125em;z-index:4}html.theme--catppuccin-macchiato .select.is-rounded select,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}html.theme--catppuccin-macchiato .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}html.theme--catppuccin-macchiato .select select::-ms-expand{display:none}html.theme--catppuccin-macchiato .select select[disabled]:hover,fieldset[disabled] html.theme--catppuccin-macchiato .select select:hover{border-color:#1e2030}html.theme--catppuccin-macchiato .select select:not([multiple]){padding-right:2.5em}html.theme--catppuccin-macchiato .select select[multiple]{height:auto;padding:0}html.theme--catppuccin-macchiato .select select[multiple] option{padding:0.5em 1em}html.theme--catppuccin-macchiato .select:not(.is-multiple):not(.is-loading):hover::after{border-color:#91d7e3}html.theme--catppuccin-macchiato .select.is-white:not(:hover)::after{border-color:#fff}html.theme--catppuccin-macchiato .select.is-white select{border-color:#fff}html.theme--catppuccin-macchiato .select.is-white select:hover,html.theme--catppuccin-macchiato .select.is-white select.is-hovered{border-color:#f2f2f2}html.theme--catppuccin-macchiato .select.is-white select:focus,html.theme--catppuccin-macchiato .select.is-white select.is-focused,html.theme--catppuccin-macchiato .select.is-white select:active,html.theme--catppuccin-macchiato .select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-macchiato .select.is-black:not(:hover)::after{border-color:#0a0a0a}html.theme--catppuccin-macchiato .select.is-black select{border-color:#0a0a0a}html.theme--catppuccin-macchiato .select.is-black select:hover,html.theme--catppuccin-macchiato .select.is-black select.is-hovered{border-color:#000}html.theme--catppuccin-macchiato .select.is-black select:focus,html.theme--catppuccin-macchiato .select.is-black select.is-focused,html.theme--catppuccin-macchiato .select.is-black select:active,html.theme--catppuccin-macchiato .select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-macchiato .select.is-light:not(:hover)::after{border-color:#f5f5f5}html.theme--catppuccin-macchiato .select.is-light select{border-color:#f5f5f5}html.theme--catppuccin-macchiato .select.is-light select:hover,html.theme--catppuccin-macchiato .select.is-light select.is-hovered{border-color:#e8e8e8}html.theme--catppuccin-macchiato .select.is-light select:focus,html.theme--catppuccin-macchiato .select.is-light select.is-focused,html.theme--catppuccin-macchiato .select.is-light select:active,html.theme--catppuccin-macchiato .select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-macchiato .select.is-dark:not(:hover)::after,html.theme--catppuccin-macchiato .content kbd.select:not(:hover)::after{border-color:#363a4f}html.theme--catppuccin-macchiato .select.is-dark select,html.theme--catppuccin-macchiato .content kbd.select select{border-color:#363a4f}html.theme--catppuccin-macchiato .select.is-dark select:hover,html.theme--catppuccin-macchiato .content kbd.select select:hover,html.theme--catppuccin-macchiato .select.is-dark select.is-hovered,html.theme--catppuccin-macchiato .content kbd.select select.is-hovered{border-color:#2c2f40}html.theme--catppuccin-macchiato .select.is-dark select:focus,html.theme--catppuccin-macchiato .content kbd.select select:focus,html.theme--catppuccin-macchiato .select.is-dark select.is-focused,html.theme--catppuccin-macchiato .content kbd.select select.is-focused,html.theme--catppuccin-macchiato .select.is-dark select:active,html.theme--catppuccin-macchiato .content kbd.select select:active,html.theme--catppuccin-macchiato .select.is-dark select.is-active,html.theme--catppuccin-macchiato .content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(54,58,79,0.25)}html.theme--catppuccin-macchiato .select.is-primary:not(:hover)::after,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#8aadf4}html.theme--catppuccin-macchiato .select.is-primary select,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select{border-color:#8aadf4}html.theme--catppuccin-macchiato .select.is-primary select:hover,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select:hover,html.theme--catppuccin-macchiato .select.is-primary select.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#739df2}html.theme--catppuccin-macchiato .select.is-primary select:focus,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select:focus,html.theme--catppuccin-macchiato .select.is-primary select.is-focused,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select.is-focused,html.theme--catppuccin-macchiato .select.is-primary select:active,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select:active,html.theme--catppuccin-macchiato .select.is-primary select.is-active,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .select.is-link:not(:hover)::after{border-color:#8aadf4}html.theme--catppuccin-macchiato .select.is-link select{border-color:#8aadf4}html.theme--catppuccin-macchiato .select.is-link select:hover,html.theme--catppuccin-macchiato .select.is-link select.is-hovered{border-color:#739df2}html.theme--catppuccin-macchiato .select.is-link select:focus,html.theme--catppuccin-macchiato .select.is-link select.is-focused,html.theme--catppuccin-macchiato .select.is-link select:active,html.theme--catppuccin-macchiato .select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .select.is-info:not(:hover)::after{border-color:#8bd5ca}html.theme--catppuccin-macchiato .select.is-info select{border-color:#8bd5ca}html.theme--catppuccin-macchiato .select.is-info select:hover,html.theme--catppuccin-macchiato .select.is-info select.is-hovered{border-color:#78cec1}html.theme--catppuccin-macchiato .select.is-info select:focus,html.theme--catppuccin-macchiato .select.is-info select.is-focused,html.theme--catppuccin-macchiato .select.is-info select:active,html.theme--catppuccin-macchiato .select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(139,213,202,0.25)}html.theme--catppuccin-macchiato .select.is-success:not(:hover)::after{border-color:#a6da95}html.theme--catppuccin-macchiato .select.is-success select{border-color:#a6da95}html.theme--catppuccin-macchiato .select.is-success select:hover,html.theme--catppuccin-macchiato .select.is-success select.is-hovered{border-color:#96d382}html.theme--catppuccin-macchiato .select.is-success select:focus,html.theme--catppuccin-macchiato .select.is-success select.is-focused,html.theme--catppuccin-macchiato .select.is-success select:active,html.theme--catppuccin-macchiato .select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(166,218,149,0.25)}html.theme--catppuccin-macchiato .select.is-warning:not(:hover)::after{border-color:#eed49f}html.theme--catppuccin-macchiato .select.is-warning select{border-color:#eed49f}html.theme--catppuccin-macchiato .select.is-warning select:hover,html.theme--catppuccin-macchiato .select.is-warning select.is-hovered{border-color:#eaca89}html.theme--catppuccin-macchiato .select.is-warning select:focus,html.theme--catppuccin-macchiato .select.is-warning select.is-focused,html.theme--catppuccin-macchiato .select.is-warning select:active,html.theme--catppuccin-macchiato .select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(238,212,159,0.25)}html.theme--catppuccin-macchiato .select.is-danger:not(:hover)::after{border-color:#ed8796}html.theme--catppuccin-macchiato .select.is-danger select{border-color:#ed8796}html.theme--catppuccin-macchiato .select.is-danger select:hover,html.theme--catppuccin-macchiato .select.is-danger select.is-hovered{border-color:#ea7183}html.theme--catppuccin-macchiato .select.is-danger select:focus,html.theme--catppuccin-macchiato .select.is-danger select.is-focused,html.theme--catppuccin-macchiato .select.is-danger select:active,html.theme--catppuccin-macchiato .select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(237,135,150,0.25)}html.theme--catppuccin-macchiato .select.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.select{border-radius:3px;font-size:.75rem}html.theme--catppuccin-macchiato .select.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .select.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .select.is-disabled::after{border-color:#f5f7fd !important;opacity:0.5}html.theme--catppuccin-macchiato .select.is-fullwidth{width:100%}html.theme--catppuccin-macchiato .select.is-fullwidth select{width:100%}html.theme--catppuccin-macchiato .select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}html.theme--catppuccin-macchiato .select.is-loading.is-small:after,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-macchiato .select.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-macchiato .select.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-macchiato .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}html.theme--catppuccin-macchiato .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .file.is-white:hover .file-cta,html.theme--catppuccin-macchiato .file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .file.is-white:focus .file-cta,html.theme--catppuccin-macchiato .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--catppuccin-macchiato .file.is-white:active .file-cta,html.theme--catppuccin-macchiato .file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-black:hover .file-cta,html.theme--catppuccin-macchiato .file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-black:focus .file-cta,html.theme--catppuccin-macchiato .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--catppuccin-macchiato .file.is-black:active .file-cta,html.theme--catppuccin-macchiato .file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-light:hover .file-cta,html.theme--catppuccin-macchiato .file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-light:focus .file-cta,html.theme--catppuccin-macchiato .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)}html.theme--catppuccin-macchiato .file.is-light:active .file-cta,html.theme--catppuccin-macchiato .file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-dark .file-cta,html.theme--catppuccin-macchiato .content kbd.file .file-cta{background-color:#363a4f;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-dark:hover .file-cta,html.theme--catppuccin-macchiato .content kbd.file:hover .file-cta,html.theme--catppuccin-macchiato .file.is-dark.is-hovered .file-cta,html.theme--catppuccin-macchiato .content kbd.file.is-hovered .file-cta{background-color:#313447;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-dark:focus .file-cta,html.theme--catppuccin-macchiato .content kbd.file:focus .file-cta,html.theme--catppuccin-macchiato .file.is-dark.is-focused .file-cta,html.theme--catppuccin-macchiato .content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(54,58,79,0.25);color:#fff}html.theme--catppuccin-macchiato .file.is-dark:active .file-cta,html.theme--catppuccin-macchiato .content kbd.file:active .file-cta,html.theme--catppuccin-macchiato .file.is-dark.is-active .file-cta,html.theme--catppuccin-macchiato .content kbd.file.is-active .file-cta{background-color:#2c2f40;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-primary .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.docs-sourcelink .file-cta{background-color:#8aadf4;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-primary:hover .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.docs-sourcelink:hover .file-cta,html.theme--catppuccin-macchiato .file.is-primary.is-hovered .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#7ea5f3;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-primary:focus .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.docs-sourcelink:focus .file-cta,html.theme--catppuccin-macchiato .file.is-primary.is-focused .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(138,173,244,0.25);color:#fff}html.theme--catppuccin-macchiato .file.is-primary:active .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.docs-sourcelink:active .file-cta,html.theme--catppuccin-macchiato .file.is-primary.is-active .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#739df2;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-link .file-cta{background-color:#8aadf4;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-link:hover .file-cta,html.theme--catppuccin-macchiato .file.is-link.is-hovered .file-cta{background-color:#7ea5f3;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-link:focus .file-cta,html.theme--catppuccin-macchiato .file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(138,173,244,0.25);color:#fff}html.theme--catppuccin-macchiato .file.is-link:active .file-cta,html.theme--catppuccin-macchiato .file.is-link.is-active .file-cta{background-color:#739df2;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-info .file-cta{background-color:#8bd5ca;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-info:hover .file-cta,html.theme--catppuccin-macchiato .file.is-info.is-hovered .file-cta{background-color:#82d2c6;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-info:focus .file-cta,html.theme--catppuccin-macchiato .file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(139,213,202,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-info:active .file-cta,html.theme--catppuccin-macchiato .file.is-info.is-active .file-cta{background-color:#78cec1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-success .file-cta{background-color:#a6da95;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-success:hover .file-cta,html.theme--catppuccin-macchiato .file.is-success.is-hovered .file-cta{background-color:#9ed78c;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-success:focus .file-cta,html.theme--catppuccin-macchiato .file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(166,218,149,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-success:active .file-cta,html.theme--catppuccin-macchiato .file.is-success.is-active .file-cta{background-color:#96d382;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-warning .file-cta{background-color:#eed49f;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-warning:hover .file-cta,html.theme--catppuccin-macchiato .file.is-warning.is-hovered .file-cta{background-color:#eccf94;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-warning:focus .file-cta,html.theme--catppuccin-macchiato .file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(238,212,159,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-warning:active .file-cta,html.theme--catppuccin-macchiato .file.is-warning.is-active .file-cta{background-color:#eaca89;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-danger .file-cta{background-color:#ed8796;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-danger:hover .file-cta,html.theme--catppuccin-macchiato .file.is-danger.is-hovered .file-cta{background-color:#eb7c8c;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-danger:focus .file-cta,html.theme--catppuccin-macchiato .file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(237,135,150,0.25);color:#fff}html.theme--catppuccin-macchiato .file.is-danger:active .file-cta,html.theme--catppuccin-macchiato .file.is-danger.is-active .file-cta{background-color:#ea7183;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}html.theme--catppuccin-macchiato .file.is-normal{font-size:1rem}html.theme--catppuccin-macchiato .file.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .file.is-medium .file-icon .fa{font-size:21px}html.theme--catppuccin-macchiato .file.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .file.is-large .file-icon .fa{font-size:28px}html.theme--catppuccin-macchiato .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-macchiato .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-macchiato .file.has-name.is-empty .file-cta{border-radius:.4em}html.theme--catppuccin-macchiato .file.has-name.is-empty .file-name{display:none}html.theme--catppuccin-macchiato .file.is-boxed .file-label{flex-direction:column}html.theme--catppuccin-macchiato .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}html.theme--catppuccin-macchiato .file.is-boxed .file-name{border-width:0 1px 1px}html.theme--catppuccin-macchiato .file.is-boxed .file-icon{height:1.5em;width:1.5em}html.theme--catppuccin-macchiato .file.is-boxed .file-icon .fa{font-size:21px}html.theme--catppuccin-macchiato .file.is-boxed.is-small .file-icon .fa,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}html.theme--catppuccin-macchiato .file.is-boxed.is-medium .file-icon .fa{font-size:28px}html.theme--catppuccin-macchiato .file.is-boxed.is-large .file-icon .fa{font-size:35px}html.theme--catppuccin-macchiato .file.is-boxed.has-name .file-cta{border-radius:.4em .4em 0 0}html.theme--catppuccin-macchiato .file.is-boxed.has-name .file-name{border-radius:0 0 .4em .4em;border-width:0 1px 1px}html.theme--catppuccin-macchiato .file.is-centered{justify-content:center}html.theme--catppuccin-macchiato .file.is-fullwidth .file-label{width:100%}html.theme--catppuccin-macchiato .file.is-fullwidth .file-name{flex-grow:1;max-width:none}html.theme--catppuccin-macchiato .file.is-right{justify-content:flex-end}html.theme--catppuccin-macchiato .file.is-right .file-cta{border-radius:0 .4em .4em 0}html.theme--catppuccin-macchiato .file.is-right .file-name{border-radius:.4em 0 0 .4em;border-width:1px 0 1px 1px;order:-1}html.theme--catppuccin-macchiato .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}html.theme--catppuccin-macchiato .file-label:hover .file-cta{background-color:#313447;color:#b5c1f1}html.theme--catppuccin-macchiato .file-label:hover .file-name{border-color:#565a71}html.theme--catppuccin-macchiato .file-label:active .file-cta{background-color:#2c2f40;color:#b5c1f1}html.theme--catppuccin-macchiato .file-label:active .file-name{border-color:#505469}html.theme--catppuccin-macchiato .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}html.theme--catppuccin-macchiato .file-cta,html.theme--catppuccin-macchiato .file-name{border-color:#5b6078;border-radius:.4em;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}html.theme--catppuccin-macchiato .file-cta{background-color:#363a4f;color:#cad3f5}html.theme--catppuccin-macchiato .file-name{border-color:#5b6078;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}html.theme--catppuccin-macchiato .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}html.theme--catppuccin-macchiato .file-icon .fa{font-size:14px}html.theme--catppuccin-macchiato .label{color:#b5c1f1;display:block;font-size:1rem;font-weight:700}html.theme--catppuccin-macchiato .label:not(:last-child){margin-bottom:0.5em}html.theme--catppuccin-macchiato .label.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}html.theme--catppuccin-macchiato .label.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .label.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .help{display:block;font-size:.75rem;margin-top:0.25rem}html.theme--catppuccin-macchiato .help.is-white{color:#fff}html.theme--catppuccin-macchiato .help.is-black{color:#0a0a0a}html.theme--catppuccin-macchiato .help.is-light{color:#f5f5f5}html.theme--catppuccin-macchiato .help.is-dark,html.theme--catppuccin-macchiato .content kbd.help{color:#363a4f}html.theme--catppuccin-macchiato .help.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.help.docs-sourcelink{color:#8aadf4}html.theme--catppuccin-macchiato .help.is-link{color:#8aadf4}html.theme--catppuccin-macchiato .help.is-info{color:#8bd5ca}html.theme--catppuccin-macchiato .help.is-success{color:#a6da95}html.theme--catppuccin-macchiato .help.is-warning{color:#eed49f}html.theme--catppuccin-macchiato .help.is-danger{color:#ed8796}html.theme--catppuccin-macchiato .field:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-macchiato .field.has-addons{display:flex;justify-content:flex-start}html.theme--catppuccin-macchiato .field.has-addons .control:not(:last-child){margin-right:-1px}html.theme--catppuccin-macchiato .field.has-addons .control:not(:first-child):not(:last-child) .button,html.theme--catppuccin-macchiato .field.has-addons .control:not(:first-child):not(:last-child) .input,html.theme--catppuccin-macchiato .field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,html.theme--catppuccin-macchiato .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}html.theme--catppuccin-macchiato .field.has-addons .control:first-child:not(:only-child) .button,html.theme--catppuccin-macchiato .field.has-addons .control:first-child:not(:only-child) .input,html.theme--catppuccin-macchiato .field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-macchiato .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-macchiato .field.has-addons .control:last-child:not(:only-child) .button,html.theme--catppuccin-macchiato .field.has-addons .control:last-child:not(:only-child) .input,html.theme--catppuccin-macchiato .field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-macchiato .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-macchiato .field.has-addons .control .button:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .button.is-hovered:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .input:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .input.is-hovered:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .select select:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}html.theme--catppuccin-macchiato .field.has-addons .control .button:not([disabled]):focus,html.theme--catppuccin-macchiato .field.has-addons .control .button.is-focused:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .button:not([disabled]):active,html.theme--catppuccin-macchiato .field.has-addons .control .button.is-active:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .input:not([disabled]):focus,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-macchiato .field.has-addons .control .input.is-focused:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .input:not([disabled]):active,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,html.theme--catppuccin-macchiato .field.has-addons .control .input.is-active:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .select select:not([disabled]):focus,html.theme--catppuccin-macchiato .field.has-addons .control .select select.is-focused:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .select select:not([disabled]):active,html.theme--catppuccin-macchiato .field.has-addons .control .select select.is-active:not([disabled]){z-index:3}html.theme--catppuccin-macchiato .field.has-addons .control .button:not([disabled]):focus:hover,html.theme--catppuccin-macchiato .field.has-addons .control .button.is-focused:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .button:not([disabled]):active:hover,html.theme--catppuccin-macchiato .field.has-addons .control .button.is-active:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .input:not([disabled]):focus:hover,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-macchiato .field.has-addons .control .input.is-focused:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .input:not([disabled]):active:hover,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-macchiato .field.has-addons .control .input.is-active:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .select select:not([disabled]):focus:hover,html.theme--catppuccin-macchiato .field.has-addons .control .select select.is-focused:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .select select:not([disabled]):active:hover,html.theme--catppuccin-macchiato .field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}html.theme--catppuccin-macchiato .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .field.has-addons.has-addons-centered{justify-content:center}html.theme--catppuccin-macchiato .field.has-addons.has-addons-right{justify-content:flex-end}html.theme--catppuccin-macchiato .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}html.theme--catppuccin-macchiato .field.is-grouped{display:flex;justify-content:flex-start}html.theme--catppuccin-macchiato .field.is-grouped>.control{flex-shrink:0}html.theme--catppuccin-macchiato .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-macchiato .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-centered{justify-content:center}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-right{justify-content:flex-end}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-multiline>.control:last-child,html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .field.is-horizontal{display:flex}}html.theme--catppuccin-macchiato .field-label .label{font-size:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}html.theme--catppuccin-macchiato .field-label.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}html.theme--catppuccin-macchiato .field-label.is-normal{padding-top:0.375em}html.theme--catppuccin-macchiato .field-label.is-medium{font-size:1.25rem;padding-top:0.375em}html.theme--catppuccin-macchiato .field-label.is-large{font-size:1.5rem;padding-top:0.375em}}html.theme--catppuccin-macchiato .field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}html.theme--catppuccin-macchiato .field-body .field{margin-bottom:0}html.theme--catppuccin-macchiato .field-body>.field{flex-shrink:1}html.theme--catppuccin-macchiato .field-body>.field:not(.is-narrow){flex-grow:1}html.theme--catppuccin-macchiato .field-body>.field:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-macchiato .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}html.theme--catppuccin-macchiato .control.has-icons-left .input:focus~.icon,html.theme--catppuccin-macchiato .control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,html.theme--catppuccin-macchiato .control.has-icons-left .select:focus~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .input:focus~.icon,html.theme--catppuccin-macchiato .control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .select:focus~.icon{color:#363a4f}html.theme--catppuccin-macchiato .control.has-icons-left .input.is-small~.icon,html.theme--catppuccin-macchiato .control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,html.theme--catppuccin-macchiato .control.has-icons-left .select.is-small~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .input.is-small~.icon,html.theme--catppuccin-macchiato .control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .select.is-small~.icon{font-size:.75rem}html.theme--catppuccin-macchiato .control.has-icons-left .input.is-medium~.icon,html.theme--catppuccin-macchiato .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,html.theme--catppuccin-macchiato .control.has-icons-left .select.is-medium~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .input.is-medium~.icon,html.theme--catppuccin-macchiato .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}html.theme--catppuccin-macchiato .control.has-icons-left .input.is-large~.icon,html.theme--catppuccin-macchiato .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,html.theme--catppuccin-macchiato .control.has-icons-left .select.is-large~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .input.is-large~.icon,html.theme--catppuccin-macchiato .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}html.theme--catppuccin-macchiato .control.has-icons-left .icon,html.theme--catppuccin-macchiato .control.has-icons-right .icon{color:#5b6078;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}html.theme--catppuccin-macchiato .control.has-icons-left .input,html.theme--catppuccin-macchiato .control.has-icons-left #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-left form.docs-search>input,html.theme--catppuccin-macchiato .control.has-icons-left .select select{padding-left:2.5em}html.theme--catppuccin-macchiato .control.has-icons-left .icon.is-left{left:0}html.theme--catppuccin-macchiato .control.has-icons-right .input,html.theme--catppuccin-macchiato .control.has-icons-right #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-right form.docs-search>input,html.theme--catppuccin-macchiato .control.has-icons-right .select select{padding-right:2.5em}html.theme--catppuccin-macchiato .control.has-icons-right .icon.is-right{right:0}html.theme--catppuccin-macchiato .control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}html.theme--catppuccin-macchiato .control.is-loading.is-small:after,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-macchiato .control.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-macchiato .control.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-macchiato .breadcrumb{font-size:1rem;white-space:nowrap}html.theme--catppuccin-macchiato .breadcrumb a{align-items:center;color:#8aadf4;display:flex;justify-content:center;padding:0 .75em}html.theme--catppuccin-macchiato .breadcrumb a:hover{color:#91d7e3}html.theme--catppuccin-macchiato .breadcrumb li{align-items:center;display:flex}html.theme--catppuccin-macchiato .breadcrumb li:first-child a{padding-left:0}html.theme--catppuccin-macchiato .breadcrumb li.is-active a{color:#b5c1f1;cursor:default;pointer-events:none}html.theme--catppuccin-macchiato .breadcrumb li+li::before{color:#6e738d;content:"\0002f"}html.theme--catppuccin-macchiato .breadcrumb ul,html.theme--catppuccin-macchiato .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-macchiato .breadcrumb .icon:first-child{margin-right:.5em}html.theme--catppuccin-macchiato .breadcrumb .icon:last-child{margin-left:.5em}html.theme--catppuccin-macchiato .breadcrumb.is-centered ol,html.theme--catppuccin-macchiato .breadcrumb.is-centered ul{justify-content:center}html.theme--catppuccin-macchiato .breadcrumb.is-right ol,html.theme--catppuccin-macchiato .breadcrumb.is-right ul{justify-content:flex-end}html.theme--catppuccin-macchiato .breadcrumb.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}html.theme--catppuccin-macchiato .breadcrumb.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .breadcrumb.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .breadcrumb.has-arrow-separator li+li::before{content:"\02192"}html.theme--catppuccin-macchiato .breadcrumb.has-bullet-separator li+li::before{content:"\02022"}html.theme--catppuccin-macchiato .breadcrumb.has-dot-separator li+li::before{content:"\000b7"}html.theme--catppuccin-macchiato .breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}html.theme--catppuccin-macchiato .card{background-color:#fff;border-radius:.25rem;box-shadow:#171717;color:#cad3f5;max-width:100%;position:relative}html.theme--catppuccin-macchiato .card-footer:first-child,html.theme--catppuccin-macchiato .card-content:first-child,html.theme--catppuccin-macchiato .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-macchiato .card-footer:last-child,html.theme--catppuccin-macchiato .card-content:last-child,html.theme--catppuccin-macchiato .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-macchiato .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--catppuccin-macchiato .card-header-title{align-items:center;color:#b5c1f1;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}html.theme--catppuccin-macchiato .card-header-title.is-centered{justify-content:center}html.theme--catppuccin-macchiato .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--catppuccin-macchiato .card-image{display:block;position:relative}html.theme--catppuccin-macchiato .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-macchiato .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-macchiato .card-content{background-color:rgba(0,0,0,0);padding:1.5rem}html.theme--catppuccin-macchiato .card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}html.theme--catppuccin-macchiato .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}html.theme--catppuccin-macchiato .card-footer-item:not(:last-child){border-right:1px solid #ededed}html.theme--catppuccin-macchiato .card .media:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-macchiato .dropdown{display:inline-flex;position:relative;vertical-align:top}html.theme--catppuccin-macchiato .dropdown.is-active .dropdown-menu,html.theme--catppuccin-macchiato .dropdown.is-hoverable:hover .dropdown-menu{display:block}html.theme--catppuccin-macchiato .dropdown.is-right .dropdown-menu{left:auto;right:0}html.theme--catppuccin-macchiato .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}html.theme--catppuccin-macchiato .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}html.theme--catppuccin-macchiato .dropdown-content{background-color:#1e2030;border-radius:.4em;box-shadow:#171717;padding-bottom:.5rem;padding-top:.5rem}html.theme--catppuccin-macchiato .dropdown-item{color:#cad3f5;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}html.theme--catppuccin-macchiato a.dropdown-item,html.theme--catppuccin-macchiato button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}html.theme--catppuccin-macchiato a.dropdown-item:hover,html.theme--catppuccin-macchiato button.dropdown-item:hover{background-color:#1e2030;color:#0a0a0a}html.theme--catppuccin-macchiato a.dropdown-item.is-active,html.theme--catppuccin-macchiato button.dropdown-item.is-active{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}html.theme--catppuccin-macchiato .level{align-items:center;justify-content:space-between}html.theme--catppuccin-macchiato .level code{border-radius:.4em}html.theme--catppuccin-macchiato .level img{display:inline-block;vertical-align:top}html.theme--catppuccin-macchiato .level.is-mobile{display:flex}html.theme--catppuccin-macchiato .level.is-mobile .level-left,html.theme--catppuccin-macchiato .level.is-mobile .level-right{display:flex}html.theme--catppuccin-macchiato .level.is-mobile .level-left+.level-right{margin-top:0}html.theme--catppuccin-macchiato .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-macchiato .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .level{display:flex}html.theme--catppuccin-macchiato .level>.level-item:not(.is-narrow){flex-grow:1}}html.theme--catppuccin-macchiato .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}html.theme--catppuccin-macchiato .level-item .title,html.theme--catppuccin-macchiato .level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .level-item:not(:last-child){margin-bottom:.75rem}}html.theme--catppuccin-macchiato .level-left,html.theme--catppuccin-macchiato .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-macchiato .level-left .level-item.is-flexible,html.theme--catppuccin-macchiato .level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .level-left .level-item:not(:last-child),html.theme--catppuccin-macchiato .level-right .level-item:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-macchiato .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .level-left{display:flex}}html.theme--catppuccin-macchiato .level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .level-right{display:flex}}html.theme--catppuccin-macchiato .media{align-items:flex-start;display:flex;text-align:inherit}html.theme--catppuccin-macchiato .media .content:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-macchiato .media .media{border-top:1px solid rgba(91,96,120,0.5);display:flex;padding-top:.75rem}html.theme--catppuccin-macchiato .media .media .content:not(:last-child),html.theme--catppuccin-macchiato .media .media .control:not(:last-child){margin-bottom:.5rem}html.theme--catppuccin-macchiato .media .media .media{padding-top:.5rem}html.theme--catppuccin-macchiato .media .media .media+.media{margin-top:.5rem}html.theme--catppuccin-macchiato .media+.media{border-top:1px solid rgba(91,96,120,0.5);margin-top:1rem;padding-top:1rem}html.theme--catppuccin-macchiato .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}html.theme--catppuccin-macchiato .media-left,html.theme--catppuccin-macchiato .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-macchiato .media-left{margin-right:1rem}html.theme--catppuccin-macchiato .media-right{margin-left:1rem}html.theme--catppuccin-macchiato .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .media-content{overflow-x:auto}}html.theme--catppuccin-macchiato .menu{font-size:1rem}html.theme--catppuccin-macchiato .menu.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}html.theme--catppuccin-macchiato .menu.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .menu.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .menu-list{line-height:1.25}html.theme--catppuccin-macchiato .menu-list a{border-radius:3px;color:#cad3f5;display:block;padding:0.5em 0.75em}html.theme--catppuccin-macchiato .menu-list a:hover{background-color:#1e2030;color:#b5c1f1}html.theme--catppuccin-macchiato .menu-list a.is-active{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .menu-list li ul{border-left:1px solid #5b6078;margin:.75em;padding-left:.75em}html.theme--catppuccin-macchiato .menu-label{color:#f5f7fd;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}html.theme--catppuccin-macchiato .menu-label:not(:first-child){margin-top:1em}html.theme--catppuccin-macchiato .menu-label:not(:last-child){margin-bottom:1em}html.theme--catppuccin-macchiato .message{background-color:#1e2030;border-radius:.4em;font-size:1rem}html.theme--catppuccin-macchiato .message strong{color:currentColor}html.theme--catppuccin-macchiato .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-macchiato .message.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}html.theme--catppuccin-macchiato .message.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .message.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .message.is-white{background-color:#fff}html.theme--catppuccin-macchiato .message.is-white .message-header{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .message.is-white .message-body{border-color:#fff}html.theme--catppuccin-macchiato .message.is-black{background-color:#fafafa}html.theme--catppuccin-macchiato .message.is-black .message-header{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .message.is-black .message-body{border-color:#0a0a0a}html.theme--catppuccin-macchiato .message.is-light{background-color:#fafafa}html.theme--catppuccin-macchiato .message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .message.is-light .message-body{border-color:#f5f5f5}html.theme--catppuccin-macchiato .message.is-dark,html.theme--catppuccin-macchiato .content kbd.message{background-color:#f9f9fb}html.theme--catppuccin-macchiato .message.is-dark .message-header,html.theme--catppuccin-macchiato .content kbd.message .message-header{background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .message.is-dark .message-body,html.theme--catppuccin-macchiato .content kbd.message .message-body{border-color:#363a4f}html.theme--catppuccin-macchiato .message.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.message.docs-sourcelink{background-color:#ecf2fd}html.theme--catppuccin-macchiato .message.is-primary .message-header,html.theme--catppuccin-macchiato .docstring>section>a.message.docs-sourcelink .message-header{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .message.is-primary .message-body,html.theme--catppuccin-macchiato .docstring>section>a.message.docs-sourcelink .message-body{border-color:#8aadf4;color:#0e3b95}html.theme--catppuccin-macchiato .message.is-link{background-color:#ecf2fd}html.theme--catppuccin-macchiato .message.is-link .message-header{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .message.is-link .message-body{border-color:#8aadf4;color:#0e3b95}html.theme--catppuccin-macchiato .message.is-info{background-color:#f0faf8}html.theme--catppuccin-macchiato .message.is-info .message-header{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .message.is-info .message-body{border-color:#8bd5ca;color:#276d62}html.theme--catppuccin-macchiato .message.is-success{background-color:#f2faf0}html.theme--catppuccin-macchiato .message.is-success .message-header{background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .message.is-success .message-body{border-color:#a6da95;color:#386e26}html.theme--catppuccin-macchiato .message.is-warning{background-color:#fcf7ee}html.theme--catppuccin-macchiato .message.is-warning .message-header{background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .message.is-warning .message-body{border-color:#eed49f;color:#7e5c16}html.theme--catppuccin-macchiato .message.is-danger{background-color:#fcedef}html.theme--catppuccin-macchiato .message.is-danger .message-header{background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .message.is-danger .message-body{border-color:#ed8796;color:#971729}html.theme--catppuccin-macchiato .message-header{align-items:center;background-color:#cad3f5;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--catppuccin-macchiato .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}html.theme--catppuccin-macchiato .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}html.theme--catppuccin-macchiato .message-body{border-color:#5b6078;border-radius:.4em;border-style:solid;border-width:0 0 0 4px;color:#cad3f5;padding:1.25em 1.5em}html.theme--catppuccin-macchiato .message-body code,html.theme--catppuccin-macchiato .message-body pre{background-color:#fff}html.theme--catppuccin-macchiato .message-body pre code{background-color:rgba(0,0,0,0)}html.theme--catppuccin-macchiato .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}html.theme--catppuccin-macchiato .modal.is-active{display:flex}html.theme--catppuccin-macchiato .modal-background{background-color:rgba(10,10,10,0.86)}html.theme--catppuccin-macchiato .modal-content,html.theme--catppuccin-macchiato .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){html.theme--catppuccin-macchiato .modal-content,html.theme--catppuccin-macchiato .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}html.theme--catppuccin-macchiato .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}html.theme--catppuccin-macchiato .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}html.theme--catppuccin-macchiato .modal-card-head,html.theme--catppuccin-macchiato .modal-card-foot{align-items:center;background-color:#1e2030;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}html.theme--catppuccin-macchiato .modal-card-head{border-bottom:1px solid #5b6078;border-top-left-radius:8px;border-top-right-radius:8px}html.theme--catppuccin-macchiato .modal-card-title{color:#cad3f5;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}html.theme--catppuccin-macchiato .modal-card-foot{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #5b6078}html.theme--catppuccin-macchiato .modal-card-foot .button:not(:last-child){margin-right:.5em}html.theme--catppuccin-macchiato .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#24273a;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}html.theme--catppuccin-macchiato .navbar{background-color:#8aadf4;min-height:4rem;position:relative;z-index:30}html.theme--catppuccin-macchiato .navbar.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-white .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}html.theme--catppuccin-macchiato .navbar.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-black .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}html.theme--catppuccin-macchiato .navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-light .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-macchiato .navbar.is-dark,html.theme--catppuccin-macchiato .content kbd.navbar{background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand .navbar-link.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#2c2f40;color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand .navbar-link::after,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-burger,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end .navbar-link.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#2c2f40;color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end .navbar-link::after,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2c2f40;color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#363a4f;color:#fff}}html.theme--catppuccin-macchiato .navbar.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand .navbar-link.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand .navbar-link::after,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-burger,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end .navbar-link.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end .navbar-link::after,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#8aadf4;color:#fff}}html.theme--catppuccin-macchiato .navbar.is-link{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-link .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#8aadf4;color:#fff}}html.theme--catppuccin-macchiato .navbar.is-info{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#78cec1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-info .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#78cec1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#78cec1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-macchiato .navbar.is-success{background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#96d382;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-success .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#96d382;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#96d382;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#a6da95;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-macchiato .navbar.is-warning{background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#eaca89;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#eaca89;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#eaca89;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#eed49f;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-macchiato .navbar.is-danger{background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#ea7183;color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#ea7183;color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ea7183;color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#ed8796;color:#fff}}html.theme--catppuccin-macchiato .navbar>.container{align-items:stretch;display:flex;min-height:4rem;width:100%}html.theme--catppuccin-macchiato .navbar.has-shadow{box-shadow:0 2px 0 0 #1e2030}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom,html.theme--catppuccin-macchiato .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom{bottom:0}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #1e2030}html.theme--catppuccin-macchiato .navbar.is-fixed-top{top:0}html.theme--catppuccin-macchiato html.has-navbar-fixed-top,html.theme--catppuccin-macchiato body.has-navbar-fixed-top{padding-top:4rem}html.theme--catppuccin-macchiato html.has-navbar-fixed-bottom,html.theme--catppuccin-macchiato body.has-navbar-fixed-bottom{padding-bottom:4rem}html.theme--catppuccin-macchiato .navbar-brand,html.theme--catppuccin-macchiato .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:4rem}html.theme--catppuccin-macchiato .navbar-brand a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar-brand a.navbar-item:hover{background-color:transparent}html.theme--catppuccin-macchiato .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}html.theme--catppuccin-macchiato .navbar-burger{color:#cad3f5;-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--catppuccin-macchiato .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--catppuccin-macchiato .navbar-burger span:nth-child(1){top:calc(50% - 6px)}html.theme--catppuccin-macchiato .navbar-burger span:nth-child(2){top:calc(50% - 1px)}html.theme--catppuccin-macchiato .navbar-burger span:nth-child(3){top:calc(50% + 4px)}html.theme--catppuccin-macchiato .navbar-burger:hover{background-color:rgba(0,0,0,0.05)}html.theme--catppuccin-macchiato .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.theme--catppuccin-macchiato .navbar-burger.is-active span:nth-child(2){opacity:0}html.theme--catppuccin-macchiato .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}html.theme--catppuccin-macchiato .navbar-menu{display:none}html.theme--catppuccin-macchiato .navbar-item,html.theme--catppuccin-macchiato .navbar-link{color:#cad3f5;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}html.theme--catppuccin-macchiato .navbar-item .icon:only-child,html.theme--catppuccin-macchiato .navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}html.theme--catppuccin-macchiato a.navbar-item,html.theme--catppuccin-macchiato .navbar-link{cursor:pointer}html.theme--catppuccin-macchiato a.navbar-item:focus,html.theme--catppuccin-macchiato a.navbar-item:focus-within,html.theme--catppuccin-macchiato a.navbar-item:hover,html.theme--catppuccin-macchiato a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar-link:focus,html.theme--catppuccin-macchiato .navbar-link:focus-within,html.theme--catppuccin-macchiato .navbar-link:hover,html.theme--catppuccin-macchiato .navbar-link.is-active{background-color:rgba(0,0,0,0);color:#8aadf4}html.theme--catppuccin-macchiato .navbar-item{flex-grow:0;flex-shrink:0}html.theme--catppuccin-macchiato .navbar-item img{max-height:1.75rem}html.theme--catppuccin-macchiato .navbar-item.has-dropdown{padding:0}html.theme--catppuccin-macchiato .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:4rem;padding-bottom:calc(0.5rem - 1px)}html.theme--catppuccin-macchiato .navbar-item.is-tab:focus,html.theme--catppuccin-macchiato .navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#8aadf4}html.theme--catppuccin-macchiato .navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#8aadf4;border-bottom-style:solid;border-bottom-width:3px;color:#8aadf4;padding-bottom:calc(0.5rem - 3px)}html.theme--catppuccin-macchiato .navbar-content{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .navbar-link:not(.is-arrowless){padding-right:2.5em}html.theme--catppuccin-macchiato .navbar-link:not(.is-arrowless)::after{border-color:#fff;margin-top:-0.375em;right:1.125em}html.theme--catppuccin-macchiato .navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}html.theme--catppuccin-macchiato .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}html.theme--catppuccin-macchiato .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--catppuccin-macchiato .navbar>.container{display:block}html.theme--catppuccin-macchiato .navbar-brand .navbar-item,html.theme--catppuccin-macchiato .navbar-tabs .navbar-item{align-items:center;display:flex}html.theme--catppuccin-macchiato .navbar-link::after{display:none}html.theme--catppuccin-macchiato .navbar-menu{background-color:#8aadf4;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}html.theme--catppuccin-macchiato .navbar-menu.is-active{display:block}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-touch,html.theme--catppuccin-macchiato .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-touch{bottom:0}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .navbar.is-fixed-top-touch{top:0}html.theme--catppuccin-macchiato .navbar.is-fixed-top .navbar-menu,html.theme--catppuccin-macchiato .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4rem);overflow:auto}html.theme--catppuccin-macchiato html.has-navbar-fixed-top-touch,html.theme--catppuccin-macchiato body.has-navbar-fixed-top-touch{padding-top:4rem}html.theme--catppuccin-macchiato html.has-navbar-fixed-bottom-touch,html.theme--catppuccin-macchiato body.has-navbar-fixed-bottom-touch{padding-bottom:4rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar,html.theme--catppuccin-macchiato .navbar-menu,html.theme--catppuccin-macchiato .navbar-start,html.theme--catppuccin-macchiato .navbar-end{align-items:stretch;display:flex}html.theme--catppuccin-macchiato .navbar{min-height:4rem}html.theme--catppuccin-macchiato .navbar.is-spaced{padding:1rem 2rem}html.theme--catppuccin-macchiato .navbar.is-spaced .navbar-start,html.theme--catppuccin-macchiato .navbar.is-spaced .navbar-end{align-items:center}html.theme--catppuccin-macchiato .navbar.is-spaced a.navbar-item,html.theme--catppuccin-macchiato .navbar.is-spaced .navbar-link{border-radius:.4em}html.theme--catppuccin-macchiato .navbar.is-transparent a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-transparent a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-transparent a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#8087a2}html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#8aadf4}html.theme--catppuccin-macchiato .navbar-burger{display:none}html.theme--catppuccin-macchiato .navbar-item,html.theme--catppuccin-macchiato .navbar-link{align-items:center;display:flex}html.theme--catppuccin-macchiato .navbar-item.has-dropdown{align-items:stretch}html.theme--catppuccin-macchiato .navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}html.theme--catppuccin-macchiato .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--catppuccin-macchiato .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced html.theme--catppuccin-macchiato .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-macchiato .navbar-item.is-hoverable:hover .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}html.theme--catppuccin-macchiato .navbar-menu{flex-grow:1;flex-shrink:0}html.theme--catppuccin-macchiato .navbar-start{justify-content:flex-start;margin-right:auto}html.theme--catppuccin-macchiato .navbar-end{justify-content:flex-end;margin-left:auto}html.theme--catppuccin-macchiato .navbar-dropdown{background-color:#8aadf4;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--catppuccin-macchiato .navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}html.theme--catppuccin-macchiato .navbar-dropdown a.navbar-item{padding-right:3rem}html.theme--catppuccin-macchiato .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#8087a2}html.theme--catppuccin-macchiato .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#8aadf4}.navbar.is-spaced html.theme--catppuccin-macchiato .navbar-dropdown,html.theme--catppuccin-macchiato .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--catppuccin-macchiato .navbar-dropdown.is-right{left:auto;right:0}html.theme--catppuccin-macchiato .navbar-divider{display:block}html.theme--catppuccin-macchiato .navbar>.container .navbar-brand,html.theme--catppuccin-macchiato .container>.navbar .navbar-brand{margin-left:-.75rem}html.theme--catppuccin-macchiato .navbar>.container .navbar-menu,html.theme--catppuccin-macchiato .container>.navbar .navbar-menu{margin-right:-.75rem}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-desktop,html.theme--catppuccin-macchiato .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-desktop{bottom:0}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .navbar.is-fixed-top-desktop{top:0}html.theme--catppuccin-macchiato html.has-navbar-fixed-top-desktop,html.theme--catppuccin-macchiato body.has-navbar-fixed-top-desktop{padding-top:4rem}html.theme--catppuccin-macchiato html.has-navbar-fixed-bottom-desktop,html.theme--catppuccin-macchiato body.has-navbar-fixed-bottom-desktop{padding-bottom:4rem}html.theme--catppuccin-macchiato html.has-spaced-navbar-fixed-top,html.theme--catppuccin-macchiato body.has-spaced-navbar-fixed-top{padding-top:6rem}html.theme--catppuccin-macchiato html.has-spaced-navbar-fixed-bottom,html.theme--catppuccin-macchiato body.has-spaced-navbar-fixed-bottom{padding-bottom:6rem}html.theme--catppuccin-macchiato a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar-link.is-active{color:#8aadf4}html.theme--catppuccin-macchiato a.navbar-item.is-active:not(:focus):not(:hover),html.theme--catppuccin-macchiato .navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}html.theme--catppuccin-macchiato .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}html.theme--catppuccin-macchiato .hero.is-fullheight-with-navbar{min-height:calc(100vh - 4rem)}html.theme--catppuccin-macchiato .pagination{font-size:1rem;margin:-.25rem}html.theme--catppuccin-macchiato .pagination.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}html.theme--catppuccin-macchiato .pagination.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .pagination.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .pagination.is-rounded .pagination-previous,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,html.theme--catppuccin-macchiato .pagination.is-rounded .pagination-next,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}html.theme--catppuccin-macchiato .pagination.is-rounded .pagination-link,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}html.theme--catppuccin-macchiato .pagination,html.theme--catppuccin-macchiato .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato .pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-link{border-color:#5b6078;color:#8aadf4;min-width:2.5em}html.theme--catppuccin-macchiato .pagination-previous:hover,html.theme--catppuccin-macchiato .pagination-next:hover,html.theme--catppuccin-macchiato .pagination-link:hover{border-color:#6e738d;color:#91d7e3}html.theme--catppuccin-macchiato .pagination-previous:focus,html.theme--catppuccin-macchiato .pagination-next:focus,html.theme--catppuccin-macchiato .pagination-link:focus{border-color:#6e738d}html.theme--catppuccin-macchiato .pagination-previous:active,html.theme--catppuccin-macchiato .pagination-next:active,html.theme--catppuccin-macchiato .pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}html.theme--catppuccin-macchiato .pagination-previous[disabled],html.theme--catppuccin-macchiato .pagination-previous.is-disabled,html.theme--catppuccin-macchiato .pagination-next[disabled],html.theme--catppuccin-macchiato .pagination-next.is-disabled,html.theme--catppuccin-macchiato .pagination-link[disabled],html.theme--catppuccin-macchiato .pagination-link.is-disabled{background-color:#5b6078;border-color:#5b6078;box-shadow:none;color:#f5f7fd;opacity:0.5}html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}html.theme--catppuccin-macchiato .pagination-link.is-current{background-color:#8aadf4;border-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .pagination-ellipsis{color:#6e738d;pointer-events:none}html.theme--catppuccin-macchiato .pagination-list{flex-wrap:wrap}html.theme--catppuccin-macchiato .pagination-list li{list-style:none}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .pagination{flex-wrap:wrap}html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato .pagination-ellipsis{margin-bottom:0;margin-top:0}html.theme--catppuccin-macchiato .pagination-previous{order:2}html.theme--catppuccin-macchiato .pagination-next{order:3}html.theme--catppuccin-macchiato .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}html.theme--catppuccin-macchiato .pagination.is-centered .pagination-previous{order:1}html.theme--catppuccin-macchiato .pagination.is-centered .pagination-list{justify-content:center;order:2}html.theme--catppuccin-macchiato .pagination.is-centered .pagination-next{order:3}html.theme--catppuccin-macchiato .pagination.is-right .pagination-previous{order:1}html.theme--catppuccin-macchiato .pagination.is-right .pagination-next{order:2}html.theme--catppuccin-macchiato .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}html.theme--catppuccin-macchiato .panel{border-radius:8px;box-shadow:#171717;font-size:1rem}html.theme--catppuccin-macchiato .panel:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-macchiato .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}html.theme--catppuccin-macchiato .panel.is-white .panel-block.is-active .panel-icon{color:#fff}html.theme--catppuccin-macchiato .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}html.theme--catppuccin-macchiato .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}html.theme--catppuccin-macchiato .panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}html.theme--catppuccin-macchiato .panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}html.theme--catppuccin-macchiato .panel.is-dark .panel-heading,html.theme--catppuccin-macchiato .content kbd.panel .panel-heading{background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .panel.is-dark .panel-tabs a.is-active,html.theme--catppuccin-macchiato .content kbd.panel .panel-tabs a.is-active{border-bottom-color:#363a4f}html.theme--catppuccin-macchiato .panel.is-dark .panel-block.is-active .panel-icon,html.theme--catppuccin-macchiato .content kbd.panel .panel-block.is-active .panel-icon{color:#363a4f}html.theme--catppuccin-macchiato .panel.is-primary .panel-heading,html.theme--catppuccin-macchiato .docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .panel.is-primary .panel-tabs a.is-active,html.theme--catppuccin-macchiato .docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#8aadf4}html.theme--catppuccin-macchiato .panel.is-primary .panel-block.is-active .panel-icon,html.theme--catppuccin-macchiato .docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#8aadf4}html.theme--catppuccin-macchiato .panel.is-link .panel-heading{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .panel.is-link .panel-tabs a.is-active{border-bottom-color:#8aadf4}html.theme--catppuccin-macchiato .panel.is-link .panel-block.is-active .panel-icon{color:#8aadf4}html.theme--catppuccin-macchiato .panel.is-info .panel-heading{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .panel.is-info .panel-tabs a.is-active{border-bottom-color:#8bd5ca}html.theme--catppuccin-macchiato .panel.is-info .panel-block.is-active .panel-icon{color:#8bd5ca}html.theme--catppuccin-macchiato .panel.is-success .panel-heading{background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .panel.is-success .panel-tabs a.is-active{border-bottom-color:#a6da95}html.theme--catppuccin-macchiato .panel.is-success .panel-block.is-active .panel-icon{color:#a6da95}html.theme--catppuccin-macchiato .panel.is-warning .panel-heading{background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#eed49f}html.theme--catppuccin-macchiato .panel.is-warning .panel-block.is-active .panel-icon{color:#eed49f}html.theme--catppuccin-macchiato .panel.is-danger .panel-heading{background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#ed8796}html.theme--catppuccin-macchiato .panel.is-danger .panel-block.is-active .panel-icon{color:#ed8796}html.theme--catppuccin-macchiato .panel-tabs:not(:last-child),html.theme--catppuccin-macchiato .panel-block:not(:last-child){border-bottom:1px solid #ededed}html.theme--catppuccin-macchiato .panel-heading{background-color:#494d64;border-radius:8px 8px 0 0;color:#b5c1f1;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}html.theme--catppuccin-macchiato .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}html.theme--catppuccin-macchiato .panel-tabs a{border-bottom:1px solid #5b6078;margin-bottom:-1px;padding:0.5em}html.theme--catppuccin-macchiato .panel-tabs a.is-active{border-bottom-color:#494d64;color:#739df2}html.theme--catppuccin-macchiato .panel-list a{color:#cad3f5}html.theme--catppuccin-macchiato .panel-list a:hover{color:#8aadf4}html.theme--catppuccin-macchiato .panel-block{align-items:center;color:#b5c1f1;display:flex;justify-content:flex-start;padding:0.5em 0.75em}html.theme--catppuccin-macchiato .panel-block input[type="checkbox"]{margin-right:.75em}html.theme--catppuccin-macchiato .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}html.theme--catppuccin-macchiato .panel-block.is-wrapped{flex-wrap:wrap}html.theme--catppuccin-macchiato .panel-block.is-active{border-left-color:#8aadf4;color:#739df2}html.theme--catppuccin-macchiato .panel-block.is-active .panel-icon{color:#8aadf4}html.theme--catppuccin-macchiato .panel-block:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.theme--catppuccin-macchiato a.panel-block,html.theme--catppuccin-macchiato label.panel-block{cursor:pointer}html.theme--catppuccin-macchiato a.panel-block:hover,html.theme--catppuccin-macchiato label.panel-block:hover{background-color:#1e2030}html.theme--catppuccin-macchiato .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#f5f7fd;margin-right:.75em}html.theme--catppuccin-macchiato .panel-icon .fa{font-size:inherit;line-height:inherit}html.theme--catppuccin-macchiato .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--catppuccin-macchiato .tabs a{align-items:center;border-bottom-color:#5b6078;border-bottom-style:solid;border-bottom-width:1px;color:#cad3f5;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}html.theme--catppuccin-macchiato .tabs a:hover{border-bottom-color:#b5c1f1;color:#b5c1f1}html.theme--catppuccin-macchiato .tabs li{display:block}html.theme--catppuccin-macchiato .tabs li.is-active a{border-bottom-color:#8aadf4;color:#8aadf4}html.theme--catppuccin-macchiato .tabs ul{align-items:center;border-bottom-color:#5b6078;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}html.theme--catppuccin-macchiato .tabs ul.is-left{padding-right:0.75em}html.theme--catppuccin-macchiato .tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}html.theme--catppuccin-macchiato .tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}html.theme--catppuccin-macchiato .tabs .icon:first-child{margin-right:.5em}html.theme--catppuccin-macchiato .tabs .icon:last-child{margin-left:.5em}html.theme--catppuccin-macchiato .tabs.is-centered ul{justify-content:center}html.theme--catppuccin-macchiato .tabs.is-right ul{justify-content:flex-end}html.theme--catppuccin-macchiato .tabs.is-boxed a{border:1px solid transparent;border-radius:.4em .4em 0 0}html.theme--catppuccin-macchiato .tabs.is-boxed a:hover{background-color:#1e2030;border-bottom-color:#5b6078}html.theme--catppuccin-macchiato .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#5b6078;border-bottom-color:rgba(0,0,0,0) !important}html.theme--catppuccin-macchiato .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}html.theme--catppuccin-macchiato .tabs.is-toggle a{border-color:#5b6078;border-style:solid;border-width:1px;margin-bottom:0;position:relative}html.theme--catppuccin-macchiato .tabs.is-toggle a:hover{background-color:#1e2030;border-color:#6e738d;z-index:2}html.theme--catppuccin-macchiato .tabs.is-toggle li+li{margin-left:-1px}html.theme--catppuccin-macchiato .tabs.is-toggle li:first-child a{border-top-left-radius:.4em;border-bottom-left-radius:.4em}html.theme--catppuccin-macchiato .tabs.is-toggle li:last-child a{border-top-right-radius:.4em;border-bottom-right-radius:.4em}html.theme--catppuccin-macchiato .tabs.is-toggle li.is-active a{background-color:#8aadf4;border-color:#8aadf4;color:#fff;z-index:1}html.theme--catppuccin-macchiato .tabs.is-toggle ul{border-bottom:none}html.theme--catppuccin-macchiato .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--catppuccin-macchiato .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--catppuccin-macchiato .tabs.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}html.theme--catppuccin-macchiato .tabs.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .tabs.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-narrow{flex:none;width:unset}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-full{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-half{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-half{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-0{flex:none;width:0%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-0{margin-left:0%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-3{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-3{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-6{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-6{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-9{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-9{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-12{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .column.is-narrow-mobile{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full-mobile{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters-mobile{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds-mobile{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half-mobile{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third-mobile{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter-mobile{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth-mobile{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths-mobile{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths-mobile{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths-mobile{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters-mobile{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds-mobile{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half-mobile{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third-mobile{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter-mobile{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth-mobile{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths-mobile{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths-mobile{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths-mobile{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0-mobile{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0-mobile{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1-mobile{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1-mobile{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2-mobile{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2-mobile{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3-mobile{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3-mobile{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4-mobile{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4-mobile{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5-mobile{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5-mobile{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6-mobile{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6-mobile{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7-mobile{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7-mobile{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8-mobile{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8-mobile{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9-mobile{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9-mobile{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10-mobile{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10-mobile{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11-mobile{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11-mobile{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12-mobile{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .column.is-narrow,html.theme--catppuccin-macchiato .column.is-narrow-tablet{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full,html.theme--catppuccin-macchiato .column.is-full-tablet{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters,html.theme--catppuccin-macchiato .column.is-three-quarters-tablet{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds,html.theme--catppuccin-macchiato .column.is-two-thirds-tablet{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half,html.theme--catppuccin-macchiato .column.is-half-tablet{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third,html.theme--catppuccin-macchiato .column.is-one-third-tablet{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter,html.theme--catppuccin-macchiato .column.is-one-quarter-tablet{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth,html.theme--catppuccin-macchiato .column.is-one-fifth-tablet{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths,html.theme--catppuccin-macchiato .column.is-two-fifths-tablet{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths,html.theme--catppuccin-macchiato .column.is-three-fifths-tablet{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths,html.theme--catppuccin-macchiato .column.is-four-fifths-tablet{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters,html.theme--catppuccin-macchiato .column.is-offset-three-quarters-tablet{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds,html.theme--catppuccin-macchiato .column.is-offset-two-thirds-tablet{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half,html.theme--catppuccin-macchiato .column.is-offset-half-tablet{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third,html.theme--catppuccin-macchiato .column.is-offset-one-third-tablet{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter,html.theme--catppuccin-macchiato .column.is-offset-one-quarter-tablet{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth,html.theme--catppuccin-macchiato .column.is-offset-one-fifth-tablet{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths,html.theme--catppuccin-macchiato .column.is-offset-two-fifths-tablet{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths,html.theme--catppuccin-macchiato .column.is-offset-three-fifths-tablet{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths,html.theme--catppuccin-macchiato .column.is-offset-four-fifths-tablet{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0,html.theme--catppuccin-macchiato .column.is-0-tablet{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0,html.theme--catppuccin-macchiato .column.is-offset-0-tablet{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1,html.theme--catppuccin-macchiato .column.is-1-tablet{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1,html.theme--catppuccin-macchiato .column.is-offset-1-tablet{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2,html.theme--catppuccin-macchiato .column.is-2-tablet{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2,html.theme--catppuccin-macchiato .column.is-offset-2-tablet{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3,html.theme--catppuccin-macchiato .column.is-3-tablet{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3,html.theme--catppuccin-macchiato .column.is-offset-3-tablet{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4,html.theme--catppuccin-macchiato .column.is-4-tablet{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4,html.theme--catppuccin-macchiato .column.is-offset-4-tablet{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5,html.theme--catppuccin-macchiato .column.is-5-tablet{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5,html.theme--catppuccin-macchiato .column.is-offset-5-tablet{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6,html.theme--catppuccin-macchiato .column.is-6-tablet{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6,html.theme--catppuccin-macchiato .column.is-offset-6-tablet{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7,html.theme--catppuccin-macchiato .column.is-7-tablet{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7,html.theme--catppuccin-macchiato .column.is-offset-7-tablet{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8,html.theme--catppuccin-macchiato .column.is-8-tablet{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8,html.theme--catppuccin-macchiato .column.is-offset-8-tablet{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9,html.theme--catppuccin-macchiato .column.is-9-tablet{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9,html.theme--catppuccin-macchiato .column.is-offset-9-tablet{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10,html.theme--catppuccin-macchiato .column.is-10-tablet{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10,html.theme--catppuccin-macchiato .column.is-offset-10-tablet{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11,html.theme--catppuccin-macchiato .column.is-11-tablet{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11,html.theme--catppuccin-macchiato .column.is-offset-11-tablet{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12,html.theme--catppuccin-macchiato .column.is-12-tablet{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12,html.theme--catppuccin-macchiato .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .column.is-narrow-touch{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full-touch{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters-touch{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds-touch{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half-touch{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third-touch{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter-touch{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth-touch{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths-touch{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths-touch{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths-touch{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters-touch{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds-touch{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half-touch{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third-touch{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter-touch{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth-touch{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths-touch{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths-touch{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths-touch{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0-touch{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0-touch{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1-touch{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1-touch{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2-touch{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2-touch{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3-touch{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3-touch{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4-touch{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4-touch{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5-touch{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5-touch{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6-touch{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6-touch{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7-touch{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7-touch{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8-touch{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8-touch{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9-touch{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9-touch{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10-touch{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10-touch{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11-touch{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11-touch{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12-touch{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .column.is-narrow-desktop{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full-desktop{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters-desktop{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds-desktop{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half-desktop{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third-desktop{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter-desktop{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth-desktop{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths-desktop{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths-desktop{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths-desktop{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters-desktop{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds-desktop{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half-desktop{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third-desktop{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter-desktop{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth-desktop{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths-desktop{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths-desktop{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths-desktop{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0-desktop{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0-desktop{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1-desktop{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1-desktop{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2-desktop{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2-desktop{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3-desktop{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3-desktop{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4-desktop{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4-desktop{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5-desktop{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5-desktop{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6-desktop{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6-desktop{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7-desktop{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7-desktop{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8-desktop{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8-desktop{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9-desktop{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9-desktop{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10-desktop{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10-desktop{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11-desktop{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11-desktop{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12-desktop{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .column.is-narrow-widescreen{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full-widescreen{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters-widescreen{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds-widescreen{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half-widescreen{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third-widescreen{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter-widescreen{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth-widescreen{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths-widescreen{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths-widescreen{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths-widescreen{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters-widescreen{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half-widescreen{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third-widescreen{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter-widescreen{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth-widescreen{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths-widescreen{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths-widescreen{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths-widescreen{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0-widescreen{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0-widescreen{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1-widescreen{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1-widescreen{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2-widescreen{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2-widescreen{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3-widescreen{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3-widescreen{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4-widescreen{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4-widescreen{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5-widescreen{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5-widescreen{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6-widescreen{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6-widescreen{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7-widescreen{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7-widescreen{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8-widescreen{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8-widescreen{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9-widescreen{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9-widescreen{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10-widescreen{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10-widescreen{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11-widescreen{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11-widescreen{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12-widescreen{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .column.is-narrow-fullhd{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full-fullhd{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters-fullhd{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds-fullhd{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half-fullhd{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third-fullhd{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter-fullhd{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth-fullhd{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths-fullhd{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths-fullhd{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths-fullhd{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters-fullhd{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half-fullhd{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third-fullhd{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter-fullhd{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth-fullhd{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths-fullhd{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths-fullhd{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths-fullhd{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0-fullhd{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0-fullhd{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1-fullhd{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1-fullhd{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2-fullhd{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2-fullhd{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3-fullhd{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3-fullhd{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4-fullhd{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4-fullhd{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5-fullhd{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5-fullhd{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6-fullhd{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6-fullhd{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7-fullhd{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7-fullhd{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8-fullhd{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8-fullhd{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9-fullhd{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9-fullhd{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10-fullhd{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10-fullhd{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11-fullhd{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11-fullhd{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12-fullhd{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12-fullhd{margin-left:100%}}html.theme--catppuccin-macchiato .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-macchiato .columns:last-child{margin-bottom:-.75rem}html.theme--catppuccin-macchiato .columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}html.theme--catppuccin-macchiato .columns.is-centered{justify-content:center}html.theme--catppuccin-macchiato .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}html.theme--catppuccin-macchiato .columns.is-gapless>.column{margin:0;padding:0 !important}html.theme--catppuccin-macchiato .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-macchiato .columns.is-gapless:last-child{margin-bottom:0}html.theme--catppuccin-macchiato .columns.is-mobile{display:flex}html.theme--catppuccin-macchiato .columns.is-multiline{flex-wrap:wrap}html.theme--catppuccin-macchiato .columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-desktop{display:flex}}html.theme--catppuccin-macchiato .columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}html.theme--catppuccin-macchiato .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}html.theme--catppuccin-macchiato .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}html.theme--catppuccin-macchiato .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}html.theme--catppuccin-macchiato .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-macchiato .tile.is-ancestor:last-child{margin-bottom:-.75rem}html.theme--catppuccin-macchiato .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-macchiato .tile.is-child{margin:0 !important}html.theme--catppuccin-macchiato .tile.is-parent{padding:.75rem}html.theme--catppuccin-macchiato .tile.is-vertical{flex-direction:column}html.theme--catppuccin-macchiato .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .tile:not(.is-child){display:flex}html.theme--catppuccin-macchiato .tile.is-1{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .tile.is-2{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .tile.is-3{flex:none;width:25%}html.theme--catppuccin-macchiato .tile.is-4{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .tile.is-5{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .tile.is-6{flex:none;width:50%}html.theme--catppuccin-macchiato .tile.is-7{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .tile.is-8{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .tile.is-9{flex:none;width:75%}html.theme--catppuccin-macchiato .tile.is-10{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .tile.is-11{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .tile.is-12{flex:none;width:100%}}html.theme--catppuccin-macchiato .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}html.theme--catppuccin-macchiato .hero .navbar{background:none}html.theme--catppuccin-macchiato .hero .tabs ul{border-bottom:none}html.theme--catppuccin-macchiato .hero.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-white strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-white .title{color:#0a0a0a}html.theme--catppuccin-macchiato .hero.is-white .subtitle{color:rgba(10,10,10,0.9)}html.theme--catppuccin-macchiato .hero.is-white .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-white .navbar-menu{background-color:#fff}}html.theme--catppuccin-macchiato .hero.is-white .navbar-item,html.theme--catppuccin-macchiato .hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}html.theme--catppuccin-macchiato .hero.is-white a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-white a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-white .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-macchiato .hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-white .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-white .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-white .tabs.is-toggle a{color:#0a0a0a}html.theme--catppuccin-macchiato .hero.is-white .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-white .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-white .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-white .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}html.theme--catppuccin-macchiato .hero.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-black strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-black .title{color:#fff}html.theme--catppuccin-macchiato .hero.is-black .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-macchiato .hero.is-black .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-black .navbar-menu{background-color:#0a0a0a}}html.theme--catppuccin-macchiato .hero.is-black .navbar-item,html.theme--catppuccin-macchiato .hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-macchiato .hero.is-black a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-black a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-black .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-macchiato .hero.is-black .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-black .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-black .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-black .tabs.is-toggle a{color:#fff}html.theme--catppuccin-macchiato .hero.is-black .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-black .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-black .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-black .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}html.theme--catppuccin-macchiato .hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-light strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-light .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-light .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-macchiato .hero.is-light .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-light .navbar-menu{background-color:#f5f5f5}}html.theme--catppuccin-macchiato .hero.is-light .navbar-item,html.theme--catppuccin-macchiato .hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-light a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-light a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-light .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-macchiato .hero.is-light .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-light .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-light .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-light .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-light .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-light .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .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}html.theme--catppuccin-macchiato .hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}html.theme--catppuccin-macchiato .hero.is-dark,html.theme--catppuccin-macchiato .content kbd.hero{background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-dark strong,html.theme--catppuccin-macchiato .content kbd.hero strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-dark .title,html.theme--catppuccin-macchiato .content kbd.hero .title{color:#fff}html.theme--catppuccin-macchiato .hero.is-dark .subtitle,html.theme--catppuccin-macchiato .content kbd.hero .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-macchiato .hero.is-dark .subtitle a:not(.button),html.theme--catppuccin-macchiato .content kbd.hero .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-dark .subtitle strong,html.theme--catppuccin-macchiato .content kbd.hero .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-dark .navbar-menu,html.theme--catppuccin-macchiato .content kbd.hero .navbar-menu{background-color:#363a4f}}html.theme--catppuccin-macchiato .hero.is-dark .navbar-item,html.theme--catppuccin-macchiato .content kbd.hero .navbar-item,html.theme--catppuccin-macchiato .hero.is-dark .navbar-link,html.theme--catppuccin-macchiato .content kbd.hero .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-macchiato .hero.is-dark a.navbar-item:hover,html.theme--catppuccin-macchiato .content kbd.hero a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-dark a.navbar-item.is-active,html.theme--catppuccin-macchiato .content kbd.hero a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-dark .navbar-link:hover,html.theme--catppuccin-macchiato .content kbd.hero .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-dark .navbar-link.is-active,html.theme--catppuccin-macchiato .content kbd.hero .navbar-link.is-active{background-color:#2c2f40;color:#fff}html.theme--catppuccin-macchiato .hero.is-dark .tabs a,html.theme--catppuccin-macchiato .content kbd.hero .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-dark .tabs a:hover,html.theme--catppuccin-macchiato .content kbd.hero .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-dark .tabs li.is-active a,html.theme--catppuccin-macchiato .content kbd.hero .tabs li.is-active a{color:#363a4f !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-boxed a,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-toggle a,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-toggle a{color:#fff}html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-toggle a:hover,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#363a4f}html.theme--catppuccin-macchiato .hero.is-dark.is-bold,html.theme--catppuccin-macchiato .content kbd.hero.is-bold{background-image:linear-gradient(141deg, #1d2535 0%, #363a4f 71%, #3d3c62 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-dark.is-bold .navbar-menu,html.theme--catppuccin-macchiato .content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #1d2535 0%, #363a4f 71%, #3d3c62 100%)}}html.theme--catppuccin-macchiato .hero.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-primary strong,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-primary .title,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .title{color:#fff}html.theme--catppuccin-macchiato .hero.is-primary .subtitle,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-macchiato .hero.is-primary .subtitle a:not(.button),html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-primary .subtitle strong,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-primary .navbar-menu,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#8aadf4}}html.theme--catppuccin-macchiato .hero.is-primary .navbar-item,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .navbar-item,html.theme--catppuccin-macchiato .hero.is-primary .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-macchiato .hero.is-primary a.navbar-item:hover,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-primary a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-primary .navbar-link:hover,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-primary .navbar-link.is-active,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .hero.is-primary .tabs a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-primary .tabs a:hover,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-primary .tabs li.is-active a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#8aadf4 !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-boxed a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-toggle a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-toggle a:hover,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .hero.is-primary.is-bold,html.theme--catppuccin-macchiato .docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #52a5f9 0%, #8aadf4 71%, #9fadf9 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-primary.is-bold .navbar-menu,html.theme--catppuccin-macchiato .docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #52a5f9 0%, #8aadf4 71%, #9fadf9 100%)}}html.theme--catppuccin-macchiato .hero.is-link{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-link strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-link .title{color:#fff}html.theme--catppuccin-macchiato .hero.is-link .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-macchiato .hero.is-link .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-link .navbar-menu{background-color:#8aadf4}}html.theme--catppuccin-macchiato .hero.is-link .navbar-item,html.theme--catppuccin-macchiato .hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-macchiato .hero.is-link a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-link a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-link .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-link .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .hero.is-link .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-link .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-link .tabs li.is-active a{color:#8aadf4 !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-link .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-link .tabs.is-toggle a{color:#fff}html.theme--catppuccin-macchiato .hero.is-link .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-link .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-link .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-link .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .hero.is-link.is-bold{background-image:linear-gradient(141deg, #52a5f9 0%, #8aadf4 71%, #9fadf9 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #52a5f9 0%, #8aadf4 71%, #9fadf9 100%)}}html.theme--catppuccin-macchiato .hero.is-info{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-info strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-info .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-info .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-macchiato .hero.is-info .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-info .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-info .navbar-menu{background-color:#8bd5ca}}html.theme--catppuccin-macchiato .hero.is-info .navbar-item,html.theme--catppuccin-macchiato .hero.is-info .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-info a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-info a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-info .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-info .navbar-link.is-active{background-color:#78cec1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-info .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-macchiato .hero.is-info .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-info .tabs li.is-active a{color:#8bd5ca !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-info .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-info .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-info .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-info .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-info .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-info .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-info .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:#8bd5ca}html.theme--catppuccin-macchiato .hero.is-info.is-bold{background-image:linear-gradient(141deg, #5bd2ac 0%, #8bd5ca 71%, #9adedf 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #5bd2ac 0%, #8bd5ca 71%, #9adedf 100%)}}html.theme--catppuccin-macchiato .hero.is-success{background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-success strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-success .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-success .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-macchiato .hero.is-success .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-success .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-success .navbar-menu{background-color:#a6da95}}html.theme--catppuccin-macchiato .hero.is-success .navbar-item,html.theme--catppuccin-macchiato .hero.is-success .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-success a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-success a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-success .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-success .navbar-link.is-active{background-color:#96d382;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-success .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-macchiato .hero.is-success .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-success .tabs li.is-active a{color:#a6da95 !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-success .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-success .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-success .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-success .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-success .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-success .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-success .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:#a6da95}html.theme--catppuccin-macchiato .hero.is-success.is-bold{background-image:linear-gradient(141deg, #94d765 0%, #a6da95 71%, #aae4a5 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #94d765 0%, #a6da95 71%, #aae4a5 100%)}}html.theme--catppuccin-macchiato .hero.is-warning{background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-warning strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-warning .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-warning .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-macchiato .hero.is-warning .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-warning .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-warning .navbar-menu{background-color:#eed49f}}html.theme--catppuccin-macchiato .hero.is-warning .navbar-item,html.theme--catppuccin-macchiato .hero.is-warning .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-warning a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-warning a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-warning .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-warning .navbar-link.is-active{background-color:#eaca89;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-warning .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-macchiato .hero.is-warning .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-warning .tabs li.is-active a{color:#eed49f !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .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:#eed49f}html.theme--catppuccin-macchiato .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #efae6b 0%, #eed49f 71%, #f4e9b2 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #efae6b 0%, #eed49f 71%, #f4e9b2 100%)}}html.theme--catppuccin-macchiato .hero.is-danger{background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-danger strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-danger .title{color:#fff}html.theme--catppuccin-macchiato .hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-macchiato .hero.is-danger .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-danger .navbar-menu{background-color:#ed8796}}html.theme--catppuccin-macchiato .hero.is-danger .navbar-item,html.theme--catppuccin-macchiato .hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-macchiato .hero.is-danger a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-danger a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-danger .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-danger .navbar-link.is-active{background-color:#ea7183;color:#fff}html.theme--catppuccin-macchiato .hero.is-danger .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-danger .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-danger .tabs li.is-active a{color:#ed8796 !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-toggle a{color:#fff}html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ed8796}html.theme--catppuccin-macchiato .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #f05183 0%, #ed8796 71%, #f39c9a 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #f05183 0%, #ed8796 71%, #f39c9a 100%)}}html.theme--catppuccin-macchiato .hero.is-small .hero-body,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .hero.is-large .hero-body{padding:18rem 6rem}}html.theme--catppuccin-macchiato .hero.is-halfheight .hero-body,html.theme--catppuccin-macchiato .hero.is-fullheight .hero-body,html.theme--catppuccin-macchiato .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}html.theme--catppuccin-macchiato .hero.is-halfheight .hero-body>.container,html.theme--catppuccin-macchiato .hero.is-fullheight .hero-body>.container,html.theme--catppuccin-macchiato .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .hero.is-halfheight{min-height:50vh}html.theme--catppuccin-macchiato .hero.is-fullheight{min-height:100vh}html.theme--catppuccin-macchiato .hero-video{overflow:hidden}html.theme--catppuccin-macchiato .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}html.theme--catppuccin-macchiato .hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero-video{display:none}}html.theme--catppuccin-macchiato .hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero-buttons .button{display:flex}html.theme--catppuccin-macchiato .hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .hero-buttons{display:flex;justify-content:center}html.theme--catppuccin-macchiato .hero-buttons .button:not(:last-child){margin-right:1.5rem}}html.theme--catppuccin-macchiato .hero-head,html.theme--catppuccin-macchiato .hero-foot{flex-grow:0;flex-shrink:0}html.theme--catppuccin-macchiato .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .hero-body{padding:3rem 3rem}}html.theme--catppuccin-macchiato .section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .section{padding:3rem 3rem}html.theme--catppuccin-macchiato .section.is-medium{padding:9rem 4.5rem}html.theme--catppuccin-macchiato .section.is-large{padding:18rem 6rem}}html.theme--catppuccin-macchiato .footer{background-color:#1e2030;padding:3rem 1.5rem 6rem}html.theme--catppuccin-macchiato h1 .docs-heading-anchor,html.theme--catppuccin-macchiato h1 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h1 .docs-heading-anchor:visited,html.theme--catppuccin-macchiato h2 .docs-heading-anchor,html.theme--catppuccin-macchiato h2 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h2 .docs-heading-anchor:visited,html.theme--catppuccin-macchiato h3 .docs-heading-anchor,html.theme--catppuccin-macchiato h3 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h3 .docs-heading-anchor:visited,html.theme--catppuccin-macchiato h4 .docs-heading-anchor,html.theme--catppuccin-macchiato h4 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h4 .docs-heading-anchor:visited,html.theme--catppuccin-macchiato h5 .docs-heading-anchor,html.theme--catppuccin-macchiato h5 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h5 .docs-heading-anchor:visited,html.theme--catppuccin-macchiato h6 .docs-heading-anchor,html.theme--catppuccin-macchiato h6 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h6 .docs-heading-anchor:visited{color:#cad3f5}html.theme--catppuccin-macchiato h1 .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h2 .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h3 .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h4 .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h5 .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}html.theme--catppuccin-macchiato h1 .docs-heading-anchor-permalink::before,html.theme--catppuccin-macchiato h2 .docs-heading-anchor-permalink::before,html.theme--catppuccin-macchiato h3 .docs-heading-anchor-permalink::before,html.theme--catppuccin-macchiato h4 .docs-heading-anchor-permalink::before,html.theme--catppuccin-macchiato h5 .docs-heading-anchor-permalink::before,html.theme--catppuccin-macchiato h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}html.theme--catppuccin-macchiato h1:hover .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h2:hover .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h3:hover .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h4:hover .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h5:hover .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h6:hover .docs-heading-anchor-permalink{visibility:visible}html.theme--catppuccin-macchiato .docs-light-only{display:none !important}html.theme--catppuccin-macchiato pre{position:relative;overflow:hidden}html.theme--catppuccin-macchiato pre code,html.theme--catppuccin-macchiato pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}html.theme--catppuccin-macchiato pre code:first-of-type,html.theme--catppuccin-macchiato pre code.hljs:first-of-type{padding-top:0.5rem !important}html.theme--catppuccin-macchiato pre code:last-of-type,html.theme--catppuccin-macchiato pre code.hljs:last-of-type{padding-bottom:0.5rem !important}html.theme--catppuccin-macchiato 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:#cad3f5;cursor:pointer;text-align:center}html.theme--catppuccin-macchiato pre .copy-button:focus,html.theme--catppuccin-macchiato pre .copy-button:hover{opacity:1;background:rgba(202,211,245,0.1);color:#8aadf4}html.theme--catppuccin-macchiato pre .copy-button.success{color:#a6da95;opacity:1}html.theme--catppuccin-macchiato pre .copy-button.error{color:#ed8796;opacity:1}html.theme--catppuccin-macchiato pre:hover .copy-button{opacity:1}html.theme--catppuccin-macchiato .admonition{background-color:#1e2030;border-style:solid;border-width:2px;border-color:#b8c0e0;border-radius:4px;font-size:1rem}html.theme--catppuccin-macchiato .admonition strong{color:currentColor}html.theme--catppuccin-macchiato .admonition.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}html.theme--catppuccin-macchiato .admonition.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .admonition.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .admonition.is-default{background-color:#1e2030;border-color:#b8c0e0}html.theme--catppuccin-macchiato .admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#b8c0e0}html.theme--catppuccin-macchiato .admonition.is-default>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-info{background-color:#1e2030;border-color:#8bd5ca}html.theme--catppuccin-macchiato .admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#8bd5ca}html.theme--catppuccin-macchiato .admonition.is-info>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-success{background-color:#1e2030;border-color:#a6da95}html.theme--catppuccin-macchiato .admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#a6da95}html.theme--catppuccin-macchiato .admonition.is-success>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-warning{background-color:#1e2030;border-color:#eed49f}html.theme--catppuccin-macchiato .admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#eed49f}html.theme--catppuccin-macchiato .admonition.is-warning>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-danger{background-color:#1e2030;border-color:#ed8796}html.theme--catppuccin-macchiato .admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#ed8796}html.theme--catppuccin-macchiato .admonition.is-danger>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-compat{background-color:#1e2030;border-color:#91d7e3}html.theme--catppuccin-macchiato .admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#91d7e3}html.theme--catppuccin-macchiato .admonition.is-compat>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition-header{color:#b8c0e0;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}html.theme--catppuccin-macchiato .admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}html.theme--catppuccin-macchiato details.admonition.is-details>.admonition-header{list-style:none}html.theme--catppuccin-macchiato details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}html.theme--catppuccin-macchiato details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}html.theme--catppuccin-macchiato .admonition-body{color:#cad3f5;padding:0.5rem .75rem}html.theme--catppuccin-macchiato .admonition-body pre{background-color:#1e2030}html.theme--catppuccin-macchiato .admonition-body code{background-color:#1e2030}html.theme--catppuccin-macchiato .docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #5b6078;border-radius:4px;box-shadow:none;max-width:100%}html.theme--catppuccin-macchiato .docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#1e2030;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #5b6078;overflow:auto}html.theme--catppuccin-macchiato .docstring>header code{background-color:transparent}html.theme--catppuccin-macchiato .docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}html.theme--catppuccin-macchiato .docstring>header .docstring-binding{margin-right:0.3em}html.theme--catppuccin-macchiato .docstring>header .docstring-category{margin-left:0.3em}html.theme--catppuccin-macchiato .docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #5b6078}html.theme--catppuccin-macchiato .docstring>section:last-child{border-bottom:none}html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:focus{opacity:1 !important}html.theme--catppuccin-macchiato .docstring:hover>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-macchiato .docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-macchiato .docstring>section:hover a.docs-sourcelink{opacity:1}html.theme--catppuccin-macchiato .documenter-example-output{background-color:#24273a}html.theme--catppuccin-macchiato .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:#1e2030;color:#cad3f5;border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}html.theme--catppuccin-macchiato .outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}html.theme--catppuccin-macchiato .outdated-warning-overlay a{color:#8aadf4}html.theme--catppuccin-macchiato .outdated-warning-overlay a:hover{color:#91d7e3}html.theme--catppuccin-macchiato .content pre{border:2px solid #5b6078;border-radius:4px}html.theme--catppuccin-macchiato .content code{font-weight:inherit}html.theme--catppuccin-macchiato .content a code{color:#8aadf4}html.theme--catppuccin-macchiato .content a:hover code{color:#91d7e3}html.theme--catppuccin-macchiato .content h1 code,html.theme--catppuccin-macchiato .content h2 code,html.theme--catppuccin-macchiato .content h3 code,html.theme--catppuccin-macchiato .content h4 code,html.theme--catppuccin-macchiato .content h5 code,html.theme--catppuccin-macchiato .content h6 code{color:#cad3f5}html.theme--catppuccin-macchiato .content table{display:block;width:initial;max-width:100%;overflow-x:auto}html.theme--catppuccin-macchiato .content blockquote>ul:first-child,html.theme--catppuccin-macchiato .content blockquote>ol:first-child,html.theme--catppuccin-macchiato .content .admonition-body>ul:first-child,html.theme--catppuccin-macchiato .content .admonition-body>ol:first-child{margin-top:0}html.theme--catppuccin-macchiato pre,html.theme--catppuccin-macchiato code{font-variant-ligatures:no-contextual}html.theme--catppuccin-macchiato .breadcrumb a.is-disabled{cursor:default;pointer-events:none}html.theme--catppuccin-macchiato .breadcrumb a.is-disabled,html.theme--catppuccin-macchiato .breadcrumb a.is-disabled:hover{color:#b5c1f1}html.theme--catppuccin-macchiato .hljs{background:initial !important}html.theme--catppuccin-macchiato .katex .katex-mathml{top:0;right:0}html.theme--catppuccin-macchiato .katex-display,html.theme--catppuccin-macchiato mjx-container,html.theme--catppuccin-macchiato .MathJax_Display{margin:0.5em 0 !important}html.theme--catppuccin-macchiato html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}html.theme--catppuccin-macchiato li.no-marker{list-style:none}html.theme--catppuccin-macchiato #documenter .docs-main>article{overflow-wrap:break-word}html.theme--catppuccin-macchiato #documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato #documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato #documenter .docs-main{width:100%}html.theme--catppuccin-macchiato #documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}html.theme--catppuccin-macchiato #documenter .docs-main>header,html.theme--catppuccin-macchiato #documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar{background-color:#24273a;border-bottom:1px solid #5b6078;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-right .docs-icon,html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato #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--catppuccin-macchiato #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--catppuccin-macchiato #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--catppuccin-macchiato #documenter .docs-main section.footnotes{border-top:1px solid #5b6078}html.theme--catppuccin-macchiato #documenter .docs-main section.footnotes li .tag:first-child,html.theme--catppuccin-macchiato #documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,html.theme--catppuccin-macchiato #documenter .docs-main section.footnotes li .content kbd:first-child,html.theme--catppuccin-macchiato .content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #5b6078;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer .docs-footer-nextpage,html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}html.theme--catppuccin-macchiato #documenter .docs-sidebar{display:flex;flex-direction:column;color:#cad3f5;background-color:#1e2030;border-right:1px solid #5b6078;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--catppuccin-macchiato #documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #171717}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato #documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato #documenter .docs-sidebar{left:0;top:0}}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}html.theme--catppuccin-macchiato #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--catppuccin-macchiato #documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-package-name a,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-package-name a:hover{color:#cad3f5}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-version-selector{border-top:1px solid #5b6078;display:none;padding:0.5rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-version-selector.visible{display:flex}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #5b6078;padding-bottom:1.5rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #5b6078}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}html.theme--catppuccin-macchiato #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--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu .tocitem,html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#cad3f5;background:#1e2030}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu a.tocitem:hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#cad3f5;background-color:#26283d}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #5b6078;border-bottom:1px solid #5b6078;background-color:#181926}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#181926;color:#cad3f5}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#26283d;color:#cad3f5}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #5b6078}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{width:14.4rem}html.theme--catppuccin-macchiato #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--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#2e3149}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#3d4162}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato #documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-macchiato #documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-macchiato #documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#2e3149}html.theme--catppuccin-macchiato #documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#3d4162}}html.theme--catppuccin-macchiato 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--catppuccin-macchiato .search-min-width-50{min-width:50%}html.theme--catppuccin-macchiato .search-min-height-100{min-height:100%}html.theme--catppuccin-macchiato .search-modal-card-body{max-height:calc(100vh - 15rem)}html.theme--catppuccin-macchiato .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-macchiato .search-result-link:hover,html.theme--catppuccin-macchiato .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--catppuccin-macchiato .search-result-link .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-macchiato .property-search-result-badge,html.theme--catppuccin-macchiato .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--catppuccin-macchiato .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link:hover .search-filter,html.theme--catppuccin-macchiato .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link:focus .search-filter{color:#333;background-color:#f1f5f9}html.theme--catppuccin-macchiato .search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}html.theme--catppuccin-macchiato .search-filter:hover,html.theme--catppuccin-macchiato .search-filter:focus{color:#333}html.theme--catppuccin-macchiato .search-filter-selected{color:#363a4f;background-color:#b7bdf8}html.theme--catppuccin-macchiato .search-filter-selected:hover,html.theme--catppuccin-macchiato .search-filter-selected:focus{color:#363a4f}html.theme--catppuccin-macchiato .search-result-highlight{background-color:#ffdd57;color:black}html.theme--catppuccin-macchiato .search-divider{border-bottom:1px solid #5b6078}html.theme--catppuccin-macchiato .search-result-title{width:85%;color:#f5f5f5}html.theme--catppuccin-macchiato .search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-macchiato #search-modal .modal-card-body::-webkit-scrollbar,html.theme--catppuccin-macchiato #search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}html.theme--catppuccin-macchiato #search-modal .modal-card-body::-webkit-scrollbar-thumb,html.theme--catppuccin-macchiato #search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}html.theme--catppuccin-macchiato #search-modal .modal-card-body::-webkit-scrollbar-track,html.theme--catppuccin-macchiato #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--catppuccin-macchiato .w-100{width:100%}html.theme--catppuccin-macchiato .gap-2{gap:0.5rem}html.theme--catppuccin-macchiato .gap-4{gap:1rem}html.theme--catppuccin-macchiato .gap-8{gap:2rem}html.theme--catppuccin-macchiato{background-color:#24273a;font-size:16px;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-macchiato a{transition:all 200ms ease}html.theme--catppuccin-macchiato .label{color:#cad3f5}html.theme--catppuccin-macchiato .button,html.theme--catppuccin-macchiato .control.has-icons-left .icon,html.theme--catppuccin-macchiato .control.has-icons-right .icon,html.theme--catppuccin-macchiato .input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato .pagination-ellipsis,html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .select,html.theme--catppuccin-macchiato .select select,html.theme--catppuccin-macchiato .textarea{height:2.5em;color:#cad3f5}html.theme--catppuccin-macchiato .input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato .textarea{transition:all 200ms ease;box-shadow:none;border-width:1px;padding-left:1em;padding-right:1em;color:#cad3f5}html.theme--catppuccin-macchiato .select:after,html.theme--catppuccin-macchiato .select select{border-width:1px}html.theme--catppuccin-macchiato .menu-list a{transition:all 300ms ease}html.theme--catppuccin-macchiato .modal-card-foot,html.theme--catppuccin-macchiato .modal-card-head{border-color:#5b6078}html.theme--catppuccin-macchiato .navbar{border-radius:.4em}html.theme--catppuccin-macchiato .navbar.is-transparent{background:none}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#8aadf4}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .navbar .navbar-menu{background-color:#8aadf4;border-radius:0 0 .4em .4em}}html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body){color:#363a4f}html.theme--catppuccin-macchiato .tag.is-link:not(body),html.theme--catppuccin-macchiato .docstring>section>a.is-link.docs-sourcelink:not(body),html.theme--catppuccin-macchiato .content kbd.is-link:not(body){color:#363a4f}html.theme--catppuccin-macchiato .ansi span.sgr1{font-weight:bolder}html.theme--catppuccin-macchiato .ansi span.sgr2{font-weight:lighter}html.theme--catppuccin-macchiato .ansi span.sgr3{font-style:italic}html.theme--catppuccin-macchiato .ansi span.sgr4{text-decoration:underline}html.theme--catppuccin-macchiato .ansi span.sgr7{color:#24273a;background-color:#cad3f5}html.theme--catppuccin-macchiato .ansi span.sgr8{color:transparent}html.theme--catppuccin-macchiato .ansi span.sgr8 span{color:transparent}html.theme--catppuccin-macchiato .ansi span.sgr9{text-decoration:line-through}html.theme--catppuccin-macchiato .ansi span.sgr30{color:#494d64}html.theme--catppuccin-macchiato .ansi span.sgr31{color:#ed8796}html.theme--catppuccin-macchiato .ansi span.sgr32{color:#a6da95}html.theme--catppuccin-macchiato .ansi span.sgr33{color:#eed49f}html.theme--catppuccin-macchiato .ansi span.sgr34{color:#8aadf4}html.theme--catppuccin-macchiato .ansi span.sgr35{color:#f5bde6}html.theme--catppuccin-macchiato .ansi span.sgr36{color:#8bd5ca}html.theme--catppuccin-macchiato .ansi span.sgr37{color:#b8c0e0}html.theme--catppuccin-macchiato .ansi span.sgr40{background-color:#494d64}html.theme--catppuccin-macchiato .ansi span.sgr41{background-color:#ed8796}html.theme--catppuccin-macchiato .ansi span.sgr42{background-color:#a6da95}html.theme--catppuccin-macchiato .ansi span.sgr43{background-color:#eed49f}html.theme--catppuccin-macchiato .ansi span.sgr44{background-color:#8aadf4}html.theme--catppuccin-macchiato .ansi span.sgr45{background-color:#f5bde6}html.theme--catppuccin-macchiato .ansi span.sgr46{background-color:#8bd5ca}html.theme--catppuccin-macchiato .ansi span.sgr47{background-color:#b8c0e0}html.theme--catppuccin-macchiato .ansi span.sgr90{color:#5b6078}html.theme--catppuccin-macchiato .ansi span.sgr91{color:#ed8796}html.theme--catppuccin-macchiato .ansi span.sgr92{color:#a6da95}html.theme--catppuccin-macchiato .ansi span.sgr93{color:#eed49f}html.theme--catppuccin-macchiato .ansi span.sgr94{color:#8aadf4}html.theme--catppuccin-macchiato .ansi span.sgr95{color:#f5bde6}html.theme--catppuccin-macchiato .ansi span.sgr96{color:#8bd5ca}html.theme--catppuccin-macchiato .ansi span.sgr97{color:#a5adcb}html.theme--catppuccin-macchiato .ansi span.sgr100{background-color:#5b6078}html.theme--catppuccin-macchiato .ansi span.sgr101{background-color:#ed8796}html.theme--catppuccin-macchiato .ansi span.sgr102{background-color:#a6da95}html.theme--catppuccin-macchiato .ansi span.sgr103{background-color:#eed49f}html.theme--catppuccin-macchiato .ansi span.sgr104{background-color:#8aadf4}html.theme--catppuccin-macchiato .ansi span.sgr105{background-color:#f5bde6}html.theme--catppuccin-macchiato .ansi span.sgr106{background-color:#8bd5ca}html.theme--catppuccin-macchiato .ansi span.sgr107{background-color:#a5adcb}html.theme--catppuccin-macchiato code.language-julia-repl>span.hljs-meta{color:#a6da95;font-weight:bolder}html.theme--catppuccin-macchiato code .hljs{color:#cad3f5;background:#24273a}html.theme--catppuccin-macchiato code .hljs-keyword{color:#c6a0f6}html.theme--catppuccin-macchiato code .hljs-built_in{color:#ed8796}html.theme--catppuccin-macchiato code .hljs-type{color:#eed49f}html.theme--catppuccin-macchiato code .hljs-literal{color:#f5a97f}html.theme--catppuccin-macchiato code .hljs-number{color:#f5a97f}html.theme--catppuccin-macchiato code .hljs-operator{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-punctuation{color:#b8c0e0}html.theme--catppuccin-macchiato code .hljs-property{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-regexp{color:#f5bde6}html.theme--catppuccin-macchiato code .hljs-string{color:#a6da95}html.theme--catppuccin-macchiato code .hljs-char.escape_{color:#a6da95}html.theme--catppuccin-macchiato code .hljs-subst{color:#a5adcb}html.theme--catppuccin-macchiato code .hljs-symbol{color:#f0c6c6}html.theme--catppuccin-macchiato code .hljs-variable{color:#c6a0f6}html.theme--catppuccin-macchiato code .hljs-variable.language_{color:#c6a0f6}html.theme--catppuccin-macchiato code .hljs-variable.constant_{color:#f5a97f}html.theme--catppuccin-macchiato code .hljs-title{color:#8aadf4}html.theme--catppuccin-macchiato code .hljs-title.class_{color:#eed49f}html.theme--catppuccin-macchiato code .hljs-title.function_{color:#8aadf4}html.theme--catppuccin-macchiato code .hljs-params{color:#cad3f5}html.theme--catppuccin-macchiato code .hljs-comment{color:#5b6078}html.theme--catppuccin-macchiato code .hljs-doctag{color:#ed8796}html.theme--catppuccin-macchiato code .hljs-meta{color:#f5a97f}html.theme--catppuccin-macchiato code .hljs-section{color:#8aadf4}html.theme--catppuccin-macchiato code .hljs-tag{color:#a5adcb}html.theme--catppuccin-macchiato code .hljs-name{color:#c6a0f6}html.theme--catppuccin-macchiato code .hljs-attr{color:#8aadf4}html.theme--catppuccin-macchiato code .hljs-attribute{color:#a6da95}html.theme--catppuccin-macchiato code .hljs-bullet{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-code{color:#a6da95}html.theme--catppuccin-macchiato code .hljs-emphasis{color:#ed8796;font-style:italic}html.theme--catppuccin-macchiato code .hljs-strong{color:#ed8796;font-weight:bold}html.theme--catppuccin-macchiato code .hljs-formula{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-link{color:#7dc4e4;font-style:italic}html.theme--catppuccin-macchiato code .hljs-quote{color:#a6da95;font-style:italic}html.theme--catppuccin-macchiato code .hljs-selector-tag{color:#eed49f}html.theme--catppuccin-macchiato code .hljs-selector-id{color:#8aadf4}html.theme--catppuccin-macchiato code .hljs-selector-class{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-selector-attr{color:#c6a0f6}html.theme--catppuccin-macchiato code .hljs-selector-pseudo{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-template-tag{color:#f0c6c6}html.theme--catppuccin-macchiato code .hljs-template-variable{color:#f0c6c6}html.theme--catppuccin-macchiato code .hljs-addition{color:#a6da95;background:rgba(166,227,161,0.15)}html.theme--catppuccin-macchiato code .hljs-deletion{color:#ed8796;background:rgba(243,139,168,0.15)}html.theme--catppuccin-macchiato .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-macchiato .search-result-link:hover,html.theme--catppuccin-macchiato .search-result-link:focus{background-color:#363a4f}html.theme--catppuccin-macchiato .search-result-link .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-macchiato .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link:hover .search-filter,html.theme--catppuccin-macchiato .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link:focus .search-filter{color:#363a4f !important;background-color:#b7bdf8 !important}html.theme--catppuccin-macchiato .search-result-title{color:#cad3f5}html.theme--catppuccin-macchiato .search-result-highlight{background-color:#ed8796;color:#1e2030}html.theme--catppuccin-macchiato .search-divider{border-bottom:1px solid #5e6d6f50}html.theme--catppuccin-macchiato .w-100{width:100%}html.theme--catppuccin-macchiato .gap-2{gap:0.5rem}html.theme--catppuccin-macchiato .gap-4{gap:1rem} diff --git a/v0.1.13/assets/themes/catppuccin-mocha.css b/v0.1.13/assets/themes/catppuccin-mocha.css new file mode 100644 index 0000000..6f27b4c --- /dev/null +++ b/v0.1.13/assets/themes/catppuccin-mocha.css @@ -0,0 +1 @@ +html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha .pagination-ellipsis,html.theme--catppuccin-mocha .file-cta,html.theme--catppuccin-mocha .file-name,html.theme--catppuccin-mocha .select select,html.theme--catppuccin-mocha .textarea,html.theme--catppuccin-mocha .input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha .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--catppuccin-mocha .pagination-previous:focus,html.theme--catppuccin-mocha .pagination-next:focus,html.theme--catppuccin-mocha .pagination-link:focus,html.theme--catppuccin-mocha .pagination-ellipsis:focus,html.theme--catppuccin-mocha .file-cta:focus,html.theme--catppuccin-mocha .file-name:focus,html.theme--catppuccin-mocha .select select:focus,html.theme--catppuccin-mocha .textarea:focus,html.theme--catppuccin-mocha .input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-mocha .button:focus,html.theme--catppuccin-mocha .is-focused.pagination-previous,html.theme--catppuccin-mocha .is-focused.pagination-next,html.theme--catppuccin-mocha .is-focused.pagination-link,html.theme--catppuccin-mocha .is-focused.pagination-ellipsis,html.theme--catppuccin-mocha .is-focused.file-cta,html.theme--catppuccin-mocha .is-focused.file-name,html.theme--catppuccin-mocha .select select.is-focused,html.theme--catppuccin-mocha .is-focused.textarea,html.theme--catppuccin-mocha .is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-focused.button,html.theme--catppuccin-mocha .pagination-previous:active,html.theme--catppuccin-mocha .pagination-next:active,html.theme--catppuccin-mocha .pagination-link:active,html.theme--catppuccin-mocha .pagination-ellipsis:active,html.theme--catppuccin-mocha .file-cta:active,html.theme--catppuccin-mocha .file-name:active,html.theme--catppuccin-mocha .select select:active,html.theme--catppuccin-mocha .textarea:active,html.theme--catppuccin-mocha .input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-mocha .button:active,html.theme--catppuccin-mocha .is-active.pagination-previous,html.theme--catppuccin-mocha .is-active.pagination-next,html.theme--catppuccin-mocha .is-active.pagination-link,html.theme--catppuccin-mocha .is-active.pagination-ellipsis,html.theme--catppuccin-mocha .is-active.file-cta,html.theme--catppuccin-mocha .is-active.file-name,html.theme--catppuccin-mocha .select select.is-active,html.theme--catppuccin-mocha .is-active.textarea,html.theme--catppuccin-mocha .is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-mocha .is-active.button{outline:none}html.theme--catppuccin-mocha .pagination-previous[disabled],html.theme--catppuccin-mocha .pagination-next[disabled],html.theme--catppuccin-mocha .pagination-link[disabled],html.theme--catppuccin-mocha .pagination-ellipsis[disabled],html.theme--catppuccin-mocha .file-cta[disabled],html.theme--catppuccin-mocha .file-name[disabled],html.theme--catppuccin-mocha .select select[disabled],html.theme--catppuccin-mocha .textarea[disabled],html.theme--catppuccin-mocha .input[disabled],html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled],html.theme--catppuccin-mocha .button[disabled],fieldset[disabled] html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha fieldset[disabled] .pagination-previous,fieldset[disabled] html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha fieldset[disabled] .pagination-next,fieldset[disabled] html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha fieldset[disabled] .pagination-link,fieldset[disabled] html.theme--catppuccin-mocha .pagination-ellipsis,html.theme--catppuccin-mocha fieldset[disabled] .pagination-ellipsis,fieldset[disabled] html.theme--catppuccin-mocha .file-cta,html.theme--catppuccin-mocha fieldset[disabled] .file-cta,fieldset[disabled] html.theme--catppuccin-mocha .file-name,html.theme--catppuccin-mocha fieldset[disabled] .file-name,fieldset[disabled] html.theme--catppuccin-mocha .select select,fieldset[disabled] html.theme--catppuccin-mocha .textarea,fieldset[disabled] html.theme--catppuccin-mocha .input,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha fieldset[disabled] .select select,html.theme--catppuccin-mocha .select fieldset[disabled] select,html.theme--catppuccin-mocha fieldset[disabled] .textarea,html.theme--catppuccin-mocha fieldset[disabled] .input,html.theme--catppuccin-mocha fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] html.theme--catppuccin-mocha .button,html.theme--catppuccin-mocha fieldset[disabled] .button{cursor:not-allowed}html.theme--catppuccin-mocha .tabs,html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha .pagination-ellipsis,html.theme--catppuccin-mocha .breadcrumb,html.theme--catppuccin-mocha .file,html.theme--catppuccin-mocha .button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.theme--catppuccin-mocha .navbar-link:not(.is-arrowless)::after,html.theme--catppuccin-mocha .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--catppuccin-mocha .admonition:not(:last-child),html.theme--catppuccin-mocha .tabs:not(:last-child),html.theme--catppuccin-mocha .pagination:not(:last-child),html.theme--catppuccin-mocha .message:not(:last-child),html.theme--catppuccin-mocha .level:not(:last-child),html.theme--catppuccin-mocha .breadcrumb:not(:last-child),html.theme--catppuccin-mocha .block:not(:last-child),html.theme--catppuccin-mocha .title:not(:last-child),html.theme--catppuccin-mocha .subtitle:not(:last-child),html.theme--catppuccin-mocha .table-container:not(:last-child),html.theme--catppuccin-mocha .table:not(:last-child),html.theme--catppuccin-mocha .progress:not(:last-child),html.theme--catppuccin-mocha .notification:not(:last-child),html.theme--catppuccin-mocha .content:not(:last-child),html.theme--catppuccin-mocha .box:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-mocha .modal-close,html.theme--catppuccin-mocha .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--catppuccin-mocha .modal-close::before,html.theme--catppuccin-mocha .delete::before,html.theme--catppuccin-mocha .modal-close::after,html.theme--catppuccin-mocha .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--catppuccin-mocha .modal-close::before,html.theme--catppuccin-mocha .delete::before{height:2px;width:50%}html.theme--catppuccin-mocha .modal-close::after,html.theme--catppuccin-mocha .delete::after{height:50%;width:2px}html.theme--catppuccin-mocha .modal-close:hover,html.theme--catppuccin-mocha .delete:hover,html.theme--catppuccin-mocha .modal-close:focus,html.theme--catppuccin-mocha .delete:focus{background-color:rgba(10,10,10,0.3)}html.theme--catppuccin-mocha .modal-close:active,html.theme--catppuccin-mocha .delete:active{background-color:rgba(10,10,10,0.4)}html.theme--catppuccin-mocha .is-small.modal-close,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.modal-close,html.theme--catppuccin-mocha .is-small.delete,html.theme--catppuccin-mocha #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--catppuccin-mocha .is-medium.modal-close,html.theme--catppuccin-mocha .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}html.theme--catppuccin-mocha .is-large.modal-close,html.theme--catppuccin-mocha .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}html.theme--catppuccin-mocha .control.is-loading::after,html.theme--catppuccin-mocha .select.is-loading::after,html.theme--catppuccin-mocha .loader,html.theme--catppuccin-mocha .button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #7f849c;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}html.theme--catppuccin-mocha .hero-video,html.theme--catppuccin-mocha .modal-background,html.theme--catppuccin-mocha .modal,html.theme--catppuccin-mocha .image.is-square img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-mocha .image.is-square .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-mocha .image.is-1by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-mocha .image.is-1by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-mocha .image.is-5by4 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-mocha .image.is-5by4 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-mocha .image.is-4by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-mocha .image.is-4by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-mocha .image.is-3by2 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-mocha .image.is-3by2 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-mocha .image.is-5by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-mocha .image.is-5by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-mocha .image.is-16by9 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-mocha .image.is-16by9 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-mocha .image.is-2by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-mocha .image.is-2by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-mocha .image.is-3by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-mocha .image.is-3by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-mocha .image.is-4by5 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-mocha .image.is-4by5 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-mocha .image.is-3by4 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-mocha .image.is-3by4 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-mocha .image.is-2by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-mocha .image.is-2by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-mocha .image.is-3by5 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-mocha .image.is-3by5 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-mocha .image.is-9by16 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-mocha .image.is-9by16 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-mocha .image.is-1by2 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-mocha .image.is-1by2 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-mocha .image.is-1by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-mocha .image.is-1by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}html.theme--catppuccin-mocha .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:#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:#313244 !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c26 !important}.has-background-dark{background-color:#313244 !important}.has-text-primary{color:#89b4fa !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#5895f8 !important}.has-background-primary{background-color:#89b4fa !important}.has-text-primary-light{color:#ebf3fe !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#bbd3fc !important}.has-background-primary-light{background-color:#ebf3fe !important}.has-text-primary-dark{color:#063c93 !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#0850c4 !important}.has-background-primary-dark{background-color:#063c93 !important}.has-text-link{color:#89b4fa !important}a.has-text-link:hover,a.has-text-link:focus{color:#5895f8 !important}.has-background-link{background-color:#89b4fa !important}.has-text-link-light{color:#ebf3fe !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#bbd3fc !important}.has-background-link-light{background-color:#ebf3fe !important}.has-text-link-dark{color:#063c93 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#0850c4 !important}.has-background-link-dark{background-color:#063c93 !important}.has-text-info{color:#94e2d5 !important}a.has-text-info:hover,a.has-text-info:focus{color:#6cd7c5 !important}.has-background-info{background-color:#94e2d5 !important}.has-text-info-light{color:#effbf9 !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c7f0e9 !important}.has-background-info-light{background-color:#effbf9 !important}.has-text-info-dark{color:#207466 !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#2a9c89 !important}.has-background-info-dark{background-color:#207466 !important}.has-text-success{color:#a6e3a1 !important}a.has-text-success:hover,a.has-text-success:focus{color:#81d77a !important}.has-background-success{background-color:#a6e3a1 !important}.has-text-success-light{color:#f0faef !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#cbefc8 !important}.has-background-success-light{background-color:#f0faef !important}.has-text-success-dark{color:#287222 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#36992e !important}.has-background-success-dark{background-color:#287222 !important}.has-text-warning{color:#f9e2af !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#f5d180 !important}.has-background-warning{background-color:#f9e2af !important}.has-text-warning-light{color:#fef8ec !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#fae7bd !important}.has-background-warning-light{background-color:#fef8ec !important}.has-text-warning-dark{color:#8a620a !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#b9840e !important}.has-background-warning-dark{background-color:#8a620a !important}.has-text-danger{color:#f38ba8 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#ee5d85 !important}.has-background-danger{background-color:#f38ba8 !important}.has-text-danger-light{color:#fdedf1 !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f8bece !important}.has-background-danger-light{background-color:#fdedf1 !important}.has-text-danger-dark{color:#991036 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#c71546 !important}.has-background-danger-dark{background-color:#991036 !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:#313244 !important}.has-background-grey-darker{background-color:#313244 !important}.has-text-grey-dark{color:#45475a !important}.has-background-grey-dark{background-color:#45475a !important}.has-text-grey{color:#585b70 !important}.has-background-grey{background-color:#585b70 !important}.has-text-grey-light{color:#6c7086 !important}.has-background-grey-light{background-color:#6c7086 !important}.has-text-grey-lighter{color:#7f849c !important}.has-background-grey-lighter{background-color:#7f849c !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,html.theme--catppuccin-mocha .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--catppuccin-mocha html{background-color:#1e1e2e;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--catppuccin-mocha article,html.theme--catppuccin-mocha aside,html.theme--catppuccin-mocha figure,html.theme--catppuccin-mocha footer,html.theme--catppuccin-mocha header,html.theme--catppuccin-mocha hgroup,html.theme--catppuccin-mocha section{display:block}html.theme--catppuccin-mocha body,html.theme--catppuccin-mocha button,html.theme--catppuccin-mocha input,html.theme--catppuccin-mocha optgroup,html.theme--catppuccin-mocha select,html.theme--catppuccin-mocha textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}html.theme--catppuccin-mocha code,html.theme--catppuccin-mocha 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--catppuccin-mocha body{color:#cdd6f4;font-size:1em;font-weight:400;line-height:1.5}html.theme--catppuccin-mocha a{color:#89b4fa;cursor:pointer;text-decoration:none}html.theme--catppuccin-mocha a strong{color:currentColor}html.theme--catppuccin-mocha a:hover{color:#89dceb}html.theme--catppuccin-mocha code{background-color:#181825;color:#cdd6f4;font-size:.875em;font-weight:normal;padding:.1em}html.theme--catppuccin-mocha hr{background-color:#181825;border:none;display:block;height:2px;margin:1.5rem 0}html.theme--catppuccin-mocha img{height:auto;max-width:100%}html.theme--catppuccin-mocha input[type="checkbox"],html.theme--catppuccin-mocha input[type="radio"]{vertical-align:baseline}html.theme--catppuccin-mocha small{font-size:.875em}html.theme--catppuccin-mocha span{font-style:inherit;font-weight:inherit}html.theme--catppuccin-mocha strong{color:#b8c5ef;font-weight:700}html.theme--catppuccin-mocha fieldset{border:none}html.theme--catppuccin-mocha pre{-webkit-overflow-scrolling:touch;background-color:#181825;color:#cdd6f4;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}html.theme--catppuccin-mocha pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}html.theme--catppuccin-mocha table td,html.theme--catppuccin-mocha table th{vertical-align:top}html.theme--catppuccin-mocha table td:not([align]),html.theme--catppuccin-mocha table th:not([align]){text-align:inherit}html.theme--catppuccin-mocha table th{color:#b8c5ef}html.theme--catppuccin-mocha .box{background-color:#45475a;border-radius:8px;box-shadow:none;color:#cdd6f4;display:block;padding:1.25rem}html.theme--catppuccin-mocha a.box:hover,html.theme--catppuccin-mocha a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #89b4fa}html.theme--catppuccin-mocha a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #89b4fa}html.theme--catppuccin-mocha .button{background-color:#181825;border-color:#363653;border-width:1px;color:#89b4fa;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--catppuccin-mocha .button strong{color:inherit}html.theme--catppuccin-mocha .button .icon,html.theme--catppuccin-mocha .button .icon.is-small,html.theme--catppuccin-mocha .button #documenter .docs-sidebar form.docs-search>input.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .button form.docs-search>input.icon,html.theme--catppuccin-mocha .button .icon.is-medium,html.theme--catppuccin-mocha .button .icon.is-large{height:1.5em;width:1.5em}html.theme--catppuccin-mocha .button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}html.theme--catppuccin-mocha .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-mocha .button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-mocha .button:hover,html.theme--catppuccin-mocha .button.is-hovered{border-color:#6c7086;color:#b8c5ef}html.theme--catppuccin-mocha .button:focus,html.theme--catppuccin-mocha .button.is-focused{border-color:#6c7086;color:#71a4f9}html.theme--catppuccin-mocha .button:focus:not(:active),html.theme--catppuccin-mocha .button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .button:active,html.theme--catppuccin-mocha .button.is-active{border-color:#45475a;color:#b8c5ef}html.theme--catppuccin-mocha .button.is-text{background-color:transparent;border-color:transparent;color:#cdd6f4;text-decoration:underline}html.theme--catppuccin-mocha .button.is-text:hover,html.theme--catppuccin-mocha .button.is-text.is-hovered,html.theme--catppuccin-mocha .button.is-text:focus,html.theme--catppuccin-mocha .button.is-text.is-focused{background-color:#181825;color:#b8c5ef}html.theme--catppuccin-mocha .button.is-text:active,html.theme--catppuccin-mocha .button.is-text.is-active{background-color:#0e0e16;color:#b8c5ef}html.theme--catppuccin-mocha .button.is-text[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}html.theme--catppuccin-mocha .button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#89b4fa;text-decoration:none}html.theme--catppuccin-mocha .button.is-ghost:hover,html.theme--catppuccin-mocha .button.is-ghost.is-hovered{color:#89b4fa;text-decoration:underline}html.theme--catppuccin-mocha .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white:hover,html.theme--catppuccin-mocha .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white:focus,html.theme--catppuccin-mocha .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white:focus:not(:active),html.theme--catppuccin-mocha .button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-mocha .button.is-white:active,html.theme--catppuccin-mocha .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}html.theme--catppuccin-mocha .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .button.is-white.is-inverted:hover,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-hovered{background-color:#000}html.theme--catppuccin-mocha .button.is-white.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-mocha .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-white.is-outlined:hover,html.theme--catppuccin-mocha .button.is-white.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-white.is-outlined:focus,html.theme--catppuccin-mocha .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-white.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-white.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-white.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-mocha .button.is-white.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-black:hover,html.theme--catppuccin-mocha .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-black:focus,html.theme--catppuccin-mocha .button.is-black.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-black:focus:not(:active),html.theme--catppuccin-mocha .button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-mocha .button.is-black:active,html.theme--catppuccin-mocha .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-black[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}html.theme--catppuccin-mocha .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black.is-inverted:hover,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-mocha .button.is-black.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black.is-outlined:hover,html.theme--catppuccin-mocha .button.is-black.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-black.is-outlined:focus,html.theme--catppuccin-mocha .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-mocha .button.is-black.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-black.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-black.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-black.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light:hover,html.theme--catppuccin-mocha .button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light:focus,html.theme--catppuccin-mocha .button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light:focus:not(:active),html.theme--catppuccin-mocha .button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-mocha .button.is-light:active,html.theme--catppuccin-mocha .button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}html.theme--catppuccin-mocha .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-mocha .button.is-light.is-inverted:hover,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-mocha .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--catppuccin-mocha .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}html.theme--catppuccin-mocha .button.is-light.is-outlined:hover,html.theme--catppuccin-mocha .button.is-light.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-light.is-outlined:focus,html.theme--catppuccin-mocha .button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-mocha .button.is-light.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-light.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-light.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .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--catppuccin-mocha .button.is-light.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-mocha .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--catppuccin-mocha .button.is-light.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .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--catppuccin-mocha .button.is-dark,html.theme--catppuccin-mocha .content kbd.button{background-color:#313244;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-dark:hover,html.theme--catppuccin-mocha .content kbd.button:hover,html.theme--catppuccin-mocha .button.is-dark.is-hovered,html.theme--catppuccin-mocha .content kbd.button.is-hovered{background-color:#2c2d3d;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-dark:focus,html.theme--catppuccin-mocha .content kbd.button:focus,html.theme--catppuccin-mocha .button.is-dark.is-focused,html.theme--catppuccin-mocha .content kbd.button.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-dark:focus:not(:active),html.theme--catppuccin-mocha .content kbd.button:focus:not(:active),html.theme--catppuccin-mocha .button.is-dark.is-focused:not(:active),html.theme--catppuccin-mocha .content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(49,50,68,0.25)}html.theme--catppuccin-mocha .button.is-dark:active,html.theme--catppuccin-mocha .content kbd.button:active,html.theme--catppuccin-mocha .button.is-dark.is-active,html.theme--catppuccin-mocha .content kbd.button.is-active{background-color:#262735;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-dark[disabled],html.theme--catppuccin-mocha .content kbd.button[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-dark,fieldset[disabled] html.theme--catppuccin-mocha .content kbd.button{background-color:#313244;border-color:#313244;box-shadow:none}html.theme--catppuccin-mocha .button.is-dark.is-inverted,html.theme--catppuccin-mocha .content kbd.button.is-inverted{background-color:#fff;color:#313244}html.theme--catppuccin-mocha .button.is-dark.is-inverted:hover,html.theme--catppuccin-mocha .content kbd.button.is-inverted:hover,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-hovered,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-mocha .button.is-dark.is-inverted[disabled],html.theme--catppuccin-mocha .content kbd.button.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-dark.is-inverted,fieldset[disabled] html.theme--catppuccin-mocha .content kbd.button.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#313244}html.theme--catppuccin-mocha .button.is-dark.is-loading::after,html.theme--catppuccin-mocha .content kbd.button.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-dark.is-outlined,html.theme--catppuccin-mocha .content kbd.button.is-outlined{background-color:transparent;border-color:#313244;color:#313244}html.theme--catppuccin-mocha .button.is-dark.is-outlined:hover,html.theme--catppuccin-mocha .content kbd.button.is-outlined:hover,html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-hovered,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-dark.is-outlined:focus,html.theme--catppuccin-mocha .content kbd.button.is-outlined:focus,html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-focused,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-focused{background-color:#313244;border-color:#313244;color:#fff}html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-loading::after,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #313244 #313244 !important}html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-dark.is-outlined[disabled],html.theme--catppuccin-mocha .content kbd.button.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-dark.is-outlined,fieldset[disabled] html.theme--catppuccin-mocha .content kbd.button.is-outlined{background-color:transparent;border-color:#313244;box-shadow:none;color:#313244}html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-focused,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-focused{background-color:#fff;color:#313244}html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #313244 #313244 !important}html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined[disabled],html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-primary,html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink{background-color:#89b4fa;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-primary:hover,html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink:hover,html.theme--catppuccin-mocha .button.is-primary.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#7dacf9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-primary:focus,html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink:focus,html.theme--catppuccin-mocha .button.is-primary.is-focused,html.theme--catppuccin-mocha .docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-primary:focus:not(:active),html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink:focus:not(:active),html.theme--catppuccin-mocha .button.is-primary.is-focused:not(:active),html.theme--catppuccin-mocha .docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .button.is-primary:active,html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink:active,html.theme--catppuccin-mocha .button.is-primary.is-active,html.theme--catppuccin-mocha .docstring>section>a.button.is-active.docs-sourcelink{background-color:#71a4f9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-primary[disabled],html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-primary,fieldset[disabled] html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink{background-color:#89b4fa;border-color:#89b4fa;box-shadow:none}html.theme--catppuccin-mocha .button.is-primary.is-inverted,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .button.is-primary.is-inverted:hover,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.docs-sourcelink:hover,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}html.theme--catppuccin-mocha .button.is-primary.is-inverted[disabled],html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-primary.is-inverted,fieldset[disabled] html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#89b4fa}html.theme--catppuccin-mocha .button.is-primary.is-loading::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-primary.is-outlined,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#89b4fa;color:#89b4fa}html.theme--catppuccin-mocha .button.is-primary.is-outlined:hover,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-mocha .button.is-primary.is-outlined:focus,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-focused,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#89b4fa;border-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-loading::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #89b4fa #89b4fa !important}html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-primary.is-outlined[disabled],html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-primary.is-outlined,fieldset[disabled] html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#89b4fa;box-shadow:none;color:#89b4fa}html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-focused,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #89b4fa #89b4fa !important}html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined[disabled],html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-primary.is-light,html.theme--catppuccin-mocha .docstring>section>a.button.is-light.docs-sourcelink{background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .button.is-primary.is-light:hover,html.theme--catppuccin-mocha .docstring>section>a.button.is-light.docs-sourcelink:hover,html.theme--catppuccin-mocha .button.is-primary.is-light.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#dfebfe;border-color:transparent;color:#063c93}html.theme--catppuccin-mocha .button.is-primary.is-light:active,html.theme--catppuccin-mocha .docstring>section>a.button.is-light.docs-sourcelink:active,html.theme--catppuccin-mocha .button.is-primary.is-light.is-active,html.theme--catppuccin-mocha .docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#d3e3fd;border-color:transparent;color:#063c93}html.theme--catppuccin-mocha .button.is-link{background-color:#89b4fa;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-link:hover,html.theme--catppuccin-mocha .button.is-link.is-hovered{background-color:#7dacf9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-link:focus,html.theme--catppuccin-mocha .button.is-link.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-link:focus:not(:active),html.theme--catppuccin-mocha .button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .button.is-link:active,html.theme--catppuccin-mocha .button.is-link.is-active{background-color:#71a4f9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-link[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-link{background-color:#89b4fa;border-color:#89b4fa;box-shadow:none}html.theme--catppuccin-mocha .button.is-link.is-inverted{background-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .button.is-link.is-inverted:hover,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-mocha .button.is-link.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#89b4fa}html.theme--catppuccin-mocha .button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-link.is-outlined{background-color:transparent;border-color:#89b4fa;color:#89b4fa}html.theme--catppuccin-mocha .button.is-link.is-outlined:hover,html.theme--catppuccin-mocha .button.is-link.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-link.is-outlined:focus,html.theme--catppuccin-mocha .button.is-link.is-outlined.is-focused{background-color:#89b4fa;border-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #89b4fa #89b4fa !important}html.theme--catppuccin-mocha .button.is-link.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-link.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-link.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-link.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-link.is-outlined{background-color:transparent;border-color:#89b4fa;box-shadow:none;color:#89b4fa}html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #89b4fa #89b4fa !important}html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-link.is-light{background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .button.is-link.is-light:hover,html.theme--catppuccin-mocha .button.is-link.is-light.is-hovered{background-color:#dfebfe;border-color:transparent;color:#063c93}html.theme--catppuccin-mocha .button.is-link.is-light:active,html.theme--catppuccin-mocha .button.is-link.is-light.is-active{background-color:#d3e3fd;border-color:transparent;color:#063c93}html.theme--catppuccin-mocha .button.is-info{background-color:#94e2d5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info:hover,html.theme--catppuccin-mocha .button.is-info.is-hovered{background-color:#8adfd1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info:focus,html.theme--catppuccin-mocha .button.is-info.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info:focus:not(:active),html.theme--catppuccin-mocha .button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(148,226,213,0.25)}html.theme--catppuccin-mocha .button.is-info:active,html.theme--catppuccin-mocha .button.is-info.is-active{background-color:#80ddcd;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-info{background-color:#94e2d5;border-color:#94e2d5;box-shadow:none}html.theme--catppuccin-mocha .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);color:#94e2d5}html.theme--catppuccin-mocha .button.is-info.is-inverted:hover,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#94e2d5}html.theme--catppuccin-mocha .button.is-info.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-info.is-outlined{background-color:transparent;border-color:#94e2d5;color:#94e2d5}html.theme--catppuccin-mocha .button.is-info.is-outlined:hover,html.theme--catppuccin-mocha .button.is-info.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-info.is-outlined:focus,html.theme--catppuccin-mocha .button.is-info.is-outlined.is-focused{background-color:#94e2d5;border-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #94e2d5 #94e2d5 !important}html.theme--catppuccin-mocha .button.is-info.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-info.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-info.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-info.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--catppuccin-mocha .button.is-info.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-info.is-outlined{background-color:transparent;border-color:#94e2d5;box-shadow:none;color:#94e2d5}html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#94e2d5}html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #94e2d5 #94e2d5 !important}html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-info.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--catppuccin-mocha .button.is-info.is-light{background-color:#effbf9;color:#207466}html.theme--catppuccin-mocha .button.is-info.is-light:hover,html.theme--catppuccin-mocha .button.is-info.is-light.is-hovered{background-color:#e5f8f5;border-color:transparent;color:#207466}html.theme--catppuccin-mocha .button.is-info.is-light:active,html.theme--catppuccin-mocha .button.is-info.is-light.is-active{background-color:#dbf5f1;border-color:transparent;color:#207466}html.theme--catppuccin-mocha .button.is-success{background-color:#a6e3a1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success:hover,html.theme--catppuccin-mocha .button.is-success.is-hovered{background-color:#9de097;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success:focus,html.theme--catppuccin-mocha .button.is-success.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success:focus:not(:active),html.theme--catppuccin-mocha .button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(166,227,161,0.25)}html.theme--catppuccin-mocha .button.is-success:active,html.theme--catppuccin-mocha .button.is-success.is-active{background-color:#93dd8d;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-success{background-color:#a6e3a1;border-color:#a6e3a1;box-shadow:none}html.theme--catppuccin-mocha .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);color:#a6e3a1}html.theme--catppuccin-mocha .button.is-success.is-inverted:hover,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#a6e3a1}html.theme--catppuccin-mocha .button.is-success.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-success.is-outlined{background-color:transparent;border-color:#a6e3a1;color:#a6e3a1}html.theme--catppuccin-mocha .button.is-success.is-outlined:hover,html.theme--catppuccin-mocha .button.is-success.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-success.is-outlined:focus,html.theme--catppuccin-mocha .button.is-success.is-outlined.is-focused{background-color:#a6e3a1;border-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #a6e3a1 #a6e3a1 !important}html.theme--catppuccin-mocha .button.is-success.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-success.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-success.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-success.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--catppuccin-mocha .button.is-success.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-success.is-outlined{background-color:transparent;border-color:#a6e3a1;box-shadow:none;color:#a6e3a1}html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#a6e3a1}html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #a6e3a1 #a6e3a1 !important}html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-success.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--catppuccin-mocha .button.is-success.is-light{background-color:#f0faef;color:#287222}html.theme--catppuccin-mocha .button.is-success.is-light:hover,html.theme--catppuccin-mocha .button.is-success.is-light.is-hovered{background-color:#e7f7e5;border-color:transparent;color:#287222}html.theme--catppuccin-mocha .button.is-success.is-light:active,html.theme--catppuccin-mocha .button.is-success.is-light.is-active{background-color:#def4dc;border-color:transparent;color:#287222}html.theme--catppuccin-mocha .button.is-warning{background-color:#f9e2af;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning:hover,html.theme--catppuccin-mocha .button.is-warning.is-hovered{background-color:#f8dea3;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning:focus,html.theme--catppuccin-mocha .button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning:focus:not(:active),html.theme--catppuccin-mocha .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(249,226,175,0.25)}html.theme--catppuccin-mocha .button.is-warning:active,html.theme--catppuccin-mocha .button.is-warning.is-active{background-color:#f7d997;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-warning{background-color:#f9e2af;border-color:#f9e2af;box-shadow:none}html.theme--catppuccin-mocha .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);color:#f9e2af}html.theme--catppuccin-mocha .button.is-warning.is-inverted:hover,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f9e2af}html.theme--catppuccin-mocha .button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-warning.is-outlined{background-color:transparent;border-color:#f9e2af;color:#f9e2af}html.theme--catppuccin-mocha .button.is-warning.is-outlined:hover,html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-warning.is-outlined:focus,html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-focused{background-color:#f9e2af;border-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #f9e2af #f9e2af !important}html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .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}html.theme--catppuccin-mocha .button.is-warning.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-warning.is-outlined{background-color:transparent;border-color:#f9e2af;box-shadow:none;color:#f9e2af}html.theme--catppuccin-mocha .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)}html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f9e2af}html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f9e2af #f9e2af !important}html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .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)}html.theme--catppuccin-mocha .button.is-warning.is-light{background-color:#fef8ec;color:#8a620a}html.theme--catppuccin-mocha .button.is-warning.is-light:hover,html.theme--catppuccin-mocha .button.is-warning.is-light.is-hovered{background-color:#fdf4e0;border-color:transparent;color:#8a620a}html.theme--catppuccin-mocha .button.is-warning.is-light:active,html.theme--catppuccin-mocha .button.is-warning.is-light.is-active{background-color:#fcf0d4;border-color:transparent;color:#8a620a}html.theme--catppuccin-mocha .button.is-danger{background-color:#f38ba8;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-danger:hover,html.theme--catppuccin-mocha .button.is-danger.is-hovered{background-color:#f27f9f;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-danger:focus,html.theme--catppuccin-mocha .button.is-danger.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-danger:focus:not(:active),html.theme--catppuccin-mocha .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(243,139,168,0.25)}html.theme--catppuccin-mocha .button.is-danger:active,html.theme--catppuccin-mocha .button.is-danger.is-active{background-color:#f17497;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-danger[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-danger{background-color:#f38ba8;border-color:#f38ba8;box-shadow:none}html.theme--catppuccin-mocha .button.is-danger.is-inverted{background-color:#fff;color:#f38ba8}html.theme--catppuccin-mocha .button.is-danger.is-inverted:hover,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-mocha .button.is-danger.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#f38ba8}html.theme--catppuccin-mocha .button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-danger.is-outlined{background-color:transparent;border-color:#f38ba8;color:#f38ba8}html.theme--catppuccin-mocha .button.is-danger.is-outlined:hover,html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-danger.is-outlined:focus,html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-focused{background-color:#f38ba8;border-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #f38ba8 #f38ba8 !important}html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-danger.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-danger.is-outlined{background-color:transparent;border-color:#f38ba8;box-shadow:none;color:#f38ba8}html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#f38ba8}html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f38ba8 #f38ba8 !important}html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-danger.is-light{background-color:#fdedf1;color:#991036}html.theme--catppuccin-mocha .button.is-danger.is-light:hover,html.theme--catppuccin-mocha .button.is-danger.is-light.is-hovered{background-color:#fce1e8;border-color:transparent;color:#991036}html.theme--catppuccin-mocha .button.is-danger.is-light:active,html.theme--catppuccin-mocha .button.is-danger.is-light.is-active{background-color:#fbd5e0;border-color:transparent;color:#991036}html.theme--catppuccin-mocha .button.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}html.theme--catppuccin-mocha .button.is-small:not(.is-rounded),html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:3px}html.theme--catppuccin-mocha .button.is-normal{font-size:1rem}html.theme--catppuccin-mocha .button.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .button.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .button[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button{background-color:#6c7086;border-color:#585b70;box-shadow:none;opacity:.5}html.theme--catppuccin-mocha .button.is-fullwidth{display:flex;width:100%}html.theme--catppuccin-mocha .button.is-loading{color:transparent !important;pointer-events:none}html.theme--catppuccin-mocha .button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}html.theme--catppuccin-mocha .button.is-static{background-color:#181825;border-color:#585b70;color:#7f849c;box-shadow:none;pointer-events:none}html.theme--catppuccin-mocha .button.is-rounded,html.theme--catppuccin-mocha #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--catppuccin-mocha .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-mocha .buttons .button{margin-bottom:0.5rem}html.theme--catppuccin-mocha .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}html.theme--catppuccin-mocha .buttons:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-mocha .buttons:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-mocha .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}html.theme--catppuccin-mocha .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:3px}html.theme--catppuccin-mocha .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}html.theme--catppuccin-mocha .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}html.theme--catppuccin-mocha .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-mocha .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}html.theme--catppuccin-mocha .buttons.has-addons .button:last-child{margin-right:0}html.theme--catppuccin-mocha .buttons.has-addons .button:hover,html.theme--catppuccin-mocha .buttons.has-addons .button.is-hovered{z-index:2}html.theme--catppuccin-mocha .buttons.has-addons .button:focus,html.theme--catppuccin-mocha .buttons.has-addons .button.is-focused,html.theme--catppuccin-mocha .buttons.has-addons .button:active,html.theme--catppuccin-mocha .buttons.has-addons .button.is-active,html.theme--catppuccin-mocha .buttons.has-addons .button.is-selected{z-index:3}html.theme--catppuccin-mocha .buttons.has-addons .button:focus:hover,html.theme--catppuccin-mocha .buttons.has-addons .button.is-focused:hover,html.theme--catppuccin-mocha .buttons.has-addons .button:active:hover,html.theme--catppuccin-mocha .buttons.has-addons .button.is-active:hover,html.theme--catppuccin-mocha .buttons.has-addons .button.is-selected:hover{z-index:4}html.theme--catppuccin-mocha .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .buttons.is-centered{justify-content:center}html.theme--catppuccin-mocha .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}html.theme--catppuccin-mocha .buttons.is-right{justify-content:flex-end}html.theme--catppuccin-mocha .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--catppuccin-mocha .button.is-responsive.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}html.theme--catppuccin-mocha .button.is-responsive,html.theme--catppuccin-mocha .button.is-responsive.is-normal{font-size:.65625rem}html.theme--catppuccin-mocha .button.is-responsive.is-medium{font-size:.75rem}html.theme--catppuccin-mocha .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .button.is-responsive.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}html.theme--catppuccin-mocha .button.is-responsive,html.theme--catppuccin-mocha .button.is-responsive.is-normal{font-size:.75rem}html.theme--catppuccin-mocha .button.is-responsive.is-medium{font-size:1rem}html.theme--catppuccin-mocha .button.is-responsive.is-large{font-size:1.25rem}}html.theme--catppuccin-mocha .container{flex-grow:1;margin:0 auto;position:relative;width:auto}html.theme--catppuccin-mocha .container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .container{max-width:992px}}@media screen and (max-width: 1215px){html.theme--catppuccin-mocha .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){html.theme--catppuccin-mocha .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}html.theme--catppuccin-mocha .content li+li{margin-top:0.25em}html.theme--catppuccin-mocha .content p:not(:last-child),html.theme--catppuccin-mocha .content dl:not(:last-child),html.theme--catppuccin-mocha .content ol:not(:last-child),html.theme--catppuccin-mocha .content ul:not(:last-child),html.theme--catppuccin-mocha .content blockquote:not(:last-child),html.theme--catppuccin-mocha .content pre:not(:last-child),html.theme--catppuccin-mocha .content table:not(:last-child){margin-bottom:1em}html.theme--catppuccin-mocha .content h1,html.theme--catppuccin-mocha .content h2,html.theme--catppuccin-mocha .content h3,html.theme--catppuccin-mocha .content h4,html.theme--catppuccin-mocha .content h5,html.theme--catppuccin-mocha .content h6{color:#cdd6f4;font-weight:600;line-height:1.125}html.theme--catppuccin-mocha .content h1{font-size:2em;margin-bottom:0.5em}html.theme--catppuccin-mocha .content h1:not(:first-child){margin-top:1em}html.theme--catppuccin-mocha .content h2{font-size:1.75em;margin-bottom:0.5714em}html.theme--catppuccin-mocha .content h2:not(:first-child){margin-top:1.1428em}html.theme--catppuccin-mocha .content h3{font-size:1.5em;margin-bottom:0.6666em}html.theme--catppuccin-mocha .content h3:not(:first-child){margin-top:1.3333em}html.theme--catppuccin-mocha .content h4{font-size:1.25em;margin-bottom:0.8em}html.theme--catppuccin-mocha .content h5{font-size:1.125em;margin-bottom:0.8888em}html.theme--catppuccin-mocha .content h6{font-size:1em;margin-bottom:1em}html.theme--catppuccin-mocha .content blockquote{background-color:#181825;border-left:5px solid #585b70;padding:1.25em 1.5em}html.theme--catppuccin-mocha .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-mocha .content ol:not([type]){list-style-type:decimal}html.theme--catppuccin-mocha .content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}html.theme--catppuccin-mocha .content ol.is-lower-roman:not([type]){list-style-type:lower-roman}html.theme--catppuccin-mocha .content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}html.theme--catppuccin-mocha .content ol.is-upper-roman:not([type]){list-style-type:upper-roman}html.theme--catppuccin-mocha .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-mocha .content ul ul{list-style-type:circle;margin-top:0.5em}html.theme--catppuccin-mocha .content ul ul ul{list-style-type:square}html.theme--catppuccin-mocha .content dd{margin-left:2em}html.theme--catppuccin-mocha .content figure{margin-left:2em;margin-right:2em;text-align:center}html.theme--catppuccin-mocha .content figure:not(:first-child){margin-top:2em}html.theme--catppuccin-mocha .content figure:not(:last-child){margin-bottom:2em}html.theme--catppuccin-mocha .content figure img{display:inline-block}html.theme--catppuccin-mocha .content figure figcaption{font-style:italic}html.theme--catppuccin-mocha .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}html.theme--catppuccin-mocha .content sup,html.theme--catppuccin-mocha .content sub{font-size:75%}html.theme--catppuccin-mocha .content table{width:100%}html.theme--catppuccin-mocha .content table td,html.theme--catppuccin-mocha .content table th{border:1px solid #585b70;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-mocha .content table th{color:#b8c5ef}html.theme--catppuccin-mocha .content table th:not([align]){text-align:inherit}html.theme--catppuccin-mocha .content table thead td,html.theme--catppuccin-mocha .content table thead th{border-width:0 0 2px;color:#b8c5ef}html.theme--catppuccin-mocha .content table tfoot td,html.theme--catppuccin-mocha .content table tfoot th{border-width:2px 0 0;color:#b8c5ef}html.theme--catppuccin-mocha .content table tbody tr:last-child td,html.theme--catppuccin-mocha .content table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-mocha .content .tabs li+li{margin-top:0}html.theme--catppuccin-mocha .content.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}html.theme--catppuccin-mocha .content.is-normal{font-size:1rem}html.theme--catppuccin-mocha .content.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .content.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}html.theme--catppuccin-mocha .icon.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}html.theme--catppuccin-mocha .icon.is-medium{height:2rem;width:2rem}html.theme--catppuccin-mocha .icon.is-large{height:3rem;width:3rem}html.theme--catppuccin-mocha .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}html.theme--catppuccin-mocha .icon-text .icon{flex-grow:0;flex-shrink:0}html.theme--catppuccin-mocha .icon-text .icon:not(:last-child){margin-right:.25em}html.theme--catppuccin-mocha .icon-text .icon:not(:first-child){margin-left:.25em}html.theme--catppuccin-mocha div.icon-text{display:flex}html.theme--catppuccin-mocha .image,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img{display:block;position:relative}html.theme--catppuccin-mocha .image img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}html.theme--catppuccin-mocha .image img.is-rounded,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}html.theme--catppuccin-mocha .image.is-fullwidth,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}html.theme--catppuccin-mocha .image.is-square img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-mocha .image.is-square .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-mocha .image.is-1by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-mocha .image.is-1by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-mocha .image.is-5by4 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-mocha .image.is-5by4 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-mocha .image.is-4by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-mocha .image.is-4by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-mocha .image.is-3by2 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-mocha .image.is-3by2 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-mocha .image.is-5by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-mocha .image.is-5by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-mocha .image.is-16by9 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-mocha .image.is-16by9 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-mocha .image.is-2by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-mocha .image.is-2by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-mocha .image.is-3by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-mocha .image.is-3by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-mocha .image.is-4by5 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-mocha .image.is-4by5 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-mocha .image.is-3by4 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-mocha .image.is-3by4 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-mocha .image.is-2by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-mocha .image.is-2by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-mocha .image.is-3by5 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-mocha .image.is-3by5 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-mocha .image.is-9by16 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-mocha .image.is-9by16 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-mocha .image.is-1by2 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-mocha .image.is-1by2 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-mocha .image.is-1by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-mocha .image.is-1by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}html.theme--catppuccin-mocha .image.is-square,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-square,html.theme--catppuccin-mocha .image.is-1by1,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}html.theme--catppuccin-mocha .image.is-5by4,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}html.theme--catppuccin-mocha .image.is-4by3,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}html.theme--catppuccin-mocha .image.is-3by2,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}html.theme--catppuccin-mocha .image.is-5by3,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}html.theme--catppuccin-mocha .image.is-16by9,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}html.theme--catppuccin-mocha .image.is-2by1,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}html.theme--catppuccin-mocha .image.is-3by1,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}html.theme--catppuccin-mocha .image.is-4by5,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}html.theme--catppuccin-mocha .image.is-3by4,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}html.theme--catppuccin-mocha .image.is-2by3,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}html.theme--catppuccin-mocha .image.is-3by5,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}html.theme--catppuccin-mocha .image.is-9by16,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}html.theme--catppuccin-mocha .image.is-1by2,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}html.theme--catppuccin-mocha .image.is-1by3,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}html.theme--catppuccin-mocha .image.is-16x16,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}html.theme--catppuccin-mocha .image.is-24x24,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}html.theme--catppuccin-mocha .image.is-32x32,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}html.theme--catppuccin-mocha .image.is-48x48,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}html.theme--catppuccin-mocha .image.is-64x64,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}html.theme--catppuccin-mocha .image.is-96x96,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}html.theme--catppuccin-mocha .image.is-128x128,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}html.theme--catppuccin-mocha .notification{background-color:#181825;border-radius:.4em;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}html.theme--catppuccin-mocha .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-mocha .notification strong{color:currentColor}html.theme--catppuccin-mocha .notification code,html.theme--catppuccin-mocha .notification pre{background:#fff}html.theme--catppuccin-mocha .notification pre code{background:transparent}html.theme--catppuccin-mocha .notification>.delete{right:.5rem;position:absolute;top:0.5rem}html.theme--catppuccin-mocha .notification .title,html.theme--catppuccin-mocha .notification .subtitle,html.theme--catppuccin-mocha .notification .content{color:currentColor}html.theme--catppuccin-mocha .notification.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .notification.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .notification.is-dark,html.theme--catppuccin-mocha .content kbd.notification{background-color:#313244;color:#fff}html.theme--catppuccin-mocha .notification.is-primary,html.theme--catppuccin-mocha .docstring>section>a.notification.docs-sourcelink{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .notification.is-primary.is-light,html.theme--catppuccin-mocha .docstring>section>a.notification.is-light.docs-sourcelink{background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .notification.is-link{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .notification.is-link.is-light{background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .notification.is-info{background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .notification.is-info.is-light{background-color:#effbf9;color:#207466}html.theme--catppuccin-mocha .notification.is-success{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .notification.is-success.is-light{background-color:#f0faef;color:#287222}html.theme--catppuccin-mocha .notification.is-warning{background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .notification.is-warning.is-light{background-color:#fef8ec;color:#8a620a}html.theme--catppuccin-mocha .notification.is-danger{background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .notification.is-danger.is-light{background-color:#fdedf1;color:#991036}html.theme--catppuccin-mocha .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}html.theme--catppuccin-mocha .progress::-webkit-progress-bar{background-color:#45475a}html.theme--catppuccin-mocha .progress::-webkit-progress-value{background-color:#7f849c}html.theme--catppuccin-mocha .progress::-moz-progress-bar{background-color:#7f849c}html.theme--catppuccin-mocha .progress::-ms-fill{background-color:#7f849c;border:none}html.theme--catppuccin-mocha .progress.is-white::-webkit-progress-value{background-color:#fff}html.theme--catppuccin-mocha .progress.is-white::-moz-progress-bar{background-color:#fff}html.theme--catppuccin-mocha .progress.is-white::-ms-fill{background-color:#fff}html.theme--catppuccin-mocha .progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}html.theme--catppuccin-mocha .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}html.theme--catppuccin-mocha .progress.is-black::-ms-fill{background-color:#0a0a0a}html.theme--catppuccin-mocha .progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-light::-webkit-progress-value{background-color:#f5f5f5}html.theme--catppuccin-mocha .progress.is-light::-moz-progress-bar{background-color:#f5f5f5}html.theme--catppuccin-mocha .progress.is-light::-ms-fill{background-color:#f5f5f5}html.theme--catppuccin-mocha .progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-dark::-webkit-progress-value,html.theme--catppuccin-mocha .content kbd.progress::-webkit-progress-value{background-color:#313244}html.theme--catppuccin-mocha .progress.is-dark::-moz-progress-bar,html.theme--catppuccin-mocha .content kbd.progress::-moz-progress-bar{background-color:#313244}html.theme--catppuccin-mocha .progress.is-dark::-ms-fill,html.theme--catppuccin-mocha .content kbd.progress::-ms-fill{background-color:#313244}html.theme--catppuccin-mocha .progress.is-dark:indeterminate,html.theme--catppuccin-mocha .content kbd.progress:indeterminate{background-image:linear-gradient(to right, #313244 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-primary::-webkit-progress-value,html.theme--catppuccin-mocha .docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-primary::-moz-progress-bar,html.theme--catppuccin-mocha .docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-primary::-ms-fill,html.theme--catppuccin-mocha .docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-primary:indeterminate,html.theme--catppuccin-mocha .docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #89b4fa 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-link::-webkit-progress-value{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-link::-moz-progress-bar{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-link::-ms-fill{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-link:indeterminate{background-image:linear-gradient(to right, #89b4fa 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-info::-webkit-progress-value{background-color:#94e2d5}html.theme--catppuccin-mocha .progress.is-info::-moz-progress-bar{background-color:#94e2d5}html.theme--catppuccin-mocha .progress.is-info::-ms-fill{background-color:#94e2d5}html.theme--catppuccin-mocha .progress.is-info:indeterminate{background-image:linear-gradient(to right, #94e2d5 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-success::-webkit-progress-value{background-color:#a6e3a1}html.theme--catppuccin-mocha .progress.is-success::-moz-progress-bar{background-color:#a6e3a1}html.theme--catppuccin-mocha .progress.is-success::-ms-fill{background-color:#a6e3a1}html.theme--catppuccin-mocha .progress.is-success:indeterminate{background-image:linear-gradient(to right, #a6e3a1 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-warning::-webkit-progress-value{background-color:#f9e2af}html.theme--catppuccin-mocha .progress.is-warning::-moz-progress-bar{background-color:#f9e2af}html.theme--catppuccin-mocha .progress.is-warning::-ms-fill{background-color:#f9e2af}html.theme--catppuccin-mocha .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #f9e2af 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-danger::-webkit-progress-value{background-color:#f38ba8}html.theme--catppuccin-mocha .progress.is-danger::-moz-progress-bar{background-color:#f38ba8}html.theme--catppuccin-mocha .progress.is-danger::-ms-fill{background-color:#f38ba8}html.theme--catppuccin-mocha .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #f38ba8 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#45475a;background-image:linear-gradient(to right, #cdd6f4 30%, #45475a 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}html.theme--catppuccin-mocha .progress:indeterminate::-webkit-progress-bar{background-color:transparent}html.theme--catppuccin-mocha .progress:indeterminate::-moz-progress-bar{background-color:transparent}html.theme--catppuccin-mocha .progress:indeterminate::-ms-fill{animation-name:none}html.theme--catppuccin-mocha .progress.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}html.theme--catppuccin-mocha .progress.is-medium{height:1.25rem}html.theme--catppuccin-mocha .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}html.theme--catppuccin-mocha .table{background-color:#45475a;color:#cdd6f4}html.theme--catppuccin-mocha .table td,html.theme--catppuccin-mocha .table th{border:1px solid #585b70;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-mocha .table td.is-white,html.theme--catppuccin-mocha .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .table td.is-black,html.theme--catppuccin-mocha .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .table td.is-light,html.theme--catppuccin-mocha .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .table td.is-dark,html.theme--catppuccin-mocha .table th.is-dark{background-color:#313244;border-color:#313244;color:#fff}html.theme--catppuccin-mocha .table td.is-primary,html.theme--catppuccin-mocha .table th.is-primary{background-color:#89b4fa;border-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .table td.is-link,html.theme--catppuccin-mocha .table th.is-link{background-color:#89b4fa;border-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .table td.is-info,html.theme--catppuccin-mocha .table th.is-info{background-color:#94e2d5;border-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .table td.is-success,html.theme--catppuccin-mocha .table th.is-success{background-color:#a6e3a1;border-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .table td.is-warning,html.theme--catppuccin-mocha .table th.is-warning{background-color:#f9e2af;border-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .table td.is-danger,html.theme--catppuccin-mocha .table th.is-danger{background-color:#f38ba8;border-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .table td.is-narrow,html.theme--catppuccin-mocha .table th.is-narrow{white-space:nowrap;width:1%}html.theme--catppuccin-mocha .table td.is-selected,html.theme--catppuccin-mocha .table th.is-selected{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .table td.is-selected a,html.theme--catppuccin-mocha .table td.is-selected strong,html.theme--catppuccin-mocha .table th.is-selected a,html.theme--catppuccin-mocha .table th.is-selected strong{color:currentColor}html.theme--catppuccin-mocha .table td.is-vcentered,html.theme--catppuccin-mocha .table th.is-vcentered{vertical-align:middle}html.theme--catppuccin-mocha .table th{color:#b8c5ef}html.theme--catppuccin-mocha .table th:not([align]){text-align:left}html.theme--catppuccin-mocha .table tr.is-selected{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .table tr.is-selected a,html.theme--catppuccin-mocha .table tr.is-selected strong{color:currentColor}html.theme--catppuccin-mocha .table tr.is-selected td,html.theme--catppuccin-mocha .table tr.is-selected th{border-color:#fff;color:currentColor}html.theme--catppuccin-mocha .table thead{background-color:rgba(0,0,0,0)}html.theme--catppuccin-mocha .table thead td,html.theme--catppuccin-mocha .table thead th{border-width:0 0 2px;color:#b8c5ef}html.theme--catppuccin-mocha .table tfoot{background-color:rgba(0,0,0,0)}html.theme--catppuccin-mocha .table tfoot td,html.theme--catppuccin-mocha .table tfoot th{border-width:2px 0 0;color:#b8c5ef}html.theme--catppuccin-mocha .table tbody{background-color:rgba(0,0,0,0)}html.theme--catppuccin-mocha .table tbody tr:last-child td,html.theme--catppuccin-mocha .table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-mocha .table.is-bordered td,html.theme--catppuccin-mocha .table.is-bordered th{border-width:1px}html.theme--catppuccin-mocha .table.is-bordered tr:last-child td,html.theme--catppuccin-mocha .table.is-bordered tr:last-child th{border-bottom-width:1px}html.theme--catppuccin-mocha .table.is-fullwidth{width:100%}html.theme--catppuccin-mocha .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#313244}html.theme--catppuccin-mocha .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#313244}html.theme--catppuccin-mocha .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#35364a}html.theme--catppuccin-mocha .table.is-narrow td,html.theme--catppuccin-mocha .table.is-narrow th{padding:0.25em 0.5em}html.theme--catppuccin-mocha .table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#313244}html.theme--catppuccin-mocha .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}html.theme--catppuccin-mocha .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-mocha .tags .tag,html.theme--catppuccin-mocha .tags .content kbd,html.theme--catppuccin-mocha .content .tags kbd,html.theme--catppuccin-mocha .tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}html.theme--catppuccin-mocha .tags .tag:not(:last-child),html.theme--catppuccin-mocha .tags .content kbd:not(:last-child),html.theme--catppuccin-mocha .content .tags kbd:not(:last-child),html.theme--catppuccin-mocha .tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}html.theme--catppuccin-mocha .tags:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-mocha .tags:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-mocha .tags.are-medium .tag:not(.is-normal):not(.is-large),html.theme--catppuccin-mocha .tags.are-medium .content kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-mocha .content .tags.are-medium kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-mocha .tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}html.theme--catppuccin-mocha .tags.are-large .tag:not(.is-normal):not(.is-medium),html.theme--catppuccin-mocha .tags.are-large .content kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-mocha .content .tags.are-large kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-mocha .tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}html.theme--catppuccin-mocha .tags.is-centered{justify-content:center}html.theme--catppuccin-mocha .tags.is-centered .tag,html.theme--catppuccin-mocha .tags.is-centered .content kbd,html.theme--catppuccin-mocha .content .tags.is-centered kbd,html.theme--catppuccin-mocha .tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}html.theme--catppuccin-mocha .tags.is-right{justify-content:flex-end}html.theme--catppuccin-mocha .tags.is-right .tag:not(:first-child),html.theme--catppuccin-mocha .tags.is-right .content kbd:not(:first-child),html.theme--catppuccin-mocha .content .tags.is-right kbd:not(:first-child),html.theme--catppuccin-mocha .tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}html.theme--catppuccin-mocha .tags.is-right .tag:not(:last-child),html.theme--catppuccin-mocha .tags.is-right .content kbd:not(:last-child),html.theme--catppuccin-mocha .content .tags.is-right kbd:not(:last-child),html.theme--catppuccin-mocha .tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}html.theme--catppuccin-mocha .tags.has-addons .tag,html.theme--catppuccin-mocha .tags.has-addons .content kbd,html.theme--catppuccin-mocha .content .tags.has-addons kbd,html.theme--catppuccin-mocha .tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}html.theme--catppuccin-mocha .tags.has-addons .tag:not(:first-child),html.theme--catppuccin-mocha .tags.has-addons .content kbd:not(:first-child),html.theme--catppuccin-mocha .content .tags.has-addons kbd:not(:first-child),html.theme--catppuccin-mocha .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--catppuccin-mocha .tags.has-addons .tag:not(:last-child),html.theme--catppuccin-mocha .tags.has-addons .content kbd:not(:last-child),html.theme--catppuccin-mocha .content .tags.has-addons kbd:not(:last-child),html.theme--catppuccin-mocha .tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.theme--catppuccin-mocha .tag:not(body),html.theme--catppuccin-mocha .content kbd:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#181825;border-radius:.4em;color:#cdd6f4;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--catppuccin-mocha .tag:not(body) .delete,html.theme--catppuccin-mocha .content kbd:not(body) .delete,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}html.theme--catppuccin-mocha .tag.is-white:not(body),html.theme--catppuccin-mocha .content kbd.is-white:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .tag.is-black:not(body),html.theme--catppuccin-mocha .content kbd.is-black:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .tag.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .tag.is-dark:not(body),html.theme--catppuccin-mocha .content kbd:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-dark:not(body),html.theme--catppuccin-mocha .content .docstring>section>kbd:not(body){background-color:#313244;color:#fff}html.theme--catppuccin-mocha .tag.is-primary:not(body),html.theme--catppuccin-mocha .content kbd.is-primary:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body){background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .tag.is-primary.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-primary.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .tag.is-link:not(body),html.theme--catppuccin-mocha .content kbd.is-link:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .tag.is-link.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-link.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .tag.is-info:not(body),html.theme--catppuccin-mocha .content kbd.is-info:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .tag.is-info.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-info.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#effbf9;color:#207466}html.theme--catppuccin-mocha .tag.is-success:not(body),html.theme--catppuccin-mocha .content kbd.is-success:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .tag.is-success.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-success.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#f0faef;color:#287222}html.theme--catppuccin-mocha .tag.is-warning:not(body),html.theme--catppuccin-mocha .content kbd.is-warning:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .tag.is-warning.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-warning.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fef8ec;color:#8a620a}html.theme--catppuccin-mocha .tag.is-danger:not(body),html.theme--catppuccin-mocha .content kbd.is-danger:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .tag.is-danger.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-danger.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#fdedf1;color:#991036}html.theme--catppuccin-mocha .tag.is-normal:not(body),html.theme--catppuccin-mocha .content kbd.is-normal:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}html.theme--catppuccin-mocha .tag.is-medium:not(body),html.theme--catppuccin-mocha .content kbd.is-medium:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}html.theme--catppuccin-mocha .tag.is-large:not(body),html.theme--catppuccin-mocha .content kbd.is-large:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}html.theme--catppuccin-mocha .tag:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-mocha .content kbd:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}html.theme--catppuccin-mocha .tag:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-mocha .content kbd:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}html.theme--catppuccin-mocha .tag:not(body) .icon:first-child:last-child,html.theme--catppuccin-mocha .content kbd:not(body) .icon:first-child:last-child,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}html.theme--catppuccin-mocha .tag.is-delete:not(body),html.theme--catppuccin-mocha .content kbd.is-delete:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}html.theme--catppuccin-mocha .tag.is-delete:not(body)::before,html.theme--catppuccin-mocha .content kbd.is-delete:not(body)::before,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body)::before,html.theme--catppuccin-mocha .tag.is-delete:not(body)::after,html.theme--catppuccin-mocha .content kbd.is-delete:not(body)::after,html.theme--catppuccin-mocha .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--catppuccin-mocha .tag.is-delete:not(body)::before,html.theme--catppuccin-mocha .content kbd.is-delete:not(body)::before,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}html.theme--catppuccin-mocha .tag.is-delete:not(body)::after,html.theme--catppuccin-mocha .content kbd.is-delete:not(body)::after,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}html.theme--catppuccin-mocha .tag.is-delete:not(body):hover,html.theme--catppuccin-mocha .content kbd.is-delete:not(body):hover,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body):hover,html.theme--catppuccin-mocha .tag.is-delete:not(body):focus,html.theme--catppuccin-mocha .content kbd.is-delete:not(body):focus,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#0e0e16}html.theme--catppuccin-mocha .tag.is-delete:not(body):active,html.theme--catppuccin-mocha .content kbd.is-delete:not(body):active,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#040406}html.theme--catppuccin-mocha .tag.is-rounded:not(body),html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:not(body),html.theme--catppuccin-mocha .content kbd.is-rounded:not(body),html.theme--catppuccin-mocha #documenter .docs-sidebar .content form.docs-search>input:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}html.theme--catppuccin-mocha a.tag:hover,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:hover{text-decoration:underline}html.theme--catppuccin-mocha .title,html.theme--catppuccin-mocha .subtitle{word-break:break-word}html.theme--catppuccin-mocha .title em,html.theme--catppuccin-mocha .title span,html.theme--catppuccin-mocha .subtitle em,html.theme--catppuccin-mocha .subtitle span{font-weight:inherit}html.theme--catppuccin-mocha .title sub,html.theme--catppuccin-mocha .subtitle sub{font-size:.75em}html.theme--catppuccin-mocha .title sup,html.theme--catppuccin-mocha .subtitle sup{font-size:.75em}html.theme--catppuccin-mocha .title .tag,html.theme--catppuccin-mocha .title .content kbd,html.theme--catppuccin-mocha .content .title kbd,html.theme--catppuccin-mocha .title .docstring>section>a.docs-sourcelink,html.theme--catppuccin-mocha .subtitle .tag,html.theme--catppuccin-mocha .subtitle .content kbd,html.theme--catppuccin-mocha .content .subtitle kbd,html.theme--catppuccin-mocha .subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}html.theme--catppuccin-mocha .title{color:#fff;font-size:2rem;font-weight:500;line-height:1.125}html.theme--catppuccin-mocha .title strong{color:inherit;font-weight:inherit}html.theme--catppuccin-mocha .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}html.theme--catppuccin-mocha .title.is-1{font-size:3rem}html.theme--catppuccin-mocha .title.is-2{font-size:2.5rem}html.theme--catppuccin-mocha .title.is-3{font-size:2rem}html.theme--catppuccin-mocha .title.is-4{font-size:1.5rem}html.theme--catppuccin-mocha .title.is-5{font-size:1.25rem}html.theme--catppuccin-mocha .title.is-6{font-size:1rem}html.theme--catppuccin-mocha .title.is-7{font-size:.75rem}html.theme--catppuccin-mocha .subtitle{color:#6c7086;font-size:1.25rem;font-weight:400;line-height:1.25}html.theme--catppuccin-mocha .subtitle strong{color:#6c7086;font-weight:600}html.theme--catppuccin-mocha .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}html.theme--catppuccin-mocha .subtitle.is-1{font-size:3rem}html.theme--catppuccin-mocha .subtitle.is-2{font-size:2.5rem}html.theme--catppuccin-mocha .subtitle.is-3{font-size:2rem}html.theme--catppuccin-mocha .subtitle.is-4{font-size:1.5rem}html.theme--catppuccin-mocha .subtitle.is-5{font-size:1.25rem}html.theme--catppuccin-mocha .subtitle.is-6{font-size:1rem}html.theme--catppuccin-mocha .subtitle.is-7{font-size:.75rem}html.theme--catppuccin-mocha .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}html.theme--catppuccin-mocha .number{align-items:center;background-color:#181825;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--catppuccin-mocha .select select,html.theme--catppuccin-mocha .textarea,html.theme--catppuccin-mocha .input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{background-color:#1e1e2e;border-color:#585b70;border-radius:.4em;color:#7f849c}html.theme--catppuccin-mocha .select select::-moz-placeholder,html.theme--catppuccin-mocha .textarea::-moz-placeholder,html.theme--catppuccin-mocha .input::-moz-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#868c98}html.theme--catppuccin-mocha .select select::-webkit-input-placeholder,html.theme--catppuccin-mocha .textarea::-webkit-input-placeholder,html.theme--catppuccin-mocha .input::-webkit-input-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#868c98}html.theme--catppuccin-mocha .select select:-moz-placeholder,html.theme--catppuccin-mocha .textarea:-moz-placeholder,html.theme--catppuccin-mocha .input:-moz-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#868c98}html.theme--catppuccin-mocha .select select:-ms-input-placeholder,html.theme--catppuccin-mocha .textarea:-ms-input-placeholder,html.theme--catppuccin-mocha .input:-ms-input-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#868c98}html.theme--catppuccin-mocha .select select:hover,html.theme--catppuccin-mocha .textarea:hover,html.theme--catppuccin-mocha .input:hover,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:hover,html.theme--catppuccin-mocha .select select.is-hovered,html.theme--catppuccin-mocha .is-hovered.textarea,html.theme--catppuccin-mocha .is-hovered.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#6c7086}html.theme--catppuccin-mocha .select select:focus,html.theme--catppuccin-mocha .textarea:focus,html.theme--catppuccin-mocha .input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-mocha .select select.is-focused,html.theme--catppuccin-mocha .is-focused.textarea,html.theme--catppuccin-mocha .is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .select select:active,html.theme--catppuccin-mocha .textarea:active,html.theme--catppuccin-mocha .input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-mocha .select select.is-active,html.theme--catppuccin-mocha .is-active.textarea,html.theme--catppuccin-mocha .is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{border-color:#89b4fa;box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .select select[disabled],html.theme--catppuccin-mocha .textarea[disabled],html.theme--catppuccin-mocha .input[disabled],html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] html.theme--catppuccin-mocha .select select,fieldset[disabled] html.theme--catppuccin-mocha .textarea,fieldset[disabled] html.theme--catppuccin-mocha .input,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{background-color:#6c7086;border-color:#181825;box-shadow:none;color:#f7f8fd}html.theme--catppuccin-mocha .select select[disabled]::-moz-placeholder,html.theme--catppuccin-mocha .textarea[disabled]::-moz-placeholder,html.theme--catppuccin-mocha .input[disabled]::-moz-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .select select::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .textarea::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .input::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:rgba(247,248,253,0.3)}html.theme--catppuccin-mocha .select select[disabled]::-webkit-input-placeholder,html.theme--catppuccin-mocha .textarea[disabled]::-webkit-input-placeholder,html.theme--catppuccin-mocha .input[disabled]::-webkit-input-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .select select::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .textarea::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .input::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:rgba(247,248,253,0.3)}html.theme--catppuccin-mocha .select select[disabled]:-moz-placeholder,html.theme--catppuccin-mocha .textarea[disabled]:-moz-placeholder,html.theme--catppuccin-mocha .input[disabled]:-moz-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .select select:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .textarea:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .input:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:rgba(247,248,253,0.3)}html.theme--catppuccin-mocha .select select[disabled]:-ms-input-placeholder,html.theme--catppuccin-mocha .textarea[disabled]:-ms-input-placeholder,html.theme--catppuccin-mocha .input[disabled]:-ms-input-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .select select:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .textarea:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .input:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:rgba(247,248,253,0.3)}html.theme--catppuccin-mocha .textarea,html.theme--catppuccin-mocha .input,html.theme--catppuccin-mocha #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--catppuccin-mocha .textarea[readonly],html.theme--catppuccin-mocha .input[readonly],html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}html.theme--catppuccin-mocha .is-white.textarea,html.theme--catppuccin-mocha .is-white.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}html.theme--catppuccin-mocha .is-white.textarea:focus,html.theme--catppuccin-mocha .is-white.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-white:focus,html.theme--catppuccin-mocha .is-white.is-focused.textarea,html.theme--catppuccin-mocha .is-white.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-white.textarea:active,html.theme--catppuccin-mocha .is-white.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-white:active,html.theme--catppuccin-mocha .is-white.is-active.textarea,html.theme--catppuccin-mocha .is-white.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-mocha .is-black.textarea,html.theme--catppuccin-mocha .is-black.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}html.theme--catppuccin-mocha .is-black.textarea:focus,html.theme--catppuccin-mocha .is-black.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-black:focus,html.theme--catppuccin-mocha .is-black.is-focused.textarea,html.theme--catppuccin-mocha .is-black.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-black.textarea:active,html.theme--catppuccin-mocha .is-black.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-black:active,html.theme--catppuccin-mocha .is-black.is-active.textarea,html.theme--catppuccin-mocha .is-black.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-mocha .is-light.textarea,html.theme--catppuccin-mocha .is-light.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-light{border-color:#f5f5f5}html.theme--catppuccin-mocha .is-light.textarea:focus,html.theme--catppuccin-mocha .is-light.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-light:focus,html.theme--catppuccin-mocha .is-light.is-focused.textarea,html.theme--catppuccin-mocha .is-light.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-light.textarea:active,html.theme--catppuccin-mocha .is-light.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-light:active,html.theme--catppuccin-mocha .is-light.is-active.textarea,html.theme--catppuccin-mocha .is-light.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-mocha .is-dark.textarea,html.theme--catppuccin-mocha .content kbd.textarea,html.theme--catppuccin-mocha .is-dark.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-dark,html.theme--catppuccin-mocha .content kbd.input{border-color:#313244}html.theme--catppuccin-mocha .is-dark.textarea:focus,html.theme--catppuccin-mocha .content kbd.textarea:focus,html.theme--catppuccin-mocha .is-dark.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-dark:focus,html.theme--catppuccin-mocha .content kbd.input:focus,html.theme--catppuccin-mocha .is-dark.is-focused.textarea,html.theme--catppuccin-mocha .content kbd.is-focused.textarea,html.theme--catppuccin-mocha .is-dark.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .content kbd.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar .content form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-dark.textarea:active,html.theme--catppuccin-mocha .content kbd.textarea:active,html.theme--catppuccin-mocha .is-dark.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-dark:active,html.theme--catppuccin-mocha .content kbd.input:active,html.theme--catppuccin-mocha .is-dark.is-active.textarea,html.theme--catppuccin-mocha .content kbd.is-active.textarea,html.theme--catppuccin-mocha .is-dark.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-mocha .content kbd.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(49,50,68,0.25)}html.theme--catppuccin-mocha .is-primary.textarea,html.theme--catppuccin-mocha .docstring>section>a.textarea.docs-sourcelink,html.theme--catppuccin-mocha .is-primary.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-primary,html.theme--catppuccin-mocha .docstring>section>a.input.docs-sourcelink{border-color:#89b4fa}html.theme--catppuccin-mocha .is-primary.textarea:focus,html.theme--catppuccin-mocha .docstring>section>a.textarea.docs-sourcelink:focus,html.theme--catppuccin-mocha .is-primary.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-primary:focus,html.theme--catppuccin-mocha .docstring>section>a.input.docs-sourcelink:focus,html.theme--catppuccin-mocha .is-primary.is-focused.textarea,html.theme--catppuccin-mocha .docstring>section>a.is-focused.textarea.docs-sourcelink,html.theme--catppuccin-mocha .is-primary.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .docstring>section>a.is-focused.input.docs-sourcelink,html.theme--catppuccin-mocha .is-primary.textarea:active,html.theme--catppuccin-mocha .docstring>section>a.textarea.docs-sourcelink:active,html.theme--catppuccin-mocha .is-primary.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-primary:active,html.theme--catppuccin-mocha .docstring>section>a.input.docs-sourcelink:active,html.theme--catppuccin-mocha .is-primary.is-active.textarea,html.theme--catppuccin-mocha .docstring>section>a.is-active.textarea.docs-sourcelink,html.theme--catppuccin-mocha .is-primary.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-mocha .docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .is-link.textarea,html.theme--catppuccin-mocha .is-link.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-link{border-color:#89b4fa}html.theme--catppuccin-mocha .is-link.textarea:focus,html.theme--catppuccin-mocha .is-link.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-link:focus,html.theme--catppuccin-mocha .is-link.is-focused.textarea,html.theme--catppuccin-mocha .is-link.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-link.textarea:active,html.theme--catppuccin-mocha .is-link.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-link:active,html.theme--catppuccin-mocha .is-link.is-active.textarea,html.theme--catppuccin-mocha .is-link.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .is-info.textarea,html.theme--catppuccin-mocha .is-info.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-info{border-color:#94e2d5}html.theme--catppuccin-mocha .is-info.textarea:focus,html.theme--catppuccin-mocha .is-info.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-info:focus,html.theme--catppuccin-mocha .is-info.is-focused.textarea,html.theme--catppuccin-mocha .is-info.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-info.textarea:active,html.theme--catppuccin-mocha .is-info.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-info:active,html.theme--catppuccin-mocha .is-info.is-active.textarea,html.theme--catppuccin-mocha .is-info.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(148,226,213,0.25)}html.theme--catppuccin-mocha .is-success.textarea,html.theme--catppuccin-mocha .is-success.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-success{border-color:#a6e3a1}html.theme--catppuccin-mocha .is-success.textarea:focus,html.theme--catppuccin-mocha .is-success.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-success:focus,html.theme--catppuccin-mocha .is-success.is-focused.textarea,html.theme--catppuccin-mocha .is-success.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-success.textarea:active,html.theme--catppuccin-mocha .is-success.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-success:active,html.theme--catppuccin-mocha .is-success.is-active.textarea,html.theme--catppuccin-mocha .is-success.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(166,227,161,0.25)}html.theme--catppuccin-mocha .is-warning.textarea,html.theme--catppuccin-mocha .is-warning.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#f9e2af}html.theme--catppuccin-mocha .is-warning.textarea:focus,html.theme--catppuccin-mocha .is-warning.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-warning:focus,html.theme--catppuccin-mocha .is-warning.is-focused.textarea,html.theme--catppuccin-mocha .is-warning.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-warning.textarea:active,html.theme--catppuccin-mocha .is-warning.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-warning:active,html.theme--catppuccin-mocha .is-warning.is-active.textarea,html.theme--catppuccin-mocha .is-warning.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(249,226,175,0.25)}html.theme--catppuccin-mocha .is-danger.textarea,html.theme--catppuccin-mocha .is-danger.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#f38ba8}html.theme--catppuccin-mocha .is-danger.textarea:focus,html.theme--catppuccin-mocha .is-danger.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-danger:focus,html.theme--catppuccin-mocha .is-danger.is-focused.textarea,html.theme--catppuccin-mocha .is-danger.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-danger.textarea:active,html.theme--catppuccin-mocha .is-danger.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-danger:active,html.theme--catppuccin-mocha .is-danger.is-active.textarea,html.theme--catppuccin-mocha .is-danger.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(243,139,168,0.25)}html.theme--catppuccin-mocha .is-small.textarea,html.theme--catppuccin-mocha .is-small.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{border-radius:3px;font-size:.75rem}html.theme--catppuccin-mocha .is-medium.textarea,html.theme--catppuccin-mocha .is-medium.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .is-large.textarea,html.theme--catppuccin-mocha .is-large.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .is-fullwidth.textarea,html.theme--catppuccin-mocha .is-fullwidth.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}html.theme--catppuccin-mocha .is-inline.textarea,html.theme--catppuccin-mocha .is-inline.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}html.theme--catppuccin-mocha .input.is-rounded,html.theme--catppuccin-mocha #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--catppuccin-mocha .input.is-static,html.theme--catppuccin-mocha #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--catppuccin-mocha .textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}html.theme--catppuccin-mocha .textarea:not([rows]){max-height:40em;min-height:8em}html.theme--catppuccin-mocha .textarea[rows]{height:initial}html.theme--catppuccin-mocha .textarea.has-fixed-size{resize:none}html.theme--catppuccin-mocha .radio,html.theme--catppuccin-mocha .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}html.theme--catppuccin-mocha .radio input,html.theme--catppuccin-mocha .checkbox input{cursor:pointer}html.theme--catppuccin-mocha .radio:hover,html.theme--catppuccin-mocha .checkbox:hover{color:#89dceb}html.theme--catppuccin-mocha .radio[disabled],html.theme--catppuccin-mocha .checkbox[disabled],fieldset[disabled] html.theme--catppuccin-mocha .radio,fieldset[disabled] html.theme--catppuccin-mocha .checkbox,html.theme--catppuccin-mocha .radio input[disabled],html.theme--catppuccin-mocha .checkbox input[disabled]{color:#f7f8fd;cursor:not-allowed}html.theme--catppuccin-mocha .radio+.radio{margin-left:.5em}html.theme--catppuccin-mocha .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}html.theme--catppuccin-mocha .select:not(.is-multiple){height:2.5em}html.theme--catppuccin-mocha .select:not(.is-multiple):not(.is-loading)::after{border-color:#89b4fa;right:1.125em;z-index:4}html.theme--catppuccin-mocha .select.is-rounded select,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}html.theme--catppuccin-mocha .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}html.theme--catppuccin-mocha .select select::-ms-expand{display:none}html.theme--catppuccin-mocha .select select[disabled]:hover,fieldset[disabled] html.theme--catppuccin-mocha .select select:hover{border-color:#181825}html.theme--catppuccin-mocha .select select:not([multiple]){padding-right:2.5em}html.theme--catppuccin-mocha .select select[multiple]{height:auto;padding:0}html.theme--catppuccin-mocha .select select[multiple] option{padding:0.5em 1em}html.theme--catppuccin-mocha .select:not(.is-multiple):not(.is-loading):hover::after{border-color:#89dceb}html.theme--catppuccin-mocha .select.is-white:not(:hover)::after{border-color:#fff}html.theme--catppuccin-mocha .select.is-white select{border-color:#fff}html.theme--catppuccin-mocha .select.is-white select:hover,html.theme--catppuccin-mocha .select.is-white select.is-hovered{border-color:#f2f2f2}html.theme--catppuccin-mocha .select.is-white select:focus,html.theme--catppuccin-mocha .select.is-white select.is-focused,html.theme--catppuccin-mocha .select.is-white select:active,html.theme--catppuccin-mocha .select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-mocha .select.is-black:not(:hover)::after{border-color:#0a0a0a}html.theme--catppuccin-mocha .select.is-black select{border-color:#0a0a0a}html.theme--catppuccin-mocha .select.is-black select:hover,html.theme--catppuccin-mocha .select.is-black select.is-hovered{border-color:#000}html.theme--catppuccin-mocha .select.is-black select:focus,html.theme--catppuccin-mocha .select.is-black select.is-focused,html.theme--catppuccin-mocha .select.is-black select:active,html.theme--catppuccin-mocha .select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-mocha .select.is-light:not(:hover)::after{border-color:#f5f5f5}html.theme--catppuccin-mocha .select.is-light select{border-color:#f5f5f5}html.theme--catppuccin-mocha .select.is-light select:hover,html.theme--catppuccin-mocha .select.is-light select.is-hovered{border-color:#e8e8e8}html.theme--catppuccin-mocha .select.is-light select:focus,html.theme--catppuccin-mocha .select.is-light select.is-focused,html.theme--catppuccin-mocha .select.is-light select:active,html.theme--catppuccin-mocha .select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-mocha .select.is-dark:not(:hover)::after,html.theme--catppuccin-mocha .content kbd.select:not(:hover)::after{border-color:#313244}html.theme--catppuccin-mocha .select.is-dark select,html.theme--catppuccin-mocha .content kbd.select select{border-color:#313244}html.theme--catppuccin-mocha .select.is-dark select:hover,html.theme--catppuccin-mocha .content kbd.select select:hover,html.theme--catppuccin-mocha .select.is-dark select.is-hovered,html.theme--catppuccin-mocha .content kbd.select select.is-hovered{border-color:#262735}html.theme--catppuccin-mocha .select.is-dark select:focus,html.theme--catppuccin-mocha .content kbd.select select:focus,html.theme--catppuccin-mocha .select.is-dark select.is-focused,html.theme--catppuccin-mocha .content kbd.select select.is-focused,html.theme--catppuccin-mocha .select.is-dark select:active,html.theme--catppuccin-mocha .content kbd.select select:active,html.theme--catppuccin-mocha .select.is-dark select.is-active,html.theme--catppuccin-mocha .content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(49,50,68,0.25)}html.theme--catppuccin-mocha .select.is-primary:not(:hover)::after,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#89b4fa}html.theme--catppuccin-mocha .select.is-primary select,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select{border-color:#89b4fa}html.theme--catppuccin-mocha .select.is-primary select:hover,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select:hover,html.theme--catppuccin-mocha .select.is-primary select.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#71a4f9}html.theme--catppuccin-mocha .select.is-primary select:focus,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select:focus,html.theme--catppuccin-mocha .select.is-primary select.is-focused,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select.is-focused,html.theme--catppuccin-mocha .select.is-primary select:active,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select:active,html.theme--catppuccin-mocha .select.is-primary select.is-active,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .select.is-link:not(:hover)::after{border-color:#89b4fa}html.theme--catppuccin-mocha .select.is-link select{border-color:#89b4fa}html.theme--catppuccin-mocha .select.is-link select:hover,html.theme--catppuccin-mocha .select.is-link select.is-hovered{border-color:#71a4f9}html.theme--catppuccin-mocha .select.is-link select:focus,html.theme--catppuccin-mocha .select.is-link select.is-focused,html.theme--catppuccin-mocha .select.is-link select:active,html.theme--catppuccin-mocha .select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .select.is-info:not(:hover)::after{border-color:#94e2d5}html.theme--catppuccin-mocha .select.is-info select{border-color:#94e2d5}html.theme--catppuccin-mocha .select.is-info select:hover,html.theme--catppuccin-mocha .select.is-info select.is-hovered{border-color:#80ddcd}html.theme--catppuccin-mocha .select.is-info select:focus,html.theme--catppuccin-mocha .select.is-info select.is-focused,html.theme--catppuccin-mocha .select.is-info select:active,html.theme--catppuccin-mocha .select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(148,226,213,0.25)}html.theme--catppuccin-mocha .select.is-success:not(:hover)::after{border-color:#a6e3a1}html.theme--catppuccin-mocha .select.is-success select{border-color:#a6e3a1}html.theme--catppuccin-mocha .select.is-success select:hover,html.theme--catppuccin-mocha .select.is-success select.is-hovered{border-color:#93dd8d}html.theme--catppuccin-mocha .select.is-success select:focus,html.theme--catppuccin-mocha .select.is-success select.is-focused,html.theme--catppuccin-mocha .select.is-success select:active,html.theme--catppuccin-mocha .select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(166,227,161,0.25)}html.theme--catppuccin-mocha .select.is-warning:not(:hover)::after{border-color:#f9e2af}html.theme--catppuccin-mocha .select.is-warning select{border-color:#f9e2af}html.theme--catppuccin-mocha .select.is-warning select:hover,html.theme--catppuccin-mocha .select.is-warning select.is-hovered{border-color:#f7d997}html.theme--catppuccin-mocha .select.is-warning select:focus,html.theme--catppuccin-mocha .select.is-warning select.is-focused,html.theme--catppuccin-mocha .select.is-warning select:active,html.theme--catppuccin-mocha .select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(249,226,175,0.25)}html.theme--catppuccin-mocha .select.is-danger:not(:hover)::after{border-color:#f38ba8}html.theme--catppuccin-mocha .select.is-danger select{border-color:#f38ba8}html.theme--catppuccin-mocha .select.is-danger select:hover,html.theme--catppuccin-mocha .select.is-danger select.is-hovered{border-color:#f17497}html.theme--catppuccin-mocha .select.is-danger select:focus,html.theme--catppuccin-mocha .select.is-danger select.is-focused,html.theme--catppuccin-mocha .select.is-danger select:active,html.theme--catppuccin-mocha .select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(243,139,168,0.25)}html.theme--catppuccin-mocha .select.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.select{border-radius:3px;font-size:.75rem}html.theme--catppuccin-mocha .select.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .select.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .select.is-disabled::after{border-color:#f7f8fd !important;opacity:0.5}html.theme--catppuccin-mocha .select.is-fullwidth{width:100%}html.theme--catppuccin-mocha .select.is-fullwidth select{width:100%}html.theme--catppuccin-mocha .select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}html.theme--catppuccin-mocha .select.is-loading.is-small:after,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-mocha .select.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-mocha .select.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-mocha .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}html.theme--catppuccin-mocha .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .file.is-white:hover .file-cta,html.theme--catppuccin-mocha .file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .file.is-white:focus .file-cta,html.theme--catppuccin-mocha .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--catppuccin-mocha .file.is-white:active .file-cta,html.theme--catppuccin-mocha .file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-black:hover .file-cta,html.theme--catppuccin-mocha .file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-black:focus .file-cta,html.theme--catppuccin-mocha .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--catppuccin-mocha .file.is-black:active .file-cta,html.theme--catppuccin-mocha .file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-light:hover .file-cta,html.theme--catppuccin-mocha .file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-light:focus .file-cta,html.theme--catppuccin-mocha .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)}html.theme--catppuccin-mocha .file.is-light:active .file-cta,html.theme--catppuccin-mocha .file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-dark .file-cta,html.theme--catppuccin-mocha .content kbd.file .file-cta{background-color:#313244;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-dark:hover .file-cta,html.theme--catppuccin-mocha .content kbd.file:hover .file-cta,html.theme--catppuccin-mocha .file.is-dark.is-hovered .file-cta,html.theme--catppuccin-mocha .content kbd.file.is-hovered .file-cta{background-color:#2c2d3d;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-dark:focus .file-cta,html.theme--catppuccin-mocha .content kbd.file:focus .file-cta,html.theme--catppuccin-mocha .file.is-dark.is-focused .file-cta,html.theme--catppuccin-mocha .content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(49,50,68,0.25);color:#fff}html.theme--catppuccin-mocha .file.is-dark:active .file-cta,html.theme--catppuccin-mocha .content kbd.file:active .file-cta,html.theme--catppuccin-mocha .file.is-dark.is-active .file-cta,html.theme--catppuccin-mocha .content kbd.file.is-active .file-cta{background-color:#262735;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-primary .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.docs-sourcelink .file-cta{background-color:#89b4fa;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-primary:hover .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.docs-sourcelink:hover .file-cta,html.theme--catppuccin-mocha .file.is-primary.is-hovered .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#7dacf9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-primary:focus .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.docs-sourcelink:focus .file-cta,html.theme--catppuccin-mocha .file.is-primary.is-focused .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(137,180,250,0.25);color:#fff}html.theme--catppuccin-mocha .file.is-primary:active .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.docs-sourcelink:active .file-cta,html.theme--catppuccin-mocha .file.is-primary.is-active .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#71a4f9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-link .file-cta{background-color:#89b4fa;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-link:hover .file-cta,html.theme--catppuccin-mocha .file.is-link.is-hovered .file-cta{background-color:#7dacf9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-link:focus .file-cta,html.theme--catppuccin-mocha .file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(137,180,250,0.25);color:#fff}html.theme--catppuccin-mocha .file.is-link:active .file-cta,html.theme--catppuccin-mocha .file.is-link.is-active .file-cta{background-color:#71a4f9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-info .file-cta{background-color:#94e2d5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-info:hover .file-cta,html.theme--catppuccin-mocha .file.is-info.is-hovered .file-cta{background-color:#8adfd1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-info:focus .file-cta,html.theme--catppuccin-mocha .file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(148,226,213,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-info:active .file-cta,html.theme--catppuccin-mocha .file.is-info.is-active .file-cta{background-color:#80ddcd;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-success .file-cta{background-color:#a6e3a1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-success:hover .file-cta,html.theme--catppuccin-mocha .file.is-success.is-hovered .file-cta{background-color:#9de097;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-success:focus .file-cta,html.theme--catppuccin-mocha .file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(166,227,161,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-success:active .file-cta,html.theme--catppuccin-mocha .file.is-success.is-active .file-cta{background-color:#93dd8d;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-warning .file-cta{background-color:#f9e2af;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-warning:hover .file-cta,html.theme--catppuccin-mocha .file.is-warning.is-hovered .file-cta{background-color:#f8dea3;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-warning:focus .file-cta,html.theme--catppuccin-mocha .file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(249,226,175,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-warning:active .file-cta,html.theme--catppuccin-mocha .file.is-warning.is-active .file-cta{background-color:#f7d997;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-danger .file-cta{background-color:#f38ba8;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-danger:hover .file-cta,html.theme--catppuccin-mocha .file.is-danger.is-hovered .file-cta{background-color:#f27f9f;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-danger:focus .file-cta,html.theme--catppuccin-mocha .file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(243,139,168,0.25);color:#fff}html.theme--catppuccin-mocha .file.is-danger:active .file-cta,html.theme--catppuccin-mocha .file.is-danger.is-active .file-cta{background-color:#f17497;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}html.theme--catppuccin-mocha .file.is-normal{font-size:1rem}html.theme--catppuccin-mocha .file.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .file.is-medium .file-icon .fa{font-size:21px}html.theme--catppuccin-mocha .file.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .file.is-large .file-icon .fa{font-size:28px}html.theme--catppuccin-mocha .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-mocha .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-mocha .file.has-name.is-empty .file-cta{border-radius:.4em}html.theme--catppuccin-mocha .file.has-name.is-empty .file-name{display:none}html.theme--catppuccin-mocha .file.is-boxed .file-label{flex-direction:column}html.theme--catppuccin-mocha .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}html.theme--catppuccin-mocha .file.is-boxed .file-name{border-width:0 1px 1px}html.theme--catppuccin-mocha .file.is-boxed .file-icon{height:1.5em;width:1.5em}html.theme--catppuccin-mocha .file.is-boxed .file-icon .fa{font-size:21px}html.theme--catppuccin-mocha .file.is-boxed.is-small .file-icon .fa,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}html.theme--catppuccin-mocha .file.is-boxed.is-medium .file-icon .fa{font-size:28px}html.theme--catppuccin-mocha .file.is-boxed.is-large .file-icon .fa{font-size:35px}html.theme--catppuccin-mocha .file.is-boxed.has-name .file-cta{border-radius:.4em .4em 0 0}html.theme--catppuccin-mocha .file.is-boxed.has-name .file-name{border-radius:0 0 .4em .4em;border-width:0 1px 1px}html.theme--catppuccin-mocha .file.is-centered{justify-content:center}html.theme--catppuccin-mocha .file.is-fullwidth .file-label{width:100%}html.theme--catppuccin-mocha .file.is-fullwidth .file-name{flex-grow:1;max-width:none}html.theme--catppuccin-mocha .file.is-right{justify-content:flex-end}html.theme--catppuccin-mocha .file.is-right .file-cta{border-radius:0 .4em .4em 0}html.theme--catppuccin-mocha .file.is-right .file-name{border-radius:.4em 0 0 .4em;border-width:1px 0 1px 1px;order:-1}html.theme--catppuccin-mocha .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}html.theme--catppuccin-mocha .file-label:hover .file-cta{background-color:#2c2d3d;color:#b8c5ef}html.theme--catppuccin-mocha .file-label:hover .file-name{border-color:#525569}html.theme--catppuccin-mocha .file-label:active .file-cta{background-color:#262735;color:#b8c5ef}html.theme--catppuccin-mocha .file-label:active .file-name{border-color:#4d4f62}html.theme--catppuccin-mocha .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}html.theme--catppuccin-mocha .file-cta,html.theme--catppuccin-mocha .file-name{border-color:#585b70;border-radius:.4em;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}html.theme--catppuccin-mocha .file-cta{background-color:#313244;color:#cdd6f4}html.theme--catppuccin-mocha .file-name{border-color:#585b70;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}html.theme--catppuccin-mocha .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}html.theme--catppuccin-mocha .file-icon .fa{font-size:14px}html.theme--catppuccin-mocha .label{color:#b8c5ef;display:block;font-size:1rem;font-weight:700}html.theme--catppuccin-mocha .label:not(:last-child){margin-bottom:0.5em}html.theme--catppuccin-mocha .label.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}html.theme--catppuccin-mocha .label.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .label.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .help{display:block;font-size:.75rem;margin-top:0.25rem}html.theme--catppuccin-mocha .help.is-white{color:#fff}html.theme--catppuccin-mocha .help.is-black{color:#0a0a0a}html.theme--catppuccin-mocha .help.is-light{color:#f5f5f5}html.theme--catppuccin-mocha .help.is-dark,html.theme--catppuccin-mocha .content kbd.help{color:#313244}html.theme--catppuccin-mocha .help.is-primary,html.theme--catppuccin-mocha .docstring>section>a.help.docs-sourcelink{color:#89b4fa}html.theme--catppuccin-mocha .help.is-link{color:#89b4fa}html.theme--catppuccin-mocha .help.is-info{color:#94e2d5}html.theme--catppuccin-mocha .help.is-success{color:#a6e3a1}html.theme--catppuccin-mocha .help.is-warning{color:#f9e2af}html.theme--catppuccin-mocha .help.is-danger{color:#f38ba8}html.theme--catppuccin-mocha .field:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-mocha .field.has-addons{display:flex;justify-content:flex-start}html.theme--catppuccin-mocha .field.has-addons .control:not(:last-child){margin-right:-1px}html.theme--catppuccin-mocha .field.has-addons .control:not(:first-child):not(:last-child) .button,html.theme--catppuccin-mocha .field.has-addons .control:not(:first-child):not(:last-child) .input,html.theme--catppuccin-mocha .field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,html.theme--catppuccin-mocha .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}html.theme--catppuccin-mocha .field.has-addons .control:first-child:not(:only-child) .button,html.theme--catppuccin-mocha .field.has-addons .control:first-child:not(:only-child) .input,html.theme--catppuccin-mocha .field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-mocha .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-mocha .field.has-addons .control:last-child:not(:only-child) .button,html.theme--catppuccin-mocha .field.has-addons .control:last-child:not(:only-child) .input,html.theme--catppuccin-mocha .field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-mocha .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-mocha .field.has-addons .control .button:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .button.is-hovered:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .input:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .input.is-hovered:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .select select:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}html.theme--catppuccin-mocha .field.has-addons .control .button:not([disabled]):focus,html.theme--catppuccin-mocha .field.has-addons .control .button.is-focused:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .button:not([disabled]):active,html.theme--catppuccin-mocha .field.has-addons .control .button.is-active:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .input:not([disabled]):focus,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-mocha .field.has-addons .control .input.is-focused:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .input:not([disabled]):active,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,html.theme--catppuccin-mocha .field.has-addons .control .input.is-active:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .select select:not([disabled]):focus,html.theme--catppuccin-mocha .field.has-addons .control .select select.is-focused:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .select select:not([disabled]):active,html.theme--catppuccin-mocha .field.has-addons .control .select select.is-active:not([disabled]){z-index:3}html.theme--catppuccin-mocha .field.has-addons .control .button:not([disabled]):focus:hover,html.theme--catppuccin-mocha .field.has-addons .control .button.is-focused:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .button:not([disabled]):active:hover,html.theme--catppuccin-mocha .field.has-addons .control .button.is-active:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .input:not([disabled]):focus:hover,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-mocha .field.has-addons .control .input.is-focused:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .input:not([disabled]):active:hover,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-mocha .field.has-addons .control .input.is-active:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .select select:not([disabled]):focus:hover,html.theme--catppuccin-mocha .field.has-addons .control .select select.is-focused:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .select select:not([disabled]):active:hover,html.theme--catppuccin-mocha .field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}html.theme--catppuccin-mocha .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .field.has-addons.has-addons-centered{justify-content:center}html.theme--catppuccin-mocha .field.has-addons.has-addons-right{justify-content:flex-end}html.theme--catppuccin-mocha .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}html.theme--catppuccin-mocha .field.is-grouped{display:flex;justify-content:flex-start}html.theme--catppuccin-mocha .field.is-grouped>.control{flex-shrink:0}html.theme--catppuccin-mocha .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-mocha .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-centered{justify-content:center}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-right{justify-content:flex-end}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-multiline>.control:last-child,html.theme--catppuccin-mocha .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .field.is-horizontal{display:flex}}html.theme--catppuccin-mocha .field-label .label{font-size:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}html.theme--catppuccin-mocha .field-label.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}html.theme--catppuccin-mocha .field-label.is-normal{padding-top:0.375em}html.theme--catppuccin-mocha .field-label.is-medium{font-size:1.25rem;padding-top:0.375em}html.theme--catppuccin-mocha .field-label.is-large{font-size:1.5rem;padding-top:0.375em}}html.theme--catppuccin-mocha .field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}html.theme--catppuccin-mocha .field-body .field{margin-bottom:0}html.theme--catppuccin-mocha .field-body>.field{flex-shrink:1}html.theme--catppuccin-mocha .field-body>.field:not(.is-narrow){flex-grow:1}html.theme--catppuccin-mocha .field-body>.field:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-mocha .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}html.theme--catppuccin-mocha .control.has-icons-left .input:focus~.icon,html.theme--catppuccin-mocha .control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,html.theme--catppuccin-mocha .control.has-icons-left .select:focus~.icon,html.theme--catppuccin-mocha .control.has-icons-right .input:focus~.icon,html.theme--catppuccin-mocha .control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,html.theme--catppuccin-mocha .control.has-icons-right .select:focus~.icon{color:#313244}html.theme--catppuccin-mocha .control.has-icons-left .input.is-small~.icon,html.theme--catppuccin-mocha .control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,html.theme--catppuccin-mocha .control.has-icons-left .select.is-small~.icon,html.theme--catppuccin-mocha .control.has-icons-right .input.is-small~.icon,html.theme--catppuccin-mocha .control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,html.theme--catppuccin-mocha .control.has-icons-right .select.is-small~.icon{font-size:.75rem}html.theme--catppuccin-mocha .control.has-icons-left .input.is-medium~.icon,html.theme--catppuccin-mocha .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,html.theme--catppuccin-mocha .control.has-icons-left .select.is-medium~.icon,html.theme--catppuccin-mocha .control.has-icons-right .input.is-medium~.icon,html.theme--catppuccin-mocha .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,html.theme--catppuccin-mocha .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}html.theme--catppuccin-mocha .control.has-icons-left .input.is-large~.icon,html.theme--catppuccin-mocha .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,html.theme--catppuccin-mocha .control.has-icons-left .select.is-large~.icon,html.theme--catppuccin-mocha .control.has-icons-right .input.is-large~.icon,html.theme--catppuccin-mocha .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,html.theme--catppuccin-mocha .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}html.theme--catppuccin-mocha .control.has-icons-left .icon,html.theme--catppuccin-mocha .control.has-icons-right .icon{color:#585b70;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}html.theme--catppuccin-mocha .control.has-icons-left .input,html.theme--catppuccin-mocha .control.has-icons-left #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-left form.docs-search>input,html.theme--catppuccin-mocha .control.has-icons-left .select select{padding-left:2.5em}html.theme--catppuccin-mocha .control.has-icons-left .icon.is-left{left:0}html.theme--catppuccin-mocha .control.has-icons-right .input,html.theme--catppuccin-mocha .control.has-icons-right #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-right form.docs-search>input,html.theme--catppuccin-mocha .control.has-icons-right .select select{padding-right:2.5em}html.theme--catppuccin-mocha .control.has-icons-right .icon.is-right{right:0}html.theme--catppuccin-mocha .control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}html.theme--catppuccin-mocha .control.is-loading.is-small:after,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-mocha .control.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-mocha .control.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-mocha .breadcrumb{font-size:1rem;white-space:nowrap}html.theme--catppuccin-mocha .breadcrumb a{align-items:center;color:#89b4fa;display:flex;justify-content:center;padding:0 .75em}html.theme--catppuccin-mocha .breadcrumb a:hover{color:#89dceb}html.theme--catppuccin-mocha .breadcrumb li{align-items:center;display:flex}html.theme--catppuccin-mocha .breadcrumb li:first-child a{padding-left:0}html.theme--catppuccin-mocha .breadcrumb li.is-active a{color:#b8c5ef;cursor:default;pointer-events:none}html.theme--catppuccin-mocha .breadcrumb li+li::before{color:#6c7086;content:"\0002f"}html.theme--catppuccin-mocha .breadcrumb ul,html.theme--catppuccin-mocha .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-mocha .breadcrumb .icon:first-child{margin-right:.5em}html.theme--catppuccin-mocha .breadcrumb .icon:last-child{margin-left:.5em}html.theme--catppuccin-mocha .breadcrumb.is-centered ol,html.theme--catppuccin-mocha .breadcrumb.is-centered ul{justify-content:center}html.theme--catppuccin-mocha .breadcrumb.is-right ol,html.theme--catppuccin-mocha .breadcrumb.is-right ul{justify-content:flex-end}html.theme--catppuccin-mocha .breadcrumb.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}html.theme--catppuccin-mocha .breadcrumb.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .breadcrumb.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .breadcrumb.has-arrow-separator li+li::before{content:"\02192"}html.theme--catppuccin-mocha .breadcrumb.has-bullet-separator li+li::before{content:"\02022"}html.theme--catppuccin-mocha .breadcrumb.has-dot-separator li+li::before{content:"\000b7"}html.theme--catppuccin-mocha .breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}html.theme--catppuccin-mocha .card{background-color:#fff;border-radius:.25rem;box-shadow:#171717;color:#cdd6f4;max-width:100%;position:relative}html.theme--catppuccin-mocha .card-footer:first-child,html.theme--catppuccin-mocha .card-content:first-child,html.theme--catppuccin-mocha .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-mocha .card-footer:last-child,html.theme--catppuccin-mocha .card-content:last-child,html.theme--catppuccin-mocha .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-mocha .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--catppuccin-mocha .card-header-title{align-items:center;color:#b8c5ef;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}html.theme--catppuccin-mocha .card-header-title.is-centered{justify-content:center}html.theme--catppuccin-mocha .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--catppuccin-mocha .card-image{display:block;position:relative}html.theme--catppuccin-mocha .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-mocha .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-mocha .card-content{background-color:rgba(0,0,0,0);padding:1.5rem}html.theme--catppuccin-mocha .card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}html.theme--catppuccin-mocha .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}html.theme--catppuccin-mocha .card-footer-item:not(:last-child){border-right:1px solid #ededed}html.theme--catppuccin-mocha .card .media:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-mocha .dropdown{display:inline-flex;position:relative;vertical-align:top}html.theme--catppuccin-mocha .dropdown.is-active .dropdown-menu,html.theme--catppuccin-mocha .dropdown.is-hoverable:hover .dropdown-menu{display:block}html.theme--catppuccin-mocha .dropdown.is-right .dropdown-menu{left:auto;right:0}html.theme--catppuccin-mocha .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}html.theme--catppuccin-mocha .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}html.theme--catppuccin-mocha .dropdown-content{background-color:#181825;border-radius:.4em;box-shadow:#171717;padding-bottom:.5rem;padding-top:.5rem}html.theme--catppuccin-mocha .dropdown-item{color:#cdd6f4;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}html.theme--catppuccin-mocha a.dropdown-item,html.theme--catppuccin-mocha button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}html.theme--catppuccin-mocha a.dropdown-item:hover,html.theme--catppuccin-mocha button.dropdown-item:hover{background-color:#181825;color:#0a0a0a}html.theme--catppuccin-mocha a.dropdown-item.is-active,html.theme--catppuccin-mocha button.dropdown-item.is-active{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}html.theme--catppuccin-mocha .level{align-items:center;justify-content:space-between}html.theme--catppuccin-mocha .level code{border-radius:.4em}html.theme--catppuccin-mocha .level img{display:inline-block;vertical-align:top}html.theme--catppuccin-mocha .level.is-mobile{display:flex}html.theme--catppuccin-mocha .level.is-mobile .level-left,html.theme--catppuccin-mocha .level.is-mobile .level-right{display:flex}html.theme--catppuccin-mocha .level.is-mobile .level-left+.level-right{margin-top:0}html.theme--catppuccin-mocha .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-mocha .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .level{display:flex}html.theme--catppuccin-mocha .level>.level-item:not(.is-narrow){flex-grow:1}}html.theme--catppuccin-mocha .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}html.theme--catppuccin-mocha .level-item .title,html.theme--catppuccin-mocha .level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .level-item:not(:last-child){margin-bottom:.75rem}}html.theme--catppuccin-mocha .level-left,html.theme--catppuccin-mocha .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-mocha .level-left .level-item.is-flexible,html.theme--catppuccin-mocha .level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .level-left .level-item:not(:last-child),html.theme--catppuccin-mocha .level-right .level-item:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-mocha .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .level-left{display:flex}}html.theme--catppuccin-mocha .level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .level-right{display:flex}}html.theme--catppuccin-mocha .media{align-items:flex-start;display:flex;text-align:inherit}html.theme--catppuccin-mocha .media .content:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-mocha .media .media{border-top:1px solid rgba(88,91,112,0.5);display:flex;padding-top:.75rem}html.theme--catppuccin-mocha .media .media .content:not(:last-child),html.theme--catppuccin-mocha .media .media .control:not(:last-child){margin-bottom:.5rem}html.theme--catppuccin-mocha .media .media .media{padding-top:.5rem}html.theme--catppuccin-mocha .media .media .media+.media{margin-top:.5rem}html.theme--catppuccin-mocha .media+.media{border-top:1px solid rgba(88,91,112,0.5);margin-top:1rem;padding-top:1rem}html.theme--catppuccin-mocha .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}html.theme--catppuccin-mocha .media-left,html.theme--catppuccin-mocha .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-mocha .media-left{margin-right:1rem}html.theme--catppuccin-mocha .media-right{margin-left:1rem}html.theme--catppuccin-mocha .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .media-content{overflow-x:auto}}html.theme--catppuccin-mocha .menu{font-size:1rem}html.theme--catppuccin-mocha .menu.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}html.theme--catppuccin-mocha .menu.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .menu.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .menu-list{line-height:1.25}html.theme--catppuccin-mocha .menu-list a{border-radius:3px;color:#cdd6f4;display:block;padding:0.5em 0.75em}html.theme--catppuccin-mocha .menu-list a:hover{background-color:#181825;color:#b8c5ef}html.theme--catppuccin-mocha .menu-list a.is-active{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .menu-list li ul{border-left:1px solid #585b70;margin:.75em;padding-left:.75em}html.theme--catppuccin-mocha .menu-label{color:#f7f8fd;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}html.theme--catppuccin-mocha .menu-label:not(:first-child){margin-top:1em}html.theme--catppuccin-mocha .menu-label:not(:last-child){margin-bottom:1em}html.theme--catppuccin-mocha .message{background-color:#181825;border-radius:.4em;font-size:1rem}html.theme--catppuccin-mocha .message strong{color:currentColor}html.theme--catppuccin-mocha .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-mocha .message.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}html.theme--catppuccin-mocha .message.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .message.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .message.is-white{background-color:#fff}html.theme--catppuccin-mocha .message.is-white .message-header{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .message.is-white .message-body{border-color:#fff}html.theme--catppuccin-mocha .message.is-black{background-color:#fafafa}html.theme--catppuccin-mocha .message.is-black .message-header{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .message.is-black .message-body{border-color:#0a0a0a}html.theme--catppuccin-mocha .message.is-light{background-color:#fafafa}html.theme--catppuccin-mocha .message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .message.is-light .message-body{border-color:#f5f5f5}html.theme--catppuccin-mocha .message.is-dark,html.theme--catppuccin-mocha .content kbd.message{background-color:#f9f9fb}html.theme--catppuccin-mocha .message.is-dark .message-header,html.theme--catppuccin-mocha .content kbd.message .message-header{background-color:#313244;color:#fff}html.theme--catppuccin-mocha .message.is-dark .message-body,html.theme--catppuccin-mocha .content kbd.message .message-body{border-color:#313244}html.theme--catppuccin-mocha .message.is-primary,html.theme--catppuccin-mocha .docstring>section>a.message.docs-sourcelink{background-color:#ebf3fe}html.theme--catppuccin-mocha .message.is-primary .message-header,html.theme--catppuccin-mocha .docstring>section>a.message.docs-sourcelink .message-header{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .message.is-primary .message-body,html.theme--catppuccin-mocha .docstring>section>a.message.docs-sourcelink .message-body{border-color:#89b4fa;color:#063c93}html.theme--catppuccin-mocha .message.is-link{background-color:#ebf3fe}html.theme--catppuccin-mocha .message.is-link .message-header{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .message.is-link .message-body{border-color:#89b4fa;color:#063c93}html.theme--catppuccin-mocha .message.is-info{background-color:#effbf9}html.theme--catppuccin-mocha .message.is-info .message-header{background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .message.is-info .message-body{border-color:#94e2d5;color:#207466}html.theme--catppuccin-mocha .message.is-success{background-color:#f0faef}html.theme--catppuccin-mocha .message.is-success .message-header{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .message.is-success .message-body{border-color:#a6e3a1;color:#287222}html.theme--catppuccin-mocha .message.is-warning{background-color:#fef8ec}html.theme--catppuccin-mocha .message.is-warning .message-header{background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .message.is-warning .message-body{border-color:#f9e2af;color:#8a620a}html.theme--catppuccin-mocha .message.is-danger{background-color:#fdedf1}html.theme--catppuccin-mocha .message.is-danger .message-header{background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .message.is-danger .message-body{border-color:#f38ba8;color:#991036}html.theme--catppuccin-mocha .message-header{align-items:center;background-color:#cdd6f4;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--catppuccin-mocha .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}html.theme--catppuccin-mocha .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}html.theme--catppuccin-mocha .message-body{border-color:#585b70;border-radius:.4em;border-style:solid;border-width:0 0 0 4px;color:#cdd6f4;padding:1.25em 1.5em}html.theme--catppuccin-mocha .message-body code,html.theme--catppuccin-mocha .message-body pre{background-color:#fff}html.theme--catppuccin-mocha .message-body pre code{background-color:rgba(0,0,0,0)}html.theme--catppuccin-mocha .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}html.theme--catppuccin-mocha .modal.is-active{display:flex}html.theme--catppuccin-mocha .modal-background{background-color:rgba(10,10,10,0.86)}html.theme--catppuccin-mocha .modal-content,html.theme--catppuccin-mocha .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){html.theme--catppuccin-mocha .modal-content,html.theme--catppuccin-mocha .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}html.theme--catppuccin-mocha .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}html.theme--catppuccin-mocha .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}html.theme--catppuccin-mocha .modal-card-head,html.theme--catppuccin-mocha .modal-card-foot{align-items:center;background-color:#181825;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}html.theme--catppuccin-mocha .modal-card-head{border-bottom:1px solid #585b70;border-top-left-radius:8px;border-top-right-radius:8px}html.theme--catppuccin-mocha .modal-card-title{color:#cdd6f4;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}html.theme--catppuccin-mocha .modal-card-foot{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #585b70}html.theme--catppuccin-mocha .modal-card-foot .button:not(:last-child){margin-right:.5em}html.theme--catppuccin-mocha .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#1e1e2e;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}html.theme--catppuccin-mocha .navbar{background-color:#89b4fa;min-height:4rem;position:relative;z-index:30}html.theme--catppuccin-mocha .navbar.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-white .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-white .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-white .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-white .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-white .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-white .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}html.theme--catppuccin-mocha .navbar.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-black .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-black .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-black .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-black .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-black .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-black .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-black .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}html.theme--catppuccin-mocha .navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-light .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-light .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-light .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-light .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-light .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-light .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-mocha .navbar.is-dark,html.theme--catppuccin-mocha .content kbd.navbar{background-color:#313244;color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand .navbar-link.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#262735;color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand .navbar-link::after,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-burger,html.theme--catppuccin-mocha .content kbd.navbar .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-dark .navbar-start>.navbar-item,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end>.navbar-item,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end .navbar-link.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#262735;color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end .navbar-link::after,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#262735;color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#313244;color:#fff}}html.theme--catppuccin-mocha .navbar.is-primary,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand .navbar-link.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand .navbar-link::after,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-burger,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-primary .navbar-start>.navbar-item,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end>.navbar-item,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end .navbar-link.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end .navbar-link::after,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#89b4fa;color:#fff}}html.theme--catppuccin-mocha .navbar.is-link{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-link .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-link .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-link .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-link .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-link .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-link .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-link .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#89b4fa;color:#fff}}html.theme--catppuccin-mocha .navbar.is-info{background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#80ddcd;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-info .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-info .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-info .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-info .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-info .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-info .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-info .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#80ddcd;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-info .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#80ddcd;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#94e2d5;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-mocha .navbar.is-success{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#93dd8d;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-success .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-success .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-success .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-success .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-success .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-success .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-success .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#93dd8d;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-success .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#93dd8d;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-mocha .navbar.is-warning{background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#f7d997;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-warning .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#f7d997;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f7d997;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#f9e2af;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-mocha .navbar.is-danger{background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#f17497;color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-danger .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#f17497;color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f17497;color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f38ba8;color:#fff}}html.theme--catppuccin-mocha .navbar>.container{align-items:stretch;display:flex;min-height:4rem;width:100%}html.theme--catppuccin-mocha .navbar.has-shadow{box-shadow:0 2px 0 0 #181825}html.theme--catppuccin-mocha .navbar.is-fixed-bottom,html.theme--catppuccin-mocha .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-mocha .navbar.is-fixed-bottom{bottom:0}html.theme--catppuccin-mocha .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #181825}html.theme--catppuccin-mocha .navbar.is-fixed-top{top:0}html.theme--catppuccin-mocha html.has-navbar-fixed-top,html.theme--catppuccin-mocha body.has-navbar-fixed-top{padding-top:4rem}html.theme--catppuccin-mocha html.has-navbar-fixed-bottom,html.theme--catppuccin-mocha body.has-navbar-fixed-bottom{padding-bottom:4rem}html.theme--catppuccin-mocha .navbar-brand,html.theme--catppuccin-mocha .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:4rem}html.theme--catppuccin-mocha .navbar-brand a.navbar-item:focus,html.theme--catppuccin-mocha .navbar-brand a.navbar-item:hover{background-color:transparent}html.theme--catppuccin-mocha .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}html.theme--catppuccin-mocha .navbar-burger{color:#cdd6f4;-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--catppuccin-mocha .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--catppuccin-mocha .navbar-burger span:nth-child(1){top:calc(50% - 6px)}html.theme--catppuccin-mocha .navbar-burger span:nth-child(2){top:calc(50% - 1px)}html.theme--catppuccin-mocha .navbar-burger span:nth-child(3){top:calc(50% + 4px)}html.theme--catppuccin-mocha .navbar-burger:hover{background-color:rgba(0,0,0,0.05)}html.theme--catppuccin-mocha .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.theme--catppuccin-mocha .navbar-burger.is-active span:nth-child(2){opacity:0}html.theme--catppuccin-mocha .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}html.theme--catppuccin-mocha .navbar-menu{display:none}html.theme--catppuccin-mocha .navbar-item,html.theme--catppuccin-mocha .navbar-link{color:#cdd6f4;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}html.theme--catppuccin-mocha .navbar-item .icon:only-child,html.theme--catppuccin-mocha .navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}html.theme--catppuccin-mocha a.navbar-item,html.theme--catppuccin-mocha .navbar-link{cursor:pointer}html.theme--catppuccin-mocha a.navbar-item:focus,html.theme--catppuccin-mocha a.navbar-item:focus-within,html.theme--catppuccin-mocha a.navbar-item:hover,html.theme--catppuccin-mocha a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar-link:focus,html.theme--catppuccin-mocha .navbar-link:focus-within,html.theme--catppuccin-mocha .navbar-link:hover,html.theme--catppuccin-mocha .navbar-link.is-active{background-color:rgba(0,0,0,0);color:#89b4fa}html.theme--catppuccin-mocha .navbar-item{flex-grow:0;flex-shrink:0}html.theme--catppuccin-mocha .navbar-item img{max-height:1.75rem}html.theme--catppuccin-mocha .navbar-item.has-dropdown{padding:0}html.theme--catppuccin-mocha .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:4rem;padding-bottom:calc(0.5rem - 1px)}html.theme--catppuccin-mocha .navbar-item.is-tab:focus,html.theme--catppuccin-mocha .navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#89b4fa}html.theme--catppuccin-mocha .navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#89b4fa;border-bottom-style:solid;border-bottom-width:3px;color:#89b4fa;padding-bottom:calc(0.5rem - 3px)}html.theme--catppuccin-mocha .navbar-content{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .navbar-link:not(.is-arrowless){padding-right:2.5em}html.theme--catppuccin-mocha .navbar-link:not(.is-arrowless)::after{border-color:#fff;margin-top:-0.375em;right:1.125em}html.theme--catppuccin-mocha .navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}html.theme--catppuccin-mocha .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}html.theme--catppuccin-mocha .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--catppuccin-mocha .navbar>.container{display:block}html.theme--catppuccin-mocha .navbar-brand .navbar-item,html.theme--catppuccin-mocha .navbar-tabs .navbar-item{align-items:center;display:flex}html.theme--catppuccin-mocha .navbar-link::after{display:none}html.theme--catppuccin-mocha .navbar-menu{background-color:#89b4fa;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}html.theme--catppuccin-mocha .navbar-menu.is-active{display:block}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-touch,html.theme--catppuccin-mocha .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-touch{bottom:0}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .navbar.is-fixed-top-touch{top:0}html.theme--catppuccin-mocha .navbar.is-fixed-top .navbar-menu,html.theme--catppuccin-mocha .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4rem);overflow:auto}html.theme--catppuccin-mocha html.has-navbar-fixed-top-touch,html.theme--catppuccin-mocha body.has-navbar-fixed-top-touch{padding-top:4rem}html.theme--catppuccin-mocha html.has-navbar-fixed-bottom-touch,html.theme--catppuccin-mocha body.has-navbar-fixed-bottom-touch{padding-bottom:4rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar,html.theme--catppuccin-mocha .navbar-menu,html.theme--catppuccin-mocha .navbar-start,html.theme--catppuccin-mocha .navbar-end{align-items:stretch;display:flex}html.theme--catppuccin-mocha .navbar{min-height:4rem}html.theme--catppuccin-mocha .navbar.is-spaced{padding:1rem 2rem}html.theme--catppuccin-mocha .navbar.is-spaced .navbar-start,html.theme--catppuccin-mocha .navbar.is-spaced .navbar-end{align-items:center}html.theme--catppuccin-mocha .navbar.is-spaced a.navbar-item,html.theme--catppuccin-mocha .navbar.is-spaced .navbar-link{border-radius:.4em}html.theme--catppuccin-mocha .navbar.is-transparent a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-transparent a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-transparent a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}html.theme--catppuccin-mocha .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}html.theme--catppuccin-mocha .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#7f849c}html.theme--catppuccin-mocha .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#89b4fa}html.theme--catppuccin-mocha .navbar-burger{display:none}html.theme--catppuccin-mocha .navbar-item,html.theme--catppuccin-mocha .navbar-link{align-items:center;display:flex}html.theme--catppuccin-mocha .navbar-item.has-dropdown{align-items:stretch}html.theme--catppuccin-mocha .navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}html.theme--catppuccin-mocha .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--catppuccin-mocha .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced html.theme--catppuccin-mocha .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-mocha .navbar-item.is-hoverable:hover .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}html.theme--catppuccin-mocha .navbar-menu{flex-grow:1;flex-shrink:0}html.theme--catppuccin-mocha .navbar-start{justify-content:flex-start;margin-right:auto}html.theme--catppuccin-mocha .navbar-end{justify-content:flex-end;margin-left:auto}html.theme--catppuccin-mocha .navbar-dropdown{background-color:#89b4fa;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--catppuccin-mocha .navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}html.theme--catppuccin-mocha .navbar-dropdown a.navbar-item{padding-right:3rem}html.theme--catppuccin-mocha .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-mocha .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#7f849c}html.theme--catppuccin-mocha .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#89b4fa}.navbar.is-spaced html.theme--catppuccin-mocha .navbar-dropdown,html.theme--catppuccin-mocha .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--catppuccin-mocha .navbar-dropdown.is-right{left:auto;right:0}html.theme--catppuccin-mocha .navbar-divider{display:block}html.theme--catppuccin-mocha .navbar>.container .navbar-brand,html.theme--catppuccin-mocha .container>.navbar .navbar-brand{margin-left:-.75rem}html.theme--catppuccin-mocha .navbar>.container .navbar-menu,html.theme--catppuccin-mocha .container>.navbar .navbar-menu{margin-right:-.75rem}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-desktop,html.theme--catppuccin-mocha .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-desktop{bottom:0}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .navbar.is-fixed-top-desktop{top:0}html.theme--catppuccin-mocha html.has-navbar-fixed-top-desktop,html.theme--catppuccin-mocha body.has-navbar-fixed-top-desktop{padding-top:4rem}html.theme--catppuccin-mocha html.has-navbar-fixed-bottom-desktop,html.theme--catppuccin-mocha body.has-navbar-fixed-bottom-desktop{padding-bottom:4rem}html.theme--catppuccin-mocha html.has-spaced-navbar-fixed-top,html.theme--catppuccin-mocha body.has-spaced-navbar-fixed-top{padding-top:6rem}html.theme--catppuccin-mocha html.has-spaced-navbar-fixed-bottom,html.theme--catppuccin-mocha body.has-spaced-navbar-fixed-bottom{padding-bottom:6rem}html.theme--catppuccin-mocha a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar-link.is-active{color:#89b4fa}html.theme--catppuccin-mocha a.navbar-item.is-active:not(:focus):not(:hover),html.theme--catppuccin-mocha .navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}html.theme--catppuccin-mocha .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}html.theme--catppuccin-mocha .hero.is-fullheight-with-navbar{min-height:calc(100vh - 4rem)}html.theme--catppuccin-mocha .pagination{font-size:1rem;margin:-.25rem}html.theme--catppuccin-mocha .pagination.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}html.theme--catppuccin-mocha .pagination.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .pagination.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .pagination.is-rounded .pagination-previous,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,html.theme--catppuccin-mocha .pagination.is-rounded .pagination-next,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}html.theme--catppuccin-mocha .pagination.is-rounded .pagination-link,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}html.theme--catppuccin-mocha .pagination,html.theme--catppuccin-mocha .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha .pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-link{border-color:#585b70;color:#89b4fa;min-width:2.5em}html.theme--catppuccin-mocha .pagination-previous:hover,html.theme--catppuccin-mocha .pagination-next:hover,html.theme--catppuccin-mocha .pagination-link:hover{border-color:#6c7086;color:#89dceb}html.theme--catppuccin-mocha .pagination-previous:focus,html.theme--catppuccin-mocha .pagination-next:focus,html.theme--catppuccin-mocha .pagination-link:focus{border-color:#6c7086}html.theme--catppuccin-mocha .pagination-previous:active,html.theme--catppuccin-mocha .pagination-next:active,html.theme--catppuccin-mocha .pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}html.theme--catppuccin-mocha .pagination-previous[disabled],html.theme--catppuccin-mocha .pagination-previous.is-disabled,html.theme--catppuccin-mocha .pagination-next[disabled],html.theme--catppuccin-mocha .pagination-next.is-disabled,html.theme--catppuccin-mocha .pagination-link[disabled],html.theme--catppuccin-mocha .pagination-link.is-disabled{background-color:#585b70;border-color:#585b70;box-shadow:none;color:#f7f8fd;opacity:0.5}html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}html.theme--catppuccin-mocha .pagination-link.is-current{background-color:#89b4fa;border-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .pagination-ellipsis{color:#6c7086;pointer-events:none}html.theme--catppuccin-mocha .pagination-list{flex-wrap:wrap}html.theme--catppuccin-mocha .pagination-list li{list-style:none}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .pagination{flex-wrap:wrap}html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha .pagination-ellipsis{margin-bottom:0;margin-top:0}html.theme--catppuccin-mocha .pagination-previous{order:2}html.theme--catppuccin-mocha .pagination-next{order:3}html.theme--catppuccin-mocha .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}html.theme--catppuccin-mocha .pagination.is-centered .pagination-previous{order:1}html.theme--catppuccin-mocha .pagination.is-centered .pagination-list{justify-content:center;order:2}html.theme--catppuccin-mocha .pagination.is-centered .pagination-next{order:3}html.theme--catppuccin-mocha .pagination.is-right .pagination-previous{order:1}html.theme--catppuccin-mocha .pagination.is-right .pagination-next{order:2}html.theme--catppuccin-mocha .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}html.theme--catppuccin-mocha .panel{border-radius:8px;box-shadow:#171717;font-size:1rem}html.theme--catppuccin-mocha .panel:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-mocha .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}html.theme--catppuccin-mocha .panel.is-white .panel-block.is-active .panel-icon{color:#fff}html.theme--catppuccin-mocha .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}html.theme--catppuccin-mocha .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}html.theme--catppuccin-mocha .panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}html.theme--catppuccin-mocha .panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}html.theme--catppuccin-mocha .panel.is-dark .panel-heading,html.theme--catppuccin-mocha .content kbd.panel .panel-heading{background-color:#313244;color:#fff}html.theme--catppuccin-mocha .panel.is-dark .panel-tabs a.is-active,html.theme--catppuccin-mocha .content kbd.panel .panel-tabs a.is-active{border-bottom-color:#313244}html.theme--catppuccin-mocha .panel.is-dark .panel-block.is-active .panel-icon,html.theme--catppuccin-mocha .content kbd.panel .panel-block.is-active .panel-icon{color:#313244}html.theme--catppuccin-mocha .panel.is-primary .panel-heading,html.theme--catppuccin-mocha .docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .panel.is-primary .panel-tabs a.is-active,html.theme--catppuccin-mocha .docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#89b4fa}html.theme--catppuccin-mocha .panel.is-primary .panel-block.is-active .panel-icon,html.theme--catppuccin-mocha .docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#89b4fa}html.theme--catppuccin-mocha .panel.is-link .panel-heading{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .panel.is-link .panel-tabs a.is-active{border-bottom-color:#89b4fa}html.theme--catppuccin-mocha .panel.is-link .panel-block.is-active .panel-icon{color:#89b4fa}html.theme--catppuccin-mocha .panel.is-info .panel-heading{background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .panel.is-info .panel-tabs a.is-active{border-bottom-color:#94e2d5}html.theme--catppuccin-mocha .panel.is-info .panel-block.is-active .panel-icon{color:#94e2d5}html.theme--catppuccin-mocha .panel.is-success .panel-heading{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .panel.is-success .panel-tabs a.is-active{border-bottom-color:#a6e3a1}html.theme--catppuccin-mocha .panel.is-success .panel-block.is-active .panel-icon{color:#a6e3a1}html.theme--catppuccin-mocha .panel.is-warning .panel-heading{background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#f9e2af}html.theme--catppuccin-mocha .panel.is-warning .panel-block.is-active .panel-icon{color:#f9e2af}html.theme--catppuccin-mocha .panel.is-danger .panel-heading{background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f38ba8}html.theme--catppuccin-mocha .panel.is-danger .panel-block.is-active .panel-icon{color:#f38ba8}html.theme--catppuccin-mocha .panel-tabs:not(:last-child),html.theme--catppuccin-mocha .panel-block:not(:last-child){border-bottom:1px solid #ededed}html.theme--catppuccin-mocha .panel-heading{background-color:#45475a;border-radius:8px 8px 0 0;color:#b8c5ef;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}html.theme--catppuccin-mocha .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}html.theme--catppuccin-mocha .panel-tabs a{border-bottom:1px solid #585b70;margin-bottom:-1px;padding:0.5em}html.theme--catppuccin-mocha .panel-tabs a.is-active{border-bottom-color:#45475a;color:#71a4f9}html.theme--catppuccin-mocha .panel-list a{color:#cdd6f4}html.theme--catppuccin-mocha .panel-list a:hover{color:#89b4fa}html.theme--catppuccin-mocha .panel-block{align-items:center;color:#b8c5ef;display:flex;justify-content:flex-start;padding:0.5em 0.75em}html.theme--catppuccin-mocha .panel-block input[type="checkbox"]{margin-right:.75em}html.theme--catppuccin-mocha .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}html.theme--catppuccin-mocha .panel-block.is-wrapped{flex-wrap:wrap}html.theme--catppuccin-mocha .panel-block.is-active{border-left-color:#89b4fa;color:#71a4f9}html.theme--catppuccin-mocha .panel-block.is-active .panel-icon{color:#89b4fa}html.theme--catppuccin-mocha .panel-block:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.theme--catppuccin-mocha a.panel-block,html.theme--catppuccin-mocha label.panel-block{cursor:pointer}html.theme--catppuccin-mocha a.panel-block:hover,html.theme--catppuccin-mocha label.panel-block:hover{background-color:#181825}html.theme--catppuccin-mocha .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#f7f8fd;margin-right:.75em}html.theme--catppuccin-mocha .panel-icon .fa{font-size:inherit;line-height:inherit}html.theme--catppuccin-mocha .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--catppuccin-mocha .tabs a{align-items:center;border-bottom-color:#585b70;border-bottom-style:solid;border-bottom-width:1px;color:#cdd6f4;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}html.theme--catppuccin-mocha .tabs a:hover{border-bottom-color:#b8c5ef;color:#b8c5ef}html.theme--catppuccin-mocha .tabs li{display:block}html.theme--catppuccin-mocha .tabs li.is-active a{border-bottom-color:#89b4fa;color:#89b4fa}html.theme--catppuccin-mocha .tabs ul{align-items:center;border-bottom-color:#585b70;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}html.theme--catppuccin-mocha .tabs ul.is-left{padding-right:0.75em}html.theme--catppuccin-mocha .tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}html.theme--catppuccin-mocha .tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}html.theme--catppuccin-mocha .tabs .icon:first-child{margin-right:.5em}html.theme--catppuccin-mocha .tabs .icon:last-child{margin-left:.5em}html.theme--catppuccin-mocha .tabs.is-centered ul{justify-content:center}html.theme--catppuccin-mocha .tabs.is-right ul{justify-content:flex-end}html.theme--catppuccin-mocha .tabs.is-boxed a{border:1px solid transparent;border-radius:.4em .4em 0 0}html.theme--catppuccin-mocha .tabs.is-boxed a:hover{background-color:#181825;border-bottom-color:#585b70}html.theme--catppuccin-mocha .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#585b70;border-bottom-color:rgba(0,0,0,0) !important}html.theme--catppuccin-mocha .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}html.theme--catppuccin-mocha .tabs.is-toggle a{border-color:#585b70;border-style:solid;border-width:1px;margin-bottom:0;position:relative}html.theme--catppuccin-mocha .tabs.is-toggle a:hover{background-color:#181825;border-color:#6c7086;z-index:2}html.theme--catppuccin-mocha .tabs.is-toggle li+li{margin-left:-1px}html.theme--catppuccin-mocha .tabs.is-toggle li:first-child a{border-top-left-radius:.4em;border-bottom-left-radius:.4em}html.theme--catppuccin-mocha .tabs.is-toggle li:last-child a{border-top-right-radius:.4em;border-bottom-right-radius:.4em}html.theme--catppuccin-mocha .tabs.is-toggle li.is-active a{background-color:#89b4fa;border-color:#89b4fa;color:#fff;z-index:1}html.theme--catppuccin-mocha .tabs.is-toggle ul{border-bottom:none}html.theme--catppuccin-mocha .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--catppuccin-mocha .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--catppuccin-mocha .tabs.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}html.theme--catppuccin-mocha .tabs.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .tabs.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-narrow{flex:none;width:unset}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-full{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-half{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-half{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-0{flex:none;width:0%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-0{margin-left:0%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-3{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-3{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-6{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-6{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-9{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-9{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-12{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .column.is-narrow-mobile{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full-mobile{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters-mobile{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds-mobile{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half-mobile{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third-mobile{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter-mobile{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth-mobile{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths-mobile{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths-mobile{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths-mobile{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters-mobile{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds-mobile{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half-mobile{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third-mobile{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter-mobile{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth-mobile{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths-mobile{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths-mobile{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths-mobile{margin-left:80%}html.theme--catppuccin-mocha .column.is-0-mobile{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0-mobile{margin-left:0%}html.theme--catppuccin-mocha .column.is-1-mobile{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1-mobile{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2-mobile{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2-mobile{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3-mobile{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3-mobile{margin-left:25%}html.theme--catppuccin-mocha .column.is-4-mobile{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4-mobile{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5-mobile{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5-mobile{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6-mobile{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6-mobile{margin-left:50%}html.theme--catppuccin-mocha .column.is-7-mobile{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7-mobile{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8-mobile{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8-mobile{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9-mobile{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9-mobile{margin-left:75%}html.theme--catppuccin-mocha .column.is-10-mobile{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10-mobile{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11-mobile{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11-mobile{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12-mobile{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .column.is-narrow,html.theme--catppuccin-mocha .column.is-narrow-tablet{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full,html.theme--catppuccin-mocha .column.is-full-tablet{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters,html.theme--catppuccin-mocha .column.is-three-quarters-tablet{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds,html.theme--catppuccin-mocha .column.is-two-thirds-tablet{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half,html.theme--catppuccin-mocha .column.is-half-tablet{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third,html.theme--catppuccin-mocha .column.is-one-third-tablet{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter,html.theme--catppuccin-mocha .column.is-one-quarter-tablet{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth,html.theme--catppuccin-mocha .column.is-one-fifth-tablet{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths,html.theme--catppuccin-mocha .column.is-two-fifths-tablet{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths,html.theme--catppuccin-mocha .column.is-three-fifths-tablet{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths,html.theme--catppuccin-mocha .column.is-four-fifths-tablet{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters,html.theme--catppuccin-mocha .column.is-offset-three-quarters-tablet{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds,html.theme--catppuccin-mocha .column.is-offset-two-thirds-tablet{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half,html.theme--catppuccin-mocha .column.is-offset-half-tablet{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third,html.theme--catppuccin-mocha .column.is-offset-one-third-tablet{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter,html.theme--catppuccin-mocha .column.is-offset-one-quarter-tablet{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth,html.theme--catppuccin-mocha .column.is-offset-one-fifth-tablet{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths,html.theme--catppuccin-mocha .column.is-offset-two-fifths-tablet{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths,html.theme--catppuccin-mocha .column.is-offset-three-fifths-tablet{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths,html.theme--catppuccin-mocha .column.is-offset-four-fifths-tablet{margin-left:80%}html.theme--catppuccin-mocha .column.is-0,html.theme--catppuccin-mocha .column.is-0-tablet{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0,html.theme--catppuccin-mocha .column.is-offset-0-tablet{margin-left:0%}html.theme--catppuccin-mocha .column.is-1,html.theme--catppuccin-mocha .column.is-1-tablet{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1,html.theme--catppuccin-mocha .column.is-offset-1-tablet{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2,html.theme--catppuccin-mocha .column.is-2-tablet{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2,html.theme--catppuccin-mocha .column.is-offset-2-tablet{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3,html.theme--catppuccin-mocha .column.is-3-tablet{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3,html.theme--catppuccin-mocha .column.is-offset-3-tablet{margin-left:25%}html.theme--catppuccin-mocha .column.is-4,html.theme--catppuccin-mocha .column.is-4-tablet{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4,html.theme--catppuccin-mocha .column.is-offset-4-tablet{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5,html.theme--catppuccin-mocha .column.is-5-tablet{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5,html.theme--catppuccin-mocha .column.is-offset-5-tablet{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6,html.theme--catppuccin-mocha .column.is-6-tablet{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6,html.theme--catppuccin-mocha .column.is-offset-6-tablet{margin-left:50%}html.theme--catppuccin-mocha .column.is-7,html.theme--catppuccin-mocha .column.is-7-tablet{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7,html.theme--catppuccin-mocha .column.is-offset-7-tablet{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8,html.theme--catppuccin-mocha .column.is-8-tablet{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8,html.theme--catppuccin-mocha .column.is-offset-8-tablet{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9,html.theme--catppuccin-mocha .column.is-9-tablet{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9,html.theme--catppuccin-mocha .column.is-offset-9-tablet{margin-left:75%}html.theme--catppuccin-mocha .column.is-10,html.theme--catppuccin-mocha .column.is-10-tablet{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10,html.theme--catppuccin-mocha .column.is-offset-10-tablet{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11,html.theme--catppuccin-mocha .column.is-11-tablet{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11,html.theme--catppuccin-mocha .column.is-offset-11-tablet{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12,html.theme--catppuccin-mocha .column.is-12-tablet{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12,html.theme--catppuccin-mocha .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .column.is-narrow-touch{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full-touch{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters-touch{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds-touch{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half-touch{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third-touch{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter-touch{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth-touch{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths-touch{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths-touch{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths-touch{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters-touch{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds-touch{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half-touch{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third-touch{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter-touch{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth-touch{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths-touch{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths-touch{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths-touch{margin-left:80%}html.theme--catppuccin-mocha .column.is-0-touch{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0-touch{margin-left:0%}html.theme--catppuccin-mocha .column.is-1-touch{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1-touch{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2-touch{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2-touch{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3-touch{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3-touch{margin-left:25%}html.theme--catppuccin-mocha .column.is-4-touch{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4-touch{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5-touch{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5-touch{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6-touch{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6-touch{margin-left:50%}html.theme--catppuccin-mocha .column.is-7-touch{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7-touch{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8-touch{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8-touch{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9-touch{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9-touch{margin-left:75%}html.theme--catppuccin-mocha .column.is-10-touch{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10-touch{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11-touch{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11-touch{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12-touch{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .column.is-narrow-desktop{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full-desktop{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters-desktop{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds-desktop{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half-desktop{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third-desktop{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter-desktop{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth-desktop{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths-desktop{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths-desktop{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths-desktop{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters-desktop{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds-desktop{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half-desktop{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third-desktop{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter-desktop{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth-desktop{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths-desktop{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths-desktop{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths-desktop{margin-left:80%}html.theme--catppuccin-mocha .column.is-0-desktop{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0-desktop{margin-left:0%}html.theme--catppuccin-mocha .column.is-1-desktop{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1-desktop{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2-desktop{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2-desktop{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3-desktop{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3-desktop{margin-left:25%}html.theme--catppuccin-mocha .column.is-4-desktop{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4-desktop{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5-desktop{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5-desktop{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6-desktop{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6-desktop{margin-left:50%}html.theme--catppuccin-mocha .column.is-7-desktop{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7-desktop{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8-desktop{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8-desktop{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9-desktop{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9-desktop{margin-left:75%}html.theme--catppuccin-mocha .column.is-10-desktop{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10-desktop{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11-desktop{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11-desktop{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12-desktop{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .column.is-narrow-widescreen{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full-widescreen{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters-widescreen{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds-widescreen{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half-widescreen{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third-widescreen{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter-widescreen{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth-widescreen{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths-widescreen{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths-widescreen{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths-widescreen{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters-widescreen{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half-widescreen{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third-widescreen{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter-widescreen{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth-widescreen{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths-widescreen{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths-widescreen{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths-widescreen{margin-left:80%}html.theme--catppuccin-mocha .column.is-0-widescreen{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0-widescreen{margin-left:0%}html.theme--catppuccin-mocha .column.is-1-widescreen{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1-widescreen{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2-widescreen{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2-widescreen{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3-widescreen{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3-widescreen{margin-left:25%}html.theme--catppuccin-mocha .column.is-4-widescreen{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4-widescreen{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5-widescreen{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5-widescreen{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6-widescreen{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6-widescreen{margin-left:50%}html.theme--catppuccin-mocha .column.is-7-widescreen{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7-widescreen{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8-widescreen{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8-widescreen{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9-widescreen{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9-widescreen{margin-left:75%}html.theme--catppuccin-mocha .column.is-10-widescreen{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10-widescreen{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11-widescreen{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11-widescreen{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12-widescreen{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .column.is-narrow-fullhd{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full-fullhd{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters-fullhd{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds-fullhd{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half-fullhd{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third-fullhd{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter-fullhd{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth-fullhd{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths-fullhd{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths-fullhd{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths-fullhd{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters-fullhd{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half-fullhd{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third-fullhd{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter-fullhd{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth-fullhd{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths-fullhd{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths-fullhd{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths-fullhd{margin-left:80%}html.theme--catppuccin-mocha .column.is-0-fullhd{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0-fullhd{margin-left:0%}html.theme--catppuccin-mocha .column.is-1-fullhd{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1-fullhd{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2-fullhd{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2-fullhd{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3-fullhd{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3-fullhd{margin-left:25%}html.theme--catppuccin-mocha .column.is-4-fullhd{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4-fullhd{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5-fullhd{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5-fullhd{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6-fullhd{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6-fullhd{margin-left:50%}html.theme--catppuccin-mocha .column.is-7-fullhd{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7-fullhd{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8-fullhd{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8-fullhd{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9-fullhd{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9-fullhd{margin-left:75%}html.theme--catppuccin-mocha .column.is-10-fullhd{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10-fullhd{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11-fullhd{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11-fullhd{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12-fullhd{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12-fullhd{margin-left:100%}}html.theme--catppuccin-mocha .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-mocha .columns:last-child{margin-bottom:-.75rem}html.theme--catppuccin-mocha .columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}html.theme--catppuccin-mocha .columns.is-centered{justify-content:center}html.theme--catppuccin-mocha .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}html.theme--catppuccin-mocha .columns.is-gapless>.column{margin:0;padding:0 !important}html.theme--catppuccin-mocha .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-mocha .columns.is-gapless:last-child{margin-bottom:0}html.theme--catppuccin-mocha .columns.is-mobile{display:flex}html.theme--catppuccin-mocha .columns.is-multiline{flex-wrap:wrap}html.theme--catppuccin-mocha .columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-desktop{display:flex}}html.theme--catppuccin-mocha .columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}html.theme--catppuccin-mocha .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}html.theme--catppuccin-mocha .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}html.theme--catppuccin-mocha .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}html.theme--catppuccin-mocha .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}html.theme--catppuccin-mocha .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}html.theme--catppuccin-mocha .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}html.theme--catppuccin-mocha .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}html.theme--catppuccin-mocha .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}html.theme--catppuccin-mocha .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}html.theme--catppuccin-mocha .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}html.theme--catppuccin-mocha .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}html.theme--catppuccin-mocha .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-mocha .tile.is-ancestor:last-child{margin-bottom:-.75rem}html.theme--catppuccin-mocha .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-mocha .tile.is-child{margin:0 !important}html.theme--catppuccin-mocha .tile.is-parent{padding:.75rem}html.theme--catppuccin-mocha .tile.is-vertical{flex-direction:column}html.theme--catppuccin-mocha .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .tile:not(.is-child){display:flex}html.theme--catppuccin-mocha .tile.is-1{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .tile.is-2{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .tile.is-3{flex:none;width:25%}html.theme--catppuccin-mocha .tile.is-4{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .tile.is-5{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .tile.is-6{flex:none;width:50%}html.theme--catppuccin-mocha .tile.is-7{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .tile.is-8{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .tile.is-9{flex:none;width:75%}html.theme--catppuccin-mocha .tile.is-10{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .tile.is-11{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .tile.is-12{flex:none;width:100%}}html.theme--catppuccin-mocha .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}html.theme--catppuccin-mocha .hero .navbar{background:none}html.theme--catppuccin-mocha .hero .tabs ul{border-bottom:none}html.theme--catppuccin-mocha .hero.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-white strong{color:inherit}html.theme--catppuccin-mocha .hero.is-white .title{color:#0a0a0a}html.theme--catppuccin-mocha .hero.is-white .subtitle{color:rgba(10,10,10,0.9)}html.theme--catppuccin-mocha .hero.is-white .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-white .navbar-menu{background-color:#fff}}html.theme--catppuccin-mocha .hero.is-white .navbar-item,html.theme--catppuccin-mocha .hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}html.theme--catppuccin-mocha .hero.is-white a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-white a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-white .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-mocha .hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}html.theme--catppuccin-mocha .hero.is-white .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}html.theme--catppuccin-mocha .hero.is-white .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-white .tabs.is-toggle a{color:#0a0a0a}html.theme--catppuccin-mocha .hero.is-white .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-white .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-white .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-white .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}html.theme--catppuccin-mocha .hero.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-black strong{color:inherit}html.theme--catppuccin-mocha .hero.is-black .title{color:#fff}html.theme--catppuccin-mocha .hero.is-black .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-mocha .hero.is-black .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-black .navbar-menu{background-color:#0a0a0a}}html.theme--catppuccin-mocha .hero.is-black .navbar-item,html.theme--catppuccin-mocha .hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-mocha .hero.is-black a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-black a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-black .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-mocha .hero.is-black .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-mocha .hero.is-black .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}html.theme--catppuccin-mocha .hero.is-black .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-black .tabs.is-toggle a{color:#fff}html.theme--catppuccin-mocha .hero.is-black .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-black .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-black .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-black .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}html.theme--catppuccin-mocha .hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-light strong{color:inherit}html.theme--catppuccin-mocha .hero.is-light .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-light .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-mocha .hero.is-light .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-light .navbar-menu{background-color:#f5f5f5}}html.theme--catppuccin-mocha .hero.is-light .navbar-item,html.theme--catppuccin-mocha .hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-light a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-light a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-light .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-mocha .hero.is-light .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}html.theme--catppuccin-mocha .hero.is-light .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-light .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-light .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-light .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-light .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .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}html.theme--catppuccin-mocha .hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}html.theme--catppuccin-mocha .hero.is-dark,html.theme--catppuccin-mocha .content kbd.hero{background-color:#313244;color:#fff}html.theme--catppuccin-mocha .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-dark strong,html.theme--catppuccin-mocha .content kbd.hero strong{color:inherit}html.theme--catppuccin-mocha .hero.is-dark .title,html.theme--catppuccin-mocha .content kbd.hero .title{color:#fff}html.theme--catppuccin-mocha .hero.is-dark .subtitle,html.theme--catppuccin-mocha .content kbd.hero .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-mocha .hero.is-dark .subtitle a:not(.button),html.theme--catppuccin-mocha .content kbd.hero .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-dark .subtitle strong,html.theme--catppuccin-mocha .content kbd.hero .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-dark .navbar-menu,html.theme--catppuccin-mocha .content kbd.hero .navbar-menu{background-color:#313244}}html.theme--catppuccin-mocha .hero.is-dark .navbar-item,html.theme--catppuccin-mocha .content kbd.hero .navbar-item,html.theme--catppuccin-mocha .hero.is-dark .navbar-link,html.theme--catppuccin-mocha .content kbd.hero .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-mocha .hero.is-dark a.navbar-item:hover,html.theme--catppuccin-mocha .content kbd.hero a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-dark a.navbar-item.is-active,html.theme--catppuccin-mocha .content kbd.hero a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-dark .navbar-link:hover,html.theme--catppuccin-mocha .content kbd.hero .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-dark .navbar-link.is-active,html.theme--catppuccin-mocha .content kbd.hero .navbar-link.is-active{background-color:#262735;color:#fff}html.theme--catppuccin-mocha .hero.is-dark .tabs a,html.theme--catppuccin-mocha .content kbd.hero .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-mocha .hero.is-dark .tabs a:hover,html.theme--catppuccin-mocha .content kbd.hero .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-dark .tabs li.is-active a,html.theme--catppuccin-mocha .content kbd.hero .tabs li.is-active a{color:#313244 !important;opacity:1}html.theme--catppuccin-mocha .hero.is-dark .tabs.is-boxed a,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-dark .tabs.is-toggle a,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-toggle a{color:#fff}html.theme--catppuccin-mocha .hero.is-dark .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-dark .tabs.is-toggle a:hover,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-dark .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-dark .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-dark .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#313244}html.theme--catppuccin-mocha .hero.is-dark.is-bold,html.theme--catppuccin-mocha .content kbd.hero.is-bold{background-image:linear-gradient(141deg, #181c2a 0%, #313244 71%, #3c3856 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-dark.is-bold .navbar-menu,html.theme--catppuccin-mocha .content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #181c2a 0%, #313244 71%, #3c3856 100%)}}html.theme--catppuccin-mocha .hero.is-primary,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-primary strong,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink strong{color:inherit}html.theme--catppuccin-mocha .hero.is-primary .title,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .title{color:#fff}html.theme--catppuccin-mocha .hero.is-primary .subtitle,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-mocha .hero.is-primary .subtitle a:not(.button),html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-primary .subtitle strong,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-primary .navbar-menu,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#89b4fa}}html.theme--catppuccin-mocha .hero.is-primary .navbar-item,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .navbar-item,html.theme--catppuccin-mocha .hero.is-primary .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-mocha .hero.is-primary a.navbar-item:hover,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-primary a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-primary .navbar-link:hover,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-primary .navbar-link.is-active,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .hero.is-primary .tabs a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-mocha .hero.is-primary .tabs a:hover,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-primary .tabs li.is-active a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#89b4fa !important;opacity:1}html.theme--catppuccin-mocha .hero.is-primary .tabs.is-boxed a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-primary .tabs.is-toggle a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}html.theme--catppuccin-mocha .hero.is-primary .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-primary .tabs.is-toggle a:hover,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-primary .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-primary .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-primary .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .hero.is-primary.is-bold,html.theme--catppuccin-mocha .docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #51b0ff 0%, #89b4fa 71%, #9fb3fd 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-primary.is-bold .navbar-menu,html.theme--catppuccin-mocha .docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #51b0ff 0%, #89b4fa 71%, #9fb3fd 100%)}}html.theme--catppuccin-mocha .hero.is-link{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-link strong{color:inherit}html.theme--catppuccin-mocha .hero.is-link .title{color:#fff}html.theme--catppuccin-mocha .hero.is-link .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-mocha .hero.is-link .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-link .navbar-menu{background-color:#89b4fa}}html.theme--catppuccin-mocha .hero.is-link .navbar-item,html.theme--catppuccin-mocha .hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-mocha .hero.is-link a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-link a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-link .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-link .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .hero.is-link .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-mocha .hero.is-link .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-link .tabs li.is-active a{color:#89b4fa !important;opacity:1}html.theme--catppuccin-mocha .hero.is-link .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-link .tabs.is-toggle a{color:#fff}html.theme--catppuccin-mocha .hero.is-link .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-link .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-link .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-link .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .hero.is-link.is-bold{background-image:linear-gradient(141deg, #51b0ff 0%, #89b4fa 71%, #9fb3fd 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #51b0ff 0%, #89b4fa 71%, #9fb3fd 100%)}}html.theme--catppuccin-mocha .hero.is-info{background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-info strong{color:inherit}html.theme--catppuccin-mocha .hero.is-info .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-info .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-mocha .hero.is-info .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-info .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-info .navbar-menu{background-color:#94e2d5}}html.theme--catppuccin-mocha .hero.is-info .navbar-item,html.theme--catppuccin-mocha .hero.is-info .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-info a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-info a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-info .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-info .navbar-link.is-active{background-color:#80ddcd;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-info .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-mocha .hero.is-info .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-info .tabs li.is-active a{color:#94e2d5 !important;opacity:1}html.theme--catppuccin-mocha .hero.is-info .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-info .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-info .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-info .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-info .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-info .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-info .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:#94e2d5}html.theme--catppuccin-mocha .hero.is-info.is-bold{background-image:linear-gradient(141deg, #63e0b6 0%, #94e2d5 71%, #a5eaea 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #63e0b6 0%, #94e2d5 71%, #a5eaea 100%)}}html.theme--catppuccin-mocha .hero.is-success{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-success strong{color:inherit}html.theme--catppuccin-mocha .hero.is-success .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-success .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-mocha .hero.is-success .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-success .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-success .navbar-menu{background-color:#a6e3a1}}html.theme--catppuccin-mocha .hero.is-success .navbar-item,html.theme--catppuccin-mocha .hero.is-success .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-success a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-success a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-success .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-success .navbar-link.is-active{background-color:#93dd8d;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-success .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-mocha .hero.is-success .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-success .tabs li.is-active a{color:#a6e3a1 !important;opacity:1}html.theme--catppuccin-mocha .hero.is-success .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-success .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-success .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-success .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-success .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-success .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-success .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:#a6e3a1}html.theme--catppuccin-mocha .hero.is-success.is-bold{background-image:linear-gradient(141deg, #8ce071 0%, #a6e3a1 71%, #b2ebb7 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #8ce071 0%, #a6e3a1 71%, #b2ebb7 100%)}}html.theme--catppuccin-mocha .hero.is-warning{background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-warning strong{color:inherit}html.theme--catppuccin-mocha .hero.is-warning .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-warning .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-mocha .hero.is-warning .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-warning .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-warning .navbar-menu{background-color:#f9e2af}}html.theme--catppuccin-mocha .hero.is-warning .navbar-item,html.theme--catppuccin-mocha .hero.is-warning .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-warning a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-warning a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-warning .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-warning .navbar-link.is-active{background-color:#f7d997;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-warning .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-mocha .hero.is-warning .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-warning .tabs li.is-active a{color:#f9e2af !important;opacity:1}html.theme--catppuccin-mocha .hero.is-warning .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-warning .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-warning .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-warning .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-warning .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .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:#f9e2af}html.theme--catppuccin-mocha .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #fcbd79 0%, #f9e2af 71%, #fcf4c5 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #fcbd79 0%, #f9e2af 71%, #fcf4c5 100%)}}html.theme--catppuccin-mocha .hero.is-danger{background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-danger strong{color:inherit}html.theme--catppuccin-mocha .hero.is-danger .title{color:#fff}html.theme--catppuccin-mocha .hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-mocha .hero.is-danger .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-danger .navbar-menu{background-color:#f38ba8}}html.theme--catppuccin-mocha .hero.is-danger .navbar-item,html.theme--catppuccin-mocha .hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-mocha .hero.is-danger a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-danger a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-danger .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-danger .navbar-link.is-active{background-color:#f17497;color:#fff}html.theme--catppuccin-mocha .hero.is-danger .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-mocha .hero.is-danger .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-danger .tabs li.is-active a{color:#f38ba8 !important;opacity:1}html.theme--catppuccin-mocha .hero.is-danger .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-danger .tabs.is-toggle a{color:#fff}html.theme--catppuccin-mocha .hero.is-danger .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-danger .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-danger .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-danger .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f38ba8}html.theme--catppuccin-mocha .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #f7549d 0%, #f38ba8 71%, #f8a0a9 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #f7549d 0%, #f38ba8 71%, #f8a0a9 100%)}}html.theme--catppuccin-mocha .hero.is-small .hero-body,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .hero.is-large .hero-body{padding:18rem 6rem}}html.theme--catppuccin-mocha .hero.is-halfheight .hero-body,html.theme--catppuccin-mocha .hero.is-fullheight .hero-body,html.theme--catppuccin-mocha .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}html.theme--catppuccin-mocha .hero.is-halfheight .hero-body>.container,html.theme--catppuccin-mocha .hero.is-fullheight .hero-body>.container,html.theme--catppuccin-mocha .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .hero.is-halfheight{min-height:50vh}html.theme--catppuccin-mocha .hero.is-fullheight{min-height:100vh}html.theme--catppuccin-mocha .hero-video{overflow:hidden}html.theme--catppuccin-mocha .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}html.theme--catppuccin-mocha .hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero-video{display:none}}html.theme--catppuccin-mocha .hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero-buttons .button{display:flex}html.theme--catppuccin-mocha .hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .hero-buttons{display:flex;justify-content:center}html.theme--catppuccin-mocha .hero-buttons .button:not(:last-child){margin-right:1.5rem}}html.theme--catppuccin-mocha .hero-head,html.theme--catppuccin-mocha .hero-foot{flex-grow:0;flex-shrink:0}html.theme--catppuccin-mocha .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .hero-body{padding:3rem 3rem}}html.theme--catppuccin-mocha .section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .section{padding:3rem 3rem}html.theme--catppuccin-mocha .section.is-medium{padding:9rem 4.5rem}html.theme--catppuccin-mocha .section.is-large{padding:18rem 6rem}}html.theme--catppuccin-mocha .footer{background-color:#181825;padding:3rem 1.5rem 6rem}html.theme--catppuccin-mocha h1 .docs-heading-anchor,html.theme--catppuccin-mocha h1 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h1 .docs-heading-anchor:visited,html.theme--catppuccin-mocha h2 .docs-heading-anchor,html.theme--catppuccin-mocha h2 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h2 .docs-heading-anchor:visited,html.theme--catppuccin-mocha h3 .docs-heading-anchor,html.theme--catppuccin-mocha h3 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h3 .docs-heading-anchor:visited,html.theme--catppuccin-mocha h4 .docs-heading-anchor,html.theme--catppuccin-mocha h4 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h4 .docs-heading-anchor:visited,html.theme--catppuccin-mocha h5 .docs-heading-anchor,html.theme--catppuccin-mocha h5 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h5 .docs-heading-anchor:visited,html.theme--catppuccin-mocha h6 .docs-heading-anchor,html.theme--catppuccin-mocha h6 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h6 .docs-heading-anchor:visited{color:#cdd6f4}html.theme--catppuccin-mocha h1 .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h2 .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h3 .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h4 .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h5 .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}html.theme--catppuccin-mocha h1 .docs-heading-anchor-permalink::before,html.theme--catppuccin-mocha h2 .docs-heading-anchor-permalink::before,html.theme--catppuccin-mocha h3 .docs-heading-anchor-permalink::before,html.theme--catppuccin-mocha h4 .docs-heading-anchor-permalink::before,html.theme--catppuccin-mocha h5 .docs-heading-anchor-permalink::before,html.theme--catppuccin-mocha h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}html.theme--catppuccin-mocha h1:hover .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h2:hover .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h3:hover .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h4:hover .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h5:hover .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h6:hover .docs-heading-anchor-permalink{visibility:visible}html.theme--catppuccin-mocha .docs-light-only{display:none !important}html.theme--catppuccin-mocha pre{position:relative;overflow:hidden}html.theme--catppuccin-mocha pre code,html.theme--catppuccin-mocha pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}html.theme--catppuccin-mocha pre code:first-of-type,html.theme--catppuccin-mocha pre code.hljs:first-of-type{padding-top:0.5rem !important}html.theme--catppuccin-mocha pre code:last-of-type,html.theme--catppuccin-mocha pre code.hljs:last-of-type{padding-bottom:0.5rem !important}html.theme--catppuccin-mocha 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:#cdd6f4;cursor:pointer;text-align:center}html.theme--catppuccin-mocha pre .copy-button:focus,html.theme--catppuccin-mocha pre .copy-button:hover{opacity:1;background:rgba(205,214,244,0.1);color:#89b4fa}html.theme--catppuccin-mocha pre .copy-button.success{color:#a6e3a1;opacity:1}html.theme--catppuccin-mocha pre .copy-button.error{color:#f38ba8;opacity:1}html.theme--catppuccin-mocha pre:hover .copy-button{opacity:1}html.theme--catppuccin-mocha .admonition{background-color:#181825;border-style:solid;border-width:2px;border-color:#bac2de;border-radius:4px;font-size:1rem}html.theme--catppuccin-mocha .admonition strong{color:currentColor}html.theme--catppuccin-mocha .admonition.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}html.theme--catppuccin-mocha .admonition.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .admonition.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .admonition.is-default{background-color:#181825;border-color:#bac2de}html.theme--catppuccin-mocha .admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#bac2de}html.theme--catppuccin-mocha .admonition.is-default>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-info{background-color:#181825;border-color:#94e2d5}html.theme--catppuccin-mocha .admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#94e2d5}html.theme--catppuccin-mocha .admonition.is-info>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-success{background-color:#181825;border-color:#a6e3a1}html.theme--catppuccin-mocha .admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#a6e3a1}html.theme--catppuccin-mocha .admonition.is-success>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-warning{background-color:#181825;border-color:#f9e2af}html.theme--catppuccin-mocha .admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#f9e2af}html.theme--catppuccin-mocha .admonition.is-warning>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-danger{background-color:#181825;border-color:#f38ba8}html.theme--catppuccin-mocha .admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#f38ba8}html.theme--catppuccin-mocha .admonition.is-danger>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-compat{background-color:#181825;border-color:#89dceb}html.theme--catppuccin-mocha .admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#89dceb}html.theme--catppuccin-mocha .admonition.is-compat>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition-header{color:#bac2de;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}html.theme--catppuccin-mocha .admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}html.theme--catppuccin-mocha details.admonition.is-details>.admonition-header{list-style:none}html.theme--catppuccin-mocha details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}html.theme--catppuccin-mocha details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}html.theme--catppuccin-mocha .admonition-body{color:#cdd6f4;padding:0.5rem .75rem}html.theme--catppuccin-mocha .admonition-body pre{background-color:#181825}html.theme--catppuccin-mocha .admonition-body code{background-color:#181825}html.theme--catppuccin-mocha .docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #585b70;border-radius:4px;box-shadow:none;max-width:100%}html.theme--catppuccin-mocha .docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#181825;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #585b70;overflow:auto}html.theme--catppuccin-mocha .docstring>header code{background-color:transparent}html.theme--catppuccin-mocha .docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}html.theme--catppuccin-mocha .docstring>header .docstring-binding{margin-right:0.3em}html.theme--catppuccin-mocha .docstring>header .docstring-category{margin-left:0.3em}html.theme--catppuccin-mocha .docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #585b70}html.theme--catppuccin-mocha .docstring>section:last-child{border-bottom:none}html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:focus{opacity:1 !important}html.theme--catppuccin-mocha .docstring:hover>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-mocha .docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-mocha .docstring>section:hover a.docs-sourcelink{opacity:1}html.theme--catppuccin-mocha .documenter-example-output{background-color:#1e1e2e}html.theme--catppuccin-mocha .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:#181825;color:#cdd6f4;border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}html.theme--catppuccin-mocha .outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}html.theme--catppuccin-mocha .outdated-warning-overlay a{color:#89b4fa}html.theme--catppuccin-mocha .outdated-warning-overlay a:hover{color:#89dceb}html.theme--catppuccin-mocha .content pre{border:2px solid #585b70;border-radius:4px}html.theme--catppuccin-mocha .content code{font-weight:inherit}html.theme--catppuccin-mocha .content a code{color:#89b4fa}html.theme--catppuccin-mocha .content a:hover code{color:#89dceb}html.theme--catppuccin-mocha .content h1 code,html.theme--catppuccin-mocha .content h2 code,html.theme--catppuccin-mocha .content h3 code,html.theme--catppuccin-mocha .content h4 code,html.theme--catppuccin-mocha .content h5 code,html.theme--catppuccin-mocha .content h6 code{color:#cdd6f4}html.theme--catppuccin-mocha .content table{display:block;width:initial;max-width:100%;overflow-x:auto}html.theme--catppuccin-mocha .content blockquote>ul:first-child,html.theme--catppuccin-mocha .content blockquote>ol:first-child,html.theme--catppuccin-mocha .content .admonition-body>ul:first-child,html.theme--catppuccin-mocha .content .admonition-body>ol:first-child{margin-top:0}html.theme--catppuccin-mocha pre,html.theme--catppuccin-mocha code{font-variant-ligatures:no-contextual}html.theme--catppuccin-mocha .breadcrumb a.is-disabled{cursor:default;pointer-events:none}html.theme--catppuccin-mocha .breadcrumb a.is-disabled,html.theme--catppuccin-mocha .breadcrumb a.is-disabled:hover{color:#b8c5ef}html.theme--catppuccin-mocha .hljs{background:initial !important}html.theme--catppuccin-mocha .katex .katex-mathml{top:0;right:0}html.theme--catppuccin-mocha .katex-display,html.theme--catppuccin-mocha mjx-container,html.theme--catppuccin-mocha .MathJax_Display{margin:0.5em 0 !important}html.theme--catppuccin-mocha html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}html.theme--catppuccin-mocha li.no-marker{list-style:none}html.theme--catppuccin-mocha #documenter .docs-main>article{overflow-wrap:break-word}html.theme--catppuccin-mocha #documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha #documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha #documenter .docs-main{width:100%}html.theme--catppuccin-mocha #documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}html.theme--catppuccin-mocha #documenter .docs-main>header,html.theme--catppuccin-mocha #documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar{background-color:#1e1e2e;border-bottom:1px solid #585b70;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-right .docs-icon,html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha #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--catppuccin-mocha #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--catppuccin-mocha #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--catppuccin-mocha #documenter .docs-main section.footnotes{border-top:1px solid #585b70}html.theme--catppuccin-mocha #documenter .docs-main section.footnotes li .tag:first-child,html.theme--catppuccin-mocha #documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,html.theme--catppuccin-mocha #documenter .docs-main section.footnotes li .content kbd:first-child,html.theme--catppuccin-mocha .content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}html.theme--catppuccin-mocha #documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #585b70;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha #documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}html.theme--catppuccin-mocha #documenter .docs-main .docs-footer .docs-footer-nextpage,html.theme--catppuccin-mocha #documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}html.theme--catppuccin-mocha #documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}html.theme--catppuccin-mocha #documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}html.theme--catppuccin-mocha #documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}html.theme--catppuccin-mocha #documenter .docs-sidebar{display:flex;flex-direction:column;color:#cdd6f4;background-color:#181825;border-right:1px solid #585b70;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--catppuccin-mocha #documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #171717}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha #documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha #documenter .docs-sidebar{left:0;top:0}}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}html.theme--catppuccin-mocha #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--catppuccin-mocha #documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-package-name a,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-package-name a:hover{color:#cdd6f4}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-version-selector{border-top:1px solid #585b70;display:none;padding:0.5rem}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-version-selector.visible{display:flex}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #585b70;padding-bottom:1.5rem}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #585b70}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}html.theme--catppuccin-mocha #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--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu .tocitem,html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#cdd6f4;background:#181825}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu a.tocitem:hover,html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#cdd6f4;background-color:#202031}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #585b70;border-bottom:1px solid #585b70;background-color:#11111b}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#11111b;color:#cdd6f4}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#202031;color:#cdd6f4}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #585b70}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{width:14.4rem}html.theme--catppuccin-mocha #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--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#28283e}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#383856}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha #documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-mocha #documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-mocha #documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#28283e}html.theme--catppuccin-mocha #documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#383856}}html.theme--catppuccin-mocha 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--catppuccin-mocha .search-min-width-50{min-width:50%}html.theme--catppuccin-mocha .search-min-height-100{min-height:100%}html.theme--catppuccin-mocha .search-modal-card-body{max-height:calc(100vh - 15rem)}html.theme--catppuccin-mocha .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-mocha .search-result-link:hover,html.theme--catppuccin-mocha .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--catppuccin-mocha .search-result-link .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-mocha .property-search-result-badge,html.theme--catppuccin-mocha .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--catppuccin-mocha .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link:hover .search-filter,html.theme--catppuccin-mocha .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link:focus .search-filter{color:#333;background-color:#f1f5f9}html.theme--catppuccin-mocha .search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}html.theme--catppuccin-mocha .search-filter:hover,html.theme--catppuccin-mocha .search-filter:focus{color:#333}html.theme--catppuccin-mocha .search-filter-selected{color:#313244;background-color:#b4befe}html.theme--catppuccin-mocha .search-filter-selected:hover,html.theme--catppuccin-mocha .search-filter-selected:focus{color:#313244}html.theme--catppuccin-mocha .search-result-highlight{background-color:#ffdd57;color:black}html.theme--catppuccin-mocha .search-divider{border-bottom:1px solid #585b70}html.theme--catppuccin-mocha .search-result-title{width:85%;color:#f5f5f5}html.theme--catppuccin-mocha .search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-mocha #search-modal .modal-card-body::-webkit-scrollbar,html.theme--catppuccin-mocha #search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}html.theme--catppuccin-mocha #search-modal .modal-card-body::-webkit-scrollbar-thumb,html.theme--catppuccin-mocha #search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}html.theme--catppuccin-mocha #search-modal .modal-card-body::-webkit-scrollbar-track,html.theme--catppuccin-mocha #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--catppuccin-mocha .w-100{width:100%}html.theme--catppuccin-mocha .gap-2{gap:0.5rem}html.theme--catppuccin-mocha .gap-4{gap:1rem}html.theme--catppuccin-mocha .gap-8{gap:2rem}html.theme--catppuccin-mocha{background-color:#1e1e2e;font-size:16px;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-mocha a{transition:all 200ms ease}html.theme--catppuccin-mocha .label{color:#cdd6f4}html.theme--catppuccin-mocha .button,html.theme--catppuccin-mocha .control.has-icons-left .icon,html.theme--catppuccin-mocha .control.has-icons-right .icon,html.theme--catppuccin-mocha .input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha .pagination-ellipsis,html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .select,html.theme--catppuccin-mocha .select select,html.theme--catppuccin-mocha .textarea{height:2.5em;color:#cdd6f4}html.theme--catppuccin-mocha .input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha .textarea{transition:all 200ms ease;box-shadow:none;border-width:1px;padding-left:1em;padding-right:1em;color:#cdd6f4}html.theme--catppuccin-mocha .select:after,html.theme--catppuccin-mocha .select select{border-width:1px}html.theme--catppuccin-mocha .menu-list a{transition:all 300ms ease}html.theme--catppuccin-mocha .modal-card-foot,html.theme--catppuccin-mocha .modal-card-head{border-color:#585b70}html.theme--catppuccin-mocha .navbar{border-radius:.4em}html.theme--catppuccin-mocha .navbar.is-transparent{background:none}html.theme--catppuccin-mocha .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#89b4fa}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .navbar .navbar-menu{background-color:#89b4fa;border-radius:0 0 .4em .4em}}html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body){color:#313244}html.theme--catppuccin-mocha .tag.is-link:not(body),html.theme--catppuccin-mocha .docstring>section>a.is-link.docs-sourcelink:not(body),html.theme--catppuccin-mocha .content kbd.is-link:not(body){color:#313244}html.theme--catppuccin-mocha .ansi span.sgr1{font-weight:bolder}html.theme--catppuccin-mocha .ansi span.sgr2{font-weight:lighter}html.theme--catppuccin-mocha .ansi span.sgr3{font-style:italic}html.theme--catppuccin-mocha .ansi span.sgr4{text-decoration:underline}html.theme--catppuccin-mocha .ansi span.sgr7{color:#1e1e2e;background-color:#cdd6f4}html.theme--catppuccin-mocha .ansi span.sgr8{color:transparent}html.theme--catppuccin-mocha .ansi span.sgr8 span{color:transparent}html.theme--catppuccin-mocha .ansi span.sgr9{text-decoration:line-through}html.theme--catppuccin-mocha .ansi span.sgr30{color:#45475a}html.theme--catppuccin-mocha .ansi span.sgr31{color:#f38ba8}html.theme--catppuccin-mocha .ansi span.sgr32{color:#a6e3a1}html.theme--catppuccin-mocha .ansi span.sgr33{color:#f9e2af}html.theme--catppuccin-mocha .ansi span.sgr34{color:#89b4fa}html.theme--catppuccin-mocha .ansi span.sgr35{color:#f5c2e7}html.theme--catppuccin-mocha .ansi span.sgr36{color:#94e2d5}html.theme--catppuccin-mocha .ansi span.sgr37{color:#bac2de}html.theme--catppuccin-mocha .ansi span.sgr40{background-color:#45475a}html.theme--catppuccin-mocha .ansi span.sgr41{background-color:#f38ba8}html.theme--catppuccin-mocha .ansi span.sgr42{background-color:#a6e3a1}html.theme--catppuccin-mocha .ansi span.sgr43{background-color:#f9e2af}html.theme--catppuccin-mocha .ansi span.sgr44{background-color:#89b4fa}html.theme--catppuccin-mocha .ansi span.sgr45{background-color:#f5c2e7}html.theme--catppuccin-mocha .ansi span.sgr46{background-color:#94e2d5}html.theme--catppuccin-mocha .ansi span.sgr47{background-color:#bac2de}html.theme--catppuccin-mocha .ansi span.sgr90{color:#585b70}html.theme--catppuccin-mocha .ansi span.sgr91{color:#f38ba8}html.theme--catppuccin-mocha .ansi span.sgr92{color:#a6e3a1}html.theme--catppuccin-mocha .ansi span.sgr93{color:#f9e2af}html.theme--catppuccin-mocha .ansi span.sgr94{color:#89b4fa}html.theme--catppuccin-mocha .ansi span.sgr95{color:#f5c2e7}html.theme--catppuccin-mocha .ansi span.sgr96{color:#94e2d5}html.theme--catppuccin-mocha .ansi span.sgr97{color:#a6adc8}html.theme--catppuccin-mocha .ansi span.sgr100{background-color:#585b70}html.theme--catppuccin-mocha .ansi span.sgr101{background-color:#f38ba8}html.theme--catppuccin-mocha .ansi span.sgr102{background-color:#a6e3a1}html.theme--catppuccin-mocha .ansi span.sgr103{background-color:#f9e2af}html.theme--catppuccin-mocha .ansi span.sgr104{background-color:#89b4fa}html.theme--catppuccin-mocha .ansi span.sgr105{background-color:#f5c2e7}html.theme--catppuccin-mocha .ansi span.sgr106{background-color:#94e2d5}html.theme--catppuccin-mocha .ansi span.sgr107{background-color:#a6adc8}html.theme--catppuccin-mocha code.language-julia-repl>span.hljs-meta{color:#a6e3a1;font-weight:bolder}html.theme--catppuccin-mocha code .hljs{color:#cdd6f4;background:#1e1e2e}html.theme--catppuccin-mocha code .hljs-keyword{color:#cba6f7}html.theme--catppuccin-mocha code .hljs-built_in{color:#f38ba8}html.theme--catppuccin-mocha code .hljs-type{color:#f9e2af}html.theme--catppuccin-mocha code .hljs-literal{color:#fab387}html.theme--catppuccin-mocha code .hljs-number{color:#fab387}html.theme--catppuccin-mocha code .hljs-operator{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-punctuation{color:#bac2de}html.theme--catppuccin-mocha code .hljs-property{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-regexp{color:#f5c2e7}html.theme--catppuccin-mocha code .hljs-string{color:#a6e3a1}html.theme--catppuccin-mocha code .hljs-char.escape_{color:#a6e3a1}html.theme--catppuccin-mocha code .hljs-subst{color:#a6adc8}html.theme--catppuccin-mocha code .hljs-symbol{color:#f2cdcd}html.theme--catppuccin-mocha code .hljs-variable{color:#cba6f7}html.theme--catppuccin-mocha code .hljs-variable.language_{color:#cba6f7}html.theme--catppuccin-mocha code .hljs-variable.constant_{color:#fab387}html.theme--catppuccin-mocha code .hljs-title{color:#89b4fa}html.theme--catppuccin-mocha code .hljs-title.class_{color:#f9e2af}html.theme--catppuccin-mocha code .hljs-title.function_{color:#89b4fa}html.theme--catppuccin-mocha code .hljs-params{color:#cdd6f4}html.theme--catppuccin-mocha code .hljs-comment{color:#585b70}html.theme--catppuccin-mocha code .hljs-doctag{color:#f38ba8}html.theme--catppuccin-mocha code .hljs-meta{color:#fab387}html.theme--catppuccin-mocha code .hljs-section{color:#89b4fa}html.theme--catppuccin-mocha code .hljs-tag{color:#a6adc8}html.theme--catppuccin-mocha code .hljs-name{color:#cba6f7}html.theme--catppuccin-mocha code .hljs-attr{color:#89b4fa}html.theme--catppuccin-mocha code .hljs-attribute{color:#a6e3a1}html.theme--catppuccin-mocha code .hljs-bullet{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-code{color:#a6e3a1}html.theme--catppuccin-mocha code .hljs-emphasis{color:#f38ba8;font-style:italic}html.theme--catppuccin-mocha code .hljs-strong{color:#f38ba8;font-weight:bold}html.theme--catppuccin-mocha code .hljs-formula{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-link{color:#74c7ec;font-style:italic}html.theme--catppuccin-mocha code .hljs-quote{color:#a6e3a1;font-style:italic}html.theme--catppuccin-mocha code .hljs-selector-tag{color:#f9e2af}html.theme--catppuccin-mocha code .hljs-selector-id{color:#89b4fa}html.theme--catppuccin-mocha code .hljs-selector-class{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-selector-attr{color:#cba6f7}html.theme--catppuccin-mocha code .hljs-selector-pseudo{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-template-tag{color:#f2cdcd}html.theme--catppuccin-mocha code .hljs-template-variable{color:#f2cdcd}html.theme--catppuccin-mocha code .hljs-addition{color:#a6e3a1;background:rgba(166,227,161,0.15)}html.theme--catppuccin-mocha code .hljs-deletion{color:#f38ba8;background:rgba(243,139,168,0.15)}html.theme--catppuccin-mocha .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-mocha .search-result-link:hover,html.theme--catppuccin-mocha .search-result-link:focus{background-color:#313244}html.theme--catppuccin-mocha .search-result-link .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-mocha .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link:hover .search-filter,html.theme--catppuccin-mocha .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link:focus .search-filter{color:#313244 !important;background-color:#b4befe !important}html.theme--catppuccin-mocha .search-result-title{color:#cdd6f4}html.theme--catppuccin-mocha .search-result-highlight{background-color:#f38ba8;color:#181825}html.theme--catppuccin-mocha .search-divider{border-bottom:1px solid #5e6d6f50}html.theme--catppuccin-mocha .w-100{width:100%}html.theme--catppuccin-mocha .gap-2{gap:0.5rem}html.theme--catppuccin-mocha .gap-4{gap:1rem} diff --git a/v0.1.13/assets/themes/documenter-dark.css b/v0.1.13/assets/themes/documenter-dark.css new file mode 100644 index 0000000..2892b38 --- /dev/null +++ b/v0.1.13/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:#3c5dcd !important}a.has-text-info:hover,a.has-text-info:focus{color:#2c48aa !important}.has-background-info{background-color:#3c5dcd !important}.has-text-info-light{color:#eff2fb !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c6d0f0 !important}.has-background-info-light{background-color:#eff2fb !important}.has-text-info-dark{color:#3253c3 !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#5571d3 !important}.has-background-info-dark{background-color:#3253c3 !important}.has-text-success{color:#259a12 !important}a.has-text-success:hover,a.has-text-success:focus{color:#1a6c0d !important}.has-background-success{background-color:#259a12 !important}.has-text-success-light{color:#effded !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#c7f8bf !important}.has-background-success-light{background-color:#effded !important}.has-text-success-dark{color:#2ec016 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#3fe524 !important}.has-background-success-dark{background-color:#2ec016 !important}.has-text-warning{color:#f4c72f !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#e4b30c !important}.has-background-warning{background-color:#f4c72f !important}.has-text-warning-light{color:#fefaec !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#fbedbb !important}.has-background-warning-light{background-color:#fefaec !important}.has-text-warning-dark{color:#8c6e07 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#bd940a !important}.has-background-warning-dark{background-color:#8c6e07 !important}.has-text-danger{color:#cb3c33 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#a23029 !important}.has-background-danger{background-color:#cb3c33 !important}.has-text-danger-light{color:#fbefef !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f1c8c6 !important}.has-background-danger-light{background-color:#fbefef !important}.has-text-danger-dark{color:#c03930 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#d35850 !important}.has-background-danger-dark{background-color:#c03930 !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:#3c5dcd;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-info:hover,html.theme--documenter-dark .button.is-info.is-hovered{background-color:#3355c9;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(60,93,205,0.25)}html.theme--documenter-dark .button.is-info:active,html.theme--documenter-dark .button.is-info.is-active{background-color:#3151bf;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-info[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-info{background-color:#3c5dcd;border-color:#3c5dcd;box-shadow:none}html.theme--documenter-dark .button.is-info.is-inverted{background-color:#fff;color:#3c5dcd}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:#3c5dcd}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:#3c5dcd;color:#3c5dcd}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:#3c5dcd;border-color:#3c5dcd;color:#fff}html.theme--documenter-dark .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3c5dcd #3c5dcd !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:#3c5dcd;box-shadow:none;color:#3c5dcd}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:#3c5dcd}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 #3c5dcd #3c5dcd !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:#eff2fb;color:#3253c3}html.theme--documenter-dark .button.is-info.is-light:hover,html.theme--documenter-dark .button.is-info.is-light.is-hovered{background-color:#e5e9f8;border-color:transparent;color:#3253c3}html.theme--documenter-dark .button.is-info.is-light:active,html.theme--documenter-dark .button.is-info.is-light.is-active{background-color:#dae1f6;border-color:transparent;color:#3253c3}html.theme--documenter-dark .button.is-success{background-color:#259a12;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-success:hover,html.theme--documenter-dark .button.is-success.is-hovered{background-color:#228f11;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(37,154,18,0.25)}html.theme--documenter-dark .button.is-success:active,html.theme--documenter-dark .button.is-success.is-active{background-color:#20830f;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-success[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-success{background-color:#259a12;border-color:#259a12;box-shadow:none}html.theme--documenter-dark .button.is-success.is-inverted{background-color:#fff;color:#259a12}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:#259a12}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:#259a12;color:#259a12}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:#259a12;border-color:#259a12;color:#fff}html.theme--documenter-dark .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #259a12 #259a12 !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:#259a12;box-shadow:none;color:#259a12}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:#259a12}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 #259a12 #259a12 !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:#effded;color:#2ec016}html.theme--documenter-dark .button.is-success.is-light:hover,html.theme--documenter-dark .button.is-success.is-light.is-hovered{background-color:#e5fce1;border-color:transparent;color:#2ec016}html.theme--documenter-dark .button.is-success.is-light:active,html.theme--documenter-dark .button.is-success.is-light.is-active{background-color:#dbfad6;border-color:transparent;color:#2ec016}html.theme--documenter-dark .button.is-warning{background-color:#f4c72f;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning:hover,html.theme--documenter-dark .button.is-warning.is-hovered{background-color:#f3c423;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning:focus,html.theme--documenter-dark .button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}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(244,199,47,0.25)}html.theme--documenter-dark .button.is-warning:active,html.theme--documenter-dark .button.is-warning.is-active{background-color:#f3c017;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-warning{background-color:#f4c72f;border-color:#f4c72f;box-shadow:none}html.theme--documenter-dark .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);color:#f4c72f}html.theme--documenter-dark .button.is-warning.is-inverted:hover,html.theme--documenter-dark .button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f4c72f}html.theme--documenter-dark .button.is-warning.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-warning.is-outlined{background-color:transparent;border-color:#f4c72f;color:#f4c72f}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:#f4c72f;border-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #f4c72f #f4c72f !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 rgba(0,0,0,0.7) rgba(0,0,0,0.7) !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:#f4c72f;box-shadow:none;color:#f4c72f}html.theme--documenter-dark .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)}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:rgba(0,0,0,0.7);color:#f4c72f}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 #f4c72f #f4c72f !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:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning.is-light{background-color:#fefaec;color:#8c6e07}html.theme--documenter-dark .button.is-warning.is-light:hover,html.theme--documenter-dark .button.is-warning.is-light.is-hovered{background-color:#fdf7e0;border-color:transparent;color:#8c6e07}html.theme--documenter-dark .button.is-warning.is-light:active,html.theme--documenter-dark .button.is-warning.is-light.is-active{background-color:#fdf3d3;border-color:transparent;color:#8c6e07}html.theme--documenter-dark .button.is-danger{background-color:#cb3c33;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-danger:hover,html.theme--documenter-dark .button.is-danger.is-hovered{background-color:#c13930;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(203,60,51,0.25)}html.theme--documenter-dark .button.is-danger:active,html.theme--documenter-dark .button.is-danger.is-active{background-color:#b7362e;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-danger[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-danger{background-color:#cb3c33;border-color:#cb3c33;box-shadow:none}html.theme--documenter-dark .button.is-danger.is-inverted{background-color:#fff;color:#cb3c33}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:#cb3c33}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:#cb3c33;color:#cb3c33}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:#cb3c33;border-color:#cb3c33;color:#fff}html.theme--documenter-dark .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #cb3c33 #cb3c33 !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:#cb3c33;box-shadow:none;color:#cb3c33}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:#cb3c33}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 #cb3c33 #cb3c33 !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:#fbefef;color:#c03930}html.theme--documenter-dark .button.is-danger.is-light:hover,html.theme--documenter-dark .button.is-danger.is-light.is-hovered{background-color:#f8e6e5;border-color:transparent;color:#c03930}html.theme--documenter-dark .button.is-danger.is-light:active,html.theme--documenter-dark .button.is-danger.is-light.is-active{background-color:#f6dcda;border-color:transparent;color:#c03930}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:#3c5dcd;color:#fff}html.theme--documenter-dark .notification.is-info.is-light{background-color:#eff2fb;color:#3253c3}html.theme--documenter-dark .notification.is-success{background-color:#259a12;color:#fff}html.theme--documenter-dark .notification.is-success.is-light{background-color:#effded;color:#2ec016}html.theme--documenter-dark .notification.is-warning{background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .notification.is-warning.is-light{background-color:#fefaec;color:#8c6e07}html.theme--documenter-dark .notification.is-danger{background-color:#cb3c33;color:#fff}html.theme--documenter-dark .notification.is-danger.is-light{background-color:#fbefef;color:#c03930}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:#3c5dcd}html.theme--documenter-dark .progress.is-info::-moz-progress-bar{background-color:#3c5dcd}html.theme--documenter-dark .progress.is-info::-ms-fill{background-color:#3c5dcd}html.theme--documenter-dark .progress.is-info:indeterminate{background-image:linear-gradient(to right, #3c5dcd 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-success::-webkit-progress-value{background-color:#259a12}html.theme--documenter-dark .progress.is-success::-moz-progress-bar{background-color:#259a12}html.theme--documenter-dark .progress.is-success::-ms-fill{background-color:#259a12}html.theme--documenter-dark .progress.is-success:indeterminate{background-image:linear-gradient(to right, #259a12 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-warning::-webkit-progress-value{background-color:#f4c72f}html.theme--documenter-dark .progress.is-warning::-moz-progress-bar{background-color:#f4c72f}html.theme--documenter-dark .progress.is-warning::-ms-fill{background-color:#f4c72f}html.theme--documenter-dark .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #f4c72f 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-danger::-webkit-progress-value{background-color:#cb3c33}html.theme--documenter-dark .progress.is-danger::-moz-progress-bar{background-color:#cb3c33}html.theme--documenter-dark .progress.is-danger::-ms-fill{background-color:#cb3c33}html.theme--documenter-dark .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #cb3c33 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:#3c5dcd;border-color:#3c5dcd;color:#fff}html.theme--documenter-dark .table td.is-success,html.theme--documenter-dark .table th.is-success{background-color:#259a12;border-color:#259a12;color:#fff}html.theme--documenter-dark .table td.is-warning,html.theme--documenter-dark .table th.is-warning{background-color:#f4c72f;border-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .table td.is-danger,html.theme--documenter-dark .table th.is-danger{background-color:#cb3c33;border-color:#cb3c33;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:#3c5dcd;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:#eff2fb;color:#3253c3}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:#259a12;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:#effded;color:#2ec016}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:#f4c72f;color:rgba(0,0,0,0.7)}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:#fefaec;color:#8c6e07}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:#cb3c33;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:#fbefef;color:#c03930}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:#3c5dcd}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(60,93,205,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:#259a12}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(37,154,18,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:#f4c72f}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(244,199,47,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:#cb3c33}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(203,60,51,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:#3c5dcd}html.theme--documenter-dark .select.is-info select{border-color:#3c5dcd}html.theme--documenter-dark .select.is-info select:hover,html.theme--documenter-dark .select.is-info select.is-hovered{border-color:#3151bf}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(60,93,205,0.25)}html.theme--documenter-dark .select.is-success:not(:hover)::after{border-color:#259a12}html.theme--documenter-dark .select.is-success select{border-color:#259a12}html.theme--documenter-dark .select.is-success select:hover,html.theme--documenter-dark .select.is-success select.is-hovered{border-color:#20830f}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(37,154,18,0.25)}html.theme--documenter-dark .select.is-warning:not(:hover)::after{border-color:#f4c72f}html.theme--documenter-dark .select.is-warning select{border-color:#f4c72f}html.theme--documenter-dark .select.is-warning select:hover,html.theme--documenter-dark .select.is-warning select.is-hovered{border-color:#f3c017}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(244,199,47,0.25)}html.theme--documenter-dark .select.is-danger:not(:hover)::after{border-color:#cb3c33}html.theme--documenter-dark .select.is-danger select{border-color:#cb3c33}html.theme--documenter-dark .select.is-danger select:hover,html.theme--documenter-dark .select.is-danger select.is-hovered{border-color:#b7362e}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(203,60,51,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:#3c5dcd;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:#3355c9;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(60,93,205,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:#3151bf;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-success .file-cta{background-color:#259a12;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:#228f11;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(37,154,18,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:#20830f;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-warning .file-cta{background-color:#f4c72f;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-warning:hover .file-cta,html.theme--documenter-dark .file.is-warning.is-hovered .file-cta{background-color:#f3c423;border-color:transparent;color:rgba(0,0,0,0.7)}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(244,199,47,0.25);color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-warning:active .file-cta,html.theme--documenter-dark .file.is-warning.is-active .file-cta{background-color:#f3c017;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-danger .file-cta{background-color:#cb3c33;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:#c13930;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(203,60,51,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:#b7362e;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:#3c5dcd}html.theme--documenter-dark .help.is-success{color:#259a12}html.theme--documenter-dark .help.is-warning{color:#f4c72f}html.theme--documenter-dark .help.is-danger{color:#cb3c33}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:#eff2fb}html.theme--documenter-dark .message.is-info .message-header{background-color:#3c5dcd;color:#fff}html.theme--documenter-dark .message.is-info .message-body{border-color:#3c5dcd;color:#3253c3}html.theme--documenter-dark .message.is-success{background-color:#effded}html.theme--documenter-dark .message.is-success .message-header{background-color:#259a12;color:#fff}html.theme--documenter-dark .message.is-success .message-body{border-color:#259a12;color:#2ec016}html.theme--documenter-dark .message.is-warning{background-color:#fefaec}html.theme--documenter-dark .message.is-warning .message-header{background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .message.is-warning .message-body{border-color:#f4c72f;color:#8c6e07}html.theme--documenter-dark .message.is-danger{background-color:#fbefef}html.theme--documenter-dark .message.is-danger .message-header{background-color:#cb3c33;color:#fff}html.theme--documenter-dark .message.is-danger .message-body{border-color:#cb3c33;color:#c03930}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:#3c5dcd;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:#3151bf;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:#3151bf;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:#3151bf;color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3c5dcd;color:#fff}}html.theme--documenter-dark .navbar.is-success{background-color:#259a12;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:#20830f;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:#20830f;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:#20830f;color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#259a12;color:#fff}}html.theme--documenter-dark .navbar.is-warning{background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}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:#f3c017;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-burger{color:rgba(0,0,0,0.7)}@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:rgba(0,0,0,0.7)}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:#f3c017;color:rgba(0,0,0,0.7)}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:rgba(0,0,0,0.7)}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:#f3c017;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#f4c72f;color:rgba(0,0,0,0.7)}}html.theme--documenter-dark .navbar.is-danger{background-color:#cb3c33;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:#b7362e;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:#b7362e;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:#b7362e;color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#cb3c33;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:#3c5dcd;color:#fff}html.theme--documenter-dark .panel.is-info .panel-tabs a.is-active{border-bottom-color:#3c5dcd}html.theme--documenter-dark .panel.is-info .panel-block.is-active .panel-icon{color:#3c5dcd}html.theme--documenter-dark .panel.is-success .panel-heading{background-color:#259a12;color:#fff}html.theme--documenter-dark .panel.is-success .panel-tabs a.is-active{border-bottom-color:#259a12}html.theme--documenter-dark .panel.is-success .panel-block.is-active .panel-icon{color:#259a12}html.theme--documenter-dark .panel.is-warning .panel-heading{background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#f4c72f}html.theme--documenter-dark .panel.is-warning .panel-block.is-active .panel-icon{color:#f4c72f}html.theme--documenter-dark .panel.is-danger .panel-heading{background-color:#cb3c33;color:#fff}html.theme--documenter-dark .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#cb3c33}html.theme--documenter-dark .panel.is-danger .panel-block.is-active .panel-icon{color:#cb3c33}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:#3c5dcd;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:#3c5dcd}}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:#3151bf;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:#3c5dcd !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:#3c5dcd}html.theme--documenter-dark .hero.is-info.is-bold{background-image:linear-gradient(141deg, #215bb5 0%, #3c5dcd 71%, #4b53d8 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #215bb5 0%, #3c5dcd 71%, #4b53d8 100%)}}html.theme--documenter-dark .hero.is-success{background-color:#259a12;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:#259a12}}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:#20830f;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:#259a12 !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:#259a12}html.theme--documenter-dark .hero.is-success.is-bold{background-image:linear-gradient(141deg, #287207 0%, #259a12 71%, #10b614 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #287207 0%, #259a12 71%, #10b614 100%)}}html.theme--documenter-dark .hero.is-warning{background-color:#f4c72f;color:rgba(0,0,0,0.7)}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:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-warning .subtitle{color:rgba(0,0,0,0.9)}html.theme--documenter-dark .hero.is-warning .subtitle a:not(.button),html.theme--documenter-dark .hero.is-warning .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-warning .navbar-menu{background-color:#f4c72f}}html.theme--documenter-dark .hero.is-warning .navbar-item,html.theme--documenter-dark .hero.is-warning .navbar-link{color:rgba(0,0,0,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:#f3c017;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-warning .tabs a{color:rgba(0,0,0,0.7);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:#f4c72f !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:rgba(0,0,0,0.7)}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:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f4c72f}html.theme--documenter-dark .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #f09100 0%, #f4c72f 71%, #faef42 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #f09100 0%, #f4c72f 71%, #faef42 100%)}}html.theme--documenter-dark .hero.is-danger{background-color:#cb3c33;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:#cb3c33}}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:#b7362e;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:#cb3c33 !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:#cb3c33}html.theme--documenter-dark .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #ac1f2e 0%, #cb3c33 71%, #d66341 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ac1f2e 0%, #cb3c33 71%, #d66341 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:#5a76d5}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:#3c5dcd;box-shadow:0 0 0 2px rgba(60,93,205,0.5)}html.theme--documenter-dark .button.is-success.is-hovered,html.theme--documenter-dark .button.is-success:hover{background-color:#2dbc16}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:#259a12;box-shadow:0 0 0 2px rgba(37,154,18,0.5)}html.theme--documenter-dark .button.is-warning.is-hovered,html.theme--documenter-dark .button.is-warning:hover{background-color:#f6d153}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:#f4c72f;box-shadow:0 0 0 2px rgba(244,199,47,0.5)}html.theme--documenter-dark .button.is-danger.is-hovered,html.theme--documenter-dark .button.is-danger:hover{background-color:#d35951}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:#cb3c33;box-shadow:0 0 0 2px rgba(203,60,51,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:rgba(0,0,0,0.7);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:2px;border-color:#dbdee0;border-radius:4px;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:#dbdee0}html.theme--documenter-dark .admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#dbdee0}html.theme--documenter-dark .admonition.is-default>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-info{background-color:#282f2f;border-color:#3c5dcd}html.theme--documenter-dark .admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#3c5dcd}html.theme--documenter-dark .admonition.is-info>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-success{background-color:#282f2f;border-color:#259a12}html.theme--documenter-dark .admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#259a12}html.theme--documenter-dark .admonition.is-success>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-warning{background-color:#282f2f;border-color:#f4c72f}html.theme--documenter-dark .admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#f4c72f}html.theme--documenter-dark .admonition.is-warning>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-danger{background-color:#282f2f;border-color:#cb3c33}html.theme--documenter-dark .admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#cb3c33}html.theme--documenter-dark .admonition.is-danger>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-compat{background-color:#282f2f;border-color:#3489da}html.theme--documenter-dark .admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#3489da}html.theme--documenter-dark .admonition.is-compat>.admonition-body{color:#fff}html.theme--documenter-dark .admonition-header{color:#dbdee0;background-color:rgba(0,0,0,0);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:2px solid #5e6d6f;border-radius:4px;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 rgba(0,0,0,0);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:2px solid #5e6d6f;border-radius:4px}html.theme--documenter-dark .content code{font-weight:inherit}html.theme--documenter-dark .content a code{color:#1abc9c}html.theme--documenter-dark .content a:hover code{color:#1dd2af}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.1.13/assets/themes/documenter-light.css b/v0.1.13/assets/themes/documenter-light.css new file mode 100644 index 0000000..a435b3b --- /dev/null +++ b/v0.1.13/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:#3c5dcd !important}a.has-text-info:hover,a.has-text-info:focus{color:#2c48aa !important}.has-background-info{background-color:#3c5dcd !important}.has-text-info-light{color:#eff2fb !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c6d0f0 !important}.has-background-info-light{background-color:#eff2fb !important}.has-text-info-dark{color:#3253c3 !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#5571d3 !important}.has-background-info-dark{background-color:#3253c3 !important}.has-text-success{color:#259a12 !important}a.has-text-success:hover,a.has-text-success:focus{color:#1a6c0d !important}.has-background-success{background-color:#259a12 !important}.has-text-success-light{color:#effded !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#c7f8bf !important}.has-background-success-light{background-color:#effded !important}.has-text-success-dark{color:#2ec016 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#3fe524 !important}.has-background-success-dark{background-color:#2ec016 !important}.has-text-warning{color:#a98800 !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#765f00 !important}.has-background-warning{background-color:#a98800 !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:#cca400 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#ffcd00 !important}.has-background-warning-dark{background-color:#cca400 !important}.has-text-danger{color:#cb3c33 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#a23029 !important}.has-background-danger{background-color:#cb3c33 !important}.has-text-danger-light{color:#fbefef !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f1c8c6 !important}.has-background-danger-light{background-color:#fbefef !important}.has-text-danger-dark{color:#c03930 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#d35850 !important}.has-background-danger-dark{background-color:#c03930 !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:#3c5dcd;border-color:transparent;color:#fff}.button.is-info:hover,.button.is-info.is-hovered{background-color:#3355c9;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(60,93,205,0.25)}.button.is-info:active,.button.is-info.is-active{background-color:#3151bf;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3c5dcd;border-color:#3c5dcd;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3c5dcd}.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:#3c5dcd}.button.is-info.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-info.is-outlined{background-color:transparent;border-color:#3c5dcd;color:#3c5dcd}.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:#3c5dcd;border-color:#3c5dcd;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3c5dcd #3c5dcd !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:#3c5dcd;box-shadow:none;color:#3c5dcd}.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:#3c5dcd}.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 #3c5dcd #3c5dcd !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:#eff2fb;color:#3253c3}.button.is-info.is-light:hover,.button.is-info.is-light.is-hovered{background-color:#e5e9f8;border-color:transparent;color:#3253c3}.button.is-info.is-light:active,.button.is-info.is-light.is-active{background-color:#dae1f6;border-color:transparent;color:#3253c3}.button.is-success{background-color:#259a12;border-color:transparent;color:#fff}.button.is-success:hover,.button.is-success.is-hovered{background-color:#228f11;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(37,154,18,0.25)}.button.is-success:active,.button.is-success.is-active{background-color:#20830f;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#259a12;border-color:#259a12;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#259a12}.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:#259a12}.button.is-success.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-success.is-outlined{background-color:transparent;border-color:#259a12;color:#259a12}.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:#259a12;border-color:#259a12;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #259a12 #259a12 !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:#259a12;box-shadow:none;color:#259a12}.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:#259a12}.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 #259a12 #259a12 !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:#effded;color:#2ec016}.button.is-success.is-light:hover,.button.is-success.is-light.is-hovered{background-color:#e5fce1;border-color:transparent;color:#2ec016}.button.is-success.is-light:active,.button.is-success.is-light.is-active{background-color:#dbfad6;border-color:transparent;color:#2ec016}.button.is-warning{background-color:#a98800;border-color:transparent;color:#fff}.button.is-warning:hover,.button.is-warning.is-hovered{background-color:#9c7d00;border-color:transparent;color:#fff}.button.is-warning:focus,.button.is-warning.is-focused{border-color:transparent;color:#fff}.button.is-warning:focus:not(:active),.button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(169,136,0,0.25)}.button.is-warning:active,.button.is-warning.is-active{background-color:#8f7300;border-color:transparent;color:#fff}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#a98800;border-color:#a98800;box-shadow:none}.button.is-warning.is-inverted{background-color:#fff;color:#a98800}.button.is-warning.is-inverted:hover,.button.is-warning.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#a98800}.button.is-warning.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-warning.is-outlined{background-color:transparent;border-color:#a98800;color:#a98800}.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:#a98800;border-color:#a98800;color:#fff}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #a98800 #a98800 !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 #fff #fff !important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#a98800;box-shadow:none;color:#a98800}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.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:#fff;color:#a98800}.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 #a98800 #a98800 !important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-warning.is-light{background-color:#fffbeb;color:#cca400}.button.is-warning.is-light:hover,.button.is-warning.is-light.is-hovered{background-color:#fff9de;border-color:transparent;color:#cca400}.button.is-warning.is-light:active,.button.is-warning.is-light.is-active{background-color:#fff6d1;border-color:transparent;color:#cca400}.button.is-danger{background-color:#cb3c33;border-color:transparent;color:#fff}.button.is-danger:hover,.button.is-danger.is-hovered{background-color:#c13930;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(203,60,51,0.25)}.button.is-danger:active,.button.is-danger.is-active{background-color:#b7362e;border-color:transparent;color:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#cb3c33;border-color:#cb3c33;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#cb3c33}.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:#cb3c33}.button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-danger.is-outlined{background-color:transparent;border-color:#cb3c33;color:#cb3c33}.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:#cb3c33;border-color:#cb3c33;color:#fff}.button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #cb3c33 #cb3c33 !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:#cb3c33;box-shadow:none;color:#cb3c33}.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:#cb3c33}.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 #cb3c33 #cb3c33 !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:#fbefef;color:#c03930}.button.is-danger.is-light:hover,.button.is-danger.is-light.is-hovered{background-color:#f8e6e5;border-color:transparent;color:#c03930}.button.is-danger.is-light:active,.button.is-danger.is-light.is-active{background-color:#f6dcda;border-color:transparent;color:#c03930}.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:#3c5dcd;color:#fff}.notification.is-info.is-light{background-color:#eff2fb;color:#3253c3}.notification.is-success{background-color:#259a12;color:#fff}.notification.is-success.is-light{background-color:#effded;color:#2ec016}.notification.is-warning{background-color:#a98800;color:#fff}.notification.is-warning.is-light{background-color:#fffbeb;color:#cca400}.notification.is-danger{background-color:#cb3c33;color:#fff}.notification.is-danger.is-light{background-color:#fbefef;color:#c03930}.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:#3c5dcd}.progress.is-info::-moz-progress-bar{background-color:#3c5dcd}.progress.is-info::-ms-fill{background-color:#3c5dcd}.progress.is-info:indeterminate{background-image:linear-gradient(to right, #3c5dcd 30%, #ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#259a12}.progress.is-success::-moz-progress-bar{background-color:#259a12}.progress.is-success::-ms-fill{background-color:#259a12}.progress.is-success:indeterminate{background-image:linear-gradient(to right, #259a12 30%, #ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#a98800}.progress.is-warning::-moz-progress-bar{background-color:#a98800}.progress.is-warning::-ms-fill{background-color:#a98800}.progress.is-warning:indeterminate{background-image:linear-gradient(to right, #a98800 30%, #ededed 30%)}.progress.is-danger::-webkit-progress-value{background-color:#cb3c33}.progress.is-danger::-moz-progress-bar{background-color:#cb3c33}.progress.is-danger::-ms-fill{background-color:#cb3c33}.progress.is-danger:indeterminate{background-image:linear-gradient(to right, #cb3c33 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:#3c5dcd;border-color:#3c5dcd;color:#fff}.table td.is-success,.table th.is-success{background-color:#259a12;border-color:#259a12;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#a98800;border-color:#a98800;color:#fff}.table td.is-danger,.table th.is-danger{background-color:#cb3c33;border-color:#cb3c33;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:#3c5dcd;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:#eff2fb;color:#3253c3}.tag.is-success:not(body),.content kbd.is-success:not(body),.docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#259a12;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:#effded;color:#2ec016}.tag.is-warning:not(body),.content kbd.is-warning:not(body),.docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#a98800;color:#fff}.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:#cca400}.tag.is-danger:not(body),.content kbd.is-danger:not(body),.docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#cb3c33;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:#fbefef;color:#c03930}.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:#3c5dcd}.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(60,93,205,0.25)}.is-success.textarea,.is-success.input,#documenter .docs-sidebar form.docs-search>input.is-success{border-color:#259a12}.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(37,154,18,0.25)}.is-warning.textarea,.is-warning.input,#documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#a98800}.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(169,136,0,0.25)}.is-danger.textarea,.is-danger.input,#documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#cb3c33}.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(203,60,51,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:#3c5dcd}.select.is-info select{border-color:#3c5dcd}.select.is-info select:hover,.select.is-info select.is-hovered{border-color:#3151bf}.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(60,93,205,0.25)}.select.is-success:not(:hover)::after{border-color:#259a12}.select.is-success select{border-color:#259a12}.select.is-success select:hover,.select.is-success select.is-hovered{border-color:#20830f}.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(37,154,18,0.25)}.select.is-warning:not(:hover)::after{border-color:#a98800}.select.is-warning select{border-color:#a98800}.select.is-warning select:hover,.select.is-warning select.is-hovered{border-color:#8f7300}.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(169,136,0,0.25)}.select.is-danger:not(:hover)::after{border-color:#cb3c33}.select.is-danger select{border-color:#cb3c33}.select.is-danger select:hover,.select.is-danger select.is-hovered{border-color:#b7362e}.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(203,60,51,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:#3c5dcd;border-color:transparent;color:#fff}.file.is-info:hover .file-cta,.file.is-info.is-hovered .file-cta{background-color:#3355c9;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(60,93,205,0.25);color:#fff}.file.is-info:active .file-cta,.file.is-info.is-active .file-cta{background-color:#3151bf;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#259a12;border-color:transparent;color:#fff}.file.is-success:hover .file-cta,.file.is-success.is-hovered .file-cta{background-color:#228f11;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(37,154,18,0.25);color:#fff}.file.is-success:active .file-cta,.file.is-success.is-active .file-cta{background-color:#20830f;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#a98800;border-color:transparent;color:#fff}.file.is-warning:hover .file-cta,.file.is-warning.is-hovered .file-cta{background-color:#9c7d00;border-color:transparent;color:#fff}.file.is-warning:focus .file-cta,.file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(169,136,0,0.25);color:#fff}.file.is-warning:active .file-cta,.file.is-warning.is-active .file-cta{background-color:#8f7300;border-color:transparent;color:#fff}.file.is-danger .file-cta{background-color:#cb3c33;border-color:transparent;color:#fff}.file.is-danger:hover .file-cta,.file.is-danger.is-hovered .file-cta{background-color:#c13930;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(203,60,51,0.25);color:#fff}.file.is-danger:active .file-cta,.file.is-danger.is-active .file-cta{background-color:#b7362e;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:#3c5dcd}.help.is-success{color:#259a12}.help.is-warning{color:#a98800}.help.is-danger{color:#cb3c33}.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:#eff2fb}.message.is-info .message-header{background-color:#3c5dcd;color:#fff}.message.is-info .message-body{border-color:#3c5dcd;color:#3253c3}.message.is-success{background-color:#effded}.message.is-success .message-header{background-color:#259a12;color:#fff}.message.is-success .message-body{border-color:#259a12;color:#2ec016}.message.is-warning{background-color:#fffbeb}.message.is-warning .message-header{background-color:#a98800;color:#fff}.message.is-warning .message-body{border-color:#a98800;color:#cca400}.message.is-danger{background-color:#fbefef}.message.is-danger .message-header{background-color:#cb3c33;color:#fff}.message.is-danger .message-body{border-color:#cb3c33;color:#c03930}.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:#3c5dcd;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:#3151bf;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:#3151bf;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:#3151bf;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3c5dcd;color:#fff}}.navbar.is-success{background-color:#259a12;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:#20830f;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:#20830f;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:#20830f;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#259a12;color:#fff}}.navbar.is-warning{background-color:#a98800;color:#fff}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:#fff}.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:#8f7300;color:#fff}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-warning .navbar-burger{color:#fff}@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:#fff}.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:#8f7300;color:#fff}.navbar.is-warning .navbar-start .navbar-link::after,.navbar.is-warning .navbar-end .navbar-link::after{border-color:#fff}.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:#8f7300;color:#fff}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#a98800;color:#fff}}.navbar.is-danger{background-color:#cb3c33;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:#b7362e;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:#b7362e;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:#b7362e;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#cb3c33;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:#3c5dcd;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3c5dcd}.panel.is-info .panel-block.is-active .panel-icon{color:#3c5dcd}.panel.is-success .panel-heading{background-color:#259a12;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#259a12}.panel.is-success .panel-block.is-active .panel-icon{color:#259a12}.panel.is-warning .panel-heading{background-color:#a98800;color:#fff}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#a98800}.panel.is-warning .panel-block.is-active .panel-icon{color:#a98800}.panel.is-danger .panel-heading{background-color:#cb3c33;color:#fff}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#cb3c33}.panel.is-danger .panel-block.is-active .panel-icon{color:#cb3c33}.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:#3c5dcd;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:#3c5dcd}}.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:#3151bf;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:#3c5dcd !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:#3c5dcd}.hero.is-info.is-bold{background-image:linear-gradient(141deg, #215bb5 0%, #3c5dcd 71%, #4b53d8 100%)}@media screen and (max-width: 768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #215bb5 0%, #3c5dcd 71%, #4b53d8 100%)}}.hero.is-success{background-color:#259a12;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:#259a12}}.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:#20830f;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:#259a12 !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:#259a12}.hero.is-success.is-bold{background-image:linear-gradient(141deg, #287207 0%, #259a12 71%, #10b614 100%)}@media screen and (max-width: 768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #287207 0%, #259a12 71%, #10b614 100%)}}.hero.is-warning{background-color:#a98800;color:#fff}.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:#fff}.hero.is-warning .subtitle{color:rgba(255,255,255,0.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-warning .navbar-menu{background-color:#a98800}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(255,255,255,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:#8f7300;color:#fff}.hero.is-warning .tabs a{color:#fff;opacity:0.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{color:#a98800 !important;opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:#fff}.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:#fff;border-color:#fff;color:#a98800}.hero.is-warning.is-bold{background-image:linear-gradient(141deg, #764b00 0%, #a98800 71%, #c2bd00 100%)}@media screen and (max-width: 768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #764b00 0%, #a98800 71%, #c2bd00 100%)}}.hero.is-danger{background-color:#cb3c33;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:#cb3c33}}.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:#b7362e;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:#cb3c33 !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:#cb3c33}.hero.is-danger.is-bold{background-image:linear-gradient(141deg, #ac1f2e 0%, #cb3c33 71%, #d66341 100%)}@media screen and (max-width: 768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ac1f2e 0%, #cb3c33 71%, #d66341 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:#f5f5f5;border-style:solid;border-width:2px;border-color:#4a4a4a;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:#f5f5f5;border-color:#4a4a4a}.admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#4a4a4a}.admonition.is-default>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-info{background-color:#f5f5f5;border-color:#3c5dcd}.admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#3c5dcd}.admonition.is-info>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-success{background-color:#f5f5f5;border-color:#259a12}.admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#259a12}.admonition.is-success>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-warning{background-color:#f5f5f5;border-color:#a98800}.admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#a98800}.admonition.is-warning>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-danger{background-color:#f5f5f5;border-color:#cb3c33}.admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#cb3c33}.admonition.is-danger>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-compat{background-color:#f5f5f5;border-color:#3489da}.admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#3489da}.admonition.is-compat>.admonition-body{color:rgba(0,0,0,0.7)}.admonition-header{color:#4a4a4a;background-color:rgba(0,0,0,0);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:2px solid #dbdbdb;border-radius:4px;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:#f5f5f5;color:rgba(0,0,0,0.7);border-bottom:3px solid rgba(0,0,0,0);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:2px solid #dbdbdb;border-radius:4px}.content code{font-weight:inherit}.content a code{color:#2e63b8}.content a:hover code{color:#363636}.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.1.13/assets/themeswap.js b/v0.1.13/assets/themeswap.js new file mode 100644 index 0000000..9f5eebe --- /dev/null +++ b/v0.1.13/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.1.13/assets/warner.js b/v0.1.13/assets/warner.js new file mode 100644 index 0000000..3f6f5d0 --- /dev/null +++ b/v0.1.13/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.1.13/index.html b/v0.1.13/index.html new file mode 100644 index 0000000..78a0c46 --- /dev/null +++ b/v0.1.13/index.html @@ -0,0 +1,79 @@ + +Home · CropRootBox.jl

CropRootBox.jl

CropRootBox.jl implements a root system architecture simulation algorithm described in CRootBox model. Our implementation is written in a domain-specific language based on Julia using Cropbox framework. While Cropbox framework was primarily designed for helping development of conventional process-based crop models with less dynamic structural development in mind, it is still capable of handling complex structure as envisioned by functional-structural plant models (FSPM).

Installation

using Pkg
+Pkg.add("CropRootBox")

Getting Started

using Cropbox
+using CropRootBox

BaseRoot is a common system inherited by other systems representing each root type, i.e., PrimaryRoot, FirstOrderLateralRoot, and SecondOrderLateralRoot in this example.

parameters(CropRootBox.BaseRoot; alias = true)

Config for 1 system:

+ + + + + + + + + + + + + + + + + +
BaseRoot +
tropsim_trials=1.0
length_of_apical_zone=0.5 cm
maximal_length=3.9 cm
length_between_lateral_branches=0.3 cm
length_of_basal_zone=0.4 cm
maximum_elongation_rate=1.0 cm d⁻¹
axial_resolution=1 cm
standard_deviation_of_angle=30°
insertion_angle=30°
angular_angle_trials=20
radial_angle_trials=5
radius=0.05 cm
color=RGBA{N0f8}(1.0,1.0,1.0,1.0)
transition=nothing
+

Here is an example configuration for simulating maize root growth. Some parameter values are annotated with standard deviation after ± indicating actual values are randomly sampled from normal distribution as needed.

config = @config(
+    :RootArchitecture => :maxB => 5,
+    :BaseRoot => :T => [
+        # P F S
+          0 1 0 ; # P
+          0 0 1 ; # F
+          0 0 0 ; # S
+    ],
+    :PrimaryRoot => (;
+        lb = 0.1 ± 0.01,
+        la = 18.0 ± 1.8,
+        ln = 0.6 ± 0.06,
+        lmax = 89.7 ± 7.4,
+        r = 6.0 ± 0.6,
+        Δx = 0.5,
+        σ = 10,
+        θ = 80 ± 8,
+        N = 1.5,
+        a = 0.04 ± 0.004,
+        color = CropRootBox.RGBA(1, 0, 0, 1),
+    ),
+    :FirstOrderLateralRoot => (;
+        lb = 0.2 ± 0.04,
+        la = 0.4 ± 0.04,
+        ln = 0.4 ± 0.03,
+        lmax = 0.6 ± 1.6,
+        r = 2.0 ± 0.2,
+        Δx = 0.1,
+        σ = 20,
+        θ = 70 ± 15,
+        N = 1,
+        a = 0.03 ± 0.003,
+        color = CropRootBox.RGBA(0, 1, 0, 1),
+    ),
+    :SecondOrderLateralRoot => (;
+        lb = 0,
+        la = 0.4 ± 0.02,
+        ln = 0,
+        lmax = 0.4,
+        r = 2.0 ± 0.2,
+        Δx = 0.1,
+        σ = 20,
+        θ = 70 ± 10,
+        N = 2,
+        a = 0.02 ± 0.002,
+        color = CropRootBox.RGBA(0, 0, 1, 1),
+    )
+)

An instance of RootArchitecture system is created with an instance of Pot describing a boundary of root growth.

b = instance(CropRootBox.Pot)
+s = instance(CropRootBox.RootArchitecture; config, options = (; box = b), seed = 0)
+r = simulate!(s, stop = 100u"d")

Progress:   0%[>                          ]  ETA: 0:37:45 ( 0.94  s/it)
Progress:   0%[>                          ]  ETA: 0:22:42 ( 0.57  s/it)
Progress:   1%[>                          ]  ETA: 0:10:34 ( 0.27  s/it)
Progress:   8%[==>                        ]  ETA: 0:01:13 (32.96 ms/it)
Progress:  18%[====>                      ]  ETA: 0:00:33 (16.85 ms/it)
Progress:  55%[==============>            ]  ETA: 0:00:07 ( 6.26 ms/it)
Progress: 100%[===========================] Time: 0:00:09 ( 3.82 ms/it)

After 100 days of simulation, we can draw a rendering of root structure bounded in the pot.

using GLMakie
+scn = CropRootBox.render(s)
+GLMakie.save("root_maize.png", scn; size = (1600, 3200))

For more information about using the framework such as instance() and simulate() functions, please refer to the Cropbox documentation.

diff --git a/v0.1.13/objects.inv b/v0.1.13/objects.inv new file mode 100644 index 0000000000000000000000000000000000000000..cc49ebd5c582d02ebbae800d32c1e4de8d7031ed GIT binary patch literal 223 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%0Ap;!8NBYwOX?z; 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⩔dw_ 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 :maxB => 5,\n :BaseRoot => :T => [\n # P F S\n 0 1 0 ; # P\n 0 0 1 ; # F\n 0 0 0 ; # S\n ],\n :PrimaryRoot => (;\n lb = 0.1 ± 0.01,\n la = 18.0 ± 1.8,\n ln = 0.6 ± 0.06,\n lmax = 89.7 ± 7.4,\n r = 6.0 ± 0.6,\n Δx = 0.5,\n σ = 10,\n θ = 80 ± 8,\n N = 1.5,\n a = 0.04 ± 0.004,\n color = CropRootBox.RGBA(1, 0, 0, 1),\n ),\n :FirstOrderLateralRoot => (;\n lb = 0.2 ± 0.04,\n la = 0.4 ± 0.04,\n ln = 0.4 ± 0.03,\n lmax = 0.6 ± 1.6,\n r = 2.0 ± 0.2,\n Δx = 0.1,\n σ = 20,\n θ = 70 ± 15,\n N = 1,\n a = 0.03 ± 0.003,\n color = CropRootBox.RGBA(0, 1, 0, 1),\n ),\n :SecondOrderLateralRoot => (;\n lb = 0,\n la = 0.4 ± 0.02,\n ln = 0,\n lmax = 0.4,\n r = 2.0 ± 0.2,\n Δx = 0.1,\n σ = 20,\n θ = 70 ± 10,\n N = 2,\n a = 0.02 ± 0.002,\n color = CropRootBox.RGBA(0, 0, 1, 1),\n )\n)\n; # hide","category":"page"},{"location":"","page":"Home","title":"Home","text":"An instance of RootArchitecture system is created with an instance of Pot describing a boundary of root growth.","category":"page"},{"location":"","page":"Home","title":"Home","text":"b = instance(CropRootBox.Pot)\ns = instance(CropRootBox.RootArchitecture; config, options = (; box = b), seed = 0)\nr = simulate!(s, stop = 100u\"d\")\n; # hide","category":"page"},{"location":"","page":"Home","title":"Home","text":"After 100 days of simulation, we can draw a rendering of root structure bounded in the pot.","category":"page"},{"location":"","page":"Home","title":"Home","text":"using GLMakie\nscn = CropRootBox.render(s)\nGLMakie.save(\"root_maize.png\", scn; size = (1600, 3200))\n; # hide","category":"page"},{"location":"","page":"Home","title":"Home","text":"(Image: )","category":"page"},{"location":"","page":"Home","title":"Home","text":"For more information about using the framework such as instance() and simulate() functions, please refer to the Cropbox documentation.","category":"page"}] +} diff --git a/v0.1.13/siteinfo.js b/v0.1.13/siteinfo.js new file mode 100644 index 0000000..56a59e5 --- /dev/null +++ b/v0.1.13/siteinfo.js @@ -0,0 +1 @@ +var DOCUMENTER_CURRENT_VERSION = "v0.1.13"; diff --git a/versions.js b/versions.js index 6b92359..4ea7942 100644 --- a/versions.js +++ b/versions.js @@ -3,5 +3,5 @@ var DOC_VERSIONS = [ "v0.1", "dev", ]; -var DOCUMENTER_NEWEST = "v0.1.11"; +var DOCUMENTER_NEWEST = "v0.1.13"; var DOCUMENTER_STABLE = "stable";