From c51bb873bfe3f7a9ef72a765afd244fa9b81b18f Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Mon, 13 Jun 2022 15:43:18 -0700 Subject: [PATCH] override common bulma variables Signed-off-by: Matthew Fisher --- ...vatar.7d3ed4b4.png => avatar.a979e1d6.png} | Bin css/fermyon.css | 1307 +-------- docs/index.html | 65 +- package-lock.json | 2468 +++++++++++------ package.json | 10 +- scss/fermyon-base.scss | 179 +- scss/fermyon-color-dark.scss | 265 ++ scss/fermyon-color-light.scss | 137 + scss/fermyon-color.scss | 69 +- scss/fermyon-mixins.scss | 4 +- scss/fermyon-type.scss | 177 +- scss/fermyon.scss | 13 +- 12 files changed, 2027 insertions(+), 2667 deletions(-) rename css/{avatar.7d3ed4b4.png => avatar.a979e1d6.png} (100%) create mode 100644 scss/fermyon-color-dark.scss create mode 100644 scss/fermyon-color-light.scss diff --git a/css/avatar.7d3ed4b4.png b/css/avatar.a979e1d6.png similarity index 100% rename from css/avatar.7d3ed4b4.png rename to css/avatar.a979e1d6.png diff --git a/css/fermyon.css b/css/fermyon.css index 586d9a5..dcf5736 100644 --- a/css/fermyon.css +++ b/css/fermyon.css @@ -1,1307 +1,2 @@ -.is-primary, .has-text-primary { - color: #0d203f !important; -} - -.is-link, .has-text-link { - color: #0a68a1 !important; -} - -.is-info, .has-text-info { - color: #a180d9 !important; -} - -.is-success, .has-text-success { - color: #18907b !important; -} - -.is-warning, .has-text-warning { - color: #ef946c !important; -} - -.is-danger, .has-text-danger { - color: #c64b16 !important; -} - -.is-dark, .has-text-dark { - color: #213762 !important; -} - -.is-light, .has-text-light { - color: #b69cc0 !important; -} - -.button.is-primary, .tag.is-primary, .message.is-primary { - background-color: #18d1a5; - color: #fff !important; -} - -.button.is-secondary, .tag.is-secondary, .message.is-secondary { - background-color: #315292; - color: #fff !important; -} - -.button.is-link, .tag.is-link, .message.is-link { - color: #fff !important; - background-color: #0a68a1 !important; -} - -.button.is-info, .tag.is-info, .message.is-info { - color: #fff !important; - background-color: #a180d9 !important; -} - -.button.is-success, .tag.is-success, .message.is-success { - color: #fff !important; - background-color: #18907b !important; -} - -.button.is-warning, .tag.is-warning, .message.is-warning { - color: #fff !important; - background-color: #ef946c !important; -} - -.button.is-danger, .tag.is-danger, .message.is-danger { - color: #fff !important; - background-color: #c64b16 !important; -} - -.button.is-dark, .tag.is-dark, .message.is-dark { - background-color: #213762; - color: #fff !important; -} - -.button.is-light, .tag.is-light, .message.is-light { - background-color: #b69cc0; - color: #0d203f !important; -} - -.content .is-active, .content .is-current { - color: #fff; - background-color: #213762; -} - -html { - height: 100%; - background-color: #0000; -} - -body, main { - min-height: 100vh; - position: relative; -} - -body { - min-height: 100vh; - background: #f7f4f8; -} - -main { - min-height: 100vh; - z-index: 100; - margin-bottom: -12rem; - padding: 5.75rem 0 0; -} - -#topbar.navbar { - will-change: transform; - z-index: 1000; - background: #f7f4f8; - border-bottom: 2px solid #fffffffa; - padding-left: 5vw; - padding-right: 5vw; - transition: transform .2s linear; - position: fixed; - left: 0; - right: 0; -} - -#topbar.navbar .navbar-burger { - width: 5.25rem; - height: 5.25rem; -} - -#topbar.navbar.is-wide { - padding-left: 2.5vw; - padding-right: 2.5vw; -} - -#topbar.navbar .dark-mode { - width: 1.5rem; - fill: #345995; - line-height: 1.5; - display: inline-block; - position: absolute; - top: 2rem; - right: 0; -} - -#topbar.navbar.headroom--pinned { - margin: 0; - transform: translateY(0%); -} - -#topbar.navbar.headroom--unpinned { - transform: translateY(-100%); -} - -@keyframes halfSpin { - 0% { - transform: rotate(0); - } - - 25% { - opacity: 1; - transform: rotate(180deg); - } - - 38% { - opacity: .75; - } - - 50% { - transform: rotate(180deg); - } - - 75% { - opacity: 1; - transform: rotate(360deg); - } - - 88% { - opacity: .75; - } - - 100% { - transform: rotate(360deg); - } -} - -#topbar.navbar .logo { - fill: #0d203f; - margin-top: .35em; - display: inline-block; - position: relative; -} - -#topbar.navbar .logo svg { - max-height: 1.25rem; - max-width: 10.625rem; - cursor: pointer; - z-index: 500; - fill: #0d203f; - position: relative; -} - -#topbar.navbar .logo:hover .spin-back { - background-color: #fff; -} - -#topbar.navbar .logo .spin-front { - width: 1.133rem; - height: 1.133rem; - z-index: 600; - opacity: 1; - border-radius: 50%; - transition: all .3s ease-in-out; - display: inline-block; - position: absolute; - top: 1.25rem; - right: 1.9125rem; -} - -#topbar.navbar .logo .spin-front em { - width: .425rem; - height: .425rem; - z-index: 700; - background: #28ffcc; - border-radius: 50%; - transition: all .3s ease-in-out; - display: inline-block; - position: absolute; - top: 0; - right: .05rem; -} - -#topbar.navbar .logo .spin-back { - width: 1.125rem; - height: 1.125rem; - z-index: 400; - background: none; - border-radius: 50%; - transition: all .3s ease-in-out; - display: inline-block; - position: absolute; - top: 1.295rem; - right: 1.875rem; -} - -#topbar.navbar:hover .logo .spin-front { - animation: halfSpin 4s infinite; -} - -#topbar.navbar .logo-project { - margin: 2rem 0 0 1.3335rem; - font-size: 1.125rem; - font-weight: bold; -} - -#topbar.navbar .logo-project a { - color: #213762; -} - -#topbar.navbar .logo-project .tag { - margin: -.5rem 0 0 .67rem; - position: relative; -} - -#topbar.navbar a.navbar-item { - background: none; - font-weight: 700; - line-height: 3; -} - -#topbar.navbar .navbar-menu a { - color: #0d203f; - letter-spacing: .025em; - margin-left: 2vw; - transition: all .3s ease-in-out; - position: relative; -} - -#topbar.navbar .navbar-menu a em { - height: .333rem; - opacity: 0; - content: " "; - background-color: #34e8bd; - border-radius: 1rem; - transition: all .3s ease-in-out; - display: inline-block; - position: absolute; - bottom: -.15rem; - left: 45%; - right: 45%; -} - -#topbar.navbar .navbar-menu a:hover em { - opacity: 1; - left: 25%; - right: 25%; -} - -#topbar.navbar .navbar-menu .button { - color: #15ba93; - border-color: #34e8bd; - margin: 1rem 0 0 2.5rem; - transition: all .3s ease-in-out; -} - -#topbar.navbar .navbar-menu .button:hover { - color: #119878; - background-color: #fff !important; -} - -.menu-wrap { - width: 17rem; - background: #f7f4f8; - padding: 0 2.5vw; -} - -@media screen and (min-width: 1024px) { - .menu-wrap.is-fixed-desktop { - width: 17.5vw; - background: #f7f4f8; - position: fixed; - top: 0; - bottom: 0; - left: 0; - } -} - -@media screen and (max-width: 1023px) { - .menu-wrap.is-fixed-desktop { - position: relative; - top: auto; - left: auto; - right: auto; - } -} - -@media screen and (min-width: 1024px) { - .menu-wrap.is-sticky { - width: 15rem; - vertical-align: top; - max-height: 100vh; - background: #f7f4f8; - padding-left: .67rem; - display: inline-block; - position: sticky; - top: 0; - bottom: 0; - left: 2.5vw; - overflow-y: auto; - } -} - -aside.menu { - min-width: 13rem; - width: 14.5vw; - border-right: 2px solid #0000; - padding-top: 6.5rem; - font-size: 1rem; - transition: all .3s ease-in-out; - position: absolute; - top: 0; - bottom: 0; - overflow-y: scroll; -} - -aside.menu:hover { - border-right: 2px solid #ece5ee; -} - -aside.menu .menu-label { - margin: 1.75rem 1.333vw 1rem 0; - padding-left: 1.333vw; -} - -aside.menu ul { - margin-bottom: 2.5rem; -} - -aside.menu a { - border-radius: 2rem; - margin-bottom: 0; - padding: .6rem 1.25vw; - font-weight: bold; - transition: all .3s ease-in-out; - display: inline-block; -} - -aside.menu a:hover { - color: #213762; - background-color: #ece5ee; -} - -aside.menu a.button { - background: none; - border: 2px solid #34e8bd; - margin-top: 1.25rem; - padding: 0 1.333vw; - font-size: 1.125rem; - line-height: 2.25; -} - -aside.menu a.button svg { - margin-bottom: -1px; - margin-right: .25rem; -} - -aside.menu a.button svg, aside.menu a.button path { - transition: all .3s ease-in-out; -} - -aside.menu a.button:hover { - color: #fff; - background-color: #34e8bd; -} - -aside.menu a.button:hover svg, aside.menu a.button:hover path { - fill: #fff; -} - -.menu-wrap + article.content { - padding-left: 18.5vw; -} - -.page-wrap { - position: relative; -} - -.is-fullwidth { - width: 100vw; - max-width: 100vw !important; -} - -hr { - background-color: #6464641a; -} - -hr.page-break { - text-align: center; - height: 4rem; - background: none; - position: relative; -} - -hr.page-break:after { - width: 12.5%; - content: " "; - height: .33rem; - background: #bea7e5; - border-radius: .33rem; - margin: 2.5rem 0 3.5rem; - display: inline-block; - position: relative; -} - -.documentation .content { - margin-bottom: 5rem; - padding-top: 8.5rem; -} - -.documentation .content h1 { - margin: -1.5rem 0 5rem; - padding-bottom: 2.67rem; - position: relative; -} - -.documentation .content h1:after { - width: 25%; - content: " "; - height: .33rem; - background: #bea7e5; - border-radius: .33rem; - margin: 2.5rem 0 0; - display: inline-block; - position: absolute; - bottom: 0; - left: 0; -} - -.documentation .content blockquote p { - font-size: 1rem; - line-height: 1.4; -} - -.documentation .content .footer-nav { - border-top: none; -} - -.documentation .content.content-docs-wide section { - margin-left: 5vw; - margin-right: 5vw; - max-width: 90vw !important; -} - -.documentation .content.content-docs-wide section .content ul, .documentation .content.content-docs-wide section .content ol, .documentation .content.content-docs-wide section .content dl, .documentation .content.content-docs-wide section .content p, .documentation .content.content-docs-wide section .content blockquote { - max-width: 100%; -} - -.documentation footer { - padding-left: 2.5vw !important; - padding-right: 2.5vw !important; -} - -.documentation footer .footer-nav { - border-top: none; - margin: 0; - padding: 0 .75rem; -} - -.content section { - max-width: 48.5rem; - margin-left: auto; - margin-right: auto; -} - -.content section .box { - margin-top: 2rem; - margin-bottom: 3rem; - padding: 1.67rem 2rem; -} - -.content section table { - min-width: 100%; - border-collapse: collapse; - background-color: #fff; - border-radius: .333em; - margin-top: 2rem; - margin-bottom: 4rem; - overflow: hidden; - box-shadow: 0 3px 6px #1e1e1e20; -} - -.content section table th, .content section table td { - border-bottom: 1px solid #bea7e5; - padding: .67vw 2vw; - line-height: 1.5; -} - -.content section table th { - color: #0d203f; - background-color: #f9f7ee; - border-bottom: 1px solid #bea7e5; - font-size: 1.125rem; - font-weight: bold; - line-height: 1.75; -} - -.content section table td { - border-bottom-color: #ece5ee; - font-size: 1rem; -} - -.content section table tr:last-of-type td { - border: none; -} - -footer { - min-height: 12rem; - z-index: 1400; - background: #fff; - border-top: 1px solid #bea7e5; - margin: 0 auto; - padding: 1.25rem 0 0; - position: relative; -} - -footer ul, footer p { - margin: 2rem 0 4rem; -} - -footer p.lead { - max-width: 67%; - color: #0a455a; - margin: -2.5rem 0 0; - font-size: 1.25rem; - line-height: 1.33; -} - -footer h4 { - color: #ef946c; - margin: 3rem 0 0; - font-size: 1.25rem; - font-weight: bold; -} - -footer li { - font-size: 1.125rem; - line-height: 2; - list-style: none; -} - -footer img { - max-height: 3rem; - margin-top: 0; -} - -footer.is-shallow { - min-height: 6.5rem; -} - -footer.is-shallow img { - max-height: 2.5rem; -} - -footer .footer-nav { - border-top: 1px solid #d9dbe8; -} - -footer .footer-nav .navbar { - background: none; - padding: 0; -} - -footer .footer-nav .navbar .navbar-item { - color: #bea7e5; - padding: 0 4rem 0 0; - font-size: 1rem; - line-height: 1.33; -} - -footer .footer-nav .navbar .navbar-item a { - color: #b1b5d0; - transition: all .3s ease-in-out; -} - -footer .footer-nav .navbar .navbar-item a:hover { - color: #585f91; -} - -footer .footer-nav .navbar .navbar-item:last-of-type { - padding-right: 0; -} - -footer .footer-nav p { - margin: 0; -} - -@media (prefers-color-scheme: dark) { - html { - color: #0d203f; - background: #f7f4f8; - } -} - -@media (prefers-color-scheme: dark) { - html { - color: #fff; - background: #0d203f; - } -} - -html.dark-theme > body { - color: #fff; - background: #0d203f; -} - -html.dark-theme > body #topbar.navbar { - background: #0d203f; - border-color: #0a455a; -} - -html.dark-theme > body #topbar.navbar .logo svg, html.dark-theme > body #topbar.navbar .logo path { - fill: #fff !important; -} - -html.dark-theme > body #topbar.navbar .logo-project a { - color: #34e8bd; -} - -html.dark-theme > body #topbar.navbar .logo-project a .tag { - background-color: #213762; - color: #bea7e5 !important; -} - -html.dark-theme > body #topbar.navbar .navbar-burger { - color: #bea7e5; - height: 5.75rem; -} - -html.dark-theme > body #topbar.navbar .navbar-menu a { - color: #34e8bd; -} - -html.dark-theme > body #topbar.navbar .navbar-menu .button { - border: 3px solid #34e8bd; -} - -html.dark-theme > body #topbar.navbar .navbar-menu .button:hover { - color: #0d203f; - background: #34e8bd !important; -} - -html.dark-theme > body #topbar.navbar .dark-mode svg { - fill: #34e8bd; - transition: all .3s ease-in-out; - transform: rotate(180deg); -} - -html.dark-theme > body .menu-wrap { - scrollbar-color: #525776, #09152a; - background: #0d203f; -} - -html.dark-theme > body aside.menu:hover { - border-right: 2px solid #321a59; -} - -html.dark-theme > body aside.menu a { - color: #fff; -} - -html.dark-theme > body aside.menu a:hover { - color: #34e8bd; - background-color: #213762; -} - -html.dark-theme > body aside.menu a.button svg, html.dark-theme > body aside.menu a.button path { - fill: #fff !important; -} - -html.dark-theme > body .card { - background: linear-gradient(0, #112b54, #0d203f 100%); - color: #fff; - outline: 1px solid #fff3; - box-shadow: 0 .5em 1em -.125em #0a0a0a80, 0 0 0 1px #0a0a0a85; -} - -html.dark-theme > body .card figure.image { - border-bottom: 1px solid #fff5; -} - -html.dark-theme > body .card p { - color: #fff; -} - -html.dark-theme > body .content .box { - color: #fff; - background-color: #213762; -} - -html.dark-theme > body .content section table { - background-color: #213762; -} - -html.dark-theme > body .content blockquote { - background-color: #0000; -} - -html.dark-theme > body .content blockquote p { - color: #fff; - background-color: #1b2c4f; - border-color: #243c6c; -} - -html.dark-theme > body .content blockquote > blockquote p, html.dark-theme > body .content aside p { - color: #fff; - background-color: #243c6c; - border-color: #2b477f; -} - -html.dark-theme > body footer { - color: #fff; - background: #0d203f; - border-color: #0a455a; -} - -html.dark-theme > body footer h4 { - color: #fff; -} - -html.dark-theme > body footer .footer-nav { - border-color: #06101f; -} - -html.dark-theme > body footer p, html.dark-theme > body footer li, html.dark-theme > body footer a { - color: #34e8bd; -} - -body { - color: #0d203f; - font-family: Sen, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif; - font-size: 16pt; -} - -.content { -} - -.content h1, .content h2, .content h3 { - font-weight: bold; - display: block; -} - -.content ul, .content ol, .content dl, .content p, .content blockquote { - max-width: 800px; - margin: 1.67rem 0; - font-size: 1rem; -} - -.content.size-16 ul, .content.size-16 ol, .content.size-16 dl, .content.size-16 p, .content.size-16 blockquote { - font-size: 1rem; -} - -.content.size-18 ul, .content.size-18 ol, .content.size-18 dl, .content.size-18 p, .content.size-18 blockquote { - font-size: 1.125rem; -} - -.content.size-20 ul, .content.size-20 ol, .content.size-20 dl, .content.size-20 p, .content.size-20 blockquote { - font-size: 1.25rem; -} - -.content ul li { - margin: 0 .5rem 0 1.25rem; - padding-left: .5rem; - line-height: 1.636; - list-style: disc; -} - -.content ul.pagination-list { - margin: 0; -} - -.content ul.pagination-list li { - margin: 0; - list-style: none; -} - -.content ul.is-disc li { - list-style: disc; -} - -.content ol li { - margin: 0 .5rem 0 1.25rem; - padding-left: .5rem; - line-height: 1.636; - list-style-position: outside; -} - -.content blockquote > blockquote, .content aside { - margin-top: 3rem; - margin-bottom: 3rem; -} - -.content blockquote > blockquote p, .content aside p { - text-align: left; - color: #0d203f; - background: #f9f7ee; - border: 1px solid #d9dbe8; - border-radius: .667rem; - font-size: 1.2rem; - line-height: 1.8; - box-shadow: 0 3px 6px #1e1e1e20; - margin: 2.5em auto 5rem !important; - padding: 1.25rem 1.5rem !important; -} - -.content blockquote > blockquote a, .content aside a { - color: #0e8fdd; -} - -.content blockquote { - border-left: none; - margin: 0 !important; - padding: 0 0 !important; -} - -.content blockquote p { - color: #081f24; - color: #345995; - text-align: left; - background: #f4f0f5; - border-left: 4px solid #d9dbe8; - line-height: 2; - margin: 1rem auto !important; - padding: .65rem 5% .65rem 2rem !important; - font-size: 1.1rem !important; -} - -.content blockquote a { - color: #0e8fdd; -} - -.content iframe { - margin: 2rem 0; -} - -.content pre, .content code { - margin-bottom: 2rem !important; -} - -.content pre code { - margin-bottom: 0 !important; -} - -.content h1 code, .content h2 code, .content h3 code, .content h4 code, .content h5 code { - font-weight: bold; - font-size: 1em !important; -} - -.content pre, .content code { - margin-bottom: 2rem !important; -} - -.content pre code { - margin-bottom: 0 !important; -} - -.content h1 code, .content h2 code, .content h3 code, .content h4 code, .content h5 code { - font-weight: bold; - font-size: 1em !important; -} - -.content strong { - color: #0d203f; -} - -.content a { - color: #0a68a1; - border-radius: .333em; - position: relative; -} - -.content a:after { - text-align: center; - height: .125rem; - content: " "; - opacity: 0; - background: #0e8fdd; - transition: all .3s ease-in-out; - display: inline-block; - position: absolute; - bottom: -.2rem; - left: 33%; - right: 33%; -} - -.content a:hover { - color: #0e8fdd; - background: #ffffffab; -} - -.content a:hover:after { - opacity: 1; - left: 5%; - right: 5%; -} - -.content a:hover img + :after { - margin-top: -4rem; - display: none !important; -} - -.content hr.page-break { - text-align: left; - height: 4rem; - background: none; -} - -.content hr.page-break:after { - width: 12.5%; - height: .33rem; - margin: 1.5rem 0 2.5rem; - position: relative; -} - -.content .copy { - border-radius: 1rem; - margin-left: -1.5rem; - margin-right: -1.5rem; - padding: .5rem 1rem; - position: relative; -} - -.content .copy img { - width: 1em; -} - -.content .copy .button { - opacity: 0; - background: none; - border: none; - padding: 0; - line-height: 1; - position: absolute; - top: .01rem; - right: .67rem; -} - -.content .copy:hover { - background: #6464642b; -} - -.content .copy:hover .button { - opacity: 1; -} - -.content .copy-button { - cursor: pointer; - transition: all .3s ease-in-out; -} - -.content .copy-button:after { - content: "Copied"; - z-index: 860; - opacity: 0; - color: #fff; - background: #646464bf; - border-radius: 2rem; - padding: .5rem 1rem; - font-size: 1rem; - font-weight: bold; - transition: all .3s ease-in-out; - display: inline-block; - position: absolute; - top: 75%; - right: 25%; - transform: perspective(1px)translateY(-50%); -} - -.content .copy-button:active { - opacity: .8; -} - -.content .copy-button:active:after { - opacity: 1; - top: 50%; -} - -.content .card p { - color: #0d203f; - margin: 0; - line-height: 1.25; -} - -.content .card p.title { - margin-bottom: .5rem; -} - -.content .card p em { - opacity: .333; - padding: 0 .2rem 0 0; - font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace; - font-style: normal; - display: inline-block; -} - -.content .card.card-color { - border-radius: .33rem; - overflow: hidden; -} - -.content .card.card-color figure.image { - border: 5px solid #0000; - transition: all .3s ease-in-out; -} - -.content .card.card-color figure.image:hover { - border-color: #fff; -} - -.content .card.card-color .card-content { - padding: .5rem .5rem 1rem; -} - -.content .card.card-color .card-content p { - letter-spacing: -.02em; - margin: 0 0 -.333rem; -} - -.content h1 code, .content h2 code, .content h3 code, .content h4 code, .content h5 code, .content p code, .content li code, .content td code, .content th code, .content dd code { - color: #345995; - background: #e9e1eb; - border-radius: .33rem !important; -} - -.content pre, .content code { - color: #fff; - color: #bea7e5; - background-color: #0d203f; - background-image: linear-gradient(135deg, #0d203f 0%, #10274d 100%); - border-radius: .67rem; - margin-left: 0; - font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace; - font-size: .925rem; -} - -.content pre a, .content code a { - color: #0e8fdd; -} - -.content pre > code, .content code > code { - background-color: #0000 !important; - background-image: none !important; -} - -.content pre code.hljs, .content code code.hljs { - padding: 0 !important; -} - -.content pre code.hljs .hljs-meta, .content code code.hljs .hljs-meta { - color: #34e8bd; -} - -.content pre { - max-width: 100%; - margin: 1.333rem 0; - position: relative; -} - -.content code { - border-radius: 0 !important; -} - -.content .hljs { - background-color: #0000 !important; -} - -.content pre code.hljs { - padding: 1em; - display: block; - overflow-x: auto; -} - -.content code.hljs { - padding: 3px 5px; -} - -.content .hljs { - color: #abb2bf; - background: #282c34; -} - -.content .hljs-comment, .content .hljs-quote { - color: #5c6370; - font-style: italic; -} - -.content .hljs-doctag, .content .hljs-formula, .content .hljs-keyword { - color: #c678dd; -} - -.content .hljs-deletion, .content .hljs-name, .content .hljs-section, .content .hljs-selector-tag, .content .hljs-subst { - color: #e06c75; -} - -.content .hljs-literal { - color: #56b6c2; -} - -.content .hljs-addition, .content .hljs-attribute, .content .hljs-meta .hljs-string, .content .hljs-regexp, .content .hljs-string { - color: #98c379; -} - -.content .hljs-attr, .content .hljs-number, .content .hljs-selector-attr, .content .hljs-selector-class, .content .hljs-selector-pseudo, .content .hljs-template-variable, .content .hljs-type, .content .hljs-variable { - color: #d19a66; -} - -.content .hljs-bullet, .content .hljs-link, .content .hljs-meta, .content .hljs-selector-id, .content .hljs-symbol, .content .hljs-title { - color: #61aeee; -} - -.content .hljs-built_in, .content .hljs-class .hljs-title, .content .hljs-title.class_ { - color: #e6c07b; -} - -.content .hljs-emphasis { - font-style: italic; -} - -.content .hljs-strong { - font-weight: 700; -} - -.content .hljs-link { - text-decoration: underline; -} - -html.dark-theme > body { - color: #fff; - background: #0d203f; -} - -html.dark-theme > body h1, html.dark-theme > body h2, html.dark-theme > body h3, html.dark-theme > body h4, html.dark-theme > body p, html.dark-theme > body li { - color: #fff; -} - -html.dark-theme > body .content a, html.dark-theme > body article a { - color: #34e8bd; -} - -html.dark-theme > body .content strong, html.dark-theme > body article strong { - color: #ece5ee; -} - -html.dark-theme > body h1, html.dark-theme > body h2, html.dark-theme > body h3, html.dark-theme > body h4, html.dark-theme > body h5, html.dark-theme > body p, html.dark-theme > body li { - color: #fff; -} - -html.dark-theme > body pre { - background: linear-gradient(0, #173564 15%, #233e68 100%); -} - -html.dark-theme > body pre code { - color: #dbc8e2; -} - -html.dark-theme > body .content h1 code, html.dark-theme > body .content h2 code, html.dark-theme > body .content h3 code, html.dark-theme > body .content h4 code, html.dark-theme > body .content h5 code, html.dark-theme > body .content p code, html.dark-theme > body .content li code, html.dark-theme > body .content th code, html.dark-theme > body .content td code, html.dark-theme > body .content dd code { - color: #ece5ee; - background-color: #213762; -} - -html.dark-theme > body .content .hljs { - color: #d2c3d7; -} - -html.dark-theme > body .content .hljs-comment, html.dark-theme > body .content .hljs-quote { - color: #afafac; -} - -html.dark-theme > body .content a:hover { - background: #1b2c4f !important; -} - -html.dark-theme > body .content .table thead { - background-color: #525776; -} - -html.dark-theme > body .content .table thead th { - color: #070c16; - background-color: #525776; - border-color: #040b15; -} - -html.dark-theme > body .content .table td { - color: #ece5ee; - border-color: #040b15; -} - -html.dark-theme > body .content .table.is-striped tbody tr:not(.is-selected):nth-child(2n) { - background-color: #213762; -} - -html.dark-theme > body .content .pagination-link, html.dark-theme > body .content .pagination-next, html.dark-theme > body .content .pagination-previous { - border-color: #040b15; -} - -@media screen and (max-width: 1023px) { - #topbar.navbar .logo { - width: 3rem; - height: 3rem; - background: url("avatar.7d3ed4b4.png") 0 0 / contain no-repeat; - } - - #topbar.navbar .logo svg, #topbar.navbar .logo span { - display: none !important; - } - - #topbar.navbar .logo-project { - margin-left: .5rem; - } - - #topbar.navbar .navbar-menu.is-pulled-right { - text-align: right; - } - - #topbar.navbar .navbar-menu.is-pulled-right a { - float: right; - } - - .menu-wrap { - z-index: 1400; - width: 100vw; - display: none; - } - - .menu-wrap.is-active { - position: fixed; - inset: 0; - display: block !important; - } - - .menu-wrap aside.menu { - width: 100vw; - padding-top: 8rem; - padding-left: 5vw; - padding-right: 5vw; - } - - article.content section, footer { - max-width: 100vw !important; - overflow-x: hidden !important; - } - - main.is-fullwidth { - max-width: 90vw !important; - padding-left: 5vw !important; - padding-right: 5vw !important; - } - - .menu-wrap + article.content { - padding-left: 0; - max-width: 85vw !important; - } - - footer.is-shallow .footer-nav { - max-width: 90vw; - padding-left: 5vw; - padding-right: 5vw; - border-color: #0000 !important; - } - - footer.is-shallow .footer-nav .navbar-item { - display: inline-block; - } -} - +@import "https://fonts.googleapis.com/css2?family=Sen:wght@400;700&display=swap";.content a:after{background:#0e8fdd}.content aside p{background:#f9f7ee;border:1px solid #d9dbe8;box-shadow:0 3px 6px #1e1e1e20}.content blockquote p{color:#345995;background:#f4f0f5}.content blockquote a{color:#0e8fdd}.content h2 code,.content h1 code,.content h2 code,.content h3 code,.content h4 code,.content h5 code,.content p code,.content li code,.content td code,.content th code,.content dd code{color:#345995;background:#e9e1eb}.content pre,.content code{background-color:#0d203f;background-image:linear-gradient(135deg,#0d203f 0%,#10274d 100%)}.content pre a,.content code a{color:#0e8fdd}.content pre>code,.content code>code{background-color:#0000!important;background-image:none!important}.content pre code.hljs.hljs-meta,.content code code.hljs.hljs-meta{color:#34e8bd}.content .is-active,.content .is-current{color:#fff;background-color:#213762}.content .card.card-color figure.image:hover{border-color:#fff}.content .copy:hover{background:#6464642b}.content .copy-button:after{color:#fff;background:#646464bf}.content .hljs{color:#d2c3d7;background:0 0}.content .hljs-comment,.content .hljs-quote{color:#afafac}#topbar.navbar{background-color:#f7f4f8}footer{border-top:1px solid #bea7e5}html.dark-theme>body{color:#fff;background:#0d203f}html.dark-theme>body h1,html.dark-theme>body h2,html.dark-theme>body h3,html.dark-theme>body h4,html.dark-theme>body h5,html.dark-theme>body p,html.dark-theme>body li{color:#fff}html.dark-theme>body a{color:#34e8bd}html.dark-theme>body .is-primary,html.dark-theme>body .has-text-primary{color:#fff!important}html.dark-theme>body .is-link,html.dark-theme>body .has-text-link{color:#34e8bd!important}html.dark-theme>body .is-info,html.dark-theme>body .has-text-info{color:#a180d9!important}html.dark-theme>body .is-success,html.dark-theme>body .has-text-success{color:#18907b!important}html.dark-theme>body .is-warning,html.dark-theme>body .has-text-warning{color:#ef946c!important}html.dark-theme>body .is-danger,html.dark-theme>body .has-text-danger{color:#c64b16!important}html.dark-theme>body .is-dark,html.dark-theme>body .has-text-dark{color:#213762!important}html.dark-theme>body .is-light,html.dark-theme>body .has-text-light{color:#b69cc0!important}html.dark-theme>body .button,html.dark-theme>body .tag,html.dark-theme>body .message{color:#fff!important;background-color:#0d203f!important;border-color:#fff!important}html.dark-theme>body .button.is-primary,html.dark-theme>body .tag.is-primary,html.dark-theme>body .message.is-primary{color:#34e8bd!important;border-color:#040b15!important}html.dark-theme>body .button.is-link,html.dark-theme>body .tag.is-link,html.dark-theme>body .message.is-link{border-color:#34e8bd!important}html.dark-theme>body .button.is-info,html.dark-theme>body .tag.is-info,html.dark-theme>body .message.is-info{border-color:#a180d9!important}html.dark-theme>body .button.is-success,html.dark-theme>body .tag.is-success,html.dark-theme>body .message.is-success{border-color:#18907b!important}html.dark-theme>body .button.is-warning,html.dark-theme>body .tag.is-warning,html.dark-theme>body .message.is-warning{border-color:#ef946c!important}html.dark-theme>body .button.is-danger,html.dark-theme>body .tag.is-danger,html.dark-theme>body .message.is-danger{border-color:#c64b16!important}html.dark-theme>body .button.is-dark,html.dark-theme>body .tag.is-dark,html.dark-theme>body .message.is-dark{border-color:#213762!important}html.dark-theme>body .button.is-light,html.dark-theme>body .tag.is-light,html.dark-theme>body .message.is-light{border-color:#b69cc0!important}html.dark-theme>body .content a,html.dark-theme>body article a{color:#34e8bd}html.dark-theme>body .content strong,html.dark-theme>body article strong{color:#ece5ee}html.dark-theme>body pre{background:linear-gradient(0,#173564 15%,#233e68 100%)}html.dark-theme>body pre code{color:#dbc8e2}html.dark-theme>body .content h1 code,html.dark-theme>body .content h2 code,html.dark-theme>body .content h3 code,html.dark-theme>body .content h4 code,html.dark-theme>body .content h5 code,html.dark-theme>body .content p code,html.dark-theme>body .content li code,html.dark-theme>body .content th code,html.dark-theme>body .content td code,html.dark-theme>body .content dd code{color:#ece5ee;background-color:#213762}html.dark-theme>body .content .hljs{color:#d2c3d7}html.dark-theme>body .content .hljs-comment,html.dark-theme>body .content .hljs-quote{color:#afafac}html.dark-theme>body .content a:hover{background:#1b2c4f!important}html.dark-theme>body .content .table thead{background-color:#525776}html.dark-theme>body .content .table thead th{color:#070c16;background-color:#525776;border-color:#040b15}html.dark-theme>body .content .table td{color:#ece5ee;border-color:#040b15}html.dark-theme>body .content .table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#213762}html.dark-theme>body .content .pagination-link,html.dark-theme>body .content .pagination-next,html.dark-theme>body .content .pagination-previous{border-color:#040b15}html.dark-theme>body #topbar.navbar{background:#0d203f;border-color:#0a455a}html.dark-theme>body #topbar.navbar a{color:#34e8bd}html.dark-theme>body #topbar.navbar .logo svg,html.dark-theme>body #topbar.navbar .logo path{fill:#fff!important}html.dark-theme>body #topbar.navbar .logo-project a{color:#34e8bd}html.dark-theme>body #topbar.navbar .logo-project a .tag{background-color:#213762;color:#bea7e5!important}html.dark-theme>body #topbar.navbar .navbar-burger{color:#bea7e5;height:5.75rem}html.dark-theme>body #topbar.navbar .navbar-menu .button{border:3px solid #34e8bd}html.dark-theme>body #topbar.navbar .navbar-menu .button:hover{color:#0d203f;background:#34e8bd!important}html.dark-theme>body #topbar.navbar .dark-mode svg{fill:#34e8bd;transition:all .3s ease-in-out;transform:rotate(180deg)}html.dark-theme>body .menu-wrap{scrollbar-color:#525776,#09152a;background:#0d203f}html.dark-theme>body aside.menu:hover{border-right:2px solid #321a59}html.dark-theme>body aside.menu a{color:#fff}html.dark-theme>body aside.menu a:hover{color:#34e8bd;background-color:#213762}html.dark-theme>body aside.menu a.button svg,html.dark-theme>body aside.menu a.button path{fill:#fff!important}html.dark-theme>body .card{background:linear-gradient(0,#112b54,#0d203f 100%);color:#fff;outline:1px solid #fff3;box-shadow:0 .5em 1em -.125em #0a0a0a80,0 0 0 1px #0a0a0a85}html.dark-theme>body .card figure.image{border-bottom:1px solid #fff5}html.dark-theme>body .card p{color:#fff}html.dark-theme>body .content .box{color:#fff;background-color:#213762}html.dark-theme>body .content section table{background-color:#213762}html.dark-theme>body .content blockquote{background-color:#0000}html.dark-theme>body .content blockquote p{color:#fff;background-color:#1b2c4f;border-color:#243c6c}html.dark-theme>body .content blockquote>blockquote p,html.dark-theme>body .content aside p{color:#fff;background-color:#243c6c;border-color:#2b477f}html.dark-theme>body footer{color:#fff;background:#0d203f;border-color:#0a455a}html.dark-theme>body footer h4{color:#fff}html.dark-theme>body footer .footer-nav{border-color:#06101f}html.dark-theme>body footer p,html.dark-theme>body footer li,html.dark-theme>body footer a{color:#34e8bd}html{height:100%}body,main{min-height:100vh;position:relative}body{min-height:100vh}main{min-height:100vh;z-index:100;margin-bottom:-12rem;padding:5.75rem 0 0}#topbar.navbar{will-change:transform;z-index:1000;border-bottom:2px solid #fffffffa;padding-left:5vw;padding-right:5vw;transition:transform .2s linear;position:fixed;left:0;right:0}#topbar.navbar .navbar-burger{width:5.25rem;height:5.25rem}#topbar.navbar.is-wide{padding-left:2.5vw;padding-right:2.5vw}#topbar.navbar .dark-mode{width:1.5rem;line-height:1.5;display:inline-block;position:absolute;top:2rem;right:0}#topbar.navbar.headroom--pinned{margin:0;transform:translateY(0%)}#topbar.navbar.headroom--unpinned{transform:translateY(-100%)}@keyframes halfSpin{0%{transform:rotate(0)}25%{opacity:1;transform:rotate(180deg)}38%{opacity:.75}50%{transform:rotate(180deg)}75%{opacity:1;transform:rotate(360deg)}88%{opacity:.75}to{transform:rotate(360deg)}}#topbar.navbar .logo{fill:#0d203f;margin-top:.35em;display:inline-block;position:relative}#topbar.navbar .logo svg{max-height:1.25rem;max-width:10.625rem;cursor:pointer;z-index:500;fill:#0d203f;position:relative}#topbar.navbar .logo:hover .spin-back{background-color:#fff}#topbar.navbar .logo .spin-front{width:1.133rem;height:1.133rem;z-index:600;opacity:1;border-radius:50%;transition:all .3s ease-in-out;display:inline-block;position:absolute;top:1.25rem;right:1.9125rem}#topbar.navbar .logo .spin-front em{width:.425rem;height:.425rem;z-index:700;background:#28ffcc;border-radius:50%;transition:all .3s ease-in-out;display:inline-block;position:absolute;top:0;right:.05rem}#topbar.navbar .logo .spin-back{width:1.125rem;height:1.125rem;z-index:400;background:0 0;border-radius:50%;transition:all .3s ease-in-out;display:inline-block;position:absolute;top:1.295rem;right:1.875rem}#topbar.navbar:hover .logo .spin-front{animation:halfSpin 4s infinite}#topbar.navbar .logo-project{margin:2rem 0 0 1.3335rem;font-size:1.125rem;font-weight:700}#topbar.navbar .logo-project a{color:#213762}#topbar.navbar .logo-project .tag{margin:-.5rem 0 0 .67rem;position:relative}#topbar.navbar a.navbar-item{background:0 0;font-weight:700;line-height:3}#topbar.navbar .navbar-menu a{color:#0d203f;letter-spacing:.025em;margin-left:2vw;transition:all .3s ease-in-out;position:relative}#topbar.navbar .navbar-menu a em{height:.333rem;opacity:0;content:" ";background-color:#34e8bd;border-radius:1rem;transition:all .3s ease-in-out;display:inline-block;position:absolute;bottom:-.15rem;left:45%;right:45%}#topbar.navbar .navbar-menu a:hover em{opacity:1;left:25%;right:25%}#topbar.navbar .navbar-menu .button{color:#15ba93;border-color:#34e8bd;margin:1rem 0 0 2.5rem;transition:all .3s ease-in-out}#topbar.navbar .navbar-menu .button:hover{color:#119878;background-color:#fff!important}.menu-wrap{width:17rem;background:#f7f4f8;padding:0 2.5vw}@media screen and (min-width:1024px){.menu-wrap.is-fixed-desktop{width:17.5vw;background:#f7f4f8;position:fixed;top:0;bottom:0;left:0}}@media screen and (max-width:1023px){.menu-wrap.is-fixed-desktop{position:relative;top:auto;left:auto;right:auto}}@media screen and (min-width:1024px){.menu-wrap.is-sticky{width:15rem;vertical-align:top;max-height:100vh;background:#f7f4f8;padding-left:.67rem;display:inline-block;position:sticky;top:0;bottom:0;left:2.5vw;overflow-y:auto}}aside.menu{min-width:13rem;width:14.5vw;border-right:2px solid #0000;padding-top:6.5rem;font-size:1rem;transition:all .3s ease-in-out;position:absolute;top:0;bottom:0;overflow-y:scroll}aside.menu:hover{border-right:2px solid #ece5ee}aside.menu .menu-label{margin:1.75rem 1.333vw 1rem 0;padding-left:1.333vw}aside.menu ul{margin-bottom:2.5rem}aside.menu a{border-radius:2rem;margin-bottom:0;padding:.6rem 1.25vw;font-weight:700;transition:all .3s ease-in-out;display:inline-block}aside.menu a:hover{color:#213762;background-color:#ece5ee}aside.menu a.button{background:0 0;border:2px solid #34e8bd;margin-top:1.25rem;padding:0 1.333vw;font-size:1.125rem;line-height:2.25}aside.menu a.button svg{margin-bottom:-1px;margin-right:.25rem}aside.menu a.button svg,aside.menu a.button path{transition:all .3s ease-in-out}aside.menu a.button:hover{color:#fff;background-color:#34e8bd}aside.menu a.button:hover svg,aside.menu a.button:hover path{fill:#fff}.menu-wrap+article.content{padding-left:18.5vw}.page-wrap{position:relative}.is-fullwidth{width:100vw;max-width:100vw!important}hr.page-break{text-align:center;height:4rem;background:0 0;position:relative}hr.page-break:after{width:12.5%;content:" ";height:.33rem;background:#bea7e5;border-radius:.33rem;margin:2.5rem 0 3.5rem;display:inline-block;position:relative}.documentation .content{margin-bottom:5rem;padding-top:8.5rem}.documentation .content h1{margin:-1.5rem 0 5rem;padding-bottom:2.67rem;position:relative}.documentation .content h1:after{width:25%;content:" ";height:.33rem;background:#bea7e5;border-radius:.33rem;margin:2.5rem 0 0;display:inline-block;position:absolute;bottom:0;left:0}.documentation .content blockquote p{font-size:1rem;line-height:1.4}.documentation .content .footer-nav{border-top:none}.documentation .content.content-docs-wide section{margin-left:5vw;margin-right:5vw;max-width:90vw!important}.documentation .content.content-docs-wide section .content ul,.documentation .content.content-docs-wide section .content ol,.documentation .content.content-docs-wide section .content dl,.documentation .content.content-docs-wide section .content p,.documentation .content.content-docs-wide section .content blockquote{max-width:100%}.documentation footer{padding-left:2.5vw!important;padding-right:2.5vw!important}.documentation footer .footer-nav{border-top:none;margin:0;padding:0 .75rem}.content section{max-width:48.5rem;margin-left:auto;margin-right:auto}.content section .box{margin-top:2rem;margin-bottom:3rem;padding:1.67rem 2rem}.content section table{min-width:100%;border-collapse:collapse;background-color:#fff;border-radius:.333em;margin-top:2rem;margin-bottom:4rem;overflow:hidden;box-shadow:0 3px 6px #1e1e1e20}.content section table th,.content section table td{border-bottom:1px solid #bea7e5;padding:.67vw 2vw;line-height:1.5}.content section table th{color:#0d203f;background-color:#f9f7ee;border-bottom:1px solid #bea7e5;font-size:1.125rem;font-weight:700;line-height:1.75}.content section table td{border-bottom-color:#ece5ee;font-size:1rem}.content section table tr:last-of-type td{border:none}footer{min-height:12rem;z-index:1400;margin:0 auto;padding:1.25rem 0 0;position:relative}footer ul,footer p{margin:2rem 0 4rem}footer p.lead{max-width:67%;color:#0a455a;margin:-2.5rem 0 0;font-size:1.25rem;line-height:1.33}footer h4{color:#ef946c;margin:3rem 0 0;font-size:1.25rem;font-weight:700}footer li{font-size:1.125rem;line-height:2;list-style:none}footer img{max-height:3rem;margin-top:0}footer.is-shallow{min-height:6.5rem}footer.is-shallow img{max-height:2.5rem}footer .footer-nav{border-top:1px solid #d9dbe8}footer .footer-nav .navbar{background:0 0;padding:0}footer .footer-nav .navbar .navbar-item{color:#bea7e5;padding:0 4rem 0 0;font-size:1rem;line-height:1.33}footer .footer-nav .navbar .navbar-item a{color:#b1b5d0;transition:all .3s ease-in-out}footer .footer-nav .navbar .navbar-item a:hover{color:#585f91}footer .footer-nav .navbar .navbar-item:last-of-type{padding-right:0}footer .footer-nav p{margin:0}.content h1,.content h2,.content h3{font-weight:700;display:block}.content ul,.content ol,.content dl,.content p,.content blockquote{max-width:800px;margin:1.67rem 0;font-size:1rem}.content.size-16 ul,.content.size-16 ol,.content.size-16 dl,.content.size-16 p,.content.size-16 blockquote{font-size:1rem}.content.size-18 ul,.content.size-18 ol,.content.size-18 dl,.content.size-18 p,.content.size-18 blockquote{font-size:1.125rem}.content.size-20 ul,.content.size-20 ol,.content.size-20 dl,.content.size-20 p,.content.size-20 blockquote{font-size:1.25rem}.content ul li{margin:0 .5rem 0 1.25rem;padding-left:.5rem;line-height:1.636;list-style:disc}.content ul.pagination-list{margin:0}.content ul.pagination-list li{margin:0;list-style:none}.content ul.is-disc li{list-style:disc}.content ol li{margin:0 .5rem 0 1.25rem;padding-left:.5rem;line-height:1.636;list-style-position:outside}.content blockquote>blockquote,.content aside{margin-top:3rem;margin-bottom:3rem}.content blockquote>blockquote p,.content aside p{text-align:left;border-radius:.667rem;font-size:1.2rem;line-height:1.8;margin:2.5em auto 5rem!important;padding:1.25rem 1.5rem!important}.content blockquote{border-left:none;margin:0!important;padding:0!important}.content blockquote p{text-align:left;line-height:2;margin:1rem auto!important;padding:.65rem 5% .65rem 2rem!important;font-size:1.1rem!important}.content iframe{margin:2rem 0}.content pre,.content code{margin-bottom:2rem!important}.content pre code{margin-bottom:0!important}.content h1 code,.content h2 code,.content h3 code,.content h4 code,.content h5 code{font-weight:700;font-size:1em!important}.content pre,.content code{margin-bottom:2rem!important}.content pre code{margin-bottom:0!important}.content h1 code,.content h2 code,.content h3 code,.content h4 code,.content h5 code{font-weight:700;font-size:1em!important}.content a{border-radius:.333em;position:relative}.content a:after{text-align:center;height:.125rem;content:" ";opacity:0;transition:all .3s ease-in-out;display:inline-block;position:absolute;bottom:-.2rem;left:33%;right:33%}.content a:hover:after{opacity:1;left:5%;right:5%}.content a:hover img+:after{margin-top:-4rem;display:none!important}.content hr.page-break{text-align:left;height:4rem;background:0 0}.content hr.page-break:after{width:12.5%;height:.33rem;margin:1.5rem 0 2.5rem;position:relative}.content .copy{border-radius:1rem;margin-left:-1.5rem;margin-right:-1.5rem;padding:.5rem 1rem;position:relative}.content .copy img{width:1em}.content .copy .button{opacity:0;background:0 0;border:none;padding:0;line-height:1;position:absolute;top:.01rem;right:.67rem}.content .copy:hover .button{opacity:1}.content .copy-button{cursor:pointer;transition:all .3s ease-in-out}.content .copy-button:after{content:"Copied";z-index:860;opacity:0;border-radius:2rem;padding:.5rem 1rem;font-size:1rem;font-weight:700;transition:all .3s ease-in-out;display:inline-block;position:absolute;top:75%;right:25%;transform:perspective(1px)translateY(-50%)}.content .copy-button:active{opacity:.8}.content .copy-button:active:after{opacity:1;top:50%}.content .card p{margin:0;line-height:1.25}.content .card p.title{margin-bottom:.5rem}.content .card p em{opacity:.333;padding:0 .2rem 0 0;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-style:normal;display:inline-block}.content .card.card-color{border-radius:.33rem;overflow:hidden}.content .card.card-color figure.image{border:5px solid #0000;transition:all .3s ease-in-out}.content .card.card-color .card-content{padding:.5rem .5rem 1rem}.content .card.card-color .card-content p{letter-spacing:-.02em;margin:0 0 -.333rem}.content h1 code,.content h2 code,.content h3 code,.content h4 code,.content h5 code,.content p code,.content li code,.content td code,.content th code,.content dd code{border-radius:.33rem!important}.content pre,.content code{border-radius:.67rem;margin-left:0;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:.925rem}.content pre{max-width:100%;margin:1.333rem 0;position:relative}.content pre code.hljs{padding:0!important}.content code{border-radius:0!important}.content pre code.hljs{padding:1em;display:block;overflow-x:auto}.content code.hljs{padding:3px 5px}.content .hljs{color:#abb2bf;background:#282c34}.content .hljs-comment,.content .hljs-quote{color:#5c6370;font-style:italic}.content .hljs-doctag,.content .hljs-formula,.content .hljs-keyword{color:#c678dd}.content .hljs-deletion,.content .hljs-name,.content .hljs-section,.content .hljs-selector-tag,.content .hljs-subst{color:#e06c75}.content .hljs-literal{color:#56b6c2}.content .hljs-addition,.content .hljs-attribute,.content .hljs-meta .hljs-string,.content .hljs-regexp,.content .hljs-string{color:#98c379}.content .hljs-attr,.content .hljs-number,.content .hljs-selector-attr,.content .hljs-selector-class,.content .hljs-selector-pseudo,.content .hljs-template-variable,.content .hljs-type,.content .hljs-variable{color:#d19a66}.content .hljs-bullet,.content .hljs-link,.content .hljs-meta,.content .hljs-selector-id,.content .hljs-symbol,.content .hljs-title{color:#61aeee}.content .hljs-built_in,.content .hljs-class .hljs-title,.content .hljs-title.class_{color:#e6c07b}.content .hljs-emphasis{font-style:italic}.content .hljs-strong{font-weight:700}.content .hljs-link{text-decoration:underline}html.dark-theme>body #topbar.navbar .dark-mode svg{transition:all .3s ease-in-out;transform:rotate(180deg)}@media screen and (max-width:1023px){#topbar.navbar .logo{width:3rem;height:3rem;background:url(avatar.a979e1d6.png) 0 0/contain no-repeat}#topbar.navbar .logo svg,#topbar.navbar .logo span{display:none!important}#topbar.navbar .logo-project{margin-left:.5rem}#topbar.navbar .navbar-menu.is-pulled-right{text-align:right}#topbar.navbar .navbar-menu.is-pulled-right a{float:right}.menu-wrap{z-index:1400;width:100vw;display:none}.menu-wrap.is-active{position:fixed;inset:0;display:block!important}.menu-wrap aside.menu{width:100vw;padding-top:8rem;padding-left:5vw;padding-right:5vw}article.content section,footer{max-width:100vw!important;overflow-x:hidden!important}main.is-fullwidth{max-width:90vw!important;padding-left:5vw!important;padding-right:5vw!important}.menu-wrap+article.content{padding-left:0;max-width:85vw!important}footer.is-shallow .footer-nav{max-width:90vw;padding-left:5vw;padding-right:5vw;border-color:#0000!important}footer.is-shallow .footer-nav .navbar-item{display:inline-block}}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.select select,.textarea,.input,.button{-webkit-appearance:none;-moz-appearance:none;box-shadow:none;height:2.5em;vertical-align:top;border:1px solid #0000;border-radius:4px;justify-content:flex-start;align-items:center;padding:calc(.5em - 1px) calc(.75em - 1px);font-size:1rem;line-height:1.5;display:inline-flex;position:relative}.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,.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,.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,.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,.is-active.button{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,.select select[disabled],[disabled].textarea,[disabled].input,[disabled].button,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] .button{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button{-webkit-touch-callout:none;user-select:none}.navbar-link:not(.is-arrowless):after,.select:not(.is-multiple):not(.is-loading):after{content:" ";height:.625em;pointer-events:none;transform-origin:50%;width:.625em;border-top:0;border-bottom:3px solid #0000;border-left:3px solid #0000;border-right:0;border-radius:2px;margin-top:-.4375em;display:block;position:absolute;top:50%;transform:rotate(-45deg)}.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;user-select:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;pointer-events:auto;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;vertical-align:top;width:20px;background-color:#0a0a0a33;border:none;border-radius:9999px;outline:none;flex-grow:0;flex-shrink:0;font-size:0;display:inline-block;position:relative}.modal-close:before,.delete:before,.modal-close:after,.delete:after{content:"";transform-origin:50%;background-color:#fff;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)rotate(45deg)}.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:#0a0a0a4d}.modal-close:active,.delete:active{background-color:#0a0a0a66}.is-small.modal-close,.is-small.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{content:"";height:1em;width:1em;border:2px solid #0000;border-color:#0000 #0000 #dbdbdb #dbdbdb;border-radius:9999px;animation:spinAround .5s linear infinite;display:block;position:relative}.hero-video,.is-overlay,.modal-background,.modal,.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio{position:absolute;inset:0}.navbar-burger{appearance:none;color:currentColor;background:0 0;border:none;margin:0;padding:0;font-family:inherit;font-size:1em}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:400}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{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;text-rendering:optimizelegibility;text-size-adjust:100%;background-color:#f7f4f8;font-size:16px;overflow-x:hidden;overflow-y:scroll}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:Sen,Europa,Avenir,system,-apple-system,\.SFNSText-Regular,San Francisco,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}body{color:#0d203f;font-size:16pt;font-weight:400;line-height:1.5}a{color:#0a68a1;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#0e8fdd}code{color:#bea7e5;background-color:#0d203f;padding:.25em .5em;font-size:.875em;font-weight:400}hr{height:2px;background-color:#6464641a;border:none;margin:1.5rem 0;display:block}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:#363636;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;color:#bea7e5;white-space:pre;word-wrap:normal;background-color:#0d203f;padding:1.25rem 1.5rem;font-size:.875em;overflow-x:auto}pre code{color:currentColor;background-color:#0000;padding:0;font-size:1em}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#363636}@keyframes spinAround{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.box{color:#0d203f;background-color:#fff;border-radius:6px;padding:1.25rem;display:block;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05}a.box:hover,a.box:focus{box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a68a1}a.box:active{box-shadow:inset 0 1px 2px #0a0a0a33,0 0 0 1px #0a68a1}.button{color:#363636;cursor:pointer;text-align:center;white-space:nowrap;background-color:#fff;border-width:1px;border-color:#dbdbdb;justify-content:center;padding:calc(.5em - 1px) 1em}.button strong{color:inherit}.button .icon,.button .icon.is-small,.button .icon.is-medium,.button .icon.is-large{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-.5em - 1px);margin-right:.25em}.button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}.button:hover,.button.is-hovered{color:#0e8fdd;border-color:#ffffffab}.button:focus,.button.is-focused{color:#363636;border-color:#485fc7}.button:focus:not(:active),.button.is-focused:not(:active){box-shadow:0 0 0 .125em #0a68a140}.button:active,.button.is-active{color:#363636;border-color:#4a4a4a}.button.is-text{color:#0d203f;background-color:#0000;border-color:#0000;text-decoration:underline}.button.is-text:hover,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text.is-focused{color:#363636;background-color:#f5f5f5}.button.is-text:active,.button.is-text.is-active{color:#363636;background-color:#e8e8e8}.button.is-text[disabled],fieldset[disabled] .button.is-text{box-shadow:none;background-color:#0000;border-color:#0000}.button.is-ghost{color:#0a68a1;background:0 0;border-color:#0000;text-decoration:none}.button.is-ghost:hover,.button.is-ghost.is-hovered{color:#0a68a1;text-decoration:underline}.button.is-white{color:#0a0a0a;background-color:#fff;border-color:#0000}.button.is-white:hover,.button.is-white.is-hovered{color:#0a0a0a;background-color:#f9f9f9;border-color:#0000}.button.is-white:focus,.button.is-white.is-focused{color:#0a0a0a;border-color:#0000}.button.is-white:focus:not(:active),.button.is-white.is-focused:not(:active){box-shadow:0 0 0 .125em #ffffff40}.button.is-white:active,.button.is-white.is-active{color:#0a0a0a;background-color:#f2f2f2;border-color:#0000}.button.is-white[disabled],fieldset[disabled] .button.is-white{box-shadow:none;background-color:#fff;border-color:#fff}.button.is-white.is-inverted{color:#fff;background-color:#0a0a0a}.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{box-shadow:none;color:#fff;background-color:#0a0a0a;border-color:#0000}.button.is-white.is-loading:after{border-color:#0000 #0000 #0a0a0a #0a0a0a!important}.button.is-white.is-outlined{color:#fff;background-color:#0000;border-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{color:#0a0a0a;background-color:#fff;border-color:#fff}.button.is-white.is-outlined.is-loading:after{border-color:#0000 #0000 #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:#0000 #0000 #0a0a0a #0a0a0a!important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-white.is-inverted.is-outlined{color:#0a0a0a;background-color:#0000;border-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{color:#fff;background-color:#0a0a0a}.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:#0000 #0000 #fff #fff!important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{box-shadow:none;color:#0a0a0a;background-color:#0000;border-color:#0a0a0a}.button.is-black{color:#fff;background-color:#0a0a0a;border-color:#0000}.button.is-black:hover,.button.is-black.is-hovered{color:#fff;background-color:#040404;border-color:#0000}.button.is-black:focus,.button.is-black.is-focused{color:#fff;border-color:#0000}.button.is-black:focus:not(:active),.button.is-black.is-focused:not(:active){box-shadow:0 0 0 .125em #0a0a0a40}.button.is-black:active,.button.is-black.is-active{color:#fff;background-color:#000;border-color:#0000}.button.is-black[disabled],fieldset[disabled] .button.is-black{box-shadow:none;background-color:#0a0a0a;border-color:#0a0a0a}.button.is-black.is-inverted{color:#0a0a0a;background-color:#fff}.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{box-shadow:none;color:#0a0a0a;background-color:#fff;border-color:#0000}.button.is-black.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-black.is-outlined{color:#0a0a0a;background-color:#0000;border-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{color:#fff;background-color:#0a0a0a;border-color:#0a0a0a}.button.is-black.is-outlined.is-loading:after{border-color:#0000 #0000 #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:#0000 #0000 #fff #fff!important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{box-shadow:none;color:#0a0a0a;background-color:#0000;border-color:#0a0a0a}.button.is-black.is-inverted.is-outlined{color:#fff;background-color:#0000;border-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{color:#0a0a0a;background-color:#fff}.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:#0000 #0000 #0a0a0a #0a0a0a!important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-light{color:#fff;background-color:#b69cc0;border-color:#0000}.button.is-light:hover,.button.is-light.is-hovered{color:#fff;background-color:#b194bb;border-color:#0000}.button.is-light:focus,.button.is-light.is-focused{color:#fff;border-color:#0000}.button.is-light:focus:not(:active),.button.is-light.is-focused:not(:active){box-shadow:0 0 0 .125em #b69cc040}.button.is-light:active,.button.is-light.is-active{color:#fff;background-color:#ab8cb6;border-color:#0000}.button.is-light[disabled],fieldset[disabled] .button.is-light{box-shadow:none;background-color:#b69cc0;border-color:#b69cc0}.button.is-light.is-inverted{color:#b69cc0;background-color:#fff}.button.is-light.is-inverted:hover,.button.is-light.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{box-shadow:none;color:#b69cc0;background-color:#fff;border-color:#0000}.button.is-light.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-light.is-outlined{color:#b69cc0;background-color:#0000;border-color:#b69cc0}.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{color:#fff;background-color:#b69cc0;border-color:#b69cc0}.button.is-light.is-outlined.is-loading:after{border-color:#0000 #0000 #b69cc0 #b69cc0!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:#0000 #0000 #fff #fff!important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{box-shadow:none;color:#b69cc0;background-color:#0000;border-color:#b69cc0}.button.is-light.is-inverted.is-outlined{color:#fff;background-color:#0000;border-color:#fff}.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{color:#b69cc0;background-color:#fff}.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:#0000 #0000 #b69cc0 #b69cc0!important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-dark{color:#fff;background-color:#213762;border-color:#0000}.button.is-dark:hover,.button.is-dark.is-hovered{color:#fff;background-color:#1e3258;border-color:#0000}.button.is-dark:focus,.button.is-dark.is-focused{color:#fff;border-color:#0000}.button.is-dark:focus:not(:active),.button.is-dark.is-focused:not(:active){box-shadow:0 0 0 .125em #21376240}.button.is-dark:active,.button.is-dark.is-active{color:#fff;background-color:#1b2c4f;border-color:#0000}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{box-shadow:none;background-color:#213762;border-color:#213762}.button.is-dark.is-inverted{color:#213762;background-color:#fff}.button.is-dark.is-inverted:hover,.button.is-dark.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{box-shadow:none;color:#213762;background-color:#fff;border-color:#0000}.button.is-dark.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-dark.is-outlined{color:#213762;background-color:#0000;border-color:#213762}.button.is-dark.is-outlined:hover,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined.is-focused{color:#fff;background-color:#213762;border-color:#213762}.button.is-dark.is-outlined.is-loading:after{border-color:#0000 #0000 #213762 #213762!important}.button.is-dark.is-outlined.is-loading:hover:after,.button.is-dark.is-outlined.is-loading.is-hovered:after,.button.is-dark.is-outlined.is-loading:focus:after,.button.is-dark.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #fff #fff!important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{box-shadow:none;color:#213762;background-color:#0000;border-color:#213762}.button.is-dark.is-inverted.is-outlined{color:#fff;background-color:#0000;border-color:#fff}.button.is-dark.is-inverted.is-outlined:hover,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined.is-focused{color:#213762;background-color:#fff}.button.is-dark.is-inverted.is-outlined.is-loading:hover:after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-dark.is-inverted.is-outlined.is-loading:focus:after,.button.is-dark.is-inverted.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #213762 #213762!important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-primary{color:#fff;background-color:#0d203f;border-color:#0000}.button.is-primary:hover,.button.is-primary.is-hovered{color:#fff;background-color:#0b1b34;border-color:#0000}.button.is-primary:focus,.button.is-primary.is-focused{color:#fff;border-color:#0000}.button.is-primary:focus:not(:active),.button.is-primary.is-focused:not(:active){box-shadow:0 0 0 .125em #0d203f40}.button.is-primary:active,.button.is-primary.is-active{color:#fff;background-color:#09152a;border-color:#0000}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{box-shadow:none;background-color:#0d203f;border-color:#0d203f}.button.is-primary.is-inverted{color:#0d203f;background-color:#fff}.button.is-primary.is-inverted:hover,.button.is-primary.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{box-shadow:none;color:#0d203f;background-color:#fff;border-color:#0000}.button.is-primary.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-primary.is-outlined{color:#0d203f;background-color:#0000;border-color:#0d203f}.button.is-primary.is-outlined:hover,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined.is-focused{color:#fff;background-color:#0d203f;border-color:#0d203f}.button.is-primary.is-outlined.is-loading:after{border-color:#0000 #0000 #0d203f #0d203f!important}.button.is-primary.is-outlined.is-loading:hover:after,.button.is-primary.is-outlined.is-loading.is-hovered:after,.button.is-primary.is-outlined.is-loading:focus:after,.button.is-primary.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #fff #fff!important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{box-shadow:none;color:#0d203f;background-color:#0000;border-color:#0d203f}.button.is-primary.is-inverted.is-outlined{color:#fff;background-color:#0000;border-color:#fff}.button.is-primary.is-inverted.is-outlined:hover,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined.is-focused{color:#0d203f;background-color:#fff}.button.is-primary.is-inverted.is-outlined.is-loading:hover:after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-primary.is-inverted.is-outlined.is-loading:focus:after,.button.is-primary.is-inverted.is-outlined.is-loading.is-focused:after{border-color:#0000 #0000 #0d203f #0d203f!important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-primary.is-light{color:#457dd9;background-color:#eef3fc}.button.is-primary.is-light:hover,.button.is-primary.is-light.is-hovered{color:#457dd9;background-color:#e4ecf9;border-color:#0000}.button.is-primary.is-light:active,.button.is-primary.is-light.is-active{color:#457dd9;background-color:#d9e4f7;border-color:#0000}.button.is-link{color:#fff;background-color:#0a68a1;border-color:#0000}.button.is-link:hover,.button.is-link.is-hovered{color:#fff;background-color:#096095;border-color:#0000}.button.is-link:focus,.button.is-link.is-focused{color:#fff;border-color:#0000}.button.is-link:focus:not(:active),.button.is-link.is-focused:not(:active){box-shadow:0 0 0 .125em #0a68a140}.button.is-link:active,.button.is-link.is-active{color:#fff;background-color:#095989;border-color:#0000}.button.is-link[disabled],fieldset[disabled] .button.is-link{box-shadow:none;background-color:#0a68a1;border-color:#0a68a1}.button.is-link.is-inverted{color:#0a68a1;background-color:#fff}.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{box-shadow:none;color:#0a68a1;background-color:#fff;border-color:#0000}.button.is-link.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-link.is-outlined{color:#0a68a1;background-color:#0000;border-color:#0a68a1}.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{color:#fff;background-color:#0a68a1;border-color:#0a68a1}.button.is-link.is-outlined.is-loading:after{border-color:#0000 #0000 #0a68a1 #0a68a1!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:#0000 #0000 #fff #fff!important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{box-shadow:none;color:#0a68a1;background-color:#0000;border-color:#0a68a1}.button.is-link.is-inverted.is-outlined{color:#fff;background-color:#0000;border-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{color:#0a68a1;background-color:#fff}.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:#0000 #0000 #0a68a1 #0a68a1!important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-link.is-light{color:#0f95e6;background-color:#ecf7fe}.button.is-link.is-light:hover,.button.is-link.is-light.is-hovered{color:#0f95e6;background-color:#e0f2fd;border-color:#0000}.button.is-link.is-light:active,.button.is-link.is-light.is-active{color:#0f95e6;background-color:#d4edfc;border-color:#0000}.button.is-info{color:#fff;background-color:#a180d9;border-color:#0000}.button.is-info:hover,.button.is-info.is-hovered{color:#fff;background-color:#9a76d6;border-color:#0000}.button.is-info:focus,.button.is-info.is-focused{color:#fff;border-color:#0000}.button.is-info:focus:not(:active),.button.is-info.is-focused:not(:active){box-shadow:0 0 0 .125em #a180d940}.button.is-info:active,.button.is-info.is-active{color:#fff;background-color:#926cd4;border-color:#0000}.button.is-info[disabled],fieldset[disabled] .button.is-info{box-shadow:none;background-color:#a180d9;border-color:#a180d9}.button.is-info.is-inverted{color:#a180d9;background-color:#fff}.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{box-shadow:none;color:#a180d9;background-color:#fff;border-color:#0000}.button.is-info.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-info.is-outlined{color:#a180d9;background-color:#0000;border-color:#a180d9}.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{color:#fff;background-color:#a180d9;border-color:#a180d9}.button.is-info.is-outlined.is-loading:after{border-color:#0000 #0000 #a180d9 #a180d9!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:#0000 #0000 #fff #fff!important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{box-shadow:none;color:#a180d9;background-color:#0000;border-color:#a180d9}.button.is-info.is-inverted.is-outlined{color:#fff;background-color:#0000;border-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{color:#a180d9;background-color:#fff}.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:#0000 #0000 #a180d9 #a180d9!important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-info.is-light{color:#552d9a;background-color:#f3effa}.button.is-info.is-light:hover,.button.is-info.is-light.is-hovered{color:#552d9a;background-color:#ece5f7;border-color:#0000}.button.is-info.is-light:active,.button.is-info.is-light.is-active{color:#552d9a;background-color:#e5dcf5;border-color:#0000}.button.is-success{color:#fff;background-color:#18907b;border-color:#0000}.button.is-success:hover,.button.is-success.is-hovered{color:#fff;background-color:#168571;border-color:#0000}.button.is-success:focus,.button.is-success.is-focused{color:#fff;border-color:#0000}.button.is-success:focus:not(:active),.button.is-success.is-focused:not(:active){box-shadow:0 0 0 .125em #18907b40}.button.is-success:active,.button.is-success.is-active{color:#fff;background-color:#147a68;border-color:#0000}.button.is-success[disabled],fieldset[disabled] .button.is-success{box-shadow:none;background-color:#18907b;border-color:#18907b}.button.is-success.is-inverted{color:#18907b;background-color:#fff}.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{box-shadow:none;color:#18907b;background-color:#fff;border-color:#0000}.button.is-success.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-success.is-outlined{color:#18907b;background-color:#0000;border-color:#18907b}.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{color:#fff;background-color:#18907b;border-color:#18907b}.button.is-success.is-outlined.is-loading:after{border-color:#0000 #0000 #18907b #18907b!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:#0000 #0000 #fff #fff!important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{box-shadow:none;color:#18907b;background-color:#0000;border-color:#18907b}.button.is-success.is-inverted.is-outlined{color:#fff;background-color:#0000;border-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{color:#18907b;background-color:#fff}.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:#0000 #0000 #18907b #18907b!important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-success.is-light{color:#1fbca0;background-color:#edfcfa}.button.is-success.is-light:hover,.button.is-success.is-light.is-hovered{color:#1fbca0;background-color:#e3faf6;border-color:#0000}.button.is-success.is-light:active,.button.is-success.is-light.is-active{color:#1fbca0;background-color:#d8f9f3;border-color:#0000}.button.is-warning{color:#fff;background-color:#ef946c;border-color:#0000}.button.is-warning:hover,.button.is-warning.is-hovered{color:#fff;background-color:#ee8c61;border-color:#0000}.button.is-warning:focus,.button.is-warning.is-focused{color:#fff;border-color:#0000}.button.is-warning:focus:not(:active),.button.is-warning.is-focused:not(:active){box-shadow:0 0 0 .125em #ef946c40}.button.is-warning:active,.button.is-warning.is-active{color:#fff;background-color:#ec8355;border-color:#0000}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{box-shadow:none;background-color:#ef946c;border-color:#ef946c}.button.is-warning.is-inverted{color:#ef946c;background-color:#fff}.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{box-shadow:none;color:#ef946c;background-color:#fff;border-color:#0000}.button.is-warning.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-warning.is-outlined{color:#ef946c;background-color:#0000;border-color:#ef946c}.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{color:#fff;background-color:#ef946c;border-color:#ef946c}.button.is-warning.is-outlined.is-loading:after{border-color:#0000 #0000 #ef946c #ef946c!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:#0000 #0000 #fff #fff!important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{box-shadow:none;color:#ef946c;background-color:#0000;border-color:#ef946c}.button.is-warning.is-inverted.is-outlined{color:#fff;background-color:#0000;border-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{color:#ef946c;background-color:#fff}.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:#0000 #0000 #ef946c #ef946c!important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-warning.is-light{color:#983a11;background-color:#fdf2ed}.button.is-warning.is-light:hover,.button.is-warning.is-light.is-hovered{color:#983a11;background-color:#fce9e1;border-color:#0000}.button.is-warning.is-light:active,.button.is-warning.is-light.is-active{color:#983a11;background-color:#fae1d6;border-color:#0000}.button.is-danger{color:#fff;background-color:#c64b16;border-color:#0000}.button.is-danger:hover,.button.is-danger.is-hovered{color:#fff;background-color:#ba4714;border-color:#0000}.button.is-danger:focus,.button.is-danger.is-focused{color:#fff;border-color:#0000}.button.is-danger:focus:not(:active),.button.is-danger.is-focused:not(:active){box-shadow:0 0 0 .125em #c64b1640}.button.is-danger:active,.button.is-danger.is-active{color:#fff;background-color:#af4313;border-color:#0000}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{box-shadow:none;background-color:#c64b16;border-color:#c64b16}.button.is-danger.is-inverted{color:#c64b16;background-color:#fff}.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{box-shadow:none;color:#c64b16;background-color:#fff;border-color:#0000}.button.is-danger.is-loading:after{border-color:#0000 #0000 #fff #fff!important}.button.is-danger.is-outlined{color:#c64b16;background-color:#0000;border-color:#c64b16}.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{color:#fff;background-color:#c64b16;border-color:#c64b16}.button.is-danger.is-outlined.is-loading:after{border-color:#0000 #0000 #c64b16 #c64b16!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:#0000 #0000 #fff #fff!important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{box-shadow:none;color:#c64b16;background-color:#0000;border-color:#c64b16}.button.is-danger.is-inverted.is-outlined{color:#fff;background-color:#0000;border-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{color:#c64b16;background-color:#fff}.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:#0000 #0000 #c64b16 #c64b16!important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{box-shadow:none;color:#fff;background-color:#0000;border-color:#fff}.button.is-danger.is-light{color:#d45117;background-color:#fdf2ed}.button.is-danger.is-light:hover,.button.is-danger.is-light.is-hovered{color:#d45117;background-color:#fce9e1;border-color:#0000}.button.is-danger.is-light:active,.button.is-danger.is-light.is-active{color:#d45117;background-color:#fae1d6;border-color:#0000}.button.is-small{font-size:.75rem}.button.is-small: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{box-shadow:none;opacity:.5;background-color:#fff;border-color:#dbdbdb}.button.is-fullwidth{width:100%;display:flex}.button.is-loading{pointer-events:none;color:#0000!important}.button.is-loading:after{position:absolute;top:calc(50% - .5em);left:calc(50% - .5em);position:absolute!important}.button.is-static{color:#7a7a7a;box-shadow:none;pointer-events:none;background-color:#f5f5f5;border-color:#dbdbdb}.button.is-rounded{border-radius:9999px;padding-left:1.25em;padding-right:1.25em}.buttons{flex-wrap:wrap;justify-content:flex-start;align-items:center;display:flex}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.buttons:last-child{margin-bottom:-.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-top-left-radius:0;border-bottom-left-radius:0}.buttons.has-addons .button:not(:last-child){border-top-right-radius:0;border-bottom-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:.25rem;margin-right:.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}@media screen and (max-width:768px){.button.is-responsive.is-small{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:1023px){.button.is-responsive.is-small{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{width:auto;flex-grow:1;margin:0 auto;position:relative}.container.is-fluid{width:100%;padding-left:32px;padding-right:32px;max-width:none!important}@media screen and (min-width:1024px){.container{max-width:960px}}@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:.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:#363636;font-weight:600;line-height:1.125}.content h1{margin-bottom:.5em;font-size:2em}.content h1:not(:first-child){margin-top:1em}.content h2{margin-bottom:.5714em;font-size:1.75em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{margin-bottom:.6666em;font-size:1.5em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{margin-bottom:.8em;font-size:1.25em}.content h5{margin-bottom:.8888em;font-size:1.125em}.content h6{margin-bottom:1em;font-size:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{margin-top:1em;margin-left:2em;list-style-position:outside}.content ol:not([type]){list-style-type:decimal}.content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.content ul{margin-top:1em;margin-left:2em;list-style:disc}.content ul ul{margin-top:.5em;list-style-type:circle}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{text-align:center;margin-left:2em;margin-right:2em}.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;white-space:pre;word-wrap:normal;padding:1.25em 1.5em;overflow-x:auto}.content sup,.content sub{font-size:75%}.content table{width:100%}.content table td,.content table th{vertical-align:top;border:0 solid #dbdbdb;border-bottom-width:1px;padding:.5em .75em}.content table th{color:#363636}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{color:#363636;border-width:0 0 2px}.content table tfoot td,.content table tfoot th{color:#363636;border-width:2px 0 0}.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{font-size:.75rem}.content.is-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{height:1.5rem;width:1.5rem;justify-content:center;align-items:center;display:inline-flex}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{color:inherit;vertical-align:top;flex-wrap:wrap;align-items:flex-start;line-height:1.5rem;display:inline-flex}.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{display:block;position:relative}.image img{height:auto;width:100%;display:block}.image img.is-rounded{border-radius:9999px}.image.is-fullwidth{width:100%}.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio{height:100%;width:100%}.image.is-square,.image.is-1by1{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.667%}.image.is-9by16{padding-top:177.778%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.notification{background-color:#f5f5f5;border-radius:4px;padding:1.25rem 2.5rem 1.25rem 1.5rem;position:relative}.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:0 0}.notification>.delete{position:absolute;top:.5rem;right:.5rem}.notification .title,.notification .subtitle,.notification .content{color:currentColor}.notification.is-white{color:#0a0a0a;background-color:#fff}.notification.is-black{color:#fff;background-color:#0a0a0a}.notification.is-light{color:#fff;background-color:#b69cc0}.notification.is-dark{color:#fff;background-color:#213762}.notification.is-primary{color:#fff;background-color:#0d203f}.notification.is-primary.is-light{color:#457dd9;background-color:#eef3fc}.notification.is-link{color:#fff;background-color:#0a68a1}.notification.is-link.is-light{color:#0f95e6;background-color:#ecf7fe}.notification.is-info{color:#fff;background-color:#a180d9}.notification.is-info.is-light{color:#552d9a;background-color:#f3effa}.notification.is-success{color:#fff;background-color:#18907b}.notification.is-success.is-light{color:#1fbca0;background-color:#edfcfa}.notification.is-warning{color:#fff;background-color:#ef946c}.notification.is-warning.is-light{color:#983a11;background-color:#fdf2ed}.notification.is-danger{color:#fff;background-color:#c64b16}.notification.is-danger.is-light{color:#d45117;background-color:#fdf2ed}.progress{-webkit-appearance:none;-moz-appearance:none;height:1rem;width:100%;border:none;border-radius:9999px;padding:0;display:block;overflow:hidden}.progress::-webkit-progress-bar{background-color:#ededed}.progress::-webkit-progress-value{background-color:#0d203f}.progress::-moz-progress-bar{background-color:#0d203f}.progress::-ms-fill{background-color:#0d203f;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(90deg,#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(90deg,#0a0a0a 30%,#ededed 30%)}.progress.is-light::-webkit-progress-value{background-color:#b69cc0}.progress.is-light::-moz-progress-bar{background-color:#b69cc0}.progress.is-light::-ms-fill{background-color:#b69cc0}.progress.is-light:indeterminate{background-image:linear-gradient(90deg,#b69cc0 30%,#ededed 30%)}.progress.is-dark::-webkit-progress-value{background-color:#213762}.progress.is-dark::-moz-progress-bar{background-color:#213762}.progress.is-dark::-ms-fill{background-color:#213762}.progress.is-dark:indeterminate{background-image:linear-gradient(90deg,#213762 30%,#ededed 30%)}.progress.is-primary::-webkit-progress-value{background-color:#0d203f}.progress.is-primary::-moz-progress-bar{background-color:#0d203f}.progress.is-primary::-ms-fill{background-color:#0d203f}.progress.is-primary:indeterminate{background-image:linear-gradient(90deg,#0d203f 30%,#ededed 30%)}.progress.is-link::-webkit-progress-value{background-color:#0a68a1}.progress.is-link::-moz-progress-bar{background-color:#0a68a1}.progress.is-link::-ms-fill{background-color:#0a68a1}.progress.is-link:indeterminate{background-image:linear-gradient(90deg,#0a68a1 30%,#ededed 30%)}.progress.is-info::-webkit-progress-value{background-color:#a180d9}.progress.is-info::-moz-progress-bar{background-color:#a180d9}.progress.is-info::-ms-fill{background-color:#a180d9}.progress.is-info:indeterminate{background-image:linear-gradient(90deg,#a180d9 30%,#ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#18907b}.progress.is-success::-moz-progress-bar{background-color:#18907b}.progress.is-success::-ms-fill{background-color:#18907b}.progress.is-success:indeterminate{background-image:linear-gradient(90deg,#18907b 30%,#ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ef946c}.progress.is-warning::-moz-progress-bar{background-color:#ef946c}.progress.is-warning::-ms-fill{background-color:#ef946c}.progress.is-warning:indeterminate{background-image:linear-gradient(90deg,#ef946c 30%,#ededed 30%)}.progress.is-danger::-webkit-progress-value{background-color:#c64b16}.progress.is-danger::-moz-progress-bar{background-color:#c64b16}.progress.is-danger::-ms-fill{background-color:#c64b16}.progress.is-danger:indeterminate{background-image:linear-gradient(90deg,#c64b16 30%,#ededed 30%)}.progress:indeterminate{background-color:#ededed;background-image:linear-gradient(90deg,#0d203f 30%,#ededed 30%);background-position:0 0;background-repeat:no-repeat;background-size:150% 150%;animation-name:moveIndeterminate;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite}.progress:indeterminate::-webkit-progress-bar{background-color:#0000}.progress:indeterminate::-moz-progress-bar{background-color:#0000}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@keyframes moveIndeterminate{0%{background-position:200% 0}to{background-position:-200% 0}}.table{color:#363636;background-color:#fff}.table td,.table th{vertical-align:top;border:0 solid #dbdbdb;border-bottom-width:1px;padding:.5em .75em}.table td.is-white,.table th.is-white{color:#0a0a0a;background-color:#fff;border-color:#fff}.table td.is-black,.table th.is-black{color:#fff;background-color:#0a0a0a;border-color:#0a0a0a}.table td.is-light,.table th.is-light{color:#fff;background-color:#b69cc0;border-color:#b69cc0}.table td.is-dark,.table th.is-dark{color:#fff;background-color:#213762;border-color:#213762}.table td.is-primary,.table th.is-primary{color:#fff;background-color:#0d203f;border-color:#0d203f}.table td.is-link,.table th.is-link{color:#fff;background-color:#0a68a1;border-color:#0a68a1}.table td.is-info,.table th.is-info{color:#fff;background-color:#a180d9;border-color:#a180d9}.table td.is-success,.table th.is-success{color:#fff;background-color:#18907b;border-color:#18907b}.table td.is-warning,.table th.is-warning{color:#fff;background-color:#ef946c;border-color:#ef946c}.table td.is-danger,.table th.is-danger{color:#fff;background-color:#c64b16;border-color:#c64b16}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{color:#fff;background-color:#0d203f}.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:#363636}.table th:not([align]){text-align:left}.table tr.is-selected{color:#fff;background-color:#0d203f}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{color:currentColor;border-color:#fff}.table thead{background-color:#0000}.table thead td,.table thead th{color:#363636;border-width:0 0 2px}.table tfoot{background-color:#0000}.table tfoot td,.table tfoot th{color:#363636;border-width:2px 0 0}.table tbody{background-color:#0000}.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,.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(2n){background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto;overflow-y:hidden}.tags{flex-wrap:wrap;justify-content:flex-start;align-items:center;display:flex}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-right:.5rem}.tags:last-child{margin-bottom:-.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.25rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag{margin-left:.25rem;margin-right:.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.5rem}.tags.is-right .tag:not(:last-child),.tags.has-addons .tag{margin-right:0}.tags.has-addons .tag:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:0}.tags.has-addons .tag:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.tag:not(body){color:#0d203f;height:2em;white-space:nowrap;background-color:#f5f5f5;border-radius:4px;justify-content:center;align-items:center;padding-left:.75em;padding-right:.75em;font-size:.75rem;line-height:1.5;display:inline-flex}.tag:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}.tag:not(body).is-white{color:#0a0a0a;background-color:#fff}.tag:not(body).is-black{color:#fff;background-color:#0a0a0a}.tag:not(body).is-light{color:#fff;background-color:#b69cc0}.tag:not(body).is-dark{color:#fff;background-color:#213762}.tag:not(body).is-primary{color:#fff;background-color:#0d203f}.tag:not(body).is-primary.is-light{color:#457dd9;background-color:#eef3fc}.tag:not(body).is-link{color:#fff;background-color:#0a68a1}.tag:not(body).is-link.is-light{color:#0f95e6;background-color:#ecf7fe}.tag:not(body).is-info{color:#fff;background-color:#a180d9}.tag:not(body).is-info.is-light{color:#552d9a;background-color:#f3effa}.tag:not(body).is-success{color:#fff;background-color:#18907b}.tag:not(body).is-success.is-light{color:#1fbca0;background-color:#edfcfa}.tag:not(body).is-warning{color:#fff;background-color:#ef946c}.tag:not(body).is-warning.is-light{color:#983a11;background-color:#fdf2ed}.tag:not(body).is-danger{color:#fff;background-color:#c64b16}.tag:not(body).is-danger.is-light{color:#d45117;background-color:#fdf2ed}.tag:not(body).is-normal{font-size:.75rem}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}.tag:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}.tag:not(body).is-delete{width:2em;margin-left:1px;padding:0;position:relative}.tag:not(body).is-delete:before,.tag:not(body).is-delete:after{content:"";transform-origin:50%;background-color:currentColor;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)rotate(45deg)}.tag:not(body).is-delete:before{height:1px;width:50%}.tag:not(body).is-delete:after{height:50%;width:1px}.tag:not(body).is-delete:hover,.tag:not(body).is-delete:focus{background-color:#e8e8e8}.tag:not(body).is-delete:active{background-color:#dbdbdb}.tag:not(body).is-rounded{border-radius:9999px}a.tag: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,.title sup,.subtitle sup{font-size:.75em}.title .tag,.subtitle .tag{vertical-align:middle}.title{color:#363636;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:#0d203f;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;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{letter-spacing:1px;text-transform:uppercase;margin-bottom:5px;font-size:11px;display:block}.number{height:2em;min-width:2.5em;text-align:center;vertical-align:top;background-color:#f5f5f5;border-radius:9999px;justify-content:center;align-items:center;margin-right:1.5rem;padding:.25rem .5rem;font-size:1.25rem;display:inline-flex}.select select,.textarea,.input{color:#363636;background-color:#fff;border-color:#dbdbdb;border-radius:4px}.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.input::-webkit-input-placeholder{color:#3636364d}.select select::-moz-placeholder,.textarea::-moz-placeholder,.input::-moz-placeholder{color:#3636364d}.select select:-moz-placeholder,.textarea:-moz-placeholder,.input:-moz-placeholder{color:#3636364d}.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder,.input:-ms-input-placeholder{color:#3636364d}.select select:hover,.textarea:hover,.input:hover,.select select.is-hovered,.is-hovered.textarea,.is-hovered.input{border-color:#b5b5b5}.select select:focus,.textarea:focus,.input:focus,.select select.is-focused,.is-focused.textarea,.is-focused.input,.select select:active,.textarea:active,.input:active,.select select.is-active,.is-active.textarea,.is-active.input{border-color:#0a68a1;box-shadow:0 0 0 .125em #0a68a140}.select select[disabled],[disabled].textarea,[disabled].input,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input{box-shadow:none;color:#7a7a7a;background-color:#f5f5f5;border-color:#f5f5f5}.select select[disabled]::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,[disabled].input::-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{color:#7a7a7a4d}.select select[disabled]::-moz-placeholder,[disabled].textarea::-moz-placeholder,[disabled].input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder{color:#7a7a7a4d}.select select[disabled]:-moz-placeholder,[disabled].textarea:-moz-placeholder,[disabled].input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder{color:#7a7a7a4d}.select select[disabled]:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,[disabled].input:-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{color:#7a7a7a4d}.textarea,.input{max-width:100%;width:100%;box-shadow:inset 0 .0625em .125em #0a0a0a0d}[readonly].textarea,[readonly].input{box-shadow:none}.is-white.textarea,.is-white.input{border-color:#fff}.is-white.textarea:focus,.is-white.input:focus,.is-white.is-focused.textarea,.is-white.is-focused.input,.is-white.textarea:active,.is-white.input:active,.is-white.is-active.textarea,.is-white.is-active.input{box-shadow:0 0 0 .125em #ffffff40}.is-black.textarea,.is-black.input{border-color:#0a0a0a}.is-black.textarea:focus,.is-black.input:focus,.is-black.is-focused.textarea,.is-black.is-focused.input,.is-black.textarea:active,.is-black.input:active,.is-black.is-active.textarea,.is-black.is-active.input{box-shadow:0 0 0 .125em #0a0a0a40}.is-light.textarea,.is-light.input{border-color:#b69cc0}.is-light.textarea:focus,.is-light.input:focus,.is-light.is-focused.textarea,.is-light.is-focused.input,.is-light.textarea:active,.is-light.input:active,.is-light.is-active.textarea,.is-light.is-active.input{box-shadow:0 0 0 .125em #b69cc040}.is-dark.textarea,.is-dark.input{border-color:#213762}.is-dark.textarea:focus,.is-dark.input:focus,.is-dark.is-focused.textarea,.is-dark.is-focused.input,.is-dark.textarea:active,.is-dark.input:active,.is-dark.is-active.textarea,.is-dark.is-active.input{box-shadow:0 0 0 .125em #21376240}.is-primary.textarea,.is-primary.input{border-color:#0d203f}.is-primary.textarea:focus,.is-primary.input:focus,.is-primary.is-focused.textarea,.is-primary.is-focused.input,.is-primary.textarea:active,.is-primary.input:active,.is-primary.is-active.textarea,.is-primary.is-active.input{box-shadow:0 0 0 .125em #0d203f40}.is-link.textarea,.is-link.input{border-color:#0a68a1}.is-link.textarea:focus,.is-link.input:focus,.is-link.is-focused.textarea,.is-link.is-focused.input,.is-link.textarea:active,.is-link.input:active,.is-link.is-active.textarea,.is-link.is-active.input{box-shadow:0 0 0 .125em #0a68a140}.is-info.textarea,.is-info.input{border-color:#a180d9}.is-info.textarea:focus,.is-info.input:focus,.is-info.is-focused.textarea,.is-info.is-focused.input,.is-info.textarea:active,.is-info.input:active,.is-info.is-active.textarea,.is-info.is-active.input{box-shadow:0 0 0 .125em #a180d940}.is-success.textarea,.is-success.input{border-color:#18907b}.is-success.textarea:focus,.is-success.input:focus,.is-success.is-focused.textarea,.is-success.is-focused.input,.is-success.textarea:active,.is-success.input:active,.is-success.is-active.textarea,.is-success.is-active.input{box-shadow:0 0 0 .125em #18907b40}.is-warning.textarea,.is-warning.input{border-color:#ef946c}.is-warning.textarea:focus,.is-warning.input:focus,.is-warning.is-focused.textarea,.is-warning.is-focused.input,.is-warning.textarea:active,.is-warning.input:active,.is-warning.is-active.textarea,.is-warning.is-active.input{box-shadow:0 0 0 .125em #ef946c40}.is-danger.textarea,.is-danger.input{border-color:#c64b16}.is-danger.textarea:focus,.is-danger.input:focus,.is-danger.is-focused.textarea,.is-danger.is-focused.input,.is-danger.textarea:active,.is-danger.input:active,.is-danger.is-active.textarea,.is-danger.is-active.input{box-shadow:0 0 0 .125em #c64b1640}.is-small.textarea,.is-small.input{border-radius:2px;font-size:.75rem}.is-medium.textarea,.is-medium.input{font-size:1.25rem}.is-large.textarea,.is-large.input{font-size:1.5rem}.is-fullwidth.textarea,.is-fullwidth.input{width:100%;display:block}.is-inline.textarea,.is-inline.input{width:auto;display:inline}.input.is-rounded{border-radius:9999px;padding-left:calc(1.125em - 1px);padding-right:calc(1.125em - 1px)}.input.is-static{box-shadow:none;background-color:#0000;border-color:#0000;padding-left:0;padding-right:0}.textarea{max-width:100%;min-width:100%;resize:vertical;padding:calc(.75em - 1px);display:block}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.radio,.checkbox{cursor:pointer;line-height:1.25;display:inline-block;position:relative}.radio input,.checkbox input{cursor:pointer}.radio:hover,.checkbox:hover{color:#363636}[disabled].radio,[disabled].checkbox,fieldset[disabled] .radio,fieldset[disabled] .checkbox,.radio input[disabled],.checkbox input[disabled]{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{max-width:100%;vertical-align:top;display:inline-block;position:relative}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading):after{z-index:4;border-color:#0a68a1;right:1.125em}.select.is-rounded select{border-radius:9999px;padding-left:1em}.select select{cursor:pointer;max-width:100%;outline:none;font-size:1em;display:block}.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:.5em 1em}.select:not(.is-multiple):not(.is-loading):hover:after{border-color:#363636}.select.is-white:not(:hover):after,.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 .125em #ffffff40}.select.is-black:not(:hover):after,.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 .125em #0a0a0a40}.select.is-light:not(:hover):after,.select.is-light select{border-color:#b69cc0}.select.is-light select:hover,.select.is-light select.is-hovered{border-color:#ab8cb6}.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 .125em #b69cc040}.select.is-dark:not(:hover):after,.select.is-dark select{border-color:#213762}.select.is-dark select:hover,.select.is-dark select.is-hovered{border-color:#1b2c4f}.select.is-dark select:focus,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select.is-active{box-shadow:0 0 0 .125em #21376240}.select.is-primary:not(:hover):after,.select.is-primary select{border-color:#0d203f}.select.is-primary select:hover,.select.is-primary select.is-hovered{border-color:#09152a}.select.is-primary select:focus,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select.is-active{box-shadow:0 0 0 .125em #0d203f40}.select.is-link:not(:hover):after,.select.is-link select{border-color:#0a68a1}.select.is-link select:hover,.select.is-link select.is-hovered{border-color:#095989}.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 .125em #0a68a140}.select.is-info:not(:hover):after,.select.is-info select{border-color:#a180d9}.select.is-info select:hover,.select.is-info select.is-hovered{border-color:#926cd4}.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 .125em #a180d940}.select.is-success:not(:hover):after,.select.is-success select{border-color:#18907b}.select.is-success select:hover,.select.is-success select.is-hovered{border-color:#147a68}.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 .125em #18907b40}.select.is-warning:not(:hover):after,.select.is-warning select{border-color:#ef946c}.select.is-warning select:hover,.select.is-warning select.is-hovered{border-color:#ec8355}.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 .125em #ef946c40}.select.is-danger:not(:hover):after,.select.is-danger select{border-color:#c64b16}.select.is-danger select:hover,.select.is-danger select.is-hovered{border-color:#af4313}.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 .125em #c64b1640}.select.is-small{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled:after{opacity:.5;border-color:#7a7a7a!important}.select.is-fullwidth,.select.is-fullwidth select{width:100%}.select.is-loading:after{margin-top:0;position:absolute;top:.625em;right:.625em;transform:none}.select.is-loading.is-small: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{justify-content:flex-start;align-items:stretch;display:flex;position:relative}.file.is-white .file-cta{color:#0a0a0a;background-color:#fff;border-color:#0000}.file.is-white:hover .file-cta,.file.is-white.is-hovered .file-cta{color:#0a0a0a;background-color:#f9f9f9;border-color:#0000}.file.is-white:focus .file-cta,.file.is-white.is-focused .file-cta{color:#0a0a0a;border-color:#0000;box-shadow:0 0 .5em #ffffff40}.file.is-white:active .file-cta,.file.is-white.is-active .file-cta{color:#0a0a0a;background-color:#f2f2f2;border-color:#0000}.file.is-black .file-cta{color:#fff;background-color:#0a0a0a;border-color:#0000}.file.is-black:hover .file-cta,.file.is-black.is-hovered .file-cta{color:#fff;background-color:#040404;border-color:#0000}.file.is-black:focus .file-cta,.file.is-black.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #0a0a0a40}.file.is-black:active .file-cta,.file.is-black.is-active .file-cta{color:#fff;background-color:#000;border-color:#0000}.file.is-light .file-cta{color:#fff;background-color:#b69cc0;border-color:#0000}.file.is-light:hover .file-cta,.file.is-light.is-hovered .file-cta{color:#fff;background-color:#b194bb;border-color:#0000}.file.is-light:focus .file-cta,.file.is-light.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #b69cc040}.file.is-light:active .file-cta,.file.is-light.is-active .file-cta{color:#fff;background-color:#ab8cb6;border-color:#0000}.file.is-dark .file-cta{color:#fff;background-color:#213762;border-color:#0000}.file.is-dark:hover .file-cta,.file.is-dark.is-hovered .file-cta{color:#fff;background-color:#1e3258;border-color:#0000}.file.is-dark:focus .file-cta,.file.is-dark.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #21376240}.file.is-dark:active .file-cta,.file.is-dark.is-active .file-cta{color:#fff;background-color:#1b2c4f;border-color:#0000}.file.is-primary .file-cta{color:#fff;background-color:#0d203f;border-color:#0000}.file.is-primary:hover .file-cta,.file.is-primary.is-hovered .file-cta{color:#fff;background-color:#0b1b34;border-color:#0000}.file.is-primary:focus .file-cta,.file.is-primary.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #0d203f40}.file.is-primary:active .file-cta,.file.is-primary.is-active .file-cta{color:#fff;background-color:#09152a;border-color:#0000}.file.is-link .file-cta{color:#fff;background-color:#0a68a1;border-color:#0000}.file.is-link:hover .file-cta,.file.is-link.is-hovered .file-cta{color:#fff;background-color:#096095;border-color:#0000}.file.is-link:focus .file-cta,.file.is-link.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #0a68a140}.file.is-link:active .file-cta,.file.is-link.is-active .file-cta{color:#fff;background-color:#095989;border-color:#0000}.file.is-info .file-cta{color:#fff;background-color:#a180d9;border-color:#0000}.file.is-info:hover .file-cta,.file.is-info.is-hovered .file-cta{color:#fff;background-color:#9a76d6;border-color:#0000}.file.is-info:focus .file-cta,.file.is-info.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #a180d940}.file.is-info:active .file-cta,.file.is-info.is-active .file-cta{color:#fff;background-color:#926cd4;border-color:#0000}.file.is-success .file-cta{color:#fff;background-color:#18907b;border-color:#0000}.file.is-success:hover .file-cta,.file.is-success.is-hovered .file-cta{color:#fff;background-color:#168571;border-color:#0000}.file.is-success:focus .file-cta,.file.is-success.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #18907b40}.file.is-success:active .file-cta,.file.is-success.is-active .file-cta{color:#fff;background-color:#147a68;border-color:#0000}.file.is-warning .file-cta{color:#fff;background-color:#ef946c;border-color:#0000}.file.is-warning:hover .file-cta,.file.is-warning.is-hovered .file-cta{color:#fff;background-color:#ee8c61;border-color:#0000}.file.is-warning:focus .file-cta,.file.is-warning.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #ef946c40}.file.is-warning:active .file-cta,.file.is-warning.is-active .file-cta{color:#fff;background-color:#ec8355;border-color:#0000}.file.is-danger .file-cta{color:#fff;background-color:#c64b16;border-color:#0000}.file.is-danger:hover .file-cta,.file.is-danger.is-hovered .file-cta{color:#fff;background-color:#ba4714;border-color:#0000}.file.is-danger:focus .file-cta,.file.is-danger.is-focused .file-cta{color:#fff;border-color:#0000;box-shadow:0 0 .5em #c64b1640}.file.is-danger:active .file-cta,.file.is-danger.is-active .file-cta{color:#fff;background-color:#af4313;border-color:#0000}.file.is-small{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-top-right-radius:0;border-bottom-right-radius:0}.file.has-name .file-name{border-top-left-radius:0;border-bottom-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{height:auto;flex-direction:column;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{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-width:0 1px 1px;border-radius:0 0 4px 4px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{max-width:none;flex-grow:1}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-width:1px 0 1px 1px;border-radius:4px 0 0 4px;order:-1}.file-label{cursor:pointer;justify-content:flex-start;align-items:stretch;display:flex;position:relative;overflow:hidden}.file-label:hover .file-cta{color:#363636;background-color:#eee}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{color:#363636;background-color:#e8e8e8}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:100%;opacity:0;width:100%;outline:none;position:absolute;top:0;left:0}.file-cta,.file-name{white-space:nowrap;border-color:#dbdbdb;border-radius:4px;padding-left:1em;padding-right:1em;font-size:1em}.file-cta{color:#0d203f;background-color:#f5f5f5}.file-name{max-width:16em;text-align:inherit;text-overflow:ellipsis;border:1px solid #dbdbdb;border-left-width:0;display:block;overflow:hidden}.file-icon{height:1em;width:1em;justify-content:center;align-items:center;margin-right:.5em;display:flex}.file-icon .fa{font-size:14px}.label{color:#363636;font-size:1rem;font-weight:700;display:block}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{margin-top:.25rem;font-size:.75rem;display:block}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#b69cc0}.help.is-dark{color:#213762}.help.is-primary{color:#0d203f}.help.is-link{color:#0a68a1}.help.is-info{color:#a180d9}.help.is-success{color:#18907b}.help.is-warning{color:#ef946c}.help.is-danger{color:#c64b16}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{justify-content:flex-start;display:flex}.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) .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) .select select{border-top-right-radius:0;border-bottom-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) .select select{border-top-left-radius:0;border-bottom-left-radius:0}.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered{z-index:2}.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-focused,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]).is-active{z-index:3}.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .button:not([disabled]).is-focused:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]).is-focused:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-focused:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]).is-active: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{justify-content:flex-start;display:flex}.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:.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.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:.5rem}}@media screen and (min-width:769px),print{.field-label{text-align:right;flex:1 0;margin-right:1.5rem}.field-label.is-small{padding-top:.375em;font-size:.75rem}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{padding-top:.375em;font-size:1.25rem}.field-label.is-large{padding-top:.375em;font-size:1.5rem}}.field-body .field .field{margin-bottom:0}@media screen and (min-width:769px),print{.field-body{flex:5;display:flex}.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;text-align:inherit;font-size:1rem;position:relative}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#0d203f}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .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 .select.is-large~.icon,.control.has-icons-right .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;width:2.5em;z-index:4;position:absolute;top:0}.control.has-icons-left .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 .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading:after{z-index:4;top:.625em;right:.625em;position:absolute!important}.control.is-loading.is-small: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{white-space:nowrap;font-size:1rem}.breadcrumb a{color:#0a68a1;justify-content:center;align-items:center;padding:0 .75em;display:flex}.breadcrumb a:hover{color:#0e8fdd}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}.breadcrumb li+li:before{color:#b5b5b5;content:"/"}.breadcrumb ul,.breadcrumb ol{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;display:flex}.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{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:"→"}.breadcrumb.has-bullet-separator li+li:before{content:"•"}.breadcrumb.has-dot-separator li+li:before{content:"·"}.breadcrumb.has-succeeds-separator li+li:before{content:"≻"}.card{color:#0d203f;max-width:100%;background-color:#fff;border-radius:.25rem;position:relative;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05}.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:#0000;align-items:stretch;display:flex;box-shadow:0 .125em .25em #0a0a0a1a}.card-header-title{color:#363636;flex-grow:1;align-items:center;padding:.75rem 1rem;font-weight:700;display:flex}.card-header-title.is-centered{justify-content:center}.card-header-icon{appearance:none;color:currentColor;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:.75rem 1rem;font-family:inherit;font-size:1em;display:flex}.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:#0000;padding:1.5rem}.card-footer{background-color:#0000;border-top:1px solid #ededed;align-items:stretch;display:flex}.card-footer-item{flex:1 0;justify-content:center;align-items:center;padding:.75rem;display:flex}.card-footer-item:not(:last-child){border-right:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{vertical-align:top;display:inline-flex;position:relative}.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{padding-bottom:4px;padding-top:initial;top:auto;bottom:100%}.dropdown-menu{min-width:12rem;z-index:20;padding-top:4px;display:none;position:absolute;top:100%;left:0}.dropdown-content{background-color:#fff;border-radius:4px;padding-top:.5rem;padding-bottom:.5rem;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05}.dropdown-item{color:#0d203f;padding:.375rem 1rem;font-size:.875rem;line-height:1.5;display:block;position:relative}a.dropdown-item,button.dropdown-item{text-align:inherit;white-space:nowrap;width:100%;padding-right:3rem}a.dropdown-item:hover,button.dropdown-item:hover{color:#0a0a0a;background-color:#f5f5f5}a.dropdown-item.is-active,button.dropdown-item.is-active{color:#fff;background-color:#0a68a1}.dropdown-divider{height:1px;background-color:#ededed;border:none;margin:.5rem 0;display:block}.level{justify-content:space-between;align-items:center}.level code{border-radius:4px}.level img{vertical-align:top;display:inline-block}.level.is-mobile,.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{flex:none;justify-content:center;align-items:center;display:flex}.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:none}.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{justify-content:flex-start;align-items:center}@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{justify-content:flex-end;align-items:center}@media screen and (min-width:769px),print{.level-right{display:flex}}.media{text-align:inherit;align-items:flex-start;display:flex}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid #dbdbdb80;padding-top:.75rem;display:flex}.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 #dbdbdb80;margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex:none}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{text-align:inherit;flex:auto}@media screen and (max-width:768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small{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{color:#0d203f;border-radius:2px;padding:.5em .75em;display:block}.menu-list a:hover{color:#363636;background-color:#f5f5f5}.menu-list a.is-active{color:#fff;background-color:#0a68a1}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#7a7a7a;letter-spacing:.1em;text-transform:uppercase;font-size:.75em}.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{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{color:#0a0a0a;background-color:#fff}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:#fafafa}.message.is-black .message-header{color:#fff;background-color:#0a0a0a}.message.is-black .message-body{border-color:#0a0a0a}.message.is-light{background-color:#faf9fb}.message.is-light .message-header{color:#fff;background-color:#b69cc0}.message.is-light .message-body{border-color:#b69cc0}.message.is-dark{background-color:#f7f9fc}.message.is-dark .message-header{color:#fff;background-color:#213762}.message.is-dark .message-body{border-color:#213762}.message.is-primary{background-color:#eef3fc}.message.is-primary .message-header{color:#fff;background-color:#0d203f}.message.is-primary .message-body{color:#457dd9;border-color:#0d203f}.message.is-link{background-color:#ecf7fe}.message.is-link .message-header{color:#fff;background-color:#0a68a1}.message.is-link .message-body{color:#0f95e6;border-color:#0a68a1}.message.is-info{background-color:#f3effa}.message.is-info .message-header{color:#fff;background-color:#a180d9}.message.is-info .message-body{color:#552d9a;border-color:#a180d9}.message.is-success{background-color:#edfcfa}.message.is-success .message-header{color:#fff;background-color:#18907b}.message.is-success .message-body{color:#1fbca0;border-color:#18907b}.message.is-warning{background-color:#fdf2ed}.message.is-warning .message-header{color:#fff;background-color:#ef946c}.message.is-warning .message-body{color:#983a11;border-color:#ef946c}.message.is-danger{background-color:#fdf2ed}.message.is-danger .message-header{color:#fff;background-color:#c64b16}.message.is-danger .message-body{color:#d45117;border-color:#c64b16}.message-header{color:#fff;background-color:#0d203f;border-radius:4px 4px 0 0;justify-content:space-between;align-items:center;padding:.75em 1em;font-weight:700;line-height:1.25;display:flex;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{color:#0d203f;border:0 solid #dbdbdb;border-left-width:4px;border-radius:4px;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:#0000}.modal{z-index:40;flex-direction:column;justify-content:center;align-items:center;display:none;position:fixed;overflow:hidden}.modal.is-active{display:flex}.modal-background{background-color:#0a0a0adb}.modal-content,.modal-card{max-height:calc(100vh - 160px);width:100%;margin:0 20px;position:relative;overflow:auto}@media screen and (min-width:769px){.modal-content,.modal-card{max-height:calc(100vh - 40px);width:640px;margin:0 auto}}.modal-close{height:40px;width:40px;background:0 0;position:fixed;top:20px;right:20px}.modal-card{max-height:calc(100vh - 40px);-ms-overflow-y:visible;flex-direction:column;display:flex;overflow:hidden}.modal-card-head,.modal-card-foot{background-color:#f5f5f5;flex-shrink:0;justify-content:flex-start;align-items:center;padding:20px;display:flex;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-top:1px solid #dbdbdb;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.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;padding:20px;overflow:auto}.navbar{min-height:3.25rem;z-index:30;background-color:#fff;position:relative}.navbar.is-white{color:#0a0a0a;background-color:#fff}.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{color:#0a0a0a;background-color:#f2f2f2}.navbar.is-white .navbar-brand .navbar-link:after{border-color:#0a0a0a}.navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width:1024px){.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{color:#0a0a0a;background-color:#f2f2f2}.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{color:#0a0a0a;background-color:#f2f2f2}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{color:#0a0a0a;background-color:#fff}}.navbar.is-black{color:#fff;background-color:#0a0a0a}.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{color:#fff;background-color:#000}.navbar.is-black .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width:1024px){.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{color:#fff;background-color:#000}.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{color:#fff;background-color:#000}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#0a0a0a}}.navbar.is-light{color:#fff;background-color:#b69cc0}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:#fff}.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{color:#fff;background-color:#ab8cb6}.navbar.is-light .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-light .navbar-burger{color:#fff}@media screen and (min-width:1024px){.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:#fff}.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{color:#fff;background-color:#ab8cb6}.navbar.is-light .navbar-start .navbar-link:after,.navbar.is-light .navbar-end .navbar-link:after{border-color:#fff}.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{color:#fff;background-color:#ab8cb6}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#b69cc0}}.navbar.is-dark{color:#fff;background-color:#213762}.navbar.is-dark .navbar-brand>.navbar-item,.navbar.is-dark .navbar-brand .navbar-link{color:#fff}.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand .navbar-link.is-active{color:#fff;background-color:#1b2c4f}.navbar.is-dark .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-dark .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-dark .navbar-start>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-end .navbar-link{color:#fff}.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end .navbar-link.is-active{color:#fff;background-color:#1b2c4f}.navbar.is-dark .navbar-start .navbar-link:after,.navbar.is-dark .navbar-end .navbar-link:after{border-color:#fff}.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link{color:#fff;background-color:#1b2c4f}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#213762}}.navbar.is-primary{color:#fff;background-color:#0d203f}.navbar.is-primary .navbar-brand>.navbar-item,.navbar.is-primary .navbar-brand .navbar-link{color:#fff}.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand .navbar-link.is-active{color:#fff;background-color:#09152a}.navbar.is-primary .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-primary .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-primary .navbar-start>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-end .navbar-link{color:#fff}.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end .navbar-link.is-active{color:#fff;background-color:#09152a}.navbar.is-primary .navbar-start .navbar-link:after,.navbar.is-primary .navbar-end .navbar-link:after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link{color:#fff;background-color:#09152a}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#0d203f}}.navbar.is-link{color:#fff;background-color:#0a68a1}.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{color:#fff;background-color:#095989}.navbar.is-link .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width:1024px){.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{color:#fff;background-color:#095989}.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{color:#fff;background-color:#095989}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#0a68a1}}.navbar.is-info{color:#fff;background-color:#a180d9}.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{color:#fff;background-color:#926cd4}.navbar.is-info .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width:1024px){.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{color:#fff;background-color:#926cd4}.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{color:#fff;background-color:#926cd4}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#a180d9}}.navbar.is-success{color:#fff;background-color:#18907b}.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{color:#fff;background-color:#147a68}.navbar.is-success .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width:1024px){.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{color:#fff;background-color:#147a68}.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{color:#fff;background-color:#147a68}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#18907b}}.navbar.is-warning{color:#fff;background-color:#ef946c}.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{color:#fff;background-color:#ec8355}.navbar.is-warning .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-warning .navbar-burger{color:#fff}@media screen and (min-width:1024px){.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{color:#fff;background-color:#ec8355}.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{color:#fff;background-color:#ec8355}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#ef946c}}.navbar.is-danger{color:#fff;background-color:#c64b16}.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{color:#fff;background-color:#af4313}.navbar.is-danger .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width:1024px){.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{color:#fff;background-color:#af4313}.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{color:#fff;background-color:#af4313}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{color:#fff;background-color:#c64b16}}.navbar>.container{min-height:3.25rem;width:100%;align-items:stretch;display:flex}.navbar.has-shadow{box-shadow:0 2px #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{z-index:30;position:fixed;left:0;right:0}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px #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{min-height:3.25rem;flex-shrink:0;align-items:stretch;display:flex}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:#0000}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:#0d203f;appearance:none;cursor:pointer;height:3.25rem;width:3.25rem;background:0 0;border:none;margin-left:auto;display:block;position:relative}.navbar-burger span{height:1px;transform-origin:50%;width:16px;background-color:currentColor;transition-property:background-color,opacity,transform;transition-duration:86ms;transition-timing-function:ease-out;display:block;position:absolute;left:calc(50% - 8px)}.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:#0000000d}.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:#0d203f;padding:.5rem .75rem;line-height:1.5;display:block;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.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{color:#0a68a1;background-color:#fafafa}.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{min-height:3.25rem;border-bottom:1px solid #0000;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:#0000;border-bottom-color:#0a68a1}.navbar-item.is-tab.is-active{color:#0a68a1;background-color:#0000;border-bottom:3px solid #0a68a1;padding-bottom:calc(.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:#0a68a1;margin-top:-.375em;right:1.125em}.navbar-dropdown{padding-top:.5rem;padding-bottom:.5rem;font-size:.875rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{height:2px;background-color:#f5f5f5;border:none;margin:.5rem 0;display:none}@media screen and (max-width:1023px){.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;padding:.5rem 0;box-shadow:0 8px 16px #0a0a0a1a}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{z-index:30;position:fixed;left:0;right:0}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px #0a0a0a1a}.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:1024px){.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,.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:#0000!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{color:#0a0a0a;background-color:#f5f5f5}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{color:#0a68a1;background-color:#f5f5f5}.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(.25em,-.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-top:none;border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;top:auto;bottom:100%;box-shadow:0 -8px 8px #0a0a0a1a}.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{min-width:100%;z-index:20;background-color:#fff;border-top:2px solid #dbdbdb;border-bottom-left-radius:6px;border-bottom-right-radius:6px;font-size:.875rem;display:none;position:absolute;top:100%;left:0;box-shadow:0 8px 8px #0a0a0a1a}.navbar-dropdown .navbar-item{white-space:nowrap;padding:.375rem 1rem}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{color:#0a0a0a;background-color:#f5f5f5}.navbar-dropdown a.navbar-item.is-active{color:#0a68a1;background-color:#f5f5f5}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{opacity:0;pointer-events:none;border-top:none;border-radius:6px;transition-property:opacity,transform;transition-duration:86ms;display:block;top:calc(100% - 4px);transform:translateY(-5px);box-shadow:0 8px 8px #0a0a0a1a,0 0 0 1px #0a0a0a1a}.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{z-index:30;position:fixed;left:0;right:0}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px #0a0a0a1a}.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:#0000}.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{margin:-.25rem;font-size:1rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-previous,.pagination.is-rounded .pagination-next{border-radius:9999px;padding-left:1em;padding-right:1em}.pagination.is-rounded .pagination-link{border-radius:9999px}.pagination,.pagination-list{text-align:center;justify-content:center;align-items:center;display:flex}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{text-align:center;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;font-size:1em}.pagination-previous,.pagination-next,.pagination-link{color:#363636;min-width:2.5em;border-color:#dbdbdb}.pagination-previous:hover,.pagination-next:hover,.pagination-link:hover{color:#0e8fdd;border-color:#ffffffab}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus{border-color:#485fc7}.pagination-previous:active,.pagination-next:active,.pagination-link:active{box-shadow:inset 0 1px 2px #0a0a0a33}.pagination-previous[disabled],.pagination-previous.is-disabled,.pagination-next[disabled],.pagination-next.is-disabled,.pagination-link[disabled],.pagination-link.is-disabled{box-shadow:none;color:#7a7a7a;opacity:.5;background-color:#dbdbdb;border-color:#dbdbdb}.pagination-previous,.pagination-next{white-space:nowrap;padding-left:.75em;padding-right:.75em}.pagination-link.is-current{color:#fff;background-color:#0a68a1;border-color:#0a68a1}.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,.pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width:769px),print{.pagination-list{flex-grow:1;flex-shrink:1;order:1;justify-content:flex-start}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{margin-top:0;margin-bottom:0}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between;margin-top:0;margin-bottom:0}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{order:2;justify-content:center}.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{order:3;justify-content:flex-end}}.panel{border-radius:6px;font-size:1rem;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{color:#0a0a0a;background-color:#fff}.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{color:#fff;background-color:#0a0a0a}.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{color:#fff;background-color:#b69cc0}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#b69cc0}.panel.is-light .panel-block.is-active .panel-icon{color:#b69cc0}.panel.is-dark .panel-heading{color:#fff;background-color:#213762}.panel.is-dark .panel-tabs a.is-active{border-bottom-color:#213762}.panel.is-dark .panel-block.is-active .panel-icon{color:#213762}.panel.is-primary .panel-heading{color:#fff;background-color:#0d203f}.panel.is-primary .panel-tabs a.is-active{border-bottom-color:#0d203f}.panel.is-primary .panel-block.is-active .panel-icon{color:#0d203f}.panel.is-link .panel-heading{color:#fff;background-color:#0a68a1}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#0a68a1}.panel.is-link .panel-block.is-active .panel-icon{color:#0a68a1}.panel.is-info .panel-heading{color:#fff;background-color:#a180d9}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#a180d9}.panel.is-info .panel-block.is-active .panel-icon{color:#a180d9}.panel.is-success .panel-heading{color:#fff;background-color:#18907b}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#18907b}.panel.is-success .panel-block.is-active .panel-icon{color:#18907b}.panel.is-warning .panel-heading{color:#fff;background-color:#ef946c}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ef946c}.panel.is-warning .panel-block.is-active .panel-icon{color:#ef946c}.panel.is-danger .panel-heading{color:#fff;background-color:#c64b16}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#c64b16}.panel.is-danger .panel-block.is-active .panel-icon{color:#c64b16}.panel-tabs:not(:last-child),.panel-block:not(:last-child){border-bottom:1px solid #ededed}.panel-heading{color:#363636;background-color:#ededed;border-radius:6px 6px 0 0;padding:.75em 1em;font-size:1.25em;font-weight:700;line-height:1.25}.panel-tabs{justify-content:center;align-items:flex-end;font-size:.875em;display:flex}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{color:#363636;border-bottom-color:#4a4a4a}.panel-list a{color:#0d203f}.panel-list a:hover{color:#0a68a1}.panel-block{color:#363636;justify-content:flex-start;align-items:center;padding:.5em .75em;display:flex}.panel-block input[type=checkbox]{margin-right:.75em}.panel-block>.control{width:100%;flex-grow:1;flex-shrink:1}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{color:#363636;border-left-color:#0a68a1}.panel-block.is-active .panel-icon{color:#0a68a1}.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{height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-right:.75em;font-size:14px;line-height:1em;display:inline-block}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;white-space:nowrap;justify-content:space-between;align-items:stretch;font-size:1rem;display:flex;overflow-x:auto;overflow-y:hidden}.tabs a{color:#0d203f;vertical-align:top;border-bottom:1px solid #dbdbdb;justify-content:center;align-items:center;margin-bottom:-1px;padding:.5em 1em;display:flex}.tabs a:hover{color:#363636;border-bottom-color:#363636}.tabs li{display:block}.tabs li.is-active a{color:#0a68a1;border-bottom-color:#0a68a1}.tabs ul{border-bottom:1px solid #dbdbdb;flex-grow:1;flex-shrink:0;justify-content:flex-start;align-items:center;display:flex}.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em;padding-right:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.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 #0000;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:#0000!important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border:1px solid #dbdbdb;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{z-index:2;background-color:#f5f5f5;border-color:#b5b5b5}.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{color:#fff;z-index:1;background-color:#0a68a1;border-color:#0a68a1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-top-left-radius:9999px;border-bottom-left-radius:9999px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-top-right-radius:9999px;border-bottom-right-radius:9999px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{flex:1;padding:.75rem;display:block}.columns.is-mobile>.column.is-narrow{width:unset;flex:none}.columns.is-mobile>.column.is-full{width:100%;flex:none}.columns.is-mobile>.column.is-three-quarters{width:75%;flex:none}.columns.is-mobile>.column.is-two-thirds{width:66.6666%;flex:none}.columns.is-mobile>.column.is-half{width:50%;flex:none}.columns.is-mobile>.column.is-one-third{width:33.3333%;flex:none}.columns.is-mobile>.column.is-one-quarter{width:25%;flex:none}.columns.is-mobile>.column.is-one-fifth{width:20%;flex:none}.columns.is-mobile>.column.is-two-fifths{width:40%;flex:none}.columns.is-mobile>.column.is-three-fifths{width:60%;flex:none}.columns.is-mobile>.column.is-four-fifths{width:80%;flex:none}.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{width:0%;flex:none}.columns.is-mobile>.column.is-offset-0{margin-left:0%}.columns.is-mobile>.column.is-1{width:8.33333%;flex:none}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}.columns.is-mobile>.column.is-2{width:16.6667%;flex:none}.columns.is-mobile>.column.is-offset-2{margin-left:16.6667%}.columns.is-mobile>.column.is-3{width:25%;flex:none}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{width:33.3333%;flex:none}.columns.is-mobile>.column.is-offset-4{margin-left:33.3333%}.columns.is-mobile>.column.is-5{width:41.6667%;flex:none}.columns.is-mobile>.column.is-offset-5{margin-left:41.6667%}.columns.is-mobile>.column.is-6{width:50%;flex:none}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{width:58.3333%;flex:none}.columns.is-mobile>.column.is-offset-7{margin-left:58.3333%}.columns.is-mobile>.column.is-8{width:66.6667%;flex:none}.columns.is-mobile>.column.is-offset-8{margin-left:66.6667%}.columns.is-mobile>.column.is-9{width:75%;flex:none}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{width:83.3333%;flex:none}.columns.is-mobile>.column.is-offset-10{margin-left:83.3333%}.columns.is-mobile>.column.is-11{width:91.6667%;flex:none}.columns.is-mobile>.column.is-offset-11{margin-left:91.6667%}.columns.is-mobile>.column.is-12{width:100%;flex:none}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{width:unset;flex:none}.column.is-full-mobile{width:100%;flex:none}.column.is-three-quarters-mobile{width:75%;flex:none}.column.is-two-thirds-mobile{width:66.6666%;flex:none}.column.is-half-mobile{width:50%;flex:none}.column.is-one-third-mobile{width:33.3333%;flex:none}.column.is-one-quarter-mobile{width:25%;flex:none}.column.is-one-fifth-mobile{width:20%;flex:none}.column.is-two-fifths-mobile{width:40%;flex:none}.column.is-three-fifths-mobile{width:60%;flex:none}.column.is-four-fifths-mobile{width:80%;flex:none}.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{width:0%;flex:none}.column.is-offset-0-mobile{margin-left:0%}.column.is-1-mobile{width:8.33333%;flex:none}.column.is-offset-1-mobile{margin-left:8.33333%}.column.is-2-mobile{width:16.6667%;flex:none}.column.is-offset-2-mobile{margin-left:16.6667%}.column.is-3-mobile{width:25%;flex:none}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{width:33.3333%;flex:none}.column.is-offset-4-mobile{margin-left:33.3333%}.column.is-5-mobile{width:41.6667%;flex:none}.column.is-offset-5-mobile{margin-left:41.6667%}.column.is-6-mobile{width:50%;flex:none}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{width:58.3333%;flex:none}.column.is-offset-7-mobile{margin-left:58.3333%}.column.is-8-mobile{width:66.6667%;flex:none}.column.is-offset-8-mobile{margin-left:66.6667%}.column.is-9-mobile{width:75%;flex:none}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{width:83.3333%;flex:none}.column.is-offset-10-mobile{margin-left:83.3333%}.column.is-11-mobile{width:91.6667%;flex:none}.column.is-offset-11-mobile{margin-left:91.6667%}.column.is-12-mobile{width:100%;flex:none}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{width:unset;flex:none}.column.is-full,.column.is-full-tablet{width:100%;flex:none}.column.is-three-quarters,.column.is-three-quarters-tablet{width:75%;flex:none}.column.is-two-thirds,.column.is-two-thirds-tablet{width:66.6666%;flex:none}.column.is-half,.column.is-half-tablet{width:50%;flex:none}.column.is-one-third,.column.is-one-third-tablet{width:33.3333%;flex:none}.column.is-one-quarter,.column.is-one-quarter-tablet{width:25%;flex:none}.column.is-one-fifth,.column.is-one-fifth-tablet{width:20%;flex:none}.column.is-two-fifths,.column.is-two-fifths-tablet{width:40%;flex:none}.column.is-three-fifths,.column.is-three-fifths-tablet{width:60%;flex:none}.column.is-four-fifths,.column.is-four-fifths-tablet{width:80%;flex:none}.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{width:0%;flex:none}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0%}.column.is-1,.column.is-1-tablet{width:8.33333%;flex:none}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}.column.is-2,.column.is-2-tablet{width:16.6667%;flex:none}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.6667%}.column.is-3,.column.is-3-tablet{width:25%;flex:none}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{width:33.3333%;flex:none}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.3333%}.column.is-5,.column.is-5-tablet{width:41.6667%;flex:none}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.6667%}.column.is-6,.column.is-6-tablet{width:50%;flex:none}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{width:58.3333%;flex:none}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.3333%}.column.is-8,.column.is-8-tablet{width:66.6667%;flex:none}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.6667%}.column.is-9,.column.is-9-tablet{width:75%;flex:none}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{width:83.3333%;flex:none}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.3333%}.column.is-11,.column.is-11-tablet{width:91.6667%;flex:none}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.6667%}.column.is-12,.column.is-12-tablet{width:100%;flex:none}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{width:unset;flex:none}.column.is-full-touch{width:100%;flex:none}.column.is-three-quarters-touch{width:75%;flex:none}.column.is-two-thirds-touch{width:66.6666%;flex:none}.column.is-half-touch{width:50%;flex:none}.column.is-one-third-touch{width:33.3333%;flex:none}.column.is-one-quarter-touch{width:25%;flex:none}.column.is-one-fifth-touch{width:20%;flex:none}.column.is-two-fifths-touch{width:40%;flex:none}.column.is-three-fifths-touch{width:60%;flex:none}.column.is-four-fifths-touch{width:80%;flex:none}.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{width:0%;flex:none}.column.is-offset-0-touch{margin-left:0%}.column.is-1-touch{width:8.33333%;flex:none}.column.is-offset-1-touch{margin-left:8.33333%}.column.is-2-touch{width:16.6667%;flex:none}.column.is-offset-2-touch{margin-left:16.6667%}.column.is-3-touch{width:25%;flex:none}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{width:33.3333%;flex:none}.column.is-offset-4-touch{margin-left:33.3333%}.column.is-5-touch{width:41.6667%;flex:none}.column.is-offset-5-touch{margin-left:41.6667%}.column.is-6-touch{width:50%;flex:none}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{width:58.3333%;flex:none}.column.is-offset-7-touch{margin-left:58.3333%}.column.is-8-touch{width:66.6667%;flex:none}.column.is-offset-8-touch{margin-left:66.6667%}.column.is-9-touch{width:75%;flex:none}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{width:83.3333%;flex:none}.column.is-offset-10-touch{margin-left:83.3333%}.column.is-11-touch{width:91.6667%;flex:none}.column.is-offset-11-touch{margin-left:91.6667%}.column.is-12-touch{width:100%;flex:none}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{width:unset;flex:none}.column.is-full-desktop{width:100%;flex:none}.column.is-three-quarters-desktop{width:75%;flex:none}.column.is-two-thirds-desktop{width:66.6666%;flex:none}.column.is-half-desktop{width:50%;flex:none}.column.is-one-third-desktop{width:33.3333%;flex:none}.column.is-one-quarter-desktop{width:25%;flex:none}.column.is-one-fifth-desktop{width:20%;flex:none}.column.is-two-fifths-desktop{width:40%;flex:none}.column.is-three-fifths-desktop{width:60%;flex:none}.column.is-four-fifths-desktop{width:80%;flex:none}.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{width:0%;flex:none}.column.is-offset-0-desktop{margin-left:0%}.column.is-1-desktop{width:8.33333%;flex:none}.column.is-offset-1-desktop{margin-left:8.33333%}.column.is-2-desktop{width:16.6667%;flex:none}.column.is-offset-2-desktop{margin-left:16.6667%}.column.is-3-desktop{width:25%;flex:none}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{width:33.3333%;flex:none}.column.is-offset-4-desktop{margin-left:33.3333%}.column.is-5-desktop{width:41.6667%;flex:none}.column.is-offset-5-desktop{margin-left:41.6667%}.column.is-6-desktop{width:50%;flex:none}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{width:58.3333%;flex:none}.column.is-offset-7-desktop{margin-left:58.3333%}.column.is-8-desktop{width:66.6667%;flex:none}.column.is-offset-8-desktop{margin-left:66.6667%}.column.is-9-desktop{width:75%;flex:none}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{width:83.3333%;flex:none}.column.is-offset-10-desktop{margin-left:83.3333%}.column.is-11-desktop{width:91.6667%;flex:none}.column.is-offset-11-desktop{margin-left:91.6667%}.column.is-12-desktop{width:100%;flex:none}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{width:unset;flex:none}.column.is-full-widescreen{width:100%;flex:none}.column.is-three-quarters-widescreen{width:75%;flex:none}.column.is-two-thirds-widescreen{width:66.6666%;flex:none}.column.is-half-widescreen{width:50%;flex:none}.column.is-one-third-widescreen{width:33.3333%;flex:none}.column.is-one-quarter-widescreen{width:25%;flex:none}.column.is-one-fifth-widescreen{width:20%;flex:none}.column.is-two-fifths-widescreen{width:40%;flex:none}.column.is-three-fifths-widescreen{width:60%;flex:none}.column.is-four-fifths-widescreen{width:80%;flex:none}.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{width:0%;flex:none}.column.is-offset-0-widescreen{margin-left:0%}.column.is-1-widescreen{width:8.33333%;flex:none}.column.is-offset-1-widescreen{margin-left:8.33333%}.column.is-2-widescreen{width:16.6667%;flex:none}.column.is-offset-2-widescreen{margin-left:16.6667%}.column.is-3-widescreen{width:25%;flex:none}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{width:33.3333%;flex:none}.column.is-offset-4-widescreen{margin-left:33.3333%}.column.is-5-widescreen{width:41.6667%;flex:none}.column.is-offset-5-widescreen{margin-left:41.6667%}.column.is-6-widescreen{width:50%;flex:none}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{width:58.3333%;flex:none}.column.is-offset-7-widescreen{margin-left:58.3333%}.column.is-8-widescreen{width:66.6667%;flex:none}.column.is-offset-8-widescreen{margin-left:66.6667%}.column.is-9-widescreen{width:75%;flex:none}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{width:83.3333%;flex:none}.column.is-offset-10-widescreen{margin-left:83.3333%}.column.is-11-widescreen{width:91.6667%;flex:none}.column.is-offset-11-widescreen{margin-left:91.6667%}.column.is-12-widescreen{width:100%;flex:none}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{width:unset;flex:none}.column.is-full-fullhd{width:100%;flex:none}.column.is-three-quarters-fullhd{width:75%;flex:none}.column.is-two-thirds-fullhd{width:66.6666%;flex:none}.column.is-half-fullhd{width:50%;flex:none}.column.is-one-third-fullhd{width:33.3333%;flex:none}.column.is-one-quarter-fullhd{width:25%;flex:none}.column.is-one-fifth-fullhd{width:20%;flex:none}.column.is-two-fifths-fullhd{width:40%;flex:none}.column.is-three-fifths-fullhd{width:60%;flex:none}.column.is-four-fifths-fullhd{width:80%;flex:none}.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{width:0%;flex:none}.column.is-offset-0-fullhd{margin-left:0%}.column.is-1-fullhd{width:8.33333%;flex:none}.column.is-offset-1-fullhd{margin-left:8.33333%}.column.is-2-fullhd{width:16.6667%;flex:none}.column.is-offset-2-fullhd{margin-left:16.6667%}.column.is-3-fullhd{width:25%;flex:none}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{width:33.3333%;flex:none}.column.is-offset-4-fullhd{margin-left:33.3333%}.column.is-5-fullhd{width:41.6667%;flex:none}.column.is-offset-5-fullhd{margin-left:41.6667%}.column.is-6-fullhd{width:50%;flex:none}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{width:58.3333%;flex:none}.column.is-offset-7-fullhd{margin-left:58.3333%}.column.is-8-fullhd{width:66.6667%;flex:none}.column.is-offset-8-fullhd{margin-left:66.6667%}.column.is-9-fullhd{width:75%;flex:none}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{width:83.3333%;flex:none}.column.is-offset-10-fullhd{margin-left:83.3333%}.column.is-11-fullhd{width:91.6667%;flex:none}.column.is-offset-11-fullhd{margin-left:91.6667%}.column.is-12-fullhd{width:100%;flex:none}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-top:-.75rem;margin-left:-.75rem;margin-right:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:.75rem}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-top:0;margin-left:0;margin-right: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:1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap:.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:1023px){.columns.is-variable.is-0-tablet-only{--columnGap:0rem}}@media screen and (max-width:1023px){.columns.is-variable.is-0-touch{--columnGap:0rem}}@media screen and (min-width:1024px){.columns.is-variable.is-0-desktop{--columnGap:0rem}}@media screen and (min-width:1024px) 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:1023px){.columns.is-variable.is-1-tablet-only{--columnGap:.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-1-touch{--columnGap:.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-1-desktop{--columnGap:.25rem}}@media screen and (min-width:1024px) 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:1023px){.columns.is-variable.is-2-tablet-only{--columnGap:.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-2-touch{--columnGap:.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-2-desktop{--columnGap:.5rem}}@media screen and (min-width:1024px) 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:1023px){.columns.is-variable.is-3-tablet-only{--columnGap:.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-3-touch{--columnGap:.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-3-desktop{--columnGap:.75rem}}@media screen and (min-width:1024px) 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:1023px){.columns.is-variable.is-4-tablet-only{--columnGap:1rem}}@media screen and (max-width:1023px){.columns.is-variable.is-4-touch{--columnGap:1rem}}@media screen and (min-width:1024px){.columns.is-variable.is-4-desktop{--columnGap:1rem}}@media screen and (min-width:1024px) 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:1023px){.columns.is-variable.is-5-tablet-only{--columnGap:1.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-5-touch{--columnGap:1.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-5-desktop{--columnGap:1.25rem}}@media screen and (min-width:1024px) 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:1023px){.columns.is-variable.is-6-tablet-only{--columnGap:1.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-6-touch{--columnGap:1.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-6-desktop{--columnGap:1.5rem}}@media screen and (min-width:1024px) 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:1023px){.columns.is-variable.is-7-tablet-only{--columnGap:1.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-7-touch{--columnGap:1.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-7-desktop{--columnGap:1.75rem}}@media screen and (min-width:1024px) 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:1023px){.columns.is-variable.is-8-tablet-only{--columnGap:2rem}}@media screen and (max-width:1023px){.columns.is-variable.is-8-touch{--columnGap:2rem}}@media screen and (min-width:1024px){.columns.is-variable.is-8-desktop{--columnGap:2rem}}@media screen and (min-width:1024px) 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{min-height:min-content;flex:1;align-items:stretch;display:block}.tile.is-ancestor{margin-top:-.75rem;margin-left:-.75rem;margin-right:-.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{width:8.33333%;flex:none}.tile.is-2{width:16.6667%;flex:none}.tile.is-3{width:25%;flex:none}.tile.is-4{width:33.3333%;flex:none}.tile.is-5{width:41.6667%;flex:none}.tile.is-6{width:50%;flex:none}.tile.is-7{width:58.3333%;flex:none}.tile.is-8{width:66.6667%;flex:none}.tile.is-9{width:75%;flex:none}.tile.is-10{width:83.3333%;flex:none}.tile.is-11{width:91.6667%;flex:none}.tile.is-12{width:100%;flex:none}}.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:#b69cc0!important}a.has-text-light:hover,a.has-text-light:focus{color:#9f7dad!important}.has-background-light{background-color:#b69cc0!important}.has-text-dark{color:#213762!important}a.has-text-dark:hover,a.has-text-dark:focus{color:#14223c!important}.has-background-dark{background-color:#213762!important}.has-text-primary{color:#0d203f!important}a.has-text-primary:hover,a.has-text-primary:focus{color:#040b15!important}.has-background-primary{background-color:#0d203f!important}.has-text-primary-light{color:#eef3fc!important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#c4d6f3!important}.has-background-primary-light{background-color:#eef3fc!important}.has-text-primary-dark{color:#457dd9!important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#6f9be1!important}.has-background-primary-dark{background-color:#457dd9!important}.has-text-link{color:#0a68a1!important}a.has-text-link:hover,a.has-text-link:focus{color:#074971!important}.has-background-link{background-color:#0a68a1!important}.has-text-link-light{color:#ecf7fe!important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#bce3fb!important}.has-background-link-light{background-color:#ecf7fe!important}.has-text-link-dark{color:#0f95e6!important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#36abf2!important}.has-background-link-dark{background-color:#0f95e6!important}.has-text-info{color:#a180d9!important}a.has-text-info:hover,a.has-text-info:focus{color:#8458ce!important}.has-background-info{background-color:#a180d9!important}.has-text-info-light{color:#f3effa!important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#d6c8ef!important}.has-background-info-light{background-color:#f3effa!important}.has-text-info-dark{color:#552d9a!important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#6b39c1!important}.has-background-info-dark{background-color:#552d9a!important}.has-text-success{color:#18907b!important}a.has-text-success:hover,a.has-text-success:focus{color:#116455!important}.has-background-success{background-color:#18907b!important}.has-text-success-light{color:#edfcfa!important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#c2f5ec!important}.has-background-success-light{background-color:#edfcfa!important}.has-text-success-dark{color:#1fbca0!important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#31ddbe!important}.has-background-success-dark{background-color:#1fbca0!important}.has-text-warning{color:#ef946c!important}a.has-text-warning:hover,a.has-text-warning:focus{color:#ea733e!important}.has-background-warning{background-color:#ef946c!important}.has-text-warning-light{color:#fdf2ed!important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#f8d0bf!important}.has-background-warning-light{background-color:#fdf2ed!important}.has-text-warning-dark{color:#983a11!important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#c64b16!important}.has-background-warning-dark{background-color:#983a11!important}.has-text-danger{color:#c64b16!important}a.has-text-danger:hover,a.has-text-danger:focus{color:#983a11!important}.has-background-danger{background-color:#c64b16!important}.has-text-danger-light{color:#fdf2ed!important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f8d0bf!important}.has-background-danger-light{background-color:#fdf2ed!important}.has-text-danger-dark{color:#d45117!important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#e96c35!important}.has-background-danger-dark{background-color:#d45117!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:#7a7a7a!important}.has-background-grey{background-color:#7a7a7a!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{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:1023px){.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:1024px){.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:1023px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1023px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1024px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1024px) 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:1023px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1023px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1024px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1024px) 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:1023px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1023px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1024px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1024px) 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:1023px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1023px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1024px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1024px) 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,.is-family-secondary,.is-family-sans-serif{font-family:Sen,Europa,Avenir,system,-apple-system,\.SFNSText-Regular,San Francisco,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif!important}.is-family-monospace,.is-family-code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,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:1023px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1023px){.is-block-touch{display:block!important}}@media screen and (min-width:1024px){.is-block-desktop{display:block!important}}@media screen and (min-width:1024px) 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:1023px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1023px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1024px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1024px) 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:1023px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1023px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1024px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1024px) 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:1023px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1023px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1024px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1024px) 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:1023px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1023px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1024px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1024px) 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{clip:rect(0,0,0,0)!important;height:.01em!important;white-space:nowrap!important;width:.01em!important;border:none!important;padding:0!important;position:absolute!important;overflow:hidden!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:1023px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1023px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1024px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1024px) 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:1023px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1023px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1024px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1024px) 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}}.hero{flex-direction:column;justify-content:space-between;align-items:stretch;display:flex}.hero .navbar{background:0 0}.hero .tabs ul{border-bottom:none}.hero.is-white{color:#0a0a0a;background-color:#fff}.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:#0a0a0ae6}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width:1023px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:#0a0a0ab3}.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{color:#0a0a0a;background-color:#f2f2f2}.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{opacity:1;color:#fff!important}.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:#0a0a0a1a}.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{color:#fff;background-color:#0a0a0a;border-color:#0a0a0a}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e8e3e4 0%,#fff 71% 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e8e3e4 0%,#fff 71% 100%)}}.hero.is-black{color:#fff;background-color:#0a0a0a}.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:#ffffffe6}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:#ffffffb3}.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{color:#fff;background-color:#000}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{opacity:1;color:#0a0a0a!important}.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:#0a0a0a1a}.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{color:#0a0a0a;background-color:#fff;border-color:#fff}.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{color:#fff;background-color:#b69cc0}.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:#fff}.hero.is-light .subtitle{color:#ffffffe6}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-light .navbar-menu{background-color:#b69cc0}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:#ffffffb3}.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{color:#fff;background-color:#ab8cb6}.hero.is-light .tabs a{color:#fff;opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1;color:#b69cc0!important}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#fff}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:#0a0a0a1a}.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{color:#b69cc0;background-color:#fff;border-color:#fff}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#9972b7 0%,#b69cc0 71%,#caa8ce 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#9972b7 0%,#b69cc0 71%,#caa8ce 100%)}}.hero.is-dark{color:#fff;background-color:#213762}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#fff}.hero.is-dark .subtitle{color:#ffffffe6}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-dark .navbar-menu{background-color:#213762}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:#ffffffb3}.hero.is-dark a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark .navbar-link.is-active{color:#fff;background-color:#1b2c4f}.hero.is-dark .tabs a{color:#fff;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{opacity:1;color:#213762!important}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#fff}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:#0a0a0a1a}.hero.is-dark .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,.hero.is-dark .tabs.is-toggle li.is-active a:hover{color:#213762;background-color:#fff;border-color:#fff}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#102840 0%,#213762 71%,#243279 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#102840 0%,#213762 71%,#243279 100%)}}.hero.is-primary{color:#fff;background-color:#0d203f}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:#ffffffe6}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-primary .navbar-menu{background-color:#0d203f}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:#ffffffb3}.hero.is-primary a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary .navbar-link.is-active{color:#fff;background-color:#09152a}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{opacity:1;color:#0d203f!important}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:#0a0a0a1a}.hero.is-primary .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,.hero.is-primary .tabs.is-toggle li.is-active a:hover{color:#0d203f;background-color:#fff;border-color:#fff}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#030d16 0%,#0d203f 71%,#0f1e57 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#030d16 0%,#0d203f 71%,#0f1e57 100%)}}.hero.is-link{color:#fff;background-color:#0a68a1}.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:#ffffffe6}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-link .navbar-menu{background-color:#0a68a1}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:#ffffffb3}.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{color:#fff;background-color:#095989}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{opacity:1;color:#0a68a1!important}.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:#0a0a0a1a}.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{color:#0a68a1;background-color:#fff;border-color:#fff}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#015e77 0%,#0a68a1 71%,#075abe 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#015e77 0%,#0a68a1 71%,#075abe 100%)}}.hero.is-info{color:#fff;background-color:#a180d9}.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:#ffffffe6}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-info .navbar-menu{background-color:#a180d9}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:#ffffffb3}.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{color:#fff;background-color:#926cd4}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{opacity:1;color:#a180d9!important}.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:#0a0a0a1a}.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{color:#a180d9;background-color:#fff;border-color:#fff}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#6a4dd9 0%,#a180d9 71%,#bc90e3 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#6a4dd9 0%,#a180d9 71%,#bc90e3 100%)}}.hero.is-success{color:#fff;background-color:#18907b}.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:#ffffffe6}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-success .navbar-menu{background-color:#18907b}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:#ffffffb3}.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{color:#fff;background-color:#147a68}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{opacity:1;color:#18907b!important}.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:#0a0a0a1a}.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{color:#18907b;background-color:#fff;border-color:#fff}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#0b6a49 0%,#18907b 71%,#17aba9 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#0b6a49 0%,#18907b 71%,#17aba9 100%)}}.hero.is-warning{color:#fff;background-color:#ef946c}.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:#ffffffe6}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-warning .navbar-menu{background-color:#ef946c}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:#ffffffb3}.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{color:#fff;background-color:#ec8355}.hero.is-warning .tabs a{color:#fff;opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1;color:#ef946c!important}.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:#0a0a0a1a}.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{color:#ef946c;background-color:#fff;border-color:#fff}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#f54e33 0%,#ef946c 71%,#f5b780 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#f54e33 0%,#ef946c 71%,#f5b780 100%)}}.hero.is-danger{color:#fff;background-color:#c64b16}.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:#ffffffe6}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-danger .navbar-menu{background-color:#c64b16}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:#ffffffb3}.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{color:#fff;background-color:#af4313}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{opacity:1;color:#c64b16!important}.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:#0a0a0a1a}.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{color:#c64b16;background-color:#fff;border-color:#fff}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#a01d08 0%,#c64b16 71%,#e37512 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#a01d08 0%,#c64b16 71%,#e37512 100%)}}.hero.is-small .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{min-height:100%;min-width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-video.is-transparent{opacity:.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:.75rem}}@media screen and (min-width:769px),print{.hero-buttons{justify-content:center;display:flex}.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}}.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section{padding:3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem} /*# sourceMappingURL=fermyon.css.map */ diff --git a/docs/index.html b/docs/index.html index 7bc9cd8..8791f1b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26,13 +26,6 @@ - @@ -147,7 +140,7 @@ @@ -189,7 +182,7 @@ - +
@@ -257,7 +250,7 @@ - +

A visual reference manual
@@ -476,7 +469,7 @@

Complimentary Tones (for shading)

- +
@@ -650,7 +643,7 @@

Complimentary Tones (for shading)

- +
@@ -738,7 +731,7 @@

Complimentary Tones (for shading)

This is the baseline brand palette, which should be referred to when creating new designs for Fermyon

- +

Typography

@@ -787,7 +780,7 @@

Sen

Loading Webfonts

To reduce the size of assets being served, it's best to leverage a CDN where possible. Hence the Styleguide does not contain the bundled up webfont files alongside the images and other assets.

- +
 <link rel="preconnect" href="https://fonts.googleapis.com">
 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -817,17 +810,17 @@ 

h3 Sub Title

Full set of examples → - +

Baseline Text Size

The styleguide sets a root font-size of 16px, which is a conservative baseline, chosen to prioritize the presentation of technical content and long-form articles.

In different contexts, this should adjust to suit the user's situation.

- +

For example, a technical documentation page benefits from a wider content width and tighter vertical spacing to accommodate example code snippets; more akin to a legible appliance manual than a traditional book orientation.

Blog articles on the other hand; benefit greatly from a bigger type size, along with a careful balance of width and spacing that mirrors the flow of a printed page (or that of an e-reader).

- +

All of this is important for minimizing the effort required of the user to parse, skim and flow through the various lines of content you are presenting to them. Consider their mode, and tailor the Vertical Rhythm and Typesetting accordingly when you can.

Modifiers

@@ -849,7 +842,7 @@

Code Blocks

Code Examples:

Bash Example

- +
$ spin templates install --git https://github.com/fermyon/spin --branch v0.2.0
 Copying remote template source
 Installing template redis-rust...
@@ -887,7 +880,7 @@ 

Code Examples:

http::{Request, Response}, http_component, }; - + /// A simple Spin HTTP component. #[http_component] fn spin_hello_world(req: Request) -> Result<Response> { @@ -899,10 +892,10 @@

Code Examples:

}
- + +

Slides & Document Templates

File templates are a great starting point for making company documents and presentation decks.


- +
Powerpoint Template @@ -1386,7 +1379,7 @@

Slides & Document Templates

.ppt

- +
A presentation template with editable title "splash" pages and a mixture of light and dark text slides.
@@ -1409,7 +1402,7 @@

Developer Guide

Where's the JavaScript?

This styleguide is intentionally very light on JavaScript. It's common for modern front-end frameworks to be very opinionated about the interactive function in addition to the visual form. In many popular common style frameworks, it becomes a challenge to keep things light and to enables certain interactive parts (like dropdown menus) without importing multiple additional scripts (jquery, bootstrap.js, icon fonts). And typically the content being served only uses a tiny subset of the imports.

-

At Fermyon, we want to keep our apps light and fast, so that they compile to small sizes and run without requiring a lot of additional libraries, scripts, webfonts, icons, etc. Hence this styleguide is focused on just the visual portion - different projects can build upon these building blocks and utilize other libraries as needed.

+

At Fermyon, we want to keep our apps light and fast, so that they compile to small sizes and run without requiring a lot of additional libraries, scripts, webfonts, icons, etc. Hence this styleguide is focused on just the visual portion - different projects can build upon these building blocks and utilize other libraries as needed.

Bulma stays true to this, relying on progressive CSS methods for interactive elements like modal pop-up windows and dropdown menus (via the data-target selector attributes for example) and avoids taking on javascript dependencies.

@@ -1437,7 +1430,7 @@

Accessibility

The W3C's guidelines on Web Accessibility form the underlying spec for constructing any pages for the web. We aim to adhere to AA standards as a base and ideally AAA standards in the presentation of our content.

- +
  • Web Content Accessibility Guidelines
  • Measuring Typographic Scale & Rythm
  • diff --git a/package-lock.json b/package-lock.json index 70e24c5..d4d70af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,10 +9,12 @@ "version": "0.1.6", "license": "Apache-2.0", "dependencies": { - "parcel": "^2.4.0" + "bulma": "^0.9.4", + "parcel": "^2.6.0" }, "devDependencies": { - "@parcel/transformer-sass": "2.4.0" + "@parcel/css": "^1.10.0", + "@parcel/transformer-sass": "2.6.0" } }, "node_modules/@babel/code-frame": { @@ -35,9 +37,9 @@ } }, "node_modules/@babel/highlight": { - "version": "7.16.10", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", - "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.12.tgz", + "integrity": "sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==", "dependencies": { "@babel/helper-validator-identifier": "^7.16.7", "chalk": "^2.0.0", @@ -82,12 +84,12 @@ "node_modules/@babel/highlight/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" }, "node_modules/@babel/highlight/node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "engines": { "node": ">=4" } @@ -103,20 +105,170 @@ "node": ">=4" } }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz", + "integrity": "sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==", + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz", + "integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz", + "integrity": "sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.13", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", + "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz", + "integrity": "sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==", + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "node_modules/@lezer/common": { + "version": "0.15.12", + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-0.15.12.tgz", + "integrity": "sha512-edfwCxNLnzq5pBA/yaIhwJ3U3Kz8VAUOTRg0hhxaizaI1N+qxV7EXDv/kLCkLeq2RzSFvxexlaj5Mzfn2kY0Ig==" + }, + "node_modules/@lezer/lr": { + "version": "0.15.8", + "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-0.15.8.tgz", + "integrity": "sha512-bM6oE6VQZ6hIFxDNKk8bKPa14hqFrV07J/vHGOeiAbJReIaQXmkVb6xQu4MR+JBTLa5arGRyAAjJe1qaQt3Uvg==", + "dependencies": { + "@lezer/common": "^0.15.0" + } + }, + "node_modules/@mischnic/json-sourcemap": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@mischnic/json-sourcemap/-/json-sourcemap-0.1.0.tgz", + "integrity": "sha512-dQb3QnfNqmQNYA4nFSN/uLaByIic58gOXq4Y4XqLOWmOrw73KmJPt/HLyG0wvn1bnR6mBKs/Uwvkh+Hns1T0XA==", + "dependencies": { + "@lezer/common": "^0.15.7", + "@lezer/lr": "^0.15.4", + "json5": "^2.2.1" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-2.0.2.tgz", + "integrity": "sha512-FMX5i7a+ojIguHpWbzh5MCsCouJkwf4z4ejdUY/fsgB9Vkdak4ZnoIEskOyOUMMB4lctiZFGszFQJXUeFL8tRg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-2.0.2.tgz", + "integrity": "sha512-DznYtF3lHuZDSRaIOYeif4JgO0NtO2Xf8DsngAugMx/bUdTFbg86jDTmkVJBNmV+cxszz6OjGvinnS8AbJ342g==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-2.0.2.tgz", + "integrity": "sha512-Gy9+c3Wj+rUlD3YvCZTi92gs+cRX7ZQogtwq0IhRenloTTlsbpezNgk6OCkt59V4ATEWSic9rbU92H/l7XsRvA==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-2.0.2.tgz", + "integrity": "sha512-b0jMEo566YdM2K+BurSed7bswjo3a6bcdw5ETqoIfSuxKuRLPfAiOjVbZyZBgx3J/TAM/QrvEQ/VN89A0ZAxSg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-linux-x64": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-2.0.2.tgz", + "integrity": "sha512-zrBHaePwcv4cQXxzYgNj0+A8I1uVN97E7/3LmkRocYZ+rMwUsnPpp4RuTAHSRoKlTQV3nSdCQW4Qdt4MXw/iHw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-win32-x64": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-2.0.2.tgz", + "integrity": "sha512-fpnI00dt+yO1cKx9qBXelKhPBdEgvc8ZPav1+0r09j0woYQU2N79w/jcGawSY5UGlgQ3vjaJsFHnGbGvvqdLzg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/@parcel/bundler-default": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/bundler-default/-/bundler-default-2.4.0.tgz", - "integrity": "sha512-RaXlxo0M51739Ko3bsOJpDBZlJ+cqkDoBTozNeSc65jS2TMBIBWLMapm8095qmty39OrgYNhzjgPiIlKDS/LWA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/bundler-default/-/bundler-default-2.6.0.tgz", + "integrity": "sha512-AplEdGm/odV7yGmoeOnglxnY31WlNB5EqGLFGxkgs7uwDaTWoTX/9SWPG6xfvirhjDpms8sLSiVuBdFRCCLtNA==", "dependencies": { - "@parcel/diagnostic": "2.4.0", - "@parcel/hash": "2.4.0", - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/hash": "2.6.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -124,14 +276,14 @@ } }, "node_modules/@parcel/cache": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/cache/-/cache-2.4.0.tgz", - "integrity": "sha512-oOudoAafrCAHQY0zkU7gVHG1pAGBUz9rht7Tx4WupTmAH0O0F5UnZs6XbjoBJaPHg+CYUXK7v9wQcrNA72E3GA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/cache/-/cache-2.6.0.tgz", + "integrity": "sha512-4vbD5uSuf+kRnrFesKhpn0AKnOw8u2UlvCyrplYmp1g9bNAkIooC/nDGdmkb/9SviPEbni9PEanQEHDU2+slpA==", "dependencies": { - "@parcel/fs": "2.4.0", - "@parcel/logger": "2.4.0", - "@parcel/utils": "2.4.0", - "lmdb": "2.2.4" + "@parcel/fs": "2.6.0", + "@parcel/logger": "2.6.0", + "@parcel/utils": "2.6.0", + "lmdb": "2.3.10" }, "engines": { "node": ">= 12.0.0" @@ -141,13 +293,13 @@ "url": "https://opencollective.com/parcel" }, "peerDependencies": { - "@parcel/core": "^2.4.0" + "@parcel/core": "^2.6.0" } }, "node_modules/@parcel/codeframe": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/codeframe/-/codeframe-2.4.0.tgz", - "integrity": "sha512-PJ3W9Z0sjoS2CANyo50c+LEr9IRZrtu0WsVPSYZ5ZYRuSXrSa/6PcAlnkyDk2+hi7Od8ncT2bmDexl0Oar3Jyg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/codeframe/-/codeframe-2.6.0.tgz", + "integrity": "sha512-yXXxrO9yyedHKpTwC+Af0+vPmQm+A9xeEhkt4f0yVg1n4t4yUIxYlTedzbM8ygZEEBtkXU9jJ+PkgXbfMf0dqw==", "dependencies": { "chalk": "^4.1.0" }, @@ -160,15 +312,15 @@ } }, "node_modules/@parcel/compressor-raw": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/compressor-raw/-/compressor-raw-2.4.0.tgz", - "integrity": "sha512-ZErX14fTc0gKIgtnuqW7Clfln4dpXWfUaJQQIf5C3x/LkpUeEhdXeKntkvSxOddDk2JpIKDwqzAxEMZUnDo4Nw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/compressor-raw/-/compressor-raw-2.6.0.tgz", + "integrity": "sha512-rtMU2mGl88bic6Xbq1u5L49bMK4s5185b0k7h3JRdS6/0rR+Xp4k/o9Wog+hHjK/s82z1eF9WmET779ZpIDIQQ==", "dependencies": { - "@parcel/plugin": "2.4.0" + "@parcel/plugin": "2.6.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -176,74 +328,74 @@ } }, "node_modules/@parcel/config-default": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/config-default/-/config-default-2.4.0.tgz", - "integrity": "sha512-pFOPBXPO6HGqNWTLkcK5i8haMOrRgUouUhcWPGWDpN9IPUYFK2E/O1E/uyMjIA1mSL3FnazI+jJwZ45NhKPpIA==", - "dependencies": { - "@parcel/bundler-default": "2.4.0", - "@parcel/compressor-raw": "2.4.0", - "@parcel/namer-default": "2.4.0", - "@parcel/optimizer-css": "2.4.0", - "@parcel/optimizer-htmlnano": "2.4.0", - "@parcel/optimizer-image": "2.4.0", - "@parcel/optimizer-svgo": "2.4.0", - "@parcel/optimizer-terser": "2.4.0", - "@parcel/packager-css": "2.4.0", - "@parcel/packager-html": "2.4.0", - "@parcel/packager-js": "2.4.0", - "@parcel/packager-raw": "2.4.0", - "@parcel/packager-svg": "2.4.0", - "@parcel/reporter-dev-server": "2.4.0", - "@parcel/resolver-default": "2.4.0", - "@parcel/runtime-browser-hmr": "2.4.0", - "@parcel/runtime-js": "2.4.0", - "@parcel/runtime-react-refresh": "2.4.0", - "@parcel/runtime-service-worker": "2.4.0", - "@parcel/transformer-babel": "2.4.0", - "@parcel/transformer-css": "2.4.0", - "@parcel/transformer-html": "2.4.0", - "@parcel/transformer-image": "2.4.0", - "@parcel/transformer-js": "2.4.0", - "@parcel/transformer-json": "2.4.0", - "@parcel/transformer-postcss": "2.4.0", - "@parcel/transformer-posthtml": "2.4.0", - "@parcel/transformer-raw": "2.4.0", - "@parcel/transformer-react-refresh-wrap": "2.4.0", - "@parcel/transformer-svg": "2.4.0" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/config-default/-/config-default-2.6.0.tgz", + "integrity": "sha512-DXovFPhZITmTvFaSEdC8RRqROs9FLIJ4u8yFSU6FUyq2wpvtYVRXXoDrvXgClh2csXmK7JTJTp5JF7r0rd2UaA==", + "dependencies": { + "@parcel/bundler-default": "2.6.0", + "@parcel/compressor-raw": "2.6.0", + "@parcel/namer-default": "2.6.0", + "@parcel/optimizer-css": "2.6.0", + "@parcel/optimizer-htmlnano": "2.6.0", + "@parcel/optimizer-image": "2.6.0", + "@parcel/optimizer-svgo": "2.6.0", + "@parcel/optimizer-terser": "2.6.0", + "@parcel/packager-css": "2.6.0", + "@parcel/packager-html": "2.6.0", + "@parcel/packager-js": "2.6.0", + "@parcel/packager-raw": "2.6.0", + "@parcel/packager-svg": "2.6.0", + "@parcel/reporter-dev-server": "2.6.0", + "@parcel/resolver-default": "2.6.0", + "@parcel/runtime-browser-hmr": "2.6.0", + "@parcel/runtime-js": "2.6.0", + "@parcel/runtime-react-refresh": "2.6.0", + "@parcel/runtime-service-worker": "2.6.0", + "@parcel/transformer-babel": "2.6.0", + "@parcel/transformer-css": "2.6.0", + "@parcel/transformer-html": "2.6.0", + "@parcel/transformer-image": "2.6.0", + "@parcel/transformer-js": "2.6.0", + "@parcel/transformer-json": "2.6.0", + "@parcel/transformer-postcss": "2.6.0", + "@parcel/transformer-posthtml": "2.6.0", + "@parcel/transformer-raw": "2.6.0", + "@parcel/transformer-react-refresh-wrap": "2.6.0", + "@parcel/transformer-svg": "2.6.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" }, "peerDependencies": { - "@parcel/core": "^2.4.0" + "@parcel/core": "^2.6.0" } }, "node_modules/@parcel/core": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/core/-/core-2.4.0.tgz", - "integrity": "sha512-EWZ2UWtIuwDc3fgsKyyTLpNNPoG8Yk2L117ICWF/+cqY8z/wJHm2KwLbeplDeq524shav0GJ9O4CemP3JPx0Nw==", - "dependencies": { - "@parcel/cache": "2.4.0", - "@parcel/diagnostic": "2.4.0", - "@parcel/events": "2.4.0", - "@parcel/fs": "2.4.0", - "@parcel/graph": "2.4.0", - "@parcel/hash": "2.4.0", - "@parcel/logger": "2.4.0", - "@parcel/package-manager": "2.4.0", - "@parcel/plugin": "2.4.0", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/core/-/core-2.6.0.tgz", + "integrity": "sha512-8OOWbPuxpFydpwNyKoz6d3e3O4DmxNYmMw4DXwrPSj/jyg7oa+SDtMT0/VXEhujE0HYkQPCHt4npRajkSuf99A==", + "dependencies": { + "@mischnic/json-sourcemap": "^0.1.0", + "@parcel/cache": "2.6.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/events": "2.6.0", + "@parcel/fs": "2.6.0", + "@parcel/graph": "2.6.0", + "@parcel/hash": "2.6.0", + "@parcel/logger": "2.6.0", + "@parcel/package-manager": "2.6.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/types": "2.4.0", - "@parcel/utils": "2.4.0", - "@parcel/workers": "2.4.0", + "@parcel/types": "2.6.0", + "@parcel/utils": "2.6.0", + "@parcel/workers": "2.6.0", "abortcontroller-polyfill": "^1.1.9", "base-x": "^3.0.8", "browserslist": "^4.6.6", "clone": "^2.1.1", "dotenv": "^7.0.0", "dotenv-expand": "^5.1.0", - "json-source-map": "^0.6.1", "json5": "^2.2.0", "msgpackr": "^1.5.4", "nullthrows": "^1.1.1", @@ -258,9 +410,9 @@ } }, "node_modules/@parcel/css": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@parcel/css/-/css-1.7.3.tgz", - "integrity": "sha512-rgdRX4Uk31EvzH/mUScL0wdXtkci3U5N1W2pgam+9S10vQy4uONhWBepZ1tUCjONHLacGXr1jp3LbG/HI7LiTw==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css/-/css-1.10.0.tgz", + "integrity": "sha512-YvlUqJ3kg/HxsVvq02bTCGruQKjwPEMWEqdyhgfR3aagt+1ibmafy3m8CGYHXvhaQeNYSkMvy1D9bcddFuYTUg==", "dependencies": { "detect-libc": "^1.0.3" }, @@ -272,20 +424,20 @@ "url": "https://opencollective.com/parcel" }, "optionalDependencies": { - "@parcel/css-darwin-arm64": "1.7.3", - "@parcel/css-darwin-x64": "1.7.3", - "@parcel/css-linux-arm-gnueabihf": "1.7.3", - "@parcel/css-linux-arm64-gnu": "1.7.3", - "@parcel/css-linux-arm64-musl": "1.7.3", - "@parcel/css-linux-x64-gnu": "1.7.3", - "@parcel/css-linux-x64-musl": "1.7.3", - "@parcel/css-win32-x64-msvc": "1.7.3" + "@parcel/css-darwin-arm64": "1.10.0", + "@parcel/css-darwin-x64": "1.10.0", + "@parcel/css-linux-arm-gnueabihf": "1.10.0", + "@parcel/css-linux-arm64-gnu": "1.10.0", + "@parcel/css-linux-arm64-musl": "1.10.0", + "@parcel/css-linux-x64-gnu": "1.10.0", + "@parcel/css-linux-x64-musl": "1.10.0", + "@parcel/css-win32-x64-msvc": "1.10.0" } }, "node_modules/@parcel/css-darwin-arm64": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@parcel/css-darwin-arm64/-/css-darwin-arm64-1.7.3.tgz", - "integrity": "sha512-m3HDY+Rh8HJxmLELKAvCpF59vLS7FWtgBODHxl8G9Jl2CnGtXpXvdpyeMxNsTE+2QuPC+a5QT7IeZAKb2Gjmxg==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-darwin-arm64/-/css-darwin-arm64-1.10.0.tgz", + "integrity": "sha512-WMAbjUyCBrXwv3OofNk90K+G0DqZgCFRtKCg+udLXLZCiCe6yrI87ye9SC6KAVwqWp5WT27TPZTrqWJ032e3FA==", "cpu": [ "arm64" ], @@ -301,12 +453,145 @@ "url": "https://opencollective.com/parcel" } }, + "node_modules/@parcel/css-darwin-x64": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-darwin-x64/-/css-darwin-x64-1.10.0.tgz", + "integrity": "sha512-p1JJVHOOxrhcSQMq9qlrU88Sl+VJGu8HXBpWDHRzh8aOIkqsiRx1qx9Vl3zGX7Sxnjv/xlPUknLKia8Zy1369A==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/css-linux-arm-gnueabihf": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm-gnueabihf/-/css-linux-arm-gnueabihf-1.10.0.tgz", + "integrity": "sha512-cUvDN+nNEdoEzZLhOqPAcjICIyEGcFCc0+zJhGKdnA9MC010aeun9ggtToFazIHzMmoF4qyxCY5IyHja8iVkmA==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/css-linux-arm64-gnu": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm64-gnu/-/css-linux-arm64-gnu-1.10.0.tgz", + "integrity": "sha512-x8XEtJxgJlstAwbg1BLeYuXhUXEOxGg/BeBFPZr8Zk8dNQ1j1jR7LBk12IKgZrvr+Px1WOFY65lwabgCyFqxnQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/css-linux-arm64-musl": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm64-musl/-/css-linux-arm64-musl-1.10.0.tgz", + "integrity": "sha512-caBaOM+zhFYlaMB2GL327NeOkF5lbHte5XLrGByagLWanlnRRlFpapIXpuuGIGSF5uBHN2uAz/84ej5mNcdHwg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/css-linux-x64-gnu": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-x64-gnu/-/css-linux-x64-gnu-1.10.0.tgz", + "integrity": "sha512-9JZUMB1v+Zh95K2BJdoC20vZcObqF3mPA10gM51/a44f3rhRsv/EHjzLsSqxSYtC+L7wLvW9M3SNZ2KTo0J2/A==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/css-linux-x64-musl": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-x64-musl/-/css-linux-x64-musl-1.10.0.tgz", + "integrity": "sha512-U702L0HlZUN5Fxb6jbDetYeA7eOgLHkXo4vZ9/XHJyPy6jD+n+9HO8bEcLdSAadJcb4Ndcn89THyfwKiOHukVQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/css-win32-x64-msvc": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-win32-x64-msvc/-/css-win32-x64-msvc-1.10.0.tgz", + "integrity": "sha512-44GtojxQBRf8yTetsNdjYSa2KL4/UpSbEeaOYcO+PKBGHcCyQX2Lex5r1X2pXkpNxvu142+dSTLeXhBSFG4C0g==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, "node_modules/@parcel/diagnostic": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/diagnostic/-/diagnostic-2.4.0.tgz", - "integrity": "sha512-TjWO/b2zMFhub5ouwGjazMm7iAUvdmXBfWmjrg4TBhUbhoQwBnyWfvMDtAYo7PcvXfxVPgPZv86Nv6Ym5H6cHQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/diagnostic/-/diagnostic-2.6.0.tgz", + "integrity": "sha512-+p8gC2FKxSI2veD7SoaNlP572v4kw+nafCQEPDtJuzYYRqywYUGncch25dkpgNApB4W4cXVkZu3ZbtIpCAmjQQ==", "dependencies": { - "json-source-map": "^0.6.1", + "@mischnic/json-sourcemap": "^0.1.0", "nullthrows": "^1.1.1" }, "engines": { @@ -318,9 +603,9 @@ } }, "node_modules/@parcel/events": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/events/-/events-2.4.0.tgz", - "integrity": "sha512-DEaEtFbhOhNAEmiXJ3MyF8Scq+sNDKiTyLax4lAC5/dpE5GvwfNnoD17C2+0gDuuDpdQkdHfXfvr50aYFt7jcw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/events/-/events-2.6.0.tgz", + "integrity": "sha512-2WaKtBs4iYwS88j4zRdyTJTgh8iuY4E32FMmjzzbheqETs6I05gWuPReGukJYxk8vc0Ir7tbzp12oAfpgo0Y+g==", "engines": { "node": ">= 12.0.0" }, @@ -330,15 +615,15 @@ } }, "node_modules/@parcel/fs": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/fs/-/fs-2.4.0.tgz", - "integrity": "sha512-CnUlWGUJ52SJVQi8QnaAPPQZOADmHMV9D9aX9GLcDm5XLT3Em7vmesG4bNLdMLwzYuzAtenhcWmuRCACuYztHw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/fs/-/fs-2.6.0.tgz", + "integrity": "sha512-6vxtx5Zy6MvDvH1EPx9JxjKGF03bR7VE1dUf4HLeX2D8YmpL5hkHJnlRCFdcH08rzOVwaJLzg1QNtblWJXQ9CA==", "dependencies": { - "@parcel/fs-search": "2.4.0", - "@parcel/types": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/fs-search": "2.6.0", + "@parcel/types": "2.6.0", + "@parcel/utils": "2.6.0", "@parcel/watcher": "^2.0.0", - "@parcel/workers": "2.4.0" + "@parcel/workers": "2.6.0" }, "engines": { "node": ">= 12.0.0" @@ -348,13 +633,13 @@ "url": "https://opencollective.com/parcel" }, "peerDependencies": { - "@parcel/core": "^2.4.0" + "@parcel/core": "^2.6.0" } }, "node_modules/@parcel/fs-search": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/fs-search/-/fs-search-2.4.0.tgz", - "integrity": "sha512-W/Vu6wbZk4wuB6AVdMkyymwh/S8Peed/PgJgSsApYD6lSTD315I6OuEdxZh3lWY+dqQdog/NJ7dvi/hdpH/Iqw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/fs-search/-/fs-search-2.6.0.tgz", + "integrity": "sha512-1nXzM3H/cA4kzLKvDBvwmNisKCdRqlgkLXh+OR1Zu28Kn4W34KuJMcHWW8cC+WIuuKqDh5oo2WPsC5y65GXBKQ==", "dependencies": { "detect-libc": "^1.0.3" }, @@ -367,11 +652,11 @@ } }, "node_modules/@parcel/graph": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/graph/-/graph-2.4.0.tgz", - "integrity": "sha512-5TZIAfDITkJCzgH4j4OQhnIvjV9IFwWqNBJanRl5QQTmKvdcODS3WbnK1SOJ+ZltcLVXMB+HNXmL0bX0tVolcw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/graph/-/graph-2.6.0.tgz", + "integrity": "sha512-rxrAzWm6rwbCRPbu0Z+zwMscpG8omffODniVWPlX2G0jgQGpjKsutBQ6RMfFIcfaQ4MzL3pIQOTf8bkjQOPsbg==", "dependencies": { - "@parcel/utils": "2.4.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1" }, "engines": { @@ -383,9 +668,9 @@ } }, "node_modules/@parcel/hash": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/hash/-/hash-2.4.0.tgz", - "integrity": "sha512-nB+wYNUhe6+G8M7vQhdeFXtpYJYwJgBHOPZ7Hd9O2jdlamWjDbw0t/u1dJbYvGJ8ZDtLDwiItawQVpuVdskQ9g==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/hash/-/hash-2.6.0.tgz", + "integrity": "sha512-YugWqhLxqK80Lo++3B3Kr5UPCHOdS8iI2zJ1jkzUeH9v6WUzbwWOnmPf6lN2S5m1BrIFFJd8Jc+CbEXWi8zoJA==", "dependencies": { "detect-libc": "^1.0.3", "xxhash-wasm": "^0.4.2" @@ -399,12 +684,12 @@ } }, "node_modules/@parcel/logger": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/logger/-/logger-2.4.0.tgz", - "integrity": "sha512-DqfU0Zcs/0a7VBk+MsjJ80C66w4kM9EbkO3G12NIyEjNeG50ayW2CE9rUuJ91JaM9j0NFM1P82eyLpQPFFaVPw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/logger/-/logger-2.6.0.tgz", + "integrity": "sha512-J1/7kPfSGBvMKSZdi0WCNuN0fIeiWxifnDGn7W/K8KhD422YwFJA8N046ps8nkDOPIXf1osnIECNp4GIR9oSYw==", "dependencies": { - "@parcel/diagnostic": "2.4.0", - "@parcel/events": "2.4.0" + "@parcel/diagnostic": "2.6.0", + "@parcel/events": "2.6.0" }, "engines": { "node": ">= 12.0.0" @@ -415,9 +700,9 @@ } }, "node_modules/@parcel/markdown-ansi": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/markdown-ansi/-/markdown-ansi-2.4.0.tgz", - "integrity": "sha512-gPUP1xikxHiu2kFyPy35pfuVkFgAmcywO8YDQj7iYcB+k7l4QPpIYFYGXn2QADV4faf66ncMeTD4uYV8c0GqjQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/markdown-ansi/-/markdown-ansi-2.6.0.tgz", + "integrity": "sha512-fyjkrJQQSfKTUFTTasdZ6WrAkDoQ2+DYDjj+3p+RncYyrIa9zArKx4IiRiipsvNdtMvP0/hTdK8F3BOJ3KSU/g==", "dependencies": { "chalk": "^4.1.0" }, @@ -430,17 +715,17 @@ } }, "node_modules/@parcel/namer-default": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/namer-default/-/namer-default-2.4.0.tgz", - "integrity": "sha512-DfL+Gx0Tyoa0vsgRpNybXjuKbWNw8MTVpy7Dk7r0btfVsn1jy3SSwlxH4USf76gb00/pK6XBsMp9zn7Z8ePREQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/namer-default/-/namer-default-2.6.0.tgz", + "integrity": "sha512-r8O12r7ozJBctnFxVdXbf/fK97GIdNj3hiiUNWlXEmED9sw6ZPcChaLcfot0/443g8i87JDmSTKJ8js2tuz5XA==", "dependencies": { - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -448,12 +733,12 @@ } }, "node_modules/@parcel/node-resolver-core": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/node-resolver-core/-/node-resolver-core-2.4.0.tgz", - "integrity": "sha512-qiN97XcfW2fYNoYuVEhNKuVPEJKj5ONQl0fqr/NEMmYvWz3bVKjgiXNJwW558elZvCI08gEbdxgyThpuFFQeKQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/node-resolver-core/-/node-resolver-core-2.6.0.tgz", + "integrity": "sha512-AJDj5DZbB58plv0li8bdVSD+zpnkHE36Om3TYyNn1jgXXwgBM64Er/9p8yQn356jBqTQMh7zlJqvbdIyOiMeMg==", "dependencies": { - "@parcel/diagnostic": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1" }, "engines": { @@ -465,21 +750,21 @@ } }, "node_modules/@parcel/optimizer-css": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-css/-/optimizer-css-2.4.0.tgz", - "integrity": "sha512-LQmjjOGsHEHKTJqfHR2eJyhWhLXvHP0uOAU+qopBttYYlB2J/vMK9RYAye5cyAb8bQmV8wAdi2mq9rnt7FMSPw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-css/-/optimizer-css-2.6.0.tgz", + "integrity": "sha512-VMJknUwfKCw6Woov0lnPGdsGZewcI4ghW8WKmNZzC5uKCetk1XetV55QHBc1RNjGfsjfSTZiSa3guATj2zFJkQ==", "dependencies": { - "@parcel/css": "^1.7.2", - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/css": "^1.9.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.4.0", + "@parcel/utils": "2.6.0", "browserslist": "^4.6.6", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -487,11 +772,11 @@ } }, "node_modules/@parcel/optimizer-htmlnano": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-htmlnano/-/optimizer-htmlnano-2.4.0.tgz", - "integrity": "sha512-02EbeElLgNOAYhGU7fFBahpoKrX5G/yzahpaoKB/ypScM4roSsAMBkGcluboR5L10YRsvfvJEpxvfGyDA3tPmw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-htmlnano/-/optimizer-htmlnano-2.6.0.tgz", + "integrity": "sha512-HmvcUoYpfdx8ZfID4WOj/SE8N78NEBmzAffZ8f827mYMr4ZrbKzAgg6OG3tBbfF0zxH0bIjZcwqwZYk4SdbG7g==", "dependencies": { - "@parcel/plugin": "2.4.0", + "@parcel/plugin": "2.6.0", "htmlnano": "^2.0.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", @@ -499,7 +784,7 @@ }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -507,19 +792,19 @@ } }, "node_modules/@parcel/optimizer-image": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-image/-/optimizer-image-2.4.0.tgz", - "integrity": "sha512-Q4onaBMPkDyYxPzrb8ytBUftaQZFepj9dSUgq+ETuHDzkgia0tomDPfCqrw6ld0qvYyANzXTP5+LC4g0i5yh+A==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-image/-/optimizer-image-2.6.0.tgz", + "integrity": "sha512-FDNr3LJ8SWR9rrtdCrZOlYF1hE9G5pxUWawGxUasbvqwcY5lEQwr2KRmfGZeg+KwOnzlImlY6dP2LGox1NFddQ==", "dependencies": { - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", - "@parcel/workers": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", + "@parcel/workers": "2.6.0", "detect-libc": "^1.0.3" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -527,18 +812,18 @@ } }, "node_modules/@parcel/optimizer-svgo": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-svgo/-/optimizer-svgo-2.4.0.tgz", - "integrity": "sha512-mwvGuCqVuNCAuMlp2maFE/Uz9ud1T1AuX0f6cCRczjFYiwZuIr/0iDdfFzSziOkVo1MRAGAZNa0dRR/UzCZtVg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-svgo/-/optimizer-svgo-2.6.0.tgz", + "integrity": "sha512-LMTDVMd7T/IfLG59yLWl8Uw2HYGbj2C3jIwkMqH9MBUT5KILK66T3t0yV86SoZJnxZ6xBIJ+kCcCRssCzhvanw==", "dependencies": { - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", "svgo": "^2.4.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -546,20 +831,20 @@ } }, "node_modules/@parcel/optimizer-terser": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-terser/-/optimizer-terser-2.4.0.tgz", - "integrity": "sha512-PdCgRgXNSY6R1HTV9VG2MHp1CgUbP5pslCyxvlbUmQAS6bvEpMOpn3qSd+U28o7mGE/qXIhvpDyi808sb+MEcg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-terser/-/optimizer-terser-2.6.0.tgz", + "integrity": "sha512-oezRt6Lz/QqcVDXyMfFjzQc7n0ThJowLJ4Lyhu8rMh0ZJYzc4UCFCw/19d4nRnzE+Qg0vj3mQCpdkA9/64E44g==", "dependencies": { - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.4.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1", "terser": "^5.2.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -567,16 +852,16 @@ } }, "node_modules/@parcel/package-manager": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/package-manager/-/package-manager-2.4.0.tgz", - "integrity": "sha512-21AEfAQnZbHRVViTn7QsPGe/CiGaFaDUH5f0m8qVC7fDjjhC8LM8blkqU72goaO9FbaLMadtEf2txhzly7h/bg==", - "dependencies": { - "@parcel/diagnostic": "2.4.0", - "@parcel/fs": "2.4.0", - "@parcel/logger": "2.4.0", - "@parcel/types": "2.4.0", - "@parcel/utils": "2.4.0", - "@parcel/workers": "2.4.0", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/package-manager/-/package-manager-2.6.0.tgz", + "integrity": "sha512-AqFfdkbOw51q/3ia2mIsFTmrpYEyUb3k+2uYC5GsLMz3go6OGn7/Crz0lZLSclv5EtwpRg3TWr9yL7RekVN/Uw==", + "dependencies": { + "@parcel/diagnostic": "2.6.0", + "@parcel/fs": "2.6.0", + "@parcel/logger": "2.6.0", + "@parcel/types": "2.6.0", + "@parcel/utils": "2.6.0", + "@parcel/workers": "2.6.0", "semver": "^5.7.1" }, "engines": { @@ -587,22 +872,22 @@ "url": "https://opencollective.com/parcel" }, "peerDependencies": { - "@parcel/core": "^2.4.0" + "@parcel/core": "^2.6.0" } }, "node_modules/@parcel/packager-css": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/packager-css/-/packager-css-2.4.0.tgz", - "integrity": "sha512-LmPDWzkXi60Oy3WrPF0jPKQxeTwW5hmNBgrcXJMHSu+VcXdaQZNzNxVzhnZkJUbDd2z9vAUrUGzdLh8TquC8iQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-css/-/packager-css-2.6.0.tgz", + "integrity": "sha512-iXUttSe+wtnIM2PKCyFC2I4+Szv+8qHpC3wXeJlXlzd8wljm42y+6Fs4FZ0zihTccRxI2UUhFnKu90ag+5AmjA==", "dependencies": { - "@parcel/plugin": "2.4.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.4.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -610,19 +895,19 @@ } }, "node_modules/@parcel/packager-html": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/packager-html/-/packager-html-2.4.0.tgz", - "integrity": "sha512-OPMIQ1uHYQFpRPrsmm5BqONbAyzjlhVsPRAzHlcBrglG4BTUeOR2ow4MUKblHmVVqc3QHnfZG4nHHtFkeuNQ3A==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-html/-/packager-html-2.6.0.tgz", + "integrity": "sha512-HsiXMkU9AJr3LLjsP2Kteho2jCVpabTwcU/fauwbwirhg0xNlRsKxYZRCllRhPkb0FWAnkjzwjOj01MHD6NJCg==", "dependencies": { - "@parcel/plugin": "2.4.0", - "@parcel/types": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/types": "2.6.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -630,21 +915,21 @@ } }, "node_modules/@parcel/packager-js": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/packager-js/-/packager-js-2.4.0.tgz", - "integrity": "sha512-cfslIH43CJFgBS9PmdFaSnbInMCoejsFCnxtJa2GeUpjCXSfelPRp0OPx7m8n+fap4czftPhoxBALeDUElOZGQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-js/-/packager-js-2.6.0.tgz", + "integrity": "sha512-Uz3pqIFchFfKszWnNGDgIwM1uwHHJp7Dts6VzS9lf/2RbRgZT0fmce+NPgnVO5MMKBHzdvm32ShT6gFAABF5Vw==", "dependencies": { - "@parcel/diagnostic": "2.4.0", - "@parcel/hash": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/hash": "2.6.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.4.0", + "@parcel/utils": "2.6.0", "globals": "^13.2.0", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -652,15 +937,15 @@ } }, "node_modules/@parcel/packager-raw": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/packager-raw/-/packager-raw-2.4.0.tgz", - "integrity": "sha512-SFfw7chMFITj3J26ZVDJxbO6xwtPFcFBm1js8cwWMgzwuwS6CEc43k5+Abj+2/EqHU9kNJU9eWV5vT6lQwf3HA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-raw/-/packager-raw-2.6.0.tgz", + "integrity": "sha512-ktT6Qc/GgCq8H1+6y+AXufVzQj1s6KRoKf83qswCD0iY3MwCbJoEfc3IsB4K64FpHIL5Eu0z54IId+INvGbOYA==", "dependencies": { - "@parcel/plugin": "2.4.0" + "@parcel/plugin": "2.6.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -668,18 +953,18 @@ } }, "node_modules/@parcel/packager-svg": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/packager-svg/-/packager-svg-2.4.0.tgz", - "integrity": "sha512-DwkgrdLEQop+tu9Ocr1ZaadmpsbSgVruJPr80xq1LaB0Jiwrl9HjHStMNH1laNFueK1yydxhnj9C2JQfW28qag==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-svg/-/packager-svg-2.6.0.tgz", + "integrity": "sha512-OF2RShyspXu7H4Dn2PmchfMMYPx+kWjOXiYVQ6OkOI0MZmOydx7p8nrcG5+y7vCJTPlta828BSwva0GdKfn46A==", "dependencies": { - "@parcel/plugin": "2.4.0", - "@parcel/types": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/types": "2.6.0", + "@parcel/utils": "2.6.0", "posthtml": "^0.16.4" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -687,11 +972,11 @@ } }, "node_modules/@parcel/plugin": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/plugin/-/plugin-2.4.0.tgz", - "integrity": "sha512-ehFUAL2+h27Lv+cYbbXA74UGy8C+eglUjcpvASOOjVRFuD6poMAMliKkKAXBhQaFx/Rvhz27A2PIPv9lL2i4UQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/plugin/-/plugin-2.6.0.tgz", + "integrity": "sha512-LzOaiK8R6eFEoov1cb3/W+o0XvXdI/VbDhMDl0L0II+/56M0UeayYtFP5QGTDn/fZqVlYfzPCtt3EMwdG7/dow==", "dependencies": { - "@parcel/types": "2.4.0" + "@parcel/types": "2.6.0" }, "engines": { "node": ">= 12.0.0" @@ -702,19 +987,19 @@ } }, "node_modules/@parcel/reporter-cli": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/reporter-cli/-/reporter-cli-2.4.0.tgz", - "integrity": "sha512-Q9bIFMaGvQgypCDxdMEKOwrJzIHAXScKkuFsqTHnUL6mmH3Mo2CoEGAq/wpMXuPhXRn1dPJcHgTNDwZ2fSzz0A==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/reporter-cli/-/reporter-cli-2.6.0.tgz", + "integrity": "sha512-QFG957NXx3L0D8Zw0+B2j7IHy8f/UzOVu6VvKE3rMkhq/iR2qLrPohQ+uvxlee+CLC0cG2qRSgJ7Ve/rjQPoJg==", "dependencies": { - "@parcel/plugin": "2.4.0", - "@parcel/types": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/types": "2.6.0", + "@parcel/utils": "2.6.0", "chalk": "^4.1.0", "term-size": "^2.2.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -722,16 +1007,16 @@ } }, "node_modules/@parcel/reporter-dev-server": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/reporter-dev-server/-/reporter-dev-server-2.4.0.tgz", - "integrity": "sha512-24h++wevs7XYuX4dKa4PUfLSstvn3g7udajFv6CeQoME+dR25RL/wH/2LUbhV5ilgXXab76rWIndSqp78xHxPA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/reporter-dev-server/-/reporter-dev-server-2.6.0.tgz", + "integrity": "sha512-VvygsCA+uzWyijIV8zqU1gFyhAWknuaY4KIWhV4kCT8afRJwsLSwt/tpdaKDPuPU45h3tTsUdXH1wjaIk+dGeQ==", "dependencies": { - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0" + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -739,16 +1024,16 @@ } }, "node_modules/@parcel/resolver-default": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/resolver-default/-/resolver-default-2.4.0.tgz", - "integrity": "sha512-K7pIIFmGm1hjg/7Mzkg99i8tfCClKfBUTuc2R5j8cdr2n0mCAi4/f2mFf5svLrb5XZrnDgoQ05tHKklLEfUDUw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/resolver-default/-/resolver-default-2.6.0.tgz", + "integrity": "sha512-ATk9wXvy5GOHAqyHbnCnU11fUPTtf8dLjpgVqL5XylwugZnyBXbynoTWX4w8h6mffkVtdfmzTJx/o4Lresz9sA==", "dependencies": { - "@parcel/node-resolver-core": "2.4.0", - "@parcel/plugin": "2.4.0" + "@parcel/node-resolver-core": "2.6.0", + "@parcel/plugin": "2.6.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -756,16 +1041,16 @@ } }, "node_modules/@parcel/runtime-browser-hmr": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.4.0.tgz", - "integrity": "sha512-swPFtvxGoCA9LEjU/pHPNjxG1l0fte8447zXwRN/AaYrtjNu9Ww117OSKCyvCnE143E79jZOFStodTQGFuH+9A==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.6.0.tgz", + "integrity": "sha512-90xvv/10cFML5dAhClBEJZ/ExiBQVPqQsZcvRmVZmc5mpZVJMKattWCQrd7pAf7FDYl4JAcvsK3DTwvRT/oLNA==", "dependencies": { - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0" + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -773,17 +1058,17 @@ } }, "node_modules/@parcel/runtime-js": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/runtime-js/-/runtime-js-2.4.0.tgz", - "integrity": "sha512-67OOvmkDdtmgzZVP/EyAzoXhJ/Ug3LUVUt7idg9arun5rdJptqEb3Um3wmH0zjcNa9jMbJt7Kl5x1wA8dJgPYg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-js/-/runtime-js-2.6.0.tgz", + "integrity": "sha512-R4tJAIT/SX7VBQ+f7WmeekREQzzLsmgP1j486uKhQNyYrpvsN0HnRbg5aqvZjEjkEmSeJR0mOlWtMK5/m+0yTA==", "dependencies": { - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -791,17 +1076,18 @@ } }, "node_modules/@parcel/runtime-react-refresh": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/runtime-react-refresh/-/runtime-react-refresh-2.4.0.tgz", - "integrity": "sha512-flnr+bf06lMZPbXZZLLaFNrPHvYpfuXTVovEghyUW46qLVpaHj33dpsU/LqZplIuHgBp2ibgrKhr/hY9ell68w==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-react-refresh/-/runtime-react-refresh-2.6.0.tgz", + "integrity": "sha512-2sRd13gc2EbMV/O5n2NPVGGhKBasb1fDTXGEY8y7qi9xDKc+ewok/D83T+w243FhCPS9Pf3ur5GkbPlrJGcenQ==", "dependencies": { - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", + "react-error-overlay": "6.0.9", "react-refresh": "^0.9.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -809,17 +1095,17 @@ } }, "node_modules/@parcel/runtime-service-worker": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/runtime-service-worker/-/runtime-service-worker-2.4.0.tgz", - "integrity": "sha512-RgM5QUqW22WzstW03CtV+Oih8VGVuwsf94Cc4hLouU2EAD0NUJgATWbFocZVTZIBTKELAWh2gjpSQDdnL4Ur+A==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-service-worker/-/runtime-service-worker-2.6.0.tgz", + "integrity": "sha512-nVlknGw5J5Bkd1Wr1TbyWHhUd9CmVVebaRg/lpfVKYhAuE/2r+3N0+J8qbEIgtTRcHaSV7wTNpg4weSWq46VeA==", "dependencies": { - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -827,9 +1113,9 @@ } }, "node_modules/@parcel/source-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@parcel/source-map/-/source-map-2.0.2.tgz", - "integrity": "sha512-NnUrPYLpYB6qyx2v6bcRPn/gVigmGG6M6xL8wIg/i0dP1GLkuY1nf+Hqdf63FzPTqqT7K3k6eE5yHPQVMO5jcA==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@parcel/source-map/-/source-map-2.0.5.tgz", + "integrity": "sha512-DRVlCFKLpqBSIbMxUoVlHgfiv12HTW/U7nnhzw52YgzDVXUX9OA41dXS1PU0pJ1si+D1k8msATUC+AoldN43mg==", "dependencies": { "detect-libc": "^1.0.3" }, @@ -838,14 +1124,14 @@ } }, "node_modules/@parcel/transformer-babel": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-babel/-/transformer-babel-2.4.0.tgz", - "integrity": "sha512-iWDa7KzJTMP3HNmrYxiYq/S6redk2qminx/9MwmKIN9jzm8mgts2Lj9lOg/t66YaDGky6JAvw4DhB2qW4ni6yQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-babel/-/transformer-babel-2.6.0.tgz", + "integrity": "sha512-qTDzhLoaTpRJoppCNqaAlcUYxcDEvJffem1h3SAQiwvCLUBQowLyeaBy8sUxu54AU6eHFJyBld5ZocENyHTBCA==", "dependencies": { - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.4.0", + "@parcel/utils": "2.6.0", "browserslist": "^4.6.6", "json5": "^2.2.0", "nullthrows": "^1.1.1", @@ -853,7 +1139,7 @@ }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -861,21 +1147,21 @@ } }, "node_modules/@parcel/transformer-css": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-css/-/transformer-css-2.4.0.tgz", - "integrity": "sha512-D2u48LuiQsQvbknABE0wVKFp9r6yCgWrHKEP1J6EJ31c49nXGXDHrpHJJwqq9BvAs/124eBI5mSsehTJyFEMwg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-css/-/transformer-css-2.6.0.tgz", + "integrity": "sha512-Ei9NPE5Rl9V+MGd8qddfZD0Fsqbvky8J62RwYsqLkptFl9FkhgwOu8Cmokz7IIc4GJ2qzfnG5y54K/Bi7Moq4Q==", "dependencies": { - "@parcel/css": "^1.7.2", - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/css": "^1.9.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.4.0", + "@parcel/utils": "2.6.0", "browserslist": "^4.6.6", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -883,13 +1169,13 @@ } }, "node_modules/@parcel/transformer-html": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-html/-/transformer-html-2.4.0.tgz", - "integrity": "sha512-2/8X/o5QaCNVPr4wkxLCUub7v/YVvVN2L5yCEcTatNeFhNg/2iz7P2ekfqOaoDCHWZEOBT1VTwPbdBt+TMM71Q==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-html/-/transformer-html-2.6.0.tgz", + "integrity": "sha512-YQh5WzNFjPhgV09P+zVS++albTCTvbPYAJXp5zUJ4HavzcpV2IB3HAPRk9x+iXUeRBQYYiO5SMMRkdy9a4CzQQ==", "dependencies": { - "@parcel/diagnostic": "2.4.0", - "@parcel/hash": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/hash": "2.6.0", + "@parcel/plugin": "2.6.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", "posthtml-parser": "^0.10.1", @@ -898,7 +1184,7 @@ }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -906,30 +1192,33 @@ } }, "node_modules/@parcel/transformer-image": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-image/-/transformer-image-2.4.0.tgz", - "integrity": "sha512-JZkQvGGoGiD0AVKLIbAYYUWxepMmUaWZ4XXx71MmS/kA7cUDwTZ0CXq63YnSY1m+DX+ClTuTN8mBlwe2dkcGbA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-image/-/transformer-image-2.6.0.tgz", + "integrity": "sha512-Zkh1i6nWNOTOReKlZD+bLJCHA16dPLO6Or7ETAHtSF3iRzMNFcVFp+851Awj3l4zeJ6CoCWlyxsR4CEdioRgiQ==", "dependencies": { - "@parcel/plugin": "2.4.0", - "@parcel/workers": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/workers": "2.6.0", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" + }, + "peerDependencies": { + "@parcel/core": "^2.6.0" } }, "node_modules/@parcel/transformer-js": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-js/-/transformer-js-2.4.0.tgz", - "integrity": "sha512-eeLHFwv3jT3GmIxpLC7B8EXExGK0MFaK91HXljOMh6l8a+GlQYw27MSFQVtoXr0Olx9Uq2uvjXP1+zSsq3LQUQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-js/-/transformer-js-2.6.0.tgz", + "integrity": "sha512-4v2r3EVdMKowBziVBW9HZqvAv88HaeiezkWyMX4wAfplo9jBtWEp99KEQINzSEdbXROR81M9oJjlGF5+yoVr/w==", "dependencies": { - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.4.0", - "@parcel/workers": "2.4.0", - "@swc/helpers": "^0.3.6", + "@parcel/utils": "2.6.0", + "@parcel/workers": "2.6.0", + "@swc/helpers": "^0.3.15", "browserslist": "^4.6.6", "detect-libc": "^1.0.3", "nullthrows": "^1.1.1", @@ -938,24 +1227,27 @@ }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" + }, + "peerDependencies": { + "@parcel/core": "^2.6.0" } }, "node_modules/@parcel/transformer-json": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-json/-/transformer-json-2.4.0.tgz", - "integrity": "sha512-3nR+d39mbURoXIypDfVCaxpwL65qMV+h8SLD78up2uhaRGklHQfN7GuemR7L+mcVAgNrmwVvZHhyNjdgYwWqqg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-json/-/transformer-json-2.6.0.tgz", + "integrity": "sha512-zb+TQAdHWdXijKcFhLe+5KN1O0IzXwW1gJhPr8DJEA3qhPaCsncsw5RCVjQlP3a7NXr1mMm1eMtO6bhIMqbXeA==", "dependencies": { - "@parcel/plugin": "2.4.0", + "@parcel/plugin": "2.6.0", "json5": "^2.2.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -963,14 +1255,14 @@ } }, "node_modules/@parcel/transformer-postcss": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-postcss/-/transformer-postcss-2.4.0.tgz", - "integrity": "sha512-ijIa2x+dbKnJhr7zO5WlXkvuj832fDoGksMBk2DX3u2WMrbh2rqVWPpGFsDhESx7EAy38nUoV/5KUdrNqUmCEA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-postcss/-/transformer-postcss-2.6.0.tgz", + "integrity": "sha512-czmh2mOPJLwYbtnPTFlxKYcaQHH6huIlpfNX1XgdsaEYS+yFs8ZXpzqjxI1wu6rMW0R0q5aon72yB3PJewvqNQ==", "dependencies": { - "@parcel/diagnostic": "2.4.0", - "@parcel/hash": "2.4.0", - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/hash": "2.6.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", "clone": "^2.1.1", "nullthrows": "^1.1.1", "postcss-value-parser": "^4.2.0", @@ -978,7 +1270,7 @@ }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -986,12 +1278,12 @@ } }, "node_modules/@parcel/transformer-posthtml": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-posthtml/-/transformer-posthtml-2.4.0.tgz", - "integrity": "sha512-xoL3AzgtVeRRAo6bh0AHAYm9bt1jZ+HiH86/7oARj/uJs6Wd8kXK/DZf6fH+F87hj4e7bnjmDDc0GPVK0lPz1w==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-posthtml/-/transformer-posthtml-2.6.0.tgz", + "integrity": "sha512-R1FmPMZ0pgrbPZkDppa2pE+6KDK3Wxof6uQo7juHLB2ELGOTaYofsG3nrRdk+chyAHaVv4qWLqXbfZK6pGepEg==", "dependencies": { - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", "posthtml-parser": "^0.10.1", @@ -1000,7 +1292,7 @@ }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -1008,15 +1300,15 @@ } }, "node_modules/@parcel/transformer-raw": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-raw/-/transformer-raw-2.4.0.tgz", - "integrity": "sha512-fciFbNrzj0kLlDgr6OsI0PUv414rVygDWAsgbCCq4BexDkuemMs9f9FjMctx9B2VZlctE8dTT4RGkuQumTIpUg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-raw/-/transformer-raw-2.6.0.tgz", + "integrity": "sha512-QDirlWCS/qy0DQ3WvDIAnFP52n1TJW/uWH+4PGMNnX4/M3/2UchY8xp9CN0tx4NQ4g09S8o3gLlHvNxQqZxFrQ==", "dependencies": { - "@parcel/plugin": "2.4.0" + "@parcel/plugin": "2.6.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -1024,17 +1316,17 @@ } }, "node_modules/@parcel/transformer-react-refresh-wrap": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.4.0.tgz", - "integrity": "sha512-9+f6sGOWkf0jyUQ1CuFWk+04Mq3KTOCU9kRiwCHX1YdUCv5uki6r9XUSpqiYodrV+L6w9CCwLvGMLCDHxtCxMg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.6.0.tgz", + "integrity": "sha512-G34orfvLDUTumuerqNmA8T8NUHk+R0jwUjbVPO7gpB6VCVQ5ocTABdE9vN9Uu/cUsHij40TUFwqK4R9TFEBIEQ==", "dependencies": { - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", "react-refresh": "^0.9.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -1042,18 +1334,18 @@ } }, "node_modules/@parcel/transformer-sass": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-sass/-/transformer-sass-2.4.0.tgz", - "integrity": "sha512-PBQEyAKRx/G7h7prTVE1a5p+CG0mmnS/32HIp3Odkha6l7kHyKMIsyvnkS89xJooq4a/quJyDCam6bbG/P9KZg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-sass/-/transformer-sass-2.6.0.tgz", + "integrity": "sha512-WAHmPffHCc3ad+kMv0JSwAfA9mYv/kLYHxMvdnsMx2+K4WxUnCtPreshfs7iTVCJeFgNh8fhHmh9hWb0DmyfKQ==", "dev": true, "dependencies": { - "@parcel/plugin": "2.4.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", "sass": "^1.38.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -1061,13 +1353,13 @@ } }, "node_modules/@parcel/transformer-svg": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-svg/-/transformer-svg-2.4.0.tgz", - "integrity": "sha512-D+yzVtSxtQML3d26fd/g4E/xYW68+OMbMUVLXORtoYMU42fnXQkJP6jGOdqy8Td+WORNY7EwVtQnESLwhBmolw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-svg/-/transformer-svg-2.6.0.tgz", + "integrity": "sha512-e7yrb7775A7tEGRsAHQSMhXe+u4yisH5W0PuIzAQQy/a2IwBjaSxNnvyelN7tNX0FYq0BK6An5wRbhK4YmM+xw==", "dependencies": { - "@parcel/diagnostic": "2.4.0", - "@parcel/hash": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/hash": "2.6.0", + "@parcel/plugin": "2.6.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", "posthtml-parser": "^0.10.1", @@ -1076,7 +1368,7 @@ }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.4.0" + "parcel": "^2.6.0" }, "funding": { "type": "opencollective", @@ -1084,29 +1376,29 @@ } }, "node_modules/@parcel/types": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/types/-/types-2.4.0.tgz", - "integrity": "sha512-nysGIbBEnp+7R+tKTysdcTFOZDTCodsiXFeAhYQa5bhiOnG1l9gzhxQnE2OsdsgvMm40IOsgKprqvM/DbdLfnQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/types/-/types-2.6.0.tgz", + "integrity": "sha512-lAMYvOBfNEJMsPJ+plbB50305o0TwNrY1xX5RRIWBqwOa6bYmbW1ZljUk1tQvnkpIE4eAHQwnPR5Z2XWg18wGQ==", "dependencies": { - "@parcel/cache": "2.4.0", - "@parcel/diagnostic": "2.4.0", - "@parcel/fs": "2.4.0", - "@parcel/package-manager": "2.4.0", + "@parcel/cache": "2.6.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/fs": "2.6.0", + "@parcel/package-manager": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/workers": "2.4.0", + "@parcel/workers": "2.6.0", "utility-types": "^3.10.0" } }, "node_modules/@parcel/utils": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/utils/-/utils-2.4.0.tgz", - "integrity": "sha512-sdNo+mZqDZT8LJYB6WWRKa4wFVZcK6Zb5Jh6Du76QvXXwHbPIQNZgJBb6gd/Rbk4GLOp2tW7MnBfq6zP9E9E2g==", - "dependencies": { - "@parcel/codeframe": "2.4.0", - "@parcel/diagnostic": "2.4.0", - "@parcel/hash": "2.4.0", - "@parcel/logger": "2.4.0", - "@parcel/markdown-ansi": "2.4.0", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/utils/-/utils-2.6.0.tgz", + "integrity": "sha512-ElXz+QHtT1JQIucbQJBk7SzAGoOlBp4yodEQVvTKS7GA+hEGrSP/cmibl6qm29Rjtd0zgQsdd+2XmP3xvP2gQQ==", + "dependencies": { + "@parcel/codeframe": "2.6.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/hash": "2.6.0", + "@parcel/logger": "2.6.0", + "@parcel/markdown-ansi": "2.6.0", "@parcel/source-map": "^2.0.0", "chalk": "^4.1.0" }, @@ -1136,14 +1428,14 @@ } }, "node_modules/@parcel/workers": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/workers/-/workers-2.4.0.tgz", - "integrity": "sha512-eSFyvEoXXPgFzQfKIlpkUjpHfIbezUCRFTPKyJAKCxvU5DSXOpb1kz5vDESWQ4qTZXKnrKvxS1PPWN6bam9z0g==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/workers/-/workers-2.6.0.tgz", + "integrity": "sha512-3tcI2LF5fd/WZtSnSjyWdDE+G+FitdNrRgSObzSp+axHKMAM23sO0z7KY8s2SYCF40msdYbFUW8eI6JlYNJoWQ==", "dependencies": { - "@parcel/diagnostic": "2.4.0", - "@parcel/logger": "2.4.0", - "@parcel/types": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/logger": "2.6.0", + "@parcel/types": "2.6.0", + "@parcel/utils": "2.6.0", "chrome-trace-event": "^1.0.2", "nullthrows": "^1.1.1" }, @@ -1155,13 +1447,16 @@ "url": "https://opencollective.com/parcel" }, "peerDependencies": { - "@parcel/core": "^2.4.0" + "@parcel/core": "^2.6.0" } }, "node_modules/@swc/helpers": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.3.8.tgz", - "integrity": "sha512-aWItSZvJj4+GI6FWkjZR13xPNPctq2RRakzo+O6vN7bC2yjwdg5EFpgaSAUn95b7BGSgcflvzVDPoKmJv24IOg==" + "version": "0.3.17", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.3.17.tgz", + "integrity": "sha512-tb7Iu+oZ+zWJZ3HJqwx8oNwSDIU440hmVMDPhpACWQWnrZHK99Bxs70gT1L2dnr5Hg50ZRWEFkQCAnOVVV0z1Q==", + "dependencies": { + "tslib": "^2.4.0" + } }, "node_modules/@trysound/sax": { "version": "0.2.0", @@ -1182,9 +1477,9 @@ "integrity": "sha512-zetDJxd89y3X99Kvo4qFx8GKlt6GsvN3UcRZHwU6iFA/0KiOmhkTVhe8oRoTBiTVPZu09x3vCra47+w8Yz1+2Q==" }, "node_modules/acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", + "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", "bin": { "acorn": "bin/acorn" }, @@ -1239,7 +1534,7 @@ "node_modules/boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" }, "node_modules/braces": { "version": "3.0.2", @@ -1254,9 +1549,9 @@ } }, "node_modules/browserslist": { - "version": "4.20.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.2.tgz", - "integrity": "sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==", + "version": "4.20.4", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.4.tgz", + "integrity": "sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw==", "funding": [ { "type": "opencollective", @@ -1268,10 +1563,10 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001317", - "electron-to-chromium": "^1.4.84", + "caniuse-lite": "^1.0.30001349", + "electron-to-chromium": "^1.4.147", "escalade": "^3.1.1", - "node-releases": "^2.0.2", + "node-releases": "^2.0.5", "picocolors": "^1.0.0" }, "bin": { @@ -1286,6 +1581,11 @@ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" }, + "node_modules/bulma": { + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz", + "integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==" + }, "node_modules/callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", @@ -1295,9 +1595,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001320", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001320.tgz", - "integrity": "sha512-MWPzG54AGdo3nWx7zHZTefseM5Y1ccM7hlQKHRqJkPozUaw3hNbBTMmLn16GG2FUzjR13Cr3NPfhIieX5PzXDA==", + "version": "1.0.30001354", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001354.tgz", + "integrity": "sha512-mImKeCkyGDAHNywYFA4bqnLAzTUvVkqPvhY4DV47X+Gl2c5Z8c3KNETnXp14GQt11LvxE8AwjzGxJ+rsikiOzg==", "funding": [ { "type": "opencollective", @@ -1362,7 +1662,7 @@ "node_modules/clone": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", - "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", + "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", "engines": { "node": ">=0.8" } @@ -1434,9 +1734,9 @@ } }, "node_modules/css-what": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.0.1.tgz", - "integrity": "sha512-z93ZGFLNc6yaoXAmVhqoSIb+BduplteCt1fepvwhBUQK6MNE4g6fgjpuZKJKp0esUe+vXWlIkwZZjNWoOKw0ZA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", "engines": { "node": ">= 6" }, @@ -1458,7 +1758,7 @@ "node_modules/detect-libc": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", - "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=", + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", "bin": { "detect-libc": "bin/detect-libc.js" }, @@ -1467,9 +1767,9 @@ } }, "node_modules/dom-serializer": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", - "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^4.2.0", @@ -1488,9 +1788,9 @@ } }, "node_modules/domelementtype": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", - "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", "funding": [ { "type": "github", @@ -1539,9 +1839,9 @@ "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" }, "node_modules/electron-to-chromium": { - "version": "1.4.96", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.96.tgz", - "integrity": "sha512-DPNjvNGPabv6FcyjzLAN4C0psN/GgD9rSGvMTuv81SeXG/EX3mCz0wiw9N1tUEnfQXYCJi3H8M0oFPRziZh7rw==" + "version": "1.4.156", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.156.tgz", + "integrity": "sha512-/Wj5NC7E0wHaMCdqxWz9B0lv7CcycDTiHyXCtbbu3pXM9TV2AOp8BtMqkVuqvJNdEvltBG6LxT2Q+BxY4LUCIA==" }, "node_modules/entities": { "version": "3.0.1", @@ -1573,7 +1873,7 @@ "node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "engines": { "node": ">=0.8.0" } @@ -1625,9 +1925,9 @@ } }, "node_modules/globals": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", - "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", + "version": "13.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz", + "integrity": "sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==", "dependencies": { "type-fest": "^0.20.2" }, @@ -1647,9 +1947,9 @@ } }, "node_modules/htmlnano": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/htmlnano/-/htmlnano-2.0.0.tgz", - "integrity": "sha512-thKQfhcp2xgtsWNE27A2bliEeqVL5xjAgGn0wajyttvFFsvFWWah1ntV9aEX61gz0T6MBQ5xK/1lXuEumhJTcg==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/htmlnano/-/htmlnano-2.0.2.tgz", + "integrity": "sha512-+ZrQFS4Ub+zd+/fWwfvoYCEGNEa0/zrpys6CyXxvZDwtL7Pl+pOtRkiujyvBQ7Lmfp7/iEPxtOFgxWA16Gkj3w==", "dependencies": { "cosmiconfig": "^7.0.1", "posthtml": "^0.16.5", @@ -1711,9 +2011,9 @@ } }, "node_modules/immutable": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.0.0.tgz", - "integrity": "sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.1.0.tgz", + "integrity": "sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ==", "dev": true }, "node_modules/import-fresh": { @@ -1734,7 +2034,7 @@ "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" }, "node_modules/is-binary-path": { "version": "2.1.0", @@ -1751,7 +2051,7 @@ "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, "engines": { "node": ">=0.10.0" @@ -1772,7 +2072,7 @@ "node_modules/is-json": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-json/-/is-json-2.0.1.tgz", - "integrity": "sha1-a+Fm0USCihMdaGiRuYPfYsOUkf8=" + "integrity": "sha512-6BEnpVn1rcf3ngfmViLM6vjUjGErbdrL4rwlv+u1NO1XO8kqT4YGL8+19Q+Z/bas8tY90BTWMk2+fW1g6hQjbA==" }, "node_modules/is-number": { "version": "7.0.0", @@ -1793,11 +2093,6 @@ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" }, - "node_modules/json-source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/json-source-map/-/json-source-map-0.6.1.tgz", - "integrity": "sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==" - }, "node_modules/json5": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", @@ -1815,16 +2110,112 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/lmdb": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.2.4.tgz", - "integrity": "sha512-gto+BB2uEob8qRiTlOq+R3uX0YNHsX9mjxj9Sbdue/LIKqu6IlZjrsjKeGyOMquc/474GEqFyX2pdytpydp0rQ==", + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.10.tgz", + "integrity": "sha512-GtH+nStn9V59CfYeQ5ddx6YTfuFCmu86UJojIjJAweG+/Fm0PDknuk3ovgYDtY/foMeMdZa8/P7oSljW/d5UPw==", "hasInstallScript": true, "dependencies": { "msgpackr": "^1.5.4", "nan": "^2.14.2", - "node-gyp-build": "^4.2.3", + "node-addon-api": "^4.3.0", + "node-gyp-build-optional-packages": "^4.3.2", "ordered-binary": "^1.2.4", "weak-lru-cache": "^1.2.2" + }, + "optionalDependencies": { + "lmdb-darwin-arm64": "2.3.10", + "lmdb-darwin-x64": "2.3.10", + "lmdb-linux-arm": "2.3.10", + "lmdb-linux-arm64": "2.3.10", + "lmdb-linux-x64": "2.3.10", + "lmdb-win32-x64": "2.3.10" + } + }, + "node_modules/lmdb-darwin-arm64": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.3.10.tgz", + "integrity": "sha512-LVXbH2MYu7/ZuQ8+P9rv+SwNyBKltxo7vHAGJS94HWyfwnCbKEYER9PImBvNBwzvgtaYk6x0RMX3oor6e6KdDQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/lmdb-darwin-x64": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/lmdb-darwin-x64/-/lmdb-darwin-x64-2.3.10.tgz", + "integrity": "sha512-gAc/1b/FZOb9yVOT+o0huA+hdW82oxLo5r22dFTLoRUFG1JMzxdTjmnW6ONVOHdqC9a5bt3vBCEY3jmXNqV26A==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/lmdb-linux-arm": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/lmdb-linux-arm/-/lmdb-linux-arm-2.3.10.tgz", + "integrity": "sha512-Rb8+4JjsThuEcJ7GLLwFkCFnoiwv/3hAAbELWITz70buQFF+dCZvCWWgEgmDTxwn5r+wIkdUjmFv4dqqiKQFmQ==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/lmdb-linux-arm64": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/lmdb-linux-arm64/-/lmdb-linux-arm64-2.3.10.tgz", + "integrity": "sha512-Ihr8mdICTK3jA4GXHxrXGK2oekn0mY6zuDSXQDNtyRSH19j3D2Y04A7SEI9S0EP/t5sjKSudYgZbiHDxRCsI5A==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/lmdb-linux-x64": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/lmdb-linux-x64/-/lmdb-linux-x64-2.3.10.tgz", + "integrity": "sha512-E3l3pDiCA9uvnLf+t3qkmBGRO01dp1EHD0x0g0iRnfpAhV7wYbayJGfG93BUt22Tj3fnq4HDo4dQ6ZWaDI1nuw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/lmdb-win32-x64": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/lmdb-win32-x64/-/lmdb-win32-x64-2.3.10.tgz", + "integrity": "sha512-gspWk34tDANhjn+brdqZstJMptGiwj4qFNVg0Zey9ds+BUlif+Lgf5szrfOVzZ8gVRkk1Lgbz7i78+V7YK7SCA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/lmdb/node_modules/node-addon-api": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz", + "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==" + }, + "node_modules/lmdb/node_modules/node-gyp-build-optional-packages": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-4.3.5.tgz", + "integrity": "sha512-5ke7D8SiQsTQL7CkHpfR1tLwfqtKc0KYEmlnkwd40jHCASskZeS98qoZ1qDUns2aUQWikcjidRUs6PM/3iyN/w==", + "bin": { + "node-gyp-build-optional-packages": "bin.js", + "node-gyp-build-optional-packages-optional": "optional.js", + "node-gyp-build-optional-packages-test": "build-test.js" } }, "node_modules/mdn-data": { @@ -1833,28 +2224,35 @@ "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" }, "node_modules/msgpackr": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.5.5.tgz", - "integrity": "sha512-JG0V47xRIQ9pyUnx6Hb4+3TrQoia2nA3UIdmyTldhxaxtKFkekkKpUW/N6fwHwod9o4BGuJGtouxOk+yCP5PEA==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.6.1.tgz", + "integrity": "sha512-Je+xBEfdjtvA4bKaOv8iRhjC8qX2oJwpYH4f7JrG4uMVJVmnmkAT4pjKdbztKprGj3iwjcxPzb5umVZ02Qq3tA==", "optionalDependencies": { - "msgpackr-extract": "^1.0.14" + "msgpackr-extract": "^2.0.2" } }, "node_modules/msgpackr-extract": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-1.0.16.tgz", - "integrity": "sha512-fxdRfQUxPrL/TizyfYfMn09dK58e+d65bRD/fcaVH4052vj30QOzzqxcQIS7B0NsqlypEQ/6Du3QmP2DhWFfCA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-2.0.2.tgz", + "integrity": "sha512-coskCeJG2KDny23zWeu+6tNy7BLnAiOGgiwzlgdm4oeSsTpqEJJPguHIuKZcCdB7tzhZbXNYSg6jZAXkZErkJA==", "hasInstallScript": true, "optional": true, "dependencies": { - "nan": "^2.14.2", - "node-gyp-build": "^4.2.3" + "node-gyp-build-optional-packages": "5.0.2" + }, + "optionalDependencies": { + "@msgpackr-extract/msgpackr-extract-darwin-arm64": "2.0.2", + "@msgpackr-extract/msgpackr-extract-darwin-x64": "2.0.2", + "@msgpackr-extract/msgpackr-extract-linux-arm": "2.0.2", + "@msgpackr-extract/msgpackr-extract-linux-arm64": "2.0.2", + "@msgpackr-extract/msgpackr-extract-linux-x64": "2.0.2", + "@msgpackr-extract/msgpackr-extract-win32-x64": "2.0.2" } }, "node_modules/nan": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", - "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==" + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.16.0.tgz", + "integrity": "sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==" }, "node_modules/node-addon-api": { "version": "3.2.1", @@ -1862,19 +2260,30 @@ "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==" }, "node_modules/node-gyp-build": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.3.0.tgz", - "integrity": "sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.4.0.tgz", + "integrity": "sha512-amJnQCcgtRVw9SvoebO3BKGESClrfXGCUTX9hSn1OuGQTQBOZmVd0Z0OlecpuRksKvbsUqALE8jls/ErClAPuQ==", "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", "node-gyp-build-test": "build-test.js" } }, + "node_modules/node-gyp-build-optional-packages": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.0.2.tgz", + "integrity": "sha512-PiN4NWmlQPqvbEFcH/omQsswWQbe5Z9YK/zdB23irp5j2XibaA2IrGvpSWmVVG4qMZdmPdwPctSy4a86rOMn6g==", + "optional": true, + "bin": { + "node-gyp-build-optional": "optional.js", + "node-gyp-build-optional-packages": "bin.js", + "node-gyp-build-test": "build-test.js" + } + }, "node_modules/node-releases": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", - "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==" + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.5.tgz", + "integrity": "sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==" }, "node_modules/normalize-path": { "version": "3.0.0", @@ -1886,9 +2295,9 @@ } }, "node_modules/nth-check": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", - "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", "dependencies": { "boolbase": "^1.0.0" }, @@ -1902,25 +2311,25 @@ "integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==" }, "node_modules/ordered-binary": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.2.4.tgz", - "integrity": "sha512-A/csN0d3n+igxBPfUrjbV5GC69LWj2pjZzAAeeHXLukQ4+fytfP4T1Lg0ju7MSPSwq7KtHkGaiwO8URZN5IpLg==" + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.2.5.tgz", + "integrity": "sha512-djRmZoEpOGvIRW7ufsCDHtvcUa18UC9TxnPbHhSVFZHsoyg0dtut1bWtBZ/fmxdPN62oWXrV6adM7NoWU+CneA==" }, "node_modules/parcel": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/parcel/-/parcel-2.4.0.tgz", - "integrity": "sha512-dPWpu4RnxG9HqiLvaF8COEWEnT/KrigrC6PyPaQ0zEgpBfp7/jzXZFBVaZk2N+lpvrbNEYMjN9bv5UQGJJszIw==", - "dependencies": { - "@parcel/config-default": "2.4.0", - "@parcel/core": "2.4.0", - "@parcel/diagnostic": "2.4.0", - "@parcel/events": "2.4.0", - "@parcel/fs": "2.4.0", - "@parcel/logger": "2.4.0", - "@parcel/package-manager": "2.4.0", - "@parcel/reporter-cli": "2.4.0", - "@parcel/reporter-dev-server": "2.4.0", - "@parcel/utils": "2.4.0", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/parcel/-/parcel-2.6.0.tgz", + "integrity": "sha512-pSTJ7wC6uTl16PKLXQV7RfL9FGoIDA1iVpNvaav47n6UkUdKqfx0spcVPpw35kWdRcHJF61YAvkPjP2hTwHQ+Q==", + "dependencies": { + "@parcel/config-default": "2.6.0", + "@parcel/core": "2.6.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/events": "2.6.0", + "@parcel/fs": "2.6.0", + "@parcel/logger": "2.6.0", + "@parcel/package-manager": "2.6.0", + "@parcel/reporter-cli": "2.6.0", + "@parcel/reporter-dev-server": "2.6.0", + "@parcel/utils": "2.6.0", "chalk": "^4.1.0", "commander": "^7.0.0", "get-port": "^4.2.0", @@ -2040,6 +2449,11 @@ "node": ">=12" } }, + "node_modules/react-error-overlay": { + "version": "6.0.9", + "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.9.tgz", + "integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==" + }, "node_modules/react-refresh": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.9.0.tgz", @@ -2093,9 +2507,9 @@ ] }, "node_modules/sass": { - "version": "1.49.9", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.49.9.tgz", - "integrity": "sha512-YlYWkkHP9fbwaFRZQRXgDi3mXZShslVmmo+FVK3kHLUELHHEYrCmL1x6IUjC7wLS6VuJSAFXRQS/DxdsC4xL1A==", + "version": "1.52.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.52.3.tgz", + "integrity": "sha512-LNNPJ9lafx+j1ArtA7GyEJm9eawXN8KlA1+5dF6IZyoONg1Tyo/g+muOsENWJH/2Q1FHbbV4UwliU0cXMa/VIA==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -2191,13 +2605,13 @@ } }, "node_modules/terser": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.12.1.tgz", - "integrity": "sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==", + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.1.tgz", + "integrity": "sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ==", "dependencies": { + "@jridgewell/source-map": "^0.3.2", "acorn": "^8.5.0", "commander": "^2.20.0", - "source-map": "~0.7.2", "source-map-support": "~0.5.20" }, "bin": { @@ -2212,18 +2626,10 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" }, - "node_modules/terser/node_modules/source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "engines": { - "node": ">= 8" - } - }, "node_modules/timsort": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", - "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=" + "integrity": "sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==" }, "node_modules/to-regex-range": { "version": "5.0.1", @@ -2237,6 +2643,11 @@ "node": ">=8.0" } }, + "node_modules/tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + }, "node_modules/type-fest": { "version": "0.20.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", @@ -2295,9 +2706,9 @@ "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" }, "@babel/highlight": { - "version": "7.16.10", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", - "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", + "version": "7.17.12", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.12.tgz", + "integrity": "sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==", "requires": { "@babel/helper-validator-identifier": "^7.16.7", "chalk": "^2.0.0", @@ -2333,12 +2744,12 @@ "color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" }, "supports-color": { "version": "5.5.0", @@ -2350,107 +2761,209 @@ } } }, + "@jridgewell/gen-mapping": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz", + "integrity": "sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==", + "requires": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "@jridgewell/resolve-uri": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz", + "integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==" + }, + "@jridgewell/set-array": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz", + "integrity": "sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==" + }, + "@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "requires": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.13", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", + "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==" + }, + "@jridgewell/trace-mapping": { + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz", + "integrity": "sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==", + "requires": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "@lezer/common": { + "version": "0.15.12", + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-0.15.12.tgz", + "integrity": "sha512-edfwCxNLnzq5pBA/yaIhwJ3U3Kz8VAUOTRg0hhxaizaI1N+qxV7EXDv/kLCkLeq2RzSFvxexlaj5Mzfn2kY0Ig==" + }, + "@lezer/lr": { + "version": "0.15.8", + "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-0.15.8.tgz", + "integrity": "sha512-bM6oE6VQZ6hIFxDNKk8bKPa14hqFrV07J/vHGOeiAbJReIaQXmkVb6xQu4MR+JBTLa5arGRyAAjJe1qaQt3Uvg==", + "requires": { + "@lezer/common": "^0.15.0" + } + }, + "@mischnic/json-sourcemap": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@mischnic/json-sourcemap/-/json-sourcemap-0.1.0.tgz", + "integrity": "sha512-dQb3QnfNqmQNYA4nFSN/uLaByIic58gOXq4Y4XqLOWmOrw73KmJPt/HLyG0wvn1bnR6mBKs/Uwvkh+Hns1T0XA==", + "requires": { + "@lezer/common": "^0.15.7", + "@lezer/lr": "^0.15.4", + "json5": "^2.2.1" + } + }, + "@msgpackr-extract/msgpackr-extract-darwin-arm64": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-2.0.2.tgz", + "integrity": "sha512-FMX5i7a+ojIguHpWbzh5MCsCouJkwf4z4ejdUY/fsgB9Vkdak4ZnoIEskOyOUMMB4lctiZFGszFQJXUeFL8tRg==", + "optional": true + }, + "@msgpackr-extract/msgpackr-extract-darwin-x64": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-2.0.2.tgz", + "integrity": "sha512-DznYtF3lHuZDSRaIOYeif4JgO0NtO2Xf8DsngAugMx/bUdTFbg86jDTmkVJBNmV+cxszz6OjGvinnS8AbJ342g==", + "optional": true + }, + "@msgpackr-extract/msgpackr-extract-linux-arm": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-2.0.2.tgz", + "integrity": "sha512-Gy9+c3Wj+rUlD3YvCZTi92gs+cRX7ZQogtwq0IhRenloTTlsbpezNgk6OCkt59V4ATEWSic9rbU92H/l7XsRvA==", + "optional": true + }, + "@msgpackr-extract/msgpackr-extract-linux-arm64": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-2.0.2.tgz", + "integrity": "sha512-b0jMEo566YdM2K+BurSed7bswjo3a6bcdw5ETqoIfSuxKuRLPfAiOjVbZyZBgx3J/TAM/QrvEQ/VN89A0ZAxSg==", + "optional": true + }, + "@msgpackr-extract/msgpackr-extract-linux-x64": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-2.0.2.tgz", + "integrity": "sha512-zrBHaePwcv4cQXxzYgNj0+A8I1uVN97E7/3LmkRocYZ+rMwUsnPpp4RuTAHSRoKlTQV3nSdCQW4Qdt4MXw/iHw==", + "optional": true + }, + "@msgpackr-extract/msgpackr-extract-win32-x64": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-2.0.2.tgz", + "integrity": "sha512-fpnI00dt+yO1cKx9qBXelKhPBdEgvc8ZPav1+0r09j0woYQU2N79w/jcGawSY5UGlgQ3vjaJsFHnGbGvvqdLzg==", + "optional": true + }, "@parcel/bundler-default": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/bundler-default/-/bundler-default-2.4.0.tgz", - "integrity": "sha512-RaXlxo0M51739Ko3bsOJpDBZlJ+cqkDoBTozNeSc65jS2TMBIBWLMapm8095qmty39OrgYNhzjgPiIlKDS/LWA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/bundler-default/-/bundler-default-2.6.0.tgz", + "integrity": "sha512-AplEdGm/odV7yGmoeOnglxnY31WlNB5EqGLFGxkgs7uwDaTWoTX/9SWPG6xfvirhjDpms8sLSiVuBdFRCCLtNA==", "requires": { - "@parcel/diagnostic": "2.4.0", - "@parcel/hash": "2.4.0", - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/hash": "2.6.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1" } }, "@parcel/cache": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/cache/-/cache-2.4.0.tgz", - "integrity": "sha512-oOudoAafrCAHQY0zkU7gVHG1pAGBUz9rht7Tx4WupTmAH0O0F5UnZs6XbjoBJaPHg+CYUXK7v9wQcrNA72E3GA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/cache/-/cache-2.6.0.tgz", + "integrity": "sha512-4vbD5uSuf+kRnrFesKhpn0AKnOw8u2UlvCyrplYmp1g9bNAkIooC/nDGdmkb/9SviPEbni9PEanQEHDU2+slpA==", "requires": { - "@parcel/fs": "2.4.0", - "@parcel/logger": "2.4.0", - "@parcel/utils": "2.4.0", - "lmdb": "2.2.4" + "@parcel/fs": "2.6.0", + "@parcel/logger": "2.6.0", + "@parcel/utils": "2.6.0", + "lmdb": "2.3.10" } }, "@parcel/codeframe": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/codeframe/-/codeframe-2.4.0.tgz", - "integrity": "sha512-PJ3W9Z0sjoS2CANyo50c+LEr9IRZrtu0WsVPSYZ5ZYRuSXrSa/6PcAlnkyDk2+hi7Od8ncT2bmDexl0Oar3Jyg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/codeframe/-/codeframe-2.6.0.tgz", + "integrity": "sha512-yXXxrO9yyedHKpTwC+Af0+vPmQm+A9xeEhkt4f0yVg1n4t4yUIxYlTedzbM8ygZEEBtkXU9jJ+PkgXbfMf0dqw==", "requires": { "chalk": "^4.1.0" } }, "@parcel/compressor-raw": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/compressor-raw/-/compressor-raw-2.4.0.tgz", - "integrity": "sha512-ZErX14fTc0gKIgtnuqW7Clfln4dpXWfUaJQQIf5C3x/LkpUeEhdXeKntkvSxOddDk2JpIKDwqzAxEMZUnDo4Nw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/compressor-raw/-/compressor-raw-2.6.0.tgz", + "integrity": "sha512-rtMU2mGl88bic6Xbq1u5L49bMK4s5185b0k7h3JRdS6/0rR+Xp4k/o9Wog+hHjK/s82z1eF9WmET779ZpIDIQQ==", "requires": { - "@parcel/plugin": "2.4.0" + "@parcel/plugin": "2.6.0" } }, "@parcel/config-default": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/config-default/-/config-default-2.4.0.tgz", - "integrity": "sha512-pFOPBXPO6HGqNWTLkcK5i8haMOrRgUouUhcWPGWDpN9IPUYFK2E/O1E/uyMjIA1mSL3FnazI+jJwZ45NhKPpIA==", - "requires": { - "@parcel/bundler-default": "2.4.0", - "@parcel/compressor-raw": "2.4.0", - "@parcel/namer-default": "2.4.0", - "@parcel/optimizer-css": "2.4.0", - "@parcel/optimizer-htmlnano": "2.4.0", - "@parcel/optimizer-image": "2.4.0", - "@parcel/optimizer-svgo": "2.4.0", - "@parcel/optimizer-terser": "2.4.0", - "@parcel/packager-css": "2.4.0", - "@parcel/packager-html": "2.4.0", - "@parcel/packager-js": "2.4.0", - "@parcel/packager-raw": "2.4.0", - "@parcel/packager-svg": "2.4.0", - "@parcel/reporter-dev-server": "2.4.0", - "@parcel/resolver-default": "2.4.0", - "@parcel/runtime-browser-hmr": "2.4.0", - "@parcel/runtime-js": "2.4.0", - "@parcel/runtime-react-refresh": "2.4.0", - "@parcel/runtime-service-worker": "2.4.0", - "@parcel/transformer-babel": "2.4.0", - "@parcel/transformer-css": "2.4.0", - "@parcel/transformer-html": "2.4.0", - "@parcel/transformer-image": "2.4.0", - "@parcel/transformer-js": "2.4.0", - "@parcel/transformer-json": "2.4.0", - "@parcel/transformer-postcss": "2.4.0", - "@parcel/transformer-posthtml": "2.4.0", - "@parcel/transformer-raw": "2.4.0", - "@parcel/transformer-react-refresh-wrap": "2.4.0", - "@parcel/transformer-svg": "2.4.0" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/config-default/-/config-default-2.6.0.tgz", + "integrity": "sha512-DXovFPhZITmTvFaSEdC8RRqROs9FLIJ4u8yFSU6FUyq2wpvtYVRXXoDrvXgClh2csXmK7JTJTp5JF7r0rd2UaA==", + "requires": { + "@parcel/bundler-default": "2.6.0", + "@parcel/compressor-raw": "2.6.0", + "@parcel/namer-default": "2.6.0", + "@parcel/optimizer-css": "2.6.0", + "@parcel/optimizer-htmlnano": "2.6.0", + "@parcel/optimizer-image": "2.6.0", + "@parcel/optimizer-svgo": "2.6.0", + "@parcel/optimizer-terser": "2.6.0", + "@parcel/packager-css": "2.6.0", + "@parcel/packager-html": "2.6.0", + "@parcel/packager-js": "2.6.0", + "@parcel/packager-raw": "2.6.0", + "@parcel/packager-svg": "2.6.0", + "@parcel/reporter-dev-server": "2.6.0", + "@parcel/resolver-default": "2.6.0", + "@parcel/runtime-browser-hmr": "2.6.0", + "@parcel/runtime-js": "2.6.0", + "@parcel/runtime-react-refresh": "2.6.0", + "@parcel/runtime-service-worker": "2.6.0", + "@parcel/transformer-babel": "2.6.0", + "@parcel/transformer-css": "2.6.0", + "@parcel/transformer-html": "2.6.0", + "@parcel/transformer-image": "2.6.0", + "@parcel/transformer-js": "2.6.0", + "@parcel/transformer-json": "2.6.0", + "@parcel/transformer-postcss": "2.6.0", + "@parcel/transformer-posthtml": "2.6.0", + "@parcel/transformer-raw": "2.6.0", + "@parcel/transformer-react-refresh-wrap": "2.6.0", + "@parcel/transformer-svg": "2.6.0" } }, "@parcel/core": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/core/-/core-2.4.0.tgz", - "integrity": "sha512-EWZ2UWtIuwDc3fgsKyyTLpNNPoG8Yk2L117ICWF/+cqY8z/wJHm2KwLbeplDeq524shav0GJ9O4CemP3JPx0Nw==", - "requires": { - "@parcel/cache": "2.4.0", - "@parcel/diagnostic": "2.4.0", - "@parcel/events": "2.4.0", - "@parcel/fs": "2.4.0", - "@parcel/graph": "2.4.0", - "@parcel/hash": "2.4.0", - "@parcel/logger": "2.4.0", - "@parcel/package-manager": "2.4.0", - "@parcel/plugin": "2.4.0", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/core/-/core-2.6.0.tgz", + "integrity": "sha512-8OOWbPuxpFydpwNyKoz6d3e3O4DmxNYmMw4DXwrPSj/jyg7oa+SDtMT0/VXEhujE0HYkQPCHt4npRajkSuf99A==", + "requires": { + "@mischnic/json-sourcemap": "^0.1.0", + "@parcel/cache": "2.6.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/events": "2.6.0", + "@parcel/fs": "2.6.0", + "@parcel/graph": "2.6.0", + "@parcel/hash": "2.6.0", + "@parcel/logger": "2.6.0", + "@parcel/package-manager": "2.6.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/types": "2.4.0", - "@parcel/utils": "2.4.0", - "@parcel/workers": "2.4.0", + "@parcel/types": "2.6.0", + "@parcel/utils": "2.6.0", + "@parcel/workers": "2.6.0", "abortcontroller-polyfill": "^1.1.9", "base-x": "^3.0.8", "browserslist": "^4.6.6", "clone": "^2.1.1", "dotenv": "^7.0.0", "dotenv-expand": "^5.1.0", - "json-source-map": "^0.6.1", "json5": "^2.2.0", "msgpackr": "^1.5.4", "nullthrows": "^1.1.1", @@ -2458,136 +2971,178 @@ } }, "@parcel/css": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@parcel/css/-/css-1.7.3.tgz", - "integrity": "sha512-rgdRX4Uk31EvzH/mUScL0wdXtkci3U5N1W2pgam+9S10vQy4uONhWBepZ1tUCjONHLacGXr1jp3LbG/HI7LiTw==", - "requires": { - "@parcel/css-darwin-arm64": "1.7.3", - "@parcel/css-darwin-x64": "1.7.3", - "@parcel/css-linux-arm-gnueabihf": "1.7.3", - "@parcel/css-linux-arm64-gnu": "1.7.3", - "@parcel/css-linux-arm64-musl": "1.7.3", - "@parcel/css-linux-x64-gnu": "1.7.3", - "@parcel/css-linux-x64-musl": "1.7.3", - "@parcel/css-win32-x64-msvc": "1.7.3", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css/-/css-1.10.0.tgz", + "integrity": "sha512-YvlUqJ3kg/HxsVvq02bTCGruQKjwPEMWEqdyhgfR3aagt+1ibmafy3m8CGYHXvhaQeNYSkMvy1D9bcddFuYTUg==", + "requires": { + "@parcel/css-darwin-arm64": "1.10.0", + "@parcel/css-darwin-x64": "1.10.0", + "@parcel/css-linux-arm-gnueabihf": "1.10.0", + "@parcel/css-linux-arm64-gnu": "1.10.0", + "@parcel/css-linux-arm64-musl": "1.10.0", + "@parcel/css-linux-x64-gnu": "1.10.0", + "@parcel/css-linux-x64-musl": "1.10.0", + "@parcel/css-win32-x64-msvc": "1.10.0", "detect-libc": "^1.0.3" } }, "@parcel/css-darwin-arm64": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@parcel/css-darwin-arm64/-/css-darwin-arm64-1.7.3.tgz", - "integrity": "sha512-m3HDY+Rh8HJxmLELKAvCpF59vLS7FWtgBODHxl8G9Jl2CnGtXpXvdpyeMxNsTE+2QuPC+a5QT7IeZAKb2Gjmxg==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-darwin-arm64/-/css-darwin-arm64-1.10.0.tgz", + "integrity": "sha512-WMAbjUyCBrXwv3OofNk90K+G0DqZgCFRtKCg+udLXLZCiCe6yrI87ye9SC6KAVwqWp5WT27TPZTrqWJ032e3FA==", + "optional": true + }, + "@parcel/css-darwin-x64": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-darwin-x64/-/css-darwin-x64-1.10.0.tgz", + "integrity": "sha512-p1JJVHOOxrhcSQMq9qlrU88Sl+VJGu8HXBpWDHRzh8aOIkqsiRx1qx9Vl3zGX7Sxnjv/xlPUknLKia8Zy1369A==", + "optional": true + }, + "@parcel/css-linux-arm-gnueabihf": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm-gnueabihf/-/css-linux-arm-gnueabihf-1.10.0.tgz", + "integrity": "sha512-cUvDN+nNEdoEzZLhOqPAcjICIyEGcFCc0+zJhGKdnA9MC010aeun9ggtToFazIHzMmoF4qyxCY5IyHja8iVkmA==", + "optional": true + }, + "@parcel/css-linux-arm64-gnu": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm64-gnu/-/css-linux-arm64-gnu-1.10.0.tgz", + "integrity": "sha512-x8XEtJxgJlstAwbg1BLeYuXhUXEOxGg/BeBFPZr8Zk8dNQ1j1jR7LBk12IKgZrvr+Px1WOFY65lwabgCyFqxnQ==", + "optional": true + }, + "@parcel/css-linux-arm64-musl": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm64-musl/-/css-linux-arm64-musl-1.10.0.tgz", + "integrity": "sha512-caBaOM+zhFYlaMB2GL327NeOkF5lbHte5XLrGByagLWanlnRRlFpapIXpuuGIGSF5uBHN2uAz/84ej5mNcdHwg==", + "optional": true + }, + "@parcel/css-linux-x64-gnu": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-x64-gnu/-/css-linux-x64-gnu-1.10.0.tgz", + "integrity": "sha512-9JZUMB1v+Zh95K2BJdoC20vZcObqF3mPA10gM51/a44f3rhRsv/EHjzLsSqxSYtC+L7wLvW9M3SNZ2KTo0J2/A==", + "optional": true + }, + "@parcel/css-linux-x64-musl": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-x64-musl/-/css-linux-x64-musl-1.10.0.tgz", + "integrity": "sha512-U702L0HlZUN5Fxb6jbDetYeA7eOgLHkXo4vZ9/XHJyPy6jD+n+9HO8bEcLdSAadJcb4Ndcn89THyfwKiOHukVQ==", + "optional": true + }, + "@parcel/css-win32-x64-msvc": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@parcel/css-win32-x64-msvc/-/css-win32-x64-msvc-1.10.0.tgz", + "integrity": "sha512-44GtojxQBRf8yTetsNdjYSa2KL4/UpSbEeaOYcO+PKBGHcCyQX2Lex5r1X2pXkpNxvu142+dSTLeXhBSFG4C0g==", "optional": true }, "@parcel/diagnostic": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/diagnostic/-/diagnostic-2.4.0.tgz", - "integrity": "sha512-TjWO/b2zMFhub5ouwGjazMm7iAUvdmXBfWmjrg4TBhUbhoQwBnyWfvMDtAYo7PcvXfxVPgPZv86Nv6Ym5H6cHQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/diagnostic/-/diagnostic-2.6.0.tgz", + "integrity": "sha512-+p8gC2FKxSI2veD7SoaNlP572v4kw+nafCQEPDtJuzYYRqywYUGncch25dkpgNApB4W4cXVkZu3ZbtIpCAmjQQ==", "requires": { - "json-source-map": "^0.6.1", + "@mischnic/json-sourcemap": "^0.1.0", "nullthrows": "^1.1.1" } }, "@parcel/events": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/events/-/events-2.4.0.tgz", - "integrity": "sha512-DEaEtFbhOhNAEmiXJ3MyF8Scq+sNDKiTyLax4lAC5/dpE5GvwfNnoD17C2+0gDuuDpdQkdHfXfvr50aYFt7jcw==" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/events/-/events-2.6.0.tgz", + "integrity": "sha512-2WaKtBs4iYwS88j4zRdyTJTgh8iuY4E32FMmjzzbheqETs6I05gWuPReGukJYxk8vc0Ir7tbzp12oAfpgo0Y+g==" }, "@parcel/fs": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/fs/-/fs-2.4.0.tgz", - "integrity": "sha512-CnUlWGUJ52SJVQi8QnaAPPQZOADmHMV9D9aX9GLcDm5XLT3Em7vmesG4bNLdMLwzYuzAtenhcWmuRCACuYztHw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/fs/-/fs-2.6.0.tgz", + "integrity": "sha512-6vxtx5Zy6MvDvH1EPx9JxjKGF03bR7VE1dUf4HLeX2D8YmpL5hkHJnlRCFdcH08rzOVwaJLzg1QNtblWJXQ9CA==", "requires": { - "@parcel/fs-search": "2.4.0", - "@parcel/types": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/fs-search": "2.6.0", + "@parcel/types": "2.6.0", + "@parcel/utils": "2.6.0", "@parcel/watcher": "^2.0.0", - "@parcel/workers": "2.4.0" + "@parcel/workers": "2.6.0" } }, "@parcel/fs-search": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/fs-search/-/fs-search-2.4.0.tgz", - "integrity": "sha512-W/Vu6wbZk4wuB6AVdMkyymwh/S8Peed/PgJgSsApYD6lSTD315I6OuEdxZh3lWY+dqQdog/NJ7dvi/hdpH/Iqw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/fs-search/-/fs-search-2.6.0.tgz", + "integrity": "sha512-1nXzM3H/cA4kzLKvDBvwmNisKCdRqlgkLXh+OR1Zu28Kn4W34KuJMcHWW8cC+WIuuKqDh5oo2WPsC5y65GXBKQ==", "requires": { "detect-libc": "^1.0.3" } }, "@parcel/graph": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/graph/-/graph-2.4.0.tgz", - "integrity": "sha512-5TZIAfDITkJCzgH4j4OQhnIvjV9IFwWqNBJanRl5QQTmKvdcODS3WbnK1SOJ+ZltcLVXMB+HNXmL0bX0tVolcw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/graph/-/graph-2.6.0.tgz", + "integrity": "sha512-rxrAzWm6rwbCRPbu0Z+zwMscpG8omffODniVWPlX2G0jgQGpjKsutBQ6RMfFIcfaQ4MzL3pIQOTf8bkjQOPsbg==", "requires": { - "@parcel/utils": "2.4.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1" } }, "@parcel/hash": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/hash/-/hash-2.4.0.tgz", - "integrity": "sha512-nB+wYNUhe6+G8M7vQhdeFXtpYJYwJgBHOPZ7Hd9O2jdlamWjDbw0t/u1dJbYvGJ8ZDtLDwiItawQVpuVdskQ9g==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/hash/-/hash-2.6.0.tgz", + "integrity": "sha512-YugWqhLxqK80Lo++3B3Kr5UPCHOdS8iI2zJ1jkzUeH9v6WUzbwWOnmPf6lN2S5m1BrIFFJd8Jc+CbEXWi8zoJA==", "requires": { "detect-libc": "^1.0.3", "xxhash-wasm": "^0.4.2" } }, "@parcel/logger": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/logger/-/logger-2.4.0.tgz", - "integrity": "sha512-DqfU0Zcs/0a7VBk+MsjJ80C66w4kM9EbkO3G12NIyEjNeG50ayW2CE9rUuJ91JaM9j0NFM1P82eyLpQPFFaVPw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/logger/-/logger-2.6.0.tgz", + "integrity": "sha512-J1/7kPfSGBvMKSZdi0WCNuN0fIeiWxifnDGn7W/K8KhD422YwFJA8N046ps8nkDOPIXf1osnIECNp4GIR9oSYw==", "requires": { - "@parcel/diagnostic": "2.4.0", - "@parcel/events": "2.4.0" + "@parcel/diagnostic": "2.6.0", + "@parcel/events": "2.6.0" } }, "@parcel/markdown-ansi": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/markdown-ansi/-/markdown-ansi-2.4.0.tgz", - "integrity": "sha512-gPUP1xikxHiu2kFyPy35pfuVkFgAmcywO8YDQj7iYcB+k7l4QPpIYFYGXn2QADV4faf66ncMeTD4uYV8c0GqjQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/markdown-ansi/-/markdown-ansi-2.6.0.tgz", + "integrity": "sha512-fyjkrJQQSfKTUFTTasdZ6WrAkDoQ2+DYDjj+3p+RncYyrIa9zArKx4IiRiipsvNdtMvP0/hTdK8F3BOJ3KSU/g==", "requires": { "chalk": "^4.1.0" } }, "@parcel/namer-default": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/namer-default/-/namer-default-2.4.0.tgz", - "integrity": "sha512-DfL+Gx0Tyoa0vsgRpNybXjuKbWNw8MTVpy7Dk7r0btfVsn1jy3SSwlxH4USf76gb00/pK6XBsMp9zn7Z8ePREQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/namer-default/-/namer-default-2.6.0.tgz", + "integrity": "sha512-r8O12r7ozJBctnFxVdXbf/fK97GIdNj3hiiUNWlXEmED9sw6ZPcChaLcfot0/443g8i87JDmSTKJ8js2tuz5XA==", "requires": { - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", "nullthrows": "^1.1.1" } }, "@parcel/node-resolver-core": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/node-resolver-core/-/node-resolver-core-2.4.0.tgz", - "integrity": "sha512-qiN97XcfW2fYNoYuVEhNKuVPEJKj5ONQl0fqr/NEMmYvWz3bVKjgiXNJwW558elZvCI08gEbdxgyThpuFFQeKQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/node-resolver-core/-/node-resolver-core-2.6.0.tgz", + "integrity": "sha512-AJDj5DZbB58plv0li8bdVSD+zpnkHE36Om3TYyNn1jgXXwgBM64Er/9p8yQn356jBqTQMh7zlJqvbdIyOiMeMg==", "requires": { - "@parcel/diagnostic": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1" } }, "@parcel/optimizer-css": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-css/-/optimizer-css-2.4.0.tgz", - "integrity": "sha512-LQmjjOGsHEHKTJqfHR2eJyhWhLXvHP0uOAU+qopBttYYlB2J/vMK9RYAye5cyAb8bQmV8wAdi2mq9rnt7FMSPw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-css/-/optimizer-css-2.6.0.tgz", + "integrity": "sha512-VMJknUwfKCw6Woov0lnPGdsGZewcI4ghW8WKmNZzC5uKCetk1XetV55QHBc1RNjGfsjfSTZiSa3guATj2zFJkQ==", "requires": { - "@parcel/css": "^1.7.2", - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/css": "^1.9.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.4.0", + "@parcel/utils": "2.6.0", "browserslist": "^4.6.6", "nullthrows": "^1.1.1" } }, "@parcel/optimizer-htmlnano": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-htmlnano/-/optimizer-htmlnano-2.4.0.tgz", - "integrity": "sha512-02EbeElLgNOAYhGU7fFBahpoKrX5G/yzahpaoKB/ypScM4roSsAMBkGcluboR5L10YRsvfvJEpxvfGyDA3tPmw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-htmlnano/-/optimizer-htmlnano-2.6.0.tgz", + "integrity": "sha512-HmvcUoYpfdx8ZfID4WOj/SE8N78NEBmzAffZ8f827mYMr4ZrbKzAgg6OG3tBbfF0zxH0bIjZcwqwZYk4SdbG7g==", "requires": { - "@parcel/plugin": "2.4.0", + "@parcel/plugin": "2.6.0", "htmlnano": "^2.0.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", @@ -2595,205 +3150,206 @@ } }, "@parcel/optimizer-image": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-image/-/optimizer-image-2.4.0.tgz", - "integrity": "sha512-Q4onaBMPkDyYxPzrb8ytBUftaQZFepj9dSUgq+ETuHDzkgia0tomDPfCqrw6ld0qvYyANzXTP5+LC4g0i5yh+A==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-image/-/optimizer-image-2.6.0.tgz", + "integrity": "sha512-FDNr3LJ8SWR9rrtdCrZOlYF1hE9G5pxUWawGxUasbvqwcY5lEQwr2KRmfGZeg+KwOnzlImlY6dP2LGox1NFddQ==", "requires": { - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", - "@parcel/workers": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", + "@parcel/workers": "2.6.0", "detect-libc": "^1.0.3" } }, "@parcel/optimizer-svgo": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-svgo/-/optimizer-svgo-2.4.0.tgz", - "integrity": "sha512-mwvGuCqVuNCAuMlp2maFE/Uz9ud1T1AuX0f6cCRczjFYiwZuIr/0iDdfFzSziOkVo1MRAGAZNa0dRR/UzCZtVg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-svgo/-/optimizer-svgo-2.6.0.tgz", + "integrity": "sha512-LMTDVMd7T/IfLG59yLWl8Uw2HYGbj2C3jIwkMqH9MBUT5KILK66T3t0yV86SoZJnxZ6xBIJ+kCcCRssCzhvanw==", "requires": { - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", "svgo": "^2.4.0" } }, "@parcel/optimizer-terser": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-terser/-/optimizer-terser-2.4.0.tgz", - "integrity": "sha512-PdCgRgXNSY6R1HTV9VG2MHp1CgUbP5pslCyxvlbUmQAS6bvEpMOpn3qSd+U28o7mGE/qXIhvpDyi808sb+MEcg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-terser/-/optimizer-terser-2.6.0.tgz", + "integrity": "sha512-oezRt6Lz/QqcVDXyMfFjzQc7n0ThJowLJ4Lyhu8rMh0ZJYzc4UCFCw/19d4nRnzE+Qg0vj3mQCpdkA9/64E44g==", "requires": { - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.4.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1", "terser": "^5.2.0" } }, "@parcel/package-manager": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/package-manager/-/package-manager-2.4.0.tgz", - "integrity": "sha512-21AEfAQnZbHRVViTn7QsPGe/CiGaFaDUH5f0m8qVC7fDjjhC8LM8blkqU72goaO9FbaLMadtEf2txhzly7h/bg==", - "requires": { - "@parcel/diagnostic": "2.4.0", - "@parcel/fs": "2.4.0", - "@parcel/logger": "2.4.0", - "@parcel/types": "2.4.0", - "@parcel/utils": "2.4.0", - "@parcel/workers": "2.4.0", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/package-manager/-/package-manager-2.6.0.tgz", + "integrity": "sha512-AqFfdkbOw51q/3ia2mIsFTmrpYEyUb3k+2uYC5GsLMz3go6OGn7/Crz0lZLSclv5EtwpRg3TWr9yL7RekVN/Uw==", + "requires": { + "@parcel/diagnostic": "2.6.0", + "@parcel/fs": "2.6.0", + "@parcel/logger": "2.6.0", + "@parcel/types": "2.6.0", + "@parcel/utils": "2.6.0", + "@parcel/workers": "2.6.0", "semver": "^5.7.1" } }, "@parcel/packager-css": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/packager-css/-/packager-css-2.4.0.tgz", - "integrity": "sha512-LmPDWzkXi60Oy3WrPF0jPKQxeTwW5hmNBgrcXJMHSu+VcXdaQZNzNxVzhnZkJUbDd2z9vAUrUGzdLh8TquC8iQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-css/-/packager-css-2.6.0.tgz", + "integrity": "sha512-iXUttSe+wtnIM2PKCyFC2I4+Szv+8qHpC3wXeJlXlzd8wljm42y+6Fs4FZ0zihTccRxI2UUhFnKu90ag+5AmjA==", "requires": { - "@parcel/plugin": "2.4.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.4.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1" } }, "@parcel/packager-html": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/packager-html/-/packager-html-2.4.0.tgz", - "integrity": "sha512-OPMIQ1uHYQFpRPrsmm5BqONbAyzjlhVsPRAzHlcBrglG4BTUeOR2ow4MUKblHmVVqc3QHnfZG4nHHtFkeuNQ3A==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-html/-/packager-html-2.6.0.tgz", + "integrity": "sha512-HsiXMkU9AJr3LLjsP2Kteho2jCVpabTwcU/fauwbwirhg0xNlRsKxYZRCllRhPkb0FWAnkjzwjOj01MHD6NJCg==", "requires": { - "@parcel/plugin": "2.4.0", - "@parcel/types": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/types": "2.6.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5" } }, "@parcel/packager-js": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/packager-js/-/packager-js-2.4.0.tgz", - "integrity": "sha512-cfslIH43CJFgBS9PmdFaSnbInMCoejsFCnxtJa2GeUpjCXSfelPRp0OPx7m8n+fap4czftPhoxBALeDUElOZGQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-js/-/packager-js-2.6.0.tgz", + "integrity": "sha512-Uz3pqIFchFfKszWnNGDgIwM1uwHHJp7Dts6VzS9lf/2RbRgZT0fmce+NPgnVO5MMKBHzdvm32ShT6gFAABF5Vw==", "requires": { - "@parcel/diagnostic": "2.4.0", - "@parcel/hash": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/hash": "2.6.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.4.0", + "@parcel/utils": "2.6.0", "globals": "^13.2.0", "nullthrows": "^1.1.1" } }, "@parcel/packager-raw": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/packager-raw/-/packager-raw-2.4.0.tgz", - "integrity": "sha512-SFfw7chMFITj3J26ZVDJxbO6xwtPFcFBm1js8cwWMgzwuwS6CEc43k5+Abj+2/EqHU9kNJU9eWV5vT6lQwf3HA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-raw/-/packager-raw-2.6.0.tgz", + "integrity": "sha512-ktT6Qc/GgCq8H1+6y+AXufVzQj1s6KRoKf83qswCD0iY3MwCbJoEfc3IsB4K64FpHIL5Eu0z54IId+INvGbOYA==", "requires": { - "@parcel/plugin": "2.4.0" + "@parcel/plugin": "2.6.0" } }, "@parcel/packager-svg": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/packager-svg/-/packager-svg-2.4.0.tgz", - "integrity": "sha512-DwkgrdLEQop+tu9Ocr1ZaadmpsbSgVruJPr80xq1LaB0Jiwrl9HjHStMNH1laNFueK1yydxhnj9C2JQfW28qag==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-svg/-/packager-svg-2.6.0.tgz", + "integrity": "sha512-OF2RShyspXu7H4Dn2PmchfMMYPx+kWjOXiYVQ6OkOI0MZmOydx7p8nrcG5+y7vCJTPlta828BSwva0GdKfn46A==", "requires": { - "@parcel/plugin": "2.4.0", - "@parcel/types": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/types": "2.6.0", + "@parcel/utils": "2.6.0", "posthtml": "^0.16.4" } }, "@parcel/plugin": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/plugin/-/plugin-2.4.0.tgz", - "integrity": "sha512-ehFUAL2+h27Lv+cYbbXA74UGy8C+eglUjcpvASOOjVRFuD6poMAMliKkKAXBhQaFx/Rvhz27A2PIPv9lL2i4UQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/plugin/-/plugin-2.6.0.tgz", + "integrity": "sha512-LzOaiK8R6eFEoov1cb3/W+o0XvXdI/VbDhMDl0L0II+/56M0UeayYtFP5QGTDn/fZqVlYfzPCtt3EMwdG7/dow==", "requires": { - "@parcel/types": "2.4.0" + "@parcel/types": "2.6.0" } }, "@parcel/reporter-cli": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/reporter-cli/-/reporter-cli-2.4.0.tgz", - "integrity": "sha512-Q9bIFMaGvQgypCDxdMEKOwrJzIHAXScKkuFsqTHnUL6mmH3Mo2CoEGAq/wpMXuPhXRn1dPJcHgTNDwZ2fSzz0A==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/reporter-cli/-/reporter-cli-2.6.0.tgz", + "integrity": "sha512-QFG957NXx3L0D8Zw0+B2j7IHy8f/UzOVu6VvKE3rMkhq/iR2qLrPohQ+uvxlee+CLC0cG2qRSgJ7Ve/rjQPoJg==", "requires": { - "@parcel/plugin": "2.4.0", - "@parcel/types": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/types": "2.6.0", + "@parcel/utils": "2.6.0", "chalk": "^4.1.0", "term-size": "^2.2.1" } }, "@parcel/reporter-dev-server": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/reporter-dev-server/-/reporter-dev-server-2.4.0.tgz", - "integrity": "sha512-24h++wevs7XYuX4dKa4PUfLSstvn3g7udajFv6CeQoME+dR25RL/wH/2LUbhV5ilgXXab76rWIndSqp78xHxPA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/reporter-dev-server/-/reporter-dev-server-2.6.0.tgz", + "integrity": "sha512-VvygsCA+uzWyijIV8zqU1gFyhAWknuaY4KIWhV4kCT8afRJwsLSwt/tpdaKDPuPU45h3tTsUdXH1wjaIk+dGeQ==", "requires": { - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0" + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0" } }, "@parcel/resolver-default": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/resolver-default/-/resolver-default-2.4.0.tgz", - "integrity": "sha512-K7pIIFmGm1hjg/7Mzkg99i8tfCClKfBUTuc2R5j8cdr2n0mCAi4/f2mFf5svLrb5XZrnDgoQ05tHKklLEfUDUw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/resolver-default/-/resolver-default-2.6.0.tgz", + "integrity": "sha512-ATk9wXvy5GOHAqyHbnCnU11fUPTtf8dLjpgVqL5XylwugZnyBXbynoTWX4w8h6mffkVtdfmzTJx/o4Lresz9sA==", "requires": { - "@parcel/node-resolver-core": "2.4.0", - "@parcel/plugin": "2.4.0" + "@parcel/node-resolver-core": "2.6.0", + "@parcel/plugin": "2.6.0" } }, "@parcel/runtime-browser-hmr": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.4.0.tgz", - "integrity": "sha512-swPFtvxGoCA9LEjU/pHPNjxG1l0fte8447zXwRN/AaYrtjNu9Ww117OSKCyvCnE143E79jZOFStodTQGFuH+9A==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.6.0.tgz", + "integrity": "sha512-90xvv/10cFML5dAhClBEJZ/ExiBQVPqQsZcvRmVZmc5mpZVJMKattWCQrd7pAf7FDYl4JAcvsK3DTwvRT/oLNA==", "requires": { - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0" + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0" } }, "@parcel/runtime-js": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/runtime-js/-/runtime-js-2.4.0.tgz", - "integrity": "sha512-67OOvmkDdtmgzZVP/EyAzoXhJ/Ug3LUVUt7idg9arun5rdJptqEb3Um3wmH0zjcNa9jMbJt7Kl5x1wA8dJgPYg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-js/-/runtime-js-2.6.0.tgz", + "integrity": "sha512-R4tJAIT/SX7VBQ+f7WmeekREQzzLsmgP1j486uKhQNyYrpvsN0HnRbg5aqvZjEjkEmSeJR0mOlWtMK5/m+0yTA==", "requires": { - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1" } }, "@parcel/runtime-react-refresh": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/runtime-react-refresh/-/runtime-react-refresh-2.4.0.tgz", - "integrity": "sha512-flnr+bf06lMZPbXZZLLaFNrPHvYpfuXTVovEghyUW46qLVpaHj33dpsU/LqZplIuHgBp2ibgrKhr/hY9ell68w==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-react-refresh/-/runtime-react-refresh-2.6.0.tgz", + "integrity": "sha512-2sRd13gc2EbMV/O5n2NPVGGhKBasb1fDTXGEY8y7qi9xDKc+ewok/D83T+w243FhCPS9Pf3ur5GkbPlrJGcenQ==", "requires": { - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", + "react-error-overlay": "6.0.9", "react-refresh": "^0.9.0" } }, "@parcel/runtime-service-worker": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/runtime-service-worker/-/runtime-service-worker-2.4.0.tgz", - "integrity": "sha512-RgM5QUqW22WzstW03CtV+Oih8VGVuwsf94Cc4hLouU2EAD0NUJgATWbFocZVTZIBTKELAWh2gjpSQDdnL4Ur+A==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-service-worker/-/runtime-service-worker-2.6.0.tgz", + "integrity": "sha512-nVlknGw5J5Bkd1Wr1TbyWHhUd9CmVVebaRg/lpfVKYhAuE/2r+3N0+J8qbEIgtTRcHaSV7wTNpg4weSWq46VeA==", "requires": { - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1" } }, "@parcel/source-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@parcel/source-map/-/source-map-2.0.2.tgz", - "integrity": "sha512-NnUrPYLpYB6qyx2v6bcRPn/gVigmGG6M6xL8wIg/i0dP1GLkuY1nf+Hqdf63FzPTqqT7K3k6eE5yHPQVMO5jcA==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@parcel/source-map/-/source-map-2.0.5.tgz", + "integrity": "sha512-DRVlCFKLpqBSIbMxUoVlHgfiv12HTW/U7nnhzw52YgzDVXUX9OA41dXS1PU0pJ1si+D1k8msATUC+AoldN43mg==", "requires": { "detect-libc": "^1.0.3" } }, "@parcel/transformer-babel": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-babel/-/transformer-babel-2.4.0.tgz", - "integrity": "sha512-iWDa7KzJTMP3HNmrYxiYq/S6redk2qminx/9MwmKIN9jzm8mgts2Lj9lOg/t66YaDGky6JAvw4DhB2qW4ni6yQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-babel/-/transformer-babel-2.6.0.tgz", + "integrity": "sha512-qTDzhLoaTpRJoppCNqaAlcUYxcDEvJffem1h3SAQiwvCLUBQowLyeaBy8sUxu54AU6eHFJyBld5ZocENyHTBCA==", "requires": { - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.4.0", + "@parcel/utils": "2.6.0", "browserslist": "^4.6.6", "json5": "^2.2.0", "nullthrows": "^1.1.1", @@ -2801,27 +3357,27 @@ } }, "@parcel/transformer-css": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-css/-/transformer-css-2.4.0.tgz", - "integrity": "sha512-D2u48LuiQsQvbknABE0wVKFp9r6yCgWrHKEP1J6EJ31c49nXGXDHrpHJJwqq9BvAs/124eBI5mSsehTJyFEMwg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-css/-/transformer-css-2.6.0.tgz", + "integrity": "sha512-Ei9NPE5Rl9V+MGd8qddfZD0Fsqbvky8J62RwYsqLkptFl9FkhgwOu8Cmokz7IIc4GJ2qzfnG5y54K/Bi7Moq4Q==", "requires": { - "@parcel/css": "^1.7.2", - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/css": "^1.9.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.4.0", + "@parcel/utils": "2.6.0", "browserslist": "^4.6.6", "nullthrows": "^1.1.1" } }, "@parcel/transformer-html": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-html/-/transformer-html-2.4.0.tgz", - "integrity": "sha512-2/8X/o5QaCNVPr4wkxLCUub7v/YVvVN2L5yCEcTatNeFhNg/2iz7P2ekfqOaoDCHWZEOBT1VTwPbdBt+TMM71Q==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-html/-/transformer-html-2.6.0.tgz", + "integrity": "sha512-YQh5WzNFjPhgV09P+zVS++albTCTvbPYAJXp5zUJ4HavzcpV2IB3HAPRk9x+iXUeRBQYYiO5SMMRkdy9a4CzQQ==", "requires": { - "@parcel/diagnostic": "2.4.0", - "@parcel/hash": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/hash": "2.6.0", + "@parcel/plugin": "2.6.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", "posthtml-parser": "^0.10.1", @@ -2830,26 +3386,26 @@ } }, "@parcel/transformer-image": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-image/-/transformer-image-2.4.0.tgz", - "integrity": "sha512-JZkQvGGoGiD0AVKLIbAYYUWxepMmUaWZ4XXx71MmS/kA7cUDwTZ0CXq63YnSY1m+DX+ClTuTN8mBlwe2dkcGbA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-image/-/transformer-image-2.6.0.tgz", + "integrity": "sha512-Zkh1i6nWNOTOReKlZD+bLJCHA16dPLO6Or7ETAHtSF3iRzMNFcVFp+851Awj3l4zeJ6CoCWlyxsR4CEdioRgiQ==", "requires": { - "@parcel/plugin": "2.4.0", - "@parcel/workers": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/workers": "2.6.0", "nullthrows": "^1.1.1" } }, "@parcel/transformer-js": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-js/-/transformer-js-2.4.0.tgz", - "integrity": "sha512-eeLHFwv3jT3GmIxpLC7B8EXExGK0MFaK91HXljOMh6l8a+GlQYw27MSFQVtoXr0Olx9Uq2uvjXP1+zSsq3LQUQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-js/-/transformer-js-2.6.0.tgz", + "integrity": "sha512-4v2r3EVdMKowBziVBW9HZqvAv88HaeiezkWyMX4wAfplo9jBtWEp99KEQINzSEdbXROR81M9oJjlGF5+yoVr/w==", "requires": { - "@parcel/diagnostic": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.4.0", - "@parcel/workers": "2.4.0", - "@swc/helpers": "^0.3.6", + "@parcel/utils": "2.6.0", + "@parcel/workers": "2.6.0", + "@swc/helpers": "^0.3.15", "browserslist": "^4.6.6", "detect-libc": "^1.0.3", "nullthrows": "^1.1.1", @@ -2858,23 +3414,23 @@ } }, "@parcel/transformer-json": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-json/-/transformer-json-2.4.0.tgz", - "integrity": "sha512-3nR+d39mbURoXIypDfVCaxpwL65qMV+h8SLD78up2uhaRGklHQfN7GuemR7L+mcVAgNrmwVvZHhyNjdgYwWqqg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-json/-/transformer-json-2.6.0.tgz", + "integrity": "sha512-zb+TQAdHWdXijKcFhLe+5KN1O0IzXwW1gJhPr8DJEA3qhPaCsncsw5RCVjQlP3a7NXr1mMm1eMtO6bhIMqbXeA==", "requires": { - "@parcel/plugin": "2.4.0", + "@parcel/plugin": "2.6.0", "json5": "^2.2.0" } }, "@parcel/transformer-postcss": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-postcss/-/transformer-postcss-2.4.0.tgz", - "integrity": "sha512-ijIa2x+dbKnJhr7zO5WlXkvuj832fDoGksMBk2DX3u2WMrbh2rqVWPpGFsDhESx7EAy38nUoV/5KUdrNqUmCEA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-postcss/-/transformer-postcss-2.6.0.tgz", + "integrity": "sha512-czmh2mOPJLwYbtnPTFlxKYcaQHH6huIlpfNX1XgdsaEYS+yFs8ZXpzqjxI1wu6rMW0R0q5aon72yB3PJewvqNQ==", "requires": { - "@parcel/diagnostic": "2.4.0", - "@parcel/hash": "2.4.0", - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/hash": "2.6.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", "clone": "^2.1.1", "nullthrows": "^1.1.1", "postcss-value-parser": "^4.2.0", @@ -2882,12 +3438,12 @@ } }, "@parcel/transformer-posthtml": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-posthtml/-/transformer-posthtml-2.4.0.tgz", - "integrity": "sha512-xoL3AzgtVeRRAo6bh0AHAYm9bt1jZ+HiH86/7oARj/uJs6Wd8kXK/DZf6fH+F87hj4e7bnjmDDc0GPVK0lPz1w==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-posthtml/-/transformer-posthtml-2.6.0.tgz", + "integrity": "sha512-R1FmPMZ0pgrbPZkDppa2pE+6KDK3Wxof6uQo7juHLB2ELGOTaYofsG3nrRdk+chyAHaVv4qWLqXbfZK6pGepEg==", "requires": { - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", "posthtml-parser": "^0.10.1", @@ -2896,42 +3452,42 @@ } }, "@parcel/transformer-raw": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-raw/-/transformer-raw-2.4.0.tgz", - "integrity": "sha512-fciFbNrzj0kLlDgr6OsI0PUv414rVygDWAsgbCCq4BexDkuemMs9f9FjMctx9B2VZlctE8dTT4RGkuQumTIpUg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-raw/-/transformer-raw-2.6.0.tgz", + "integrity": "sha512-QDirlWCS/qy0DQ3WvDIAnFP52n1TJW/uWH+4PGMNnX4/M3/2UchY8xp9CN0tx4NQ4g09S8o3gLlHvNxQqZxFrQ==", "requires": { - "@parcel/plugin": "2.4.0" + "@parcel/plugin": "2.6.0" } }, "@parcel/transformer-react-refresh-wrap": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.4.0.tgz", - "integrity": "sha512-9+f6sGOWkf0jyUQ1CuFWk+04Mq3KTOCU9kRiwCHX1YdUCv5uki6r9XUSpqiYodrV+L6w9CCwLvGMLCDHxtCxMg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.6.0.tgz", + "integrity": "sha512-G34orfvLDUTumuerqNmA8T8NUHk+R0jwUjbVPO7gpB6VCVQ5ocTABdE9vN9Uu/cUsHij40TUFwqK4R9TFEBIEQ==", "requires": { - "@parcel/plugin": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/plugin": "2.6.0", + "@parcel/utils": "2.6.0", "react-refresh": "^0.9.0" } }, "@parcel/transformer-sass": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-sass/-/transformer-sass-2.4.0.tgz", - "integrity": "sha512-PBQEyAKRx/G7h7prTVE1a5p+CG0mmnS/32HIp3Odkha6l7kHyKMIsyvnkS89xJooq4a/quJyDCam6bbG/P9KZg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-sass/-/transformer-sass-2.6.0.tgz", + "integrity": "sha512-WAHmPffHCc3ad+kMv0JSwAfA9mYv/kLYHxMvdnsMx2+K4WxUnCtPreshfs7iTVCJeFgNh8fhHmh9hWb0DmyfKQ==", "dev": true, "requires": { - "@parcel/plugin": "2.4.0", + "@parcel/plugin": "2.6.0", "@parcel/source-map": "^2.0.0", "sass": "^1.38.0" } }, "@parcel/transformer-svg": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/transformer-svg/-/transformer-svg-2.4.0.tgz", - "integrity": "sha512-D+yzVtSxtQML3d26fd/g4E/xYW68+OMbMUVLXORtoYMU42fnXQkJP6jGOdqy8Td+WORNY7EwVtQnESLwhBmolw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-svg/-/transformer-svg-2.6.0.tgz", + "integrity": "sha512-e7yrb7775A7tEGRsAHQSMhXe+u4yisH5W0PuIzAQQy/a2IwBjaSxNnvyelN7tNX0FYq0BK6An5wRbhK4YmM+xw==", "requires": { - "@parcel/diagnostic": "2.4.0", - "@parcel/hash": "2.4.0", - "@parcel/plugin": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/hash": "2.6.0", + "@parcel/plugin": "2.6.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", "posthtml-parser": "^0.10.1", @@ -2940,29 +3496,29 @@ } }, "@parcel/types": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/types/-/types-2.4.0.tgz", - "integrity": "sha512-nysGIbBEnp+7R+tKTysdcTFOZDTCodsiXFeAhYQa5bhiOnG1l9gzhxQnE2OsdsgvMm40IOsgKprqvM/DbdLfnQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/types/-/types-2.6.0.tgz", + "integrity": "sha512-lAMYvOBfNEJMsPJ+plbB50305o0TwNrY1xX5RRIWBqwOa6bYmbW1ZljUk1tQvnkpIE4eAHQwnPR5Z2XWg18wGQ==", "requires": { - "@parcel/cache": "2.4.0", - "@parcel/diagnostic": "2.4.0", - "@parcel/fs": "2.4.0", - "@parcel/package-manager": "2.4.0", + "@parcel/cache": "2.6.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/fs": "2.6.0", + "@parcel/package-manager": "2.6.0", "@parcel/source-map": "^2.0.0", - "@parcel/workers": "2.4.0", + "@parcel/workers": "2.6.0", "utility-types": "^3.10.0" } }, "@parcel/utils": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/utils/-/utils-2.4.0.tgz", - "integrity": "sha512-sdNo+mZqDZT8LJYB6WWRKa4wFVZcK6Zb5Jh6Du76QvXXwHbPIQNZgJBb6gd/Rbk4GLOp2tW7MnBfq6zP9E9E2g==", - "requires": { - "@parcel/codeframe": "2.4.0", - "@parcel/diagnostic": "2.4.0", - "@parcel/hash": "2.4.0", - "@parcel/logger": "2.4.0", - "@parcel/markdown-ansi": "2.4.0", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/utils/-/utils-2.6.0.tgz", + "integrity": "sha512-ElXz+QHtT1JQIucbQJBk7SzAGoOlBp4yodEQVvTKS7GA+hEGrSP/cmibl6qm29Rjtd0zgQsdd+2XmP3xvP2gQQ==", + "requires": { + "@parcel/codeframe": "2.6.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/hash": "2.6.0", + "@parcel/logger": "2.6.0", + "@parcel/markdown-ansi": "2.6.0", "@parcel/source-map": "^2.0.0", "chalk": "^4.1.0" } @@ -2977,22 +3533,25 @@ } }, "@parcel/workers": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@parcel/workers/-/workers-2.4.0.tgz", - "integrity": "sha512-eSFyvEoXXPgFzQfKIlpkUjpHfIbezUCRFTPKyJAKCxvU5DSXOpb1kz5vDESWQ4qTZXKnrKvxS1PPWN6bam9z0g==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@parcel/workers/-/workers-2.6.0.tgz", + "integrity": "sha512-3tcI2LF5fd/WZtSnSjyWdDE+G+FitdNrRgSObzSp+axHKMAM23sO0z7KY8s2SYCF40msdYbFUW8eI6JlYNJoWQ==", "requires": { - "@parcel/diagnostic": "2.4.0", - "@parcel/logger": "2.4.0", - "@parcel/types": "2.4.0", - "@parcel/utils": "2.4.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/logger": "2.6.0", + "@parcel/types": "2.6.0", + "@parcel/utils": "2.6.0", "chrome-trace-event": "^1.0.2", "nullthrows": "^1.1.1" } }, "@swc/helpers": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.3.8.tgz", - "integrity": "sha512-aWItSZvJj4+GI6FWkjZR13xPNPctq2RRakzo+O6vN7bC2yjwdg5EFpgaSAUn95b7BGSgcflvzVDPoKmJv24IOg==" + "version": "0.3.17", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.3.17.tgz", + "integrity": "sha512-tb7Iu+oZ+zWJZ3HJqwx8oNwSDIU440hmVMDPhpACWQWnrZHK99Bxs70gT1L2dnr5Hg50ZRWEFkQCAnOVVV0z1Q==", + "requires": { + "tslib": "^2.4.0" + } }, "@trysound/sax": { "version": "0.2.0", @@ -3010,9 +3569,9 @@ "integrity": "sha512-zetDJxd89y3X99Kvo4qFx8GKlt6GsvN3UcRZHwU6iFA/0KiOmhkTVhe8oRoTBiTVPZu09x3vCra47+w8Yz1+2Q==" }, "acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==" + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", + "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==" }, "ansi-styles": { "version": "4.3.0", @@ -3049,7 +3608,7 @@ "boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" }, "braces": { "version": "3.0.2", @@ -3061,14 +3620,14 @@ } }, "browserslist": { - "version": "4.20.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.2.tgz", - "integrity": "sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==", + "version": "4.20.4", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.4.tgz", + "integrity": "sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw==", "requires": { - "caniuse-lite": "^1.0.30001317", - "electron-to-chromium": "^1.4.84", + "caniuse-lite": "^1.0.30001349", + "electron-to-chromium": "^1.4.147", "escalade": "^3.1.1", - "node-releases": "^2.0.2", + "node-releases": "^2.0.5", "picocolors": "^1.0.0" } }, @@ -3077,15 +3636,20 @@ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" }, + "bulma": { + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz", + "integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==" + }, "callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" }, "caniuse-lite": { - "version": "1.0.30001320", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001320.tgz", - "integrity": "sha512-MWPzG54AGdo3nWx7zHZTefseM5Y1ccM7hlQKHRqJkPozUaw3hNbBTMmLn16GG2FUzjR13Cr3NPfhIieX5PzXDA==" + "version": "1.0.30001354", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001354.tgz", + "integrity": "sha512-mImKeCkyGDAHNywYFA4bqnLAzTUvVkqPvhY4DV47X+Gl2c5Z8c3KNETnXp14GQt11LvxE8AwjzGxJ+rsikiOzg==" }, "chalk": { "version": "4.1.2", @@ -3120,7 +3684,7 @@ "clone": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", - "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=" + "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==" }, "color-convert": { "version": "2.0.1", @@ -3174,9 +3738,9 @@ } }, "css-what": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.0.1.tgz", - "integrity": "sha512-z93ZGFLNc6yaoXAmVhqoSIb+BduplteCt1fepvwhBUQK6MNE4g6fgjpuZKJKp0esUe+vXWlIkwZZjNWoOKw0ZA==" + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==" }, "csso": { "version": "4.2.0", @@ -3189,12 +3753,12 @@ "detect-libc": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", - "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=" + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==" }, "dom-serializer": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", - "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", "requires": { "domelementtype": "^2.0.1", "domhandler": "^4.2.0", @@ -3209,9 +3773,9 @@ } }, "domelementtype": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", - "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" }, "domhandler": { "version": "4.3.1", @@ -3242,9 +3806,9 @@ "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" }, "electron-to-chromium": { - "version": "1.4.96", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.96.tgz", - "integrity": "sha512-DPNjvNGPabv6FcyjzLAN4C0psN/GgD9rSGvMTuv81SeXG/EX3mCz0wiw9N1tUEnfQXYCJi3H8M0oFPRziZh7rw==" + "version": "1.4.156", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.156.tgz", + "integrity": "sha512-/Wj5NC7E0wHaMCdqxWz9B0lv7CcycDTiHyXCtbbu3pXM9TV2AOp8BtMqkVuqvJNdEvltBG6LxT2Q+BxY4LUCIA==" }, "entities": { "version": "3.0.1", @@ -3267,7 +3831,7 @@ "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" }, "fill-range": { "version": "7.0.1", @@ -3300,9 +3864,9 @@ } }, "globals": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", - "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", + "version": "13.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz", + "integrity": "sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==", "requires": { "type-fest": "^0.20.2" } @@ -3313,9 +3877,9 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, "htmlnano": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/htmlnano/-/htmlnano-2.0.0.tgz", - "integrity": "sha512-thKQfhcp2xgtsWNE27A2bliEeqVL5xjAgGn0wajyttvFFsvFWWah1ntV9aEX61gz0T6MBQ5xK/1lXuEumhJTcg==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/htmlnano/-/htmlnano-2.0.2.tgz", + "integrity": "sha512-+ZrQFS4Ub+zd+/fWwfvoYCEGNEa0/zrpys6CyXxvZDwtL7Pl+pOtRkiujyvBQ7Lmfp7/iEPxtOFgxWA16Gkj3w==", "requires": { "cosmiconfig": "^7.0.1", "posthtml": "^0.16.5", @@ -3334,9 +3898,9 @@ } }, "immutable": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.0.0.tgz", - "integrity": "sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.1.0.tgz", + "integrity": "sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ==", "dev": true }, "import-fresh": { @@ -3351,7 +3915,7 @@ "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" }, "is-binary-path": { "version": "2.1.0", @@ -3365,7 +3929,7 @@ "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true }, "is-glob": { @@ -3380,7 +3944,7 @@ "is-json": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-json/-/is-json-2.0.1.tgz", - "integrity": "sha1-a+Fm0USCihMdaGiRuYPfYsOUkf8=" + "integrity": "sha512-6BEnpVn1rcf3ngfmViLM6vjUjGErbdrL4rwlv+u1NO1XO8kqT4YGL8+19Q+Z/bas8tY90BTWMk2+fW1g6hQjbA==" }, "is-number": { "version": "7.0.0", @@ -3398,11 +3962,6 @@ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" }, - "json-source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/json-source-map/-/json-source-map-0.6.1.tgz", - "integrity": "sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==" - }, "json5": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", @@ -3414,44 +3973,104 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "lmdb": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.2.4.tgz", - "integrity": "sha512-gto+BB2uEob8qRiTlOq+R3uX0YNHsX9mjxj9Sbdue/LIKqu6IlZjrsjKeGyOMquc/474GEqFyX2pdytpydp0rQ==", + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.10.tgz", + "integrity": "sha512-GtH+nStn9V59CfYeQ5ddx6YTfuFCmu86UJojIjJAweG+/Fm0PDknuk3ovgYDtY/foMeMdZa8/P7oSljW/d5UPw==", "requires": { + "lmdb-darwin-arm64": "2.3.10", + "lmdb-darwin-x64": "2.3.10", + "lmdb-linux-arm": "2.3.10", + "lmdb-linux-arm64": "2.3.10", + "lmdb-linux-x64": "2.3.10", + "lmdb-win32-x64": "2.3.10", "msgpackr": "^1.5.4", "nan": "^2.14.2", - "node-gyp-build": "^4.2.3", + "node-addon-api": "^4.3.0", + "node-gyp-build-optional-packages": "^4.3.2", "ordered-binary": "^1.2.4", "weak-lru-cache": "^1.2.2" + }, + "dependencies": { + "node-addon-api": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz", + "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==" + }, + "node-gyp-build-optional-packages": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-4.3.5.tgz", + "integrity": "sha512-5ke7D8SiQsTQL7CkHpfR1tLwfqtKc0KYEmlnkwd40jHCASskZeS98qoZ1qDUns2aUQWikcjidRUs6PM/3iyN/w==" + } } }, + "lmdb-darwin-arm64": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.3.10.tgz", + "integrity": "sha512-LVXbH2MYu7/ZuQ8+P9rv+SwNyBKltxo7vHAGJS94HWyfwnCbKEYER9PImBvNBwzvgtaYk6x0RMX3oor6e6KdDQ==", + "optional": true + }, + "lmdb-darwin-x64": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/lmdb-darwin-x64/-/lmdb-darwin-x64-2.3.10.tgz", + "integrity": "sha512-gAc/1b/FZOb9yVOT+o0huA+hdW82oxLo5r22dFTLoRUFG1JMzxdTjmnW6ONVOHdqC9a5bt3vBCEY3jmXNqV26A==", + "optional": true + }, + "lmdb-linux-arm": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/lmdb-linux-arm/-/lmdb-linux-arm-2.3.10.tgz", + "integrity": "sha512-Rb8+4JjsThuEcJ7GLLwFkCFnoiwv/3hAAbELWITz70buQFF+dCZvCWWgEgmDTxwn5r+wIkdUjmFv4dqqiKQFmQ==", + "optional": true + }, + "lmdb-linux-arm64": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/lmdb-linux-arm64/-/lmdb-linux-arm64-2.3.10.tgz", + "integrity": "sha512-Ihr8mdICTK3jA4GXHxrXGK2oekn0mY6zuDSXQDNtyRSH19j3D2Y04A7SEI9S0EP/t5sjKSudYgZbiHDxRCsI5A==", + "optional": true + }, + "lmdb-linux-x64": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/lmdb-linux-x64/-/lmdb-linux-x64-2.3.10.tgz", + "integrity": "sha512-E3l3pDiCA9uvnLf+t3qkmBGRO01dp1EHD0x0g0iRnfpAhV7wYbayJGfG93BUt22Tj3fnq4HDo4dQ6ZWaDI1nuw==", + "optional": true + }, + "lmdb-win32-x64": { + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/lmdb-win32-x64/-/lmdb-win32-x64-2.3.10.tgz", + "integrity": "sha512-gspWk34tDANhjn+brdqZstJMptGiwj4qFNVg0Zey9ds+BUlif+Lgf5szrfOVzZ8gVRkk1Lgbz7i78+V7YK7SCA==", + "optional": true + }, "mdn-data": { "version": "2.0.14", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" }, "msgpackr": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.5.5.tgz", - "integrity": "sha512-JG0V47xRIQ9pyUnx6Hb4+3TrQoia2nA3UIdmyTldhxaxtKFkekkKpUW/N6fwHwod9o4BGuJGtouxOk+yCP5PEA==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.6.1.tgz", + "integrity": "sha512-Je+xBEfdjtvA4bKaOv8iRhjC8qX2oJwpYH4f7JrG4uMVJVmnmkAT4pjKdbztKprGj3iwjcxPzb5umVZ02Qq3tA==", "requires": { - "msgpackr-extract": "^1.0.14" + "msgpackr-extract": "^2.0.2" } }, "msgpackr-extract": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-1.0.16.tgz", - "integrity": "sha512-fxdRfQUxPrL/TizyfYfMn09dK58e+d65bRD/fcaVH4052vj30QOzzqxcQIS7B0NsqlypEQ/6Du3QmP2DhWFfCA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-2.0.2.tgz", + "integrity": "sha512-coskCeJG2KDny23zWeu+6tNy7BLnAiOGgiwzlgdm4oeSsTpqEJJPguHIuKZcCdB7tzhZbXNYSg6jZAXkZErkJA==", "optional": true, "requires": { - "nan": "^2.14.2", - "node-gyp-build": "^4.2.3" + "@msgpackr-extract/msgpackr-extract-darwin-arm64": "2.0.2", + "@msgpackr-extract/msgpackr-extract-darwin-x64": "2.0.2", + "@msgpackr-extract/msgpackr-extract-linux-arm": "2.0.2", + "@msgpackr-extract/msgpackr-extract-linux-arm64": "2.0.2", + "@msgpackr-extract/msgpackr-extract-linux-x64": "2.0.2", + "@msgpackr-extract/msgpackr-extract-win32-x64": "2.0.2", + "node-gyp-build-optional-packages": "5.0.2" } }, "nan": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", - "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==" + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.16.0.tgz", + "integrity": "sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==" }, "node-addon-api": { "version": "3.2.1", @@ -3459,14 +4078,20 @@ "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==" }, "node-gyp-build": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.3.0.tgz", - "integrity": "sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q==" + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.4.0.tgz", + "integrity": "sha512-amJnQCcgtRVw9SvoebO3BKGESClrfXGCUTX9hSn1OuGQTQBOZmVd0Z0OlecpuRksKvbsUqALE8jls/ErClAPuQ==" + }, + "node-gyp-build-optional-packages": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.0.2.tgz", + "integrity": "sha512-PiN4NWmlQPqvbEFcH/omQsswWQbe5Z9YK/zdB23irp5j2XibaA2IrGvpSWmVVG4qMZdmPdwPctSy4a86rOMn6g==", + "optional": true }, "node-releases": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", - "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==" + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.5.tgz", + "integrity": "sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==" }, "normalize-path": { "version": "3.0.0", @@ -3475,9 +4100,9 @@ "dev": true }, "nth-check": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", - "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", "requires": { "boolbase": "^1.0.0" } @@ -3488,25 +4113,25 @@ "integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==" }, "ordered-binary": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.2.4.tgz", - "integrity": "sha512-A/csN0d3n+igxBPfUrjbV5GC69LWj2pjZzAAeeHXLukQ4+fytfP4T1Lg0ju7MSPSwq7KtHkGaiwO8URZN5IpLg==" + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.2.5.tgz", + "integrity": "sha512-djRmZoEpOGvIRW7ufsCDHtvcUa18UC9TxnPbHhSVFZHsoyg0dtut1bWtBZ/fmxdPN62oWXrV6adM7NoWU+CneA==" }, "parcel": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/parcel/-/parcel-2.4.0.tgz", - "integrity": "sha512-dPWpu4RnxG9HqiLvaF8COEWEnT/KrigrC6PyPaQ0zEgpBfp7/jzXZFBVaZk2N+lpvrbNEYMjN9bv5UQGJJszIw==", - "requires": { - "@parcel/config-default": "2.4.0", - "@parcel/core": "2.4.0", - "@parcel/diagnostic": "2.4.0", - "@parcel/events": "2.4.0", - "@parcel/fs": "2.4.0", - "@parcel/logger": "2.4.0", - "@parcel/package-manager": "2.4.0", - "@parcel/reporter-cli": "2.4.0", - "@parcel/reporter-dev-server": "2.4.0", - "@parcel/utils": "2.4.0", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/parcel/-/parcel-2.6.0.tgz", + "integrity": "sha512-pSTJ7wC6uTl16PKLXQV7RfL9FGoIDA1iVpNvaav47n6UkUdKqfx0spcVPpw35kWdRcHJF61YAvkPjP2hTwHQ+Q==", + "requires": { + "@parcel/config-default": "2.6.0", + "@parcel/core": "2.6.0", + "@parcel/diagnostic": "2.6.0", + "@parcel/events": "2.6.0", + "@parcel/fs": "2.6.0", + "@parcel/logger": "2.6.0", + "@parcel/package-manager": "2.6.0", + "@parcel/reporter-cli": "2.6.0", + "@parcel/reporter-dev-server": "2.6.0", + "@parcel/utils": "2.6.0", "chalk": "^4.1.0", "commander": "^7.0.0", "get-port": "^4.2.0", @@ -3588,6 +4213,11 @@ "is-json": "^2.0.1" } }, + "react-error-overlay": { + "version": "6.0.9", + "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.9.tgz", + "integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==" + }, "react-refresh": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.9.0.tgz", @@ -3618,9 +4248,9 @@ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" }, "sass": { - "version": "1.49.9", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.49.9.tgz", - "integrity": "sha512-YlYWkkHP9fbwaFRZQRXgDi3mXZShslVmmo+FVK3kHLUELHHEYrCmL1x6IUjC7wLS6VuJSAFXRQS/DxdsC4xL1A==", + "version": "1.52.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.52.3.tgz", + "integrity": "sha512-LNNPJ9lafx+j1ArtA7GyEJm9eawXN8KlA1+5dF6IZyoONg1Tyo/g+muOsENWJH/2Q1FHbbV4UwliU0cXMa/VIA==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", @@ -3686,13 +4316,13 @@ "integrity": "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==" }, "terser": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.12.1.tgz", - "integrity": "sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==", + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.1.tgz", + "integrity": "sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ==", "requires": { + "@jridgewell/source-map": "^0.3.2", "acorn": "^8.5.0", "commander": "^2.20.0", - "source-map": "~0.7.2", "source-map-support": "~0.5.20" }, "dependencies": { @@ -3700,18 +4330,13 @@ "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" } } }, "timsort": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", - "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=" + "integrity": "sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==" }, "to-regex-range": { "version": "5.0.1", @@ -3722,6 +4347,11 @@ "is-number": "^7.0.0" } }, + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + }, "type-fest": { "version": "0.20.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", diff --git a/package.json b/package.json index 8f291cc..5833d3c 100644 --- a/package.json +++ b/package.json @@ -24,18 +24,20 @@ "url": "https://github.com/fermyon/styleguide/issues" }, "dependencies": { - "parcel": "^2.4.0" + "bulma": "^0.9.4", + "parcel": "^2.6.0" }, "publishConfig": { "access": "public" }, "scripts": { - "build": "parcel build docs/index.html", - "dev": "parcel serve docs/index.html --open", + "build": "parcel build docs/index.html", + "dev": "parcel serve docs/index.html --open", "styles": "parcel build scss/fermyon.scss --dist-dir css", "watch": "parcel watch scss/fermyon.scss --dist-dir css" }, "devDependencies": { - "@parcel/transformer-sass": "2.4.0" + "@parcel/css": "^1.10.0", + "@parcel/transformer-sass": "2.6.0" } } diff --git a/scss/fermyon-base.scss b/scss/fermyon-base.scss index 55d5236..58ba820 100644 --- a/scss/fermyon-base.scss +++ b/scss/fermyon-base.scss @@ -4,8 +4,8 @@ html { height: 100%; - background-color: transparent; } + body, main { min-height: 100vh; @@ -13,7 +13,6 @@ main { } body { - background: lighten($lightlavender, 5%); min-height: 100vh; } @@ -25,7 +24,6 @@ main { } #topbar.navbar { - background: lighten($lightlavender, 5%); padding-left: 5vw; padding-right: 5vw; border-bottom: 2px solid rgba(255,255,255,0.98); @@ -53,7 +51,6 @@ main { display: inline-block; width: 1.5rem; line-height: 1.5; - fill: $midblue; } &.headroom--pinned { @@ -244,7 +241,7 @@ main { width: 17.5vw; background: lighten($lightlavender, 5%); } - + @media screen and (max-width: 1023px) { position: relative; top: auto; @@ -350,16 +347,12 @@ aside.menu { max-width: 100vw !important; } -hr { - background-color: rgba(100,100,100,.1); -} - hr.page-break { position: relative; text-align: center; height: 4rem; background: transparent; - + &:after { position: relative; width: 12.5%; @@ -381,7 +374,7 @@ hr.page-break { position: relative; padding-bottom: 2.67rem; margin: -1.5rem 0 5rem; - + &:after { position: absolute; width: 25%; @@ -403,7 +396,7 @@ hr.page-break { line-height: 1.4; } } - + .footer-nav { border-top: none; } @@ -424,7 +417,7 @@ hr.page-break { footer { padding-left: 2.5vw !important; padding-right: 2.5vw !important; - + .footer-nav { padding: 0 0.75rem; margin: 0; @@ -488,11 +481,9 @@ hr.page-break { footer { - background: white; margin: 0 auto 0; padding: 1.25rem 0 0; min-height: 12rem; - border-top: 1px solid $lavender; position: relative; z-index: 1400; @@ -570,161 +561,3 @@ footer { } } } - -@media (prefers-color-scheme: dark) { - html { - background: lighten($lightlavender, 5%); - color: $oxfordblue; - } -} - -@media (prefers-color-scheme: dark) { - html { - background: $oxfordblue; - color: white; - } -} - -html.dark-theme > body { - background: $oxfordblue; - color: white; - - - - #topbar.navbar { - background: $oxfordblue; - border-color: $darkocean; - - .logo { - svg, path { - fill: white !important; - } - } - .logo-project a { - color: $seagreen; - - .tag { - background-color: $darkspace; - color: $lavender !important; - } - } - - .navbar-burger { - color: $lavender; - height: 5.75rem; - } - - .navbar-menu { - a { - color: $seagreen; - } - - .button { - border: 3px solid $seagreen; - - &:hover { - background: $seagreen !important; - color: $oxfordblue; - } - } - } - - .dark-mode { - svg { - fill: $seagreen; - transform: rotate(180deg); - @include transition; - } - } - } - - .menu-wrap { - background: $oxfordblue; - scrollbar-color: $darkplum, darken($oxfordblue, 5%); - } - - aside.menu { - - &:hover { - border-right: 2px solid darken($lavender, 55%); - } - - a { - color: white; - - &:hover { - color: $seagreen; - background-color: $darkspace; - } - - &.button svg, - &.button path { - fill: white !important; - } - } - } - - .card { - background: linear-gradient(0, lighten($oxfordblue, 5%), $oxfordblue 100%); - box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.5), - 0 0 0 1px rgba(10,10,10,.52); - outline: 1px solid rgba(255,255,255,0.2); - color: white; - - figure.image { - border-bottom: 1px solid rgba(255,255,255,0.333); - } - - p { - color: white; - } - } - - .content { - .box { - background-color: $darkspace; - color: white; - } - - section { - table { - background-color: $darkspace; - } - } - - blockquote { - background-color: transparent; - - p { - background-color: darken($darkspace, 5%); - border-color: lighten($darkspace, 2.5%); - color: white; - } - } - - blockquote > blockquote p, - aside p { - background-color: lighten($darkspace, 2.5%); - border-color: lighten($darkspace, 7.5%); - color: white; - } - } - - footer { - background: $oxfordblue; - border-color: $darkocean; - color: white; - - h4 { - color: white; - } - - .footer-nav { - border-color: darken($oxfordblue, 7.5%); - } - - p, li, a { - color: $seagreen; - } - } -} diff --git a/scss/fermyon-color-dark.scss b/scss/fermyon-color-dark.scss new file mode 100644 index 0000000..5ec7f00 --- /dev/null +++ b/scss/fermyon-color-dark.scss @@ -0,0 +1,265 @@ +html.dark-theme > body { + background: $oxfordblue; + color: white; + + h1, h2, h3, h4, h5, p, li { + color: white; + } + + a { + color: $seagreen; + } + + .is-primary, .has-text-primary { color: white !important; } + .is-link, .has-text-link { color: $seagreen !important; } + .is-info, .has-text-info { color: darken($lavender, 10%) !important; } + .is-success, .has-text-success { color: darken($midgreen, 10%) !important; } + .is-warning, .has-text-warning { color: $rust !important; } + .is-danger, .has-text-danger { color: darken($rust, 25%) !important; } + .is-dark, .has-text-dark { color: $darkspace !important; } + .is-light, .has-text-light { color: darken($lightplum, 12.5%) !important; } + + .button, .tag, .message { + background-color: $oxfordblue !important; + color: white !important; + border-color: white !important; + + &.is-primary { + border-color: darken($oxfordblue, 10%) !important; + color: $seagreen !important; + } + &.is-link { + border-color: $seagreen !important; + } + &.is-info { + border-color: darken($lavender, 10%) !important; + } + &.is-success { + border-color: darken($midgreen, 10%) !important; + } + &.is-warning { + border-color: $rust !important; + } + &.is-danger { + border-color: darken($rust, 25%) !important; + } + &.is-dark { + border-color: $darkspace !important; + } + &.is-light { + border-color: darken($lightplum, 12.5%) !important; + } + } + + .content, + article { + a { + color: $seagreen; + } + + strong { + color: $lightlavender; + } + } + + pre { + background: linear-gradient(0, #173564 15%, lighten(desaturate(#173564, 12.5%), 3%) 100%); + + code { + color: #DBC8E2; + } + } + + .content { + + // dark mode code color baseline + h1, h2, h3, h4, h5, p, li, th, td, dd { + code { + background-color: $darkspace; + color: $lightlavender; + } + } + + .hljs { + color: #D2C3D7; + } + + .hljs-comment, + .hljs-quote { + color: #AFAFAC; + } + + // dark mode links + a { + &:hover { + background: darken($darkspace, 5%) !important; + } + } + + // dark mode tables + .table { + + thead { + background-color: $darkplum; + + th { + background-color: $darkplum; + border-color: darken($oxfordblue, 10%); + color: darken($darkspace, 20%); + } + } + + td { + border-color: darken($oxfordblue, 10%); + color: $lightlavender; + } + + &.is-striped tbody tr:not(.is-selected):nth-child(2n) { + background-color: $darkspace; + } + + } + + .pagination-link, .pagination-next, .pagination-previous { + border-color: darken($oxfordblue, 10%); + } + } + + #topbar.navbar { + background: $oxfordblue; + border-color: $darkocean; + + a { + color: $seagreen; + } + + .logo { + svg, path { + fill: white !important; + } + } + .logo-project a { + color: $seagreen; + + .tag { + background-color: $darkspace; + color: $lavender !important; + } + } + + .navbar-burger { + color: $lavender; + height: 5.75rem; + } + + .navbar-menu { + + .button { + border: 3px solid $seagreen; + + &:hover { + background: $seagreen !important; + color: $oxfordblue; + } + } + } + + .dark-mode { + svg { + fill: $seagreen; + transform: rotate(180deg); + @include transition; + } + } + } + + .menu-wrap { + background: $oxfordblue; + scrollbar-color: $darkplum, darken($oxfordblue, 5%); + } + + aside.menu { + + &:hover { + border-right: 2px solid darken($lavender, 55%); + } + + a { + color: white; + + &:hover { + color: $seagreen; + background-color: $darkspace; + } + + &.button svg, + &.button path { + fill: white !important; + } + } + } + + .card { + background: linear-gradient(0, lighten($oxfordblue, 5%), $oxfordblue 100%); + box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.5), + 0 0 0 1px rgba(10,10,10,.52); + outline: 1px solid rgba(255,255,255,0.2); + color: white; + + figure.image { + border-bottom: 1px solid rgba(255,255,255,0.333); + } + + p { + color: white; + } + } + + .content { + .box { + background-color: $darkspace; + color: white; + } + + section { + table { + background-color: $darkspace; + } + } + + blockquote { + background-color: transparent; + + p { + background-color: darken($darkspace, 5%); + border-color: lighten($darkspace, 2.5%); + color: white; + } + } + + blockquote > blockquote p, + aside p { + background-color: lighten($darkspace, 2.5%); + border-color: lighten($darkspace, 7.5%); + color: white; + } + } + + footer { + background: $oxfordblue; + border-color: $darkocean; + color: white; + + h4 { + color: white; + } + + .footer-nav { + border-color: darken($oxfordblue, 7.5%); + } + + p, li, a { + color: $seagreen; + } + } +} diff --git a/scss/fermyon-color-light.scss b/scss/fermyon-color-light.scss new file mode 100644 index 0000000..5628c80 --- /dev/null +++ b/scss/fermyon-color-light.scss @@ -0,0 +1,137 @@ +// Remapping Bulma Colors +$primary: $oxfordblue; +$link: darken($colablue, 12.5%); +$link-hover: $colablue; +$link-hover-border: rgba(255,255,255,0.67); +$info: darken($lavender, 10%); +$success: darken($midgreen, 10%); +$warning: $rust; +$danger: darken($rust, 25%); +$light: darken($lightplum, 12.5%); +$dark: $darkspace; + +$code: $lavender; +$code-background: $oxfordblue; + +$pre: $lavender; +$pre-background: $oxfordblue; + +$text: $oxfordblue; +$body-background-color: lighten($lightlavender, 5%); + +$hr-background-color: rgba(100,100,100,.1); + +.content { + a { + &:after { + background: $colablue; + } + } + + aside { + p { + background: $lightlemon; + border: 1px solid $lightgray; + box-shadow: 0 3px 6px rgba(30,30,30,.125); + } + } + + blockquote { + p { + color: $midblue; + background: lighten($lightlavender, 3.5%); + } + + a { + color: $colablue; + } + } + + h2 { + code { + color: #345995; + background: #E9E1EB; + } + } + + h1, + h2, + h3, + h4, + h5, + p, + li, + td, + th, + dd { + code { + background: darken($lightlavender, 1.25%); + color: $midblue; + } + } + + pre, + code { + background-color: $oxfordblue; + background-image: linear-gradient(135deg, $oxfordblue 0%, lighten($oxfordblue, 3.33%) 100%); + + a { + color: $colablue; + } + + > code { + background-color: transparent !important; + background-image: none !important; + } + + code.hljs.hljs-meta { + color: $seagreen; + } + } + + .is-active, .is-current { + color: white; + background-color: $darkspace; + } + + .card { + &.card-color { + figure.image { + &:hover { + border-color: white; + } + } + } + } + + .copy { + &:hover { + background: rgba(100,100,100,0.17); + } + } + + .copy-button { + &:after { + color: white; + background: rgba(100,100,100,0.75); + } + } + + .hljs { + color: #D2C3D7; + background: transparent; + } + + .hljs-comment, + .hljs-quote { + color: #AFAFAC; + } +} + +#topbar.navbar { + background-color: $body-background-color; +} + +footer { + border-top: 1px solid $lavender; +} diff --git a/scss/fermyon-color.scss b/scss/fermyon-color.scss index 6096ee1..a02f32a 100644 --- a/scss/fermyon-color.scss +++ b/scss/fermyon-color.scss @@ -1,5 +1,5 @@ -/* 1. - Brand Colors +/* 2. + Brand Colors */ // Core Brand @@ -26,66 +26,5 @@ $lightgray: #D9DBE8; $lightlavender: #ECE5EE; $lightlemon: #F9F7EE; - -// Remapping Bulma Colors - -$darkblue: $midblue; - -.is-primary, .has-text-primary { - color: $oxfordblue !important; -} - - -.is-link, .has-text-link { color: darken($colablue, 12.5%) !important; } -.is-info, .has-text-info { color: darken($lavender, 10%) !important; } -.is-success, .has-text-success { color: darken($midgreen, 10%) !important; } -.is-warning, .has-text-warning { color: $rust !important; } -.is-danger, .has-text-danger { color: darken($rust, 25%) !important; } -.is-dark, .has-text-dark { color: $darkspace !important; } -.is-light, .has-text-light { color: darken($lightplum, 12.5%) !important; } - -.button, .tag, .message { - &.is-primary { - background-color: darken($seagreen, 10%); - color: white !important; - } - &.is-secondary { - background-color: lighten($darkspace, 12.5%); - color: white !important; - } - &.is-link { - background-color: darken($colablue, 12.5%) !important; - color: white !important; - } - &.is-info { - background-color: darken($lavender, 10%) !important; - color: white !important; - } - &.is-success { - background-color: darken($midgreen, 10%) !important; - color: white !important; - } - &.is-warning { - background-color: $rust !important; - color: white !important; - } - &.is-danger { - background-color: darken($rust, 25%) !important; - color: white !important; - } - &.is-dark { - background-color: $darkspace; - color: white !important; - } - &.is-light { - background-color: darken($lightplum, 12.5%); - color: $oxfordblue !important; - } -} - -.content { - .is-active, .is-current { - color: white; - background-color: $darkspace; - } -} +@import "fermyon-color-light"; +@import "fermyon-color-dark"; diff --git a/scss/fermyon-mixins.scss b/scss/fermyon-mixins.scss index de070e9..ce4b882 100644 --- a/scss/fermyon-mixins.scss +++ b/scss/fermyon-mixins.scss @@ -1,4 +1,4 @@ -/* 2. +/* 1. Variables and Mixins */ @@ -29,4 +29,4 @@ $mono: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace; @mixin sen { letter-spacing: 0.025em; -} \ No newline at end of file +} diff --git a/scss/fermyon-type.scss b/scss/fermyon-type.scss index 4aed58b..c816405 100644 --- a/scss/fermyon-type.scss +++ b/scss/fermyon-type.scss @@ -2,11 +2,10 @@ Typography */ -body { - font-family: $sen; - font-size: 16pt; - color: $oxfordblue; -} +$family-sans-serif: $sen; +$family-monospace: $mono; + +$body-font-size: 16pt; .content { @@ -48,7 +47,7 @@ body { &.pagination-list { margin: 0; - + li { list-style: none; margin: 0; @@ -77,19 +76,11 @@ body { p { line-height: 1.8; - border: 1px solid $lightgray; font-size: 1.2rem; - background: $lightlemon; padding: 1.25rem 1.5rem !important; margin: 2.5em auto 5rem !important; text-align: left; border-radius: .667rem; - box-shadow: 0 3px 6px rgba(30,30,30,.125); - color: $oxfordblue; - } - - a { - color: $colablue; } } @@ -99,21 +90,13 @@ body { border-left: none; p { - color: darken($darkolive, 25%); - color: $darkblue; font-size: 1.1rem !important; line-height: 2; padding-right: 0 !important; - border-left: 4px solid $lightgray; - background: lighten($lightlavender, 3.5%); padding: 0.65rem 5% 0.65rem 2rem !important; margin: 1rem auto 1rem !important; text-align: left; } - - a { - color: $colablue; - } } iframe { @@ -156,19 +139,13 @@ body { } } - strong { - color: $oxfordblue; - } - a { - color: darken($colablue, 12.5%); border-radius: 0.333em; position: relative; &:after { position: absolute; text-align: center; - background: $colablue; height: 0.125rem; content: " "; display: inline-block; @@ -180,9 +157,6 @@ body { } &:hover { - background: rgba(255,255,255,0.67); - color: $colablue; - &:after { opacity: 1; left: 5%; @@ -200,7 +174,7 @@ body { text-align: left; height: 4rem; background: transparent; - + &:after { position: relative; width: 12.5%; @@ -229,12 +203,10 @@ body { border: none; opacity: 0; background: transparent; - + } &:hover { - background: rgba(100,100,100,0.17); - .button { opacity: 1; } @@ -255,13 +227,11 @@ body { top: 75%; transform: perspective(1px) translateY(-50%); z-index: 860; - background: rgba(100,100,100,0.75); padding: 0.5rem 1rem; border-radius: 2rem; font-size: 1rem; font-weight: bold; opacity: 0; - color: white; } &:active { @@ -277,8 +247,7 @@ body { p { margin: 0; line-height: 1.25; - color: $oxfordblue; - + &.title { margin-bottom: 0.5rem; } @@ -299,12 +268,8 @@ body { figure.image { border: 5px solid transparent; @include transition; - - &:hover { - border-color: white; - } } - + .card-content { padding: 0.5rem 0.5rem 1rem; @@ -320,7 +285,7 @@ body { h1, h2, - h3, + h3, h4, h5, p, @@ -330,8 +295,6 @@ body { dd { code { border-radius: 0.33rem !important; - background: darken($lightlavender, 1.25%); - color: $darkblue; } } @@ -339,137 +302,35 @@ body { code { margin-left: 0; border-radius: 0.67rem; - background-color: $oxfordblue; - background-image: linear-gradient(135deg, $oxfordblue 0%, lighten($oxfordblue, 3.33%) 100%); - color: white; font-size: 0.925rem; - color: $lavender; font-family: $mono; - - a { - color: $colablue; - } - - > code { - background-color: transparent !important; - background-image: none !important; - } - - code.hljs { - padding: 0 !important; - - .hljs-meta { - color: $seagreen; - } - } } pre { margin: 1.333rem 0; max-width: 100%; position: relative; + + code.hljs { + padding: 0 !important; + } } code { border-radius: 0 !important; } - .hljs { - background-color: transparent !important; - } - /* highlight.js css */ pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline} } html.dark-theme > body { - background: $oxfordblue; - color: white; - - h1, h2, h3, h4, p, li { - color: white; - } - - .content, - article { - a { - color: $seagreen; - } - - strong { - color: $lightlavender; - } - } -} - - -// dark mode typography -html.dark-theme > body { - - h1, h2, h3, h4, h5, p, li { - color: white; - } - - pre { - background: linear-gradient(0, #173564 15%, lighten(desaturate(#173564, 12.5%), 3%) 100%); - - code { - color: #DBC8E2; - } - } - - .content { - - // dark mode code color baseline - h1, h2, h3, h4, h5, p, li, th, td, dd { - code { - background-color: $darkspace; - color: $lightlavender; - } - } - - .hljs { - color: #D2C3D7; - } - - .hljs-comment, - .hljs-quote { - color: #AFAFAC; - } - - // dark mode links - a { - &:hover { - background: darken($darkspace, 5%) !important; - } - } - - // dark mode tables - .table { - - thead { - background-color: $darkplum; - - th { - background-color: $darkplum; - border-color: darken($oxfordblue, 10%); - color: darken($darkspace, 20%); - } - } - - td { - border-color: darken($oxfordblue, 10%); - color: $lightlavender; - } - - &.is-striped tbody tr:not(.is-selected):nth-child(2n) { - background-color: $darkspace; + #topbar.navbar { + .dark-mode { + svg { + transform: rotate(180deg); + @include transition; } - - } - - .pagination-link, .pagination-next, .pagination-previous { - border-color: darken($oxfordblue, 10%); } } } diff --git a/scss/fermyon.scss b/scss/fermyon.scss index bc64945..a38a272 100644 --- a/scss/fermyon.scss +++ b/scss/fermyon.scss @@ -1,11 +1,11 @@ /* FERMYON SHINY VENEER ======================= -For the benefit of browser-based experiences, websites and application user -interfaces. This Sass file should be compiled to a CSS stylesheet and served +For the benefit of browser-based experiences, websites and application user +interfaces. This Sass file should be compiled to a CSS stylesheet and served after a base framework such as Bulma, Bootstrap or similar base grid system. to generate to css: -https://sass-lang.com/install +https://sass-lang.com/install then run: sass --watch static/sass/styles.scss static/css/style.css --style compressed @@ -18,9 +18,14 @@ TABLE OF CONTENTS 0.3. Global Layout 0.4. Typography */ +@charset "utf-8"; + +@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700&display=swap'); -@import "fermyon-color"; @import "fermyon-mixins"; +@import "fermyon-color"; @import "fermyon-base"; @import "fermyon-type"; @import "fermyon-responsive"; + +@import "../node_modules/bulma/bulma.sass";